Searched refs:IWL_RATE_COUNT (Results 1 – 9 of 9) sorted by relevance
| /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 …]
|
| /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] = {
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rs.h | 115 #define IWL_RATES_MASK ((1 << IWL_RATE_COUNT) - 1) 285 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */ 373 struct rs_rate_stats tx_stats[RS_COLUMN_COUNT][IWL_RATE_COUNT];
|
| H A D | rs.c | 79 static const struct iwl_rs_rate_info iwl_rates[IWL_RATE_COUNT] = { 395 static const u16 expected_tpt_legacy[IWL_RATE_COUNT] = { 402 static const u16 expected_tpt_siso_20MHz[4][IWL_RATE_COUNT] = { 409 static const u16 expected_tpt_siso_40MHz[4][IWL_RATE_COUNT] = { 416 static const u16 expected_tpt_siso_80MHz[4][IWL_RATE_COUNT] = { 423 static const u16 expected_tpt_siso_160MHz[4][IWL_RATE_COUNT] = { 430 static const u16 expected_tpt_mimo2_20MHz[4][IWL_RATE_COUNT] = { 437 static const u16 expected_tpt_mimo2_40MHz[4][IWL_RATE_COUNT] = { 444 static const u16 expected_tpt_mimo2_80MHz[4][IWL_RATE_COUNT] = { 451 static const u16 expected_tpt_mimo2_160MHz[4][IWL_RATE_COUNT] = { [all …]
|
| H A D | mac-ctxt.c | 878 u16 lowest_cck = IWL_RATE_COUNT, lowest_ofdm = IWL_RATE_COUNT; in iwl_mvm_mac_ctxt_get_lowest_rate() 913 if (lowest_cck != IWL_RATE_COUNT) in iwl_mvm_mac_ctxt_get_lowest_rate() 915 else if (lowest_ofdm != IWL_RATE_COUNT) in iwl_mvm_mac_ctxt_get_lowest_rate() 919 } else if (lowest_ofdm != IWL_RATE_COUNT) { in iwl_mvm_mac_ctxt_get_lowest_rate()
|
| H A D | scan.c | 1018 static const int rate_to_scan_rate[IWL_RATE_COUNT] = { in rate_to_scan_rate_flag()
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | rs.h | 402 IWL_RATE_COUNT = IWL_LAST_HE_RATE + 1, enumerator 403 IWL_RATE_INVM_INDEX = IWL_RATE_COUNT, 404 IWL_RATE_INVALID = IWL_RATE_COUNT,
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | tx.c | 341 u16 lowest_cck = IWL_RATE_COUNT, lowest_ofdm = IWL_RATE_COUNT; in iwl_mld_get_lowest_rate() 368 if (lowest_cck != IWL_RATE_COUNT) in iwl_mld_get_lowest_rate() 370 else if (lowest_ofdm != IWL_RATE_COUNT) in iwl_mld_get_lowest_rate() 374 } else if (lowest_ofdm != IWL_RATE_COUNT) { in iwl_mld_get_lowest_rate()
|