Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c5724 struct ice_vsig_prof *tmp1, *del1; in ice_add_prof_id_flow() local
5848 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &union_lst, ice_vsig_prof, list) { in ice_add_prof_id_flow()
5849 LIST_DEL(&del1->list); in ice_add_prof_id_flow()
5850 ice_free(hw, del1); in ice_add_prof_id_flow()
5891 struct ice_vsig_prof *tmp1, *del1; in ice_rem_prof_id_flow() local
6002 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &copy, ice_vsig_prof, list) { in ice_rem_prof_id_flow()
6003 LIST_DEL(&del1->list); in ice_rem_prof_id_flow()
6004 ice_free(hw, del1); in ice_rem_prof_id_flow()