Home
last modified time | relevance | path

Searched refs:rte_cuda_log (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/gpu/cuda/
H A Dcuda.c540 rte_cuda_log(ERR, "Memory list doesn't exist"); in mem_list_find_item()
545 rte_cuda_log(ERR, "No items in memory list"); in mem_list_find_item()
611 rte_cuda_log(ERR, "cuCtxGetCurrent failed with %s", in cuda_dev_info_get()
669 rte_cuda_log(ERR, "cuCtxGetDevice failed with %s", in cuda_dev_info_get()
679 rte_cuda_log(ERR, "cuDeviceGetName failed with %s", in cuda_dev_info_get()
721 rte_cuda_log(ERR, "cuCtxGetCurrent failed with %s", in cuda_mem_alloc()
815 rte_cuda_log(ERR, "cuCtxGetCurrent failed with %s", in cuda_mem_register()
945 rte_cuda_log(WARNING, in cuda_mem_cpu_map()
1132 rte_cuda_log(ERR, "cuCtxGetCurrent failed with %s", in cuda_wmb()
1185 rte_cuda_log(ERR, "NULL PCI device"); in cuda_gpu_probe()
[all …]
H A Dgdrcopy.c36 rte_cuda_log(ERR, "Failed to load GDRCopy symbols\n"); in gdrcopy_loader()
42 rte_cuda_log(ERR, "Failed to load GDRCopy symbols\n"); in gdrcopy_loader()
48 rte_cuda_log(ERR, "Failed to load GDRCopy symbols\n"); in gdrcopy_loader()
54 rte_cuda_log(ERR, "Failed to load GDRCopy symbols\n"); in gdrcopy_loader()
60 rte_cuda_log(ERR, "Failed to load GDRCopy symbols\n"); in gdrcopy_loader()
93 rte_cuda_log(ERR, in gdrcopy_pin()
101 rte_cuda_log(ERR, "GDRCopy pin buffer error."); in gdrcopy_pin()
107 rte_cuda_log(ERR, "GDRCopy map buffer error."); in gdrcopy_pin()
114 rte_cuda_log(ERR, in gdrcopy_pin()
130 rte_cuda_log(ERR, "GDRCopy unmap buffer error."); in gdrcopy_unpin()
[all …]
H A Dcommon.h17 #define rte_cuda_log(level, fmt, ...) \ macro
21 rte_cuda_log(DEBUG, RTE_STR(__LINE__) ":%s() " fmt, __func__, \