Searched refs:xe_guc_relay_init (Results 1 – 4 of 4) sorted by relevance
14 int xe_guc_relay_init(struct xe_guc_relay *relay);
309 err = xe_guc_relay_init(&guc->relay); in vf_guc_init()349 ret = xe_guc_relay_init(&guc->relay); in xe_guc_init()
332 int xe_guc_relay_init(struct xe_guc_relay *relay) in xe_guc_relay_init() function
45 KUNIT_ASSERT_EQ(test, xe_guc_relay_init(relay), 0); in relay_test_init()