Home
last modified time | relevance | path

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

/freebsd/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()
4013 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_reset()
4063 if (sc->bge_flags & BGE_FLAG_PCIE) { in bge_reset()
4096 if (sc->bge_flags & BGE_FLAG_PCIE) in bge_reset()
4102 if (sc->bge_flags & BGE_FLAG_PCIE) { in bge_reset()
4233 if (sc->bge_flags & BGE_FLAG_PCIE && in bge_reset()
5192 (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