Searched defs:VirtQueue (Results 1 – 1 of 1) sorted by relevance
27 pub struct VirtQueue<H: Hal, const SIZE: usize> { struct29 layout: VirtQueueLayout<H>, argument35 desc: NonNull<[Descriptor]>,64 impl<H: Hal, const SIZE: usize> VirtQueue<H, SIZE> { argument543 unsafe impl<H: Hal, const SIZE: usize> Send for VirtQueue<H, SIZE> {} implementation547 unsafe impl<H: Hal, const SIZE: usize> Sync for VirtQueue<H, SIZE> {} implementation