Home
last modified time | relevance | path

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

/freebsd/sys/dev/age/
H A Dif_agevar.h211 #define AGE_FLAG_MSI 0x0004 macro
H A Dif_age.c549 sc->age_flags |= AGE_FLAG_MSI; in age_attach()
635 else if ((sc->age_flags & AGE_FLAG_MSI) != 0) in age_attach()
698 else if ((sc->age_flags & AGE_FLAG_MSI) != 0) in age_detach()
711 if ((sc->age_flags & (AGE_FLAG_MSI | AGE_FLAG_MSIX)) != 0) in age_detach()