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

/freebsd-current/sys/dev/cas/
H A Dif_casvar.h162 #define CAS_LINK (1 << 2) /* link is up */ macro
H A Dif_cas.c757 sc->sc_flags &= ~CAS_LINK;
1442 IFF_DRV_RUNNING || (sc->sc_flags & CAS_LINK) == 0) {
2104 if ((sc->sc_flags & CAS_LINK) != 0)
2299 sc->sc_flags |= CAS_LINK;
2301 sc->sc_flags &= ~CAS_LINK;
2393 (sc->sc_flags & CAS_LINK) != 0) {

Completed in 173 milliseconds