/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/ |
H A D | dp_li.c | 442 wlan_minidump_remove(soc->tx_comp_ring[3].base_vaddr_unaligned, in dp_deinit_txcomp_ring4() 443 soc->tx_comp_ring[3].alloc_size, in dp_deinit_txcomp_ring4() 446 dp_srng_deinit(soc, &soc->tx_comp_ring[3], WBM2SW_RELEASE, 0); in dp_deinit_txcomp_ring4() 454 if (dp_srng_init(soc, &soc->tx_comp_ring[3], in dp_init_txcomp_ring4() 460 wlan_minidump_log(soc->tx_comp_ring[3].base_vaddr_unaligned, in dp_init_txcomp_ring4() 461 soc->tx_comp_ring[3].alloc_size, in dp_init_txcomp_ring4() 472 dp_srng_free(soc, &soc->tx_comp_ring[3]); in dp_free_txcomp_ring4() 480 if (dp_srng_alloc(soc, &soc->tx_comp_ring[3], WBM2SW_RELEASE, in dp_alloc_txcomp_ring4()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_txrx_ipa.c | 129 &ipa_res->tx_comp_ring, in ol_txrx_ipa_uc_get_resource() 141 &ipa_res->tx_comp_ring->mem_info)) || in ol_txrx_ipa_uc_get_resource() 416 &ipa_res->tx_comp_ring->sgtable, in ol_txrx_ipa_wdi_tx_smmu_params() 419 ipa_res->tx_comp_ring->mem_info.size; in ol_txrx_ipa_wdi_tx_smmu_params() 483 &ipa_res->tx_comp_ring->sgtable, in ol_txrx_ipa_wdi_tx_smmu_params() 486 ipa_res->tx_comp_ring->mem_info.size; in ol_txrx_ipa_wdi_tx_smmu_params() 558 &ipa_res->tx_comp_ring->mem_info); in ol_txrx_ipa_wdi_tx_params() 560 ipa_res->tx_comp_ring->mem_info.size; in ol_txrx_ipa_wdi_tx_params() 621 &ipa_res->tx_comp_ring->mem_info); in ol_txrx_ipa_wdi_tx_params() 623 ipa_res->tx_comp_ring->mem_info.size; in ol_txrx_ipa_wdi_tx_params() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_ipa.c | 593 soc->tx_comp_ring[IPA_TX_ALT_COMP_RING_IDX].hal_srng; in dp_ipa_tx_alt_pool_attach() 765 soc->tx_comp_ring[IPA_TX_ALT_COMP_RING_IDX].hal_srng; in dp_ipa_tx_alt_ring_resource_setup() 1046 soc->tx_comp_ring[IPA_TX_COMP_RING_IDX].hal_srng; in dp_ipa_tx_comp_ring_init_hp() 1056 soc->tx_comp_ring[IPA_TX_ALT_COMP_RING_IDX].hal_srng; in dp_ipa_tx_comp_ring_init_hp() 1069 wbm_srng = soc->tx_comp_ring[IPA_TX_COMP_RING_IDX].hal_srng; in dp_ipa_tx_comp_ring_update_hp_addr() 1075 wbm_srng = soc->tx_comp_ring[IPA_TX_ALT_COMP_RING_IDX].hal_srng; in dp_ipa_tx_comp_ring_update_hp_addr() 1085 soc->tx_comp_ring[IPA_TX_COMP_RING_IDX].hal_srng; in dp_ipa_set_tx_doorbell_paddr() 1099 soc->tx_comp_ring[IPA_TX_ALT_COMP_RING_IDX].hal_srng; in dp_ipa_set_tx_doorbell_paddr() 1116 wbm_srng = soc->tx_comp_ring[IPA_TX_COMP_RING_IDX].hal_srng; in dp_ipa_reset_tx_doorbell_pa() 1127 wbm_srng = soc->tx_comp_ring[IPA_TX_ALT_COMP_RING_IDX].hal_srng; in dp_ipa_reset_tx_doorbell_pa() [all …]
|
H A D | dp_rings_main.c | 614 soc->tx_comp_ring[index].hal_srng, in dp_service_srngs() 2035 wlan_minidump_remove(soc->tx_comp_ring[index].base_vaddr_unaligned, in dp_deinit_tx_pair_by_index() 2036 soc->tx_comp_ring[index].alloc_size, in dp_deinit_tx_pair_by_index() 2040 dp_srng_deinit(soc, &soc->tx_comp_ring[index], WBM2SW_RELEASE, in dp_deinit_tx_pair_by_index() 2089 if (dp_srng_init(soc, &soc->tx_comp_ring[index], WBM2SW_RELEASE, in dp_init_tx_ring_pair_by_index() 2098 &soc->tx_comp_ring[index], index); in dp_init_tx_ring_pair_by_index() 2100 wlan_minidump_log(soc->tx_comp_ring[index].base_vaddr_unaligned, in dp_init_tx_ring_pair_by_index() 2101 soc->tx_comp_ring[index].alloc_size, in dp_init_tx_ring_pair_by_index() 2120 dp_srng_free(soc, &soc->tx_comp_ring[index]); in dp_free_tx_ring_pair_by_index() 2165 if (dp_srng_alloc(soc, &soc->tx_comp_ring[index], WBM2SW_RELEASE, in dp_alloc_tx_ring_pair_by_index() [all …]
|
H A D | dp_types.h | 2837 struct dp_srng tx_comp_ring[MAX_TCL_DATA_RINGS]; member 3297 qdf_shared_mem_t tx_comp_ring; member
|
H A D | dp_tx.c | 6721 struct dp_srng *tx_comp_ring = &soc->tx_comp_ring[ring_id]; local 6740 ring_near_full = dp_srng_test_and_update_nf_params(soc, tx_comp_ring,
|
H A D | dp_stats.c | 6010 &pdev->soc->tx_comp_ring[i], in dp_print_wbm2sw_ring_stats_from_hal() 6022 &pdev->soc->tx_comp_ring[i], in dp_print_wbm2sw_ring_stats_from_hal() 8385 soc->tx_comp_ring[ring].hal_srng, in dp_dump_srng_high_wm_stats()
|
H A D | dp_htt.c | 3090 &pdev->soc->tx_comp_ring[i],
|
H A D | dp_main.c | 7289 soc->tx_comp_ring[ring].hal_srng); in dp_srng_clear_ring_usage_wm_stats() 12719 hal_get_sw_hptp(hal_soc, soc->tx_comp_ring[i].hal_srng, in dp_check_pending_tx()
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_tx.c | 1144 ring_vaddr = (target_paddr_t *)pdev->ipa_uc_tx_rsc.tx_comp_ring->vaddr; in htt_tx_ipa_uc_wdi_tx_buf_alloc() 1246 ring_vaddr = pdev->ipa_uc_tx_rsc.tx_comp_ring->vaddr; in htt_tx_ipa_uc_wdi_tx_buf_alloc() 1364 pdev->ipa_uc_tx_rsc.tx_comp_ring = in htt_tx_ipa_uc_attach() 1367 if (!pdev->ipa_uc_tx_rsc.tx_comp_ring || in htt_tx_ipa_uc_attach() 1368 !pdev->ipa_uc_tx_rsc.tx_comp_ring->vaddr) { in htt_tx_ipa_uc_attach() 1398 pdev->ipa_uc_tx_rsc.tx_comp_ring); in htt_tx_ipa_uc_attach() 1420 pdev->ipa_uc_tx_rsc.tx_comp_ring); in htt_tx_ipa_uc_detach()
|
H A D | htt.c | 963 qdf_shared_mem_t **tx_comp_ring, in htt_ipa_uc_get_resource() argument 973 *tx_comp_ring = pdev->ipa_uc_tx_rsc.tx_comp_ring; in htt_ipa_uc_get_resource()
|
H A D | htt_types.h | 111 qdf_shared_mem_t *tx_comp_ring; member
|
H A D | htt_h2t.c | 1061 &pdev->ipa_uc_tx_rsc.tx_comp_ring->mem_info)); in htt_h2t_ipa_uc_rsc_cfg_msg() 1064 mem_info_t = &pdev->ipa_uc_tx_rsc.tx_comp_ring->mem_info; in htt_h2t_ipa_uc_rsc_cfg_msg() 1222 &pdev->ipa_uc_tx_rsc.tx_comp_ring->mem_info)); in htt_h2t_ipa_uc_rsc_cfg_msg()
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_htt_api.h | 242 qdf_shared_mem_t **tx_comp_ring,
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_mob_def.h | 430 qdf_shared_mem_t *tx_comp_ring; member
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/ |
H A D | dp_be_tx.c | 1753 struct dp_srng *tx_comp_ring = &soc->tx_comp_ring[ring_id]; in dp_tx_comp_nf_handler() local 1756 if (dp_srng_get_near_full_level(soc, tx_comp_ring) < in dp_tx_comp_nf_handler() 1760 qdf_atomic_set(&tx_comp_ring->near_full, 1); in dp_tx_comp_nf_handler()
|
H A D | dp_be.c | 2050 soc->tx_comp_ring[ring].hal_srng, in dp_service_near_full_srngs_be()
|