Searched defs:ha_copy2 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 68 milliseconds