Home
last modified time | relevance | path

Searched refs:VIRTQ_DESC_F_WRITE (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/virtio/
Dqueue.rs17 const VIRTQ_DESC_F_WRITE: u16 = 0x2; constant
145 self.flags & VIRTQ_DESC_F_WRITE != 0 in is_write_only()
153 self.flags & VIRTQ_DESC_F_WRITE == 0 in is_read_only()
163 let required_flags = self.flags & VIRTQ_DESC_F_WRITE; in next_descriptor()
Ddescriptor_utils.rs730 const VIRTQ_DESC_F_WRITE: u16 = 0x2; constant
762 flags |= VIRTQ_DESC_F_WRITE; in create_descriptor_chain()