Searched refs:table_type_matches (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rs.c | 837 static bool table_type_matches(struct iwl_scale_tbl_info *a, in table_type_matches() function 961 if (table_type_matches(&tbl_type, in rs_tx_status() 965 } else if (table_type_matches(&tbl_type, in rs_tx_status() 1027 if (table_type_matches(&tbl_type, curr_tbl)) in rs_tx_status() 1029 else if (table_type_matches(&tbl_type, other_tbl)) in rs_tx_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rs.c | 815 static bool table_type_matches(struct iwl_scale_tbl_info *a, in table_type_matches() function 939 if (table_type_matches(&tbl_type, in rs_tx_status() 943 } else if (table_type_matches(&tbl_type, in rs_tx_status() 1005 if (table_type_matches(&tbl_type, curr_tbl)) in rs_tx_status() 1007 else if (table_type_matches(&tbl_type, other_tbl)) in rs_tx_status()
|
Completed in 8 milliseconds