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

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dinit.c882 if (ar->fw_patch != NULL)
891 ret = ath6kl_get_fw(ar, filename, &ar->fw_patch,
1061 ar->fw_patch = kmemdup(data, ie_len, GFP_KERNEL);
1063 if (ar->fw_patch == NULL) {
1064 ath6kl_err("fw_patch storage cannot be allocated, len: %zd\n", ie_len);
1389 if (ar->fw_patch == NULL)
1397 ret = ath6kl_bmi_write(ar, address, ar->fw_patch, ar->fw_patch_len);
H A Dcore.c352 kfree(ar->fw_patch);
H A Dcore.h823 u8 *fw_patch; member in struct:ath6kl
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_attr.c161 ha->fw_info.fw_patch, ha->fw_info.fw_build);
165 ha->fw_info.fw_patch, ha->fw_info.fw_build);
H A Dql4_mbx.c1367 ha->fw_info.fw_patch = le16_to_cpu(about_fw->fw_patch);
H A Dql4_fw.h988 uint16_t fw_patch; /* 04 - 05 */ member in struct:about_fw_info
H A Dql4_os.c8855 ha->fw_info.fw_patch, ha->fw_info.fw_build);
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h904 void (*fw_patch)(struct Scsi_Host *); member in struct:sym_hcb
H A Dsym_hipd.c1743 np->fw_patch(shost);
5590 np->fw_patch = fw->patch;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_type.h883 u8 fw_patch; /* firmware patch version */ member in struct:ice_hw
H A Dice_devlink.c61 hw->fw_maj_ver, hw->fw_min_ver, hw->fw_patch);
H A Dice_common.c1663 hw->fw_patch = resp->fw_patch;
H A Dice_adminq_cmd.h29 u8 fw_patch; member in struct:ice_aqc_get_ver

Completed in 359 milliseconds