Lines Matching +full:conf +full:- +full:ds

1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
4 * Copyright (c) 2014- QLogic Corporation.
8 * Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
130 u32 fcp_conf_req; /* FCP conf requested */
141 u32 ioh_len_err_event; /* IOH len error - fcp_dl !=
146 u32 ioh_cpu_owned_event; /* IOH hit -iost owned by f/w */
149 u32 ioh_err_int; /* IOH error int during data-phase
154 u32 tio_conf_proc; /* TIO CONF processed */
155 u32 tio_conf_drop; /* TIO CONF dropped */
161 u32 tio_abts_ack; /* TIO ABTS ack-ed */
162 u32 tio_abts_ack_nocomp;/* TIO ABTS ack-ed but not completed */
172 u32 ds_rxwchan_wait; /* DS waiting for RX wait channel */
173 u32 ds_rxwchan_avail; /* DS RX wait channel available */
174 u32 ds_unaligned_rd; /* DS unaligned read */
175 u32 ds_rdcomp_invalid_sm; /* DS read completed in wrong state
177 u32 ds_wrcomp_invalid_sm; /* DS write completed in wrong state
179 u32 ds_flush_req; /* DS flush requested */
180 u32 ds_flush_comp; /* DS flush completed */
181 u32 ds_xfrdy_exp; /* DS XFER_RDY expired */
182 u32 ds_seq_cnt_err; /* DS seq cnt error */
183 u32 ds_seq_len_err; /* DS seq len error */
184 u32 ds_data_oor; /* DS data out of order */
185 u32 ds_hit_bls; /* DS hit BLS */
186 u32 ds_edtov_timer_exp; /* DS edtov expired */
187 u32 ds_cpu_owned; /* DS cpu owned */
188 u32 ds_hit_class2; /* DS hit class2 */
189 u32 ds_length_err; /* DS length error */
190 u32 ds_ro_ooo_err; /* DS relative offset out-of-order error */
191 u32 ds_rectov_timer_exp;/* DS rectov expired */
192 u32 ds_unexp_fr_err; /* DS unexp frame error */
248 u32 lr_unexp; /* No. of times LR rx-ed unexpectedly */
249 u32 lrr_unexp; /* No. of times LRR rx-ed unexpectedly */
254 u32 hwsm_lrr_rx; /* No. of times LRR rx-ed by HWSM */
255 u32 hwsm_lr_rx; /* No. of times LR rx-ed by HWSM */
455 u32 mac_on; /* MAC got turned-on */
456 u32 link_up; /* link-up */
686 u32 del_io_iocdowns; /* IO cleaned-up due to IOC down */
687 u32 del_tm_iocdowns; /* TM cleaned-up due to IOC down */
693 u32 input_reqs; /* Data in-bound requests */
694 u32 output_reqs; /* Data out-bound requests */
702 u32 qwait; /* IO Request-Q wait */
703 u32 qresumes; /* IO Request-Q wait done */
708 u32 iocom_dif_err; /* IO SBC-3 protection errors */
710 u32 iocom_sqer_needed; /* fcp-2 error recovery failed */
716 u32 io_cleanups; /* IO clean-up requests */
719 u32 io_iocdowns; /* IO cleaned-up due to IOC down */
742 u32 tm_qwait; /* TM Request-Q wait */
743 u32 tm_qresumes; /* TM Request-Q wait done */
745 u32 tm_iocdowns; /* TM cleaned-up due to IOC down */
782 BFA_PORT_TYPE_VPORT = 22, /* NPIV - virtual port */
802 BFA_PORT_OPMODE_NORMAL = 0x00, /* normal non-loopback mode */
987 * Dynamic field - info from BFA
999 * Dynamic field - info from FCS
1173 u32 sm_offp_fwrsp; /* off-pending: fw responses */
1174 u32 sm_offp_del; /* off-pending: deletes */
1175 u32 sm_offp_hwf; /* off-pending: IOC downs */
1176 u32 sm_offp_unexp; /* off-pending: exceptions */
1278 u64 frame_65_127; /* Frames 65-127 bytes */
1279 u64 frame_128_255; /* Frames 128-255 bytes */
1280 u64 frame_256_511; /* Frames 256-511 bytes */
1281 u64 frame_512_1023; /* Frames 512-1023 bytes */
1282 u64 frame_1024_1518; /* Frames 1024-1518 bytes */
1283 u64 frame_1519_1522; /* Frames 1519-1522 bytes */