Searched refs:H_IS_LONG_BUSY (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dplpar_wrappers.h364 if (H_IS_LONG_BUSY(rc)) {
387 if (H_IS_LONG_BUSY(rc)) {
416 if (H_IS_LONG_BUSY(rc)) {
453 if (H_IS_LONG_BUSY(rc)) {
500 if (H_IS_LONG_BUSY(rc)) {
521 if (H_IS_LONG_BUSY(rc)) {
541 if (H_IS_LONG_BUSY(rc)) {
H A Dhvcall.h129 #define H_IS_LONG_BUSY(x) ((x >= H_LONG_BUSY_START_RANGE) \ macro
/linux-master/drivers/char/tpm/
H A Dtpm_ibmvtpm.c170 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc));
357 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
438 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
707 } while (rc1 == H_BUSY || H_IS_LONG_BUSY(rc1));
/linux-master/drivers/misc/cxl/
H A Dhcalls.c58 if (rc != H_BUSY && !H_IS_LONG_BUSY(rc)) \
576 if (rc != H_BUSY && !H_IS_LONG_BUSY(rc))
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c408 if (!H_IS_LONG_BUSY(rc)) {
442 if (!H_IS_LONG_BUSY(rc))
461 if (!H_IS_LONG_BUSY(rc))
487 if (!H_IS_LONG_BUSY(rc))
H A Dvas.c40 if (H_IS_LONG_BUSY(rc)) {
H A Dlpar.c743 if (!H_IS_LONG_BUSY(rc))
1647 while (H_IS_LONG_BUSY(rc)) {
H A Dpapr_scm.c143 if (H_IS_LONG_BUSY(rc)) {
214 if (H_IS_LONG_BUSY(rc)) {
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c51 if (H_IS_LONG_BUSY(ret)) {
91 if (H_IS_LONG_BUSY(ret)) {
/linux-master/drivers/misc/
H A Dibmvmc.c75 if (H_IS_LONG_BUSY(rc))
79 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc)));
100 if (H_IS_LONG_BUSY(rc))
107 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc)));
/linux-master/drivers/net/ethernet/ibm/
H A Dibmveth.c516 } while (H_IS_LONG_BUSY(rc) || (rc == H_BUSY));
635 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY));
699 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY));
H A Dibmvnic.c3930 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
4017 } while (rc == H_BUSY || rc == H_IS_LONG_BUSY(rc));
6097 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc));
6115 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
6152 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
6230 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
/linux-master/arch/powerpc/sysdev/xive/
H A Dspapr.c136 if (H_IS_LONG_BUSY(rc)) {
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c153 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc)));
295 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc)));
396 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc)));
425 } while ((rc == H_IN_PROGRESS) || (rc == H_BUSY) || (H_IS_LONG_BUSY(rc)));
H A Dibmvfc.c907 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
935 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc));
973 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
5907 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
5976 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
6000 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));

Completed in 256 milliseconds