Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/
HDt4_netmap.c955 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()
HDadapter.h861 #define IDXINCR(idx, incr, wrap) do { \ macro
HDt4_sge.c2251 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()