Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Dt4.h501 writel(V_PIDX_T5(inc) | V_QID(wq->sq.bar2_qid), in t4_ring_sq_db()
525 writel(V_PIDX_T5(inc) | V_QID(wq->rq.bar2_qid), in t4_ring_rq_db()
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_netmap.c377 nm_rxq->fl_db_val = V_QID(nm_rxq->fl_cntxt_id) | in alloc_nm_rxq_hwq()
947 *nm_txq->udb = htole32(V_QID(nm_txq->udb_qid) | V_PIDX(n)); in ring_nm_txq_db()
972 *nm_txq->udb = htole32(V_QID(nm_txq->udb_qid) | V_PIDX(n)); in ring_nm_txq_db()
978 V_QID(nm_txq->cntxt_id) | V_PIDX(n)); in ring_nm_txq_db()
Dt4_sge.c3512 fl->dbval = V_QID(qid) | sc->chip_params->sge_fl_db; in alloc_iq_fl()
5526 *eq->udb = htole32(V_QID(eq->udb_qid) | V_PIDX(n)); in ring_eq_db()
5553 *eq->udb = htole32(V_QID(eq->udb_qid) | V_PIDX(n)); in ring_eq_db()
5559 V_QID(eq->cntxt_id) | V_PIDX(n)); in ring_eq_db()
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h519 #define V_QID(x) ((x) << S_QID) macro