Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c3146 val = V_PIDX(eq->pending); in ring_tx_db()
3380 v |= V_PIDX(ndesc); in ring_fl_db()
3383 v |= V_QID(fl->cntxt_id) | V_PIDX(ndesc); in ring_fl_db()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h506 #define V_PIDX(x) ((x) << S_PIDX) macro