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