Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/dvm/
Drs.h68 IWL_RATE_COUNT, /*FIXME:RS:change to IWL_RATE_INDEX_COUNT,*/ enumerator
69 IWL_RATE_COUNT_LEGACY = IWL_RATE_COUNT - 1, /* Excluding 60M */
70 IWL_RATE_INVM_INDEX = IWL_RATE_COUNT,
71 IWL_RATE_INVALID = IWL_RATE_COUNT,
179 #define IWL_RATES_MASK ((1 << IWL_RATE_COUNT) - 1)
264 extern const struct iwl_rate_info iwl_rates[IWL_RATE_COUNT];
320 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */
Drs.c97 const struct iwl_rate_info iwl_rates[IWL_RATE_COUNT] = {
179 static const u16 expected_tpt_legacy[IWL_RATE_COUNT] = {
183 static const u16 expected_tpt_siso20MHz[4][IWL_RATE_COUNT] = {
190 static const u16 expected_tpt_siso40MHz[4][IWL_RATE_COUNT] = {
197 static const u16 expected_tpt_mimo2_20MHz[4][IWL_RATE_COUNT] = {
204 static const u16 expected_tpt_mimo2_40MHz[4][IWL_RATE_COUNT] = {
211 static const u16 expected_tpt_mimo3_20MHz[4][IWL_RATE_COUNT] = {
218 static const u16 expected_tpt_mimo3_40MHz[4][IWL_RATE_COUNT] = {
226 static const struct iwl_rate_mcs_info iwl_rate_mcs[IWL_RATE_COUNT] = {
474 if (scale_index < 0 || scale_index >= IWL_RATE_COUNT) in rs_collect_tx_data()
[all …]
/drivers/net/wireless/iwlwifi/mvm/
Drs.h50 IWL_RATE_INVM_INDEX = IWL_RATE_COUNT,
51 IWL_RATE_INVALID = IWL_RATE_COUNT,
136 #define IWL_RATES_MASK ((1 << IWL_RATE_COUNT) - 1)
297 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */
370 struct rs_rate_stats tx_stats[RS_COLUMN_COUNT][IWL_RATE_COUNT];
Drs.c115 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_mimo2_20MHz[4][IWL_RATE_COUNT] = {
435 static const u16 expected_tpt_mimo2_40MHz[4][IWL_RATE_COUNT] = {
442 static const u16 expected_tpt_mimo2_80MHz[4][IWL_RATE_COUNT] = {
450 static const struct iwl_rate_mcs_info iwl_rate_mcs[IWL_RATE_COUNT] = {
529 for (i = 0; i < IWL_RATE_COUNT; i++) in rs_rate_scale_clear_tbl_windows()
[all …]
Dfw-api-rs.h106 IWL_RATE_COUNT = IWL_LAST_VHT_RATE + 1, enumerator
Dutils.c208 static const u8 fw_rate_idx_to_plcp[IWL_RATE_COUNT] = {