Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/virtio/
Dvirtio_pci_legacy_dev.c84 u64 vp_legacy_get_features(struct virtio_pci_legacy_device *ldev) in vp_legacy_get_features() function
89 EXPORT_SYMBOL_GPL(vp_legacy_get_features);
Dvirtio_pci_legacy.c27 return vp_legacy_get_features(&vp_dev->ldev); in vp_get_features()
/linux-5.19.10/include/linux/
Dvirtio_pci_legacy.h20 u64 vp_legacy_get_features(struct virtio_pci_legacy_device *ldev);
/linux-5.19.10/drivers/vdpa/alibaba/
Deni_vdpa.c64 u64 features = vp_legacy_get_features(ldev); in eni_vdpa_get_device_features()
441 u32 features = vp_legacy_get_features(ldev); in eni_vdpa_get_num_queues()