Searched refs:tot_mem_sz (Results 1 – 1 of 1) sorted by relevance
750 u32 tot_mem_sz; in ath12k_dp_link_desc_setup() local759 tot_mem_sz = n_link_desc * HAL_LINK_DESC_SIZE; in ath12k_dp_link_desc_setup()760 tot_mem_sz += HAL_LINK_DESC_ALIGN; in ath12k_dp_link_desc_setup()762 if (tot_mem_sz <= DP_LINK_DESC_ALLOC_SIZE_THRESH) { in ath12k_dp_link_desc_setup()764 last_bank_sz = tot_mem_sz; in ath12k_dp_link_desc_setup()766 n_link_desc_bank = tot_mem_sz / in ath12k_dp_link_desc_setup()769 last_bank_sz = tot_mem_sz % in ath12k_dp_link_desc_setup()787 tot_mem_sz = entry_sz * n_link_desc; in ath12k_dp_link_desc_setup()790 if (tot_mem_sz > DP_LINK_DESC_ALLOC_SIZE_THRESH && in ath12k_dp_link_desc_setup()792 ret = ath12k_dp_scatter_idle_link_desc_setup(ab, tot_mem_sz, in ath12k_dp_link_desc_setup()