Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_flex_pipe.c3540 struct ice_vsig_prof *tmp1, *del1; in ice_add_prof_id_flow() local
3664 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &union_lst, ice_vsig_prof, list) { in ice_add_prof_id_flow()
3665 LIST_DEL(&del1->list); in ice_add_prof_id_flow()
3666 ice_free(hw, del1); in ice_add_prof_id_flow()
3736 struct ice_vsig_prof *tmp1, *del1; in ice_rem_prof_id_flow() local
3847 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &copy, ice_vsig_prof, list) { in ice_rem_prof_id_flow()
3848 LIST_DEL(&del1->list); in ice_rem_prof_id_flow()
3849 ice_free(hw, del1); in ice_rem_prof_id_flow()