/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | init.c | 242 mt7996_mac_init_band(struct mt7996_dev *dev, u8 band) in mt7996_mac_init_band() 340 enum mt76_band_id band) in mt7996_register_phy() 424 mt7996_unregister_phy(struct mt7996_phy *phy, enum mt76_band_id band) in mt7996_unregister_phy() 597 mt7996_init_he_caps(struct mt7996_phy *phy, enum nl80211_band band, in mt7996_init_he_caps() 724 mt7996_init_eht_caps(struct mt7996_phy *phy, enum nl80211_band band, in mt7996_init_eht_caps() 821 enum nl80211_band band) in __mt7996_set_stream_he_eht_caps()
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | testmode.h | 10 u8 band; member 15 u8 band; member 25 u8 band; member 32 u8 band; member 65 u8 band; member
|
H A D | eeprom.c | 147 u8 band = phy->mt76->band_idx; in mt7915_eeprom_parse_band_config() local 192 u8 band = phy->mt76->band_idx; in mt7915_eeprom_parse_hw_cap() local 319 s8 mt7915_eeprom_get_power_delta(struct mt7915_dev *dev, int band) in mt7915_eeprom_get_power_delta()
|
H A D | testmode.c | 23 u32 band[2]; member 201 u8 band = phy->mt76->band_idx; in mt7915_tm_set_ipg_params() local 340 u8 band = phy->mt76->band_idx; in mt7915_tm_reg_backup_restore() local 520 u8 band = phy->mt76->band_idx; in mt7915_tm_set_tx_cont() local
|
H A D | main.c | 485 bool band = phy->mt76->band_idx; in mt7915_config() local 524 bool band = phy->mt76->band_idx; in mt7915_configure_filter() local 920 bool band = phy->mt76->band_idx; in __mt7915_get_tsf() local 965 bool band = phy->mt76->band_idx; in mt7915_set_tsf() local 996 bool band = phy->mt76->band_idx; in mt7915_offset_tsf() local 1039 u8 band = phy->mt76->band_idx; in mt7915_set_antenna() local
|
H A D | init.c | 466 mt7915_mac_init_band(struct mt7915_dev *dev, u8 band) in mt7915_mac_init_band() 971 mt7915_init_he_caps(struct mt7915_phy *phy, enum nl80211_band band, in mt7915_init_he_caps() 1149 struct ieee80211_supported_band *band; in mt7915_set_stream_he_caps() local
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_eeprom.c | 91 bool mt76x02_ext_pa_enabled(struct mt76x02_dev *dev, enum nl80211_band band) in mt76x02_ext_pa_enabled() 102 void mt76x02_get_rx_gain(struct mt76x02_dev *dev, enum nl80211_band band, in mt76x02_get_rx_gain()
|
H A D | mt792x_acpi_sar.c | 202 enum nl80211_band band, s8 dyn_power) in mt792x_asar_get_geo_pwr() 262 u8 *limit, band, max; in mt792x_asar_range_pwr() local
|
H A D | mt76_connac_mcu.c | 171 int mt76_connac_mcu_set_mac_enable(struct mt76_dev *dev, int band, bool enable, in mt76_connac_mcu_set_mac_enable() 176 u8 band; in mt76_connac_mcu_set_mac_enable() member 210 int mt76_connac_mcu_set_rts_thresh(struct mt76_dev *dev, u32 val, u8 band) in mt76_connac_mcu_set_rts_thresh() 214 u8 band; in mt76_connac_mcu_set_rts_thresh() member 783 enum nl80211_band band, struct ieee80211_sta *sta) in mt76_connac_get_phy_mode_v2() 833 enum nl80211_band band = chandef->chan->band; in mt76_connac_mcu_sta_tlv() local 1283 enum nl80211_band band, struct ieee80211_sta *sta) in mt76_connac_get_phy_mode() 1336 enum nl80211_band band) in mt76_connac_get_phy_mode_ext() 1372 enum nl80211_band band = phy->chandef.chan->band; in mt76_connac_get_he_phy_cap() local 1384 enum nl80211_band band = phy->chandef.chan->band; in mt76_connac_get_eht_phy_cap() local [all …]
|
H A D | mt792x_acpi_sar.h | 51 struct mt792x_asar_geo_band band[2]; member 64 struct mt792x_asar_geo_band band[3]; member
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt76x2/ |
H A D | phy.c | 46 enum nl80211_band band) in mt76x2_phy_set_txpower_regs() 185 enum nl80211_band band, u8 bw) in mt76x2_configure_tx_delay()
|
H A D | pci_phy.c | 122 enum nl80211_band band = chan->band; in mt76x2_phy_set_channel() local
|
/freebsd-src/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 690 enum nl80211_band band; in ath11k_mac_get_target_pdev_id_from_vif() local 1812 enum nl80211_band band; in ath11k_peer_assoc_h_rates() local 1872 enum nl80211_band band; in ath11k_peer_assoc_h_ht() local 2069 enum nl80211_band band; in ath11k_peer_assoc_h_vht() local 2267 enum nl80211_band band; in ath11k_peer_assoc_h_he() local 2507 enum nl80211_band band; in ath11k_peer_assoc_h_he_6ghz() local 2752 enum nl80211_band band; in ath11k_peer_assoc_h_phymode() local 3408 enum nl80211_band band; in ath11k_mac_op_bss_info_changed() local 4345 enum nl80211_band band, in ath11k_mac_bitrate_mask_num_ht_rates() 4359 enum nl80211_band band, in ath11k_mac_bitrate_mask_num_vht_rates() [all …]
|
/freebsd-src/sys/contrib/dev/rtw89/ |
H A D | phy.c | 141 enum nl80211_band band; rtw89_phy_ra_mask_cfg() local 204 u8 band = chan->band_type; rtw89_phy_ra_gi_ltf() local 479 u8 band = chan->band_type; rtw89_phy_rate_pattern_vif() local 1585 rtw89_phy_read_txpwr_byrate(struct rtw89_dev * rtwdev,u8 band,const struct rtw89_rate_desc * rate_desc) rtw89_phy_read_txpwr_byrate() argument 1633 rtw89_channel_to_idx(struct rtw89_dev * rtwdev,u8 band,u8 channel) rtw89_channel_to_idx() argument 1653 rtw89_phy_read_txpwr_limit(struct rtw89_dev * rtwdev,u8 band,u8 bw,u8 ntx,u8 rs,u8 bf,u8 ch) rtw89_phy_read_txpwr_limit() argument 1702 __fill_txpwr_limit_nonbf_bf(ptr,band,bw,ntx,rs,ch) global() argument 1715 rtw89_phy_fill_txpwr_limit_20m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit * lmt,u8 band,u8 ntx,u8 ch) rtw89_phy_fill_txpwr_limit_20m() argument 1730 rtw89_phy_fill_txpwr_limit_40m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit * lmt,u8 band,u8 ntx,u8 ch,u8 pri_ch) rtw89_phy_fill_txpwr_limit_40m() argument 1751 rtw89_phy_fill_txpwr_limit_80m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit * lmt,u8 band,u8 ntx,u8 ch,u8 pri_ch) rtw89_phy_fill_txpwr_limit_80m() argument 1792 rtw89_phy_fill_txpwr_limit_160m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit * lmt,u8 band,u8 ntx,u8 ch,u8 pri_ch) rtw89_phy_fill_txpwr_limit_160m() argument 1882 u8 band = chan->band_type; rtw89_phy_fill_txpwr_limit() local 1908 rtw89_phy_read_txpwr_limit_ru(struct rtw89_dev * rtwdev,u8 band,u8 ru,u8 ntx,u8 ch) rtw89_phy_read_txpwr_limit_ru() argument 1959 rtw89_phy_fill_txpwr_limit_ru_20m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru * lmt_ru,u8 band,u8 ntx,u8 ch) rtw89_phy_fill_txpwr_limit_ru_20m() argument 1975 rtw89_phy_fill_txpwr_limit_ru_40m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru * lmt_ru,u8 band,u8 ntx,u8 ch) rtw89_phy_fill_txpwr_limit_ru_40m() argument 2000 rtw89_phy_fill_txpwr_limit_ru_80m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru * lmt_ru,u8 band,u8 ntx,u8 ch) rtw89_phy_fill_txpwr_limit_ru_80m() argument 2043 rtw89_phy_fill_txpwr_limit_ru_160m(struct rtw89_dev * rtwdev,struct rtw89_txpwr_limit_ru * lmt_ru,u8 band,u8 ntx,u8 ch) rtw89_phy_fill_txpwr_limit_ru_160m() argument 2075 u8 band = chan->band_type; rtw89_phy_fill_txpwr_limit_ru() local 2113 u8 band = chan->band_type; rtw89_phy_set_txpwr_byrate() local 2166 u8 band = chan->band_type; rtw89_phy_set_txpwr_offset() local 4670 rtw89_encode_chan_idx(struct rtw89_dev * rtwdev,u8 central_ch,u8 band) rtw89_encode_chan_idx() argument 4711 rtw89_decode_chan_idx(struct rtw89_dev * rtwdev,u8 chan_idx,u8 * ch,enum nl80211_band * band) rtw89_decode_chan_idx() argument [all...] |
H A D | chan.c | 9 rtw89_get_subband_type(enum rtw89_band band,u8 center_chan) rtw89_get_subband_type() argument 87 rtw89_chan_create(struct rtw89_chan * chan,u8 center_chan,u8 primary_chan,enum rtw89_band band,enum rtw89_bandwidth bandwidth) rtw89_chan_create() argument [all...] |
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/ |
H A D | scan.c | 161 iwl_mvm_scan_rate_n_flags(struct iwl_mvm * mvm,enum nl80211_band band,bool no_cck) iwl_mvm_scan_rate_n_flags() argument 182 iwl_mvm_get_traffic_load_band(struct iwl_mvm * mvm,enum nl80211_band band) iwl_mvm_get_traffic_load_band() argument 275 iwl_mvm_get_scan_type_band(struct iwl_mvm * mvm,struct ieee80211_vif * vif,enum nl80211_band band) iwl_mvm_get_scan_type_band() argument 942 u8 band; iwl_mvm_scan_lmac() local 1032 struct ieee80211_supported_band *band; iwl_mvm_scan_config_rates() local 1061 struct ieee80211_supported_band *band; iwl_mvm_fill_channels() local 1445 u8 band; global() member 1483 iwl_mvm_scan_ch_and_band_to_idx(u8 channel_id,u8 band) iwl_mvm_scan_ch_and_band_to_idx() argument 1522 iwl_mvm_scan_ch_add_n_aps_override(enum nl80211_iftype vif_type,u8 ch_id,u8 band,u8 * ch_bitmap,size_t bitmap_n_entries) iwl_mvm_scan_ch_add_n_aps_override() argument 1591 enum nl80211_band band = channels[i]->band; iwl_mvm_umac_scan_cfg_channels() local 1616 enum nl80211_band band = channels[i]->band; iwl_mvm_umac_scan_cfg_channels_v4() local 1643 enum nl80211_band band = channels[i]->band; iwl_mvm_umac_scan_cfg_channels_v7() local 2839 enum nl80211_band band; global() member 2874 _iwl_mvm_get_respect_p2p_go(struct iwl_mvm * mvm,struct ieee80211_vif * vif,bool low_latency,enum nl80211_band band) _iwl_mvm_get_respect_p2p_go() argument 2895 iwl_mvm_get_respect_p2p_go_band(struct iwl_mvm * mvm,struct ieee80211_vif * vif,enum nl80211_band band) iwl_mvm_get_respect_p2p_go_band() argument [all...] |
H A D | utils.c | 142 enum nl80211_band band) in iwl_mvm_legacy_hw_idx_to_mac80211_idx() argument 157 enum nl80211_band band) in iwl_mvm_legacy_rate_to_mac80211_idx() argument 527 enum nl80211_band band; iwl_mvm_ll_iter() local 551 iwl_mvm_low_latency_band(struct iwl_mvm * mvm,enum nl80211_band band) iwl_mvm_low_latency_band() argument 919 u32 *band = _data; iwl_mvm_tcm_iterator() local 936 u32 band[NUM_MAC_INDEX_DRIVER] = {0}; iwl_mvm_calc_tcm_stats() local [all...] |
H A D | rs.c | 78 enum nl80211_band band) in iwl_mvm_rs_rate_init()
|
/freebsd-src/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 1302 enum nl80211_band band; in ath12k_peer_assoc_h_rates() local 1362 enum nl80211_band band; in ath12k_peer_assoc_h_ht() local 1523 enum nl80211_band band; in ath12k_peer_assoc_h_vht() local 1996 enum nl80211_band band; in ath12k_peer_assoc_h_phymode() local 2498 enum nl80211_band band; in ath12k_mac_op_bss_info_changed() local 3277 enum nl80211_band band, in ath12k_mac_bitrate_mask_num_vht_rates() 3293 enum nl80211_band band) in ath12k_mac_set_peer_vht_fixed_rate() 3344 enum nl80211_band band; in ath12k_station_assoc() local 3450 enum nl80211_band band; in ath12k_sta_rc_update_wk() local 4269 struct ieee80211_supported_band *band; in ath12k_mac_setup_ht_vht_cap() local [all …]
|
H A D | reg.c | 100 enum nl80211_band band; in ath12k_reg_update_chan_list() local
|
/freebsd-src/sys/contrib/dev/iwlwifi/ |
H A D | iwl-eeprom-parse.c |
|
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | phy-ctxt.h | 50 u8 band; member 67 u8 band; member
|
H A D | offload.h | 54 __le16 band; global() member
|
/freebsd-src/sys/contrib/dev/rtw88/ |
H A D | phy.h | 70 u8 band; member 78 u32 band; member
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | testmode.c | 56 enum nl80211_band band = chandef->chan->band; in mt7615_tm_set_tx_power() local 61 u8 band; in mt7615_tm_set_tx_power() member
|