Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c46 memcpy(&host_image->image_section_info[i], in check_image_valid()
73 type = host_image->image_section_info[i].fw_section_type; in check_image_integrity()
142 len = host_image->image_section_info[i].fw_section_len; in hinic_flash_fw()
143 if (host_image->image_section_info[i].fw_section_type == in hinic_flash_fw()
152 host_image->image_section_info[i].fw_section_len; in hinic_flash_fw()
154 host_image->image_section_info[i].fw_section_offset; in hinic_flash_fw()
157 host_image->image_section_info[i].fw_section_type; in hinic_flash_fw()
158 section_crc = host_image->image_section_info[i].fw_section_crc; in hinic_flash_fw()
160 host_image->image_section_info[i].fw_section_version; in hinic_flash_fw()
Dhinic_devlink.h102 struct fw_section_info_st image_section_info[MAX_FW_TYPE_NUM]; member