Home
last modified time | relevance | path

Searched refs:rule_head (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_switch.c1175 struct list_head *rule_head; in ice_update_sw_rule_bridge_mode() local
1179 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_update_sw_rule_bridge_mode()
1182 list_for_each_entry(fm_entry, rule_head, list_entry) { in ice_update_sw_rule_bridge_mode()
1657 struct list_head *rule_head; in ice_add_mac() local
1716 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_add_mac()
1782 list_add(&fm_entry->list_entry, rule_head); in ice_add_mac()
2041 ice_rem_sw_rule_info(struct ice_hw *hw, struct list_head *rule_head) in ice_rem_sw_rule_info() argument
2043 if (!list_empty(rule_head)) { in ice_rem_sw_rule_info()
2047 list_for_each_entry_safe(entry, tmp, rule_head, list_entry) { in ice_rem_sw_rule_info()
2424 struct list_head *rule_head; in ice_clear_vsi_promisc() local
[all …]