Searched refs:netdev_fc_xoff (Results 1 – 5 of 5) sorted by relevance
258 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()
510 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()
1150 unsigned long netdev_fc_xoff = 0; variable1170 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()
535 EXPORT_SYMBOL(netdev_fc_xoff);
883 extern unsigned long netdev_fc_xoff;