Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDt4.h499 writel(V_PIDX_T5(inc) | V_QID(wq->sq.bar2_qid), in t4_ring_sq_db()
523 writel(V_PIDX_T5(inc) | V_QID(wq->rq.bar2_qid), in t4_ring_rq_db()
/freebsd-11-stable/sys/dev/cxgbe/common/
HDt4_regs.h537 #define V_PIDX_T5(x) ((x) << S_PIDX_T5) macro