Searched defs:bfa_fcport_s (Results 1 – 1 of 1) sorted by relevance
459 struct bfa_fcport_s { struct460 struct bfa_s *bfa; /* parent BFA instance */461 bfa_sm_t sm; /* port state machine */462 wwn_t nwwn; /* node wwn of physical port */463 wwn_t pwwn; /* port wwn of physical oprt */464 enum bfa_port_speed speed_sup;466 enum bfa_port_speed speed; /* current speed */467 enum bfa_port_topology topology; /* current topology */468 u8 rsvd[3];469 u8 myalpa; /* my ALPA in LOOP topology */[all …]