Lines Matching defs:remove_list_head
3438 struct LIST_HEAD_TYPE remove_list_head;
3457 INIT_LIST_HEAD(&remove_list_head);
3482 &remove_list_head,
3491 status = ice_remove_promisc(hw, recipe_id, &remove_list_head);
3494 LIST_FOR_EACH_ENTRY_SAFE(fm_entry, tmp, &remove_list_head,
3772 struct LIST_HEAD_TYPE remove_list_head;
3778 INIT_LIST_HEAD(&remove_list_head);
3783 &remove_list_head);
3790 ice_remove_mac_rule(hw, &remove_list_head, &recp_list[lkup]);
3793 ice_remove_vlan_rule(hw, &remove_list_head, &recp_list[lkup]);
3797 ice_remove_promisc(hw, (u8)lkup, &remove_list_head);
3804 ice_remove_eth_mac(hw, &remove_list_head);
3815 LIST_FOR_EACH_ENTRY_SAFE(fm_entry, tmp, &remove_list_head,