Home
last modified time | relevance | path

Searched refs:ALE_FLAG_MSIX (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ale/
H A Dif_alevar.h202 #define ALE_FLAG_MSIX 0x0008 macro
H A Dif_ale.c557 sc->ale_flags |= ALE_FLAG_MSIX; in ale_attach()
562 if (msi_disable == 0 && (sc->ale_flags & ALE_FLAG_MSIX) == 0 && in ale_attach()
660 if ((sc->ale_flags & ALE_FLAG_MSIX) != 0) in ale_attach()
721 if ((sc->ale_flags & ALE_FLAG_MSIX) != 0) in ale_detach()
736 if ((sc->ale_flags & (ALE_FLAG_MSI | ALE_FLAG_MSIX)) != 0) in ale_detach()