Home
last modified time | relevance | path

Searched refs:H_BUSY (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dhcalls.c58 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 …]
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_ibmvtpm.c170 } 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()
440 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvtpm_reset_crq()
709 } while (rc1 == H_BUSY || H_IS_LONG_BUSY(rc1)); in tpm_ibmvtpm_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dultravisor-api.h14 #define U_BUSY H_BUSY
H A Dplpar_wrappers.h363 if (rc == H_BUSY) { in pseries_rpt_invalidate()
377 if (rc == H_BUSY) { in pseries_rpt_invalidate()
H A Dhvcall.h9 #define H_BUSY 1 /* Hardware busy -- retry later */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dhvconsole.c70 if (ret == H_BUSY) in hvc_put_chars()
H A Dhvcserver.c40 case H_BUSY: in hvcs_convert()
H A Dpapr_scm.c146 } while (rc == H_BUSY); in drc_pmem_bind()
176 rc = H_BUSY; in drc_pmem_unbind()
177 } else if (rc == H_BUSY) { in drc_pmem_unbind()
181 } while (rc == H_BUSY); in drc_pmem_unbind()
H A Dlparcfg.c688 } else if (retval == H_BUSY) { in lparcfg_write()
H A Dvio.c1127 hret != H_BUSY && hret != H_RESOURCE) || in vio_h_cop_sync()
1150 case H_BUSY: in vio_h_cop_sync()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c67 return H_BUSY; in ehea_plpar_hcall_norets()
119 return H_BUSY; in ehea_plpar_hcall9()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/
H A Dibmveth.c477 } while (H_IS_LONG_BUSY(rc) || (rc == H_BUSY)); in ibmveth_register_logical_lan()
602 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_open()
677 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_close()
1009 } while ((ret == H_BUSY) && (retry_count--)); in ibmveth_send()
H A Dibmvnic.c2906 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_sub_crq_queue()
5045 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reenable_crq_queue()
5063 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reset_crq()
5100 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_crq_queue()
5178 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in init_crq_queue()
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c152 } 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()
395 } 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 Dibmvfc.c713 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_release_crq_queue()
738 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reenable_crq_queue()
765 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reset_crq()
4928 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_init_crq()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dtrace_hv.h137 {H_BUSY, "H_BUSY"}, \
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dspapr.c124 } else if (rc == H_BUSY) { in plpar_busy_delay_time()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dibmvmc.c79 } 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()
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c161 case H_BUSY: in ibmvscsis_unregister_command_q()