Home
last modified time | relevance | path

Searched refs:rte_pktmbuf_extmem (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.c141 const struct rte_pktmbuf_extmem *ext_mem; /* descriptor array. */
173 const struct rte_pktmbuf_extmem *ext_mem; in __rte_pktmbuf_init_extmem()
290 const struct rte_pktmbuf_extmem *ext_mem, in rte_pktmbuf_pool_create_extbuf()
309 const struct rte_pktmbuf_extmem *extm = ext_mem + i; in rte_pktmbuf_pool_create_extbuf()
H A Drte_mbuf.h742 struct rte_pktmbuf_extmem { struct
795 const struct rte_pktmbuf_extmem *ext_mem,
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c910 char *pool_name, struct rte_pktmbuf_extmem **ext_mem) in setup_extbuf()
912 struct rte_pktmbuf_extmem *xmem; in setup_extbuf()
920 xmem = malloc(sizeof(struct rte_pktmbuf_extmem) * zone_num); in setup_extbuf()
928 struct rte_pktmbuf_extmem *xseg = xmem + ext_num; in setup_extbuf()
1038 struct rte_pktmbuf_extmem *ext_mem; in mbuf_pool_create()
/f-stack/dpdk/app/test/
H A Dtest_mbuf.c2436 struct rte_pktmbuf_extmem ext_mem; in test_pktmbuf_ext_pinned_buffer()