Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c4394 uint32_t ha_copy2; in emlxs_get_attention() local
4404 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention()
4407 ha_copy2 &= ~(hba->intr_cond); in emlxs_get_attention()
4413 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention()
4419 ha_copy2 = hba->intr_map[msgid]; in emlxs_get_attention()
4425 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention()
4430 if ((ha_copy2 & HA_ERATT) && !(mask & HC_ERINT_ENA)) { in emlxs_get_attention()
4431 ha_copy2 &= ~HA_ERATT; in emlxs_get_attention()
4435 if ((ha_copy2 & HA_LATT) && !(mask & HC_LAINT_ENA)) { in emlxs_get_attention()
4436 ha_copy2 &= ~HA_LATT; in emlxs_get_attention()
[all …]