Searched refs:lpfc_readl (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc.h | 1201 lpfc_readl(void __iomem *addr, uint32_t *data) in lpfc_readl() function 1221 if (lpfc_readl(phba->HSregaddr, &phba->work_hs) || in lpfc_sli_read_hs() 1222 lpfc_readl(phba->MBslimaddr + 0xa8, &phba->work_status[0]) || in lpfc_sli_read_hs() 1223 lpfc_readl(phba->MBslimaddr + 0xac, &phba->work_status[1])) { in lpfc_sli_read_hs()
|
D | lpfc_sli.c | 4111 if (lpfc_readl(phba->HSregaddr, &status)) in lpfc_sli_brdready_s3() 4137 if (lpfc_readl(phba->HSregaddr, &status)) { in lpfc_sli_brdready_s3() 4241 if (lpfc_readl(phba->HCregaddr, &hc_copy)) in lpfc_reset_barrier() 4247 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_reset_barrier() 4264 if (lpfc_readl((resp_buf + 1), &resp_data)) in lpfc_reset_barrier() 4272 if (lpfc_readl((resp_buf + 1), &resp_data)) in lpfc_reset_barrier() 4285 if (lpfc_readl(resp_buf, &resp_data)) in lpfc_reset_barrier() 4296 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_reset_barrier() 4349 if (lpfc_readl(phba->HCregaddr, &status)) { in lpfc_sli_brdkill() 4387 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_sli_brdkill() [all …]
|
D | lpfc_init.c | 568 if (lpfc_readl(phba->HCregaddr, &status)) { in lpfc_config_port_post() 1594 if (lpfc_readl(phba->HSregaddr, &phba->work_hs)) { in lpfc_handle_deferred_eratt() 1849 pci_rd_rc1 = lpfc_readl( in lpfc_handle_eratt_s4() 1852 pci_rd_rc2 = lpfc_readl( in lpfc_handle_eratt_s4() 1866 if (lpfc_readl(phba->sli4_hba.PSMPHRregaddr, in lpfc_handle_eratt_s4() 1888 if (!lpfc_readl(phba->sli4_hba.PSMPHRregaddr, in lpfc_handle_eratt_s4() 1912 pci_rd_rc1 = lpfc_readl( in lpfc_handle_eratt_s4() 7307 if (lpfc_readl(phba->sli4_hba.PSMPHRregaddr, in lpfc_sli4_post_status_check() 7391 if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr, in lpfc_sli4_post_status_check() 9455 if (lpfc_readl(phba->sli4_hba.u.if_type2. in lpfc_pci_function_reset()
|
D | lpfc_attr.c | 1271 lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr, in lpfc_sli4_pdev_status_reg_wait() 1282 lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr, in lpfc_sli4_pdev_status_reg_wait() 1914 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_poll_store() 1935 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_poll_store()
|
D | lpfc_bsg.c | 507 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_bsg_send_mgmt_cmd() 745 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_bsg_rport_els() 1590 if (lpfc_readl(phba->HCregaddr, &creg_val)) { in lpfc_issue_ct_rsp()
|
D | lpfc_els.c | 94 if (lpfc_readl(phba->HAregaddr, &ha_copy)) in lpfc_els_chk_latt()
|