Home
last modified time | relevance | path

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

/net/ethtool/
A Dmodule.c223 struct ethtool_module_fw_flash *module_fw; in module_flash_fw_work() local
227 ethtool_cmis_fw_update(&module_fw->fw_update); in module_flash_fw_work()
231 netdev_put(module_fw->fw_update.dev, &module_fw->dev_tracker); in module_flash_fw_work()
232 release_firmware(module_fw->fw_update.fw); in module_flash_fw_work()
233 kfree(module_fw); in module_flash_fw_work()
301 struct ethtool_module_fw_flash *module_fw; in module_flash_fw_schedule() local
304 module_fw = kzalloc(sizeof(*module_fw), GFP_KERNEL); in module_flash_fw_schedule()
305 if (!module_fw) in module_flash_fw_schedule()
308 fw_update = &module_fw->fw_update; in module_flash_fw_schedule()
338 schedule_work(&module_fw->work); in module_flash_fw_schedule()
[all …]

Completed in 4 milliseconds