Home
last modified time | relevance | path

Searched refs:hxg_sizeof (Results 1 – 2 of 2) 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_vf.c437 return guc_action_query_single_klv(guc, key, value32, hxg_sizeof(u32)); in guc_action_query_single_klv32()
445 err = guc_action_query_single_klv(guc, key, value, hxg_sizeof(value)); in guc_action_query_single_klv64()