Target, lun alloc/free functionality.
void mptspi_initTarget(MPT_SCSI_HOST * hd, VirtTarget * vtarget, struct scsi_device * sdev);
hd
Pointer to MPT_SCSI_HOST structure
vtarget
per target private data
sdev
SCSI device
It's only SAFE to call this routine if data points to sane & valid STANDARD INQUIRY data!
Allocate and initialize memory for this target. Save inquiry data.