1 /*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for *
3 * Fibre Channel Host Bus Adapters. *
4 * Copyright (C) 2004-2011 Emulex. All rights reserved. *
5 * EMULEX and SLI are trademarks of Emulex. *
7 * Portions Copyright (C) 2004-2005 Christoph Hellwig *
9 * This program is free software; you can redistribute it and/or *
10 * modify it under the terms of version 2 of the GNU General *
11 * Public License as published by the Free Software Foundation. *
12 * This program is distributed in the hope that it will be useful. *
13 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
14 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
15 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
16 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
17 * TO BE LEGALLY INVALID. See the GNU General Public License for *
18 * more details, a copy of which can be found in the file COPYING *
19 * included with this package. *
20 *******************************************************************/
22 #include <linux/blkdev.h>
23 #include <linux/delay.h>
24 #include <linux/slab.h>
25 #include <linux/pci.h>
26 #include <linux/kthread.h>
27 #include <linux/interrupt.h>
29 #include <scsi/scsi.h>
30 #include <scsi/scsi_device.h>
31 #include <scsi/scsi_host.h>
32 #include <scsi/scsi_transport_fc.h>
37 #include "lpfc_disc.h"
39 #include "lpfc_sli4.h"
40 #include "lpfc_scsi.h"
42 #include "lpfc_logmsg.h"
43 #include "lpfc_crtn.h"
44 #include "lpfc_vport.h"
45 #include "lpfc_debugfs.h"
47 /* AlpaArray for assignment of scsid for scan-down and bind_method */
48 static uint8_t lpfcAlpaArray
[] = {
49 0xEF, 0xE8, 0xE4, 0xE2, 0xE1, 0xE0, 0xDC, 0xDA, 0xD9, 0xD6,
50 0xD5, 0xD4, 0xD3, 0xD2, 0xD1, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA,
51 0xC9, 0xC7, 0xC6, 0xC5, 0xC3, 0xBC, 0xBA, 0xB9, 0xB6, 0xB5,
52 0xB4, 0xB3, 0xB2, 0xB1, 0xAE, 0xAD, 0xAC, 0xAB, 0xAA, 0xA9,
53 0xA7, 0xA6, 0xA5, 0xA3, 0x9F, 0x9E, 0x9D, 0x9B, 0x98, 0x97,
54 0x90, 0x8F, 0x88, 0x84, 0x82, 0x81, 0x80, 0x7C, 0x7A, 0x79,
55 0x76, 0x75, 0x74, 0x73, 0x72, 0x71, 0x6E, 0x6D, 0x6C, 0x6B,
56 0x6A, 0x69, 0x67, 0x66, 0x65, 0x63, 0x5C, 0x5A, 0x59, 0x56,
57 0x55, 0x54, 0x53, 0x52, 0x51, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A,
58 0x49, 0x47, 0x46, 0x45, 0x43, 0x3C, 0x3A, 0x39, 0x36, 0x35,
59 0x34, 0x33, 0x32, 0x31, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29,
60 0x27, 0x26, 0x25, 0x23, 0x1F, 0x1E, 0x1D, 0x1B, 0x18, 0x17,
61 0x10, 0x0F, 0x08, 0x04, 0x02, 0x01
64 static void lpfc_disc_timeout_handler(struct lpfc_vport
*);
65 static void lpfc_disc_flush_list(struct lpfc_vport
*vport
);
66 static void lpfc_unregister_fcfi_cmpl(struct lpfc_hba
*, LPFC_MBOXQ_t
*);
67 static int lpfc_fcf_inuse(struct lpfc_hba
*);
70 lpfc_terminate_rport_io(struct fc_rport
*rport
)
72 struct lpfc_rport_data
*rdata
;
73 struct lpfc_nodelist
* ndlp
;
74 struct lpfc_hba
*phba
;
76 rdata
= rport
->dd_data
;
79 if (!ndlp
|| !NLP_CHK_NODE_ACT(ndlp
)) {
80 if (rport
->roles
& FC_RPORT_ROLE_FCP_TARGET
)
81 printk(KERN_ERR
"Cannot find remote node"
82 " to terminate I/O Data x%x\n",
89 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_RPORT
,
90 "rport terminate: sid:x%x did:x%x flg:x%x",
91 ndlp
->nlp_sid
, ndlp
->nlp_DID
, ndlp
->nlp_flag
);
93 if (ndlp
->nlp_sid
!= NLP_NO_SID
) {
94 lpfc_sli_abort_iocb(ndlp
->vport
,
95 &phba
->sli
.ring
[phba
->sli
.fcp_ring
],
96 ndlp
->nlp_sid
, 0, LPFC_CTX_TGT
);
101 * This function will be called when dev_loss_tmo fire.
104 lpfc_dev_loss_tmo_callbk(struct fc_rport
*rport
)
106 struct lpfc_rport_data
*rdata
;
107 struct lpfc_nodelist
* ndlp
;
108 struct lpfc_vport
*vport
;
109 struct lpfc_hba
*phba
;
110 struct lpfc_work_evt
*evtp
;
114 rdata
= rport
->dd_data
;
116 if (!ndlp
|| !NLP_CHK_NODE_ACT(ndlp
))
122 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_RPORT
,
123 "rport devlosscb: sid:x%x did:x%x flg:x%x",
124 ndlp
->nlp_sid
, ndlp
->nlp_DID
, ndlp
->nlp_flag
);
126 /* Don't defer this if we are in the process of deleting the vport
127 * or unloading the driver. The unload will cleanup the node
128 * appropriately we just need to cleanup the ndlp rport info here.
130 if (vport
->load_flag
& FC_UNLOADING
) {
131 put_node
= rdata
->pnode
!= NULL
;
132 put_rport
= ndlp
->rport
!= NULL
;
138 put_device(&rport
->dev
);
142 if (ndlp
->nlp_state
== NLP_STE_MAPPED_NODE
)
145 evtp
= &ndlp
->dev_loss_evt
;
147 if (!list_empty(&evtp
->evt_listp
))
150 spin_lock_irq(&phba
->hbalock
);
151 /* We need to hold the node by incrementing the reference
152 * count until this queued work is done
154 evtp
->evt_arg1
= lpfc_nlp_get(ndlp
);
155 if (evtp
->evt_arg1
) {
156 evtp
->evt
= LPFC_EVT_DEV_LOSS
;
157 list_add_tail(&evtp
->evt_listp
, &phba
->work_list
);
158 lpfc_worker_wake_up(phba
);
160 spin_unlock_irq(&phba
->hbalock
);
166 * lpfc_dev_loss_tmo_handler - Remote node devloss timeout handler
167 * @ndlp: Pointer to remote node object.
169 * This function is called from the worker thread when devloss timeout timer
170 * expires. For SLI4 host, this routine shall return 1 when at lease one
171 * remote node, including this @ndlp, is still in use of FCF; otherwise, this
172 * routine shall return 0 when there is no remote node is still in use of FCF
173 * when devloss timeout happened to this @ndlp.
176 lpfc_dev_loss_tmo_handler(struct lpfc_nodelist
*ndlp
)
178 struct lpfc_rport_data
*rdata
;
179 struct fc_rport
*rport
;
180 struct lpfc_vport
*vport
;
181 struct lpfc_hba
*phba
;
193 rdata
= rport
->dd_data
;
194 name
= (uint8_t *) &ndlp
->nlp_portname
;
198 if (phba
->sli_rev
== LPFC_SLI_REV4
)
199 fcf_inuse
= lpfc_fcf_inuse(phba
);
201 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_RPORT
,
202 "rport devlosstmo:did:x%x type:x%x id:x%x",
203 ndlp
->nlp_DID
, ndlp
->nlp_type
, rport
->scsi_target_id
);
205 /* Don't defer this if we are in the process of deleting the vport
206 * or unloading the driver. The unload will cleanup the node
207 * appropriately we just need to cleanup the ndlp rport info here.
209 if (vport
->load_flag
& FC_UNLOADING
) {
210 if (ndlp
->nlp_sid
!= NLP_NO_SID
) {
211 /* flush the target */
212 lpfc_sli_abort_iocb(vport
,
213 &phba
->sli
.ring
[phba
->sli
.fcp_ring
],
214 ndlp
->nlp_sid
, 0, LPFC_CTX_TGT
);
216 put_node
= rdata
->pnode
!= NULL
;
217 put_rport
= ndlp
->rport
!= NULL
;
223 put_device(&rport
->dev
);
227 if (ndlp
->nlp_state
== NLP_STE_MAPPED_NODE
) {
228 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
229 "0284 Devloss timeout Ignored on "
230 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
232 *name
, *(name
+1), *(name
+2), *(name
+3),
233 *(name
+4), *(name
+5), *(name
+6), *(name
+7),
238 if (ndlp
->nlp_type
& NLP_FABRIC
) {
239 /* We will clean up these Nodes in linkup */
240 put_node
= rdata
->pnode
!= NULL
;
241 put_rport
= ndlp
->rport
!= NULL
;
247 put_device(&rport
->dev
);
251 if (ndlp
->nlp_sid
!= NLP_NO_SID
) {
253 /* flush the target */
254 lpfc_sli_abort_iocb(vport
, &phba
->sli
.ring
[phba
->sli
.fcp_ring
],
255 ndlp
->nlp_sid
, 0, LPFC_CTX_TGT
);
259 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
260 "0203 Devloss timeout on "
261 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
262 "NPort x%06x Data: x%x x%x x%x\n",
263 *name
, *(name
+1), *(name
+2), *(name
+3),
264 *(name
+4), *(name
+5), *(name
+6), *(name
+7),
265 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
266 ndlp
->nlp_state
, ndlp
->nlp_rpi
);
268 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
269 "0204 Devloss timeout on "
270 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
271 "NPort x%06x Data: x%x x%x x%x\n",
272 *name
, *(name
+1), *(name
+2), *(name
+3),
273 *(name
+4), *(name
+5), *(name
+6), *(name
+7),
274 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
275 ndlp
->nlp_state
, ndlp
->nlp_rpi
);
278 put_node
= rdata
->pnode
!= NULL
;
279 put_rport
= ndlp
->rport
!= NULL
;
285 put_device(&rport
->dev
);
287 if (!(vport
->load_flag
& FC_UNLOADING
) &&
288 !(ndlp
->nlp_flag
& NLP_DELAY_TMO
) &&
289 !(ndlp
->nlp_flag
& NLP_NPR_2B_DISC
) &&
290 (ndlp
->nlp_state
!= NLP_STE_UNMAPPED_NODE
) &&
291 (ndlp
->nlp_state
!= NLP_STE_REG_LOGIN_ISSUE
) &&
292 (ndlp
->nlp_state
!= NLP_STE_PRLI_ISSUE
))
293 lpfc_disc_state_machine(vport
, ndlp
, NULL
, NLP_EVT_DEVICE_RM
);
299 * lpfc_sli4_post_dev_loss_tmo_handler - SLI4 post devloss timeout handler
300 * @phba: Pointer to hba context object.
301 * @fcf_inuse: SLI4 FCF in-use state reported from devloss timeout handler.
302 * @nlp_did: remote node identifer with devloss timeout.
304 * This function is called from the worker thread after invoking devloss
305 * timeout handler and releasing the reference count for the ndlp with
306 * which the devloss timeout was handled for SLI4 host. For the devloss
307 * timeout of the last remote node which had been in use of FCF, when this
308 * routine is invoked, it shall be guaranteed that none of the remote are
309 * in-use of FCF. When devloss timeout to the last remote using the FCF,
310 * if the FIP engine is neither in FCF table scan process nor roundrobin
311 * failover process, the in-use FCF shall be unregistered. If the FIP
312 * engine is in FCF discovery process, the devloss timeout state shall
313 * be set for either the FCF table scan process or roundrobin failover
314 * process to unregister the in-use FCF.
317 lpfc_sli4_post_dev_loss_tmo_handler(struct lpfc_hba
*phba
, int fcf_inuse
,
320 /* If devloss timeout happened to a remote node when FCF had no
321 * longer been in-use, do nothing.
326 if ((phba
->hba_flag
& HBA_FIP_SUPPORT
) && !lpfc_fcf_inuse(phba
)) {
327 spin_lock_irq(&phba
->hbalock
);
328 if (phba
->fcf
.fcf_flag
& FCF_DISCOVERY
) {
329 if (phba
->hba_flag
& HBA_DEVLOSS_TMO
) {
330 spin_unlock_irq(&phba
->hbalock
);
333 phba
->hba_flag
|= HBA_DEVLOSS_TMO
;
334 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
335 "2847 Last remote node (x%x) using "
336 "FCF devloss tmo\n", nlp_did
);
338 if (phba
->fcf
.fcf_flag
& FCF_REDISC_PROG
) {
339 spin_unlock_irq(&phba
->hbalock
);
340 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
341 "2868 Devloss tmo to FCF rediscovery "
345 if (!(phba
->hba_flag
& (FCF_TS_INPROG
| FCF_RR_INPROG
))) {
346 spin_unlock_irq(&phba
->hbalock
);
347 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
348 "2869 Devloss tmo to idle FIP engine, "
349 "unreg in-use FCF and rescan.\n");
350 /* Unregister in-use FCF and rescan */
351 lpfc_unregister_fcf_rescan(phba
);
354 spin_unlock_irq(&phba
->hbalock
);
355 if (phba
->hba_flag
& FCF_TS_INPROG
)
356 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
357 "2870 FCF table scan in progress\n");
358 if (phba
->hba_flag
& FCF_RR_INPROG
)
359 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
360 "2871 FLOGI roundrobin FCF failover "
363 lpfc_unregister_unused_fcf(phba
);
367 * lpfc_alloc_fast_evt - Allocates data structure for posting event
368 * @phba: Pointer to hba context object.
370 * This function is called from the functions which need to post
371 * events from interrupt context. This function allocates data
372 * structure required for posting event. It also keeps track of
373 * number of events pending and prevent event storm when there are
376 struct lpfc_fast_path_event
*
377 lpfc_alloc_fast_evt(struct lpfc_hba
*phba
) {
378 struct lpfc_fast_path_event
*ret
;
380 /* If there are lot of fast event do not exhaust memory due to this */
381 if (atomic_read(&phba
->fast_event_count
) > LPFC_MAX_EVT_COUNT
)
384 ret
= kzalloc(sizeof(struct lpfc_fast_path_event
),
387 atomic_inc(&phba
->fast_event_count
);
388 INIT_LIST_HEAD(&ret
->work_evt
.evt_listp
);
389 ret
->work_evt
.evt
= LPFC_EVT_FASTPATH_MGMT_EVT
;
395 * lpfc_free_fast_evt - Frees event data structure
396 * @phba: Pointer to hba context object.
397 * @evt: Event object which need to be freed.
399 * This function frees the data structure required for posting
403 lpfc_free_fast_evt(struct lpfc_hba
*phba
,
404 struct lpfc_fast_path_event
*evt
) {
406 atomic_dec(&phba
->fast_event_count
);
411 * lpfc_send_fastpath_evt - Posts events generated from fast path
412 * @phba: Pointer to hba context object.
413 * @evtp: Event data structure.
415 * This function is called from worker thread, when the interrupt
416 * context need to post an event. This function posts the event
417 * to fc transport netlink interface.
420 lpfc_send_fastpath_evt(struct lpfc_hba
*phba
,
421 struct lpfc_work_evt
*evtp
)
423 unsigned long evt_category
, evt_sub_category
;
424 struct lpfc_fast_path_event
*fast_evt_data
;
426 uint32_t evt_data_size
;
427 struct Scsi_Host
*shost
;
429 fast_evt_data
= container_of(evtp
, struct lpfc_fast_path_event
,
432 evt_category
= (unsigned long) fast_evt_data
->un
.fabric_evt
.event_type
;
433 evt_sub_category
= (unsigned long) fast_evt_data
->un
.
434 fabric_evt
.subcategory
;
435 shost
= lpfc_shost_from_vport(fast_evt_data
->vport
);
436 if (evt_category
== FC_REG_FABRIC_EVENT
) {
437 if (evt_sub_category
== LPFC_EVENT_FCPRDCHKERR
) {
438 evt_data
= (char *) &fast_evt_data
->un
.read_check_error
;
439 evt_data_size
= sizeof(fast_evt_data
->un
.
441 } else if ((evt_sub_category
== LPFC_EVENT_FABRIC_BUSY
) ||
442 (evt_sub_category
== LPFC_EVENT_PORT_BUSY
)) {
443 evt_data
= (char *) &fast_evt_data
->un
.fabric_evt
;
444 evt_data_size
= sizeof(fast_evt_data
->un
.fabric_evt
);
446 lpfc_free_fast_evt(phba
, fast_evt_data
);
449 } else if (evt_category
== FC_REG_SCSI_EVENT
) {
450 switch (evt_sub_category
) {
451 case LPFC_EVENT_QFULL
:
452 case LPFC_EVENT_DEVBSY
:
453 evt_data
= (char *) &fast_evt_data
->un
.scsi_evt
;
454 evt_data_size
= sizeof(fast_evt_data
->un
.scsi_evt
);
456 case LPFC_EVENT_CHECK_COND
:
457 evt_data
= (char *) &fast_evt_data
->un
.check_cond_evt
;
458 evt_data_size
= sizeof(fast_evt_data
->un
.
461 case LPFC_EVENT_VARQUEDEPTH
:
462 evt_data
= (char *) &fast_evt_data
->un
.queue_depth_evt
;
463 evt_data_size
= sizeof(fast_evt_data
->un
.
467 lpfc_free_fast_evt(phba
, fast_evt_data
);
471 lpfc_free_fast_evt(phba
, fast_evt_data
);
475 fc_host_post_vendor_event(shost
,
476 fc_get_event_number(),
481 lpfc_free_fast_evt(phba
, fast_evt_data
);
486 lpfc_work_list_done(struct lpfc_hba
*phba
)
488 struct lpfc_work_evt
*evtp
= NULL
;
489 struct lpfc_nodelist
*ndlp
;
494 spin_lock_irq(&phba
->hbalock
);
495 while (!list_empty(&phba
->work_list
)) {
496 list_remove_head((&phba
->work_list
), evtp
, typeof(*evtp
),
498 spin_unlock_irq(&phba
->hbalock
);
501 case LPFC_EVT_ELS_RETRY
:
502 ndlp
= (struct lpfc_nodelist
*) (evtp
->evt_arg1
);
503 lpfc_els_retry_delay_handler(ndlp
);
504 free_evt
= 0; /* evt is part of ndlp */
505 /* decrement the node reference count held
506 * for this queued work
510 case LPFC_EVT_DEV_LOSS
:
511 ndlp
= (struct lpfc_nodelist
*)(evtp
->evt_arg1
);
512 fcf_inuse
= lpfc_dev_loss_tmo_handler(ndlp
);
514 /* decrement the node reference count held for
517 nlp_did
= ndlp
->nlp_DID
;
519 if (phba
->sli_rev
== LPFC_SLI_REV4
)
520 lpfc_sli4_post_dev_loss_tmo_handler(phba
,
524 case LPFC_EVT_ONLINE
:
525 if (phba
->link_state
< LPFC_LINK_DOWN
)
526 *(int *) (evtp
->evt_arg1
) = lpfc_online(phba
);
528 *(int *) (evtp
->evt_arg1
) = 0;
529 complete((struct completion
*)(evtp
->evt_arg2
));
531 case LPFC_EVT_OFFLINE_PREP
:
532 if (phba
->link_state
>= LPFC_LINK_DOWN
)
533 lpfc_offline_prep(phba
);
534 *(int *)(evtp
->evt_arg1
) = 0;
535 complete((struct completion
*)(evtp
->evt_arg2
));
537 case LPFC_EVT_OFFLINE
:
539 lpfc_sli_brdrestart(phba
);
540 *(int *)(evtp
->evt_arg1
) =
541 lpfc_sli_brdready(phba
, HS_FFRDY
| HS_MBRDY
);
542 lpfc_unblock_mgmt_io(phba
);
543 complete((struct completion
*)(evtp
->evt_arg2
));
545 case LPFC_EVT_WARM_START
:
547 lpfc_reset_barrier(phba
);
548 lpfc_sli_brdreset(phba
);
549 lpfc_hba_down_post(phba
);
550 *(int *)(evtp
->evt_arg1
) =
551 lpfc_sli_brdready(phba
, HS_MBRDY
);
552 lpfc_unblock_mgmt_io(phba
);
553 complete((struct completion
*)(evtp
->evt_arg2
));
557 *(int *)(evtp
->evt_arg1
)
558 = (phba
->pport
->stopped
)
559 ? 0 : lpfc_sli_brdkill(phba
);
560 lpfc_unblock_mgmt_io(phba
);
561 complete((struct completion
*)(evtp
->evt_arg2
));
563 case LPFC_EVT_FASTPATH_MGMT_EVT
:
564 lpfc_send_fastpath_evt(phba
, evtp
);
567 case LPFC_EVT_RESET_HBA
:
568 if (!(phba
->pport
->load_flag
& FC_UNLOADING
))
569 lpfc_reset_hba(phba
);
574 spin_lock_irq(&phba
->hbalock
);
576 spin_unlock_irq(&phba
->hbalock
);
581 lpfc_work_done(struct lpfc_hba
*phba
)
583 struct lpfc_sli_ring
*pring
;
584 uint32_t ha_copy
, status
, control
, work_port_events
;
585 struct lpfc_vport
**vports
;
586 struct lpfc_vport
*vport
;
589 spin_lock_irq(&phba
->hbalock
);
590 ha_copy
= phba
->work_ha
;
592 spin_unlock_irq(&phba
->hbalock
);
594 /* First, try to post the next mailbox command to SLI4 device */
595 if (phba
->pci_dev_grp
== LPFC_PCI_DEV_OC
)
596 lpfc_sli4_post_async_mbox(phba
);
598 if (ha_copy
& HA_ERATT
)
599 /* Handle the error attention event */
600 lpfc_handle_eratt(phba
);
602 if (ha_copy
& HA_MBATT
)
603 lpfc_sli_handle_mb_event(phba
);
605 if (ha_copy
& HA_LATT
)
606 lpfc_handle_latt(phba
);
608 /* Process SLI4 events */
609 if (phba
->pci_dev_grp
== LPFC_PCI_DEV_OC
) {
610 if (phba
->hba_flag
& HBA_RRQ_ACTIVE
)
611 lpfc_handle_rrq_active(phba
);
612 if (phba
->hba_flag
& FCP_XRI_ABORT_EVENT
)
613 lpfc_sli4_fcp_xri_abort_event_proc(phba
);
614 if (phba
->hba_flag
& ELS_XRI_ABORT_EVENT
)
615 lpfc_sli4_els_xri_abort_event_proc(phba
);
616 if (phba
->hba_flag
& ASYNC_EVENT
)
617 lpfc_sli4_async_event_proc(phba
);
618 if (phba
->hba_flag
& HBA_POST_RECEIVE_BUFFER
) {
619 spin_lock_irq(&phba
->hbalock
);
620 phba
->hba_flag
&= ~HBA_POST_RECEIVE_BUFFER
;
621 spin_unlock_irq(&phba
->hbalock
);
622 lpfc_sli_hbqbuf_add_hbqs(phba
, LPFC_ELS_HBQ
);
624 if (phba
->fcf
.fcf_flag
& FCF_REDISC_EVT
)
625 lpfc_sli4_fcf_redisc_event_proc(phba
);
628 vports
= lpfc_create_vport_work_array(phba
);
630 for (i
= 0; i
<= phba
->max_vports
; i
++) {
632 * We could have no vports in array if unloading, so if
633 * this happens then just use the pport
635 if (vports
[i
] == NULL
&& i
== 0)
641 spin_lock_irq(&vport
->work_port_lock
);
642 work_port_events
= vport
->work_port_events
;
643 vport
->work_port_events
&= ~work_port_events
;
644 spin_unlock_irq(&vport
->work_port_lock
);
645 if (work_port_events
& WORKER_DISC_TMO
)
646 lpfc_disc_timeout_handler(vport
);
647 if (work_port_events
& WORKER_ELS_TMO
)
648 lpfc_els_timeout_handler(vport
);
649 if (work_port_events
& WORKER_HB_TMO
)
650 lpfc_hb_timeout_handler(phba
);
651 if (work_port_events
& WORKER_MBOX_TMO
)
652 lpfc_mbox_timeout_handler(phba
);
653 if (work_port_events
& WORKER_FABRIC_BLOCK_TMO
)
654 lpfc_unblock_fabric_iocbs(phba
);
655 if (work_port_events
& WORKER_FDMI_TMO
)
656 lpfc_fdmi_timeout_handler(vport
);
657 if (work_port_events
& WORKER_RAMP_DOWN_QUEUE
)
658 lpfc_ramp_down_queue_handler(phba
);
659 if (work_port_events
& WORKER_RAMP_UP_QUEUE
)
660 lpfc_ramp_up_queue_handler(phba
);
661 if (work_port_events
& WORKER_DELAYED_DISC_TMO
)
662 lpfc_delayed_disc_timeout_handler(vport
);
664 lpfc_destroy_vport_work_array(phba
, vports
);
666 pring
= &phba
->sli
.ring
[LPFC_ELS_RING
];
667 status
= (ha_copy
& (HA_RXMASK
<< (4*LPFC_ELS_RING
)));
668 status
>>= (4*LPFC_ELS_RING
);
669 if ((status
& HA_RXMASK
) ||
670 (pring
->flag
& LPFC_DEFERRED_RING_EVENT
) ||
671 (phba
->hba_flag
& HBA_SP_QUEUE_EVT
)) {
672 if (pring
->flag
& LPFC_STOP_IOCB_EVENT
) {
673 pring
->flag
|= LPFC_DEFERRED_RING_EVENT
;
674 /* Set the lpfc data pending flag */
675 set_bit(LPFC_DATA_READY
, &phba
->data_flags
);
677 pring
->flag
&= ~LPFC_DEFERRED_RING_EVENT
;
678 lpfc_sli_handle_slow_ring_event(phba
, pring
,
682 if ((phba
->sli_rev
== LPFC_SLI_REV4
) && pring
->txq_cnt
)
683 lpfc_drain_txq(phba
);
685 * Turn on Ring interrupts
687 if (phba
->sli_rev
<= LPFC_SLI_REV3
) {
688 spin_lock_irq(&phba
->hbalock
);
689 control
= readl(phba
->HCregaddr
);
690 if (!(control
& (HC_R0INT_ENA
<< LPFC_ELS_RING
))) {
691 lpfc_debugfs_slow_ring_trc(phba
,
692 "WRK Enable ring: cntl:x%x hacopy:x%x",
693 control
, ha_copy
, 0);
695 control
|= (HC_R0INT_ENA
<< LPFC_ELS_RING
);
696 writel(control
, phba
->HCregaddr
);
697 readl(phba
->HCregaddr
); /* flush */
699 lpfc_debugfs_slow_ring_trc(phba
,
700 "WRK Ring ok: cntl:x%x hacopy:x%x",
701 control
, ha_copy
, 0);
703 spin_unlock_irq(&phba
->hbalock
);
706 lpfc_work_list_done(phba
);
710 lpfc_do_work(void *p
)
712 struct lpfc_hba
*phba
= p
;
715 set_user_nice(current
, -20);
716 phba
->data_flags
= 0;
718 while (!kthread_should_stop()) {
719 /* wait and check worker queue activities */
720 rc
= wait_event_interruptible(phba
->work_waitq
,
721 (test_and_clear_bit(LPFC_DATA_READY
,
723 || kthread_should_stop()));
724 /* Signal wakeup shall terminate the worker thread */
726 lpfc_printf_log(phba
, KERN_ERR
, LOG_ELS
,
727 "0433 Wakeup on signal: rc=x%x\n", rc
);
731 /* Attend pending lpfc data processing */
732 lpfc_work_done(phba
);
734 phba
->worker_thread
= NULL
;
735 lpfc_printf_log(phba
, KERN_INFO
, LOG_ELS
,
736 "0432 Worker thread stopped.\n");
741 * This is only called to handle FC worker events. Since this a rare
742 * occurrence, we allocate a struct lpfc_work_evt structure here instead of
743 * embedding it in the IOCB.
746 lpfc_workq_post_event(struct lpfc_hba
*phba
, void *arg1
, void *arg2
,
749 struct lpfc_work_evt
*evtp
;
753 * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will
754 * be queued to worker thread for processing
756 evtp
= kmalloc(sizeof(struct lpfc_work_evt
), GFP_ATOMIC
);
760 evtp
->evt_arg1
= arg1
;
761 evtp
->evt_arg2
= arg2
;
764 spin_lock_irqsave(&phba
->hbalock
, flags
);
765 list_add_tail(&evtp
->evt_listp
, &phba
->work_list
);
766 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
768 lpfc_worker_wake_up(phba
);
774 lpfc_cleanup_rpis(struct lpfc_vport
*vport
, int remove
)
776 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
777 struct lpfc_hba
*phba
= vport
->phba
;
778 struct lpfc_nodelist
*ndlp
, *next_ndlp
;
781 list_for_each_entry_safe(ndlp
, next_ndlp
, &vport
->fc_nodes
, nlp_listp
) {
782 if (!NLP_CHK_NODE_ACT(ndlp
))
784 if (ndlp
->nlp_state
== NLP_STE_UNUSED_NODE
)
786 if ((phba
->sli3_options
& LPFC_SLI3_VPORT_TEARDOWN
) ||
787 ((vport
->port_type
== LPFC_NPIV_PORT
) &&
788 (ndlp
->nlp_DID
== NameServer_DID
)))
789 lpfc_unreg_rpi(vport
, ndlp
);
791 /* Leave Fabric nodes alone on link down */
792 if ((phba
->sli_rev
< LPFC_SLI_REV4
) &&
793 (!remove
&& ndlp
->nlp_type
& NLP_FABRIC
))
795 rc
= lpfc_disc_state_machine(vport
, ndlp
, NULL
,
798 : NLP_EVT_DEVICE_RECOVERY
);
800 if (phba
->sli3_options
& LPFC_SLI3_VPORT_TEARDOWN
) {
801 if (phba
->sli_rev
== LPFC_SLI_REV4
)
802 lpfc_sli4_unreg_all_rpis(vport
);
803 lpfc_mbx_unreg_vpi(vport
);
804 spin_lock_irq(shost
->host_lock
);
805 vport
->fc_flag
|= FC_VPORT_NEEDS_REG_VPI
;
806 spin_unlock_irq(shost
->host_lock
);
811 lpfc_port_link_failure(struct lpfc_vport
*vport
)
813 lpfc_vport_set_state(vport
, FC_VPORT_LINKDOWN
);
815 /* Cleanup any outstanding received buffers */
816 lpfc_cleanup_rcv_buffers(vport
);
818 /* Cleanup any outstanding RSCN activity */
819 lpfc_els_flush_rscn(vport
);
821 /* Cleanup any outstanding ELS commands */
822 lpfc_els_flush_cmd(vport
);
824 lpfc_cleanup_rpis(vport
, 0);
826 /* Turn off discovery timer if its running */
827 lpfc_can_disctmo(vport
);
831 lpfc_linkdown_port(struct lpfc_vport
*vport
)
833 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
835 fc_host_post_event(shost
, fc_get_event_number(), FCH_EVT_LINKDOWN
, 0);
837 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_ELS_CMD
,
838 "Link Down: state:x%x rtry:x%x flg:x%x",
839 vport
->port_state
, vport
->fc_ns_retry
, vport
->fc_flag
);
841 lpfc_port_link_failure(vport
);
843 /* Stop delayed Nport discovery */
844 spin_lock_irq(shost
->host_lock
);
845 vport
->fc_flag
&= ~FC_DISC_DELAYED
;
846 spin_unlock_irq(shost
->host_lock
);
847 del_timer_sync(&vport
->delayed_disc_tmo
);
851 lpfc_linkdown(struct lpfc_hba
*phba
)
853 struct lpfc_vport
*vport
= phba
->pport
;
854 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
855 struct lpfc_vport
**vports
;
859 if (phba
->link_state
== LPFC_LINK_DOWN
)
862 /* Block all SCSI stack I/Os */
863 lpfc_scsi_dev_block(phba
);
865 spin_lock_irq(&phba
->hbalock
);
866 phba
->fcf
.fcf_flag
&= ~(FCF_AVAILABLE
| FCF_SCAN_DONE
);
867 spin_unlock_irq(&phba
->hbalock
);
868 if (phba
->link_state
> LPFC_LINK_DOWN
) {
869 phba
->link_state
= LPFC_LINK_DOWN
;
870 spin_lock_irq(shost
->host_lock
);
871 phba
->pport
->fc_flag
&= ~FC_LBIT
;
872 spin_unlock_irq(shost
->host_lock
);
874 vports
= lpfc_create_vport_work_array(phba
);
876 for (i
= 0; i
<= phba
->max_vports
&& vports
[i
] != NULL
; i
++) {
877 /* Issue a LINK DOWN event to all nodes */
878 lpfc_linkdown_port(vports
[i
]);
880 lpfc_destroy_vport_work_array(phba
, vports
);
881 /* Clean up any firmware default rpi's */
882 mb
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
884 lpfc_unreg_did(phba
, 0xffff, LPFC_UNREG_ALL_DFLT_RPIS
, mb
);
886 mb
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
887 if (lpfc_sli_issue_mbox(phba
, mb
, MBX_NOWAIT
)
888 == MBX_NOT_FINISHED
) {
889 mempool_free(mb
, phba
->mbox_mem_pool
);
893 /* Setup myDID for link up if we are in pt2pt mode */
894 if (phba
->pport
->fc_flag
& FC_PT2PT
) {
895 phba
->pport
->fc_myDID
= 0;
896 mb
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
898 lpfc_config_link(phba
, mb
);
899 mb
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
901 if (lpfc_sli_issue_mbox(phba
, mb
, MBX_NOWAIT
)
902 == MBX_NOT_FINISHED
) {
903 mempool_free(mb
, phba
->mbox_mem_pool
);
906 spin_lock_irq(shost
->host_lock
);
907 phba
->pport
->fc_flag
&= ~(FC_PT2PT
| FC_PT2PT_PLOGI
);
908 spin_unlock_irq(shost
->host_lock
);
915 lpfc_linkup_cleanup_nodes(struct lpfc_vport
*vport
)
917 struct lpfc_nodelist
*ndlp
;
919 list_for_each_entry(ndlp
, &vport
->fc_nodes
, nlp_listp
) {
920 if (!NLP_CHK_NODE_ACT(ndlp
))
922 if (ndlp
->nlp_state
== NLP_STE_UNUSED_NODE
)
924 if (ndlp
->nlp_type
& NLP_FABRIC
) {
925 /* On Linkup its safe to clean up the ndlp
926 * from Fabric connections.
928 if (ndlp
->nlp_DID
!= Fabric_DID
)
929 lpfc_unreg_rpi(vport
, ndlp
);
930 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_NPR_NODE
);
931 } else if (!(ndlp
->nlp_flag
& NLP_NPR_ADISC
)) {
932 /* Fail outstanding IO now since device is
935 lpfc_unreg_rpi(vport
, ndlp
);
941 lpfc_linkup_port(struct lpfc_vport
*vport
)
943 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
944 struct lpfc_hba
*phba
= vport
->phba
;
946 if ((vport
->load_flag
& FC_UNLOADING
) != 0)
949 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_ELS_CMD
,
950 "Link Up: top:x%x speed:x%x flg:x%x",
951 phba
->fc_topology
, phba
->fc_linkspeed
, phba
->link_flag
);
953 /* If NPIV is not enabled, only bring the physical port up */
954 if (!(phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
) &&
955 (vport
!= phba
->pport
))
958 fc_host_post_event(shost
, fc_get_event_number(), FCH_EVT_LINKUP
, 0);
960 spin_lock_irq(shost
->host_lock
);
961 vport
->fc_flag
&= ~(FC_PT2PT
| FC_PT2PT_PLOGI
| FC_ABORT_DISCOVERY
|
962 FC_RSCN_MODE
| FC_NLP_MORE
| FC_RSCN_DISCOVERY
);
963 vport
->fc_flag
|= FC_NDISC_ACTIVE
;
964 vport
->fc_ns_retry
= 0;
965 spin_unlock_irq(shost
->host_lock
);
967 if (vport
->fc_flag
& FC_LBIT
)
968 lpfc_linkup_cleanup_nodes(vport
);
973 lpfc_linkup(struct lpfc_hba
*phba
)
975 struct lpfc_vport
**vports
;
978 lpfc_cleanup_wt_rrqs(phba
);
979 phba
->link_state
= LPFC_LINK_UP
;
981 /* Unblock fabric iocbs if they are blocked */
982 clear_bit(FABRIC_COMANDS_BLOCKED
, &phba
->bit_flags
);
983 del_timer_sync(&phba
->fabric_block_timer
);
985 vports
= lpfc_create_vport_work_array(phba
);
987 for (i
= 0; i
<= phba
->max_vports
&& vports
[i
] != NULL
; i
++)
988 lpfc_linkup_port(vports
[i
]);
989 lpfc_destroy_vport_work_array(phba
, vports
);
990 if ((phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
) &&
991 (phba
->sli_rev
< LPFC_SLI_REV4
))
992 lpfc_issue_clear_la(phba
, phba
->pport
);
998 * This routine handles processing a CLEAR_LA mailbox
999 * command upon completion. It is setup in the LPFC_MBOXQ
1000 * as the completion routine when the command is
1001 * handed off to the SLI layer.
1004 lpfc_mbx_cmpl_clear_la(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
1006 struct lpfc_vport
*vport
= pmb
->vport
;
1007 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1008 struct lpfc_sli
*psli
= &phba
->sli
;
1009 MAILBOX_t
*mb
= &pmb
->u
.mb
;
1012 /* Since we don't do discovery right now, turn these off here */
1013 psli
->ring
[psli
->extra_ring
].flag
&= ~LPFC_STOP_IOCB_EVENT
;
1014 psli
->ring
[psli
->fcp_ring
].flag
&= ~LPFC_STOP_IOCB_EVENT
;
1015 psli
->ring
[psli
->next_ring
].flag
&= ~LPFC_STOP_IOCB_EVENT
;
1017 /* Check for error */
1018 if ((mb
->mbxStatus
) && (mb
->mbxStatus
!= 0x1601)) {
1019 /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */
1020 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
1021 "0320 CLEAR_LA mbxStatus error x%x hba "
1023 mb
->mbxStatus
, vport
->port_state
);
1024 phba
->link_state
= LPFC_HBA_ERROR
;
1028 if (vport
->port_type
== LPFC_PHYSICAL_PORT
)
1029 phba
->link_state
= LPFC_HBA_READY
;
1031 spin_lock_irq(&phba
->hbalock
);
1032 psli
->sli_flag
|= LPFC_PROCESS_LA
;
1033 control
= readl(phba
->HCregaddr
);
1034 control
|= HC_LAINT_ENA
;
1035 writel(control
, phba
->HCregaddr
);
1036 readl(phba
->HCregaddr
); /* flush */
1037 spin_unlock_irq(&phba
->hbalock
);
1038 mempool_free(pmb
, phba
->mbox_mem_pool
);
1042 /* Device Discovery completes */
1043 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
1044 "0225 Device Discovery completes\n");
1045 mempool_free(pmb
, phba
->mbox_mem_pool
);
1047 spin_lock_irq(shost
->host_lock
);
1048 vport
->fc_flag
&= ~FC_ABORT_DISCOVERY
;
1049 spin_unlock_irq(shost
->host_lock
);
1051 lpfc_can_disctmo(vport
);
1053 /* turn on Link Attention interrupts */
1055 spin_lock_irq(&phba
->hbalock
);
1056 psli
->sli_flag
|= LPFC_PROCESS_LA
;
1057 control
= readl(phba
->HCregaddr
);
1058 control
|= HC_LAINT_ENA
;
1059 writel(control
, phba
->HCregaddr
);
1060 readl(phba
->HCregaddr
); /* flush */
1061 spin_unlock_irq(&phba
->hbalock
);
1068 lpfc_mbx_cmpl_local_config_link(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
1070 struct lpfc_vport
*vport
= pmb
->vport
;
1072 if (pmb
->u
.mb
.mbxStatus
)
1075 mempool_free(pmb
, phba
->mbox_mem_pool
);
1077 if (phba
->fc_topology
== LPFC_TOPOLOGY_LOOP
&&
1078 vport
->fc_flag
& FC_PUBLIC_LOOP
&&
1079 !(vport
->fc_flag
& FC_LBIT
)) {
1080 /* Need to wait for FAN - use discovery timer
1081 * for timeout. port_state is identically
1082 * LPFC_LOCAL_CFG_LINK while waiting for FAN
1084 lpfc_set_disctmo(vport
);
1088 /* Start discovery by sending a FLOGI. port_state is identically
1089 * LPFC_FLOGI while waiting for FLOGI cmpl
1091 if (vport
->port_state
!= LPFC_FLOGI
)
1092 lpfc_initial_flogi(vport
);
1096 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
1097 "0306 CONFIG_LINK mbxStatus error x%x "
1099 pmb
->u
.mb
.mbxStatus
, vport
->port_state
);
1100 mempool_free(pmb
, phba
->mbox_mem_pool
);
1102 lpfc_linkdown(phba
);
1104 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
1105 "0200 CONFIG_LINK bad hba state x%x\n",
1108 lpfc_issue_clear_la(phba
, vport
);
1113 lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*mboxq
)
1115 struct lpfc_vport
*vport
= mboxq
->vport
;
1117 if (mboxq
->u
.mb
.mbxStatus
) {
1118 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
1119 "2017 REG_FCFI mbxStatus error x%x "
1121 mboxq
->u
.mb
.mbxStatus
, vport
->port_state
);
1125 /* Start FCoE discovery by sending a FLOGI. */
1126 phba
->fcf
.fcfi
= bf_get(lpfc_reg_fcfi_fcfi
, &mboxq
->u
.mqe
.un
.reg_fcfi
);
1127 /* Set the FCFI registered flag */
1128 spin_lock_irq(&phba
->hbalock
);
1129 phba
->fcf
.fcf_flag
|= FCF_REGISTERED
;
1130 spin_unlock_irq(&phba
->hbalock
);
1132 /* If there is a pending FCoE event, restart FCF table scan. */
1133 if (lpfc_check_pending_fcoe_event(phba
, LPFC_UNREG_FCF
))
1136 /* Mark successful completion of FCF table scan */
1137 spin_lock_irq(&phba
->hbalock
);
1138 phba
->fcf
.fcf_flag
|= (FCF_SCAN_DONE
| FCF_IN_USE
);
1139 phba
->hba_flag
&= ~FCF_TS_INPROG
;
1140 if (vport
->port_state
!= LPFC_FLOGI
) {
1141 phba
->hba_flag
|= FCF_RR_INPROG
;
1142 spin_unlock_irq(&phba
->hbalock
);
1143 lpfc_issue_init_vfi(vport
);
1146 spin_unlock_irq(&phba
->hbalock
);
1150 spin_lock_irq(&phba
->hbalock
);
1151 phba
->hba_flag
&= ~FCF_RR_INPROG
;
1152 spin_unlock_irq(&phba
->hbalock
);
1154 mempool_free(mboxq
, phba
->mbox_mem_pool
);
1158 * lpfc_fab_name_match - Check if the fcf fabric name match.
1159 * @fab_name: pointer to fabric name.
1160 * @new_fcf_record: pointer to fcf record.
1162 * This routine compare the fcf record's fabric name with provided
1163 * fabric name. If the fabric name are identical this function
1164 * returns 1 else return 0.
1167 lpfc_fab_name_match(uint8_t *fab_name
, struct fcf_record
*new_fcf_record
)
1169 if (fab_name
[0] != bf_get(lpfc_fcf_record_fab_name_0
, new_fcf_record
))
1171 if (fab_name
[1] != bf_get(lpfc_fcf_record_fab_name_1
, new_fcf_record
))
1173 if (fab_name
[2] != bf_get(lpfc_fcf_record_fab_name_2
, new_fcf_record
))
1175 if (fab_name
[3] != bf_get(lpfc_fcf_record_fab_name_3
, new_fcf_record
))
1177 if (fab_name
[4] != bf_get(lpfc_fcf_record_fab_name_4
, new_fcf_record
))
1179 if (fab_name
[5] != bf_get(lpfc_fcf_record_fab_name_5
, new_fcf_record
))
1181 if (fab_name
[6] != bf_get(lpfc_fcf_record_fab_name_6
, new_fcf_record
))
1183 if (fab_name
[7] != bf_get(lpfc_fcf_record_fab_name_7
, new_fcf_record
))
1189 * lpfc_sw_name_match - Check if the fcf switch name match.
1190 * @fab_name: pointer to fabric name.
1191 * @new_fcf_record: pointer to fcf record.
1193 * This routine compare the fcf record's switch name with provided
1194 * switch name. If the switch name are identical this function
1195 * returns 1 else return 0.
1198 lpfc_sw_name_match(uint8_t *sw_name
, struct fcf_record
*new_fcf_record
)
1200 if (sw_name
[0] != bf_get(lpfc_fcf_record_switch_name_0
, new_fcf_record
))
1202 if (sw_name
[1] != bf_get(lpfc_fcf_record_switch_name_1
, new_fcf_record
))
1204 if (sw_name
[2] != bf_get(lpfc_fcf_record_switch_name_2
, new_fcf_record
))
1206 if (sw_name
[3] != bf_get(lpfc_fcf_record_switch_name_3
, new_fcf_record
))
1208 if (sw_name
[4] != bf_get(lpfc_fcf_record_switch_name_4
, new_fcf_record
))
1210 if (sw_name
[5] != bf_get(lpfc_fcf_record_switch_name_5
, new_fcf_record
))
1212 if (sw_name
[6] != bf_get(lpfc_fcf_record_switch_name_6
, new_fcf_record
))
1214 if (sw_name
[7] != bf_get(lpfc_fcf_record_switch_name_7
, new_fcf_record
))
1220 * lpfc_mac_addr_match - Check if the fcf mac address match.
1221 * @mac_addr: pointer to mac address.
1222 * @new_fcf_record: pointer to fcf record.
1224 * This routine compare the fcf record's mac address with HBA's
1225 * FCF mac address. If the mac addresses are identical this function
1226 * returns 1 else return 0.
1229 lpfc_mac_addr_match(uint8_t *mac_addr
, struct fcf_record
*new_fcf_record
)
1231 if (mac_addr
[0] != bf_get(lpfc_fcf_record_mac_0
, new_fcf_record
))
1233 if (mac_addr
[1] != bf_get(lpfc_fcf_record_mac_1
, new_fcf_record
))
1235 if (mac_addr
[2] != bf_get(lpfc_fcf_record_mac_2
, new_fcf_record
))
1237 if (mac_addr
[3] != bf_get(lpfc_fcf_record_mac_3
, new_fcf_record
))
1239 if (mac_addr
[4] != bf_get(lpfc_fcf_record_mac_4
, new_fcf_record
))
1241 if (mac_addr
[5] != bf_get(lpfc_fcf_record_mac_5
, new_fcf_record
))
1247 lpfc_vlan_id_match(uint16_t curr_vlan_id
, uint16_t new_vlan_id
)
1249 return (curr_vlan_id
== new_vlan_id
);
1253 * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba.
1254 * @fcf: pointer to driver fcf record.
1255 * @new_fcf_record: pointer to fcf record.
1257 * This routine copies the FCF information from the FCF
1258 * record to lpfc_hba data structure.
1261 lpfc_copy_fcf_record(struct lpfc_fcf_rec
*fcf_rec
,
1262 struct fcf_record
*new_fcf_record
)
1265 fcf_rec
->fabric_name
[0] =
1266 bf_get(lpfc_fcf_record_fab_name_0
, new_fcf_record
);
1267 fcf_rec
->fabric_name
[1] =
1268 bf_get(lpfc_fcf_record_fab_name_1
, new_fcf_record
);
1269 fcf_rec
->fabric_name
[2] =
1270 bf_get(lpfc_fcf_record_fab_name_2
, new_fcf_record
);
1271 fcf_rec
->fabric_name
[3] =
1272 bf_get(lpfc_fcf_record_fab_name_3
, new_fcf_record
);
1273 fcf_rec
->fabric_name
[4] =
1274 bf_get(lpfc_fcf_record_fab_name_4
, new_fcf_record
);
1275 fcf_rec
->fabric_name
[5] =
1276 bf_get(lpfc_fcf_record_fab_name_5
, new_fcf_record
);
1277 fcf_rec
->fabric_name
[6] =
1278 bf_get(lpfc_fcf_record_fab_name_6
, new_fcf_record
);
1279 fcf_rec
->fabric_name
[7] =
1280 bf_get(lpfc_fcf_record_fab_name_7
, new_fcf_record
);
1282 fcf_rec
->mac_addr
[0] = bf_get(lpfc_fcf_record_mac_0
, new_fcf_record
);
1283 fcf_rec
->mac_addr
[1] = bf_get(lpfc_fcf_record_mac_1
, new_fcf_record
);
1284 fcf_rec
->mac_addr
[2] = bf_get(lpfc_fcf_record_mac_2
, new_fcf_record
);
1285 fcf_rec
->mac_addr
[3] = bf_get(lpfc_fcf_record_mac_3
, new_fcf_record
);
1286 fcf_rec
->mac_addr
[4] = bf_get(lpfc_fcf_record_mac_4
, new_fcf_record
);
1287 fcf_rec
->mac_addr
[5] = bf_get(lpfc_fcf_record_mac_5
, new_fcf_record
);
1288 /* FCF record index */
1289 fcf_rec
->fcf_indx
= bf_get(lpfc_fcf_record_fcf_index
, new_fcf_record
);
1290 /* FCF record priority */
1291 fcf_rec
->priority
= new_fcf_record
->fip_priority
;
1293 fcf_rec
->switch_name
[0] =
1294 bf_get(lpfc_fcf_record_switch_name_0
, new_fcf_record
);
1295 fcf_rec
->switch_name
[1] =
1296 bf_get(lpfc_fcf_record_switch_name_1
, new_fcf_record
);
1297 fcf_rec
->switch_name
[2] =
1298 bf_get(lpfc_fcf_record_switch_name_2
, new_fcf_record
);
1299 fcf_rec
->switch_name
[3] =
1300 bf_get(lpfc_fcf_record_switch_name_3
, new_fcf_record
);
1301 fcf_rec
->switch_name
[4] =
1302 bf_get(lpfc_fcf_record_switch_name_4
, new_fcf_record
);
1303 fcf_rec
->switch_name
[5] =
1304 bf_get(lpfc_fcf_record_switch_name_5
, new_fcf_record
);
1305 fcf_rec
->switch_name
[6] =
1306 bf_get(lpfc_fcf_record_switch_name_6
, new_fcf_record
);
1307 fcf_rec
->switch_name
[7] =
1308 bf_get(lpfc_fcf_record_switch_name_7
, new_fcf_record
);
1312 * lpfc_update_fcf_record - Update driver fcf record
1313 * @phba: pointer to lpfc hba data structure.
1314 * @fcf_rec: pointer to driver fcf record.
1315 * @new_fcf_record: pointer to hba fcf record.
1316 * @addr_mode: address mode to be set to the driver fcf record.
1317 * @vlan_id: vlan tag to be set to the driver fcf record.
1318 * @flag: flag bits to be set to the driver fcf record.
1320 * This routine updates the driver FCF record from the new HBA FCF record
1321 * together with the address mode, vlan_id, and other informations. This
1322 * routine is called with the host lock held.
1325 __lpfc_update_fcf_record(struct lpfc_hba
*phba
, struct lpfc_fcf_rec
*fcf_rec
,
1326 struct fcf_record
*new_fcf_record
, uint32_t addr_mode
,
1327 uint16_t vlan_id
, uint32_t flag
)
1329 /* Copy the fields from the HBA's FCF record */
1330 lpfc_copy_fcf_record(fcf_rec
, new_fcf_record
);
1331 /* Update other fields of driver FCF record */
1332 fcf_rec
->addr_mode
= addr_mode
;
1333 fcf_rec
->vlan_id
= vlan_id
;
1334 fcf_rec
->flag
|= (flag
| RECORD_VALID
);
1338 * lpfc_register_fcf - Register the FCF with hba.
1339 * @phba: pointer to lpfc hba data structure.
1341 * This routine issues a register fcfi mailbox command to register
1345 lpfc_register_fcf(struct lpfc_hba
*phba
)
1347 LPFC_MBOXQ_t
*fcf_mbxq
;
1350 spin_lock_irq(&phba
->hbalock
);
1351 /* If the FCF is not available do nothing. */
1352 if (!(phba
->fcf
.fcf_flag
& FCF_AVAILABLE
)) {
1353 phba
->hba_flag
&= ~(FCF_TS_INPROG
| FCF_RR_INPROG
);
1354 spin_unlock_irq(&phba
->hbalock
);
1358 /* The FCF is already registered, start discovery */
1359 if (phba
->fcf
.fcf_flag
& FCF_REGISTERED
) {
1360 phba
->fcf
.fcf_flag
|= (FCF_SCAN_DONE
| FCF_IN_USE
);
1361 phba
->hba_flag
&= ~FCF_TS_INPROG
;
1362 if (phba
->pport
->port_state
!= LPFC_FLOGI
) {
1363 phba
->hba_flag
|= FCF_RR_INPROG
;
1364 spin_unlock_irq(&phba
->hbalock
);
1365 lpfc_issue_init_vfi(phba
->pport
);
1368 spin_unlock_irq(&phba
->hbalock
);
1371 spin_unlock_irq(&phba
->hbalock
);
1373 fcf_mbxq
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
1375 spin_lock_irq(&phba
->hbalock
);
1376 phba
->hba_flag
&= ~(FCF_TS_INPROG
| FCF_RR_INPROG
);
1377 spin_unlock_irq(&phba
->hbalock
);
1381 lpfc_reg_fcfi(phba
, fcf_mbxq
);
1382 fcf_mbxq
->vport
= phba
->pport
;
1383 fcf_mbxq
->mbox_cmpl
= lpfc_mbx_cmpl_reg_fcfi
;
1384 rc
= lpfc_sli_issue_mbox(phba
, fcf_mbxq
, MBX_NOWAIT
);
1385 if (rc
== MBX_NOT_FINISHED
) {
1386 spin_lock_irq(&phba
->hbalock
);
1387 phba
->hba_flag
&= ~(FCF_TS_INPROG
| FCF_RR_INPROG
);
1388 spin_unlock_irq(&phba
->hbalock
);
1389 mempool_free(fcf_mbxq
, phba
->mbox_mem_pool
);
1396 * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery.
1397 * @phba: pointer to lpfc hba data structure.
1398 * @new_fcf_record: pointer to fcf record.
1399 * @boot_flag: Indicates if this record used by boot bios.
1400 * @addr_mode: The address mode to be used by this FCF
1401 * @vlan_id: The vlan id to be used as vlan tagging by this FCF.
1403 * This routine compare the fcf record with connect list obtained from the
1404 * config region to decide if this FCF can be used for SAN discovery. It returns
1405 * 1 if this record can be used for SAN discovery else return zero. If this FCF
1406 * record can be used for SAN discovery, the boot_flag will indicate if this FCF
1407 * is used by boot bios and addr_mode will indicate the addressing mode to be
1408 * used for this FCF when the function returns.
1409 * If the FCF record need to be used with a particular vlan id, the vlan is
1410 * set in the vlan_id on return of the function. If not VLAN tagging need to
1411 * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID;
1414 lpfc_match_fcf_conn_list(struct lpfc_hba
*phba
,
1415 struct fcf_record
*new_fcf_record
,
1416 uint32_t *boot_flag
, uint32_t *addr_mode
,
1419 struct lpfc_fcf_conn_entry
*conn_entry
;
1420 int i
, j
, fcf_vlan_id
= 0;
1422 /* Find the lowest VLAN id in the FCF record */
1423 for (i
= 0; i
< 512; i
++) {
1424 if (new_fcf_record
->vlan_bitmap
[i
]) {
1425 fcf_vlan_id
= i
* 8;
1427 while (!((new_fcf_record
->vlan_bitmap
[i
] >> j
) & 1)) {
1435 /* If FCF not available return 0 */
1436 if (!bf_get(lpfc_fcf_record_fcf_avail
, new_fcf_record
) ||
1437 !bf_get(lpfc_fcf_record_fcf_valid
, new_fcf_record
))
1440 if (!(phba
->hba_flag
& HBA_FIP_SUPPORT
)) {
1442 *addr_mode
= bf_get(lpfc_fcf_record_mac_addr_prov
,
1444 if (phba
->valid_vlan
)
1445 *vlan_id
= phba
->vlan_id
;
1447 *vlan_id
= LPFC_FCOE_NULL_VID
;
1452 * If there are no FCF connection table entry, driver connect to all
1455 if (list_empty(&phba
->fcf_conn_rec_list
)) {
1457 *addr_mode
= bf_get(lpfc_fcf_record_mac_addr_prov
,
1461 * When there are no FCF connect entries, use driver's default
1462 * addressing mode - FPMA.
1464 if (*addr_mode
& LPFC_FCF_FPMA
)
1465 *addr_mode
= LPFC_FCF_FPMA
;
1467 /* If FCF record report a vlan id use that vlan id */
1469 *vlan_id
= fcf_vlan_id
;
1471 *vlan_id
= LPFC_FCOE_NULL_VID
;
1475 list_for_each_entry(conn_entry
,
1476 &phba
->fcf_conn_rec_list
, list
) {
1477 if (!(conn_entry
->conn_rec
.flags
& FCFCNCT_VALID
))
1480 if ((conn_entry
->conn_rec
.flags
& FCFCNCT_FBNM_VALID
) &&
1481 !lpfc_fab_name_match(conn_entry
->conn_rec
.fabric_name
,
1484 if ((conn_entry
->conn_rec
.flags
& FCFCNCT_SWNM_VALID
) &&
1485 !lpfc_sw_name_match(conn_entry
->conn_rec
.switch_name
,
1488 if (conn_entry
->conn_rec
.flags
& FCFCNCT_VLAN_VALID
) {
1490 * If the vlan bit map does not have the bit set for the
1491 * vlan id to be used, then it is not a match.
1493 if (!(new_fcf_record
->vlan_bitmap
1494 [conn_entry
->conn_rec
.vlan_tag
/ 8] &
1495 (1 << (conn_entry
->conn_rec
.vlan_tag
% 8))))
1500 * If connection record does not support any addressing mode,
1501 * skip the FCF record.
1503 if (!(bf_get(lpfc_fcf_record_mac_addr_prov
, new_fcf_record
)
1504 & (LPFC_FCF_FPMA
| LPFC_FCF_SPMA
)))
1508 * Check if the connection record specifies a required
1511 if ((conn_entry
->conn_rec
.flags
& FCFCNCT_AM_VALID
) &&
1512 !(conn_entry
->conn_rec
.flags
& FCFCNCT_AM_PREFERRED
)) {
1515 * If SPMA required but FCF not support this continue.
1517 if ((conn_entry
->conn_rec
.flags
& FCFCNCT_AM_SPMA
) &&
1518 !(bf_get(lpfc_fcf_record_mac_addr_prov
,
1519 new_fcf_record
) & LPFC_FCF_SPMA
))
1523 * If FPMA required but FCF not support this continue.
1525 if (!(conn_entry
->conn_rec
.flags
& FCFCNCT_AM_SPMA
) &&
1526 !(bf_get(lpfc_fcf_record_mac_addr_prov
,
1527 new_fcf_record
) & LPFC_FCF_FPMA
))
1532 * This fcf record matches filtering criteria.
1534 if (conn_entry
->conn_rec
.flags
& FCFCNCT_BOOT
)
1540 * If user did not specify any addressing mode, or if the
1541 * preferred addressing mode specified by user is not supported
1542 * by FCF, allow fabric to pick the addressing mode.
1544 *addr_mode
= bf_get(lpfc_fcf_record_mac_addr_prov
,
1547 * If the user specified a required address mode, assign that
1550 if ((conn_entry
->conn_rec
.flags
& FCFCNCT_AM_VALID
) &&
1551 (!(conn_entry
->conn_rec
.flags
& FCFCNCT_AM_PREFERRED
)))
1552 *addr_mode
= (conn_entry
->conn_rec
.flags
&
1554 LPFC_FCF_SPMA
: LPFC_FCF_FPMA
;
1556 * If the user specified a preferred address mode, use the
1557 * addr mode only if FCF support the addr_mode.
1559 else if ((conn_entry
->conn_rec
.flags
& FCFCNCT_AM_VALID
) &&
1560 (conn_entry
->conn_rec
.flags
& FCFCNCT_AM_PREFERRED
) &&
1561 (conn_entry
->conn_rec
.flags
& FCFCNCT_AM_SPMA
) &&
1562 (*addr_mode
& LPFC_FCF_SPMA
))
1563 *addr_mode
= LPFC_FCF_SPMA
;
1564 else if ((conn_entry
->conn_rec
.flags
& FCFCNCT_AM_VALID
) &&
1565 (conn_entry
->conn_rec
.flags
& FCFCNCT_AM_PREFERRED
) &&
1566 !(conn_entry
->conn_rec
.flags
& FCFCNCT_AM_SPMA
) &&
1567 (*addr_mode
& LPFC_FCF_FPMA
))
1568 *addr_mode
= LPFC_FCF_FPMA
;
1570 /* If matching connect list has a vlan id, use it */
1571 if (conn_entry
->conn_rec
.flags
& FCFCNCT_VLAN_VALID
)
1572 *vlan_id
= conn_entry
->conn_rec
.vlan_tag
;
1574 * If no vlan id is specified in connect list, use the vlan id
1577 else if (fcf_vlan_id
)
1578 *vlan_id
= fcf_vlan_id
;
1580 *vlan_id
= LPFC_FCOE_NULL_VID
;
1589 * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event.
1590 * @phba: pointer to lpfc hba data structure.
1591 * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned.
1593 * This function check if there is any fcoe event pending while driver
1594 * scan FCF entries. If there is any pending event, it will restart the
1595 * FCF saning and return 1 else return 0.
1598 lpfc_check_pending_fcoe_event(struct lpfc_hba
*phba
, uint8_t unreg_fcf
)
1601 * If the Link is up and no FCoE events while in the
1602 * FCF discovery, no need to restart FCF discovery.
1604 if ((phba
->link_state
>= LPFC_LINK_UP
) &&
1605 (phba
->fcoe_eventtag
== phba
->fcoe_eventtag_at_fcf_scan
))
1608 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
1609 "2768 Pending link or FCF event during current "
1610 "handling of the previous event: link_state:x%x, "
1611 "evt_tag_at_scan:x%x, evt_tag_current:x%x\n",
1612 phba
->link_state
, phba
->fcoe_eventtag_at_fcf_scan
,
1613 phba
->fcoe_eventtag
);
1615 spin_lock_irq(&phba
->hbalock
);
1616 phba
->fcf
.fcf_flag
&= ~FCF_AVAILABLE
;
1617 spin_unlock_irq(&phba
->hbalock
);
1619 if (phba
->link_state
>= LPFC_LINK_UP
) {
1620 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
| LOG_DISCOVERY
,
1621 "2780 Restart FCF table scan due to "
1622 "pending FCF event:evt_tag_at_scan:x%x, "
1623 "evt_tag_current:x%x\n",
1624 phba
->fcoe_eventtag_at_fcf_scan
,
1625 phba
->fcoe_eventtag
);
1626 lpfc_sli4_fcf_scan_read_fcf_rec(phba
, LPFC_FCOE_FCF_GET_FIRST
);
1629 * Do not continue FCF discovery and clear FCF_TS_INPROG
1632 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
| LOG_DISCOVERY
,
1633 "2833 Stop FCF discovery process due to link "
1634 "state change (x%x)\n", phba
->link_state
);
1635 spin_lock_irq(&phba
->hbalock
);
1636 phba
->hba_flag
&= ~(FCF_TS_INPROG
| FCF_RR_INPROG
);
1637 phba
->fcf
.fcf_flag
&= ~(FCF_REDISC_FOV
| FCF_DISCOVERY
);
1638 spin_unlock_irq(&phba
->hbalock
);
1641 /* Unregister the currently registered FCF if required */
1643 spin_lock_irq(&phba
->hbalock
);
1644 phba
->fcf
.fcf_flag
&= ~FCF_REGISTERED
;
1645 spin_unlock_irq(&phba
->hbalock
);
1646 lpfc_sli4_unregister_fcf(phba
);
1652 * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record
1653 * @phba: pointer to lpfc hba data structure.
1654 * @fcf_cnt: number of eligible fcf record seen so far.
1656 * This function makes an running random selection decision on FCF record to
1657 * use through a sequence of @fcf_cnt eligible FCF records with equal
1658 * probability. To perform integer manunipulation of random numbers with
1659 * size unit32_t, the lower 16 bits of the 32-bit random number returned
1660 * from random32() are taken as the random random number generated.
1662 * Returns true when outcome is for the newly read FCF record should be
1663 * chosen; otherwise, return false when outcome is for keeping the previously
1664 * chosen FCF record.
1667 lpfc_sli4_new_fcf_random_select(struct lpfc_hba
*phba
, uint32_t fcf_cnt
)
1671 /* Get 16-bit uniform random number */
1672 rand_num
= (0xFFFF & random32());
1674 /* Decision with probability 1/fcf_cnt */
1675 if ((fcf_cnt
* rand_num
) < 0xFFFF)
1682 * lpfc_sli4_fcf_rec_mbox_parse - Parse read_fcf mbox command.
1683 * @phba: pointer to lpfc hba data structure.
1684 * @mboxq: pointer to mailbox object.
1685 * @next_fcf_index: pointer to holder of next fcf index.
1687 * This routine parses the non-embedded fcf mailbox command by performing the
1688 * necessarily error checking, non-embedded read FCF record mailbox command
1689 * SGE parsing, and endianness swapping.
1691 * Returns the pointer to the new FCF record in the non-embedded mailbox
1692 * command DMA memory if successfully, other NULL.
1694 static struct fcf_record
*
1695 lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*mboxq
,
1696 uint16_t *next_fcf_index
)
1699 dma_addr_t phys_addr
;
1700 struct lpfc_mbx_sge sge
;
1701 struct lpfc_mbx_read_fcf_tbl
*read_fcf
;
1702 uint32_t shdr_status
, shdr_add_status
;
1703 union lpfc_sli4_cfg_shdr
*shdr
;
1704 struct fcf_record
*new_fcf_record
;
1706 /* Get the first SGE entry from the non-embedded DMA memory. This
1707 * routine only uses a single SGE.
1709 lpfc_sli4_mbx_sge_get(mboxq
, 0, &sge
);
1710 phys_addr
= getPaddr(sge
.pa_hi
, sge
.pa_lo
);
1711 if (unlikely(!mboxq
->sge_array
)) {
1712 lpfc_printf_log(phba
, KERN_ERR
, LOG_MBOX
,
1713 "2524 Failed to get the non-embedded SGE "
1714 "virtual address\n");
1717 virt_addr
= mboxq
->sge_array
->addr
[0];
1719 shdr
= (union lpfc_sli4_cfg_shdr
*)virt_addr
;
1720 shdr_status
= bf_get(lpfc_mbox_hdr_status
, &shdr
->response
);
1721 shdr_add_status
= bf_get(lpfc_mbox_hdr_add_status
, &shdr
->response
);
1722 if (shdr_status
|| shdr_add_status
) {
1723 if (shdr_status
== STATUS_FCF_TABLE_EMPTY
)
1724 lpfc_printf_log(phba
, KERN_ERR
, LOG_FIP
,
1725 "2726 READ_FCF_RECORD Indicates empty "
1728 lpfc_printf_log(phba
, KERN_ERR
, LOG_FIP
,
1729 "2521 READ_FCF_RECORD mailbox failed "
1730 "with status x%x add_status x%x, "
1731 "mbx\n", shdr_status
, shdr_add_status
);
1735 /* Interpreting the returned information of the FCF record */
1736 read_fcf
= (struct lpfc_mbx_read_fcf_tbl
*)virt_addr
;
1737 lpfc_sli_pcimem_bcopy(read_fcf
, read_fcf
,
1738 sizeof(struct lpfc_mbx_read_fcf_tbl
));
1739 *next_fcf_index
= bf_get(lpfc_mbx_read_fcf_tbl_nxt_vindx
, read_fcf
);
1740 new_fcf_record
= (struct fcf_record
*)(virt_addr
+
1741 sizeof(struct lpfc_mbx_read_fcf_tbl
));
1742 lpfc_sli_pcimem_bcopy(new_fcf_record
, new_fcf_record
,
1743 offsetof(struct fcf_record
, vlan_bitmap
));
1744 new_fcf_record
->word137
= le32_to_cpu(new_fcf_record
->word137
);
1745 new_fcf_record
->word138
= le32_to_cpu(new_fcf_record
->word138
);
1747 return new_fcf_record
;
1751 * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record
1752 * @phba: pointer to lpfc hba data structure.
1753 * @fcf_record: pointer to the fcf record.
1754 * @vlan_id: the lowest vlan identifier associated to this fcf record.
1755 * @next_fcf_index: the index to the next fcf record in hba's fcf table.
1757 * This routine logs the detailed FCF record if the LOG_FIP loggin is
1761 lpfc_sli4_log_fcf_record_info(struct lpfc_hba
*phba
,
1762 struct fcf_record
*fcf_record
,
1764 uint16_t next_fcf_index
)
1766 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
1767 "2764 READ_FCF_RECORD:\n"
1768 "\tFCF_Index : x%x\n"
1769 "\tFCF_Avail : x%x\n"
1770 "\tFCF_Valid : x%x\n"
1771 "\tFIP_Priority : x%x\n"
1772 "\tMAC_Provider : x%x\n"
1773 "\tLowest VLANID : x%x\n"
1774 "\tFCF_MAC Addr : x%x:%x:%x:%x:%x:%x\n"
1775 "\tFabric_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1776 "\tSwitch_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1777 "\tNext_FCF_Index: x%x\n",
1778 bf_get(lpfc_fcf_record_fcf_index
, fcf_record
),
1779 bf_get(lpfc_fcf_record_fcf_avail
, fcf_record
),
1780 bf_get(lpfc_fcf_record_fcf_valid
, fcf_record
),
1781 fcf_record
->fip_priority
,
1782 bf_get(lpfc_fcf_record_mac_addr_prov
, fcf_record
),
1784 bf_get(lpfc_fcf_record_mac_0
, fcf_record
),
1785 bf_get(lpfc_fcf_record_mac_1
, fcf_record
),
1786 bf_get(lpfc_fcf_record_mac_2
, fcf_record
),
1787 bf_get(lpfc_fcf_record_mac_3
, fcf_record
),
1788 bf_get(lpfc_fcf_record_mac_4
, fcf_record
),
1789 bf_get(lpfc_fcf_record_mac_5
, fcf_record
),
1790 bf_get(lpfc_fcf_record_fab_name_0
, fcf_record
),
1791 bf_get(lpfc_fcf_record_fab_name_1
, fcf_record
),
1792 bf_get(lpfc_fcf_record_fab_name_2
, fcf_record
),
1793 bf_get(lpfc_fcf_record_fab_name_3
, fcf_record
),
1794 bf_get(lpfc_fcf_record_fab_name_4
, fcf_record
),
1795 bf_get(lpfc_fcf_record_fab_name_5
, fcf_record
),
1796 bf_get(lpfc_fcf_record_fab_name_6
, fcf_record
),
1797 bf_get(lpfc_fcf_record_fab_name_7
, fcf_record
),
1798 bf_get(lpfc_fcf_record_switch_name_0
, fcf_record
),
1799 bf_get(lpfc_fcf_record_switch_name_1
, fcf_record
),
1800 bf_get(lpfc_fcf_record_switch_name_2
, fcf_record
),
1801 bf_get(lpfc_fcf_record_switch_name_3
, fcf_record
),
1802 bf_get(lpfc_fcf_record_switch_name_4
, fcf_record
),
1803 bf_get(lpfc_fcf_record_switch_name_5
, fcf_record
),
1804 bf_get(lpfc_fcf_record_switch_name_6
, fcf_record
),
1805 bf_get(lpfc_fcf_record_switch_name_7
, fcf_record
),
1810 lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF
1811 * @phba: pointer to lpfc hba data structure.
1812 * @fcf_rec: pointer to an existing FCF record.
1813 * @new_fcf_record: pointer to a new FCF record.
1814 * @new_vlan_id: vlan id from the new FCF record.
1816 * This function performs matching test of a new FCF record against an existing
1817 * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id
1818 * will not be used as part of the FCF record matching criteria.
1820 * Returns true if all the fields matching, otherwise returns false.
1823 lpfc_sli4_fcf_record_match(struct lpfc_hba
*phba
,
1824 struct lpfc_fcf_rec
*fcf_rec
,
1825 struct fcf_record
*new_fcf_record
,
1826 uint16_t new_vlan_id
)
1828 if (new_vlan_id
!= LPFC_FCOE_IGNORE_VID
)
1829 if (!lpfc_vlan_id_match(fcf_rec
->vlan_id
, new_vlan_id
))
1831 if (!lpfc_mac_addr_match(fcf_rec
->mac_addr
, new_fcf_record
))
1833 if (!lpfc_sw_name_match(fcf_rec
->switch_name
, new_fcf_record
))
1835 if (!lpfc_fab_name_match(fcf_rec
->fabric_name
, new_fcf_record
))
1841 * lpfc_sli4_fcf_rr_next_proc - processing next roundrobin fcf
1842 * @vport: Pointer to vport object.
1843 * @fcf_index: index to next fcf.
1845 * This function processing the roundrobin fcf failover to next fcf index.
1846 * When this function is invoked, there will be a current fcf registered
1848 * Return: 0 for continue retrying flogi on currently registered fcf;
1849 * 1 for stop flogi on currently registered fcf;
1851 int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport
*vport
, uint16_t fcf_index
)
1853 struct lpfc_hba
*phba
= vport
->phba
;
1856 if (fcf_index
== LPFC_FCOE_FCF_NEXT_NONE
) {
1857 spin_lock_irq(&phba
->hbalock
);
1858 if (phba
->hba_flag
& HBA_DEVLOSS_TMO
) {
1859 spin_unlock_irq(&phba
->hbalock
);
1860 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
1861 "2872 Devloss tmo with no eligible "
1862 "FCF, unregister in-use FCF (x%x) "
1863 "and rescan FCF table\n",
1864 phba
->fcf
.current_rec
.fcf_indx
);
1865 lpfc_unregister_fcf_rescan(phba
);
1866 goto stop_flogi_current_fcf
;
1868 /* Mark the end to FLOGI roundrobin failover */
1869 phba
->hba_flag
&= ~FCF_RR_INPROG
;
1870 /* Allow action to new fcf asynchronous event */
1871 phba
->fcf
.fcf_flag
&= ~(FCF_AVAILABLE
| FCF_SCAN_DONE
);
1872 spin_unlock_irq(&phba
->hbalock
);
1873 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
1874 "2865 No FCF available, stop roundrobin FCF "
1875 "failover and change port state:x%x/x%x\n",
1876 phba
->pport
->port_state
, LPFC_VPORT_UNKNOWN
);
1877 phba
->pport
->port_state
= LPFC_VPORT_UNKNOWN
;
1878 goto stop_flogi_current_fcf
;
1880 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
| LOG_ELS
,
1881 "2794 Try FLOGI roundrobin FCF failover to "
1882 "(x%x)\n", fcf_index
);
1883 rc
= lpfc_sli4_fcf_rr_read_fcf_rec(phba
, fcf_index
);
1885 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FIP
| LOG_ELS
,
1886 "2761 FLOGI roundrobin FCF failover "
1887 "failed (rc:x%x) to read FCF (x%x)\n",
1888 rc
, phba
->fcf
.current_rec
.fcf_indx
);
1890 goto stop_flogi_current_fcf
;
1894 stop_flogi_current_fcf
:
1895 lpfc_can_disctmo(vport
);
1900 * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler.
1901 * @phba: pointer to lpfc hba data structure.
1902 * @mboxq: pointer to mailbox object.
1904 * This function iterates through all the fcf records available in
1905 * HBA and chooses the optimal FCF record for discovery. After finding
1906 * the FCF for discovery it registers the FCF record and kicks start
1908 * If FCF_IN_USE flag is set in currently used FCF, the routine tries to
1909 * use an FCF record which matches fabric name and mac address of the
1910 * currently used FCF record.
1911 * If the driver supports only one FCF, it will try to use the FCF record
1912 * used by BOOT_BIOS.
1915 lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*mboxq
)
1917 struct fcf_record
*new_fcf_record
;
1918 uint32_t boot_flag
, addr_mode
;
1919 uint16_t fcf_index
, next_fcf_index
;
1920 struct lpfc_fcf_rec
*fcf_rec
= NULL
;
1923 bool select_new_fcf
;
1926 /* If there is pending FCoE event restart FCF table scan */
1927 if (lpfc_check_pending_fcoe_event(phba
, LPFC_SKIP_UNREG_FCF
)) {
1928 lpfc_sli4_mbox_cmd_free(phba
, mboxq
);
1932 /* Parse the FCF record from the non-embedded mailbox command */
1933 new_fcf_record
= lpfc_sli4_fcf_rec_mbox_parse(phba
, mboxq
,
1935 if (!new_fcf_record
) {
1936 lpfc_printf_log(phba
, KERN_ERR
, LOG_FIP
,
1937 "2765 Mailbox command READ_FCF_RECORD "
1938 "failed to retrieve a FCF record.\n");
1939 /* Let next new FCF event trigger fast failover */
1940 spin_lock_irq(&phba
->hbalock
);
1941 phba
->hba_flag
&= ~FCF_TS_INPROG
;
1942 spin_unlock_irq(&phba
->hbalock
);
1943 lpfc_sli4_mbox_cmd_free(phba
, mboxq
);
1947 /* Check the FCF record against the connection list */
1948 rc
= lpfc_match_fcf_conn_list(phba
, new_fcf_record
, &boot_flag
,
1949 &addr_mode
, &vlan_id
);
1951 /* Log the FCF record information if turned on */
1952 lpfc_sli4_log_fcf_record_info(phba
, new_fcf_record
, vlan_id
,
1956 * If the fcf record does not match with connect list entries
1957 * read the next entry; otherwise, this is an eligible FCF
1958 * record for roundrobin FCF failover.
1961 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FIP
,
1962 "2781 FCF (x%x) failed connection "
1963 "list check: (x%x/x%x)\n",
1964 bf_get(lpfc_fcf_record_fcf_index
,
1966 bf_get(lpfc_fcf_record_fcf_avail
,
1968 bf_get(lpfc_fcf_record_fcf_valid
,
1970 if ((phba
->fcf
.fcf_flag
& FCF_IN_USE
) &&
1971 lpfc_sli4_fcf_record_match(phba
, &phba
->fcf
.current_rec
,
1972 new_fcf_record
, LPFC_FCOE_IGNORE_VID
)) {
1973 if (bf_get(lpfc_fcf_record_fcf_index
, new_fcf_record
) !=
1974 phba
->fcf
.current_rec
.fcf_indx
) {
1975 lpfc_printf_log(phba
, KERN_ERR
, LOG_FIP
,
1976 "2862 FCF (x%x) matches property "
1977 "of in-use FCF (x%x)\n",
1978 bf_get(lpfc_fcf_record_fcf_index
,
1980 phba
->fcf
.current_rec
.fcf_indx
);
1984 * In case the current in-use FCF record becomes
1985 * invalid/unavailable during FCF discovery that
1986 * was not triggered by fast FCF failover process,
1987 * treat it as fast FCF failover.
1989 if (!(phba
->fcf
.fcf_flag
& FCF_REDISC_PEND
) &&
1990 !(phba
->fcf
.fcf_flag
& FCF_REDISC_FOV
)) {
1991 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FIP
,
1992 "2835 Invalid in-use FCF "
1993 "(x%x), enter FCF failover "
1995 phba
->fcf
.current_rec
.fcf_indx
);
1996 spin_lock_irq(&phba
->hbalock
);
1997 phba
->fcf
.fcf_flag
|= FCF_REDISC_FOV
;
1998 spin_unlock_irq(&phba
->hbalock
);
1999 lpfc_sli4_mbox_cmd_free(phba
, mboxq
);
2000 lpfc_sli4_fcf_scan_read_fcf_rec(phba
,
2001 LPFC_FCOE_FCF_GET_FIRST
);
2007 fcf_index
= bf_get(lpfc_fcf_record_fcf_index
, new_fcf_record
);
2008 rc
= lpfc_sli4_fcf_rr_index_set(phba
, fcf_index
);
2014 * If this is not the first FCF discovery of the HBA, use last
2015 * FCF record for the discovery. The condition that a rescan
2016 * matches the in-use FCF record: fabric name, switch name, mac
2017 * address, and vlan_id.
2019 spin_lock_irq(&phba
->hbalock
);
2020 if (phba
->fcf
.fcf_flag
& FCF_IN_USE
) {
2021 if (lpfc_sli4_fcf_record_match(phba
, &phba
->fcf
.current_rec
,
2022 new_fcf_record
, vlan_id
)) {
2023 if (bf_get(lpfc_fcf_record_fcf_index
, new_fcf_record
) ==
2024 phba
->fcf
.current_rec
.fcf_indx
) {
2025 phba
->fcf
.fcf_flag
|= FCF_AVAILABLE
;
2026 if (phba
->fcf
.fcf_flag
& FCF_REDISC_PEND
)
2027 /* Stop FCF redisc wait timer */
2028 __lpfc_sli4_stop_fcf_redisc_wait_timer(
2030 else if (phba
->fcf
.fcf_flag
& FCF_REDISC_FOV
)
2031 /* Fast failover, mark completed */
2032 phba
->fcf
.fcf_flag
&= ~FCF_REDISC_FOV
;
2033 spin_unlock_irq(&phba
->hbalock
);
2034 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2035 "2836 New FCF matches in-use "
2037 phba
->fcf
.current_rec
.fcf_indx
);
2040 lpfc_printf_log(phba
, KERN_ERR
, LOG_FIP
,
2041 "2863 New FCF (x%x) matches "
2042 "property of in-use FCF (x%x)\n",
2043 bf_get(lpfc_fcf_record_fcf_index
,
2045 phba
->fcf
.current_rec
.fcf_indx
);
2048 * Read next FCF record from HBA searching for the matching
2049 * with in-use record only if not during the fast failover
2050 * period. In case of fast failover period, it shall try to
2051 * determine whether the FCF record just read should be the
2054 if (!(phba
->fcf
.fcf_flag
& FCF_REDISC_FOV
)) {
2055 spin_unlock_irq(&phba
->hbalock
);
2060 * Update on failover FCF record only if it's in FCF fast-failover
2061 * period; otherwise, update on current FCF record.
2063 if (phba
->fcf
.fcf_flag
& FCF_REDISC_FOV
)
2064 fcf_rec
= &phba
->fcf
.failover_rec
;
2066 fcf_rec
= &phba
->fcf
.current_rec
;
2068 if (phba
->fcf
.fcf_flag
& FCF_AVAILABLE
) {
2070 * If the driver FCF record does not have boot flag
2071 * set and new hba fcf record has boot flag set, use
2072 * the new hba fcf record.
2074 if (boot_flag
&& !(fcf_rec
->flag
& BOOT_ENABLE
)) {
2075 /* Choose this FCF record */
2076 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2077 "2837 Update current FCF record "
2078 "(x%x) with new FCF record (x%x)\n",
2080 bf_get(lpfc_fcf_record_fcf_index
,
2082 __lpfc_update_fcf_record(phba
, fcf_rec
, new_fcf_record
,
2083 addr_mode
, vlan_id
, BOOT_ENABLE
);
2084 spin_unlock_irq(&phba
->hbalock
);
2088 * If the driver FCF record has boot flag set and the
2089 * new hba FCF record does not have boot flag, read
2090 * the next FCF record.
2092 if (!boot_flag
&& (fcf_rec
->flag
& BOOT_ENABLE
)) {
2093 spin_unlock_irq(&phba
->hbalock
);
2097 * If the new hba FCF record has lower priority value
2098 * than the driver FCF record, use the new record.
2100 if (new_fcf_record
->fip_priority
< fcf_rec
->priority
) {
2101 /* Choose the new FCF record with lower priority */
2102 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2103 "2838 Update current FCF record "
2104 "(x%x) with new FCF record (x%x)\n",
2106 bf_get(lpfc_fcf_record_fcf_index
,
2108 __lpfc_update_fcf_record(phba
, fcf_rec
, new_fcf_record
,
2109 addr_mode
, vlan_id
, 0);
2110 /* Reset running random FCF selection count */
2111 phba
->fcf
.eligible_fcf_cnt
= 1;
2112 } else if (new_fcf_record
->fip_priority
== fcf_rec
->priority
) {
2113 /* Update running random FCF selection count */
2114 phba
->fcf
.eligible_fcf_cnt
++;
2115 select_new_fcf
= lpfc_sli4_new_fcf_random_select(phba
,
2116 phba
->fcf
.eligible_fcf_cnt
);
2117 if (select_new_fcf
) {
2118 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2119 "2839 Update current FCF record "
2120 "(x%x) with new FCF record (x%x)\n",
2122 bf_get(lpfc_fcf_record_fcf_index
,
2124 /* Choose the new FCF by random selection */
2125 __lpfc_update_fcf_record(phba
, fcf_rec
,
2127 addr_mode
, vlan_id
, 0);
2130 spin_unlock_irq(&phba
->hbalock
);
2134 * This is the first suitable FCF record, choose this record for
2135 * initial best-fit FCF.
2138 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2139 "2840 Update initial FCF candidate "
2141 bf_get(lpfc_fcf_record_fcf_index
,
2143 __lpfc_update_fcf_record(phba
, fcf_rec
, new_fcf_record
,
2144 addr_mode
, vlan_id
, (boot_flag
?
2146 phba
->fcf
.fcf_flag
|= FCF_AVAILABLE
;
2147 /* Setup initial running random FCF selection count */
2148 phba
->fcf
.eligible_fcf_cnt
= 1;
2149 /* Seeding the random number generator for random selection */
2150 seed
= (uint32_t)(0xFFFFFFFF & jiffies
);
2153 spin_unlock_irq(&phba
->hbalock
);
2157 lpfc_sli4_mbox_cmd_free(phba
, mboxq
);
2158 if (next_fcf_index
== LPFC_FCOE_FCF_NEXT_NONE
|| next_fcf_index
== 0) {
2159 if (phba
->fcf
.fcf_flag
& FCF_REDISC_FOV
) {
2161 * Case of FCF fast failover scan
2165 * It has not found any suitable FCF record, cancel
2166 * FCF scan inprogress, and do nothing
2168 if (!(phba
->fcf
.failover_rec
.flag
& RECORD_VALID
)) {
2169 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FIP
,
2170 "2782 No suitable FCF found: "
2172 phba
->fcoe_eventtag_at_fcf_scan
,
2173 bf_get(lpfc_fcf_record_fcf_index
,
2175 spin_lock_irq(&phba
->hbalock
);
2176 if (phba
->hba_flag
& HBA_DEVLOSS_TMO
) {
2177 phba
->hba_flag
&= ~FCF_TS_INPROG
;
2178 spin_unlock_irq(&phba
->hbalock
);
2179 /* Unregister in-use FCF and rescan */
2180 lpfc_printf_log(phba
, KERN_INFO
,
2182 "2864 On devloss tmo "
2183 "unreg in-use FCF and "
2184 "rescan FCF table\n");
2185 lpfc_unregister_fcf_rescan(phba
);
2189 * Let next new FCF event trigger fast failover
2191 phba
->hba_flag
&= ~FCF_TS_INPROG
;
2192 spin_unlock_irq(&phba
->hbalock
);
2196 * It has found a suitable FCF record that is not
2197 * the same as in-use FCF record, unregister the
2198 * in-use FCF record, replace the in-use FCF record
2199 * with the new FCF record, mark FCF fast failover
2200 * completed, and then start register the new FCF
2204 /* Unregister the current in-use FCF record */
2205 lpfc_unregister_fcf(phba
);
2207 /* Replace in-use record with the new record */
2208 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2209 "2842 Replace in-use FCF (x%x) "
2210 "with failover FCF (x%x)\n",
2211 phba
->fcf
.current_rec
.fcf_indx
,
2212 phba
->fcf
.failover_rec
.fcf_indx
);
2213 memcpy(&phba
->fcf
.current_rec
,
2214 &phba
->fcf
.failover_rec
,
2215 sizeof(struct lpfc_fcf_rec
));
2217 * Mark the fast FCF failover rediscovery completed
2218 * and the start of the first round of the roundrobin
2221 spin_lock_irq(&phba
->hbalock
);
2222 phba
->fcf
.fcf_flag
&= ~FCF_REDISC_FOV
;
2223 spin_unlock_irq(&phba
->hbalock
);
2224 /* Register to the new FCF record */
2225 lpfc_register_fcf(phba
);
2228 * In case of transaction period to fast FCF failover,
2229 * do nothing when search to the end of the FCF table.
2231 if ((phba
->fcf
.fcf_flag
& FCF_REDISC_EVT
) ||
2232 (phba
->fcf
.fcf_flag
& FCF_REDISC_PEND
))
2235 if (phba
->fcf
.fcf_flag
& FCF_IN_USE
) {
2237 * In case the current in-use FCF record no
2238 * longer existed during FCF discovery that
2239 * was not triggered by fast FCF failover
2240 * process, treat it as fast FCF failover.
2242 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2243 "2841 In-use FCF record (x%x) "
2244 "not reported, entering fast "
2245 "FCF failover mode scanning.\n",
2246 phba
->fcf
.current_rec
.fcf_indx
);
2247 spin_lock_irq(&phba
->hbalock
);
2248 phba
->fcf
.fcf_flag
|= FCF_REDISC_FOV
;
2249 spin_unlock_irq(&phba
->hbalock
);
2250 lpfc_sli4_mbox_cmd_free(phba
, mboxq
);
2251 lpfc_sli4_fcf_scan_read_fcf_rec(phba
,
2252 LPFC_FCOE_FCF_GET_FIRST
);
2255 /* Register to the new FCF record */
2256 lpfc_register_fcf(phba
);
2259 lpfc_sli4_fcf_scan_read_fcf_rec(phba
, next_fcf_index
);
2263 lpfc_sli4_mbox_cmd_free(phba
, mboxq
);
2264 lpfc_register_fcf(phba
);
2270 * lpfc_mbx_cmpl_fcf_rr_read_fcf_rec - fcf roundrobin read_fcf mbox cmpl hdler
2271 * @phba: pointer to lpfc hba data structure.
2272 * @mboxq: pointer to mailbox object.
2274 * This is the callback function for FLOGI failure roundrobin FCF failover
2275 * read FCF record mailbox command from the eligible FCF record bmask for
2276 * performing the failover. If the FCF read back is not valid/available, it
2277 * fails through to retrying FLOGI to the currently registered FCF again.
2278 * Otherwise, if the FCF read back is valid and available, it will set the
2279 * newly read FCF record to the failover FCF record, unregister currently
2280 * registered FCF record, copy the failover FCF record to the current
2281 * FCF record, and then register the current FCF record before proceeding
2282 * to trying FLOGI on the new failover FCF.
2285 lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*mboxq
)
2287 struct fcf_record
*new_fcf_record
;
2288 uint32_t boot_flag
, addr_mode
;
2289 uint16_t next_fcf_index
, fcf_index
;
2290 uint16_t current_fcf_index
;
2294 /* If link state is not up, stop the roundrobin failover process */
2295 if (phba
->link_state
< LPFC_LINK_UP
) {
2296 spin_lock_irq(&phba
->hbalock
);
2297 phba
->fcf
.fcf_flag
&= ~FCF_DISCOVERY
;
2298 phba
->hba_flag
&= ~FCF_RR_INPROG
;
2299 spin_unlock_irq(&phba
->hbalock
);
2303 /* Parse the FCF record from the non-embedded mailbox command */
2304 new_fcf_record
= lpfc_sli4_fcf_rec_mbox_parse(phba
, mboxq
,
2306 if (!new_fcf_record
) {
2307 lpfc_printf_log(phba
, KERN_WARNING
, LOG_FIP
,
2308 "2766 Mailbox command READ_FCF_RECORD "
2309 "failed to retrieve a FCF record.\n");
2313 /* Get the needed parameters from FCF record */
2314 rc
= lpfc_match_fcf_conn_list(phba
, new_fcf_record
, &boot_flag
,
2315 &addr_mode
, &vlan_id
);
2317 /* Log the FCF record information if turned on */
2318 lpfc_sli4_log_fcf_record_info(phba
, new_fcf_record
, vlan_id
,
2321 fcf_index
= bf_get(lpfc_fcf_record_fcf_index
, new_fcf_record
);
2323 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2324 "2848 Remove ineligible FCF (x%x) from "
2325 "from roundrobin bmask\n", fcf_index
);
2326 /* Clear roundrobin bmask bit for ineligible FCF */
2327 lpfc_sli4_fcf_rr_index_clear(phba
, fcf_index
);
2328 /* Perform next round of roundrobin FCF failover */
2329 fcf_index
= lpfc_sli4_fcf_rr_next_index_get(phba
);
2330 rc
= lpfc_sli4_fcf_rr_next_proc(phba
->pport
, fcf_index
);
2336 if (fcf_index
== phba
->fcf
.current_rec
.fcf_indx
) {
2337 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2338 "2760 Perform FLOGI roundrobin FCF failover: "
2339 "FCF (x%x) back to FCF (x%x)\n",
2340 phba
->fcf
.current_rec
.fcf_indx
, fcf_index
);
2341 /* Wait 500 ms before retrying FLOGI to current FCF */
2343 lpfc_issue_init_vfi(phba
->pport
);
2347 /* Upload new FCF record to the failover FCF record */
2348 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2349 "2834 Update current FCF (x%x) with new FCF (x%x)\n",
2350 phba
->fcf
.failover_rec
.fcf_indx
, fcf_index
);
2351 spin_lock_irq(&phba
->hbalock
);
2352 __lpfc_update_fcf_record(phba
, &phba
->fcf
.failover_rec
,
2353 new_fcf_record
, addr_mode
, vlan_id
,
2354 (boot_flag
? BOOT_ENABLE
: 0));
2355 spin_unlock_irq(&phba
->hbalock
);
2357 current_fcf_index
= phba
->fcf
.current_rec
.fcf_indx
;
2359 /* Unregister the current in-use FCF record */
2360 lpfc_unregister_fcf(phba
);
2362 /* Replace in-use record with the new record */
2363 memcpy(&phba
->fcf
.current_rec
, &phba
->fcf
.failover_rec
,
2364 sizeof(struct lpfc_fcf_rec
));
2366 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2367 "2783 Perform FLOGI roundrobin FCF failover: FCF "
2368 "(x%x) to FCF (x%x)\n", current_fcf_index
, fcf_index
);
2371 lpfc_register_fcf(phba
);
2373 lpfc_sli4_mbox_cmd_free(phba
, mboxq
);
2377 * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler.
2378 * @phba: pointer to lpfc hba data structure.
2379 * @mboxq: pointer to mailbox object.
2381 * This is the callback function of read FCF record mailbox command for
2382 * updating the eligible FCF bmask for FLOGI failure roundrobin FCF
2383 * failover when a new FCF event happened. If the FCF read back is
2384 * valid/available and it passes the connection list check, it updates
2385 * the bmask for the eligible FCF record for roundrobin failover.
2388 lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*mboxq
)
2390 struct fcf_record
*new_fcf_record
;
2391 uint32_t boot_flag
, addr_mode
;
2392 uint16_t fcf_index
, next_fcf_index
;
2396 /* If link state is not up, no need to proceed */
2397 if (phba
->link_state
< LPFC_LINK_UP
)
2400 /* If FCF discovery period is over, no need to proceed */
2401 if (!(phba
->fcf
.fcf_flag
& FCF_DISCOVERY
))
2404 /* Parse the FCF record from the non-embedded mailbox command */
2405 new_fcf_record
= lpfc_sli4_fcf_rec_mbox_parse(phba
, mboxq
,
2407 if (!new_fcf_record
) {
2408 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
,
2409 "2767 Mailbox command READ_FCF_RECORD "
2410 "failed to retrieve a FCF record.\n");
2414 /* Check the connection list for eligibility */
2415 rc
= lpfc_match_fcf_conn_list(phba
, new_fcf_record
, &boot_flag
,
2416 &addr_mode
, &vlan_id
);
2418 /* Log the FCF record information if turned on */
2419 lpfc_sli4_log_fcf_record_info(phba
, new_fcf_record
, vlan_id
,
2425 /* Update the eligible FCF record index bmask */
2426 fcf_index
= bf_get(lpfc_fcf_record_fcf_index
, new_fcf_record
);
2427 rc
= lpfc_sli4_fcf_rr_index_set(phba
, fcf_index
);
2430 lpfc_sli4_mbox_cmd_free(phba
, mboxq
);
2434 * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command.
2435 * @phba: pointer to lpfc hba data structure.
2436 * @mboxq: pointer to mailbox data structure.
2438 * This function handles completion of init vfi mailbox command.
2441 lpfc_init_vfi_cmpl(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*mboxq
)
2443 struct lpfc_vport
*vport
= mboxq
->vport
;
2445 if (mboxq
->u
.mb
.mbxStatus
&& (mboxq
->u
.mb
.mbxStatus
!= 0x4002)) {
2446 lpfc_printf_vlog(vport
, KERN_ERR
,
2448 "2891 Init VFI mailbox failed 0x%x\n",
2449 mboxq
->u
.mb
.mbxStatus
);
2450 mempool_free(mboxq
, phba
->mbox_mem_pool
);
2451 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
2454 lpfc_initial_flogi(vport
);
2455 mempool_free(mboxq
, phba
->mbox_mem_pool
);
2460 * lpfc_issue_init_vfi - Issue init_vfi mailbox command.
2461 * @vport: pointer to lpfc_vport data structure.
2463 * This function issue a init_vfi mailbox command to initialize the VFI and
2464 * VPI for the physical port.
2467 lpfc_issue_init_vfi(struct lpfc_vport
*vport
)
2469 LPFC_MBOXQ_t
*mboxq
;
2471 struct lpfc_hba
*phba
= vport
->phba
;
2473 mboxq
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
2475 lpfc_printf_vlog(vport
, KERN_ERR
,
2476 LOG_MBOX
, "2892 Failed to allocate "
2477 "init_vfi mailbox\n");
2480 lpfc_init_vfi(mboxq
, vport
);
2481 mboxq
->mbox_cmpl
= lpfc_init_vfi_cmpl
;
2482 rc
= lpfc_sli_issue_mbox(phba
, mboxq
, MBX_NOWAIT
);
2483 if (rc
== MBX_NOT_FINISHED
) {
2484 lpfc_printf_vlog(vport
, KERN_ERR
,
2485 LOG_MBOX
, "2893 Failed to issue init_vfi mailbox\n");
2486 mempool_free(mboxq
, vport
->phba
->mbox_mem_pool
);
2491 * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command.
2492 * @phba: pointer to lpfc hba data structure.
2493 * @mboxq: pointer to mailbox data structure.
2495 * This function handles completion of init vpi mailbox command.
2498 lpfc_init_vpi_cmpl(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*mboxq
)
2500 struct lpfc_vport
*vport
= mboxq
->vport
;
2501 struct lpfc_nodelist
*ndlp
;
2502 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
2504 if (mboxq
->u
.mb
.mbxStatus
) {
2505 lpfc_printf_vlog(vport
, KERN_ERR
,
2507 "2609 Init VPI mailbox failed 0x%x\n",
2508 mboxq
->u
.mb
.mbxStatus
);
2509 mempool_free(mboxq
, phba
->mbox_mem_pool
);
2510 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
2513 spin_lock_irq(shost
->host_lock
);
2514 vport
->fc_flag
&= ~FC_VPORT_NEEDS_INIT_VPI
;
2515 spin_unlock_irq(shost
->host_lock
);
2517 /* If this port is physical port or FDISC is done, do reg_vpi */
2518 if ((phba
->pport
== vport
) || (vport
->port_state
== LPFC_FDISC
)) {
2519 ndlp
= lpfc_findnode_did(vport
, Fabric_DID
);
2521 lpfc_printf_vlog(vport
, KERN_ERR
,
2523 "2731 Cannot find fabric "
2524 "controller node\n");
2526 lpfc_register_new_vport(phba
, vport
, ndlp
);
2527 mempool_free(mboxq
, phba
->mbox_mem_pool
);
2531 if (phba
->link_flag
& LS_NPIV_FAB_SUPPORTED
)
2532 lpfc_initial_fdisc(vport
);
2534 lpfc_vport_set_state(vport
, FC_VPORT_NO_FABRIC_SUPP
);
2535 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_ELS
,
2536 "2606 No NPIV Fabric support\n");
2538 mempool_free(mboxq
, phba
->mbox_mem_pool
);
2543 * lpfc_issue_init_vpi - Issue init_vpi mailbox command.
2544 * @vport: pointer to lpfc_vport data structure.
2546 * This function issue a init_vpi mailbox command to initialize
2547 * VPI for the vport.
2550 lpfc_issue_init_vpi(struct lpfc_vport
*vport
)
2552 LPFC_MBOXQ_t
*mboxq
;
2555 mboxq
= mempool_alloc(vport
->phba
->mbox_mem_pool
, GFP_KERNEL
);
2557 lpfc_printf_vlog(vport
, KERN_ERR
,
2558 LOG_MBOX
, "2607 Failed to allocate "
2559 "init_vpi mailbox\n");
2562 lpfc_init_vpi(vport
->phba
, mboxq
, vport
->vpi
);
2563 mboxq
->vport
= vport
;
2564 mboxq
->mbox_cmpl
= lpfc_init_vpi_cmpl
;
2565 rc
= lpfc_sli_issue_mbox(vport
->phba
, mboxq
, MBX_NOWAIT
);
2566 if (rc
== MBX_NOT_FINISHED
) {
2567 lpfc_printf_vlog(vport
, KERN_ERR
,
2568 LOG_MBOX
, "2608 Failed to issue init_vpi mailbox\n");
2569 mempool_free(mboxq
, vport
->phba
->mbox_mem_pool
);
2574 * lpfc_start_fdiscs - send fdiscs for each vports on this port.
2575 * @phba: pointer to lpfc hba data structure.
2577 * This function loops through the list of vports on the @phba and issues an
2578 * FDISC if possible.
2581 lpfc_start_fdiscs(struct lpfc_hba
*phba
)
2583 struct lpfc_vport
**vports
;
2586 vports
= lpfc_create_vport_work_array(phba
);
2587 if (vports
!= NULL
) {
2588 for (i
= 0; i
<= phba
->max_vports
&& vports
[i
] != NULL
; i
++) {
2589 if (vports
[i
]->port_type
== LPFC_PHYSICAL_PORT
)
2591 /* There are no vpi for this vport */
2592 if (vports
[i
]->vpi
> phba
->max_vpi
) {
2593 lpfc_vport_set_state(vports
[i
],
2597 if (phba
->fc_topology
== LPFC_TOPOLOGY_LOOP
) {
2598 lpfc_vport_set_state(vports
[i
],
2602 if (vports
[i
]->fc_flag
& FC_VPORT_NEEDS_INIT_VPI
) {
2603 lpfc_issue_init_vpi(vports
[i
]);
2606 if (phba
->link_flag
& LS_NPIV_FAB_SUPPORTED
)
2607 lpfc_initial_fdisc(vports
[i
]);
2609 lpfc_vport_set_state(vports
[i
],
2610 FC_VPORT_NO_FABRIC_SUPP
);
2611 lpfc_printf_vlog(vports
[i
], KERN_ERR
,
2614 "Fabric support\n");
2618 lpfc_destroy_vport_work_array(phba
, vports
);
2622 lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*mboxq
)
2624 struct lpfc_dmabuf
*dmabuf
= mboxq
->context1
;
2625 struct lpfc_vport
*vport
= mboxq
->vport
;
2626 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
2628 if (mboxq
->u
.mb
.mbxStatus
) {
2629 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
2630 "2018 REG_VFI mbxStatus error x%x "
2632 mboxq
->u
.mb
.mbxStatus
, vport
->port_state
);
2633 if (phba
->fc_topology
== LPFC_TOPOLOGY_LOOP
) {
2634 /* FLOGI failed, use loop map to make discovery list */
2635 lpfc_disc_list_loopmap(vport
);
2636 /* Start discovery */
2637 lpfc_disc_start(vport
);
2640 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
2643 /* The VPI is implicitly registered when the VFI is registered */
2644 spin_lock_irq(shost
->host_lock
);
2645 vport
->vpi_state
|= LPFC_VPI_REGISTERED
;
2646 vport
->fc_flag
|= FC_VFI_REGISTERED
;
2647 vport
->fc_flag
&= ~FC_VPORT_NEEDS_REG_VPI
;
2648 spin_unlock_irq(shost
->host_lock
);
2650 if (vport
->port_state
== LPFC_FABRIC_CFG_LINK
) {
2651 /* For private loop just start discovery and we are done. */
2652 if ((phba
->fc_topology
== LPFC_TOPOLOGY_LOOP
) &&
2653 (phba
->alpa_map
[0] == 0) &&
2654 !(vport
->fc_flag
& FC_PUBLIC_LOOP
)) {
2655 /* Use loop map to make discovery list */
2656 lpfc_disc_list_loopmap(vport
);
2657 /* Start discovery */
2658 lpfc_disc_start(vport
);
2660 lpfc_start_fdiscs(phba
);
2661 lpfc_do_scr_ns_plogi(phba
, vport
);
2666 mempool_free(mboxq
, phba
->mbox_mem_pool
);
2667 lpfc_mbuf_free(phba
, dmabuf
->virt
, dmabuf
->phys
);
2673 lpfc_mbx_cmpl_read_sparam(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
2675 MAILBOX_t
*mb
= &pmb
->u
.mb
;
2676 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) pmb
->context1
;
2677 struct lpfc_vport
*vport
= pmb
->vport
;
2680 /* Check for error */
2681 if (mb
->mbxStatus
) {
2682 /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */
2683 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
2684 "0319 READ_SPARAM mbxStatus error x%x "
2686 mb
->mbxStatus
, vport
->port_state
);
2687 lpfc_linkdown(phba
);
2691 memcpy((uint8_t *) &vport
->fc_sparam
, (uint8_t *) mp
->virt
,
2692 sizeof (struct serv_parm
));
2693 lpfc_update_vport_wwn(vport
);
2694 if (vport
->port_type
== LPFC_PHYSICAL_PORT
) {
2695 memcpy(&phba
->wwnn
, &vport
->fc_nodename
, sizeof(phba
->wwnn
));
2696 memcpy(&phba
->wwpn
, &vport
->fc_portname
, sizeof(phba
->wwnn
));
2699 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
2701 mempool_free(pmb
, phba
->mbox_mem_pool
);
2705 pmb
->context1
= NULL
;
2706 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
2708 lpfc_issue_clear_la(phba
, vport
);
2709 mempool_free(pmb
, phba
->mbox_mem_pool
);
2714 lpfc_mbx_process_link_up(struct lpfc_hba
*phba
, struct lpfc_mbx_read_top
*la
)
2716 struct lpfc_vport
*vport
= phba
->pport
;
2717 LPFC_MBOXQ_t
*sparam_mbox
, *cfglink_mbox
= NULL
;
2719 struct lpfc_dmabuf
*mp
;
2721 struct fcf_record
*fcf_record
;
2723 spin_lock_irq(&phba
->hbalock
);
2724 switch (bf_get(lpfc_mbx_read_top_link_spd
, la
)) {
2725 case LPFC_LINK_SPEED_1GHZ
:
2726 case LPFC_LINK_SPEED_2GHZ
:
2727 case LPFC_LINK_SPEED_4GHZ
:
2728 case LPFC_LINK_SPEED_8GHZ
:
2729 case LPFC_LINK_SPEED_10GHZ
:
2730 case LPFC_LINK_SPEED_16GHZ
:
2731 phba
->fc_linkspeed
= bf_get(lpfc_mbx_read_top_link_spd
, la
);
2734 phba
->fc_linkspeed
= LPFC_LINK_SPEED_UNKNOWN
;
2738 phba
->fc_topology
= bf_get(lpfc_mbx_read_top_topology
, la
);
2739 phba
->link_flag
&= ~LS_NPIV_FAB_SUPPORTED
;
2741 if (phba
->fc_topology
== LPFC_TOPOLOGY_LOOP
) {
2742 phba
->sli3_options
&= ~LPFC_SLI3_NPIV_ENABLED
;
2744 /* if npiv is enabled and this adapter supports npiv log
2745 * a message that npiv is not supported in this topology
2747 if (phba
->cfg_enable_npiv
&& phba
->max_vpi
)
2748 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
2749 "1309 Link Up Event npiv not supported in loop "
2751 /* Get Loop Map information */
2752 if (bf_get(lpfc_mbx_read_top_il
, la
))
2753 vport
->fc_flag
|= FC_LBIT
;
2755 vport
->fc_myDID
= bf_get(lpfc_mbx_read_top_alpa_granted
, la
);
2756 i
= la
->lilpBde64
.tus
.f
.bdeSize
;
2759 phba
->alpa_map
[0] = 0;
2761 if (vport
->cfg_log_verbose
& LOG_LINK_EVENT
) {
2772 numalpa
= phba
->alpa_map
[0];
2774 while (j
< numalpa
) {
2775 memset(un
.pamap
, 0, 16);
2776 for (k
= 1; j
< numalpa
; k
++) {
2778 phba
->alpa_map
[j
+ 1];
2783 /* Link Up Event ALPA map */
2784 lpfc_printf_log(phba
,
2787 "1304 Link Up Event "
2788 "ALPA map Data: x%x "
2790 un
.pa
.wd1
, un
.pa
.wd2
,
2791 un
.pa
.wd3
, un
.pa
.wd4
);
2796 if (!(phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
)) {
2797 if (phba
->max_vpi
&& phba
->cfg_enable_npiv
&&
2798 (phba
->sli_rev
== 3))
2799 phba
->sli3_options
|= LPFC_SLI3_NPIV_ENABLED
;
2801 vport
->fc_myDID
= phba
->fc_pref_DID
;
2802 vport
->fc_flag
|= FC_LBIT
;
2804 spin_unlock_irq(&phba
->hbalock
);
2807 sparam_mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
2811 rc
= lpfc_read_sparam(phba
, sparam_mbox
, 0);
2813 mempool_free(sparam_mbox
, phba
->mbox_mem_pool
);
2816 sparam_mbox
->vport
= vport
;
2817 sparam_mbox
->mbox_cmpl
= lpfc_mbx_cmpl_read_sparam
;
2818 rc
= lpfc_sli_issue_mbox(phba
, sparam_mbox
, MBX_NOWAIT
);
2819 if (rc
== MBX_NOT_FINISHED
) {
2820 mp
= (struct lpfc_dmabuf
*) sparam_mbox
->context1
;
2821 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
2823 mempool_free(sparam_mbox
, phba
->mbox_mem_pool
);
2827 if (!(phba
->hba_flag
& HBA_FCOE_MODE
)) {
2828 cfglink_mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
2831 vport
->port_state
= LPFC_LOCAL_CFG_LINK
;
2832 lpfc_config_link(phba
, cfglink_mbox
);
2833 cfglink_mbox
->vport
= vport
;
2834 cfglink_mbox
->mbox_cmpl
= lpfc_mbx_cmpl_local_config_link
;
2835 rc
= lpfc_sli_issue_mbox(phba
, cfglink_mbox
, MBX_NOWAIT
);
2836 if (rc
== MBX_NOT_FINISHED
) {
2837 mempool_free(cfglink_mbox
, phba
->mbox_mem_pool
);
2841 vport
->port_state
= LPFC_VPORT_UNKNOWN
;
2843 * Add the driver's default FCF record at FCF index 0 now. This
2844 * is phase 1 implementation that support FCF index 0 and driver
2847 if (!(phba
->hba_flag
& HBA_FIP_SUPPORT
)) {
2848 fcf_record
= kzalloc(sizeof(struct fcf_record
),
2850 if (unlikely(!fcf_record
)) {
2851 lpfc_printf_log(phba
, KERN_ERR
,
2853 "2554 Could not allocate memory for "
2859 lpfc_sli4_build_dflt_fcf_record(phba
, fcf_record
,
2860 LPFC_FCOE_FCF_DEF_INDEX
);
2861 rc
= lpfc_sli4_add_fcf_record(phba
, fcf_record
);
2863 lpfc_printf_log(phba
, KERN_ERR
,
2865 "2013 Could not manually add FCF "
2866 "record 0, status %d\n", rc
);
2874 * The driver is expected to do FIP/FCF. Call the port
2875 * and get the FCF Table.
2877 spin_lock_irq(&phba
->hbalock
);
2878 if (phba
->hba_flag
& FCF_TS_INPROG
) {
2879 spin_unlock_irq(&phba
->hbalock
);
2882 /* This is the initial FCF discovery scan */
2883 phba
->fcf
.fcf_flag
|= FCF_INIT_DISC
;
2884 spin_unlock_irq(&phba
->hbalock
);
2885 lpfc_printf_log(phba
, KERN_INFO
, LOG_FIP
| LOG_DISCOVERY
,
2886 "2778 Start FCF table scan at linkup\n");
2887 rc
= lpfc_sli4_fcf_scan_read_fcf_rec(phba
,
2888 LPFC_FCOE_FCF_GET_FIRST
);
2890 spin_lock_irq(&phba
->hbalock
);
2891 phba
->fcf
.fcf_flag
&= ~FCF_INIT_DISC
;
2892 spin_unlock_irq(&phba
->hbalock
);
2895 /* Reset FCF roundrobin bmask for new discovery */
2896 memset(phba
->fcf
.fcf_rr_bmask
, 0,
2897 sizeof(*phba
->fcf
.fcf_rr_bmask
));
2902 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
2903 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
2904 "0263 Discovery Mailbox error: state: 0x%x : %p %p\n",
2905 vport
->port_state
, sparam_mbox
, cfglink_mbox
);
2906 lpfc_issue_clear_la(phba
, vport
);
2911 lpfc_enable_la(struct lpfc_hba
*phba
)
2914 struct lpfc_sli
*psli
= &phba
->sli
;
2915 spin_lock_irq(&phba
->hbalock
);
2916 psli
->sli_flag
|= LPFC_PROCESS_LA
;
2917 if (phba
->sli_rev
<= LPFC_SLI_REV3
) {
2918 control
= readl(phba
->HCregaddr
);
2919 control
|= HC_LAINT_ENA
;
2920 writel(control
, phba
->HCregaddr
);
2921 readl(phba
->HCregaddr
); /* flush */
2923 spin_unlock_irq(&phba
->hbalock
);
2927 lpfc_mbx_issue_link_down(struct lpfc_hba
*phba
)
2929 lpfc_linkdown(phba
);
2930 lpfc_enable_la(phba
);
2931 lpfc_unregister_unused_fcf(phba
);
2932 /* turn on Link Attention interrupts - no CLEAR_LA needed */
2937 * This routine handles processing a READ_TOPOLOGY mailbox
2938 * command upon completion. It is setup in the LPFC_MBOXQ
2939 * as the completion routine when the command is
2940 * handed off to the SLI layer.
2943 lpfc_mbx_cmpl_read_topology(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
2945 struct lpfc_vport
*vport
= pmb
->vport
;
2946 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
2947 struct lpfc_mbx_read_top
*la
;
2948 MAILBOX_t
*mb
= &pmb
->u
.mb
;
2949 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) (pmb
->context1
);
2951 /* Unblock ELS traffic */
2952 phba
->sli
.ring
[LPFC_ELS_RING
].flag
&= ~LPFC_STOP_IOCB_EVENT
;
2953 /* Check for error */
2954 if (mb
->mbxStatus
) {
2955 lpfc_printf_log(phba
, KERN_INFO
, LOG_LINK_EVENT
,
2956 "1307 READ_LA mbox error x%x state x%x\n",
2957 mb
->mbxStatus
, vport
->port_state
);
2958 lpfc_mbx_issue_link_down(phba
);
2959 phba
->link_state
= LPFC_HBA_ERROR
;
2960 goto lpfc_mbx_cmpl_read_topology_free_mbuf
;
2963 la
= (struct lpfc_mbx_read_top
*) &pmb
->u
.mb
.un
.varReadTop
;
2965 memcpy(&phba
->alpa_map
[0], mp
->virt
, 128);
2967 spin_lock_irq(shost
->host_lock
);
2968 if (bf_get(lpfc_mbx_read_top_pb
, la
))
2969 vport
->fc_flag
|= FC_BYPASSED_MODE
;
2971 vport
->fc_flag
&= ~FC_BYPASSED_MODE
;
2972 spin_unlock_irq(shost
->host_lock
);
2974 if ((phba
->fc_eventTag
< la
->eventTag
) ||
2975 (phba
->fc_eventTag
== la
->eventTag
)) {
2976 phba
->fc_stat
.LinkMultiEvent
++;
2977 if (bf_get(lpfc_mbx_read_top_att_type
, la
) == LPFC_ATT_LINK_UP
)
2978 if (phba
->fc_eventTag
!= 0)
2979 lpfc_linkdown(phba
);
2982 phba
->fc_eventTag
= la
->eventTag
;
2983 spin_lock_irq(&phba
->hbalock
);
2984 if (bf_get(lpfc_mbx_read_top_mm
, la
))
2985 phba
->sli
.sli_flag
|= LPFC_MENLO_MAINT
;
2987 phba
->sli
.sli_flag
&= ~LPFC_MENLO_MAINT
;
2988 spin_unlock_irq(&phba
->hbalock
);
2990 phba
->link_events
++;
2991 if ((bf_get(lpfc_mbx_read_top_att_type
, la
) == LPFC_ATT_LINK_UP
) &&
2992 (!bf_get(lpfc_mbx_read_top_mm
, la
))) {
2993 phba
->fc_stat
.LinkUp
++;
2994 if (phba
->link_flag
& LS_LOOPBACK_MODE
) {
2995 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
2996 "1306 Link Up Event in loop back mode "
2997 "x%x received Data: x%x x%x x%x x%x\n",
2998 la
->eventTag
, phba
->fc_eventTag
,
2999 bf_get(lpfc_mbx_read_top_alpa_granted
,
3001 bf_get(lpfc_mbx_read_top_link_spd
, la
),
3004 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
3005 "1303 Link Up Event x%x received "
3006 "Data: x%x x%x x%x x%x x%x x%x %d\n",
3007 la
->eventTag
, phba
->fc_eventTag
,
3008 bf_get(lpfc_mbx_read_top_alpa_granted
,
3010 bf_get(lpfc_mbx_read_top_link_spd
, la
),
3012 bf_get(lpfc_mbx_read_top_mm
, la
),
3013 bf_get(lpfc_mbx_read_top_fa
, la
),
3014 phba
->wait_4_mlo_maint_flg
);
3016 lpfc_mbx_process_link_up(phba
, la
);
3017 } else if (bf_get(lpfc_mbx_read_top_att_type
, la
) ==
3018 LPFC_ATT_LINK_DOWN
) {
3019 phba
->fc_stat
.LinkDown
++;
3020 if (phba
->link_flag
& LS_LOOPBACK_MODE
) {
3021 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
3022 "1308 Link Down Event in loop back mode "
3024 "Data: x%x x%x x%x\n",
3025 la
->eventTag
, phba
->fc_eventTag
,
3026 phba
->pport
->port_state
, vport
->fc_flag
);
3029 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
3030 "1305 Link Down Event x%x received "
3031 "Data: x%x x%x x%x x%x x%x\n",
3032 la
->eventTag
, phba
->fc_eventTag
,
3033 phba
->pport
->port_state
, vport
->fc_flag
,
3034 bf_get(lpfc_mbx_read_top_mm
, la
),
3035 bf_get(lpfc_mbx_read_top_fa
, la
));
3037 lpfc_mbx_issue_link_down(phba
);
3039 if ((bf_get(lpfc_mbx_read_top_mm
, la
)) &&
3040 (bf_get(lpfc_mbx_read_top_att_type
, la
) == LPFC_ATT_LINK_UP
)) {
3041 if (phba
->link_state
!= LPFC_LINK_DOWN
) {
3042 phba
->fc_stat
.LinkDown
++;
3043 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
3044 "1312 Link Down Event x%x received "
3045 "Data: x%x x%x x%x\n",
3046 la
->eventTag
, phba
->fc_eventTag
,
3047 phba
->pport
->port_state
, vport
->fc_flag
);
3048 lpfc_mbx_issue_link_down(phba
);
3050 lpfc_enable_la(phba
);
3052 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
3053 "1310 Menlo Maint Mode Link up Event x%x rcvd "
3054 "Data: x%x x%x x%x\n",
3055 la
->eventTag
, phba
->fc_eventTag
,
3056 phba
->pport
->port_state
, vport
->fc_flag
);
3058 * The cmnd that triggered this will be waiting for this
3061 /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */
3062 if (phba
->wait_4_mlo_maint_flg
) {
3063 phba
->wait_4_mlo_maint_flg
= 0;
3064 wake_up_interruptible(&phba
->wait_4_mlo_m_q
);
3068 if (bf_get(lpfc_mbx_read_top_fa
, la
)) {
3069 if (bf_get(lpfc_mbx_read_top_mm
, la
))
3070 lpfc_issue_clear_la(phba
, vport
);
3071 lpfc_printf_log(phba
, KERN_INFO
, LOG_LINK_EVENT
,
3073 bf_get(lpfc_mbx_read_top_fa
, la
));
3076 lpfc_mbx_cmpl_read_topology_free_mbuf
:
3077 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
3079 mempool_free(pmb
, phba
->mbox_mem_pool
);
3084 * This routine handles processing a REG_LOGIN mailbox
3085 * command upon completion. It is setup in the LPFC_MBOXQ
3086 * as the completion routine when the command is
3087 * handed off to the SLI layer.
3090 lpfc_mbx_cmpl_reg_login(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
3092 struct lpfc_vport
*vport
= pmb
->vport
;
3093 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) (pmb
->context1
);
3094 struct lpfc_nodelist
*ndlp
= (struct lpfc_nodelist
*) pmb
->context2
;
3095 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3097 pmb
->context1
= NULL
;
3098 pmb
->context2
= NULL
;
3100 if (ndlp
->nlp_flag
& NLP_REG_LOGIN_SEND
)
3101 ndlp
->nlp_flag
&= ~NLP_REG_LOGIN_SEND
;
3103 if (ndlp
->nlp_flag
& NLP_IGNR_REG_CMPL
||
3104 ndlp
->nlp_state
!= NLP_STE_REG_LOGIN_ISSUE
) {
3105 /* We rcvd a rscn after issuing this
3106 * mbox reg login, we may have cycled
3107 * back through the state and be
3108 * back at reg login state so this
3109 * mbox needs to be ignored becase
3110 * there is another reg login in
3113 spin_lock_irq(shost
->host_lock
);
3114 ndlp
->nlp_flag
&= ~NLP_IGNR_REG_CMPL
;
3115 spin_unlock_irq(shost
->host_lock
);
3117 /* Good status, call state machine */
3118 lpfc_disc_state_machine(vport
, ndlp
, pmb
,
3119 NLP_EVT_CMPL_REG_LOGIN
);
3121 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
3123 mempool_free(pmb
, phba
->mbox_mem_pool
);
3124 /* decrement the node reference count held for this callback
3133 lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
3135 MAILBOX_t
*mb
= &pmb
->u
.mb
;
3136 struct lpfc_vport
*vport
= pmb
->vport
;
3137 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3139 switch (mb
->mbxStatus
) {
3142 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
3143 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
3146 /* If VPI is busy, reset the HBA */
3148 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_NODE
,
3149 "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n",
3150 vport
->vpi
, mb
->mbxStatus
);
3151 if (!(phba
->pport
->load_flag
& FC_UNLOADING
))
3152 lpfc_workq_post_event(phba
, NULL
, NULL
,
3153 LPFC_EVT_RESET_HBA
);
3155 spin_lock_irq(shost
->host_lock
);
3156 vport
->vpi_state
&= ~LPFC_VPI_REGISTERED
;
3157 vport
->fc_flag
|= FC_VPORT_NEEDS_REG_VPI
;
3158 spin_unlock_irq(shost
->host_lock
);
3159 vport
->unreg_vpi_cmpl
= VPORT_OK
;
3160 mempool_free(pmb
, phba
->mbox_mem_pool
);
3161 lpfc_cleanup_vports_rrqs(vport
, NULL
);
3163 * This shost reference might have been taken at the beginning of
3164 * lpfc_vport_delete()
3166 if ((vport
->load_flag
& FC_UNLOADING
) && (vport
!= phba
->pport
))
3167 scsi_host_put(shost
);
3171 lpfc_mbx_unreg_vpi(struct lpfc_vport
*vport
)
3173 struct lpfc_hba
*phba
= vport
->phba
;
3177 mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
3181 lpfc_unreg_vpi(phba
, vport
->vpi
, mbox
);
3182 mbox
->vport
= vport
;
3183 mbox
->mbox_cmpl
= lpfc_mbx_cmpl_unreg_vpi
;
3184 rc
= lpfc_sli_issue_mbox(phba
, mbox
, MBX_NOWAIT
);
3185 if (rc
== MBX_NOT_FINISHED
) {
3186 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
| LOG_VPORT
,
3187 "1800 Could not issue unreg_vpi\n");
3188 mempool_free(mbox
, phba
->mbox_mem_pool
);
3189 vport
->unreg_vpi_cmpl
= VPORT_ERROR
;
3196 lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
3198 struct lpfc_vport
*vport
= pmb
->vport
;
3199 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3200 MAILBOX_t
*mb
= &pmb
->u
.mb
;
3202 switch (mb
->mbxStatus
) {
3206 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
3207 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
3209 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
3210 spin_lock_irq(shost
->host_lock
);
3211 vport
->fc_flag
&= ~(FC_FABRIC
| FC_PUBLIC_LOOP
);
3212 spin_unlock_irq(shost
->host_lock
);
3213 vport
->fc_myDID
= 0;
3217 spin_lock_irq(shost
->host_lock
);
3218 vport
->vpi_state
|= LPFC_VPI_REGISTERED
;
3219 vport
->fc_flag
&= ~FC_VPORT_NEEDS_REG_VPI
;
3220 spin_unlock_irq(shost
->host_lock
);
3221 vport
->num_disc_nodes
= 0;
3222 /* go thru NPR list and issue ELS PLOGIs */
3223 if (vport
->fc_npr_cnt
)
3224 lpfc_els_disc_plogi(vport
);
3226 if (!vport
->num_disc_nodes
) {
3227 spin_lock_irq(shost
->host_lock
);
3228 vport
->fc_flag
&= ~FC_NDISC_ACTIVE
;
3229 spin_unlock_irq(shost
->host_lock
);
3230 lpfc_can_disctmo(vport
);
3232 vport
->port_state
= LPFC_VPORT_READY
;
3235 mempool_free(pmb
, phba
->mbox_mem_pool
);
3240 * lpfc_create_static_vport - Read HBA config region to create static vports.
3241 * @phba: pointer to lpfc hba data structure.
3243 * This routine issue a DUMP mailbox command for config region 22 to get
3244 * the list of static vports to be created. The function create vports
3245 * based on the information returned from the HBA.
3248 lpfc_create_static_vport(struct lpfc_hba
*phba
)
3250 LPFC_MBOXQ_t
*pmb
= NULL
;
3252 struct static_vport_info
*vport_info
;
3254 struct fc_vport_identifiers vport_id
;
3255 struct fc_vport
*new_fc_vport
;
3256 struct Scsi_Host
*shost
;
3257 struct lpfc_vport
*vport
;
3258 uint16_t offset
= 0;
3259 uint8_t *vport_buff
;
3260 struct lpfc_dmabuf
*mp
;
3261 uint32_t byte_count
= 0;
3263 pmb
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
3265 lpfc_printf_log(phba
, KERN_ERR
, LOG_INIT
,
3266 "0542 lpfc_create_static_vport failed to"
3267 " allocate mailbox memory\n");
3273 vport_info
= kzalloc(sizeof(struct static_vport_info
), GFP_KERNEL
);
3275 lpfc_printf_log(phba
, KERN_ERR
, LOG_INIT
,
3276 "0543 lpfc_create_static_vport failed to"
3277 " allocate vport_info\n");
3278 mempool_free(pmb
, phba
->mbox_mem_pool
);
3282 vport_buff
= (uint8_t *) vport_info
;
3284 if (lpfc_dump_static_vport(phba
, pmb
, offset
))
3287 pmb
->vport
= phba
->pport
;
3288 rc
= lpfc_sli_issue_mbox_wait(phba
, pmb
, LPFC_MBOX_TMO
);
3290 if ((rc
!= MBX_SUCCESS
) || mb
->mbxStatus
) {
3291 lpfc_printf_log(phba
, KERN_WARNING
, LOG_INIT
,
3292 "0544 lpfc_create_static_vport failed to"
3293 " issue dump mailbox command ret 0x%x "
3299 if (phba
->sli_rev
== LPFC_SLI_REV4
) {
3300 byte_count
= pmb
->u
.mqe
.un
.mb_words
[5];
3301 mp
= (struct lpfc_dmabuf
*) pmb
->context2
;
3302 if (byte_count
> sizeof(struct static_vport_info
) -
3304 byte_count
= sizeof(struct static_vport_info
)
3306 memcpy(vport_buff
+ offset
, mp
->virt
, byte_count
);
3307 offset
+= byte_count
;
3309 if (mb
->un
.varDmp
.word_cnt
>
3310 sizeof(struct static_vport_info
) - offset
)
3311 mb
->un
.varDmp
.word_cnt
=
3312 sizeof(struct static_vport_info
)
3314 byte_count
= mb
->un
.varDmp
.word_cnt
;
3315 lpfc_sli_pcimem_bcopy(((uint8_t *)mb
) + DMP_RSP_OFFSET
,
3316 vport_buff
+ offset
,
3319 offset
+= byte_count
;
3322 } while (byte_count
&&
3323 offset
< sizeof(struct static_vport_info
));
3326 if ((le32_to_cpu(vport_info
->signature
) != VPORT_INFO_SIG
) ||
3327 ((le32_to_cpu(vport_info
->rev
) & VPORT_INFO_REV_MASK
)
3328 != VPORT_INFO_REV
)) {
3329 lpfc_printf_log(phba
, KERN_ERR
, LOG_INIT
,
3330 "0545 lpfc_create_static_vport bad"
3331 " information header 0x%x 0x%x\n",
3332 le32_to_cpu(vport_info
->signature
),
3333 le32_to_cpu(vport_info
->rev
) & VPORT_INFO_REV_MASK
);
3338 shost
= lpfc_shost_from_vport(phba
->pport
);
3340 for (i
= 0; i
< MAX_STATIC_VPORT_COUNT
; i
++) {
3341 memset(&vport_id
, 0, sizeof(vport_id
));
3342 vport_id
.port_name
= wwn_to_u64(vport_info
->vport_list
[i
].wwpn
);
3343 vport_id
.node_name
= wwn_to_u64(vport_info
->vport_list
[i
].wwnn
);
3344 if (!vport_id
.port_name
|| !vport_id
.node_name
)
3347 vport_id
.roles
= FC_PORT_ROLE_FCP_INITIATOR
;
3348 vport_id
.vport_type
= FC_PORTTYPE_NPIV
;
3349 vport_id
.disable
= false;
3350 new_fc_vport
= fc_vport_create(shost
, 0, &vport_id
);
3352 if (!new_fc_vport
) {
3353 lpfc_printf_log(phba
, KERN_WARNING
, LOG_INIT
,
3354 "0546 lpfc_create_static_vport failed to"
3359 vport
= *(struct lpfc_vport
**)new_fc_vport
->dd_data
;
3360 vport
->vport_flag
|= STATIC_VPORT
;
3365 if (rc
!= MBX_TIMEOUT
) {
3366 if (pmb
->context2
) {
3367 mp
= (struct lpfc_dmabuf
*) pmb
->context2
;
3368 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
3371 mempool_free(pmb
, phba
->mbox_mem_pool
);
3378 * This routine handles processing a Fabric REG_LOGIN mailbox
3379 * command upon completion. It is setup in the LPFC_MBOXQ
3380 * as the completion routine when the command is
3381 * handed off to the SLI layer.
3384 lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
3386 struct lpfc_vport
*vport
= pmb
->vport
;
3387 MAILBOX_t
*mb
= &pmb
->u
.mb
;
3388 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) (pmb
->context1
);
3389 struct lpfc_nodelist
*ndlp
;
3391 ndlp
= (struct lpfc_nodelist
*) pmb
->context2
;
3392 pmb
->context1
= NULL
;
3393 pmb
->context2
= NULL
;
3395 if (mb
->mbxStatus
) {
3396 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
3397 "0258 Register Fabric login error: 0x%x\n",
3399 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
3401 mempool_free(pmb
, phba
->mbox_mem_pool
);
3403 if (phba
->fc_topology
== LPFC_TOPOLOGY_LOOP
) {
3404 /* FLOGI failed, use loop map to make discovery list */
3405 lpfc_disc_list_loopmap(vport
);
3407 /* Start discovery */
3408 lpfc_disc_start(vport
);
3409 /* Decrement the reference count to ndlp after the
3410 * reference to the ndlp are done.
3416 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
3417 /* Decrement the reference count to ndlp after the reference
3418 * to the ndlp are done.
3424 if (phba
->sli_rev
< LPFC_SLI_REV4
)
3425 ndlp
->nlp_rpi
= mb
->un
.varWords
[0];
3426 ndlp
->nlp_flag
|= NLP_RPI_REGISTERED
;
3427 ndlp
->nlp_type
|= NLP_FABRIC
;
3428 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_UNMAPPED_NODE
);
3430 if (vport
->port_state
== LPFC_FABRIC_CFG_LINK
) {
3431 /* when physical port receive logo donot start
3432 * vport discovery */
3433 if (!(vport
->fc_flag
& FC_LOGO_RCVD_DID_CHNG
))
3434 lpfc_start_fdiscs(phba
);
3436 vport
->fc_flag
&= ~FC_LOGO_RCVD_DID_CHNG
;
3437 lpfc_do_scr_ns_plogi(phba
, vport
);
3440 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
3442 mempool_free(pmb
, phba
->mbox_mem_pool
);
3444 /* Drop the reference count from the mbox at the end after
3445 * all the current reference to the ndlp have been done.
3452 * This routine handles processing a NameServer REG_LOGIN mailbox
3453 * command upon completion. It is setup in the LPFC_MBOXQ
3454 * as the completion routine when the command is
3455 * handed off to the SLI layer.
3458 lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
3460 MAILBOX_t
*mb
= &pmb
->u
.mb
;
3461 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) (pmb
->context1
);
3462 struct lpfc_nodelist
*ndlp
= (struct lpfc_nodelist
*) pmb
->context2
;
3463 struct lpfc_vport
*vport
= pmb
->vport
;
3465 pmb
->context1
= NULL
;
3466 pmb
->context2
= NULL
;
3468 if (mb
->mbxStatus
) {
3470 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_ELS
,
3471 "0260 Register NameServer error: 0x%x\n",
3473 /* decrement the node reference count held for this
3474 * callback function.
3477 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
3479 mempool_free(pmb
, phba
->mbox_mem_pool
);
3481 /* If no other thread is using the ndlp, free it */
3482 lpfc_nlp_not_used(ndlp
);
3484 if (phba
->fc_topology
== LPFC_TOPOLOGY_LOOP
) {
3486 * RegLogin failed, use loop map to make discovery
3489 lpfc_disc_list_loopmap(vport
);
3491 /* Start discovery */
3492 lpfc_disc_start(vport
);
3495 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
3499 if (phba
->sli_rev
< LPFC_SLI_REV4
)
3500 ndlp
->nlp_rpi
= mb
->un
.varWords
[0];
3501 ndlp
->nlp_flag
|= NLP_RPI_REGISTERED
;
3502 ndlp
->nlp_type
|= NLP_FABRIC
;
3503 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_UNMAPPED_NODE
);
3505 if (vport
->port_state
< LPFC_VPORT_READY
) {
3506 /* Link up discovery requires Fabric registration. */
3507 lpfc_ns_cmd(vport
, SLI_CTNS_RFF_ID
, 0, 0); /* Do this first! */
3508 lpfc_ns_cmd(vport
, SLI_CTNS_RNN_ID
, 0, 0);
3509 lpfc_ns_cmd(vport
, SLI_CTNS_RSNN_NN
, 0, 0);
3510 lpfc_ns_cmd(vport
, SLI_CTNS_RSPN_ID
, 0, 0);
3511 lpfc_ns_cmd(vport
, SLI_CTNS_RFT_ID
, 0, 0);
3513 /* Issue SCR just before NameServer GID_FT Query */
3514 lpfc_issue_els_scr(vport
, SCR_DID
, 0);
3517 vport
->fc_ns_retry
= 0;
3518 /* Good status, issue CT Request to NameServer */
3519 if (lpfc_ns_cmd(vport
, SLI_CTNS_GID_FT
, 0, 0)) {
3520 /* Cannot issue NameServer Query, so finish up discovery */
3524 /* decrement the node reference count held for this
3525 * callback function.
3528 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
3530 mempool_free(pmb
, phba
->mbox_mem_pool
);
3536 lpfc_register_remote_port(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
3538 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3539 struct fc_rport
*rport
;
3540 struct lpfc_rport_data
*rdata
;
3541 struct fc_rport_identifiers rport_ids
;
3542 struct lpfc_hba
*phba
= vport
->phba
;
3544 /* Remote port has reappeared. Re-register w/ FC transport */
3545 rport_ids
.node_name
= wwn_to_u64(ndlp
->nlp_nodename
.u
.wwn
);
3546 rport_ids
.port_name
= wwn_to_u64(ndlp
->nlp_portname
.u
.wwn
);
3547 rport_ids
.port_id
= ndlp
->nlp_DID
;
3548 rport_ids
.roles
= FC_RPORT_ROLE_UNKNOWN
;
3551 * We leave our node pointer in rport->dd_data when we unregister a
3552 * FCP target port. But fc_remote_port_add zeros the space to which
3553 * rport->dd_data points. So, if we're reusing a previously
3554 * registered port, drop the reference that we took the last time we
3555 * registered the port.
3557 if (ndlp
->rport
&& ndlp
->rport
->dd_data
&&
3558 ((struct lpfc_rport_data
*) ndlp
->rport
->dd_data
)->pnode
== ndlp
)
3561 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_RPORT
,
3562 "rport add: did:x%x flg:x%x type x%x",
3563 ndlp
->nlp_DID
, ndlp
->nlp_flag
, ndlp
->nlp_type
);
3565 /* Don't add the remote port if unloading. */
3566 if (vport
->load_flag
& FC_UNLOADING
)
3569 ndlp
->rport
= rport
= fc_remote_port_add(shost
, 0, &rport_ids
);
3570 if (!rport
|| !get_device(&rport
->dev
)) {
3571 dev_printk(KERN_WARNING
, &phba
->pcidev
->dev
,
3572 "Warning: fc_remote_port_add failed\n");
3576 /* initialize static port data */
3577 rport
->maxframe_size
= ndlp
->nlp_maxframe
;
3578 rport
->supported_classes
= ndlp
->nlp_class_sup
;
3579 rdata
= rport
->dd_data
;
3580 rdata
->pnode
= lpfc_nlp_get(ndlp
);
3582 if (ndlp
->nlp_type
& NLP_FCP_TARGET
)
3583 rport_ids
.roles
|= FC_RPORT_ROLE_FCP_TARGET
;
3584 if (ndlp
->nlp_type
& NLP_FCP_INITIATOR
)
3585 rport_ids
.roles
|= FC_RPORT_ROLE_FCP_INITIATOR
;
3587 if (rport_ids
.roles
!= FC_RPORT_ROLE_UNKNOWN
)
3588 fc_remote_port_rolechg(rport
, rport_ids
.roles
);
3590 if ((rport
->scsi_target_id
!= -1) &&
3591 (rport
->scsi_target_id
< LPFC_MAX_TARGET
)) {
3592 ndlp
->nlp_sid
= rport
->scsi_target_id
;
3598 lpfc_unregister_remote_port(struct lpfc_nodelist
*ndlp
)
3600 struct fc_rport
*rport
= ndlp
->rport
;
3602 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_RPORT
,
3603 "rport delete: did:x%x flg:x%x type x%x",
3604 ndlp
->nlp_DID
, ndlp
->nlp_flag
, ndlp
->nlp_type
);
3606 fc_remote_port_delete(rport
);
3612 lpfc_nlp_counters(struct lpfc_vport
*vport
, int state
, int count
)
3614 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3616 spin_lock_irq(shost
->host_lock
);
3618 case NLP_STE_UNUSED_NODE
:
3619 vport
->fc_unused_cnt
+= count
;
3621 case NLP_STE_PLOGI_ISSUE
:
3622 vport
->fc_plogi_cnt
+= count
;
3624 case NLP_STE_ADISC_ISSUE
:
3625 vport
->fc_adisc_cnt
+= count
;
3627 case NLP_STE_REG_LOGIN_ISSUE
:
3628 vport
->fc_reglogin_cnt
+= count
;
3630 case NLP_STE_PRLI_ISSUE
:
3631 vport
->fc_prli_cnt
+= count
;
3633 case NLP_STE_UNMAPPED_NODE
:
3634 vport
->fc_unmap_cnt
+= count
;
3636 case NLP_STE_MAPPED_NODE
:
3637 vport
->fc_map_cnt
+= count
;
3639 case NLP_STE_NPR_NODE
:
3640 vport
->fc_npr_cnt
+= count
;
3643 spin_unlock_irq(shost
->host_lock
);
3647 lpfc_nlp_state_cleanup(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
3648 int old_state
, int new_state
)
3650 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3652 if (new_state
== NLP_STE_UNMAPPED_NODE
) {
3653 ndlp
->nlp_flag
&= ~NLP_NODEV_REMOVE
;
3654 ndlp
->nlp_type
|= NLP_FC_NODE
;
3656 if (new_state
== NLP_STE_MAPPED_NODE
)
3657 ndlp
->nlp_flag
&= ~NLP_NODEV_REMOVE
;
3658 if (new_state
== NLP_STE_NPR_NODE
)
3659 ndlp
->nlp_flag
&= ~NLP_RCV_PLOGI
;
3661 /* Transport interface */
3662 if (ndlp
->rport
&& (old_state
== NLP_STE_MAPPED_NODE
||
3663 old_state
== NLP_STE_UNMAPPED_NODE
)) {
3664 vport
->phba
->nport_event_cnt
++;
3665 lpfc_unregister_remote_port(ndlp
);
3668 if (new_state
== NLP_STE_MAPPED_NODE
||
3669 new_state
== NLP_STE_UNMAPPED_NODE
) {
3670 vport
->phba
->nport_event_cnt
++;
3672 * Tell the fc transport about the port, if we haven't
3673 * already. If we have, and it's a scsi entity, be
3674 * sure to unblock any attached scsi devices
3676 lpfc_register_remote_port(vport
, ndlp
);
3678 if ((new_state
== NLP_STE_MAPPED_NODE
) &&
3679 (vport
->stat_data_enabled
)) {
3681 * A new target is discovered, if there is no buffer for
3682 * statistical data collection allocate buffer.
3684 ndlp
->lat_data
= kcalloc(LPFC_MAX_BUCKET_COUNT
,
3685 sizeof(struct lpfc_scsicmd_bkt
),
3688 if (!ndlp
->lat_data
)
3689 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_NODE
,
3690 "0286 lpfc_nlp_state_cleanup failed to "
3691 "allocate statistical data buffer DID "
3692 "0x%x\n", ndlp
->nlp_DID
);
3695 * if we added to Mapped list, but the remote port
3696 * registration failed or assigned a target id outside
3697 * our presentable range - move the node to the
3700 if (new_state
== NLP_STE_MAPPED_NODE
&&
3702 ndlp
->rport
->scsi_target_id
== -1 ||
3703 ndlp
->rport
->scsi_target_id
>= LPFC_MAX_TARGET
)) {
3704 spin_lock_irq(shost
->host_lock
);
3705 ndlp
->nlp_flag
|= NLP_TGT_NO_SCSIID
;
3706 spin_unlock_irq(shost
->host_lock
);
3707 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_UNMAPPED_NODE
);
3712 lpfc_nlp_state_name(char *buffer
, size_t size
, int state
)
3714 static char *states
[] = {
3715 [NLP_STE_UNUSED_NODE
] = "UNUSED",
3716 [NLP_STE_PLOGI_ISSUE
] = "PLOGI",
3717 [NLP_STE_ADISC_ISSUE
] = "ADISC",
3718 [NLP_STE_REG_LOGIN_ISSUE
] = "REGLOGIN",
3719 [NLP_STE_PRLI_ISSUE
] = "PRLI",
3720 [NLP_STE_UNMAPPED_NODE
] = "UNMAPPED",
3721 [NLP_STE_MAPPED_NODE
] = "MAPPED",
3722 [NLP_STE_NPR_NODE
] = "NPR",
3725 if (state
< NLP_STE_MAX_STATE
&& states
[state
])
3726 strlcpy(buffer
, states
[state
], size
);
3728 snprintf(buffer
, size
, "unknown (%d)", state
);
3733 lpfc_nlp_set_state(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
3736 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3737 int old_state
= ndlp
->nlp_state
;
3738 char name1
[16], name2
[16];
3740 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
3741 "0904 NPort state transition x%06x, %s -> %s\n",
3743 lpfc_nlp_state_name(name1
, sizeof(name1
), old_state
),
3744 lpfc_nlp_state_name(name2
, sizeof(name2
), state
));
3746 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_NODE
,
3747 "node statechg did:x%x old:%d ste:%d",
3748 ndlp
->nlp_DID
, old_state
, state
);
3750 if (old_state
== NLP_STE_NPR_NODE
&&
3751 state
!= NLP_STE_NPR_NODE
)
3752 lpfc_cancel_retry_delay_tmo(vport
, ndlp
);
3753 if (old_state
== NLP_STE_UNMAPPED_NODE
) {
3754 ndlp
->nlp_flag
&= ~NLP_TGT_NO_SCSIID
;
3755 ndlp
->nlp_type
&= ~NLP_FC_NODE
;
3758 if (list_empty(&ndlp
->nlp_listp
)) {
3759 spin_lock_irq(shost
->host_lock
);
3760 list_add_tail(&ndlp
->nlp_listp
, &vport
->fc_nodes
);
3761 spin_unlock_irq(shost
->host_lock
);
3762 } else if (old_state
)
3763 lpfc_nlp_counters(vport
, old_state
, -1);
3765 ndlp
->nlp_state
= state
;
3766 lpfc_nlp_counters(vport
, state
, 1);
3767 lpfc_nlp_state_cleanup(vport
, ndlp
, old_state
, state
);
3771 lpfc_enqueue_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
3773 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3775 if (list_empty(&ndlp
->nlp_listp
)) {
3776 spin_lock_irq(shost
->host_lock
);
3777 list_add_tail(&ndlp
->nlp_listp
, &vport
->fc_nodes
);
3778 spin_unlock_irq(shost
->host_lock
);
3783 lpfc_dequeue_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
3785 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3787 lpfc_cancel_retry_delay_tmo(vport
, ndlp
);
3788 if (ndlp
->nlp_state
&& !list_empty(&ndlp
->nlp_listp
))
3789 lpfc_nlp_counters(vport
, ndlp
->nlp_state
, -1);
3790 spin_lock_irq(shost
->host_lock
);
3791 list_del_init(&ndlp
->nlp_listp
);
3792 spin_unlock_irq(shost
->host_lock
);
3793 lpfc_nlp_state_cleanup(vport
, ndlp
, ndlp
->nlp_state
,
3794 NLP_STE_UNUSED_NODE
);
3798 lpfc_disable_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
3800 lpfc_cancel_retry_delay_tmo(vport
, ndlp
);
3801 if (ndlp
->nlp_state
&& !list_empty(&ndlp
->nlp_listp
))
3802 lpfc_nlp_counters(vport
, ndlp
->nlp_state
, -1);
3803 lpfc_nlp_state_cleanup(vport
, ndlp
, ndlp
->nlp_state
,
3804 NLP_STE_UNUSED_NODE
);
3807 * lpfc_initialize_node - Initialize all fields of node object
3808 * @vport: Pointer to Virtual Port object.
3809 * @ndlp: Pointer to FC node object.
3810 * @did: FC_ID of the node.
3812 * This function is always called when node object need to be initialized.
3813 * It initializes all the fields of the node object. Although the reference
3814 * to phba from @ndlp can be obtained indirectly through it's reference to
3815 * @vport, a direct reference to phba is taken here by @ndlp. This is due
3816 * to the life-span of the @ndlp might go beyond the existence of @vport as
3817 * the final release of ndlp is determined by its reference count. And, the
3818 * operation on @ndlp needs the reference to phba.
3821 lpfc_initialize_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
3824 INIT_LIST_HEAD(&ndlp
->els_retry_evt
.evt_listp
);
3825 INIT_LIST_HEAD(&ndlp
->dev_loss_evt
.evt_listp
);
3826 init_timer(&ndlp
->nlp_delayfunc
);
3827 ndlp
->nlp_delayfunc
.function
= lpfc_els_retry_delay
;
3828 ndlp
->nlp_delayfunc
.data
= (unsigned long)ndlp
;
3829 ndlp
->nlp_DID
= did
;
3830 ndlp
->vport
= vport
;
3831 ndlp
->phba
= vport
->phba
;
3832 ndlp
->nlp_sid
= NLP_NO_SID
;
3833 kref_init(&ndlp
->kref
);
3834 NLP_INT_NODE_ACT(ndlp
);
3835 atomic_set(&ndlp
->cmd_pending
, 0);
3836 ndlp
->cmd_qdepth
= vport
->cfg_tgt_queue_depth
;
3837 if (vport
->phba
->sli_rev
== LPFC_SLI_REV4
)
3838 ndlp
->nlp_rpi
= lpfc_sli4_alloc_rpi(vport
->phba
);
3841 struct lpfc_nodelist
*
3842 lpfc_enable_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
3845 struct lpfc_hba
*phba
= vport
->phba
;
3847 unsigned long flags
;
3852 spin_lock_irqsave(&phba
->ndlp_lock
, flags
);
3853 /* The ndlp should not be in memory free mode */
3854 if (NLP_CHK_FREE_REQ(ndlp
)) {
3855 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
3856 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_NODE
,
3857 "0277 lpfc_enable_node: ndlp:x%p "
3858 "usgmap:x%x refcnt:%d\n",
3859 (void *)ndlp
, ndlp
->nlp_usg_map
,
3860 atomic_read(&ndlp
->kref
.refcount
));
3863 /* The ndlp should not already be in active mode */
3864 if (NLP_CHK_NODE_ACT(ndlp
)) {
3865 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
3866 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_NODE
,
3867 "0278 lpfc_enable_node: ndlp:x%p "
3868 "usgmap:x%x refcnt:%d\n",
3869 (void *)ndlp
, ndlp
->nlp_usg_map
,
3870 atomic_read(&ndlp
->kref
.refcount
));
3874 /* Keep the original DID */
3875 did
= ndlp
->nlp_DID
;
3877 /* re-initialize ndlp except of ndlp linked list pointer */
3878 memset((((char *)ndlp
) + sizeof (struct list_head
)), 0,
3879 sizeof (struct lpfc_nodelist
) - sizeof (struct list_head
));
3880 lpfc_initialize_node(vport
, ndlp
, did
);
3882 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
3884 if (state
!= NLP_STE_UNUSED_NODE
)
3885 lpfc_nlp_set_state(vport
, ndlp
, state
);
3887 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_NODE
,
3888 "node enable: did:x%x",
3889 ndlp
->nlp_DID
, 0, 0);
3894 lpfc_drop_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
3897 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
3898 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
3899 * the ndlp from the vport. The ndlp marked as UNUSED on the list
3900 * until ALL other outstanding threads have completed. We check
3901 * that the ndlp not already in the UNUSED state before we proceed.
3903 if (ndlp
->nlp_state
== NLP_STE_UNUSED_NODE
)
3905 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_UNUSED_NODE
);
3906 if (vport
->phba
->sli_rev
== LPFC_SLI_REV4
)
3907 lpfc_cleanup_vports_rrqs(vport
, ndlp
);
3913 * Start / ReStart rescue timer for Discovery / RSCN handling
3916 lpfc_set_disctmo(struct lpfc_vport
*vport
)
3918 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3919 struct lpfc_hba
*phba
= vport
->phba
;
3922 if (vport
->port_state
== LPFC_LOCAL_CFG_LINK
) {
3923 /* For FAN, timeout should be greater than edtov */
3924 tmo
= (((phba
->fc_edtov
+ 999) / 1000) + 1);
3926 /* Normal discovery timeout should be > than ELS/CT timeout
3927 * FC spec states we need 3 * ratov for CT requests
3929 tmo
= ((phba
->fc_ratov
* 3) + 3);
3933 if (!timer_pending(&vport
->fc_disctmo
)) {
3934 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_ELS_CMD
,
3935 "set disc timer: tmo:x%x state:x%x flg:x%x",
3936 tmo
, vport
->port_state
, vport
->fc_flag
);
3939 mod_timer(&vport
->fc_disctmo
, jiffies
+ HZ
* tmo
);
3940 spin_lock_irq(shost
->host_lock
);
3941 vport
->fc_flag
|= FC_DISC_TMO
;
3942 spin_unlock_irq(shost
->host_lock
);
3944 /* Start Discovery Timer state <hba_state> */
3945 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
3946 "0247 Start Discovery Timer state x%x "
3947 "Data: x%x x%lx x%x x%x\n",
3948 vport
->port_state
, tmo
,
3949 (unsigned long)&vport
->fc_disctmo
, vport
->fc_plogi_cnt
,
3950 vport
->fc_adisc_cnt
);
3956 * Cancel rescue timer for Discovery / RSCN handling
3959 lpfc_can_disctmo(struct lpfc_vport
*vport
)
3961 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3962 unsigned long iflags
;
3964 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_ELS_CMD
,
3965 "can disc timer: state:x%x rtry:x%x flg:x%x",
3966 vport
->port_state
, vport
->fc_ns_retry
, vport
->fc_flag
);
3968 /* Turn off discovery timer if its running */
3969 if (vport
->fc_flag
& FC_DISC_TMO
) {
3970 spin_lock_irqsave(shost
->host_lock
, iflags
);
3971 vport
->fc_flag
&= ~FC_DISC_TMO
;
3972 spin_unlock_irqrestore(shost
->host_lock
, iflags
);
3973 del_timer_sync(&vport
->fc_disctmo
);
3974 spin_lock_irqsave(&vport
->work_port_lock
, iflags
);
3975 vport
->work_port_events
&= ~WORKER_DISC_TMO
;
3976 spin_unlock_irqrestore(&vport
->work_port_lock
, iflags
);
3979 /* Cancel Discovery Timer state <hba_state> */
3980 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
3981 "0248 Cancel Discovery Timer state x%x "
3982 "Data: x%x x%x x%x\n",
3983 vport
->port_state
, vport
->fc_flag
,
3984 vport
->fc_plogi_cnt
, vport
->fc_adisc_cnt
);
3989 * Check specified ring for outstanding IOCB on the SLI queue
3990 * Return true if iocb matches the specified nport
3993 lpfc_check_sli_ndlp(struct lpfc_hba
*phba
,
3994 struct lpfc_sli_ring
*pring
,
3995 struct lpfc_iocbq
*iocb
,
3996 struct lpfc_nodelist
*ndlp
)
3998 struct lpfc_sli
*psli
= &phba
->sli
;
3999 IOCB_t
*icmd
= &iocb
->iocb
;
4000 struct lpfc_vport
*vport
= ndlp
->vport
;
4002 if (iocb
->vport
!= vport
)
4005 if (pring
->ringno
== LPFC_ELS_RING
) {
4006 switch (icmd
->ulpCommand
) {
4007 case CMD_GEN_REQUEST64_CR
:
4008 if (iocb
->context_un
.ndlp
== ndlp
)
4010 case CMD_ELS_REQUEST64_CR
:
4011 if (icmd
->un
.elsreq64
.remoteID
== ndlp
->nlp_DID
)
4013 case CMD_XMIT_ELS_RSP64_CX
:
4014 if (iocb
->context1
== (uint8_t *) ndlp
)
4017 } else if (pring
->ringno
== psli
->extra_ring
) {
4019 } else if (pring
->ringno
== psli
->fcp_ring
) {
4020 /* Skip match check if waiting to relogin to FCP target */
4021 if ((ndlp
->nlp_type
& NLP_FCP_TARGET
) &&
4022 (ndlp
->nlp_flag
& NLP_DELAY_TMO
)) {
4025 if (icmd
->ulpContext
== (volatile ushort
)ndlp
->nlp_rpi
) {
4028 } else if (pring
->ringno
== psli
->next_ring
) {
4035 * Free resources / clean up outstanding I/Os
4036 * associated with nlp_rpi in the LPFC_NODELIST entry.
4039 lpfc_no_rpi(struct lpfc_hba
*phba
, struct lpfc_nodelist
*ndlp
)
4041 LIST_HEAD(completions
);
4042 struct lpfc_sli
*psli
;
4043 struct lpfc_sli_ring
*pring
;
4044 struct lpfc_iocbq
*iocb
, *next_iocb
;
4047 lpfc_fabric_abort_nport(ndlp
);
4050 * Everything that matches on txcmplq will be returned
4051 * by firmware with a no rpi error.
4054 if (ndlp
->nlp_flag
& NLP_RPI_REGISTERED
) {
4055 /* Now process each ring */
4056 for (i
= 0; i
< psli
->num_rings
; i
++) {
4057 pring
= &psli
->ring
[i
];
4059 spin_lock_irq(&phba
->hbalock
);
4060 list_for_each_entry_safe(iocb
, next_iocb
, &pring
->txq
,
4063 * Check to see if iocb matches the nport we are
4066 if ((lpfc_check_sli_ndlp(phba
, pring
, iocb
,
4068 /* It matches, so deque and call compl
4070 list_move_tail(&iocb
->list
,
4075 spin_unlock_irq(&phba
->hbalock
);
4079 /* Cancel all the IOCBs from the completions list */
4080 lpfc_sli_cancel_iocbs(phba
, &completions
, IOSTAT_LOCAL_REJECT
,
4087 * Free rpi associated with LPFC_NODELIST entry.
4088 * This routine is called from lpfc_freenode(), when we are removing
4089 * a LPFC_NODELIST entry. It is also called if the driver initiates a
4090 * LOGO that completes successfully, and we are waiting to PLOGI back
4091 * to the remote NPort. In addition, it is called after we receive
4092 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
4093 * we are waiting to PLOGI back to the remote NPort.
4096 lpfc_unreg_rpi(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
4098 struct lpfc_hba
*phba
= vport
->phba
;
4103 if (ndlp
->nlp_flag
& NLP_RPI_REGISTERED
) {
4104 mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
4106 /* SLI4 ports require the physical rpi value. */
4107 rpi
= ndlp
->nlp_rpi
;
4108 if (phba
->sli_rev
== LPFC_SLI_REV4
)
4109 rpi
= phba
->sli4_hba
.rpi_ids
[ndlp
->nlp_rpi
];
4110 lpfc_unreg_login(phba
, vport
->vpi
, rpi
, mbox
);
4111 mbox
->vport
= vport
;
4112 mbox
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
4113 rc
= lpfc_sli_issue_mbox(phba
, mbox
, MBX_NOWAIT
);
4114 if (rc
== MBX_NOT_FINISHED
)
4115 mempool_free(mbox
, phba
->mbox_mem_pool
);
4117 lpfc_no_rpi(phba
, ndlp
);
4119 if (phba
->sli_rev
!= LPFC_SLI_REV4
)
4121 ndlp
->nlp_flag
&= ~NLP_RPI_REGISTERED
;
4122 ndlp
->nlp_flag
&= ~NLP_NPR_ADISC
;
4129 * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba.
4130 * @phba: pointer to lpfc hba data structure.
4132 * This routine is invoked to unregister all the currently registered RPIs
4136 lpfc_unreg_hba_rpis(struct lpfc_hba
*phba
)
4138 struct lpfc_vport
**vports
;
4139 struct lpfc_nodelist
*ndlp
;
4140 struct Scsi_Host
*shost
;
4143 vports
= lpfc_create_vport_work_array(phba
);
4145 lpfc_printf_log(phba
, KERN_ERR
, LOG_DISCOVERY
,
4146 "2884 Vport array allocation failed \n");
4149 for (i
= 0; i
<= phba
->max_vports
&& vports
[i
] != NULL
; i
++) {
4150 shost
= lpfc_shost_from_vport(vports
[i
]);
4151 spin_lock_irq(shost
->host_lock
);
4152 list_for_each_entry(ndlp
, &vports
[i
]->fc_nodes
, nlp_listp
) {
4153 if (ndlp
->nlp_flag
& NLP_RPI_REGISTERED
) {
4154 /* The mempool_alloc might sleep */
4155 spin_unlock_irq(shost
->host_lock
);
4156 lpfc_unreg_rpi(vports
[i
], ndlp
);
4157 spin_lock_irq(shost
->host_lock
);
4160 spin_unlock_irq(shost
->host_lock
);
4162 lpfc_destroy_vport_work_array(phba
, vports
);
4166 lpfc_unreg_all_rpis(struct lpfc_vport
*vport
)
4168 struct lpfc_hba
*phba
= vport
->phba
;
4172 if (phba
->sli_rev
== LPFC_SLI_REV4
) {
4173 lpfc_sli4_unreg_all_rpis(vport
);
4177 mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
4179 lpfc_unreg_login(phba
, vport
->vpi
, LPFC_UNREG_ALL_RPIS_VPORT
,
4181 mbox
->vport
= vport
;
4182 mbox
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
4183 mbox
->context1
= NULL
;
4184 rc
= lpfc_sli_issue_mbox_wait(phba
, mbox
, LPFC_MBOX_TMO
);
4185 if (rc
!= MBX_TIMEOUT
)
4186 mempool_free(mbox
, phba
->mbox_mem_pool
);
4188 if ((rc
== MBX_TIMEOUT
) || (rc
== MBX_NOT_FINISHED
))
4189 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
| LOG_VPORT
,
4190 "1836 Could not issue "
4191 "unreg_login(all_rpis) status %d\n", rc
);
4196 lpfc_unreg_default_rpis(struct lpfc_vport
*vport
)
4198 struct lpfc_hba
*phba
= vport
->phba
;
4202 mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
4204 lpfc_unreg_did(phba
, vport
->vpi
, LPFC_UNREG_ALL_DFLT_RPIS
,
4206 mbox
->vport
= vport
;
4207 mbox
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
4208 mbox
->context1
= NULL
;
4209 rc
= lpfc_sli_issue_mbox_wait(phba
, mbox
, LPFC_MBOX_TMO
);
4210 if (rc
!= MBX_TIMEOUT
)
4211 mempool_free(mbox
, phba
->mbox_mem_pool
);
4213 if ((rc
== MBX_TIMEOUT
) || (rc
== MBX_NOT_FINISHED
))
4214 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
| LOG_VPORT
,
4215 "1815 Could not issue "
4216 "unreg_did (default rpis) status %d\n",
4222 * Free resources associated with LPFC_NODELIST entry
4223 * so it can be freed.
4226 lpfc_cleanup_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
4228 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
4229 struct lpfc_hba
*phba
= vport
->phba
;
4230 LPFC_MBOXQ_t
*mb
, *nextmb
;
4231 struct lpfc_dmabuf
*mp
;
4233 /* Cleanup node for NPort <nlp_DID> */
4234 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
4235 "0900 Cleanup node for NPort x%x "
4236 "Data: x%x x%x x%x\n",
4237 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
4238 ndlp
->nlp_state
, ndlp
->nlp_rpi
);
4239 if (NLP_CHK_FREE_REQ(ndlp
)) {
4240 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_NODE
,
4241 "0280 lpfc_cleanup_node: ndlp:x%p "
4242 "usgmap:x%x refcnt:%d\n",
4243 (void *)ndlp
, ndlp
->nlp_usg_map
,
4244 atomic_read(&ndlp
->kref
.refcount
));
4245 lpfc_dequeue_node(vport
, ndlp
);
4247 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_NODE
,
4248 "0281 lpfc_cleanup_node: ndlp:x%p "
4249 "usgmap:x%x refcnt:%d\n",
4250 (void *)ndlp
, ndlp
->nlp_usg_map
,
4251 atomic_read(&ndlp
->kref
.refcount
));
4252 lpfc_disable_node(vport
, ndlp
);
4255 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
4256 if ((mb
= phba
->sli
.mbox_active
)) {
4257 if ((mb
->u
.mb
.mbxCommand
== MBX_REG_LOGIN64
) &&
4258 (ndlp
== (struct lpfc_nodelist
*) mb
->context2
)) {
4259 mb
->context2
= NULL
;
4260 mb
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
4264 spin_lock_irq(&phba
->hbalock
);
4265 /* Cleanup REG_LOGIN completions which are not yet processed */
4266 list_for_each_entry(mb
, &phba
->sli
.mboxq_cmpl
, list
) {
4267 if ((mb
->u
.mb
.mbxCommand
!= MBX_REG_LOGIN64
) ||
4268 (ndlp
!= (struct lpfc_nodelist
*) mb
->context2
))
4271 mb
->context2
= NULL
;
4272 mb
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
4275 list_for_each_entry_safe(mb
, nextmb
, &phba
->sli
.mboxq
, list
) {
4276 if ((mb
->u
.mb
.mbxCommand
== MBX_REG_LOGIN64
) &&
4277 (ndlp
== (struct lpfc_nodelist
*) mb
->context2
)) {
4278 mp
= (struct lpfc_dmabuf
*) (mb
->context1
);
4280 __lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
4283 list_del(&mb
->list
);
4284 mempool_free(mb
, phba
->mbox_mem_pool
);
4285 /* We shall not invoke the lpfc_nlp_put to decrement
4286 * the ndlp reference count as we are in the process
4287 * of lpfc_nlp_release.
4291 spin_unlock_irq(&phba
->hbalock
);
4293 lpfc_els_abort(phba
, ndlp
);
4295 spin_lock_irq(shost
->host_lock
);
4296 ndlp
->nlp_flag
&= ~NLP_DELAY_TMO
;
4297 spin_unlock_irq(shost
->host_lock
);
4299 ndlp
->nlp_last_elscmd
= 0;
4300 del_timer_sync(&ndlp
->nlp_delayfunc
);
4302 list_del_init(&ndlp
->els_retry_evt
.evt_listp
);
4303 list_del_init(&ndlp
->dev_loss_evt
.evt_listp
);
4304 lpfc_cleanup_vports_rrqs(vport
, ndlp
);
4305 lpfc_unreg_rpi(vport
, ndlp
);
4311 * Check to see if we can free the nlp back to the freelist.
4312 * If we are in the middle of using the nlp in the discovery state
4313 * machine, defer the free till we reach the end of the state machine.
4316 lpfc_nlp_remove(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
4318 struct lpfc_hba
*phba
= vport
->phba
;
4319 struct lpfc_rport_data
*rdata
;
4323 lpfc_cancel_retry_delay_tmo(vport
, ndlp
);
4324 if ((ndlp
->nlp_flag
& NLP_DEFER_RM
) &&
4325 !(ndlp
->nlp_flag
& NLP_REG_LOGIN_SEND
) &&
4326 !(ndlp
->nlp_flag
& NLP_RPI_REGISTERED
)) {
4327 /* For this case we need to cleanup the default rpi
4328 * allocated by the firmware.
4330 if ((mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
))
4332 rc
= lpfc_reg_rpi(phba
, vport
->vpi
, ndlp
->nlp_DID
,
4333 (uint8_t *) &vport
->fc_sparam
, mbox
, ndlp
->nlp_rpi
);
4335 mempool_free(mbox
, phba
->mbox_mem_pool
);
4338 mbox
->mbox_flag
|= LPFC_MBX_IMED_UNREG
;
4339 mbox
->mbox_cmpl
= lpfc_mbx_cmpl_dflt_rpi
;
4340 mbox
->vport
= vport
;
4341 mbox
->context2
= NULL
;
4342 rc
=lpfc_sli_issue_mbox(phba
, mbox
, MBX_NOWAIT
);
4343 if (rc
== MBX_NOT_FINISHED
) {
4344 mempool_free(mbox
, phba
->mbox_mem_pool
);
4349 lpfc_cleanup_node(vport
, ndlp
);
4352 * We can get here with a non-NULL ndlp->rport because when we
4353 * unregister a rport we don't break the rport/node linkage. So if we
4354 * do, make sure we don't leaving any dangling pointers behind.
4357 rdata
= ndlp
->rport
->dd_data
;
4358 rdata
->pnode
= NULL
;
4364 lpfc_matchdid(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
4367 D_ID mydid
, ndlpdid
, matchdid
;
4369 if (did
== Bcast_DID
)
4372 /* First check for Direct match */
4373 if (ndlp
->nlp_DID
== did
)
4376 /* Next check for area/domain identically equals 0 match */
4377 mydid
.un
.word
= vport
->fc_myDID
;
4378 if ((mydid
.un
.b
.domain
== 0) && (mydid
.un
.b
.area
== 0)) {
4382 matchdid
.un
.word
= did
;
4383 ndlpdid
.un
.word
= ndlp
->nlp_DID
;
4384 if (matchdid
.un
.b
.id
== ndlpdid
.un
.b
.id
) {
4385 if ((mydid
.un
.b
.domain
== matchdid
.un
.b
.domain
) &&
4386 (mydid
.un
.b
.area
== matchdid
.un
.b
.area
)) {
4387 if ((ndlpdid
.un
.b
.domain
== 0) &&
4388 (ndlpdid
.un
.b
.area
== 0)) {
4389 if (ndlpdid
.un
.b
.id
)
4395 matchdid
.un
.word
= ndlp
->nlp_DID
;
4396 if ((mydid
.un
.b
.domain
== ndlpdid
.un
.b
.domain
) &&
4397 (mydid
.un
.b
.area
== ndlpdid
.un
.b
.area
)) {
4398 if ((matchdid
.un
.b
.domain
== 0) &&
4399 (matchdid
.un
.b
.area
== 0)) {
4400 if (matchdid
.un
.b
.id
)
4408 /* Search for a nodelist entry */
4409 static struct lpfc_nodelist
*
4410 __lpfc_findnode_did(struct lpfc_vport
*vport
, uint32_t did
)
4412 struct lpfc_nodelist
*ndlp
;
4415 list_for_each_entry(ndlp
, &vport
->fc_nodes
, nlp_listp
) {
4416 if (lpfc_matchdid(vport
, ndlp
, did
)) {
4417 data1
= (((uint32_t) ndlp
->nlp_state
<< 24) |
4418 ((uint32_t) ndlp
->nlp_xri
<< 16) |
4419 ((uint32_t) ndlp
->nlp_type
<< 8) |
4420 ((uint32_t) ndlp
->nlp_rpi
& 0xff));
4421 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
4422 "0929 FIND node DID "
4423 "Data: x%p x%x x%x x%x\n",
4424 ndlp
, ndlp
->nlp_DID
,
4425 ndlp
->nlp_flag
, data1
);
4430 /* FIND node did <did> NOT FOUND */
4431 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
4432 "0932 FIND node did x%x NOT FOUND.\n", did
);
4436 struct lpfc_nodelist
*
4437 lpfc_findnode_did(struct lpfc_vport
*vport
, uint32_t did
)
4439 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
4440 struct lpfc_nodelist
*ndlp
;
4441 unsigned long iflags
;
4443 spin_lock_irqsave(shost
->host_lock
, iflags
);
4444 ndlp
= __lpfc_findnode_did(vport
, did
);
4445 spin_unlock_irqrestore(shost
->host_lock
, iflags
);
4449 struct lpfc_nodelist
*
4450 lpfc_setup_disc_node(struct lpfc_vport
*vport
, uint32_t did
)
4452 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
4453 struct lpfc_nodelist
*ndlp
;
4455 ndlp
= lpfc_findnode_did(vport
, did
);
4457 if ((vport
->fc_flag
& FC_RSCN_MODE
) != 0 &&
4458 lpfc_rscn_payload_check(vport
, did
) == 0)
4460 ndlp
= (struct lpfc_nodelist
*)
4461 mempool_alloc(vport
->phba
->nlp_mem_pool
, GFP_KERNEL
);
4464 lpfc_nlp_init(vport
, ndlp
, did
);
4465 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_NPR_NODE
);
4466 spin_lock_irq(shost
->host_lock
);
4467 ndlp
->nlp_flag
|= NLP_NPR_2B_DISC
;
4468 spin_unlock_irq(shost
->host_lock
);
4470 } else if (!NLP_CHK_NODE_ACT(ndlp
)) {
4471 ndlp
= lpfc_enable_node(vport
, ndlp
, NLP_STE_NPR_NODE
);
4474 spin_lock_irq(shost
->host_lock
);
4475 ndlp
->nlp_flag
|= NLP_NPR_2B_DISC
;
4476 spin_unlock_irq(shost
->host_lock
);
4480 if ((vport
->fc_flag
& FC_RSCN_MODE
) &&
4481 !(vport
->fc_flag
& FC_NDISC_ACTIVE
)) {
4482 if (lpfc_rscn_payload_check(vport
, did
)) {
4483 /* If we've already received a PLOGI from this NPort
4484 * we don't need to try to discover it again.
4486 if (ndlp
->nlp_flag
& NLP_RCV_PLOGI
)
4489 /* Since this node is marked for discovery,
4490 * delay timeout is not needed.
4492 lpfc_cancel_retry_delay_tmo(vport
, ndlp
);
4493 spin_lock_irq(shost
->host_lock
);
4494 ndlp
->nlp_flag
|= NLP_NPR_2B_DISC
;
4495 spin_unlock_irq(shost
->host_lock
);
4499 /* If we've already received a PLOGI from this NPort,
4500 * or we are already in the process of discovery on it,
4501 * we don't need to try to discover it again.
4503 if (ndlp
->nlp_state
== NLP_STE_ADISC_ISSUE
||
4504 ndlp
->nlp_state
== NLP_STE_PLOGI_ISSUE
||
4505 ndlp
->nlp_flag
& NLP_RCV_PLOGI
)
4507 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_NPR_NODE
);
4508 spin_lock_irq(shost
->host_lock
);
4509 ndlp
->nlp_flag
|= NLP_NPR_2B_DISC
;
4510 spin_unlock_irq(shost
->host_lock
);
4515 /* Build a list of nodes to discover based on the loopmap */
4517 lpfc_disc_list_loopmap(struct lpfc_vport
*vport
)
4519 struct lpfc_hba
*phba
= vport
->phba
;
4521 uint32_t alpa
, index
;
4523 if (!lpfc_is_link_up(phba
))
4526 if (phba
->fc_topology
!= LPFC_TOPOLOGY_LOOP
)
4529 /* Check for loop map present or not */
4530 if (phba
->alpa_map
[0]) {
4531 for (j
= 1; j
<= phba
->alpa_map
[0]; j
++) {
4532 alpa
= phba
->alpa_map
[j
];
4533 if (((vport
->fc_myDID
& 0xff) == alpa
) || (alpa
== 0))
4535 lpfc_setup_disc_node(vport
, alpa
);
4538 /* No alpamap, so try all alpa's */
4539 for (j
= 0; j
< FC_MAXLOOP
; j
++) {
4540 /* If cfg_scan_down is set, start from highest
4541 * ALPA (0xef) to lowest (0x1).
4543 if (vport
->cfg_scan_down
)
4546 index
= FC_MAXLOOP
- j
- 1;
4547 alpa
= lpfcAlpaArray
[index
];
4548 if ((vport
->fc_myDID
& 0xff) == alpa
)
4550 lpfc_setup_disc_node(vport
, alpa
);
4557 lpfc_issue_clear_la(struct lpfc_hba
*phba
, struct lpfc_vport
*vport
)
4560 struct lpfc_sli
*psli
= &phba
->sli
;
4561 struct lpfc_sli_ring
*extra_ring
= &psli
->ring
[psli
->extra_ring
];
4562 struct lpfc_sli_ring
*fcp_ring
= &psli
->ring
[psli
->fcp_ring
];
4563 struct lpfc_sli_ring
*next_ring
= &psli
->ring
[psli
->next_ring
];
4567 * if it's not a physical port or if we already send
4568 * clear_la then don't send it.
4570 if ((phba
->link_state
>= LPFC_CLEAR_LA
) ||
4571 (vport
->port_type
!= LPFC_PHYSICAL_PORT
) ||
4572 (phba
->sli_rev
== LPFC_SLI_REV4
))
4575 /* Link up discovery */
4576 if ((mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
)) != NULL
) {
4577 phba
->link_state
= LPFC_CLEAR_LA
;
4578 lpfc_clear_la(phba
, mbox
);
4579 mbox
->mbox_cmpl
= lpfc_mbx_cmpl_clear_la
;
4580 mbox
->vport
= vport
;
4581 rc
= lpfc_sli_issue_mbox(phba
, mbox
, MBX_NOWAIT
);
4582 if (rc
== MBX_NOT_FINISHED
) {
4583 mempool_free(mbox
, phba
->mbox_mem_pool
);
4584 lpfc_disc_flush_list(vport
);
4585 extra_ring
->flag
&= ~LPFC_STOP_IOCB_EVENT
;
4586 fcp_ring
->flag
&= ~LPFC_STOP_IOCB_EVENT
;
4587 next_ring
->flag
&= ~LPFC_STOP_IOCB_EVENT
;
4588 phba
->link_state
= LPFC_HBA_ERROR
;
4593 /* Reg_vpi to tell firmware to resume normal operations */
4595 lpfc_issue_reg_vpi(struct lpfc_hba
*phba
, struct lpfc_vport
*vport
)
4597 LPFC_MBOXQ_t
*regvpimbox
;
4599 regvpimbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
4601 lpfc_reg_vpi(vport
, regvpimbox
);
4602 regvpimbox
->mbox_cmpl
= lpfc_mbx_cmpl_reg_vpi
;
4603 regvpimbox
->vport
= vport
;
4604 if (lpfc_sli_issue_mbox(phba
, regvpimbox
, MBX_NOWAIT
)
4605 == MBX_NOT_FINISHED
) {
4606 mempool_free(regvpimbox
, phba
->mbox_mem_pool
);
4611 /* Start Link up / RSCN discovery on NPR nodes */
4613 lpfc_disc_start(struct lpfc_vport
*vport
)
4615 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
4616 struct lpfc_hba
*phba
= vport
->phba
;
4618 uint32_t clear_la_pending
;
4621 if (!lpfc_is_link_up(phba
))
4624 if (phba
->link_state
== LPFC_CLEAR_LA
)
4625 clear_la_pending
= 1;
4627 clear_la_pending
= 0;
4629 if (vport
->port_state
< LPFC_VPORT_READY
)
4630 vport
->port_state
= LPFC_DISC_AUTH
;
4632 lpfc_set_disctmo(vport
);
4634 if (vport
->fc_prevDID
== vport
->fc_myDID
)
4639 vport
->fc_prevDID
= vport
->fc_myDID
;
4640 vport
->num_disc_nodes
= 0;
4642 /* Start Discovery state <hba_state> */
4643 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
4644 "0202 Start Discovery hba state x%x "
4645 "Data: x%x x%x x%x\n",
4646 vport
->port_state
, vport
->fc_flag
, vport
->fc_plogi_cnt
,
4647 vport
->fc_adisc_cnt
);
4649 /* First do ADISCs - if any */
4650 num_sent
= lpfc_els_disc_adisc(vport
);
4655 /* Register the VPI for SLI3, NON-NPIV only. */
4656 if ((phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
) &&
4657 !(vport
->fc_flag
& FC_PT2PT
) &&
4658 !(vport
->fc_flag
& FC_RSCN_MODE
) &&
4659 (phba
->sli_rev
< LPFC_SLI_REV4
)) {
4660 lpfc_issue_reg_vpi(phba
, vport
);
4665 * For SLI2, we need to set port_state to READY and continue
4668 if (vport
->port_state
< LPFC_VPORT_READY
&& !clear_la_pending
) {
4669 /* If we get here, there is nothing to ADISC */
4670 if (vport
->port_type
== LPFC_PHYSICAL_PORT
)
4671 lpfc_issue_clear_la(phba
, vport
);
4673 if (!(vport
->fc_flag
& FC_ABORT_DISCOVERY
)) {
4674 vport
->num_disc_nodes
= 0;
4675 /* go thru NPR nodes and issue ELS PLOGIs */
4676 if (vport
->fc_npr_cnt
)
4677 lpfc_els_disc_plogi(vport
);
4679 if (!vport
->num_disc_nodes
) {
4680 spin_lock_irq(shost
->host_lock
);
4681 vport
->fc_flag
&= ~FC_NDISC_ACTIVE
;
4682 spin_unlock_irq(shost
->host_lock
);
4683 lpfc_can_disctmo(vport
);
4686 vport
->port_state
= LPFC_VPORT_READY
;
4688 /* Next do PLOGIs - if any */
4689 num_sent
= lpfc_els_disc_plogi(vport
);
4694 if (vport
->fc_flag
& FC_RSCN_MODE
) {
4695 /* Check to see if more RSCNs came in while we
4696 * were processing this one.
4698 if ((vport
->fc_rscn_id_cnt
== 0) &&
4699 (!(vport
->fc_flag
& FC_RSCN_DISCOVERY
))) {
4700 spin_lock_irq(shost
->host_lock
);
4701 vport
->fc_flag
&= ~FC_RSCN_MODE
;
4702 spin_unlock_irq(shost
->host_lock
);
4703 lpfc_can_disctmo(vport
);
4705 lpfc_els_handle_rscn(vport
);
4712 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
4713 * ring the match the sppecified nodelist.
4716 lpfc_free_tx(struct lpfc_hba
*phba
, struct lpfc_nodelist
*ndlp
)
4718 LIST_HEAD(completions
);
4719 struct lpfc_sli
*psli
;
4721 struct lpfc_iocbq
*iocb
, *next_iocb
;
4722 struct lpfc_sli_ring
*pring
;
4725 pring
= &psli
->ring
[LPFC_ELS_RING
];
4727 /* Error matching iocb on txq or txcmplq
4728 * First check the txq.
4730 spin_lock_irq(&phba
->hbalock
);
4731 list_for_each_entry_safe(iocb
, next_iocb
, &pring
->txq
, list
) {
4732 if (iocb
->context1
!= ndlp
) {
4736 if ((icmd
->ulpCommand
== CMD_ELS_REQUEST64_CR
) ||
4737 (icmd
->ulpCommand
== CMD_XMIT_ELS_RSP64_CX
)) {
4739 list_move_tail(&iocb
->list
, &completions
);
4744 /* Next check the txcmplq */
4745 list_for_each_entry_safe(iocb
, next_iocb
, &pring
->txcmplq
, list
) {
4746 if (iocb
->context1
!= ndlp
) {
4750 if (icmd
->ulpCommand
== CMD_ELS_REQUEST64_CR
||
4751 icmd
->ulpCommand
== CMD_XMIT_ELS_RSP64_CX
) {
4752 lpfc_sli_issue_abort_iotag(phba
, pring
, iocb
);
4755 spin_unlock_irq(&phba
->hbalock
);
4757 /* Cancel all the IOCBs from the completions list */
4758 lpfc_sli_cancel_iocbs(phba
, &completions
, IOSTAT_LOCAL_REJECT
,
4763 lpfc_disc_flush_list(struct lpfc_vport
*vport
)
4765 struct lpfc_nodelist
*ndlp
, *next_ndlp
;
4766 struct lpfc_hba
*phba
= vport
->phba
;
4768 if (vport
->fc_plogi_cnt
|| vport
->fc_adisc_cnt
) {
4769 list_for_each_entry_safe(ndlp
, next_ndlp
, &vport
->fc_nodes
,
4771 if (!NLP_CHK_NODE_ACT(ndlp
))
4773 if (ndlp
->nlp_state
== NLP_STE_PLOGI_ISSUE
||
4774 ndlp
->nlp_state
== NLP_STE_ADISC_ISSUE
) {
4775 lpfc_free_tx(phba
, ndlp
);
4782 lpfc_cleanup_discovery_resources(struct lpfc_vport
*vport
)
4784 lpfc_els_flush_rscn(vport
);
4785 lpfc_els_flush_cmd(vport
);
4786 lpfc_disc_flush_list(vport
);
4789 /*****************************************************************************/
4791 * NAME: lpfc_disc_timeout
4793 * FUNCTION: Fibre Channel driver discovery timeout routine.
4795 * EXECUTION ENVIRONMENT: interrupt only
4803 /*****************************************************************************/
4805 lpfc_disc_timeout(unsigned long ptr
)
4807 struct lpfc_vport
*vport
= (struct lpfc_vport
*) ptr
;
4808 struct lpfc_hba
*phba
= vport
->phba
;
4809 uint32_t tmo_posted
;
4810 unsigned long flags
= 0;
4812 if (unlikely(!phba
))
4815 spin_lock_irqsave(&vport
->work_port_lock
, flags
);
4816 tmo_posted
= vport
->work_port_events
& WORKER_DISC_TMO
;
4818 vport
->work_port_events
|= WORKER_DISC_TMO
;
4819 spin_unlock_irqrestore(&vport
->work_port_lock
, flags
);
4822 lpfc_worker_wake_up(phba
);
4827 lpfc_disc_timeout_handler(struct lpfc_vport
*vport
)
4829 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
4830 struct lpfc_hba
*phba
= vport
->phba
;
4831 struct lpfc_sli
*psli
= &phba
->sli
;
4832 struct lpfc_nodelist
*ndlp
, *next_ndlp
;
4833 LPFC_MBOXQ_t
*initlinkmbox
;
4834 int rc
, clrlaerr
= 0;
4836 if (!(vport
->fc_flag
& FC_DISC_TMO
))
4839 spin_lock_irq(shost
->host_lock
);
4840 vport
->fc_flag
&= ~FC_DISC_TMO
;
4841 spin_unlock_irq(shost
->host_lock
);
4843 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_ELS_CMD
,
4844 "disc timeout: state:x%x rtry:x%x flg:x%x",
4845 vport
->port_state
, vport
->fc_ns_retry
, vport
->fc_flag
);
4847 switch (vport
->port_state
) {
4849 case LPFC_LOCAL_CFG_LINK
:
4850 /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for
4854 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_DISCOVERY
,
4855 "0221 FAN timeout\n");
4856 /* Start discovery by sending FLOGI, clean up old rpis */
4857 list_for_each_entry_safe(ndlp
, next_ndlp
, &vport
->fc_nodes
,
4859 if (!NLP_CHK_NODE_ACT(ndlp
))
4861 if (ndlp
->nlp_state
!= NLP_STE_NPR_NODE
)
4863 if (ndlp
->nlp_type
& NLP_FABRIC
) {
4864 /* Clean up the ndlp on Fabric connections */
4865 lpfc_drop_node(vport
, ndlp
);
4867 } else if (!(ndlp
->nlp_flag
& NLP_NPR_ADISC
)) {
4868 /* Fail outstanding IO now since device
4869 * is marked for PLOGI.
4871 lpfc_unreg_rpi(vport
, ndlp
);
4874 if (vport
->port_state
!= LPFC_FLOGI
) {
4875 if (phba
->sli_rev
<= LPFC_SLI_REV3
)
4876 lpfc_initial_flogi(vport
);
4878 lpfc_issue_init_vfi(vport
);
4885 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
4886 /* Initial FLOGI timeout */
4887 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
4888 "0222 Initial %s timeout\n",
4889 vport
->vpi
? "FDISC" : "FLOGI");
4891 /* Assume no Fabric and go on with discovery.
4892 * Check for outstanding ELS FLOGI to abort.
4895 /* FLOGI failed, so just use loop map to make discovery list */
4896 lpfc_disc_list_loopmap(vport
);
4898 /* Start discovery */
4899 lpfc_disc_start(vport
);
4902 case LPFC_FABRIC_CFG_LINK
:
4903 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
4905 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
4906 "0223 Timeout while waiting for "
4907 "NameServer login\n");
4908 /* Next look for NameServer ndlp */
4909 ndlp
= lpfc_findnode_did(vport
, NameServer_DID
);
4910 if (ndlp
&& NLP_CHK_NODE_ACT(ndlp
))
4911 lpfc_els_abort(phba
, ndlp
);
4913 /* ReStart discovery */
4917 /* Check for wait for NameServer Rsp timeout */
4918 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
4919 "0224 NameServer Query timeout "
4921 vport
->fc_ns_retry
, LPFC_MAX_NS_RETRY
);
4923 if (vport
->fc_ns_retry
< LPFC_MAX_NS_RETRY
) {
4924 /* Try it one more time */
4925 vport
->fc_ns_retry
++;
4926 rc
= lpfc_ns_cmd(vport
, SLI_CTNS_GID_FT
,
4927 vport
->fc_ns_retry
, 0);
4931 vport
->fc_ns_retry
= 0;
4935 * Discovery is over.
4936 * set port_state to PORT_READY if SLI2.
4937 * cmpl_reg_vpi will set port_state to READY for SLI3.
4939 if (phba
->sli_rev
< LPFC_SLI_REV4
) {
4940 if (phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
)
4941 lpfc_issue_reg_vpi(phba
, vport
);
4943 lpfc_issue_clear_la(phba
, vport
);
4944 vport
->port_state
= LPFC_VPORT_READY
;
4948 /* Setup and issue mailbox INITIALIZE LINK command */
4949 initlinkmbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
4950 if (!initlinkmbox
) {
4951 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
4952 "0206 Device Discovery "
4953 "completion error\n");
4954 phba
->link_state
= LPFC_HBA_ERROR
;
4958 lpfc_linkdown(phba
);
4959 lpfc_init_link(phba
, initlinkmbox
, phba
->cfg_topology
,
4960 phba
->cfg_link_speed
);
4961 initlinkmbox
->u
.mb
.un
.varInitLnk
.lipsr_AL_PA
= 0;
4962 initlinkmbox
->vport
= vport
;
4963 initlinkmbox
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
4964 rc
= lpfc_sli_issue_mbox(phba
, initlinkmbox
, MBX_NOWAIT
);
4965 lpfc_set_loopback_flag(phba
);
4966 if (rc
== MBX_NOT_FINISHED
)
4967 mempool_free(initlinkmbox
, phba
->mbox_mem_pool
);
4971 case LPFC_DISC_AUTH
:
4972 /* Node Authentication timeout */
4973 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
4974 "0227 Node Authentication timeout\n");
4975 lpfc_disc_flush_list(vport
);
4978 * set port_state to PORT_READY if SLI2.
4979 * cmpl_reg_vpi will set port_state to READY for SLI3.
4981 if (phba
->sli_rev
< LPFC_SLI_REV4
) {
4982 if (phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
)
4983 lpfc_issue_reg_vpi(phba
, vport
);
4984 else { /* NPIV Not enabled */
4985 lpfc_issue_clear_la(phba
, vport
);
4986 vport
->port_state
= LPFC_VPORT_READY
;
4991 case LPFC_VPORT_READY
:
4992 if (vport
->fc_flag
& FC_RSCN_MODE
) {
4993 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
4994 "0231 RSCN timeout Data: x%x "
4996 vport
->fc_ns_retry
, LPFC_MAX_NS_RETRY
);
4998 /* Cleanup any outstanding ELS commands */
4999 lpfc_els_flush_cmd(vport
);
5001 lpfc_els_flush_rscn(vport
);
5002 lpfc_disc_flush_list(vport
);
5007 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
5008 "0273 Unexpected discovery timeout, "
5009 "vport State x%x\n", vport
->port_state
);
5013 switch (phba
->link_state
) {
5015 /* CLEAR LA timeout */
5016 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
5017 "0228 CLEAR LA timeout\n");
5022 lpfc_issue_clear_la(phba
, vport
);
5024 case LPFC_LINK_UNKNOWN
:
5025 case LPFC_WARM_START
:
5026 case LPFC_INIT_START
:
5027 case LPFC_INIT_MBX_CMDS
:
5028 case LPFC_LINK_DOWN
:
5029 case LPFC_HBA_ERROR
:
5030 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
5031 "0230 Unexpected timeout, hba link "
5032 "state x%x\n", phba
->link_state
);
5036 case LPFC_HBA_READY
:
5041 lpfc_disc_flush_list(vport
);
5042 psli
->ring
[(psli
->extra_ring
)].flag
&= ~LPFC_STOP_IOCB_EVENT
;
5043 psli
->ring
[(psli
->fcp_ring
)].flag
&= ~LPFC_STOP_IOCB_EVENT
;
5044 psli
->ring
[(psli
->next_ring
)].flag
&= ~LPFC_STOP_IOCB_EVENT
;
5045 vport
->port_state
= LPFC_VPORT_READY
;
5052 * This routine handles processing a NameServer REG_LOGIN mailbox
5053 * command upon completion. It is setup in the LPFC_MBOXQ
5054 * as the completion routine when the command is
5055 * handed off to the SLI layer.
5058 lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
5060 MAILBOX_t
*mb
= &pmb
->u
.mb
;
5061 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) (pmb
->context1
);
5062 struct lpfc_nodelist
*ndlp
= (struct lpfc_nodelist
*) pmb
->context2
;
5063 struct lpfc_vport
*vport
= pmb
->vport
;
5065 pmb
->context1
= NULL
;
5066 pmb
->context2
= NULL
;
5068 if (phba
->sli_rev
< LPFC_SLI_REV4
)
5069 ndlp
->nlp_rpi
= mb
->un
.varWords
[0];
5070 ndlp
->nlp_flag
|= NLP_RPI_REGISTERED
;
5071 ndlp
->nlp_type
|= NLP_FABRIC
;
5072 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_UNMAPPED_NODE
);
5075 * Start issuing Fabric-Device Management Interface (FDMI) command to
5076 * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if
5077 * fdmi-on=2 (supporting RPA/hostnmae)
5080 if (vport
->cfg_fdmi_on
== 1)
5081 lpfc_fdmi_cmd(vport
, ndlp
, SLI_MGMT_DHBA
);
5083 mod_timer(&vport
->fc_fdmitmo
, jiffies
+ HZ
* 60);
5085 /* decrement the node reference count held for this callback
5089 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
5091 mempool_free(pmb
, phba
->mbox_mem_pool
);
5097 lpfc_filter_by_rpi(struct lpfc_nodelist
*ndlp
, void *param
)
5099 uint16_t *rpi
= param
;
5101 return ndlp
->nlp_rpi
== *rpi
;
5105 lpfc_filter_by_wwpn(struct lpfc_nodelist
*ndlp
, void *param
)
5107 return memcmp(&ndlp
->nlp_portname
, param
,
5108 sizeof(ndlp
->nlp_portname
)) == 0;
5111 static struct lpfc_nodelist
*
5112 __lpfc_find_node(struct lpfc_vport
*vport
, node_filter filter
, void *param
)
5114 struct lpfc_nodelist
*ndlp
;
5116 list_for_each_entry(ndlp
, &vport
->fc_nodes
, nlp_listp
) {
5117 if (filter(ndlp
, param
))
5124 * This routine looks up the ndlp lists for the given RPI. If rpi found it
5125 * returns the node list element pointer else return NULL.
5127 struct lpfc_nodelist
*
5128 __lpfc_findnode_rpi(struct lpfc_vport
*vport
, uint16_t rpi
)
5130 return __lpfc_find_node(vport
, lpfc_filter_by_rpi
, &rpi
);
5134 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
5135 * returns the node element list pointer else return NULL.
5137 struct lpfc_nodelist
*
5138 lpfc_findnode_wwpn(struct lpfc_vport
*vport
, struct lpfc_name
*wwpn
)
5140 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
5141 struct lpfc_nodelist
*ndlp
;
5143 spin_lock_irq(shost
->host_lock
);
5144 ndlp
= __lpfc_find_node(vport
, lpfc_filter_by_wwpn
, wwpn
);
5145 spin_unlock_irq(shost
->host_lock
);
5150 lpfc_nlp_init(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
5153 memset(ndlp
, 0, sizeof (struct lpfc_nodelist
));
5155 lpfc_initialize_node(vport
, ndlp
, did
);
5156 INIT_LIST_HEAD(&ndlp
->nlp_listp
);
5158 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_NODE
,
5159 "node init: did:x%x",
5160 ndlp
->nlp_DID
, 0, 0);
5165 /* This routine releases all resources associated with a specifc NPort's ndlp
5166 * and mempool_free's the nodelist.
5169 lpfc_nlp_release(struct kref
*kref
)
5171 struct lpfc_hba
*phba
;
5172 unsigned long flags
;
5173 struct lpfc_nodelist
*ndlp
= container_of(kref
, struct lpfc_nodelist
,
5176 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_NODE
,
5177 "node release: did:x%x flg:x%x type:x%x",
5178 ndlp
->nlp_DID
, ndlp
->nlp_flag
, ndlp
->nlp_type
);
5180 lpfc_printf_vlog(ndlp
->vport
, KERN_INFO
, LOG_NODE
,
5181 "0279 lpfc_nlp_release: ndlp:x%p "
5182 "usgmap:x%x refcnt:%d\n",
5183 (void *)ndlp
, ndlp
->nlp_usg_map
,
5184 atomic_read(&ndlp
->kref
.refcount
));
5186 /* remove ndlp from action. */
5187 lpfc_nlp_remove(ndlp
->vport
, ndlp
);
5189 /* clear the ndlp active flag for all release cases */
5191 spin_lock_irqsave(&phba
->ndlp_lock
, flags
);
5192 NLP_CLR_NODE_ACT(ndlp
);
5193 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
5194 if (phba
->sli_rev
== LPFC_SLI_REV4
)
5195 lpfc_sli4_free_rpi(phba
, ndlp
->nlp_rpi
);
5197 /* free ndlp memory for final ndlp release */
5198 if (NLP_CHK_FREE_REQ(ndlp
)) {
5199 kfree(ndlp
->lat_data
);
5200 mempool_free(ndlp
, ndlp
->phba
->nlp_mem_pool
);
5204 /* This routine bumps the reference count for a ndlp structure to ensure
5205 * that one discovery thread won't free a ndlp while another discovery thread
5208 struct lpfc_nodelist
*
5209 lpfc_nlp_get(struct lpfc_nodelist
*ndlp
)
5211 struct lpfc_hba
*phba
;
5212 unsigned long flags
;
5215 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_NODE
,
5216 "node get: did:x%x flg:x%x refcnt:x%x",
5217 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
5218 atomic_read(&ndlp
->kref
.refcount
));
5219 /* The check of ndlp usage to prevent incrementing the
5220 * ndlp reference count that is in the process of being
5224 spin_lock_irqsave(&phba
->ndlp_lock
, flags
);
5225 if (!NLP_CHK_NODE_ACT(ndlp
) || NLP_CHK_FREE_ACK(ndlp
)) {
5226 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
5227 lpfc_printf_vlog(ndlp
->vport
, KERN_WARNING
, LOG_NODE
,
5228 "0276 lpfc_nlp_get: ndlp:x%p "
5229 "usgmap:x%x refcnt:%d\n",
5230 (void *)ndlp
, ndlp
->nlp_usg_map
,
5231 atomic_read(&ndlp
->kref
.refcount
));
5234 kref_get(&ndlp
->kref
);
5235 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
5240 /* This routine decrements the reference count for a ndlp structure. If the
5241 * count goes to 0, this indicates the the associated nodelist should be
5242 * freed. Returning 1 indicates the ndlp resource has been released; on the
5243 * other hand, returning 0 indicates the ndlp resource has not been released
5247 lpfc_nlp_put(struct lpfc_nodelist
*ndlp
)
5249 struct lpfc_hba
*phba
;
5250 unsigned long flags
;
5255 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_NODE
,
5256 "node put: did:x%x flg:x%x refcnt:x%x",
5257 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
5258 atomic_read(&ndlp
->kref
.refcount
));
5260 spin_lock_irqsave(&phba
->ndlp_lock
, flags
);
5261 /* Check the ndlp memory free acknowledge flag to avoid the
5262 * possible race condition that kref_put got invoked again
5263 * after previous one has done ndlp memory free.
5265 if (NLP_CHK_FREE_ACK(ndlp
)) {
5266 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
5267 lpfc_printf_vlog(ndlp
->vport
, KERN_WARNING
, LOG_NODE
,
5268 "0274 lpfc_nlp_put: ndlp:x%p "
5269 "usgmap:x%x refcnt:%d\n",
5270 (void *)ndlp
, ndlp
->nlp_usg_map
,
5271 atomic_read(&ndlp
->kref
.refcount
));
5274 /* Check the ndlp inactivate log flag to avoid the possible
5275 * race condition that kref_put got invoked again after ndlp
5276 * is already in inactivating state.
5278 if (NLP_CHK_IACT_REQ(ndlp
)) {
5279 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
5280 lpfc_printf_vlog(ndlp
->vport
, KERN_WARNING
, LOG_NODE
,
5281 "0275 lpfc_nlp_put: ndlp:x%p "
5282 "usgmap:x%x refcnt:%d\n",
5283 (void *)ndlp
, ndlp
->nlp_usg_map
,
5284 atomic_read(&ndlp
->kref
.refcount
));
5287 /* For last put, mark the ndlp usage flags to make sure no
5288 * other kref_get and kref_put on the same ndlp shall get
5289 * in between the process when the final kref_put has been
5290 * invoked on this ndlp.
5292 if (atomic_read(&ndlp
->kref
.refcount
) == 1) {
5293 /* Indicate ndlp is put to inactive state. */
5294 NLP_SET_IACT_REQ(ndlp
);
5295 /* Acknowledge ndlp memory free has been seen. */
5296 if (NLP_CHK_FREE_REQ(ndlp
))
5297 NLP_SET_FREE_ACK(ndlp
);
5299 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
5300 /* Note, the kref_put returns 1 when decrementing a reference
5301 * count that was 1, it invokes the release callback function,
5302 * but it still left the reference count as 1 (not actually
5303 * performs the last decrementation). Otherwise, it actually
5304 * decrements the reference count and returns 0.
5306 return kref_put(&ndlp
->kref
, lpfc_nlp_release
);
5309 /* This routine free's the specified nodelist if it is not in use
5310 * by any other discovery thread. This routine returns 1 if the
5311 * ndlp has been freed. A return value of 0 indicates the ndlp is
5312 * not yet been released.
5315 lpfc_nlp_not_used(struct lpfc_nodelist
*ndlp
)
5317 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_NODE
,
5318 "node not used: did:x%x flg:x%x refcnt:x%x",
5319 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
5320 atomic_read(&ndlp
->kref
.refcount
));
5321 if (atomic_read(&ndlp
->kref
.refcount
) == 1)
5322 if (lpfc_nlp_put(ndlp
))
5328 * lpfc_fcf_inuse - Check if FCF can be unregistered.
5329 * @phba: Pointer to hba context object.
5331 * This function iterate through all FC nodes associated
5332 * will all vports to check if there is any node with
5333 * fc_rports associated with it. If there is an fc_rport
5334 * associated with the node, then the node is either in
5335 * discovered state or its devloss_timer is pending.
5338 lpfc_fcf_inuse(struct lpfc_hba
*phba
)
5340 struct lpfc_vport
**vports
;
5342 struct lpfc_nodelist
*ndlp
;
5343 struct Scsi_Host
*shost
;
5345 vports
= lpfc_create_vport_work_array(phba
);
5347 /* If driver cannot allocate memory, indicate fcf is in use */
5351 for (i
= 0; i
<= phba
->max_vports
&& vports
[i
] != NULL
; i
++) {
5352 shost
= lpfc_shost_from_vport(vports
[i
]);
5353 spin_lock_irq(shost
->host_lock
);
5355 * IF the CVL_RCVD bit is not set then we have sent the
5357 * If dev_loss fires while we are waiting we do not want to
5360 if (!(vports
[i
]->fc_flag
& FC_VPORT_CVL_RCVD
)) {
5361 spin_unlock_irq(shost
->host_lock
);
5365 list_for_each_entry(ndlp
, &vports
[i
]->fc_nodes
, nlp_listp
) {
5366 if (NLP_CHK_NODE_ACT(ndlp
) && ndlp
->rport
&&
5367 (ndlp
->rport
->roles
& FC_RPORT_ROLE_FCP_TARGET
)) {
5369 spin_unlock_irq(shost
->host_lock
);
5372 lpfc_printf_log(phba
, KERN_INFO
, LOG_ELS
,
5373 "2624 RPI %x DID %x flg %x still "
5375 ndlp
->nlp_rpi
, ndlp
->nlp_DID
,
5377 if (ndlp
->nlp_flag
& NLP_RPI_REGISTERED
)
5381 spin_unlock_irq(shost
->host_lock
);
5384 lpfc_destroy_vport_work_array(phba
, vports
);
5389 * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi.
5390 * @phba: Pointer to hba context object.
5391 * @mboxq: Pointer to mailbox object.
5393 * This function frees memory associated with the mailbox command.
5396 lpfc_unregister_vfi_cmpl(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*mboxq
)
5398 struct lpfc_vport
*vport
= mboxq
->vport
;
5399 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
5401 if (mboxq
->u
.mb
.mbxStatus
) {
5402 lpfc_printf_log(phba
, KERN_ERR
, LOG_DISCOVERY
|LOG_MBOX
,
5403 "2555 UNREG_VFI mbxStatus error x%x "
5405 mboxq
->u
.mb
.mbxStatus
, vport
->port_state
);
5407 spin_lock_irq(shost
->host_lock
);
5408 phba
->pport
->fc_flag
&= ~FC_VFI_REGISTERED
;
5409 spin_unlock_irq(shost
->host_lock
);
5410 mempool_free(mboxq
, phba
->mbox_mem_pool
);
5415 * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi.
5416 * @phba: Pointer to hba context object.
5417 * @mboxq: Pointer to mailbox object.
5419 * This function frees memory associated with the mailbox command.
5422 lpfc_unregister_fcfi_cmpl(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*mboxq
)
5424 struct lpfc_vport
*vport
= mboxq
->vport
;
5426 if (mboxq
->u
.mb
.mbxStatus
) {
5427 lpfc_printf_log(phba
, KERN_ERR
, LOG_DISCOVERY
|LOG_MBOX
,
5428 "2550 UNREG_FCFI mbxStatus error x%x "
5430 mboxq
->u
.mb
.mbxStatus
, vport
->port_state
);
5432 mempool_free(mboxq
, phba
->mbox_mem_pool
);
5437 * lpfc_unregister_fcf_prep - Unregister fcf record preparation
5438 * @phba: Pointer to hba context object.
5440 * This function prepare the HBA for unregistering the currently registered
5441 * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and
5445 lpfc_unregister_fcf_prep(struct lpfc_hba
*phba
)
5448 struct lpfc_vport
**vports
;
5449 struct lpfc_nodelist
*ndlp
;
5450 struct Scsi_Host
*shost
;
5453 /* Unregister RPIs */
5454 if (lpfc_fcf_inuse(phba
))
5455 lpfc_unreg_hba_rpis(phba
);
5457 /* At this point, all discovery is aborted */
5458 phba
->pport
->port_state
= LPFC_VPORT_UNKNOWN
;
5460 /* Unregister VPIs */
5461 vports
= lpfc_create_vport_work_array(phba
);
5462 if (vports
&& (phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
))
5463 for (i
= 0; i
<= phba
->max_vports
&& vports
[i
] != NULL
; i
++) {
5464 /* Stop FLOGI/FDISC retries */
5465 ndlp
= lpfc_findnode_did(vports
[i
], Fabric_DID
);
5467 lpfc_cancel_retry_delay_tmo(vports
[i
], ndlp
);
5468 lpfc_cleanup_pending_mbox(vports
[i
]);
5469 if (phba
->sli_rev
== LPFC_SLI_REV4
)
5470 lpfc_sli4_unreg_all_rpis(vports
[i
]);
5471 lpfc_mbx_unreg_vpi(vports
[i
]);
5472 shost
= lpfc_shost_from_vport(vports
[i
]);
5473 spin_lock_irq(shost
->host_lock
);
5474 vports
[i
]->fc_flag
|= FC_VPORT_NEEDS_INIT_VPI
;
5475 vports
[i
]->vpi_state
&= ~LPFC_VPI_REGISTERED
;
5476 spin_unlock_irq(shost
->host_lock
);
5478 lpfc_destroy_vport_work_array(phba
, vports
);
5480 /* Cleanup any outstanding ELS commands */
5481 lpfc_els_flush_all_cmd(phba
);
5483 /* Unregister VFI */
5484 mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
5486 lpfc_printf_log(phba
, KERN_ERR
, LOG_DISCOVERY
|LOG_MBOX
,
5487 "2556 UNREG_VFI mbox allocation failed"
5488 "HBA state x%x\n", phba
->pport
->port_state
);
5492 lpfc_unreg_vfi(mbox
, phba
->pport
);
5493 mbox
->vport
= phba
->pport
;
5494 mbox
->mbox_cmpl
= lpfc_unregister_vfi_cmpl
;
5496 rc
= lpfc_sli_issue_mbox(phba
, mbox
, MBX_NOWAIT
);
5497 if (rc
== MBX_NOT_FINISHED
) {
5498 lpfc_printf_log(phba
, KERN_ERR
, LOG_DISCOVERY
|LOG_MBOX
,
5499 "2557 UNREG_VFI issue mbox failed rc x%x "
5501 rc
, phba
->pport
->port_state
);
5502 mempool_free(mbox
, phba
->mbox_mem_pool
);
5506 shost
= lpfc_shost_from_vport(phba
->pport
);
5507 spin_lock_irq(shost
->host_lock
);
5508 phba
->pport
->fc_flag
&= ~FC_VFI_REGISTERED
;
5509 spin_unlock_irq(shost
->host_lock
);
5515 * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record
5516 * @phba: Pointer to hba context object.
5518 * This function issues synchronous unregister FCF mailbox command to HBA to
5519 * unregister the currently registered FCF record. The driver does not reset
5520 * the driver FCF usage state flags.
5522 * Return 0 if successfully issued, none-zero otherwise.
5525 lpfc_sli4_unregister_fcf(struct lpfc_hba
*phba
)
5530 mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
5532 lpfc_printf_log(phba
, KERN_ERR
, LOG_DISCOVERY
|LOG_MBOX
,
5533 "2551 UNREG_FCFI mbox allocation failed"
5534 "HBA state x%x\n", phba
->pport
->port_state
);
5537 lpfc_unreg_fcfi(mbox
, phba
->fcf
.fcfi
);
5538 mbox
->vport
= phba
->pport
;
5539 mbox
->mbox_cmpl
= lpfc_unregister_fcfi_cmpl
;
5540 rc
= lpfc_sli_issue_mbox(phba
, mbox
, MBX_NOWAIT
);
5542 if (rc
== MBX_NOT_FINISHED
) {
5543 lpfc_printf_log(phba
, KERN_ERR
, LOG_SLI
,
5544 "2552 Unregister FCFI command failed rc x%x "
5546 rc
, phba
->pport
->port_state
);
5553 * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan
5554 * @phba: Pointer to hba context object.
5556 * This function unregisters the currently reigstered FCF. This function
5557 * also tries to find another FCF for discovery by rescan the HBA FCF table.
5560 lpfc_unregister_fcf_rescan(struct lpfc_hba
*phba
)
5564 /* Preparation for unregistering fcf */
5565 rc
= lpfc_unregister_fcf_prep(phba
);
5567 lpfc_printf_log(phba
, KERN_ERR
, LOG_DISCOVERY
,
5568 "2748 Failed to prepare for unregistering "
5569 "HBA's FCF record: rc=%d\n", rc
);
5573 /* Now, unregister FCF record and reset HBA FCF state */
5574 rc
= lpfc_sli4_unregister_fcf(phba
);
5577 /* Reset HBA FCF states after successful unregister FCF */
5578 phba
->fcf
.fcf_flag
= 0;
5579 phba
->fcf
.current_rec
.flag
= 0;
5582 * If driver is not unloading, check if there is any other
5583 * FCF record that can be used for discovery.
5585 if ((phba
->pport
->load_flag
& FC_UNLOADING
) ||
5586 (phba
->link_state
< LPFC_LINK_UP
))
5589 /* This is considered as the initial FCF discovery scan */
5590 spin_lock_irq(&phba
->hbalock
);
5591 phba
->fcf
.fcf_flag
|= FCF_INIT_DISC
;
5592 spin_unlock_irq(&phba
->hbalock
);
5594 /* Reset FCF roundrobin bmask for new discovery */
5595 memset(phba
->fcf
.fcf_rr_bmask
, 0, sizeof(*phba
->fcf
.fcf_rr_bmask
));
5597 rc
= lpfc_sli4_fcf_scan_read_fcf_rec(phba
, LPFC_FCOE_FCF_GET_FIRST
);
5600 spin_lock_irq(&phba
->hbalock
);
5601 phba
->fcf
.fcf_flag
&= ~FCF_INIT_DISC
;
5602 spin_unlock_irq(&phba
->hbalock
);
5603 lpfc_printf_log(phba
, KERN_ERR
, LOG_DISCOVERY
|LOG_MBOX
,
5604 "2553 lpfc_unregister_unused_fcf failed "
5605 "to read FCF record HBA state x%x\n",
5606 phba
->pport
->port_state
);
5611 * lpfc_unregister_fcf - Unregister the currently registered fcf record
5612 * @phba: Pointer to hba context object.
5614 * This function just unregisters the currently reigstered FCF. It does not
5615 * try to find another FCF for discovery.
5618 lpfc_unregister_fcf(struct lpfc_hba
*phba
)
5622 /* Preparation for unregistering fcf */
5623 rc
= lpfc_unregister_fcf_prep(phba
);
5625 lpfc_printf_log(phba
, KERN_ERR
, LOG_DISCOVERY
,
5626 "2749 Failed to prepare for unregistering "
5627 "HBA's FCF record: rc=%d\n", rc
);
5631 /* Now, unregister FCF record and reset HBA FCF state */
5632 rc
= lpfc_sli4_unregister_fcf(phba
);
5635 /* Set proper HBA FCF states after successful unregister FCF */
5636 spin_lock_irq(&phba
->hbalock
);
5637 phba
->fcf
.fcf_flag
&= ~FCF_REGISTERED
;
5638 spin_unlock_irq(&phba
->hbalock
);
5642 * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected.
5643 * @phba: Pointer to hba context object.
5645 * This function check if there are any connected remote port for the FCF and
5646 * if all the devices are disconnected, this function unregister FCFI.
5647 * This function also tries to use another FCF for discovery.
5650 lpfc_unregister_unused_fcf(struct lpfc_hba
*phba
)
5653 * If HBA is not running in FIP mode, if HBA does not support
5654 * FCoE, if FCF discovery is ongoing, or if FCF has not been
5655 * registered, do nothing.
5657 spin_lock_irq(&phba
->hbalock
);
5658 if (!(phba
->hba_flag
& HBA_FCOE_MODE
) ||
5659 !(phba
->fcf
.fcf_flag
& FCF_REGISTERED
) ||
5660 !(phba
->hba_flag
& HBA_FIP_SUPPORT
) ||
5661 (phba
->fcf
.fcf_flag
& FCF_DISCOVERY
) ||
5662 (phba
->pport
->port_state
== LPFC_FLOGI
)) {
5663 spin_unlock_irq(&phba
->hbalock
);
5666 spin_unlock_irq(&phba
->hbalock
);
5668 if (lpfc_fcf_inuse(phba
))
5671 lpfc_unregister_fcf_rescan(phba
);
5675 * lpfc_read_fcf_conn_tbl - Create driver FCF connection table.
5676 * @phba: Pointer to hba context object.
5677 * @buff: Buffer containing the FCF connection table as in the config
5679 * This function create driver data structure for the FCF connection
5680 * record table read from config region 23.
5683 lpfc_read_fcf_conn_tbl(struct lpfc_hba
*phba
,
5686 struct lpfc_fcf_conn_entry
*conn_entry
, *next_conn_entry
;
5687 struct lpfc_fcf_conn_hdr
*conn_hdr
;
5688 struct lpfc_fcf_conn_rec
*conn_rec
;
5689 uint32_t record_count
;
5692 /* Free the current connect table */
5693 list_for_each_entry_safe(conn_entry
, next_conn_entry
,
5694 &phba
->fcf_conn_rec_list
, list
) {
5695 list_del_init(&conn_entry
->list
);
5699 conn_hdr
= (struct lpfc_fcf_conn_hdr
*) buff
;
5700 record_count
= conn_hdr
->length
* sizeof(uint32_t)/
5701 sizeof(struct lpfc_fcf_conn_rec
);
5703 conn_rec
= (struct lpfc_fcf_conn_rec
*)
5704 (buff
+ sizeof(struct lpfc_fcf_conn_hdr
));
5706 for (i
= 0; i
< record_count
; i
++) {
5707 if (!(conn_rec
[i
].flags
& FCFCNCT_VALID
))
5709 conn_entry
= kzalloc(sizeof(struct lpfc_fcf_conn_entry
),
5712 lpfc_printf_log(phba
, KERN_ERR
, LOG_INIT
,
5713 "2566 Failed to allocate connection"
5718 memcpy(&conn_entry
->conn_rec
, &conn_rec
[i
],
5719 sizeof(struct lpfc_fcf_conn_rec
));
5720 conn_entry
->conn_rec
.vlan_tag
=
5721 le16_to_cpu(conn_entry
->conn_rec
.vlan_tag
) & 0xFFF;
5722 conn_entry
->conn_rec
.flags
=
5723 le16_to_cpu(conn_entry
->conn_rec
.flags
);
5724 list_add_tail(&conn_entry
->list
,
5725 &phba
->fcf_conn_rec_list
);
5730 * lpfc_read_fcoe_param - Read FCoe parameters from conf region..
5731 * @phba: Pointer to hba context object.
5732 * @buff: Buffer containing the FCoE parameter data structure.
5734 * This function update driver data structure with config
5735 * parameters read from config region 23.
5738 lpfc_read_fcoe_param(struct lpfc_hba
*phba
,
5741 struct lpfc_fip_param_hdr
*fcoe_param_hdr
;
5742 struct lpfc_fcoe_params
*fcoe_param
;
5744 fcoe_param_hdr
= (struct lpfc_fip_param_hdr
*)
5746 fcoe_param
= (struct lpfc_fcoe_params
*)
5747 (buff
+ sizeof(struct lpfc_fip_param_hdr
));
5749 if ((fcoe_param_hdr
->parm_version
!= FIPP_VERSION
) ||
5750 (fcoe_param_hdr
->length
!= FCOE_PARAM_LENGTH
))
5753 if (fcoe_param_hdr
->parm_flags
& FIPP_VLAN_VALID
) {
5754 phba
->valid_vlan
= 1;
5755 phba
->vlan_id
= le16_to_cpu(fcoe_param
->vlan_tag
) &
5759 phba
->fc_map
[0] = fcoe_param
->fc_map
[0];
5760 phba
->fc_map
[1] = fcoe_param
->fc_map
[1];
5761 phba
->fc_map
[2] = fcoe_param
->fc_map
[2];
5766 * lpfc_get_rec_conf23 - Get a record type in config region data.
5767 * @buff: Buffer containing config region 23 data.
5768 * @size: Size of the data buffer.
5769 * @rec_type: Record type to be searched.
5771 * This function searches config region data to find the beginning
5772 * of the record specified by record_type. If record found, this
5773 * function return pointer to the record else return NULL.
5776 lpfc_get_rec_conf23(uint8_t *buff
, uint32_t size
, uint8_t rec_type
)
5778 uint32_t offset
= 0, rec_length
;
5780 if ((buff
[0] == LPFC_REGION23_LAST_REC
) ||
5781 (size
< sizeof(uint32_t)))
5784 rec_length
= buff
[offset
+ 1];
5787 * One TLV record has one word header and number of data words
5788 * specified in the rec_length field of the record header.
5790 while ((offset
+ rec_length
* sizeof(uint32_t) + sizeof(uint32_t))
5792 if (buff
[offset
] == rec_type
)
5793 return &buff
[offset
];
5795 if (buff
[offset
] == LPFC_REGION23_LAST_REC
)
5798 offset
+= rec_length
* sizeof(uint32_t) + sizeof(uint32_t);
5799 rec_length
= buff
[offset
+ 1];
5805 * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23.
5806 * @phba: Pointer to lpfc_hba data structure.
5807 * @buff: Buffer containing config region 23 data.
5808 * @size: Size of the data buffer.
5810 * This function parses the FCoE config parameters in config region 23 and
5811 * populate driver data structure with the parameters.
5814 lpfc_parse_fcoe_conf(struct lpfc_hba
*phba
,
5818 uint32_t offset
= 0, rec_length
;
5822 * If data size is less than 2 words signature and version cannot be
5825 if (size
< 2*sizeof(uint32_t))
5828 /* Check the region signature first */
5829 if (memcmp(buff
, LPFC_REGION23_SIGNATURE
, 4)) {
5830 lpfc_printf_log(phba
, KERN_ERR
, LOG_INIT
,
5831 "2567 Config region 23 has bad signature\n");
5837 /* Check the data structure version */
5838 if (buff
[offset
] != LPFC_REGION23_VERSION
) {
5839 lpfc_printf_log(phba
, KERN_ERR
, LOG_INIT
,
5840 "2568 Config region 23 has bad version\n");
5845 rec_length
= buff
[offset
+ 1];
5847 /* Read FCoE param record */
5848 rec_ptr
= lpfc_get_rec_conf23(&buff
[offset
],
5849 size
- offset
, FCOE_PARAM_TYPE
);
5851 lpfc_read_fcoe_param(phba
, rec_ptr
);
5853 /* Read FCF connection table */
5854 rec_ptr
= lpfc_get_rec_conf23(&buff
[offset
],
5855 size
- offset
, FCOE_CONN_TBL_TYPE
);
5857 lpfc_read_fcf_conn_tbl(phba
, rec_ptr
);