Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddp_rx.c628 struct dp_reo_cache_flush_elem *cmd_cache, *tmp_cache; in ath11k_dp_reo_cmd_list_cleanup() local
639 list_for_each_entry_safe(cmd_cache, tmp_cache, in ath11k_dp_reo_cmd_list_cleanup()
641 list_del(&cmd_cache->list); in ath11k_dp_reo_cmd_list_cleanup()
643 dma_unmap_single(ab->dev, cmd_cache->data.paddr, in ath11k_dp_reo_cmd_list_cleanup()
644 cmd_cache->data.size, DMA_BIDIRECTIONAL); in ath11k_dp_reo_cmd_list_cleanup()
645 kfree(cmd_cache->data.vaddr); in ath11k_dp_reo_cmd_list_cleanup()
646 kfree(cmd_cache); in ath11k_dp_reo_cmd_list_cleanup()