Searched refs:IWL_RATE_COUNT (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rs.h | 48 IWL_RATE_COUNT, /*FIXME:RS:change to IWL_RATE_INDEX_COUNT,*/ enumerator 49 IWL_RATE_COUNT_LEGACY = IWL_RATE_COUNT - 1, /* Excluding 60M */ 50 IWL_RATE_INVM_INDEX = IWL_RATE_COUNT, 51 IWL_RATE_INVALID = IWL_RATE_COUNT, 159 #define IWL_RATES_MASK ((1 << IWL_RATE_COUNT) - 1) 244 extern const struct iwl_rate_info iwl_rates[IWL_RATE_COUNT]; 300 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */
|
H A D | rs.c | 78 const struct iwl_rate_info iwl_rates[IWL_RATE_COUNT] = { 160 static const u16 expected_tpt_legacy[IWL_RATE_COUNT] = { 164 static const u16 expected_tpt_siso20MHz[4][IWL_RATE_COUNT] = { 171 static const u16 expected_tpt_siso40MHz[4][IWL_RATE_COUNT] = { 178 static const u16 expected_tpt_mimo2_20MHz[4][IWL_RATE_COUNT] = { 185 static const u16 expected_tpt_mimo2_40MHz[4][IWL_RATE_COUNT] = { 192 static const u16 expected_tpt_mimo3_20MHz[4][IWL_RATE_COUNT] = { 199 static const u16 expected_tpt_mimo3_40MHz[4][IWL_RATE_COUNT] = { 435 if (scale_index < 0 || scale_index >= IWL_RATE_COUNT) in rs_collect_tx_data() 719 for (mask = (1 << i); i < IWL_RATE_COUNT; i++, mask <<= 1) { in rs_get_adjacent_rate() [all …]
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | rs.h | 278 IWL_RATE_COUNT = IWL_LAST_HE_RATE + 1, enumerator 279 IWL_RATE_INVM_INDEX = IWL_RATE_COUNT, 280 IWL_RATE_INVALID = IWL_RATE_COUNT,
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rs.h | 115 #define IWL_RATES_MASK ((1 << IWL_RATE_COUNT) - 1) 283 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */ 371 struct rs_rate_stats tx_stats[RS_COLUMN_COUNT][IWL_RATE_COUNT];
|
H A D | rs.c | 78 static const struct iwl_rs_rate_info iwl_rates[IWL_RATE_COUNT] = { 394 static const u16 expected_tpt_legacy[IWL_RATE_COUNT] = { 401 static const u16 expected_tpt_siso_20MHz[4][IWL_RATE_COUNT] = { 408 static const u16 expected_tpt_siso_40MHz[4][IWL_RATE_COUNT] = { 415 static const u16 expected_tpt_siso_80MHz[4][IWL_RATE_COUNT] = { 422 static const u16 expected_tpt_siso_160MHz[4][IWL_RATE_COUNT] = { 429 static const u16 expected_tpt_mimo2_20MHz[4][IWL_RATE_COUNT] = { 436 static const u16 expected_tpt_mimo2_40MHz[4][IWL_RATE_COUNT] = { 443 static const u16 expected_tpt_mimo2_80MHz[4][IWL_RATE_COUNT] = { 450 static const u16 expected_tpt_mimo2_160MHz[4][IWL_RATE_COUNT] = { [all …]
|
H A D | mac-ctxt.c | 889 u16 lowest_cck = IWL_RATE_COUNT, lowest_ofdm = IWL_RATE_COUNT; in iwl_mvm_mac_ctxt_get_lowest_rate() 934 if (lowest_cck != IWL_RATE_COUNT) in iwl_mvm_mac_ctxt_get_lowest_rate() 936 else if (lowest_ofdm != IWL_RATE_COUNT) in iwl_mvm_mac_ctxt_get_lowest_rate() 940 } else if (lowest_ofdm != IWL_RATE_COUNT) { in iwl_mvm_mac_ctxt_get_lowest_rate()
|
H A D | scan.c | 1008 static const int rate_to_scan_rate[IWL_RATE_COUNT] = { in rate_to_scan_rate_flag()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | rs.c | 17 static const u8 fw_rate_idx_to_plcp[IWL_RATE_COUNT] = { 33 static const struct iwl_rate_mcs_info rate_mcs[IWL_RATE_COUNT] = {
|