Searched refs:IWL_RATE_COUNT (Results 1 – 3 of 3) sorted by relevance
48 IWL_RATE_COUNT, /*FIXME:RS:change to IWL_RATE_INDEX_COUNT,*/ enumerator49 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 */
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 …]
879 u16 lowest_cck = IWL_RATE_COUNT, lowest_ofdm = IWL_RATE_COUNT; in iwl_mvm_mac_ctxt_get_lowest_rate()924 if (lowest_cck != IWL_RATE_COUNT) in iwl_mvm_mac_ctxt_get_lowest_rate()926 else if (lowest_ofdm != IWL_RATE_COUNT) in iwl_mvm_mac_ctxt_get_lowest_rate()930 } else if (lowest_ofdm != IWL_RATE_COUNT) { in iwl_mvm_mac_ctxt_get_lowest_rate()