Lines Matching refs:num_g2h
505 static void __g2h_reserve_space(struct xe_guc_ct *ct, u32 g2h_len, u32 num_g2h) in __g2h_reserve_space() argument
508 xe_gt_assert(ct_to_gt(ct), (!g2h_len && !num_g2h) || in __g2h_reserve_space()
509 (g2h_len && num_g2h)); in __g2h_reserve_space()
518 ct->g2h_outstanding += num_g2h; in __g2h_reserve_space()
634 u32 len, u32 g2h_len, u32 num_g2h, in __guc_ct_send_locked() argument
643 xe_gt_assert(gt, !num_g2h || !g2h_fence); in __guc_ct_send_locked()
644 xe_gt_assert(gt, !g2h_len || num_g2h); in __guc_ct_send_locked()
645 xe_gt_assert(gt, g2h_len || !num_g2h); in __guc_ct_send_locked()
667 num_g2h = 1; in __guc_ct_send_locked()
697 __g2h_reserve_space(ct, g2h_len, num_g2h); in __guc_ct_send_locked()
714 u32 g2h_len, u32 num_g2h, in guc_ct_send_locked() argument
728 ret = __guc_ct_send_locked(ct, action, len, g2h_len, num_g2h, in guc_ct_send_locked()
789 u32 g2h_len, u32 num_g2h, struct g2h_fence *g2h_fence) in guc_ct_send() argument
796 ret = guc_ct_send_locked(ct, action, len, g2h_len, num_g2h, g2h_fence); in guc_ct_send()
803 u32 g2h_len, u32 num_g2h) in xe_guc_ct_send() argument
807 ret = guc_ct_send(ct, action, len, g2h_len, num_g2h, NULL); in xe_guc_ct_send()
815 u32 g2h_len, u32 num_g2h) in xe_guc_ct_send_locked() argument
819 ret = guc_ct_send_locked(ct, action, len, g2h_len, num_g2h, NULL); in xe_guc_ct_send_locked()