Home
last modified time | relevance | path

Searched refs:VHOST_VDPA_GET_CONFIG (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h163 #define VHOST_VDPA_GET_CONFIG _IOR(VHOST_VIRTIO, 0x73, \ macro
/openbmc/linux/include/uapi/linux/
H A Dvhost.h163 #define VHOST_VDPA_GET_CONFIG _IOR(VHOST_VIRTIO, 0x73, \ macro
/openbmc/qemu/linux-headers/linux/
H A Dvhost.h163 #define VHOST_VDPA_GET_CONFIG _IOR(VHOST_VIRTIO, 0x73, \ macro
/openbmc/qemu/net/
H A Dvhost-vdpa.c1772 ret = ioctl(fd, VHOST_VDPA_GET_CONFIG, config); in vhost_vdpa_get_max_queue_pairs()
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c992 ret = vhost_vdpa_call(dev, VHOST_VDPA_GET_CONFIG, v_config); in vhost_vdpa_get_config()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c728 case VHOST_VDPA_GET_CONFIG: in vhost_vdpa_unlocked_ioctl()