Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1608 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_ht()
1609 min_t(u8, MT7996_IBF_MAX_NC, n); in mt7996_mcu_sta_bfer_ht()
1636 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, bf->ncol); in mt7996_mcu_sta_bfer_vht()
1643 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_vht()
1681 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_he()
1682 min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_he()
1741 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_eht()
1742 min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_eht()
H A Dmt7996.h89 #define MT7996_IBF_MAX_NC 2 macro