Home
last modified time | relevance | path

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

/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()
/dpdk/lib/mbuf/
H A Drte_mbuf.h427 rte_mbuf_ext_refcnt_read(const struct rte_mbuf_ext_shared_info *shinfo) in rte_mbuf_ext_refcnt_read()
441 rte_mbuf_ext_refcnt_set(struct rte_mbuf_ext_shared_info *shinfo, in rte_mbuf_ext_refcnt_set()
459 rte_mbuf_ext_refcnt_update(struct rte_mbuf_ext_shared_info *shinfo, in rte_mbuf_ext_refcnt_update()
967 static inline struct rte_mbuf_ext_shared_info *
971 struct rte_mbuf_ext_shared_info *shinfo; in rte_pktmbuf_ext_shinfo_init_helper()
980 shinfo = (struct rte_mbuf_ext_shared_info *)addr; in rte_pktmbuf_ext_shinfo_init_helper()
1052 struct rte_mbuf_ext_shared_info *shinfo) in rte_pktmbuf_attach_extbuf()
1270 struct rte_mbuf_ext_shared_info *shinfo; in __rte_pktmbuf_pinned_extbuf_decref()
H A Drte_mbuf_core.h751 struct rte_mbuf_ext_shared_info *shinfo;
772 struct rte_mbuf_ext_shared_info { struct
H A Drte_mbuf.c53 sizeof(struct rte_mbuf_ext_shared_info) : in rte_pktmbuf_pool_init()
169 struct rte_mbuf_ext_shared_info *shinfo; in __rte_pktmbuf_init_extmem()
326 sizeof(struct rte_mbuf_ext_shared_info); in rte_pktmbuf_pool_create_extbuf()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.h98 struct rte_mbuf_ext_shared_info shinfos[];
/dpdk/drivers/net/mlx5/
H A Dmlx5_rx.h55 sizeof(struct rte_mbuf_ext_shared_info) + \
527 struct rte_mbuf_ext_shared_info *shinfo; in mprq_buf_to_pkt()
H A Dmlx5_rxq.c1309 struct rte_mbuf_ext_shared_info *shinfo; in mlx5_mprq_buf_init()
1422 sizeof(struct rte_mbuf_ext_shared_info) + in mlx5_mprq_alloc_mp()
/dpdk/drivers/net/netvsc/
H A Dhn_var.h101 struct rte_mbuf_ext_shared_info shinfo;
H A Dhn_rxtx.c574 struct rte_mbuf_ext_shared_info *shinfo; in hn_rxpkt()
/dpdk/app/test-regex/
H A Dmain.c398 struct rte_mbuf_ext_shared_info shinfo; in run_regex()
/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()
2009 struct rte_mbuf_ext_shared_info compbuf_info; in test_deflate_comp_decomp()
2010 struct rte_mbuf_ext_shared_info decompbuf_info; in test_deflate_comp_decomp()
H A Dtest_mbuf.c2330 struct rte_mbuf_ext_shared_info *ret_shinfo = NULL; in test_pktmbuf_ext_shinfo_init_helper()
2334 sizeof(struct rte_mbuf_ext_shared_info); in test_pktmbuf_ext_shinfo_init_helper()
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst455 the structures ``rte_mbuf`` and ``rte_mbuf_ext_shared_info``.
/dpdk/lib/vhost/
H A Dvirtio_net.c2623 struct rte_mbuf_ext_shared_info *shinfo = NULL; in virtio_dev_extbuf_alloc()