Lines Matching refs:lst
3492 struct list_head *lst) in ice_get_profs_vsig() argument
3507 list_add_tail(&p->list, lst); in ice_get_profs_vsig()
3513 list_for_each_entry_safe(ent1, ent2, lst, list) { in ice_get_profs_vsig()
3530 struct list_head *lst, u64 hdl) in ice_add_prof_to_lst() argument
3560 list_add(&p->list, lst); in ice_add_prof_to_lst()
3943 struct list_head *lst, u16 *new_vsig, in ice_create_vsig_from_lst() argument
3958 list_for_each_entry(t, lst, list) { in ice_create_vsig_from_lst()
3982 struct list_head lst; in ice_find_prof_vsig() local
3985 INIT_LIST_HEAD(&lst); in ice_find_prof_vsig()
3992 list_add(&t->list, &lst); in ice_find_prof_vsig()
3994 status = ice_find_dup_props_vsig(hw, blk, &lst, vsig); in ice_find_prof_vsig()
4203 ice_rem_prof_from_list(struct ice_hw *hw, struct list_head *lst, u64 hdl) in ice_rem_prof_from_list() argument
4207 list_for_each_entry_safe(ent, tmp, lst, list) in ice_rem_prof_from_list()