Home
last modified time | relevance | path

Searched refs:tx_buffer_count (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_tx.c1138 unsigned int tx_buffer_count; in htt_tx_ipa_uc_wdi_tx_buf_alloc() local
1147 for (tx_buffer_count = 0; in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1148 tx_buffer_count < (uc_tx_buf_cnt - 1); tx_buffer_count++) { in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1154 tx_buffer_count); in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1168 tx_buffer_count) << 16; in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1193 pdev->ipa_uc_tx_rsc.tx_buf_pool_strg[tx_buffer_count] = in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1203 return tx_buffer_count; in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1238 unsigned int tx_buffer_count; in htt_tx_ipa_uc_wdi_tx_buf_alloc() local
1249 for (tx_buffer_count = 0; in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1250 tx_buffer_count < (uc_tx_buf_cnt - 1); tx_buffer_count++) { in htt_tx_ipa_uc_wdi_tx_buf_alloc()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_ipa.c589 uint32_t tx_buffer_count; in dp_ipa_tx_alt_pool_attach() local
646 for (tx_buffer_count = 0; in dp_ipa_tx_alt_pool_attach()
647 tx_buffer_count < max_alloc_count - 1; tx_buffer_count++) { in dp_ipa_tx_alt_pool_attach()
674 tx_buffer_count] = (void *)nbuf; in dp_ipa_tx_alt_pool_attach()
680 soc->ipa_uc_tx_rsc_alt.alloc_tx_buf_cnt = tx_buffer_count; in dp_ipa_tx_alt_pool_attach()
682 if (tx_buffer_count) { in dp_ipa_tx_alt_pool_attach()
683 dp_info("IPA TX buffer pool2: %d allocated", tx_buffer_count); in dp_ipa_tx_alt_pool_attach()
1469 uint32_t tx_buffer_count; in dp_tx_ipa_uc_attach() local
1525 for (tx_buffer_count = 0; in dp_tx_ipa_uc_attach()
1526 tx_buffer_count < max_alloc_count - 1; tx_buffer_count++) { in dp_tx_ipa_uc_attach()
[all …]