Searched refs:USING_MSI_FLAG (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h850 } else if (bp->flags & USING_MSI_FLAG) {
852 bp->flags &= ~USING_MSI_FLAG;
H A Dbnx2x_cmn.c1820 bp->flags |= USING_MSI_FLAG;
1830 if (bp->flags & (USING_MSI_FLAG | USING_MSIX_FLAG))
1857 if (bp->flags & USING_MSI_FLAG) {
H A Dbnx2x.h1473 #define USING_MSI_FLAG (1 << 6) macro
H A Dbnx2x_main.c1571 bool msi = (bp->flags & USING_MSI_FLAG) ? true : false;
1634 bool msi = (bp->flags & USING_MSI_FLAG) ? true : false;

Completed in 196 milliseconds