Home
last modified time | relevance | path

Searched refs:rs_get_supported_rates (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Drs.c957 static u16 rs_get_supported_rates(struct iwl_lq_sta *lq_sta, in rs_get_supported_rates() function
1030 return BIT(rate->index) & rs_get_supported_rates(lq_sta, rate); in rs_rate_supported()
1044 rate_mask = rs_get_supported_rates(lq_sta, rate); in rs_get_lower_rate_in_column()
2100 rate_mask = rs_get_supported_rates(lq_sta, rate); in rs_rate_scale_perform()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/
Drs.c694 static u16 rs_get_supported_rates(struct iwl_lq_sta *lq_sta, in rs_get_supported_rates() function
800 rate_mask = rs_get_supported_rates(lq_sta, NULL, tbl->lq_type); in rs_get_lower_rate()
2252 rate_mask = rs_get_supported_rates(lq_sta, hdr, tbl->lq_type); in rs_rate_scale_perform()