| /external/crosvm/devices/src/virtio/ |
| D | queue.rs | 81 pub struct DescriptorChain { struct 82 mem: GuestMemory, 83 desc_table: GuestAddress, 84 queue_size: u16, 85 ttl: u16, // used to prevent infinite chain cycles 88 pub index: u16, 92 pub addr: GuestAddress, 95 pub len: u32, 98 pub flags: u16, 102 pub next: u16, [all …]
|
| D | pmem.rs | 130 avail_desc: DescriptorChain, in handle_request()
|
| D | balloon.rs | 299 avail_desc: DescriptorChain, in handle_address_chain() 378 avail_desc: DescriptorChain, in handle_reported_buffer()
|
| D | net.rs | 80 DescriptorChain(DescriptorError), enumerator
|
| D | iommu.rs | 552 avail_desc: &DescriptorChain, in execute_request()
|
| D | descriptor_utils.rs | 810 ) -> Result<DescriptorChain> { in create_descriptor_chain()
|
| /external/crosvm/devices/src/virtio/video/ |
| D | async_cmd_desc_map.rs | 21 pub fn insert(&mut self, tag: AsyncCmdTag, descriptor_chain: DescriptorChain) { in insert() 25 pub fn remove(&mut self, tag: &AsyncCmdTag) -> Option<DescriptorChain> { in remove()
|
| D | worker.rs | 205 desc: DescriptorChain, in handle_command_desc()
|
| /external/crosvm/devices/src/virtio/snd/common_backend/ |
| D | async_funcs.rs | 84 desc_receiver: &mut mpsc::UnboundedReceiver<DescriptorChain>, in check_and_prefill() 287 desc_receiver: &mut mpsc::UnboundedReceiver<DescriptorChain>, in drain_desc_receiver() 328 desc_chain: DescriptorChain, in get_index_with_reader_and_writer() 347 mut desc_receiver: mpsc::UnboundedReceiver<DescriptorChain>, in start_pcm_worker() 377 desc_receiver: &mut mpsc::UnboundedReceiver<DescriptorChain>, in pcm_worker_loop() 490 desc_chain: DescriptorChain, in defer_pcm_response_to_worker()
|
| D | mod.rs | 99 DescriptorChain(DescriptorError), enumerator
|
| /external/crosvm/devices/src/virtio/snd/vios_backend/ |
| D | worker.rs | 423 fn process_set_params(&mut self, desc: DescriptorChain, read_buf: &[u8]) -> Result<()> { in process_set_params() 506 desc: DescriptorChain, in send_info_reply() 616 ) -> Option<DescriptorChain> { in lock_pop_unlock()
|
| D | streams.rs | 415 desc: DescriptorChain, in reply_control_op_status() 439 desc: DescriptorChain, in reply_pcm_buffer_status()
|
| /external/crosvm/devices/src/virtio/snd/sys/ |
| D | windows.rs | 228 desc_receiver: &mut UnboundedReceiver<DescriptorChain>, in check_and_prefill()
|
| /external/crosvm/devices/src/virtio/vhost/user/device/ |
| D | gpu.rs | 50 fn pop(&self, mem: &GuestMemory) -> Option<DescriptorChain> { in pop()
|
| /external/crosvm/devices/src/virtio/input/ |
| D | mod.rs | 357 avail_desc: DescriptorChain, in fill_event_virtqueue() 413 avail_desc: DescriptorChain, in read_event_virtqueue()
|
| /external/crosvm/devices/src/virtio/gpu/ |
| D | mod.rs | 142 fn pop(&self, mem: &GuestMemory) -> Option<DescriptorChain>; in pop() 162 fn pop(&self, mem: &GuestMemory) -> Option<DescriptorChain> { in pop() 193 fn pop(&self, mem: &GuestMemory) -> Option<DescriptorChain> { in pop()
|
| /external/crosvm/devices/src/virtio/block/ |
| D | asynchronous.rs | 237 avail_desc: DescriptorChain, in process_one_request() 283 avail_desc: DescriptorChain, in process_one_chain()
|
| /external/crosvm/devices/src/virtio/vhost/user/ |
| D | proxy.rs | 722 desc_chain: DescriptorChain, in forward_msg_to_device()
|