Home
last modified time | relevance | path

Searched refs:ptr_in (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/gpu/cuda/
H A Dcuda.c921 cuda_mem_cpu_map(struct rte_gpu *dev, __rte_unused size_t size, void *ptr_in, void **ptr_out) in cuda_mem_cpu_map() argument
929 hk = get_hash_from_ptr((void *)ptr_in); in cuda_mem_cpu_map()
933 rte_cuda_log(ERR, "Memory address 0x%p not found in driver memory.", ptr_in); in cuda_mem_cpu_map()
939 rte_cuda_log(ERR, "Memory address 0x%p is not GPU memory type.", ptr_in); in cuda_mem_cpu_map()
951 rte_cuda_log(ERR, "Error exposing GPU memory address 0x%p.", ptr_in); in cuda_mem_cpu_map()
1002 cuda_mem_cpu_unmap(struct rte_gpu *dev, void *ptr_in) in cuda_mem_cpu_unmap() argument
1010 hk = get_hash_from_ptr((void *)ptr_in); in cuda_mem_cpu_unmap()
1014 rte_cuda_log(ERR, "Memory address 0x%p not found in driver memory.", ptr_in); in cuda_mem_cpu_unmap()
1022 rte_cuda_log(ERR, "Error unexposing GPU memory address 0x%p.", ptr_in); in cuda_mem_cpu_unmap()
/dpdk/lib/gpudev/
H A Dgpudev_driver.h34 typedef int (rte_gpu_mem_cpu_map_t)(struct rte_gpu *dev, size_t size, void *ptr_in, void **ptr_out);