Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c747 if (!CREQ_CMP_VALID(creqe, creq->creq_db.dbinfo.flags)) in bnxt_qplib_service_creq()
781 1, &creq->creq_db.dbinfo.flags); in bnxt_qplib_service_creq()
785 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, in bnxt_qplib_service_creq()
997 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, rcfw->res->cctx, false); in bnxt_qplib_rcfw_stop_irq()
1020 iounmap(creq->creq_db.reg.bar_reg); in bnxt_qplib_disable_rcfw_channel()
1023 creq->creq_db.reg.bar_reg = NULL; in bnxt_qplib_disable_rcfw_channel()
1061 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, res->cctx, true); in bnxt_qplib_rcfw_start_irq()
1104 struct bnxt_qplib_creq_db *creq_db; in bnxt_qplib_map_creq_db() local
1109 creq_db = &rcfw->creq.creq_db; in bnxt_qplib_map_creq_db()
1111 creq_db->dbinfo.flags = 0; in bnxt_qplib_map_creq_db()
[all …]
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_fw.h91 struct bng_re_creq_db creq_db; member