Searched refs:fw_patch (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath6kl/ |
D | init.c | 882 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()
|
D | core.c | 352 kfree(ar->fw_patch); in ath6kl_core_cleanup()
|
D | core.h | 823 u8 *fw_patch; member
|
/linux-5.19.10/drivers/scsi/qla4xxx/ |
D | ql4_attr.c | 161 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()
|
D | ql4_fw.h | 988 uint16_t fw_patch; /* 04 - 05 */ member
|
D | ql4_mbx.c | 1367 ha->fw_info.fw_patch = le16_to_cpu(about_fw->fw_patch); in qla4xxx_about_firmware()
|
D | ql4_os.c | 8842 ha->fw_info.fw_patch, ha->fw_info.fw_build); in qla4xxx_probe_adapter()
|
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 904 void (*fw_patch)(struct Scsi_Host *); member
|
D | sym_hipd.c | 1743 np->fw_patch(shost); 5590 np->fw_patch = fw->patch;
|
/linux-5.19.10/drivers/net/ethernet/intel/ice/ |
D | ice_type.h | 868 u8 fw_patch; /* firmware patch version */ member
|
D | ice_devlink.c | 58 hw->fw_maj_ver, hw->fw_min_ver, hw->fw_patch); in ice_info_fw_mgmt()
|
D | ice_adminq_cmd.h | 29 u8 fw_patch; member
|
D | ice_common.c | 1583 hw->fw_patch = resp->fw_patch; in ice_aq_get_fw_ver()
|