Lines Matching defs:lst
2978 * @lst: output list
2984 struct LIST_HEAD_TYPE *lst)
2999 LIST_ADD_TAIL(&p->list, lst);
3005 LIST_FOR_EACH_ENTRY_SAFE(ent1, ent2, lst, ice_vsig_prof, list) {
3017 * @lst: the list to be added to
3022 struct LIST_HEAD_TYPE *lst, u64 hdl)
3052 LIST_ADD(&p->list, lst);
3420 * @lst: the list of profile that will be added to the VSIG
3426 struct LIST_HEAD_TYPE *lst, u16 *new_vsig,
3441 LIST_FOR_EACH_ENTRY(t, lst, ice_vsig_prof, list) {
3465 struct LIST_HEAD_TYPE lst;
3468 INIT_LIST_HEAD(&lst);
3475 LIST_ADD(&t->list, &lst);
3477 status = ice_find_dup_props_vsig(hw, blk, &lst, vsig);
3704 * @lst: list to remove the profile from
3708 ice_rem_prof_from_list(struct ice_hw *hw, struct LIST_HEAD_TYPE *lst, u64 hdl)
3712 LIST_FOR_EACH_ENTRY_SAFE(ent, tmp, lst, ice_vsig_prof, list)