Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c250 guc2relay = xe_guc_relay_process_guc2vf; in replacement_xe_guc_ct_send_recv_loopback_relay()
442 KUNIT_ASSERT_EQ(test, -EPROTO, xe_guc_relay_process_guc2vf(relay, msg, len)); in vf_rejects_guc2vf_too_short()
451 KUNIT_ASSERT_EQ(test, -EMSGSIZE, xe_guc_relay_process_guc2vf(relay, msg, len)); in vf_rejects_guc2vf_too_long()
460 KUNIT_ASSERT_EQ(test, -EPROTO, xe_guc_relay_process_guc2vf(relay, msg, len)); in vf_rejects_guc2vf_no_payload()
493 KUNIT_ASSERT_EQ(test, -ENODEV, xe_guc_relay_process_guc2vf(relay, msg, len)); in xe_drops_guc2vf_if_not_ready()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_relay.h19 int xe_guc_relay_process_guc2vf(struct xe_guc_relay *relay, const u32 *msg, u32 len);
H A Dxe_guc_relay.c865 int xe_guc_relay_process_guc2vf(struct xe_guc_relay *relay, const u32 *msg, u32 len) in xe_guc_relay_process_guc2vf() function
H A Dxe_guc_ct.c1148 ret = xe_guc_relay_process_guc2vf(&guc->relay, hxg, hxg_len); in process_g2h_msg()