Lines Matching refs:nrow
1492 bf->nrow = hweight8(phy->mt76->antenna_mask) - 1; in mt7996_mcu_sta_bfer_ht()
1493 bf->ncol = min_t(u8, bf->nrow, n); in mt7996_mcu_sta_bfer_ht()
1518 bf->nrow = min_t(u8, min_t(u8, snd_dim, sts), tx_ant); in mt7996_mcu_sta_bfer_vht()
1519 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1523 bf->nrow = 1; in mt7996_mcu_sta_bfer_vht()
1525 bf->nrow = tx_ant; in mt7996_mcu_sta_bfer_vht()
1526 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_vht()
1562 bf->nrow = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_he()
1563 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_he()
1620 bf->nrow = min_t(u8, snd_dim, sts); in mt7996_mcu_sta_bfer_eht()
1621 bf->ncol = min_t(u8, nss_mcs, bf->nrow); in mt7996_mcu_sta_bfer_eht()
1705 if (ebf && bf->nrow != tx_ant) in mt7996_mcu_sta_bfer_tlv()
1708 bf->mem_20m = matrix[bf->nrow][bf->ncol]; in mt7996_mcu_sta_bfer_tlv()
1733 u8 nrow = 0; in mt7996_mcu_sta_bfee_tlv() local
1747 nrow = HE_PHY(CAP5_BEAMFORMEE_NUM_SND_DIM_UNDER_80MHZ_MASK, in mt7996_mcu_sta_bfee_tlv()
1752 nrow = FIELD_GET(IEEE80211_VHT_CAP_SOUNDING_DIMENSIONS_MASK, in mt7996_mcu_sta_bfee_tlv()
1757 bfee->fb_identity_matrix = (nrow == 1 && tx_ant == 2); in mt7996_mcu_sta_bfee_tlv()