Searched refs:profile_list (Results 1 – 1 of 1) sorted by relevance
55 struct i40e_ddp_profile_list *profile_list; in i40e_ddp_does_profile_exist() local65 profile_list = (struct i40e_ddp_profile_list *)buff; in i40e_ddp_does_profile_exist()66 for (i = 0; i < profile_list->p_count; i++) { in i40e_ddp_does_profile_exist()67 if (i40e_ddp_profiles_eq(pinfo, &profile_list->p_info[i])) in i40e_ddp_does_profile_exist()110 struct i40e_ddp_profile_list *profile_list; in i40e_ddp_does_profile_overlap() local120 profile_list = (struct i40e_ddp_profile_list *)buff; in i40e_ddp_does_profile_overlap()121 for (i = 0; i < profile_list->p_count; i++) { in i40e_ddp_does_profile_overlap()123 &profile_list->p_info[i])) in i40e_ddp_does_profile_overlap()