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

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c4762 struct ice_vsig_prof *ent1, *ent2; local
4765 LIST_FOR_EACH_ENTRY(ent1, &hw->blk[blk].xlt2.vsig_tbl[idx].prop_lst,
4770 p = (struct ice_vsig_prof *)ice_memdup(hw, ent1, sizeof(*p),
4781 LIST_FOR_EACH_ENTRY_SAFE(ent1, ent2, lst, ice_vsig_prof, list) {
4782 LIST_DEL(&ent1->list);
4783 ice_free(hw, ent1);

Completed in 109 milliseconds