Searched refs:module_fw (Results 1 – 1 of 1) sorted by relevance
222 struct ethtool_module_fw_flash *module_fw; in module_flash_fw_work() local226 ethtool_cmis_fw_update(&module_fw->fw_update); in module_flash_fw_work()230 netdev_put(module_fw->fw_update.dev, &module_fw->dev_tracker); in module_flash_fw_work()231 release_firmware(module_fw->fw_update.fw); in module_flash_fw_work()232 kfree(module_fw); in module_flash_fw_work()300 struct ethtool_module_fw_flash *module_fw; in module_flash_fw_schedule() local303 module_fw = kzalloc(sizeof(*module_fw), GFP_KERNEL); in module_flash_fw_schedule()304 if (!module_fw) in module_flash_fw_schedule()307 fw_update = &module_fw->fw_update; in module_flash_fw_schedule()337 schedule_work(&module_fw->work); in module_flash_fw_schedule()[all …]
Completed in 5 milliseconds