diff options
author | Andreas Herrmann <aherrman@de.ibm.com> | 2006-01-05 03:59:34 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2006-01-14 11:54:50 -0500 |
commit | f6cd94b126aa78ebaa21075df3b9577fbf995968 (patch) | |
tree | e98bd9be9cb06d5b98160222bde6a308121bf41a /drivers/s390/scsi/zfcp_def.h | |
parent | 9eb69aff79264b5f35e41922df20a488c67e9ee2 (diff) |
[SCSI] zfcp: transport class adaptations
Added host stats, removed superfluous get_starget_ functions,
removed some attributes from zfcp specific sysfs tree (e.g.
scsi_host_no, scsi_lun, wwnn and d_id).
Host stats are given for the physical adapter port not for the
virtual adapter. Reset stats is implemented in the device driver.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index d81b737d68cc..3785b3c98a58 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -978,6 +978,9 @@ struct zfcp_adapter { | |||
978 | struct zfcp_adapter_mempool pool; /* Adapter memory pools */ | 978 | struct zfcp_adapter_mempool pool; /* Adapter memory pools */ |
979 | struct qdio_initialize qdio_init_data; /* for qdio_establish */ | 979 | struct qdio_initialize qdio_init_data; /* for qdio_establish */ |
980 | struct device generic_services; /* directory for WKA ports */ | 980 | struct device generic_services; /* directory for WKA ports */ |
981 | struct fc_host_statistics *fc_stats; | ||
982 | struct fsf_qtcb_bottom_port *stats_reset_data; | ||
983 | unsigned long stats_reset; | ||
981 | }; | 984 | }; |
982 | 985 | ||
983 | /* | 986 | /* |