Home
last modified time | relevance | path

Searched refs:vdpa_set_config (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/virtio/
H A Dvirtio_vdpa.c57 vdpa_set_config(vdpa, offset, buf, len); in virtio_vdpa_set()
/linux/drivers/vdpa/
H A Dvdpa.c375 void vdpa_set_config(struct vdpa_device *vdev, unsigned int offset, in vdpa_set_config() function
382 EXPORT_SYMBOL_GPL(vdpa_set_config);
/linux/drivers/vhost/
H A Dvdpa.c420 vdpa_set_config(vdpa, config.off, buf, config.len); in vhost_vdpa_can_resume()