Searched refs:ent1 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.c | 5096 struct ice_vsig_prof *ent1, *ent2; in ice_get_profs_vsig() local 5099 LIST_FOR_EACH_ENTRY(ent1, &hw->blk[blk].xlt2.vsig_tbl[idx].prop_lst, in ice_get_profs_vsig() 5104 p = (struct ice_vsig_prof *)ice_memdup(hw, ent1, sizeof(*p), in ice_get_profs_vsig() 5115 LIST_FOR_EACH_ENTRY_SAFE(ent1, ent2, lst, ice_vsig_prof, list) { in ice_get_profs_vsig() 5116 LIST_DEL(&ent1->list); in ice_get_profs_vsig() 5117 ice_free(hw, ent1); in ice_get_profs_vsig()
|