Home
last modified time | relevance | path

Searched defs:protocol_features (Results 1 – 13 of 13) sorted by relevance

/external/wmediumd/wmediumd/inc/usfstl/
Dvhost.h23 uint64_t features, protocol_features; member
87 uint64_t protocol_features; member
/external/crosvm/devices/src/virtio/vhost/user/vmm/
Dhandler.rs34 protocol_features: VhostUserProtocolFeatures, field
85 let mut protocol_features = VhostUserProtocolFeatures::empty(); in new() localVariable
/external/crosvm/devices/src/virtio/vhost/user/device/
Dnet.rs137 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() function
Dvsock.rs68 protocol_features: VhostUserProtocolFeatures, field
93 let protocol_features = VhostUserProtocolFeatures::MQ | VhostUserProtocolFeatures::CONFIG; in new() localVariable
Dcras_snd.rs115 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
Dconsole.rs145 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
Dblock.rs169 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
Dfs.rs185 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
Dwl.rs147 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
Dgpu.rs137 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
Dhandler.rs236 fn protocol_features(&self) -> VhostUserProtocolFeatures; in protocol_features() method
917 fn protocol_features(&self) -> VhostUserProtocolFeatures { in protocol_features() method
/external/crosvm/third_party/vmm_vhost/src/
Dmaster.rs600 protocol_features: u64, field
Dslave_req_handler.rs402 protocol_features: VhostUserProtocolFeatures, field