Home
last modified time | relevance | path

Searched refs:GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_actions_sriov_abi.h127 #define GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN (GUC_HXG_EVENT_MSG_MIN_LEN + 1u) macro
129 (GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN + GUC_RELAY_MSG_MAX_LEN)
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_guc_relay_test.c438 const u32 len = GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN - 1; in vf_rejects_guc2vf_too_short()
456 const u32 len = GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN; in vf_rejects_guc2vf_no_payload()
491 u32 len = GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN + GUC_RELAY_MSG_MIN_LEN; in xe_drops_guc2vf_if_not_ready()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_relay.c881 if (unlikely(len < GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN)) in xe_guc_relay_process_guc2vf()
893 msg + GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN, in xe_guc_relay_process_guc2vf()
894 len - GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN); in xe_guc_relay_process_guc2vf()