Home
last modified time | relevance | path

Searched refs:ct_incoming_msg (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c96 struct ct_incoming_msg { struct
867 static struct ct_incoming_msg *ct_alloc_msg(u32 num_dwords) in ct_alloc_msg()
869 struct ct_incoming_msg *msg; in ct_alloc_msg()
877 static void ct_free_msg(struct ct_incoming_msg *msg) in ct_free_msg()
886 static int ct_read(struct intel_guc_ct *ct, struct ct_incoming_msg **msg) in ct_read()
1175 struct ct_incoming_msg *request; in ct_process_incoming_requests()
1181 struct ct_incoming_msg, link); in ct_process_incoming_requests()
1212 static int ct_handle_event(struct intel_guc_ct *ct, struct ct_incoming_msg *request) in ct_handle_event()
1247 static int ct_handle_hxg(struct intel_guc_ct *ct, struct ct_incoming_msg *msg) in ct_handle_hxg()
1286 static void ct_handle_msg(struct intel_guc_ct *ct, struct ct_incoming_msg *msg) in ct_handle_msg()
[all …]