Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_switch.c1135 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()
1619 struct list_head *rule_head; in ice_add_mac() local
1678 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_add_mac()
1744 list_add(&fm_entry->list_entry, rule_head); in ice_add_mac()
1999 * @rule_head: pointer to the switch list structure that we want to delete
2002 ice_rem_sw_rule_info(struct ice_hw *hw, struct list_head *rule_head) in ice_rem_sw_rule_info() argument
2004 if (!list_empty(rule_head)) { in ice_rem_sw_rule_info()
2008 list_for_each_entry_safe(entry, tmp, rule_head, list_entr in ice_rem_sw_rule_info()
2384 struct list_head *rule_head; ice_clear_vsi_promisc() local
2618 struct list_head *rule_head; ice_remove_vsi_lkup_fltr() local
[all...]
H A Dice_virtchnl_pf.c3869 struct list_head *rule_head; in ice_unicast_mac_exists() local
3872 rule_head = &mac_recipe_list->filt_rules; in ice_unicast_mac_exists()
3876 list_for_each_entry(list_itr, rule_head, list_entry) { in ice_unicast_mac_exists()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2943 struct list_head *rule_head; in ice_update_sw_rule_bridge_mode() local
2948 rule_head = &sw->recp_list[ICE_SW_LKUP_MAC].filt_rules; in ice_update_sw_rule_bridge_mode()
2951 list_for_each_entry(fm_entry, rule_head, list_entry) { in ice_update_sw_rule_bridge_mode()
3420 struct list_head *rule_head; in ice_vlan_fltr_exist() local
3433 rule_head = &sw->recp_list[ICE_SW_LKUP_VLAN].filt_rules; in ice_vlan_fltr_exist()
3434 if (!rule_head) in ice_vlan_fltr_exist()
3439 list_for_each_entry(entry, rule_head, list_entry) { in ice_vlan_fltr_exist()
3762 * @rule_head: pointer to the switch list structure that we want to delete
3765 ice_rem_sw_rule_info(struct ice_hw *hw, struct list_head *rule_head) in ice_rem_sw_rule_info() argument
3767 if (!list_empty(rule_head)) { in ice_rem_sw_rule_info()
3784 ice_rem_adv_rule_info(struct ice_hw *hw, struct list_head *rule_head) ice_rem_adv_rule_info() argument
3881 struct list_head *rule_head; ice_check_if_dflt_vsi() local
4124 struct list_head *rule_head; ice_clear_vsi_promisc() local
4365 struct list_head *rule_head; ice_remove_vsi_lkup_fltr() local
6062 struct list_head *rule_head; ice_add_adv_rule() local
[all...]

Completed in 14 milliseconds