Lines Matching defs:zfcp_port
206 struct zfcp_port { struct
207 struct device dev;
208 struct fc_rport *rport; /* rport of fc transport class */
209 struct list_head list; /* list of remote ports */
210 struct zfcp_adapter *adapter; /* adapter used to access port */
211 struct list_head unit_list; /* head of logical unit list */
212 rwlock_t unit_list_lock; /* unit list lock */
213 atomic_t units; /* zfcp_unit count */
214 atomic_t status; /* status of this remote port */
215 u64 wwnn; /* WWNN if known */
216 u64 wwpn; /* WWPN */
217 u32 d_id; /* D_ID */
218 u32 handle; /* handle assigned by FSF */
219 struct zfcp_erp_action erp_action; /* pending error recovery */
220 atomic_t erp_counter;
221 u32 maxframe_size;
222 u32 supported_classes;
223 u32 connection_info;
224 u32 connection_info_old;
225 struct work_struct gid_pn_work;
226 struct work_struct test_link_work;
227 struct work_struct rport_work;
228 enum { RPORT_NONE, RPORT_ADD, RPORT_DEL } rport_task;
229 unsigned int starget_id;