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()3243 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_devinfo()3569 sc->bge_flags |= BGE_FLAG_PCIE; in bge_attach()4014 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_reset()4064 if (sc->bge_flags & BGE_FLAG_PCIE) { in bge_reset()4097 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_reset()4103 if (sc->bge_flags & BGE_FLAG_PCIE) { in bge_reset()4234 if (sc->bge_flags & BGE_FLAG_PCIE && in bge_reset()5193 (sc->bge_flags & BGE_FLAG_PCIE) != 0 && m->m_next != NULL) { in bge_encap()[all …]
2967 #define BGE_FLAG_PCIE 0x00000400 macro