Searched defs:lpfc_nodelist (Results 1 – 1 of 1) sorted by relevance
95 struct lpfc_nodelist { struct96 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 …]