Searched defs:UserQueue (Results 1 – 3 of 3) sorted by relevance
86 pub struct UserQueue { struct88 size: Wrapping<u16>,112 /// Interface used by UserQueue to interact with the IOMMU. argument126 impl UserQueue { implementation497 fn driver_write(q: &mut UserQueue, data: &[u8]) { in driver_write()
238 mut rxq: UserQueue, in process_rxq()295 rx_queue: UserQueue, in run_worker()
360 fn create_queue(&self, typ: QueueType) -> Result<(UserQueue, QueueNotifier)> { in create_queue()399 fn create_queues(&self) -> Result<(Vec<UserQueue>, Vec<QueueNotifier>)> { in create_queues()