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/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/net/wireless/marvell/
H A Dmwl8k.c546 static int mwl8k_request_firmware(struct mwl8k_priv *priv, char *fw_image, in mwl8k_request_firmware() argument
573 rc = mwl8k_request_fw(priv, fw_image, in mwl8k_request_firmware()
577 rc = mwl8k_request_fw(priv, fw_image, in mwl8k_request_firmware()
581 pci_name(priv->pdev), fw_image); in mwl8k_request_firmware()
4872 static int mwl8k_reload_firmware(struct ieee80211_hw *hw, char *fw_image);
5888 static int mwl8k_init_firmware(struct ieee80211_hw *hw, char *fw_image, in mwl8k_init_firmware() argument
5900 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware()
6090 static int mwl8k_reload_firmware(struct ieee80211_hw *hw, char *fw_image) in mwl8k_reload_firmware() argument
6111 rc = mwl8k_init_firmware(hw, fw_image, false); in mwl8k_reload_firmware()
/linux/drivers/bus/mhi/host/
H A Dboot.c517 mhi_cntrl->edl_image : mhi_cntrl->fw_image; in mhi_fw_load_handler()
/linux/drivers/ptp/
H A Dptp_ocp.c1899 const char *fw_image; in ptp_ocp_devlink_info_get() local
1903 fw_image = bp->fw_loader ? "loader" : "fw"; in ptp_ocp_devlink_info_get()
1905 err = devlink_info_version_running_put(req, fw_image, buf); in ptp_ocp_devlink_info_get()