Home
last modified time | relevance | path

Searched refs:vhost_vdpa_config (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h164 struct vhost_vdpa_config)
166 struct vhost_vdpa_config)
/openbmc/linux/include/uapi/linux/
H A Dvhost.h164 struct vhost_vdpa_config)
166 struct vhost_vdpa_config)
H A Dvhost_types.h151 struct vhost_vdpa_config { struct
/openbmc/qemu/linux-headers/linux/
H A Dvhost.h164 struct vhost_vdpa_config)
166 struct vhost_vdpa_config)
/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h151 struct vhost_vdpa_config { struct
/openbmc/linux/drivers/vhost/
H A Dvdpa.c310 struct vhost_vdpa_config *c) in vhost_vdpa_config_validate()
325 struct vhost_vdpa_config __user *c) in vhost_vdpa_get_config()
328 struct vhost_vdpa_config config; in vhost_vdpa_get_config()
329 unsigned long size = offsetof(struct vhost_vdpa_config, buf); in vhost_vdpa_get_config()
352 struct vhost_vdpa_config __user *c) in vhost_vdpa_set_config()
355 struct vhost_vdpa_config config; in vhost_vdpa_set_config()
356 unsigned long size = offsetof(struct vhost_vdpa_config, buf); in vhost_vdpa_set_config()
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c963 struct vhost_vdpa_config *config; in vhost_vdpa_set_config()
965 unsigned long config_size = offsetof(struct vhost_vdpa_config, buf); in vhost_vdpa_set_config()
984 struct vhost_vdpa_config *v_config; in vhost_vdpa_get_config()
985 unsigned long config_size = offsetof(struct vhost_vdpa_config, buf); in vhost_vdpa_get_config()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1756 unsigned long config_size = offsetof(struct vhost_vdpa_config, buf); in vhost_vdpa_get_max_queue_pairs()
1757 g_autofree struct vhost_vdpa_config *config = NULL; in vhost_vdpa_get_max_queue_pairs()