Lines Matching refs:nss_mcs
48 u8 nss_mcs = (mcs_map >> (2 * (nss - 1))) & 3; in mt7915_mcu_get_sta_nss() local
50 if (nss_mcs != IEEE80211_VHT_MCS_NOT_SUPPORTED) in mt7915_mcu_get_sta_nss()
1128 u8 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_vht() local
1143 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1150 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1151 bf->ibf_ncol = nss_mcs; in mt7915_mcu_sta_bfer_vht()
1168 u8 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he() local
1184 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_he()
1194 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he()
1196 bf->ncol_gt_bw80 = nss_mcs; in mt7915_mcu_sta_bfer_he()
1202 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he()
1205 bf->ncol_gt_bw80 = min_t(u8, bf->ncol_gt_bw80, nss_mcs); in mt7915_mcu_sta_bfer_he()
1207 bf->ncol_gt_bw80 = nss_mcs; in mt7915_mcu_sta_bfer_he()