Searched refs:scsi_finish_command (Results 1 – 6 of 6) sorted by relevance
162 extern void scsi_finish_command(struct scsi_cmnd *cmd);
67 scsi_finish_command() is invoked for the command. The297 - otherwise, scsi_finish_command() is invoked for scmd487 - Either scsi_queue_insert() or scsi_finish_command() is called on
167 void scsi_finish_command(struct scsi_cmnd *cmd) in scsi_finish_command() function
172 scsi_finish_command(scmd); in scmd_eh_abort_handler()2126 scsi_finish_command(scmd); in scsi_eh_flush_done_q()
1443 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