Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h585 #define HA_R2ATT 0x00000800 /* Bit 11 */ macro
598 #define EMLXS_MSI_MAP8 {0, HA_R0ATT, HA_R1ATT, HA_R2ATT, \
600 #define EMLXS_MSI_MAP4 {0, HA_R0ATT, HA_R1ATT, HA_R2ATT, 0, 0, 0, 0}
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1095 if (mask & HA_R2ATT) { in emlxs_mb_config_msi()
1120 if (mask & HA_R2ATT) { in emlxs_mb_config_msi()
1176 if (mask & HA_R2ATT) { in emlxs_mb_config_msix()
1201 if (mask & HA_R2ATT) { in emlxs_mb_config_msix()
H A Demlxs_sli3.c4455 if ((ha_copy2 & HA_R2ATT) && !(mask & HC_R2INT_ENA)) { in emlxs_get_attention()
4456 ha_copy2 &= ~HA_R2ATT; in emlxs_get_attention()
4542 if (ha_copy & HA_R2ATT) { in emlxs_proc_attention()