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

/linux-4.4.14/drivers/net/ethernet/3com/
H A Dtyphoon.c73 * typhoon_num_free_tx() and typhoon_tx_complete() to account for that.
570 typhoon_num_free_tx(struct transmit_ring *ring) typhoon_num_free_tx() function
723 * typhoon_stop_runtime(), typhoon_interrupt(), typhoon_num_free_tx(), typhoon_start_tx()
753 while(unlikely(typhoon_num_free_tx(txRing) < (numDesc + 2))) typhoon_start_tx()
845 if(typhoon_num_free_tx(txRing) < (numDesc + 2)) { typhoon_start_tx()
852 if(typhoon_num_free_tx(txRing) >= (numDesc + 2)) typhoon_start_tx()

Completed in 49 milliseconds