Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.c52 static uint16_t ecore_mz_count; variable
135 if (ecore_mz_count >= RTE_MAX_MEMZONE) { in osal_dma_alloc_coherent()
158 ecore_mz_mapping[ecore_mz_count++] = mz; in osal_dma_alloc_coherent()
174 if (ecore_mz_count >= RTE_MAX_MEMZONE) { in osal_dma_alloc_coherent_aligned()
197 ecore_mz_mapping[ecore_mz_count++] = mz; in osal_dma_alloc_coherent_aligned()
209 for (j = 0 ; j < ecore_mz_count; j++) { in osal_dma_free_mem()
214 while (j < ecore_mz_count - 1) { in osal_dma_free_mem()
218 ecore_mz_count--; in osal_dma_free_mem()