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

/freebsd-10.3-release/sys/dev/alc/
H A Dif_alcvar.h227 #define ALC_FLAG_MSIX 0x0008 macro
H A Dif_alc.c1348 if ((sc->alc_flags & ALC_FLAG_MSIX) != 0)
1508 sc->alc_flags |= ALC_FLAG_MSIX;
1513 if (msi_disable == 0 && (sc->alc_flags & ALC_FLAG_MSIX) == 0 &&
1613 if ((sc->alc_flags & ALC_FLAG_MSIX) != 0)
1678 if ((sc->alc_flags & ALC_FLAG_MSIX) != 0)
1694 if ((sc->alc_flags & (ALC_FLAG_MSI | ALC_FLAG_MSIX)) != 0)

Completed in 55 milliseconds