Home
last modified time | relevance | path

Searched refs:DPAA_MEMPOOL_ERR (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c59 DPAA_MEMPOOL_ERR( in dpaa_mbuf_create_pool()
67 DPAA_MEMPOOL_ERR("bman_new_pool() failed"); in dpaa_mbuf_create_pool()
175 DPAA_MEMPOOL_ERR("rte_dpaa_portal_init failed with ret: %d", in dpaa_mbuf_free_bulk()
222 DPAA_MEMPOOL_ERR("Unable to allocate requested (%u) buffers", in dpaa_mbuf_alloc_bulk()
230 DPAA_MEMPOOL_ERR("rte_dpaa_portal_init failed with ret: %d", in dpaa_mbuf_alloc_bulk()
286 DPAA_MEMPOOL_ERR("Invalid mempool provided\n"); in dpaa_mbuf_get_count()
304 DPAA_MEMPOOL_ERR("Invalid mempool provided\n"); in dpaa_populate()
328 DPAA_MEMPOOL_ERR("Unable to allocate internal memory."); in dpaa_populate()
H A Ddpaa_mempool.h73 #define DPAA_MEMPOOL_ERR(fmt, args...) \ macro