Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c669 #define IDXDIFF(head, tail, wrap) \ macro
672 #define Q_IDXDIFF(q, idx) IDXDIFF((q)->pidx, (q)->idx, (q)->size)
673 #define R_IDXDIFF(q, idx) IDXDIFF((q)->cidx, (q)->idx, (q)->size)
/f-stack/freebsd/net/
H A Diflib.c420 #define IDXDIFF(head, tail, wrap) \ macro
3744 avail = IDXDIFF(pidx, cidx, r->size); in iflib_txq_drain()
3854 avail = IDXDIFF(pidx, cidx, r->size); in iflib_txq_drain_free()