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

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c5316 struct ice_vsig_prof *tmp1, *del1; local
5440 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &union_lst, ice_vsig_prof, list) {
5441 LIST_DEL(&del1->list);
5442 ice_free(hw, del1);
5511 struct ice_vsig_prof *tmp1, *del1; local
5622 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &copy, ice_vsig_prof, list) {
5623 LIST_DEL(&del1->list);
5624 ice_free(hw, del1);

Completed in 120 milliseconds