Lines Matching refs:ntf_params

47 				   struct ethnl_module_fw_flash_ntf_params *ntf_params)  in cmis_fw_update_fw_mng_features_get()  argument
63 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in cmis_fw_update_fw_mng_features_get()
72 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in cmis_fw_update_fw_mng_features_get()
133 &fw_update->ntf_params, in cmis_fw_update_start_download()
175 &fw_update->ntf_params, in cmis_fw_update_write_image()
194 &fw_update->ntf_params, in cmis_fw_update_write_image()
208 struct ethnl_module_fw_flash_ntf_params *ntf_params) in cmis_fw_update_complete_download() argument
221 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in cmis_fw_update_complete_download()
244 &fw_update->ntf_params); in cmis_fw_update_download_image()
290 struct ethnl_module_fw_flash_ntf_params *ntf_params) in cmis_fw_update_run_image() argument
304 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in cmis_fw_update_run_image()
312 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in cmis_fw_update_run_image()
322 struct ethnl_module_fw_flash_ntf_params *ntf_params) in cmis_fw_update_commit_image() argument
335 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in cmis_fw_update_commit_image()
352 struct ethnl_module_fw_flash_ntf_params *ntf_params = in ethtool_cmis_fw_update() local
353 &fw_update->ntf_params; in ethtool_cmis_fw_update()
359 cdb = ethtool_cmis_cdb_init(dev, &fw_update->params, ntf_params); in ethtool_cmis_fw_update()
363 ethnl_module_fw_flash_ntf_start(dev, ntf_params); in ethtool_cmis_fw_update()
365 err = cmis_fw_update_fw_mng_features_get(cdb, dev, &fw_mng, ntf_params); in ethtool_cmis_fw_update()
373 err = cmis_fw_update_run_image(cdb, dev, ntf_params); in ethtool_cmis_fw_update()
383 cdb = ethtool_cmis_cdb_init(dev, &fw_update->params, ntf_params); in ethtool_cmis_fw_update()
387 err = cmis_fw_update_commit_image(cdb, dev, ntf_params); in ethtool_cmis_fw_update()
395 ethnl_module_fw_flash_ntf_complete(dev, ntf_params); in ethtool_cmis_fw_update()
402 ethnl_module_fw_flash_ntf_err(dev, ntf_params, NULL, NULL); in ethtool_cmis_fw_update()