Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h851 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_disable_msi()
853 bp->flags &= ~(USING_MSIX_FLAG | USING_SINGLE_MSIX_FLAG); in bnx2x_disable_msi()
Dbnx2x_cmn.c1645 if (bp->flags & USING_MSIX_FLAG && in bnx2x_free_irq()
1730 bp->flags |= USING_MSIX_FLAG; in bnx2x_enable_msix()
1814 if (bp->flags & (USING_MSI_FLAG | USING_MSIX_FLAG)) in bnx2x_req_irq()
1819 if (bp->flags & USING_MSIX_FLAG) in bnx2x_req_irq()
1830 if (bp->flags & USING_MSIX_FLAG && in bnx2x_setup_irqs()
1846 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_setup_irqs()
Dbnx2x_main.c1555 bool msix = (bp->flags & USING_MSIX_FLAG) ? true : false; in bnx2x_hc_int_enable()
1622 bool msix = (bp->flags & USING_MSIX_FLAG) ? true : false; in bnx2x_igu_int_enable()
1692 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0; in bnx2x_int_disable_sync()
8000 if (!(bp->flags & USING_MSIX_FLAG)) in bnx2x_init_hw_func()
9181 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0; in bnx2x_func_wait_started()
15006 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_setup_cnic_irq_info()
Dbnx2x.h1471 #define USING_MSIX_FLAG (1 << 5) macro