Searched refs:dst_mcs_idx (Results 1 – 3 of 3) sorted by relevance
245 uint8_t dst_mcs_idx = MCS_INVALID_ARRAY_INDEX; in dp_get_mcs_array_index_by_pkt_type_mcs() local249 dst_mcs_idx = in dp_get_mcs_array_index_by_pkt_type_mcs()253 dst_mcs_idx = in dp_get_mcs_array_index_by_pkt_type_mcs()257 dst_mcs_idx = in dp_get_mcs_array_index_by_pkt_type_mcs()261 dst_mcs_idx = in dp_get_mcs_array_index_by_pkt_type_mcs()265 dst_mcs_idx = in dp_get_mcs_array_index_by_pkt_type_mcs()269 dst_mcs_idx = in dp_get_mcs_array_index_by_pkt_type_mcs()276 return dst_mcs_idx; in dp_get_mcs_array_index_by_pkt_type_mcs()282 uint8_t dst_mcs_idx = MCS_INVALID_ARRAY_INDEX; in dp_get_mcs_array_index_by_pkt_type_mcs() local286 dst_mcs_idx = in dp_get_mcs_array_index_by_pkt_type_mcs()[all …]
2587 uint8_t dst_mcs_idx; in dp_rx_msdu_extd_stats_update() local2652 dst_mcs_idx = dp_get_mcs_array_index_by_pkt_type_mcs(pkt_type, mcs); in dp_rx_msdu_extd_stats_update()2653 if (MCS_INVALID_ARRAY_INDEX != dst_mcs_idx) in dp_rx_msdu_extd_stats_update()2655 rx.pkt_type[pkt_type].mcs_count[dst_mcs_idx], in dp_rx_msdu_extd_stats_update()
5240 uint8_t mcs, pkt_type, dst_mcs_idx; local5249 dst_mcs_idx = dp_get_mcs_array_index_by_pkt_type_mcs(pkt_type, mcs);5250 if (MCS_INVALID_ARRAY_INDEX != dst_mcs_idx)5252 tx.pkt_type[pkt_type].mcs_count[dst_mcs_idx],