Home
last modified time | relevance | path

Searched refs:rte_mbuf_ext_shared_info (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_common.h33 struct rte_mbuf_ext_shared_info *comp_buf_infos;
34 struct rte_mbuf_ext_shared_info *decomp_buf_infos;
H A Dcomp_perf_test_common.c174 test_data->total_segs * sizeof(struct rte_mbuf_ext_shared_info), in comp_perf_allocate_external_mbufs()
184 test_data->total_segs * sizeof(struct rte_mbuf_ext_shared_info), in comp_perf_allocate_external_mbufs()
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.h453 rte_mbuf_ext_refcnt_read(const struct rte_mbuf_ext_shared_info *shinfo) in rte_mbuf_ext_refcnt_read()
467 rte_mbuf_ext_refcnt_set(struct rte_mbuf_ext_shared_info *shinfo, in rte_mbuf_ext_refcnt_set()
485 rte_mbuf_ext_refcnt_update(struct rte_mbuf_ext_shared_info *shinfo, in rte_mbuf_ext_refcnt_update()
988 static inline struct rte_mbuf_ext_shared_info *
992 struct rte_mbuf_ext_shared_info *shinfo; in rte_pktmbuf_ext_shinfo_init_helper()
1001 shinfo = (struct rte_mbuf_ext_shared_info *)addr; in rte_pktmbuf_ext_shinfo_init_helper()
1073 struct rte_mbuf_ext_shared_info *shinfo) in rte_pktmbuf_attach_extbuf()
1291 struct rte_mbuf_ext_shared_info *shinfo; in __rte_pktmbuf_pinned_extbuf_decref()
H A Drte_mbuf_core.h637 struct rte_mbuf_ext_shared_info *shinfo;
658 struct rte_mbuf_ext_shared_info { struct
H A Drte_mbuf.c62 sizeof(struct rte_mbuf_ext_shared_info) : in rte_pktmbuf_pool_init()
175 struct rte_mbuf_ext_shared_info *shinfo; in __rte_pktmbuf_init_extmem()
332 sizeof(struct rte_mbuf_ext_shared_info); in rte_pktmbuf_pool_create_extbuf()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.h73 struct rte_mbuf_ext_shared_info shinfos[];
85 sizeof(struct rte_mbuf_ext_shared_info) + \
865 struct rte_mbuf_ext_shared_info *shinfo; in mprq_buf_to_pkt()
H A Dmlx5_rxq.c1154 struct rte_mbuf_ext_shared_info *shinfo; in mlx5_mprq_buf_init()
1265 sizeof(struct rte_mbuf_ext_shared_info) + RTE_PKTMBUF_HEADROOM; in mlx5_mprq_alloc_mp()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_var.h103 struct rte_mbuf_ext_shared_info shinfo;
H A Dhn_rxtx.c576 struct rte_mbuf_ext_shared_info *shinfo; in hn_rxpkt()
/f-stack/dpdk/app/test-regex/
H A Dmain.c267 struct rte_mbuf_ext_shared_info shinfo; in run_regex()
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c875 static struct rte_mbuf_ext_shared_info inbuf_info; in test_setup_com_bufs()
1062 struct rte_mbuf_ext_shared_info *current_extbuf_info) in test_setup_output_bufs()
2011 struct rte_mbuf_ext_shared_info compbuf_info; in test_deflate_comp_decomp()
2012 struct rte_mbuf_ext_shared_info decompbuf_info; in test_deflate_comp_decomp()
H A Dtest_mbuf.c2329 struct rte_mbuf_ext_shared_info *ret_shinfo = NULL; in test_pktmbuf_ext_shinfo_init_helper()
2333 sizeof(struct rte_mbuf_ext_shared_info); in test_pktmbuf_ext_shinfo_init_helper()
/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_net.c2067 struct rte_mbuf_ext_shared_info *shinfo = NULL; in virtio_dev_extbuf_alloc()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst523 the structures ``rte_mbuf`` and ``rte_mbuf_ext_shared_info``.