Searched defs:rte_mempool_memhdr (Results 1 – 1 of 1) sorted by relevance
206 struct rte_mempool_memhdr { struct208 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 */