Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_tx.c1239 unsigned int tx_buffer_count_pwr2; in htt_tx_ipa_uc_wdi_tx_buf_alloc() local
1298 tx_buffer_count_pwr2 = qdf_rounddown_pow_of_two(tx_buffer_count + 1) in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1300 if (tx_buffer_count > tx_buffer_count_pwr2) { in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1303 __func__, tx_buffer_count, tx_buffer_count_pwr2); in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1306 for (idx = tx_buffer_count_pwr2; idx < tx_buffer_count; idx++) { in htt_tx_ipa_uc_wdi_tx_buf_alloc()
1317 return tx_buffer_count_pwr2; in htt_tx_ipa_uc_wdi_tx_buf_alloc()