Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c119 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function
937 credits = txq_avail(q) - ndesc; in should_tx_packet_coalesce()
967 credits = txq_avail(q) - ndesc; in should_tx_packet_coalesce()
1165 credits = txq_avail(&txq->q) - ndesc; in t4_eth_xmit()
1388 q->full = txq_avail(&q->q) < ndesc ? 1 : 0; in ctrl_xmit()
1400 if (unlikely(txq_avail(&q->q) < 64)) in ctrl_xmit()