Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvdpa.h524 void vdpa_set_config(struct vdpa_device *dev, unsigned int offset,
/openbmc/linux/drivers/virtio/
H A Dvirtio_vdpa.c70 vdpa_set_config(vdpa, offset, buf, len); in virtio_vdpa_set()
/openbmc/linux/drivers/vdpa/
H A Dvdpa.c411 void vdpa_set_config(struct vdpa_device *vdev, unsigned int offset, in vdpa_set_config() function
418 EXPORT_SYMBOL_GPL(vdpa_set_config);
/openbmc/linux/drivers/vhost/
H A Dvdpa.c370 vdpa_set_config(vdpa, config.off, buf, config.len); in vhost_vdpa_set_config()