Home
last modified time | relevance | path

Searched refs:tot_mem_sz (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp.c665 u32 tot_mem_sz; in ath11k_dp_link_desc_setup() local
672 tot_mem_sz = n_link_desc * HAL_LINK_DESC_SIZE; in ath11k_dp_link_desc_setup()
673 tot_mem_sz += HAL_LINK_DESC_ALIGN; in ath11k_dp_link_desc_setup()
675 if (tot_mem_sz <= DP_LINK_DESC_ALLOC_SIZE_THRESH) { in ath11k_dp_link_desc_setup()
677 last_bank_sz = tot_mem_sz; in ath11k_dp_link_desc_setup()
679 n_link_desc_bank = tot_mem_sz / in ath11k_dp_link_desc_setup()
682 last_bank_sz = tot_mem_sz % in ath11k_dp_link_desc_setup()
700 tot_mem_sz = entry_sz * n_link_desc; in ath11k_dp_link_desc_setup()
703 if (tot_mem_sz > DP_LINK_DESC_ALLOC_SIZE_THRESH && in ath11k_dp_link_desc_setup()
705 ret = ath11k_dp_scatter_idle_link_desc_setup(ab, tot_mem_sz, in ath11k_dp_link_desc_setup()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp.c687 u32 tot_mem_sz; in ath11k_dp_link_desc_setup() local
694 tot_mem_sz = n_link_desc * HAL_LINK_DESC_SIZE; in ath11k_dp_link_desc_setup()
695 tot_mem_sz += HAL_LINK_DESC_ALIGN; in ath11k_dp_link_desc_setup()
697 if (tot_mem_sz <= DP_LINK_DESC_ALLOC_SIZE_THRESH) { in ath11k_dp_link_desc_setup()
699 last_bank_sz = tot_mem_sz; in ath11k_dp_link_desc_setup()
701 n_link_desc_bank = tot_mem_sz / in ath11k_dp_link_desc_setup()
704 last_bank_sz = tot_mem_sz % in ath11k_dp_link_desc_setup()
722 tot_mem_sz = entry_sz * n_link_desc; in ath11k_dp_link_desc_setup()
725 if (tot_mem_sz > DP_LINK_DESC_ALLOC_SIZE_THRESH && in ath11k_dp_link_desc_setup()
727 ret = ath11k_dp_scatter_idle_link_desc_setup(ab, tot_mem_sz, in ath11k_dp_link_desc_setup()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp.c781 u32 tot_mem_sz; in ath12k_dp_link_desc_setup() local
789 tot_mem_sz = n_link_desc * HAL_LINK_DESC_SIZE; in ath12k_dp_link_desc_setup()
790 tot_mem_sz += HAL_LINK_DESC_ALIGN; in ath12k_dp_link_desc_setup()
792 if (tot_mem_sz <= DP_LINK_DESC_ALLOC_SIZE_THRESH) { in ath12k_dp_link_desc_setup()
794 last_bank_sz = tot_mem_sz; in ath12k_dp_link_desc_setup()
796 n_link_desc_bank = tot_mem_sz / in ath12k_dp_link_desc_setup()
799 last_bank_sz = tot_mem_sz % in ath12k_dp_link_desc_setup()
817 tot_mem_sz = entry_sz * n_link_desc; in ath12k_dp_link_desc_setup()
820 if (tot_mem_sz > DP_LINK_DESC_ALLOC_SIZE_THRESH && in ath12k_dp_link_desc_setup()
822 ret = ath12k_dp_scatter_idle_link_desc_setup(ab, tot_mem_sz, in ath12k_dp_link_desc_setup()
[all...]

Completed in 4 milliseconds