Lines Matching refs:IWL_RATE_COUNT
97 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()
755 for (mask = (1 << i); i < IWL_RATE_COUNT; i++, mask <<= 1) { in rs_get_adjacent_rate()
1114 const u16 (*ht_tbl_pointer)[IWL_RATE_COUNT]; in rs_set_expected_tpt_table()
1430 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT)); in rs_move_legacy_other()
1606 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT)); in rs_move_siso_to_other()
1778 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT)); in rs_move_mimo2_to_other()
1948 (sizeof(struct iwl_rate_scale_data) * IWL_RATE_COUNT)); in rs_move_mimo3_to_other()
2176 for (i = 0; i < IWL_RATE_COUNT; i++) in rs_stay_in_table()
2186 for (i = 0; i < IWL_RATE_COUNT; i++) in rs_stay_in_table()
2593 for (i = 0; i < IWL_RATE_COUNT; i++) in rs_rate_scale_perform()
2693 if ((i < 0) || (i >= IWL_RATE_COUNT)) in rs_initialize_lq()
2737 (lq_sta->max_rate_idx >= IWL_RATE_COUNT)) in rs_get_rate()
2822 for (i = 0; i < IWL_RATE_COUNT; i++) in iwl_rs_rate_init()
3237 for (j = 0; j < IWL_RATE_COUNT; j++) { in rs_sta_dbgfs_stats_table_read()