Searched refs:bnxt_db_nq (Results 1 – 2 of 2) sorted by relevance
2453 softc->db_ops.bnxt_db_nq = bnxt_thor_db_nq; in bnxt_attach_pre()2459 softc->db_ops.bnxt_db_nq = bnxt_thor2_db_nq; in bnxt_attach_pre()3065 softc->db_ops.bnxt_db_nq(&softc->nq_rings[i], 1); in bnxt_init()3670 softc->db_ops.bnxt_db_nq(cpr, 1); in bnxt_do_enable_intr()3684 softc->db_ops.bnxt_db_nq(cpr, 0); in bnxt_do_disable_intr()3699 softc->db_ops.bnxt_db_nq(&softc->nq_rings[i], 1); in bnxt_intr_enable()3713 softc->db_ops.bnxt_db_nq(&softc->nq_rings[qid], 1); in bnxt_tx_queue_intr_enable()3793 softc->db_ops.bnxt_db_nq(&softc->nq_rings[qid], 1); in bnxt_rx_queue_intr_enable()3812 softc->db_ops.bnxt_db_nq(&softc->nq_rings[i], 0); in bnxt_disable_intr()
324 bnxt_doorbell_nq bnxt_db_nq; member