Home
last modified time | relevance | path

Searched refs:H_IS_LONG_BUSY (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/char/tpm/
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()
438 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvtpm_reset_crq()
706 } while (rc1 == H_BUSY || H_IS_LONG_BUSY(rc1)); in tpm_ibmvtpm_probe()
/linux/arch/powerpc/platforms/pseries/
A Dsetup.c370 if (!H_IS_LONG_BUSY(rc)) { in pseries_enable_reloc_on_exc()
403 if (!H_IS_LONG_BUSY(rc)) in pseries_disable_reloc_on_exc()
430 if (!H_IS_LONG_BUSY(rc)) in pseries_big_endian_exceptions()
456 if (!H_IS_LONG_BUSY(rc)) in pseries_little_endian_exceptions()
A Dvas.c36 if (H_IS_LONG_BUSY(rc)) { in hcall_return_busy_check()
A Dpapr_scm.c139 if (H_IS_LONG_BUSY(rc)) { in papr_scm_pmem_flush()
210 if (H_IS_LONG_BUSY(rc)) { in drc_pmem_unbind()
A Dlpar.c1626 while (H_IS_LONG_BUSY(rc)) { in pseries_lpar_resize_hpt()
1700 if (!H_IS_LONG_BUSY(rc)) in pseries_lpar_register_process_table()
/linux/drivers/misc/cxl/
A Dhcalls.c58 if (rc != H_BUSY && !H_IS_LONG_BUSY(rc)) \
576 if (rc != H_BUSY && !H_IS_LONG_BUSY(rc)) in cxl_h_download_facility()
/linux/drivers/net/ethernet/ibm/ehea/
A Dehea_phyp.c51 if (H_IS_LONG_BUSY(ret)) { in ehea_plpar_hcall_norets()
91 if (H_IS_LONG_BUSY(ret)) { in ehea_plpar_hcall9()
/linux/drivers/misc/
A Dibmvmc.c75 if (H_IS_LONG_BUSY(rc)) in h_free_crq()
79 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in h_free_crq()
100 if (H_IS_LONG_BUSY(rc)) in h_request_vmc()
107 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in h_request_vmc()
/linux/arch/powerpc/include/asm/
A Dhvcall.h114 #define H_IS_LONG_BUSY(x) ((x >= H_LONG_BUSY_START_RANGE) \ macro
/linux/drivers/scsi/ibmvscsi/
A Dibmvscsi.c153 } 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()
A Dibmvfc.c899 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_release_crq_queue()
927 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reenable_crq_queue()
965 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reset_crq()
5744 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_init_crq()
5824 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_deregister_scsi_channel()
/linux/drivers/net/ethernet/ibm/
A Dibmveth.c477 } while (H_IS_LONG_BUSY(rc) || (rc == H_BUSY)); in ibmveth_register_logical_lan()
591 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_open()
660 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_close()
A Dibmvnic.c3377 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_sub_crq_queue()
3461 } while (rc == H_BUSY || rc == H_IS_LONG_BUSY(rc)); in init_sub_crq_queue()
5467 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reenable_crq_queue()
5485 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reset_crq()
5522 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_crq_queue()
5600 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in init_crq_queue()
/linux/arch/powerpc/sysdev/xive/
A Dspapr.c122 if (H_IS_LONG_BUSY(rc)) { in plpar_busy_delay_time()

Completed in 46 milliseconds