Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/linux/
H A Dvhost.h163 #define VHOST_VDPA_GET_CONFIG _IOR(VHOST_VIRTIO, 0x73, \ macro
/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/net/
H A Dvhost-vdpa.c1748 ret = ioctl(fd, VHOST_VDPA_GET_CONFIG, config); in vhost_vdpa_get_max_queue_pairs()
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c951 ret = vhost_vdpa_call(dev, VHOST_VDPA_GET_CONFIG, v_config); in vhost_vdpa_get_config()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c719 case VHOST_VDPA_GET_CONFIG: in vhost_vdpa_unlocked_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch404 +pub const VHOST_VDPA_GET_CONFIG: u32 = 2148052851;