Home
last modified time | relevance | path

Searched defs:lpfc_nodelist (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/lpfc/
Dlpfc_disc.h95 struct lpfc_nodelist { struct
96 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 …]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_disc.h80 struct lpfc_nodelist { struct
81 struct list_head nlp_listp;
82 struct lpfc_name nlp_portname;
83 struct lpfc_name nlp_nodename;
84 uint32_t nlp_flag; /* entry flags */
85 uint32_t nlp_DID; /* FC D_ID of entry */
86 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */
87 uint16_t nlp_type;
96 uint16_t nlp_fc4_type; /* FC types node supports. */
105 uint16_t nlp_rpi;
[all …]