Searched refs:creq_db (Results 1 – 2 of 2) sorted by relevance
428 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, in bnxt_qplib_service_creq()644 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, rcfw->res->cctx, false); in bnxt_qplib_rcfw_stop_irq()668 iounmap(creq->creq_db.reg.bar_reg); in bnxt_qplib_disable_rcfw_channel()676 creq->creq_db.reg.bar_reg = NULL; in bnxt_qplib_disable_rcfw_channel()703 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, rcfw->res->cctx, true); in bnxt_qplib_rcfw_start_irq()748 struct bnxt_qplib_creq_db *creq_db; in bnxt_qplib_map_creq_db() local753 creq_db = &rcfw->creq.creq_db; in bnxt_qplib_map_creq_db()755 creq_db->reg.bar_id = RCFW_COMM_CONS_PCI_BAR_REGION; in bnxt_qplib_map_creq_db()756 creq_db->reg.bar_base = pci_resource_start(pdev, creq_db->reg.bar_id); in bnxt_qplib_map_creq_db()757 if (!creq_db->reg.bar_id) in bnxt_qplib_map_creq_db()[all …]
171 struct bnxt_qplib_creq_db creq_db; member