Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li.c476 QDF_STATUS dp_alloc_txcomp_ring4(struct dp_soc *soc, uint32_t tx_comp_ring_size, in dp_alloc_txcomp_ring4() argument
481 tx_comp_ring_size, cached)) { in dp_alloc_txcomp_ring4()
506 QDF_STATUS dp_alloc_txcomp_ring4(struct dp_soc *soc, uint32_t tx_comp_ring_size, in dp_alloc_txcomp_ring4() argument
526 uint32_t tx_comp_ring_size; in dp_soc_srng_alloc_li() local
532 tx_comp_ring_size = wlan_cfg_tx_comp_ring_size(soc_cfg_ctx); in dp_soc_srng_alloc_li()
537 if (dp_alloc_txcomp_ring4(soc, tx_comp_ring_size, cached)) in dp_soc_srng_alloc_li()
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_tx.c1351 unsigned int tx_comp_ring_size; in htt_tx_ipa_uc_attach() local
1362 tx_comp_ring_size = qdf_get_pwr2(uc_tx_buf_cnt) in htt_tx_ipa_uc_attach()
1366 tx_comp_ring_size); in htt_tx_ipa_uc_attach()
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
Dwlan_ipa_priv.h485 uint32_t tx_comp_ring_size; member
/wlan-driver/qca-wifi-host-cmn/wlan_cfg/
Dwlan_cfg.c4241 wlan_cfg_ctx->tx_comp_ring_size = cfg_get(psoc, in wlan_cfg_soc_attach()
4877 return cfg->tx_comp_ring_size; in wlan_cfg_tx_comp_ring_size()
4883 cfg->tx_comp_ring_size = ring_size; in wlan_cfg_set_tx_comp_ring_size()
5127 cfg->tx_comp_ring_size = cfg->tx_comp_ring_size_nss; in wlan_cfg_set_dp_soc_nss_cfg()
Dwlan_cfg.h394 int tx_comp_ring_size; member
/wlan-driver/fw-api/fw/
Dwdi_ipa.h905 A_UINT32 tx_comp_ring_size; /* word 1 */ member
Dhtt.h5069 A_UINT32 tx_comp_ring_size;\
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
Dwlan_ipa_stats.c649 uc_fw_stat->tx_comp_ring_size, in wlan_ipa_print_fw_wdi_stats()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rings_main.c2135 int tx_comp_ring_size; in dp_alloc_tx_ring_pair_by_index() local
2155 tx_comp_ring_size = wlan_cfg_tx_comp_ring_size(soc_cfg_ctx); in dp_alloc_tx_ring_pair_by_index()
2156 dp_ipa_get_tx_comp_ring_size(index, &tx_comp_ring_size, soc_cfg_ctx); in dp_alloc_tx_ring_pair_by_index()
2166 tx_comp_ring_size, cached)) { in dp_alloc_tx_ring_pair_by_index()
Ddp_ipa.c3235 ipa_res->tx_comp_ring_size; in dp_ipa_setup()
Ddp_stats.c5658 soc_cfg_ctx->tx_comp_ring_size); in dp_print_soc_cfg_params()