Searched defs:DescriptorChain (Results 1 – 9 of 9) sorted by relevance
/external/crosvm/devices/src/virtio/ |
D | queue.rs | 58 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()
|
D | balloon.rs | 114 avail_desc: DescriptorChain, in handle_address_chain()
|
D | block_async.rs | 245 avail_desc: DescriptorChain, in process_one_request() 288 avail_desc: DescriptorChain, in process_one_request_task()
|
D | net.rs | 41 DescriptorChain(DescriptorError), enumerator
|
D | block.rs | 265 avail_desc: DescriptorChain, in process_one_request()
|
D | descriptor_utils.rs | 757 ) -> Result<DescriptorChain> { in create_descriptor_chain()
|
/external/crosvm/devices/src/virtio/video/ |
D | async_cmd_desc_map.rs | 20 pub fn insert(&mut self, tag: AsyncCmdTag, descriptor_chain: DescriptorChain) { in insert() 24 pub fn remove(&mut self, tag: &AsyncCmdTag) -> Option<DescriptorChain> { in remove()
|
D | worker.rs | 152 desc: DescriptorChain, in handle_command_desc()
|
/external/crosvm/devices/src/virtio/input/ |
D | mod.rs | 354 avail_desc: DescriptorChain, in fill_event_virtqueue() 410 avail_desc: DescriptorChain, in read_event_virtqueue()
|