Symbol: xe_guc_ct_send
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
87
ret = xe_guc_ct_send(&guc->ct, action, total, 0, 0);
drivers/gpu/drm/xe/xe_guc_ads.c
978
return xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_ct.h
54
int xe_guc_ct_send(struct xe_guc_ct *ct, const u32 *action, u32 len,
drivers/gpu/drm/xe/xe_guc_pagefault.c
36
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_pc.c
179
ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_pc.c
226
ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_pc.c
248
ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_pc.c
265
ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_submit.c
1145
xe_guc_ct_send(&guc->ct, action, len, g2h_len, num_g2h);
drivers/gpu/drm/xe/xe_guc_submit.c
1153
xe_guc_ct_send(&guc->ct, action, len, 0, 0);
drivers/gpu/drm/xe/xe_guc_submit.c
1260
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action),
drivers/gpu/drm/xe/xe_guc_submit.c
1403
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action),
drivers/gpu/drm/xe/xe_guc_submit.c
1436
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action),
drivers/gpu/drm/xe/xe_guc_submit.c
1823
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_submit.c
545
xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g,
drivers/gpu/drm/xe/xe_guc_submit.c
558
xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g,
drivers/gpu/drm/xe/xe_guc_submit.c
787
xe_guc_ct_send(&guc->ct, action, len, G2H_LEN_DW_MULTI_QUEUE_CONTEXT, 1);
drivers/gpu/drm/xe/xe_guc_submit.c
885
xe_guc_ct_send(&guc->ct, action, len, 0, 0);
drivers/gpu/drm/xe/xe_guc_submit.c
914
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_tlb_inval.c
110
return xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action),
drivers/gpu/drm/xe/xe_guc_tlb_inval.c
34
return xe_guc_ct_send(&guc->ct, action, len,