diff options
Diffstat (limited to 'include/scsi/iscsi_if.h')
-rw-r--r-- | include/scsi/iscsi_if.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h index 8e008c96e79..d0ed5226f8c 100644 --- a/include/scsi/iscsi_if.h +++ b/include/scsi/iscsi_if.h | |||
@@ -336,6 +336,8 @@ enum iscsi_host_param { | |||
336 | #define CAP_SENDTARGETS_OFFLOAD 0x400 /* offload discovery process */ | 336 | #define CAP_SENDTARGETS_OFFLOAD 0x400 /* offload discovery process */ |
337 | #define CAP_DATA_PATH_OFFLOAD 0x800 /* offload entire IO path */ | 337 | #define CAP_DATA_PATH_OFFLOAD 0x800 /* offload entire IO path */ |
338 | #define CAP_DIGEST_OFFLOAD 0x1000 /* offload hdr and data digests */ | 338 | #define CAP_DIGEST_OFFLOAD 0x1000 /* offload hdr and data digests */ |
339 | #define CAP_PADDING_OFFLOAD 0x2000 /* offload padding insertion, removal, | ||
340 | and verification */ | ||
339 | 341 | ||
340 | /* | 342 | /* |
341 | * These flags describes reason of stop_conn() call | 343 | * These flags describes reason of stop_conn() call |