Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c142 struct i40e_profile_section_header *sec; in i40e_add_pinfo()
147 sec = (struct i40e_profile_section_header *)profile_info_sec; in i40e_add_pinfo()
149 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40e_add_pinfo()
152 sec->section.offset = sizeof(struct i40e_profile_section_header); in i40e_add_pinfo()
182 struct i40e_profile_section_header *sec; in i40e_del_pinfo()
187 sec = (struct i40e_profile_section_header *)profile_info_sec; in i40e_del_pinfo()
189 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40e_del_pinfo()
192 sec->section.offset = sizeof(struct i40e_profile_section_header); in i40e_del_pinfo()
285 u8 profile_info_sec[sizeof(struct i40e_profile_section_header) + in i40e_ddp_load()
H A Di40e_common.c5280 struct i40e_profile_section_header *
5284 struct i40e_profile_section_header *sec; in i40e_find_section_in_profile()
5359 struct i40e_profile_section_header *sec = NULL; in i40e_validate_profile()
5424 struct i40e_profile_section_header *sec = NULL; in i40e_write_profile()
5460 sizeof(struct i40e_profile_section_header); in i40e_write_profile()
5487 struct i40e_profile_section_header *sec = NULL; in i40e_rollback_profile()
5511 sizeof(struct i40e_profile_section_header); in i40e_rollback_profile()
5540 struct i40e_profile_section_header *sec = NULL; in i40e_add_pinfo_to_list()
5545 sec = (struct i40e_profile_section_header *)profile_info_sec; in i40e_add_pinfo_to_list()
5547 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40e_add_pinfo_to_list()
[all …]
H A Di40e_prototype.h480 struct i40e_profile_section_header *
H A Di40e_type.h1382 struct i40e_profile_section_header { struct