Searched refs:command_response (Results 1 – 1 of 1) sorted by relevance
981 uint8_t command_response; member1079 cli_req.command_response = SUNOEM_CLI_CMD_OPEN; in ipmi_sunoem_cli()1081 cli_req.command_response = SUNOEM_CLI_CMD_FORCE; in ipmi_sunoem_cli()1099 if ((cli_rsp->command_response != 0) || (rsp->ccode != 0)) { in ipmi_sunoem_cli()1147 cli_req.command_response = SUNOEM_CLI_CMD_POLL; in ipmi_sunoem_cli()1158 while (rsp->ccode == 0 && cli_rsp->command_response == 0) { in ipmi_sunoem_cli()1175 cli_req.command_response = SUNOEM_CLI_CMD_CLOSE; in ipmi_sunoem_cli()1185 cli_req.command_response = SUNOEM_CLI_CMD_EOF; in ipmi_sunoem_cli()1199 cli_req.command_response = SUNOEM_CLI_CMD_EOF; in ipmi_sunoem_cli()1283 if (cli_req.command_response == SUNOEM_CLI_CMD_EOF in ipmi_sunoem_cli()[all …]