1SCSI_GET_COMMAND(9)             SCSI mid layer             SCSI_GET_COMMAND(9)
2
3
4

NAME

6       scsi_get_command - Allocate and setup a scsi command block
7

SYNOPSIS

9       struct scsi_cmnd * scsi_get_command(struct scsi_device * dev,
10                                           gfp_t gfp_mask);
11

ARGUMENTS

13       dev
14           parent scsi device
15
16       gfp_mask
17           allocator flags
18

RETURNS

20       The allocated scsi command structure.
21

AUTHORS

23       James Bottomley <James.Bottomley@hansenpartnership.com>
24           Author.
25
26       Rob Landley <rob@landley.net>
27           Author.
28
30Kernel Hackers Manual 3.10         June 2019               SCSI_GET_COMMAND(9)
Impressum