Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rings_main.c495 qdf_mem_zero(srng->base_vaddr_unaligned, srng->alloc_size); in dp_srng_init_idx()
1078 num_entries = dp_srng->alloc_size / in dp_hw_link_desc_pool_banks_alloc()
1167 soc->wbm_idle_link_ring.alloc_size, in dp_hw_link_desc_ring_free()
1200 soc->wbm_idle_link_ring.alloc_size, in dp_hw_link_desc_ring_alloc()
2024 soc->tcl_data_ring[index].alloc_size, in dp_deinit_tx_pair_by_index()
2036 soc->tx_comp_ring[index].alloc_size, in dp_deinit_tx_pair_by_index()
2081 soc->tcl_data_ring[index].alloc_size, in dp_init_tx_ring_pair_by_index()
2101 soc->tx_comp_ring[index].alloc_size, in dp_init_tx_ring_pair_by_index()
3689 soc->tcl_cmd_credit_ring.alloc_size, in dp_soc_tcl_cmd_cred_srng_init()
3702 soc->tcl_cmd_credit_ring.alloc_size, in dp_soc_tcl_cmd_cred_srng_deinit()
[all …]
Ddp_umac_reset.c89 size_t alloc_size; in dp_soc_umac_reset_init() local
114 alloc_size = sizeof(htt_umac_hang_recovery_msg_shmem_t) + in dp_soc_umac_reset_init()
118 alloc_size, in dp_soc_umac_reset_init()
131 umac_reset_ctx->shmem_size = alloc_size; in dp_soc_umac_reset_init()
Ddp_main.c1291 (&srng->alloc_size, in dp_srng_aligned_mem_alloc_consistent()
1302 mem = qdf_aligned_mem_alloc_consistent(soc->osdev, &srng->alloc_size, in dp_srng_aligned_mem_alloc_consistent()
1310 srng, ring_type, srng->alloc_size, srng->num_entries); in dp_srng_aligned_mem_alloc_consistent()
1324 (srng->alloc_size, in dp_srng_mem_free_consistent()
1330 srng->alloc_size, in dp_srng_mem_free_consistent()
1399 mem = qdf_aligned_mem_alloc_consistent(soc->osdev, &srng->alloc_size, in dp_srng_aligned_mem_alloc_consistent()
1405 qdf_mem_set(srng->base_vaddr_unaligned, 0, srng->alloc_size); in dp_srng_aligned_mem_alloc_consistent()
1414 srng->alloc_size, in dp_srng_mem_free_consistent()
2266 if (srng->alloc_size && srng->base_vaddr_unaligned) { in dp_srng_free()
2272 srng->alloc_size = 0; in dp_srng_free()
[all …]
Ddp_ipa.c608 unsigned int alloc_size = uc_tx_buf_sz + ring_base_align - 1; in dp_ipa_tx_alt_pool_attach() local
648 nbuf = qdf_nbuf_frag_alloc(soc->osdev, alloc_size, 0, in dp_ipa_tx_alt_pool_attach()
1488 unsigned int alloc_size = uc_tx_buf_sz + ring_base_align - 1; in dp_tx_ipa_uc_attach() local
1527 nbuf = qdf_nbuf_frag_alloc(soc->osdev, alloc_size, 0, in dp_tx_ipa_uc_attach()
Ddp_internal.h4830 size_t alloc_size = max_entries_per_slot * entry_size; in dp_soc_frag_history_attach() local
4836 alloc_size); in dp_soc_frag_history_attach()
4838 history->entry[i] = qdf_mem_malloc(alloc_size); in dp_soc_frag_history_attach()
Ddp_types.h891 uint32_t alloc_size; member
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
Dservice_ready_util.c34 uint32_t alloc_size; in init_deinit_chainmask_table_alloc() local
50 alloc_size = in init_deinit_chainmask_table_alloc()
55 qdf_mem_malloc(alloc_size); in init_deinit_chainmask_table_alloc()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li.c443 soc->tx_comp_ring[3].alloc_size, in dp_deinit_txcomp_ring4()
461 soc->tx_comp_ring[3].alloc_size, in dp_init_txcomp_ring4()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be.c2153 be_soc->ppe2tcl_ring.alloc_size, in dp_soc_ppeds_srng_deinit()
2160 be_soc->reo2ppe_ring.alloc_size, in dp_soc_ppeds_srng_deinit()
2168 be_soc->ppeds_wbm_release_ring.alloc_size, in dp_soc_ppeds_srng_deinit()
2254 be_soc->reo2ppe_ring.alloc_size, in dp_soc_ppeds_srng_init()
2268 be_soc->ppe2tcl_ring.alloc_size, in dp_soc_ppeds_srng_init()
2285 be_soc->ppeds_wbm_release_ring.alloc_size, in dp_soc_ppeds_srng_init()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh.c47 qdf_mem_zero(srng->base_vaddr_unaligned, srng->alloc_size); in dp_srng_init_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.h1888 return ring->alloc_size / hal_srng_get_entrysize(soc->hal_soc, in dp_monitor_get_num_link_desc_ring_entries()
1905 return ring->alloc_size / hal_srng_get_entrysize(soc->hal_soc, in dp_monitor_get_num_link_desc_ring_entries()