Searched defs:bfa_fcs_lport_s (Results 1 – 1 of 1) sorted by relevance
142 struct bfa_fcs_lport_s { struct143 struct list_head qe; /* used by port/vport */144 bfa_sm_t sm; /* state machine */145 struct bfa_fcs_fabric_s *fabric; /* parent fabric */146 struct bfa_lport_cfg_s port_cfg; /* port configuration */147 struct bfa_timer_s link_timer; /* timer for link offline */148 u32 pid:24; /* FC address */149 u8 lp_tag; /* lport tag */150 u16 num_rports; /* Num of r-ports */151 struct list_head rport_q; /* queue of discovered r-ports */[all …]