Home
last modified time | relevance | path

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

/Linux-v5.15/tools/include/uapi/linux/
Dvhost.h27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/Linux-v5.15/include/uapi/linux/
Dvhost.h27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) macro
/Linux-v5.15/drivers/vhost/
Dtest.c342 case VHOST_SET_FEATURES: in vhost_test_ioctl()
Dvsock.c881 case VHOST_SET_FEATURES: in vhost_vsock_dev_ioctl()
Dvdpa.c475 case VHOST_SET_FEATURES: in vhost_vdpa_unlocked_ioctl()
Dnet.c1711 case VHOST_SET_FEATURES: in vhost_net_ioctl()
Dscsi.c1890 case VHOST_SET_FEATURES: in vhost_scsi_ioctl()
/Linux-v5.15/tools/virtio/
Dvirtio_test.c80 r = ioctl(dev->control, VHOST_SET_FEATURES, &features); in vhost_vq_setup()