Searched refs:wq_desc (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | vnic_wq_copy.h | 86 struct fcpio_host_req *wq_desc)) in vnic_wq_copy_service() 88 struct fcpio_host_req *wq_desc = wq->ring.descs; in vnic_wq_copy_service() local 94 (*q_service)(wq, &wq_desc[wq->to_clean_index]); in vnic_wq_copy_service() 126 struct fcpio_host_req *wq_desc)); 83 vnic_wq_copy_service(struct vnic_wq_copy *wq, u16 completed_index, void (*q_service)(struct vnic_wq_copy *wq, struct fcpio_host_req *wq_desc)) vnic_wq_copy_service() argument
|
H A D | vnic_wq_copy.c | 53 struct fcpio_host_req *wq_desc)) in vnic_wq_copy_clean() 51 vnic_wq_copy_clean(struct vnic_wq_copy *wq, void (*q_clean)(struct vnic_wq_copy *wq, struct fcpio_host_req *wq_desc)) vnic_wq_copy_clean() argument
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | vnic_wq_copy.h | 74 struct fcpio_host_req *wq_desc)) in vnic_wq_copy_service() 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)); 71 vnic_wq_copy_service(struct vnic_wq_copy *wq, u16 completed_index, void (*q_service)(struct vnic_wq_copy *wq, struct fcpio_host_req *wq_desc)) vnic_wq_copy_service() argument
|
H A D | vnic_wq_copy.c | 41 struct fcpio_host_req *wq_desc)) in vnic_wq_copy_clean() 39 vnic_wq_copy_clean(struct vnic_wq_copy *wq, void (*q_clean)(struct vnic_wq_copy *wq, struct fcpio_host_req *wq_desc)) vnic_wq_copy_clean() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 428 struct guc_sched_wq_desc wq_desc; member 485 return &ps->descs.wq_desc; in __get_wq_desc_v70() 2694 struct guc_sched_wq_desc *wq_desc; in prepare_context_registration_info_v70() local 2710 wq_desc = __get_wq_desc_v70(ce); in prepare_context_registration_info_v70() 2711 memset(wq_desc, 0, sizeof(*wq_desc)); in prepare_context_registration_info_v70() 2712 wq_desc->wq_status = WQ_STATUS_ACTIVE; in prepare_context_registration_info_v70() 2714 ce->parallel.guc.wq_head = &wq_desc->head; in prepare_context_registration_info_v70() 2715 ce->parallel.guc.wq_tail = &wq_desc->tail; in prepare_context_registration_info_v70() 2716 ce->parallel.guc.wq_status = &wq_desc in prepare_context_registration_info_v70() [all...] |
Completed in 7 milliseconds