Searched refs:n_bitrates (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-eeprom-parse.c |
|
H A D | iwl-nvm-parse.c | 1190 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 D | mac80211.c | 340 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 D | main.c | 217 .n_bitrates = ARRAY_SIZE(rtw_ratetable), 231 .n_bitrates = ARRAY_SIZE(rtw_ratetable) - 4,
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 397 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 D | fw.c | 841 mvm->nvm_data->bands[0].n_bitrates = 1; in iwl_mvm_sar_select_profile()
|
H A D | scan.c | 1046 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 D | cfg80211.h | 827 int n_bitrates; member
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.c | 295 .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 D | phy.c | 628 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 D | mac.c | 428 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 D | mac.c | 135 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 D | linux_80211.c | 804 for (i = 0; i < supband->n_bitrates; i++) { in lkpi_lsta_alloc() 6757 lhw->max_rates = max(lhw->max_rates, supband->n_bitrates);
|