Searched refs:vdpa_get_config (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | vdpa.h | 324 static inline void vdpa_get_config(struct vdpa_device *vdev, unsigned offset, in vdpa_get_config() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vdpa.h | 522 void vdpa_get_config(struct vdpa_device *vdev, unsigned int offset,
|
/kernel/linux/linux-5.10/drivers/virtio/ |
H A D | virtio_vdpa.c | 61 vdpa_get_config(vdpa, offset, buf, len); in virtio_vdpa_get()
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio_vdpa.c | 62 vdpa_get_config(vdpa, offset, buf, len); in virtio_vdpa_get()
|
/kernel/linux/linux-6.6/drivers/vdpa/ |
H A D | vdpa.c | 389 * vdpa_get_config - Get one or more device configuration fields. 395 void vdpa_get_config(struct vdpa_device *vdev, unsigned int offset, in vdpa_get_config() function 402 EXPORT_SYMBOL_GPL(vdpa_get_config); variable
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vdpa.c | 227 vdpa_get_config(vdpa, config.off, buf, config.len); in vhost_vdpa_get_config()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vdpa.c | 342 vdpa_get_config(vdpa, config.off, buf, config.len); in vhost_vdpa_get_config()
|
Completed in 10 milliseconds