Home
last modified time | relevance | path

Searched refs:HA_ERATT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c4435 if ((ha_copy2 & HA_ERATT) && !(mask & HC_ERINT_ENA)) { in emlxs_get_attention()
4436 ha_copy2 &= ~HA_ERATT; in emlxs_get_attention()
4473 ha_copy2 &= ~(HA_ERATT | HA_LATT); /* | hba->intr_autoClear */ in emlxs_get_attention()
4516 if (ha_copy & HA_ERATT) { in emlxs_proc_attention()
4596 WRITE_CSR_REG(hba, FC_HA_REG(hba), HA_ERATT); in emlxs_handle_ff_error()
5645 if (ha_copy & HA_ERATT) { in emlxs_sli3_hba_kill()
5652 if (ha_copy & HA_ERATT) { in emlxs_sli3_hba_kill()
6036 if (ha_copy & HA_ERATT) { in emlxs_sli3_timer_check_mbox()
6747 if (ha_copy & HA_ERATT) { in emlxs_sli3_poll_erratt()
H A Demlxs_mbox.c1174 if (mask & HA_ERATT) { in emlxs_mb_config_msi()
1199 if (mask & HA_ERATT) { in emlxs_mb_config_msi()
1255 if (mask & HA_ERATT) { in emlxs_mb_config_msix()
1280 if (mask & HA_ERATT) { in emlxs_mb_config_msix()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h592 #define HA_ERATT 0x80000000 /* Bit 31 */ macro
600 HA_R3ATT, HA_LATT, HA_MBATT, HA_ERATT}