Searched refs:wq_desc (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/scsi/fnic/ |
D | vnic_wq_copy.h | 74 struct fcpio_host_req *wq_desc)) in vnic_wq_copy_service() argument 76 struct fcpio_host_req *wq_desc = wq->ring.descs; in vnic_wq_copy_service() local 82 (*q_service)(wq, &wq_desc[wq->to_clean_index]); in vnic_wq_copy_service() 114 struct fcpio_host_req *wq_desc));
|
D | vnic_wq_copy.c | 41 struct fcpio_host_req *wq_desc)) in vnic_wq_copy_clean() argument
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_guc_submit_types.h | 48 struct guc_sched_wq_desc wq_desc; member 133 } wq_desc; member
|
D | xe_guc_submit.c | 530 offsetof(struct guc_submit_parallel_scratch, wq_desc)); in register_exec_queue() 532 offsetof(struct guc_submit_parallel_scratch, wq_desc)); in register_exec_queue() 542 parallel_write(xe, map, wq_desc.wq_status, WQ_STATUS_ACTIVE); in register_exec_queue() 578 q->guc->wqi_head = parallel_read(xe, map, wq_desc.head); in wq_wait_for_space() 656 parallel_write(xe, map, wq_desc.tail, q->guc->wqi_tail); in wq_item_append() 2034 snapshot->parallel.wq_desc.head = parallel_read(xe, map, wq_desc.head); in guc_exec_queue_wq_snapshot_capture() 2035 snapshot->parallel.wq_desc.tail = parallel_read(xe, map, wq_desc.tail); in guc_exec_queue_wq_snapshot_capture() 2036 snapshot->parallel.wq_desc.status = parallel_read(xe, map, in guc_exec_queue_wq_snapshot_capture() 2037 wq_desc.wq_status); in guc_exec_queue_wq_snapshot_capture() 2039 if (snapshot->parallel.wq_desc.head != in guc_exec_queue_wq_snapshot_capture() [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_submission.c | 436 struct guc_sched_wq_desc wq_desc; member 493 return &ps->descs.wq_desc; in __get_wq_desc_v70() 2840 struct guc_sched_wq_desc *wq_desc; in prepare_context_registration_info_v70() local 2856 wq_desc = __get_wq_desc_v70(ce); in prepare_context_registration_info_v70() 2857 memset(wq_desc, 0, sizeof(*wq_desc)); in prepare_context_registration_info_v70() 2858 wq_desc->wq_status = WQ_STATUS_ACTIVE; in prepare_context_registration_info_v70() 2860 ce->parallel.guc.wq_head = &wq_desc->head; in prepare_context_registration_info_v70() 2861 ce->parallel.guc.wq_tail = &wq_desc->tail; in prepare_context_registration_info_v70() 2862 ce->parallel.guc.wq_status = &wq_desc->wq_status; in prepare_context_registration_info_v70()
|