Searched refs:scsi_finish_command (Results 1 – 6 of 6) sorted by relevance
158 extern void scsi_finish_command(struct scsi_cmnd *cmd);
67 scsi_finish_command() is invoked for the command. The295 - otherwise, scsi_finish_command() is invoked for scmd485 - 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()2171 scsi_finish_command(scmd); in scsi_eh_flush_done_q()
1446 scsi_finish_command(cmd); in scsi_complete()
549 :c:func:`scsi_finish_command`. Here, we override ``qc->scsidone`` with550 :c:func:`scsi_finish_command` and calls :c:func:`ata_qc_complete`.560 invoking :c:func:`scsi_finish_command` on the scmd. Note that as we already