Home
last modified time | relevance | path

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

/src/sys/dev/bge/
H A Dif_bge.c1786 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()
4025 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_reset()
4075 if (sc->bge_flags & BGE_FLAG_PCIE) { in bge_reset()
4108 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_reset()
4114 if (sc->bge_flags & BGE_FLAG_PCIE) { in bge_reset()
4245 if (sc->bge_flags & BGE_FLAG_PCIE && in bge_reset()
5204 (sc->bge_flags & BGE_FLAG_PCIE) != 0 && m->m_next != NULL) { in bge_encap()
[all …]
H A Dif_bgereg.h2967 #define BGE_FLAG_PCIE 0x00000400 macro