Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c173 .has_sriov = true,
202 .has_sriov = true,
222 .has_sriov = true,
240 .has_sriov = true,
294 .has_sriov = true,
364 .has_sriov = true,
380 .has_sriov = true,
406 .has_sriov = true,
672 xe->info.has_sriov = xe_configfs_primary_gt_allowed(to_pci_dev(xe->drm.dev)) && in xe_info_init_early()
673 desc->has_sriov; in xe_info_init_early()
H A Dxe_pci_types.h50 u8 has_sriov:1; member
H A Dxe_device_types.h332 u8 has_sriov:1; member
H A Dxe_configfs.c989 if (match && vfnumber && !match->has_sriov) { in xe_config_make_device_group()
1006 dev->mode = match->has_sriov ? mode : XE_SRIOV_MODE_NONE; in xe_config_make_device_group()