Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_hxg_helpers.h22 #define hxg_sizeof(T) (sizeof(T) / sizeof(u32) + BUILD_BUG_ON_ZERO(sizeof(T) % sizeof(u32))) macro
H A Dxe_gt_sriov_pf_service.c384 static_assert(hxg_sizeof(struct reg_data) == 2);
417 const u32 chunk_size = hxg_sizeof(struct reg_data); in pf_process_runtime_query_msg()
449 return VF2PF_QUERY_RUNTIME_RESPONSE_MSG_MIN_LEN + ret * hxg_sizeof(struct reg_data); in pf_process_runtime_query_msg()
H A Dxe_gt_sriov_vf.c276 return guc_action_query_single_klv(guc, key, value32, hxg_sizeof(u32)); in guc_action_query_single_klv32()
284 err = guc_action_query_single_klv(guc, key, value, hxg_sizeof(value)); in guc_action_query_single_klv64()