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()
1126 u8 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_vht() local
1141 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1148 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1149 bf->ibf_ncol = nss_mcs; in mt7915_mcu_sta_bfer_vht()
1166 u8 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he() local
1182 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_he()
1192 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he()
1194 bf->ncol_gt_bw80 = nss_mcs; in mt7915_mcu_sta_bfer_he()
1200 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he()
1203 bf->ncol_gt_bw80 = min_t(u8, bf->ncol_gt_bw80, nss_mcs); in mt7915_mcu_sta_bfer_he()
1205 bf->ncol_gt_bw80 = nss_mcs; in mt7915_mcu_sta_bfer_he()