Home
last modified time | relevance | path

Searched refs:wq_desc (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/fnic/
A Dvnic_wq_copy.h74 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));
A Dvnic_wq_copy.c41 struct fcpio_host_req *wq_desc)) in vnic_wq_copy_clean() argument
/drivers/gpu/drm/xe/
A Dxe_guc_submit.c2169 snapshot->parallel.wq_desc.head = parallel_read(xe, map, wq_desc.head); in guc_exec_queue_wq_snapshot_capture()
2170 snapshot->parallel.wq_desc.tail = parallel_read(xe, map, wq_desc.tail); in guc_exec_queue_wq_snapshot_capture()
2172 wq_desc.wq_status); in guc_exec_queue_wq_snapshot_capture()
2174 if (snapshot->parallel.wq_desc.head != in guc_exec_queue_wq_snapshot_capture()
2175 snapshot->parallel.wq_desc.tail) { in guc_exec_queue_wq_snapshot_capture()
2176 for (i = snapshot->parallel.wq_desc.head; in guc_exec_queue_wq_snapshot_capture()
2177 i != snapshot->parallel.wq_desc.tail; in guc_exec_queue_wq_snapshot_capture()
2196 if (snapshot->parallel.wq_desc.head != in guc_exec_queue_wq_snapshot_print()
2197 snapshot->parallel.wq_desc.tail) { in guc_exec_queue_wq_snapshot_print()
2198 for (i = snapshot->parallel.wq_desc.head; in guc_exec_queue_wq_snapshot_print()
[all …]
A Dxe_guc_submit_types.h48 struct guc_sched_wq_desc wq_desc; member
133 } wq_desc; member
/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_submission.c436 struct guc_sched_wq_desc wq_desc; member
493 return &ps->descs.wq_desc; in __get_wq_desc_v70()
2898 struct guc_sched_wq_desc *wq_desc; in prepare_context_registration_info_v70() local
2914 wq_desc = __get_wq_desc_v70(ce); in prepare_context_registration_info_v70()
2915 memset(wq_desc, 0, sizeof(*wq_desc)); in prepare_context_registration_info_v70()
2916 wq_desc->wq_status = WQ_STATUS_ACTIVE; in prepare_context_registration_info_v70()
2918 ce->parallel.guc.wq_head = &wq_desc->head; in prepare_context_registration_info_v70()
2919 ce->parallel.guc.wq_tail = &wq_desc->tail; in prepare_context_registration_info_v70()
2920 ce->parallel.guc.wq_status = &wq_desc->wq_status; in prepare_context_registration_info_v70()

Completed in 28 milliseconds