Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_ddp.c124 struct i40e_profile_section_header *sec; in i40e_add_pinfo()
129 sec = (struct i40e_profile_section_header *)profile_info_sec; in i40e_add_pinfo()
131 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40e_add_pinfo()
134 sec->section.offset = sizeof(struct i40e_profile_section_header); in i40e_add_pinfo()
164 struct i40e_profile_section_header *sec; in i40e_del_pinfo()
169 sec = (struct i40e_profile_section_header *)profile_info_sec; in i40e_del_pinfo()
171 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40e_del_pinfo()
174 sec->section.offset = sizeof(struct i40e_profile_section_header); in i40e_del_pinfo()
267 u8 profile_info_sec[sizeof(struct i40e_profile_section_header) + in i40e_ddp_load()
Di40e_common.c5547 (struct i40e_profile_section_header *)((u8 *)(profile) + (offset))
5558 struct i40e_profile_section_header *
5562 struct i40e_profile_section_header *sec; in i40e_find_section_in_profile()
5637 struct i40e_profile_section_header *sec = NULL; in i40e_validate_profile()
5702 struct i40e_profile_section_header *sec = NULL; in i40e_write_profile()
5738 sizeof(struct i40e_profile_section_header); in i40e_write_profile()
5765 struct i40e_profile_section_header *sec = NULL; in i40e_rollback_profile()
5789 sizeof(struct i40e_profile_section_header); in i40e_rollback_profile()
5818 struct i40e_profile_section_header *sec = NULL; in i40e_add_pinfo_to_list()
5823 sec = (struct i40e_profile_section_header *)profile_info_sec; in i40e_add_pinfo_to_list()
[all …]
Di40e_prototype.h487 struct i40e_profile_section_header *
Di40e_type.h1497 struct i40e_profile_section_header { struct