diff options
| author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-08 10:22:41 +0400 | 
|---|---|---|
| committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-08 10:22:41 +0400 | 
| commit | 1a43f2012455a977397deffe35912fd3f3ce17b9 (patch) | |
| tree | 5189f337df44e7a495fbd097cd476b0380babd8c /drivers/scsi/mpt2sas/mpi/mpi2_init.h | |
| parent | e1b96ada659431669efaf3defa997abf5db68130 (diff) | |
| parent | 322a8b034003c0d46d39af85bf24fee27b902f48 (diff) | |
| download | linux-1a43f2012455a977397deffe35912fd3f3ce17b9.tar.xz | |
Merge commit 'v3.1-rc1' into imx-fixes
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_init.h')
| -rw-r--r-- | drivers/scsi/mpt2sas/mpi/mpi2_init.h | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/scsi/mpt2sas/mpi/mpi2_init.h b/drivers/scsi/mpt2sas/mpi/mpi2_init.h index 165454d52591..de90162413c2 100644 --- a/drivers/scsi/mpt2sas/mpi/mpi2_init.h +++ b/drivers/scsi/mpt2sas/mpi/mpi2_init.h @@ -6,7 +6,7 @@   *          Title:  MPI SCSI initiator mode messages and structures   *  Creation Date:  June 23, 2006   * - *    mpi2_init.h Version:  02.00.10 + *    mpi2_init.h Version:  02.00.11   *   *  Version History   *  --------------- @@ -33,6 +33,7 @@   *                      Added MPI2_SCSITASKMGMT_RSP_TM_OVERLAPPED_TAG define.   *  02-10-10  02.00.09  Removed unused structure that had "#if 0" around it.   *  05-12-10  02.00.10  Added optional vendor-unique region to SCSI IO Request. + *  11-10-10  02.00.11  Added MPI2_SCSIIO_NUM_SGLOFFSETS define.   *  --------------------------------------------------------------------------   */ @@ -139,6 +140,9 @@ typedef struct _MPI2_SCSI_IO_REQUEST  #define MPI2_SCSIIO_SGLFLAGS_SGL1_SHIFT             (4)  #define MPI2_SCSIIO_SGLFLAGS_SGL0_SHIFT             (0) +/* number of SGLOffset fields */ +#define MPI2_SCSIIO_NUM_SGLOFFSETS                  (4) +  /* SCSI IO IoFlags bits */  /* Large CDB Address Space */  | 
