Lines Matching refs:rule_head

2947 	struct list_head *rule_head;  in ice_update_sw_rule_bridge_mode()  local
2952 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_update_sw_rule_bridge_mode()
2955 list_for_each_entry(fm_entry, rule_head, list_entry) { in ice_update_sw_rule_bridge_mode()
3424 struct list_head *rule_head; in ice_vlan_fltr_exist() local
3437 rule_head = &sw->recp_list[ICE_SW_LKUP_VLAN].filt_rules; in ice_vlan_fltr_exist()
3438 if (!rule_head) in ice_vlan_fltr_exist()
3443 list_for_each_entry(entry, rule_head, list_entry) { in ice_vlan_fltr_exist()
3769 ice_rem_sw_rule_info(struct ice_hw *hw, struct list_head *rule_head) in ice_rem_sw_rule_info() argument
3771 if (!list_empty(rule_head)) { in ice_rem_sw_rule_info()
3775 list_for_each_entry_safe(entry, tmp, rule_head, list_entry) { in ice_rem_sw_rule_info()
3788 ice_rem_adv_rule_info(struct ice_hw *hw, struct list_head *rule_head) in ice_rem_adv_rule_info() argument
3793 if (list_empty(rule_head)) in ice_rem_adv_rule_info()
3796 list_for_each_entry_safe(lst_itr, tmp_entry, rule_head, list_entry) { in ice_rem_adv_rule_info()
3885 struct list_head *rule_head; in ice_check_if_dflt_vsi() local
3891 rule_head = &recp_list->filt_rules; in ice_check_if_dflt_vsi()
3895 if (rule_exists && !list_empty(rule_head)) in ice_check_if_dflt_vsi()
3898 list_for_each_entry(fm_entry, rule_head, list_entry) { in ice_check_if_dflt_vsi()
4128 struct list_head *rule_head; in ice_clear_vsi_promisc() local
4141 rule_head = &sw->recp_list[recipe_id].filt_rules; in ice_clear_vsi_promisc()
4147 list_for_each_entry(itr, rule_head, list_entry) { in ice_clear_vsi_promisc()
4369 struct list_head *rule_head; in ice_remove_vsi_lkup_fltr() local
4376 rule_head = &sw->recp_list[lkup].filt_rules; in ice_remove_vsi_lkup_fltr()
4378 status = ice_add_to_vsi_fltr_list(hw, vsi_handle, rule_head, in ice_remove_vsi_lkup_fltr()
6068 struct list_head *rule_head; in ice_add_adv_rule() local
6260 rule_head = &sw->recp_list[rid].filt_rules; in ice_add_adv_rule()
6266 list_add(&adv_fltr->list_entry, rule_head); in ice_add_adv_rule()