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()
1508 u8 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_vht() local
1523 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1530 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1531 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_vht()
1549 u8 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_he() local
1568 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_he()
1570 min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_he()
1579 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_he()
1581 bf->ncol_gt_bw80 = nss_mcs; in mt7996_mcu_sta_bfer_he()
1587 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_he()
1590 bf->ncol_gt_bw80 = min_t(u8, bf->ncol_gt_bw80, nss_mcs); in mt7996_mcu_sta_bfer_he()
1592 bf->ncol_gt_bw80 = nss_mcs; in mt7996_mcu_sta_bfer_he()
1614 u8 nss_mcs = u8_get_bits(eht_nss->bw._80.rx_tx_mcs9_max_nss, in mt7996_mcu_sta_bfer_eht() local
1628 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_eht()
1630 min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_eht()
1639 nss_mcs = u8_get_bits(eht_nss->bw._160.rx_tx_mcs9_max_nss, in mt7996_mcu_sta_bfer_eht()
1643 bf->ncol_gt_bw80 = nss_mcs; in mt7996_mcu_sta_bfer_eht()
1650 nss_mcs = u8_get_bits(eht_nss->bw._320.rx_tx_mcs9_max_nss, in mt7996_mcu_sta_bfer_eht()
1654 bf->ncol_gt_bw80 = nss_mcs << 4; in mt7996_mcu_sta_bfer_eht()