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