Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_switch.c3069 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()
[all …]