1. NAME

scsi_cmd_get_serial - Assign a serial number to a command

2. SYNOPSIS

void scsi_cmd_get_serial(struct Scsi_Host *  host , struct scsi_cmnd *  cmd );

3. ARGUMENTS

host
    the scsi host

cmd
    command to assign serial number to

4. DESCRIPTION

a serial number identifies a request for error recovery and debugging purposes. Protected by the Host_Lock of host.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT