Searched refs:cpu_handle (Results 1 – 5 of 5) sorted by relevance
993 /// - `cpu_handle` holds the opaque handle returned by `dma_alloc_attrs` with in write_to_slice() 1002 cpu_handle: NonNull<c_void>, in write_to_slice() 1027 let cpu_handle = unsafe {1037 let cpu_handle = NonNull::new(cpu_handle).ok_or(ENOMEM)?; field 1039 // INVARIANT: `cpu_handle` is the opaque handle from a successful `dma_alloc_attrs` call1045 cpu_handle,1079 // `cpu_handle` is the opaque handle from `dma_alloc_attrs` and is passed back unchanged. in alloc_with_attrs() 1084 self.cpu_handle.as_ptr(), in alloc_with_attrs() 1062 let cpu_handle = unsafe { alloc_with_attrs() localVariable 1072 let cpu_handle = NonNull::new(cpu_handle).ok_or(ENOMEM)?; alloc_with_attrs() localVariable
90 void *cpu_handle; in mlx5_dma_zalloc_coherent_node() local95 cpu_handle = dma_alloc_coherent(device, size, dma_handle, in mlx5_dma_zalloc_coherent_node()99 return cpu_handle; in mlx5_dma_zalloc_coherent_node()
507 u32 cpu_handle:1; member
598 u32 cpu_handle:1; member
662 u32 cpu_handle:1; member