| /linux/arch/powerpc/include/asm/ |
| H A D | plpar_wrappers.h | 360 if (rc == H_BUSY) { in plpar_guest_create() 368 rc = H_BUSY; in plpar_guest_create() 371 } while (rc == H_BUSY); in plpar_guest_create() 385 if (rc == H_BUSY) in plpar_guest_create_vcpu() 390 rc = H_BUSY; in plpar_guest_create_vcpu() 393 } while (rc == H_BUSY); in plpar_guest_create_vcpu() 412 if (rc == H_BUSY) { in plpar_guest_set_state() 449 if (rc == H_BUSY) { in plpar_guest_get_state() 498 if (rc == H_BUSY) in plpar_guest_delete() 503 rc = H_BUSY; in plpar_guest_delete() [all …]
|
| H A D | ultravisor-api.h | 14 #define U_BUSY H_BUSY
|
| H A D | hvcall.h | 9 #define H_BUSY 1 /* Hardware busy -- retry later */ macro
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | vas.c | 62 rc = H_BUSY; in hcall_return_busy_check() 63 } else if (rc == H_BUSY) { in hcall_return_busy_check() 85 } while (rc == H_BUSY); in h_allocate_vas_window() 116 } while (rc == H_BUSY); in h_deallocate_vas_window() 145 } while (rc == H_BUSY); in h_modify_vas_window()
|
| H A D | papr_scm.c | 107 rc = H_BUSY; in papr_scm_pmem_flush() 108 } else if (rc == H_BUSY) { in papr_scm_pmem_flush() 111 } while (rc == H_BUSY); in papr_scm_pmem_flush() 148 } while (rc == H_BUSY); in drc_pmem_bind() 178 rc = H_BUSY; in drc_pmem_unbind() 179 } else if (rc == H_BUSY) { in drc_pmem_unbind() 183 } while (rc == H_BUSY); in drc_pmem_unbind()
|
| H A D | hvconsole.c | 70 if (ret == H_BUSY) in hvc_put_chars()
|
| H A D | hvcserver.c | 40 case H_BUSY: in hvcs_convert()
|
| H A D | htmdump.c | 59 case H_BUSY: in htm_return_check()
|
| H A D | lparcfg.c | 756 } else if (retval == H_BUSY) { in lparcfg_write()
|
| H A D | vio.c | 1116 hret != H_BUSY && hret != H_RESOURCE) || in vio_h_cop_sync() 1139 case H_BUSY: in vio_h_cop_sync()
|
| H A D | plpks.c | 116 case H_BUSY: in pseries_status_to_err()
|
| /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() 359 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in tpm_ibmvtpm_remove() 440 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvtpm_reset_crq() 700 } while (rc1 == H_BUSY || H_IS_LONG_BUSY(rc1)); in tpm_ibmvtpm_probe()
|
| /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()
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmveth.c | 604 } while (H_IS_LONG_BUSY(rc) || (rc == H_BUSY)); in ibmveth_register_logical_lan() 723 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_open() 787 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_close() 1204 } while ((ret == H_BUSY) && (retry_count--)); in ibmveth_send()
|
| H A D | ibmvnic.c | 4019 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_sub_crq_queue() 4106 } while (rc == H_BUSY || rc == H_IS_LONG_BUSY(rc)); in init_sub_crq_queue() 6196 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reenable_crq_queue() 6214 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reset_crq() 6251 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_crq_queue() 6329 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in init_crq_queue()
|
| /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 | 911 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_release_crq_queue() 939 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reenable_crq_queue() 977 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reset_crq() 5913 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_init_crq() 5982 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_register_channel() 6006 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_deregister_channel()
|
| /linux/Documentation/arch/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
|
| /linux/arch/powerpc/kvm/ |
| H A D | trace_hv.h | 157 {H_BUSY, "H_BUSY"}, \
|
| /linux/arch/powerpc/sysdev/xive/ |
| H A D | spapr.c | 139 } else if (rc == H_BUSY) { in plpar_busy_delay_time()
|
| /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()
|
| /linux/drivers/scsi/ibmvscsi_tgt/ |
| H A D | ibmvscsi_tgt.c | 162 case H_BUSY: in ibmvscsis_unregister_command_q()
|