Searched refs:scsi_finish_command (Results 1 – 6 of 6) sorted by relevance
162 extern void scsi_finish_command(struct scsi_cmnd *cmd);
60 scsi_finish_command() is invoked for the command. The266 - otherwise, scsi_finish_command() is invoked for scmd451 - Either scsi_queue_insert() or scsi_finish_command() is called on
181 void scsi_finish_command(struct scsi_cmnd *cmd) in scsi_finish_command() function
164 scsi_finish_command(scmd); in scmd_eh_abort_handler()2111 scsi_finish_command(scmd); in scsi_eh_flush_done_q()
1477 scsi_finish_command(cmd); in scsi_softirq_done()
560 :c:func:`scsi_finish_command`. Here, we override ``qc->scsidone`` with561 :c:func:`scsi_finish_command` and calls :c:func:`ata_qc_complete`.571 invoking :c:func:`scsi_finish_command` on the scmd. Note that as we already