Symbol: GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/i915/gt/uc/abi/guc_communication_ctb_abi.h
115
#define GUC_CTB_HXG_MSG_MIN_LEN (GUC_CTB_MSG_MIN_LEN + GUC_HXG_MSG_MIN_LEN)
drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h
149
#define GUC_HXG_EVENT_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h
174
#define GUC_HXG_BUSY_MSG_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h
197
#define GUC_HXG_RETRY_MSG_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h
220
#define GUC_HXG_FAILURE_MSG_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h
247
#define GUC_HXG_RESPONSE_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h
89
#define GUC_HXG_REQUEST_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1042
const u32 *data = &hxg[GUC_HXG_MSG_MIN_LEN];
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1043
u32 datalen = len - GUC_HXG_MSG_MIN_LEN;
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1049
GEM_BUG_ON(len < GUC_HXG_MSG_MIN_LEN);
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1115
payload = &hxg[GUC_HXG_MSG_MIN_LEN];
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1117
len = hxg_len - GUC_HXG_MSG_MIN_LEN;
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
1279
ERR_PTR(err), 4 * GUC_HXG_MSG_MIN_LEN, hxg);
drivers/gpu/drm/xe/abi/guc_communication_ctb_abi.h
115
#define GUC_CTB_HXG_MSG_MIN_LEN (GUC_CTB_MSG_MIN_LEN + GUC_HXG_MSG_MIN_LEN)
drivers/gpu/drm/xe/abi/guc_messages_abi.h
149
#define GUC_HXG_EVENT_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/xe/abi/guc_messages_abi.h
174
#define GUC_HXG_BUSY_MSG_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/xe/abi/guc_messages_abi.h
197
#define GUC_HXG_RETRY_MSG_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/xe/abi/guc_messages_abi.h
220
#define GUC_HXG_FAILURE_MSG_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/xe/abi/guc_messages_abi.h
247
#define GUC_HXG_RESPONSE_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/xe/abi/guc_messages_abi.h
89
#define GUC_HXG_REQUEST_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/xe/abi/guc_relay_actions_abi.h
166
#define VF2PF_QUERY_RUNTIME_RESPONSE_MSG_MIN_LEN (GUC_HXG_MSG_MIN_LEN + 1u)
drivers/gpu/drm/xe/abi/guc_relay_communication_abi.h
94
#define GUC_RELAY_MSG_MIN_LEN GUC_HXG_MSG_MIN_LEN
drivers/gpu/drm/xe/tests/xe_guc_relay_test.c
235
KUNIT_ASSERT_GE(test, len, GUC_HXG_MSG_MIN_LEN);
drivers/gpu/drm/xe/tests/xe_guc_relay_test.c
69
KUNIT_ASSERT_GE(test, len, GUC_HXG_MSG_MIN_LEN);
drivers/gpu/drm/xe/xe_gt_sriov_pf_monitor.c
84
xe_gt_assert(gt, len >= GUC_HXG_MSG_MIN_LEN);
drivers/gpu/drm/xe/xe_gt_sriov_pf_service.c
376
xe_gt_assert(gt, msg_len >= GUC_HXG_MSG_MIN_LEN);
drivers/gpu/drm/xe/xe_guc_ct.c
1817
u32 *payload = hxg + GUC_HXG_MSG_MIN_LEN;
drivers/gpu/drm/xe/xe_guc_ct.c
1818
u32 adj_len = hxg_len - GUC_HXG_MSG_MIN_LEN;
drivers/gpu/drm/xe/xe_guc_relay.c
686
relay_assert(relay, len >= GUC_HXG_MSG_MIN_LEN);
drivers/gpu/drm/xe/xe_guc_relay.c
827
if (unlikely(len < GUC_HXG_MSG_MIN_LEN))
drivers/gpu/drm/xe/xe_guc_relay.c
883
relay_assert(relay, len >= GUC_HXG_MSG_MIN_LEN);