__scsi_put_command(9)
NAME
__scsi_put_command - Free a struct scsi_cmnd
SYNOPSIS
void __scsi_put_command(struct Scsi_Host * shost,
struct scsi_cmnd * cmd, struct device * dev);
ARGUMENTS
- shost
- dev->host
- cmd
- Command to free
- dev
- parent scsi device
AUTHORS
- James Bottomley <James.Bottomley@hansenpartnership.com>
- Author.
- Rob Landley <rob@landley.net>
- Author.