Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dncr53c9xvar.h354 #define NCR_DROP_MSGI 0x01 /* Discard all msgs (parity err detected) */ macro
H A Dncr53c9x.c1572 sc->sc_flags &= ~NCR_DROP_MSGI; in ncr53c9x_msgin()
1580 if ((sc->sc_flags & NCR_DROP_MSGI) != 0) { in ncr53c9x_msgin()
1588 sc->sc_flags |= NCR_DROP_MSGI; in ncr53c9x_msgin()
1900 sc->sc_flags &= ~NCR_DROP_MSGI; in ncr53c9x_msgin()