Home
last modified time | relevance | path

Searched refs:stimul (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/core/
Ddev.c1155 void (*stimul)(struct net_device *); member
1159 int netdev_register_fc(struct net_device *dev, void (*stimul)(struct net_device *dev)) in netdev_register_fc()
1167 netdev_fc_slots[bit].stimul = stimul; in netdev_register_fc()
1182 netdev_fc_slots[bit].stimul = NULL; in netdev_unregister_fc()
1200 netdev_fc_slots[i].stimul(netdev_fc_slots[i].dev); in netdev_wakeup()
/linux-2.4.37.9/include/linux/
Dnetdevice.h879 extern int netdev_register_fc(struct net_device *dev, void (*stimul)(struct net_device *dev));