Home
last modified time | relevance | path

Searched refs:vpu_job_queue_header (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/accel/ivpu/
H A Dvpu_jsm_api.h128 struct vpu_job_queue_header { struct
139 struct vpu_job_queue_header header; argument
H A Divpu_job.c39 struct vpu_job_queue_header *jobq_header; in ivpu_cmdq_alloc()
51 cmdq->entry_count = (u32)((cmdq->mem->base.size - sizeof(struct vpu_job_queue_header)) / in ivpu_cmdq_alloc()
183 struct vpu_job_queue_header *header = &cmdq->jobq->header; in ivpu_cmdq_push_job()