Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dvirtio_pci_modern.h94 u64 vp_modern_get_features(struct virtio_pci_modern_device *mdev);
/Linux-v6.6/drivers/virtio/
Dvirtio_pci_modern_dev.c387 u64 vp_modern_get_features(struct virtio_pci_modern_device *mdev) in vp_modern_get_features() function
400 EXPORT_SYMBOL_GPL(vp_modern_get_features);
Dvirtio_pci_modern.c26 return vp_modern_get_features(&vp_dev->mdev); in vp_get_features()
/Linux-v6.6/drivers/vdpa/virtio_pci/
Dvp_vdpa.c497 device_features = vp_modern_get_features(mdev); in vp_vdpa_dev_add()
618 mgtdev->supported_features = vp_modern_get_features(mdev); in vp_vdpa_probe()