/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5018/ |
H A D | hal_5018_tx.h | 133 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_5018() local 142 start_index = dscp * HAL_TX_BITS_PER_TID; in hal_tx_update_dscp_tid_5018() 143 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_5018() 145 start_index = start_index % HAL_TX_NUM_DSCP_REGISTER_SIZE; in hal_tx_update_dscp_tid_5018() 149 if (end_index < start_index) { in hal_tx_update_dscp_tid_5018() 152 start_value = tid << start_index; in hal_tx_update_dscp_tid_5018() 157 start_value = tid << start_index; in hal_tx_update_dscp_tid_5018() 170 if (end_index < start_index) in hal_tx_update_dscp_tid_5018() 173 regval &= ~(7 << start_index); in hal_tx_update_dscp_tid_5018()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9000/ |
H A D | hal_9000_tx.h | 133 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_9000() local 142 start_index = dscp * HAL_TX_BITS_PER_TID; in hal_tx_update_dscp_tid_9000() 143 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_9000() 145 start_index = start_index % HAL_TX_NUM_DSCP_REGISTER_SIZE; in hal_tx_update_dscp_tid_9000() 149 if (end_index < start_index) { in hal_tx_update_dscp_tid_9000() 152 start_value = tid << start_index; in hal_tx_update_dscp_tid_9000() 157 start_value = tid << start_index; in hal_tx_update_dscp_tid_9000() 170 if (end_index < start_index) in hal_tx_update_dscp_tid_9000() 173 regval &= ~(7 << start_index); in hal_tx_update_dscp_tid_9000()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6122/ |
H A D | hal_qcn6122_tx.h | 132 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_6122() local 141 start_index = dscp * HAL_TX_BITS_PER_TID; in hal_tx_update_dscp_tid_6122() 142 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_6122() 144 start_index = start_index % HAL_TX_NUM_DSCP_REGISTER_SIZE; in hal_tx_update_dscp_tid_6122() 148 if (end_index < start_index) { in hal_tx_update_dscp_tid_6122() 151 start_value = tid << start_index; in hal_tx_update_dscp_tid_6122() 156 start_value = tid << start_index; in hal_tx_update_dscp_tid_6122() 169 if (end_index < start_index) in hal_tx_update_dscp_tid_6122() 172 regval &= ~(7 << start_index); in hal_tx_update_dscp_tid_6122()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca8074v2/ |
H A D | hal_8074v2_tx.h | 136 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_8074v2() local 144 start_index = dscp * HAL_TX_BITS_PER_TID; in hal_tx_update_dscp_tid_8074v2() 145 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_8074v2() 147 start_index = start_index % HAL_TX_NUM_DSCP_REGISTER_SIZE; in hal_tx_update_dscp_tid_8074v2() 151 if (end_index < start_index) { in hal_tx_update_dscp_tid_8074v2() 154 start_value = tid << start_index; in hal_tx_update_dscp_tid_8074v2() 159 start_value = tid << start_index; in hal_tx_update_dscp_tid_8074v2() 172 if (end_index < start_index) in hal_tx_update_dscp_tid_8074v2() 175 regval &= ~(7 << start_index); in hal_tx_update_dscp_tid_8074v2()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5332/ |
H A D | hal_5332_tx.h | 120 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_5332() local 129 start_index = dscp * HAL_TX_BITS_PER_TID; in hal_tx_update_dscp_tid_5332() 130 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_5332() 132 start_index = start_index % HAL_TX_NUM_DSCP_REGISTER_SIZE; in hal_tx_update_dscp_tid_5332() 136 if (end_index < start_index) { in hal_tx_update_dscp_tid_5332() 139 start_value = tid << start_index; in hal_tx_update_dscp_tid_5332() 144 start_value = tid << start_index; in hal_tx_update_dscp_tid_5332() 157 if (end_index < start_index) in hal_tx_update_dscp_tid_5332() 160 regval &= ~(7 << start_index); in hal_tx_update_dscp_tid_5332()
|
/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/ |
H A D | dp_ratetable.c | 6807 static int __dp_get_supported_rates(int shortgi, int start_index, in __dp_get_supported_rates() argument 6814 if (start_index < 0 || start_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 6879 start_index = CCK_RATE_TABLE_INDEX; in dp_get_supported_rates() 6885 start_index = OFDM_RATE_TABLE_INDEX; in dp_get_supported_rates() 6891 start_index = CCK_RATE_TABLE_INDEX; in dp_get_supported_rates() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/ |
H A D | hal_6432_tx.h | 135 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_6432() local 144 start_index = dscp * HAL_TX_BITS_PER_TID; in hal_tx_update_dscp_tid_6432() 145 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_6432() 147 start_index = start_index % HAL_TX_NUM_DSCP_REGISTER_SIZE; in hal_tx_update_dscp_tid_6432() 151 if (end_index < start_index) { in hal_tx_update_dscp_tid_6432() 154 start_value = tid << start_index; in hal_tx_update_dscp_tid_6432() 159 start_value = tid << start_index; in hal_tx_update_dscp_tid_6432() 172 if (end_index < start_index) in hal_tx_update_dscp_tid_6432() 175 regval &= ~(7 << start_index); in hal_tx_update_dscp_tid_6432()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/ |
H A D | hal_9224_tx.h | 214 uint32_t start_index, end_index; in hal_tx_update_dscp_tid_9224() local 223 start_index = dscp * HAL_TX_BITS_PER_TID; in hal_tx_update_dscp_tid_9224() 224 end_index = (start_index + (HAL_TX_BITS_PER_TID - 1)) in hal_tx_update_dscp_tid_9224() 226 start_index = start_index % HAL_TX_NUM_DSCP_REGISTER_SIZE; in hal_tx_update_dscp_tid_9224() 230 if (end_index < start_index) { in hal_tx_update_dscp_tid_9224() 233 start_value = tid << start_index; in hal_tx_update_dscp_tid_9224() 238 start_value = tid << start_index; in hal_tx_update_dscp_tid_9224() 251 if (end_index < start_index) in hal_tx_update_dscp_tid_9224() 254 regval &= ~(7 << start_index); in hal_tx_update_dscp_tid_9224()
|
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/ |
H A D | dfs_process_radarevent.c | 222 int start_index = 0, current_index, next_index; in dfs_is_real_radar() local 277 start_index = index; /* save for future use */ in dfs_is_real_radar() 286 current_index = start_index; in dfs_is_real_radar() 334 if (dl->dl_min_sidx > pl->pl_elems[start_index].p_sidx) in dfs_is_real_radar() 335 dl->dl_min_sidx = pl->pl_elems[start_index].p_sidx; in dfs_is_real_radar() 337 if (dl->dl_max_sidx < pl->pl_elems[start_index].p_sidx) in dfs_is_real_radar() 338 dl->dl_max_sidx = pl->pl_elems[start_index].p_sidx; in dfs_is_real_radar()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_tasklet.c | 187 uint32_t index, start_index; in hif_ce_latency_stats() local 221 start_index = stats->record_index[i]; in hif_ce_latency_stats() 232 if (index == start_index) in hif_ce_latency_stats()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/ |
H A D | wlan_mgmt_txrx_rx_reo.c | 2325 int start_index; in mgmt_rx_reo_debug_print_egress_frame_info() local 2346 start_index = egress_frame_debug_info->next_index; in mgmt_rx_reo_debug_print_egress_frame_info() 2348 start_index = 0; in mgmt_rx_reo_debug_print_egress_frame_info() 2352 start_index = (egress_frame_debug_info->next_index - in mgmt_rx_reo_debug_print_egress_frame_info() 2364 start_index, num_entries_to_print); in mgmt_rx_reo_debug_print_egress_frame_info() 2384 index = start_index; in mgmt_rx_reo_debug_print_egress_frame_info() 4985 int start_index; in mgmt_rx_reo_debug_print_ingress_frame_info() local 5006 start_index = ingress_frame_debug_info->next_index; in mgmt_rx_reo_debug_print_ingress_frame_info() 5008 start_index = 0; in mgmt_rx_reo_debug_print_ingress_frame_info() 5012 start_index = (ingress_frame_debug_info->next_index - in mgmt_rx_reo_debug_print_ingress_frame_info() [all …]
|