Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dwl.rs875 next_vfd_id: u32, field
900 next_vfd_id: NEXT_VFD_ID_BASE, in new()
1277 .add(wait_descriptor, self.next_vfd_id) in recv()
1280 self.vfds.insert(self.next_vfd_id, vfd); in recv()
1284 id: self.next_vfd_id, in recv()
1287 self.next_vfd_id += 1; in recv()