Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/virtio/
Dvirtio_pci_legacy_dev.c108 void vp_legacy_set_features(struct virtio_pci_legacy_device *ldev, in vp_legacy_set_features() function
113 EXPORT_SYMBOL_GPL(vp_legacy_set_features);
Dvirtio_pci_legacy.c42 vp_legacy_set_features(&vp_dev->ldev, vdev->features); in vp_finalize_features()
/linux-6.1.9/include/linux/
Dvirtio_pci_legacy.h22 void vp_legacy_set_features(struct virtio_pci_legacy_device *ldev,
/linux-6.1.9/drivers/vdpa/alibaba/
Deni_vdpa.c82 vp_legacy_set_features(ldev, (u32)features); in eni_vdpa_set_driver_features()