Searched refs:rte_mbuf_ext_refcnt_set (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf.h | 467 rte_mbuf_ext_refcnt_set(struct rte_mbuf_ext_shared_info *shinfo, in rte_mbuf_ext_refcnt_set() function 490 rte_mbuf_ext_refcnt_set(shinfo, (uint16_t)value); in rte_mbuf_ext_refcnt_update() 1004 rte_mbuf_ext_refcnt_set(shinfo, 1); in rte_pktmbuf_ext_shinfo_init_helper() 1310 rte_mbuf_ext_refcnt_set(shinfo, 1); in __rte_pktmbuf_pinned_extbuf_decref()
|
| H A D | rte_mbuf.c | 130 rte_mbuf_ext_refcnt_set(m->shinfo, 1); in rte_pktmbuf_free_pinned_extmem() 220 rte_mbuf_ext_refcnt_set(shinfo, 1); in __rte_pktmbuf_init_extmem()
|
| /f-stack/dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_common.c | 213 rte_mbuf_ext_refcnt_set(&mem->comp_buf_infos[i], 1); in comp_perf_allocate_external_mbufs() 218 rte_mbuf_ext_refcnt_set(&mem->decomp_buf_infos[i], 1); in comp_perf_allocate_external_mbufs()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.h | 882 rte_mbuf_ext_refcnt_set(shinfo, 1); in mprq_buf_to_pkt()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 548 rte_mbuf_ext_refcnt_set(&rxb->shinfo, 1); in hn_rx_buf_init()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_compressdev.c | 915 rte_mbuf_ext_refcnt_set(&inbuf_info, 1); in test_setup_com_bufs() 1108 rte_mbuf_ext_refcnt_set(current_extbuf_info, 1); in test_setup_output_bufs()
|
| H A D | test_mbuf.c | 2389 rte_mbuf_ext_refcnt_set(ret_shinfo, 2); in test_pktmbuf_ext_shinfo_init_helper()
|