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