Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bge/
H A Dif_bgevar.h308 uint32_t bge_link_chg; member
H A Dif_bge.c2525 sc->bge_link_chg = BGE_MACSTAT_MI_INTERRUPT; in bge_attach()
2528 sc->bge_link_chg = BGE_MACSTAT_LINK_CHANGED; in bge_attach()
2531 sc->bge_link_chg = BGE_MACSTAT_LINK_CHANGED; in bge_attach()
2534 sc->bge_link_chg = BGE_MACSTAT_LINK_CHANGED; in bge_attach()
5068 if ((status & sc->bge_link_chg) || sc->bge_link_evt) { in bge_link_poll()