Searched refs:os_dep (Results 1 – 2 of 2) sorted by relevance
154 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()187 hash = hwdev->os_dep.dma_addr_hash; in hinic_dma_mem_free()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()251 hash = dev->os_dep.dma_addr_hash; in dma_free_coherent_volatile()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()332 rte_atomic32_set(&hwdev->os_dep.dma_alloc_cnt, 0); in hinic_osdep_init()333 rte_spinlock_init(&hwdev->os_dep.dma_hash_lock); in hinic_osdep_init()[all …]
437 struct hinic_os_dep os_dep; member