Searched refs:i40e_profile_section_header (Results 1 – 4 of 4) sorted by relevance
1236 struct i40e_profile_section_header *sec = NULL; in i40evf_write_profile()1261 sec = (struct i40e_profile_section_header *)((u8 *)profile + in i40evf_write_profile()1269 sizeof(struct i40e_profile_section_header); in i40evf_write_profile()1299 struct i40e_profile_section_header *sec = NULL; in i40evf_add_pinfo_to_list()1303 sec = (struct i40e_profile_section_header *)profile_info_sec; in i40evf_add_pinfo_to_list()1305 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40evf_add_pinfo_to_list()1308 sec->section.offset = sizeof(struct i40e_profile_section_header); in i40evf_add_pinfo_to_list()
1472 struct i40e_profile_section_header { struct
5462 struct i40e_profile_section_header *sec = NULL; in i40e_write_profile()5487 sec = (struct i40e_profile_section_header *)((u8 *)profile + in i40e_write_profile()5495 sizeof(struct i40e_profile_section_header); in i40e_write_profile()5525 struct i40e_profile_section_header *sec = NULL; in i40e_add_pinfo_to_list()5529 sec = (struct i40e_profile_section_header *)profile_info_sec; in i40e_add_pinfo_to_list()5531 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40e_add_pinfo_to_list()5534 sec->section.offset = sizeof(struct i40e_profile_section_header); in i40e_add_pinfo_to_list()
1551 struct i40e_profile_section_header { struct