Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dvirtio_pci_modern.h98 u64 vp_modern_get_features(struct virtio_pci_modern_device *mdev);
/linux-6.15/drivers/virtio/
H A Dvirtio_pci_modern_dev.c396 u64 vp_modern_get_features(struct virtio_pci_modern_device *mdev) in vp_modern_get_features() function
409 EXPORT_SYMBOL_GPL(vp_modern_get_features);
H A Dvirtio_pci_modern.c29 return vp_modern_get_features(&vp_dev->mdev); in vp_get_features()
/linux-6.15/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c527 device_features = vp_modern_get_features(mdev); in vp_vdpa_dev_add()
652 mgtdev->supported_features = vp_modern_get_features(mdev); in vp_vdpa_probe()