Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfa_fcs.h142 struct bfa_fcs_lport_s { struct
143 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 …]