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.c5781 } else if (bp->flags & BNXT_FLAG_USING_MSIX) { in hwrm_ring_alloc_send_msg()
5788 if (bp->flags & BNXT_FLAG_USING_MSIX) in hwrm_ring_alloc_send_msg()
9022 if (bp->flags & BNXT_FLAG_USING_MSIX) in bnxt_setup_int_mode()
9176 bp->flags |= BNXT_FLAG_USING_MSIX; in bnxt_init_msix()
9211 if (!(bp->flags & BNXT_FLAG_USING_MSIX) && BNXT_PF(bp)) { in bnxt_init_int_mode()
9220 if (bp->flags & BNXT_FLAG_USING_MSIX) in bnxt_clear_int_mode()
9225 bp->flags &= ~BNXT_FLAG_USING_MSIX; in bnxt_clear_int_mode()
9312 if (!(bp->flags & BNXT_FLAG_USING_MSIX)) in bnxt_request_irq()
9377 if (bp->flags & BNXT_FLAG_USING_MSIX) { in bnxt_init_napi()
10478 !(bp->flags & BNXT_FLAG_USING_MSIX)) { in __bnxt_open_nic()
[all...]
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