Home
last modified time | relevance | path

Searched defs:zfcp_port (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/s390/scsi/
Dzfcp_def.h202 struct zfcp_port { struct
203 struct device dev;
204 struct fc_rport *rport; /* rport of fc transport class */
205 struct list_head list; /* list of remote ports */
206 struct zfcp_adapter *adapter; /* adapter used to access port */
207 struct list_head unit_list; /* head of logical unit list */
208 rwlock_t unit_list_lock; /* unit list lock */
209 atomic_t units; /* zfcp_unit count */
210 atomic_t status; /* status of this remote port */
211 u64 wwnn; /* WWNN if known */
[all …]