Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dvdpa.h459 void vdpa_get_config(struct vdpa_device *vdev, unsigned int offset,
/linux-5.19.10/drivers/virtio/
Dvirtio_vdpa.c61 vdpa_get_config(vdpa, offset, buf, len); in virtio_vdpa_get()
/linux-5.19.10/drivers/vdpa/
Dvdpa.c390 void vdpa_get_config(struct vdpa_device *vdev, unsigned int offset, in vdpa_get_config() function
397 EXPORT_SYMBOL_GPL(vdpa_get_config);
/linux-5.19.10/drivers/vhost/
Dvdpa.c316 vdpa_get_config(vdpa, config.off, buf, config.len); in vhost_vdpa_get_config()