Lines Matching refs:rule_head

3069 	struct list_head *rule_head;  in ice_update_sw_rule_bridge_mode()  local
3074 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_update_sw_rule_bridge_mode()
3077 list_for_each_entry(fm_entry, rule_head, list_entry) { in ice_update_sw_rule_bridge_mode()
3546 struct list_head *rule_head; in ice_vlan_fltr_exist() local
3559 rule_head = &sw->recp_list[ICE_SW_LKUP_VLAN].filt_rules; in ice_vlan_fltr_exist()
3560 if (!rule_head) in ice_vlan_fltr_exist()
3565 list_for_each_entry(entry, rule_head, list_entry) { in ice_vlan_fltr_exist()
3891 ice_rem_sw_rule_info(struct ice_hw *hw, struct list_head *rule_head) in ice_rem_sw_rule_info() argument
3893 if (!list_empty(rule_head)) { in ice_rem_sw_rule_info()
3897 list_for_each_entry_safe(entry, tmp, rule_head, list_entry) { in ice_rem_sw_rule_info()
3910 ice_rem_adv_rule_info(struct ice_hw *hw, struct list_head *rule_head) in ice_rem_adv_rule_info() argument
3915 if (list_empty(rule_head)) in ice_rem_adv_rule_info()
3918 list_for_each_entry_safe(lst_itr, tmp_entry, rule_head, list_entry) { in ice_rem_adv_rule_info()
4008 struct list_head *rule_head; in ice_check_if_dflt_vsi() local
4014 rule_head = &recp_list->filt_rules; in ice_check_if_dflt_vsi()
4018 if (rule_exists && !list_empty(rule_head)) in ice_check_if_dflt_vsi()
4021 list_for_each_entry(fm_entry, rule_head, list_entry) { in ice_check_if_dflt_vsi()
4251 struct list_head *rule_head; in ice_clear_vsi_promisc() local
4264 rule_head = &sw->recp_list[recipe_id].filt_rules; in ice_clear_vsi_promisc()
4270 list_for_each_entry(itr, rule_head, list_entry) { in ice_clear_vsi_promisc()
4492 struct list_head *rule_head; in ice_remove_vsi_lkup_fltr() local
4499 rule_head = &sw->recp_list[lkup].filt_rules; in ice_remove_vsi_lkup_fltr()
4501 status = ice_add_to_vsi_fltr_list(hw, vsi_handle, rule_head, in ice_remove_vsi_lkup_fltr()
6054 struct list_head *rule_head; in ice_add_adv_rule() local
6256 rule_head = &sw->recp_list[rid].filt_rules; in ice_add_adv_rule()
6262 list_add(&adv_fltr->list_entry, rule_head); in ice_add_adv_rule()