Searched refs:gsc_to_gt (Results 1 – 5 of 5) sorted by relevance
61 gsc_to_gt(struct xe_gsc *gsc) in gsc_to_gt() function 68 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_proxy_init_done() 77 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_wait_for_proxy_init_done() 88 struct xe_gt *gt = gsc_to_gt(gsc); in __gsc_proxy_irq_rmw() 112 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_send_to_csme() 133 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_send_to_gsc() 223 struct xe_gt *gt = gsc_to_gt(gsc); in proxy_query() 327 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_proxy_request_handler() 360 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_proxy_irq_handler() 413 struct xe_gt *gt = gsc_to_gt(gs in proxy_channel_alloc() [all...]
17 gsc_to_gt(struct xe_gsc *gsc)25 return gt_to_xe(gsc_to_gt(gsc)); in gsc_to_xe() 18 gsc_to_gt(struct xe_gsc *gsc) gsc_to_gt() function
37 gsc_to_gt(struct xe_gsc *gsc)174 struct xe_gt *gt = gsc_to_gt(gsc); in xe_gsc_pkt_submit_kernel() 39 gsc_to_gt(struct xe_gsc *gsc) gsc_to_gt() function
45 struct intel_gt *gt = gsc_to_gt(gsc); in gsc_ext_om_alloc()137 intel_huc_unregister_gsc_notifier(&gsc_to_gt(gsc)->uc.huc, in gsc_destroy_one()168 if (gsc_to_gt(gsc)->info.id != 0) { in gsc_init_one()249 intel_huc_register_gsc_notifier(&gsc_to_gt(gsc)->uc.huc, in gsc_init_one()256 intel_huc_unregister_gsc_notifier(&gsc_to_gt(gsc)->uc.huc, in gsc_init_one()313 struct intel_gt *gt = gsc_to_gt(gsc); in intel_gsc_fini()
117 static inline struct intel_gt *gsc_to_gt(struct intel_gsc *gsc) in gsc_to_gt() function