1. NAME

scsi_get_command - Allocate and setup a scsi command block

2. SYNOPSIS

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

3. ARGUMENTS

dev
    parent scsi device

gfp_mask
    allocator flags

4. RETURNS

The allocated scsi command structure.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT