diff options
author | Ralph Wuerthner <rwuerthn@de.ibm.com> | 2006-05-22 12:24:33 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-05-28 12:45:15 -0400 |
commit | 75bfc2837bbcc329193d51e8b7115184b78beae0 (patch) | |
tree | 6d1511fce28948bd134f7148a996c04dc04e9d32 /drivers/s390/scsi/zfcp_def.h | |
parent | b7a52fa7fff2309031a2f849bc489206afd2fa4a (diff) |
[SCSI] zfcp: evaluate plogi payload to set maxframe_size, supported_classes of rports
Signed-off-by: Ralph Wuerthner <rwuerthn@de.ibm.com>
Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index e93272f18827..a67d608388a1 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -959,6 +959,8 @@ struct zfcp_port { | |||
959 | u32 handle; /* handle assigned by FSF */ | 959 | u32 handle; /* handle assigned by FSF */ |
960 | struct zfcp_erp_action erp_action; /* pending error recovery */ | 960 | struct zfcp_erp_action erp_action; /* pending error recovery */ |
961 | atomic_t erp_counter; | 961 | atomic_t erp_counter; |
962 | u32 maxframe_size; | ||
963 | u32 supported_classes; | ||
962 | }; | 964 | }; |
963 | 965 | ||
964 | /* the struct device sysfs_device must be at the beginning of this structure. | 966 | /* the struct device sysfs_device must be at the beginning of this structure. |