Searched defs:zfcp_port (Results 1 – 1 of 1) sorted by relevance
206 struct zfcp_port { struct207 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 */[all …]