HomeSort by: relevance | last modified time | path
    Searched refs:SUNSCPAL_DROP_MSGIN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
sunscpalvar.h 220 #define SUNSCPAL_DROP_MSGIN 0x10 /* Discard all msgs (parity err detected) */
sunscpal.c 1309 sc->sc_state &= ~SUNSCPAL_DROP_MSGIN;
1350 sc->sc_state |= SUNSCPAL_DROP_MSGIN;
1354 if ((sc->sc_state & SUNSCPAL_DROP_MSGIN) == 0) {
1357 sc->sc_state |= SUNSCPAL_DROP_MSGIN;

Completed in 36 milliseconds