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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Drpa_vscsi.c83 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc)));
214 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc)));
314 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc)));
342 } while ((rc == H_IN_PROGRESS) || (rc == H_BUSY) || (H_IS_LONG_BUSY(rc)));
H A Dibmvstgt.c580 } while (err == H_BUSY || H_IS_LONG_BUSY(err));
608 } while (err == H_BUSY || H_IS_LONG_BUSY(err));
629 } while (err == H_BUSY || H_IS_LONG_BUSY(err));
H A Dibmvfc.c669 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
694 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc));
721 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
4501 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhvcall.h88 #define H_IS_LONG_BUSY(x) ((x >= H_LONG_BUSY_START_RANGE) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_phyp.c63 if (H_IS_LONG_BUSY(ret)) {
104 if (H_IS_LONG_BUSY(ret)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dhcp_if.c140 if (H_IS_LONG_BUSY(ret)) {
192 if (H_IS_LONG_BUSY(ret)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dibmveth.c520 } while (H_IS_LONG_BUSY(rc) || (rc == H_BUSY));
633 } while (H_IS_LONG_BUSY(rc) || (rc == H_BUSY));
684 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY));

Completed in 83 milliseconds