Lines Matching full:job
19 * @jobq: Pointer to job queue memory shared with the device
20 * @mem: Memory allocated for the job queue, shared with device
21 * @entry_count Number of job entries in the queue
22 * @db_id: Doorbell assigned to this job queue
35 * Each batch / DMA buffer is a job to be submitted and executed by the VPU FW.
37 * any status reporting from VPU FW through IPC JOB RET/DONE message.
38 * @file_priv: The client that submitted this job
39 * @job_id: Job ID for KMD tracking and job status reporting from VPU FW
40 * @status: Status of the Job from IPC JOB RET/DONE message
41 * @batch_buffer: CPU vaddr points to the batch buffer memory allocated for the job
42 * @submit_status_offset: Offset within batch buffer where job completion handler
43 will update the job status