Lines Matching refs:IWL_RATE_COUNT
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] = {
207 static const struct iwl_rate_mcs_info iwl_rate_mcs[IWL_RATE_COUNT] = {
452 if (scale_index < 0 || scale_index >= IWL_RATE_COUNT) in rs_collect_tx_data()
736 for (mask = (1 << i); i < IWL_RATE_COUNT; i++, mask <<= 1) { in rs_get_adjacent_rate()
1085 const u16 (*ht_tbl_pointer)[IWL_RATE_COUNT]; in rs_set_expected_tpt_table()
1401 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT)); in rs_move_legacy_other()
1575 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT)); in rs_move_siso_to_other()
1745 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT)); in rs_move_mimo2_to_other()
1913 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT)); in rs_move_mimo3_to_other()
2138 for (i = 0; i < IWL_RATE_COUNT; i++) in rs_stay_in_table()
2148 for (i = 0; i < IWL_RATE_COUNT; i++) in rs_stay_in_table()
2555 for (i = 0; i < IWL_RATE_COUNT; i++) in rs_rate_scale_perform()
2655 if ((i < 0) || (i >= IWL_RATE_COUNT)) in rs_initialize_lq()
2699 (lq_sta->max_rate_idx >= IWL_RATE_COUNT)) in rs_get_rate()
2780 for (i = 0; i < IWL_RATE_COUNT; i++) in iwl_rs_rate_init()
3196 for (j = 0; j < IWL_RATE_COUNT; j++) { in rs_sta_dbgfs_stats_table_read()