Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath6kl/
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()
Dcore.c352 kfree(ar->fw_patch); in ath6kl_core_cleanup()
Dcore.h823 u8 *fw_patch; member
/linux-5.19.10/drivers/scsi/qla4xxx/
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()
Dql4_fw.h988 uint16_t fw_patch; /* 04 - 05 */ member
Dql4_mbx.c1367 ha->fw_info.fw_patch = le16_to_cpu(about_fw->fw_patch); in qla4xxx_about_firmware()
Dql4_os.c8842 ha->fw_info.fw_patch, ha->fw_info.fw_build); in qla4xxx_probe_adapter()
/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h904 void (*fw_patch)(struct Scsi_Host *); member
Dsym_hipd.c1743 np->fw_patch(shost);
5590 np->fw_patch = fw->patch;
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_type.h868 u8 fw_patch; /* firmware patch version */ member
Dice_devlink.c58 hw->fw_maj_ver, hw->fw_min_ver, hw->fw_patch); in ice_info_fw_mgmt()
Dice_adminq_cmd.h29 u8 fw_patch; member
Dice_common.c1583 hw->fw_patch = resp->fw_patch; in ice_aq_get_fw_ver()