Searched refs:VIRTQ_DESC_F_WRITE (Results 1 – 2 of 2) sorted by relevance
17 const VIRTQ_DESC_F_WRITE: u16 = 0x2; constant145 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()
730 const VIRTQ_DESC_F_WRITE: u16 = 0x2; constant762 flags |= VIRTQ_DESC_F_WRITE; in create_descriptor_chain()