Allocate and setup a scsi command block
struct scsi_cmnd * scsi_get_command(struct scsi_device * dev, gfp_t gfp_mask);
dev
parent scsi device
gfp_mask
allocator flags
The allocated scsi command structure.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>