• Home
  • Raw
  • Download

Lines Matching refs:query

1701 	struct iwl_scan_offload_profiles_query *query;  in iwl_mvm_netdetect_query_results()  local
1733 query = (void *)cmd.resp_pkt->data; in iwl_mvm_netdetect_query_results()
1735 results->matched_profiles = le32_to_cpu(query->matched_profiles); in iwl_mvm_netdetect_query_results()
1736 memcpy(results->matches, query->matches, matches_len); in iwl_mvm_netdetect_query_results()
1739 mvm->last_netdetect_scans = le32_to_cpu(query->n_scans_done); in iwl_mvm_netdetect_query_results()
1748 struct iwl_mvm_nd_query_results *query, in iwl_mvm_query_num_match_chans() argument
1756 (struct iwl_scan_offload_profile_match *)query->matches; in iwl_mvm_query_num_match_chans()
1762 (struct iwl_scan_offload_profile_match_v1 *)query->matches; in iwl_mvm_query_num_match_chans()
1772 struct iwl_mvm_nd_query_results *query, in iwl_mvm_query_set_freqs() argument
1781 (struct iwl_scan_offload_profile_match *)query->matches; in iwl_mvm_query_set_freqs()
1789 (struct iwl_scan_offload_profile_match_v1 *)query->matches; in iwl_mvm_query_set_freqs()
1806 struct iwl_mvm_nd_query_results query; in iwl_mvm_query_netdetect_reasons() local
1824 ret = iwl_mvm_netdetect_query_results(mvm, &query); in iwl_mvm_query_netdetect_reasons()
1825 if (ret || !query.matched_profiles) { in iwl_mvm_query_netdetect_reasons()
1830 matched_profiles = query.matched_profiles; in iwl_mvm_query_netdetect_reasons()
1847 n_channels = iwl_mvm_query_num_match_chans(mvm, &query, i); in iwl_mvm_query_netdetect_reasons()
1867 iwl_mvm_query_set_freqs(mvm, &query, match, i); in iwl_mvm_query_netdetect_reasons()