Searched refs:rte_mbuf_ext_shared_info (Results 1 – 14 of 14) sorted by relevance
33 struct rte_mbuf_ext_shared_info *comp_buf_infos;34 struct rte_mbuf_ext_shared_info *decomp_buf_infos;
174 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()
453 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()
637 struct rte_mbuf_ext_shared_info *shinfo;658 struct rte_mbuf_ext_shared_info { struct
62 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()
73 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()
1154 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()
103 struct rte_mbuf_ext_shared_info shinfo;
576 struct rte_mbuf_ext_shared_info *shinfo; in hn_rxpkt()
267 struct rte_mbuf_ext_shared_info shinfo; in run_regex()
875 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()
2329 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()
2067 struct rte_mbuf_ext_shared_info *shinfo = NULL; in virtio_dev_extbuf_alloc()
523 the structures ``rte_mbuf`` and ``rte_mbuf_ext_shared_info``.