Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c322 val | V_QID(q->cntxt_id)); in ring_fl_db()
324 writel_relaxed(val | V_QID(q->bar2_qid), in ring_fl_db()
710 V_QID(q->cntxt_id) | val); in ring_tx_db()
726 writel(val | V_QID(q->bar2_qid), in ring_tx_db()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_regs.h64 #define V_QID(x) ((x) << S_QID) macro