Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c6082 struct ice_vsig_prof *tmp1, *del1; in ice_add_prof_id_flow() local
6206 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &union_lst, ice_vsig_prof, list) { in ice_add_prof_id_flow()
6207 LIST_DEL(&del1->list); in ice_add_prof_id_flow()
6208 ice_free(hw, del1); in ice_add_prof_id_flow()
6249 struct ice_vsig_prof *tmp1, *del1; in ice_rem_prof_id_flow() local
6360 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &copy, ice_vsig_prof, list) { in ice_rem_prof_id_flow()
6361 LIST_DEL(&del1->list); in ice_rem_prof_id_flow()
6362 ice_free(hw, del1); in ice_rem_prof_id_flow()