Searched refs:IDXINCR (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/dev/cxgbe/ |
| HD | t4_netmap.c | 955 IDXINCR(kring->nr_hwcur, n, kring->nkr_num_slots); in cxgbe_netmap_rxsync() 956 IDXINCR(nm_rxq->fl_pidx, n, nm_rxq->fl_sidx); in cxgbe_netmap_rxsync() 1201 IDXINCR(nm_rxq->fl_pidx, fl_credits * 8, in t4_nm_intr() 1220 IDXINCR(nm_rxq->fl_pidx, fl_credits * 8, nm_rxq->fl_sidx); in t4_nm_intr()
|
| HD | adapter.h | 861 #define IDXINCR(idx, incr, wrap) do { \ macro
|
| HD | t4_sge.c | 2251 IDXINCR(eq->pidx, ndesc, eq->sidx); in start_wrq_wr() 2435 IDXINCR(eq->pidx, n, eq->sidx); in eth_tx() 3628 IDXINCR(fl->dbidx, n, fl->sidx); in ring_fl_db() 4366 IDXINCR(eq->dbidx, n, eq->sidx); in ring_eq_db() 4435 IDXINCR(eq->cidx, ndesc, eq->sidx); in reclaim_tx_descs()
|