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