Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ale/
HDif_alevar.h201 #define ALE_FLAG_MSI 0x0004 macro
HDif_ale.c569 sc->ale_flags |= ALE_FLAG_MSI; in ale_attach()
663 else if ((sc->ale_flags & ALE_FLAG_MSI) != 0) in ale_attach()
728 else if ((sc->ale_flags & ALE_FLAG_MSI) != 0) in ale_detach()
741 if ((sc->ale_flags & (ALE_FLAG_MSI | ALE_FLAG_MSIX)) != 0) in ale_detach()