Searched refs:fc_bit (Results 1 – 3 of 3) sorted by relevance
253 if (tp->fc_bit) { in tulip_rx()258 set_bit(tp->fc_bit, &netdev_fc_xoff); in tulip_rx()365 if ((!tp->fc_bit) || in tulip_interrupt()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()538 tp->fc_bit = netdev_register_fc(dev, tulip_xon); in tulip_open()649 if (tp->fc_bit && test_bit(tp->fc_bit,&netdev_fc_xoff)) in tulip_tx_timeout()854 if (tp->fc_bit) { in tulip_close()855 int bit = tp->fc_bit; in tulip_close()856 tp->fc_bit = 0; in tulip_close()
396 int fc_bit; member