Searched refs:ha_copy (Results 1 – 1 of 1) sorted by relevance
4857 uint32_t hc_copy, ha_copy, resp_data; in lpfc_reset_barrier() local4882 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_reset_barrier()4884 if (ha_copy & HA_ERATT) { in lpfc_reset_barrier()4931 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_reset_barrier()4933 if (!(ha_copy & HA_ERATT)) in lpfc_reset_barrier()4967 uint32_t ha_copy; in lpfc_sli_brdkill() local5022 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_sli_brdkill()5024 while ((i++ < 30) && !(ha_copy & HA_ERATT)) { in lpfc_sli_brdkill()5026 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_sli_brdkill()5031 if (ha_copy & HA_ERATT) { in lpfc_sli_brdkill()[all …]