Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h849 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_disable_msi()
851 bp->flags &= ~(USING_MSIX_FLAG | USING_SINGLE_MSIX_FLAG); in bnx2x_disable_msi()
Dbnx2x_cmn.c1647 if (bp->flags & USING_MSIX_FLAG && in bnx2x_free_irq()
1732 bp->flags |= USING_MSIX_FLAG; in bnx2x_enable_msix()
1816 if (bp->flags & (USING_MSI_FLAG | USING_MSIX_FLAG)) in bnx2x_req_irq()
1821 if (bp->flags & USING_MSIX_FLAG) in bnx2x_req_irq()
1832 if (bp->flags & USING_MSIX_FLAG && in bnx2x_setup_irqs()
1848 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_setup_irqs()
Dbnx2x_main.c1549 bool msix = (bp->flags & USING_MSIX_FLAG) ? true : false; in bnx2x_hc_int_enable()
1612 bool msix = (bp->flags & USING_MSIX_FLAG) ? true : false; in bnx2x_igu_int_enable()
1679 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0; in bnx2x_int_disable_sync()
7999 if (!(bp->flags & USING_MSIX_FLAG)) in bnx2x_init_hw_func()
9209 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0; in bnx2x_func_wait_started()
15019 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_setup_cnic_irq_info()
Dbnx2x.h1472 #define USING_MSIX_FLAG (1 << 5) macro