Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ice/
H A Dice_switch.c3438 struct LIST_HEAD_TYPE remove_list_head; in _ice_clear_vsi_promisc() local
3457 INIT_LIST_HEAD(&remove_list_head); in _ice_clear_vsi_promisc()
3482 &remove_list_head, in _ice_clear_vsi_promisc()
3491 status = ice_remove_promisc(hw, recipe_id, &remove_list_head); in _ice_clear_vsi_promisc()
3494 LIST_FOR_EACH_ENTRY_SAFE(fm_entry, tmp, &remove_list_head, in _ice_clear_vsi_promisc()
3772 struct LIST_HEAD_TYPE remove_list_head; in ice_remove_vsi_lkup_fltr() local
3778 INIT_LIST_HEAD(&remove_list_head); in ice_remove_vsi_lkup_fltr()
3783 &remove_list_head); in ice_remove_vsi_lkup_fltr()
3797 ice_remove_promisc(hw, (u8)lkup, &remove_list_head); in ice_remove_vsi_lkup_fltr()
3804 ice_remove_eth_mac(hw, &remove_list_head); in ice_remove_vsi_lkup_fltr()
[all …]