Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
H A Ddp_ratetable.c6808 int end_index, int **rates) in __dp_get_supported_rates() argument
6815 end_index < 0 || end_index >= DP_RATE_TABLE_SIZE) in __dp_get_supported_rates()
6819 for (i = start_index; i <= end_index; i++) { in __dp_get_supported_rates()
6829 for (i = start_index; i <= end_index; i++) { in __dp_get_supported_rates()
6839 for (i = start_index; i <= end_index; i++) { in __dp_get_supported_rates()
6849 for (i = start_index; i <= end_index; i++) { in __dp_get_supported_rates()
6874 int start_index = -1, end_index = -1; in dp_get_supported_rates() local
6880 end_index = CCK_RATE_TABLE_END_INDEX; in dp_get_supported_rates()
6886 end_index = OFDMA_RATE_TABLE_END_INDEX; in dp_get_supported_rates()
6892 end_index = OFDMA_RATE_TABLE_END_INDEX; in dp_get_supported_rates()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5018/
H A Dhal_5018_tx.h133 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_5018() local
143 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_5018()
149 if (end_index < start_index) { in hal_tx_update_dscp_tid_5018()
150 end_bits = end_index + 1; in hal_tx_update_dscp_tid_5018()
170 if (end_index < start_index) in hal_tx_update_dscp_tid_5018()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9000/
H A Dhal_9000_tx.h133 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_9000() local
143 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_9000()
149 if (end_index < start_index) { in hal_tx_update_dscp_tid_9000()
150 end_bits = end_index + 1; in hal_tx_update_dscp_tid_9000()
170 if (end_index < start_index) in hal_tx_update_dscp_tid_9000()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6122/
H A Dhal_qcn6122_tx.h132 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_6122() local
142 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_6122()
148 if (end_index < start_index) { in hal_tx_update_dscp_tid_6122()
149 end_bits = end_index + 1; in hal_tx_update_dscp_tid_6122()
169 if (end_index < start_index) in hal_tx_update_dscp_tid_6122()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v2/
H A Dhal_8074v2_tx.h136 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_8074v2() local
145 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_8074v2()
151 if (end_index < start_index) { in hal_tx_update_dscp_tid_8074v2()
152 end_bits = end_index + 1; in hal_tx_update_dscp_tid_8074v2()
172 if (end_index < start_index) in hal_tx_update_dscp_tid_8074v2()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/
H A Dhal_5332_tx.h120 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_5332() local
130 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_5332()
136 if (end_index < start_index) { in hal_tx_update_dscp_tid_5332()
137 end_bits = end_index + 1; in hal_tx_update_dscp_tid_5332()
157 if (end_index < start_index) in hal_tx_update_dscp_tid_5332()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
H A Dhal_6432_tx.h135 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_6432() local
145 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_6432()
151 if (end_index < start_index) { in hal_tx_update_dscp_tid_6432()
152 end_bits = end_index + 1; in hal_tx_update_dscp_tid_6432()
172 if (end_index < start_index) in hal_tx_update_dscp_tid_6432()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
H A Dhal_9224_tx.h214 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_9224() local
224 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_9224()
230 if (end_index < start_index) { in hal_tx_update_dscp_tid_9224()
231 end_bits = end_index + 1; in hal_tx_update_dscp_tid_9224()
251 if (end_index < start_index) in hal_tx_update_dscp_tid_9224()