Lines Matching defs:bfa_port_cfg_s
948 struct bfa_port_cfg_s { struct
949 u8 topology; /* bfa_port_topology */
950 u8 speed; /* enum bfa_port_speed */
951 u8 trunked; /* trunked or not */
952 u8 qos_enabled; /* qos enabled or not */
953 u8 cfg_hardalpa; /* is hard alpa configured */
954 u8 hardalpa; /* configured hard alpa */
955 __be16 maxfrsize; /* maximum frame size */
956 u8 rx_bbcredit; /* receive buffer credits */
957 u8 tx_bbcredit; /* transmit buffer credits */
958 u8 ratelimit; /* ratelimit enabled or not */
959 u8 trl_def_speed; /* ratelimit default speed */
960 u8 bb_cr_enabled; /*!< Config state of BB_SCN */
961 u8 bb_scn; /*!< BB_SCN value for FLOGI Exchg */
962 u8 faa_state; /* FAA enabled/disabled */
963 u8 rsvd1;
964 u16 path_tov; /* device path timeout */
965 u16 q_depth; /* SCSI Queue depth */
966 struct bfa_qos_bw_s qos_bw; /* QOS bandwidth */