Home
last modified time | relevance | path

Searched refs:nss_mcs (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c85 u8 nss_mcs = (mcs_map >> (2 * (nss - 1))) & 3; in mt7996_mcu_get_sta_nss() local
87 if (nss_mcs != IEEE80211_VHT_MCS_NOT_SUPPORTED) in mt7996_mcu_get_sta_nss()
1261 u8 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_vht() local
1276 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1283 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1284 bf->ibf_ncol = nss_mcs; in mt7996_mcu_sta_bfer_vht()
1301 u8 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_he() local
1317 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_he()
1327 nss_mcs = mt7996_mcu_get_sta_nss(mcs_map); in mt7996_mcu_sta_bfer_he()
1329 bf->ncol_gt_bw80 = nss_mcs; in mt7996_mcu_sta_bfer_he()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c48 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()
1095 u8 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_vht() local
1110 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1117 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_vht()
1118 bf->ibf_ncol = nss_mcs; in mt7915_mcu_sta_bfer_vht()
1135 u8 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he() local
1151 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7915_mcu_sta_bfer_he()
1161 nss_mcs = mt7915_mcu_get_sta_nss(mcs_map); in mt7915_mcu_sta_bfer_he()
1163 bf->ncol_gt_bw80 = nss_mcs; in mt7915_mcu_sta_bfer_he()
[all …]