Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c24 u32 image_size, struct host_image_st *host_image) in check_image_valid() argument
46 memcpy(&host_image->image_section_info[i], in check_image_valid()
57 host_image->image_info.up_total_len = fw_image->fw_len; in check_image_valid()
58 host_image->image_info.fw_version = fw_image->fw_version; in check_image_valid()
59 host_image->section_type_num = fw_image->fw_info.fw_section_cnt; in check_image_valid()
60 host_image->device_id = fw_image->device_id; in check_image_valid()
66 struct host_image_st *host_image, in check_image_integrity() argument
72 for (i = 0; i < host_image->section_type_num; i++) { in check_image_integrity()
73 type = host_image->image_section_info[i].fw_section_type; in check_image_integrity()
125 struct host_image_st *host_image) in hinic_flash_fw() argument
[all …]