Searched refs:tx_comp_ring_size (Results 1 – 11 of 11) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/ |
D | dp_li.c | 476 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/ |
D | htt_tx.c | 1351 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/ |
D | wlan_ipa_priv.h | 485 uint32_t tx_comp_ring_size; member
|
/wlan-driver/qca-wifi-host-cmn/wlan_cfg/ |
D | wlan_cfg.c | 4241 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()
|
D | wlan_cfg.h | 394 int tx_comp_ring_size; member
|
/wlan-driver/fw-api/fw/ |
D | wdi_ipa.h | 905 A_UINT32 tx_comp_ring_size; /* word 1 */ member
|
D | htt.h | 5069 A_UINT32 tx_comp_ring_size;\
|
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/ |
D | wlan_ipa_stats.c | 649 uc_fw_stat->tx_comp_ring_size, in wlan_ipa_print_fw_wdi_stats()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_rings_main.c | 2135 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()
|
D | dp_ipa.c | 3235 ipa_res->tx_comp_ring_size; in dp_ipa_setup()
|
D | dp_stats.c | 5658 soc_cfg_ctx->tx_comp_ring_size); in dp_print_soc_cfg_params()
|