Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/
H A Dsge.c270 val | V_QID(q->cntxt_id)); in ring_fl_db()
272 writel_relaxed(val | V_QID(q->bar2_qid), in ring_fl_db()
641 V_QID(q->cntxt_id) | val); in ring_tx_db()
657 writel(val | V_QID(q->bar2_qid), in ring_tx_db()
/dpdk/drivers/net/cxgbe/base/
H A Dt4_regs.h64 #define V_QID(x) ((x) << S_QID) macro