Searched refs:i40e_profile_info (Results 1 – 4 of 4) sorted by relevance
16 static bool i40e_ddp_profiles_eq(struct i40e_profile_info *a, in i40e_ddp_profiles_eq()17 struct i40e_profile_info *b) in i40e_ddp_profiles_eq()35 struct i40e_profile_info *pinfo) in i40e_ddp_does_profile_exist()63 static bool i40e_ddp_profiles_overlap(struct i40e_profile_info *new, in i40e_ddp_profiles_overlap()64 struct i40e_profile_info *old) in i40e_ddp_profiles_overlap()90 struct i40e_profile_info *pinfo) in i40e_ddp_does_profile_overlap()125 struct i40e_profile_info *pinfo; in i40e_add_pinfo()132 sizeof(struct i40e_profile_info); in i40e_add_pinfo()135 sec->section.size = sizeof(struct i40e_profile_info); in i40e_add_pinfo()136 pinfo = (struct i40e_profile_info *)(profile_info_sec + in i40e_add_pinfo()[all …]
1526 struct i40e_profile_info { struct
340 struct i40e_profile_info p_info[];
5927 struct i40e_profile_info *pinfo; in i40e_add_pinfo_to_list()5933 sizeof(struct i40e_profile_info); in i40e_add_pinfo_to_list()5936 sec->section.size = sizeof(struct i40e_profile_info); in i40e_add_pinfo_to_list()5937 pinfo = (struct i40e_profile_info *)(profile_info_sec + in i40e_add_pinfo_to_list()