Lines Matching defs:hret
1113 long hret = 0;
1120 hret = plpar_hcall_norets(H_COP, op->flags,
1125 if (hret == H_SUCCESS ||
1126 (hret != H_NOT_ENOUGH_RESOURCES &&
1127 hret != H_BUSY && hret != H_RESOURCE) ||
1131 dev_dbg(dev, "%s: hcall ret(%ld), retrying.\n", __func__, hret);
1134 switch (hret) {
1159 dev_dbg(dev, "%s: Sync h_cop_op failure (ret:%d) (hret:%ld)\n",
1160 __func__, ret, hret);
1162 op->hcall_err = hret;