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

/freebsd-11-stable/sys/dev/alc/
H A Dif_alcvar.h227 #define ALC_FLAG_MSIX 0x0008 macro
H A Dif_alc.c1355 if ((sc->alc_flags & ALC_FLAG_MSIX) != 0)
1526 sc->alc_flags |= ALC_FLAG_MSIX;
1531 if (msi_disable == 0 && (sc->alc_flags & ALC_FLAG_MSIX) == 0 &&
1631 if ((sc->alc_flags & ALC_FLAG_MSIX) != 0)
1696 if ((sc->alc_flags & ALC_FLAG_MSIX) != 0)
1712 if ((sc->alc_flags & (ALC_FLAG_MSI | ALC_FLAG_MSIX)) != 0)

Completed in 107 milliseconds