Searched refs:HA_R0ATT (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_hw.h | 579 #define HA_R0ATT 0x00000008 /* Bit 3 */ 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} 601 #define EMLXS_MSI_MAP2 {0, HA_R0ATT, 0, 0, 0, 0, 0, 0}
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.c | 1089 if (mask & HA_R0ATT) { in emlxs_mb_config_msi() 1114 if (mask & HA_R0ATT) { in emlxs_mb_config_msi() 1170 if (mask & HA_R0ATT) { in emlxs_mb_config_msix() 1195 if (mask & HA_R0ATT) { in emlxs_mb_config_msix()
|
H A D | emlxs_sli3.c | 4445 if ((ha_copy2 & HA_R0ATT) && !(mask & HC_R0INT_ENA)) { in emlxs_get_attention() 4446 ha_copy2 &= ~HA_R0ATT; in emlxs_get_attention() 4530 if (ha_copy & HA_R0ATT) { in emlxs_proc_attention()
|