Searched defs:bfa_fcs_lport_s (Results 1 – 1 of 1) sorted by relevance
135 struct bfa_fcs_lport_s { struct136 struct list_head qe; /* used by port/vport */137 bfa_sm_t sm; /* state machine */138 struct bfa_fcs_fabric_s *fabric; /* parent fabric */139 struct bfa_lport_cfg_s port_cfg; /* port configuration */140 struct bfa_timer_s link_timer; /* timer for link offline */141 u32 pid:24; /* FC address */142 u8 lp_tag; /* lport tag */143 u16 num_rports; /* Num of r-ports */144 struct list_head rport_q; /* queue of discovered r-ports */[all …]