Home
last modified time | relevance | path

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

/src/sys/dev/rge/
H A Dif_rgevar.h194 #define RGE_FLAG_MSI 0x00000001 macro
H A Dif_rge.c263 sc->rge_flags |= RGE_FLAG_MSI; in rge_attach()
636 if (sc->rge_flags & RGE_FLAG_MSI) in rge_detach()
705 if (!(sc->rge_flags & RGE_FLAG_MSI)) { in rge_intr_msi()