1SCSI_CMD_GET_SERIAL(9) SCSI mid layer SCSI_CMD_GET_SERIAL(9)
2
3
4
6 scsi_cmd_get_serial - Assign a serial number to a command
7
9 void scsi_cmd_get_serial(struct Scsi_Host * host,
10 struct scsi_cmnd * cmd);
11
13 host
14 the scsi host
15
16 cmd
17 command to assign serial number to
18
20 a serial number identifies a request for error recovery and debugging
21 purposes. Protected by the Host_Lock of host.
22
24 James Bottomley <James.Bottomley@hansenpartnership.com>
25 Author.
26
27 Rob Landley <rob@landley.net>
28 Author.
29
31Kernel Hackers Manual 3.10 June 2019 SCSI_CMD_GET_SERIAL(9)