Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/dnet/
H A Ddnet.h160 #define PARITY_ERROR 0x00000000UL macro
H A Ddnet.c1545 if ((int_status & SYS_ERR_BITS) == PARITY_ERROR) in dnet_intr()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c506 if (ha->flags & PARITY_ERROR) { in ql_isr_aif()
574 ha->flags |= PARITY_ERROR; in ql_handle_uncommon_risc_intr()
H A Dql_init.c3891 if (ha->flags & PARITY_ERROR) { in ql_abort_isp()
3893 ha->flags &= ~PARITY_ERROR; in ql_abort_isp()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1697 #define PARITY_ERROR BIT_11 macro