Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c3153 *eq->udb = LE_32(V_QID(eq->udb_qid) | val); in ring_tx_db()
3179 *eq->udb = LE_32(V_QID(eq->udb_qid) | val); in ring_tx_db()
3185 V_QID(eq->cntxt_id) | val); in ring_tx_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.h497 #define V_QID(x) ((x) << S_QID) macro