Home
last modified time | relevance | path

Searched refs:ibf_ncol (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1501 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_ht()
1529 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, bf->ncol); in mt7996_mcu_sta_bfer_vht()
1536 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_vht()
1574 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_he()
1634 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_eht()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1116 bf->ibf_ncol = n; in mt7915_mcu_sta_bfer_ht()
1142 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_vht()
1149 bf->ibf_ncol = nss_mcs; in mt7915_mcu_sta_bfer_vht()
1183 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_he()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h481 u8 ibf_ncol; member