Searched refs:ha_copy (Results 1 – 1 of 1) sorted by relevance
4858 uint32_t hc_copy, ha_copy, resp_data; in lpfc_reset_barrier() local4883 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_reset_barrier()4885 if (ha_copy & HA_ERATT) { in lpfc_reset_barrier()4932 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_reset_barrier()4934 if (!(ha_copy & HA_ERATT)) in lpfc_reset_barrier()4968 uint32_t ha_copy; in lpfc_sli_brdkill() local5023 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_sli_brdkill()5025 while ((i++ < 30) && !(ha_copy & HA_ERATT)) { in lpfc_sli_brdkill()5027 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_sli_brdkill()5032 if (ha_copy & HA_ERATT) { in lpfc_sli_brdkill()[all …]