/openbmc/linux/drivers/misc/cxl/ |
H A D | hcalls.c | 58 if (rc != H_BUSY && !H_IS_LONG_BUSY(rc)) \ 61 if (rc == H_BUSY) \ 70 rc = H_BUSY; \ 162 case H_BUSY: in cxl_h_attach_process() 192 case H_BUSY: in cxl_h_detach_process() 233 case H_BUSY: in cxl_h_control_function() 504 case H_BUSY: in cxl_h_control_facility() 576 if (rc != H_BUSY && !H_IS_LONG_BUSY(rc)) in cxl_h_download_facility() 579 if (rc != H_BUSY) { in cxl_h_download_facility() 586 rc = H_BUSY; in cxl_h_download_facility() [all …]
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | vas.c | 42 rc = H_BUSY; in hcall_return_busy_check() 43 } else if (rc == H_BUSY) { in hcall_return_busy_check() 65 } while (rc == H_BUSY); in h_allocate_vas_window() 96 } while (rc == H_BUSY); in h_deallocate_vas_window() 125 } while (rc == H_BUSY); in h_modify_vas_window()
|
H A D | hvconsole.c | 70 if (ret == H_BUSY) in hvc_put_chars()
|
H A D | papr_scm.c | 145 rc = H_BUSY; in papr_scm_pmem_flush() 146 } else if (rc == H_BUSY) { in papr_scm_pmem_flush() 149 } while (rc == H_BUSY); in papr_scm_pmem_flush() 186 } while (rc == H_BUSY); in drc_pmem_bind() 216 rc = H_BUSY; in drc_pmem_unbind() 217 } else if (rc == H_BUSY) { in drc_pmem_unbind() 221 } while (rc == H_BUSY); in drc_pmem_unbind()
|
H A D | hvcserver.c | 40 case H_BUSY: in hvcs_convert()
|
H A D | plpks.c | 87 case H_BUSY: in pseries_status_to_err()
|
H A D | lparcfg.c | 732 } else if (retval == H_BUSY) { in lparcfg_write()
|
H A D | vio.c | 1130 hret != H_BUSY && hret != H_RESOURCE) || in vio_h_cop_sync() 1153 case H_BUSY: in vio_h_cop_sync()
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_ibmvtpm.c | 170 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in tpm_ibmvtpm_resume() 357 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in tpm_ibmvtpm_remove() 438 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvtpm_reset_crq() 707 } while (rc1 == H_BUSY || H_IS_LONG_BUSY(rc1)); in tpm_ibmvtpm_probe()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ultravisor-api.h | 14 #define U_BUSY H_BUSY
|
H A D | plpar_wrappers.h | 367 if (rc == H_BUSY) { in pseries_rpt_invalidate() 381 if (rc == H_BUSY) { in pseries_rpt_invalidate()
|
H A D | hvcall.h | 9 #define H_BUSY 1 /* Hardware busy -- retry later */ macro
|
/openbmc/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_phyp.c | 67 return H_BUSY; in ehea_plpar_hcall_norets() 119 return H_BUSY; in ehea_plpar_hcall9()
|
/openbmc/qemu/hw/tpm/ |
H A D | tpm_spapr.c | 170 return H_BUSY; in tpm_spapr_do_crq()
|
/openbmc/linux/drivers/net/ethernet/ibm/ |
H A D | ibmveth.c | 516 } while (H_IS_LONG_BUSY(rc) || (rc == H_BUSY)); in ibmveth_register_logical_lan() 635 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_open() 699 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_close() 1087 } while ((ret == H_BUSY) && (retry_count--)); in ibmveth_send()
|
H A D | ibmvnic.c | 3997 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_sub_crq_queue() 4084 } while (rc == H_BUSY || rc == H_IS_LONG_BUSY(rc)); in init_sub_crq_queue() 6169 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reenable_crq_queue() 6187 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reset_crq() 6224 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_crq_queue() 6302 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in init_crq_queue()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | papr_hcalls.rst | 282 | Return Value: *H_SUCCESS, H_Parameter, H_P2, H_BUSY* 286 The hcall returns H_BUSY when the flush takes longer time and the hcall needs
|
/openbmc/linux/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 153 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in ibmvscsi_release_crq_queue() 295 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in ibmvscsi_reset_crq_queue() 396 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in ibmvscsi_init_crq_queue() 425 } while ((rc == H_IN_PROGRESS) || (rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in ibmvscsi_reenable_crq_queue()
|
H A D | ibmvfc.c | 903 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_release_crq_queue() 931 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reenable_crq_queue() 969 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reset_crq() 5873 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_init_crq() 5926 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_register_scsi_channel() 5948 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_deregister_scsi_channel()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | trace_hv.h | 157 {H_BUSY, "H_BUSY"}, \
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 572 return H_BUSY; in vhyp_mmu_resize_hpt_commit()
|
H A D | spapr_hcall.c | 73 return H_BUSY; in resize_hpt_convert_rc()
|
/openbmc/linux/arch/powerpc/sysdev/xive/ |
H A D | spapr.c | 138 } else if (rc == H_BUSY) { in plpar_busy_delay_time()
|
/openbmc/linux/drivers/misc/ |
H A D | ibmvmc.c | 79 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in h_free_crq() 107 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in h_request_vmc()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr.h | 286 #define H_BUSY 1 /* Hardware busy -- retry later */ macro
|