void ibmasm_exec_command (struct service_processor * sp, struct command * cmd);
send a command to a service processor Commands are executed sequentially. One command (sp->current_command) is sent to the service processor. Once the interrupt handler gets a message of type command_response, the message is copied into the current commands buffer,