Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_relay.c62 static int relay_get_totalvfs(struct xe_guc_relay *relay) in relay_get_totalvfs() function
67 KUNIT_STATIC_STUB_REDIRECT(relay_get_totalvfs, relay); in relay_get_totalvfs()
349 relay_get_totalvfs(relay), in xe_guc_relay_init()
939 if (unlikely(origin > relay_get_totalvfs(relay))) in xe_guc_relay_process_guc2pf()
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_guc_relay_test.c42 kunit_activate_static_stub(test, relay_get_totalvfs, in relay_test_init()