Searched refs:creq_db (Results 1 – 2 of 2) sorted by relevance
424 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, in bnxt_qplib_service_creq()638 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, rcfw->res->cctx, false); in bnxt_qplib_rcfw_stop_irq()662 iounmap(creq->creq_db.reg.bar_reg); in bnxt_qplib_disable_rcfw_channel()670 creq->creq_db.reg.bar_reg = NULL; in bnxt_qplib_disable_rcfw_channel()697 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, rcfw->res->cctx, true); in bnxt_qplib_rcfw_start_irq()742 struct bnxt_qplib_creq_db *creq_db; in bnxt_qplib_map_creq_db() local747 creq_db = &rcfw->creq.creq_db; in bnxt_qplib_map_creq_db()749 creq_db->reg.bar_id = RCFW_COMM_CONS_PCI_BAR_REGION; in bnxt_qplib_map_creq_db()750 creq_db->reg.bar_base = pci_resource_start(pdev, creq_db->reg.bar_id); in bnxt_qplib_map_creq_db()751 if (!creq_db->reg.bar_id) in bnxt_qplib_map_creq_db()[all …]
168 struct bnxt_qplib_creq_db creq_db; member