Searched refs:UTP_FL_POLL_CARRIER (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/utopia/
H A Dutopia.h60 #define UTP_FL_POLL_CARRIER 0x0002 /* need to poll for carrier */ macro
H A Dutopia.c611 if (utp->flags & UTP_FL_POLL_CARRIER)
/freebsd-10-stable/sys/dev/patm/
H A Dif_patm.c206 sc->utopia.flags &= ~UTP_FL_POLL_CARRIER;
249 sc->utopia.flags |= UTP_FL_POLL_CARRIER;
H A Dif_patm_attach.c432 sc->utopia.flags |= UTP_FL_POLL_CARRIER;
/freebsd-10-stable/sys/dev/hatm/
H A Dif_hatm.c1944 sc->utopia.flags |= UTP_FL_POLL_CARRIER;
2253 sc->utopia.flags &= ~UTP_FL_POLL_CARRIER;
2285 sc->utopia.flags |= UTP_FL_POLL_CARRIER;
/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatm.c3031 sc->utopia.flags |= UTP_FL_NORESET | UTP_FL_POLL_CARRIER;

Completed in 192 milliseconds