Home
last modified time | relevance | path

Searched refs:BNXT_FLAG_USING_MSIX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c5780 } else if (bp->flags & BNXT_FLAG_USING_MSIX) { in hwrm_ring_alloc_send_msg()
5787 if (bp->flags & BNXT_FLAG_USING_MSIX) in hwrm_ring_alloc_send_msg()
9021 if (bp->flags & BNXT_FLAG_USING_MSIX) in bnxt_setup_int_mode()
9175 bp->flags |= BNXT_FLAG_USING_MSIX; in bnxt_init_msix()
9210 if (!(bp->flags & BNXT_FLAG_USING_MSIX) && BNXT_PF(bp)) { in bnxt_init_int_mode()
9219 if (bp->flags & BNXT_FLAG_USING_MSIX) in bnxt_clear_int_mode()
9224 bp->flags &= ~BNXT_FLAG_USING_MSIX; in bnxt_clear_int_mode()
9311 if (!(bp->flags & BNXT_FLAG_USING_MSIX)) in bnxt_request_irq()
9376 if (bp->flags & BNXT_FLAG_USING_MSIX) { in bnxt_init_napi()
10477 !(bp->flags & BNXT_FLAG_USING_MSIX)) { in __bnxt_open_nic()
H A Dbnxt_sriov.c895 if (!(bp->flags & BNXT_FLAG_USING_MSIX)) { in bnxt_sriov_configure()
H A Dbnxt.h1817 #define BNXT_FLAG_USING_MSIX 0x40 macro