Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c567 struct ath12k_dp_rx_reo_cache_flush_elem *cmd_cache, *tmp_cache; in ath12k_dp_rx_reo_cmd_list_cleanup() local
578 list_for_each_entry_safe(cmd_cache, tmp_cache, in ath12k_dp_rx_reo_cmd_list_cleanup()
580 list_del(&cmd_cache->list); in ath12k_dp_rx_reo_cmd_list_cleanup()
582 dma_unmap_single(ab->dev, cmd_cache->data.paddr, in ath12k_dp_rx_reo_cmd_list_cleanup()
583 cmd_cache->data.size, DMA_BIDIRECTIONAL); in ath12k_dp_rx_reo_cmd_list_cleanup()
584 kfree(cmd_cache->data.vaddr); in ath12k_dp_rx_reo_cmd_list_cleanup()
585 kfree(cmd_cache); in ath12k_dp_rx_reo_cmd_list_cleanup()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c671 struct dp_reo_cache_flush_elem *cmd_cache, *tmp_cache; in ath11k_dp_reo_cmd_list_cleanup() local
687 list_for_each_entry_safe(cmd_cache, tmp_cache, in ath11k_dp_reo_cmd_list_cleanup()
689 list_del(&cmd_cache->list); in ath11k_dp_reo_cmd_list_cleanup()
691 rx_tid = &cmd_cache->data; in ath11k_dp_reo_cmd_list_cleanup()
698 kfree(cmd_cache); in ath11k_dp_reo_cmd_list_cleanup()