Searched refs:BGE_FLAG_MSI (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/bge/
H A Dif_bge.c3635 sc->bge_flags |= BGE_FLAG_MSI;
3645 if (sc->bge_flags & BGE_FLAG_MSI && BGE_IS_5717_PLUS(sc))
3905 if (BGE_IS_5755_PLUS(sc) && sc->bge_flags & BGE_FLAG_MSI) {
3995 sc->bge_flags & BGE_FLAG_MSI ? 1 : 0, sc->bge_irq);
3997 if (sc->bge_flags & BGE_FLAG_MSI)
4183 if (sc->bge_flags & BGE_FLAG_MSI) {
H A Dif_bgereg.h2978 #define BGE_FLAG_MSI 0x00000100 macro

Completed in 185 milliseconds