Lines Matching refs:result
101 hdr->device_status = job->result & 0xff;
102 hdr->transport_status = host_byte(job->result);
109 if (job->result < 0) {
110 /* we're only returning the result field in the reply */
112 ret = job->result;
184 * @result: job reply result
189 void bsg_job_done(struct bsg_job *job, int result,
194 job->result = result;
258 job->result = -ENOMEM;
268 * that will be set to ->result.