Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/tulip/
Dinterrupt.c253 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()
Dtulip_core.c510 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()
Dtulip.h396 int fc_bit; member