Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c4430 if ((ha_copy2 & HA_ERATT) && !(mask & HC_ERINT_ENA)) { in emlxs_get_attention()
4431 ha_copy2 &= ~HA_ERATT; in emlxs_get_attention()
4468 ha_copy2 &= ~(HA_ERATT | HA_LATT); /* | hba->intr_autoClear */ in emlxs_get_attention()
4511 if (ha_copy & HA_ERATT) { in emlxs_proc_attention()
4591 WRITE_CSR_REG(hba, FC_HA_REG(hba), HA_ERATT); in emlxs_handle_ff_error()
5640 if (ha_copy & HA_ERATT) { in emlxs_sli3_hba_kill()
5647 if (ha_copy & HA_ERATT) { in emlxs_sli3_hba_kill()
6030 if (ha_copy & HA_ERATT) { in emlxs_sli3_timer_check_mbox()
6739 if (ha_copy & HA_ERATT) { in emlxs_sli3_poll_erratt()
H A Demlxs_mbox.c1107 if (mask & HA_ERATT) { in emlxs_mb_config_msi()
1132 if (mask & HA_ERATT) { in emlxs_mb_config_msi()
1188 if (mask & HA_ERATT) { in emlxs_mb_config_msix()
1213 if (mask & HA_ERATT) { in emlxs_mb_config_msix()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h591 #define HA_ERATT 0x80000000 /* Bit 31 */ macro
599 HA_R3ATT, HA_LATT, HA_MBATT, HA_ERATT}