Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dqueue.rs81 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 …]
Dpmem.rs130 avail_desc: DescriptorChain, in handle_request()
Dballoon.rs299 avail_desc: DescriptorChain, in handle_address_chain()
378 avail_desc: DescriptorChain, in handle_reported_buffer()
Dnet.rs80 DescriptorChain(DescriptorError), enumerator
Diommu.rs552 avail_desc: &DescriptorChain, in execute_request()
Ddescriptor_utils.rs810 ) -> Result<DescriptorChain> { in create_descriptor_chain()
/external/crosvm/devices/src/virtio/video/
Dasync_cmd_desc_map.rs21 pub fn insert(&mut self, tag: AsyncCmdTag, descriptor_chain: DescriptorChain) { in insert()
25 pub fn remove(&mut self, tag: &AsyncCmdTag) -> Option<DescriptorChain> { in remove()
Dworker.rs205 desc: DescriptorChain, in handle_command_desc()
/external/crosvm/devices/src/virtio/snd/common_backend/
Dasync_funcs.rs84 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()
Dmod.rs99 DescriptorChain(DescriptorError), enumerator
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dworker.rs423 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()
Dstreams.rs415 desc: DescriptorChain, in reply_control_op_status()
439 desc: DescriptorChain, in reply_pcm_buffer_status()
/external/crosvm/devices/src/virtio/snd/sys/
Dwindows.rs228 desc_receiver: &mut UnboundedReceiver<DescriptorChain>, in check_and_prefill()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dgpu.rs50 fn pop(&self, mem: &GuestMemory) -> Option<DescriptorChain> { in pop()
/external/crosvm/devices/src/virtio/input/
Dmod.rs357 avail_desc: DescriptorChain, in fill_event_virtqueue()
413 avail_desc: DescriptorChain, in read_event_virtqueue()
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs142 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/
Dasynchronous.rs237 avail_desc: DescriptorChain, in process_one_request()
283 avail_desc: DescriptorChain, in process_one_chain()
/external/crosvm/devices/src/virtio/vhost/user/
Dproxy.rs722 desc_chain: DescriptorChain, in forward_msg_to_device()