Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c154 rte_spinlock_lock(&hwdev->os_dep.dma_hash_lock); in hinic_dma_mem_zalloc()
158 rte_spinlock_unlock(&hwdev->os_dep.dma_hash_lock); in hinic_dma_mem_zalloc()
205 rte_spinlock_lock(&hwdev->os_dep.dma_hash_lock); in hinic_dma_mem_free()
207 rte_spinlock_unlock(&hwdev->os_dep.dma_hash_lock); in hinic_dma_mem_free()
269 rte_spinlock_lock(&dev->os_dep.dma_hash_lock); in dma_free_coherent_volatile()
271 rte_spinlock_unlock(&dev->os_dep.dma_hash_lock); in dma_free_coherent_volatile()
333 rte_spinlock_init(&hwdev->os_dep.dma_hash_lock); in hinic_osdep_init()
H A Dhinic_pmd_hwdev.h406 rte_spinlock_t dma_hash_lock; member