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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h847 if (bp->flags & USING_MSIX_FLAG) {
849 bp->flags &= ~(USING_MSIX_FLAG | USING_SINGLE_MSIX_FLAG);
H A Dbnx2x_cmn.c1661 if (bp->flags & USING_MSIX_FLAG &&
1746 bp->flags |= USING_MSIX_FLAG;
1830 if (bp->flags & (USING_MSI_FLAG | USING_MSIX_FLAG))
1835 if (bp->flags & USING_MSIX_FLAG)
1846 if (bp->flags & USING_MSIX_FLAG &&
1862 if (bp->flags & USING_MSIX_FLAG) {
H A Dbnx2x.h1472 #define USING_MSIX_FLAG (1 << 5) macro
H A Dbnx2x_main.c1569 bool msix = (bp->flags & USING_MSIX_FLAG) ? true : false;
1632 bool msix = (bp->flags & USING_MSIX_FLAG) ? true : false;
1699 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0;
8019 if (!(bp->flags & USING_MSIX_FLAG))
9229 int msix = (bp->flags & USING_MSIX_FLAG) ? 1 : 0;
14902 if (bp->flags & USING_MSIX_FLAG) {

Completed in 995 milliseconds