Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvdpa.h522 void vdpa_get_config(struct vdpa_device *vdev, unsigned int offset,
/openbmc/linux/drivers/vdpa/
H A Dvdpa.c395 void vdpa_get_config(struct vdpa_device *vdev, unsigned int offset, in vdpa_get_config() function
402 EXPORT_SYMBOL_GPL(vdpa_get_config);
/openbmc/linux/drivers/virtio/
H A Dvirtio_vdpa.c62 vdpa_get_config(vdpa, offset, buf, len); in virtio_vdpa_get()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c340 vdpa_get_config(vdpa, config.off, buf, config.len); in vhost_vdpa_get_config()