Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c563 typhoon_num_free_tx(struct transmit_ring *ring) in typhoon_num_free_tx() function
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()