Lines Matching refs:extack
15 struct netlink_ext_ack *extack; member
39 struct netlink_ext_ack *extack = priv->extack; in ice_send_package_data() local
60 NL_SET_ERR_MSG_MOD(extack, "Failed to record package data to firmware"); in ice_send_package_data()
84 struct netlink_ext_ack *extack) in ice_check_component_response() argument
123 NL_SET_ERR_MSG_MOD(extack, "Component comparison stamp is identical to running image"); in ice_check_component_response()
128 NL_SET_ERR_MSG_MOD(extack, "Component comparison stamp is lower than running image"); in ice_check_component_response()
133 NL_SET_ERR_MSG_MOD(extack, "Component comparison stamp is invalid"); in ice_check_component_response()
138 NL_SET_ERR_MSG_MOD(extack, "Component table conflict occurred"); in ice_check_component_response()
143 NL_SET_ERR_MSG_MOD(extack, "Component pre-requisites not met"); in ice_check_component_response()
148 NL_SET_ERR_MSG_MOD(extack, "Component not supported"); in ice_check_component_response()
153 NL_SET_ERR_MSG_MOD(extack, "Component cannot be downgraded"); in ice_check_component_response()
158 NL_SET_ERR_MSG_MOD(extack, "Incomplete component image"); in ice_check_component_response()
163 NL_SET_ERR_MSG_MOD(extack, "Component version is identical to running image"); in ice_check_component_response()
168 NL_SET_ERR_MSG_MOD(extack, "Component version is lower than the running image"); in ice_check_component_response()
173 NL_SET_ERR_MSG_MOD(extack, "Received unexpected response code from firmware"); in ice_check_component_response()
200 struct netlink_ext_ack *extack = priv->extack; in ice_send_component_table() local
217 NL_SET_ERR_MSG_MOD(extack, "Unable to update due to unknown firmware component"); in ice_send_component_table()
246 NL_SET_ERR_MSG_MOD(extack, "Failed to transfer component table to firmware"); in ice_send_component_table()
251 comp_response_code, extack); in ice_send_component_table()
274 struct netlink_ext_ack *extack) in ice_write_one_nvm_block() argument
295 NL_SET_ERR_MSG_MOD(extack, "Failed to program flash module"); in ice_write_one_nvm_block()
309 NL_SET_ERR_MSG_MOD(extack, "Timed out waiting for firmware"); in ice_write_one_nvm_block()
322 NL_SET_ERR_MSG_MOD(extack, "Unexpected firmware response"); in ice_write_one_nvm_block()
329 NL_SET_ERR_MSG_MOD(extack, "Unexpected firmware response"); in ice_write_one_nvm_block()
337 NL_SET_ERR_MSG_MOD(extack, "Firmware failed to program flash module"); in ice_write_one_nvm_block()
364 struct netlink_ext_ack *extack) in ice_write_nvm_module() argument
397 block, last_cmd, extack); in ice_write_nvm_module()
441 struct netlink_ext_ack *extack) in ice_erase_nvm_module() argument
464 NL_SET_ERR_MSG_MOD(extack, "Failed to erase flash module"); in ice_erase_nvm_module()
473 NL_SET_ERR_MSG_MOD(extack, "Timed out waiting for firmware"); in ice_erase_nvm_module()
483 NL_SET_ERR_MSG_MOD(extack, "Unexpected firmware response"); in ice_erase_nvm_module()
492 NL_SET_ERR_MSG_MOD(extack, "Firmware failed to erase flash"); in ice_erase_nvm_module()
522 struct netlink_ext_ack *extack) in ice_switch_flash_banks() argument
538 NL_SET_ERR_MSG_MOD(extack, "Failed to switch active flash banks"); in ice_switch_flash_banks()
547 NL_SET_ERR_MSG_MOD(extack, "Timed out waiting for firmware"); in ice_switch_flash_banks()
555 NL_SET_ERR_MSG_MOD(extack, "Firmware failed to switch active flash banks"); in ice_switch_flash_banks()
579 struct netlink_ext_ack *extack = priv->extack; in ice_flash_component() local
614 err = ice_erase_nvm_module(pf, module, name, extack); in ice_flash_component()
619 component->component_size, extack); in ice_flash_component()
635 struct netlink_ext_ack *extack = priv->extack; in ice_finalize_update() local
639 return ice_switch_flash_banks(pf, priv->activate_flags, extack); in ice_finalize_update()
668 u8 preservation, struct netlink_ext_ack *extack) in ice_flash_pldm_image() argument
691 priv.extack = extack; in ice_flash_pldm_image()
700 NL_SET_ERR_MSG_MOD(extack, "Failed to acquire device flash lock"); in ice_flash_pldm_image()
707 NL_SET_ERR_MSG_MOD(extack, "Firmware image has no record matching this device"); in ice_flash_pldm_image()
733 struct netlink_ext_ack *extack) in ice_check_for_pending_update() argument
754 NL_SET_ERR_MSG_MOD(extack, "Unable to read device capabilities"); in ice_check_for_pending_update()
806 NL_SET_ERR_MSG_MOD(extack, "Failed to acquire device flash lock"); in ice_check_for_pending_update()
811 err = ice_switch_flash_banks(pf, pending, extack); in ice_check_for_pending_update()