Searched defs:DescriptorChain (Results 1 – 18 of 18) sorted by relevance
| /external/crosvm/devices/src/virtio/ |
| D | queue.rs | 68 pub struct DescriptorChain { struct 69 mem: GuestMemory, 70 desc_table: GuestAddress, 71 queue_size: u16, 72 ttl: u16, // used to prevent infinite chain cycles 75 pub index: u16, 79 pub addr: GuestAddress, 82 pub len: u32, 106 impl DescriptorChain { argument 114 ) -> anyhow::Result<DescriptorChain> { in checked_new() [all …]
|
| D | pmem.rs | 119 avail_desc: DescriptorChain, in handle_request()
|
| D | net.rs | 47 DescriptorChain(DescriptorError), enumerator
|
| D | balloon.rs | 165 avail_desc: DescriptorChain, in handle_address_chain()
|
| D | iommu.rs | 402 avail_desc: &DescriptorChain, in execute_request()
|
| D | descriptor_utils.rs | 770 ) -> 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 | 166 desc: DescriptorChain, in handle_command_desc()
|
| /external/crosvm/devices/src/virtio/snd/vios_backend/ |
| D | worker.rs | 412 fn process_set_params(&mut self, desc: DescriptorChain, read_buf: &[u8]) -> Result<()> { in process_set_params() 495 desc: DescriptorChain, in send_info_reply() 605 ) -> Option<DescriptorChain> { in lock_pop_unlock()
|
| D | streams.rs | 405 desc: DescriptorChain, in reply_control_op_status() 429 desc: DescriptorChain, in reply_pcm_buffer_status()
|
| /external/crosvm/devices/src/virtio/snd/cras_backend/ |
| D | async_funcs.rs | 169 desc_receiver: &mut mpsc::UnboundedReceiver<DescriptorChain>, in drain_desc_receiver() 219 mut desc_receiver: mpsc::UnboundedReceiver<DescriptorChain>, in start_pcm_worker() 334 desc_chain: DescriptorChain, in defer_pcm_response_to_worker()
|
| D | mod.rs | 67 DescriptorChain(DescriptorError), enumerator
|
| /external/crosvm/devices/src/virtio/input/ |
| D | mod.rs | 343 avail_desc: DescriptorChain, in fill_event_virtqueue() 399 avail_desc: DescriptorChain, in read_event_virtqueue()
|
| /external/crosvm/devices/src/virtio/gpu/ |
| D | mod.rs | 160 fn pop(&self, mem: &GuestMemory) -> Option<DescriptorChain>; in pop() 180 fn pop(&self, mem: &GuestMemory) -> Option<DescriptorChain> { in pop() 211 fn pop(&self, mem: &GuestMemory) -> Option<DescriptorChain> { in pop()
|
| /external/crosvm/devices/src/virtio/block/ |
| D | asynchronous.rs | 158 avail_desc: DescriptorChain, in process_one_request() 204 avail_desc: DescriptorChain, in process_one_chain()
|
| D | block.rs | 165 avail_desc: DescriptorChain, in process_one_request()
|
| /external/crosvm/devices/src/virtio/vhost/user/device/ |
| D | gpu.rs | 34 fn pop(&self, mem: &GuestMemory) -> Option<DescriptorChain> { in pop()
|
| /external/crosvm/devices/src/virtio/vhost/user/ |
| D | proxy.rs | 601 desc_chain: DescriptorChain, in forward_msg_to_device()
|