Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_types.h115 uint32_t alloc_tx_buf_cnt; member
H A Dhtt_tx.c1218 for (idx = 0; idx < pdev->ipa_uc_tx_rsc.alloc_tx_buf_cnt; idx++) { in htt_tx_buf_pool_free()
1324 for (idx = 0; idx < pdev->ipa_uc_tx_rsc.alloc_tx_buf_cnt; idx++) { in htt_tx_buf_pool_free()
1388 pdev->ipa_uc_tx_rsc.alloc_tx_buf_cnt = htt_tx_ipa_uc_wdi_tx_buf_alloc( in htt_tx_ipa_uc_attach()
H A Dhtt_h2t.c1054 pdev->ipa_uc_tx_rsc.alloc_tx_buf_cnt); in htt_h2t_ipa_uc_rsc_cfg_msg()
1215 pdev->ipa_uc_tx_rsc.alloc_tx_buf_cnt); in htt_h2t_ipa_uc_rsc_cfg_msg()
H A Dhtt.c978 *tx_num_alloc_buffer = (uint32_t)pdev->ipa_uc_tx_rsc.alloc_tx_buf_cnt; in htt_ipa_uc_get_resource()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_ipa.c218 uint32_t tx_buffer_cnt = soc->ipa_uc_tx_rsc.alloc_tx_buf_cnt; in __dp_ipa_tx_buf_smmu_mapping()
562 for (idx = 0; idx < soc->ipa_uc_tx_rsc_alt.alloc_tx_buf_cnt; idx++) { in dp_ipa_tx_alt_pool_detach()
680 soc->ipa_uc_tx_rsc_alt.alloc_tx_buf_cnt = tx_buffer_count; in dp_ipa_tx_alt_pool_attach()
701 (uint32_t)soc->ipa_uc_tx_rsc_alt.alloc_tx_buf_cnt; in dp_ipa_tx_alt_ring_get_resource()
892 tx_buffer_cnt = rsc->alloc_tx_buf_cnt; in dp_ipa_tx_alt_buf_smmu_mapping()
1338 for (idx = 0; idx < soc->ipa_uc_tx_rsc.alloc_tx_buf_cnt; idx++) { in dp_tx_ipa_uc_detach()
1569 soc->ipa_uc_tx_rsc.alloc_tx_buf_cnt = tx_buffer_count; in dp_tx_ipa_uc_attach()
1931 (uint32_t)soc->ipa_uc_tx_rsc.alloc_tx_buf_cnt; in dp_ipa_get_resource()
H A Ddp_types.h2148 uint32_t alloc_tx_buf_cnt; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_ipa.c301 tx_buffer_cnt = htt_pdev->ipa_uc_tx_rsc.alloc_tx_buf_cnt; in __ol_txrx_ipa_tx_buf_smmu_mapping()