Lines Matching refs:nss_mcs
41 u8 nss_mcs = (mcs_map >> (2 * (nss - 1))) & 3; in mt7915_mcu_get_sta_nss() local
43 if (nss_mcs != IEEE80211_VHT_MCS_NOT_SUPPORTED) in mt7915_mcu_get_sta_nss()
1066 u8 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_vht() local
1081 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1088 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1089 bf->ibf_ncol = nss_mcs; in mt7915_mcu_sta_bfer_vht()
1106 u8 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he() local
1122 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_he()
1132 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he()
1134 bf->ncol_bw160 = nss_mcs; in mt7915_mcu_sta_bfer_he()
1140 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he()
1143 bf->ncol_bw160 = min_t(u8, bf->ncol_bw160, nss_mcs); in mt7915_mcu_sta_bfer_he()
1145 bf->ncol_bw160 = nss_mcs; in mt7915_mcu_sta_bfer_he()