Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c4836 #define I40E_SECTION_TABLE(profile, sec_tbl) \ argument
4843 sec_tbl = (struct i40e_section_table *)&nvm[nvm[0] + 1]; \
4906 struct i40e_section_table *sec_tbl; in i40e_validate_profile() local
4931 I40E_SECTION_TABLE(profile, sec_tbl); in i40e_validate_profile()
4934 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_validate_profile()
4935 sec_off = sec_tbl->section_offset[i]; in i40e_validate_profile()
4972 struct i40e_section_table *sec_tbl; in i40e_write_profile() local
4983 I40E_SECTION_TABLE(profile, sec_tbl); in i40e_write_profile()
4985 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_write_profile()
4986 sec_off = sec_tbl->section_offset[i]; in i40e_write_profile()
[all …]