Home
last modified time | relevance | path

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

/src/sys/dev/age/
H A Dif_agevar.h212 #define AGE_FLAG_MSIX 0x0008 macro
H A Dif_age.c538 sc->age_flags |= AGE_FLAG_MSIX; in age_attach()
543 if (msi_disable == 0 && (sc->age_flags & AGE_FLAG_MSIX) == 0 && in age_attach()
633 if ((sc->age_flags & AGE_FLAG_MSIX) != 0) in age_attach()
696 if ((sc->age_flags & AGE_FLAG_MSIX) != 0) in age_detach()
711 if ((sc->age_flags & (AGE_FLAG_MSI | AGE_FLAG_MSIX)) != 0) in age_detach()