Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_ddp.c16 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 …]
Di40e_type.h1526 struct i40e_profile_info { struct
Di40e.h340 struct i40e_profile_info p_info[];
Di40e_common.c5927 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()