Lines Matching refs:rule_head
1135 struct list_head *rule_head; in ice_update_sw_rule_bridge_mode() local
1139 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_update_sw_rule_bridge_mode()
1142 list_for_each_entry(fm_entry, rule_head, list_entry) { in ice_update_sw_rule_bridge_mode()
1616 struct list_head *rule_head; in ice_add_mac() local
1675 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_add_mac()
1741 list_add(&fm_entry->list_entry, rule_head); in ice_add_mac()
1999 ice_rem_sw_rule_info(struct ice_hw *hw, struct list_head *rule_head) in ice_rem_sw_rule_info() argument
2001 if (!list_empty(rule_head)) { in ice_rem_sw_rule_info()
2005 list_for_each_entry_safe(entry, tmp, rule_head, list_entry) { in ice_rem_sw_rule_info()
2382 struct list_head *rule_head; in ice_clear_vsi_promisc() local
2395 rule_head = &sw->recp_list[recipe_id].filt_rules; in ice_clear_vsi_promisc()
2401 list_for_each_entry(itr, rule_head, list_entry) { in ice_clear_vsi_promisc()
2616 struct list_head *rule_head; in ice_remove_vsi_lkup_fltr() local
2623 rule_head = &sw->recp_list[lkup].filt_rules; in ice_remove_vsi_lkup_fltr()
2625 status = ice_add_to_vsi_fltr_list(hw, vsi_handle, rule_head, in ice_remove_vsi_lkup_fltr()