Searched refs:bnxt_db_rx_cq (Results 1 – 3 of 3) sorted by relevance
2452 softc->db_ops.bnxt_db_rx_cq = bnxt_thor_db_rx_cq; in bnxt_attach_pre()2458 softc->db_ops.bnxt_db_rx_cq = bnxt_thor2_db_rx_cq; in bnxt_attach_pre()2464 softc->db_ops.bnxt_db_rx_cq = bnxt_cuw_db_cq; in bnxt_attach_pre()3084 softc->db_ops.bnxt_db_rx_cq(&softc->rx_cp_rings[i], 1); in bnxt_init()3673 softc->db_ops.bnxt_db_rx_cq(cpr, 1); in bnxt_do_enable_intr()3687 softc->db_ops.bnxt_db_rx_cq(cpr, 0); in bnxt_do_disable_intr()3702 softc->db_ops.bnxt_db_rx_cq(&softc->rx_cp_rings[i], 1); in bnxt_intr_enable()3716 softc->db_ops.bnxt_db_rx_cq(&softc->tx_cp_rings[qid], 1); in bnxt_tx_queue_intr_enable()3796 softc->db_ops.bnxt_db_rx_cq(&softc->rx_cp_rings[qid], 1); in bnxt_rx_queue_intr_enable()3815 softc->db_ops.bnxt_db_rx_cq(&softc->rx_cp_rings[i], 0); in bnxt_disable_intr()[all …]
352 softc->db_ops.bnxt_db_rx_cq(&softc->rx_cp_rings[rxqid], 0); in bnxt_isc_rxd_flush()
322 bnxt_doorbell_rx_cq bnxt_db_rx_cq; member