Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_config.c744 static int pf_provision_vf_ctxs(struct xe_gt *gt, unsigned int vfid, u32 num_ctxs) in pf_provision_vf_ctxs() function
861 err = pf_provision_vf_ctxs(gt, vfid, num_ctxs); in xe_gt_sriov_pf_config_set_ctxs()
923 err = pf_provision_vf_ctxs(gt, n, num_ctxs); in xe_gt_sriov_pf_config_bulk_set_ctxs()
2200 return pf_provision_vf_ctxs(gt, vfid, value[0]); in pf_restore_vf_config_klv()