Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c672 #define Q_IDXDIFF(q, idx) IDXDIFF((q)->pidx, (q)->idx, (q)->size) macro
689 int n = Q_IDXDIFF(q, dbidx); in ring_tx_db()
875 if (Q_IDXDIFF(q, equeidx) >= q->size / 2) { in ship_tx_pkt_coalesce_wr()
1179 if (Q_IDXDIFF(&txq->q, equeidx) >= 64) { in t4_eth_xmit()