Lines Matching full:update

17 	/* Track which NVM banks to activate at the end of the update */
24 * @context: PLDM fw update structure
80 /* Firmware indicated this update is good to proceed. */ in ixgbe_check_component_response()
144 * @context: PLDM fw update structure
150 * the update can proceed.
179 "Unable to update due to unknown firmware component"); in ixgbe_send_component_table()
231 * complete the update.
400 * @context: PLDM fw update structure
458 * ixgbe_finalize_update - Perform last steps to complete device update
459 * @context: PLDM fw update structure
461 * Called as the last step of the update process. Complete the update by
502 * ixgbe_get_pending_updates - Check if the component has a pending update
509 * Return: 0 on success, or a negative error code on failure. Update
548 * ixgbe_cancel_pending_update - Cancel any pending update for a component
553 * Cancel any pending update for the specified component. If component is
585 /* There is no previous pending update, so this request may continue */ in ixgbe_cancel_pending_update()
589 /* In order to allow overwriting a previous pending update, notify in ixgbe_cancel_pending_update()
590 * firmware to cancel that update by issuing the appropriate command. in ixgbe_cancel_pending_update()
593 "Canceling previous pending update", in ixgbe_cancel_pending_update()
613 * @devlink: pointer to devlink associated with the device to update
614 * @params: devlink flash update parameters
670 "Current firmware does not support unified update"); in ixgbe_flash_pldm_image()