Lines Matching defs:del
1182 struct ice_vsig_prof *dtmp, *del;
1215 LIST_FOR_EACH_ENTRY_SAFE(del, dtmp,
1218 LIST_DEL(&del->list);
1219 ice_free(hw, del);
1959 struct ice_prof_map *del, *tmp;
1962 LIST_FOR_EACH_ENTRY_SAFE(del, tmp, &es->prof_map,
1964 LIST_DEL(&del->list);
1965 ice_free(hw, del);
2854 struct ice_chs_chg *del, *tmp;
2874 LIST_FOR_EACH_ENTRY_SAFE(del, tmp, &chg, ice_chs_chg, list_entry) {
2875 LIST_DEL(&del->list_entry);
2876 ice_free(hw, del);
3502 struct ice_chs_chg *tmp, *del;
3518 LIST_FOR_EACH_ENTRY_SAFE(del, tmp, &chg, ice_chs_chg, list_entry) {
3519 LIST_DEL(&del->list_entry);
3520 ice_free(hw, del);
3541 struct ice_chs_chg *tmp, *del;
3659 LIST_FOR_EACH_ENTRY_SAFE(del, tmp, &chg, ice_chs_chg, list_entry) {
3660 LIST_DEL(&del->list_entry);
3661 ice_free(hw, del);
3737 struct ice_chs_chg *tmp, *del;
3842 LIST_FOR_EACH_ENTRY_SAFE(del, tmp, &chg, ice_chs_chg, list_entry) {
3843 LIST_DEL(&del->list_entry);
3844 ice_free(hw, del);