Home
last modified time | relevance | path

Searched defs:rte_mempool_memhdr (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/mempool/
H A Drte_mempool.h206 struct rte_mempool_memhdr { struct
208 struct rte_mempool *mp; /**< The mempool owning the chunk */
209 void *addr; /**< Virtual address of the chunk */
210 rte_iova_t iova; /**< IO address of the chunk */
211 size_t len; /**< length of the chunk */
212 rte_mempool_memchunk_free_cb_t *free_cb; /**< Free callback */
213 void *opaque; /**< Argument passed to the free callback */