Searched defs:IovaAllocator (Results 1 – 1 of 1) sorted by relevance
106 pub trait IovaAllocator { trait121 pub fn new<I>(queue_size: u16, device_writable: bool, tag: u8, iova_alloc: &I) -> Result<Self> in new()149 I: IovaAllocator, in init_memory()