Home
last modified time | relevance | path

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

/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c62 DPAA2_MEMPOOL_ERR("DPAA2 pool not available!"); in rte_hw_mbuf_create_pool()
69 DPAA2_MEMPOOL_ERR( in rte_hw_mbuf_create_pool()
86 DPAA2_MEMPOOL_ERR("Resource read failure with err code: %d", in rte_hw_mbuf_create_pool()
95 DPAA2_MEMPOOL_ERR("Unable to allocate buffer pool memory"); in rte_hw_mbuf_create_pool()
104 DPAA2_MEMPOOL_ERR("Unable to allocate buffer pool memory"); in rte_hw_mbuf_create_pool()
154 DPAA2_MEMPOOL_ERR("Not a valid dpaa2 buffer pool"); in rte_hw_mbuf_free_pool()
200 DPAA2_MEMPOOL_ERR( in rte_dpaa2_mbuf_release()
335 DPAA2_MEMPOOL_ERR("DPAA2 buffer pool not configured"); in rte_dpaa2_mbuf_alloc_bulk()
344 DPAA2_MEMPOOL_ERR( in rte_dpaa2_mbuf_alloc_bulk()
403 DPAA2_MEMPOOL_ERR("DPAA2 buffer pool not configured"); in rte_hw_mbuf_free_bulk()
[all …]
H A Ddpaa2_hw_mempool_logs.h21 #define DPAA2_MEMPOOL_ERR(fmt, args...) \ macro