Searched refs:GspMem (Results 1 – 1 of 1) sorted by relevance
160 struct GspMem { struct177 unsafe impl AsBytes for GspMem {} argument181 unsafe impl FromBytes for GspMem {} implementation194 struct DmaGspMem(CoherentAllocation<GspMem>);203 CoherentAllocation::<GspMem>::alloc_coherent(dev, 1, GFP_KERNEL | __GFP_ZERO)?; in new()437 const POST_PTE_OFFSET: usize = core::mem::offset_of!(GspMem, cpuq);440 pub(crate) const CMDQ_OFFSET: usize = core::mem::offset_of!(GspMem, cpuq)445 pub(crate) const STATQ_OFFSET: usize = core::mem::offset_of!(GspMem, gspq)450 pub(crate) const NUM_PTES: usize = size_of::<GspMem>() >> GSP_PAGE_SHIFT;