Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c26 struct fw_image_st *fw_image = NULL; in check_image_valid() local
30 fw_image = (struct fw_image_st *)buf; in check_image_valid()
32 if (fw_image->fw_magic != HINIC_MAGIC_NUM) { in check_image_valid()
34 fw_image->fw_magic); in check_image_valid()
38 if (fw_image->fw_info.fw_section_cnt > MAX_FW_TYPE_NUM) { in check_image_valid()
40 fw_image->fw_info.fw_section_cnt); in check_image_valid()
44 for (i = 0; i < fw_image->fw_info.fw_section_cnt; i++) { in check_image_valid()
45 len += fw_image->fw_section_info[i].fw_section_len; in check_image_valid()
46 host_image->image_section_info[i] = fw_image->fw_section_info[i]; in check_image_valid()
49 if (len != fw_image->fw_len || in check_image_valid()
[all …]
/linux/drivers/scsi/elx/efct/
H A Defct_driver.c332 struct efct_hw_grp_hdr *fw_image; in efct_request_firmware_update() local
342 fw_image = (struct efct_hw_grp_hdr *)fw->data; in efct_request_firmware_update()
344 if (!strncmp(efct->hw.sli.fw_name[0], fw_image->revision, in efct_request_firmware_update()
345 strnlen(fw_image->revision, 16))) { in efct_request_firmware_update()
352 efct->hw.sli.fw_name[0], fw_image->revision); in efct_request_firmware_update()
/linux/include/linux/
H A Dmhi.h396 const char *fw_image; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dmhi.c358 mhi_ctrl->fw_image = ab_pci->amss_path; in ath11k_mhi_register()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmhi.c241 mhi_ctrl->fw_image = ab_pci->amss_path; in ath12k_mhi_register()
/linux/drivers/bus/mhi/host/
H A Dboot.c501 mhi_cntrl->edl_image : mhi_cntrl->fw_image; in mhi_fw_load_handler()
H A Dpci_generic.c1382 mhi_cntrl->fw_image = info->fw; in mhi_pci_probe()