Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h495 writel(V_PIDX_T5(inc) | V_QID(wq->sq.bar2_qid), in t4_ring_sq_db()
519 writel(V_PIDX_T5(inc) | V_QID(wq->rq.bar2_qid), in t4_ring_rq_db()
/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c377 nm_rxq->fl_db_val = V_QID(nm_rxq->fl_cntxt_id) | in alloc_nm_rxq_hwq()
929 *nm_txq->udb = htole32(V_QID(nm_txq->udb_qid) | V_PIDX(n)); in ring_nm_txq_db()
954 *nm_txq->udb = htole32(V_QID(nm_txq->udb_qid) | V_PIDX(n)); in ring_nm_txq_db()
960 V_QID(nm_txq->cntxt_id) | V_PIDX(n)); in ring_nm_txq_db()
H A Dt4_sge.c3722 fl->dbval = V_QID(qid) | sc->chip_params->sge_fl_db; in alloc_iq_fl_hwq()
6336 *eq->udb = htole32(V_QID(eq->udb_qid) | V_PIDX(n)); in ring_eq_db()
6363 *eq->udb = htole32(V_QID(eq->udb_qid) | V_PIDX(n)); in ring_eq_db()
6369 V_QID(eq->cntxt_id) | V_PIDX(n)); in ring_eq_db()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h674 #define V_QID(x) ((x) << S_QID) macro