Home
last modified time | relevance | path

Searched refs:profile_list (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c37 struct i40e_ddp_profile_list *profile_list; in i40e_ddp_does_profile_exist() local
47 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() local
102 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()