Searched refs:lpfc_readl (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc.h | 1640 lpfc_readl(void __iomem *addr, uint32_t *data) in lpfc_readl() function 1660 if (lpfc_readl(phba->HSregaddr, &phba->work_hs) || in lpfc_sli_read_hs() 1661 lpfc_readl(phba->MBslimaddr + 0xa8, &phba->work_status[0]) || in lpfc_sli_read_hs() 1662 lpfc_readl(phba->MBslimaddr + 0xac, &phba->work_status[1])) { in lpfc_sli_read_hs()
|
H A D | lpfc_sli.c | 4768 if (lpfc_readl(phba->HSregaddr, &status)) in lpfc_sli_brdready_s3() 4796 if (lpfc_readl(phba->HSregaddr, &status)) { in lpfc_sli_brdready_s3() 4901 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_reset_barrier() 4907 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_reset_barrier() 4924 if (lpfc_readl((resp_buf + 1), &resp_data)) in lpfc_reset_barrier() 4932 if (lpfc_readl((resp_buf + 1), &resp_data)) in lpfc_reset_barrier() 4945 if (lpfc_readl(resp_buf, &resp_data)) in lpfc_reset_barrier() 4956 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_reset_barrier() 5009 if (lpfc_readl(phba->HCregaddr, &status)) { in lpfc_sli_brdkill() 5047 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_sli_brdkill() [all …]
|
H A D | lpfc_init.c | 572 if (lpfc_readl(phba->HCregaddr, &status)) { in lpfc_config_port_post() 1734 if (lpfc_readl(phba->HSregaddr, &phba->work_hs)) { in lpfc_handle_deferred_eratt() 2018 pci_rd_rc1 = lpfc_readl( in lpfc_handle_eratt_s4() 2021 pci_rd_rc2 = lpfc_readl( in lpfc_handle_eratt_s4() 2035 if (lpfc_readl(phba->sli4_hba.PSMPHRregaddr, in lpfc_handle_eratt_s4() 2057 if (!lpfc_readl(phba->sli4_hba.PSMPHRregaddr, in lpfc_handle_eratt_s4() 2081 pci_rd_rc1 = lpfc_readl( in lpfc_handle_eratt_s4() 9435 if (lpfc_readl(phba->sli4_hba.PSMPHRregaddr, in lpfc_sli4_post_status_check() 9520 if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr, in lpfc_sli4_post_status_check() 11742 if (lpfc_readl(phba->sli4_hba.u.if_type2. in lpfc_pci_function_reset()
|
H A D | lpfc_attr.c | 1638 if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr, in lpfc_sli4_pdev_status_reg_wait() 1656 if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr, in lpfc_sli4_pdev_status_reg_wait() 2556 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_poll_store() 2577 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_poll_store()
|
H A D | lpfc_bsg.c | 478 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_bsg_send_mgmt_cmd() 725 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_bsg_rport_els() 1532 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_issue_ct_rsp()
|
H A D | lpfc_els.c | 106 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_els_chk_latt()
|