Home
last modified time | relevance | path

Searched refs:DPAA_BUS_LOG (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c168 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 Drte_dpaa_logs.h14 #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 Dnetcfg_layer.c95 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 Dfman.c655 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 Dfman.h406 DPAA_BUS_LOG(ERR, fmt "(%d)", ##args, errno); \