Re: Invoking e100_open from userspace

2010-12-03 Thread John Mahoney
On Fri, Dec 3, 2010 at 4:34 AM, Prabhu nath wrote: > Dear All, > >     I am trying to analyse ethernet and rionet driver. Both the > drives are registered with the kernel through >    register_netdev(). >    Each driver has their own functions registered such as e100_open(), > rionet_open(

Re: Invoking e100_open from userspace

2010-12-03 Thread Mulyadi Santosa
Hi... On Fri, Dec 3, 2010 at 16:34, Prabhu nath wrote: > Dear All, > >     I am trying to analyse ethernet and rionet driver. Both the > drives are registered with the kernel through >    register_netdev(). >    Each driver has their own functions registered such as e100_open(), > rionet_

Invoking e100_open from userspace

2010-12-03 Thread Prabhu nath
Dear All, I am trying to analyse ethernet and rionet driver. Both the drives are registered with the kernel through register_netdev(). Each driver has their own functions registered such as e100_open(), rionet_open(). How to trigger this functions from the user space. Appreci