Home
last modified time | relevance | path

Searched refs:ch_band (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c988 const u8 ch_band[] = { in mt7921_mcu_config_sniffer() local
1013 u8 ch_band; in mt7921_mcu_config_sniffer() member
1034 if (chandef->chan->band < ARRAY_SIZE(ch_band)) in mt7921_mcu_config_sniffer()
1035 req.tlv.ch_band = ch_band[chandef->chan->band]; in mt7921_mcu_config_sniffer()
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c4719 le32_encode_bits(ch_info->ch_band, RTW89_H2C_CHINFO_W1_BAND) |
4789 le32_encode_bits(ch_info->ch_band, RTW89_H2C_CHINFO_BE_W1_CH_BAND) |
6002 if (ch_info->ch_band == RTW89_BAND_6G) {
6016 band = rtw89_hw_to_nl80211_band(ch_info->ch_band);
6039 ch_info->ch_band = op->band_type;
6045 if (ch_info->ch_band != RTW89_BAND_6G)
6076 band = rtw89_hw_to_nl80211_band(ch_info->ch_band);
6092 if (ch_info->ch_band == RTW89_BAND_6G) {
6106 if (ch_info->ch_band != RTW89_BAND_6G)
6151 ch_info->ch_band
[all...]
H A Dfw.h327 u8 ch_band:2;
347 u8 ch_band:2; in RTW89_SET_FWCMD_SEC_OFFSET()
263 u8 ch_band:2; global() member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c2941 static const u8 ch_band[] = { in mt7996_mcu_set_chan_info() local
2981 .channel_band = ch_band[chandef->chan->band], in mt7996_mcu_set_chan_info()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c2687 static const u8 ch_band[] = { in mt7915_mcu_set_chan_info() local
2720 .channel_band = ch_band[chandef->chan->band], in mt7915_mcu_set_chan_info()