Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Drs.c599 tbl->lq_type = LQ_NONE; in rs_get_tbl_info_from_mcs()
787 tbl->lq_type = LQ_A; in rs_get_lower_rate()
789 tbl->lq_type = LQ_G; in rs_get_lower_rate()
819 tbl->lq_type); in rs_get_lower_rate()
835 return (a->lq_type == b->lq_type) && (a->ant_type == b->ant_type) && in table_type_matches()
1088 if (WARN_ON_ONCE(!is_legacy(tbl->lq_type) && !is_Ht(tbl->lq_type))) { in rs_set_expected_tpt_table()
1158 tbl->lq_type); in rs_get_best_rate()
2391 tbl->lq_type); in rs_rate_scale_perform()
2469 (is_mimo2(tbl->lq_type) || is_mimo3(tbl->lq_type))) in rs_rate_scale_perform()
2473 (is_mimo2(tbl->lq_type) || is_mimo3(tbl->lq_type))) { in rs_rate_scale_perform()
[all …]
A Drs.h291 enum iwl_table_type lq_type; member
/linux/drivers/net/wireless/intel/iwlegacy/
A D4965-rs.c556 tbl->lq_type = LQ_NONE; in il4965_rs_get_tbl_info_from_mcs()
563 tbl->lq_type = LQ_A; in il4965_rs_get_tbl_info_from_mcs()
565 tbl->lq_type = LQ_G; in il4965_rs_get_tbl_info_from_mcs()
732 tbl->lq_type = LQ_A; in il4965_rs_get_lower_rate()
734 tbl->lq_type = LQ_G; in il4965_rs_get_lower_rate()
766 tbl->lq_type); in il4965_rs_get_lower_rate()
783 return (a->lq_type == b->lq_type && a->ant_type == b->ant_type && in il4965_table_type_matches()
1018 if (WARN_ON_ONCE(!is_legacy(tbl->lq_type) && !is_Ht(tbl->lq_type))) { in il4965_rs_set_expected_tpt_table()
1086 tbl->lq_type); in il4965_rs_get_best_rate()
1226 tbl->lq_type = LQ_SISO; in il4965_rs_switch_to_siso()
[all …]
A Dcommon.h2745 enum il_table_type lq_type; member

Completed in 26 milliseconds