Searched refs:VHOST_GET_FEATURES (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/tools/include/uapi/linux/ |
H A D | vhost.h | 26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | vhost.h | 26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vhost.h | 26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) macro
|
/openbmc/linux/drivers/vhost/ |
H A D | test.c | 330 case VHOST_GET_FEATURES: in vhost_test_ioctl()
|
H A D | vsock.c | 841 case VHOST_GET_FEATURES: in vhost_vsock_dev_ioctl()
|
H A D | vdpa.c | 734 case VHOST_GET_FEATURES: in vhost_vdpa_unlocked_ioctl()
|
H A D | net.c | 1711 case VHOST_GET_FEATURES: in vhost_net_ioctl()
|
H A D | scsi.c | 2068 case VHOST_GET_FEATURES: in vhost_scsi_ioctl()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-backend.c | 216 return vhost_kernel_call(dev, VHOST_GET_FEATURES, features); in vhost_kernel_get_features()
|
H A D | vhost-vdpa.c | 576 ret = vhost_vdpa_call(dev, VHOST_GET_FEATURES, features); in vhost_vdpa_get_dev_features()
|
/openbmc/qemu/net/ |
H A D | vhost-vdpa.c | 1745 int ret = ioctl(fd, VHOST_GET_FEATURES, features); in vhost_vdpa_get_features()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 1062 :equivalent ioctl: ``VHOST_GET_FEATURES`` 1084 :equivalent ioctl: ``VHOST_GET_FEATURES``
|