Searched refs:creq_db (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_rcfw.c | 838 if (!CREQ_CMP_VALID(creqe, creq->creq_db.dbinfo.flags)) in bnxt_qplib_service_creq() 872 1, &creq->creq_db.dbinfo.flags); in bnxt_qplib_service_creq() 875 !CREQ_CMP_VALID(creqe, creq->creq_db.dbinfo.flags)) { in bnxt_qplib_service_creq() 877 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, res->cctx, true); in bnxt_qplib_service_creq() 892 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, res->cctx, true); in bnxt_qplib_service_creq() 1121 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, res->cctx, false); in bnxt_qplib_rcfw_stop_irq() 1149 creq->creq_db.reg.bar_reg = NULL; in bnxt_qplib_disable_rcfw_channel() 1150 creq->creq_db.db = NULL; in bnxt_qplib_disable_rcfw_channel() 1192 bnxt_qplib_ring_nq_db(&creq->creq_db.dbinfo, res->cctx, true); in bnxt_qplib_rcfw_start_irq() 1245 struct bnxt_qplib_creq_db *creq_db; in bnxt_qplib_map_creq_db() local [all …]
|
H A D | qplib_rcfw.h | 261 struct bnxt_qplib_creq_db creq_db; member
|