Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_bge.c2361 } else if (sc->bge_flags & BGEF_PCIX) { in bge_chipinit()
3442 sc->bge_flags |= BGEF_PCIX; in bge_attach()
3526 if (BGE_IS_5714_FAMILY(sc) && ((sc->bge_flags & BGEF_PCIX) != 0)) in bge_attach()
3600 sc->bge_flags & BGEF_PCIX) in bge_attach()
4326 (sc->bge_flags & BGEF_PCIX) != 0) in bge_reset()
4337 if (sc->bge_flags & BGEF_PCIX) { in bge_reset()
6195 if (sc->bge_flags & BGEF_PCIX) in bge_debug_info()
H A Dif_bgereg.h2622 #define BGEF_PCIX 0x00000040 macro