Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_internal.h245 uint8_t dst_mcs_idx = MCS_INVALID_ARRAY_INDEX; in dp_get_mcs_array_index_by_pkt_type_mcs() local
249 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() local
286 dst_mcs_idx = in dp_get_mcs_array_index_by_pkt_type_mcs()
[all …]
H A Ddp_rx.c2587 uint8_t dst_mcs_idx; in dp_rx_msdu_extd_stats_update() local
2652 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()
H A Ddp_tx.c5240 uint8_t mcs, pkt_type, dst_mcs_idx; local
5249 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],