Searched refs:skfp_open (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dskfddi.c103 static int skfp_open(struct net_device *dev);
165 .ndo_open = skfp_open,
364 * and makes sure adapter is in a safe state prior to skfp_open().
375 * The adapter is also reset. The OS must call skfp_open() to open
464 * = skfp_open =
483 static int skfp_open(struct net_device *dev) function
488 pr_debug(KERN_INFO "entering skfp_open\n");
520 } // skfp_open
540 * The adapter can be opened again with another call to skfp_open().
547 * called. skfp_open() ca
[all...]

Completed in 102 milliseconds