Home
last modified time | relevance | path

Searched refs:cpu_handle (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/
H A Ddma.rs993 /// - `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` call
1045 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
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c90 void *cpu_handle; in mlx5_dma_zalloc_coherent_node() local
95 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()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.h507 u32 cpu_handle:1; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.h598 u32 cpu_handle:1; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.h662 u32 cpu_handle:1; member