Searched refs:sc_ifflags (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/hme/
H A Dif_hmevar.h134 int sc_ifflags; member in struct:hme_softc
H A Dif_hme.c1612 ((ifp->if_flags ^ sc->sc_ifflags) &
1625 sc->sc_ifflags = ifp->if_flags;
/freebsd-11-stable/sys/dev/cas/
H A Dif_casvar.h201 int sc_ifflags; member in struct:cas_softc
H A Dif_cas.c2475 ((ifp->if_flags ^ sc->sc_ifflags) &
2482 sc->sc_ifflags = ifp->if_flags;
/freebsd-11-stable/sys/dev/gem/
H A Dif_gemvar.h178 int sc_ifflags; member in struct:gem_softc
H A Dif_gem.c2159 ((ifp->if_flags ^ sc->sc_ifflags) &
2172 sc->sc_ifflags = ifp->if_flags;
/freebsd-11-stable/sys/net/
H A Dif_lagg.h187 #define sc_ifflags sc_ifp->if_flags /* flags */ macro
H A Dif_lagg.c317 if (sc->sc_ifflags & IFF_DEBUG)
609 if (sc->sc_ifflags & IFF_DEBUG)
1705 if (sc->sc_ifflags & IFF_DEBUG)
2029 if (sc->sc_ifflags & IFF_DEBUG)

Completed in 90 milliseconds