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.h496 writel(V_PIDX_T5(inc) | V_QID(wq->sq.bar2_qid), in t4_ring_sq_db()
520 writel(V_PIDX_T5(inc) | V_QID(wq->rq.bar2_qid), in t4_ring_rq_db()
/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c374 nm_rxq->fl_db_val = V_QID(nm_rxq->fl_cntxt_id) | in alloc_nm_rxq_hwq()
924 *nm_txq->udb = htole32(V_QID(nm_txq->udb_qid) | V_PIDX(n)); in ring_nm_txq_db()
949 *nm_txq->udb = htole32(V_QID(nm_txq->udb_qid) | V_PIDX(n)); in ring_nm_txq_db()
955 V_QID(nm_txq->cntxt_id) | V_PIDX(n)); in ring_nm_txq_db()
H A Dt4_sge.c3661 fl->dbval = V_QID(qid) | sc->chip_params->sge_fl_db; in alloc_iq_fl_hwq()
6144 *eq->udb = htole32(V_QID(eq->udb_qid) | V_PIDX(n)); in ring_eq_db()
6171 *eq->udb = htole32(V_QID(eq->udb_qid) | V_PIDX(n)); in ring_eq_db()
6177 V_QID(eq->cntxt_id) | V_PIDX(n)); in ring_eq_db()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h517 #define V_QID(x) ((x) << S_QID) macro