Home
last modified time | relevance | path

Searched refs:n_bitrates (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-parse.c
H A Diwl-nvm-parse.c1190 sband->n_bitrates = N_RATES_24; in iwl_set_radio_cfg()
1203 sband->n_bitrates = N_RATES_52; in iwl_set_radio_cfg()
1221 sband->n_bitrates = N_RATES_52; in iwl_flip_hw_address()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c340 sband->n_bitrates = n_rates; in mt76_init_sband()
1880 int i, offset = 0, len = sband->n_bitrates; in mt76_get_rate()
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.c217 .n_bitrates = ARRAY_SIZE(rtw_ratetable),
231 .n_bitrates = ARRAY_SIZE(rtw_ratetable) - 4,
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c397 for (i = 0; i < sband->n_bitrates; i++) in ath12k_mac_bitrate_to_idx()
500 for (i = 0; i < sband->n_bitrates; i++) { in ath12k_mac_hw_rate_to_idx()
6994 band->n_bitrates = ath12k_g_rates_size; in ath12k_mac_setup_channels_rates()
7021 band->n_bitrates = ath12k_a_rates_size; in ath12k_mac_setup_channels_rates()
7043 band->n_bitrates = ath12k_a_rates_size; in ath12k_mac_setup_channels_rates()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dfw.c841 mvm->nvm_data->bands[0].n_bitrates = 1; in iwl_mvm_sar_select_profile()
H A Dscan.c1046 for (i = 0; i < band->n_bitrates; i++) in iwl_mvm_scan_config_rates()
1049 for (i = 0; i < band->n_bitrates; i++) in iwl_mvm_fill_scan_dwell()
3596 (1 << mvm->hw->wiphy->bands[i]->n_bitrates) - 1;
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h827 int n_bitrates; member
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c295 .n_bitrates = ARRAY_SIZE(rtw89_bitrates), in rtw89_traffic_stats_accu()
307 .n_bitrates = ARRAY_SIZE(rtw89_bitrates) - 4, in rtw89_get_channel_params()
319 .n_bitrates = ARRAY_SIZE(rtw89_bitrates) - 4, in rtw89_get_channel_params()
H A Dphy.c628 BIT(sband->n_bitrates) - 1, false)) in rtw89_phy_get_txsc()
634 BIT(sband->n_bitrates) - 1, false)) in rtw89_phy_get_txsc()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c428 for (i = 0; i < sband->n_bitrates; i++) in ath11k_mac_bitrate_to_idx()
543 for (i = 0; i < sband->n_bitrates; i++) { in ath11k_mac_hw_rate_to_idx()
9198 band->n_bitrates = ath11k_g_rates_size; in ath11k_mac_setup_channels_rates()
9225 band->n_bitrates = ath11k_a_rates_size; in ath11k_mac_setup_channels_rates()
9253 band->n_bitrates = ath11k_a_rates_size; in ath11k_mac_setup_channels_rates()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c135 for (i = 0; i < sband->n_bitrates; i++) { in ath10k_mac_hw_rate_to_idx()
156 for (i = 0; i < sband->n_bitrates; i++) in ath10k_mac_bitrate_to_idx()
10042 band->n_bitrates = ath10k_g_rates_rev2_size;
10045 band->n_bitrates = ath10k_g_rates_size;
10064 band->n_bitrates = ath10k_a_rates_size;
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c804 for (i = 0; i < supband->n_bitrates; i++) { in lkpi_lsta_alloc()
6757 lhw->max_rates = max(lhw->max_rates, supband->n_bitrates);