Lines Matching defs:hret
1116 long hret = 0;
1123 hret = plpar_hcall_norets(H_COP, op->flags,
1128 if (hret == H_SUCCESS ||
1129 (hret != H_NOT_ENOUGH_RESOURCES &&
1130 hret != H_BUSY && hret != H_RESOURCE) ||
1134 dev_dbg(dev, "%s: hcall ret(%ld), retrying.\n", __func__, hret);
1137 switch (hret) {
1162 dev_dbg(dev, "%s: Sync h_cop_op failure (ret:%d) (hret:%ld)\n",
1163 __func__, ret, hret);
1165 op->hcall_err = hret;