Searched refs:buf_bytes (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test-gpudev/ |
| H A D | main.c | 70 size_t buf_bytes = 1024; in alloc_gpu_memory() local 77 ptr_1 = rte_gpu_mem_alloc(gpu_id, buf_bytes, 0); in alloc_gpu_memory() 83 ptr_1, buf_bytes); in alloc_gpu_memory() 86 ptr_2 = rte_gpu_mem_alloc(gpu_id, buf_bytes, align); in alloc_gpu_memory() 92 ptr_2, buf_bytes); in alloc_gpu_memory() 139 size_t buf_bytes = 1024; in register_cpu_memory() local 145 ptr = rte_zmalloc(NULL, buf_bytes, 0); in register_cpu_memory() 151 ret = rte_gpu_mem_register(gpu_id, buf_bytes, ptr); in register_cpu_memory() 193 size_t buf_bytes = 1024; in gpu_mem_cpu_map() local 200 ptr_gpu = rte_gpu_mem_alloc(gpu_id, buf_bytes, align); in gpu_mem_cpu_map() [all …]
|