Searched refs:SGTable (Results 1 – 2 of 2) sorted by relevance
128 pub struct SGTable<T: private::Sealed = Borrowed> { struct133 impl SGTable { argument386 impl<P> SGTable<Owned<P>> implementation444 impl<P> Deref for SGTable<Owned<P>> { implementation445 type Target = SGTable;453 unsafe { SGTable::from_raw(self.inner.sgt.as_raw()) } in deref()
12 scatterlist::{Owned, SGTable},21 sgt: SGTable<Owned<VVec<u8>>>,77 let sgt = SGTable::new(pdev.as_ref(), pages, DataDirection::ToDevice, GFP_KERNEL); in probe()