From 40c3e8ff0f3a541e3a203404d3a5dc7eb0f5aee8 Mon Sep 17 00:00:00 2001 From: John Forte Date: Tue, 15 Jun 2010 19:09:16 -0700 Subject: 6912676 STMF should attempt to catch port provider data transfer double completions 6958379 auditing for SCSI tasks in stmf --- usr/src/uts/common/sys/stmf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/uts/common/sys/stmf.h') 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; -- cgit v1.2.3