Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A Dtyphoon.c73 * typhoon_num_free_tx() and typhoon_tx_complete() to account for that.
568 typhoon_num_free_tx(struct transmit_ring *ring) in typhoon_num_free_tx() function
721 * typhoon_stop_runtime(), typhoon_interrupt(), typhoon_num_free_tx(), in typhoon_start_tx()
751 while (unlikely(typhoon_num_free_tx(txRing) < (numDesc + 2))) in typhoon_start_tx()
843 if (typhoon_num_free_tx(txRing) < (numDesc + 2)) { in typhoon_start_tx()
850 if (typhoon_num_free_tx(txRing) >= (numDesc + 2)) in typhoon_start_tx()
/kernel/linux/linux-6.6/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) in typhoon_num_free_tx() function
716 * typhoon_stop_runtime(), typhoon_interrupt(), typhoon_num_free_tx(), in typhoon_start_tx()
746 while (unlikely(typhoon_num_free_tx(txRing) < (numDesc + 2))) in typhoon_start_tx()
838 if (typhoon_num_free_tx(txRing) < (numDesc + 2)) { in typhoon_start_tx()
845 if (typhoon_num_free_tx(txRing) >= (numDesc + 2)) in typhoon_start_tx()

Completed in 7 milliseconds