Home
last modified time | relevance | path

Searched refs:PARITY_ERROR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h160 #define PARITY_ERROR 0x00000000UL macro
H A Ddnet.c1546 if ((int_status & SYS_ERR_BITS) == PARITY_ERROR) in dnet_intr()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1950 #define PARITY_ERROR (uint64_t)BIT_11 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c4112 if (ha->flags & PARITY_ERROR) { in ql_abort_isp()
4114 ha->flags &= ~PARITY_ERROR; in ql_abort_isp()
H A Dql_isr.c592 ha->flags |= PARITY_ERROR; in ql_handle_uncommon_risc_intr()