Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/abi/
A 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)
A Dguc_relay_communication_abi.h96 (GUC_CTB_MAX_DWORDS - GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN)
/drivers/gpu/drm/xe/tests/
A 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()
/drivers/gpu/drm/xe/
A Dxe_guc_relay.c929 if (unlikely(len < GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN)) in xe_guc_relay_process_guc2pf()
945 msg + GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN, in xe_guc_relay_process_guc2pf()
946 len - GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN); in xe_guc_relay_process_guc2pf()

Completed in 13 milliseconds