Searched defs:lpfc_nodelist (Results 1 – 1 of 1) sorted by relevance
77 struct lpfc_nodelist { struct78 struct list_head nlp_listp;79 struct lpfc_name nlp_portname;80 struct lpfc_name nlp_nodename;81 uint32_t nlp_flag; /* entry flags */82 uint32_t nlp_DID; /* FC D_ID of entry */83 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */84 uint16_t nlp_type;90 uint16_t nlp_rpi;91 uint16_t nlp_state; /* state transition indicator */[all …]