1. NAME

__scsi_get_command - Allocate a struct scsi_cmnd

2. SYNOPSIS

struct scsi_cmnd * __scsi_get_command(struct Scsi_Host *  shost , gfp_t  gfp_mask );

3. ARGUMENTS

shost
    host to transmit command

gfp_mask
    allocation mask

4. DESCRIPTION

allocate a struct scsi_cmd from hostAqs slab, recycling from the hostAqs free_list if necessary.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT