Searched defs:lpfc_nodelist (Results 1 – 1 of 1) sorted by relevance
97 struct lpfc_nodelist { struct98 struct list_head nlp_listp;99 struct serv_parm fc_sparam; /* buffer for service params */100 struct lpfc_name nlp_portname;101 struct lpfc_name nlp_nodename;103 spinlock_t lock; /* Node management lock */105 uint32_t nlp_flag; /* entry flags */106 uint32_t nlp_DID; /* FC D_ID of entry */107 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */108 uint16_t nlp_type;[all …]