Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bge/
Dif_bge.c2422 if (sc->bge_flags & BGE_FLAG_TBI) in bge_blockinit()
2621 if (sc->bge_flags & BGE_FLAG_TBI) { in bge_blockinit()
3796 sc->bge_flags |= BGE_FLAG_TBI; in bge_attach()
3838 if (sc->bge_flags & BGE_FLAG_TBI) { in bge_attach()
3967 if (sc->bge_flags & BGE_FLAG_TBI) in bge_detach()
4246 sc->bge_flags & BGE_FLAG_TBI) { in bge_reset()
4569 sc->bge_link_evt || (sc->bge_flags & BGE_FLAG_TBI)) in bge_poll()
4780 if ((sc->bge_flags & BGE_FLAG_TBI) == 0) { in bge_tick()
5639 if (sc->bge_flags & BGE_FLAG_TBI) { in bge_ifmedia_upd_locked()
5723 if (sc->bge_flags & BGE_FLAG_TBI) { in bge_ifmedia_sts()
[all …]
Dif_bgereg.h2972 #define BGE_FLAG_TBI 0x00000001 macro