Home
last modified time | relevance | path

Searched refs:lq_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c582 tbl->lq_type = LQ_NONE; in rs_get_tbl_info_from_mcs()
770 tbl->lq_type = LQ_A; in rs_get_lower_rate()
772 tbl->lq_type = LQ_G; in rs_get_lower_rate()
802 tbl->lq_type); in rs_get_lower_rate()
818 return (a->lq_type == b->lq_type) && (a->ant_type == b->ant_type) && in table_type_matches()
1071 if (WARN_ON_ONCE(!is_legacy(tbl->lq_type) && !is_Ht(tbl->lq_type))) { in rs_set_expected_tpt_table()
1141 tbl->lq_type); in rs_get_best_rate()
2374 tbl->lq_type); in rs_rate_scale_perform()
2452 (is_mimo2(tbl->lq_type) || is_mimo3(tbl->lq_type))) in rs_rate_scale_perform()
2456 (is_mimo2(tbl->lq_type) || is_mimo3(tbl->lq_type))) { in rs_rate_scale_perform()
[all …]
H A Drs.h291 enum iwl_table_type lq_type; member
/linux-6.15/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c549 tbl->lq_type = LQ_NONE; in il4965_rs_get_tbl_info_from_mcs()
556 tbl->lq_type = LQ_A; in il4965_rs_get_tbl_info_from_mcs()
558 tbl->lq_type = LQ_G; in il4965_rs_get_tbl_info_from_mcs()
725 tbl->lq_type = LQ_A; in il4965_rs_get_lower_rate()
727 tbl->lq_type = LQ_G; in il4965_rs_get_lower_rate()
759 tbl->lq_type); in il4965_rs_get_lower_rate()
776 return (a->lq_type == b->lq_type && a->ant_type == b->ant_type && in il4965_table_type_matches()
1011 if (WARN_ON_ONCE(!is_legacy(tbl->lq_type) && !is_Ht(tbl->lq_type))) { in il4965_rs_set_expected_tpt_table()
1079 tbl->lq_type); in il4965_rs_get_best_rate()
1219 tbl->lq_type = LQ_SISO; in il4965_rs_switch_to_siso()
[all …]
H A Dcommon.h2757 enum il_table_type lq_type; member