Lines Matching refs:status
794 workload->status = ret;
1041 * be set to -EIO. Use -EIO to set workload status so
1045 if (likely(workload->status == -EINPROGRESS)) {
1047 workload->status = -EIO;
1049 workload->status = 0;
1052 if (!workload->status &&
1064 gvt_dbg_sched("ring id %d complete workload %p status %d\n",
1065 ring_id, workload, workload->status);
1071 if (workload->status || vgpu->resetting_eng & BIT(ring_id)) {
1072 /* if workload->status is not successful means HW GPU
1165 gvt_dbg_sched("will complete workload %p, status: %d\n",
1166 workload, workload->status);
1514 workload->status = -EINPROGRESS;