SCSI_DONE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

scsi_done - Enqueue the finished SCSI command into the done queue.  

SYNOPSIS

"SYNOPSIS"

void scsi_done (struct scsi_cmnd * cmd);  

ARGUMENTS

cmd
The SCSI Command for which a low-level device driver (LLDD) gives ownership back to SCSI Core -- i.e. the LLDD has finished with it.
 

DESCRIPTION

This function is the mid-level's (SCSI Core) interrupt routine, which regains ownership of the SCSI command (de facto) from a LLDD, and enqueues the command to the done queue for further processing.

This is the producer of the done queue who enqueues at the tail.

This function is interrupt context safe.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:48 GMT, October 06, 2005