Lines Matching refs:db_ops
2449 softc->db_ops.bnxt_db_tx = bnxt_thor_db_tx; in bnxt_attach_pre()
2450 softc->db_ops.bnxt_db_rx = bnxt_thor_db_rx; in bnxt_attach_pre()
2451 softc->db_ops.bnxt_db_rx_cq = bnxt_thor_db_rx_cq; in bnxt_attach_pre()
2452 softc->db_ops.bnxt_db_tx_cq = bnxt_thor_db_tx_cq; in bnxt_attach_pre()
2453 softc->db_ops.bnxt_db_nq = bnxt_thor_db_nq; in bnxt_attach_pre()
2455 softc->db_ops.bnxt_db_tx = bnxt_thor2_db_tx; in bnxt_attach_pre()
2456 softc->db_ops.bnxt_db_rx = bnxt_thor2_db_rx; in bnxt_attach_pre()
2457 softc->db_ops.bnxt_db_rx_cq = bnxt_thor2_db_rx_cq; in bnxt_attach_pre()
2458 softc->db_ops.bnxt_db_tx_cq = bnxt_thor2_db_tx_cq; in bnxt_attach_pre()
2459 softc->db_ops.bnxt_db_nq = bnxt_thor2_db_nq; in bnxt_attach_pre()
2461 softc->db_ops.bnxt_db_tx = bnxt_cuw_db_tx; in bnxt_attach_pre()
2462 softc->db_ops.bnxt_db_rx = bnxt_cuw_db_rx; in bnxt_attach_pre()
2463 softc->db_ops.bnxt_db_rx_cq = bnxt_cuw_db_cq; in bnxt_attach_pre()
2464 softc->db_ops.bnxt_db_tx_cq = bnxt_cuw_db_cq; in bnxt_attach_pre()
3065 softc->db_ops.bnxt_db_nq(&softc->nq_rings[i], 1); in bnxt_init()
3083 softc->db_ops.bnxt_db_rx_cq(&softc->rx_cp_rings[i], 1); in bnxt_init()
3092 softc->db_ops.bnxt_db_rx(&softc->rx_rings[i], 0); in bnxt_init()
3102 softc->db_ops.bnxt_db_rx(&softc->ag_rings[i], 0); in bnxt_init()
3175 softc->db_ops.bnxt_db_tx_cq(&softc->tx_cp_rings[i], 1); in bnxt_init()
3185 softc->db_ops.bnxt_db_tx(&softc->tx_rings[i], 0); in bnxt_init()
3670 softc->db_ops.bnxt_db_nq(cpr, 1); in bnxt_do_enable_intr()
3672 softc->db_ops.bnxt_db_rx_cq(cpr, 1); in bnxt_do_enable_intr()
3684 softc->db_ops.bnxt_db_nq(cpr, 0); in bnxt_do_disable_intr()
3686 softc->db_ops.bnxt_db_rx_cq(cpr, 0); in bnxt_do_disable_intr()
3699 softc->db_ops.bnxt_db_nq(&softc->nq_rings[i], 1); in bnxt_intr_enable()
3701 softc->db_ops.bnxt_db_rx_cq(&softc->rx_cp_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()
3715 softc->db_ops.bnxt_db_rx_cq(&softc->tx_cp_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()
3795 softc->db_ops.bnxt_db_rx_cq(&softc->rx_cp_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()
3814 softc->db_ops.bnxt_db_rx_cq(&softc->rx_cp_rings[i], 0); in bnxt_disable_intr()
4871 softc->db_ops.bnxt_db_rx_cq(cpr, 0); in bnxt_handle_isr()
4881 softc->db_ops.bnxt_db_rx_cq(&softc->def_cp_ring, 0); in bnxt_handle_def_cp()
5198 softc->db_ops.bnxt_db_rx_cq(cpr, 1); in bnxt_def_cp_task()