Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dsym53c416.c227 static Scsi_Cmnd *current_command = NULL; variable
347 current_command->SCp.phase = idle; in sym53c416_intr_handle()
348 current_command->result = DID_RESET << 16; in sym53c416_intr_handle()
350 current_command->scsi_done(current_command); in sym53c416_intr_handle()
357 current_command->SCp.phase = idle; in sym53c416_intr_handle()
358 current_command->result = DID_ERROR << 16; in sym53c416_intr_handle()
360 current_command->scsi_done(current_command); in sym53c416_intr_handle()
367 current_command->SCp.phase = idle; in sym53c416_intr_handle()
368 current_command->result = DID_ERROR << 16; in sym53c416_intr_handle()
370 current_command->scsi_done(current_command); in sym53c416_intr_handle()
[all …]
/linux-4.4.14/drivers/misc/ibmasm/
Dcommand.c104 sp->current_command->status = IBMASM_CMD_FAILED; in do_exec_command()
105 wake_up(&sp->current_command->wait); in do_exec_command()
106 command_put(sp->current_command); in do_exec_command()
128 if (!sp->current_command) { in ibmasm_exec_command()
129 sp->current_command = cmd; in ibmasm_exec_command()
130 command_get(sp->current_command); in ibmasm_exec_command()
147 sp->current_command = dequeue_command(sp); in exec_next_command()
148 if (sp->current_command) { in exec_next_command()
149 command_get(sp->current_command); in exec_next_command()
177 struct command *cmd = sp->current_command; in ibmasm_receive_command_response()
[all …]
Dlowlevel.c38 struct command *command = sp->current_command; in ibmasm_send_i2o_message()
Dibmasm.h155 struct command *current_command; member