Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci_sriov.c95 xe_sriov_info(xe, "Enabled %u of %u VF%s\n", in pf_enable_vfs()
129 xe_sriov_info(xe, "Disabled %u VF%s\n", num_vfs, str_plural(num_vfs)); in pf_disable_vfs()
H A Dxe_sriov_printk.h33 #define xe_sriov_info(xe, fmt, ...) \ macro