Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Ddp_rx.c693 struct dp_reo_cache_flush_elem *cmd_cache, *tmp_cache; in ath11k_dp_reo_cmd_list_cleanup() local
704 list_for_each_entry_safe(cmd_cache, tmp_cache, in ath11k_dp_reo_cmd_list_cleanup()
706 list_del(&cmd_cache->list); in ath11k_dp_reo_cmd_list_cleanup()
708 dma_unmap_single(ab->dev, cmd_cache->data.paddr, in ath11k_dp_reo_cmd_list_cleanup()
709 cmd_cache->data.size, DMA_BIDIRECTIONAL); in ath11k_dp_reo_cmd_list_cleanup()
710 kfree(cmd_cache->data.vaddr); in ath11k_dp_reo_cmd_list_cleanup()
711 kfree(cmd_cache); in ath11k_dp_reo_cmd_list_cleanup()