Lines Matching refs:extack
54 struct netlink_ext_ack *extack) in mlxfw_fsm_state_wait() argument
73 NL_SET_ERR_MSG_MOD(extack, "Firmware flash failed"); in mlxfw_fsm_state_wait()
79 NL_SET_ERR_MSG_MOD(extack, "Timeout reached on FSM state change"); in mlxfw_fsm_state_wait()
95 struct netlink_ext_ack *extack) in mlxfw_flash_component() argument
118 NL_SET_ERR_MSG_MOD(extack, "Component is bigger than limit"); in mlxfw_flash_component()
134 MLXFW_FSM_STATE_DOWNLOAD, extack); in mlxfw_flash_component()
165 MLXFW_FSM_STATE_LOCKED, extack); in mlxfw_flash_component()
177 struct netlink_ext_ack *extack) in mlxfw_flash_components() argument
188 NL_SET_ERR_MSG_MOD(extack, "Could not find device PSID in MFA2 file"); in mlxfw_flash_components()
201 err = mlxfw_flash_component(mlxfw_dev, fwhandle, comp, extack); in mlxfw_flash_components()
211 struct netlink_ext_ack *extack) in mlxfw_firmware_flash() argument
219 NL_SET_ERR_MSG_MOD(extack, "Firmware file is not MFA2"); in mlxfw_firmware_flash()
233 NL_SET_ERR_MSG_MOD(extack, "Could not lock the firmware FSM"); in mlxfw_firmware_flash()
238 MLXFW_FSM_STATE_LOCKED, extack); in mlxfw_firmware_flash()
242 err = mlxfw_flash_components(mlxfw_dev, fwhandle, mfa2_file, extack); in mlxfw_firmware_flash()
251 NL_SET_ERR_MSG_MOD(extack, "Could not activate the downloaded image"); in mlxfw_firmware_flash()
256 MLXFW_FSM_STATE_LOCKED, extack); in mlxfw_firmware_flash()