Searched refs:IDXINCR (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_netmap.c | 1212 IDXINCR(kring->nr_hwcur, n, kring->nkr_num_slots); in cxgbe_netmap_rxsync() 1213 IDXINCR(nm_rxq->fl_pidx, n, nm_rxq->fl_sidx2); in cxgbe_netmap_rxsync() 1422 IDXINCR(nm_rxq->fl_pidx, fl_credits * 8, in service_nm_rxq() 1439 IDXINCR(nm_rxq->fl_pidx, fl_credits * 8, nm_rxq->fl_sidx); in service_nm_rxq()
|
H A D | t4_sge.c | 2956 IDXINCR(eq->pidx, ndesc, eq->sidx); in start_wrq_wr() 3026 IDXINCR(eq->dbidx, ndesc, eq->sidx); in commit_wrq_wr() 3234 IDXINCR(eq->pidx, n, eq->sidx); in eth_tx() 3283 IDXINCR(eq->pidx, n, eq->sidx); in eth_tx() 3330 IDXINCR(eq->pidx, n, eq->sidx); in eth_tx() 4965 IDXINCR(fl->dbidx, n, fl->sidx); in ring_fl_db() 6181 IDXINCR(eq->dbidx, n, eq->sidx); in ring_eq_db() 6253 IDXINCR(eq->cidx, ndesc, eq->sidx); in reclaim_tx_descs()
|
H A D | adapter.h | 1102 #define IDXINCR(idx, incr, wrap) do { \ macro
|
H A D | t4_main.c | 7179 IDXINCR(eq->cidx, txsd->desc_used, eq->sidx); in quiesce_txq()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 1596 IDXINCR(pidx, ndesc, eq->sidx); in ktls_write_tls_wr() 1978 IDXINCR(pidx, ndesc, eq->sidx); in t6_ktls_write_wr() 2012 IDXINCR(pidx, ndesc, eq->sidx); in t6_ktls_write_wr() 2042 IDXINCR(pidx, ndesc, eq->sidx); in t6_ktls_write_wr()
|