Searched refs:IDXINCR (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c2437 IDXINCR(eq->pidx, ndesc, eq->sidx);
2656 IDXINCR(eq->pidx, n, eq->sidx);
3916 IDXINCR(fl->dbidx, n, fl->sidx);
4857 IDXINCR(eq->dbidx, n, eq->sidx);
4929 IDXINCR(eq->cidx, ndesc, eq->sidx);
H A Dt4_netmap.c797 IDXINCR(kring->nr_hwcur, n, kring->nkr_num_slots);
798 IDXINCR(nm_rxq->fl_pidx, n, nm_rxq->fl_sidx);
983 IDXINCR(nm_rxq->fl_pidx, fl_credits * 8,
1002 IDXINCR(nm_rxq->fl_pidx, fl_credits * 8, nm_rxq->fl_sidx);
H A Dadapter.h956 #define IDXINCR(idx, incr, wrap) do { \ macro

Completed in 100 milliseconds