#include <linux/sched.h>
#include <linux/slab.h>
#include "ibmasm.h"
#include "lowlevel.h"
Go to the source code of this file.
exec_command 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,
Definition at line 119 of file command.c.
receive_command_response called by the interrupt handler when a dot command of type command_response was received.
Definition at line 175 of file command.c.
Sleep until a command has failed or a response has been received and the command status been updated by the interrupt handler. (see receive_response).
Definition at line 162 of file command.c.