Searched refs:USING_MSIX_FLAG (Results 1 – 4 of 4) sorted by relevance
847 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_disable_msi() 849 bp->flags &= ~(USING_MSIX_FLAG | USING_SINGLE_MSIX_FLAG); in bnx2x_disable_msi()
1661 if (bp->flags & USING_MSIX_FLAG && in bnx2x_free_irq() 1746 bp->flags |= USING_MSIX_FLAG; in bnx2x_enable_msix() 1830 if (bp->flags & (USING_MSI_FLAG | USING_MSIX_FLAG)) in bnx2x_req_irq() 1835 if (bp->flags & USING_MSIX_FLAG) in bnx2x_req_irq() 1846 if (bp->flags & USING_MSIX_FLAG && in bnx2x_setup_irqs() 1862 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_setup_irqs()
1569 bool msix = (bp->flags & USING_MSIX_FLAG) ? true : false; in bnx2x_hc_int_enable() 1632 bool msix = (bp->flags & USING_MSIX_FLAG) ? true : false; in bnx2x_igu_int_enable() 1699 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0; in bnx2x_int_disable_sync() 8019 if (!(bp->flags & USING_MSIX_FLAG)) in bnx2x_init_hw_func() 9229 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0; in bnx2x_func_wait_started() 14901 if (bp->flags & USING_MSIX_FLAG) { in bnx2x_setup_cnic_irq_info()
1472 #define USING_MSIX_FLAG (1 << 5) macro