Lines Matching full:update

17 	/* Track which NVM banks to activate at the end of the update */
21 * flash update.
35 * @context: PLDM fw update structure
120 /* firmware indicated this update is good to proceed */ in ice_check_component_response()
193 * @context: PLDM fw update structure
199 * the update can proceed.
226 dev_err(dev, "Unable to update due to a firmware component with unknown ID %u\n", in ice_send_component_table()
228 NL_SET_ERR_MSG_MOD(extack, "Unable to update due to unknown firmware component"); in ice_send_component_table()
281 * complete the update.
319 * is conservative and is intended to prevent failure to update when in ice_write_one_nvm_block()
617 * @context: PLDM fw update structure
681 * ice_finalize_update - Perform last steps to complete device update
682 * @context: PLDM fw update structure
684 * Called as the last step of the update process. Complete the update by
748 * @context: PLDM fw update structure
836 * ice_get_pending_updates - Check if the component has a pending update
859 * the cached values in hw->dev_caps, because the pending update flag in ice_get_pending_updates()
860 * may have changed, e.g. if an update was previously completed and in ice_get_pending_updates()
873 dev_info(dev, "The fw.mgmt flash component has a pending update\n"); in ice_get_pending_updates()
878 dev_info(dev, "The fw.undi flash component has a pending update\n"); in ice_get_pending_updates()
883 dev_info(dev, "The fw.netlist flash component has a pending update\n"); in ice_get_pending_updates()
893 * ice_cancel_pending_update - Cancel any pending update for a component
898 * Cancel any pending update for the specified component. If component is
931 /* There is no previous pending update, so this request may continue */ in ice_cancel_pending_update()
935 /* In order to allow overwriting a previous pending update, notify in ice_cancel_pending_update()
936 * firmware to cancel that update by issuing the appropriate command. in ice_cancel_pending_update()
939 "Canceling previous pending update", in ice_cancel_pending_update()
955 /* Since we've canceled the pending update, we no longer know if EMP in ice_cancel_pending_update()
965 * @devlink: pointer to devlink associated with the device to update
966 * @params: devlink flash update parameters
1006 NL_SET_ERR_MSG_MOD(extack, "Current firmware does not support unified update"); in ice_devlink_flash_update()