diff options
author | John Forte <John.Forte@Sun.COM> | 2010-06-15 19:09:16 -0700 |
---|---|---|
committer | John Forte <John.Forte@Sun.COM> | 2010-06-15 19:09:16 -0700 |
commit | 40c3e8ff0f3a541e3a203404d3a5dc7eb0f5aee8 (patch) | |
tree | 8c6efa7dae20dc3e39df9948aec475f4f5d09307 /usr/src/uts/common/sys/stmf.h | |
parent | 2ea18f2b6e0aa51cce0f96020c7337bd762aa7e9 (diff) | |
download | illumos-joyent-40c3e8ff0f3a541e3a203404d3a5dc7eb0f5aee8.tar.gz |
6912676 STMF should attempt to catch port provider data transfer double completions
6958379 auditing for SCSI tasks in stmf
Diffstat (limited to 'usr/src/uts/common/sys/stmf.h')
-rw-r--r-- | usr/src/uts/common/sys/stmf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/stmf.h b/usr/src/uts/common/sys/stmf.h index e476dc72f8..061681fc91 100644 --- a/usr/src/uts/common/sys/stmf.h +++ b/usr/src/uts/common/sys/stmf.h @@ -102,6 +102,7 @@ typedef struct stmf_data_buf { #define DB_DONT_CACHE 0x0010 #define DB_DONT_REUSE 0x0020 #define DB_LU_DATA_BUF 0x0040 +#define DB_LPORT_XFER_ACTIVE 0x8000 typedef struct scsi_task { void *task_stmf_private; |