Lines Matching refs:command
32 Each SCSI command is represented with struct scsi_cmnd (== scmd). A
44 command by calling scsi_done callback passed from midlayer when
55 determine what to do with the command. scsi_decide_disposition()
57 with the command.
60 scsi_finish_command() is invoked for the command. The
73 scsi_eh_scmd_add(scmd, 0) is invoked for the command. See
87 The command is passed back to the block layer and completed
91 assumed to be finished with the command, and no other
98 command. Timer is restarted. This action is counted as a
103 eh_timed_out() callback did not handle the command.
112 command. See [1-3] for more information.
114 [1-3] Asynchronous command aborts
116 After a timeout occurs a command abort is scheduled from
117 scsi_abort_command(). If the abort is successful the command
120 Otherwise scsi_eh_scmd_add() is invoked for the command.
154 about the scmd, which currently no LLDD does, the command is still
299 command failures (autosense). Autosense is recommended for
311 command. If fails, no action. Note that taking no action
331 This action is taken for each timed out command when
348 TEST_UNIT_READY command. Note that the scmd must have been
364 START_STOP_UNIT command is issued w/ start=1. Note that