[SCSI] scsi_dh_rdac: Add two new SUN devices to rdac_dev_list
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / scsi / bfa / bfa_ioc.c
CommitLineData
7725ccfd 1/*
a36c61f9 2 * Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
7725ccfd
JH
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
a36c61f9
KG
18#include "bfa_ioc.h"
19#include "bfi_ctreg.h"
20#include "bfa_defs.h"
21#include "bfa_defs_svc.h"
22#include "bfad_drv.h"
7725ccfd 23
7af074dc 24BFA_TRC_FILE(CNA, IOC);
7725ccfd
JH
25
26/**
27 * IOC local definitions
28 */
a36c61f9
KG
29#define BFA_IOC_TOV 3000 /* msecs */
30#define BFA_IOC_HWSEM_TOV 500 /* msecs */
31#define BFA_IOC_HB_TOV 500 /* msecs */
32#define BFA_IOC_HWINIT_MAX 2
33#define BFA_IOC_TOV_RECOVER BFA_IOC_HB_TOV
7725ccfd
JH
34
35#define bfa_ioc_timer_start(__ioc) \
36 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \
37 bfa_ioc_timeout, (__ioc), BFA_IOC_TOV)
38#define bfa_ioc_timer_stop(__ioc) bfa_timer_stop(&(__ioc)->ioc_timer)
39
a36c61f9
KG
40#define bfa_hb_timer_start(__ioc) \
41 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->hb_timer, \
42 bfa_ioc_hb_check, (__ioc), BFA_IOC_HB_TOV)
43#define bfa_hb_timer_stop(__ioc) bfa_timer_stop(&(__ioc)->hb_timer)
44
7725ccfd
JH
45#define BFA_DBG_FWTRC_ENTS (BFI_IOC_TRC_ENTS)
46#define BFA_DBG_FWTRC_LEN \
47 (BFA_DBG_FWTRC_ENTS * sizeof(struct bfa_trc_s) + \
48 (sizeof(struct bfa_trc_mod_s) - \
49 BFA_TRC_MAX * sizeof(struct bfa_trc_s)))
50#define BFA_DBG_FWTRC_OFF(_fn) (BFI_IOC_TRC_OFF + BFA_DBG_FWTRC_LEN * (_fn))
7725ccfd 51
0a20de44
KG
52/**
53 * Asic specific macros : see bfa_hw_cb.c and bfa_hw_ct.c for details.
54 */
55
a36c61f9 56#define bfa_ioc_firmware_lock(__ioc) \
0a20de44 57 ((__ioc)->ioc_hwif->ioc_firmware_lock(__ioc))
a36c61f9 58#define bfa_ioc_firmware_unlock(__ioc) \
0a20de44 59 ((__ioc)->ioc_hwif->ioc_firmware_unlock(__ioc))
0a20de44
KG
60#define bfa_ioc_reg_init(__ioc) ((__ioc)->ioc_hwif->ioc_reg_init(__ioc))
61#define bfa_ioc_map_port(__ioc) ((__ioc)->ioc_hwif->ioc_map_port(__ioc))
a36c61f9 62#define bfa_ioc_notify_hbfail(__ioc) \
0a20de44
KG
63 ((__ioc)->ioc_hwif->ioc_notify_hbfail(__ioc))
64
a36c61f9
KG
65#ifdef BFA_IOC_IS_UEFI
66#define bfa_ioc_is_bios_optrom(__ioc) (0)
67#define bfa_ioc_is_uefi(__ioc) BFA_IOC_IS_UEFI
68#else
69#define bfa_ioc_is_bios_optrom(__ioc) \
70 (bfa_cb_image_get_size(BFA_IOC_FWIMG_TYPE(__ioc)) < BFA_IOC_FWIMG_MINSZ)
71#define bfa_ioc_is_uefi(__ioc) (0)
72#endif
73
74#define bfa_ioc_mbox_cmd_pending(__ioc) \
75 (!list_empty(&((__ioc)->mbox_mod.cmd_q)) || \
76 bfa_reg_read((__ioc)->ioc_regs.hfn_mbox_cmd))
77
78bfa_boolean_t bfa_auto_recover = BFA_TRUE;
7725ccfd
JH
79
80/*
81 * forward declarations
82 */
a36c61f9
KG
83static void bfa_ioc_hw_sem_get(struct bfa_ioc_s *ioc);
84static void bfa_ioc_hw_sem_get_cancel(struct bfa_ioc_s *ioc);
85static void bfa_ioc_hwinit(struct bfa_ioc_s *ioc, bfa_boolean_t force);
86static void bfa_ioc_timeout(void *ioc);
87static void bfa_ioc_send_enable(struct bfa_ioc_s *ioc);
88static void bfa_ioc_send_disable(struct bfa_ioc_s *ioc);
89static void bfa_ioc_send_getattr(struct bfa_ioc_s *ioc);
90static void bfa_ioc_hb_monitor(struct bfa_ioc_s *ioc);
91static void bfa_ioc_hb_stop(struct bfa_ioc_s *ioc);
92static void bfa_ioc_reset(struct bfa_ioc_s *ioc, bfa_boolean_t force);
93static void bfa_ioc_mbox_poll(struct bfa_ioc_s *ioc);
94static void bfa_ioc_mbox_hbfail(struct bfa_ioc_s *ioc);
95static void bfa_ioc_recover(struct bfa_ioc_s *ioc);
96static void bfa_ioc_check_attr_wwns(struct bfa_ioc_s *ioc);
97static void bfa_ioc_disable_comp(struct bfa_ioc_s *ioc);
98static void bfa_ioc_lpu_stop(struct bfa_ioc_s *ioc);
99static void bfa_ioc_pf_enabled(struct bfa_ioc_s *ioc);
100static void bfa_ioc_pf_disabled(struct bfa_ioc_s *ioc);
101static void bfa_ioc_pf_failed(struct bfa_ioc_s *ioc);
102static void bfa_ioc_pf_fwmismatch(struct bfa_ioc_s *ioc);
7725ccfd
JH
103
104/**
a36c61f9 105 * hal_ioc_sm
7725ccfd
JH
106 */
107
108/**
a36c61f9 109 * IOC state machine definitions/declarations
7725ccfd
JH
110 */
111enum ioc_event {
a36c61f9
KG
112 IOC_E_RESET = 1, /* IOC reset request */
113 IOC_E_ENABLE = 2, /* IOC enable request */
114 IOC_E_DISABLE = 3, /* IOC disable request */
115 IOC_E_DETACH = 4, /* driver detach cleanup */
116 IOC_E_ENABLED = 5, /* f/w enabled */
117 IOC_E_FWRSP_GETATTR = 6, /* IOC get attribute response */
118 IOC_E_DISABLED = 7, /* f/w disabled */
119 IOC_E_FAILED = 8, /* failure notice by iocpf sm */
120 IOC_E_HBFAIL = 9, /* heartbeat failure */
121 IOC_E_HWERROR = 10, /* hardware error interrupt */
122 IOC_E_TIMEOUT = 11, /* timeout */
7725ccfd
JH
123};
124
a36c61f9 125bfa_fsm_state_decl(bfa_ioc, uninit, struct bfa_ioc_s, enum ioc_event);
7725ccfd 126bfa_fsm_state_decl(bfa_ioc, reset, struct bfa_ioc_s, enum ioc_event);
7725ccfd
JH
127bfa_fsm_state_decl(bfa_ioc, enabling, struct bfa_ioc_s, enum ioc_event);
128bfa_fsm_state_decl(bfa_ioc, getattr, struct bfa_ioc_s, enum ioc_event);
129bfa_fsm_state_decl(bfa_ioc, op, struct bfa_ioc_s, enum ioc_event);
130bfa_fsm_state_decl(bfa_ioc, initfail, struct bfa_ioc_s, enum ioc_event);
a36c61f9 131bfa_fsm_state_decl(bfa_ioc, fail, struct bfa_ioc_s, enum ioc_event);
7725ccfd
JH
132bfa_fsm_state_decl(bfa_ioc, disabling, struct bfa_ioc_s, enum ioc_event);
133bfa_fsm_state_decl(bfa_ioc, disabled, struct bfa_ioc_s, enum ioc_event);
134
135static struct bfa_sm_table_s ioc_sm_table[] = {
a36c61f9 136 {BFA_SM(bfa_ioc_sm_uninit), BFA_IOC_UNINIT},
7725ccfd 137 {BFA_SM(bfa_ioc_sm_reset), BFA_IOC_RESET},
a36c61f9 138 {BFA_SM(bfa_ioc_sm_enabling), BFA_IOC_ENABLING},
7725ccfd
JH
139 {BFA_SM(bfa_ioc_sm_getattr), BFA_IOC_GETATTR},
140 {BFA_SM(bfa_ioc_sm_op), BFA_IOC_OPERATIONAL},
141 {BFA_SM(bfa_ioc_sm_initfail), BFA_IOC_INITFAIL},
a36c61f9 142 {BFA_SM(bfa_ioc_sm_fail), BFA_IOC_FAIL},
7725ccfd
JH
143 {BFA_SM(bfa_ioc_sm_disabling), BFA_IOC_DISABLING},
144 {BFA_SM(bfa_ioc_sm_disabled), BFA_IOC_DISABLED},
145};
146
a36c61f9
KG
147/**
148 * IOCPF state machine definitions/declarations
149 */
150
151#define bfa_iocpf_timer_start(__ioc) \
152 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \
153 bfa_iocpf_timeout, (__ioc), BFA_IOC_TOV)
154#define bfa_iocpf_timer_stop(__ioc) bfa_timer_stop(&(__ioc)->ioc_timer)
155
156#define bfa_iocpf_recovery_timer_start(__ioc) \
157 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->ioc_timer, \
158 bfa_iocpf_timeout, (__ioc), BFA_IOC_TOV_RECOVER)
159
160#define bfa_sem_timer_start(__ioc) \
161 bfa_timer_begin((__ioc)->timer_mod, &(__ioc)->sem_timer, \
162 bfa_iocpf_sem_timeout, (__ioc), BFA_IOC_HWSEM_TOV)
163#define bfa_sem_timer_stop(__ioc) bfa_timer_stop(&(__ioc)->sem_timer)
164
165/*
166 * Forward declareations for iocpf state machine
167 */
168static void bfa_iocpf_enable(struct bfa_ioc_s *ioc);
169static void bfa_iocpf_disable(struct bfa_ioc_s *ioc);
170static void bfa_iocpf_fail(struct bfa_ioc_s *ioc);
171static void bfa_iocpf_initfail(struct bfa_ioc_s *ioc);
172static void bfa_iocpf_getattrfail(struct bfa_ioc_s *ioc);
173static void bfa_iocpf_stop(struct bfa_ioc_s *ioc);
174static void bfa_iocpf_timeout(void *ioc_arg);
175static void bfa_iocpf_sem_timeout(void *ioc_arg);
176
177/**
178 * IOCPF state machine events
179 */
180enum iocpf_event {
181 IOCPF_E_ENABLE = 1, /* IOCPF enable request */
182 IOCPF_E_DISABLE = 2, /* IOCPF disable request */
183 IOCPF_E_STOP = 3, /* stop on driver detach */
184 IOCPF_E_FWREADY = 4, /* f/w initialization done */
185 IOCPF_E_FWRSP_ENABLE = 5, /* enable f/w response */
186 IOCPF_E_FWRSP_DISABLE = 6, /* disable f/w response */
187 IOCPF_E_FAIL = 7, /* failure notice by ioc sm */
188 IOCPF_E_INITFAIL = 8, /* init fail notice by ioc sm */
189 IOCPF_E_GETATTRFAIL = 9, /* init fail notice by ioc sm */
190 IOCPF_E_SEMLOCKED = 10, /* h/w semaphore is locked */
191 IOCPF_E_TIMEOUT = 11, /* f/w response timeout */
192};
193
194/**
195 * IOCPF states
196 */
197enum bfa_iocpf_state {
198 BFA_IOCPF_RESET = 1, /* IOC is in reset state */
199 BFA_IOCPF_SEMWAIT = 2, /* Waiting for IOC h/w semaphore */
200 BFA_IOCPF_HWINIT = 3, /* IOC h/w is being initialized */
201 BFA_IOCPF_READY = 4, /* IOCPF is initialized */
202 BFA_IOCPF_INITFAIL = 5, /* IOCPF failed */
203 BFA_IOCPF_FAIL = 6, /* IOCPF failed */
204 BFA_IOCPF_DISABLING = 7, /* IOCPF is being disabled */
205 BFA_IOCPF_DISABLED = 8, /* IOCPF is disabled */
206 BFA_IOCPF_FWMISMATCH = 9, /* IOC f/w different from drivers */
207};
208
209bfa_fsm_state_decl(bfa_iocpf, reset, struct bfa_iocpf_s, enum iocpf_event);
210bfa_fsm_state_decl(bfa_iocpf, fwcheck, struct bfa_iocpf_s, enum iocpf_event);
211bfa_fsm_state_decl(bfa_iocpf, mismatch, struct bfa_iocpf_s, enum iocpf_event);
212bfa_fsm_state_decl(bfa_iocpf, semwait, struct bfa_iocpf_s, enum iocpf_event);
213bfa_fsm_state_decl(bfa_iocpf, hwinit, struct bfa_iocpf_s, enum iocpf_event);
214bfa_fsm_state_decl(bfa_iocpf, enabling, struct bfa_iocpf_s, enum iocpf_event);
215bfa_fsm_state_decl(bfa_iocpf, ready, struct bfa_iocpf_s, enum iocpf_event);
216bfa_fsm_state_decl(bfa_iocpf, initfail, struct bfa_iocpf_s, enum iocpf_event);
217bfa_fsm_state_decl(bfa_iocpf, fail, struct bfa_iocpf_s, enum iocpf_event);
218bfa_fsm_state_decl(bfa_iocpf, disabling, struct bfa_iocpf_s, enum iocpf_event);
219bfa_fsm_state_decl(bfa_iocpf, disabled, struct bfa_iocpf_s, enum iocpf_event);
220
221static struct bfa_sm_table_s iocpf_sm_table[] = {
222 {BFA_SM(bfa_iocpf_sm_reset), BFA_IOCPF_RESET},
223 {BFA_SM(bfa_iocpf_sm_fwcheck), BFA_IOCPF_FWMISMATCH},
224 {BFA_SM(bfa_iocpf_sm_mismatch), BFA_IOCPF_FWMISMATCH},
225 {BFA_SM(bfa_iocpf_sm_semwait), BFA_IOCPF_SEMWAIT},
226 {BFA_SM(bfa_iocpf_sm_hwinit), BFA_IOCPF_HWINIT},
227 {BFA_SM(bfa_iocpf_sm_enabling), BFA_IOCPF_HWINIT},
228 {BFA_SM(bfa_iocpf_sm_ready), BFA_IOCPF_READY},
229 {BFA_SM(bfa_iocpf_sm_initfail), BFA_IOCPF_INITFAIL},
230 {BFA_SM(bfa_iocpf_sm_fail), BFA_IOCPF_FAIL},
231 {BFA_SM(bfa_iocpf_sm_disabling), BFA_IOCPF_DISABLING},
232 {BFA_SM(bfa_iocpf_sm_disabled), BFA_IOCPF_DISABLED},
233};
234
235/**
236 * IOC State Machine
237 */
238
239/**
240 * Beginning state. IOC uninit state.
241 */
242
243static void
244bfa_ioc_sm_uninit_entry(struct bfa_ioc_s *ioc)
245{
246}
247
248/**
249 * IOC is in uninit state.
250 */
251static void
252bfa_ioc_sm_uninit(struct bfa_ioc_s *ioc, enum ioc_event event)
253{
254 bfa_trc(ioc, event);
255
256 switch (event) {
257 case IOC_E_RESET:
258 bfa_fsm_set_state(ioc, bfa_ioc_sm_reset);
259 break;
260
261 default:
262 bfa_sm_fault(ioc, event);
263 }
264}
7725ccfd
JH
265/**
266 * Reset entry actions -- initialize state machine
267 */
268static void
269bfa_ioc_sm_reset_entry(struct bfa_ioc_s *ioc)
270{
a36c61f9 271 bfa_fsm_set_state(&ioc->iocpf, bfa_iocpf_sm_reset);
7725ccfd
JH
272}
273
274/**
a36c61f9 275 * IOC is in reset state.
7725ccfd
JH
276 */
277static void
278bfa_ioc_sm_reset(struct bfa_ioc_s *ioc, enum ioc_event event)
279{
280 bfa_trc(ioc, event);
281
282 switch (event) {
283 case IOC_E_ENABLE:
a36c61f9 284 bfa_fsm_set_state(ioc, bfa_ioc_sm_enabling);
7725ccfd
JH
285 break;
286
287 case IOC_E_DISABLE:
288 bfa_ioc_disable_comp(ioc);
289 break;
290
291 case IOC_E_DETACH:
a36c61f9 292 bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
7725ccfd
JH
293 break;
294
295 default:
296 bfa_sm_fault(ioc, event);
297 }
298}
299
a36c61f9
KG
300
301static void
302bfa_ioc_sm_enabling_entry(struct bfa_ioc_s *ioc)
303{
304 bfa_iocpf_enable(ioc);
305}
306
7725ccfd 307/**
a36c61f9
KG
308 * Host IOC function is being enabled, awaiting response from firmware.
309 * Semaphore is acquired.
7725ccfd
JH
310 */
311static void
a36c61f9 312bfa_ioc_sm_enabling(struct bfa_ioc_s *ioc, enum ioc_event event)
7725ccfd 313{
a36c61f9
KG
314 bfa_trc(ioc, event);
315
316 switch (event) {
317 case IOC_E_ENABLED:
318 bfa_fsm_set_state(ioc, bfa_ioc_sm_getattr);
319 break;
320
321 case IOC_E_FAILED:
322 bfa_fsm_set_state(ioc, bfa_ioc_sm_initfail);
323 break;
324
325 case IOC_E_HWERROR:
326 bfa_fsm_set_state(ioc, bfa_ioc_sm_initfail);
327 bfa_iocpf_initfail(ioc);
328 break;
329
330 case IOC_E_DISABLE:
331 bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling);
332 break;
333
334 case IOC_E_DETACH:
335 bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
336 bfa_iocpf_stop(ioc);
337 break;
338
339 case IOC_E_ENABLE:
340 break;
341
342 default:
343 bfa_sm_fault(ioc, event);
344 }
345}
346
347
348static void
349bfa_ioc_sm_getattr_entry(struct bfa_ioc_s *ioc)
350{
351 bfa_ioc_timer_start(ioc);
352 bfa_ioc_send_getattr(ioc);
7725ccfd
JH
353}
354
355/**
a36c61f9 356 * IOC configuration in progress. Timer is active.
7725ccfd
JH
357 */
358static void
a36c61f9 359bfa_ioc_sm_getattr(struct bfa_ioc_s *ioc, enum ioc_event event)
7725ccfd
JH
360{
361 bfa_trc(ioc, event);
362
363 switch (event) {
a36c61f9
KG
364 case IOC_E_FWRSP_GETATTR:
365 bfa_ioc_timer_stop(ioc);
366 bfa_ioc_check_attr_wwns(ioc);
367 bfa_fsm_set_state(ioc, bfa_ioc_sm_op);
368 break;
369
370 case IOC_E_FAILED:
371 bfa_ioc_timer_stop(ioc);
372 bfa_fsm_set_state(ioc, bfa_ioc_sm_initfail);
373 break;
374
375 case IOC_E_HWERROR:
376 bfa_ioc_timer_stop(ioc);
377 /* fall through */
378
379 case IOC_E_TIMEOUT:
380 bfa_fsm_set_state(ioc, bfa_ioc_sm_initfail);
381 bfa_iocpf_getattrfail(ioc);
7725ccfd
JH
382 break;
383
384 case IOC_E_DISABLE:
a36c61f9
KG
385 bfa_ioc_timer_stop(ioc);
386 bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling);
387 break;
388
389 case IOC_E_ENABLE:
390 break;
391
392 default:
393 bfa_sm_fault(ioc, event);
394 }
395}
396
397
398static void
399bfa_ioc_sm_op_entry(struct bfa_ioc_s *ioc)
400{
401 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad;
402
403 ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_OK);
404 bfa_ioc_hb_monitor(ioc);
405 BFA_LOG(KERN_INFO, bfad, log_level, "IOC enabled\n");
406}
407
408static void
409bfa_ioc_sm_op(struct bfa_ioc_s *ioc, enum ioc_event event)
410{
411 bfa_trc(ioc, event);
412
413 switch (event) {
414 case IOC_E_ENABLE:
415 break;
416
417 case IOC_E_DISABLE:
418 bfa_ioc_hb_stop(ioc);
419 bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling);
420 break;
421
422 case IOC_E_FAILED:
423 bfa_ioc_hb_stop(ioc);
424 bfa_fsm_set_state(ioc, bfa_ioc_sm_fail);
425 break;
426
427 case IOC_E_HWERROR:
428 bfa_ioc_hb_stop(ioc);
429 /* !!! fall through !!! */
430
431 case IOC_E_HBFAIL:
432 bfa_fsm_set_state(ioc, bfa_ioc_sm_fail);
433 bfa_iocpf_fail(ioc);
434 break;
435
436 default:
437 bfa_sm_fault(ioc, event);
438 }
439}
440
441
442static void
443bfa_ioc_sm_disabling_entry(struct bfa_ioc_s *ioc)
444{
445 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad;
446 bfa_iocpf_disable(ioc);
447 BFA_LOG(KERN_INFO, bfad, log_level, "IOC disabled\n");
448}
449
450/**
451 * IOC is being disabled
452 */
453static void
454bfa_ioc_sm_disabling(struct bfa_ioc_s *ioc, enum ioc_event event)
455{
456 bfa_trc(ioc, event);
457
458 switch (event) {
459 case IOC_E_DISABLED:
460 bfa_fsm_set_state(ioc, bfa_ioc_sm_disabled);
461 break;
462
463 case IOC_E_HWERROR:
7725ccfd 464 /*
a36c61f9
KG
465 * No state change. Will move to disabled state
466 * after iocpf sm completes failure processing and
467 * moves to disabled state.
7725ccfd 468 */
a36c61f9
KG
469 bfa_iocpf_fail(ioc);
470 break;
7725ccfd 471
a36c61f9
KG
472 default:
473 bfa_sm_fault(ioc, event);
474 }
475}
476
477/**
478 * IOC disable completion entry.
479 */
480static void
481bfa_ioc_sm_disabled_entry(struct bfa_ioc_s *ioc)
482{
483 bfa_ioc_disable_comp(ioc);
484}
485
486static void
487bfa_ioc_sm_disabled(struct bfa_ioc_s *ioc, enum ioc_event event)
488{
489 bfa_trc(ioc, event);
490
491 switch (event) {
492 case IOC_E_ENABLE:
493 bfa_fsm_set_state(ioc, bfa_ioc_sm_enabling);
7725ccfd
JH
494 break;
495
a36c61f9
KG
496 case IOC_E_DISABLE:
497 ioc->cbfn->disable_cbfn(ioc->bfa);
498 break;
499
500 case IOC_E_DETACH:
501 bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
502 bfa_iocpf_stop(ioc);
7725ccfd
JH
503 break;
504
505 default:
506 bfa_sm_fault(ioc, event);
507 }
508}
509
a36c61f9
KG
510
511static void
512bfa_ioc_sm_initfail_entry(struct bfa_ioc_s *ioc)
513{
514 ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
515}
516
7725ccfd 517/**
a36c61f9 518 * Hardware initialization failed.
7725ccfd
JH
519 */
520static void
a36c61f9 521bfa_ioc_sm_initfail(struct bfa_ioc_s *ioc, enum ioc_event event)
7725ccfd 522{
a36c61f9
KG
523 bfa_trc(ioc, event);
524
525 switch (event) {
526 case IOC_E_ENABLED:
527 bfa_fsm_set_state(ioc, bfa_ioc_sm_getattr);
528 break;
529
530 case IOC_E_FAILED:
531 /**
532 * Initialization failure during iocpf init retry.
533 */
534 ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
535 break;
536
537 case IOC_E_DISABLE:
538 bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling);
539 break;
540
541 case IOC_E_DETACH:
542 bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
543 bfa_iocpf_stop(ioc);
544 break;
545
546 default:
547 bfa_sm_fault(ioc, event);
548 }
549}
550
551
552static void
553bfa_ioc_sm_fail_entry(struct bfa_ioc_s *ioc)
554{
555 struct list_head *qe;
556 struct bfa_ioc_hbfail_notify_s *notify;
557 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad;
558
7725ccfd 559 /**
a36c61f9 560 * Notify driver and common modules registered for notification.
7725ccfd 561 */
a36c61f9
KG
562 ioc->cbfn->hbfail_cbfn(ioc->bfa);
563 list_for_each(qe, &ioc->hb_notify_q) {
564 notify = (struct bfa_ioc_hbfail_notify_s *) qe;
565 notify->cbfn(notify->cbarg);
7725ccfd 566 }
a36c61f9
KG
567
568 BFA_LOG(KERN_CRIT, bfad, log_level,
569 "Heart Beat of IOC has failed\n");
7725ccfd
JH
570}
571
572/**
a36c61f9 573 * IOC failure.
7725ccfd
JH
574 */
575static void
a36c61f9 576bfa_ioc_sm_fail(struct bfa_ioc_s *ioc, enum ioc_event event)
7725ccfd
JH
577{
578 bfa_trc(ioc, event);
579
580 switch (event) {
a36c61f9
KG
581
582 case IOC_E_FAILED:
583 /**
584 * Initialization failure during iocpf recovery.
585 * !!! Fall through !!!
586 */
587 case IOC_E_ENABLE:
588 ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
589 break;
590
591 case IOC_E_ENABLED:
592 bfa_fsm_set_state(ioc, bfa_ioc_sm_getattr);
7725ccfd
JH
593 break;
594
595 case IOC_E_DISABLE:
a36c61f9
KG
596 bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling);
597 break;
598
599 case IOC_E_HWERROR:
7725ccfd 600 /*
a36c61f9 601 * HB failure notification, ignore.
7725ccfd 602 */
a36c61f9
KG
603 break;
604 default:
605 bfa_sm_fault(ioc, event);
606 }
607}
7725ccfd 608
a36c61f9
KG
609
610
611/**
612 * IOCPF State Machine
613 */
614
615
616/**
617 * Reset entry actions -- initialize state machine
618 */
619static void
620bfa_iocpf_sm_reset_entry(struct bfa_iocpf_s *iocpf)
621{
622 iocpf->retry_count = 0;
623 iocpf->auto_recover = bfa_auto_recover;
624}
625
626/**
627 * Beginning state. IOC is in reset state.
628 */
629static void
630bfa_iocpf_sm_reset(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
631{
632 struct bfa_ioc_s *ioc = iocpf->ioc;
633
634 bfa_trc(ioc, event);
635
636 switch (event) {
637 case IOCPF_E_ENABLE:
638 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fwcheck);
7725ccfd
JH
639 break;
640
a36c61f9 641 case IOCPF_E_STOP:
7725ccfd
JH
642 break;
643
644 default:
645 bfa_sm_fault(ioc, event);
646 }
647}
648
649/**
a36c61f9 650 * Semaphore should be acquired for version check.
7725ccfd
JH
651 */
652static void
a36c61f9 653bfa_iocpf_sm_fwcheck_entry(struct bfa_iocpf_s *iocpf)
7725ccfd 654{
a36c61f9 655 bfa_ioc_hw_sem_get(iocpf->ioc);
7725ccfd
JH
656}
657
658/**
a36c61f9 659 * Awaiting h/w semaphore to continue with version check.
7725ccfd
JH
660 */
661static void
a36c61f9 662bfa_iocpf_sm_fwcheck(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
7725ccfd 663{
a36c61f9
KG
664 struct bfa_ioc_s *ioc = iocpf->ioc;
665
7725ccfd
JH
666 bfa_trc(ioc, event);
667
668 switch (event) {
a36c61f9
KG
669 case IOCPF_E_SEMLOCKED:
670 if (bfa_ioc_firmware_lock(ioc)) {
671 iocpf->retry_count = 0;
672 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_hwinit);
673 } else {
674 bfa_ioc_hw_sem_release(ioc);
675 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_mismatch);
676 }
7725ccfd
JH
677 break;
678
a36c61f9 679 case IOCPF_E_DISABLE:
7725ccfd 680 bfa_ioc_hw_sem_get_cancel(ioc);
a36c61f9
KG
681 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
682 bfa_ioc_pf_disabled(ioc);
683 break;
684
685 case IOCPF_E_STOP:
686 bfa_ioc_hw_sem_get_cancel(ioc);
687 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
7725ccfd
JH
688 break;
689
690 default:
691 bfa_sm_fault(ioc, event);
692 }
693}
694
a36c61f9
KG
695/**
696 * Notify enable completion callback.
697 */
7725ccfd 698static void
a36c61f9 699bfa_iocpf_sm_mismatch_entry(struct bfa_iocpf_s *iocpf)
7725ccfd 700{
a36c61f9
KG
701 /*
702 * Call only the first time sm enters fwmismatch state.
703 */
704 if (iocpf->retry_count == 0)
705 bfa_ioc_pf_fwmismatch(iocpf->ioc);
706
707 iocpf->retry_count++;
708 bfa_iocpf_timer_start(iocpf->ioc);
7725ccfd
JH
709}
710
711/**
a36c61f9 712 * Awaiting firmware version match.
7725ccfd
JH
713 */
714static void
a36c61f9 715bfa_iocpf_sm_mismatch(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
7725ccfd 716{
a36c61f9
KG
717 struct bfa_ioc_s *ioc = iocpf->ioc;
718
7725ccfd
JH
719 bfa_trc(ioc, event);
720
721 switch (event) {
a36c61f9
KG
722 case IOCPF_E_TIMEOUT:
723 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fwcheck);
7725ccfd
JH
724 break;
725
a36c61f9
KG
726 case IOCPF_E_DISABLE:
727 bfa_iocpf_timer_stop(ioc);
728 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
729 bfa_ioc_pf_disabled(ioc);
730 break;
7725ccfd 731
a36c61f9
KG
732 case IOCPF_E_STOP:
733 bfa_iocpf_timer_stop(ioc);
734 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
735 break;
7725ccfd 736
a36c61f9
KG
737 default:
738 bfa_sm_fault(ioc, event);
739 }
740}
741
742/**
743 * Request for semaphore.
744 */
745static void
746bfa_iocpf_sm_semwait_entry(struct bfa_iocpf_s *iocpf)
747{
748 bfa_ioc_hw_sem_get(iocpf->ioc);
749}
750
751/**
752 * Awaiting semaphore for h/w initialzation.
753 */
754static void
755bfa_iocpf_sm_semwait(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
756{
757 struct bfa_ioc_s *ioc = iocpf->ioc;
758
759 bfa_trc(ioc, event);
760
761 switch (event) {
762 case IOCPF_E_SEMLOCKED:
763 iocpf->retry_count = 0;
764 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_hwinit);
7725ccfd
JH
765 break;
766
a36c61f9
KG
767 case IOCPF_E_DISABLE:
768 bfa_ioc_hw_sem_get_cancel(ioc);
769 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabled);
7725ccfd
JH
770 break;
771
772 default:
773 bfa_sm_fault(ioc, event);
774 }
775}
776
777
778static void
a36c61f9 779bfa_iocpf_sm_hwinit_entry(struct bfa_iocpf_s *iocpf)
7725ccfd 780{
a36c61f9
KG
781 bfa_iocpf_timer_start(iocpf->ioc);
782 bfa_ioc_reset(iocpf->ioc, BFA_FALSE);
7725ccfd
JH
783}
784
785/**
a36c61f9
KG
786 * Hardware is being initialized. Interrupts are enabled.
787 * Holding hardware semaphore lock.
7725ccfd
JH
788 */
789static void
a36c61f9 790bfa_iocpf_sm_hwinit(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
7725ccfd 791{
a36c61f9
KG
792 struct bfa_ioc_s *ioc = iocpf->ioc;
793
7725ccfd
JH
794 bfa_trc(ioc, event);
795
796 switch (event) {
a36c61f9
KG
797 case IOCPF_E_FWREADY:
798 bfa_iocpf_timer_stop(ioc);
799 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_enabling);
7725ccfd
JH
800 break;
801
a36c61f9
KG
802 case IOCPF_E_INITFAIL:
803 bfa_iocpf_timer_stop(ioc);
7725ccfd 804 /*
a36c61f9 805 * !!! fall through !!!
7725ccfd
JH
806 */
807
a36c61f9
KG
808 case IOCPF_E_TIMEOUT:
809 iocpf->retry_count++;
810 if (iocpf->retry_count < BFA_IOC_HWINIT_MAX) {
811 bfa_iocpf_timer_start(ioc);
812 bfa_ioc_reset(ioc, BFA_TRUE);
7725ccfd
JH
813 break;
814 }
815
816 bfa_ioc_hw_sem_release(ioc);
a36c61f9 817 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_initfail);
7725ccfd 818
a36c61f9
KG
819 if (event == IOCPF_E_TIMEOUT)
820 bfa_ioc_pf_failed(ioc);
7725ccfd
JH
821 break;
822
a36c61f9
KG
823 case IOCPF_E_DISABLE:
824 bfa_ioc_hw_sem_release(ioc);
825 bfa_iocpf_timer_stop(ioc);
826 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabled);
7725ccfd
JH
827 break;
828
829 default:
830 bfa_sm_fault(ioc, event);
831 }
832}
833
834
835static void
a36c61f9 836bfa_iocpf_sm_enabling_entry(struct bfa_iocpf_s *iocpf)
7725ccfd 837{
a36c61f9
KG
838 bfa_iocpf_timer_start(iocpf->ioc);
839 bfa_ioc_send_enable(iocpf->ioc);
7725ccfd
JH
840}
841
842/**
a36c61f9
KG
843 * Host IOC function is being enabled, awaiting response from firmware.
844 * Semaphore is acquired.
7725ccfd
JH
845 */
846static void
a36c61f9 847bfa_iocpf_sm_enabling(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
7725ccfd 848{
a36c61f9
KG
849 struct bfa_ioc_s *ioc = iocpf->ioc;
850
7725ccfd
JH
851 bfa_trc(ioc, event);
852
853 switch (event) {
a36c61f9
KG
854 case IOCPF_E_FWRSP_ENABLE:
855 bfa_iocpf_timer_stop(ioc);
856 bfa_ioc_hw_sem_release(ioc);
857 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_ready);
7725ccfd
JH
858 break;
859
a36c61f9
KG
860 case IOCPF_E_INITFAIL:
861 bfa_iocpf_timer_stop(ioc);
7725ccfd 862 /*
a36c61f9 863 * !!! fall through !!!
7725ccfd
JH
864 */
865
a36c61f9
KG
866 case IOCPF_E_TIMEOUT:
867 iocpf->retry_count++;
868 if (iocpf->retry_count < BFA_IOC_HWINIT_MAX) {
869 bfa_reg_write(ioc->ioc_regs.ioc_fwstate,
870 BFI_IOC_UNINIT);
871 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_hwinit);
872 break;
873 }
874
875 bfa_ioc_hw_sem_release(ioc);
876 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_initfail);
877
878 if (event == IOCPF_E_TIMEOUT)
879 bfa_ioc_pf_failed(ioc);
7725ccfd
JH
880 break;
881
a36c61f9
KG
882 case IOCPF_E_DISABLE:
883 bfa_iocpf_timer_stop(ioc);
884 bfa_ioc_hw_sem_release(ioc);
885 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabling);
886 break;
887
888 case IOCPF_E_FWREADY:
889 bfa_ioc_send_enable(ioc);
7725ccfd
JH
890 break;
891
892 default:
893 bfa_sm_fault(ioc, event);
894 }
895}
896
897
a36c61f9 898
7725ccfd 899static void
a36c61f9 900bfa_iocpf_sm_ready_entry(struct bfa_iocpf_s *iocpf)
7725ccfd 901{
a36c61f9 902 bfa_ioc_pf_enabled(iocpf->ioc);
7725ccfd
JH
903}
904
905static void
a36c61f9 906bfa_iocpf_sm_ready(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
7725ccfd 907{
a36c61f9
KG
908 struct bfa_ioc_s *ioc = iocpf->ioc;
909
7725ccfd
JH
910 bfa_trc(ioc, event);
911
912 switch (event) {
a36c61f9
KG
913 case IOCPF_E_DISABLE:
914 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabling);
915 break;
916
917 case IOCPF_E_GETATTRFAIL:
918 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_initfail);
7725ccfd
JH
919 break;
920
a36c61f9
KG
921 case IOCPF_E_FAIL:
922 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fail);
7725ccfd
JH
923 break;
924
a36c61f9
KG
925 case IOCPF_E_FWREADY:
926 if (bfa_ioc_is_operational(ioc))
927 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fail);
928 else
929 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_initfail);
7725ccfd 930
a36c61f9 931 bfa_ioc_pf_failed(ioc);
7725ccfd
JH
932 break;
933
934 default:
935 bfa_sm_fault(ioc, event);
936 }
937}
938
939
940static void
a36c61f9 941bfa_iocpf_sm_disabling_entry(struct bfa_iocpf_s *iocpf)
7725ccfd 942{
a36c61f9
KG
943 bfa_iocpf_timer_start(iocpf->ioc);
944 bfa_ioc_send_disable(iocpf->ioc);
7725ccfd
JH
945}
946
947/**
948 * IOC is being disabled
949 */
950static void
a36c61f9 951bfa_iocpf_sm_disabling(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
7725ccfd 952{
a36c61f9
KG
953 struct bfa_ioc_s *ioc = iocpf->ioc;
954
7725ccfd
JH
955 bfa_trc(ioc, event);
956
957 switch (event) {
a36c61f9
KG
958 case IOCPF_E_FWRSP_DISABLE:
959 case IOCPF_E_FWREADY:
960 bfa_iocpf_timer_stop(ioc);
961 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabled);
0a20de44
KG
962 break;
963
a36c61f9
KG
964 case IOCPF_E_FAIL:
965 bfa_iocpf_timer_stop(ioc);
7725ccfd
JH
966 /*
967 * !!! fall through !!!
968 */
969
a36c61f9 970 case IOCPF_E_TIMEOUT:
0a20de44 971 bfa_reg_write(ioc->ioc_regs.ioc_fwstate, BFI_IOC_FAIL);
a36c61f9
KG
972 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabled);
973 break;
974
975 case IOCPF_E_FWRSP_ENABLE:
7725ccfd
JH
976 break;
977
978 default:
979 bfa_sm_fault(ioc, event);
980 }
981}
982
983/**
984 * IOC disable completion entry.
985 */
986static void
a36c61f9 987bfa_iocpf_sm_disabled_entry(struct bfa_iocpf_s *iocpf)
7725ccfd 988{
a36c61f9 989 bfa_ioc_pf_disabled(iocpf->ioc);
7725ccfd
JH
990}
991
992static void
a36c61f9 993bfa_iocpf_sm_disabled(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
7725ccfd 994{
a36c61f9
KG
995 struct bfa_ioc_s *ioc = iocpf->ioc;
996
7725ccfd
JH
997 bfa_trc(ioc, event);
998
999 switch (event) {
a36c61f9
KG
1000 case IOCPF_E_ENABLE:
1001 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_semwait);
7725ccfd
JH
1002 break;
1003
a36c61f9 1004 case IOCPF_E_STOP:
7725ccfd 1005 bfa_ioc_firmware_unlock(ioc);
a36c61f9 1006 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
7725ccfd
JH
1007 break;
1008
1009 default:
1010 bfa_sm_fault(ioc, event);
1011 }
1012}
1013
1014
1015static void
a36c61f9 1016bfa_iocpf_sm_initfail_entry(struct bfa_iocpf_s *iocpf)
7725ccfd 1017{
a36c61f9 1018 bfa_iocpf_timer_start(iocpf->ioc);
7725ccfd
JH
1019}
1020
1021/**
1022 * Hardware initialization failed.
1023 */
1024static void
a36c61f9 1025bfa_iocpf_sm_initfail(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
7725ccfd 1026{
a36c61f9
KG
1027 struct bfa_ioc_s *ioc = iocpf->ioc;
1028
7725ccfd
JH
1029 bfa_trc(ioc, event);
1030
1031 switch (event) {
a36c61f9
KG
1032 case IOCPF_E_DISABLE:
1033 bfa_iocpf_timer_stop(ioc);
1034 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabled);
7725ccfd
JH
1035 break;
1036
a36c61f9
KG
1037 case IOCPF_E_STOP:
1038 bfa_iocpf_timer_stop(ioc);
7725ccfd 1039 bfa_ioc_firmware_unlock(ioc);
a36c61f9 1040 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
7725ccfd
JH
1041 break;
1042
a36c61f9
KG
1043 case IOCPF_E_TIMEOUT:
1044 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_semwait);
7725ccfd
JH
1045 break;
1046
1047 default:
1048 bfa_sm_fault(ioc, event);
1049 }
1050}
1051
1052
1053static void
a36c61f9 1054bfa_iocpf_sm_fail_entry(struct bfa_iocpf_s *iocpf)
7725ccfd 1055{
7725ccfd
JH
1056 /**
1057 * Mark IOC as failed in hardware and stop firmware.
1058 */
a36c61f9
KG
1059 bfa_ioc_lpu_stop(iocpf->ioc);
1060 bfa_reg_write(iocpf->ioc->ioc_regs.ioc_fwstate, BFI_IOC_FAIL);
7725ccfd 1061
0a20de44
KG
1062 /**
1063 * Notify other functions on HB failure.
1064 */
a36c61f9 1065 bfa_ioc_notify_hbfail(iocpf->ioc);
7725ccfd
JH
1066
1067 /**
1068 * Flush any queued up mailbox requests.
1069 */
a36c61f9 1070 bfa_ioc_mbox_hbfail(iocpf->ioc);
7725ccfd 1071
a36c61f9
KG
1072 if (iocpf->auto_recover)
1073 bfa_iocpf_recovery_timer_start(iocpf->ioc);
7725ccfd
JH
1074}
1075
1076/**
a36c61f9 1077 * IOC is in failed state.
7725ccfd
JH
1078 */
1079static void
a36c61f9 1080bfa_iocpf_sm_fail(struct bfa_iocpf_s *iocpf, enum iocpf_event event)
7725ccfd 1081{
a36c61f9
KG
1082 struct bfa_ioc_s *ioc = iocpf->ioc;
1083
7725ccfd
JH
1084 bfa_trc(ioc, event);
1085
1086 switch (event) {
a36c61f9
KG
1087 case IOCPF_E_DISABLE:
1088 if (iocpf->auto_recover)
1089 bfa_iocpf_timer_stop(ioc);
1090 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabled);
7725ccfd
JH
1091 break;
1092
a36c61f9
KG
1093 case IOCPF_E_TIMEOUT:
1094 bfa_fsm_set_state(iocpf, bfa_iocpf_sm_semwait);
0a20de44
KG
1095 break;
1096
7725ccfd
JH
1097 default:
1098 bfa_sm_fault(ioc, event);
1099 }
1100}
1101
1102
1103
1104/**
a36c61f9 1105 * hal_ioc_pvt BFA IOC private functions
7725ccfd
JH
1106 */
1107
1108static void
1109bfa_ioc_disable_comp(struct bfa_ioc_s *ioc)
1110{
a36c61f9
KG
1111 struct list_head *qe;
1112 struct bfa_ioc_hbfail_notify_s *notify;
7725ccfd
JH
1113
1114 ioc->cbfn->disable_cbfn(ioc->bfa);
1115
1116 /**
1117 * Notify common modules registered for notification.
1118 */
1119 list_for_each(qe, &ioc->hb_notify_q) {
a36c61f9 1120 notify = (struct bfa_ioc_hbfail_notify_s *) qe;
7725ccfd
JH
1121 notify->cbfn(notify->cbarg);
1122 }
1123}
1124
0a20de44
KG
1125bfa_boolean_t
1126bfa_ioc_sem_get(bfa_os_addr_t sem_reg)
7725ccfd 1127{
0a20de44
KG
1128 u32 r32;
1129 int cnt = 0;
a36c61f9 1130#define BFA_SEM_SPINCNT 3000
7725ccfd 1131
0a20de44
KG
1132 r32 = bfa_reg_read(sem_reg);
1133
1134 while (r32 && (cnt < BFA_SEM_SPINCNT)) {
7725ccfd 1135 cnt++;
0a20de44
KG
1136 bfa_os_udelay(2);
1137 r32 = bfa_reg_read(sem_reg);
1138 }
1139
1140 if (r32 == 0)
1141 return BFA_TRUE;
1142
7725ccfd 1143 bfa_assert(cnt < BFA_SEM_SPINCNT);
0a20de44 1144 return BFA_FALSE;
7725ccfd
JH
1145}
1146
0a20de44
KG
1147void
1148bfa_ioc_sem_release(bfa_os_addr_t sem_reg)
7725ccfd 1149{
0a20de44 1150 bfa_reg_write(sem_reg, 1);
7725ccfd
JH
1151}
1152
1153static void
1154bfa_ioc_hw_sem_get(struct bfa_ioc_s *ioc)
1155{
a36c61f9 1156 u32 r32;
7725ccfd
JH
1157
1158 /**
1159 * First read to the semaphore register will return 0, subsequent reads
0a20de44 1160 * will return 1. Semaphore is released by writing 1 to the register
7725ccfd
JH
1161 */
1162 r32 = bfa_reg_read(ioc->ioc_regs.ioc_sem_reg);
1163 if (r32 == 0) {
a36c61f9 1164 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_SEMLOCKED);
7725ccfd
JH
1165 return;
1166 }
1167
a36c61f9 1168 bfa_sem_timer_start(ioc);
7725ccfd
JH
1169}
1170
0a20de44 1171void
7725ccfd
JH
1172bfa_ioc_hw_sem_release(struct bfa_ioc_s *ioc)
1173{
1174 bfa_reg_write(ioc->ioc_regs.ioc_sem_reg, 1);
1175}
1176
1177static void
1178bfa_ioc_hw_sem_get_cancel(struct bfa_ioc_s *ioc)
1179{
a36c61f9 1180 bfa_sem_timer_stop(ioc);
7725ccfd
JH
1181}
1182
1183/**
1184 * Initialize LPU local memory (aka secondary memory / SRAM)
1185 */
1186static void
1187bfa_ioc_lmem_init(struct bfa_ioc_s *ioc)
1188{
a36c61f9
KG
1189 u32 pss_ctl;
1190 int i;
7725ccfd
JH
1191#define PSS_LMEM_INIT_TIME 10000
1192
1193 pss_ctl = bfa_reg_read(ioc->ioc_regs.pss_ctl_reg);
1194 pss_ctl &= ~__PSS_LMEM_RESET;
1195 pss_ctl |= __PSS_LMEM_INIT_EN;
a36c61f9
KG
1196
1197 /*
1198 * i2c workaround 12.5khz clock
1199 */
1200 pss_ctl |= __PSS_I2C_CLK_DIV(3UL);
7725ccfd
JH
1201 bfa_reg_write(ioc->ioc_regs.pss_ctl_reg, pss_ctl);
1202
1203 /**
1204 * wait for memory initialization to be complete
1205 */
1206 i = 0;
1207 do {
1208 pss_ctl = bfa_reg_read(ioc->ioc_regs.pss_ctl_reg);
1209 i++;
1210 } while (!(pss_ctl & __PSS_LMEM_INIT_DONE) && (i < PSS_LMEM_INIT_TIME));
1211
1212 /**
1213 * If memory initialization is not successful, IOC timeout will catch
1214 * such failures.
1215 */
1216 bfa_assert(pss_ctl & __PSS_LMEM_INIT_DONE);
1217 bfa_trc(ioc, pss_ctl);
1218
1219 pss_ctl &= ~(__PSS_LMEM_INIT_DONE | __PSS_LMEM_INIT_EN);
1220 bfa_reg_write(ioc->ioc_regs.pss_ctl_reg, pss_ctl);
1221}
1222
1223static void
1224bfa_ioc_lpu_start(struct bfa_ioc_s *ioc)
1225{
a36c61f9 1226 u32 pss_ctl;
7725ccfd
JH
1227
1228 /**
1229 * Take processor out of reset.
1230 */
1231 pss_ctl = bfa_reg_read(ioc->ioc_regs.pss_ctl_reg);
1232 pss_ctl &= ~__PSS_LPU0_RESET;
1233
1234 bfa_reg_write(ioc->ioc_regs.pss_ctl_reg, pss_ctl);
1235}
1236
1237static void
1238bfa_ioc_lpu_stop(struct bfa_ioc_s *ioc)
1239{
a36c61f9 1240 u32 pss_ctl;
7725ccfd
JH
1241
1242 /**
1243 * Put processors in reset.
1244 */
1245 pss_ctl = bfa_reg_read(ioc->ioc_regs.pss_ctl_reg);
1246 pss_ctl |= (__PSS_LPU0_RESET | __PSS_LPU1_RESET);
1247
1248 bfa_reg_write(ioc->ioc_regs.pss_ctl_reg, pss_ctl);
1249}
1250
1251/**
1252 * Get driver and firmware versions.
1253 */
0a20de44 1254void
7725ccfd
JH
1255bfa_ioc_fwver_get(struct bfa_ioc_s *ioc, struct bfi_ioc_image_hdr_s *fwhdr)
1256{
a36c61f9
KG
1257 u32 pgnum, pgoff;
1258 u32 loff = 0;
1259 int i;
1260 u32 *fwsig = (u32 *) fwhdr;
7725ccfd
JH
1261
1262 pgnum = bfa_ioc_smem_pgnum(ioc, loff);
1263 pgoff = bfa_ioc_smem_pgoff(ioc, loff);
1264 bfa_reg_write(ioc->ioc_regs.host_page_num_fn, pgnum);
1265
1266 for (i = 0; i < (sizeof(struct bfi_ioc_image_hdr_s) / sizeof(u32));
1267 i++) {
a36c61f9
KG
1268 fwsig[i] =
1269 bfa_mem_read(ioc->ioc_regs.smem_page_start, loff);
7725ccfd
JH
1270 loff += sizeof(u32);
1271 }
1272}
1273
7725ccfd
JH
1274/**
1275 * Returns TRUE if same.
1276 */
0a20de44 1277bfa_boolean_t
7725ccfd
JH
1278bfa_ioc_fwver_cmp(struct bfa_ioc_s *ioc, struct bfi_ioc_image_hdr_s *fwhdr)
1279{
1280 struct bfi_ioc_image_hdr_s *drv_fwhdr;
a36c61f9 1281 int i;
7725ccfd 1282
293f82d5 1283 drv_fwhdr = (struct bfi_ioc_image_hdr_s *)
a36c61f9 1284 bfa_cb_image_get_chunk(BFA_IOC_FWIMG_TYPE(ioc), 0);
7725ccfd
JH
1285
1286 for (i = 0; i < BFI_IOC_MD5SUM_SZ; i++) {
1287 if (fwhdr->md5sum[i] != drv_fwhdr->md5sum[i]) {
1288 bfa_trc(ioc, i);
1289 bfa_trc(ioc, fwhdr->md5sum[i]);
1290 bfa_trc(ioc, drv_fwhdr->md5sum[i]);
1291 return BFA_FALSE;
1292 }
1293 }
1294
1295 bfa_trc(ioc, fwhdr->md5sum[0]);
1296 return BFA_TRUE;
1297}
1298
1299/**
1300 * Return true if current running version is valid. Firmware signature and
1301 * execution context (driver/bios) must match.
1302 */
a36c61f9
KG
1303static bfa_boolean_t
1304bfa_ioc_fwver_valid(struct bfa_ioc_s *ioc, u32 boot_env)
7725ccfd
JH
1305{
1306 struct bfi_ioc_image_hdr_s fwhdr, *drv_fwhdr;
1307
1308 /**
1309 * If bios/efi boot (flash based) -- return true
1310 */
a36c61f9 1311 if (bfa_ioc_is_bios_optrom(ioc))
7725ccfd
JH
1312 return BFA_TRUE;
1313
1314 bfa_ioc_fwver_get(ioc, &fwhdr);
293f82d5 1315 drv_fwhdr = (struct bfi_ioc_image_hdr_s *)
a36c61f9 1316 bfa_cb_image_get_chunk(BFA_IOC_FWIMG_TYPE(ioc), 0);
7725ccfd
JH
1317
1318 if (fwhdr.signature != drv_fwhdr->signature) {
1319 bfa_trc(ioc, fwhdr.signature);
1320 bfa_trc(ioc, drv_fwhdr->signature);
1321 return BFA_FALSE;
1322 }
1323
a36c61f9
KG
1324 if (bfa_os_swap32(fwhdr.param) != boot_env) {
1325 bfa_trc(ioc, fwhdr.param);
1326 bfa_trc(ioc, boot_env);
7725ccfd
JH
1327 return BFA_FALSE;
1328 }
1329
1330 return bfa_ioc_fwver_cmp(ioc, &fwhdr);
1331}
1332
7725ccfd
JH
1333/**
1334 * Conditionally flush any pending message from firmware at start.
1335 */
1336static void
1337bfa_ioc_msgflush(struct bfa_ioc_s *ioc)
1338{
a36c61f9 1339 u32 r32;
7725ccfd
JH
1340
1341 r32 = bfa_reg_read(ioc->ioc_regs.lpu_mbox_cmd);
1342 if (r32)
1343 bfa_reg_write(ioc->ioc_regs.lpu_mbox_cmd, 1);
1344}
1345
1346
1347static void
1348bfa_ioc_hwinit(struct bfa_ioc_s *ioc, bfa_boolean_t force)
1349{
1350 enum bfi_ioc_state ioc_fwstate;
a36c61f9
KG
1351 bfa_boolean_t fwvalid;
1352 u32 boot_type;
1353 u32 boot_env;
7725ccfd
JH
1354
1355 ioc_fwstate = bfa_reg_read(ioc->ioc_regs.ioc_fwstate);
1356
1357 if (force)
1358 ioc_fwstate = BFI_IOC_UNINIT;
1359
1360 bfa_trc(ioc, ioc_fwstate);
1361
a36c61f9
KG
1362 boot_type = BFI_BOOT_TYPE_NORMAL;
1363 boot_env = BFI_BOOT_LOADER_OS;
1364
1365 /**
1366 * Flash based firmware boot BIOS env.
1367 */
1368 if (bfa_ioc_is_bios_optrom(ioc)) {
1369 boot_type = BFI_BOOT_TYPE_FLASH;
1370 boot_env = BFI_BOOT_LOADER_BIOS;
1371 }
1372
1373 /**
1374 * Flash based firmware boot UEFI env.
1375 */
1376 if (bfa_ioc_is_uefi(ioc)) {
1377 boot_type = BFI_BOOT_TYPE_FLASH;
1378 boot_env = BFI_BOOT_LOADER_UEFI;
1379 }
1380
7725ccfd
JH
1381 /**
1382 * check if firmware is valid
1383 */
1384 fwvalid = (ioc_fwstate == BFI_IOC_UNINIT) ?
a36c61f9 1385 BFA_FALSE : bfa_ioc_fwver_valid(ioc, boot_env);
7725ccfd
JH
1386
1387 if (!fwvalid) {
a36c61f9 1388 bfa_ioc_boot(ioc, boot_type, boot_env);
7725ccfd
JH
1389 return;
1390 }
1391
1392 /**
1393 * If hardware initialization is in progress (initialized by other IOC),
1394 * just wait for an initialization completion interrupt.
1395 */
1396 if (ioc_fwstate == BFI_IOC_INITING) {
7725ccfd
JH
1397 ioc->cbfn->reset_cbfn(ioc->bfa);
1398 return;
1399 }
1400
1401 /**
1402 * If IOC function is disabled and firmware version is same,
1403 * just re-enable IOC.
07b28386
JH
1404 *
1405 * If option rom, IOC must not be in operational state. With
1406 * convergence, IOC will be in operational state when 2nd driver
1407 * is loaded.
7725ccfd 1408 */
07b28386 1409 if (ioc_fwstate == BFI_IOC_DISABLED ||
a36c61f9 1410 (!bfa_ioc_is_bios_optrom(ioc) && ioc_fwstate == BFI_IOC_OP)) {
7725ccfd
JH
1411
1412 /**
1413 * When using MSI-X any pending firmware ready event should
1414 * be flushed. Otherwise MSI-X interrupts are not delivered.
1415 */
1416 bfa_ioc_msgflush(ioc);
1417 ioc->cbfn->reset_cbfn(ioc->bfa);
a36c61f9 1418 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_FWREADY);
7725ccfd
JH
1419 return;
1420 }
1421
1422 /**
1423 * Initialize the h/w for any other states.
1424 */
a36c61f9 1425 bfa_ioc_boot(ioc, boot_type, boot_env);
7725ccfd
JH
1426}
1427
1428static void
1429bfa_ioc_timeout(void *ioc_arg)
1430{
a36c61f9 1431 struct bfa_ioc_s *ioc = (struct bfa_ioc_s *) ioc_arg;
7725ccfd
JH
1432
1433 bfa_trc(ioc, 0);
1434 bfa_fsm_send_event(ioc, IOC_E_TIMEOUT);
1435}
1436
1437void
1438bfa_ioc_mbox_send(struct bfa_ioc_s *ioc, void *ioc_msg, int len)
1439{
a36c61f9
KG
1440 u32 *msgp = (u32 *) ioc_msg;
1441 u32 i;
7725ccfd
JH
1442
1443 bfa_trc(ioc, msgp[0]);
1444 bfa_trc(ioc, len);
1445
1446 bfa_assert(len <= BFI_IOC_MSGLEN_MAX);
1447
1448 /*
1449 * first write msg to mailbox registers
1450 */
1451 for (i = 0; i < len / sizeof(u32); i++)
1452 bfa_reg_write(ioc->ioc_regs.hfn_mbox + i * sizeof(u32),
1453 bfa_os_wtole(msgp[i]));
1454
1455 for (; i < BFI_IOC_MSGLEN_MAX / sizeof(u32); i++)
1456 bfa_reg_write(ioc->ioc_regs.hfn_mbox + i * sizeof(u32), 0);
1457
1458 /*
1459 * write 1 to mailbox CMD to trigger LPU event
1460 */
1461 bfa_reg_write(ioc->ioc_regs.hfn_mbox_cmd, 1);
a36c61f9 1462 (void) bfa_reg_read(ioc->ioc_regs.hfn_mbox_cmd);
7725ccfd
JH
1463}
1464
1465static void
1466bfa_ioc_send_enable(struct bfa_ioc_s *ioc)
1467{
1468 struct bfi_ioc_ctrl_req_s enable_req;
a36c61f9 1469 struct bfa_timeval_s tv;
7725ccfd
JH
1470
1471 bfi_h2i_set(enable_req.mh, BFI_MC_IOC, BFI_IOC_H2I_ENABLE_REQ,
1472 bfa_ioc_portid(ioc));
1473 enable_req.ioc_class = ioc->ioc_mc;
a36c61f9
KG
1474 bfa_os_gettimeofday(&tv);
1475 enable_req.tv_sec = bfa_os_ntohl(tv.tv_sec);
7725ccfd
JH
1476 bfa_ioc_mbox_send(ioc, &enable_req, sizeof(struct bfi_ioc_ctrl_req_s));
1477}
1478
1479static void
1480bfa_ioc_send_disable(struct bfa_ioc_s *ioc)
1481{
1482 struct bfi_ioc_ctrl_req_s disable_req;
1483
1484 bfi_h2i_set(disable_req.mh, BFI_MC_IOC, BFI_IOC_H2I_DISABLE_REQ,
1485 bfa_ioc_portid(ioc));
1486 bfa_ioc_mbox_send(ioc, &disable_req, sizeof(struct bfi_ioc_ctrl_req_s));
1487}
1488
1489static void
1490bfa_ioc_send_getattr(struct bfa_ioc_s *ioc)
1491{
a36c61f9 1492 struct bfi_ioc_getattr_req_s attr_req;
7725ccfd
JH
1493
1494 bfi_h2i_set(attr_req.mh, BFI_MC_IOC, BFI_IOC_H2I_GETATTR_REQ,
1495 bfa_ioc_portid(ioc));
1496 bfa_dma_be_addr_set(attr_req.attr_addr, ioc->attr_dma.pa);
1497 bfa_ioc_mbox_send(ioc, &attr_req, sizeof(attr_req));
1498}
1499
1500static void
1501bfa_ioc_hb_check(void *cbarg)
1502{
0a20de44 1503 struct bfa_ioc_s *ioc = cbarg;
a36c61f9 1504 u32 hb_count;
7725ccfd
JH
1505
1506 hb_count = bfa_reg_read(ioc->ioc_regs.heartbeat);
1507 if (ioc->hb_count == hb_count) {
a36c61f9 1508 printk(KERN_CRIT "Firmware heartbeat failure at %d", hb_count);
7725ccfd
JH
1509 bfa_ioc_recover(ioc);
1510 return;
0a20de44
KG
1511 } else {
1512 ioc->hb_count = hb_count;
7725ccfd
JH
1513 }
1514
1515 bfa_ioc_mbox_poll(ioc);
a36c61f9 1516 bfa_hb_timer_start(ioc);
7725ccfd
JH
1517}
1518
1519static void
1520bfa_ioc_hb_monitor(struct bfa_ioc_s *ioc)
1521{
7725ccfd 1522 ioc->hb_count = bfa_reg_read(ioc->ioc_regs.heartbeat);
a36c61f9 1523 bfa_hb_timer_start(ioc);
7725ccfd
JH
1524}
1525
1526static void
1527bfa_ioc_hb_stop(struct bfa_ioc_s *ioc)
1528{
a36c61f9 1529 bfa_hb_timer_stop(ioc);
7725ccfd
JH
1530}
1531
a36c61f9 1532
7725ccfd 1533/**
a36c61f9 1534 * Initiate a full firmware download.
7725ccfd
JH
1535 */
1536static void
1537bfa_ioc_download_fw(struct bfa_ioc_s *ioc, u32 boot_type,
a36c61f9 1538 u32 boot_env)
7725ccfd 1539{
a36c61f9
KG
1540 u32 *fwimg;
1541 u32 pgnum, pgoff;
1542 u32 loff = 0;
1543 u32 chunkno = 0;
1544 u32 i;
7725ccfd
JH
1545
1546 /**
1547 * Initialize LMEM first before code download
1548 */
1549 bfa_ioc_lmem_init(ioc);
1550
a36c61f9
KG
1551 bfa_trc(ioc, bfa_cb_image_get_size(BFA_IOC_FWIMG_TYPE(ioc)));
1552 fwimg = bfa_cb_image_get_chunk(BFA_IOC_FWIMG_TYPE(ioc), chunkno);
7725ccfd
JH
1553
1554 pgnum = bfa_ioc_smem_pgnum(ioc, loff);
1555 pgoff = bfa_ioc_smem_pgoff(ioc, loff);
1556
1557 bfa_reg_write(ioc->ioc_regs.host_page_num_fn, pgnum);
1558
a36c61f9 1559 for (i = 0; i < bfa_cb_image_get_size(BFA_IOC_FWIMG_TYPE(ioc)); i++) {
7725ccfd 1560
0a20de44
KG
1561 if (BFA_IOC_FLASH_CHUNK_NO(i) != chunkno) {
1562 chunkno = BFA_IOC_FLASH_CHUNK_NO(i);
a36c61f9 1563 fwimg = bfa_cb_image_get_chunk(BFA_IOC_FWIMG_TYPE(ioc),
0a20de44 1564 BFA_IOC_FLASH_CHUNK_ADDR(chunkno));
7725ccfd
JH
1565 }
1566
1567 /**
1568 * write smem
1569 */
1570 bfa_mem_write(ioc->ioc_regs.smem_page_start, loff,
0a20de44 1571 fwimg[BFA_IOC_FLASH_OFFSET_IN_CHUNK(i)]);
7725ccfd
JH
1572
1573 loff += sizeof(u32);
1574
1575 /**
1576 * handle page offset wrap around
1577 */
1578 loff = PSS_SMEM_PGOFF(loff);
1579 if (loff == 0) {
1580 pgnum++;
a36c61f9
KG
1581 bfa_reg_write(ioc->ioc_regs.host_page_num_fn,
1582 pgnum);
7725ccfd
JH
1583 }
1584 }
1585
1586 bfa_reg_write(ioc->ioc_regs.host_page_num_fn,
1587 bfa_ioc_smem_pgnum(ioc, 0));
13cc20c5
KG
1588
1589 /*
1590 * Set boot type and boot param at the end.
a36c61f9 1591 */
13cc20c5
KG
1592 bfa_mem_write(ioc->ioc_regs.smem_page_start, BFI_BOOT_TYPE_OFF,
1593 bfa_os_swap32(boot_type));
a36c61f9
KG
1594 bfa_mem_write(ioc->ioc_regs.smem_page_start, BFI_BOOT_LOADER_OFF,
1595 bfa_os_swap32(boot_env));
1596}
1597
1598static void
1599bfa_ioc_reset(struct bfa_ioc_s *ioc, bfa_boolean_t force)
1600{
1601 bfa_ioc_hwinit(ioc, force);
1602}
1603
1604/**
1605 * Update BFA configuration from firmware configuration.
1606 */
1607static void
1608bfa_ioc_getattr_reply(struct bfa_ioc_s *ioc)
1609{
1610 struct bfi_ioc_attr_s *attr = ioc->attr;
1611
1612 attr->adapter_prop = bfa_os_ntohl(attr->adapter_prop);
1613 attr->card_type = bfa_os_ntohl(attr->card_type);
1614 attr->maxfrsize = bfa_os_ntohs(attr->maxfrsize);
1615
1616 bfa_fsm_send_event(ioc, IOC_E_FWRSP_GETATTR);
1617}
1618
1619/**
1620 * Attach time initialization of mbox logic.
1621 */
1622static void
1623bfa_ioc_mbox_attach(struct bfa_ioc_s *ioc)
1624{
1625 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod;
1626 int mc;
1627
1628 INIT_LIST_HEAD(&mod->cmd_q);
1629 for (mc = 0; mc < BFI_MC_MAX; mc++) {
1630 mod->mbhdlr[mc].cbfn = NULL;
1631 mod->mbhdlr[mc].cbarg = ioc->bfa;
1632 }
1633}
1634
1635/**
1636 * Mbox poll timer -- restarts any pending mailbox requests.
1637 */
1638static void
1639bfa_ioc_mbox_poll(struct bfa_ioc_s *ioc)
1640{
1641 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod;
1642 struct bfa_mbox_cmd_s *cmd;
1643 u32 stat;
1644
1645 /**
1646 * If no command pending, do nothing
1647 */
1648 if (list_empty(&mod->cmd_q))
1649 return;
1650
1651 /**
1652 * If previous command is not yet fetched by firmware, do nothing
1653 */
1654 stat = bfa_reg_read(ioc->ioc_regs.hfn_mbox_cmd);
1655 if (stat)
1656 return;
1657
1658 /**
1659 * Enqueue command to firmware.
1660 */
1661 bfa_q_deq(&mod->cmd_q, &cmd);
1662 bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg));
1663}
1664
1665/**
1666 * Cleanup any pending requests.
1667 */
1668static void
1669bfa_ioc_mbox_hbfail(struct bfa_ioc_s *ioc)
1670{
1671 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod;
1672 struct bfa_mbox_cmd_s *cmd;
1673
1674 while (!list_empty(&mod->cmd_q))
1675 bfa_q_deq(&mod->cmd_q, &cmd);
1676}
1677
1678/**
1679 * Read data from SMEM to host through PCI memmap
1680 *
1681 * @param[in] ioc memory for IOC
1682 * @param[in] tbuf app memory to store data from smem
1683 * @param[in] soff smem offset
1684 * @param[in] sz size of smem in bytes
1685 */
1686static bfa_status_t
1687bfa_ioc_smem_read(struct bfa_ioc_s *ioc, void *tbuf, u32 soff, u32 sz)
1688{
1689 u32 pgnum, loff, r32;
1690 int i, len;
1691 u32 *buf = tbuf;
1692
1693 pgnum = bfa_ioc_smem_pgnum(ioc, soff);
1694 loff = bfa_ioc_smem_pgoff(ioc, soff);
1695 bfa_trc(ioc, pgnum);
1696 bfa_trc(ioc, loff);
1697 bfa_trc(ioc, sz);
1698
1699 /*
1700 * Hold semaphore to serialize pll init and fwtrc.
1701 */
1702 if (BFA_FALSE == bfa_ioc_sem_get(ioc->ioc_regs.ioc_init_sem_reg)) {
1703 bfa_trc(ioc, 0);
1704 return BFA_STATUS_FAILED;
1705 }
1706
1707 bfa_reg_write(ioc->ioc_regs.host_page_num_fn, pgnum);
1708
1709 len = sz/sizeof(u32);
1710 bfa_trc(ioc, len);
1711 for (i = 0; i < len; i++) {
1712 r32 = bfa_mem_read(ioc->ioc_regs.smem_page_start, loff);
1713 buf[i] = bfa_os_ntohl(r32);
1714 loff += sizeof(u32);
1715
1716 /**
1717 * handle page offset wrap around
1718 */
1719 loff = PSS_SMEM_PGOFF(loff);
1720 if (loff == 0) {
1721 pgnum++;
1722 bfa_reg_write(ioc->ioc_regs.host_page_num_fn, pgnum);
1723 }
1724 }
1725 bfa_reg_write(ioc->ioc_regs.host_page_num_fn,
1726 bfa_ioc_smem_pgnum(ioc, 0));
1727 /*
1728 * release semaphore.
1729 */
1730 bfa_ioc_sem_release(ioc->ioc_regs.ioc_init_sem_reg);
1731
1732 bfa_trc(ioc, pgnum);
1733 return BFA_STATUS_OK;
1734}
1735
1736/**
1737 * Clear SMEM data from host through PCI memmap
1738 *
1739 * @param[in] ioc memory for IOC
1740 * @param[in] soff smem offset
1741 * @param[in] sz size of smem in bytes
1742 */
1743static bfa_status_t
1744bfa_ioc_smem_clr(struct bfa_ioc_s *ioc, u32 soff, u32 sz)
1745{
1746 int i, len;
1747 u32 pgnum, loff;
1748
1749 pgnum = bfa_ioc_smem_pgnum(ioc, soff);
1750 loff = bfa_ioc_smem_pgoff(ioc, soff);
1751 bfa_trc(ioc, pgnum);
1752 bfa_trc(ioc, loff);
1753 bfa_trc(ioc, sz);
1754
1755 /*
1756 * Hold semaphore to serialize pll init and fwtrc.
1757 */
1758 if (BFA_FALSE == bfa_ioc_sem_get(ioc->ioc_regs.ioc_init_sem_reg)) {
1759 bfa_trc(ioc, 0);
1760 return BFA_STATUS_FAILED;
1761 }
1762
1763 bfa_reg_write(ioc->ioc_regs.host_page_num_fn, pgnum);
1764
1765 len = sz/sizeof(u32); /* len in words */
1766 bfa_trc(ioc, len);
1767 for (i = 0; i < len; i++) {
1768 bfa_mem_write(ioc->ioc_regs.smem_page_start, loff, 0);
1769 loff += sizeof(u32);
1770
1771 /**
1772 * handle page offset wrap around
1773 */
1774 loff = PSS_SMEM_PGOFF(loff);
1775 if (loff == 0) {
1776 pgnum++;
1777 bfa_reg_write(ioc->ioc_regs.host_page_num_fn, pgnum);
1778 }
1779 }
1780 bfa_reg_write(ioc->ioc_regs.host_page_num_fn,
1781 bfa_ioc_smem_pgnum(ioc, 0));
1782
1783 /*
1784 * release semaphore.
1785 */
1786 bfa_ioc_sem_release(ioc->ioc_regs.ioc_init_sem_reg);
1787 bfa_trc(ioc, pgnum);
1788 return BFA_STATUS_OK;
7725ccfd
JH
1789}
1790
a36c61f9
KG
1791/**
1792 * hal iocpf to ioc interface
1793 */
7725ccfd 1794static void
a36c61f9 1795bfa_ioc_pf_enabled(struct bfa_ioc_s *ioc)
7725ccfd 1796{
a36c61f9 1797 bfa_fsm_send_event(ioc, IOC_E_ENABLED);
7725ccfd
JH
1798}
1799
7725ccfd 1800static void
a36c61f9 1801bfa_ioc_pf_disabled(struct bfa_ioc_s *ioc)
7725ccfd 1802{
a36c61f9 1803 bfa_fsm_send_event(ioc, IOC_E_DISABLED);
7725ccfd
JH
1804}
1805
7725ccfd 1806static void
a36c61f9 1807bfa_ioc_pf_failed(struct bfa_ioc_s *ioc)
7725ccfd 1808{
a36c61f9 1809 bfa_fsm_send_event(ioc, IOC_E_FAILED);
7725ccfd
JH
1810}
1811
7725ccfd 1812static void
a36c61f9 1813bfa_ioc_pf_fwmismatch(struct bfa_ioc_s *ioc)
7725ccfd 1814{
a36c61f9 1815 struct bfad_s *bfad = (struct bfad_s *)ioc->bfa->bfad;
7725ccfd 1816 /**
a36c61f9 1817 * Provide enable completion callback.
7725ccfd 1818 */
a36c61f9
KG
1819 ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
1820 BFA_LOG(KERN_WARNING, bfad, log_level,
1821 "Running firmware version is incompatible "
1822 "with the driver version\n");
1823}
7725ccfd 1824
7725ccfd 1825
7725ccfd
JH
1826
1827/**
a36c61f9 1828 * hal_ioc_public
7725ccfd 1829 */
a36c61f9
KG
1830
1831bfa_status_t
1832bfa_ioc_pll_init(struct bfa_ioc_s *ioc)
7725ccfd 1833{
7725ccfd 1834
a36c61f9
KG
1835 /*
1836 * Hold semaphore so that nobody can access the chip during init.
1837 */
1838 bfa_ioc_sem_get(ioc->ioc_regs.ioc_init_sem_reg);
7725ccfd 1839
a36c61f9
KG
1840 bfa_ioc_pll_init_asic(ioc);
1841
1842 ioc->pllinit = BFA_TRUE;
1843 /*
1844 * release semaphore.
1845 */
1846 bfa_ioc_sem_release(ioc->ioc_regs.ioc_init_sem_reg);
1847
1848 return BFA_STATUS_OK;
1849}
7725ccfd 1850
7725ccfd
JH
1851/**
1852 * Interface used by diag module to do firmware boot with memory test
1853 * as the entry vector.
1854 */
1855void
a36c61f9 1856bfa_ioc_boot(struct bfa_ioc_s *ioc, u32 boot_type, u32 boot_env)
7725ccfd 1857{
a36c61f9 1858 bfa_os_addr_t rb;
7725ccfd
JH
1859
1860 bfa_ioc_stats(ioc, ioc_boots);
1861
1862 if (bfa_ioc_pll_init(ioc) != BFA_STATUS_OK)
1863 return;
1864
1865 /**
1866 * Initialize IOC state of all functions on a chip reset.
1867 */
1868 rb = ioc->pcidev.pci_bar_kva;
a36c61f9 1869 if (boot_type == BFI_BOOT_TYPE_MEMTEST) {
7725ccfd
JH
1870 bfa_reg_write((rb + BFA_IOC0_STATE_REG), BFI_IOC_MEMTEST);
1871 bfa_reg_write((rb + BFA_IOC1_STATE_REG), BFI_IOC_MEMTEST);
1872 } else {
1873 bfa_reg_write((rb + BFA_IOC0_STATE_REG), BFI_IOC_INITING);
1874 bfa_reg_write((rb + BFA_IOC1_STATE_REG), BFI_IOC_INITING);
1875 }
1876
07b28386 1877 bfa_ioc_msgflush(ioc);
a36c61f9 1878 bfa_ioc_download_fw(ioc, boot_type, boot_env);
7725ccfd
JH
1879
1880 /**
1881 * Enable interrupts just before starting LPU
1882 */
1883 ioc->cbfn->reset_cbfn(ioc->bfa);
1884 bfa_ioc_lpu_start(ioc);
1885}
1886
1887/**
1888 * Enable/disable IOC failure auto recovery.
1889 */
1890void
1891bfa_ioc_auto_recover(bfa_boolean_t auto_recover)
1892{
2f9b8857 1893 bfa_auto_recover = auto_recover;
7725ccfd
JH
1894}
1895
1896
a36c61f9 1897
7725ccfd
JH
1898bfa_boolean_t
1899bfa_ioc_is_operational(struct bfa_ioc_s *ioc)
1900{
1901 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_op);
1902}
1903
a36c61f9
KG
1904bfa_boolean_t
1905bfa_ioc_is_initialized(struct bfa_ioc_s *ioc)
1906{
1907 u32 r32 = bfa_reg_read(ioc->ioc_regs.ioc_fwstate);
1908
1909 return ((r32 != BFI_IOC_UNINIT) &&
1910 (r32 != BFI_IOC_INITING) &&
1911 (r32 != BFI_IOC_MEMTEST));
1912}
1913
7725ccfd
JH
1914void
1915bfa_ioc_msgget(struct bfa_ioc_s *ioc, void *mbmsg)
1916{
a36c61f9
KG
1917 u32 *msgp = mbmsg;
1918 u32 r32;
1919 int i;
7725ccfd
JH
1920
1921 /**
1922 * read the MBOX msg
1923 */
1924 for (i = 0; i < (sizeof(union bfi_ioc_i2h_msg_u) / sizeof(u32));
1925 i++) {
1926 r32 = bfa_reg_read(ioc->ioc_regs.lpu_mbox +
1927 i * sizeof(u32));
1928 msgp[i] = bfa_os_htonl(r32);
1929 }
1930
1931 /**
1932 * turn off mailbox interrupt by clearing mailbox status
1933 */
1934 bfa_reg_write(ioc->ioc_regs.lpu_mbox_cmd, 1);
1935 bfa_reg_read(ioc->ioc_regs.lpu_mbox_cmd);
1936}
1937
1938void
1939bfa_ioc_isr(struct bfa_ioc_s *ioc, struct bfi_mbmsg_s *m)
1940{
a36c61f9
KG
1941 union bfi_ioc_i2h_msg_u *msg;
1942 struct bfa_iocpf_s *iocpf = &ioc->iocpf;
7725ccfd 1943
a36c61f9 1944 msg = (union bfi_ioc_i2h_msg_u *) m;
7725ccfd
JH
1945
1946 bfa_ioc_stats(ioc, ioc_isrs);
1947
1948 switch (msg->mh.msg_id) {
1949 case BFI_IOC_I2H_HBEAT:
1950 break;
1951
1952 case BFI_IOC_I2H_READY_EVENT:
a36c61f9 1953 bfa_fsm_send_event(iocpf, IOCPF_E_FWREADY);
7725ccfd
JH
1954 break;
1955
1956 case BFI_IOC_I2H_ENABLE_REPLY:
a36c61f9 1957 bfa_fsm_send_event(iocpf, IOCPF_E_FWRSP_ENABLE);
7725ccfd
JH
1958 break;
1959
1960 case BFI_IOC_I2H_DISABLE_REPLY:
a36c61f9 1961 bfa_fsm_send_event(iocpf, IOCPF_E_FWRSP_DISABLE);
7725ccfd
JH
1962 break;
1963
1964 case BFI_IOC_I2H_GETATTR_REPLY:
1965 bfa_ioc_getattr_reply(ioc);
1966 break;
1967
1968 default:
1969 bfa_trc(ioc, msg->mh.msg_id);
1970 bfa_assert(0);
1971 }
1972}
1973
1974/**
1975 * IOC attach time initialization and setup.
1976 *
1977 * @param[in] ioc memory for IOC
1978 * @param[in] bfa driver instance structure
7725ccfd
JH
1979 */
1980void
1981bfa_ioc_attach(struct bfa_ioc_s *ioc, void *bfa, struct bfa_ioc_cbfn_s *cbfn,
a36c61f9
KG
1982 struct bfa_timer_mod_s *timer_mod)
1983{
1984 ioc->bfa = bfa;
1985 ioc->cbfn = cbfn;
1986 ioc->timer_mod = timer_mod;
1987 ioc->fcmode = BFA_FALSE;
1988 ioc->pllinit = BFA_FALSE;
7725ccfd 1989 ioc->dbg_fwsave_once = BFA_TRUE;
a36c61f9 1990 ioc->iocpf.ioc = ioc;
7725ccfd
JH
1991
1992 bfa_ioc_mbox_attach(ioc);
1993 INIT_LIST_HEAD(&ioc->hb_notify_q);
1994
a36c61f9
KG
1995 bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
1996 bfa_fsm_send_event(ioc, IOC_E_RESET);
7725ccfd
JH
1997}
1998
1999/**
2000 * Driver detach time IOC cleanup.
2001 */
2002void
2003bfa_ioc_detach(struct bfa_ioc_s *ioc)
2004{
2005 bfa_fsm_send_event(ioc, IOC_E_DETACH);
2006}
2007
2008/**
2009 * Setup IOC PCI properties.
2010 *
2011 * @param[in] pcidev PCI device information for this IOC
2012 */
2013void
2014bfa_ioc_pci_init(struct bfa_ioc_s *ioc, struct bfa_pcidev_s *pcidev,
2015 enum bfi_mclass mc)
2016{
a36c61f9
KG
2017 ioc->ioc_mc = mc;
2018 ioc->pcidev = *pcidev;
2019 ioc->ctdev = bfa_asic_id_ct(ioc->pcidev.device_id);
2020 ioc->cna = ioc->ctdev && !ioc->fcmode;
7725ccfd 2021
0a20de44
KG
2022 /**
2023 * Set asic specific interfaces. See bfa_ioc_cb.c and bfa_ioc_ct.c
2024 */
2025 if (ioc->ctdev)
2026 bfa_ioc_set_ct_hwif(ioc);
2027 else
2028 bfa_ioc_set_cb_hwif(ioc);
2029
7725ccfd
JH
2030 bfa_ioc_map_port(ioc);
2031 bfa_ioc_reg_init(ioc);
2032}
2033
2034/**
2035 * Initialize IOC dma memory
2036 *
2037 * @param[in] dm_kva kernel virtual address of IOC dma memory
2038 * @param[in] dm_pa physical address of IOC dma memory
2039 */
2040void
a36c61f9 2041bfa_ioc_mem_claim(struct bfa_ioc_s *ioc, u8 *dm_kva, u64 dm_pa)
7725ccfd
JH
2042{
2043 /**
2044 * dma memory for firmware attribute
2045 */
2046 ioc->attr_dma.kva = dm_kva;
2047 ioc->attr_dma.pa = dm_pa;
a36c61f9 2048 ioc->attr = (struct bfi_ioc_attr_s *) dm_kva;
7725ccfd
JH
2049}
2050
2051/**
2052 * Return size of dma memory required.
2053 */
2054u32
2055bfa_ioc_meminfo(void)
2056{
2057 return BFA_ROUNDUP(sizeof(struct bfi_ioc_attr_s), BFA_DMA_ALIGN_SZ);
2058}
2059
2060void
2061bfa_ioc_enable(struct bfa_ioc_s *ioc)
2062{
2063 bfa_ioc_stats(ioc, ioc_enables);
2064 ioc->dbg_fwsave_once = BFA_TRUE;
2065
2066 bfa_fsm_send_event(ioc, IOC_E_ENABLE);
2067}
2068
2069void
2070bfa_ioc_disable(struct bfa_ioc_s *ioc)
2071{
2072 bfa_ioc_stats(ioc, ioc_disables);
2073 bfa_fsm_send_event(ioc, IOC_E_DISABLE);
2074}
2075
2076/**
2077 * Returns memory required for saving firmware trace in case of crash.
2078 * Driver must call this interface to allocate memory required for
2079 * automatic saving of firmware trace. Driver should call
2080 * bfa_ioc_debug_memclaim() right after bfa_ioc_attach() to setup this
2081 * trace memory.
2082 */
2083int
2084bfa_ioc_debug_trcsz(bfa_boolean_t auto_recover)
2085{
a36c61f9 2086 return (auto_recover) ? BFA_DBG_FWTRC_LEN : 0;
7725ccfd
JH
2087}
2088
2089/**
2090 * Initialize memory for saving firmware trace. Driver must initialize
2091 * trace memory before call bfa_ioc_enable().
2092 */
2093void
2094bfa_ioc_debug_memclaim(struct bfa_ioc_s *ioc, void *dbg_fwsave)
2095{
a36c61f9
KG
2096 ioc->dbg_fwsave = dbg_fwsave;
2097 ioc->dbg_fwsave_len = bfa_ioc_debug_trcsz(ioc->iocpf.auto_recover);
7725ccfd
JH
2098}
2099
2100u32
2101bfa_ioc_smem_pgnum(struct bfa_ioc_s *ioc, u32 fmaddr)
2102{
2103 return PSS_SMEM_PGNUM(ioc->ioc_regs.smem_pg0, fmaddr);
2104}
2105
2106u32
2107bfa_ioc_smem_pgoff(struct bfa_ioc_s *ioc, u32 fmaddr)
2108{
2109 return PSS_SMEM_PGOFF(fmaddr);
2110}
2111
2112/**
2113 * Register mailbox message handler functions
2114 *
2115 * @param[in] ioc IOC instance
2116 * @param[in] mcfuncs message class handler functions
2117 */
2118void
2119bfa_ioc_mbox_register(struct bfa_ioc_s *ioc, bfa_ioc_mbox_mcfunc_t *mcfuncs)
2120{
a36c61f9
KG
2121 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod;
2122 int mc;
7725ccfd
JH
2123
2124 for (mc = 0; mc < BFI_MC_MAX; mc++)
2125 mod->mbhdlr[mc].cbfn = mcfuncs[mc];
2126}
2127
2128/**
2129 * Register mailbox message handler function, to be called by common modules
2130 */
2131void
2132bfa_ioc_mbox_regisr(struct bfa_ioc_s *ioc, enum bfi_mclass mc,
2133 bfa_ioc_mbox_mcfunc_t cbfn, void *cbarg)
2134{
a36c61f9 2135 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod;
7725ccfd 2136
a36c61f9
KG
2137 mod->mbhdlr[mc].cbfn = cbfn;
2138 mod->mbhdlr[mc].cbarg = cbarg;
7725ccfd
JH
2139}
2140
2141/**
2142 * Queue a mailbox command request to firmware. Waits if mailbox is busy.
2143 * Responsibility of caller to serialize
2144 *
2145 * @param[in] ioc IOC instance
2146 * @param[i] cmd Mailbox command
2147 */
2148void
2149bfa_ioc_mbox_queue(struct bfa_ioc_s *ioc, struct bfa_mbox_cmd_s *cmd)
2150{
a36c61f9
KG
2151 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod;
2152 u32 stat;
7725ccfd
JH
2153
2154 /**
2155 * If a previous command is pending, queue new command
2156 */
2157 if (!list_empty(&mod->cmd_q)) {
2158 list_add_tail(&cmd->qe, &mod->cmd_q);
2159 return;
2160 }
2161
2162 /**
2163 * If mailbox is busy, queue command for poll timer
2164 */
2165 stat = bfa_reg_read(ioc->ioc_regs.hfn_mbox_cmd);
2166 if (stat) {
2167 list_add_tail(&cmd->qe, &mod->cmd_q);
2168 return;
2169 }
2170
2171 /**
2172 * mailbox is free -- queue command to firmware
2173 */
2174 bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg));
2175}
2176
2177/**
2178 * Handle mailbox interrupts
2179 */
2180void
2181bfa_ioc_mbox_isr(struct bfa_ioc_s *ioc)
2182{
a36c61f9
KG
2183 struct bfa_ioc_mbox_mod_s *mod = &ioc->mbox_mod;
2184 struct bfi_mbmsg_s m;
2185 int mc;
7725ccfd
JH
2186
2187 bfa_ioc_msgget(ioc, &m);
2188
2189 /**
2190 * Treat IOC message class as special.
2191 */
2192 mc = m.mh.msg_class;
2193 if (mc == BFI_MC_IOC) {
2194 bfa_ioc_isr(ioc, &m);
2195 return;
2196 }
2197
2198 if ((mc > BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn == NULL))
2199 return;
2200
2201 mod->mbhdlr[mc].cbfn(mod->mbhdlr[mc].cbarg, &m);
2202}
2203
2204void
2205bfa_ioc_error_isr(struct bfa_ioc_s *ioc)
2206{
2207 bfa_fsm_send_event(ioc, IOC_E_HWERROR);
2208}
2209
ed969324
JH
2210void
2211bfa_ioc_set_fcmode(struct bfa_ioc_s *ioc)
2212{
2213 ioc->fcmode = BFA_TRUE;
2214 ioc->port_id = bfa_ioc_pcifn(ioc);
2215}
2216
7725ccfd
JH
2217/**
2218 * return true if IOC is disabled
2219 */
2220bfa_boolean_t
2221bfa_ioc_is_disabled(struct bfa_ioc_s *ioc)
2222{
a36c61f9
KG
2223 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_disabling) ||
2224 bfa_fsm_cmp_state(ioc, bfa_ioc_sm_disabled);
7725ccfd
JH
2225}
2226
2227/**
2228 * return true if IOC firmware is different.
2229 */
2230bfa_boolean_t
2231bfa_ioc_fw_mismatch(struct bfa_ioc_s *ioc)
2232{
a36c61f9
KG
2233 return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_reset) ||
2234 bfa_fsm_cmp_state(&ioc->iocpf, bfa_iocpf_sm_fwcheck) ||
2235 bfa_fsm_cmp_state(&ioc->iocpf, bfa_iocpf_sm_mismatch);
7725ccfd
JH
2236}
2237
2238#define bfa_ioc_state_disabled(__sm) \
2239 (((__sm) == BFI_IOC_UNINIT) || \
2240 ((__sm) == BFI_IOC_INITING) || \
2241 ((__sm) == BFI_IOC_HWINIT) || \
2242 ((__sm) == BFI_IOC_DISABLED) || \
0a20de44 2243 ((__sm) == BFI_IOC_FAIL) || \
7725ccfd
JH
2244 ((__sm) == BFI_IOC_CFG_DISABLED))
2245
2246/**
2247 * Check if adapter is disabled -- both IOCs should be in a disabled
2248 * state.
2249 */
2250bfa_boolean_t
2251bfa_ioc_adapter_is_disabled(struct bfa_ioc_s *ioc)
2252{
a36c61f9
KG
2253 u32 ioc_state;
2254 bfa_os_addr_t rb = ioc->pcidev.pci_bar_kva;
7725ccfd
JH
2255
2256 if (!bfa_fsm_cmp_state(ioc, bfa_ioc_sm_disabled))
2257 return BFA_FALSE;
2258
2259 ioc_state = bfa_reg_read(rb + BFA_IOC0_STATE_REG);
2260 if (!bfa_ioc_state_disabled(ioc_state))
2261 return BFA_FALSE;
2262
a36c61f9
KG
2263 if (ioc->pcidev.device_id != BFA_PCI_DEVICE_ID_FC_8G1P) {
2264 ioc_state = bfa_reg_read(rb + BFA_IOC1_STATE_REG);
2265 if (!bfa_ioc_state_disabled(ioc_state))
2266 return BFA_FALSE;
2267 }
7725ccfd
JH
2268
2269 return BFA_TRUE;
2270}
2271
2272/**
2273 * Add to IOC heartbeat failure notification queue. To be used by common
a36c61f9 2274 * modules such as cee, port, diag.
7725ccfd
JH
2275 */
2276void
2277bfa_ioc_hbfail_register(struct bfa_ioc_s *ioc,
2278 struct bfa_ioc_hbfail_notify_s *notify)
2279{
2280 list_add_tail(&notify->qe, &ioc->hb_notify_q);
2281}
2282
2283#define BFA_MFG_NAME "Brocade"
2284void
2285bfa_ioc_get_adapter_attr(struct bfa_ioc_s *ioc,
2286 struct bfa_adapter_attr_s *ad_attr)
2287{
a36c61f9 2288 struct bfi_ioc_attr_s *ioc_attr;
7725ccfd
JH
2289
2290 ioc_attr = ioc->attr;
0a4b1fc0
KG
2291
2292 bfa_ioc_get_adapter_serial_num(ioc, ad_attr->serial_num);
2293 bfa_ioc_get_adapter_fw_ver(ioc, ad_attr->fw_ver);
2294 bfa_ioc_get_adapter_optrom_ver(ioc, ad_attr->optrom_ver);
2295 bfa_ioc_get_adapter_manufacturer(ioc, ad_attr->manufacturer);
7725ccfd
JH
2296 bfa_os_memcpy(&ad_attr->vpd, &ioc_attr->vpd,
2297 sizeof(struct bfa_mfg_vpd_s));
2298
0a4b1fc0
KG
2299 ad_attr->nports = bfa_ioc_get_nports(ioc);
2300 ad_attr->max_speed = bfa_ioc_speed_sup(ioc);
7725ccfd 2301
0a4b1fc0
KG
2302 bfa_ioc_get_adapter_model(ioc, ad_attr->model);
2303 /* For now, model descr uses same model string */
2304 bfa_ioc_get_adapter_model(ioc, ad_attr->model_descr);
7725ccfd 2305
ed969324
JH
2306 ad_attr->card_type = ioc_attr->card_type;
2307 ad_attr->is_mezz = bfa_mfg_is_mezz(ioc_attr->card_type);
2308
7725ccfd
JH
2309 if (BFI_ADAPTER_IS_SPECIAL(ioc_attr->adapter_prop))
2310 ad_attr->prototype = 1;
2311 else
2312 ad_attr->prototype = 0;
2313
7725ccfd 2314 ad_attr->pwwn = bfa_ioc_get_pwwn(ioc);
a36c61f9 2315 ad_attr->mac = bfa_ioc_get_mac(ioc);
7725ccfd
JH
2316
2317 ad_attr->pcie_gen = ioc_attr->pcie_gen;
2318 ad_attr->pcie_lanes = ioc_attr->pcie_lanes;
2319 ad_attr->pcie_lanes_orig = ioc_attr->pcie_lanes_orig;
2320 ad_attr->asic_rev = ioc_attr->asic_rev;
0a4b1fc0
KG
2321
2322 bfa_ioc_get_pci_chip_rev(ioc, ad_attr->hw_ver);
7725ccfd
JH
2323
2324 ad_attr->cna_capable = ioc->cna;
a36c61f9 2325 ad_attr->trunk_capable = (ad_attr->nports > 1) && !ioc->cna;
7725ccfd
JH
2326}
2327
2993cc71
KG
2328enum bfa_ioc_type_e
2329bfa_ioc_get_type(struct bfa_ioc_s *ioc)
2330{
2331 if (!ioc->ctdev || ioc->fcmode)
2332 return BFA_IOC_TYPE_FC;
2333 else if (ioc->ioc_mc == BFI_MC_IOCFC)
2334 return BFA_IOC_TYPE_FCoE;
2335 else if (ioc->ioc_mc == BFI_MC_LL)
2336 return BFA_IOC_TYPE_LL;
2337 else {
2338 bfa_assert(ioc->ioc_mc == BFI_MC_LL);
2339 return BFA_IOC_TYPE_LL;
2340 }
2341}
2342
0a4b1fc0
KG
2343void
2344bfa_ioc_get_adapter_serial_num(struct bfa_ioc_s *ioc, char *serial_num)
2345{
2346 bfa_os_memset((void *)serial_num, 0, BFA_ADAPTER_SERIAL_NUM_LEN);
2347 bfa_os_memcpy((void *)serial_num,
2348 (void *)ioc->attr->brcd_serialnum,
2349 BFA_ADAPTER_SERIAL_NUM_LEN);
2350}
2351
2352void
2353bfa_ioc_get_adapter_fw_ver(struct bfa_ioc_s *ioc, char *fw_ver)
2354{
2355 bfa_os_memset((void *)fw_ver, 0, BFA_VERSION_LEN);
2356 bfa_os_memcpy(fw_ver, ioc->attr->fw_version, BFA_VERSION_LEN);
2357}
2358
2359void
2360bfa_ioc_get_pci_chip_rev(struct bfa_ioc_s *ioc, char *chip_rev)
2361{
2362 bfa_assert(chip_rev);
2363
2364 bfa_os_memset((void *)chip_rev, 0, BFA_IOC_CHIP_REV_LEN);
2365
2366 chip_rev[0] = 'R';
2367 chip_rev[1] = 'e';
2368 chip_rev[2] = 'v';
2369 chip_rev[3] = '-';
2370 chip_rev[4] = ioc->attr->asic_rev;
2371 chip_rev[5] = '\0';
2372}
2373
2374void
2375bfa_ioc_get_adapter_optrom_ver(struct bfa_ioc_s *ioc, char *optrom_ver)
2376{
2377 bfa_os_memset((void *)optrom_ver, 0, BFA_VERSION_LEN);
2378 bfa_os_memcpy(optrom_ver, ioc->attr->optrom_version,
a36c61f9 2379 BFA_VERSION_LEN);
0a4b1fc0
KG
2380}
2381
2382void
2383bfa_ioc_get_adapter_manufacturer(struct bfa_ioc_s *ioc, char *manufacturer)
2384{
2385 bfa_os_memset((void *)manufacturer, 0, BFA_ADAPTER_MFG_NAME_LEN);
2386 bfa_os_memcpy(manufacturer, BFA_MFG_NAME, BFA_ADAPTER_MFG_NAME_LEN);
2387}
2388
2389void
2390bfa_ioc_get_adapter_model(struct bfa_ioc_s *ioc, char *model)
2391{
a36c61f9 2392 struct bfi_ioc_attr_s *ioc_attr;
0a4b1fc0
KG
2393
2394 bfa_assert(model);
2395 bfa_os_memset((void *)model, 0, BFA_ADAPTER_MODEL_NAME_LEN);
2396
2397 ioc_attr = ioc->attr;
2398
0a4b1fc0
KG
2399 /**
2400 * model name
2401 */
a36c61f9
KG
2402 bfa_os_snprintf(model, BFA_ADAPTER_MODEL_NAME_LEN, "%s-%u",
2403 BFA_MFG_NAME, ioc_attr->card_type);
0a4b1fc0
KG
2404}
2405
2406enum bfa_ioc_state
2407bfa_ioc_get_state(struct bfa_ioc_s *ioc)
2408{
a36c61f9
KG
2409 enum bfa_iocpf_state iocpf_st;
2410 enum bfa_ioc_state ioc_st = bfa_sm_to_state(ioc_sm_table, ioc->fsm);
2411
2412 if (ioc_st == BFA_IOC_ENABLING ||
2413 ioc_st == BFA_IOC_FAIL || ioc_st == BFA_IOC_INITFAIL) {
2414
2415 iocpf_st = bfa_sm_to_state(iocpf_sm_table, ioc->iocpf.fsm);
2416
2417 switch (iocpf_st) {
2418 case BFA_IOCPF_SEMWAIT:
2419 ioc_st = BFA_IOC_SEMWAIT;
2420 break;
2421
2422 case BFA_IOCPF_HWINIT:
2423 ioc_st = BFA_IOC_HWINIT;
2424 break;
2425
2426 case BFA_IOCPF_FWMISMATCH:
2427 ioc_st = BFA_IOC_FWMISMATCH;
2428 break;
2429
2430 case BFA_IOCPF_FAIL:
2431 ioc_st = BFA_IOC_FAIL;
2432 break;
2433
2434 case BFA_IOCPF_INITFAIL:
2435 ioc_st = BFA_IOC_INITFAIL;
2436 break;
2437
2438 default:
2439 break;
2440 }
2441 }
2442
2443 return ioc_st;
0a4b1fc0
KG
2444}
2445
7725ccfd
JH
2446void
2447bfa_ioc_get_attr(struct bfa_ioc_s *ioc, struct bfa_ioc_attr_s *ioc_attr)
2448{
2449 bfa_os_memset((void *)ioc_attr, 0, sizeof(struct bfa_ioc_attr_s));
2450
0a4b1fc0 2451 ioc_attr->state = bfa_ioc_get_state(ioc);
7725ccfd
JH
2452 ioc_attr->port_id = ioc->port_id;
2453
2993cc71 2454 ioc_attr->ioc_type = bfa_ioc_get_type(ioc);
7725ccfd
JH
2455
2456 bfa_ioc_get_adapter_attr(ioc, &ioc_attr->adapter_attr);
2457
2458 ioc_attr->pci_attr.device_id = ioc->pcidev.device_id;
2459 ioc_attr->pci_attr.pcifn = ioc->pcidev.pci_func;
0a4b1fc0 2460 bfa_ioc_get_pci_chip_rev(ioc, ioc_attr->pci_attr.chip_rev);
7725ccfd
JH
2461}
2462
2463/**
a36c61f9 2464 * hal_wwn_public
7725ccfd
JH
2465 */
2466wwn_t
2467bfa_ioc_get_pwwn(struct bfa_ioc_s *ioc)
2468{
15b64a83 2469 return ioc->attr->pwwn;
7725ccfd
JH
2470}
2471
2472wwn_t
2473bfa_ioc_get_nwwn(struct bfa_ioc_s *ioc)
2474{
15b64a83 2475 return ioc->attr->nwwn;
7725ccfd
JH
2476}
2477
7725ccfd
JH
2478u64
2479bfa_ioc_get_adid(struct bfa_ioc_s *ioc)
2480{
15b64a83 2481 return ioc->attr->mfg_pwwn;
7725ccfd
JH
2482}
2483
2484mac_t
2485bfa_ioc_get_mac(struct bfa_ioc_s *ioc)
2486{
15b64a83 2487 /*
a36c61f9 2488 * Check the IOC type and return the appropriate MAC
15b64a83
JH
2489 */
2490 if (bfa_ioc_get_type(ioc) == BFA_IOC_TYPE_FCoE)
a36c61f9 2491 return ioc->attr->fcoe_mac;
15b64a83
JH
2492 else
2493 return ioc->attr->mac;
2494}
2495
2496wwn_t
2497bfa_ioc_get_mfg_pwwn(struct bfa_ioc_s *ioc)
2498{
2499 return ioc->attr->mfg_pwwn;
2500}
2501
2502wwn_t
2503bfa_ioc_get_mfg_nwwn(struct bfa_ioc_s *ioc)
2504{
2505 return ioc->attr->mfg_nwwn;
2506}
2507
2508mac_t
2509bfa_ioc_get_mfg_mac(struct bfa_ioc_s *ioc)
2510{
a36c61f9 2511 mac_t m;
7725ccfd 2512
a36c61f9
KG
2513 m = ioc->attr->mfg_mac;
2514 if (bfa_mfg_is_old_wwn_mac_model(ioc->attr->card_type))
2515 m.mac[MAC_ADDRLEN - 1] += bfa_ioc_pcifn(ioc);
2516 else
2517 bfa_mfg_increment_wwn_mac(&(m.mac[MAC_ADDRLEN-3]),
2518 bfa_ioc_pcifn(ioc));
7725ccfd 2519
a36c61f9 2520 return m;
7725ccfd
JH
2521}
2522
7725ccfd
JH
2523bfa_boolean_t
2524bfa_ioc_get_fcmode(struct bfa_ioc_s *ioc)
2525{
293f82d5 2526 return ioc->fcmode || !bfa_asic_id_ct(ioc->pcidev.device_id);
7725ccfd
JH
2527}
2528
7725ccfd
JH
2529/**
2530 * Retrieve saved firmware trace from a prior IOC failure.
2531 */
2532bfa_status_t
2533bfa_ioc_debug_fwsave(struct bfa_ioc_s *ioc, void *trcdata, int *trclen)
2534{
a36c61f9 2535 int tlen;
7725ccfd
JH
2536
2537 if (ioc->dbg_fwsave_len == 0)
2538 return BFA_STATUS_ENOFSAVE;
2539
2540 tlen = *trclen;
2541 if (tlen > ioc->dbg_fwsave_len)
2542 tlen = ioc->dbg_fwsave_len;
2543
2544 bfa_os_memcpy(trcdata, ioc->dbg_fwsave, tlen);
2545 *trclen = tlen;
2546 return BFA_STATUS_OK;
2547}
2548
738c9e66
KG
2549/**
2550 * Clear saved firmware trace
2551 */
2552void
2553bfa_ioc_debug_fwsave_clear(struct bfa_ioc_s *ioc)
2554{
2555 ioc->dbg_fwsave_once = BFA_TRUE;
2556}
2557
7725ccfd
JH
2558/**
2559 * Retrieve saved firmware trace from a prior IOC failure.
2560 */
2561bfa_status_t
2562bfa_ioc_debug_fwtrc(struct bfa_ioc_s *ioc, void *trcdata, int *trclen)
2563{
a36c61f9
KG
2564 u32 loff = BFA_DBG_FWTRC_OFF(bfa_ioc_portid(ioc));
2565 int tlen;
2566 bfa_status_t status;
7725ccfd
JH
2567
2568 bfa_trc(ioc, *trclen);
2569
7725ccfd
JH
2570 tlen = *trclen;
2571 if (tlen > BFA_DBG_FWTRC_LEN)
2572 tlen = BFA_DBG_FWTRC_LEN;
7725ccfd 2573
a36c61f9
KG
2574 status = bfa_ioc_smem_read(ioc, trcdata, loff, tlen);
2575 *trclen = tlen;
2576 return status;
2577}
7725ccfd 2578
a36c61f9
KG
2579static void
2580bfa_ioc_send_fwsync(struct bfa_ioc_s *ioc)
2581{
2582 struct bfa_mbox_cmd_s cmd;
2583 struct bfi_ioc_ctrl_req_s *req = (struct bfi_ioc_ctrl_req_s *) cmd.msg;
7725ccfd 2584
a36c61f9
KG
2585 bfi_h2i_set(req->mh, BFI_MC_IOC, BFI_IOC_H2I_DBG_SYNC,
2586 bfa_ioc_portid(ioc));
2587 req->ioc_class = ioc->ioc_mc;
2588 bfa_ioc_mbox_queue(ioc, &cmd);
2589}
2590
2591static void
2592bfa_ioc_fwsync(struct bfa_ioc_s *ioc)
2593{
2594 u32 fwsync_iter = 1000;
2595
2596 bfa_ioc_send_fwsync(ioc);
2597
2598 /**
2599 * After sending a fw sync mbox command wait for it to
2600 * take effect. We will not wait for a response because
2601 * 1. fw_sync mbox cmd doesn't have a response.
2602 * 2. Even if we implement that, interrupts might not
2603 * be enabled when we call this function.
2604 * So, just keep checking if any mbox cmd is pending, and
2605 * after waiting for a reasonable amount of time, go ahead.
2606 * It is possible that fw has crashed and the mbox command
2607 * is never acknowledged.
2608 */
2609 while (bfa_ioc_mbox_cmd_pending(ioc) && fwsync_iter > 0)
2610 fwsync_iter--;
2611}
2612
2613/**
2614 * Dump firmware smem
2615 */
2616bfa_status_t
2617bfa_ioc_debug_fwcore(struct bfa_ioc_s *ioc, void *buf,
2618 u32 *offset, int *buflen)
2619{
2620 u32 loff;
2621 int dlen;
2622 bfa_status_t status;
2623 u32 smem_len = BFA_IOC_FW_SMEM_SIZE(ioc);
2624
2625 if (*offset >= smem_len) {
2626 *offset = *buflen = 0;
2627 return BFA_STATUS_EINVAL;
7725ccfd 2628 }
0a20de44 2629
a36c61f9
KG
2630 loff = *offset;
2631 dlen = *buflen;
2632
2633 /**
2634 * First smem read, sync smem before proceeding
2635 * No need to sync before reading every chunk.
0a20de44 2636 */
a36c61f9
KG
2637 if (loff == 0)
2638 bfa_ioc_fwsync(ioc);
0a20de44 2639
a36c61f9
KG
2640 if ((loff + dlen) >= smem_len)
2641 dlen = smem_len - loff;
7725ccfd 2642
a36c61f9
KG
2643 status = bfa_ioc_smem_read(ioc, buf, loff, dlen);
2644
2645 if (status != BFA_STATUS_OK) {
2646 *offset = *buflen = 0;
2647 return status;
2648 }
2649
2650 *offset += dlen;
2651
2652 if (*offset >= smem_len)
2653 *offset = 0;
2654
2655 *buflen = dlen;
2656
2657 return status;
2658}
2659
2660/**
2661 * Firmware statistics
2662 */
2663bfa_status_t
2664bfa_ioc_fw_stats_get(struct bfa_ioc_s *ioc, void *stats)
2665{
2666 u32 loff = BFI_IOC_FWSTATS_OFF + \
2667 BFI_IOC_FWSTATS_SZ * (bfa_ioc_portid(ioc));
2668 int tlen;
2669 bfa_status_t status;
2670
2671 if (ioc->stats_busy) {
2672 bfa_trc(ioc, ioc->stats_busy);
2673 return BFA_STATUS_DEVBUSY;
2674 }
2675 ioc->stats_busy = BFA_TRUE;
2676
2677 tlen = sizeof(struct bfa_fw_stats_s);
2678 status = bfa_ioc_smem_read(ioc, stats, loff, tlen);
2679
2680 ioc->stats_busy = BFA_FALSE;
2681 return status;
2682}
2683
2684bfa_status_t
2685bfa_ioc_fw_stats_clear(struct bfa_ioc_s *ioc)
2686{
2687 u32 loff = BFI_IOC_FWSTATS_OFF + \
2688 BFI_IOC_FWSTATS_SZ * (bfa_ioc_portid(ioc));
2689 int tlen;
2690 bfa_status_t status;
2691
2692 if (ioc->stats_busy) {
2693 bfa_trc(ioc, ioc->stats_busy);
2694 return BFA_STATUS_DEVBUSY;
2695 }
2696 ioc->stats_busy = BFA_TRUE;
2697
2698 tlen = sizeof(struct bfa_fw_stats_s);
2699 status = bfa_ioc_smem_clr(ioc, loff, tlen);
2700
2701 ioc->stats_busy = BFA_FALSE;
2702 return status;
7725ccfd
JH
2703}
2704
2705/**
2706 * Save firmware trace if configured.
2707 */
2708static void
2709bfa_ioc_debug_save(struct bfa_ioc_s *ioc)
2710{
a36c61f9 2711 int tlen;
7725ccfd
JH
2712
2713 if (ioc->dbg_fwsave_len) {
2714 tlen = ioc->dbg_fwsave_len;
2715 bfa_ioc_debug_fwtrc(ioc, ioc->dbg_fwsave, &tlen);
2716 }
2717}
2718
2719/**
2720 * Firmware failure detected. Start recovery actions.
2721 */
2722static void
2723bfa_ioc_recover(struct bfa_ioc_s *ioc)
2724{
2725 if (ioc->dbg_fwsave_once) {
2726 ioc->dbg_fwsave_once = BFA_FALSE;
2727 bfa_ioc_debug_save(ioc);
2728 }
2729
2730 bfa_ioc_stats(ioc, ioc_hbfails);
2731 bfa_fsm_send_event(ioc, IOC_E_HBFAIL);
2732}
2733
7725ccfd 2734static void
07b28386 2735bfa_ioc_check_attr_wwns(struct bfa_ioc_s *ioc)
7725ccfd 2736{
07b28386
JH
2737 if (bfa_ioc_get_type(ioc) == BFA_IOC_TYPE_LL)
2738 return;
a36c61f9
KG
2739}
2740
2741/**
2742 * hal_iocpf_pvt BFA IOC PF private functions
2743 */
07b28386 2744
a36c61f9
KG
2745static void
2746bfa_iocpf_enable(struct bfa_ioc_s *ioc)
2747{
2748 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_ENABLE);
7725ccfd
JH
2749}
2750
a36c61f9
KG
2751static void
2752bfa_iocpf_disable(struct bfa_ioc_s *ioc)
2753{
2754 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_DISABLE);
2755}
2756
2757static void
2758bfa_iocpf_fail(struct bfa_ioc_s *ioc)
2759{
2760 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_FAIL);
2761}
2762
2763static void
2764bfa_iocpf_initfail(struct bfa_ioc_s *ioc)
2765{
2766 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_INITFAIL);
2767}
2768
2769static void
2770bfa_iocpf_getattrfail(struct bfa_ioc_s *ioc)
2771{
2772 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_GETATTRFAIL);
2773}
2774
2775static void
2776bfa_iocpf_stop(struct bfa_ioc_s *ioc)
2777{
2778 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_STOP);
2779}
2780
2781static void
2782bfa_iocpf_timeout(void *ioc_arg)
2783{
2784 struct bfa_ioc_s *ioc = (struct bfa_ioc_s *) ioc_arg;
2785
2786 bfa_trc(ioc, 0);
2787 bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_TIMEOUT);
2788}
2789
2790static void
2791bfa_iocpf_sem_timeout(void *ioc_arg)
2792{
2793 struct bfa_ioc_s *ioc = (struct bfa_ioc_s *) ioc_arg;
2794
2795 bfa_ioc_hw_sem_get(ioc);
2796}
2797
2798/**
2799 * bfa timer function
2800 */
2801void
2802bfa_timer_init(struct bfa_timer_mod_s *mod)
2803{
2804 INIT_LIST_HEAD(&mod->timer_q);
2805}
2806
2807void
2808bfa_timer_beat(struct bfa_timer_mod_s *mod)
2809{
2810 struct list_head *qh = &mod->timer_q;
2811 struct list_head *qe, *qe_next;
2812 struct bfa_timer_s *elem;
2813 struct list_head timedout_q;
2814
2815 INIT_LIST_HEAD(&timedout_q);
2816
2817 qe = bfa_q_next(qh);
2818
2819 while (qe != qh) {
2820 qe_next = bfa_q_next(qe);
2821
2822 elem = (struct bfa_timer_s *) qe;
2823 if (elem->timeout <= BFA_TIMER_FREQ) {
2824 elem->timeout = 0;
2825 list_del(&elem->qe);
2826 list_add_tail(&elem->qe, &timedout_q);
2827 } else {
2828 elem->timeout -= BFA_TIMER_FREQ;
2829 }
2830
2831 qe = qe_next; /* go to next elem */
2832 }
2833
2834 /*
2835 * Pop all the timeout entries
2836 */
2837 while (!list_empty(&timedout_q)) {
2838 bfa_q_deq(&timedout_q, &elem);
2839 elem->timercb(elem->arg);
2840 }
2841}
2842
2843/**
2844 * Should be called with lock protection
2845 */
2846void
2847bfa_timer_begin(struct bfa_timer_mod_s *mod, struct bfa_timer_s *timer,
2848 void (*timercb) (void *), void *arg, unsigned int timeout)
2849{
2850
2851 bfa_assert(timercb != NULL);
2852 bfa_assert(!bfa_q_is_on_q(&mod->timer_q, timer));
2853
2854 timer->timeout = timeout;
2855 timer->timercb = timercb;
2856 timer->arg = arg;
2857
2858 list_add_tail(&timer->qe, &mod->timer_q);
2859}
2860
2861/**
2862 * Should be called with lock protection
2863 */
2864void
2865bfa_timer_stop(struct bfa_timer_s *timer)
2866{
2867 bfa_assert(!list_empty(&timer->qe));
2868
2869 list_del(&timer->qe);
2870}