Searched refs:scsi_finish_command (Results 1 – 6 of 6) sorted by relevance
164 extern void scsi_finish_command(struct scsi_cmnd *cmd);
67 scsi_finish_command() is invoked for the command. The298 - otherwise, scsi_finish_command() is invoked for scmd488 - Either scsi_queue_insert() or scsi_finish_command() is called on
158 void scsi_finish_command(struct scsi_cmnd *cmd) in scsi_finish_command() function
209 scsi_finish_command(scmd); in scmd_eh_abort_handler()2225 scsi_finish_command(scmd); in scsi_eh_flush_done_q()
1445 scsi_finish_command(cmd); in scsi_complete()
523 :c:func:`scsi_finish_command`. Here, we override ``qc->scsidone`` with524 :c:func:`scsi_finish_command` and calls :c:func:`ata_qc_complete`.534 invoking :c:func:`scsi_finish_command` on the scmd. Note that as we already