Lines Matching full:reload
350 * devlink_remote_reload_actions_performed - Update devlink on reload actions
351 * performed which are not a direct result of devlink reload call.
353 * This should be called by a driver after performing reload actions in case it was not
354 * a result of devlink reload call. For example fw_activate was performed as a result
355 * of devlink reload triggered fw_activate on another host.
356 * The motivation for this function is to keep data on reload actions performed on this
357 * function whether it was done due to direct devlink reload call or not.
360 * @limit: reload limit
422 * reload process so the notifications are generated separatelly. in devlink_reload_netns_change()
451 /* Make sure the reload operations are invoked with the device lock in devlink_reload()
481 /* Catch driver on updating the remote action within devlink reload */ in devlink_reload()
539 NL_SET_ERR_MSG(info->extack, "Requested reload action is not supported by the driver"); in devlink_nl_reload_doit()