Home
last modified time | relevance | path

Searched refs:VHOST_GET_FEATURES (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
/openbmc/linux/include/uapi/linux/
H A Dvhost.h26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
/openbmc/qemu/linux-headers/linux/
H A Dvhost.h26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
/openbmc/linux/drivers/vhost/
H A Dtest.c330 case VHOST_GET_FEATURES: in vhost_test_ioctl()
H A Dvsock.c841 case VHOST_GET_FEATURES: in vhost_vsock_dev_ioctl()
H A Dvdpa.c734 case VHOST_GET_FEATURES: in vhost_vdpa_unlocked_ioctl()
H A Dnet.c1711 case VHOST_GET_FEATURES: in vhost_net_ioctl()
H A Dscsi.c2068 case VHOST_GET_FEATURES: in vhost_scsi_ioctl()
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c216 return vhost_kernel_call(dev, VHOST_GET_FEATURES, features); in vhost_kernel_get_features()
H A Dvhost-vdpa.c576 ret = vhost_vdpa_call(dev, VHOST_GET_FEATURES, features); in vhost_vdpa_get_dev_features()
/openbmc/qemu/net/
H A Dvhost-vdpa.c1745 int ret = ioctl(fd, VHOST_GET_FEATURES, features); in vhost_vdpa_get_features()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst1062 :equivalent ioctl: ``VHOST_GET_FEATURES``
1084 :equivalent ioctl: ``VHOST_GET_FEATURES``