Searched refs:vdpa_set_config (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | vdpa.h | 524 void vdpa_set_config(struct vdpa_device *dev, unsigned int offset,
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio_vdpa.c | 70 vdpa_set_config(vdpa, offset, buf, len); in virtio_vdpa_set()
|
/kernel/linux/linux-6.6/drivers/vdpa/ |
H A D | vdpa.c | 405 * vdpa_set_config - Set one or more device configuration fields. 411 void vdpa_set_config(struct vdpa_device *vdev, unsigned int offset, in vdpa_set_config() function 418 EXPORT_SYMBOL_GPL(vdpa_set_config); variable
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vdpa.c | 370 vdpa_set_config(vdpa, config.off, buf, config.len); in vhost_vdpa_set_config()
|
Completed in 6 milliseconds