Lines Matching defs:command
79 struct command {
88 #define to_command(c) container_of(c, struct command, kref)
91 static inline void command_put(struct command *cmd)
101 static inline void command_get(struct command *cmd)
144 struct command *current_command;
145 struct command *heartbeat;
156 /* command processing */
157 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size);
158 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd);
159 void ibmasm_wait_for_response(struct command *cmd, int timeout);