Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c147 DPAA_MEMPOOL_DPDEBUG("Free 0x%" PRIx64 " to bpid: %d", in dpaa_buf_free()
169 DPAA_MEMPOOL_DPDEBUG("Request to free %d buffers in bpid = %d", in dpaa_mbuf_free_bulk()
198 DPAA_MEMPOOL_DPDEBUG("freed %d buffers in bpid =%d", in dpaa_mbuf_free_bulk()
218 DPAA_MEMPOOL_DPDEBUG("Request to alloc %d buffers in bpid = %d", in dpaa_mbuf_alloc_bulk()
250 DPAA_MEMPOOL_DPDEBUG("Buffer acquire failed (%d)", in dpaa_mbuf_alloc_bulk()
267 DPAA_MEMPOOL_DPDEBUG("Paddr (%p), FD (%p) from BMAN", in dpaa_mbuf_alloc_bulk()
273 DPAA_MEMPOOL_DPDEBUG("Allocated %d buffers from bpid=%d", in dpaa_mbuf_alloc_bulk()
314 DPAA_MEMPOOL_DPDEBUG("Req size %" PRIx64 " vs Available %u\n", in dpaa_populate()
H A Ddpaa_mempool.h69 #define DPAA_MEMPOOL_DPDEBUG(fmt, args...) \ macro