Searched refs:db_ops (Results 1 – 3 of 3) sorted by relevance
2214 softc->db_ops.bnxt_db_tx = bnxt_thor_db_tx; in bnxt_attach_pre()2215 softc->db_ops.bnxt_db_rx = bnxt_thor_db_rx; in bnxt_attach_pre()2218 softc->db_ops.bnxt_db_nq = bnxt_thor_db_nq; in bnxt_attach_pre()2220 softc->db_ops.bnxt_db_tx = bnxt_cuw_db_tx; in bnxt_attach_pre()2221 softc->db_ops.bnxt_db_rx = bnxt_cuw_db_rx; in bnxt_attach_pre()3285 softc->db_ops.bnxt_db_nq(cpr, 1); in bnxt_do_enable_intr()3287 softc->db_ops.bnxt_db_rx_cq(cpr, 1); in bnxt_do_enable_intr()3299 softc->db_ops.bnxt_db_nq(cpr, 0); in bnxt_do_disable_intr()3301 softc->db_ops.bnxt_db_rx_cq(cpr, 0); in bnxt_do_disable_intr()4337 softc->db_ops.bnxt_db_rx_cq(cpr, 0); in bnxt_handle_isr()[all …]
181 softc->db_ops.bnxt_db_tx(tx_ring, pidx); in bnxt_isc_txd_flush()243 softc->db_ops.bnxt_db_tx_cq(cpr, 0); in bnxt_isc_txd_credits_update()311 softc->db_ops.bnxt_db_rx_cq(&softc->rx_cp_rings[rxqid], 0); in bnxt_isc_rxd_flush()312 softc->db_ops.bnxt_db_rx(rx_ring, pidx); in bnxt_isc_rxd_flush()
1096 struct bnxt_doorbell_ops db_ops; member