Searched refs:new_rule (Results 1 – 2 of 2) sorted by relevance
747 bool new_rule; in iwl_parse_nvm_mcc_info() local775 new_rule = false; in iwl_parse_nvm_mcc_info()791 new_rule = true; in iwl_parse_nvm_mcc_info()796 if (new_rule) in iwl_parse_nvm_mcc_info()
9620 struct cfg80211_coalesce_rules *new_rule) in nl80211_parse_coalesce_rule() argument9634 new_rule->delay = in nl80211_parse_coalesce_rule()9636 if (new_rule->delay > coalesce->max_delay) in nl80211_parse_coalesce_rule()9640 new_rule->condition = in nl80211_parse_coalesce_rule()9642 if (new_rule->condition != NL80211_COALESCE_CONDITION_MATCH && in nl80211_parse_coalesce_rule()9643 new_rule->condition != NL80211_COALESCE_CONDITION_NO_MATCH) in nl80211_parse_coalesce_rule()9655 new_rule->patterns = kcalloc(n_patterns, sizeof(new_rule->patterns[0]), in nl80211_parse_coalesce_rule()9657 if (!new_rule->patterns) in nl80211_parse_coalesce_rule()9660 new_rule->n_patterns = n_patterns; in nl80211_parse_coalesce_rule()9686 new_rule->patterns[i].pkt_offset = pkt_offset; in nl80211_parse_coalesce_rule()[all …]