Searched refs:NMIDXDIFF (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_netmap.c760 #define NMIDXDIFF(q, idx) IDXDIFF((q)->pidx, (q)->idx, (q)->sidx) macro
770 n = NMIDXDIFF(nm_txq, dbidx);
893 if (NMIDXDIFF(nm_txq, equiqidx) >= nm_txq->sidx / 2) {
898 } else if (NMIDXDIFF(nm_txq, equeqidx) >= 64) {
902 if (NMIDXDIFF(nm_txq, dbidx) >= 2 * SGE_MAX_WR_NDESC)

Completed in 49 milliseconds