Home
last modified time | relevance | path

Searched refs:IWL_RATE_COUNT (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/intel/iwlwifi/dvm/
Drs.h53 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 */
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 …]
/drivers/net/wireless/intel/iwlwifi/mvm/
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];
Drs.c83 static const struct iwl_rs_rate_info iwl_rates[IWL_RATE_COUNT] = {
399 static const u16 expected_tpt_legacy[IWL_RATE_COUNT] = {
406 static const u16 expected_tpt_siso_20MHz[4][IWL_RATE_COUNT] = {
413 static const u16 expected_tpt_siso_40MHz[4][IWL_RATE_COUNT] = {
420 static const u16 expected_tpt_siso_80MHz[4][IWL_RATE_COUNT] = {
427 static const u16 expected_tpt_siso_160MHz[4][IWL_RATE_COUNT] = {
434 static const u16 expected_tpt_mimo2_20MHz[4][IWL_RATE_COUNT] = {
441 static const u16 expected_tpt_mimo2_40MHz[4][IWL_RATE_COUNT] = {
448 static const u16 expected_tpt_mimo2_80MHz[4][IWL_RATE_COUNT] = {
455 static const u16 expected_tpt_mimo2_160MHz[4][IWL_RATE_COUNT] = {
[all …]
Dutils.c144 static const u8 fw_rate_idx_to_plcp[IWL_RATE_COUNT] = {
Dscan.c1012 static const int rate_to_scan_rate[IWL_RATE_COUNT] = { in rate_to_scan_rate_flag()
/drivers/net/wireless/intel/iwlwifi/fw/api/
Drs.h228 IWL_RATE_COUNT = IWL_LAST_HE_RATE + 1, enumerator