Lines Matching refs:ct_to_gt
71 ct_to_gt(struct xe_guc_ct *ct) in ct_to_gt() function
79 return gt_to_xe(ct_to_gt(ct)); in ct_to_xe()
171 struct xe_gt *gt = ct_to_gt(ct); in xe_guc_ct_init()
335 xe_gt_assert(ct_to_gt(ct), ct->g2h_outstanding == 0 || in xe_guc_ct_set_state()
375 xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode canceled\n"); in safe_mode_worker_func()
381 xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode enabled\n"); in ct_enter_safe_mode()
387 xe_gt_dbg(ct_to_gt(ct), "GuC CT safe-mode disabled\n"); in ct_exit_safe_mode()
393 struct xe_gt *gt = ct_to_gt(ct); in xe_guc_ct_enable()
507 xe_gt_assert(ct_to_gt(ct), g2h_len <= ct->ctbs.g2h.info.space); in __g2h_reserve_space()
508 xe_gt_assert(ct_to_gt(ct), (!g2h_len && !num_g2h) || in __g2h_reserve_space()
525 xe_gt_assert(ct_to_gt(ct), ct->ctbs.g2h.info.space + g2h_len <= in __g2h_release_space()
527 xe_gt_assert(ct_to_gt(ct), ct->g2h_outstanding); in __g2h_release_space()
547 struct xe_gt *gt = ct_to_gt(ct); in h2g_write()
637 struct xe_gt *gt __maybe_unused = ct_to_gt(ct); in __guc_ct_send_locked()
708 xe_gt_reset_async(ct_to_gt(ct)); in kick_reset()
718 struct xe_gt *gt = ct_to_gt(ct); in guc_ct_send_locked()
793 xe_gt_assert(ct_to_gt(ct), !g2h_len || !g2h_fence); in guc_ct_send()
861 struct xe_gt *gt = ct_to_gt(ct); in guc_ct_send_recv()
1005 struct xe_gt *gt = ct_to_gt(ct); in parse_g2h_response()
1071 struct xe_gt *gt = ct_to_gt(ct); in parse_g2h_msg()
1111 struct xe_gt *gt = ct_to_gt(ct); in process_g2h_msg()
1187 struct xe_gt *gt = ct_to_gt(ct); in g2h_read()
1268 trace_xe_guc_ctb_g2h(xe, ct_to_gt(ct)->info.id, in g2h_read()
1276 struct xe_gt *gt = ct_to_gt(ct); in g2h_fast_path()
1360 struct xe_gt *gt = ct_to_gt(ct); in receive_g2h()