Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmmrc.c459 else if (rate.index == tb->best_tp.index && tb->interference_likely) in calculate_throughput()
533 tb->second_tp = tb->best_tp; in mmrc_fill_retry_rates()
572 u16 best_row = tb->best_tp.index; in generate_table_priority()
574 u8 prev_best_rate = tb->best_tp.rate; in generate_table_priority()
576 u32 best_tp = calculate_throughput(tb, best_row); in generate_table_priority() local
584 tb->best_tp = tb->fixed_rate; in generate_table_priority()
606 if (tmp_tp > best_tp || in generate_table_priority()
614 second_best_tp = best_tp; in generate_table_priority()
616 best_tp = tmp_tp; in generate_table_priority()
633 tb->best_tp = get_rate_row(tb, best_row); in generate_table_priority()
[all …]
H A Dmmrc.h121 struct mmrc_rate best_tp; member
H A Dmac.c2037 if (!tb || tb->best_tp.rate == MMRC_MCS_UNUSED) { in mm81x_mac_ops_sta_statistics()
2042 rate = tb->best_tp; in mm81x_mac_ops_sta_statistics()
2080 if (!tb || tb->best_tp.rate == MMRC_MCS_UNUSED) in mm81x_get_expected_throughput()
2083 rate = tb->best_tp; in mm81x_get_expected_throughput()