Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_common.c5644 #define I40E_SECTION_TABLE(profile, sec_tbl) \ argument
5651 sec_tbl = (struct i40e_section_table *)&nvm[nvm[0] + 1]; \
5672 struct i40e_section_table *sec_tbl; in i40e_find_section_in_profile() local
5679 I40E_SECTION_TABLE(profile, sec_tbl); in i40e_find_section_in_profile()
5681 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_find_section_in_profile()
5682 sec_off = sec_tbl->section_offset[i]; in i40e_find_section_in_profile()
5749 struct i40e_section_table *sec_tbl; in i40e_validate_profile() local
5773 I40E_SECTION_TABLE(profile, sec_tbl); in i40e_validate_profile()
5776 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_validate_profile()
5777 sec_off = sec_tbl->section_offset[i]; in i40e_validate_profile()
[all …]