Searched refs:typhoon_num_free_tx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/3com/
H A Dtyphoon.c73 * typhoon_num_free_tx() and typhoon_tx_complete() to account for that.
563 typhoon_num_free_tx(struct transmit_ring *ring) function
716 * typhoon_stop_runtime(), typhoon_interrupt(), typhoon_num_free_tx(),
746 while (unlikely(typhoon_num_free_tx(txRing) < (numDesc + 2)))
838 if (typhoon_num_free_tx(txRing) < (numDesc + 2)) {
845 if (typhoon_num_free_tx(txRing) >= (numDesc + 2))

Completed in 99 milliseconds