Home
last modified time | relevance | path

Searched defs:mz (Results 1 – 25 of 106) sorted by relevance

12345

/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf_pool_ops.c15 const struct rte_memzone *mz; in rte_mbuf_set_platform_mempool_ops() local
44 const struct rte_memzone *mz; in rte_mbuf_platform_mempool_ops() local
55 const struct rte_memzone *mz; in rte_mbuf_set_user_mempool_ops() local
79 const struct rte_memzone *mz; in rte_mbuf_user_mempool_ops() local
/f-stack/dpdk/app/test/
H A Dtest_memzone.c67 const struct rte_memzone * mz; in test_memzone_invalid_alignment() local
87 const struct rte_memzone * mz; in test_memzone_reserving_zone_size_bigger_than_the_maximum() local
136 const struct rte_memzone *mz; in test_memzone_reserve_flags() local
502 const struct rte_memzone *mz; in test_memzone_reserve_max() local
548 const struct rte_memzone *mz; in test_memzone_reserve_max_aligned() local
755 const struct rte_memzone *mz; in check_memzone_bounded() local
853 const struct rte_memzone *mz[RTE_MAX_MEMZONE + 1]; in test_memzone_free() local
933 static void memzone_walk_clb(const struct rte_memzone *mz, in memzone_walk_clb()
948 const struct rte_memzone *mz; in test_memzone_basic() local
H A Dtest_graph_perf.c71 const struct rte_memzone *mz; in test_node_ctx_init() local
317 const struct rte_memzone *mz; in graph_init() local
665 const struct rte_memzone *mz = rte_memzone_lookup(TEST_GRAPH_PERF_MZ); in graph_fini() local
680 const struct rte_memzone *mz; in measure_perf() local
H A Dtest_external_mem.c275 const struct rte_memzone *mz = NULL, *contig_mz = NULL; in test_malloc_basic() local
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memzone.c34 const struct rte_memzone *mz; in memzone_lookup_thread_unsafe() local
61 struct rte_memzone *mz; in memzone_reserve_aligned_thread_unsafe() local
195 const struct rte_memzone *mz = NULL; in rte_memzone_reserve_thread_safe() local
251 rte_memzone_free(const struct rte_memzone *mz) in rte_memzone_free()
315 dump_memzone(const struct rte_memzone *mz, void *arg) in dump_memzone()
415 struct rte_memzone *mz = rte_fbarray_get(arr, i); in rte_memzone_walk() local
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx.h33 const struct rte_memzone *mz; /**< mem zone to populate RX ring. */ member
48 const struct rte_memzone *mz; /**< mem zone to populate TX ring. */ member
57 const struct rte_memzone *mz; /**< mem zone to populate CTL ring. */ member
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec.c146 const struct rte_memzone *mz; in lookup_mem_sa_tbl_clear() local
170 const struct rte_memzone *mz; in lookup_mem_sa_index_update() local
205 const struct rte_memzone *mz; in in_sa_get() local
760 const struct rte_memzone *mz; in eth_sec_ipsec_cfg() local
823 const struct rte_memzone *mz; in otx2_eth_sec_init() local
H A Dotx2_lookup.c328 const struct rte_memzone *mz; in otx2_nix_fastpath_lookup_mem_get() local
/f-stack/dpdk/lib/librte_latencystats/
H A Drte_latencystats.c223 const struct rte_memzone *mz = NULL; in rte_latencystats_init() local
306 const struct rte_memzone *mz = NULL; in rte_latencystats_uninit() local
369 const struct rte_memzone *mz; in rte_latencystats_get() local
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_qp.c40 const struct rte_memzone *mz; in bcmfs_queue_delete() local
68 const struct rte_memzone *mz; in queue_dma_zone_reserve() local
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_impl.c22 const struct rte_memzone *mz = NULL; in iavf_allocate_dma_mem_d() local
/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool.c345 const struct rte_memzone *mz; in otx2_npa_init() local
384 const struct rte_memzone *mz; in otx2_npa_fini() local
/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.c130 const struct rte_memzone *mz; in osal_dma_alloc_coherent() local
169 const struct rte_memzone *mz; in osal_dma_alloc_coherent_aligned() local
/f-stack/dpdk/lib/librte_stack/
H A Drte_stack.c54 const struct rte_memzone *mz; in rte_stack_create() local
/f-stack/dpdk/drivers/event/dlb/pf/
H A Ddlb_pf.c246 dlb_alloc_coherent_aligned(const struct rte_memzone **mz, rte_iova_t *phys, in dlb_alloc_coherent_aligned()
279 const struct rte_memzone *mz; in dlb_pf_ldb_port_create() local
363 const struct rte_memzone *mz; in dlb_pf_dir_port_create() local
/f-stack/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_pf.c232 dlb2_alloc_coherent_aligned(const struct rte_memzone **mz, uintptr_t *phys, in dlb2_alloc_coherent_aligned()
266 const struct rte_memzone *mz; in dlb2_pf_ldb_port_create() local
342 const struct rte_memzone *mz; in dlb2_pf_dir_port_create() local
/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_qp.c20 const struct rte_memzone *mz; in nitrox_setup_cmdq() local
H A Dnitrox_qp.h15 const struct rte_memzone *mz; member
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.c32 const struct rte_memzone *mz; in otx2_intra_dev_get_cfg() local
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_txq.h33 const struct rte_memzone *mz; member
H A Dbnxt_rxq.h43 const struct rte_memzone *mz; member
/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dinit.c247 const struct rte_memzone *mz; in init() local
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_osdep.h24 #define TMZ_PADDR(mz) ((mz)->iova) argument
25 #define TMZ_VADDR(mz) ((mz)->addr) argument
/f-stack/dpdk/drivers/raw/ioat/
H A Dioat_private.h45 const struct rte_memzone *mz; member
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter_pmd.h92 const struct rte_memzone *mz; member

12345