Searched refs:LE_CARRIER (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/le/
H A Dlancevar.h116 #define LE_CARRIER (1 << 2) macro
H A Dam7990.c347 if (sc->sc_flags & LE_CARRIER)
350 sc->sc_flags &= ~LE_CARRIER;
471 if (!(sc->sc_flags & LE_CARRIER))
473 sc->sc_flags |= LE_CARRIER;
H A Dam79900.c386 if (sc->sc_flags & LE_CARRIER)
389 sc->sc_flags &= ~LE_CARRIER;
509 if (!(sc->sc_flags & LE_CARRIER))
511 sc->sc_flags |= LE_CARRIER;
H A Dlance.c490 if (sc->sc_flags & LE_CARRIER)

Completed in 168 milliseconds