Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c4941 struct i40e_section_table *sec_tbl; in i40e_validate_profile() local
4966 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() local
5018 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() local
5080 I40E_SECTION_TABLE(profile, sec_tbl); in i40e_rollback_profile()
[all …]