Home
last modified time | relevance | path

Searched refs:RLN_STATE_NEEDINIT (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/ic/
Drlnvar.h56 #define RLN_STATE_NEEDINIT 0x0002 /* Card needs reset+init */ macro
64 (sc)->sc_state |= RLN_STATE_NEEDINIT
Drln.c221 if (sc->sc_state & RLN_STATE_NEEDINIT)
465 if ((sc->sc_state & RLN_STATE_NEEDINIT) == 0 &&