Home
last modified time | relevance | path

Searched refs:netdev_fc_xoff (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/tulip/
Dinterrupt.c258 set_bit(tp->fc_bit, &netdev_fc_xoff); in tulip_rx()
366 (!test_bit(tp->fc_bit, &netdev_fc_xoff))) in tulip_interrupt()
473 if (tp->fc_bit && !test_bit(tp->fc_bit, &netdev_fc_xoff)) { in tulip_interrupt()
515 if (tp->fc_bit && (test_bit(tp->fc_bit, &netdev_fc_xoff))) in tulip_interrupt()
Dtulip_core.c510 clear_bit(tp->fc_bit, &netdev_fc_xoff); in tulip_xon()
649 if (tp->fc_bit && test_bit(tp->fc_bit,&netdev_fc_xoff)) in tulip_tx_timeout()
/linux-2.4.37.9/net/core/
Ddev.c1150 unsigned long netdev_fc_xoff = 0; variable
1170 clear_bit(bit, &netdev_fc_xoff); in netdev_register_fc()
1185 clear_bit(bit, &netdev_fc_xoff); in netdev_unregister_fc()
1195 xoff = netdev_fc_xoff; in netdev_wakeup()
1196 netdev_fc_xoff = 0; in netdev_wakeup()
/linux-2.4.37.9/net/
Dnetsyms.c535 EXPORT_SYMBOL(netdev_fc_xoff);
/linux-2.4.37.9/include/linux/
Dnetdevice.h883 extern unsigned long netdev_fc_xoff;