Searched refs:new_rule (Results 1 – 2 of 2) sorted by relevance
734 bool new_rule; in iwl_parse_nvm_mcc_info() local762 new_rule = false; in iwl_parse_nvm_mcc_info()778 new_rule = true; in iwl_parse_nvm_mcc_info()783 if (new_rule) in iwl_parse_nvm_mcc_info()
9430 struct cfg80211_coalesce_rules *new_rule) in nl80211_parse_coalesce_rule() argument9444 new_rule->delay = in nl80211_parse_coalesce_rule()9446 if (new_rule->delay > coalesce->max_delay) in nl80211_parse_coalesce_rule()9450 new_rule->condition = in nl80211_parse_coalesce_rule()9452 if (new_rule->condition != NL80211_COALESCE_CONDITION_MATCH && in nl80211_parse_coalesce_rule()9453 new_rule->condition != NL80211_COALESCE_CONDITION_NO_MATCH) in nl80211_parse_coalesce_rule()9465 new_rule->patterns = kcalloc(n_patterns, sizeof(new_rule->patterns[0]), in nl80211_parse_coalesce_rule()9467 if (!new_rule->patterns) in nl80211_parse_coalesce_rule()9470 new_rule->n_patterns = n_patterns; in nl80211_parse_coalesce_rule()9496 new_rule->patterns[i].pkt_offset = pkt_offset; in nl80211_parse_coalesce_rule()[all …]