Lines Matching refs:GPU_LOG

19 #define GPU_LOG(level, ...) \  macro
54 GPU_LOG(ERR, "invalid array size"); in rte_gpu_init()
61 GPU_LOG(ERR, "already initialized"); in rte_gpu_init()
68 GPU_LOG(ERR, "cannot initialize library"); in rte_gpu_init()
168 GPU_LOG(ERR, "cannot initialize shared memory"); in gpu_shared_mem_init()
184 GPU_LOG(ERR, "only primary process can allocate device"); in rte_gpu_allocate()
189 GPU_LOG(ERR, "allocate device without a name"); in rte_gpu_allocate()
203 GPU_LOG(ERR, "device with name %s already exists", name); in rte_gpu_allocate()
209 GPU_LOG(ERR, "reached maximum number of devices"); in rte_gpu_allocate()
221 GPU_LOG(ERR, "device name too long: %s", name); in rte_gpu_allocate()
233 GPU_LOG(DEBUG, "new device %s (id %d) of total %d", in rte_gpu_allocate()
246 GPU_LOG(ERR, "only secondary process can attach device"); in rte_gpu_attach()
251 GPU_LOG(ERR, "attach device without a name"); in rte_gpu_attach()
270 GPU_LOG(ERR, "device with name %s not found", name); in rte_gpu_attach()
282 GPU_LOG(DEBUG, "attached device %s (id %d) of total %d", in rte_gpu_attach()
293 GPU_LOG(ERR, "add child to invalid parent ID %d", parent); in rte_gpu_add_child()
330 GPU_LOG(ERR, "cannot release device %d with child %d", in rte_gpu_release()
336 GPU_LOG(DEBUG, "free device %s (id %d)", in rte_gpu_release()
357 GPU_LOG(ERR, "close invalid device ID %d", dev_id); in rte_gpu_close()
383 GPU_LOG(ERR, "register callback of invalid ID %d", dev_id); in rte_gpu_callback_register()
388 GPU_LOG(ERR, "cannot register callback without function"); in rte_gpu_callback_register()
409 GPU_LOG(INFO, "callback already registered"); in rte_gpu_callback_register()
416 GPU_LOG(ERR, "cannot allocate callback"); in rte_gpu_callback_register()
439 GPU_LOG(ERR, "unregister callback of invalid ID %d", dev_id); in rte_gpu_callback_unregister()
444 GPU_LOG(ERR, "cannot unregister callback without function"); in rte_gpu_callback_unregister()
512 GPU_LOG(ERR, "query invalid device ID %d", dev_id); in rte_gpu_info_get()
517 GPU_LOG(ERR, "query without storage"); in rte_gpu_info_get()
538 GPU_LOG(ERR, "alloc mem for invalid device ID %d", dev_id); in rte_gpu_mem_alloc()
544 GPU_LOG(ERR, "mem allocation not supported"); in rte_gpu_mem_alloc()
553 GPU_LOG(ERR, "requested alignment is not a power of two %u", align); in rte_gpu_mem_alloc()
580 GPU_LOG(ERR, "free mem for invalid device ID %d", dev_id); in rte_gpu_mem_free()
603 GPU_LOG(ERR, "alloc mem for invalid device ID %d", dev_id); in rte_gpu_mem_register()
609 GPU_LOG(ERR, "mem registration not supported"); in rte_gpu_mem_register()
627 GPU_LOG(ERR, "unregister mem for invalid device ID %d", dev_id); in rte_gpu_mem_unregister()
652 GPU_LOG(ERR, "mem CPU map for invalid device ID %d", dev_id); in rte_gpu_mem_cpu_map()
658 GPU_LOG(ERR, "mem CPU map not supported"); in rte_gpu_mem_cpu_map()
688 GPU_LOG(ERR, "cpu_unmap mem for invalid device ID %d", dev_id); in rte_gpu_mem_cpu_unmap()
711 GPU_LOG(ERR, "memory barrier for invalid device ID %d", dev_id); in rte_gpu_wmb()
832 GPU_LOG(ERR, "memory barrier for invalid device ID %d", dev_id); in rte_gpu_comm_create_list()
1068 GPU_LOG(ERR, "packet list is still in progress"); in rte_gpu_comm_cleanup_list()