Lines Matching refs:nss_mcs

111 		u8 nss_mcs = (mcs_map >> (2 * (nss - 1))) & 3;  in mt7996_mcu_get_sta_nss()  local
113 if (nss_mcs != IEEE80211_VHT_MCS_NOT_SUPPORTED) in mt7996_mcu_get_sta_nss()
1523 u8 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_vht() local
1538 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1545 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1546 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_vht()
1564 u8 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_he() local
1583 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_he()
1585 min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_he()
1594 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_he()
1596 bf->ncol_gt_bw80 = nss_mcs; in mt7996_mcu_sta_bfer_he()
1602 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_he()
1605 bf->ncol_gt_bw80 = min_t(u8, bf->ncol_gt_bw80, nss_mcs); in mt7996_mcu_sta_bfer_he()
1607 bf->ncol_gt_bw80 = nss_mcs; in mt7996_mcu_sta_bfer_he()
1629 u8 nss_mcs = u8_get_bits(eht_nss->bw._80.rx_tx_mcs9_max_nss, in mt7996_mcu_sta_bfer_eht() local
1643 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_eht()
1645 min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_eht()
1654 nss_mcs = u8_get_bits(eht_nss->bw._160.rx_tx_mcs9_max_nss, in mt7996_mcu_sta_bfer_eht()
1658 bf->ncol_gt_bw80 = nss_mcs; in mt7996_mcu_sta_bfer_eht()
1665 nss_mcs = u8_get_bits(eht_nss->bw._320.rx_tx_mcs9_max_nss, in mt7996_mcu_sta_bfer_eht()
1669 bf->ncol_gt_bw80 = nss_mcs << 4; in mt7996_mcu_sta_bfer_eht()