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