blob: 0b97525803fb64db6516dc23582bde52c943990f [file] [log] [blame]
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001/*
2 * Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
3 * All rights reserved
4 * www.brocade.com
5 *
6 * Linux driver for Brocade Fibre Channel Host Bus Adapter.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License (GPL) Version 2 as
10 * published by the Free Software Foundation
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 */
17
18#ifndef __BFA_DEFS_SVC_H__
19#define __BFA_DEFS_SVC_H__
20
21#include "bfa_defs.h"
22#include "bfa_fc.h"
23#include "bfi.h"
24
25#define BFA_IOCFC_INTR_DELAY 1125
26#define BFA_IOCFC_INTR_LATENCY 225
27#define BFA_IOCFCOE_INTR_DELAY 25
28#define BFA_IOCFCOE_INTR_LATENCY 5
29
Jing Huangacdc79a2010-10-18 17:15:55 -070030/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070031 * Interrupt coalescing configuration.
32 */
33#pragma pack(1)
34struct bfa_iocfc_intr_attr_s {
35 u8 coalesce; /* enable/disable coalescing */
36 u8 rsvd[3];
Maggie50444a32010-11-29 18:26:32 -080037 __be16 latency; /* latency in microseconds */
38 __be16 delay; /* delay in microseconds */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070039};
40
Jing Huangacdc79a2010-10-18 17:15:55 -070041/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070042 * IOC firmware configuraton
43 */
44struct bfa_iocfc_fwcfg_s {
45 u16 num_fabrics; /* number of fabrics */
46 u16 num_lports; /* number of local lports */
47 u16 num_rports; /* number of remote ports */
48 u16 num_ioim_reqs; /* number of IO reqs */
49 u16 num_tskim_reqs; /* task management requests */
Krishna Gudipatie2187d72011-06-13 15:53:58 -070050 u16 num_fwtio_reqs; /* number of TM IO reqs in FW */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070051 u16 num_fcxp_reqs; /* unassisted FC exchanges */
52 u16 num_uf_bufs; /* unsolicited recv buffers */
53 u8 num_cqs;
54 u8 fw_tick_res; /* FW clock resolution in ms */
Krishna Gudipatie2187d72011-06-13 15:53:58 -070055 u8 rsvd[2];
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070056};
57#pragma pack()
58
59struct bfa_iocfc_drvcfg_s {
60 u16 num_reqq_elems; /* number of req queue elements */
61 u16 num_rspq_elems; /* number of rsp queue elements */
62 u16 num_sgpgs; /* number of total SG pages */
63 u16 num_sboot_tgts; /* number of SAN boot targets */
64 u16 num_sboot_luns; /* number of SAN boot luns */
65 u16 ioc_recover; /* IOC recovery mode */
66 u16 min_cfg; /* minimum configuration */
67 u16 path_tov; /* device path timeout */
Krishna Gudipati60138062011-06-24 20:25:15 -070068 u16 num_tio_reqs; /*!< number of TM IO reqs */
69 u8 port_mode;
70 u8 rsvd_a;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070071 bfa_boolean_t delay_comp; /* delay completion of
72 failed inflight IOs */
Krishna Gudipati60138062011-06-24 20:25:15 -070073 u16 num_ttsk_reqs; /* TM task management requests */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070074 u32 rsvd;
75};
76
Jing Huangacdc79a2010-10-18 17:15:55 -070077/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070078 * IOC configuration
79 */
80struct bfa_iocfc_cfg_s {
81 struct bfa_iocfc_fwcfg_s fwcfg; /* firmware side config */
82 struct bfa_iocfc_drvcfg_s drvcfg; /* driver side config */
83};
84
Jing Huangacdc79a2010-10-18 17:15:55 -070085/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070086 * IOC firmware IO stats
87 */
Krishna Gudipati60138062011-06-24 20:25:15 -070088struct bfa_fw_ioim_stats_s {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070089 u32 host_abort; /* IO aborted by host driver*/
90 u32 host_cleanup; /* IO clean up by host driver */
91
92 u32 fw_io_timeout; /* IOs timedout */
93 u32 fw_frm_parse; /* frame parsed by f/w */
94 u32 fw_frm_data; /* fcp_data frame parsed by f/w */
95 u32 fw_frm_rsp; /* fcp_rsp frame parsed by f/w */
96 u32 fw_frm_xfer_rdy; /* xfer_rdy frame parsed by f/w */
97 u32 fw_frm_bls_acc; /* BLS ACC frame parsed by f/w */
98 u32 fw_frm_tgt_abort; /* target ABTS parsed by f/w */
99 u32 fw_frm_unknown; /* unknown parsed by f/w */
100 u32 fw_data_dma; /* f/w DMA'ed the data frame */
101 u32 fw_frm_drop; /* f/w drop the frame */
102
103 u32 rec_timeout; /* FW rec timed out */
104 u32 error_rec; /* FW sending rec on
105 * an error condition*/
106 u32 wait_for_si; /* FW wait for SI */
107 u32 rec_rsp_inval; /* REC rsp invalid */
108 u32 seqr_io_abort; /* target does not know cmd so abort */
109 u32 seqr_io_retry; /* SEQR failed so retry IO */
110
111 u32 itn_cisc_upd_rsp; /* ITN cisc updated on fcp_rsp */
112 u32 itn_cisc_upd_data; /* ITN cisc updated on fcp_data */
113 u32 itn_cisc_upd_xfer_rdy; /* ITN cisc updated on fcp_data */
114
115 u32 fcp_data_lost; /* fcp data lost */
116
117 u32 ro_set_in_xfer_rdy; /* Target set RO in Xfer_rdy frame */
118 u32 xfer_rdy_ooo_err; /* Out of order Xfer_rdy received */
119 u32 xfer_rdy_unknown_err; /* unknown error in xfer_rdy frame */
120
121 u32 io_abort_timeout; /* ABTS timedout */
122 u32 sler_initiated; /* SLER initiated */
123
124 u32 unexp_fcp_rsp; /* fcp response in wrong state */
125
126 u32 fcp_rsp_under_run; /* fcp rsp IO underrun */
127 u32 fcp_rsp_under_run_wr; /* fcp rsp IO underrun for write */
128 u32 fcp_rsp_under_run_err; /* fcp rsp IO underrun error */
129 u32 fcp_rsp_resid_inval; /* invalid residue */
130 u32 fcp_rsp_over_run; /* fcp rsp IO overrun */
131 u32 fcp_rsp_over_run_err; /* fcp rsp IO overrun error */
132 u32 fcp_rsp_proto_err; /* protocol error in fcp rsp */
133 u32 fcp_rsp_sense_err; /* error in sense info in fcp rsp */
134 u32 fcp_conf_req; /* FCP conf requested */
135
136 u32 tgt_aborted_io; /* target initiated abort */
137
138 u32 ioh_edtov_timeout_event;/* IOH edtov timer popped */
139 u32 ioh_fcp_rsp_excp_event; /* IOH FCP_RSP exception */
140 u32 ioh_fcp_conf_event; /* IOH FCP_CONF */
141 u32 ioh_mult_frm_rsp_event; /* IOH multi_frame FCP_RSP */
142 u32 ioh_hit_class2_event; /* IOH hit class2 */
143 u32 ioh_miss_other_event; /* IOH miss other */
144 u32 ioh_seq_cnt_err_event; /* IOH seq cnt error */
145 u32 ioh_len_err_event; /* IOH len error - fcp_dl !=
146 * bytes xfered */
147 u32 ioh_seq_len_err_event; /* IOH seq len error */
148 u32 ioh_data_oor_event; /* Data out of range */
149 u32 ioh_ro_ooo_event; /* Relative offset out of range */
150 u32 ioh_cpu_owned_event; /* IOH hit -iost owned by f/w */
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300151 u32 ioh_unexp_frame_event; /* unexpected frame received
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700152 * count */
153 u32 ioh_err_int; /* IOH error int during data-phase
154 * for scsi write
155 */
156};
157
Krishna Gudipati60138062011-06-24 20:25:15 -0700158struct bfa_fw_tio_stats_s {
159 u32 tio_conf_proc; /* TIO CONF processed */
160 u32 tio_conf_drop; /* TIO CONF dropped */
161 u32 tio_cleanup_req; /* TIO cleanup requested */
162 u32 tio_cleanup_comp; /* TIO cleanup completed */
163 u32 tio_abort_rsp; /* TIO abort response */
164 u32 tio_abort_rsp_comp; /* TIO abort rsp completed */
165 u32 tio_abts_req; /* TIO ABTS requested */
166 u32 tio_abts_ack; /* TIO ABTS ack-ed */
167 u32 tio_abts_ack_nocomp; /* TIO ABTS ack-ed but not completed */
168 u32 tio_abts_tmo; /* TIO ABTS timeout */
169 u32 tio_snsdata_dma; /* TIO sense data DMA */
170 u32 tio_rxwchan_wait; /* TIO waiting for RX wait channel */
171 u32 tio_rxwchan_avail; /* TIO RX wait channel available */
172 u32 tio_hit_bls; /* TIO IOH BLS event */
173 u32 tio_uf_recv; /* TIO received UF */
174 u32 tio_rd_invalid_sm; /* TIO read reqst in wrong state machine */
175 u32 tio_wr_invalid_sm;/* TIO write reqst in wrong state machine */
176
177 u32 ds_rxwchan_wait; /* DS waiting for RX wait channel */
178 u32 ds_rxwchan_avail; /* DS RX wait channel available */
179 u32 ds_unaligned_rd; /* DS unaligned read */
180 u32 ds_rdcomp_invalid_sm; /* DS read completed in wrong state machine */
181 u32 ds_wrcomp_invalid_sm; /* DS write completed in wrong state machine */
182 u32 ds_flush_req; /* DS flush requested */
183 u32 ds_flush_comp; /* DS flush completed */
184 u32 ds_xfrdy_exp; /* DS XFER_RDY expired */
185 u32 ds_seq_cnt_err; /* DS seq cnt error */
186 u32 ds_seq_len_err; /* DS seq len error */
187 u32 ds_data_oor; /* DS data out of order */
188 u32 ds_hit_bls; /* DS hit BLS */
189 u32 ds_edtov_timer_exp; /* DS edtov expired */
190 u32 ds_cpu_owned; /* DS cpu owned */
191 u32 ds_hit_class2; /* DS hit class2 */
192 u32 ds_length_err; /* DS length error */
193 u32 ds_ro_ooo_err; /* DS relative offset out-of-order error */
194 u32 ds_rectov_timer_exp; /* DS rectov expired */
195 u32 ds_unexp_fr_err; /* DS unexp frame error */
196};
197
198/*
199 * IOC firmware IO stats
200 */
201struct bfa_fw_io_stats_s {
202 struct bfa_fw_ioim_stats_s ioim_stats;
203 struct bfa_fw_tio_stats_s tio_stats;
204};
205
Jing Huangacdc79a2010-10-18 17:15:55 -0700206/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700207 * IOC port firmware stats
208 */
209
210struct bfa_fw_port_fpg_stats_s {
211 u32 intr_evt;
212 u32 intr;
213 u32 intr_excess;
214 u32 intr_cause0;
215 u32 intr_other;
216 u32 intr_other_ign;
217 u32 sig_lost;
218 u32 sig_regained;
219 u32 sync_lost;
220 u32 sync_to;
221 u32 sync_regained;
222 u32 div2_overflow;
223 u32 div2_underflow;
224 u32 efifo_overflow;
225 u32 efifo_underflow;
226 u32 idle_rx;
227 u32 lrr_rx;
228 u32 lr_rx;
229 u32 ols_rx;
230 u32 nos_rx;
231 u32 lip_rx;
232 u32 arbf0_rx;
233 u32 arb_rx;
234 u32 mrk_rx;
235 u32 const_mrk_rx;
236 u32 prim_unknown;
237};
238
239
240struct bfa_fw_port_lksm_stats_s {
241 u32 hwsm_success; /* hwsm state machine success */
242 u32 hwsm_fails; /* hwsm fails */
243 u32 hwsm_wdtov; /* hwsm timed out */
244 u32 swsm_success; /* swsm success */
245 u32 swsm_fails; /* swsm fails */
246 u32 swsm_wdtov; /* swsm timed out */
247 u32 busybufs; /* link init failed due to busybuf */
248 u32 buf_waits; /* bufwait state entries */
249 u32 link_fails; /* link failures */
250 u32 psp_errors; /* primitive sequence protocol errors */
251 u32 lr_unexp; /* No. of times LR rx-ed unexpectedly */
252 u32 lrr_unexp; /* No. of times LRR rx-ed unexpectedly */
253 u32 lr_tx; /* No. of times LR tx started */
254 u32 lrr_tx; /* No. of times LRR tx started */
255 u32 ols_tx; /* No. of times OLS tx started */
256 u32 nos_tx; /* No. of times NOS tx started */
257 u32 hwsm_lrr_rx; /* No. of times LRR rx-ed by HWSM */
258 u32 hwsm_lr_rx; /* No. of times LR rx-ed by HWSM */
Krishna Gudipati60138062011-06-24 20:25:15 -0700259 u32 bbsc_lr; /* LKSM LR tx for credit recovery */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700260};
261
262struct bfa_fw_port_snsm_stats_s {
263 u32 hwsm_success; /* Successful hwsm terminations */
264 u32 hwsm_fails; /* hwsm fail count */
265 u32 hwsm_wdtov; /* hwsm timed out */
266 u32 swsm_success; /* swsm success */
267 u32 swsm_wdtov; /* swsm timed out */
268 u32 error_resets; /* error resets initiated by upsm */
269 u32 sync_lost; /* Sync loss count */
270 u32 sig_lost; /* Signal loss count */
271};
272
273struct bfa_fw_port_physm_stats_s {
274 u32 module_inserts; /* Module insert count */
275 u32 module_xtracts; /* Module extracts count */
276 u32 module_invalids; /* Invalid module inserted count */
277 u32 module_read_ign; /* Module validation status ignored */
278 u32 laser_faults; /* Laser fault count */
279 u32 rsvd;
280};
281
282struct bfa_fw_fip_stats_s {
283 u32 vlan_req; /* vlan discovery requests */
284 u32 vlan_notify; /* vlan notifications */
285 u32 vlan_err; /* vlan response error */
286 u32 vlan_timeouts; /* vlan disvoery timeouts */
287 u32 vlan_invalids; /* invalid vlan in discovery advert. */
288 u32 disc_req; /* Discovery solicit requests */
289 u32 disc_rsp; /* Discovery solicit response */
290 u32 disc_err; /* Discovery advt. parse errors */
291 u32 disc_unsol; /* Discovery unsolicited */
292 u32 disc_timeouts; /* Discovery timeouts */
293 u32 disc_fcf_unavail; /* Discovery FCF Not Avail. */
294 u32 linksvc_unsupp; /* Unsupported link service req */
295 u32 linksvc_err; /* Parse error in link service req */
296 u32 logo_req; /* FIP logos received */
297 u32 clrvlink_req; /* Clear virtual link req */
298 u32 op_unsupp; /* Unsupported FIP operation */
299 u32 untagged; /* Untagged frames (ignored) */
300 u32 invalid_version; /* Invalid FIP version */
301};
302
303struct bfa_fw_lps_stats_s {
304 u32 mac_invalids; /* Invalid mac assigned */
305 u32 rsvd;
306};
307
308struct bfa_fw_fcoe_stats_s {
309 u32 cee_linkups; /* CEE link up count */
310 u32 cee_linkdns; /* CEE link down count */
311 u32 fip_linkups; /* FIP link up count */
312 u32 fip_linkdns; /* FIP link up count */
313 u32 fip_fails; /* FIP fail count */
314 u32 mac_invalids; /* Invalid mac assigned */
315};
316
Jing Huangacdc79a2010-10-18 17:15:55 -0700317/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700318 * IOC firmware FCoE port stats
319 */
320struct bfa_fw_fcoe_port_stats_s {
Krishna Gudipati1a4d8e12011-06-24 20:22:28 -0700321 struct bfa_fw_fcoe_stats_s fcoe_stats;
322 struct bfa_fw_fip_stats_s fip_stats;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700323};
324
Jing Huangacdc79a2010-10-18 17:15:55 -0700325/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700326 * IOC firmware FC uport stats
327 */
328struct bfa_fw_fc_uport_stats_s {
329 struct bfa_fw_port_snsm_stats_s snsm_stats;
330 struct bfa_fw_port_lksm_stats_s lksm_stats;
331};
332
Jing Huangacdc79a2010-10-18 17:15:55 -0700333/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700334 * IOC firmware FC port stats
335 */
336union bfa_fw_fc_port_stats_s {
337 struct bfa_fw_fc_uport_stats_s fc_stats;
338 struct bfa_fw_fcoe_port_stats_s fcoe_stats;
339};
340
Jing Huangacdc79a2010-10-18 17:15:55 -0700341/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700342 * IOC firmware port stats
343 */
344struct bfa_fw_port_stats_s {
345 struct bfa_fw_port_fpg_stats_s fpg_stats;
346 struct bfa_fw_port_physm_stats_s physm_stats;
347 union bfa_fw_fc_port_stats_s fc_port;
348};
349
Jing Huangacdc79a2010-10-18 17:15:55 -0700350/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700351 * fcxchg module statistics
352 */
353struct bfa_fw_fcxchg_stats_s {
354 u32 ua_tag_inv;
355 u32 ua_state_inv;
356};
357
358struct bfa_fw_lpsm_stats_s {
359 u32 cls_rx;
360 u32 cls_tx;
361};
362
Jing Huangacdc79a2010-10-18 17:15:55 -0700363/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700364 * Trunk statistics
365 */
366struct bfa_fw_trunk_stats_s {
367 u32 emt_recvd; /* Trunk EMT received */
368 u32 emt_accepted; /* Trunk EMT Accepted */
369 u32 emt_rejected; /* Trunk EMT rejected */
370 u32 etp_recvd; /* Trunk ETP received */
371 u32 etp_accepted; /* Trunk ETP Accepted */
372 u32 etp_rejected; /* Trunk ETP rejected */
373 u32 lr_recvd; /* Trunk LR received */
374 u32 rsvd; /* padding for 64 bit alignment */
375};
376
377struct bfa_fw_advsm_stats_s {
378 u32 flogi_sent; /* Flogi sent */
379 u32 flogi_acc_recvd; /* Flogi Acc received */
380 u32 flogi_rjt_recvd; /* Flogi rejects received */
381 u32 flogi_retries; /* Flogi retries */
382
383 u32 elp_recvd; /* ELP received */
384 u32 elp_accepted; /* ELP Accepted */
385 u32 elp_rejected; /* ELP rejected */
386 u32 elp_dropped; /* ELP dropped */
387};
388
Jing Huangacdc79a2010-10-18 17:15:55 -0700389/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700390 * IOCFC firmware stats
391 */
392struct bfa_fw_iocfc_stats_s {
393 u32 cfg_reqs; /* cfg request */
394 u32 updq_reqs; /* update queue request */
395 u32 ic_reqs; /* interrupt coalesce reqs */
396 u32 unknown_reqs;
397 u32 set_intr_reqs; /* set interrupt reqs */
398};
399
Jing Huangacdc79a2010-10-18 17:15:55 -0700400/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700401 * IOC attributes returned in queries
402 */
403struct bfa_iocfc_attr_s {
404 struct bfa_iocfc_cfg_s config; /* IOCFC config */
405 struct bfa_iocfc_intr_attr_s intr_attr; /* interrupt attr */
406};
407
Jing Huangacdc79a2010-10-18 17:15:55 -0700408/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700409 * Eth_sndrcv mod stats
410 */
411struct bfa_fw_eth_sndrcv_stats_s {
412 u32 crc_err;
413 u32 rsvd; /* 64bit align */
414};
415
Jing Huangacdc79a2010-10-18 17:15:55 -0700416/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700417 * CT MAC mod stats
418 */
419struct bfa_fw_mac_mod_stats_s {
420 u32 mac_on; /* MAC got turned-on */
421 u32 link_up; /* link-up */
422 u32 signal_off; /* lost signal */
423 u32 dfe_on; /* DFE on */
424 u32 mac_reset; /* # of MAC reset to bring lnk up */
425 u32 pcs_reset; /* # of PCS reset to bring lnk up */
426 u32 loopback; /* MAC got into serdes loopback */
427 u32 lb_mac_reset;
428 /* # of MAC reset to bring link up in loopback */
429 u32 lb_pcs_reset;
430 /* # of PCS reset to bring link up in loopback */
431 u32 rsvd; /* 64bit align */
432};
433
Jing Huangacdc79a2010-10-18 17:15:55 -0700434/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700435 * CT MOD stats
436 */
437struct bfa_fw_ct_mod_stats_s {
438 u32 rxa_rds_undrun; /* RxA RDS underrun */
439 u32 rad_bpc_ovfl; /* RAD BPC overflow */
440 u32 rad_rlb_bpc_ovfl; /* RAD RLB BPC overflow */
441 u32 bpc_fcs_err; /* BPC FCS_ERR */
442 u32 txa_tso_hdr; /* TxA TSO header too long */
443 u32 rsvd; /* 64bit align */
444};
445
Jing Huangacdc79a2010-10-18 17:15:55 -0700446/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700447 * IOC firmware stats
448 */
449struct bfa_fw_stats_s {
450 struct bfa_fw_ioc_stats_s ioc_stats;
451 struct bfa_fw_iocfc_stats_s iocfc_stats;
452 struct bfa_fw_io_stats_s io_stats;
453 struct bfa_fw_port_stats_s port_stats;
454 struct bfa_fw_fcxchg_stats_s fcxchg_stats;
455 struct bfa_fw_lpsm_stats_s lpsm_stats;
456 struct bfa_fw_lps_stats_s lps_stats;
457 struct bfa_fw_trunk_stats_s trunk_stats;
458 struct bfa_fw_advsm_stats_s advsm_stats;
459 struct bfa_fw_mac_mod_stats_s macmod_stats;
460 struct bfa_fw_ct_mod_stats_s ctmod_stats;
461 struct bfa_fw_eth_sndrcv_stats_s ethsndrcv_stats;
462};
463
464#define BFA_IOCFC_PATHTOV_MAX 60
465#define BFA_IOCFC_QDEPTH_MAX 2000
466
Jing Huangacdc79a2010-10-18 17:15:55 -0700467/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700468 * QoS states
469 */
470enum bfa_qos_state {
471 BFA_QOS_ONLINE = 1, /* QoS is online */
472 BFA_QOS_OFFLINE = 2, /* QoS is offline */
473};
474
Jing Huangacdc79a2010-10-18 17:15:55 -0700475/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700476 * QoS Priority levels.
477 */
478enum bfa_qos_priority {
479 BFA_QOS_UNKNOWN = 0,
480 BFA_QOS_HIGH = 1, /* QoS Priority Level High */
481 BFA_QOS_MED = 2, /* QoS Priority Level Medium */
482 BFA_QOS_LOW = 3, /* QoS Priority Level Low */
483};
484
Jing Huangacdc79a2010-10-18 17:15:55 -0700485/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700486 * QoS bandwidth allocation for each priority level
487 */
488enum bfa_qos_bw_alloc {
489 BFA_QOS_BW_HIGH = 60, /* bandwidth allocation for High */
490 BFA_QOS_BW_MED = 30, /* bandwidth allocation for Medium */
491 BFA_QOS_BW_LOW = 10, /* bandwidth allocation for Low */
492};
493#pragma pack(1)
Jing Huangacdc79a2010-10-18 17:15:55 -0700494/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700495 * QoS attribute returned in QoS Query
496 */
497struct bfa_qos_attr_s {
498 u8 state; /* QoS current state */
499 u8 rsvd[3];
500 u32 total_bb_cr; /* Total BB Credits */
501};
502
Jing Huangacdc79a2010-10-18 17:15:55 -0700503/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700504 * These fields should be displayed only from the CLI.
505 * There will be a separate BFAL API (get_qos_vc_attr ?)
506 * to retrieve this.
507 *
508 */
509#define BFA_QOS_MAX_VC 16
510
511struct bfa_qos_vc_info_s {
512 u8 vc_credit;
513 u8 borrow_credit;
514 u8 priority;
515 u8 resvd;
516};
517
518struct bfa_qos_vc_attr_s {
519 u16 total_vc_count; /* Total VC Count */
520 u16 shared_credit;
521 u32 elp_opmode_flags;
522 struct bfa_qos_vc_info_s vc_info[BFA_QOS_MAX_VC]; /* as many as
523 * total_vc_count */
524};
525
Jing Huangacdc79a2010-10-18 17:15:55 -0700526/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700527 * QoS statistics
528 */
529struct bfa_qos_stats_s {
530 u32 flogi_sent; /* QoS Flogi sent */
531 u32 flogi_acc_recvd; /* QoS Flogi Acc received */
532 u32 flogi_rjt_recvd; /* QoS Flogi rejects received */
533 u32 flogi_retries; /* QoS Flogi retries */
534
535 u32 elp_recvd; /* QoS ELP received */
536 u32 elp_accepted; /* QoS ELP Accepted */
537 u32 elp_rejected; /* QoS ELP rejected */
538 u32 elp_dropped; /* QoS ELP dropped */
539
540 u32 qos_rscn_recvd; /* QoS RSCN received */
541 u32 rsvd; /* padding for 64 bit alignment */
542};
543
Jing Huangacdc79a2010-10-18 17:15:55 -0700544/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700545 * FCoE statistics
546 */
547struct bfa_fcoe_stats_s {
548 u64 secs_reset; /* Seconds since stats reset */
549 u64 cee_linkups; /* CEE link up */
550 u64 cee_linkdns; /* CEE link down */
551 u64 fip_linkups; /* FIP link up */
552 u64 fip_linkdns; /* FIP link down */
553 u64 fip_fails; /* FIP failures */
554 u64 mac_invalids; /* Invalid mac assignments */
555 u64 vlan_req; /* Vlan requests */
556 u64 vlan_notify; /* Vlan notifications */
557 u64 vlan_err; /* Vlan notification errors */
558 u64 vlan_timeouts; /* Vlan request timeouts */
559 u64 vlan_invalids; /* Vlan invalids */
560 u64 disc_req; /* Discovery requests */
561 u64 disc_rsp; /* Discovery responses */
562 u64 disc_err; /* Discovery error frames */
563 u64 disc_unsol; /* Discovery unsolicited */
564 u64 disc_timeouts; /* Discovery timeouts */
565 u64 disc_fcf_unavail; /* Discovery FCF not avail */
566 u64 linksvc_unsupp; /* FIP link service req unsupp. */
567 u64 linksvc_err; /* FIP link service req errors */
568 u64 logo_req; /* FIP logos received */
569 u64 clrvlink_req; /* Clear virtual link requests */
570 u64 op_unsupp; /* FIP operation unsupp. */
571 u64 untagged; /* FIP untagged frames */
572 u64 txf_ucast; /* Tx FCoE unicast frames */
573 u64 txf_ucast_vlan; /* Tx FCoE unicast vlan frames */
574 u64 txf_ucast_octets; /* Tx FCoE unicast octets */
575 u64 txf_mcast; /* Tx FCoE multicast frames */
576 u64 txf_mcast_vlan; /* Tx FCoE multicast vlan frames */
577 u64 txf_mcast_octets; /* Tx FCoE multicast octets */
578 u64 txf_bcast; /* Tx FCoE broadcast frames */
579 u64 txf_bcast_vlan; /* Tx FCoE broadcast vlan frames */
580 u64 txf_bcast_octets; /* Tx FCoE broadcast octets */
581 u64 txf_timeout; /* Tx timeouts */
582 u64 txf_parity_errors; /* Transmit parity err */
583 u64 txf_fid_parity_errors; /* Transmit FID parity err */
584 u64 rxf_ucast_octets; /* Rx FCoE unicast octets */
585 u64 rxf_ucast; /* Rx FCoE unicast frames */
586 u64 rxf_ucast_vlan; /* Rx FCoE unicast vlan frames */
587 u64 rxf_mcast_octets; /* Rx FCoE multicast octets */
588 u64 rxf_mcast; /* Rx FCoE multicast frames */
589 u64 rxf_mcast_vlan; /* Rx FCoE multicast vlan frames */
590 u64 rxf_bcast_octets; /* Rx FCoE broadcast octets */
591 u64 rxf_bcast; /* Rx FCoE broadcast frames */
592 u64 rxf_bcast_vlan; /* Rx FCoE broadcast vlan frames */
593};
594
Jing Huangacdc79a2010-10-18 17:15:55 -0700595/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700596 * QoS or FCoE stats (fcport stats excluding physical FC port stats)
597 */
598union bfa_fcport_stats_u {
599 struct bfa_qos_stats_s fcqos;
600 struct bfa_fcoe_stats_s fcoe;
601};
602#pragma pack()
603
604struct bfa_fcpim_del_itn_stats_s {
605 u32 del_itn_iocomp_aborted; /* Aborted IO requests */
606 u32 del_itn_iocomp_timedout; /* IO timeouts */
607 u32 del_itn_iocom_sqer_needed; /* IO retry for SQ error recovery */
608 u32 del_itn_iocom_res_free; /* Delayed freeing of IO resources */
609 u32 del_itn_iocom_hostabrts; /* Host IO abort requests */
610 u32 del_itn_total_ios; /* Total IO count */
611 u32 del_io_iocdowns; /* IO cleaned-up due to IOC down */
612 u32 del_tm_iocdowns; /* TM cleaned-up due to IOC down */
613};
614
615struct bfa_itnim_iostats_s {
616
617 u32 total_ios; /* Total IO Requests */
618 u32 input_reqs; /* Data in-bound requests */
619 u32 output_reqs; /* Data out-bound requests */
620 u32 io_comps; /* Total IO Completions */
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300621 u32 wr_throughput; /* Write data transferred in bytes */
622 u32 rd_throughput; /* Read data transferred in bytes */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700623
624 u32 iocomp_ok; /* Slowpath IO completions */
625 u32 iocomp_underrun; /* IO underrun */
626 u32 iocomp_overrun; /* IO overrun */
627 u32 qwait; /* IO Request-Q wait */
628 u32 qresumes; /* IO Request-Q wait done */
629 u32 no_iotags; /* No free IO tag */
630 u32 iocomp_timedout; /* IO timeouts */
631 u32 iocom_nexus_abort; /* IO failure due to target offline */
632 u32 iocom_proto_err; /* IO protocol errors */
633 u32 iocom_dif_err; /* IO SBC-3 protection errors */
634
635 u32 iocom_sqer_needed; /* fcp-2 error recovery failed */
636 u32 iocom_res_free; /* Delayed freeing of IO tag */
637
638
639 u32 io_aborts; /* Host IO abort requests */
640 u32 iocom_hostabrts; /* Host IO abort completions */
641 u32 io_cleanups; /* IO clean-up requests */
642 u32 path_tov_expired; /* IO path tov expired */
643 u32 iocomp_aborted; /* IO abort completions */
644 u32 io_iocdowns; /* IO cleaned-up due to IOC down */
645 u32 iocom_utags; /* IO comp with unknown tags */
646
647 u32 io_tmaborts; /* Abort request due to TM command */
648 u32 tm_io_comps; /* Abort completion due to TM command */
649
650 u32 creates; /* IT Nexus create requests */
651 u32 fw_create; /* IT Nexus FW create requests */
652 u32 create_comps; /* IT Nexus FW create completions */
653 u32 onlines; /* IT Nexus onlines */
654 u32 offlines; /* IT Nexus offlines */
655 u32 fw_delete; /* IT Nexus FW delete requests */
656 u32 delete_comps; /* IT Nexus FW delete completions */
657 u32 deletes; /* IT Nexus delete requests */
658 u32 sler_events; /* SLER events */
659 u32 ioc_disabled; /* Num IOC disables */
660 u32 cleanup_comps; /* IT Nexus cleanup completions */
661
662 u32 tm_cmnds; /* TM Requests */
663 u32 tm_fw_rsps; /* TM Completions */
664 u32 tm_success; /* TM initiated IO cleanup success */
665 u32 tm_failures; /* TM initiated IO cleanup failure */
666 u32 no_tskims; /* No free TM tag */
667 u32 tm_qwait; /* TM Request-Q wait */
668 u32 tm_qresumes; /* TM Request-Q wait done */
669
670 u32 tm_iocdowns; /* TM cleaned-up due to IOC down */
671 u32 tm_cleanups; /* TM cleanup requests */
672 u32 tm_cleanup_comps; /* TM cleanup completions */
673};
674
675/* Modify char* port_stt[] in bfal_port.c if a new state was added */
676enum bfa_port_states {
677 BFA_PORT_ST_UNINIT = 1,
678 BFA_PORT_ST_ENABLING_QWAIT = 2,
679 BFA_PORT_ST_ENABLING = 3,
680 BFA_PORT_ST_LINKDOWN = 4,
681 BFA_PORT_ST_LINKUP = 5,
682 BFA_PORT_ST_DISABLING_QWAIT = 6,
683 BFA_PORT_ST_DISABLING = 7,
684 BFA_PORT_ST_DISABLED = 8,
685 BFA_PORT_ST_STOPPED = 9,
686 BFA_PORT_ST_IOCDOWN = 10,
687 BFA_PORT_ST_IOCDIS = 11,
688 BFA_PORT_ST_FWMISMATCH = 12,
689 BFA_PORT_ST_PREBOOT_DISABLED = 13,
690 BFA_PORT_ST_TOGGLING_QWAIT = 14,
Krishna Gudipatia7141342011-06-24 20:23:19 -0700691 BFA_PORT_ST_ACQ_ADDR = 15,
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700692 BFA_PORT_ST_MAX_STATE,
693};
694
Jing Huangacdc79a2010-10-18 17:15:55 -0700695/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700696 * Port operational type (in sync with SNIA port type).
697 */
698enum bfa_port_type {
699 BFA_PORT_TYPE_UNKNOWN = 1, /* port type is unknown */
700 BFA_PORT_TYPE_NPORT = 5, /* P2P with switched fabric */
701 BFA_PORT_TYPE_NLPORT = 6, /* public loop */
702 BFA_PORT_TYPE_LPORT = 20, /* private loop */
703 BFA_PORT_TYPE_P2P = 21, /* P2P with no switched fabric */
704 BFA_PORT_TYPE_VPORT = 22, /* NPIV - virtual port */
705};
706
Jing Huangacdc79a2010-10-18 17:15:55 -0700707/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700708 * Port topology setting. A port's topology and fabric login status
709 * determine its operational type.
710 */
711enum bfa_port_topology {
712 BFA_PORT_TOPOLOGY_NONE = 0, /* No valid topology */
713 BFA_PORT_TOPOLOGY_P2P = 1, /* P2P only */
714 BFA_PORT_TOPOLOGY_LOOP = 2, /* LOOP topology */
715 BFA_PORT_TOPOLOGY_AUTO = 3, /* auto topology selection */
716};
717
Jing Huangacdc79a2010-10-18 17:15:55 -0700718/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700719 * Physical port loopback types.
720 */
721enum bfa_port_opmode {
722 BFA_PORT_OPMODE_NORMAL = 0x00, /* normal non-loopback mode */
723 BFA_PORT_OPMODE_LB_INT = 0x01, /* internal loop back */
724 BFA_PORT_OPMODE_LB_SLW = 0x02, /* serial link wrapback (serdes) */
725 BFA_PORT_OPMODE_LB_EXT = 0x04, /* external loop back (serdes) */
726 BFA_PORT_OPMODE_LB_CBL = 0x08, /* cabled loop back */
727 BFA_PORT_OPMODE_LB_NLINT = 0x20, /* NL_Port internal loopback */
728};
729
730#define BFA_PORT_OPMODE_LB_HARD(_mode) \
731 ((_mode == BFA_PORT_OPMODE_LB_INT) || \
732 (_mode == BFA_PORT_OPMODE_LB_SLW) || \
733 (_mode == BFA_PORT_OPMODE_LB_EXT))
734
Jing Huangacdc79a2010-10-18 17:15:55 -0700735/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700736 * Port link state
737 */
738enum bfa_port_linkstate {
739 BFA_PORT_LINKUP = 1, /* Physical port/Trunk link up */
740 BFA_PORT_LINKDOWN = 2, /* Physical port/Trunk link down */
741};
742
Jing Huangacdc79a2010-10-18 17:15:55 -0700743/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700744 * Port link state reason code
745 */
746enum bfa_port_linkstate_rsn {
747 BFA_PORT_LINKSTATE_RSN_NONE = 0,
748 BFA_PORT_LINKSTATE_RSN_DISABLED = 1,
749 BFA_PORT_LINKSTATE_RSN_RX_NOS = 2,
750 BFA_PORT_LINKSTATE_RSN_RX_OLS = 3,
751 BFA_PORT_LINKSTATE_RSN_RX_LIP = 4,
752 BFA_PORT_LINKSTATE_RSN_RX_LIPF7 = 5,
753 BFA_PORT_LINKSTATE_RSN_SFP_REMOVED = 6,
754 BFA_PORT_LINKSTATE_RSN_PORT_FAULT = 7,
755 BFA_PORT_LINKSTATE_RSN_RX_LOS = 8,
756 BFA_PORT_LINKSTATE_RSN_LOCAL_FAULT = 9,
757 BFA_PORT_LINKSTATE_RSN_REMOTE_FAULT = 10,
758 BFA_PORT_LINKSTATE_RSN_TIMEOUT = 11,
759
760
761
762 /* CEE related reason codes/errors */
763 CEE_LLDP_INFO_AGED_OUT = 20,
764 CEE_LLDP_SHUTDOWN_TLV_RCVD = 21,
765 CEE_PEER_NOT_ADVERTISE_DCBX = 22,
766 CEE_PEER_NOT_ADVERTISE_PG = 23,
767 CEE_PEER_NOT_ADVERTISE_PFC = 24,
768 CEE_PEER_NOT_ADVERTISE_FCOE = 25,
769 CEE_PG_NOT_COMPATIBLE = 26,
770 CEE_PFC_NOT_COMPATIBLE = 27,
771 CEE_FCOE_NOT_COMPATIBLE = 28,
772 CEE_BAD_PG_RCVD = 29,
773 CEE_BAD_BW_RCVD = 30,
774 CEE_BAD_PFC_RCVD = 31,
775 CEE_BAD_APP_PRI_RCVD = 32,
776 CEE_FCOE_PRI_PFC_OFF = 33,
777 CEE_DUP_CONTROL_TLV_RCVD = 34,
778 CEE_DUP_FEAT_TLV_RCVD = 35,
779 CEE_APPLY_NEW_CFG = 36, /* reason, not error */
780 CEE_PROTOCOL_INIT = 37, /* reason, not error */
781 CEE_PHY_LINK_DOWN = 38,
782 CEE_LLS_FCOE_ABSENT = 39,
783 CEE_LLS_FCOE_DOWN = 40,
784 CEE_ISCSI_NOT_COMPATIBLE = 41,
785 CEE_ISCSI_PRI_PFC_OFF = 42,
786 CEE_ISCSI_PRI_OVERLAP_FCOE_PRI = 43
787};
788#pragma pack(1)
Jing Huangacdc79a2010-10-18 17:15:55 -0700789/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700790 * Physical port configuration
791 */
792struct bfa_port_cfg_s {
793 u8 topology; /* bfa_port_topology */
794 u8 speed; /* enum bfa_port_speed */
795 u8 trunked; /* trunked or not */
796 u8 qos_enabled; /* qos enabled or not */
797 u8 cfg_hardalpa; /* is hard alpa configured */
798 u8 hardalpa; /* configured hard alpa */
Maggie50444a32010-11-29 18:26:32 -0800799 __be16 maxfrsize; /* maximum frame size */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700800 u8 rx_bbcredit; /* receive buffer credits */
801 u8 tx_bbcredit; /* transmit buffer credits */
802 u8 ratelimit; /* ratelimit enabled or not */
803 u8 trl_def_speed; /* ratelimit default speed */
Krishna Gudipatid7be54c2011-06-24 20:24:52 -0700804 u8 bb_scn; /* BB_SCN value from FLOGI Exchg */
805 u8 bb_scn_state; /* Config state of BB_SCN */
Krishna Gudipatia7141342011-06-24 20:23:19 -0700806 u8 faa_state; /* FAA enabled/disabled */
Krishna Gudipatid7be54c2011-06-24 20:24:52 -0700807 u8 rsvd[1];
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700808 u16 path_tov; /* device path timeout */
809 u16 q_depth; /* SCSI Queue depth */
810};
811#pragma pack()
812
Jing Huangacdc79a2010-10-18 17:15:55 -0700813/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700814 * Port attribute values.
815 */
816struct bfa_port_attr_s {
817 /*
818 * Static fields
819 */
820 wwn_t nwwn; /* node wwn */
821 wwn_t pwwn; /* port wwn */
822 wwn_t factorynwwn; /* factory node wwn */
823 wwn_t factorypwwn; /* factory port wwn */
824 enum fc_cos cos_supported; /* supported class of services */
825 u32 rsvd;
826 struct fc_symname_s port_symname; /* port symbolic name */
827 enum bfa_port_speed speed_supported; /* supported speeds */
828 bfa_boolean_t pbind_enabled;
829
830 /*
831 * Configured values
832 */
833 struct bfa_port_cfg_s pport_cfg; /* pport cfg */
834
835 /*
836 * Dynamic field - info from BFA
837 */
838 enum bfa_port_states port_state; /* current port state */
839 enum bfa_port_speed speed; /* current speed */
840 enum bfa_port_topology topology; /* current topology */
841 bfa_boolean_t beacon; /* current beacon status */
842 bfa_boolean_t link_e2e_beacon; /* link beacon is on */
Krishna Gudipatibe540a92011-06-13 15:53:04 -0700843 bfa_boolean_t bbsc_op_status; /* fc credit recovery oper state */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700844
845 /*
846 * Dynamic field - info from FCS
847 */
848 u32 pid; /* port ID */
849 enum bfa_port_type port_type; /* current topology */
850 u32 loopback; /* external loopback */
851 u32 authfail; /* auth fail state */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700852
853 /* FCoE specific */
854 u16 fcoe_vlan;
Krishna Gudipatid7be54c2011-06-24 20:24:52 -0700855 u8 rsvd1[2];
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700856};
857
Jing Huangacdc79a2010-10-18 17:15:55 -0700858/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700859 * Port FCP mappings.
860 */
861struct bfa_port_fcpmap_s {
862 char osdevname[256];
863 u32 bus;
864 u32 target;
865 u32 oslun;
866 u32 fcid;
867 wwn_t nwwn;
868 wwn_t pwwn;
869 u64 fcplun;
870 char luid[256];
871};
872
Jing Huangacdc79a2010-10-18 17:15:55 -0700873/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700874 * Port RNID info.
875 */
876struct bfa_port_rnid_s {
877 wwn_t wwn;
878 u32 unittype;
879 u32 portid;
880 u32 attached_nodes_num;
881 u16 ip_version;
882 u16 udp_port;
883 u8 ipaddr[16];
884 u16 rsvd;
885 u16 topologydiscoveryflags;
886};
887
888#pragma pack(1)
889struct bfa_fcport_fcf_s {
890 wwn_t name; /* FCF name */
891 wwn_t fabric_name; /* Fabric Name */
892 u8 fipenabled; /* FIP enabled or not */
893 u8 fipfailed; /* FIP failed or not */
894 u8 resv[2];
895 u8 pri; /* FCF priority */
896 u8 version; /* FIP version used */
897 u8 available; /* Available for login */
898 u8 fka_disabled; /* FKA is disabled */
899 u8 maxsz_verified; /* FCoE max size verified */
900 u8 fc_map[3]; /* FC map */
Maggie50444a32010-11-29 18:26:32 -0800901 __be16 vlan; /* FCoE vlan tag/priority */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700902 u32 fka_adv_per; /* FIP ka advert. period */
903 mac_t mac; /* FCF mac */
904};
905
Jing Huangacdc79a2010-10-18 17:15:55 -0700906/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700907 * Trunk states for BCU/BFAL
908 */
909enum bfa_trunk_state {
910 BFA_TRUNK_DISABLED = 0, /* Trunk is not configured */
911 BFA_TRUNK_ONLINE = 1, /* Trunk is online */
912 BFA_TRUNK_OFFLINE = 2, /* Trunk is offline */
913};
914
Jing Huangacdc79a2010-10-18 17:15:55 -0700915/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700916 * VC attributes for trunked link
917 */
918struct bfa_trunk_vc_attr_s {
919 u32 bb_credit;
920 u32 elp_opmode_flags;
921 u32 req_credit;
922 u16 vc_credits[8];
923};
924
Jing Huangacdc79a2010-10-18 17:15:55 -0700925/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700926 * Link state information
927 */
928struct bfa_port_link_s {
929 u8 linkstate; /* Link state bfa_port_linkstate */
930 u8 linkstate_rsn; /* bfa_port_linkstate_rsn_t */
931 u8 topology; /* P2P/LOOP bfa_port_topology */
932 u8 speed; /* Link speed (1/2/4/8 G) */
933 u32 linkstate_opt; /* Linkstate optional data (debug) */
934 u8 trunked; /* Trunked or not (1 or 0) */
935 u8 resvd[3];
936 struct bfa_qos_attr_s qos_attr; /* QoS Attributes */
937 union {
938 struct bfa_qos_vc_attr_s qos_vc_attr; /* VC info from ELP */
939 struct bfa_trunk_vc_attr_s trunk_vc_attr;
940 struct bfa_fcport_fcf_s fcf; /* FCF information (for FCoE) */
941 } vc_fcf;
942};
943#pragma pack()
944
945enum bfa_trunk_link_fctl {
946 BFA_TRUNK_LINK_FCTL_NORMAL,
947 BFA_TRUNK_LINK_FCTL_VC,
948 BFA_TRUNK_LINK_FCTL_VC_QOS,
949};
950
951enum bfa_trunk_link_state {
952 BFA_TRUNK_LINK_STATE_UP = 1, /* link part of trunk */
953 BFA_TRUNK_LINK_STATE_DN_LINKDN = 2, /* physical link down */
954 BFA_TRUNK_LINK_STATE_DN_GRP_MIS = 3, /* trunk group different */
955 BFA_TRUNK_LINK_STATE_DN_SPD_MIS = 4, /* speed mismatch */
956 BFA_TRUNK_LINK_STATE_DN_MODE_MIS = 5, /* remote port not trunked */
957};
958
959#define BFA_TRUNK_MAX_PORTS 2
960struct bfa_trunk_link_attr_s {
961 wwn_t trunk_wwn;
962 enum bfa_trunk_link_fctl fctl;
963 enum bfa_trunk_link_state link_state;
964 enum bfa_port_speed speed;
965 u32 deskew;
966};
967
968struct bfa_trunk_attr_s {
969 enum bfa_trunk_state state;
970 enum bfa_port_speed speed;
971 u32 port_id;
972 u32 rsvd;
973 struct bfa_trunk_link_attr_s link_attr[BFA_TRUNK_MAX_PORTS];
974};
975
976struct bfa_rport_hal_stats_s {
977 u32 sm_un_cr; /* uninit: create events */
978 u32 sm_un_unexp; /* uninit: exception events */
979 u32 sm_cr_on; /* created: online events */
980 u32 sm_cr_del; /* created: delete events */
981 u32 sm_cr_hwf; /* created: IOC down */
982 u32 sm_cr_unexp; /* created: exception events */
983 u32 sm_fwc_rsp; /* fw create: f/w responses */
984 u32 sm_fwc_del; /* fw create: delete events */
985 u32 sm_fwc_off; /* fw create: offline events */
986 u32 sm_fwc_hwf; /* fw create: IOC down */
987 u32 sm_fwc_unexp; /* fw create: exception events*/
988 u32 sm_on_off; /* online: offline events */
989 u32 sm_on_del; /* online: delete events */
990 u32 sm_on_hwf; /* online: IOC down events */
991 u32 sm_on_unexp; /* online: exception events */
992 u32 sm_fwd_rsp; /* fw delete: fw responses */
993 u32 sm_fwd_del; /* fw delete: delete events */
994 u32 sm_fwd_hwf; /* fw delete: IOC down events */
995 u32 sm_fwd_unexp; /* fw delete: exception events*/
996 u32 sm_off_del; /* offline: delete events */
997 u32 sm_off_on; /* offline: online events */
998 u32 sm_off_hwf; /* offline: IOC down events */
999 u32 sm_off_unexp; /* offline: exception events */
1000 u32 sm_del_fwrsp; /* delete: fw responses */
1001 u32 sm_del_hwf; /* delete: IOC down events */
1002 u32 sm_del_unexp; /* delete: exception events */
1003 u32 sm_delp_fwrsp; /* delete pend: fw responses */
1004 u32 sm_delp_hwf; /* delete pend: IOC downs */
1005 u32 sm_delp_unexp; /* delete pend: exceptions */
1006 u32 sm_offp_fwrsp; /* off-pending: fw responses */
1007 u32 sm_offp_del; /* off-pending: deletes */
1008 u32 sm_offp_hwf; /* off-pending: IOC downs */
1009 u32 sm_offp_unexp; /* off-pending: exceptions */
1010 u32 sm_iocd_off; /* IOC down: offline events */
1011 u32 sm_iocd_del; /* IOC down: delete events */
1012 u32 sm_iocd_on; /* IOC down: online events */
1013 u32 sm_iocd_unexp; /* IOC down: exceptions */
1014 u32 rsvd;
1015};
1016#pragma pack(1)
Jing Huangacdc79a2010-10-18 17:15:55 -07001017/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001018 * Rport's QoS attributes
1019 */
1020struct bfa_rport_qos_attr_s {
1021 u8 qos_priority; /* rport's QoS priority */
1022 u8 rsvd[3];
1023 u32 qos_flow_id; /* QoS flow Id */
1024};
1025#pragma pack()
1026
1027#define BFA_IOBUCKET_MAX 14
1028
1029struct bfa_itnim_latency_s {
1030 u32 min[BFA_IOBUCKET_MAX];
1031 u32 max[BFA_IOBUCKET_MAX];
1032 u32 count[BFA_IOBUCKET_MAX];
1033 u32 avg[BFA_IOBUCKET_MAX];
1034};
1035
1036struct bfa_itnim_ioprofile_s {
1037 u32 clock_res_mul;
1038 u32 clock_res_div;
1039 u32 index;
1040 u32 io_profile_start_time; /* IO profile start time */
1041 u32 iocomps[BFA_IOBUCKET_MAX]; /* IO completed */
1042 struct bfa_itnim_latency_s io_latency;
1043};
1044
Jing Huangacdc79a2010-10-18 17:15:55 -07001045/*
Krishna Gudipati61e62e22011-06-24 20:29:07 -07001046 * vHBA port attribute values.
1047 */
1048struct bfa_vhba_attr_s {
1049 wwn_t nwwn; /* node wwn */
1050 wwn_t pwwn; /* port wwn */
1051 u32 pid; /* port ID */
1052 bfa_boolean_t io_profile; /* get it from fcpim mod */
1053 bfa_boolean_t plog_enabled; /* portlog is enabled */
1054 u16 path_tov;
1055 u8 rsvd[2];
1056};
1057
1058/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001059 * FC physical port statistics.
1060 */
1061struct bfa_port_fc_stats_s {
1062 u64 secs_reset; /* Seconds since stats is reset */
1063 u64 tx_frames; /* Tx frames */
1064 u64 tx_words; /* Tx words */
1065 u64 tx_lip; /* Tx LIP */
1066 u64 tx_nos; /* Tx NOS */
1067 u64 tx_ols; /* Tx OLS */
1068 u64 tx_lr; /* Tx LR */
1069 u64 tx_lrr; /* Tx LRR */
1070 u64 rx_frames; /* Rx frames */
1071 u64 rx_words; /* Rx words */
1072 u64 lip_count; /* Rx LIP */
1073 u64 nos_count; /* Rx NOS */
1074 u64 ols_count; /* Rx OLS */
1075 u64 lr_count; /* Rx LR */
1076 u64 lrr_count; /* Rx LRR */
1077 u64 invalid_crcs; /* Rx CRC err frames */
1078 u64 invalid_crc_gd_eof; /* Rx CRC err good EOF frames */
1079 u64 undersized_frm; /* Rx undersized frames */
1080 u64 oversized_frm; /* Rx oversized frames */
1081 u64 bad_eof_frm; /* Rx frames with bad EOF */
1082 u64 error_frames; /* Errored frames */
1083 u64 dropped_frames; /* Dropped frames */
1084 u64 link_failures; /* Link Failure (LF) count */
1085 u64 loss_of_syncs; /* Loss of sync count */
1086 u64 loss_of_signals; /* Loss of signal count */
1087 u64 primseq_errs; /* Primitive sequence protocol err. */
1088 u64 bad_os_count; /* Invalid ordered sets */
1089 u64 err_enc_out; /* Encoding err nonframe_8b10b */
1090 u64 err_enc; /* Encoding err frame_8b10b */
Krishna Gudipatibe540a92011-06-13 15:53:04 -07001091 u64 bbsc_frames_lost; /* Credit Recovery-Frames Lost */
1092 u64 bbsc_credits_lost; /* Credit Recovery-Credits Lost */
1093 u64 bbsc_link_resets; /* Credit Recovery-Link Resets */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001094};
1095
Jing Huangacdc79a2010-10-18 17:15:55 -07001096/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001097 * Eth Physical Port statistics.
1098 */
1099struct bfa_port_eth_stats_s {
1100 u64 secs_reset; /* Seconds since stats is reset */
1101 u64 frame_64; /* Frames 64 bytes */
1102 u64 frame_65_127; /* Frames 65-127 bytes */
1103 u64 frame_128_255; /* Frames 128-255 bytes */
1104 u64 frame_256_511; /* Frames 256-511 bytes */
1105 u64 frame_512_1023; /* Frames 512-1023 bytes */
1106 u64 frame_1024_1518; /* Frames 1024-1518 bytes */
1107 u64 frame_1519_1522; /* Frames 1519-1522 bytes */
1108 u64 tx_bytes; /* Tx bytes */
1109 u64 tx_packets; /* Tx packets */
1110 u64 tx_mcast_packets; /* Tx multicast packets */
1111 u64 tx_bcast_packets; /* Tx broadcast packets */
1112 u64 tx_control_frame; /* Tx control frame */
1113 u64 tx_drop; /* Tx drops */
1114 u64 tx_jabber; /* Tx jabber */
1115 u64 tx_fcs_error; /* Tx FCS errors */
1116 u64 tx_fragments; /* Tx fragments */
1117 u64 rx_bytes; /* Rx bytes */
1118 u64 rx_packets; /* Rx packets */
1119 u64 rx_mcast_packets; /* Rx multicast packets */
1120 u64 rx_bcast_packets; /* Rx broadcast packets */
1121 u64 rx_control_frames; /* Rx control frames */
1122 u64 rx_unknown_opcode; /* Rx unknown opcode */
1123 u64 rx_drop; /* Rx drops */
1124 u64 rx_jabber; /* Rx jabber */
1125 u64 rx_fcs_error; /* Rx FCS errors */
1126 u64 rx_alignment_error; /* Rx alignment errors */
1127 u64 rx_frame_length_error; /* Rx frame len errors */
1128 u64 rx_code_error; /* Rx code errors */
1129 u64 rx_fragments; /* Rx fragments */
1130 u64 rx_pause; /* Rx pause */
1131 u64 rx_zero_pause; /* Rx zero pause */
1132 u64 tx_pause; /* Tx pause */
1133 u64 tx_zero_pause; /* Tx zero pause */
1134 u64 rx_fcoe_pause; /* Rx FCoE pause */
1135 u64 rx_fcoe_zero_pause; /* Rx FCoE zero pause */
1136 u64 tx_fcoe_pause; /* Tx FCoE pause */
1137 u64 tx_fcoe_zero_pause; /* Tx FCoE zero pause */
1138 u64 rx_iscsi_pause; /* Rx iSCSI pause */
1139 u64 rx_iscsi_zero_pause; /* Rx iSCSI zero pause */
1140 u64 tx_iscsi_pause; /* Tx iSCSI pause */
1141 u64 tx_iscsi_zero_pause; /* Tx iSCSI zero pause */
1142};
1143
Jing Huangacdc79a2010-10-18 17:15:55 -07001144/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001145 * Port statistics.
1146 */
1147union bfa_port_stats_u {
1148 struct bfa_port_fc_stats_s fc;
1149 struct bfa_port_eth_stats_s eth;
1150};
1151
Krishna Gudipati1a4d8e12011-06-24 20:22:28 -07001152struct bfa_port_cfg_mode_s {
1153 u16 max_pf;
1154 u16 max_vf;
1155 enum bfa_mode_s mode;
1156};
1157
Krishna Gudipati148d6102011-06-24 20:25:36 -07001158#pragma pack(1)
1159
1160#define BFA_CEE_LLDP_MAX_STRING_LEN (128)
1161#define BFA_CEE_DCBX_MAX_PRIORITY (8)
1162#define BFA_CEE_DCBX_MAX_PGID (8)
1163
1164struct bfa_cee_lldp_str_s {
1165 u8 sub_type;
1166 u8 len;
1167 u8 rsvd[2];
1168 u8 value[BFA_CEE_LLDP_MAX_STRING_LEN];
1169};
1170
1171struct bfa_cee_lldp_cfg_s {
1172 struct bfa_cee_lldp_str_s chassis_id;
1173 struct bfa_cee_lldp_str_s port_id;
1174 struct bfa_cee_lldp_str_s port_desc;
1175 struct bfa_cee_lldp_str_s sys_name;
1176 struct bfa_cee_lldp_str_s sys_desc;
1177 struct bfa_cee_lldp_str_s mgmt_addr;
1178 u16 time_to_live;
1179 u16 enabled_system_cap;
1180};
1181
1182/* CEE/DCBX parameters */
1183struct bfa_cee_dcbx_cfg_s {
1184 u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY];
1185 u8 pg_percentage[BFA_CEE_DCBX_MAX_PGID];
1186 u8 pfc_primap; /* bitmap of priorties with PFC enabled */
1187 u8 fcoe_primap; /* bitmap of priorities used for FcoE traffic */
1188 u8 iscsi_primap; /* bitmap of priorities used for iSCSI traffic */
1189 u8 dcbx_version; /* operating version:CEE or preCEE */
1190 u8 lls_fcoe; /* FCoE Logical Link Status */
1191 u8 lls_lan; /* LAN Logical Link Status */
1192 u8 rsvd[2];
1193};
1194
1195/* CEE Query */
1196struct bfa_cee_attr_s {
1197 u8 cee_status;
1198 u8 error_reason;
1199 struct bfa_cee_lldp_cfg_s lldp_remote;
1200 struct bfa_cee_dcbx_cfg_s dcbx_remote;
1201 mac_t src_mac;
1202 u8 link_speed;
1203 u8 nw_priority;
1204 u8 filler[2];
1205};
1206
1207/* LLDP/DCBX/CEE Statistics */
1208struct bfa_cee_stats_s {
1209 u32 lldp_tx_frames; /* LLDP Tx Frames */
1210 u32 lldp_rx_frames; /* LLDP Rx Frames */
1211 u32 lldp_rx_frames_invalid; /* LLDP Rx Frames invalid */
1212 u32 lldp_rx_frames_new; /* LLDP Rx Frames new */
1213 u32 lldp_tlvs_unrecognized; /* LLDP Rx unrecog. TLVs */
1214 u32 lldp_rx_shutdown_tlvs; /* LLDP Rx shutdown TLVs */
1215 u32 lldp_info_aged_out; /* LLDP remote info aged */
1216 u32 dcbx_phylink_ups; /* DCBX phy link ups */
1217 u32 dcbx_phylink_downs; /* DCBX phy link downs */
1218 u32 dcbx_rx_tlvs; /* DCBX Rx TLVs */
1219 u32 dcbx_rx_tlvs_invalid; /* DCBX Rx TLVs invalid */
1220 u32 dcbx_control_tlv_error; /* DCBX control TLV errors */
1221 u32 dcbx_feature_tlv_error; /* DCBX feature TLV errors */
1222 u32 dcbx_cee_cfg_new; /* DCBX new CEE cfg rcvd */
1223 u32 cee_status_down; /* DCB status down */
1224 u32 cee_status_up; /* DCB status up */
1225 u32 cee_hw_cfg_changed; /* DCB hw cfg changed */
1226 u32 cee_rx_invalid_cfg; /* DCB invalid cfg */
1227};
1228
1229#pragma pack()
1230
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001231#endif /* __BFA_DEFS_SVC_H__ */