Searched refs:DPAA_BUS_LOG (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 168 DPAA_BUS_LOG(ERR, "Failed to allocate ETH devices"); in dpaa_create_device_list() 179 DPAA_BUS_LOG(ERR, "Failed to allocate intr handle"); in dpaa_create_device_list() 197 DPAA_BUS_LOG(INFO, "%s netdev added", dev->name); in dpaa_create_device_list() 221 DPAA_BUS_LOG(ERR, "Failed to allocate SEC devices"); in dpaa_create_device_list() 230 DPAA_BUS_LOG(ERR, "Failed to allocate intr handle"); in dpaa_create_device_list() 244 DPAA_BUS_LOG(INFO, "%s cryptodev added", dev->name); in dpaa_create_device_list() 349 DPAA_BUS_LOG(ERR, "Unable to allocate memory"); in rte_dpaa_portal_init() 369 DPAA_BUS_LOG(DEBUG, "QMAN thread initialized"); in rte_dpaa_portal_init() 392 DPAA_BUS_LOG(ERR, "Unable to init fq portal"); in rte_dpaa_portal_fq_init() 413 DPAA_BUS_LOG(DEBUG, "Portal already cleaned"); in dpaa_portal_finish() [all …]
|
| H A D | rte_dpaa_logs.h | 14 #define DPAA_BUS_LOG(level, fmt, args...) \ macro 21 DPAA_BUS_LOG(DEBUG, "WARN: " fmt, ##args); \ 34 DPAA_BUS_LOG(INFO, fmt, ## args) 36 DPAA_BUS_LOG(ERR, fmt, ## args) 38 DPAA_BUS_LOG(WARNING, fmt, ## args)
|
| /dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | netcfg_layer.c | 95 DPAA_BUS_LOG(ERR, "FMAN driver init failed (%d)", errno); in netcfg_acquire() 106 DPAA_BUS_LOG(ERR, "FMAN ports not available"); in netcfg_acquire() 115 DPAA_BUS_LOG(ERR, "Unable to allocat mem for netcfg"); in netcfg_acquire() 131 DPAA_BUS_LOG(ERR, "No FMAN ports found"); in netcfg_acquire()
|
| H A D | fman.c | 655 DPAA_BUS_LOG(DEBUG, "Found %s, Tx Channel = %x, FMAN = %x," in fman_if_init() 681 DPAA_BUS_LOG(ERR, "Unable to open (/dev/mem)"); in fman_init() 687 DPAA_BUS_LOG(ERR, "Unable to find fsl,dpaa node"); in fman_init()
|
| /dpdk/drivers/bus/dpaa/include/ |
| H A D | fman.h | 406 DPAA_BUS_LOG(ERR, fmt "(%d)", ##args, errno); \
|