Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dsge.c84 static inline unsigned int txq_avail(const struct sge_txq *q) in txq_avail() function
870 credits = txq_avail(q) - ndesc; in should_tx_packet_coalesce()
903 credits = txq_avail(q) - ndesc; in should_tx_packet_coalesce()
1106 credits = txq_avail(&txq->q) - ndesc; in t4_eth_xmit()
1328 q->full = txq_avail(&q->q) < ndesc ? 1 : 0; in ctrl_xmit()
1340 if (unlikely(txq_avail(&q->q) < 64)) in ctrl_xmit()