Home
last modified time | relevance | path

Searched refs:ntf_params (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/net/ethtool/
Dcmis_fw_update.c47 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
[all …]
Dmodule.c200 if (work->fw_update.ntf_params.portid == info->snd_portid && in module_flash_fw_work_list_add()
286 work->fw_update.ntf_params.portid == sk_priv->portid) { in ethnl_module_fw_flash_sock_destroy()
287 work->fw_update.ntf_params.closed_sock = true; in ethnl_module_fw_flash_sock_destroy()
324 fw_update->ntf_params.portid = info->snd_portid; in module_flash_fw_schedule()
325 fw_update->ntf_params.seq = info->snd_seq; in module_flash_fw_schedule()
326 fw_update->ntf_params.closed_sock = false; in module_flash_fw_schedule()
328 err = ethnl_sock_priv_set(skb, dev, fw_update->ntf_params.portid, in module_flash_fw_schedule()
476 struct ethnl_module_fw_flash_ntf_params *ntf_params, in ethnl_module_fw_flash_ntf() argument
484 if (ntf_params->closed_sock) in ethnl_module_fw_flash_ntf()
491 hdr = ethnl_unicast_put(skb, ntf_params->portid, ++ntf_params->seq, in ethnl_module_fw_flash_ntf()
[all …]
Dcmis_cdb.c104 struct ethnl_module_fw_flash_ntf_params *ntf_params) in cmis_cdb_advertisement_get() argument
124 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in cmis_cdb_advertisement_get()
161 struct ethnl_module_fw_flash_ntf_params *ntf_params) in cmis_cdb_validate_password() argument
193 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in cmis_cdb_validate_password()
201 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in cmis_cdb_validate_password()
238 struct ethnl_module_fw_flash_ntf_params *ntf_params) in cmis_cdb_module_features_get() argument
253 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in cmis_cdb_module_features_get()
269 struct ethnl_module_fw_flash_ntf_params *ntf_params) in ethtool_cmis_cdb_init() argument
283 ethnl_module_fw_flash_ntf_err(dev, ntf_params, in ethtool_cmis_cdb_init()
290 err = cmis_cdb_advertisement_get(cdb, dev, ntf_params); in ethtool_cmis_cdb_init()
[all …]
Dmodule_fw.h40 struct ethnl_module_fw_flash_ntf_params ntf_params; member
Dcmis.h115 struct ethnl_module_fw_flash_ntf_params *ntf_params);