Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_relay.h16 int xe_guc_relay_send_to_pf(struct xe_guc_relay *relay,
H A Dxe_gt_sriov_vf.c614 ret = xe_guc_relay_send_to_pf(&gt->uc.guc.relay, in relay_action_handshake()
758 ret = xe_guc_relay_send_to_pf(&gt->uc.guc.relay, in vf_query_runtime_info()
H A Dxe_guc_relay.c552 int xe_guc_relay_send_to_pf(struct xe_guc_relay *relay, in xe_guc_relay_send_to_pf() function
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c503 KUNIT_ASSERT_EQ(test, -ENODEV, xe_guc_relay_send_to_pf(relay, msg, len, NULL, 0)); in xe_rejects_send_if_not_ready()