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

/freebsd-10.3-release/sys/dev/le/
H A Dlancevar.h114 #define LE_CARRIER (1 << 2) macro
H A Dam7990.c345 if (sc->sc_flags & LE_CARRIER)
348 sc->sc_flags &= ~LE_CARRIER;
469 if (!(sc->sc_flags & LE_CARRIER))
471 sc->sc_flags |= LE_CARRIER;
H A Dam79900.c384 if (sc->sc_flags & LE_CARRIER)
387 sc->sc_flags &= ~LE_CARRIER;
507 if (!(sc->sc_flags & LE_CARRIER))
509 sc->sc_flags |= LE_CARRIER;
H A Dlance.c487 if (sc->sc_flags & LE_CARRIER)

Completed in 98 milliseconds