Searched refs:current_command (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Dcommand.c110 sp->current_command->status = IBMASM_CMD_FAILED;
111 wake_up(&sp->current_command->wait);
112 command_put(sp->current_command);
120 * Commands are executed sequentially. One command (sp->current_command)
134 if (!sp->current_command) {
135 sp->current_command = cmd;
136 command_get(sp->current_command);
153 sp->current_command = dequeue_command(sp);
154 if (sp->current_command) {
155 command_get(sp->current_command);
[all...]
H A Dlowlevel.c38 struct command *command = sp->current_command;
H A Dibmasm.h153 struct command *current_command; member in struct:service_processor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsym53c416.c228 static Scsi_Cmnd *current_command = NULL; variable
362 current_command->SCp.phase = idle;
363 current_command->result = DID_RESET << 16;
365 current_command->scsi_done(current_command);
372 current_command->SCp.phase = idle;
373 current_command->result = DID_ERROR << 16;
375 current_command->scsi_done(current_command);
382 current_command
[all...]

Completed in 59 milliseconds