Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_disc.h95 struct lpfc_nodelist { struct
96 struct list_head nlp_listp;
97 struct serv_parm fc_sparam; /* buffer for service params */
98 struct lpfc_name nlp_portname;
99 struct lpfc_name nlp_nodename;
101 spinlock_t lock; /* Node management lock */
103 uint32_t nlp_flag; /* entry flags */
104 uint32_t nlp_DID; /* FC D_ID of entry */
105 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */
106 uint16_t nlp_type;
[all …]