Searched refs:sec_tbl (Results 1 – 1 of 1) sorted by relevance
4941 struct i40e_section_table *sec_tbl; in i40e_validate_profile() local4966 I40E_SECTION_TABLE(profile, sec_tbl); in i40e_validate_profile()4969 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_validate_profile()4970 sec_off = sec_tbl->section_offset[i]; in i40e_validate_profile()5007 struct i40e_section_table *sec_tbl; in i40e_write_profile() local5018 I40E_SECTION_TABLE(profile, sec_tbl); in i40e_write_profile()5020 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_write_profile()5021 sec_off = sec_tbl->section_offset[i]; in i40e_write_profile()5069 struct i40e_section_table *sec_tbl; in i40e_rollback_profile() local5080 I40E_SECTION_TABLE(profile, sec_tbl); in i40e_rollback_profile()[all …]