Searched refs:cmd_cache (Results 1 – 1 of 1) sorted by relevance
682 struct dp_reo_cache_flush_elem *cmd_cache, *tmp_cache; in ath11k_dp_reo_cmd_list_cleanup() local693 list_for_each_entry_safe(cmd_cache, tmp_cache, in ath11k_dp_reo_cmd_list_cleanup()695 list_del(&cmd_cache->list); in ath11k_dp_reo_cmd_list_cleanup()697 dma_unmap_single(ab->dev, cmd_cache->data.paddr, in ath11k_dp_reo_cmd_list_cleanup()698 cmd_cache->data.size, DMA_BIDIRECTIONAL); in ath11k_dp_reo_cmd_list_cleanup()699 kfree(cmd_cache->data.vaddr); in ath11k_dp_reo_cmd_list_cleanup()700 kfree(cmd_cache); in ath11k_dp_reo_cmd_list_cleanup()
Completed in 12 milliseconds