Lines Matching defs:bfa_fcport_s
466 struct bfa_fcport_s { struct
467 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 */
477 u8 alpabm_valid; /* alpa bitmap valid or not */
478 struct fc_alpabm_s alpabm; /* alpa bitmap */
502 union bfa_fcport_stats_u *stats; argument
503 bfa_status_t stats_status; /* stats/statsclr status */
504 struct list_head stats_pending_q;
505 struct list_head statsclr_pending_q;
506 bfa_boolean_t stats_qfull;
507 u32 stats_reset_time; /* stats reset time stamp */
508 bfa_boolean_t diag_busy; /* diag busy status */
509 bfa_boolean_t beacon; /* port beacon status */
510 bfa_boolean_t link_e2e_beacon; /* link beacon status */
511 struct bfa_fcport_trunk_s trunk;
512 u16 fcoe_vlan;
513 struct bfa_mem_dma_s fcport_dma;
514 bfa_boolean_t stats_dma_ready;
515 struct bfa_bbcr_attr_s bbcr_attr;
516 enum bfa_fec_state_s fec_state;