Home
last modified time | relevance | path

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

/freebsd/sys/dev/ale/
H A Dif_alevar.h201 #define ALE_FLAG_MSI 0x0004 macro
H A Dif_ale.c568 sc->ale_flags |= ALE_FLAG_MSI; in ale_attach()
662 else if ((sc->ale_flags & ALE_FLAG_MSI) != 0) in ale_attach()
723 else if ((sc->ale_flags & ALE_FLAG_MSI) != 0) in ale_detach()
736 if ((sc->ale_flags & (ALE_FLAG_MSI | ALE_FLAG_MSIX)) != 0) in ale_detach()