Searched refs:SGTable (Results 1 – 2 of 2) sorted by relevance
127 pub struct SGTable<T: private::Sealed = Borrowed> { struct132 impl SGTable { implementation385 impl<P> SGTable<Owned<P>> impl443 impl<P> Deref for SGTable<Owned<P>> { implementation444 type Target = SGTable;452 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()