Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_guc_relay.h16 int xe_guc_relay_send_to_pf(struct xe_guc_relay *relay,
Dxe_gt_sriov_vf.c669 ret = xe_guc_relay_send_to_pf(&gt->uc.guc.relay, in relay_action_handshake()
837 ret = xe_guc_relay_send_to_pf(&gt->uc.guc.relay, in vf_query_runtime_info()
Dxe_guc_relay.c554 int xe_guc_relay_send_to_pf(struct xe_guc_relay *relay, in xe_guc_relay_send_to_pf() function
/linux-6.14.4/drivers/gpu/drm/xe/tests/
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()