Home
last modified time | relevance | path

Searched refs:zone (Results 1 – 12 of 12) sorted by relevance

/dpdk/drivers/common/iavf/
H A Diavf_impl.c39 mem->zone = (const void *)mz; in iavf_allocate_dma_mem_d()
51 rte_memzone_free((const struct rte_memzone *)mem->zone); in iavf_free_dma_mem_d()
52 mem->zone = NULL; in iavf_free_dma_mem_d()
H A Diavf_osdep.h165 const void *zone; member
/dpdk/drivers/net/ice/base/
H A Dice_osdep.h194 const void *zone; member
273 mem->zone = (const void *)mz; in ice_alloc_dma_mem()
285 "%"PRIu64, ((const struct rte_memzone *)mem->zone)->name, in ice_free_dma_mem()
287 rte_memzone_free((const struct rte_memzone *)mem->zone); in ice_free_dma_mem()
288 mem->zone = NULL; in ice_free_dma_mem()
/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c62 ring->zone = (const void *)mz; in hns3_allocate_dma_mem()
71 rte_memzone_free((const struct rte_memzone *)ring->zone); in hns3_free_dma_mem()
75 ring->zone = NULL; in hns3_free_dma_mem()
H A Dhns3_cmd.h40 const void *zone; /* memory zone */ member
/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h184 const void *zone; member
/dpdk/doc/guides/gpus/
H A Dcuda.rst10 `NVIDIA CUDA Toolkit developer zone <https://docs.nvidia.com/cuda>`_.
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst91 …al address of the reserved memory for that memory zone is also returned to the user by the memory
624 The lookup (by name) of a memory zone returns a descriptor containing the physical address of the m…
H A Dpoll_mode_drv.rst203 * The socket identifier used to identify the appropriate DMA memory zone from which to allocate t…
/dpdk/doc/guides/sample_app_ug/
H A Dmulti_process.rst289 …is that the server process stores its port configuration data in a memory zone in hugepage shared …
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c4538 mem->zone = (const void *)mz; in i40e_allocate_dma_mem_d()
4560 ((const struct rte_memzone *)mem->zone)->name, mem->pa); in i40e_free_dma_mem_d()
4561 rte_memzone_free((const struct rte_memzone *)mem->zone); in i40e_free_dma_mem_d()
4562 mem->zone = NULL; in i40e_free_dma_mem_d()
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst734 * When a test is done in a critical zone (called often or in a data path) the code can use the ``li…