Home
last modified time | relevance | path

Searched refs:RATE_COUNT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c81 const struct il_rate_info il_rates[RATE_COUNT] = {
149 static s32 expected_tpt_legacy[RATE_COUNT] = {
153 static s32 expected_tpt_siso20MHz[4][RATE_COUNT] = {
160 static s32 expected_tpt_siso40MHz[4][RATE_COUNT] = {
167 static s32 expected_tpt_mimo2_20MHz[4][RATE_COUNT] = {
174 static s32 expected_tpt_mimo2_40MHz[4][RATE_COUNT] = {
182 static const struct il_rate_mcs_info il_rate_mcs[RATE_COUNT] = {
405 if (scale_idx < 0 || scale_idx >= RATE_COUNT) in il4965_rs_collect_tx_data()
674 for (mask = (1 << i); i < RATE_COUNT; i++, mask <<= 1) { in il4965_rs_get_adjacent_rate()
1009 s32(*ht_tbl_pointer)[RATE_COUNT]; in il4965_rs_set_expected_tpt_table()
[all …]
H A Dcommon.h2507 RATE_COUNT, enumerator
2508 RATE_COUNT_LEGACY = RATE_COUNT - 1, /* Excluding 60M */
2509 RATE_COUNT_3945 = RATE_COUNT - 1,
2510 RATE_INVM_IDX = RATE_COUNT,
2511 RATE_INVALID = RATE_COUNT,
2636 #define RATES_MASK ((1 << RATE_COUNT) - 1)
2703 extern const struct il_rate_info il_rates[RATE_COUNT];
2766 struct il_rate_scale_data win[RATE_COUNT]; /* rate histories */
H A D3945-rs.c641 if (max_rate_idx < 0 || max_rate_idx >= RATE_COUNT) in il3945_rs_get_rate()