Home
last modified time | relevance | path

Searched refs:IWL_RATE_COUNT (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.h37 * struct iwl_rate_info iwl_rates[IWL_RATE_COUNT];
53 IWL_RATE_COUNT, /*FIXME:RS:change to IWL_RATE_INDEX_COUNT,*/ enumerator
54 IWL_RATE_COUNT_LEGACY = IWL_RATE_COUNT - 1, /* Excluding 60M */
55 IWL_RATE_INVM_INDEX = IWL_RATE_COUNT,
56 IWL_RATE_INVALID = IWL_RATE_COUNT,
164 #define IWL_RATES_MASK ((1 << IWL_RATE_COUNT) - 1)
249 extern const struct iwl_rate_info iwl_rates[IWL_RATE_COUNT];
305 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */
H A Drs.c83 const struct iwl_rate_info iwl_rates[IWL_RATE_COUNT] = {
165 static const u16 expected_tpt_legacy[IWL_RATE_COUNT] = {
169 static const u16 expected_tpt_siso20MHz[4][IWL_RATE_COUNT] = {
176 static const u16 expected_tpt_siso40MHz[4][IWL_RATE_COUNT] = {
183 static const u16 expected_tpt_mimo2_20MHz[4][IWL_RATE_COUNT] = {
190 static const u16 expected_tpt_mimo2_40MHz[4][IWL_RATE_COUNT] = {
197 static const u16 expected_tpt_mimo3_20MHz[4][IWL_RATE_COUNT] = {
204 static const u16 expected_tpt_mimo3_40MHz[4][IWL_RATE_COUNT] = {
212 static const struct iwl_rate_mcs_info iwl_rate_mcs[IWL_RATE_COUNT] = {
457 if (scale_index < 0 || scale_index >= IWL_RATE_COUNT) in rs_collect_tx_data()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.h32 * struct iwl_rate_info iwl_rates[IWL_RATE_COUNT];
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 Drs.c78 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; in rs_get_adjacent_rate()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h40 IWL_RATE_INVM_INDEX = IWL_RATE_COUNT,
41 IWL_RATE_INVALID = IWL_RATE_COUNT,
126 #define IWL_RATES_MASK ((1 << IWL_RATE_COUNT) - 1)
305 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */
391 struct rs_rate_stats tx_stats[RS_COLUMN_COUNT][IWL_RATE_COUNT];
H A Drs.c83 static const struct iwl_rs_rate_info iwl_rates[IWL_RATE_COUNT] = {
400 static const u16 expected_tpt_legacy[IWL_RATE_COUNT] = {
407 static const u16 expected_tpt_siso_20MHz[4][IWL_RATE_COUNT] = {
414 static const u16 expected_tpt_siso_40MHz[4][IWL_RATE_COUNT] = {
421 static const u16 expected_tpt_siso_80MHz[4][IWL_RATE_COUNT] = {
428 static const u16 expected_tpt_siso_160MHz[4][IWL_RATE_COUNT] = {
435 static const u16 expected_tpt_mimo2_20MHz[4][IWL_RATE_COUNT] = {
442 static const u16 expected_tpt_mimo2_40MHz[4][IWL_RATE_COUNT] = {
449 static const u16 expected_tpt_mimo2_80MHz[4][IWL_RATE_COUNT] = {
456 static const u16 expected_tpt_mimo2_160MHz[4][IWL_RATE_COUNT]
[all...]
H A Dutils.c196 static const u8 fw_rate_idx_to_plcp[IWL_RATE_COUNT] = {
H A Dscan.c1056 static const int rate_to_scan_rate[IWL_RATE_COUNT] = { in rate_to_scan_rate_flag()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drs.h239 * struct iwl_rate_info fw_rate_idx_to_plcp[IWL_RATE_COUNT];
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,
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h115 #define IWL_RATES_MASK ((1 << IWL_RATE_COUNT) - 1)
288 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */
376 struct rs_rate_stats tx_stats[RS_COLUMN_COUNT][IWL_RATE_COUNT];
H A Drs.c78 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 Dmac-ctxt.c889 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 Dscan.c1008 static const int rate_to_scan_rate[IWL_RATE_COUNT] = { in rate_to_scan_rate_flag()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Drs.c17 static const u8 fw_rate_idx_to_plcp[IWL_RATE_COUNT] = {
33 static const struct iwl_rate_mcs_info rate_mcs[IWL_RATE_COUNT] = {
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drs.h245 * struct iwl_rate_info fw_rate_idx_to_plcp[IWL_RATE_COUNT];
284 IWL_RATE_COUNT = IWL_LAST_HE_RATE + 1, enumerator

Completed in 28 milliseconds