Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs.h135 struct bfa_fcs_lport_s { struct
136 struct list_head qe; /* used by port/vport */
137 bfa_sm_t sm; /* state machine */
138 struct bfa_fcs_fabric_s *fabric; /* parent fabric */
141 u32 pid:24; /* FC address */
142 u8 lp_tag; /* lport tag */
143 u16 num_rports; /* Num of r-ports */
145 struct bfa_fcs_s *fcs; /* FCS instance */
149 struct bfa_fcxp_s *fcxp;
150 struct bfa_fcxp_wqe_s fcxp_wqe;
[all …]