Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c1627 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_ht()
1655 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, bf->ncol); in mt7996_mcu_sta_bfer_vht()
1662 bf->ibf_ncol = min_t(u8, MT7996_IBF_MAX_NC, nss_mcs); in mt7996_mcu_sta_bfer_vht()
1700 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_he()
1760 bf->ibf_ncol = explicit ? min_t(u8, MT7996_IBF_MAX_NC, bf->ncol) : in mt7996_mcu_sta_bfer_eht()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c1145 bf->ibf_ncol = n; in mt7915_mcu_sta_bfer_ht()
1171 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_vht()
1178 bf->ibf_ncol = nss_mcs; in mt7915_mcu_sta_bfer_vht()
1212 bf->ibf_ncol = bf->ncol; in mt7915_mcu_sta_bfer_he()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h485 u8 ibf_ncol; member