Home
last modified time | relevance | path

Searched refs:remove_list_head (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2382 struct list_head remove_list_head; in ice_clear_vsi_promisc() local
2400 INIT_LIST_HEAD(&remove_list_head); in ice_clear_vsi_promisc()
2422 &remove_list_head, in ice_clear_vsi_promisc()
2431 status = ice_remove_promisc(hw, recipe_id, &remove_list_head); in ice_clear_vsi_promisc()
2434 list_for_each_entry_safe(fm_entry, tmp, &remove_list_head, list_entry) { in ice_clear_vsi_promisc()
2617 struct list_head remove_list_head; in ice_remove_vsi_lkup_fltr() local
2623 INIT_LIST_HEAD(&remove_list_head); in ice_remove_vsi_lkup_fltr()
2628 &remove_list_head); in ice_remove_vsi_lkup_fltr()
2635 ice_remove_mac(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()
2638 ice_remove_vlan(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_switch.c4122 struct list_head remove_list_head; in ice_clear_vsi_promisc() local
4140 INIT_LIST_HEAD(&remove_list_head); in ice_clear_vsi_promisc()
4162 &remove_list_head, in ice_clear_vsi_promisc()
4171 status = ice_remove_promisc(hw, recipe_id, &remove_list_head); in ice_clear_vsi_promisc()
4174 list_for_each_entry_safe(fm_entry, tmp, &remove_list_head, list_entry) { in ice_clear_vsi_promisc()
4364 struct list_head remove_list_head; in ice_remove_vsi_lkup_fltr() local
4370 INIT_LIST_HEAD(&remove_list_head); in ice_remove_vsi_lkup_fltr()
4375 &remove_list_head); in ice_remove_vsi_lkup_fltr()
4382 ice_remove_mac(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()
4385 ice_remove_vlan(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()
[all...]

Completed in 11 milliseconds