Lines Matching defs:bfa_fcport_s
459 struct bfa_fcport_s { struct
460 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 */
470 u8 alpabm_valid; /* alpa bitmap valid or not */
471 struct fc_alpabm_s alpabm; /* alpa bitmap */
495 union bfa_fcport_stats_u *stats; argument
496 bfa_status_t stats_status; /* stats/statsclr status */
497 struct list_head stats_pending_q;
498 struct list_head statsclr_pending_q;
499 bfa_boolean_t stats_qfull;
500 time64_t stats_reset_time; /* stats reset time stamp */
501 bfa_boolean_t diag_busy; /* diag busy status */
502 bfa_boolean_t beacon; /* port beacon status */
503 bfa_boolean_t link_e2e_beacon; /* link beacon status */
504 struct bfa_fcport_trunk_s trunk;
505 u16 fcoe_vlan;
506 struct bfa_mem_dma_s fcport_dma;
507 bfa_boolean_t stats_dma_ready;
508 struct bfa_bbcr_attr_s bbcr_attr;
509 enum bfa_fec_state_s fec_state;