Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c28 static inline unsigned int xlgmac_tx_avail_desc(struct xlgmac_ring *ring) in xlgmac_tx_avail_desc() function
45 if (count > xlgmac_tx_avail_desc(ring)) { in xlgmac_maybe_stop_tx_queue()
1096 (xlgmac_tx_avail_desc(ring) > XLGMAC_TX_DESC_MIN_FREE)) { in xlgmac_tx_poll()