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

/freebsd-13-stable/sys/dev/gem/
H A Dif_gemvar.h144 #define GEM_LINK (1 << 1) /* link is up */ macro
H A Dif_gem.c701 sc->sc_flags &= ~GEM_LINK;
1362 IFF_DRV_RUNNING || (sc->sc_flags & GEM_LINK) == 0)
1836 if ((sc->sc_flags & GEM_LINK) != 0)
2029 sc->sc_flags |= GEM_LINK;
2031 sc->sc_flags &= ~GEM_LINK;
2109 (sc->sc_flags & GEM_LINK) != 0) {

Completed in 110 milliseconds