Symbol: xe_guc_ct_send
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
119
ret = xe_guc_ct_send(&guc->ct, action, total, 0, 0);
drivers/gpu/drm/xe/xe_guc_ads.c
992
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
40
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_pc.c
190
ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_pc.c
237
ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_pc.c
259
ret = xe_guc_ct_send(ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_rc.c
42
ret = xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_submit.c
1174
xe_guc_ct_send(&guc->ct, action, len, g2h_len, num_g2h);
drivers/gpu/drm/xe/xe_guc_submit.c
1182
xe_guc_ct_send(&guc->ct, action, len, 0, 0);
drivers/gpu/drm/xe/xe_guc_submit.c
1287
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action),
drivers/gpu/drm/xe/xe_guc_submit.c
1421
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action),
drivers/gpu/drm/xe/xe_guc_submit.c
1454
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action),
drivers/gpu/drm/xe/xe_guc_submit.c
528
xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g,
drivers/gpu/drm/xe/xe_guc_submit.c
541
xe_guc_ct_send(&guc->ct, (u32 *)&policy.h2g,
drivers/gpu/drm/xe/xe_guc_submit.c
840
xe_guc_ct_send(&guc->ct, action, len, G2H_LEN_DW_MULTI_QUEUE_CONTEXT, 1);
drivers/gpu/drm/xe/xe_guc_submit.c
932
xe_guc_ct_send(&guc->ct, action, len, 0, 0);
drivers/gpu/drm/xe/xe_guc_submit.c
961
xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action), 0, 0);
drivers/gpu/drm/xe/xe_guc_tlb_inval.c
114
return xe_guc_ct_send(&guc->ct, action, ARRAY_SIZE(action),
drivers/gpu/drm/xe/xe_guc_tlb_inval.c
38
return xe_guc_ct_send(&guc->ct, action, len,