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