Lines Matching refs:i40e_profile_info
17 struct i40e_profile_info p_info[];
34 static bool i40e_ddp_profiles_eq(struct i40e_profile_info *a, in i40e_ddp_profiles_eq()
35 struct i40e_profile_info *b) in i40e_ddp_profiles_eq()
53 struct i40e_profile_info *pinfo) in i40e_ddp_does_profile_exist()
81 static bool i40e_ddp_profiles_overlap(struct i40e_profile_info *new, in i40e_ddp_profiles_overlap()
82 struct i40e_profile_info *old) in i40e_ddp_profiles_overlap()
108 struct i40e_profile_info *pinfo) in i40e_ddp_does_profile_overlap()
143 struct i40e_profile_info *pinfo; in i40e_add_pinfo()
150 sizeof(struct i40e_profile_info); in i40e_add_pinfo()
153 sec->section.size = sizeof(struct i40e_profile_info); in i40e_add_pinfo()
154 pinfo = (struct i40e_profile_info *)(profile_info_sec + in i40e_add_pinfo()
183 struct i40e_profile_info *pinfo; in i40e_del_pinfo()
190 sizeof(struct i40e_profile_info); in i40e_del_pinfo()
193 sec->section.size = sizeof(struct i40e_profile_info); in i40e_del_pinfo()
194 pinfo = (struct i40e_profile_info *)(profile_info_sec + in i40e_del_pinfo()
286 sizeof(struct i40e_profile_info)]; in i40e_ddp_load()
289 struct i40e_profile_info pinfo; in i40e_ddp_load()