Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h488 writel(QID_V(wq->sq.bar2_qid) | PIDX_T5_V(inc), in t4_ring_sq_db()
537 writel(QID_V(wq->rq.bar2_qid) | PIDX_T5_V(inc), in t4_ring_rq_db()
H A Dt4_regs.h88 #define PIDX_T5_V(x) ((x) << PIDX_T5_S) macro