Home
last modified time | relevance | path

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

/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c46 host_image->image_section_info[i] = fw_image->fw_section_info[i]; in check_image_valid()
71 type = host_image->image_section_info[i].fw_section_type; in check_image_integrity()
140 len = host_image->image_section_info[i].fw_section_len; in hinic_flash_fw()
141 if (host_image->image_section_info[i].fw_section_type == in hinic_flash_fw()
150 host_image->image_section_info[i].fw_section_len; in hinic_flash_fw()
152 host_image->image_section_info[i].fw_section_offset; in hinic_flash_fw()
155 host_image->image_section_info[i].fw_section_type; in hinic_flash_fw()
156 section_crc = host_image->image_section_info[i].fw_section_crc; in hinic_flash_fw()
158 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