Searched refs:snd_dim (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 1510 u8 sts, snd_dim; in mt7996_mcu_sta_bfer_vht() local 1518 bf->nrow = min_t(u8, min_t(u8, snd_dim, sts), tx_ant); in mt7996_mcu_sta_bfer_vht() 1545 u8 snd_dim, sts; in mt7996_mcu_sta_bfer_he() local 1558 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_UNDER_80MHZ_MASK, in mt7996_mcu_sta_bfer_he() 1562 bf->nrow = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_he() 1589 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_ABOVE_80MHZ_MASK, in mt7996_mcu_sta_bfer_he() 1594 bf->nrow_gt_bw80 = min_t(int, snd_dim, sts); in mt7996_mcu_sta_bfer_he() 1609 u8 snd_dim, sts; in mt7996_mcu_sta_bfer_eht() local 1620 bf->nrow = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_eht() 1634 bf->nrow_gt_bw80 = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_eht() [all …]
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 1111 u8 sts, snd_dim; in mt7915_mcu_sta_bfer_vht() local 1117 snd_dim = FIELD_GET(IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK, in mt7915_mcu_sta_bfer_vht() 1119 bf->nrow = min_t(u8, min_t(u8, snd_dim, sts), tx_ant); in mt7915_mcu_sta_bfer_vht() 1146 u8 snd_dim, sts; in mt7915_mcu_sta_bfer_he() local 1156 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_UNDER_80MHZ_MASK, in mt7915_mcu_sta_bfer_he() 1160 bf->nrow = min_t(u8, snd_dim, sts); in mt7915_mcu_sta_bfer_he() 1187 snd_dim = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_ABOVE_80MHZ_MASK, in mt7915_mcu_sta_bfer_he() 1192 bf->nrow_gt_bw80 = min_t(int, snd_dim, sts); in mt7915_mcu_sta_bfer_he()
|