Lines Matching defs:lpfc_nodelist
77 struct lpfc_nodelist { struct
78 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_add_flag; /* additional flags */
83 uint32_t nlp_DID; /* FC D_ID of entry */
84 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */
85 uint16_t nlp_type;
91 uint16_t nlp_rpi;
92 uint16_t nlp_state; /* state transition indicator */
93 uint16_t nlp_prev_state; /* state transition indicator */
94 uint16_t nlp_xri; /* output exchange id for RPI */
95 uint16_t nlp_sid; /* scsi id */
97 uint16_t nlp_maxframe; /* Max RCV frame size */
98 uint8_t nlp_class_sup; /* Supported Classes */
99 uint8_t nlp_retry; /* used for ELS retries */
100 uint8_t nlp_fcp_info; /* class info, bits 0-3 */
103 uint16_t nlp_usg_map; /* ndlp management usage bitmap */
130 struct lpfc_nodelist *ndlp; argument