Searched refs:snd_dim (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 1519 u8 sts, snd_dim; in mt7996_mcu_sta_bfer_vht() local 1527 bf->nrow = min_t(u8, min_t(u8, snd_dim, sts), tx_ant); in mt7996_mcu_sta_bfer_vht() 1555 u8 snd_dim, sts; in mt7996_mcu_sta_bfer_he() local 1568 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_UNDER_80MHZ_MASK, in mt7996_mcu_sta_bfer_he() 1572 bf->nrow = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_he() 1600 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_ABOVE_80MHZ_MASK, in mt7996_mcu_sta_bfer_he() 1605 bf->nrow_gt_bw80 = min_t(int, snd_dim, sts); in mt7996_mcu_sta_bfer_he() 1621 u8 snd_dim, sts; in mt7996_mcu_sta_bfer_eht() local 1632 bf->nrow = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_eht() 1647 bf->nrow_gt_bw80 = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_eht() [all …]
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 1132 u8 sts, snd_dim; in mt7915_mcu_sta_bfer_vht() local 1138 snd_dim = FIELD_GET(IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK, in mt7915_mcu_sta_bfer_vht() 1140 bf->nrow = min_t(u8, min_t(u8, snd_dim, sts), tx_ant); in mt7915_mcu_sta_bfer_vht() 1167 u8 snd_dim, sts; in mt7915_mcu_sta_bfer_he() local 1177 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_UNDER_80MHZ_MASK, in mt7915_mcu_sta_bfer_he() 1181 bf->nrow = min_t(u8, snd_dim, sts); in mt7915_mcu_sta_bfer_he() 1208 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_ABOVE_80MHZ_MASK, in mt7915_mcu_sta_bfer_he() 1213 bf->nrow_gt_bw80 = min_t(int, snd_dim, sts); in mt7915_mcu_sta_bfer_he()
|