Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h496 writel(V_PIDX_T5(inc) | V_QID(wq->sq.bar2_qid), in t4_ring_sq_db()
520 writel(V_PIDX_T5(inc) | V_QID(wq->rq.bar2_qid), in t4_ring_rq_db()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h537 #define V_PIDX_T5(x) ((x) << S_PIDX_T5) macro