Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c851 (sc->sc_flags & SC_OP_FULL_RESET)) { in arn_set_channel()
873 if (!stopped || (sc->sc_flags & SC_OP_FULL_RESET)) in arn_set_channel()
896 sc->sc_flags &= ~SC_OP_FULL_RESET; in arn_set_channel()
H A Darn_core.h813 #define SC_OP_FULL_RESET BIT(5) macro