Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h580 #define HA_R0ATT 0x00000008 /* Bit 3 */ macro
599 #define EMLXS_MSI_MAP8 {0, HA_R0ATT, HA_R1ATT, HA_R2ATT, \
601 #define EMLXS_MSI_MAP4 {0, HA_R0ATT, HA_R1ATT, HA_R2ATT, 0, 0, 0, 0}
602 #define EMLXS_MSI_MAP2 {0, HA_R0ATT, 0, 0, 0, 0, 0, 0}
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1156 if (mask & HA_R0ATT) { in emlxs_mb_config_msi()
1181 if (mask & HA_R0ATT) { in emlxs_mb_config_msi()
1237 if (mask & HA_R0ATT) { in emlxs_mb_config_msix()
1262 if (mask & HA_R0ATT) { in emlxs_mb_config_msix()
H A Demlxs_sli3.c4450 if ((ha_copy2 & HA_R0ATT) && !(mask & HC_R0INT_ENA)) { in emlxs_get_attention()
4451 ha_copy2 &= ~HA_R0ATT; in emlxs_get_attention()
4535 if (ha_copy & HA_R0ATT) { in emlxs_proc_attention()