INTR_MSIX
t4_intr_types &= INTR_MSIX | INTR_MSI | INTR_INTX;
sc->intr_count, sc->intr_type == INTR_MSIX ? "MSI-X" :
if (sc->intr_type == INTR_MSI || sc->intr_type == INTR_MSIX)
for (itype = INTR_MSIX; itype; itype >>= 1) {
if (itype == INTR_MSIX)
if (itype == INTR_MSIX)
int t4_intr_types = INTR_MSIX | INTR_MSI | INTR_INTX;
for (itype = INTR_MSIX; itype != 0; itype >>= 1) {
if (itype == INTR_MSIX)
if (itype == INTR_MSIX)
if (itype == INTR_MSIX)
sc->params.nports, sc->intr_count, sc->intr_type == INTR_MSIX ?