Searched refs:remove_list_head (Results 1 – 1 of 1) sorted by relevance
3438 struct LIST_HEAD_TYPE remove_list_head; in _ice_clear_vsi_promisc() local3457 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() local3778 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 …]