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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c1570 bool single_msix = (bp->flags & USING_SINGLE_MSIX_FLAG) ? true : false; local
1578 if (single_msix)
1633 bool single_msix = (bp->flags & USING_SINGLE_MSIX_FLAG) ? true : false; local
1644 if (single_msix)
1659 if ((!msix) || single_msix) {

Completed in 286 milliseconds