Home
last modified time | relevance | path

Searched refs:USING_MSIX_FLAG (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h847 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_disable_msi()
849 bp->flags &= ~(USING_MSIX_FLAG | USING_SINGLE_MSIX_FLAG); in bnx2x_disable_msi()
Dbnx2x_cmn.c1648 if (bp->flags & USING_MSIX_FLAG && in bnx2x_free_irq()
1733 bp->flags |= USING_MSIX_FLAG; in bnx2x_enable_msix()
1817 if (bp->flags & (USING_MSI_FLAG | USING_MSIX_FLAG)) in bnx2x_req_irq()
1822 if (bp->flags & USING_MSIX_FLAG) in bnx2x_req_irq()
1833 if (bp->flags & USING_MSIX_FLAG && in bnx2x_setup_irqs()
1849 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_setup_irqs()
Dbnx2x_main.c1560 bool msix = (bp->flags & USING_MSIX_FLAG) ? true : false; in bnx2x_hc_int_enable()
1623 bool msix = (bp->flags & USING_MSIX_FLAG) ? true : false; in bnx2x_igu_int_enable()
1690 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0; in bnx2x_int_disable_sync()
8010 if (!(bp->flags & USING_MSIX_FLAG)) in bnx2x_init_hw_func()
9220 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0; in bnx2x_func_wait_started()
14945 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_setup_cnic_irq_info()
Dbnx2x.h1472 #define USING_MSIX_FLAG (1 << 5) macro