Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c744 if (!CREQ_CMP_VALID(creqe, creq->creq_db.dbinfo.flags)) in bnxt_qplib_service_creq()
778 1, &creq->creq_db.dbinfo.flags); in bnxt_qplib_service_creq()
782 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, in bnxt_qplib_service_creq()
1002 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, rcfw->res->cctx, false); in bnxt_qplib_rcfw_stop_irq()
1025 iounmap(creq->creq_db.reg.bar_reg); in bnxt_qplib_disable_rcfw_channel()
1028 creq->creq_db.reg.bar_reg = NULL; in bnxt_qplib_disable_rcfw_channel()
1066 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, res->cctx, true); in bnxt_qplib_rcfw_start_irq()
1109 struct bnxt_qplib_creq_db *creq_db; in bnxt_qplib_map_creq_db() local
1114 creq_db = &rcfw->creq.creq_db; in bnxt_qplib_map_creq_db()
1116 creq_db->dbinfo.flags = 0; in bnxt_qplib_map_creq_db()
[all …]
Dqplib_rcfw.h208 struct bnxt_qplib_creq_db creq_db; member