Home
last modified time | relevance | path

Searched refs:fw_update (Results 1 – 3 of 3) sorted by relevance

/linux/net/ethtool/
H A Dcmis_fw_update.c116 struct ethtool_cmis_fw_update_params *fw_update, in cmis_fw_update_start_download() argument
125 pl.image_size = cpu_to_be32(fw_update->fw->size); in cmis_fw_update_start_download()
126 memcpy(pl.vendor_data, fw_update->fw->data, vendor_data_size); in cmis_fw_update_start_download()
138 err = ethtool_cmis_cdb_execute_cmd(fw_update->dev, &args); in cmis_fw_update_start_download()
140 ethnl_module_fw_flash_ntf_err(fw_update->dev, in cmis_fw_update_start_download()
141 &fw_update->ntf_params, in cmis_fw_update_start_download()
160 struct ethtool_cmis_fw_update_params *fw_update, in cmis_fw_update_write_image_lpl() argument
165 u32 image_size = fw_update->fw->size; in cmis_fw_update_write_image_lpl()
182 ethnl_module_fw_flash_ntf_in_progress(fw_update->dev, in cmis_fw_update_write_image_lpl()
183 &fw_update->ntf_params, in cmis_fw_update_write_image_lpl()
[all …]
H A Dmodule_fw.h55 struct ethtool_cmis_fw_update_params fw_update; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_isr.c1861 ha->cs84xx->fw_update = 1; in qla2x00_async_event()