Searched refs:mmrc_rate (Results 1 – 4 of 4) sorted by relevance
77 struct mmrc_rate { struct88 struct mmrc_rate rates[MMRC_MAX_CHAIN_LENGTH]; argument121 struct mmrc_rate best_tp;122 struct mmrc_rate second_tp;123 struct mmrc_rate baseline;124 struct mmrc_rate best_prob;125 struct mmrc_rate fixed_rate;189 bool mmrc_set_fixed_rate(struct mmrc_table *tb, struct mmrc_rate fixed_rate);190 u32 mmrc_calculate_theoretical_throughput(struct mmrc_rate rate);191 u32 mmrc_calculate_rate_tx_time(struct mmrc_rate *rate, size_t size);
257 static void rate_update_index(struct mmrc_table *tb, struct mmrc_rate *rate) in rate_update_index()277 static struct mmrc_rate get_rate_row(struct mmrc_table *tb, u16 index) in get_rate_row()279 struct mmrc_rate rate; in get_rate_row()340 static u32 calculate_bits_per_symbol(struct mmrc_rate *rate) in calculate_bits_per_symbol()386 static u32 get_tx_time(struct mmrc_rate *rate) in get_tx_time()419 u32 mmrc_calculate_theoretical_throughput(struct mmrc_rate rate) in mmrc_calculate_theoretical_throughput()449 struct mmrc_rate rate = get_rate_row(tb, index); in calculate_throughput()471 static bool validate_rate(struct mmrc_table *tb, struct mmrc_rate *rate) in validate_rate()503 struct mmrc_rate rate; in find_baseline_index()579 struct mmrc_rate tmp; in generate_table_priority()[all …]
197 struct mmrc_rate last_sta_tx_rate;
2035 struct mmrc_rate rate; in mm81x_mac_ops_sta_statistics()2077 struct mmrc_rate rate; in mm81x_get_expected_throughput()