Searched refs:profile_list (Results 1 – 1 of 1) sorted by relevance
37 struct i40e_ddp_profile_list *profile_list; in i40e_ddp_does_profile_exist() local47 profile_list = (struct i40e_ddp_profile_list *)buff; in i40e_ddp_does_profile_exist()48 for (i = 0; i < profile_list->p_count; i++) { in i40e_ddp_does_profile_exist()49 if (i40e_ddp_profiles_eq(pinfo, &profile_list->p_info[i])) in i40e_ddp_does_profile_exist()92 struct i40e_ddp_profile_list *profile_list; in i40e_ddp_does_profile_overlap() local102 profile_list = (struct i40e_ddp_profile_list *)buff; in i40e_ddp_does_profile_overlap()103 for (i = 0; i < profile_list->p_count; i++) { in i40e_ddp_does_profile_overlap()105 &profile_list->p_info[i])) in i40e_ddp_does_profile_overlap()