Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dinit.c882 if (ar->fw_patch != NULL) in ath6kl_fetch_patch_file()
891 ret = ath6kl_get_fw(ar, filename, &ar->fw_patch, in ath6kl_fetch_patch_file()
1061 ar->fw_patch = kmemdup(data, ie_len, GFP_KERNEL); in ath6kl_fetch_fw_apin()
1063 if (ar->fw_patch == NULL) { in ath6kl_fetch_fw_apin()
1389 if (ar->fw_patch == NULL) in ath6kl_upload_patch()
1397 ret = ath6kl_bmi_write(ar, address, ar->fw_patch, ar->fw_patch_len); in ath6kl_upload_patch()
H A Dcore.c352 kfree(ar->fw_patch); in ath6kl_core_cleanup()
H A Dcore.h823 u8 *fw_patch; member
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_attr.c161 ha->fw_info.fw_patch, ha->fw_info.fw_build); in qla4xxx_fw_version_show()
165 ha->fw_info.fw_patch, ha->fw_info.fw_build); in qla4xxx_fw_version_show()
H A Dql4_fw.h988 uint16_t fw_patch; /* 04 - 05 */ member
H A Dql4_mbx.c1367 ha->fw_info.fw_patch = le16_to_cpu(about_fw->fw_patch); in qla4xxx_about_firmware()
H A Dql4_os.c8855 ha->fw_info.fw_patch, ha->fw_info.fw_build); in qla4xxx_probe_adapter()
/openbmc/u-boot/drivers/net/phy/
H A Dmscc.c545 u16 *crc, const u8 *fw_patch, int fw_size) in vsc8584_get_fw_crc() argument
573 static int vsc8584_patch_fw(struct mii_dev *bus, int phy, const u8 *fw_patch, in vsc8584_patch_fw() argument
600 READ_PRAM | INT_MEM_WRITE_EN | fw_patch[i]); in vsc8584_patch_fw()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h904 void (*fw_patch)(struct Scsi_Host *); member
H A Dsym_hipd.c1743 np->fw_patch(shost);
5590 np->fw_patch = fw->patch;
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h881 u8 fw_patch; /* firmware patch version */ member
H A Dice_devlink.c61 hw->fw_maj_ver, hw->fw_min_ver, hw->fw_patch); in ice_info_fw_mgmt()
H A Dice_adminq_cmd.h29 u8 fw_patch; member
H A Dice_common.c1752 hw->fw_patch = resp->fw_patch; in ice_aq_get_fw_ver()