Searched refs:snd_dim (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 1266 u8 sts, snd_dim; in mt7996_mcu_sta_bfer_vht() local 1272 snd_dim = FIELD_GET(IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK, in mt7996_mcu_sta_bfer_vht() 1274 bf->nrow = min_t(u8, min_t(u8, snd_dim, sts), tx_ant); in mt7996_mcu_sta_bfer_vht() 1301 u8 snd_dim, sts; in mt7996_mcu_sta_bfer_he() local 1314 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_UNDER_80MHZ_MASK, in mt7996_mcu_sta_bfer_he() 1318 bf->nrow = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_he() 1345 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_ABOVE_80MHZ_MASK, in mt7996_mcu_sta_bfer_he() 1350 bf->nrow_gt_bw80 = min_t(int, snd_dim, sts); in mt7996_mcu_sta_bfer_he() 1365 u8 snd_dim, sts; in mt7996_mcu_sta_bfer_eht() local 1373 snd_dim = EHT_PHY(CAP2_SOUNDING_DIM_80MHZ_MASK, ve->phy_cap_info[2]); in mt7996_mcu_sta_bfer_eht() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 1103 u8 sts, snd_dim; in mt7915_mcu_sta_bfer_vht() local 1109 snd_dim = FIELD_GET(IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK, in mt7915_mcu_sta_bfer_vht() 1111 bf->nrow = min_t(u8, min_t(u8, snd_dim, sts), tx_ant); in mt7915_mcu_sta_bfer_vht() 1138 u8 snd_dim, sts; in mt7915_mcu_sta_bfer_he() local 1148 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_UNDER_80MHZ_MASK, in mt7915_mcu_sta_bfer_he() 1152 bf->nrow = min_t(u8, snd_dim, sts); in mt7915_mcu_sta_bfer_he() 1179 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_ABOVE_80MHZ_MASK, in mt7915_mcu_sta_bfer_he() 1184 bf->nrow_gt_bw80 = min_t(int, snd_dim, sts); in mt7915_mcu_sta_bfer_he()
|