Home
last modified time | relevance | path

Searched refs:fc_setup (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dnet_init.c662 void fc_setup(struct net_device *dev) in fc_setup() function
698 return init_netdev(dev, sizeof_priv, "fc%d", fc_setup); in init_fcdev()
715 return alloc_netdev(sizeof_priv, "fc%d", fc_setup); in alloc_fcdev()
728 EXPORT_SYMBOL(fc_setup);
/linux-2.4.37.9/include/linux/
Dnetdevice.h861 extern void fc_setup(struct net_device *dev);
/linux-2.4.37.9/drivers/net/fc/
Diph5526.c291 fc_setup(dev);