Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bge/
H A Dif_bgevar.h231 #define BGE_FLAG_PCIX 0x00000200 macro
H A Dif_bge.c1334 } else if (sc->bge_flags & BGE_FLAG_PCIX) { in bge_chipinit()
2175 sc->bge_flags |= BGE_FLAG_PCIX; in bge_attach()
2184 (sc->bge_flags & BGE_FLAG_PCIX) ? "PCI-X" in bge_attach()
2193 if ((sc->bge_flags & BGE_FLAG_PCIX) && in bge_attach()
2206 (sc->bge_flags & BGE_FLAG_PCIX)) in bge_attach()
2903 (sc->bge_flags & BGE_FLAG_PCIX)) in bge_reset()
2919 if (sc->bge_flags & BGE_FLAG_PCIX) { in bge_reset()