diff options
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 2955e1a3deaf..1305955cbf59 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h | |||
@@ -77,6 +77,7 @@ struct zfcp_reqlist; | |||
77 | #define ZFCP_STATUS_ADAPTER_SIOSL_ISSUED 0x00000004 | 77 | #define ZFCP_STATUS_ADAPTER_SIOSL_ISSUED 0x00000004 |
78 | #define ZFCP_STATUS_ADAPTER_XCONFIG_OK 0x00000008 | 78 | #define ZFCP_STATUS_ADAPTER_XCONFIG_OK 0x00000008 |
79 | #define ZFCP_STATUS_ADAPTER_HOST_CON_INIT 0x00000010 | 79 | #define ZFCP_STATUS_ADAPTER_HOST_CON_INIT 0x00000010 |
80 | #define ZFCP_STATUS_ADAPTER_SUSPENDED 0x00000040 | ||
80 | #define ZFCP_STATUS_ADAPTER_ERP_PENDING 0x00000100 | 81 | #define ZFCP_STATUS_ADAPTER_ERP_PENDING 0x00000100 |
81 | #define ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED 0x00000200 | 82 | #define ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED 0x00000200 |
82 | #define ZFCP_STATUS_ADAPTER_DATA_DIV_ENABLED 0x00000400 | 83 | #define ZFCP_STATUS_ADAPTER_DATA_DIV_ENABLED 0x00000400 |
@@ -204,6 +205,7 @@ struct zfcp_port { | |||
204 | struct zfcp_adapter *adapter; /* adapter used to access port */ | 205 | struct zfcp_adapter *adapter; /* adapter used to access port */ |
205 | struct list_head unit_list; /* head of logical unit list */ | 206 | struct list_head unit_list; /* head of logical unit list */ |
206 | rwlock_t unit_list_lock; /* unit list lock */ | 207 | rwlock_t unit_list_lock; /* unit list lock */ |
208 | atomic_t units; /* zfcp_unit count */ | ||
207 | atomic_t status; /* status of this remote port */ | 209 | atomic_t status; /* status of this remote port */ |
208 | u64 wwnn; /* WWNN if known */ | 210 | u64 wwnn; /* WWNN if known */ |
209 | u64 wwpn; /* WWPN */ | 211 | u64 wwpn; /* WWPN */ |