Searched refs:profile_list (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c55 struct i40e_ddp_profile_list *profile_list; local
65 profile_list = (struct i40e_ddp_profile_list *)buff;
66 for (i = 0; i < profile_list->p_count; i++) {
67 if (i40e_ddp_profiles_eq(pinfo, &profile_list->p_info[i]))
110 struct i40e_ddp_profile_list *profile_list; local
120 profile_list = (struct i40e_ddp_profile_list *)buff;
121 for (i = 0; i < profile_list->p_count; i++) {
123 &profile_list->p_info[i]))

Completed in 198 milliseconds