Searched refs:xe_guc_relay_send_to_vf (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_guc_relay.h | 22 int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target, 26 static inline int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target, in xe_guc_relay_send_to_vf() function
|
D | xe_guc_relay.c | 530 int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target, in xe_guc_relay_send_to_vf() function
|
/linux-6.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_guc_relay_test.c | 218 xe_guc_relay_send_to_vf(relay, TEST_VFID, in pf_sends_pf2guc() 296 ret = xe_guc_relay_send_to_vf(relay, TEST_VFID, in pf_loopback_nop() 326 ret = xe_guc_relay_send_to_vf(relay, TEST_VFID, in pf_loopback_echo() 357 ret = xe_guc_relay_send_to_vf(relay, TEST_VFID, in pf_loopback_fail() 382 ret = xe_guc_relay_send_to_vf(relay, TEST_VFID, in pf_loopback_busy() 406 ret = xe_guc_relay_send_to_vf(relay, TEST_VFID, in pf_loopback_retry()
|