Searched defs:hccr_reg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c566 uint16_t hccr_reg; local
568 hccr_reg = RD16_IO_REG(ha, hccr);
571 (hccr_reg & (BIT_15 | BIT_13 | BIT_11 | BIT_8))) {
578 ha->parity_hccr_err != hccr_reg ||
582 ha->instance, hccr_reg, stat,
584 ha->parity_hccr_err = hccr_reg;
612 stat, hccr_reg);

Completed in 48 milliseconds