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

  /src/sys/dev/ic/
ncr5380var.h 180 #define NCR_DROP_MSGIN 0x10 /* Discard all msgs (parity err detected) */
ncr5380sbc.c 1576 sc->sc_state &= ~NCR_DROP_MSGIN;
1616 sc->sc_state |= NCR_DROP_MSGIN;
1620 if ((sc->sc_state & NCR_DROP_MSGIN) == 0) {
1623 sc->sc_state |= NCR_DROP_MSGIN;

Completed in 13 milliseconds