Searched refs:BGE_FLAG_PCIE (Results 1 – 2 of 2) sorted by relevance
1786 if (sc->bge_flags & BGE_FLAG_PCIE) { in bge_chipinit()2435 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_blockinit()3236 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_devinfo()3562 sc->bge_flags |= BGE_FLAG_PCIE; in bge_attach()4018 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_reset()4068 if (sc->bge_flags & BGE_FLAG_PCIE) { in bge_reset()4101 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_reset()4107 if (sc->bge_flags & BGE_FLAG_PCIE) { in bge_reset()4238 if (sc->bge_flags & BGE_FLAG_PCIE && in bge_reset()5197 (sc->bge_flags & BGE_FLAG_PCIE) != 0 && m->m_next != NULL) { in bge_encap()[all …]
2967 #define BGE_FLAG_PCIE 0x00000400 macro