Searched refs:HME_LINK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/hme/
H A Dif_hmevar.h131 #define HME_LINK (1 << 0) /* link is up */ macro
H A Dif_hme.c510 sc->sc_flags &= ~HME_LINK;
1125 IFF_DRV_RUNNING || (sc->sc_flags & HME_LINK) == 0)
1372 if ((sc->sc_flags & HME_LINK) != 0)
1507 sc->sc_flags |= HME_LINK;
1509 sc->sc_flags &= ~HME_LINK;
1528 (sc->sc_flags & HME_LINK) != 0) {

Completed in 102 milliseconds