Lines Matching full:update
17 /* Track which NVM banks to activate at the end of the update */
23 * @context: PLDM fw update structure
109 /* firmware indicated this update is good to proceed */ in ice_check_component_response()
182 * @context: PLDM fw update structure
188 * the update can proceed.
215 dev_err(dev, "Unable to update due to a firmware component with unknown ID %u\n", in ice_send_component_table()
217 NL_SET_ERR_MSG_MOD(extack, "Unable to update due to unknown firmware component"); in ice_send_component_table()
302 * is conservative and is intended to prevent failure to update when in ice_write_one_nvm_block()
564 * @context: PLDM fw update structure
623 * ice_finalize_update - Perform last steps to complete device update
624 * @context: PLDM fw update structure
626 * Called as the last step of the update process. Complete the update by
722 * ice_check_for_pending_update - Check for a pending flash update
727 * Check whether the device already has a pending flash update. If such an
728 * update is found, cancel it so that the requested update may proceed.
748 * the cached values in hw->dev_caps, because the pending update flag in ice_check_for_pending_update()
749 * may have changed, e.g. if an update was previously completed and in ice_check_for_pending_update()
760 dev_info(dev, "The fw.mgmt flash component has a pending update\n"); in ice_check_for_pending_update()
765 dev_info(dev, "The fw.undi flash component has a pending update\n"); in ice_check_for_pending_update()
770 dev_info(dev, "The fw.netlist flash component has a pending update\n"); in ice_check_for_pending_update()
790 /* There is no previous pending update, so this request may continue */ in ice_check_for_pending_update()
794 /* In order to allow overwriting a previous pending update, notify in ice_check_for_pending_update()
795 * firmware to cancel that update by issuing the appropriate command. in ice_check_for_pending_update()
798 "Canceling previous pending update", in ice_check_for_pending_update()