Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.h183 struct rte_mempool_memhdr { struct
185 struct rte_mempool *mp; /**< The mempool owning the chunk */
186 void *addr; /**< Virtual address of the chunk */
187 rte_iova_t iova; /**< IO address of the chunk */
188 size_t len; /**< length of the chunk */
189 rte_mempool_memchunk_free_cb_t *free_cb; /**< Free callback */
190 void *opaque; /**< Argument passed to the free callback */