Searched refs:vdpa_set_config (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | vdpa.h | 466 void vdpa_set_config(struct vdpa_device *dev, unsigned int offset,
|
/linux-6.1.9/drivers/virtio/ |
D | virtio_vdpa.c | 69 vdpa_set_config(vdpa, offset, buf, len); in virtio_vdpa_set()
|
/linux-6.1.9/drivers/vdpa/ |
D | vdpa.c | 406 void vdpa_set_config(struct vdpa_device *vdev, unsigned int offset, in vdpa_set_config() function 413 EXPORT_SYMBOL_GPL(vdpa_set_config);
|
/linux-6.1.9/drivers/vhost/ |
D | vdpa.c | 348 vdpa_set_config(vdpa, config.off, buf, config.len); in vhost_vdpa_set_config()
|