Lines Matching refs:ice_vsig_prof

2761 	struct ice_vsig_prof *tmp1;
2762 struct ice_vsig_prof *tmp2;
2767 LIST_FOR_EACH_ENTRY(tmp1, list1, ice_vsig_prof, list)
2769 LIST_FOR_EACH_ENTRY(tmp2, list2, ice_vsig_prof, list)
2774 tmp1 = LIST_FIRST_ENTRY(list1, struct ice_vsig_prof, list);
2775 tmp2 = LIST_FIRST_ENTRY(list2, struct ice_vsig_prof, list);
2784 tmp1 = LIST_NEXT_ENTRY(tmp1, struct ice_vsig_prof, list);
2785 tmp2 = LIST_NEXT_ENTRY(tmp2, struct ice_vsig_prof, list);
2966 struct ice_vsig_prof *dtmp, *del;
3001 ice_vsig_prof, list) {
4019 struct ice_vsig_prof *ent;
4022 ice_vsig_prof, list)
4470 struct ice_vsig_prof *p;
4473 ice_vsig_prof, list)
4514 struct ice_vsig_prof *prof)
4544 struct ice_vsig_prof *d, *t;
4550 ice_vsig_prof, list) {
4599 struct ice_vsig_prof *p, *t;
4604 ice_vsig_prof, list)
4762 struct ice_vsig_prof *ent1, *ent2;
4766 ice_vsig_prof, list) {
4767 struct ice_vsig_prof *p;
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) {
4802 struct ice_vsig_prof *p;
4812 p = (struct ice_vsig_prof *)ice_malloc(hw, sizeof(*p));
4977 struct ice_vsig_prof *t;
4993 ice_vsig_prof, list) {
5054 struct ice_vsig_prof *t;
5063 t = (struct ice_vsig_prof *)ice_malloc(hw, sizeof(*t));
5205 struct ice_vsig_prof *t;
5217 LIST_FOR_EACH_ENTRY(t, lst, ice_vsig_prof, list) {
5240 struct ice_vsig_prof *t;
5246 t = (struct ice_vsig_prof *)ice_malloc(hw, sizeof(*t));
5316 struct ice_vsig_prof *tmp1, *del1;
5440 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &union_lst, ice_vsig_prof, list) {
5485 struct ice_vsig_prof *ent, *tmp;
5487 LIST_FOR_EACH_ENTRY_SAFE(ent, tmp, lst, ice_vsig_prof, list)
5511 struct ice_vsig_prof *tmp1, *del1;
5622 LIST_FOR_EACH_ENTRY_SAFE(del1, tmp1, &copy, ice_vsig_prof, list) {