Lines Matching defs:zfcp_adapter
148 struct zfcp_adapter { struct
149 struct kref ref;
150 u64 peer_wwnn; /* P2P peer WWNN */
151 u64 peer_wwpn; /* P2P peer WWPN */
152 u32 peer_d_id; /* P2P peer D_ID */
153 struct ccw_device *ccw_device; /* S/390 ccw device */
154 struct zfcp_qdio *qdio;
155 u32 hydra_version; /* Hydra version */
156 u32 fsf_lic_version;
157 u32 adapter_features; /* FCP channel features */
158 u32 connection_features; /* host connection features */
159 u32 hardware_version; /* of FCP channel */
160 u32 fc_security_algorithms; /* of FCP channel */
161 u32 fc_security_algorithms_old; /* of FCP channel */
162 u16 timer_ticks; /* time int for a tick */
163 struct Scsi_Host *scsi_host; /* Pointer to mid-layer */
164 struct list_head port_list; /* remote port list */
165 rwlock_t port_list_lock; /* port list lock */
166 u64 req_no; /* unique FSF req number */
167 struct zfcp_reqlist *req_list;
191 struct zfcp_adapter_mempool pool; /* Adapter memory pools */ argument
210 struct zfcp_adapter *adapter; /* adapter used to access port */ argument