Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_eht.c982 uint8_t dcm_index; in wma_match_eht_rate() local
994 for (dcm_index = 0; dcm_index < dcm_index_max; dcm_index++) { in wma_match_eht_rate()
996 nss1_rate = &eht_mcs_nss1[index].supported_eht320_rate[dcm_index][0]; in wma_match_eht_rate()
997 nss2_rate = &eht_mcs_nss2[index].supported_eht320_rate[dcm_index][0]; in wma_match_eht_rate()
1007 nss1_rate = &eht_mcs_nss1[index].supported_eht160_rate[dcm_index][0]; in wma_match_eht_rate()
1008 nss2_rate = &eht_mcs_nss2[index].supported_eht160_rate[dcm_index][0]; in wma_match_eht_rate()
1019 nss1_rate = &eht_mcs_nss1[index].supported_eht80_rate[dcm_index][0]; in wma_match_eht_rate()
1020 nss2_rate = &eht_mcs_nss2[index].supported_eht80_rate[dcm_index][0]; in wma_match_eht_rate()
1035 nss1_rate = &eht_mcs_nss1[index].supported_eht40_rate[dcm_index][0]; in wma_match_eht_rate()
1036 nss2_rate = &eht_mcs_nss2[index].supported_eht40_rate[dcm_index][0]; in wma_match_eht_rate()
[all …]
H A Dwma_utils.c350 uint8_t dcm_index = 0; in wma_match_he_rate() local
368 for (dcm_index = 0; dcm_index < dcm_index_max; in wma_match_he_rate()
369 dcm_index++) { in wma_match_he_rate()
372 supported_he160_rate[dcm_index][0]; in wma_match_he_rate()
374 supported_he160_rate[dcm_index][0]; in wma_match_he_rate()
387 supported_he80_rate[dcm_index][0]; in wma_match_he_rate()
389 supported_he80_rate[dcm_index][0]; in wma_match_he_rate()
405 supported_he40_rate[dcm_index][0]; in wma_match_he_rate()
407 supported_he40_rate[dcm_index][0]; in wma_match_he_rate()
425 supported_he20_rate[dcm_index][0]; in wma_match_he_rate()
[all …]