Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1159 bf->ibf_ncol = n; in mt7915_mcu_sta_bfer_ht()
1185 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_vht()
1192 bf->ibf_ncol = nss_mcs; in mt7915_mcu_sta_bfer_vht()
1225 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_he()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1855 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_ht()
1883 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, bf->ncol); in mt7996_mcu_sta_bfer_vht()
1890 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_vht()
1929 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_he()
1993 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_eht()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h506 u8 ibf_ncol; member