Home
last modified time | relevance | path

Searched refs:USING_MSI_FLAG (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h850 } else if (bp->flags & USING_MSI_FLAG) { in bnx2x_disable_msi()
852 bp->flags &= ~USING_MSI_FLAG; in bnx2x_disable_msi()
H A Dbnx2x_cmn.c1820 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()
H A Dbnx2x.h1473 #define USING_MSI_FLAG (1 << 6) macro