Searched refs:wq_desc (Results 1 – 5 of 5) sorted by relevance
74 struct fcpio_host_req *wq_desc)) in vnic_wq_copy_service() argument76 struct fcpio_host_req *wq_desc = wq->ring.descs; in vnic_wq_copy_service() local82 (*q_service)(wq, &wq_desc[wq->to_clean_index]); in vnic_wq_copy_service()114 struct fcpio_host_req *wq_desc));
41 struct fcpio_host_req *wq_desc)) in vnic_wq_copy_clean() argument
2169 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 …]
48 struct guc_sched_wq_desc wq_desc; member133 } wq_desc; member
436 struct guc_sched_wq_desc wq_desc; member493 return &ps->descs.wq_desc; in __get_wq_desc_v70()2898 struct guc_sched_wq_desc *wq_desc; in prepare_context_registration_info_v70() local2914 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