Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_config.c294 u32 max_cfg_dwords = SZ_4K / sizeof(u32); in pf_push_full_vf_config() local
300 cfg = kcalloc(max_cfg_dwords, sizeof(u32), GFP_KERNEL); in pf_push_full_vf_config()
305 xe_gt_assert(gt, num_dwords <= max_cfg_dwords); in pf_push_full_vf_config()
317 xe_gt_assert(gt, num_dwords <= max_cfg_dwords); in pf_push_full_vf_config()