Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_actions_sriov_abi.h166 #define VF2GUC_RELAY_TO_PF_REQUEST_MSG_MIN_LEN (GUC_HXG_REQUEST_MSG_MIN_LEN + 1u) macro
168 (VF2GUC_RELAY_TO_PF_REQUEST_MSG_MIN_LEN + GUC_RELAY_MSG_MAX_LEN)
Dguc_relay_communication_abi.h99 VF2GUC_RELAY_TO_PF_REQUEST_MSG_MIN_LEN);
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_guc_relay_test.c248 KUNIT_ASSERT_GE(test, len, VF2GUC_RELAY_TO_PF_REQUEST_MSG_MIN_LEN); in replacement_xe_guc_ct_send_recv_loopback_relay()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_relay.c204 return VF2GUC_RELAY_TO_PF_REQUEST_MSG_MIN_LEN; in prepare_vf2guc()