Searched defs:lpfc_nodelist (Results 1 – 1 of 1) sorted by relevance
88 struct lpfc_nodelist { struct89 struct list_head nlp_listp;90 struct serv_parm fc_sparam; /* buffer for service params */91 struct lpfc_name nlp_portname;92 struct lpfc_name nlp_nodename;94 spinlock_t lock; /* Node management lock */96 uint32_t nlp_flag; /* entry flags */97 uint32_t nlp_DID; /* FC D_ID of entry */98 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */99 uint16_t nlp_type;[all …]