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