Home
last modified time | relevance | path

Searched defs:allow_features (Results 1 – 14 of 14) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/vmm/
Dvsock.rs23 let allow_features = 0; in new_vsock() localVariable
Dgpu.rs19 let allow_features = 1 << gpu::VIRTIO_GPU_F_VIRGL in new_gpu() localVariable
Dwl.rs26 let allow_features = 1 << VIRTIO_WL_F_TRANS_FLAGS in new_wl() localVariable
Dconsole.rs27 let allow_features = 0; in new_console() localVariable
Dblock.rs31 let allow_features = 1 << VIRTIO_BLK_F_SEG_MAX in new_block() localVariable
Dnet.rs25 let allow_features = 1 << virtio_net::VIRTIO_NET_F_CSUM in new_net() localVariable
Dvideo.rs25 let allow_features = all_backend_virtio_features(); in new_video() localVariable
Dsnd.rs26 let allow_features = 0; in new_snd() localVariable
Dmac80211_hwsim.rs27 let allow_features = 0; in new_mac80211_hwsim() localVariable
Dfs.rs50 let allow_features = 0; in new_fs() localVariable
Dvirtio_device.rs90 let allow_features = in new() localVariable
/external/crosvm/devices/src/virtio/vhost/user/device/handler/sys/
Dwindows.rs135 let allow_features = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in test_vhost_user_activate() localVariable
Dunix.rs260 let allow_features = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in test_vhost_user_activate() localVariable
/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs967 let allow_features = VhostUserVirtioFeatures::PROTOCOL_FEATURES.bits(); in test_vhost_user_activate() localVariable