Searched refs:USING_MSI_FLAG (Results 1 – 3 of 3) sorted by relevance
850 } else if (bp->flags & USING_MSI_FLAG) { in bnx2x_disable_msi()852 bp->flags &= ~USING_MSI_FLAG; in bnx2x_disable_msi()
1820 bp->flags |= USING_MSI_FLAG; in bnx2x_enable_msi()1830 if (bp->flags & (USING_MSI_FLAG | USING_MSIX_FLAG)) in bnx2x_req_irq()1857 if (bp->flags & USING_MSI_FLAG) { in bnx2x_setup_irqs()
1473 #define USING_MSI_FLAG (1 << 6) macro