Searched refs:DPAA_BUS_LOG (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/bus/dpaa/ |
| 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)
|
| H A D | dpaa_bus.c | 169 DPAA_BUS_LOG(ERR, "Failed to allocate ETH devices"); in dpaa_create_device_list() 189 DPAA_BUS_LOG(INFO, "%s netdev added", dev->name); in dpaa_create_device_list() 213 DPAA_BUS_LOG(ERR, "Failed to allocate SEC devices"); in dpaa_create_device_list() 227 DPAA_BUS_LOG(INFO, "%s cryptodev added", dev->name); in dpaa_create_device_list() 286 DPAA_BUS_LOG(ERR, "bman_thread_init failed on core %u" in rte_dpaa_portal_init() 309 DPAA_BUS_LOG(ERR, "Unable to allocate memory"); in rte_dpaa_portal_init() 329 DPAA_BUS_LOG(DEBUG, "QMAN thread initialized"); in rte_dpaa_portal_init() 344 DPAA_BUS_LOG(ERR, "portal initialization failure"); in rte_dpaa_portal_fq_init() 352 DPAA_BUS_LOG(ERR, "Unable to init fq portal"); in rte_dpaa_portal_fq_init() 373 DPAA_BUS_LOG(DEBUG, "Portal already cleaned"); in dpaa_portal_finish() [all …]
|
| /f-stack/dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | netcfg_layer.c | 100 DPAA_BUS_LOG(ERR, "FMAN driver init failed (%d)", errno); in netcfg_acquire() 111 DPAA_BUS_LOG(ERR, "FMAN ports not available"); in netcfg_acquire() 120 DPAA_BUS_LOG(ERR, "Unable to allocat mem for netcfg"); in netcfg_acquire() 136 DPAA_BUS_LOG(ERR, "No FMAN ports found"); in netcfg_acquire()
|
| H A D | fman.c | 580 DPAA_BUS_LOG(DEBUG, "Found %s, Tx Channel = %x, FMAN = %x," in fman_if_init() 606 DPAA_BUS_LOG(ERR, "Unable to open (/dev/mem)"); in fman_init() 612 DPAA_BUS_LOG(ERR, "Unable to find fsl,dpaa node"); in fman_init()
|
| /f-stack/dpdk/drivers/bus/dpaa/include/ |
| H A D | fman.h | 403 DPAA_BUS_LOG(ERR, fmt "(%d)", ##args, errno); \
|