Searched refs:vdpa_get_config (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/linux/ |
D | vdpa.h | 565 void vdpa_get_config(struct vdpa_device *vdev, unsigned int offset,
|
/linux-6.12.1/drivers/virtio/ |
D | virtio_vdpa.c | 62 vdpa_get_config(vdpa, offset, buf, len); in virtio_vdpa_get()
|
/linux-6.12.1/drivers/vdpa/ |
D | vdpa.c | 395 void vdpa_get_config(struct vdpa_device *vdev, unsigned int offset, in vdpa_get_config() function 402 EXPORT_SYMBOL_GPL(vdpa_get_config);
|
/linux-6.12.1/drivers/vhost/ |
D | vdpa.c | 371 vdpa_get_config(vdpa, config.off, buf, config.len); in vhost_vdpa_get_config()
|