| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf_pool_ops.c | 15 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 D | test_memzone.c | 67 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 D | test_graph_perf.c | 71 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 D | test_external_mem.c | 275 const struct rte_memzone *mz = NULL, *contig_mz = NULL; in test_malloc_basic() local
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memzone.c | 34 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 D | virtio_rxtx.h | 33 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 D | otx2_ethdev_sec.c | 146 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 D | otx2_lookup.c | 328 const struct rte_memzone *mz; in otx2_nix_fastpath_lookup_mem_get() local
|
| /f-stack/dpdk/lib/librte_latencystats/ |
| H A D | rte_latencystats.c | 223 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 D | bcmfs_qp.c | 40 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 D | iavf_impl.c | 22 const struct rte_memzone *mz = NULL; in iavf_allocate_dma_mem_d() local
|
| /f-stack/dpdk/drivers/mempool/octeontx2/ |
| H A D | otx2_mempool.c | 345 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 D | bcm_osal.c | 130 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 D | rte_stack.c | 54 const struct rte_memzone *mz; in rte_stack_create() local
|
| /f-stack/dpdk/drivers/event/dlb/pf/ |
| H A D | dlb_pf.c | 246 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 D | dlb2_pf.c | 232 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 D | nitrox_qp.c | 20 const struct rte_memzone *mz; in nitrox_setup_cmdq() local
|
| H A D | nitrox_qp.h | 15 const struct rte_memzone *mz; member
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_common.c | 32 const struct rte_memzone *mz; in otx2_intra_dev_get_cfg() local
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_txq.h | 33 const struct rte_memzone *mz; member
|
| H A D | bnxt_rxq.h | 43 const struct rte_memzone *mz; member
|
| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | init.c | 247 const struct rte_memzone *mz; in init() local
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_osdep.h | 24 #define TMZ_PADDR(mz) ((mz)->iova) argument 25 #define TMZ_VADDR(mz) ((mz)->addr) argument
|
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | ioat_private.h | 45 const struct rte_memzone *mz; member
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_timer_adapter_pmd.h | 92 const struct rte_memzone *mz; member
|