Home
last modified time | relevance | path

Searched defs:DescriptorChain (Results 1 – 9 of 9) sorted by relevance

/external/crosvm/devices/src/virtio/
Dqueue.rs58 pub struct DescriptorChain { struct
81 impl DescriptorChain { argument
88 ) -> Option<DescriptorChain> { in checked_new()
160 pub fn next_descriptor(&self) -> Option<DescriptorChain> { in next_descriptor()
407 pub fn peek(&mut self, mem: &GuestMemory) -> Option<DescriptorChain> { in peek()
439 pub fn pop(&mut self, mem: &GuestMemory) -> Option<DescriptorChain> { in pop()
458 ) -> std::result::Result<DescriptorChain, AsyncError> { in next_async()
Dballoon.rs114 avail_desc: DescriptorChain, in handle_address_chain()
Dblock_async.rs245 avail_desc: DescriptorChain, in process_one_request()
288 avail_desc: DescriptorChain, in process_one_request_task()
Dnet.rs41 DescriptorChain(DescriptorError), enumerator
Dblock.rs265 avail_desc: DescriptorChain, in process_one_request()
Ddescriptor_utils.rs757 ) -> Result<DescriptorChain> { in create_descriptor_chain()
/external/crosvm/devices/src/virtio/video/
Dasync_cmd_desc_map.rs20 pub fn insert(&mut self, tag: AsyncCmdTag, descriptor_chain: DescriptorChain) { in insert()
24 pub fn remove(&mut self, tag: &AsyncCmdTag) -> Option<DescriptorChain> { in remove()
Dworker.rs152 desc: DescriptorChain, in handle_command_desc()
/external/crosvm/devices/src/virtio/input/
Dmod.rs354 avail_desc: DescriptorChain, in fill_event_virtqueue()
410 avail_desc: DescriptorChain, in read_event_virtqueue()