Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_actions_sriov_abi.h44 #define GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN (GUC_HXG_EVENT_MSG_MIN_LEN + 2u) macro
46 (GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN + GUC_RELAY_MSG_MAX_LEN)
Dguc_relay_communication_abi.h96 (GUC_CTB_MAX_DWORDS - GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN)
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_guc_relay_test.c122 const u32 len = GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN - 1; in pf_rejects_guc2pf_too_short()
140 const u32 len = GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN; in pf_rejects_guc2pf_no_payload()
481 u32 len = GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN + GUC_RELAY_MSG_MIN_LEN; in xe_drops_guc2pf_if_not_ready()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_relay.c927 if (unlikely(len < GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN)) in xe_guc_relay_process_guc2pf()
943 msg + GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN, in xe_guc_relay_process_guc2pf()
944 len - GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN); in xe_guc_relay_process_guc2pf()