Searched refs:zone (Results 1 – 12 of 12) sorted by relevance
39 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()
165 const void *zone; member
194 const void *zone; member273 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()
62 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()
40 const void *zone; /* memory zone */ member
184 const void *zone; member
10 `NVIDIA CUDA Toolkit developer zone <https://docs.nvidia.com/cuda>`_.
91 …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…
203 * The socket identifier used to identify the appropriate DMA memory zone from which to allocate t…
289 …is that the server process stores its port configuration data in a memory zone in hugepage shared …
4538 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()
734 * When a test is done in a critical zone (called often or in a data path) the code can use the ``li…