1 /*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for *
3 * Fibre Channel Host Bus Adapters. *
4 * Copyright (C) 2004-2008 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/pci.h>
24 #include <linux/kthread.h>
25 #include <linux/interrupt.h>
27 #include <scsi/scsi.h>
28 #include <scsi/scsi_device.h>
29 #include <scsi/scsi_host.h>
30 #include <scsi/scsi_transport_fc.h>
33 #include "lpfc_disc.h"
35 #include "lpfc_scsi.h"
37 #include "lpfc_logmsg.h"
38 #include "lpfc_crtn.h"
39 #include "lpfc_vport.h"
40 #include "lpfc_debugfs.h"
42 /* AlpaArray for assignment of scsid for scan-down and bind_method */
43 static uint8_t lpfcAlpaArray
[] = {
44 0xEF, 0xE8, 0xE4, 0xE2, 0xE1, 0xE0, 0xDC, 0xDA, 0xD9, 0xD6,
45 0xD5, 0xD4, 0xD3, 0xD2, 0xD1, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA,
46 0xC9, 0xC7, 0xC6, 0xC5, 0xC3, 0xBC, 0xBA, 0xB9, 0xB6, 0xB5,
47 0xB4, 0xB3, 0xB2, 0xB1, 0xAE, 0xAD, 0xAC, 0xAB, 0xAA, 0xA9,
48 0xA7, 0xA6, 0xA5, 0xA3, 0x9F, 0x9E, 0x9D, 0x9B, 0x98, 0x97,
49 0x90, 0x8F, 0x88, 0x84, 0x82, 0x81, 0x80, 0x7C, 0x7A, 0x79,
50 0x76, 0x75, 0x74, 0x73, 0x72, 0x71, 0x6E, 0x6D, 0x6C, 0x6B,
51 0x6A, 0x69, 0x67, 0x66, 0x65, 0x63, 0x5C, 0x5A, 0x59, 0x56,
52 0x55, 0x54, 0x53, 0x52, 0x51, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A,
53 0x49, 0x47, 0x46, 0x45, 0x43, 0x3C, 0x3A, 0x39, 0x36, 0x35,
54 0x34, 0x33, 0x32, 0x31, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29,
55 0x27, 0x26, 0x25, 0x23, 0x1F, 0x1E, 0x1D, 0x1B, 0x18, 0x17,
56 0x10, 0x0F, 0x08, 0x04, 0x02, 0x01
59 static void lpfc_disc_timeout_handler(struct lpfc_vport
*);
60 static void lpfc_disc_flush_list(struct lpfc_vport
*vport
);
63 lpfc_terminate_rport_io(struct fc_rport
*rport
)
65 struct lpfc_rport_data
*rdata
;
66 struct lpfc_nodelist
* ndlp
;
67 struct lpfc_hba
*phba
;
69 rdata
= rport
->dd_data
;
73 if (rport
->roles
& FC_RPORT_ROLE_FCP_TARGET
)
74 printk(KERN_ERR
"Cannot find remote node"
75 " to terminate I/O Data x%x\n",
80 phba
= ndlp
->vport
->phba
;
82 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_RPORT
,
83 "rport terminate: sid:x%x did:x%x flg:x%x",
84 ndlp
->nlp_sid
, ndlp
->nlp_DID
, ndlp
->nlp_flag
);
86 if (ndlp
->nlp_sid
!= NLP_NO_SID
) {
87 lpfc_sli_abort_iocb(ndlp
->vport
,
88 &phba
->sli
.ring
[phba
->sli
.fcp_ring
],
89 ndlp
->nlp_sid
, 0, LPFC_CTX_TGT
);
93 * A device is normally blocked for rediscovery and unblocked when
94 * devloss timeout happens. In case a vport is removed or driver
95 * unloaded before devloss timeout happens, we need to unblock here.
97 scsi_target_unblock(&rport
->dev
);
102 * This function will be called when dev_loss_tmo fire.
105 lpfc_dev_loss_tmo_callbk(struct fc_rport
*rport
)
107 struct lpfc_rport_data
*rdata
;
108 struct lpfc_nodelist
* ndlp
;
109 struct lpfc_vport
*vport
;
110 struct lpfc_hba
*phba
;
111 struct lpfc_work_evt
*evtp
;
115 rdata
= rport
->dd_data
;
123 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_RPORT
,
124 "rport devlosscb: sid:x%x did:x%x flg:x%x",
125 ndlp
->nlp_sid
, ndlp
->nlp_DID
, ndlp
->nlp_flag
);
127 /* Don't defer this if we are in the process of deleting the vport
128 * or unloading the driver. The unload will cleanup the node
129 * appropriately we just need to cleanup the ndlp rport info here.
131 if (vport
->load_flag
& FC_UNLOADING
) {
132 put_node
= rdata
->pnode
!= NULL
;
133 put_rport
= ndlp
->rport
!= NULL
;
139 put_device(&rport
->dev
);
143 if (ndlp
->nlp_state
== NLP_STE_MAPPED_NODE
)
146 evtp
= &ndlp
->dev_loss_evt
;
148 if (!list_empty(&evtp
->evt_listp
))
151 spin_lock_irq(&phba
->hbalock
);
152 /* We need to hold the node by incrementing the reference
153 * count until this queued work is done
155 evtp
->evt_arg1
= lpfc_nlp_get(ndlp
);
156 evtp
->evt
= LPFC_EVT_DEV_LOSS
;
157 list_add_tail(&evtp
->evt_listp
, &phba
->work_list
);
159 wake_up(phba
->work_wait
);
161 spin_unlock_irq(&phba
->hbalock
);
167 * This function is called from the worker thread when dev_loss_tmo
171 lpfc_dev_loss_tmo_handler(struct lpfc_nodelist
*ndlp
)
173 struct lpfc_rport_data
*rdata
;
174 struct fc_rport
*rport
;
175 struct lpfc_vport
*vport
;
176 struct lpfc_hba
*phba
;
187 rdata
= rport
->dd_data
;
188 name
= (uint8_t *) &ndlp
->nlp_portname
;
192 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_RPORT
,
193 "rport devlosstmo:did:x%x type:x%x id:x%x",
194 ndlp
->nlp_DID
, ndlp
->nlp_type
, rport
->scsi_target_id
);
196 /* Don't defer this if we are in the process of deleting the vport
197 * or unloading the driver. The unload will cleanup the node
198 * appropriately we just need to cleanup the ndlp rport info here.
200 if (vport
->load_flag
& FC_UNLOADING
) {
201 if (ndlp
->nlp_sid
!= NLP_NO_SID
) {
202 /* flush the target */
203 lpfc_sli_abort_iocb(vport
,
204 &phba
->sli
.ring
[phba
->sli
.fcp_ring
],
205 ndlp
->nlp_sid
, 0, LPFC_CTX_TGT
);
207 put_node
= rdata
->pnode
!= NULL
;
208 put_rport
= ndlp
->rport
!= NULL
;
214 put_device(&rport
->dev
);
218 if (ndlp
->nlp_state
== NLP_STE_MAPPED_NODE
)
221 if (ndlp
->nlp_type
& NLP_FABRIC
) {
222 /* We will clean up these Nodes in linkup */
223 put_node
= rdata
->pnode
!= NULL
;
224 put_rport
= ndlp
->rport
!= NULL
;
230 put_device(&rport
->dev
);
234 if (ndlp
->nlp_sid
!= NLP_NO_SID
) {
236 /* flush the target */
237 lpfc_sli_abort_iocb(vport
, &phba
->sli
.ring
[phba
->sli
.fcp_ring
],
238 ndlp
->nlp_sid
, 0, LPFC_CTX_TGT
);
240 if (vport
->load_flag
& FC_UNLOADING
)
244 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
245 "0203 Devloss timeout on "
246 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
247 "NPort x%x Data: x%x x%x x%x\n",
248 *name
, *(name
+1), *(name
+2), *(name
+3),
249 *(name
+4), *(name
+5), *(name
+6), *(name
+7),
250 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
251 ndlp
->nlp_state
, ndlp
->nlp_rpi
);
253 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
254 "0204 Devloss timeout on "
255 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
256 "NPort x%x Data: x%x x%x x%x\n",
257 *name
, *(name
+1), *(name
+2), *(name
+3),
258 *(name
+4), *(name
+5), *(name
+6), *(name
+7),
259 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
260 ndlp
->nlp_state
, ndlp
->nlp_rpi
);
263 put_node
= rdata
->pnode
!= NULL
;
264 put_rport
= ndlp
->rport
!= NULL
;
270 put_device(&rport
->dev
);
272 if (!(vport
->load_flag
& FC_UNLOADING
) &&
273 !(ndlp
->nlp_flag
& NLP_DELAY_TMO
) &&
274 !(ndlp
->nlp_flag
& NLP_NPR_2B_DISC
) &&
275 (ndlp
->nlp_state
!= NLP_STE_UNMAPPED_NODE
))
276 lpfc_disc_state_machine(vport
, ndlp
, NULL
, NLP_EVT_DEVICE_RM
);
281 lpfc_worker_wake_up(struct lpfc_hba
*phba
)
283 wake_up(phba
->work_wait
);
288 lpfc_work_list_done(struct lpfc_hba
*phba
)
290 struct lpfc_work_evt
*evtp
= NULL
;
291 struct lpfc_nodelist
*ndlp
;
294 spin_lock_irq(&phba
->hbalock
);
295 while (!list_empty(&phba
->work_list
)) {
296 list_remove_head((&phba
->work_list
), evtp
, typeof(*evtp
),
298 spin_unlock_irq(&phba
->hbalock
);
301 case LPFC_EVT_ELS_RETRY
:
302 ndlp
= (struct lpfc_nodelist
*) (evtp
->evt_arg1
);
303 lpfc_els_retry_delay_handler(ndlp
);
304 free_evt
= 0; /* evt is part of ndlp */
305 /* decrement the node reference count held
306 * for this queued work
310 case LPFC_EVT_DEV_LOSS
:
311 ndlp
= (struct lpfc_nodelist
*)(evtp
->evt_arg1
);
312 lpfc_dev_loss_tmo_handler(ndlp
);
314 /* decrement the node reference count held for
319 case LPFC_EVT_ONLINE
:
320 if (phba
->link_state
< LPFC_LINK_DOWN
)
321 *(int *) (evtp
->evt_arg1
) = lpfc_online(phba
);
323 *(int *) (evtp
->evt_arg1
) = 0;
324 complete((struct completion
*)(evtp
->evt_arg2
));
326 case LPFC_EVT_OFFLINE_PREP
:
327 if (phba
->link_state
>= LPFC_LINK_DOWN
)
328 lpfc_offline_prep(phba
);
329 *(int *)(evtp
->evt_arg1
) = 0;
330 complete((struct completion
*)(evtp
->evt_arg2
));
332 case LPFC_EVT_OFFLINE
:
334 lpfc_sli_brdrestart(phba
);
335 *(int *)(evtp
->evt_arg1
) =
336 lpfc_sli_brdready(phba
, HS_FFRDY
| HS_MBRDY
);
337 lpfc_unblock_mgmt_io(phba
);
338 complete((struct completion
*)(evtp
->evt_arg2
));
340 case LPFC_EVT_WARM_START
:
342 lpfc_reset_barrier(phba
);
343 lpfc_sli_brdreset(phba
);
344 lpfc_hba_down_post(phba
);
345 *(int *)(evtp
->evt_arg1
) =
346 lpfc_sli_brdready(phba
, HS_MBRDY
);
347 lpfc_unblock_mgmt_io(phba
);
348 complete((struct completion
*)(evtp
->evt_arg2
));
352 *(int *)(evtp
->evt_arg1
)
353 = (phba
->pport
->stopped
)
354 ? 0 : lpfc_sli_brdkill(phba
);
355 lpfc_unblock_mgmt_io(phba
);
356 complete((struct completion
*)(evtp
->evt_arg2
));
361 spin_lock_irq(&phba
->hbalock
);
363 spin_unlock_irq(&phba
->hbalock
);
368 lpfc_work_done(struct lpfc_hba
*phba
)
370 struct lpfc_sli_ring
*pring
;
371 uint32_t ha_copy
, status
, control
, work_port_events
;
372 struct lpfc_vport
**vports
;
373 struct lpfc_vport
*vport
;
376 spin_lock_irq(&phba
->hbalock
);
377 ha_copy
= phba
->work_ha
;
379 spin_unlock_irq(&phba
->hbalock
);
381 if (ha_copy
& HA_ERATT
)
382 lpfc_handle_eratt(phba
);
384 if (ha_copy
& HA_MBATT
)
385 lpfc_sli_handle_mb_event(phba
);
387 if (ha_copy
& HA_LATT
)
388 lpfc_handle_latt(phba
);
389 vports
= lpfc_create_vport_work_array(phba
);
391 for(i
= 0; i
<= phba
->max_vpi
; i
++) {
393 * We could have no vports in array if unloading, so if
394 * this happens then just use the pport
396 if (vports
[i
] == NULL
&& i
== 0)
402 work_port_events
= vport
->work_port_events
;
403 if (work_port_events
& WORKER_DISC_TMO
)
404 lpfc_disc_timeout_handler(vport
);
405 if (work_port_events
& WORKER_ELS_TMO
)
406 lpfc_els_timeout_handler(vport
);
407 if (work_port_events
& WORKER_HB_TMO
)
408 lpfc_hb_timeout_handler(phba
);
409 if (work_port_events
& WORKER_MBOX_TMO
)
410 lpfc_mbox_timeout_handler(phba
);
411 if (work_port_events
& WORKER_FABRIC_BLOCK_TMO
)
412 lpfc_unblock_fabric_iocbs(phba
);
413 if (work_port_events
& WORKER_FDMI_TMO
)
414 lpfc_fdmi_timeout_handler(vport
);
415 if (work_port_events
& WORKER_RAMP_DOWN_QUEUE
)
416 lpfc_ramp_down_queue_handler(phba
);
417 if (work_port_events
& WORKER_RAMP_UP_QUEUE
)
418 lpfc_ramp_up_queue_handler(phba
);
419 spin_lock_irq(&vport
->work_port_lock
);
420 vport
->work_port_events
&= ~work_port_events
;
421 spin_unlock_irq(&vport
->work_port_lock
);
423 lpfc_destroy_vport_work_array(phba
, vports
);
425 pring
= &phba
->sli
.ring
[LPFC_ELS_RING
];
426 status
= (ha_copy
& (HA_RXMASK
<< (4*LPFC_ELS_RING
)));
427 status
>>= (4*LPFC_ELS_RING
);
428 if ((status
& HA_RXMASK
)
429 || (pring
->flag
& LPFC_DEFERRED_RING_EVENT
)) {
430 if (pring
->flag
& LPFC_STOP_IOCB_EVENT
) {
431 pring
->flag
|= LPFC_DEFERRED_RING_EVENT
;
433 lpfc_sli_handle_slow_ring_event(phba
, pring
,
436 pring
->flag
&= ~LPFC_DEFERRED_RING_EVENT
;
439 * Turn on Ring interrupts
441 spin_lock_irq(&phba
->hbalock
);
442 control
= readl(phba
->HCregaddr
);
443 if (!(control
& (HC_R0INT_ENA
<< LPFC_ELS_RING
))) {
444 lpfc_debugfs_slow_ring_trc(phba
,
445 "WRK Enable ring: cntl:x%x hacopy:x%x",
446 control
, ha_copy
, 0);
448 control
|= (HC_R0INT_ENA
<< LPFC_ELS_RING
);
449 writel(control
, phba
->HCregaddr
);
450 readl(phba
->HCregaddr
); /* flush */
453 lpfc_debugfs_slow_ring_trc(phba
,
454 "WRK Ring ok: cntl:x%x hacopy:x%x",
455 control
, ha_copy
, 0);
457 spin_unlock_irq(&phba
->hbalock
);
459 lpfc_work_list_done(phba
);
463 check_work_wait_done(struct lpfc_hba
*phba
)
465 struct lpfc_vport
*vport
;
466 struct lpfc_sli_ring
*pring
= &phba
->sli
.ring
[LPFC_ELS_RING
];
469 spin_lock_irq(&phba
->hbalock
);
470 list_for_each_entry(vport
, &phba
->port_list
, listentry
) {
471 if (vport
->work_port_events
) {
476 if (rc
|| phba
->work_ha
|| (!list_empty(&phba
->work_list
)) ||
477 kthread_should_stop() || pring
->flag
& LPFC_DEFERRED_RING_EVENT
) {
481 phba
->work_found
= 0;
482 spin_unlock_irq(&phba
->hbalock
);
488 lpfc_do_work(void *p
)
490 struct lpfc_hba
*phba
= p
;
492 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(work_waitq
);
494 set_user_nice(current
, -20);
495 phba
->work_wait
= &work_waitq
;
496 phba
->work_found
= 0;
500 rc
= wait_event_interruptible(work_waitq
,
501 check_work_wait_done(phba
));
505 if (kthread_should_stop())
508 lpfc_work_done(phba
);
510 /* If there is alot of slow ring work, like during link up
511 * check_work_wait_done() may cause this thread to not give
512 * up the CPU for very long periods of time. This may cause
513 * soft lockups or other problems. To avoid these situations
514 * give up the CPU here after LPFC_MAX_WORKER_ITERATION
515 * consecutive iterations.
517 if (phba
->work_found
>= LPFC_MAX_WORKER_ITERATION
) {
518 phba
->work_found
= 0;
522 phba
->work_wait
= NULL
;
527 * This is only called to handle FC worker events. Since this a rare
528 * occurance, we allocate a struct lpfc_work_evt structure here instead of
529 * embedding it in the IOCB.
532 lpfc_workq_post_event(struct lpfc_hba
*phba
, void *arg1
, void *arg2
,
535 struct lpfc_work_evt
*evtp
;
539 * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will
540 * be queued to worker thread for processing
542 evtp
= kmalloc(sizeof(struct lpfc_work_evt
), GFP_ATOMIC
);
546 evtp
->evt_arg1
= arg1
;
547 evtp
->evt_arg2
= arg2
;
550 spin_lock_irqsave(&phba
->hbalock
, flags
);
551 list_add_tail(&evtp
->evt_listp
, &phba
->work_list
);
553 lpfc_worker_wake_up(phba
);
554 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
560 lpfc_cleanup_rpis(struct lpfc_vport
*vport
, int remove
)
562 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
563 struct lpfc_hba
*phba
= vport
->phba
;
564 struct lpfc_nodelist
*ndlp
, *next_ndlp
;
567 list_for_each_entry_safe(ndlp
, next_ndlp
, &vport
->fc_nodes
, nlp_listp
) {
568 if (!NLP_CHK_NODE_ACT(ndlp
))
570 if (ndlp
->nlp_state
== NLP_STE_UNUSED_NODE
)
572 if ((phba
->sli3_options
& LPFC_SLI3_VPORT_TEARDOWN
) ||
573 ((vport
->port_type
== LPFC_NPIV_PORT
) &&
574 (ndlp
->nlp_DID
== NameServer_DID
)))
575 lpfc_unreg_rpi(vport
, ndlp
);
577 /* Leave Fabric nodes alone on link down */
578 if (!remove
&& ndlp
->nlp_type
& NLP_FABRIC
)
580 rc
= lpfc_disc_state_machine(vport
, ndlp
, NULL
,
583 : NLP_EVT_DEVICE_RECOVERY
);
585 if (phba
->sli3_options
& LPFC_SLI3_VPORT_TEARDOWN
) {
586 lpfc_mbx_unreg_vpi(vport
);
587 spin_lock_irq(shost
->host_lock
);
588 vport
->fc_flag
|= FC_VPORT_NEEDS_REG_VPI
;
589 spin_unlock_irq(shost
->host_lock
);
594 lpfc_port_link_failure(struct lpfc_vport
*vport
)
596 /* Cleanup any outstanding RSCN activity */
597 lpfc_els_flush_rscn(vport
);
599 /* Cleanup any outstanding ELS commands */
600 lpfc_els_flush_cmd(vport
);
602 lpfc_cleanup_rpis(vport
, 0);
604 /* Turn off discovery timer if its running */
605 lpfc_can_disctmo(vport
);
609 lpfc_linkdown_port(struct lpfc_vport
*vport
)
611 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
613 fc_host_post_event(shost
, fc_get_event_number(), FCH_EVT_LINKDOWN
, 0);
615 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_ELS_CMD
,
616 "Link Down: state:x%x rtry:x%x flg:x%x",
617 vport
->port_state
, vport
->fc_ns_retry
, vport
->fc_flag
);
619 lpfc_port_link_failure(vport
);
624 lpfc_linkdown(struct lpfc_hba
*phba
)
626 struct lpfc_vport
*vport
= phba
->pport
;
627 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
628 struct lpfc_vport
**vports
;
632 if (phba
->link_state
== LPFC_LINK_DOWN
)
634 spin_lock_irq(&phba
->hbalock
);
635 if (phba
->link_state
> LPFC_LINK_DOWN
) {
636 phba
->link_state
= LPFC_LINK_DOWN
;
637 phba
->pport
->fc_flag
&= ~FC_LBIT
;
639 spin_unlock_irq(&phba
->hbalock
);
640 vports
= lpfc_create_vport_work_array(phba
);
642 for(i
= 0; i
<= phba
->max_vpi
&& vports
[i
] != NULL
; i
++) {
643 /* Issue a LINK DOWN event to all nodes */
644 lpfc_linkdown_port(vports
[i
]);
646 lpfc_destroy_vport_work_array(phba
, vports
);
647 /* Clean up any firmware default rpi's */
648 mb
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
650 lpfc_unreg_did(phba
, 0xffff, 0xffffffff, mb
);
652 mb
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
653 if (lpfc_sli_issue_mbox(phba
, mb
, MBX_NOWAIT
)
654 == MBX_NOT_FINISHED
) {
655 mempool_free(mb
, phba
->mbox_mem_pool
);
659 /* Setup myDID for link up if we are in pt2pt mode */
660 if (phba
->pport
->fc_flag
& FC_PT2PT
) {
661 phba
->pport
->fc_myDID
= 0;
662 mb
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
664 lpfc_config_link(phba
, mb
);
665 mb
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
667 if (lpfc_sli_issue_mbox(phba
, mb
, MBX_NOWAIT
)
668 == MBX_NOT_FINISHED
) {
669 mempool_free(mb
, phba
->mbox_mem_pool
);
672 spin_lock_irq(shost
->host_lock
);
673 phba
->pport
->fc_flag
&= ~(FC_PT2PT
| FC_PT2PT_PLOGI
);
674 spin_unlock_irq(shost
->host_lock
);
681 lpfc_linkup_cleanup_nodes(struct lpfc_vport
*vport
)
683 struct lpfc_nodelist
*ndlp
;
685 list_for_each_entry(ndlp
, &vport
->fc_nodes
, nlp_listp
) {
686 if (!NLP_CHK_NODE_ACT(ndlp
))
688 if (ndlp
->nlp_state
== NLP_STE_UNUSED_NODE
)
690 if (ndlp
->nlp_type
& NLP_FABRIC
) {
691 /* On Linkup its safe to clean up the ndlp
692 * from Fabric connections.
694 if (ndlp
->nlp_DID
!= Fabric_DID
)
695 lpfc_unreg_rpi(vport
, ndlp
);
696 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_NPR_NODE
);
697 } else if (!(ndlp
->nlp_flag
& NLP_NPR_ADISC
)) {
698 /* Fail outstanding IO now since device is
701 lpfc_unreg_rpi(vport
, ndlp
);
707 lpfc_linkup_port(struct lpfc_vport
*vport
)
709 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
710 struct lpfc_hba
*phba
= vport
->phba
;
712 if ((vport
->load_flag
& FC_UNLOADING
) != 0)
715 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_ELS_CMD
,
716 "Link Up: top:x%x speed:x%x flg:x%x",
717 phba
->fc_topology
, phba
->fc_linkspeed
, phba
->link_flag
);
719 /* If NPIV is not enabled, only bring the physical port up */
720 if (!(phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
) &&
721 (vport
!= phba
->pport
))
724 fc_host_post_event(shost
, fc_get_event_number(), FCH_EVT_LINKUP
, 0);
726 spin_lock_irq(shost
->host_lock
);
727 vport
->fc_flag
&= ~(FC_PT2PT
| FC_PT2PT_PLOGI
| FC_ABORT_DISCOVERY
|
728 FC_RSCN_MODE
| FC_NLP_MORE
| FC_RSCN_DISCOVERY
);
729 vport
->fc_flag
|= FC_NDISC_ACTIVE
;
730 vport
->fc_ns_retry
= 0;
731 spin_unlock_irq(shost
->host_lock
);
733 if (vport
->fc_flag
& FC_LBIT
)
734 lpfc_linkup_cleanup_nodes(vport
);
739 lpfc_linkup(struct lpfc_hba
*phba
)
741 struct lpfc_vport
**vports
;
744 phba
->link_state
= LPFC_LINK_UP
;
746 /* Unblock fabric iocbs if they are blocked */
747 clear_bit(FABRIC_COMANDS_BLOCKED
, &phba
->bit_flags
);
748 del_timer_sync(&phba
->fabric_block_timer
);
750 vports
= lpfc_create_vport_work_array(phba
);
752 for(i
= 0; i
<= phba
->max_vpi
&& vports
[i
] != NULL
; i
++)
753 lpfc_linkup_port(vports
[i
]);
754 lpfc_destroy_vport_work_array(phba
, vports
);
755 if (phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
)
756 lpfc_issue_clear_la(phba
, phba
->pport
);
762 * This routine handles processing a CLEAR_LA mailbox
763 * command upon completion. It is setup in the LPFC_MBOXQ
764 * as the completion routine when the command is
765 * handed off to the SLI layer.
768 lpfc_mbx_cmpl_clear_la(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
770 struct lpfc_vport
*vport
= pmb
->vport
;
771 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
772 struct lpfc_sli
*psli
= &phba
->sli
;
773 MAILBOX_t
*mb
= &pmb
->mb
;
776 /* Since we don't do discovery right now, turn these off here */
777 psli
->ring
[psli
->extra_ring
].flag
&= ~LPFC_STOP_IOCB_EVENT
;
778 psli
->ring
[psli
->fcp_ring
].flag
&= ~LPFC_STOP_IOCB_EVENT
;
779 psli
->ring
[psli
->next_ring
].flag
&= ~LPFC_STOP_IOCB_EVENT
;
781 /* Check for error */
782 if ((mb
->mbxStatus
) && (mb
->mbxStatus
!= 0x1601)) {
783 /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */
784 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
785 "0320 CLEAR_LA mbxStatus error x%x hba "
787 mb
->mbxStatus
, vport
->port_state
);
788 phba
->link_state
= LPFC_HBA_ERROR
;
792 if (vport
->port_type
== LPFC_PHYSICAL_PORT
)
793 phba
->link_state
= LPFC_HBA_READY
;
795 spin_lock_irq(&phba
->hbalock
);
796 psli
->sli_flag
|= LPFC_PROCESS_LA
;
797 control
= readl(phba
->HCregaddr
);
798 control
|= HC_LAINT_ENA
;
799 writel(control
, phba
->HCregaddr
);
800 readl(phba
->HCregaddr
); /* flush */
801 spin_unlock_irq(&phba
->hbalock
);
802 mempool_free(pmb
, phba
->mbox_mem_pool
);
806 /* Device Discovery completes */
807 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
808 "0225 Device Discovery completes\n");
809 mempool_free(pmb
, phba
->mbox_mem_pool
);
811 spin_lock_irq(shost
->host_lock
);
812 vport
->fc_flag
&= ~(FC_ABORT_DISCOVERY
| FC_ESTABLISH_LINK
);
813 spin_unlock_irq(shost
->host_lock
);
815 del_timer_sync(&phba
->fc_estabtmo
);
817 lpfc_can_disctmo(vport
);
819 /* turn on Link Attention interrupts */
821 spin_lock_irq(&phba
->hbalock
);
822 psli
->sli_flag
|= LPFC_PROCESS_LA
;
823 control
= readl(phba
->HCregaddr
);
824 control
|= HC_LAINT_ENA
;
825 writel(control
, phba
->HCregaddr
);
826 readl(phba
->HCregaddr
); /* flush */
827 spin_unlock_irq(&phba
->hbalock
);
834 lpfc_mbx_cmpl_local_config_link(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
836 struct lpfc_vport
*vport
= pmb
->vport
;
838 if (pmb
->mb
.mbxStatus
)
841 mempool_free(pmb
, phba
->mbox_mem_pool
);
843 if (phba
->fc_topology
== TOPOLOGY_LOOP
&&
844 vport
->fc_flag
& FC_PUBLIC_LOOP
&&
845 !(vport
->fc_flag
& FC_LBIT
)) {
846 /* Need to wait for FAN - use discovery timer
847 * for timeout. port_state is identically
848 * LPFC_LOCAL_CFG_LINK while waiting for FAN
850 lpfc_set_disctmo(vport
);
854 /* Start discovery by sending a FLOGI. port_state is identically
855 * LPFC_FLOGI while waiting for FLOGI cmpl
857 if (vport
->port_state
!= LPFC_FLOGI
) {
858 lpfc_initial_flogi(vport
);
863 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
864 "0306 CONFIG_LINK mbxStatus error x%x "
866 pmb
->mb
.mbxStatus
, vport
->port_state
);
867 mempool_free(pmb
, phba
->mbox_mem_pool
);
871 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
872 "0200 CONFIG_LINK bad hba state x%x\n",
875 lpfc_issue_clear_la(phba
, vport
);
880 lpfc_mbx_cmpl_read_sparam(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
882 MAILBOX_t
*mb
= &pmb
->mb
;
883 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) pmb
->context1
;
884 struct lpfc_vport
*vport
= pmb
->vport
;
887 /* Check for error */
889 /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */
890 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
891 "0319 READ_SPARAM mbxStatus error x%x "
893 mb
->mbxStatus
, vport
->port_state
);
898 memcpy((uint8_t *) &vport
->fc_sparam
, (uint8_t *) mp
->virt
,
899 sizeof (struct serv_parm
));
900 if (phba
->cfg_soft_wwnn
)
901 u64_to_wwn(phba
->cfg_soft_wwnn
,
902 vport
->fc_sparam
.nodeName
.u
.wwn
);
903 if (phba
->cfg_soft_wwpn
)
904 u64_to_wwn(phba
->cfg_soft_wwpn
,
905 vport
->fc_sparam
.portName
.u
.wwn
);
906 memcpy(&vport
->fc_nodename
, &vport
->fc_sparam
.nodeName
,
907 sizeof(vport
->fc_nodename
));
908 memcpy(&vport
->fc_portname
, &vport
->fc_sparam
.portName
,
909 sizeof(vport
->fc_portname
));
910 if (vport
->port_type
== LPFC_PHYSICAL_PORT
) {
911 memcpy(&phba
->wwnn
, &vport
->fc_nodename
, sizeof(phba
->wwnn
));
912 memcpy(&phba
->wwpn
, &vport
->fc_portname
, sizeof(phba
->wwnn
));
915 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
917 mempool_free(pmb
, phba
->mbox_mem_pool
);
921 pmb
->context1
= NULL
;
922 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
924 lpfc_issue_clear_la(phba
, vport
);
925 mempool_free(pmb
, phba
->mbox_mem_pool
);
930 lpfc_mbx_process_link_up(struct lpfc_hba
*phba
, READ_LA_VAR
*la
)
932 struct lpfc_vport
*vport
= phba
->pport
;
933 LPFC_MBOXQ_t
*sparam_mbox
, *cfglink_mbox
;
935 struct lpfc_dmabuf
*mp
;
938 sparam_mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
939 cfglink_mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
941 spin_lock_irq(&phba
->hbalock
);
942 switch (la
->UlnkSpeed
) {
944 phba
->fc_linkspeed
= LA_1GHZ_LINK
;
947 phba
->fc_linkspeed
= LA_2GHZ_LINK
;
950 phba
->fc_linkspeed
= LA_4GHZ_LINK
;
953 phba
->fc_linkspeed
= LA_8GHZ_LINK
;
956 phba
->fc_linkspeed
= LA_UNKNW_LINK
;
960 phba
->fc_topology
= la
->topology
;
961 phba
->link_flag
&= ~LS_NPIV_FAB_SUPPORTED
;
963 if (phba
->fc_topology
== TOPOLOGY_LOOP
) {
964 phba
->sli3_options
&= ~LPFC_SLI3_NPIV_ENABLED
;
966 /* Get Loop Map information */
968 vport
->fc_flag
|= FC_LBIT
;
970 vport
->fc_myDID
= la
->granted_AL_PA
;
971 i
= la
->un
.lilpBde64
.tus
.f
.bdeSize
;
974 phba
->alpa_map
[0] = 0;
976 if (vport
->cfg_log_verbose
& LOG_LINK_EVENT
) {
987 numalpa
= phba
->alpa_map
[0];
989 while (j
< numalpa
) {
990 memset(un
.pamap
, 0, 16);
991 for (k
= 1; j
< numalpa
; k
++) {
993 phba
->alpa_map
[j
+ 1];
998 /* Link Up Event ALPA map */
999 lpfc_printf_log(phba
,
1002 "1304 Link Up Event "
1003 "ALPA map Data: x%x "
1005 un
.pa
.wd1
, un
.pa
.wd2
,
1006 un
.pa
.wd3
, un
.pa
.wd4
);
1011 if (!(phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
)) {
1012 if (phba
->max_vpi
&& phba
->cfg_enable_npiv
&&
1013 (phba
->sli_rev
== 3))
1014 phba
->sli3_options
|= LPFC_SLI3_NPIV_ENABLED
;
1016 vport
->fc_myDID
= phba
->fc_pref_DID
;
1017 vport
->fc_flag
|= FC_LBIT
;
1019 spin_unlock_irq(&phba
->hbalock
);
1023 lpfc_read_sparam(phba
, sparam_mbox
, 0);
1024 sparam_mbox
->vport
= vport
;
1025 sparam_mbox
->mbox_cmpl
= lpfc_mbx_cmpl_read_sparam
;
1026 rc
= lpfc_sli_issue_mbox(phba
, sparam_mbox
, MBX_NOWAIT
);
1027 if (rc
== MBX_NOT_FINISHED
) {
1028 mp
= (struct lpfc_dmabuf
*) sparam_mbox
->context1
;
1029 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
1031 mempool_free(sparam_mbox
, phba
->mbox_mem_pool
);
1033 mempool_free(cfglink_mbox
, phba
->mbox_mem_pool
);
1039 vport
->port_state
= LPFC_LOCAL_CFG_LINK
;
1040 lpfc_config_link(phba
, cfglink_mbox
);
1041 cfglink_mbox
->vport
= vport
;
1042 cfglink_mbox
->mbox_cmpl
= lpfc_mbx_cmpl_local_config_link
;
1043 rc
= lpfc_sli_issue_mbox(phba
, cfglink_mbox
, MBX_NOWAIT
);
1044 if (rc
!= MBX_NOT_FINISHED
)
1046 mempool_free(cfglink_mbox
, phba
->mbox_mem_pool
);
1049 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
1050 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
1051 "0263 Discovery Mailbox error: state: 0x%x : %p %p\n",
1052 vport
->port_state
, sparam_mbox
, cfglink_mbox
);
1053 lpfc_issue_clear_la(phba
, vport
);
1058 lpfc_mbx_issue_link_down(struct lpfc_hba
*phba
)
1061 struct lpfc_sli
*psli
= &phba
->sli
;
1063 lpfc_linkdown(phba
);
1065 /* turn on Link Attention interrupts - no CLEAR_LA needed */
1066 spin_lock_irq(&phba
->hbalock
);
1067 psli
->sli_flag
|= LPFC_PROCESS_LA
;
1068 control
= readl(phba
->HCregaddr
);
1069 control
|= HC_LAINT_ENA
;
1070 writel(control
, phba
->HCregaddr
);
1071 readl(phba
->HCregaddr
); /* flush */
1072 spin_unlock_irq(&phba
->hbalock
);
1076 * This routine handles processing a READ_LA mailbox
1077 * command upon completion. It is setup in the LPFC_MBOXQ
1078 * as the completion routine when the command is
1079 * handed off to the SLI layer.
1082 lpfc_mbx_cmpl_read_la(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
1084 struct lpfc_vport
*vport
= pmb
->vport
;
1085 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1087 MAILBOX_t
*mb
= &pmb
->mb
;
1088 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) (pmb
->context1
);
1090 /* Check for error */
1091 if (mb
->mbxStatus
) {
1092 lpfc_printf_log(phba
, KERN_INFO
, LOG_LINK_EVENT
,
1093 "1307 READ_LA mbox error x%x state x%x\n",
1094 mb
->mbxStatus
, vport
->port_state
);
1095 lpfc_mbx_issue_link_down(phba
);
1096 phba
->link_state
= LPFC_HBA_ERROR
;
1097 goto lpfc_mbx_cmpl_read_la_free_mbuf
;
1100 la
= (READ_LA_VAR
*) & pmb
->mb
.un
.varReadLA
;
1102 memcpy(&phba
->alpa_map
[0], mp
->virt
, 128);
1104 spin_lock_irq(shost
->host_lock
);
1106 vport
->fc_flag
|= FC_BYPASSED_MODE
;
1108 vport
->fc_flag
&= ~FC_BYPASSED_MODE
;
1109 spin_unlock_irq(shost
->host_lock
);
1111 if (((phba
->fc_eventTag
+ 1) < la
->eventTag
) ||
1112 (phba
->fc_eventTag
== la
->eventTag
)) {
1113 phba
->fc_stat
.LinkMultiEvent
++;
1114 if (la
->attType
== AT_LINK_UP
)
1115 if (phba
->fc_eventTag
!= 0)
1116 lpfc_linkdown(phba
);
1119 phba
->fc_eventTag
= la
->eventTag
;
1121 if (la
->attType
== AT_LINK_UP
) {
1122 phba
->fc_stat
.LinkUp
++;
1123 if (phba
->link_flag
& LS_LOOPBACK_MODE
) {
1124 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
1125 "1306 Link Up Event in loop back mode "
1126 "x%x received Data: x%x x%x x%x x%x\n",
1127 la
->eventTag
, phba
->fc_eventTag
,
1128 la
->granted_AL_PA
, la
->UlnkSpeed
,
1131 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
1132 "1303 Link Up Event x%x received "
1133 "Data: x%x x%x x%x x%x\n",
1134 la
->eventTag
, phba
->fc_eventTag
,
1135 la
->granted_AL_PA
, la
->UlnkSpeed
,
1138 lpfc_mbx_process_link_up(phba
, la
);
1140 phba
->fc_stat
.LinkDown
++;
1141 if (phba
->link_flag
& LS_LOOPBACK_MODE
) {
1142 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
1143 "1308 Link Down Event in loop back mode "
1145 "Data: x%x x%x x%x\n",
1146 la
->eventTag
, phba
->fc_eventTag
,
1147 phba
->pport
->port_state
, vport
->fc_flag
);
1150 lpfc_printf_log(phba
, KERN_ERR
, LOG_LINK_EVENT
,
1151 "1305 Link Down Event x%x received "
1152 "Data: x%x x%x x%x\n",
1153 la
->eventTag
, phba
->fc_eventTag
,
1154 phba
->pport
->port_state
, vport
->fc_flag
);
1156 lpfc_mbx_issue_link_down(phba
);
1159 lpfc_mbx_cmpl_read_la_free_mbuf
:
1160 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
1162 mempool_free(pmb
, phba
->mbox_mem_pool
);
1167 * This routine handles processing a REG_LOGIN mailbox
1168 * command upon completion. It is setup in the LPFC_MBOXQ
1169 * as the completion routine when the command is
1170 * handed off to the SLI layer.
1173 lpfc_mbx_cmpl_reg_login(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
1175 struct lpfc_vport
*vport
= pmb
->vport
;
1176 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) (pmb
->context1
);
1177 struct lpfc_nodelist
*ndlp
= (struct lpfc_nodelist
*) pmb
->context2
;
1179 pmb
->context1
= NULL
;
1181 /* Good status, call state machine */
1182 lpfc_disc_state_machine(vport
, ndlp
, pmb
, NLP_EVT_CMPL_REG_LOGIN
);
1183 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
1185 mempool_free(pmb
, phba
->mbox_mem_pool
);
1186 /* decrement the node reference count held for this callback
1195 lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
1197 MAILBOX_t
*mb
= &pmb
->mb
;
1198 struct lpfc_vport
*vport
= pmb
->vport
;
1199 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1201 switch (mb
->mbxStatus
) {
1205 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
1206 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
1210 vport
->unreg_vpi_cmpl
= VPORT_OK
;
1211 mempool_free(pmb
, phba
->mbox_mem_pool
);
1213 * This shost reference might have been taken at the beginning of
1214 * lpfc_vport_delete()
1216 if (vport
->load_flag
& FC_UNLOADING
)
1217 scsi_host_put(shost
);
1221 lpfc_mbx_unreg_vpi(struct lpfc_vport
*vport
)
1223 struct lpfc_hba
*phba
= vport
->phba
;
1227 mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
1231 lpfc_unreg_vpi(phba
, vport
->vpi
, mbox
);
1232 mbox
->vport
= vport
;
1233 mbox
->mbox_cmpl
= lpfc_mbx_cmpl_unreg_vpi
;
1234 rc
= lpfc_sli_issue_mbox(phba
, mbox
, MBX_NOWAIT
);
1235 if (rc
== MBX_NOT_FINISHED
) {
1236 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
| LOG_VPORT
,
1237 "1800 Could not issue unreg_vpi\n");
1238 mempool_free(mbox
, phba
->mbox_mem_pool
);
1239 vport
->unreg_vpi_cmpl
= VPORT_ERROR
;
1244 lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
1246 struct lpfc_vport
*vport
= pmb
->vport
;
1247 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1248 MAILBOX_t
*mb
= &pmb
->mb
;
1250 switch (mb
->mbxStatus
) {
1254 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
1255 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
1257 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
1258 spin_lock_irq(shost
->host_lock
);
1259 vport
->fc_flag
&= ~(FC_FABRIC
| FC_PUBLIC_LOOP
);
1260 spin_unlock_irq(shost
->host_lock
);
1261 vport
->fc_myDID
= 0;
1265 vport
->num_disc_nodes
= 0;
1266 /* go thru NPR list and issue ELS PLOGIs */
1267 if (vport
->fc_npr_cnt
)
1268 lpfc_els_disc_plogi(vport
);
1270 if (!vport
->num_disc_nodes
) {
1271 spin_lock_irq(shost
->host_lock
);
1272 vport
->fc_flag
&= ~FC_NDISC_ACTIVE
;
1273 spin_unlock_irq(shost
->host_lock
);
1274 lpfc_can_disctmo(vport
);
1276 vport
->port_state
= LPFC_VPORT_READY
;
1279 mempool_free(pmb
, phba
->mbox_mem_pool
);
1284 * This routine handles processing a Fabric REG_LOGIN mailbox
1285 * command upon completion. It is setup in the LPFC_MBOXQ
1286 * as the completion routine when the command is
1287 * handed off to the SLI layer.
1290 lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
1292 struct lpfc_vport
*vport
= pmb
->vport
;
1293 MAILBOX_t
*mb
= &pmb
->mb
;
1294 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) (pmb
->context1
);
1295 struct lpfc_nodelist
*ndlp
;
1296 struct lpfc_vport
**vports
;
1299 ndlp
= (struct lpfc_nodelist
*) pmb
->context2
;
1300 pmb
->context1
= NULL
;
1301 pmb
->context2
= NULL
;
1302 if (mb
->mbxStatus
) {
1303 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
1305 mempool_free(pmb
, phba
->mbox_mem_pool
);
1307 if (phba
->fc_topology
== TOPOLOGY_LOOP
) {
1308 /* FLOGI failed, use loop map to make discovery list */
1309 lpfc_disc_list_loopmap(vport
);
1311 /* Start discovery */
1312 lpfc_disc_start(vport
);
1313 /* Decrement the reference count to ndlp after the
1314 * reference to the ndlp are done.
1320 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
1321 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
,
1322 "0258 Register Fabric login error: 0x%x\n",
1324 /* Decrement the reference count to ndlp after the reference
1325 * to the ndlp are done.
1331 ndlp
->nlp_rpi
= mb
->un
.varWords
[0];
1332 ndlp
->nlp_type
|= NLP_FABRIC
;
1333 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_UNMAPPED_NODE
);
1335 if (vport
->port_state
== LPFC_FABRIC_CFG_LINK
) {
1336 vports
= lpfc_create_vport_work_array(phba
);
1339 i
<= phba
->max_vpi
&& vports
[i
] != NULL
;
1341 if (vports
[i
]->port_type
== LPFC_PHYSICAL_PORT
)
1343 if (phba
->link_flag
& LS_NPIV_FAB_SUPPORTED
)
1344 lpfc_initial_fdisc(vports
[i
]);
1345 else if (phba
->sli3_options
&
1346 LPFC_SLI3_NPIV_ENABLED
) {
1347 lpfc_vport_set_state(vports
[i
],
1348 FC_VPORT_NO_FABRIC_SUPP
);
1349 lpfc_printf_vlog(vport
, KERN_ERR
,
1352 "Fabric support\n");
1355 lpfc_destroy_vport_work_array(phba
, vports
);
1356 lpfc_do_scr_ns_plogi(phba
, vport
);
1359 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
1361 mempool_free(pmb
, phba
->mbox_mem_pool
);
1363 /* Drop the reference count from the mbox at the end after
1364 * all the current reference to the ndlp have been done.
1371 * This routine handles processing a NameServer REG_LOGIN mailbox
1372 * command upon completion. It is setup in the LPFC_MBOXQ
1373 * as the completion routine when the command is
1374 * handed off to the SLI layer.
1377 lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
1379 MAILBOX_t
*mb
= &pmb
->mb
;
1380 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) (pmb
->context1
);
1381 struct lpfc_nodelist
*ndlp
= (struct lpfc_nodelist
*) pmb
->context2
;
1382 struct lpfc_vport
*vport
= pmb
->vport
;
1384 if (mb
->mbxStatus
) {
1386 /* decrement the node reference count held for this
1387 * callback function.
1390 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
1392 mempool_free(pmb
, phba
->mbox_mem_pool
);
1394 /* If no other thread is using the ndlp, free it */
1395 lpfc_nlp_not_used(ndlp
);
1397 if (phba
->fc_topology
== TOPOLOGY_LOOP
) {
1399 * RegLogin failed, use loop map to make discovery
1402 lpfc_disc_list_loopmap(vport
);
1404 /* Start discovery */
1405 lpfc_disc_start(vport
);
1408 lpfc_vport_set_state(vport
, FC_VPORT_FAILED
);
1409 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_ELS
,
1410 "0260 Register NameServer error: 0x%x\n",
1415 pmb
->context1
= NULL
;
1417 ndlp
->nlp_rpi
= mb
->un
.varWords
[0];
1418 ndlp
->nlp_type
|= NLP_FABRIC
;
1419 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_UNMAPPED_NODE
);
1421 if (vport
->port_state
< LPFC_VPORT_READY
) {
1422 /* Link up discovery requires Fabric registration. */
1423 lpfc_ns_cmd(vport
, SLI_CTNS_RFF_ID
, 0, 0); /* Do this first! */
1424 lpfc_ns_cmd(vport
, SLI_CTNS_RNN_ID
, 0, 0);
1425 lpfc_ns_cmd(vport
, SLI_CTNS_RSNN_NN
, 0, 0);
1426 lpfc_ns_cmd(vport
, SLI_CTNS_RSPN_ID
, 0, 0);
1427 lpfc_ns_cmd(vport
, SLI_CTNS_RFT_ID
, 0, 0);
1429 /* Issue SCR just before NameServer GID_FT Query */
1430 lpfc_issue_els_scr(vport
, SCR_DID
, 0);
1433 vport
->fc_ns_retry
= 0;
1434 /* Good status, issue CT Request to NameServer */
1435 if (lpfc_ns_cmd(vport
, SLI_CTNS_GID_FT
, 0, 0)) {
1436 /* Cannot issue NameServer Query, so finish up discovery */
1440 /* decrement the node reference count held for this
1441 * callback function.
1444 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
1446 mempool_free(pmb
, phba
->mbox_mem_pool
);
1452 lpfc_register_remote_port(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
1454 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1455 struct fc_rport
*rport
;
1456 struct lpfc_rport_data
*rdata
;
1457 struct fc_rport_identifiers rport_ids
;
1458 struct lpfc_hba
*phba
= vport
->phba
;
1460 /* Remote port has reappeared. Re-register w/ FC transport */
1461 rport_ids
.node_name
= wwn_to_u64(ndlp
->nlp_nodename
.u
.wwn
);
1462 rport_ids
.port_name
= wwn_to_u64(ndlp
->nlp_portname
.u
.wwn
);
1463 rport_ids
.port_id
= ndlp
->nlp_DID
;
1464 rport_ids
.roles
= FC_RPORT_ROLE_UNKNOWN
;
1467 * We leave our node pointer in rport->dd_data when we unregister a
1468 * FCP target port. But fc_remote_port_add zeros the space to which
1469 * rport->dd_data points. So, if we're reusing a previously
1470 * registered port, drop the reference that we took the last time we
1471 * registered the port.
1473 if (ndlp
->rport
&& ndlp
->rport
->dd_data
&&
1474 ((struct lpfc_rport_data
*) ndlp
->rport
->dd_data
)->pnode
== ndlp
)
1477 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_RPORT
,
1478 "rport add: did:x%x flg:x%x type x%x",
1479 ndlp
->nlp_DID
, ndlp
->nlp_flag
, ndlp
->nlp_type
);
1481 ndlp
->rport
= rport
= fc_remote_port_add(shost
, 0, &rport_ids
);
1482 if (!rport
|| !get_device(&rport
->dev
)) {
1483 dev_printk(KERN_WARNING
, &phba
->pcidev
->dev
,
1484 "Warning: fc_remote_port_add failed\n");
1488 /* initialize static port data */
1489 rport
->maxframe_size
= ndlp
->nlp_maxframe
;
1490 rport
->supported_classes
= ndlp
->nlp_class_sup
;
1491 rdata
= rport
->dd_data
;
1492 rdata
->pnode
= lpfc_nlp_get(ndlp
);
1494 if (ndlp
->nlp_type
& NLP_FCP_TARGET
)
1495 rport_ids
.roles
|= FC_RPORT_ROLE_FCP_TARGET
;
1496 if (ndlp
->nlp_type
& NLP_FCP_INITIATOR
)
1497 rport_ids
.roles
|= FC_RPORT_ROLE_FCP_INITIATOR
;
1500 if (rport_ids
.roles
!= FC_RPORT_ROLE_UNKNOWN
)
1501 fc_remote_port_rolechg(rport
, rport_ids
.roles
);
1503 if ((rport
->scsi_target_id
!= -1) &&
1504 (rport
->scsi_target_id
< LPFC_MAX_TARGET
)) {
1505 ndlp
->nlp_sid
= rport
->scsi_target_id
;
1511 lpfc_unregister_remote_port(struct lpfc_nodelist
*ndlp
)
1513 struct fc_rport
*rport
= ndlp
->rport
;
1515 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_RPORT
,
1516 "rport delete: did:x%x flg:x%x type x%x",
1517 ndlp
->nlp_DID
, ndlp
->nlp_flag
, ndlp
->nlp_type
);
1519 fc_remote_port_delete(rport
);
1525 lpfc_nlp_counters(struct lpfc_vport
*vport
, int state
, int count
)
1527 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1529 spin_lock_irq(shost
->host_lock
);
1531 case NLP_STE_UNUSED_NODE
:
1532 vport
->fc_unused_cnt
+= count
;
1534 case NLP_STE_PLOGI_ISSUE
:
1535 vport
->fc_plogi_cnt
+= count
;
1537 case NLP_STE_ADISC_ISSUE
:
1538 vport
->fc_adisc_cnt
+= count
;
1540 case NLP_STE_REG_LOGIN_ISSUE
:
1541 vport
->fc_reglogin_cnt
+= count
;
1543 case NLP_STE_PRLI_ISSUE
:
1544 vport
->fc_prli_cnt
+= count
;
1546 case NLP_STE_UNMAPPED_NODE
:
1547 vport
->fc_unmap_cnt
+= count
;
1549 case NLP_STE_MAPPED_NODE
:
1550 vport
->fc_map_cnt
+= count
;
1552 case NLP_STE_NPR_NODE
:
1553 vport
->fc_npr_cnt
+= count
;
1556 spin_unlock_irq(shost
->host_lock
);
1560 lpfc_nlp_state_cleanup(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
1561 int old_state
, int new_state
)
1563 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1565 if (new_state
== NLP_STE_UNMAPPED_NODE
) {
1566 ndlp
->nlp_type
&= ~(NLP_FCP_TARGET
| NLP_FCP_INITIATOR
);
1567 ndlp
->nlp_flag
&= ~NLP_NODEV_REMOVE
;
1568 ndlp
->nlp_type
|= NLP_FC_NODE
;
1570 if (new_state
== NLP_STE_MAPPED_NODE
)
1571 ndlp
->nlp_flag
&= ~NLP_NODEV_REMOVE
;
1572 if (new_state
== NLP_STE_NPR_NODE
)
1573 ndlp
->nlp_flag
&= ~NLP_RCV_PLOGI
;
1575 /* Transport interface */
1576 if (ndlp
->rport
&& (old_state
== NLP_STE_MAPPED_NODE
||
1577 old_state
== NLP_STE_UNMAPPED_NODE
)) {
1578 vport
->phba
->nport_event_cnt
++;
1579 lpfc_unregister_remote_port(ndlp
);
1582 if (new_state
== NLP_STE_MAPPED_NODE
||
1583 new_state
== NLP_STE_UNMAPPED_NODE
) {
1584 vport
->phba
->nport_event_cnt
++;
1586 * Tell the fc transport about the port, if we haven't
1587 * already. If we have, and it's a scsi entity, be
1588 * sure to unblock any attached scsi devices
1590 lpfc_register_remote_port(vport
, ndlp
);
1593 * if we added to Mapped list, but the remote port
1594 * registration failed or assigned a target id outside
1595 * our presentable range - move the node to the
1598 if (new_state
== NLP_STE_MAPPED_NODE
&&
1600 ndlp
->rport
->scsi_target_id
== -1 ||
1601 ndlp
->rport
->scsi_target_id
>= LPFC_MAX_TARGET
)) {
1602 spin_lock_irq(shost
->host_lock
);
1603 ndlp
->nlp_flag
|= NLP_TGT_NO_SCSIID
;
1604 spin_unlock_irq(shost
->host_lock
);
1605 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_UNMAPPED_NODE
);
1610 lpfc_nlp_state_name(char *buffer
, size_t size
, int state
)
1612 static char *states
[] = {
1613 [NLP_STE_UNUSED_NODE
] = "UNUSED",
1614 [NLP_STE_PLOGI_ISSUE
] = "PLOGI",
1615 [NLP_STE_ADISC_ISSUE
] = "ADISC",
1616 [NLP_STE_REG_LOGIN_ISSUE
] = "REGLOGIN",
1617 [NLP_STE_PRLI_ISSUE
] = "PRLI",
1618 [NLP_STE_UNMAPPED_NODE
] = "UNMAPPED",
1619 [NLP_STE_MAPPED_NODE
] = "MAPPED",
1620 [NLP_STE_NPR_NODE
] = "NPR",
1623 if (state
< NLP_STE_MAX_STATE
&& states
[state
])
1624 strlcpy(buffer
, states
[state
], size
);
1626 snprintf(buffer
, size
, "unknown (%d)", state
);
1631 lpfc_nlp_set_state(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
1634 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1635 int old_state
= ndlp
->nlp_state
;
1636 char name1
[16], name2
[16];
1638 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
1639 "0904 NPort state transition x%06x, %s -> %s\n",
1641 lpfc_nlp_state_name(name1
, sizeof(name1
), old_state
),
1642 lpfc_nlp_state_name(name2
, sizeof(name2
), state
));
1644 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_NODE
,
1645 "node statechg did:x%x old:%d ste:%d",
1646 ndlp
->nlp_DID
, old_state
, state
);
1648 if (old_state
== NLP_STE_NPR_NODE
&&
1649 (ndlp
->nlp_flag
& NLP_DELAY_TMO
) != 0 &&
1650 state
!= NLP_STE_NPR_NODE
)
1651 lpfc_cancel_retry_delay_tmo(vport
, ndlp
);
1652 if (old_state
== NLP_STE_UNMAPPED_NODE
) {
1653 ndlp
->nlp_flag
&= ~NLP_TGT_NO_SCSIID
;
1654 ndlp
->nlp_type
&= ~NLP_FC_NODE
;
1657 if (list_empty(&ndlp
->nlp_listp
)) {
1658 spin_lock_irq(shost
->host_lock
);
1659 list_add_tail(&ndlp
->nlp_listp
, &vport
->fc_nodes
);
1660 spin_unlock_irq(shost
->host_lock
);
1661 } else if (old_state
)
1662 lpfc_nlp_counters(vport
, old_state
, -1);
1664 ndlp
->nlp_state
= state
;
1665 lpfc_nlp_counters(vport
, state
, 1);
1666 lpfc_nlp_state_cleanup(vport
, ndlp
, old_state
, state
);
1670 lpfc_enqueue_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
1672 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1674 if (list_empty(&ndlp
->nlp_listp
)) {
1675 spin_lock_irq(shost
->host_lock
);
1676 list_add_tail(&ndlp
->nlp_listp
, &vport
->fc_nodes
);
1677 spin_unlock_irq(shost
->host_lock
);
1682 lpfc_dequeue_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
1684 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1686 if ((ndlp
->nlp_flag
& NLP_DELAY_TMO
) != 0)
1687 lpfc_cancel_retry_delay_tmo(vport
, ndlp
);
1688 if (ndlp
->nlp_state
&& !list_empty(&ndlp
->nlp_listp
))
1689 lpfc_nlp_counters(vport
, ndlp
->nlp_state
, -1);
1690 spin_lock_irq(shost
->host_lock
);
1691 list_del_init(&ndlp
->nlp_listp
);
1692 spin_unlock_irq(shost
->host_lock
);
1693 lpfc_nlp_state_cleanup(vport
, ndlp
, ndlp
->nlp_state
,
1694 NLP_STE_UNUSED_NODE
);
1698 lpfc_disable_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
1700 if ((ndlp
->nlp_flag
& NLP_DELAY_TMO
) != 0)
1701 lpfc_cancel_retry_delay_tmo(vport
, ndlp
);
1702 if (ndlp
->nlp_state
&& !list_empty(&ndlp
->nlp_listp
))
1703 lpfc_nlp_counters(vport
, ndlp
->nlp_state
, -1);
1704 lpfc_nlp_state_cleanup(vport
, ndlp
, ndlp
->nlp_state
,
1705 NLP_STE_UNUSED_NODE
);
1708 struct lpfc_nodelist
*
1709 lpfc_enable_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
1712 struct lpfc_hba
*phba
= vport
->phba
;
1714 unsigned long flags
;
1719 spin_lock_irqsave(&phba
->ndlp_lock
, flags
);
1720 /* The ndlp should not be in memory free mode */
1721 if (NLP_CHK_FREE_REQ(ndlp
)) {
1722 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
1723 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_NODE
,
1724 "0277 lpfc_enable_node: ndlp:x%p "
1725 "usgmap:x%x refcnt:%d\n",
1726 (void *)ndlp
, ndlp
->nlp_usg_map
,
1727 atomic_read(&ndlp
->kref
.refcount
));
1730 /* The ndlp should not already be in active mode */
1731 if (NLP_CHK_NODE_ACT(ndlp
)) {
1732 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
1733 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_NODE
,
1734 "0278 lpfc_enable_node: ndlp:x%p "
1735 "usgmap:x%x refcnt:%d\n",
1736 (void *)ndlp
, ndlp
->nlp_usg_map
,
1737 atomic_read(&ndlp
->kref
.refcount
));
1741 /* Keep the original DID */
1742 did
= ndlp
->nlp_DID
;
1744 /* re-initialize ndlp except of ndlp linked list pointer */
1745 memset((((char *)ndlp
) + sizeof (struct list_head
)), 0,
1746 sizeof (struct lpfc_nodelist
) - sizeof (struct list_head
));
1747 INIT_LIST_HEAD(&ndlp
->els_retry_evt
.evt_listp
);
1748 INIT_LIST_HEAD(&ndlp
->dev_loss_evt
.evt_listp
);
1749 init_timer(&ndlp
->nlp_delayfunc
);
1750 ndlp
->nlp_delayfunc
.function
= lpfc_els_retry_delay
;
1751 ndlp
->nlp_delayfunc
.data
= (unsigned long)ndlp
;
1752 ndlp
->nlp_DID
= did
;
1753 ndlp
->vport
= vport
;
1754 ndlp
->nlp_sid
= NLP_NO_SID
;
1755 /* ndlp management re-initialize */
1756 kref_init(&ndlp
->kref
);
1757 NLP_INT_NODE_ACT(ndlp
);
1759 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
1761 if (state
!= NLP_STE_UNUSED_NODE
)
1762 lpfc_nlp_set_state(vport
, ndlp
, state
);
1764 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_NODE
,
1765 "node enable: did:x%x",
1766 ndlp
->nlp_DID
, 0, 0);
1771 lpfc_drop_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
1774 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
1775 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
1776 * the ndlp from the vport. The ndlp marked as UNUSED on the list
1777 * until ALL other outstanding threads have completed. We check
1778 * that the ndlp not already in the UNUSED state before we proceed.
1780 if (ndlp
->nlp_state
== NLP_STE_UNUSED_NODE
)
1782 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_UNUSED_NODE
);
1788 * Start / ReStart rescue timer for Discovery / RSCN handling
1791 lpfc_set_disctmo(struct lpfc_vport
*vport
)
1793 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1794 struct lpfc_hba
*phba
= vport
->phba
;
1797 if (vport
->port_state
== LPFC_LOCAL_CFG_LINK
) {
1798 /* For FAN, timeout should be greater then edtov */
1799 tmo
= (((phba
->fc_edtov
+ 999) / 1000) + 1);
1801 /* Normal discovery timeout should be > then ELS/CT timeout
1802 * FC spec states we need 3 * ratov for CT requests
1804 tmo
= ((phba
->fc_ratov
* 3) + 3);
1808 if (!timer_pending(&vport
->fc_disctmo
)) {
1809 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_ELS_CMD
,
1810 "set disc timer: tmo:x%x state:x%x flg:x%x",
1811 tmo
, vport
->port_state
, vport
->fc_flag
);
1814 mod_timer(&vport
->fc_disctmo
, jiffies
+ HZ
* tmo
);
1815 spin_lock_irq(shost
->host_lock
);
1816 vport
->fc_flag
|= FC_DISC_TMO
;
1817 spin_unlock_irq(shost
->host_lock
);
1819 /* Start Discovery Timer state <hba_state> */
1820 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
1821 "0247 Start Discovery Timer state x%x "
1822 "Data: x%x x%lx x%x x%x\n",
1823 vport
->port_state
, tmo
,
1824 (unsigned long)&vport
->fc_disctmo
, vport
->fc_plogi_cnt
,
1825 vport
->fc_adisc_cnt
);
1831 * Cancel rescue timer for Discovery / RSCN handling
1834 lpfc_can_disctmo(struct lpfc_vport
*vport
)
1836 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
1837 unsigned long iflags
;
1839 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_ELS_CMD
,
1840 "can disc timer: state:x%x rtry:x%x flg:x%x",
1841 vport
->port_state
, vport
->fc_ns_retry
, vport
->fc_flag
);
1843 /* Turn off discovery timer if its running */
1844 if (vport
->fc_flag
& FC_DISC_TMO
) {
1845 spin_lock_irqsave(shost
->host_lock
, iflags
);
1846 vport
->fc_flag
&= ~FC_DISC_TMO
;
1847 spin_unlock_irqrestore(shost
->host_lock
, iflags
);
1848 del_timer_sync(&vport
->fc_disctmo
);
1849 spin_lock_irqsave(&vport
->work_port_lock
, iflags
);
1850 vport
->work_port_events
&= ~WORKER_DISC_TMO
;
1851 spin_unlock_irqrestore(&vport
->work_port_lock
, iflags
);
1854 /* Cancel Discovery Timer state <hba_state> */
1855 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
1856 "0248 Cancel Discovery Timer state x%x "
1857 "Data: x%x x%x x%x\n",
1858 vport
->port_state
, vport
->fc_flag
,
1859 vport
->fc_plogi_cnt
, vport
->fc_adisc_cnt
);
1864 * Check specified ring for outstanding IOCB on the SLI queue
1865 * Return true if iocb matches the specified nport
1868 lpfc_check_sli_ndlp(struct lpfc_hba
*phba
,
1869 struct lpfc_sli_ring
*pring
,
1870 struct lpfc_iocbq
*iocb
,
1871 struct lpfc_nodelist
*ndlp
)
1873 struct lpfc_sli
*psli
= &phba
->sli
;
1874 IOCB_t
*icmd
= &iocb
->iocb
;
1875 struct lpfc_vport
*vport
= ndlp
->vport
;
1877 if (iocb
->vport
!= vport
)
1880 if (pring
->ringno
== LPFC_ELS_RING
) {
1881 switch (icmd
->ulpCommand
) {
1882 case CMD_GEN_REQUEST64_CR
:
1883 if (icmd
->ulpContext
== (volatile ushort
)ndlp
->nlp_rpi
)
1885 case CMD_ELS_REQUEST64_CR
:
1886 if (icmd
->un
.elsreq64
.remoteID
== ndlp
->nlp_DID
)
1888 case CMD_XMIT_ELS_RSP64_CX
:
1889 if (iocb
->context1
== (uint8_t *) ndlp
)
1892 } else if (pring
->ringno
== psli
->extra_ring
) {
1894 } else if (pring
->ringno
== psli
->fcp_ring
) {
1895 /* Skip match check if waiting to relogin to FCP target */
1896 if ((ndlp
->nlp_type
& NLP_FCP_TARGET
) &&
1897 (ndlp
->nlp_flag
& NLP_DELAY_TMO
)) {
1900 if (icmd
->ulpContext
== (volatile ushort
)ndlp
->nlp_rpi
) {
1903 } else if (pring
->ringno
== psli
->next_ring
) {
1910 * Free resources / clean up outstanding I/Os
1911 * associated with nlp_rpi in the LPFC_NODELIST entry.
1914 lpfc_no_rpi(struct lpfc_hba
*phba
, struct lpfc_nodelist
*ndlp
)
1916 LIST_HEAD(completions
);
1917 struct lpfc_sli
*psli
;
1918 struct lpfc_sli_ring
*pring
;
1919 struct lpfc_iocbq
*iocb
, *next_iocb
;
1923 lpfc_fabric_abort_nport(ndlp
);
1926 * Everything that matches on txcmplq will be returned
1927 * by firmware with a no rpi error.
1930 rpi
= ndlp
->nlp_rpi
;
1932 /* Now process each ring */
1933 for (i
= 0; i
< psli
->num_rings
; i
++) {
1934 pring
= &psli
->ring
[i
];
1936 spin_lock_irq(&phba
->hbalock
);
1937 list_for_each_entry_safe(iocb
, next_iocb
, &pring
->txq
,
1940 * Check to see if iocb matches the nport we are
1943 if ((lpfc_check_sli_ndlp(phba
, pring
, iocb
,
1945 /* It matches, so deque and call compl
1947 list_move_tail(&iocb
->list
,
1952 spin_unlock_irq(&phba
->hbalock
);
1956 while (!list_empty(&completions
)) {
1957 iocb
= list_get_first(&completions
, struct lpfc_iocbq
, list
);
1958 list_del_init(&iocb
->list
);
1960 if (!iocb
->iocb_cmpl
)
1961 lpfc_sli_release_iocbq(phba
, iocb
);
1964 icmd
->ulpStatus
= IOSTAT_LOCAL_REJECT
;
1965 icmd
->un
.ulpWord
[4] = IOERR_SLI_ABORTED
;
1966 (iocb
->iocb_cmpl
)(phba
, iocb
, iocb
);
1974 * Free rpi associated with LPFC_NODELIST entry.
1975 * This routine is called from lpfc_freenode(), when we are removing
1976 * a LPFC_NODELIST entry. It is also called if the driver initiates a
1977 * LOGO that completes successfully, and we are waiting to PLOGI back
1978 * to the remote NPort. In addition, it is called after we receive
1979 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
1980 * we are waiting to PLOGI back to the remote NPort.
1983 lpfc_unreg_rpi(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
1985 struct lpfc_hba
*phba
= vport
->phba
;
1989 if (ndlp
->nlp_rpi
) {
1990 mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
1992 lpfc_unreg_login(phba
, vport
->vpi
, ndlp
->nlp_rpi
, mbox
);
1993 mbox
->vport
= vport
;
1994 mbox
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
1995 rc
= lpfc_sli_issue_mbox(phba
, mbox
, MBX_NOWAIT
);
1996 if (rc
== MBX_NOT_FINISHED
)
1997 mempool_free(mbox
, phba
->mbox_mem_pool
);
1999 lpfc_no_rpi(phba
, ndlp
);
2007 lpfc_unreg_all_rpis(struct lpfc_vport
*vport
)
2009 struct lpfc_hba
*phba
= vport
->phba
;
2013 mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
2015 lpfc_unreg_login(phba
, vport
->vpi
, 0xffff, mbox
);
2016 mbox
->vport
= vport
;
2017 mbox
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
2018 mbox
->context1
= NULL
;
2019 rc
= lpfc_sli_issue_mbox_wait(phba
, mbox
, LPFC_MBOX_TMO
);
2020 if (rc
== MBX_NOT_FINISHED
) {
2021 mempool_free(mbox
, phba
->mbox_mem_pool
);
2027 lpfc_unreg_default_rpis(struct lpfc_vport
*vport
)
2029 struct lpfc_hba
*phba
= vport
->phba
;
2033 mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
2035 lpfc_unreg_did(phba
, vport
->vpi
, 0xffffffff, mbox
);
2036 mbox
->vport
= vport
;
2037 mbox
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
2038 mbox
->context1
= NULL
;
2039 rc
= lpfc_sli_issue_mbox_wait(phba
, mbox
, LPFC_MBOX_TMO
);
2040 if (rc
== MBX_NOT_FINISHED
) {
2041 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_MBOX
| LOG_VPORT
,
2042 "1815 Could not issue "
2043 "unreg_did (default rpis)\n");
2044 mempool_free(mbox
, phba
->mbox_mem_pool
);
2050 * Free resources associated with LPFC_NODELIST entry
2051 * so it can be freed.
2054 lpfc_cleanup_node(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
2056 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
2057 struct lpfc_hba
*phba
= vport
->phba
;
2058 LPFC_MBOXQ_t
*mb
, *nextmb
;
2059 struct lpfc_dmabuf
*mp
;
2061 /* Cleanup node for NPort <nlp_DID> */
2062 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
2063 "0900 Cleanup node for NPort x%x "
2064 "Data: x%x x%x x%x\n",
2065 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
2066 ndlp
->nlp_state
, ndlp
->nlp_rpi
);
2067 if (NLP_CHK_FREE_REQ(ndlp
)) {
2068 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_NODE
,
2069 "0280 lpfc_cleanup_node: ndlp:x%p "
2070 "usgmap:x%x refcnt:%d\n",
2071 (void *)ndlp
, ndlp
->nlp_usg_map
,
2072 atomic_read(&ndlp
->kref
.refcount
));
2073 lpfc_dequeue_node(vport
, ndlp
);
2075 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_NODE
,
2076 "0281 lpfc_cleanup_node: ndlp:x%p "
2077 "usgmap:x%x refcnt:%d\n",
2078 (void *)ndlp
, ndlp
->nlp_usg_map
,
2079 atomic_read(&ndlp
->kref
.refcount
));
2080 lpfc_disable_node(vport
, ndlp
);
2083 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
2084 if ((mb
= phba
->sli
.mbox_active
)) {
2085 if ((mb
->mb
.mbxCommand
== MBX_REG_LOGIN64
) &&
2086 (ndlp
== (struct lpfc_nodelist
*) mb
->context2
)) {
2087 mb
->context2
= NULL
;
2088 mb
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
2092 spin_lock_irq(&phba
->hbalock
);
2093 list_for_each_entry_safe(mb
, nextmb
, &phba
->sli
.mboxq
, list
) {
2094 if ((mb
->mb
.mbxCommand
== MBX_REG_LOGIN64
) &&
2095 (ndlp
== (struct lpfc_nodelist
*) mb
->context2
)) {
2096 mp
= (struct lpfc_dmabuf
*) (mb
->context1
);
2098 __lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
2101 list_del(&mb
->list
);
2102 mempool_free(mb
, phba
->mbox_mem_pool
);
2103 /* We shall not invoke the lpfc_nlp_put to decrement
2104 * the ndlp reference count as we are in the process
2105 * of lpfc_nlp_release.
2109 spin_unlock_irq(&phba
->hbalock
);
2111 lpfc_els_abort(phba
, ndlp
);
2113 spin_lock_irq(shost
->host_lock
);
2114 ndlp
->nlp_flag
&= ~NLP_DELAY_TMO
;
2115 spin_unlock_irq(shost
->host_lock
);
2117 ndlp
->nlp_last_elscmd
= 0;
2118 del_timer_sync(&ndlp
->nlp_delayfunc
);
2120 if (!list_empty(&ndlp
->els_retry_evt
.evt_listp
))
2121 list_del_init(&ndlp
->els_retry_evt
.evt_listp
);
2122 if (!list_empty(&ndlp
->dev_loss_evt
.evt_listp
))
2123 list_del_init(&ndlp
->dev_loss_evt
.evt_listp
);
2125 lpfc_unreg_rpi(vport
, ndlp
);
2131 * Check to see if we can free the nlp back to the freelist.
2132 * If we are in the middle of using the nlp in the discovery state
2133 * machine, defer the free till we reach the end of the state machine.
2136 lpfc_nlp_remove(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
)
2138 struct lpfc_hba
*phba
= vport
->phba
;
2139 struct lpfc_rport_data
*rdata
;
2143 if (ndlp
->nlp_flag
& NLP_DELAY_TMO
) {
2144 lpfc_cancel_retry_delay_tmo(vport
, ndlp
);
2147 if (ndlp
->nlp_flag
& NLP_DEFER_RM
&& !ndlp
->nlp_rpi
) {
2148 /* For this case we need to cleanup the default rpi
2149 * allocated by the firmware.
2151 if ((mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
))
2153 rc
= lpfc_reg_login(phba
, vport
->vpi
, ndlp
->nlp_DID
,
2154 (uint8_t *) &vport
->fc_sparam
, mbox
, 0);
2156 mempool_free(mbox
, phba
->mbox_mem_pool
);
2159 mbox
->mbox_flag
|= LPFC_MBX_IMED_UNREG
;
2160 mbox
->mbox_cmpl
= lpfc_mbx_cmpl_dflt_rpi
;
2161 mbox
->vport
= vport
;
2162 mbox
->context2
= NULL
;
2163 rc
=lpfc_sli_issue_mbox(phba
, mbox
, MBX_NOWAIT
);
2164 if (rc
== MBX_NOT_FINISHED
) {
2165 mempool_free(mbox
, phba
->mbox_mem_pool
);
2170 lpfc_cleanup_node(vport
, ndlp
);
2173 * We can get here with a non-NULL ndlp->rport because when we
2174 * unregister a rport we don't break the rport/node linkage. So if we
2175 * do, make sure we don't leaving any dangling pointers behind.
2178 rdata
= ndlp
->rport
->dd_data
;
2179 rdata
->pnode
= NULL
;
2185 lpfc_matchdid(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
2188 D_ID mydid
, ndlpdid
, matchdid
;
2190 if (did
== Bcast_DID
)
2193 if (ndlp
->nlp_DID
== 0) {
2197 /* First check for Direct match */
2198 if (ndlp
->nlp_DID
== did
)
2201 /* Next check for area/domain identically equals 0 match */
2202 mydid
.un
.word
= vport
->fc_myDID
;
2203 if ((mydid
.un
.b
.domain
== 0) && (mydid
.un
.b
.area
== 0)) {
2207 matchdid
.un
.word
= did
;
2208 ndlpdid
.un
.word
= ndlp
->nlp_DID
;
2209 if (matchdid
.un
.b
.id
== ndlpdid
.un
.b
.id
) {
2210 if ((mydid
.un
.b
.domain
== matchdid
.un
.b
.domain
) &&
2211 (mydid
.un
.b
.area
== matchdid
.un
.b
.area
)) {
2212 if ((ndlpdid
.un
.b
.domain
== 0) &&
2213 (ndlpdid
.un
.b
.area
== 0)) {
2214 if (ndlpdid
.un
.b
.id
)
2220 matchdid
.un
.word
= ndlp
->nlp_DID
;
2221 if ((mydid
.un
.b
.domain
== ndlpdid
.un
.b
.domain
) &&
2222 (mydid
.un
.b
.area
== ndlpdid
.un
.b
.area
)) {
2223 if ((matchdid
.un
.b
.domain
== 0) &&
2224 (matchdid
.un
.b
.area
== 0)) {
2225 if (matchdid
.un
.b
.id
)
2233 /* Search for a nodelist entry */
2234 static struct lpfc_nodelist
*
2235 __lpfc_findnode_did(struct lpfc_vport
*vport
, uint32_t did
)
2237 struct lpfc_nodelist
*ndlp
;
2240 list_for_each_entry(ndlp
, &vport
->fc_nodes
, nlp_listp
) {
2241 if (lpfc_matchdid(vport
, ndlp
, did
)) {
2242 data1
= (((uint32_t) ndlp
->nlp_state
<< 24) |
2243 ((uint32_t) ndlp
->nlp_xri
<< 16) |
2244 ((uint32_t) ndlp
->nlp_type
<< 8) |
2245 ((uint32_t) ndlp
->nlp_rpi
& 0xff));
2246 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
2247 "0929 FIND node DID "
2248 "Data: x%p x%x x%x x%x\n",
2249 ndlp
, ndlp
->nlp_DID
,
2250 ndlp
->nlp_flag
, data1
);
2255 /* FIND node did <did> NOT FOUND */
2256 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_NODE
,
2257 "0932 FIND node did x%x NOT FOUND.\n", did
);
2261 struct lpfc_nodelist
*
2262 lpfc_findnode_did(struct lpfc_vport
*vport
, uint32_t did
)
2264 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
2265 struct lpfc_nodelist
*ndlp
;
2267 spin_lock_irq(shost
->host_lock
);
2268 ndlp
= __lpfc_findnode_did(vport
, did
);
2269 spin_unlock_irq(shost
->host_lock
);
2273 struct lpfc_nodelist
*
2274 lpfc_setup_disc_node(struct lpfc_vport
*vport
, uint32_t did
)
2276 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
2277 struct lpfc_nodelist
*ndlp
;
2279 ndlp
= lpfc_findnode_did(vport
, did
);
2281 if ((vport
->fc_flag
& FC_RSCN_MODE
) != 0 &&
2282 lpfc_rscn_payload_check(vport
, did
) == 0)
2284 ndlp
= (struct lpfc_nodelist
*)
2285 mempool_alloc(vport
->phba
->nlp_mem_pool
, GFP_KERNEL
);
2288 lpfc_nlp_init(vport
, ndlp
, did
);
2289 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_NPR_NODE
);
2290 spin_lock_irq(shost
->host_lock
);
2291 ndlp
->nlp_flag
|= NLP_NPR_2B_DISC
;
2292 spin_unlock_irq(shost
->host_lock
);
2294 } else if (!NLP_CHK_NODE_ACT(ndlp
)) {
2295 ndlp
= lpfc_enable_node(vport
, ndlp
, NLP_STE_NPR_NODE
);
2298 spin_lock_irq(shost
->host_lock
);
2299 ndlp
->nlp_flag
|= NLP_NPR_2B_DISC
;
2300 spin_unlock_irq(shost
->host_lock
);
2304 if (vport
->fc_flag
& FC_RSCN_MODE
) {
2305 if (lpfc_rscn_payload_check(vport
, did
)) {
2306 /* If we've already recieved a PLOGI from this NPort
2307 * we don't need to try to discover it again.
2309 if (ndlp
->nlp_flag
& NLP_RCV_PLOGI
)
2312 spin_lock_irq(shost
->host_lock
);
2313 ndlp
->nlp_flag
|= NLP_NPR_2B_DISC
;
2314 spin_unlock_irq(shost
->host_lock
);
2316 /* Since this node is marked for discovery,
2317 * delay timeout is not needed.
2319 if (ndlp
->nlp_flag
& NLP_DELAY_TMO
)
2320 lpfc_cancel_retry_delay_tmo(vport
, ndlp
);
2324 /* If we've already recieved a PLOGI from this NPort,
2325 * or we are already in the process of discovery on it,
2326 * we don't need to try to discover it again.
2328 if (ndlp
->nlp_state
== NLP_STE_ADISC_ISSUE
||
2329 ndlp
->nlp_state
== NLP_STE_PLOGI_ISSUE
||
2330 ndlp
->nlp_flag
& NLP_RCV_PLOGI
)
2332 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_NPR_NODE
);
2333 spin_lock_irq(shost
->host_lock
);
2334 ndlp
->nlp_flag
|= NLP_NPR_2B_DISC
;
2335 spin_unlock_irq(shost
->host_lock
);
2340 /* Build a list of nodes to discover based on the loopmap */
2342 lpfc_disc_list_loopmap(struct lpfc_vport
*vport
)
2344 struct lpfc_hba
*phba
= vport
->phba
;
2346 uint32_t alpa
, index
;
2348 if (!lpfc_is_link_up(phba
))
2351 if (phba
->fc_topology
!= TOPOLOGY_LOOP
)
2354 /* Check for loop map present or not */
2355 if (phba
->alpa_map
[0]) {
2356 for (j
= 1; j
<= phba
->alpa_map
[0]; j
++) {
2357 alpa
= phba
->alpa_map
[j
];
2358 if (((vport
->fc_myDID
& 0xff) == alpa
) || (alpa
== 0))
2360 lpfc_setup_disc_node(vport
, alpa
);
2363 /* No alpamap, so try all alpa's */
2364 for (j
= 0; j
< FC_MAXLOOP
; j
++) {
2365 /* If cfg_scan_down is set, start from highest
2366 * ALPA (0xef) to lowest (0x1).
2368 if (vport
->cfg_scan_down
)
2371 index
= FC_MAXLOOP
- j
- 1;
2372 alpa
= lpfcAlpaArray
[index
];
2373 if ((vport
->fc_myDID
& 0xff) == alpa
)
2375 lpfc_setup_disc_node(vport
, alpa
);
2382 lpfc_issue_clear_la(struct lpfc_hba
*phba
, struct lpfc_vport
*vport
)
2385 struct lpfc_sli
*psli
= &phba
->sli
;
2386 struct lpfc_sli_ring
*extra_ring
= &psli
->ring
[psli
->extra_ring
];
2387 struct lpfc_sli_ring
*fcp_ring
= &psli
->ring
[psli
->fcp_ring
];
2388 struct lpfc_sli_ring
*next_ring
= &psli
->ring
[psli
->next_ring
];
2392 * if it's not a physical port or if we already send
2393 * clear_la then don't send it.
2395 if ((phba
->link_state
>= LPFC_CLEAR_LA
) ||
2396 (vport
->port_type
!= LPFC_PHYSICAL_PORT
))
2399 /* Link up discovery */
2400 if ((mbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
)) != NULL
) {
2401 phba
->link_state
= LPFC_CLEAR_LA
;
2402 lpfc_clear_la(phba
, mbox
);
2403 mbox
->mbox_cmpl
= lpfc_mbx_cmpl_clear_la
;
2404 mbox
->vport
= vport
;
2405 rc
= lpfc_sli_issue_mbox(phba
, mbox
, MBX_NOWAIT
);
2406 if (rc
== MBX_NOT_FINISHED
) {
2407 mempool_free(mbox
, phba
->mbox_mem_pool
);
2408 lpfc_disc_flush_list(vport
);
2409 extra_ring
->flag
&= ~LPFC_STOP_IOCB_EVENT
;
2410 fcp_ring
->flag
&= ~LPFC_STOP_IOCB_EVENT
;
2411 next_ring
->flag
&= ~LPFC_STOP_IOCB_EVENT
;
2412 phba
->link_state
= LPFC_HBA_ERROR
;
2417 /* Reg_vpi to tell firmware to resume normal operations */
2419 lpfc_issue_reg_vpi(struct lpfc_hba
*phba
, struct lpfc_vport
*vport
)
2421 LPFC_MBOXQ_t
*regvpimbox
;
2423 regvpimbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
2425 lpfc_reg_vpi(phba
, vport
->vpi
, vport
->fc_myDID
, regvpimbox
);
2426 regvpimbox
->mbox_cmpl
= lpfc_mbx_cmpl_reg_vpi
;
2427 regvpimbox
->vport
= vport
;
2428 if (lpfc_sli_issue_mbox(phba
, regvpimbox
, MBX_NOWAIT
)
2429 == MBX_NOT_FINISHED
) {
2430 mempool_free(regvpimbox
, phba
->mbox_mem_pool
);
2435 /* Start Link up / RSCN discovery on NPR nodes */
2437 lpfc_disc_start(struct lpfc_vport
*vport
)
2439 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
2440 struct lpfc_hba
*phba
= vport
->phba
;
2442 uint32_t clear_la_pending
;
2445 if (!lpfc_is_link_up(phba
))
2448 if (phba
->link_state
== LPFC_CLEAR_LA
)
2449 clear_la_pending
= 1;
2451 clear_la_pending
= 0;
2453 if (vport
->port_state
< LPFC_VPORT_READY
)
2454 vport
->port_state
= LPFC_DISC_AUTH
;
2456 lpfc_set_disctmo(vport
);
2458 if (vport
->fc_prevDID
== vport
->fc_myDID
)
2463 vport
->fc_prevDID
= vport
->fc_myDID
;
2464 vport
->num_disc_nodes
= 0;
2466 /* Start Discovery state <hba_state> */
2467 lpfc_printf_vlog(vport
, KERN_INFO
, LOG_DISCOVERY
,
2468 "0202 Start Discovery hba state x%x "
2469 "Data: x%x x%x x%x\n",
2470 vport
->port_state
, vport
->fc_flag
, vport
->fc_plogi_cnt
,
2471 vport
->fc_adisc_cnt
);
2473 /* First do ADISCs - if any */
2474 num_sent
= lpfc_els_disc_adisc(vport
);
2480 * For SLI3, cmpl_reg_vpi will set port_state to READY, and
2481 * continue discovery.
2483 if ((phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
) &&
2484 !(vport
->fc_flag
& FC_PT2PT
) &&
2485 !(vport
->fc_flag
& FC_RSCN_MODE
)) {
2486 lpfc_issue_reg_vpi(phba
, vport
);
2491 * For SLI2, we need to set port_state to READY and continue
2494 if (vport
->port_state
< LPFC_VPORT_READY
&& !clear_la_pending
) {
2495 /* If we get here, there is nothing to ADISC */
2496 if (vport
->port_type
== LPFC_PHYSICAL_PORT
)
2497 lpfc_issue_clear_la(phba
, vport
);
2499 if (!(vport
->fc_flag
& FC_ABORT_DISCOVERY
)) {
2500 vport
->num_disc_nodes
= 0;
2501 /* go thru NPR nodes and issue ELS PLOGIs */
2502 if (vport
->fc_npr_cnt
)
2503 lpfc_els_disc_plogi(vport
);
2505 if (!vport
->num_disc_nodes
) {
2506 spin_lock_irq(shost
->host_lock
);
2507 vport
->fc_flag
&= ~FC_NDISC_ACTIVE
;
2508 spin_unlock_irq(shost
->host_lock
);
2509 lpfc_can_disctmo(vport
);
2512 vport
->port_state
= LPFC_VPORT_READY
;
2514 /* Next do PLOGIs - if any */
2515 num_sent
= lpfc_els_disc_plogi(vport
);
2520 if (vport
->fc_flag
& FC_RSCN_MODE
) {
2521 /* Check to see if more RSCNs came in while we
2522 * were processing this one.
2524 if ((vport
->fc_rscn_id_cnt
== 0) &&
2525 (!(vport
->fc_flag
& FC_RSCN_DISCOVERY
))) {
2526 spin_lock_irq(shost
->host_lock
);
2527 vport
->fc_flag
&= ~FC_RSCN_MODE
;
2528 spin_unlock_irq(shost
->host_lock
);
2529 lpfc_can_disctmo(vport
);
2531 lpfc_els_handle_rscn(vport
);
2538 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
2539 * ring the match the sppecified nodelist.
2542 lpfc_free_tx(struct lpfc_hba
*phba
, struct lpfc_nodelist
*ndlp
)
2544 LIST_HEAD(completions
);
2545 struct lpfc_sli
*psli
;
2547 struct lpfc_iocbq
*iocb
, *next_iocb
;
2548 struct lpfc_sli_ring
*pring
;
2551 pring
= &psli
->ring
[LPFC_ELS_RING
];
2553 /* Error matching iocb on txq or txcmplq
2554 * First check the txq.
2556 spin_lock_irq(&phba
->hbalock
);
2557 list_for_each_entry_safe(iocb
, next_iocb
, &pring
->txq
, list
) {
2558 if (iocb
->context1
!= ndlp
) {
2562 if ((icmd
->ulpCommand
== CMD_ELS_REQUEST64_CR
) ||
2563 (icmd
->ulpCommand
== CMD_XMIT_ELS_RSP64_CX
)) {
2565 list_move_tail(&iocb
->list
, &completions
);
2570 /* Next check the txcmplq */
2571 list_for_each_entry_safe(iocb
, next_iocb
, &pring
->txcmplq
, list
) {
2572 if (iocb
->context1
!= ndlp
) {
2576 if (icmd
->ulpCommand
== CMD_ELS_REQUEST64_CR
||
2577 icmd
->ulpCommand
== CMD_XMIT_ELS_RSP64_CX
) {
2578 lpfc_sli_issue_abort_iotag(phba
, pring
, iocb
);
2581 spin_unlock_irq(&phba
->hbalock
);
2583 while (!list_empty(&completions
)) {
2584 iocb
= list_get_first(&completions
, struct lpfc_iocbq
, list
);
2585 list_del_init(&iocb
->list
);
2587 if (!iocb
->iocb_cmpl
)
2588 lpfc_sli_release_iocbq(phba
, iocb
);
2591 icmd
->ulpStatus
= IOSTAT_LOCAL_REJECT
;
2592 icmd
->un
.ulpWord
[4] = IOERR_SLI_ABORTED
;
2593 (iocb
->iocb_cmpl
) (phba
, iocb
, iocb
);
2599 lpfc_disc_flush_list(struct lpfc_vport
*vport
)
2601 struct lpfc_nodelist
*ndlp
, *next_ndlp
;
2602 struct lpfc_hba
*phba
= vport
->phba
;
2604 if (vport
->fc_plogi_cnt
|| vport
->fc_adisc_cnt
) {
2605 list_for_each_entry_safe(ndlp
, next_ndlp
, &vport
->fc_nodes
,
2607 if (!NLP_CHK_NODE_ACT(ndlp
))
2609 if (ndlp
->nlp_state
== NLP_STE_PLOGI_ISSUE
||
2610 ndlp
->nlp_state
== NLP_STE_ADISC_ISSUE
) {
2611 lpfc_free_tx(phba
, ndlp
);
2618 lpfc_cleanup_discovery_resources(struct lpfc_vport
*vport
)
2620 lpfc_els_flush_rscn(vport
);
2621 lpfc_els_flush_cmd(vport
);
2622 lpfc_disc_flush_list(vport
);
2625 /*****************************************************************************/
2627 * NAME: lpfc_disc_timeout
2629 * FUNCTION: Fibre Channel driver discovery timeout routine.
2631 * EXECUTION ENVIRONMENT: interrupt only
2639 /*****************************************************************************/
2641 lpfc_disc_timeout(unsigned long ptr
)
2643 struct lpfc_vport
*vport
= (struct lpfc_vport
*) ptr
;
2644 struct lpfc_hba
*phba
= vport
->phba
;
2645 unsigned long flags
= 0;
2647 if (unlikely(!phba
))
2650 if ((vport
->work_port_events
& WORKER_DISC_TMO
) == 0) {
2651 spin_lock_irqsave(&vport
->work_port_lock
, flags
);
2652 vport
->work_port_events
|= WORKER_DISC_TMO
;
2653 spin_unlock_irqrestore(&vport
->work_port_lock
, flags
);
2655 spin_lock_irqsave(&phba
->hbalock
, flags
);
2656 if (phba
->work_wait
)
2657 lpfc_worker_wake_up(phba
);
2658 spin_unlock_irqrestore(&phba
->hbalock
, flags
);
2664 lpfc_disc_timeout_handler(struct lpfc_vport
*vport
)
2666 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
2667 struct lpfc_hba
*phba
= vport
->phba
;
2668 struct lpfc_sli
*psli
= &phba
->sli
;
2669 struct lpfc_nodelist
*ndlp
, *next_ndlp
;
2670 LPFC_MBOXQ_t
*initlinkmbox
;
2671 int rc
, clrlaerr
= 0;
2673 if (!(vport
->fc_flag
& FC_DISC_TMO
))
2676 spin_lock_irq(shost
->host_lock
);
2677 vport
->fc_flag
&= ~FC_DISC_TMO
;
2678 spin_unlock_irq(shost
->host_lock
);
2680 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_ELS_CMD
,
2681 "disc timeout: state:x%x rtry:x%x flg:x%x",
2682 vport
->port_state
, vport
->fc_ns_retry
, vport
->fc_flag
);
2684 switch (vport
->port_state
) {
2686 case LPFC_LOCAL_CFG_LINK
:
2687 /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for
2691 lpfc_printf_vlog(vport
, KERN_WARNING
, LOG_DISCOVERY
,
2692 "0221 FAN timeout\n");
2693 /* Start discovery by sending FLOGI, clean up old rpis */
2694 list_for_each_entry_safe(ndlp
, next_ndlp
, &vport
->fc_nodes
,
2696 if (!NLP_CHK_NODE_ACT(ndlp
))
2698 if (ndlp
->nlp_state
!= NLP_STE_NPR_NODE
)
2700 if (ndlp
->nlp_type
& NLP_FABRIC
) {
2701 /* Clean up the ndlp on Fabric connections */
2702 lpfc_drop_node(vport
, ndlp
);
2704 } else if (!(ndlp
->nlp_flag
& NLP_NPR_ADISC
)) {
2705 /* Fail outstanding IO now since device
2706 * is marked for PLOGI.
2708 lpfc_unreg_rpi(vport
, ndlp
);
2711 if (vport
->port_state
!= LPFC_FLOGI
) {
2712 lpfc_initial_flogi(vport
);
2719 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
2720 /* Initial FLOGI timeout */
2721 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
2722 "0222 Initial %s timeout\n",
2723 vport
->vpi
? "FDISC" : "FLOGI");
2725 /* Assume no Fabric and go on with discovery.
2726 * Check for outstanding ELS FLOGI to abort.
2729 /* FLOGI failed, so just use loop map to make discovery list */
2730 lpfc_disc_list_loopmap(vport
);
2732 /* Start discovery */
2733 lpfc_disc_start(vport
);
2736 case LPFC_FABRIC_CFG_LINK
:
2737 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
2739 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
2740 "0223 Timeout while waiting for "
2741 "NameServer login\n");
2742 /* Next look for NameServer ndlp */
2743 ndlp
= lpfc_findnode_did(vport
, NameServer_DID
);
2744 if (ndlp
&& NLP_CHK_NODE_ACT(ndlp
))
2745 lpfc_els_abort(phba
, ndlp
);
2747 /* ReStart discovery */
2751 /* Check for wait for NameServer Rsp timeout */
2752 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
2753 "0224 NameServer Query timeout "
2755 vport
->fc_ns_retry
, LPFC_MAX_NS_RETRY
);
2757 if (vport
->fc_ns_retry
< LPFC_MAX_NS_RETRY
) {
2758 /* Try it one more time */
2759 vport
->fc_ns_retry
++;
2760 rc
= lpfc_ns_cmd(vport
, SLI_CTNS_GID_FT
,
2761 vport
->fc_ns_retry
, 0);
2765 vport
->fc_ns_retry
= 0;
2769 * Discovery is over.
2770 * set port_state to PORT_READY if SLI2.
2771 * cmpl_reg_vpi will set port_state to READY for SLI3.
2773 if (phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
)
2774 lpfc_issue_reg_vpi(phba
, vport
);
2775 else { /* NPIV Not enabled */
2776 lpfc_issue_clear_la(phba
, vport
);
2777 vport
->port_state
= LPFC_VPORT_READY
;
2780 /* Setup and issue mailbox INITIALIZE LINK command */
2781 initlinkmbox
= mempool_alloc(phba
->mbox_mem_pool
, GFP_KERNEL
);
2782 if (!initlinkmbox
) {
2783 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
2784 "0206 Device Discovery "
2785 "completion error\n");
2786 phba
->link_state
= LPFC_HBA_ERROR
;
2790 lpfc_linkdown(phba
);
2791 lpfc_init_link(phba
, initlinkmbox
, phba
->cfg_topology
,
2792 phba
->cfg_link_speed
);
2793 initlinkmbox
->mb
.un
.varInitLnk
.lipsr_AL_PA
= 0;
2794 initlinkmbox
->vport
= vport
;
2795 initlinkmbox
->mbox_cmpl
= lpfc_sli_def_mbox_cmpl
;
2796 rc
= lpfc_sli_issue_mbox(phba
, initlinkmbox
, MBX_NOWAIT
);
2797 lpfc_set_loopback_flag(phba
);
2798 if (rc
== MBX_NOT_FINISHED
)
2799 mempool_free(initlinkmbox
, phba
->mbox_mem_pool
);
2803 case LPFC_DISC_AUTH
:
2804 /* Node Authentication timeout */
2805 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
2806 "0227 Node Authentication timeout\n");
2807 lpfc_disc_flush_list(vport
);
2810 * set port_state to PORT_READY if SLI2.
2811 * cmpl_reg_vpi will set port_state to READY for SLI3.
2813 if (phba
->sli3_options
& LPFC_SLI3_NPIV_ENABLED
)
2814 lpfc_issue_reg_vpi(phba
, vport
);
2815 else { /* NPIV Not enabled */
2816 lpfc_issue_clear_la(phba
, vport
);
2817 vport
->port_state
= LPFC_VPORT_READY
;
2821 case LPFC_VPORT_READY
:
2822 if (vport
->fc_flag
& FC_RSCN_MODE
) {
2823 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
2824 "0231 RSCN timeout Data: x%x "
2826 vport
->fc_ns_retry
, LPFC_MAX_NS_RETRY
);
2828 /* Cleanup any outstanding ELS commands */
2829 lpfc_els_flush_cmd(vport
);
2831 lpfc_els_flush_rscn(vport
);
2832 lpfc_disc_flush_list(vport
);
2837 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
2838 "0229 Unexpected discovery timeout, "
2839 "vport State x%x\n", vport
->port_state
);
2843 switch (phba
->link_state
) {
2845 /* CLEAR LA timeout */
2846 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
2847 "0228 CLEAR LA timeout\n");
2852 lpfc_issue_clear_la(phba
, vport
);
2854 case LPFC_LINK_UNKNOWN
:
2855 case LPFC_WARM_START
:
2856 case LPFC_INIT_START
:
2857 case LPFC_INIT_MBX_CMDS
:
2858 case LPFC_LINK_DOWN
:
2859 case LPFC_HBA_ERROR
:
2860 lpfc_printf_vlog(vport
, KERN_ERR
, LOG_DISCOVERY
,
2861 "0230 Unexpected timeout, hba link "
2862 "state x%x\n", phba
->link_state
);
2866 case LPFC_HBA_READY
:
2871 lpfc_disc_flush_list(vport
);
2872 psli
->ring
[(psli
->extra_ring
)].flag
&= ~LPFC_STOP_IOCB_EVENT
;
2873 psli
->ring
[(psli
->fcp_ring
)].flag
&= ~LPFC_STOP_IOCB_EVENT
;
2874 psli
->ring
[(psli
->next_ring
)].flag
&= ~LPFC_STOP_IOCB_EVENT
;
2875 vport
->port_state
= LPFC_VPORT_READY
;
2882 * This routine handles processing a NameServer REG_LOGIN mailbox
2883 * command upon completion. It is setup in the LPFC_MBOXQ
2884 * as the completion routine when the command is
2885 * handed off to the SLI layer.
2888 lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba
*phba
, LPFC_MBOXQ_t
*pmb
)
2890 MAILBOX_t
*mb
= &pmb
->mb
;
2891 struct lpfc_dmabuf
*mp
= (struct lpfc_dmabuf
*) (pmb
->context1
);
2892 struct lpfc_nodelist
*ndlp
= (struct lpfc_nodelist
*) pmb
->context2
;
2893 struct lpfc_vport
*vport
= pmb
->vport
;
2895 pmb
->context1
= NULL
;
2897 ndlp
->nlp_rpi
= mb
->un
.varWords
[0];
2898 ndlp
->nlp_type
|= NLP_FABRIC
;
2899 lpfc_nlp_set_state(vport
, ndlp
, NLP_STE_UNMAPPED_NODE
);
2902 * Start issuing Fabric-Device Management Interface (FDMI) command to
2903 * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if
2904 * fdmi-on=2 (supporting RPA/hostnmae)
2907 if (vport
->cfg_fdmi_on
== 1)
2908 lpfc_fdmi_cmd(vport
, ndlp
, SLI_MGMT_DHBA
);
2910 mod_timer(&vport
->fc_fdmitmo
, jiffies
+ HZ
* 60);
2912 /* decrement the node reference count held for this callback
2916 lpfc_mbuf_free(phba
, mp
->virt
, mp
->phys
);
2918 mempool_free(pmb
, phba
->mbox_mem_pool
);
2924 lpfc_filter_by_rpi(struct lpfc_nodelist
*ndlp
, void *param
)
2926 uint16_t *rpi
= param
;
2928 return ndlp
->nlp_rpi
== *rpi
;
2932 lpfc_filter_by_wwpn(struct lpfc_nodelist
*ndlp
, void *param
)
2934 return memcmp(&ndlp
->nlp_portname
, param
,
2935 sizeof(ndlp
->nlp_portname
)) == 0;
2938 static struct lpfc_nodelist
*
2939 __lpfc_find_node(struct lpfc_vport
*vport
, node_filter filter
, void *param
)
2941 struct lpfc_nodelist
*ndlp
;
2943 list_for_each_entry(ndlp
, &vport
->fc_nodes
, nlp_listp
) {
2944 if (filter(ndlp
, param
))
2952 * Search node lists for a remote port matching filter criteria
2953 * Caller needs to hold host_lock before calling this routine.
2955 struct lpfc_nodelist
*
2956 lpfc_find_node(struct lpfc_vport
*vport
, node_filter filter
, void *param
)
2958 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
2959 struct lpfc_nodelist
*ndlp
;
2961 spin_lock_irq(shost
->host_lock
);
2962 ndlp
= __lpfc_find_node(vport
, filter
, param
);
2963 spin_unlock_irq(shost
->host_lock
);
2969 * This routine looks up the ndlp lists for the given RPI. If rpi found it
2970 * returns the node list element pointer else return NULL.
2972 struct lpfc_nodelist
*
2973 __lpfc_findnode_rpi(struct lpfc_vport
*vport
, uint16_t rpi
)
2975 return __lpfc_find_node(vport
, lpfc_filter_by_rpi
, &rpi
);
2979 struct lpfc_nodelist
*
2980 lpfc_findnode_rpi(struct lpfc_vport
*vport
, uint16_t rpi
)
2982 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
2983 struct lpfc_nodelist
*ndlp
;
2985 spin_lock_irq(shost
->host_lock
);
2986 ndlp
= __lpfc_findnode_rpi(vport
, rpi
);
2987 spin_unlock_irq(shost
->host_lock
);
2993 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
2994 * returns the node element list pointer else return NULL.
2996 struct lpfc_nodelist
*
2997 lpfc_findnode_wwpn(struct lpfc_vport
*vport
, struct lpfc_name
*wwpn
)
2999 struct Scsi_Host
*shost
= lpfc_shost_from_vport(vport
);
3000 struct lpfc_nodelist
*ndlp
;
3002 spin_lock_irq(shost
->host_lock
);
3003 ndlp
= __lpfc_find_node(vport
, lpfc_filter_by_wwpn
, wwpn
);
3004 spin_unlock_irq(shost
->host_lock
);
3009 lpfc_nlp_init(struct lpfc_vport
*vport
, struct lpfc_nodelist
*ndlp
,
3012 memset(ndlp
, 0, sizeof (struct lpfc_nodelist
));
3013 INIT_LIST_HEAD(&ndlp
->els_retry_evt
.evt_listp
);
3014 INIT_LIST_HEAD(&ndlp
->dev_loss_evt
.evt_listp
);
3015 init_timer(&ndlp
->nlp_delayfunc
);
3016 ndlp
->nlp_delayfunc
.function
= lpfc_els_retry_delay
;
3017 ndlp
->nlp_delayfunc
.data
= (unsigned long)ndlp
;
3018 ndlp
->nlp_DID
= did
;
3019 ndlp
->vport
= vport
;
3020 ndlp
->nlp_sid
= NLP_NO_SID
;
3021 INIT_LIST_HEAD(&ndlp
->nlp_listp
);
3022 kref_init(&ndlp
->kref
);
3023 NLP_INT_NODE_ACT(ndlp
);
3025 lpfc_debugfs_disc_trc(vport
, LPFC_DISC_TRC_NODE
,
3026 "node init: did:x%x",
3027 ndlp
->nlp_DID
, 0, 0);
3032 /* This routine releases all resources associated with a specifc NPort's ndlp
3033 * and mempool_free's the nodelist.
3036 lpfc_nlp_release(struct kref
*kref
)
3038 struct lpfc_hba
*phba
;
3039 unsigned long flags
;
3040 struct lpfc_nodelist
*ndlp
= container_of(kref
, struct lpfc_nodelist
,
3043 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_NODE
,
3044 "node release: did:x%x flg:x%x type:x%x",
3045 ndlp
->nlp_DID
, ndlp
->nlp_flag
, ndlp
->nlp_type
);
3047 lpfc_printf_vlog(ndlp
->vport
, KERN_INFO
, LOG_NODE
,
3048 "0279 lpfc_nlp_release: ndlp:x%p "
3049 "usgmap:x%x refcnt:%d\n",
3050 (void *)ndlp
, ndlp
->nlp_usg_map
,
3051 atomic_read(&ndlp
->kref
.refcount
));
3053 /* remove ndlp from action. */
3054 lpfc_nlp_remove(ndlp
->vport
, ndlp
);
3056 /* clear the ndlp active flag for all release cases */
3057 phba
= ndlp
->vport
->phba
;
3058 spin_lock_irqsave(&phba
->ndlp_lock
, flags
);
3059 NLP_CLR_NODE_ACT(ndlp
);
3060 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
3062 /* free ndlp memory for final ndlp release */
3063 if (NLP_CHK_FREE_REQ(ndlp
))
3064 mempool_free(ndlp
, ndlp
->vport
->phba
->nlp_mem_pool
);
3067 /* This routine bumps the reference count for a ndlp structure to ensure
3068 * that one discovery thread won't free a ndlp while another discovery thread
3071 struct lpfc_nodelist
*
3072 lpfc_nlp_get(struct lpfc_nodelist
*ndlp
)
3074 struct lpfc_hba
*phba
;
3075 unsigned long flags
;
3078 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_NODE
,
3079 "node get: did:x%x flg:x%x refcnt:x%x",
3080 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
3081 atomic_read(&ndlp
->kref
.refcount
));
3082 /* The check of ndlp usage to prevent incrementing the
3083 * ndlp reference count that is in the process of being
3086 phba
= ndlp
->vport
->phba
;
3087 spin_lock_irqsave(&phba
->ndlp_lock
, flags
);
3088 if (!NLP_CHK_NODE_ACT(ndlp
) || NLP_CHK_FREE_ACK(ndlp
)) {
3089 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
3090 lpfc_printf_vlog(ndlp
->vport
, KERN_WARNING
, LOG_NODE
,
3091 "0276 lpfc_nlp_get: ndlp:x%p "
3092 "usgmap:x%x refcnt:%d\n",
3093 (void *)ndlp
, ndlp
->nlp_usg_map
,
3094 atomic_read(&ndlp
->kref
.refcount
));
3097 kref_get(&ndlp
->kref
);
3098 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
3103 /* This routine decrements the reference count for a ndlp structure. If the
3104 * count goes to 0, this indicates the the associated nodelist should be
3105 * freed. Returning 1 indicates the ndlp resource has been released; on the
3106 * other hand, returning 0 indicates the ndlp resource has not been released
3110 lpfc_nlp_put(struct lpfc_nodelist
*ndlp
)
3112 struct lpfc_hba
*phba
;
3113 unsigned long flags
;
3118 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_NODE
,
3119 "node put: did:x%x flg:x%x refcnt:x%x",
3120 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
3121 atomic_read(&ndlp
->kref
.refcount
));
3122 phba
= ndlp
->vport
->phba
;
3123 spin_lock_irqsave(&phba
->ndlp_lock
, flags
);
3124 /* Check the ndlp memory free acknowledge flag to avoid the
3125 * possible race condition that kref_put got invoked again
3126 * after previous one has done ndlp memory free.
3128 if (NLP_CHK_FREE_ACK(ndlp
)) {
3129 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
3130 lpfc_printf_vlog(ndlp
->vport
, KERN_WARNING
, LOG_NODE
,
3131 "0274 lpfc_nlp_put: ndlp:x%p "
3132 "usgmap:x%x refcnt:%d\n",
3133 (void *)ndlp
, ndlp
->nlp_usg_map
,
3134 atomic_read(&ndlp
->kref
.refcount
));
3137 /* Check the ndlp inactivate log flag to avoid the possible
3138 * race condition that kref_put got invoked again after ndlp
3139 * is already in inactivating state.
3141 if (NLP_CHK_IACT_REQ(ndlp
)) {
3142 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
3143 lpfc_printf_vlog(ndlp
->vport
, KERN_WARNING
, LOG_NODE
,
3144 "0275 lpfc_nlp_put: ndlp:x%p "
3145 "usgmap:x%x refcnt:%d\n",
3146 (void *)ndlp
, ndlp
->nlp_usg_map
,
3147 atomic_read(&ndlp
->kref
.refcount
));
3150 /* For last put, mark the ndlp usage flags to make sure no
3151 * other kref_get and kref_put on the same ndlp shall get
3152 * in between the process when the final kref_put has been
3153 * invoked on this ndlp.
3155 if (atomic_read(&ndlp
->kref
.refcount
) == 1) {
3156 /* Indicate ndlp is put to inactive state. */
3157 NLP_SET_IACT_REQ(ndlp
);
3158 /* Acknowledge ndlp memory free has been seen. */
3159 if (NLP_CHK_FREE_REQ(ndlp
))
3160 NLP_SET_FREE_ACK(ndlp
);
3162 spin_unlock_irqrestore(&phba
->ndlp_lock
, flags
);
3163 /* Note, the kref_put returns 1 when decrementing a reference
3164 * count that was 1, it invokes the release callback function,
3165 * but it still left the reference count as 1 (not actually
3166 * performs the last decrementation). Otherwise, it actually
3167 * decrements the reference count and returns 0.
3169 return kref_put(&ndlp
->kref
, lpfc_nlp_release
);
3172 /* This routine free's the specified nodelist if it is not in use
3173 * by any other discovery thread. This routine returns 1 if the
3174 * ndlp has been freed. A return value of 0 indicates the ndlp is
3175 * not yet been released.
3178 lpfc_nlp_not_used(struct lpfc_nodelist
*ndlp
)
3180 lpfc_debugfs_disc_trc(ndlp
->vport
, LPFC_DISC_TRC_NODE
,
3181 "node not used: did:x%x flg:x%x refcnt:x%x",
3182 ndlp
->nlp_DID
, ndlp
->nlp_flag
,
3183 atomic_read(&ndlp
->kref
.refcount
));
3184 if (atomic_read(&ndlp
->kref
.refcount
) == 1)
3185 if (lpfc_nlp_put(ndlp
))