blob: d43faf34c1e29221ddc02b3aedcb2c566a0ed5e8 [file] [log] [blame]
dea31012005-04-17 16:05:31 -05001/*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04003 * Fibre Channel Host Bus Adapters. *
James Smartbdcd2b92012-03-01 22:33:52 -05004 * Copyright (C) 2004-2012 Emulex. All rights reserved. *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04005 * EMULEX and SLI are trademarks of Emulex. *
dea31012005-04-17 16:05:31 -05006 * www.emulex.com *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04007 * Portions Copyright (C) 2004-2005 Christoph Hellwig *
dea31012005-04-17 16:05:31 -05008 * *
9 * This program is free software; you can redistribute it and/or *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -040010 * 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. *
dea31012005-04-17 16:05:31 -050020 *******************************************************************/
21
dea31012005-04-17 16:05:31 -050022#include <linux/blkdev.h>
23#include <linux/pci.h>
24#include <linux/interrupt.h>
25#include <linux/delay.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090026#include <linux/slab.h>
dea31012005-04-17 16:05:31 -050027
James.Smart@Emulex.Com91886522005-08-10 15:03:09 -040028#include <scsi/scsi.h>
dea31012005-04-17 16:05:31 -050029#include <scsi/scsi_cmnd.h>
30#include <scsi/scsi_device.h>
31#include <scsi/scsi_host.h>
James.Smart@Emulex.Comf888ba32005-08-10 15:03:01 -040032#include <scsi/scsi_transport_fc.h>
James Smartda0436e2009-05-22 14:51:39 -040033#include <scsi/fc/fc_fs.h>
James Smart0d878412009-10-02 15:16:56 -040034#include <linux/aer.h>
dea31012005-04-17 16:05:31 -050035
James Smartda0436e2009-05-22 14:51:39 -040036#include "lpfc_hw4.h"
dea31012005-04-17 16:05:31 -050037#include "lpfc_hw.h"
38#include "lpfc_sli.h"
James Smartda0436e2009-05-22 14:51:39 -040039#include "lpfc_sli4.h"
James Smartea2151b2008-09-07 11:52:10 -040040#include "lpfc_nl.h"
dea31012005-04-17 16:05:31 -050041#include "lpfc_disc.h"
42#include "lpfc_scsi.h"
43#include "lpfc.h"
44#include "lpfc_crtn.h"
45#include "lpfc_logmsg.h"
46#include "lpfc_compat.h"
James Smart858c9f62007-06-17 19:56:39 -050047#include "lpfc_debugfs.h"
James Smart04c68492009-05-22 14:52:52 -040048#include "lpfc_vport.h"
dea31012005-04-17 16:05:31 -050049
50/* There are only four IOCB completion types. */
51typedef enum _lpfc_iocb_type {
52 LPFC_UNKNOWN_IOCB,
53 LPFC_UNSOL_IOCB,
54 LPFC_SOL_IOCB,
55 LPFC_ABORT_IOCB
56} lpfc_iocb_type;
57
James Smart4f774512009-05-22 14:52:35 -040058
59/* Provide function prototypes local to this module. */
60static int lpfc_sli_issue_mbox_s4(struct lpfc_hba *, LPFC_MBOXQ_t *,
61 uint32_t);
62static int lpfc_sli4_read_rev(struct lpfc_hba *, LPFC_MBOXQ_t *,
James Smart45ed1192009-10-02 15:17:02 -040063 uint8_t *, uint32_t *);
64static struct lpfc_iocbq *lpfc_sli4_els_wcqe_to_rspiocbq(struct lpfc_hba *,
65 struct lpfc_iocbq *);
James Smart6669f9b2009-10-02 15:16:45 -040066static void lpfc_sli4_send_seq_to_ulp(struct lpfc_vport *,
67 struct hbq_dmabuf *);
James Smart05580562011-05-24 11:40:48 -040068static int lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *, struct lpfc_queue *,
69 struct lpfc_cqe *);
James Smart8a9d2e82012-05-09 21:16:12 -040070static int lpfc_sli4_post_els_sgl_list(struct lpfc_hba *, struct list_head *,
71 int);
James Smartba20c852012-08-03 12:36:52 -040072static void lpfc_sli4_hba_handle_eqe(struct lpfc_hba *, struct lpfc_eqe *,
73 uint32_t);
James Smart05580562011-05-24 11:40:48 -040074
James Smart4f774512009-05-22 14:52:35 -040075static IOCB_t *
76lpfc_get_iocb_from_iocbq(struct lpfc_iocbq *iocbq)
77{
78 return &iocbq->iocb;
79}
80
81/**
82 * lpfc_sli4_wq_put - Put a Work Queue Entry on an Work Queue
83 * @q: The Work Queue to operate on.
84 * @wqe: The work Queue Entry to put on the Work queue.
85 *
86 * This routine will copy the contents of @wqe to the next available entry on
87 * the @q. This function will then ring the Work Queue Doorbell to signal the
88 * HBA to start processing the Work Queue Entry. This function returns 0 if
89 * successful. If no entries are available on @q then this function will return
90 * -ENOMEM.
91 * The caller is expected to hold the hbalock when calling this routine.
92 **/
93static uint32_t
94lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe *wqe)
95{
James Smart2e90f4b2011-12-13 13:22:37 -050096 union lpfc_wqe *temp_wqe;
James Smart4f774512009-05-22 14:52:35 -040097 struct lpfc_register doorbell;
98 uint32_t host_index;
James Smart027140e2012-08-03 12:35:44 -040099 uint32_t idx;
James Smart4f774512009-05-22 14:52:35 -0400100
James Smart2e90f4b2011-12-13 13:22:37 -0500101 /* sanity check on queue memory */
102 if (unlikely(!q))
103 return -ENOMEM;
104 temp_wqe = q->qe[q->host_index].wqe;
105
James Smart4f774512009-05-22 14:52:35 -0400106 /* If the host has not yet processed the next entry then we are done */
James Smart027140e2012-08-03 12:35:44 -0400107 idx = ((q->host_index + 1) % q->entry_count);
108 if (idx == q->hba_index) {
James Smartb84daac2012-08-03 12:35:13 -0400109 q->WQ_overflow++;
James Smart4f774512009-05-22 14:52:35 -0400110 return -ENOMEM;
James Smartb84daac2012-08-03 12:35:13 -0400111 }
112 q->WQ_posted++;
James Smart4f774512009-05-22 14:52:35 -0400113 /* set consumption flag every once in a while */
James Smartff78d8f2011-12-13 13:21:35 -0500114 if (!((q->host_index + 1) % q->entry_repost))
James Smartf0d9bcc2010-10-22 11:07:09 -0400115 bf_set(wqe_wqec, &wqe->generic.wqe_com, 1);
James Smartfedd3b72011-02-16 12:39:24 -0500116 if (q->phba->sli3_options & LPFC_SLI4_PHWQ_ENABLED)
117 bf_set(wqe_wqid, &wqe->generic.wqe_com, q->queue_id);
James Smart4f774512009-05-22 14:52:35 -0400118 lpfc_sli_pcimem_bcopy(wqe, temp_wqe, q->entry_size);
119
120 /* Update the host index before invoking device */
121 host_index = q->host_index;
James Smart027140e2012-08-03 12:35:44 -0400122
123 q->host_index = idx;
James Smart4f774512009-05-22 14:52:35 -0400124
125 /* Ring Doorbell */
126 doorbell.word0 = 0;
James Smart962bc512013-01-03 15:44:00 -0500127 if (q->db_format == LPFC_DB_LIST_FORMAT) {
128 bf_set(lpfc_wq_db_list_fm_num_posted, &doorbell, 1);
129 bf_set(lpfc_wq_db_list_fm_index, &doorbell, host_index);
130 bf_set(lpfc_wq_db_list_fm_id, &doorbell, q->queue_id);
131 } else if (q->db_format == LPFC_DB_RING_FORMAT) {
132 bf_set(lpfc_wq_db_ring_fm_num_posted, &doorbell, 1);
133 bf_set(lpfc_wq_db_ring_fm_id, &doorbell, q->queue_id);
134 } else {
135 return -EINVAL;
136 }
137 writel(doorbell.word0, q->db_regaddr);
James Smart4f774512009-05-22 14:52:35 -0400138
139 return 0;
140}
141
142/**
143 * lpfc_sli4_wq_release - Updates internal hba index for WQ
144 * @q: The Work Queue to operate on.
145 * @index: The index to advance the hba index to.
146 *
147 * This routine will update the HBA index of a queue to reflect consumption of
148 * Work Queue Entries by the HBA. When the HBA indicates that it has consumed
149 * an entry the host calls this function to update the queue's internal
150 * pointers. This routine returns the number of entries that were consumed by
151 * the HBA.
152 **/
153static uint32_t
154lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index)
155{
156 uint32_t released = 0;
157
James Smart2e90f4b2011-12-13 13:22:37 -0500158 /* sanity check on queue memory */
159 if (unlikely(!q))
160 return 0;
161
James Smart4f774512009-05-22 14:52:35 -0400162 if (q->hba_index == index)
163 return 0;
164 do {
165 q->hba_index = ((q->hba_index + 1) % q->entry_count);
166 released++;
167 } while (q->hba_index != index);
168 return released;
169}
170
171/**
172 * lpfc_sli4_mq_put - Put a Mailbox Queue Entry on an Mailbox Queue
173 * @q: The Mailbox Queue to operate on.
174 * @wqe: The Mailbox Queue Entry to put on the Work queue.
175 *
176 * This routine will copy the contents of @mqe to the next available entry on
177 * the @q. This function will then ring the Work Queue Doorbell to signal the
178 * HBA to start processing the Work Queue Entry. This function returns 0 if
179 * successful. If no entries are available on @q then this function will return
180 * -ENOMEM.
181 * The caller is expected to hold the hbalock when calling this routine.
182 **/
183static uint32_t
184lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe)
185{
James Smart2e90f4b2011-12-13 13:22:37 -0500186 struct lpfc_mqe *temp_mqe;
James Smart4f774512009-05-22 14:52:35 -0400187 struct lpfc_register doorbell;
188 uint32_t host_index;
189
James Smart2e90f4b2011-12-13 13:22:37 -0500190 /* sanity check on queue memory */
191 if (unlikely(!q))
192 return -ENOMEM;
193 temp_mqe = q->qe[q->host_index].mqe;
194
James Smart4f774512009-05-22 14:52:35 -0400195 /* If the host has not yet processed the next entry then we are done */
196 if (((q->host_index + 1) % q->entry_count) == q->hba_index)
197 return -ENOMEM;
198 lpfc_sli_pcimem_bcopy(mqe, temp_mqe, q->entry_size);
199 /* Save off the mailbox pointer for completion */
200 q->phba->mbox = (MAILBOX_t *)temp_mqe;
201
202 /* Update the host index before invoking device */
203 host_index = q->host_index;
204 q->host_index = ((q->host_index + 1) % q->entry_count);
205
206 /* Ring Doorbell */
207 doorbell.word0 = 0;
208 bf_set(lpfc_mq_doorbell_num_posted, &doorbell, 1);
209 bf_set(lpfc_mq_doorbell_id, &doorbell, q->queue_id);
210 writel(doorbell.word0, q->phba->sli4_hba.MQDBregaddr);
James Smart4f774512009-05-22 14:52:35 -0400211 return 0;
212}
213
214/**
215 * lpfc_sli4_mq_release - Updates internal hba index for MQ
216 * @q: The Mailbox Queue to operate on.
217 *
218 * This routine will update the HBA index of a queue to reflect consumption of
219 * a Mailbox Queue Entry by the HBA. When the HBA indicates that it has consumed
220 * an entry the host calls this function to update the queue's internal
221 * pointers. This routine returns the number of entries that were consumed by
222 * the HBA.
223 **/
224static uint32_t
225lpfc_sli4_mq_release(struct lpfc_queue *q)
226{
James Smart2e90f4b2011-12-13 13:22:37 -0500227 /* sanity check on queue memory */
228 if (unlikely(!q))
229 return 0;
230
James Smart4f774512009-05-22 14:52:35 -0400231 /* Clear the mailbox pointer for completion */
232 q->phba->mbox = NULL;
233 q->hba_index = ((q->hba_index + 1) % q->entry_count);
234 return 1;
235}
236
237/**
238 * lpfc_sli4_eq_get - Gets the next valid EQE from a EQ
239 * @q: The Event Queue to get the first valid EQE from
240 *
241 * This routine will get the first valid Event Queue Entry from @q, update
242 * the queue's internal hba index, and return the EQE. If no valid EQEs are in
243 * the Queue (no more work to do), or the Queue is full of EQEs that have been
244 * processed, but not popped back to the HBA then this routine will return NULL.
245 **/
246static struct lpfc_eqe *
247lpfc_sli4_eq_get(struct lpfc_queue *q)
248{
James Smart2e90f4b2011-12-13 13:22:37 -0500249 struct lpfc_eqe *eqe;
James Smart027140e2012-08-03 12:35:44 -0400250 uint32_t idx;
James Smart2e90f4b2011-12-13 13:22:37 -0500251
252 /* sanity check on queue memory */
253 if (unlikely(!q))
254 return NULL;
255 eqe = q->qe[q->hba_index].eqe;
James Smart4f774512009-05-22 14:52:35 -0400256
257 /* If the next EQE is not valid then we are done */
James Smartcb5172e2010-03-15 11:25:07 -0400258 if (!bf_get_le32(lpfc_eqe_valid, eqe))
James Smart4f774512009-05-22 14:52:35 -0400259 return NULL;
260 /* If the host has not yet processed the next entry then we are done */
James Smart027140e2012-08-03 12:35:44 -0400261 idx = ((q->hba_index + 1) % q->entry_count);
262 if (idx == q->host_index)
James Smart4f774512009-05-22 14:52:35 -0400263 return NULL;
264
James Smart027140e2012-08-03 12:35:44 -0400265 q->hba_index = idx;
James Smart4f774512009-05-22 14:52:35 -0400266 return eqe;
267}
268
269/**
James Smartba20c852012-08-03 12:36:52 -0400270 * lpfc_sli4_eq_clr_intr - Turn off interrupts from this EQ
271 * @q: The Event Queue to disable interrupts
272 *
273 **/
274static inline void
275lpfc_sli4_eq_clr_intr(struct lpfc_queue *q)
276{
277 struct lpfc_register doorbell;
278
279 doorbell.word0 = 0;
280 bf_set(lpfc_eqcq_doorbell_eqci, &doorbell, 1);
281 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_EVENT);
282 bf_set(lpfc_eqcq_doorbell_eqid_hi, &doorbell,
283 (q->queue_id >> LPFC_EQID_HI_FIELD_SHIFT));
284 bf_set(lpfc_eqcq_doorbell_eqid_lo, &doorbell, q->queue_id);
285 writel(doorbell.word0, q->phba->sli4_hba.EQCQDBregaddr);
286}
287
288/**
James Smart4f774512009-05-22 14:52:35 -0400289 * lpfc_sli4_eq_release - Indicates the host has finished processing an EQ
290 * @q: The Event Queue that the host has completed processing for.
291 * @arm: Indicates whether the host wants to arms this CQ.
292 *
293 * This routine will mark all Event Queue Entries on @q, from the last
294 * known completed entry to the last entry that was processed, as completed
295 * by clearing the valid bit for each completion queue entry. Then it will
296 * notify the HBA, by ringing the doorbell, that the EQEs have been processed.
297 * The internal host index in the @q will be updated by this routine to indicate
298 * that the host has finished processing the entries. The @arm parameter
299 * indicates that the queue should be rearmed when ringing the doorbell.
300 *
301 * This function will return the number of EQEs that were popped.
302 **/
303uint32_t
304lpfc_sli4_eq_release(struct lpfc_queue *q, bool arm)
305{
306 uint32_t released = 0;
307 struct lpfc_eqe *temp_eqe;
308 struct lpfc_register doorbell;
309
James Smart2e90f4b2011-12-13 13:22:37 -0500310 /* sanity check on queue memory */
311 if (unlikely(!q))
312 return 0;
313
James Smart4f774512009-05-22 14:52:35 -0400314 /* while there are valid entries */
315 while (q->hba_index != q->host_index) {
316 temp_eqe = q->qe[q->host_index].eqe;
James Smartcb5172e2010-03-15 11:25:07 -0400317 bf_set_le32(lpfc_eqe_valid, temp_eqe, 0);
James Smart4f774512009-05-22 14:52:35 -0400318 released++;
319 q->host_index = ((q->host_index + 1) % q->entry_count);
320 }
321 if (unlikely(released == 0 && !arm))
322 return 0;
323
324 /* ring doorbell for number popped */
325 doorbell.word0 = 0;
326 if (arm) {
327 bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1);
328 bf_set(lpfc_eqcq_doorbell_eqci, &doorbell, 1);
329 }
330 bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, released);
331 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_EVENT);
James Smart6b5151f2012-01-18 16:24:06 -0500332 bf_set(lpfc_eqcq_doorbell_eqid_hi, &doorbell,
333 (q->queue_id >> LPFC_EQID_HI_FIELD_SHIFT));
334 bf_set(lpfc_eqcq_doorbell_eqid_lo, &doorbell, q->queue_id);
James Smart4f774512009-05-22 14:52:35 -0400335 writel(doorbell.word0, q->phba->sli4_hba.EQCQDBregaddr);
James Smarta747c9c2009-11-18 15:41:10 -0500336 /* PCI read to flush PCI pipeline on re-arming for INTx mode */
337 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM))
338 readl(q->phba->sli4_hba.EQCQDBregaddr);
James Smart4f774512009-05-22 14:52:35 -0400339 return released;
340}
341
342/**
343 * lpfc_sli4_cq_get - Gets the next valid CQE from a CQ
344 * @q: The Completion Queue to get the first valid CQE from
345 *
346 * This routine will get the first valid Completion Queue Entry from @q, update
347 * the queue's internal hba index, and return the CQE. If no valid CQEs are in
348 * the Queue (no more work to do), or the Queue is full of CQEs that have been
349 * processed, but not popped back to the HBA then this routine will return NULL.
350 **/
351static struct lpfc_cqe *
352lpfc_sli4_cq_get(struct lpfc_queue *q)
353{
354 struct lpfc_cqe *cqe;
James Smart027140e2012-08-03 12:35:44 -0400355 uint32_t idx;
James Smart4f774512009-05-22 14:52:35 -0400356
James Smart2e90f4b2011-12-13 13:22:37 -0500357 /* sanity check on queue memory */
358 if (unlikely(!q))
359 return NULL;
360
James Smart4f774512009-05-22 14:52:35 -0400361 /* If the next CQE is not valid then we are done */
James Smartcb5172e2010-03-15 11:25:07 -0400362 if (!bf_get_le32(lpfc_cqe_valid, q->qe[q->hba_index].cqe))
James Smart4f774512009-05-22 14:52:35 -0400363 return NULL;
364 /* If the host has not yet processed the next entry then we are done */
James Smart027140e2012-08-03 12:35:44 -0400365 idx = ((q->hba_index + 1) % q->entry_count);
366 if (idx == q->host_index)
James Smart4f774512009-05-22 14:52:35 -0400367 return NULL;
368
369 cqe = q->qe[q->hba_index].cqe;
James Smart027140e2012-08-03 12:35:44 -0400370 q->hba_index = idx;
James Smart4f774512009-05-22 14:52:35 -0400371 return cqe;
372}
373
374/**
375 * lpfc_sli4_cq_release - Indicates the host has finished processing a CQ
376 * @q: The Completion Queue that the host has completed processing for.
377 * @arm: Indicates whether the host wants to arms this CQ.
378 *
379 * This routine will mark all Completion queue entries on @q, from the last
380 * known completed entry to the last entry that was processed, as completed
381 * by clearing the valid bit for each completion queue entry. Then it will
382 * notify the HBA, by ringing the doorbell, that the CQEs have been processed.
383 * The internal host index in the @q will be updated by this routine to indicate
384 * that the host has finished processing the entries. The @arm parameter
385 * indicates that the queue should be rearmed when ringing the doorbell.
386 *
387 * This function will return the number of CQEs that were released.
388 **/
389uint32_t
390lpfc_sli4_cq_release(struct lpfc_queue *q, bool arm)
391{
392 uint32_t released = 0;
393 struct lpfc_cqe *temp_qe;
394 struct lpfc_register doorbell;
395
James Smart2e90f4b2011-12-13 13:22:37 -0500396 /* sanity check on queue memory */
397 if (unlikely(!q))
398 return 0;
James Smart4f774512009-05-22 14:52:35 -0400399 /* while there are valid entries */
400 while (q->hba_index != q->host_index) {
401 temp_qe = q->qe[q->host_index].cqe;
James Smartcb5172e2010-03-15 11:25:07 -0400402 bf_set_le32(lpfc_cqe_valid, temp_qe, 0);
James Smart4f774512009-05-22 14:52:35 -0400403 released++;
404 q->host_index = ((q->host_index + 1) % q->entry_count);
405 }
406 if (unlikely(released == 0 && !arm))
407 return 0;
408
409 /* ring doorbell for number popped */
410 doorbell.word0 = 0;
411 if (arm)
412 bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1);
413 bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, released);
414 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_COMPLETION);
James Smart6b5151f2012-01-18 16:24:06 -0500415 bf_set(lpfc_eqcq_doorbell_cqid_hi, &doorbell,
416 (q->queue_id >> LPFC_CQID_HI_FIELD_SHIFT));
417 bf_set(lpfc_eqcq_doorbell_cqid_lo, &doorbell, q->queue_id);
James Smart4f774512009-05-22 14:52:35 -0400418 writel(doorbell.word0, q->phba->sli4_hba.EQCQDBregaddr);
419 return released;
420}
421
422/**
423 * lpfc_sli4_rq_put - Put a Receive Buffer Queue Entry on a Receive Queue
424 * @q: The Header Receive Queue to operate on.
425 * @wqe: The Receive Queue Entry to put on the Receive queue.
426 *
427 * This routine will copy the contents of @wqe to the next available entry on
428 * the @q. This function will then ring the Receive Queue Doorbell to signal the
429 * HBA to start processing the Receive Queue Entry. This function returns the
430 * index that the rqe was copied to if successful. If no entries are available
431 * on @q then this function will return -ENOMEM.
432 * The caller is expected to hold the hbalock when calling this routine.
433 **/
434static int
435lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
436 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe)
437{
James Smart2e90f4b2011-12-13 13:22:37 -0500438 struct lpfc_rqe *temp_hrqe;
439 struct lpfc_rqe *temp_drqe;
James Smart4f774512009-05-22 14:52:35 -0400440 struct lpfc_register doorbell;
Wei Yongjun5a25bf32012-12-02 08:33:24 -0500441 int put_index;
James Smart4f774512009-05-22 14:52:35 -0400442
James Smart2e90f4b2011-12-13 13:22:37 -0500443 /* sanity check on queue memory */
444 if (unlikely(!hq) || unlikely(!dq))
445 return -ENOMEM;
Wei Yongjun5a25bf32012-12-02 08:33:24 -0500446 put_index = hq->host_index;
James Smart2e90f4b2011-12-13 13:22:37 -0500447 temp_hrqe = hq->qe[hq->host_index].rqe;
448 temp_drqe = dq->qe[dq->host_index].rqe;
449
James Smart4f774512009-05-22 14:52:35 -0400450 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ)
451 return -EINVAL;
452 if (hq->host_index != dq->host_index)
453 return -EINVAL;
454 /* If the host has not yet processed the next entry then we are done */
455 if (((hq->host_index + 1) % hq->entry_count) == hq->hba_index)
456 return -EBUSY;
457 lpfc_sli_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size);
458 lpfc_sli_pcimem_bcopy(drqe, temp_drqe, dq->entry_size);
459
460 /* Update the host index to point to the next slot */
461 hq->host_index = ((hq->host_index + 1) % hq->entry_count);
462 dq->host_index = ((dq->host_index + 1) % dq->entry_count);
463
464 /* Ring The Header Receive Queue Doorbell */
James Smart73d91e52011-10-10 21:32:10 -0400465 if (!(hq->host_index % hq->entry_repost)) {
James Smart4f774512009-05-22 14:52:35 -0400466 doorbell.word0 = 0;
James Smart962bc512013-01-03 15:44:00 -0500467 if (hq->db_format == LPFC_DB_RING_FORMAT) {
468 bf_set(lpfc_rq_db_ring_fm_num_posted, &doorbell,
469 hq->entry_repost);
470 bf_set(lpfc_rq_db_ring_fm_id, &doorbell, hq->queue_id);
471 } else if (hq->db_format == LPFC_DB_LIST_FORMAT) {
472 bf_set(lpfc_rq_db_list_fm_num_posted, &doorbell,
473 hq->entry_repost);
474 bf_set(lpfc_rq_db_list_fm_index, &doorbell,
475 hq->host_index);
476 bf_set(lpfc_rq_db_list_fm_id, &doorbell, hq->queue_id);
477 } else {
478 return -EINVAL;
479 }
480 writel(doorbell.word0, hq->db_regaddr);
James Smart4f774512009-05-22 14:52:35 -0400481 }
482 return put_index;
483}
484
485/**
486 * lpfc_sli4_rq_release - Updates internal hba index for RQ
487 * @q: The Header Receive Queue to operate on.
488 *
489 * This routine will update the HBA index of a queue to reflect consumption of
490 * one Receive Queue Entry by the HBA. When the HBA indicates that it has
491 * consumed an entry the host calls this function to update the queue's
492 * internal pointers. This routine returns the number of entries that were
493 * consumed by the HBA.
494 **/
495static uint32_t
496lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq)
497{
James Smart2e90f4b2011-12-13 13:22:37 -0500498 /* sanity check on queue memory */
499 if (unlikely(!hq) || unlikely(!dq))
500 return 0;
501
James Smart4f774512009-05-22 14:52:35 -0400502 if ((hq->type != LPFC_HRQ) || (dq->type != LPFC_DRQ))
503 return 0;
504 hq->hba_index = ((hq->hba_index + 1) % hq->entry_count);
505 dq->hba_index = ((dq->hba_index + 1) % dq->entry_count);
506 return 1;
507}
508
James Smarte59058c2008-08-24 21:49:00 -0400509/**
James Smart3621a712009-04-06 18:47:14 -0400510 * lpfc_cmd_iocb - Get next command iocb entry in the ring
James Smarte59058c2008-08-24 21:49:00 -0400511 * @phba: Pointer to HBA context object.
512 * @pring: Pointer to driver SLI ring object.
513 *
514 * This function returns pointer to next command iocb entry
515 * in the command ring. The caller must hold hbalock to prevent
516 * other threads consume the next command iocb.
517 * SLI-2/SLI-3 provide different sized iocbs.
518 **/
James Smarted957682007-06-17 19:56:37 -0500519static inline IOCB_t *
520lpfc_cmd_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
521{
James Smart7e56aa22012-08-03 12:35:34 -0400522 return (IOCB_t *) (((char *) pring->sli.sli3.cmdringaddr) +
523 pring->sli.sli3.cmdidx * phba->iocb_cmd_size);
James Smarted957682007-06-17 19:56:37 -0500524}
525
James Smarte59058c2008-08-24 21:49:00 -0400526/**
James Smart3621a712009-04-06 18:47:14 -0400527 * lpfc_resp_iocb - Get next response iocb entry in the ring
James Smarte59058c2008-08-24 21:49:00 -0400528 * @phba: Pointer to HBA context object.
529 * @pring: Pointer to driver SLI ring object.
530 *
531 * This function returns pointer to next response iocb entry
532 * in the response ring. The caller must hold hbalock to make sure
533 * that no other thread consume the next response iocb.
534 * SLI-2/SLI-3 provide different sized iocbs.
535 **/
James Smarted957682007-06-17 19:56:37 -0500536static inline IOCB_t *
537lpfc_resp_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
538{
James Smart7e56aa22012-08-03 12:35:34 -0400539 return (IOCB_t *) (((char *) pring->sli.sli3.rspringaddr) +
540 pring->sli.sli3.rspidx * phba->iocb_rsp_size);
James Smarted957682007-06-17 19:56:37 -0500541}
542
James Smarte59058c2008-08-24 21:49:00 -0400543/**
James Smart3621a712009-04-06 18:47:14 -0400544 * __lpfc_sli_get_iocbq - Allocates an iocb object from iocb pool
James Smarte59058c2008-08-24 21:49:00 -0400545 * @phba: Pointer to HBA context object.
546 *
547 * This function is called with hbalock held. This function
548 * allocates a new driver iocb object from the iocb pool. If the
549 * allocation is successful, it returns pointer to the newly
550 * allocated iocb object else it returns NULL.
551 **/
James Smart4f2e66c2012-05-09 21:17:07 -0400552struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -0500553__lpfc_sli_get_iocbq(struct lpfc_hba *phba)
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -0400554{
555 struct list_head *lpfc_iocb_list = &phba->lpfc_iocb_list;
556 struct lpfc_iocbq * iocbq = NULL;
557
558 list_remove_head(lpfc_iocb_list, iocbq, struct lpfc_iocbq, list);
James Smart2a9bf3d2010-06-07 15:24:45 -0400559 if (iocbq)
560 phba->iocb_cnt++;
561 if (phba->iocb_cnt > phba->iocb_max)
562 phba->iocb_max = phba->iocb_cnt;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -0400563 return iocbq;
564}
565
James Smarte59058c2008-08-24 21:49:00 -0400566/**
James Smartda0436e2009-05-22 14:51:39 -0400567 * __lpfc_clear_active_sglq - Remove the active sglq for this XRI.
568 * @phba: Pointer to HBA context object.
569 * @xritag: XRI value.
570 *
571 * This function clears the sglq pointer from the array of acive
572 * sglq's. The xritag that is passed in is used to index into the
573 * array. Before the xritag can be used it needs to be adjusted
574 * by subtracting the xribase.
575 *
576 * Returns sglq ponter = success, NULL = Failure.
577 **/
578static struct lpfc_sglq *
579__lpfc_clear_active_sglq(struct lpfc_hba *phba, uint16_t xritag)
580{
James Smartda0436e2009-05-22 14:51:39 -0400581 struct lpfc_sglq *sglq;
James Smart6d368e52011-05-24 11:44:12 -0400582
583 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag];
584 phba->sli4_hba.lpfc_sglq_active_list[xritag] = NULL;
James Smartda0436e2009-05-22 14:51:39 -0400585 return sglq;
586}
587
588/**
589 * __lpfc_get_active_sglq - Get the active sglq for this XRI.
590 * @phba: Pointer to HBA context object.
591 * @xritag: XRI value.
592 *
593 * This function returns the sglq pointer from the array of acive
594 * sglq's. The xritag that is passed in is used to index into the
595 * array. Before the xritag can be used it needs to be adjusted
596 * by subtracting the xribase.
597 *
598 * Returns sglq ponter = success, NULL = Failure.
599 **/
James Smart0f65ff62010-02-26 14:14:23 -0500600struct lpfc_sglq *
James Smartda0436e2009-05-22 14:51:39 -0400601__lpfc_get_active_sglq(struct lpfc_hba *phba, uint16_t xritag)
602{
James Smartda0436e2009-05-22 14:51:39 -0400603 struct lpfc_sglq *sglq;
James Smart6d368e52011-05-24 11:44:12 -0400604
605 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag];
James Smartda0436e2009-05-22 14:51:39 -0400606 return sglq;
607}
608
609/**
James Smart1151e3e2011-02-16 12:39:35 -0500610 * lpfc_clr_rrq_active - Clears RRQ active bit in xri_bitmap.
James Smart19ca7602010-11-20 23:11:55 -0500611 * @phba: Pointer to HBA context object.
612 * @xritag: xri used in this exchange.
613 * @rrq: The RRQ to be cleared.
614 *
James Smart19ca7602010-11-20 23:11:55 -0500615 **/
James Smart1151e3e2011-02-16 12:39:35 -0500616void
617lpfc_clr_rrq_active(struct lpfc_hba *phba,
618 uint16_t xritag,
619 struct lpfc_node_rrq *rrq)
James Smart19ca7602010-11-20 23:11:55 -0500620{
James Smart1151e3e2011-02-16 12:39:35 -0500621 struct lpfc_nodelist *ndlp = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500622
James Smart1151e3e2011-02-16 12:39:35 -0500623 if ((rrq->vport) && NLP_CHK_NODE_ACT(rrq->ndlp))
624 ndlp = lpfc_findnode_did(rrq->vport, rrq->nlp_DID);
James Smart19ca7602010-11-20 23:11:55 -0500625
626 /* The target DID could have been swapped (cable swap)
627 * we should use the ndlp from the findnode if it is
628 * available.
629 */
James Smart1151e3e2011-02-16 12:39:35 -0500630 if ((!ndlp) && rrq->ndlp)
James Smart19ca7602010-11-20 23:11:55 -0500631 ndlp = rrq->ndlp;
632
James Smart1151e3e2011-02-16 12:39:35 -0500633 if (!ndlp)
634 goto out;
635
James Smart6d368e52011-05-24 11:44:12 -0400636 if (test_and_clear_bit(xritag, ndlp->active_rrqs.xri_bitmap)) {
James Smart19ca7602010-11-20 23:11:55 -0500637 rrq->send_rrq = 0;
638 rrq->xritag = 0;
639 rrq->rrq_stop_time = 0;
640 }
James Smart1151e3e2011-02-16 12:39:35 -0500641out:
James Smart19ca7602010-11-20 23:11:55 -0500642 mempool_free(rrq, phba->rrq_pool);
643}
644
645/**
646 * lpfc_handle_rrq_active - Checks if RRQ has waithed RATOV.
647 * @phba: Pointer to HBA context object.
648 *
649 * This function is called with hbalock held. This function
650 * Checks if stop_time (ratov from setting rrq active) has
651 * been reached, if it has and the send_rrq flag is set then
652 * it will call lpfc_send_rrq. If the send_rrq flag is not set
653 * then it will just call the routine to clear the rrq and
654 * free the rrq resource.
655 * The timer is set to the next rrq that is going to expire before
656 * leaving the routine.
657 *
658 **/
659void
660lpfc_handle_rrq_active(struct lpfc_hba *phba)
661{
662 struct lpfc_node_rrq *rrq;
663 struct lpfc_node_rrq *nextrrq;
664 unsigned long next_time;
665 unsigned long iflags;
James Smart1151e3e2011-02-16 12:39:35 -0500666 LIST_HEAD(send_rrq);
James Smart19ca7602010-11-20 23:11:55 -0500667
668 spin_lock_irqsave(&phba->hbalock, iflags);
669 phba->hba_flag &= ~HBA_RRQ_ACTIVE;
670 next_time = jiffies + HZ * (phba->fc_ratov + 1);
671 list_for_each_entry_safe(rrq, nextrrq,
James Smart1151e3e2011-02-16 12:39:35 -0500672 &phba->active_rrq_list, list) {
673 if (time_after(jiffies, rrq->rrq_stop_time))
674 list_move(&rrq->list, &send_rrq);
675 else if (time_before(rrq->rrq_stop_time, next_time))
James Smart19ca7602010-11-20 23:11:55 -0500676 next_time = rrq->rrq_stop_time;
677 }
678 spin_unlock_irqrestore(&phba->hbalock, iflags);
679 if (!list_empty(&phba->active_rrq_list))
680 mod_timer(&phba->rrq_tmr, next_time);
James Smart1151e3e2011-02-16 12:39:35 -0500681 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) {
682 list_del(&rrq->list);
683 if (!rrq->send_rrq)
684 /* this call will free the rrq */
685 lpfc_clr_rrq_active(phba, rrq->xritag, rrq);
686 else if (lpfc_send_rrq(phba, rrq)) {
687 /* if we send the rrq then the completion handler
688 * will clear the bit in the xribitmap.
689 */
690 lpfc_clr_rrq_active(phba, rrq->xritag,
691 rrq);
692 }
693 }
James Smart19ca7602010-11-20 23:11:55 -0500694}
695
696/**
697 * lpfc_get_active_rrq - Get the active RRQ for this exchange.
698 * @vport: Pointer to vport context object.
699 * @xri: The xri used in the exchange.
700 * @did: The targets DID for this exchange.
701 *
702 * returns NULL = rrq not found in the phba->active_rrq_list.
703 * rrq = rrq for this xri and target.
704 **/
705struct lpfc_node_rrq *
706lpfc_get_active_rrq(struct lpfc_vport *vport, uint16_t xri, uint32_t did)
707{
708 struct lpfc_hba *phba = vport->phba;
709 struct lpfc_node_rrq *rrq;
710 struct lpfc_node_rrq *nextrrq;
711 unsigned long iflags;
712
713 if (phba->sli_rev != LPFC_SLI_REV4)
714 return NULL;
715 spin_lock_irqsave(&phba->hbalock, iflags);
716 list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list) {
717 if (rrq->vport == vport && rrq->xritag == xri &&
718 rrq->nlp_DID == did){
719 list_del(&rrq->list);
720 spin_unlock_irqrestore(&phba->hbalock, iflags);
721 return rrq;
722 }
723 }
724 spin_unlock_irqrestore(&phba->hbalock, iflags);
725 return NULL;
726}
727
728/**
729 * lpfc_cleanup_vports_rrqs - Remove and clear the active RRQ for this vport.
730 * @vport: Pointer to vport context object.
James Smart1151e3e2011-02-16 12:39:35 -0500731 * @ndlp: Pointer to the lpfc_node_list structure.
732 * If ndlp is NULL Remove all active RRQs for this vport from the
733 * phba->active_rrq_list and clear the rrq.
734 * If ndlp is not NULL then only remove rrqs for this vport & this ndlp.
James Smart19ca7602010-11-20 23:11:55 -0500735 **/
736void
James Smart1151e3e2011-02-16 12:39:35 -0500737lpfc_cleanup_vports_rrqs(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smart19ca7602010-11-20 23:11:55 -0500738
739{
740 struct lpfc_hba *phba = vport->phba;
741 struct lpfc_node_rrq *rrq;
742 struct lpfc_node_rrq *nextrrq;
743 unsigned long iflags;
James Smart1151e3e2011-02-16 12:39:35 -0500744 LIST_HEAD(rrq_list);
James Smart19ca7602010-11-20 23:11:55 -0500745
746 if (phba->sli_rev != LPFC_SLI_REV4)
747 return;
James Smart1151e3e2011-02-16 12:39:35 -0500748 if (!ndlp) {
749 lpfc_sli4_vport_delete_els_xri_aborted(vport);
750 lpfc_sli4_vport_delete_fcp_xri_aborted(vport);
James Smart19ca7602010-11-20 23:11:55 -0500751 }
James Smart1151e3e2011-02-16 12:39:35 -0500752 spin_lock_irqsave(&phba->hbalock, iflags);
753 list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list)
754 if ((rrq->vport == vport) && (!ndlp || rrq->ndlp == ndlp))
755 list_move(&rrq->list, &rrq_list);
James Smart19ca7602010-11-20 23:11:55 -0500756 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart1151e3e2011-02-16 12:39:35 -0500757
758 list_for_each_entry_safe(rrq, nextrrq, &rrq_list, list) {
759 list_del(&rrq->list);
760 lpfc_clr_rrq_active(phba, rrq->xritag, rrq);
761 }
James Smart19ca7602010-11-20 23:11:55 -0500762}
763
764/**
765 * lpfc_cleanup_wt_rrqs - Remove all rrq's from the active list.
766 * @phba: Pointer to HBA context object.
767 *
768 * Remove all rrqs from the phba->active_rrq_list and free them by
769 * calling __lpfc_clr_active_rrq
770 *
771 **/
772void
773lpfc_cleanup_wt_rrqs(struct lpfc_hba *phba)
774{
775 struct lpfc_node_rrq *rrq;
776 struct lpfc_node_rrq *nextrrq;
777 unsigned long next_time;
778 unsigned long iflags;
James Smart1151e3e2011-02-16 12:39:35 -0500779 LIST_HEAD(rrq_list);
James Smart19ca7602010-11-20 23:11:55 -0500780
781 if (phba->sli_rev != LPFC_SLI_REV4)
782 return;
783 spin_lock_irqsave(&phba->hbalock, iflags);
784 phba->hba_flag &= ~HBA_RRQ_ACTIVE;
785 next_time = jiffies + HZ * (phba->fc_ratov * 2);
James Smart1151e3e2011-02-16 12:39:35 -0500786 list_splice_init(&phba->active_rrq_list, &rrq_list);
James Smart19ca7602010-11-20 23:11:55 -0500787 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart1151e3e2011-02-16 12:39:35 -0500788
789 list_for_each_entry_safe(rrq, nextrrq, &rrq_list, list) {
790 list_del(&rrq->list);
791 lpfc_clr_rrq_active(phba, rrq->xritag, rrq);
792 }
James Smart19ca7602010-11-20 23:11:55 -0500793 if (!list_empty(&phba->active_rrq_list))
794 mod_timer(&phba->rrq_tmr, next_time);
795}
796
797
798/**
James Smart1151e3e2011-02-16 12:39:35 -0500799 * lpfc_test_rrq_active - Test RRQ bit in xri_bitmap.
James Smart19ca7602010-11-20 23:11:55 -0500800 * @phba: Pointer to HBA context object.
801 * @ndlp: Targets nodelist pointer for this exchange.
802 * @xritag the xri in the bitmap to test.
803 *
804 * This function is called with hbalock held. This function
805 * returns 0 = rrq not active for this xri
806 * 1 = rrq is valid for this xri.
807 **/
James Smart1151e3e2011-02-16 12:39:35 -0500808int
809lpfc_test_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp,
James Smart19ca7602010-11-20 23:11:55 -0500810 uint16_t xritag)
811{
James Smart19ca7602010-11-20 23:11:55 -0500812 if (!ndlp)
813 return 0;
James Smart6d368e52011-05-24 11:44:12 -0400814 if (test_bit(xritag, ndlp->active_rrqs.xri_bitmap))
James Smart19ca7602010-11-20 23:11:55 -0500815 return 1;
816 else
817 return 0;
818}
819
820/**
821 * lpfc_set_rrq_active - set RRQ active bit in xri_bitmap.
822 * @phba: Pointer to HBA context object.
823 * @ndlp: nodelist pointer for this target.
824 * @xritag: xri used in this exchange.
825 * @rxid: Remote Exchange ID.
826 * @send_rrq: Flag used to determine if we should send rrq els cmd.
827 *
828 * This function takes the hbalock.
829 * The active bit is always set in the active rrq xri_bitmap even
830 * if there is no slot avaiable for the other rrq information.
831 *
832 * returns 0 rrq actived for this xri
833 * < 0 No memory or invalid ndlp.
834 **/
835int
836lpfc_set_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp,
James Smartb42c07c2012-01-18 16:25:55 -0500837 uint16_t xritag, uint16_t rxid, uint16_t send_rrq)
James Smart19ca7602010-11-20 23:11:55 -0500838{
James Smart19ca7602010-11-20 23:11:55 -0500839 unsigned long iflags;
James Smartb42c07c2012-01-18 16:25:55 -0500840 struct lpfc_node_rrq *rrq;
841 int empty;
842
843 if (!ndlp)
844 return -EINVAL;
845
846 if (!phba->cfg_enable_rrq)
847 return -EINVAL;
James Smart19ca7602010-11-20 23:11:55 -0500848
849 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartb42c07c2012-01-18 16:25:55 -0500850 if (phba->pport->load_flag & FC_UNLOADING) {
851 phba->hba_flag &= ~HBA_RRQ_ACTIVE;
852 goto out;
853 }
854
855 /*
856 * set the active bit even if there is no mem available.
857 */
858 if (NLP_CHK_FREE_REQ(ndlp))
859 goto out;
860
861 if (ndlp->vport && (ndlp->vport->load_flag & FC_UNLOADING))
862 goto out;
863
864 if (test_and_set_bit(xritag, ndlp->active_rrqs.xri_bitmap))
865 goto out;
866
James Smart19ca7602010-11-20 23:11:55 -0500867 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smartb42c07c2012-01-18 16:25:55 -0500868 rrq = mempool_alloc(phba->rrq_pool, GFP_KERNEL);
869 if (!rrq) {
870 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
871 "3155 Unable to allocate RRQ xri:0x%x rxid:0x%x"
872 " DID:0x%x Send:%d\n",
873 xritag, rxid, ndlp->nlp_DID, send_rrq);
874 return -EINVAL;
875 }
876 rrq->send_rrq = send_rrq;
877 rrq->xritag = xritag;
878 rrq->rrq_stop_time = jiffies + HZ * (phba->fc_ratov + 1);
879 rrq->ndlp = ndlp;
880 rrq->nlp_DID = ndlp->nlp_DID;
881 rrq->vport = ndlp->vport;
882 rrq->rxid = rxid;
883 rrq->send_rrq = send_rrq;
884 spin_lock_irqsave(&phba->hbalock, iflags);
885 empty = list_empty(&phba->active_rrq_list);
886 list_add_tail(&rrq->list, &phba->active_rrq_list);
887 phba->hba_flag |= HBA_RRQ_ACTIVE;
888 if (empty)
889 lpfc_worker_wake_up(phba);
890 spin_unlock_irqrestore(&phba->hbalock, iflags);
891 return 0;
892out:
893 spin_unlock_irqrestore(&phba->hbalock, iflags);
894 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
895 "2921 Can't set rrq active xri:0x%x rxid:0x%x"
896 " DID:0x%x Send:%d\n",
897 xritag, rxid, ndlp->nlp_DID, send_rrq);
898 return -EINVAL;
James Smart19ca7602010-11-20 23:11:55 -0500899}
900
901/**
James Smartda0436e2009-05-22 14:51:39 -0400902 * __lpfc_sli_get_sglq - Allocates an iocb object from sgl pool
903 * @phba: Pointer to HBA context object.
James Smart19ca7602010-11-20 23:11:55 -0500904 * @piocb: Pointer to the iocbq.
James Smartda0436e2009-05-22 14:51:39 -0400905 *
906 * This function is called with hbalock held. This function
James Smart6d368e52011-05-24 11:44:12 -0400907 * gets a new driver sglq object from the sglq list. If the
James Smartda0436e2009-05-22 14:51:39 -0400908 * list is not empty then it is successful, it returns pointer to the newly
909 * allocated sglq object else it returns NULL.
910 **/
911static struct lpfc_sglq *
James Smart19ca7602010-11-20 23:11:55 -0500912__lpfc_sli_get_sglq(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq)
James Smartda0436e2009-05-22 14:51:39 -0400913{
914 struct list_head *lpfc_sgl_list = &phba->sli4_hba.lpfc_sgl_list;
915 struct lpfc_sglq *sglq = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500916 struct lpfc_sglq *start_sglq = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500917 struct lpfc_scsi_buf *lpfc_cmd;
918 struct lpfc_nodelist *ndlp;
919 int found = 0;
920
921 if (piocbq->iocb_flag & LPFC_IO_FCP) {
922 lpfc_cmd = (struct lpfc_scsi_buf *) piocbq->context1;
923 ndlp = lpfc_cmd->rdata->pnode;
James Smartbe858b62010-12-15 17:57:20 -0500924 } else if ((piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) &&
925 !(piocbq->iocb_flag & LPFC_IO_LIBDFC))
James Smart19ca7602010-11-20 23:11:55 -0500926 ndlp = piocbq->context_un.ndlp;
James Smart93d1379e2012-05-09 21:19:34 -0400927 else if ((piocbq->iocb.ulpCommand == CMD_ELS_REQUEST64_CR) &&
928 (piocbq->iocb_flag & LPFC_IO_LIBDFC))
929 ndlp = piocbq->context_un.ndlp;
James Smart19ca7602010-11-20 23:11:55 -0500930 else
931 ndlp = piocbq->context1;
932
James Smartda0436e2009-05-22 14:51:39 -0400933 list_remove_head(lpfc_sgl_list, sglq, struct lpfc_sglq, list);
James Smart19ca7602010-11-20 23:11:55 -0500934 start_sglq = sglq;
935 while (!found) {
936 if (!sglq)
937 return NULL;
James Smartee0f4fe2012-05-09 21:19:14 -0400938 if (lpfc_test_rrq_active(phba, ndlp, sglq->sli4_lxritag)) {
James Smart19ca7602010-11-20 23:11:55 -0500939 /* This xri has an rrq outstanding for this DID.
940 * put it back in the list and get another xri.
941 */
942 list_add_tail(&sglq->list, lpfc_sgl_list);
943 sglq = NULL;
944 list_remove_head(lpfc_sgl_list, sglq,
945 struct lpfc_sglq, list);
946 if (sglq == start_sglq) {
947 sglq = NULL;
948 break;
949 } else
950 continue;
951 }
952 sglq->ndlp = ndlp;
953 found = 1;
James Smart6d368e52011-05-24 11:44:12 -0400954 phba->sli4_hba.lpfc_sglq_active_list[sglq->sli4_lxritag] = sglq;
James Smart19ca7602010-11-20 23:11:55 -0500955 sglq->state = SGL_ALLOCATED;
956 }
James Smartda0436e2009-05-22 14:51:39 -0400957 return sglq;
958}
959
960/**
James Smart3621a712009-04-06 18:47:14 -0400961 * lpfc_sli_get_iocbq - Allocates an iocb object from iocb pool
James Smarte59058c2008-08-24 21:49:00 -0400962 * @phba: Pointer to HBA context object.
963 *
964 * This function is called with no lock held. This function
965 * allocates a new driver iocb object from the iocb pool. If the
966 * allocation is successful, it returns pointer to the newly
967 * allocated iocb object else it returns NULL.
968 **/
James Smart2e0fef82007-06-17 19:56:36 -0500969struct lpfc_iocbq *
970lpfc_sli_get_iocbq(struct lpfc_hba *phba)
James Bottomley604a3e32005-10-29 10:28:33 -0500971{
James Smart2e0fef82007-06-17 19:56:36 -0500972 struct lpfc_iocbq * iocbq = NULL;
973 unsigned long iflags;
974
975 spin_lock_irqsave(&phba->hbalock, iflags);
976 iocbq = __lpfc_sli_get_iocbq(phba);
977 spin_unlock_irqrestore(&phba->hbalock, iflags);
978 return iocbq;
979}
980
James Smarte59058c2008-08-24 21:49:00 -0400981/**
James Smart4f774512009-05-22 14:52:35 -0400982 * __lpfc_sli_release_iocbq_s4 - Release iocb to the iocb pool
983 * @phba: Pointer to HBA context object.
984 * @iocbq: Pointer to driver iocb object.
985 *
986 * This function is called with hbalock held to release driver
987 * iocb object to the iocb pool. The iotag in the iocb object
988 * does not change for each use of the iocb object. This function
989 * clears all other fields of the iocb object when it is freed.
990 * The sqlq structure that holds the xritag and phys and virtual
991 * mappings for the scatter gather list is retrieved from the
992 * active array of sglq. The get of the sglq pointer also clears
993 * the entry in the array. If the status of the IO indiactes that
994 * this IO was aborted then the sglq entry it put on the
995 * lpfc_abts_els_sgl_list until the CQ_ABORTED_XRI is received. If the
996 * IO has good status or fails for any other reason then the sglq
997 * entry is added to the free list (lpfc_sgl_list).
998 **/
999static void
1000__lpfc_sli_release_iocbq_s4(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1001{
1002 struct lpfc_sglq *sglq;
1003 size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
James Smart2a9bf3d2010-06-07 15:24:45 -04001004 unsigned long iflag = 0;
1005 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
James Smart4f774512009-05-22 14:52:35 -04001006
1007 if (iocbq->sli4_xritag == NO_XRI)
1008 sglq = NULL;
1009 else
James Smart6d368e52011-05-24 11:44:12 -04001010 sglq = __lpfc_clear_active_sglq(phba, iocbq->sli4_lxritag);
1011
James Smart4f774512009-05-22 14:52:35 -04001012 if (sglq) {
James Smart0f65ff62010-02-26 14:14:23 -05001013 if ((iocbq->iocb_flag & LPFC_EXCHANGE_BUSY) &&
1014 (sglq->state != SGL_XRI_ABORTED)) {
James Smart4f774512009-05-22 14:52:35 -04001015 spin_lock_irqsave(&phba->sli4_hba.abts_sgl_list_lock,
1016 iflag);
1017 list_add(&sglq->list,
1018 &phba->sli4_hba.lpfc_abts_els_sgl_list);
1019 spin_unlock_irqrestore(
1020 &phba->sli4_hba.abts_sgl_list_lock, iflag);
James Smart0f65ff62010-02-26 14:14:23 -05001021 } else {
1022 sglq->state = SGL_FREED;
James Smart19ca7602010-11-20 23:11:55 -05001023 sglq->ndlp = NULL;
James Smartfedd3b72011-02-16 12:39:24 -05001024 list_add_tail(&sglq->list,
1025 &phba->sli4_hba.lpfc_sgl_list);
James Smart2a9bf3d2010-06-07 15:24:45 -04001026
1027 /* Check if TXQ queue needs to be serviced */
James Smart589a52d2010-07-14 15:30:54 -04001028 if (pring->txq_cnt)
James Smart2a9bf3d2010-06-07 15:24:45 -04001029 lpfc_worker_wake_up(phba);
James Smart0f65ff62010-02-26 14:14:23 -05001030 }
James Smart4f774512009-05-22 14:52:35 -04001031 }
1032
1033
1034 /*
1035 * Clean all volatile data fields, preserve iotag and node struct.
1036 */
1037 memset((char *)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean);
James Smart6d368e52011-05-24 11:44:12 -04001038 iocbq->sli4_lxritag = NO_XRI;
James Smart4f774512009-05-22 14:52:35 -04001039 iocbq->sli4_xritag = NO_XRI;
1040 list_add_tail(&iocbq->list, &phba->lpfc_iocb_list);
1041}
1042
James Smart2a9bf3d2010-06-07 15:24:45 -04001043
James Smart4f774512009-05-22 14:52:35 -04001044/**
James Smart3772a992009-05-22 14:50:54 -04001045 * __lpfc_sli_release_iocbq_s3 - Release iocb to the iocb pool
1046 * @phba: Pointer to HBA context object.
1047 * @iocbq: Pointer to driver iocb object.
1048 *
1049 * This function is called with hbalock held to release driver
1050 * iocb object to the iocb pool. The iotag in the iocb object
1051 * does not change for each use of the iocb object. This function
1052 * clears all other fields of the iocb object when it is freed.
1053 **/
1054static void
1055__lpfc_sli_release_iocbq_s3(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1056{
1057 size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
1058
1059 /*
1060 * Clean all volatile data fields, preserve iotag and node struct.
1061 */
1062 memset((char*)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean);
1063 iocbq->sli4_xritag = NO_XRI;
1064 list_add_tail(&iocbq->list, &phba->lpfc_iocb_list);
1065}
1066
1067/**
James Smart3621a712009-04-06 18:47:14 -04001068 * __lpfc_sli_release_iocbq - Release iocb to the iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001069 * @phba: Pointer to HBA context object.
1070 * @iocbq: Pointer to driver iocb object.
1071 *
1072 * This function is called with hbalock held to release driver
1073 * iocb object to the iocb pool. The iotag in the iocb object
1074 * does not change for each use of the iocb object. This function
1075 * clears all other fields of the iocb object when it is freed.
1076 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001077static void
James Smart2e0fef82007-06-17 19:56:36 -05001078__lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1079{
James Smart3772a992009-05-22 14:50:54 -04001080 phba->__lpfc_sli_release_iocbq(phba, iocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -04001081 phba->iocb_cnt--;
James Bottomley604a3e32005-10-29 10:28:33 -05001082}
1083
James Smarte59058c2008-08-24 21:49:00 -04001084/**
James Smart3621a712009-04-06 18:47:14 -04001085 * lpfc_sli_release_iocbq - Release iocb to the iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001086 * @phba: Pointer to HBA context object.
1087 * @iocbq: Pointer to driver iocb object.
1088 *
1089 * This function is called with no lock held to release the iocb to
1090 * iocb pool.
1091 **/
James Smart2e0fef82007-06-17 19:56:36 -05001092void
1093lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1094{
1095 unsigned long iflags;
1096
1097 /*
1098 * Clean all volatile data fields, preserve iotag and node struct.
1099 */
1100 spin_lock_irqsave(&phba->hbalock, iflags);
1101 __lpfc_sli_release_iocbq(phba, iocbq);
1102 spin_unlock_irqrestore(&phba->hbalock, iflags);
1103}
1104
James Smarte59058c2008-08-24 21:49:00 -04001105/**
James Smarta257bf92009-04-06 18:48:10 -04001106 * lpfc_sli_cancel_iocbs - Cancel all iocbs from a list.
1107 * @phba: Pointer to HBA context object.
1108 * @iocblist: List of IOCBs.
1109 * @ulpstatus: ULP status in IOCB command field.
1110 * @ulpWord4: ULP word-4 in IOCB command field.
1111 *
1112 * This function is called with a list of IOCBs to cancel. It cancels the IOCB
1113 * on the list by invoking the complete callback function associated with the
1114 * IOCB with the provided @ulpstatus and @ulpword4 set to the IOCB commond
1115 * fields.
1116 **/
1117void
1118lpfc_sli_cancel_iocbs(struct lpfc_hba *phba, struct list_head *iocblist,
1119 uint32_t ulpstatus, uint32_t ulpWord4)
1120{
1121 struct lpfc_iocbq *piocb;
1122
1123 while (!list_empty(iocblist)) {
1124 list_remove_head(iocblist, piocb, struct lpfc_iocbq, list);
1125
1126 if (!piocb->iocb_cmpl)
1127 lpfc_sli_release_iocbq(phba, piocb);
1128 else {
1129 piocb->iocb.ulpStatus = ulpstatus;
1130 piocb->iocb.un.ulpWord[4] = ulpWord4;
1131 (piocb->iocb_cmpl) (phba, piocb, piocb);
1132 }
1133 }
1134 return;
1135}
1136
1137/**
James Smart3621a712009-04-06 18:47:14 -04001138 * lpfc_sli_iocb_cmd_type - Get the iocb type
1139 * @iocb_cmnd: iocb command code.
James Smarte59058c2008-08-24 21:49:00 -04001140 *
1141 * This function is called by ring event handler function to get the iocb type.
1142 * This function translates the iocb command to an iocb command type used to
1143 * decide the final disposition of each completed IOCB.
1144 * The function returns
1145 * LPFC_UNKNOWN_IOCB if it is an unsupported iocb
1146 * LPFC_SOL_IOCB if it is a solicited iocb completion
1147 * LPFC_ABORT_IOCB if it is an abort iocb
1148 * LPFC_UNSOL_IOCB if it is an unsolicited iocb
1149 *
1150 * The caller is not required to hold any lock.
1151 **/
dea31012005-04-17 16:05:31 -05001152static lpfc_iocb_type
1153lpfc_sli_iocb_cmd_type(uint8_t iocb_cmnd)
1154{
1155 lpfc_iocb_type type = LPFC_UNKNOWN_IOCB;
1156
1157 if (iocb_cmnd > CMD_MAX_IOCB_CMD)
1158 return 0;
1159
1160 switch (iocb_cmnd) {
1161 case CMD_XMIT_SEQUENCE_CR:
1162 case CMD_XMIT_SEQUENCE_CX:
1163 case CMD_XMIT_BCAST_CN:
1164 case CMD_XMIT_BCAST_CX:
1165 case CMD_ELS_REQUEST_CR:
1166 case CMD_ELS_REQUEST_CX:
1167 case CMD_CREATE_XRI_CR:
1168 case CMD_CREATE_XRI_CX:
1169 case CMD_GET_RPI_CN:
1170 case CMD_XMIT_ELS_RSP_CX:
1171 case CMD_GET_RPI_CR:
1172 case CMD_FCP_IWRITE_CR:
1173 case CMD_FCP_IWRITE_CX:
1174 case CMD_FCP_IREAD_CR:
1175 case CMD_FCP_IREAD_CX:
1176 case CMD_FCP_ICMND_CR:
1177 case CMD_FCP_ICMND_CX:
James Smartf5603512006-12-02 13:35:43 -05001178 case CMD_FCP_TSEND_CX:
1179 case CMD_FCP_TRSP_CX:
1180 case CMD_FCP_TRECEIVE_CX:
1181 case CMD_FCP_AUTO_TRSP_CX:
dea31012005-04-17 16:05:31 -05001182 case CMD_ADAPTER_MSG:
1183 case CMD_ADAPTER_DUMP:
1184 case CMD_XMIT_SEQUENCE64_CR:
1185 case CMD_XMIT_SEQUENCE64_CX:
1186 case CMD_XMIT_BCAST64_CN:
1187 case CMD_XMIT_BCAST64_CX:
1188 case CMD_ELS_REQUEST64_CR:
1189 case CMD_ELS_REQUEST64_CX:
1190 case CMD_FCP_IWRITE64_CR:
1191 case CMD_FCP_IWRITE64_CX:
1192 case CMD_FCP_IREAD64_CR:
1193 case CMD_FCP_IREAD64_CX:
1194 case CMD_FCP_ICMND64_CR:
1195 case CMD_FCP_ICMND64_CX:
James Smartf5603512006-12-02 13:35:43 -05001196 case CMD_FCP_TSEND64_CX:
1197 case CMD_FCP_TRSP64_CX:
1198 case CMD_FCP_TRECEIVE64_CX:
dea31012005-04-17 16:05:31 -05001199 case CMD_GEN_REQUEST64_CR:
1200 case CMD_GEN_REQUEST64_CX:
1201 case CMD_XMIT_ELS_RSP64_CX:
James Smartda0436e2009-05-22 14:51:39 -04001202 case DSSCMD_IWRITE64_CR:
1203 case DSSCMD_IWRITE64_CX:
1204 case DSSCMD_IREAD64_CR:
1205 case DSSCMD_IREAD64_CX:
dea31012005-04-17 16:05:31 -05001206 type = LPFC_SOL_IOCB;
1207 break;
1208 case CMD_ABORT_XRI_CN:
1209 case CMD_ABORT_XRI_CX:
1210 case CMD_CLOSE_XRI_CN:
1211 case CMD_CLOSE_XRI_CX:
1212 case CMD_XRI_ABORTED_CX:
1213 case CMD_ABORT_MXRI64_CN:
James Smart6669f9b2009-10-02 15:16:45 -04001214 case CMD_XMIT_BLS_RSP64_CX:
dea31012005-04-17 16:05:31 -05001215 type = LPFC_ABORT_IOCB;
1216 break;
1217 case CMD_RCV_SEQUENCE_CX:
1218 case CMD_RCV_ELS_REQ_CX:
1219 case CMD_RCV_SEQUENCE64_CX:
1220 case CMD_RCV_ELS_REQ64_CX:
James Smart57127f12007-10-27 13:37:05 -04001221 case CMD_ASYNC_STATUS:
James Smarted957682007-06-17 19:56:37 -05001222 case CMD_IOCB_RCV_SEQ64_CX:
1223 case CMD_IOCB_RCV_ELS64_CX:
1224 case CMD_IOCB_RCV_CONT64_CX:
James Smart3163f722008-02-08 18:50:25 -05001225 case CMD_IOCB_RET_XRI64_CX:
dea31012005-04-17 16:05:31 -05001226 type = LPFC_UNSOL_IOCB;
1227 break;
James Smart3163f722008-02-08 18:50:25 -05001228 case CMD_IOCB_XMIT_MSEQ64_CR:
1229 case CMD_IOCB_XMIT_MSEQ64_CX:
1230 case CMD_IOCB_RCV_SEQ_LIST64_CX:
1231 case CMD_IOCB_RCV_ELS_LIST64_CX:
1232 case CMD_IOCB_CLOSE_EXTENDED_CN:
1233 case CMD_IOCB_ABORT_EXTENDED_CN:
1234 case CMD_IOCB_RET_HBQE64_CN:
1235 case CMD_IOCB_FCP_IBIDIR64_CR:
1236 case CMD_IOCB_FCP_IBIDIR64_CX:
1237 case CMD_IOCB_FCP_ITASKMGT64_CX:
1238 case CMD_IOCB_LOGENTRY_CN:
1239 case CMD_IOCB_LOGENTRY_ASYNC_CN:
1240 printk("%s - Unhandled SLI-3 Command x%x\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07001241 __func__, iocb_cmnd);
James Smart3163f722008-02-08 18:50:25 -05001242 type = LPFC_UNKNOWN_IOCB;
1243 break;
dea31012005-04-17 16:05:31 -05001244 default:
1245 type = LPFC_UNKNOWN_IOCB;
1246 break;
1247 }
1248
1249 return type;
1250}
1251
James Smarte59058c2008-08-24 21:49:00 -04001252/**
James Smart3621a712009-04-06 18:47:14 -04001253 * lpfc_sli_ring_map - Issue config_ring mbox for all rings
James Smarte59058c2008-08-24 21:49:00 -04001254 * @phba: Pointer to HBA context object.
1255 *
1256 * This function is called from SLI initialization code
1257 * to configure every ring of the HBA's SLI interface. The
1258 * caller is not required to hold any lock. This function issues
1259 * a config_ring mailbox command for each ring.
1260 * This function returns zero if successful else returns a negative
1261 * error code.
1262 **/
dea31012005-04-17 16:05:31 -05001263static int
James Smarted957682007-06-17 19:56:37 -05001264lpfc_sli_ring_map(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05001265{
1266 struct lpfc_sli *psli = &phba->sli;
James Smarted957682007-06-17 19:56:37 -05001267 LPFC_MBOXQ_t *pmb;
1268 MAILBOX_t *pmbox;
1269 int i, rc, ret = 0;
dea31012005-04-17 16:05:31 -05001270
James Smarted957682007-06-17 19:56:37 -05001271 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1272 if (!pmb)
1273 return -ENOMEM;
James Smart04c68492009-05-22 14:52:52 -04001274 pmbox = &pmb->u.mb;
James Smarted957682007-06-17 19:56:37 -05001275 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -05001276 for (i = 0; i < psli->num_rings; i++) {
dea31012005-04-17 16:05:31 -05001277 lpfc_config_ring(phba, i, pmb);
1278 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
1279 if (rc != MBX_SUCCESS) {
James Smart92d7f7b2007-06-17 19:56:38 -05001280 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04001281 "0446 Adapter failed to init (%d), "
dea31012005-04-17 16:05:31 -05001282 "mbxCmd x%x CFG_RING, mbxStatus x%x, "
1283 "ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04001284 rc, pmbox->mbxCommand,
1285 pmbox->mbxStatus, i);
James Smart2e0fef82007-06-17 19:56:36 -05001286 phba->link_state = LPFC_HBA_ERROR;
James Smarted957682007-06-17 19:56:37 -05001287 ret = -ENXIO;
1288 break;
dea31012005-04-17 16:05:31 -05001289 }
1290 }
James Smarted957682007-06-17 19:56:37 -05001291 mempool_free(pmb, phba->mbox_mem_pool);
1292 return ret;
dea31012005-04-17 16:05:31 -05001293}
1294
James Smarte59058c2008-08-24 21:49:00 -04001295/**
James Smart3621a712009-04-06 18:47:14 -04001296 * lpfc_sli_ringtxcmpl_put - Adds new iocb to the txcmplq
James Smarte59058c2008-08-24 21:49:00 -04001297 * @phba: Pointer to HBA context object.
1298 * @pring: Pointer to driver SLI ring object.
1299 * @piocb: Pointer to the driver iocb object.
1300 *
1301 * This function is called with hbalock held. The function adds the
1302 * new iocb to txcmplq of the given ring. This function always returns
1303 * 0. If this function is called for ELS ring, this function checks if
1304 * there is a vport associated with the ELS command. This function also
1305 * starts els_tmofunc timer if this is an ELS command.
1306 **/
dea31012005-04-17 16:05:31 -05001307static int
James Smart2e0fef82007-06-17 19:56:36 -05001308lpfc_sli_ringtxcmpl_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
1309 struct lpfc_iocbq *piocb)
dea31012005-04-17 16:05:31 -05001310{
dea31012005-04-17 16:05:31 -05001311 list_add_tail(&piocb->list, &pring->txcmplq);
James Smart4f2e66c2012-05-09 21:17:07 -04001312 piocb->iocb_flag |= LPFC_IO_ON_TXCMPLQ;
dea31012005-04-17 16:05:31 -05001313 pring->txcmplq_cnt++;
James Smart2a9bf3d2010-06-07 15:24:45 -04001314 if (pring->txcmplq_cnt > pring->txcmplq_max)
1315 pring->txcmplq_max = pring->txcmplq_cnt;
1316
James Smart92d7f7b2007-06-17 19:56:38 -05001317 if ((unlikely(pring->ringno == LPFC_ELS_RING)) &&
1318 (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) &&
1319 (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) {
1320 if (!piocb->vport)
1321 BUG();
1322 else
1323 mod_timer(&piocb->vport->els_tmofunc,
1324 jiffies + HZ * (phba->fc_ratov << 1));
1325 }
1326
dea31012005-04-17 16:05:31 -05001327
James Smart2e0fef82007-06-17 19:56:36 -05001328 return 0;
dea31012005-04-17 16:05:31 -05001329}
1330
James Smarte59058c2008-08-24 21:49:00 -04001331/**
James Smart3621a712009-04-06 18:47:14 -04001332 * lpfc_sli_ringtx_get - Get first element of the txq
James Smarte59058c2008-08-24 21:49:00 -04001333 * @phba: Pointer to HBA context object.
1334 * @pring: Pointer to driver SLI ring object.
1335 *
1336 * This function is called with hbalock held to get next
1337 * iocb in txq of the given ring. If there is any iocb in
1338 * the txq, the function returns first iocb in the list after
1339 * removing the iocb from the list, else it returns NULL.
1340 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04001341struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -05001342lpfc_sli_ringtx_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001343{
dea31012005-04-17 16:05:31 -05001344 struct lpfc_iocbq *cmd_iocb;
1345
James Smart858c9f62007-06-17 19:56:39 -05001346 list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list);
1347 if (cmd_iocb != NULL)
dea31012005-04-17 16:05:31 -05001348 pring->txq_cnt--;
James Smart2e0fef82007-06-17 19:56:36 -05001349 return cmd_iocb;
dea31012005-04-17 16:05:31 -05001350}
1351
James Smarte59058c2008-08-24 21:49:00 -04001352/**
James Smart3621a712009-04-06 18:47:14 -04001353 * lpfc_sli_next_iocb_slot - Get next iocb slot in the ring
James Smarte59058c2008-08-24 21:49:00 -04001354 * @phba: Pointer to HBA context object.
1355 * @pring: Pointer to driver SLI ring object.
1356 *
1357 * This function is called with hbalock held and the caller must post the
1358 * iocb without releasing the lock. If the caller releases the lock,
1359 * iocb slot returned by the function is not guaranteed to be available.
1360 * The function returns pointer to the next available iocb slot if there
1361 * is available slot in the ring, else it returns NULL.
1362 * If the get index of the ring is ahead of the put index, the function
1363 * will post an error attention event to the worker thread to take the
1364 * HBA to offline state.
1365 **/
dea31012005-04-17 16:05:31 -05001366static IOCB_t *
1367lpfc_sli_next_iocb_slot (struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
1368{
James Smart34b02dc2008-08-24 21:49:55 -04001369 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
James Smart7e56aa22012-08-03 12:35:34 -04001370 uint32_t max_cmd_idx = pring->sli.sli3.numCiocb;
1371 if ((pring->sli.sli3.next_cmdidx == pring->sli.sli3.cmdidx) &&
1372 (++pring->sli.sli3.next_cmdidx >= max_cmd_idx))
1373 pring->sli.sli3.next_cmdidx = 0;
dea31012005-04-17 16:05:31 -05001374
James Smart7e56aa22012-08-03 12:35:34 -04001375 if (unlikely(pring->sli.sli3.local_getidx ==
1376 pring->sli.sli3.next_cmdidx)) {
dea31012005-04-17 16:05:31 -05001377
James Smart7e56aa22012-08-03 12:35:34 -04001378 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05001379
James Smart7e56aa22012-08-03 12:35:34 -04001380 if (unlikely(pring->sli.sli3.local_getidx >= max_cmd_idx)) {
dea31012005-04-17 16:05:31 -05001381 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04001382 "0315 Ring %d issue: portCmdGet %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02001383 "is bigger than cmd ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04001384 pring->ringno,
James Smart7e56aa22012-08-03 12:35:34 -04001385 pring->sli.sli3.local_getidx,
1386 max_cmd_idx);
dea31012005-04-17 16:05:31 -05001387
James Smart2e0fef82007-06-17 19:56:36 -05001388 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001389 /*
1390 * All error attention handlers are posted to
1391 * worker thread
1392 */
1393 phba->work_ha |= HA_ERATT;
1394 phba->work_hs = HS_FFER3;
James Smart92d7f7b2007-06-17 19:56:38 -05001395
James Smart5e9d9b82008-06-14 22:52:53 -04001396 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05001397
1398 return NULL;
1399 }
1400
James Smart7e56aa22012-08-03 12:35:34 -04001401 if (pring->sli.sli3.local_getidx == pring->sli.sli3.next_cmdidx)
dea31012005-04-17 16:05:31 -05001402 return NULL;
1403 }
1404
James Smarted957682007-06-17 19:56:37 -05001405 return lpfc_cmd_iocb(phba, pring);
dea31012005-04-17 16:05:31 -05001406}
1407
James Smarte59058c2008-08-24 21:49:00 -04001408/**
James Smart3621a712009-04-06 18:47:14 -04001409 * lpfc_sli_next_iotag - Get an iotag for the iocb
James Smarte59058c2008-08-24 21:49:00 -04001410 * @phba: Pointer to HBA context object.
1411 * @iocbq: Pointer to driver iocb object.
1412 *
1413 * This function gets an iotag for the iocb. If there is no unused iotag and
1414 * the iocbq_lookup_len < 0xffff, this function allocates a bigger iotag_lookup
1415 * array and assigns a new iotag.
1416 * The function returns the allocated iotag if successful, else returns zero.
1417 * Zero is not a valid iotag.
1418 * The caller is not required to hold any lock.
1419 **/
James Bottomley604a3e32005-10-29 10:28:33 -05001420uint16_t
James Smart2e0fef82007-06-17 19:56:36 -05001421lpfc_sli_next_iotag(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
dea31012005-04-17 16:05:31 -05001422{
James Smart2e0fef82007-06-17 19:56:36 -05001423 struct lpfc_iocbq **new_arr;
1424 struct lpfc_iocbq **old_arr;
James Bottomley604a3e32005-10-29 10:28:33 -05001425 size_t new_len;
1426 struct lpfc_sli *psli = &phba->sli;
1427 uint16_t iotag;
dea31012005-04-17 16:05:31 -05001428
James Smart2e0fef82007-06-17 19:56:36 -05001429 spin_lock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001430 iotag = psli->last_iotag;
1431 if(++iotag < psli->iocbq_lookup_len) {
1432 psli->last_iotag = iotag;
1433 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001434 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001435 iocbq->iotag = iotag;
1436 return iotag;
James Smart2e0fef82007-06-17 19:56:36 -05001437 } else if (psli->iocbq_lookup_len < (0xffff
James Bottomley604a3e32005-10-29 10:28:33 -05001438 - LPFC_IOCBQ_LOOKUP_INCREMENT)) {
1439 new_len = psli->iocbq_lookup_len + LPFC_IOCBQ_LOOKUP_INCREMENT;
James Smart2e0fef82007-06-17 19:56:36 -05001440 spin_unlock_irq(&phba->hbalock);
1441 new_arr = kzalloc(new_len * sizeof (struct lpfc_iocbq *),
James Bottomley604a3e32005-10-29 10:28:33 -05001442 GFP_KERNEL);
1443 if (new_arr) {
James Smart2e0fef82007-06-17 19:56:36 -05001444 spin_lock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001445 old_arr = psli->iocbq_lookup;
1446 if (new_len <= psli->iocbq_lookup_len) {
1447 /* highly unprobable case */
1448 kfree(new_arr);
1449 iotag = psli->last_iotag;
1450 if(++iotag < psli->iocbq_lookup_len) {
1451 psli->last_iotag = iotag;
1452 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001453 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001454 iocbq->iotag = iotag;
1455 return iotag;
1456 }
James Smart2e0fef82007-06-17 19:56:36 -05001457 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001458 return 0;
1459 }
1460 if (psli->iocbq_lookup)
1461 memcpy(new_arr, old_arr,
1462 ((psli->last_iotag + 1) *
James Smart311464e2007-08-02 11:10:37 -04001463 sizeof (struct lpfc_iocbq *)));
James Bottomley604a3e32005-10-29 10:28:33 -05001464 psli->iocbq_lookup = new_arr;
1465 psli->iocbq_lookup_len = new_len;
1466 psli->last_iotag = iotag;
1467 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001468 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001469 iocbq->iotag = iotag;
1470 kfree(old_arr);
1471 return iotag;
1472 }
James Smart8f6d98d2006-08-01 07:34:00 -04001473 } else
James Smart2e0fef82007-06-17 19:56:36 -05001474 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001475
James Smartbc739052010-08-04 16:11:18 -04001476 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04001477 "0318 Failed to allocate IOTAG.last IOTAG is %d\n",
1478 psli->last_iotag);
dea31012005-04-17 16:05:31 -05001479
James Bottomley604a3e32005-10-29 10:28:33 -05001480 return 0;
dea31012005-04-17 16:05:31 -05001481}
1482
James Smarte59058c2008-08-24 21:49:00 -04001483/**
James Smart3621a712009-04-06 18:47:14 -04001484 * lpfc_sli_submit_iocb - Submit an iocb to the firmware
James Smarte59058c2008-08-24 21:49:00 -04001485 * @phba: Pointer to HBA context object.
1486 * @pring: Pointer to driver SLI ring object.
1487 * @iocb: Pointer to iocb slot in the ring.
1488 * @nextiocb: Pointer to driver iocb object which need to be
1489 * posted to firmware.
1490 *
1491 * This function is called with hbalock held to post a new iocb to
1492 * the firmware. This function copies the new iocb to ring iocb slot and
1493 * updates the ring pointers. It adds the new iocb to txcmplq if there is
1494 * a completion call back for this iocb else the function will free the
1495 * iocb object.
1496 **/
dea31012005-04-17 16:05:31 -05001497static void
1498lpfc_sli_submit_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
1499 IOCB_t *iocb, struct lpfc_iocbq *nextiocb)
1500{
1501 /*
James Bottomley604a3e32005-10-29 10:28:33 -05001502 * Set up an iotag
dea31012005-04-17 16:05:31 -05001503 */
James Bottomley604a3e32005-10-29 10:28:33 -05001504 nextiocb->iocb.ulpIoTag = (nextiocb->iocb_cmpl) ? nextiocb->iotag : 0;
dea31012005-04-17 16:05:31 -05001505
James Smarte2a0a9d2008-12-04 22:40:02 -05001506
James Smarta58cbd52007-08-02 11:09:43 -04001507 if (pring->ringno == LPFC_ELS_RING) {
1508 lpfc_debugfs_slow_ring_trc(phba,
1509 "IOCB cmd ring: wd4:x%08x wd6:x%08x wd7:x%08x",
1510 *(((uint32_t *) &nextiocb->iocb) + 4),
1511 *(((uint32_t *) &nextiocb->iocb) + 6),
1512 *(((uint32_t *) &nextiocb->iocb) + 7));
1513 }
1514
dea31012005-04-17 16:05:31 -05001515 /*
1516 * Issue iocb command to adapter
1517 */
James Smart92d7f7b2007-06-17 19:56:38 -05001518 lpfc_sli_pcimem_bcopy(&nextiocb->iocb, iocb, phba->iocb_cmd_size);
dea31012005-04-17 16:05:31 -05001519 wmb();
1520 pring->stats.iocb_cmd++;
1521
1522 /*
1523 * If there is no completion routine to call, we can release the
1524 * IOCB buffer back right now. For IOCBs, like QUE_RING_BUF,
1525 * that have no rsp ring completion, iocb_cmpl MUST be NULL.
1526 */
1527 if (nextiocb->iocb_cmpl)
1528 lpfc_sli_ringtxcmpl_put(phba, pring, nextiocb);
James Bottomley604a3e32005-10-29 10:28:33 -05001529 else
James Smart2e0fef82007-06-17 19:56:36 -05001530 __lpfc_sli_release_iocbq(phba, nextiocb);
dea31012005-04-17 16:05:31 -05001531
1532 /*
1533 * Let the HBA know what IOCB slot will be the next one the
1534 * driver will put a command into.
1535 */
James Smart7e56aa22012-08-03 12:35:34 -04001536 pring->sli.sli3.cmdidx = pring->sli.sli3.next_cmdidx;
1537 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx);
dea31012005-04-17 16:05:31 -05001538}
1539
James Smarte59058c2008-08-24 21:49:00 -04001540/**
James Smart3621a712009-04-06 18:47:14 -04001541 * lpfc_sli_update_full_ring - Update the chip attention register
James Smarte59058c2008-08-24 21:49:00 -04001542 * @phba: Pointer to HBA context object.
1543 * @pring: Pointer to driver SLI ring object.
1544 *
1545 * The caller is not required to hold any lock for calling this function.
1546 * This function updates the chip attention bits for the ring to inform firmware
1547 * that there are pending work to be done for this ring and requests an
1548 * interrupt when there is space available in the ring. This function is
1549 * called when the driver is unable to post more iocbs to the ring due
1550 * to unavailability of space in the ring.
1551 **/
dea31012005-04-17 16:05:31 -05001552static void
James Smart2e0fef82007-06-17 19:56:36 -05001553lpfc_sli_update_full_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001554{
1555 int ringno = pring->ringno;
1556
1557 pring->flag |= LPFC_CALL_RING_AVAILABLE;
1558
1559 wmb();
1560
1561 /*
1562 * Set ring 'ringno' to SET R0CE_REQ in Chip Att register.
1563 * The HBA will tell us when an IOCB entry is available.
1564 */
1565 writel((CA_R0ATT|CA_R0CE_REQ) << (ringno*4), phba->CAregaddr);
1566 readl(phba->CAregaddr); /* flush */
1567
1568 pring->stats.iocb_cmd_full++;
1569}
1570
James Smarte59058c2008-08-24 21:49:00 -04001571/**
James Smart3621a712009-04-06 18:47:14 -04001572 * lpfc_sli_update_ring - Update chip attention register
James Smarte59058c2008-08-24 21:49:00 -04001573 * @phba: Pointer to HBA context object.
1574 * @pring: Pointer to driver SLI ring object.
1575 *
1576 * This function updates the chip attention register bit for the
1577 * given ring to inform HBA that there is more work to be done
1578 * in this ring. The caller is not required to hold any lock.
1579 **/
dea31012005-04-17 16:05:31 -05001580static void
James Smart2e0fef82007-06-17 19:56:36 -05001581lpfc_sli_update_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001582{
1583 int ringno = pring->ringno;
1584
1585 /*
1586 * Tell the HBA that there is work to do in this ring.
1587 */
James Smart34b02dc2008-08-24 21:49:55 -04001588 if (!(phba->sli3_options & LPFC_SLI3_CRP_ENABLED)) {
1589 wmb();
1590 writel(CA_R0ATT << (ringno * 4), phba->CAregaddr);
1591 readl(phba->CAregaddr); /* flush */
1592 }
dea31012005-04-17 16:05:31 -05001593}
1594
James Smarte59058c2008-08-24 21:49:00 -04001595/**
James Smart3621a712009-04-06 18:47:14 -04001596 * lpfc_sli_resume_iocb - Process iocbs in the txq
James Smarte59058c2008-08-24 21:49:00 -04001597 * @phba: Pointer to HBA context object.
1598 * @pring: Pointer to driver SLI ring object.
1599 *
1600 * This function is called with hbalock held to post pending iocbs
1601 * in the txq to the firmware. This function is called when driver
1602 * detects space available in the ring.
1603 **/
dea31012005-04-17 16:05:31 -05001604static void
James Smart2e0fef82007-06-17 19:56:36 -05001605lpfc_sli_resume_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001606{
1607 IOCB_t *iocb;
1608 struct lpfc_iocbq *nextiocb;
1609
1610 /*
1611 * Check to see if:
1612 * (a) there is anything on the txq to send
1613 * (b) link is up
1614 * (c) link attention events can be processed (fcp ring only)
1615 * (d) IOCB processing is not blocked by the outstanding mbox command.
1616 */
1617 if (pring->txq_cnt &&
James Smart2e0fef82007-06-17 19:56:36 -05001618 lpfc_is_link_up(phba) &&
dea31012005-04-17 16:05:31 -05001619 (pring->ringno != phba->sli.fcp_ring ||
James Smart0b727fe2007-10-27 13:37:25 -04001620 phba->sli.sli_flag & LPFC_PROCESS_LA)) {
dea31012005-04-17 16:05:31 -05001621
1622 while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) &&
1623 (nextiocb = lpfc_sli_ringtx_get(phba, pring)))
1624 lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb);
1625
1626 if (iocb)
1627 lpfc_sli_update_ring(phba, pring);
1628 else
1629 lpfc_sli_update_full_ring(phba, pring);
1630 }
1631
1632 return;
1633}
1634
James Smarte59058c2008-08-24 21:49:00 -04001635/**
James Smart3621a712009-04-06 18:47:14 -04001636 * lpfc_sli_next_hbq_slot - Get next hbq entry for the HBQ
James Smarte59058c2008-08-24 21:49:00 -04001637 * @phba: Pointer to HBA context object.
1638 * @hbqno: HBQ number.
1639 *
1640 * This function is called with hbalock held to get the next
1641 * available slot for the given HBQ. If there is free slot
1642 * available for the HBQ it will return pointer to the next available
1643 * HBQ entry else it will return NULL.
1644 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001645static struct lpfc_hbq_entry *
James Smarted957682007-06-17 19:56:37 -05001646lpfc_sli_next_hbq_slot(struct lpfc_hba *phba, uint32_t hbqno)
1647{
1648 struct hbq_s *hbqp = &phba->hbqs[hbqno];
1649
1650 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx &&
1651 ++hbqp->next_hbqPutIdx >= hbqp->entry_count)
1652 hbqp->next_hbqPutIdx = 0;
1653
1654 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001655 uint32_t raw_index = phba->hbq_get[hbqno];
James Smarted957682007-06-17 19:56:37 -05001656 uint32_t getidx = le32_to_cpu(raw_index);
1657
1658 hbqp->local_hbqGetIdx = getidx;
1659
1660 if (unlikely(hbqp->local_hbqGetIdx >= hbqp->entry_count)) {
1661 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05001662 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04001663 "1802 HBQ %d: local_hbqGetIdx "
James Smarted957682007-06-17 19:56:37 -05001664 "%u is > than hbqp->entry_count %u\n",
James Smarte8b62012007-08-02 11:10:09 -04001665 hbqno, hbqp->local_hbqGetIdx,
James Smarted957682007-06-17 19:56:37 -05001666 hbqp->entry_count);
1667
1668 phba->link_state = LPFC_HBA_ERROR;
1669 return NULL;
1670 }
1671
1672 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)
1673 return NULL;
1674 }
1675
James Smart51ef4c22007-08-02 11:10:31 -04001676 return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt +
1677 hbqp->hbqPutIdx;
James Smarted957682007-06-17 19:56:37 -05001678}
1679
James Smarte59058c2008-08-24 21:49:00 -04001680/**
James Smart3621a712009-04-06 18:47:14 -04001681 * lpfc_sli_hbqbuf_free_all - Free all the hbq buffers
James Smarte59058c2008-08-24 21:49:00 -04001682 * @phba: Pointer to HBA context object.
1683 *
1684 * This function is called with no lock held to free all the
1685 * hbq buffers while uninitializing the SLI interface. It also
1686 * frees the HBQ buffers returned by the firmware but not yet
1687 * processed by the upper layers.
1688 **/
James Smarted957682007-06-17 19:56:37 -05001689void
1690lpfc_sli_hbqbuf_free_all(struct lpfc_hba *phba)
1691{
James Smart92d7f7b2007-06-17 19:56:38 -05001692 struct lpfc_dmabuf *dmabuf, *next_dmabuf;
1693 struct hbq_dmabuf *hbq_buf;
James Smart3163f722008-02-08 18:50:25 -05001694 unsigned long flags;
James Smart51ef4c22007-08-02 11:10:31 -04001695 int i, hbq_count;
James Smart3163f722008-02-08 18:50:25 -05001696 uint32_t hbqno;
James Smarted957682007-06-17 19:56:37 -05001697
James Smart51ef4c22007-08-02 11:10:31 -04001698 hbq_count = lpfc_sli_hbq_count();
James Smarted957682007-06-17 19:56:37 -05001699 /* Return all memory used by all HBQs */
James Smart3163f722008-02-08 18:50:25 -05001700 spin_lock_irqsave(&phba->hbalock, flags);
James Smart51ef4c22007-08-02 11:10:31 -04001701 for (i = 0; i < hbq_count; ++i) {
1702 list_for_each_entry_safe(dmabuf, next_dmabuf,
1703 &phba->hbqs[i].hbq_buffer_list, list) {
1704 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1705 list_del(&hbq_buf->dbuf.list);
1706 (phba->hbqs[i].hbq_free_buffer)(phba, hbq_buf);
1707 }
James Smarta8adb832007-10-27 13:37:53 -04001708 phba->hbqs[i].buffer_count = 0;
James Smarted957682007-06-17 19:56:37 -05001709 }
James Smart3163f722008-02-08 18:50:25 -05001710 /* Return all HBQ buffer that are in-fly */
James Smart3772a992009-05-22 14:50:54 -04001711 list_for_each_entry_safe(dmabuf, next_dmabuf, &phba->rb_pend_list,
1712 list) {
James Smart3163f722008-02-08 18:50:25 -05001713 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1714 list_del(&hbq_buf->dbuf.list);
1715 if (hbq_buf->tag == -1) {
1716 (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer)
1717 (phba, hbq_buf);
1718 } else {
1719 hbqno = hbq_buf->tag >> 16;
1720 if (hbqno >= LPFC_MAX_HBQS)
1721 (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer)
1722 (phba, hbq_buf);
1723 else
1724 (phba->hbqs[hbqno].hbq_free_buffer)(phba,
1725 hbq_buf);
1726 }
1727 }
1728
1729 /* Mark the HBQs not in use */
1730 phba->hbq_in_use = 0;
1731 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smarted957682007-06-17 19:56:37 -05001732}
1733
James Smarte59058c2008-08-24 21:49:00 -04001734/**
James Smart3621a712009-04-06 18:47:14 -04001735 * lpfc_sli_hbq_to_firmware - Post the hbq buffer to firmware
James Smarte59058c2008-08-24 21:49:00 -04001736 * @phba: Pointer to HBA context object.
1737 * @hbqno: HBQ number.
1738 * @hbq_buf: Pointer to HBQ buffer.
1739 *
1740 * This function is called with the hbalock held to post a
1741 * hbq buffer to the firmware. If the function finds an empty
1742 * slot in the HBQ, it will post the buffer. The function will return
1743 * pointer to the hbq entry if it successfully post the buffer
1744 * else it will return NULL.
1745 **/
James Smart3772a992009-05-22 14:50:54 -04001746static int
James Smarted957682007-06-17 19:56:37 -05001747lpfc_sli_hbq_to_firmware(struct lpfc_hba *phba, uint32_t hbqno,
James Smart92d7f7b2007-06-17 19:56:38 -05001748 struct hbq_dmabuf *hbq_buf)
James Smarted957682007-06-17 19:56:37 -05001749{
James Smart3772a992009-05-22 14:50:54 -04001750 return phba->lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buf);
1751}
1752
1753/**
1754 * lpfc_sli_hbq_to_firmware_s3 - Post the hbq buffer to SLI3 firmware
1755 * @phba: Pointer to HBA context object.
1756 * @hbqno: HBQ number.
1757 * @hbq_buf: Pointer to HBQ buffer.
1758 *
1759 * This function is called with the hbalock held to post a hbq buffer to the
1760 * firmware. If the function finds an empty slot in the HBQ, it will post the
1761 * buffer and place it on the hbq_buffer_list. The function will return zero if
1762 * it successfully post the buffer else it will return an error.
1763 **/
1764static int
1765lpfc_sli_hbq_to_firmware_s3(struct lpfc_hba *phba, uint32_t hbqno,
1766 struct hbq_dmabuf *hbq_buf)
1767{
James Smarted957682007-06-17 19:56:37 -05001768 struct lpfc_hbq_entry *hbqe;
James Smart92d7f7b2007-06-17 19:56:38 -05001769 dma_addr_t physaddr = hbq_buf->dbuf.phys;
James Smarted957682007-06-17 19:56:37 -05001770
1771 /* Get next HBQ entry slot to use */
1772 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno);
1773 if (hbqe) {
1774 struct hbq_s *hbqp = &phba->hbqs[hbqno];
1775
James Smart92d7f7b2007-06-17 19:56:38 -05001776 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr));
1777 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr));
James Smart51ef4c22007-08-02 11:10:31 -04001778 hbqe->bde.tus.f.bdeSize = hbq_buf->size;
James Smarted957682007-06-17 19:56:37 -05001779 hbqe->bde.tus.f.bdeFlags = 0;
James Smart92d7f7b2007-06-17 19:56:38 -05001780 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w);
1781 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag);
1782 /* Sync SLIM */
James Smarted957682007-06-17 19:56:37 -05001783 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx;
1784 writel(hbqp->hbqPutIdx, phba->hbq_put + hbqno);
James Smart92d7f7b2007-06-17 19:56:38 -05001785 /* flush */
James Smarted957682007-06-17 19:56:37 -05001786 readl(phba->hbq_put + hbqno);
James Smart51ef4c22007-08-02 11:10:31 -04001787 list_add_tail(&hbq_buf->dbuf.list, &hbqp->hbq_buffer_list);
James Smart3772a992009-05-22 14:50:54 -04001788 return 0;
1789 } else
1790 return -ENOMEM;
James Smarted957682007-06-17 19:56:37 -05001791}
1792
James Smart4f774512009-05-22 14:52:35 -04001793/**
1794 * lpfc_sli_hbq_to_firmware_s4 - Post the hbq buffer to SLI4 firmware
1795 * @phba: Pointer to HBA context object.
1796 * @hbqno: HBQ number.
1797 * @hbq_buf: Pointer to HBQ buffer.
1798 *
1799 * This function is called with the hbalock held to post an RQE to the SLI4
1800 * firmware. If able to post the RQE to the RQ it will queue the hbq entry to
1801 * the hbq_buffer_list and return zero, otherwise it will return an error.
1802 **/
1803static int
1804lpfc_sli_hbq_to_firmware_s4(struct lpfc_hba *phba, uint32_t hbqno,
1805 struct hbq_dmabuf *hbq_buf)
1806{
1807 int rc;
1808 struct lpfc_rqe hrqe;
1809 struct lpfc_rqe drqe;
1810
1811 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys);
1812 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.phys);
1813 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys);
1814 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys);
1815 rc = lpfc_sli4_rq_put(phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq,
1816 &hrqe, &drqe);
1817 if (rc < 0)
1818 return rc;
1819 hbq_buf->tag = rc;
1820 list_add_tail(&hbq_buf->dbuf.list, &phba->hbqs[hbqno].hbq_buffer_list);
1821 return 0;
1822}
1823
James Smarte59058c2008-08-24 21:49:00 -04001824/* HBQ for ELS and CT traffic. */
James Smart92d7f7b2007-06-17 19:56:38 -05001825static struct lpfc_hbq_init lpfc_els_hbq = {
1826 .rn = 1,
James Smartdef9c7a2009-12-21 17:02:28 -05001827 .entry_count = 256,
James Smart92d7f7b2007-06-17 19:56:38 -05001828 .mask_count = 0,
1829 .profile = 0,
James Smart51ef4c22007-08-02 11:10:31 -04001830 .ring_mask = (1 << LPFC_ELS_RING),
James Smart92d7f7b2007-06-17 19:56:38 -05001831 .buffer_count = 0,
James Smarta257bf92009-04-06 18:48:10 -04001832 .init_count = 40,
1833 .add_count = 40,
James Smart92d7f7b2007-06-17 19:56:38 -05001834};
James Smarted957682007-06-17 19:56:37 -05001835
James Smarte59058c2008-08-24 21:49:00 -04001836/* HBQ for the extra ring if needed */
James Smart51ef4c22007-08-02 11:10:31 -04001837static struct lpfc_hbq_init lpfc_extra_hbq = {
1838 .rn = 1,
1839 .entry_count = 200,
1840 .mask_count = 0,
1841 .profile = 0,
1842 .ring_mask = (1 << LPFC_EXTRA_RING),
1843 .buffer_count = 0,
1844 .init_count = 0,
1845 .add_count = 5,
1846};
1847
James Smarte59058c2008-08-24 21:49:00 -04001848/* Array of HBQs */
James Smart78b2d852007-08-02 11:10:21 -04001849struct lpfc_hbq_init *lpfc_hbq_defs[] = {
James Smart92d7f7b2007-06-17 19:56:38 -05001850 &lpfc_els_hbq,
James Smart51ef4c22007-08-02 11:10:31 -04001851 &lpfc_extra_hbq,
James Smart92d7f7b2007-06-17 19:56:38 -05001852};
1853
James Smarte59058c2008-08-24 21:49:00 -04001854/**
James Smart3621a712009-04-06 18:47:14 -04001855 * lpfc_sli_hbqbuf_fill_hbqs - Post more hbq buffers to HBQ
James Smarte59058c2008-08-24 21:49:00 -04001856 * @phba: Pointer to HBA context object.
1857 * @hbqno: HBQ number.
1858 * @count: Number of HBQ buffers to be posted.
1859 *
James Smartd7c255b2008-08-24 21:50:00 -04001860 * This function is called with no lock held to post more hbq buffers to the
1861 * given HBQ. The function returns the number of HBQ buffers successfully
1862 * posted.
James Smarte59058c2008-08-24 21:49:00 -04001863 **/
James Smart311464e2007-08-02 11:10:37 -04001864static int
James Smart92d7f7b2007-06-17 19:56:38 -05001865lpfc_sli_hbqbuf_fill_hbqs(struct lpfc_hba *phba, uint32_t hbqno, uint32_t count)
1866{
James Smartd7c255b2008-08-24 21:50:00 -04001867 uint32_t i, posted = 0;
James Smart3163f722008-02-08 18:50:25 -05001868 unsigned long flags;
James Smart92d7f7b2007-06-17 19:56:38 -05001869 struct hbq_dmabuf *hbq_buffer;
James Smartd7c255b2008-08-24 21:50:00 -04001870 LIST_HEAD(hbq_buf_list);
Matthew Wilcoxeafe1df2008-02-21 05:44:33 -07001871 if (!phba->hbqs[hbqno].hbq_alloc_buffer)
James Smart51ef4c22007-08-02 11:10:31 -04001872 return 0;
James Smart51ef4c22007-08-02 11:10:31 -04001873
James Smartd7c255b2008-08-24 21:50:00 -04001874 if ((phba->hbqs[hbqno].buffer_count + count) >
1875 lpfc_hbq_defs[hbqno]->entry_count)
1876 count = lpfc_hbq_defs[hbqno]->entry_count -
1877 phba->hbqs[hbqno].buffer_count;
1878 if (!count)
1879 return 0;
1880 /* Allocate HBQ entries */
1881 for (i = 0; i < count; i++) {
1882 hbq_buffer = (phba->hbqs[hbqno].hbq_alloc_buffer)(phba);
1883 if (!hbq_buffer)
1884 break;
1885 list_add_tail(&hbq_buffer->dbuf.list, &hbq_buf_list);
1886 }
James Smart3163f722008-02-08 18:50:25 -05001887 /* Check whether HBQ is still in use */
1888 spin_lock_irqsave(&phba->hbalock, flags);
Matthew Wilcoxeafe1df2008-02-21 05:44:33 -07001889 if (!phba->hbq_in_use)
James Smartd7c255b2008-08-24 21:50:00 -04001890 goto err;
1891 while (!list_empty(&hbq_buf_list)) {
1892 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
1893 dbuf.list);
1894 hbq_buffer->tag = (phba->hbqs[hbqno].buffer_count |
1895 (hbqno << 16));
James Smart3772a992009-05-22 14:50:54 -04001896 if (!lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer)) {
James Smarta8adb832007-10-27 13:37:53 -04001897 phba->hbqs[hbqno].buffer_count++;
James Smartd7c255b2008-08-24 21:50:00 -04001898 posted++;
1899 } else
James Smart51ef4c22007-08-02 11:10:31 -04001900 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
James Smart92d7f7b2007-06-17 19:56:38 -05001901 }
James Smart3163f722008-02-08 18:50:25 -05001902 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smartd7c255b2008-08-24 21:50:00 -04001903 return posted;
1904err:
1905 spin_unlock_irqrestore(&phba->hbalock, flags);
1906 while (!list_empty(&hbq_buf_list)) {
1907 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
1908 dbuf.list);
1909 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
1910 }
James Smart92d7f7b2007-06-17 19:56:38 -05001911 return 0;
James Smarted957682007-06-17 19:56:37 -05001912}
1913
James Smarte59058c2008-08-24 21:49:00 -04001914/**
James Smart3621a712009-04-06 18:47:14 -04001915 * lpfc_sli_hbqbuf_add_hbqs - Post more HBQ buffers to firmware
James Smarte59058c2008-08-24 21:49:00 -04001916 * @phba: Pointer to HBA context object.
1917 * @qno: HBQ number.
1918 *
1919 * This function posts more buffers to the HBQ. This function
James Smartd7c255b2008-08-24 21:50:00 -04001920 * is called with no lock held. The function returns the number of HBQ entries
1921 * successfully allocated.
James Smarte59058c2008-08-24 21:49:00 -04001922 **/
James Smarted957682007-06-17 19:56:37 -05001923int
James Smart92d7f7b2007-06-17 19:56:38 -05001924lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *phba, uint32_t qno)
James Smarted957682007-06-17 19:56:37 -05001925{
James Smartdef9c7a2009-12-21 17:02:28 -05001926 if (phba->sli_rev == LPFC_SLI_REV4)
1927 return 0;
1928 else
1929 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
1930 lpfc_hbq_defs[qno]->add_count);
James Smarted957682007-06-17 19:56:37 -05001931}
1932
James Smarte59058c2008-08-24 21:49:00 -04001933/**
James Smart3621a712009-04-06 18:47:14 -04001934 * lpfc_sli_hbqbuf_init_hbqs - Post initial buffers to the HBQ
James Smarte59058c2008-08-24 21:49:00 -04001935 * @phba: Pointer to HBA context object.
1936 * @qno: HBQ queue number.
1937 *
1938 * This function is called from SLI initialization code path with
1939 * no lock held to post initial HBQ buffers to firmware. The
James Smartd7c255b2008-08-24 21:50:00 -04001940 * function returns the number of HBQ entries successfully allocated.
James Smarte59058c2008-08-24 21:49:00 -04001941 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001942static int
James Smart92d7f7b2007-06-17 19:56:38 -05001943lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *phba, uint32_t qno)
James Smarted957682007-06-17 19:56:37 -05001944{
James Smartdef9c7a2009-12-21 17:02:28 -05001945 if (phba->sli_rev == LPFC_SLI_REV4)
1946 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
James Smart73d91e52011-10-10 21:32:10 -04001947 lpfc_hbq_defs[qno]->entry_count);
James Smartdef9c7a2009-12-21 17:02:28 -05001948 else
1949 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
1950 lpfc_hbq_defs[qno]->init_count);
James Smarted957682007-06-17 19:56:37 -05001951}
1952
James Smarte59058c2008-08-24 21:49:00 -04001953/**
James Smart3772a992009-05-22 14:50:54 -04001954 * lpfc_sli_hbqbuf_get - Remove the first hbq off of an hbq list
1955 * @phba: Pointer to HBA context object.
1956 * @hbqno: HBQ number.
1957 *
1958 * This function removes the first hbq buffer on an hbq list and returns a
1959 * pointer to that buffer. If it finds no buffers on the list it returns NULL.
1960 **/
1961static struct hbq_dmabuf *
1962lpfc_sli_hbqbuf_get(struct list_head *rb_list)
1963{
1964 struct lpfc_dmabuf *d_buf;
1965
1966 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list);
1967 if (!d_buf)
1968 return NULL;
1969 return container_of(d_buf, struct hbq_dmabuf, dbuf);
1970}
1971
1972/**
James Smart3621a712009-04-06 18:47:14 -04001973 * lpfc_sli_hbqbuf_find - Find the hbq buffer associated with a tag
James Smarte59058c2008-08-24 21:49:00 -04001974 * @phba: Pointer to HBA context object.
1975 * @tag: Tag of the hbq buffer.
1976 *
1977 * This function is called with hbalock held. This function searches
1978 * for the hbq buffer associated with the given tag in the hbq buffer
1979 * list. If it finds the hbq buffer, it returns the hbq_buffer other wise
1980 * it returns NULL.
1981 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001982static struct hbq_dmabuf *
James Smarted957682007-06-17 19:56:37 -05001983lpfc_sli_hbqbuf_find(struct lpfc_hba *phba, uint32_t tag)
1984{
James Smart92d7f7b2007-06-17 19:56:38 -05001985 struct lpfc_dmabuf *d_buf;
1986 struct hbq_dmabuf *hbq_buf;
James Smart51ef4c22007-08-02 11:10:31 -04001987 uint32_t hbqno;
James Smarted957682007-06-17 19:56:37 -05001988
James Smart51ef4c22007-08-02 11:10:31 -04001989 hbqno = tag >> 16;
Jesper Juhla0a74e452007-08-09 20:47:15 +02001990 if (hbqno >= LPFC_MAX_HBQS)
James Smart51ef4c22007-08-02 11:10:31 -04001991 return NULL;
1992
James Smart3772a992009-05-22 14:50:54 -04001993 spin_lock_irq(&phba->hbalock);
James Smart51ef4c22007-08-02 11:10:31 -04001994 list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) {
James Smart92d7f7b2007-06-17 19:56:38 -05001995 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
James Smart51ef4c22007-08-02 11:10:31 -04001996 if (hbq_buf->tag == tag) {
James Smart3772a992009-05-22 14:50:54 -04001997 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05001998 return hbq_buf;
James Smarted957682007-06-17 19:56:37 -05001999 }
2000 }
James Smart3772a992009-05-22 14:50:54 -04002001 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05002002 lpfc_printf_log(phba, KERN_ERR, LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04002003 "1803 Bad hbq tag. Data: x%x x%x\n",
James Smarta8adb832007-10-27 13:37:53 -04002004 tag, phba->hbqs[tag >> 16].buffer_count);
James Smart92d7f7b2007-06-17 19:56:38 -05002005 return NULL;
James Smarted957682007-06-17 19:56:37 -05002006}
2007
James Smarte59058c2008-08-24 21:49:00 -04002008/**
James Smart3621a712009-04-06 18:47:14 -04002009 * lpfc_sli_free_hbq - Give back the hbq buffer to firmware
James Smarte59058c2008-08-24 21:49:00 -04002010 * @phba: Pointer to HBA context object.
2011 * @hbq_buffer: Pointer to HBQ buffer.
2012 *
2013 * This function is called with hbalock. This function gives back
2014 * the hbq buffer to firmware. If the HBQ does not have space to
2015 * post the buffer, it will free the buffer.
2016 **/
James Smarted957682007-06-17 19:56:37 -05002017void
James Smart51ef4c22007-08-02 11:10:31 -04002018lpfc_sli_free_hbq(struct lpfc_hba *phba, struct hbq_dmabuf *hbq_buffer)
James Smarted957682007-06-17 19:56:37 -05002019{
2020 uint32_t hbqno;
2021
James Smart51ef4c22007-08-02 11:10:31 -04002022 if (hbq_buffer) {
2023 hbqno = hbq_buffer->tag >> 16;
James Smart3772a992009-05-22 14:50:54 -04002024 if (lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer))
James Smart51ef4c22007-08-02 11:10:31 -04002025 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
James Smarted957682007-06-17 19:56:37 -05002026 }
2027}
2028
James Smarte59058c2008-08-24 21:49:00 -04002029/**
James Smart3621a712009-04-06 18:47:14 -04002030 * lpfc_sli_chk_mbx_command - Check if the mailbox is a legitimate mailbox
James Smarte59058c2008-08-24 21:49:00 -04002031 * @mbxCommand: mailbox command code.
2032 *
2033 * This function is called by the mailbox event handler function to verify
2034 * that the completed mailbox command is a legitimate mailbox command. If the
2035 * completed mailbox is not known to the function, it will return MBX_SHUTDOWN
2036 * and the mailbox event handler will take the HBA offline.
2037 **/
dea31012005-04-17 16:05:31 -05002038static int
2039lpfc_sli_chk_mbx_command(uint8_t mbxCommand)
2040{
2041 uint8_t ret;
2042
2043 switch (mbxCommand) {
2044 case MBX_LOAD_SM:
2045 case MBX_READ_NV:
2046 case MBX_WRITE_NV:
James Smarta8adb832007-10-27 13:37:53 -04002047 case MBX_WRITE_VPARMS:
dea31012005-04-17 16:05:31 -05002048 case MBX_RUN_BIU_DIAG:
2049 case MBX_INIT_LINK:
2050 case MBX_DOWN_LINK:
2051 case MBX_CONFIG_LINK:
2052 case MBX_CONFIG_RING:
2053 case MBX_RESET_RING:
2054 case MBX_READ_CONFIG:
2055 case MBX_READ_RCONFIG:
2056 case MBX_READ_SPARM:
2057 case MBX_READ_STATUS:
2058 case MBX_READ_RPI:
2059 case MBX_READ_XRI:
2060 case MBX_READ_REV:
2061 case MBX_READ_LNK_STAT:
2062 case MBX_REG_LOGIN:
2063 case MBX_UNREG_LOGIN:
dea31012005-04-17 16:05:31 -05002064 case MBX_CLEAR_LA:
2065 case MBX_DUMP_MEMORY:
2066 case MBX_DUMP_CONTEXT:
2067 case MBX_RUN_DIAGS:
2068 case MBX_RESTART:
2069 case MBX_UPDATE_CFG:
2070 case MBX_DOWN_LOAD:
2071 case MBX_DEL_LD_ENTRY:
2072 case MBX_RUN_PROGRAM:
2073 case MBX_SET_MASK:
James Smart09372822008-01-11 01:52:54 -05002074 case MBX_SET_VARIABLE:
dea31012005-04-17 16:05:31 -05002075 case MBX_UNREG_D_ID:
Jamie Wellnitz41415862006-02-28 19:25:27 -05002076 case MBX_KILL_BOARD:
dea31012005-04-17 16:05:31 -05002077 case MBX_CONFIG_FARP:
Jamie Wellnitz41415862006-02-28 19:25:27 -05002078 case MBX_BEACON:
dea31012005-04-17 16:05:31 -05002079 case MBX_LOAD_AREA:
2080 case MBX_RUN_BIU_DIAG64:
2081 case MBX_CONFIG_PORT:
2082 case MBX_READ_SPARM64:
2083 case MBX_READ_RPI64:
2084 case MBX_REG_LOGIN64:
James Smart76a95d72010-11-20 23:11:48 -05002085 case MBX_READ_TOPOLOGY:
James Smart09372822008-01-11 01:52:54 -05002086 case MBX_WRITE_WWN:
dea31012005-04-17 16:05:31 -05002087 case MBX_SET_DEBUG:
2088 case MBX_LOAD_EXP_ROM:
James Smart57127f12007-10-27 13:37:05 -04002089 case MBX_ASYNCEVT_ENABLE:
James Smart92d7f7b2007-06-17 19:56:38 -05002090 case MBX_REG_VPI:
2091 case MBX_UNREG_VPI:
James Smart858c9f62007-06-17 19:56:39 -05002092 case MBX_HEARTBEAT:
James Smart84774a42008-08-24 21:50:06 -04002093 case MBX_PORT_CAPABILITIES:
2094 case MBX_PORT_IOV_CONTROL:
James Smart04c68492009-05-22 14:52:52 -04002095 case MBX_SLI4_CONFIG:
2096 case MBX_SLI4_REQ_FTRS:
2097 case MBX_REG_FCFI:
2098 case MBX_UNREG_FCFI:
2099 case MBX_REG_VFI:
2100 case MBX_UNREG_VFI:
2101 case MBX_INIT_VPI:
2102 case MBX_INIT_VFI:
2103 case MBX_RESUME_RPI:
James Smartc7495932010-04-06 15:05:28 -04002104 case MBX_READ_EVENT_LOG_STATUS:
2105 case MBX_READ_EVENT_LOG:
James Smartdcf2a4e2010-09-29 11:18:53 -04002106 case MBX_SECURITY_MGMT:
2107 case MBX_AUTH_PORT:
James Smart940eb682012-08-03 12:37:08 -04002108 case MBX_ACCESS_VDATA:
dea31012005-04-17 16:05:31 -05002109 ret = mbxCommand;
2110 break;
2111 default:
2112 ret = MBX_SHUTDOWN;
2113 break;
2114 }
James Smart2e0fef82007-06-17 19:56:36 -05002115 return ret;
dea31012005-04-17 16:05:31 -05002116}
James Smarte59058c2008-08-24 21:49:00 -04002117
2118/**
James Smart3621a712009-04-06 18:47:14 -04002119 * lpfc_sli_wake_mbox_wait - lpfc_sli_issue_mbox_wait mbox completion handler
James Smarte59058c2008-08-24 21:49:00 -04002120 * @phba: Pointer to HBA context object.
2121 * @pmboxq: Pointer to mailbox command.
2122 *
2123 * This is completion handler function for mailbox commands issued from
2124 * lpfc_sli_issue_mbox_wait function. This function is called by the
2125 * mailbox event handler function with no lock held. This function
2126 * will wake up thread waiting on the wait queue pointed by context1
2127 * of the mailbox.
2128 **/
James Smart04c68492009-05-22 14:52:52 -04002129void
James Smart2e0fef82007-06-17 19:56:36 -05002130lpfc_sli_wake_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq)
dea31012005-04-17 16:05:31 -05002131{
2132 wait_queue_head_t *pdone_q;
James Smart858c9f62007-06-17 19:56:39 -05002133 unsigned long drvr_flag;
dea31012005-04-17 16:05:31 -05002134
2135 /*
2136 * If pdone_q is empty, the driver thread gave up waiting and
2137 * continued running.
2138 */
James Smart7054a602007-04-25 09:52:34 -04002139 pmboxq->mbox_flag |= LPFC_MBX_WAKE;
James Smart858c9f62007-06-17 19:56:39 -05002140 spin_lock_irqsave(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05002141 pdone_q = (wait_queue_head_t *) pmboxq->context1;
2142 if (pdone_q)
2143 wake_up_interruptible(pdone_q);
James Smart858c9f62007-06-17 19:56:39 -05002144 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05002145 return;
2146}
2147
James Smarte59058c2008-08-24 21:49:00 -04002148
2149/**
James Smart3621a712009-04-06 18:47:14 -04002150 * lpfc_sli_def_mbox_cmpl - Default mailbox completion handler
James Smarte59058c2008-08-24 21:49:00 -04002151 * @phba: Pointer to HBA context object.
2152 * @pmb: Pointer to mailbox object.
2153 *
2154 * This function is the default mailbox completion handler. It
2155 * frees the memory resources associated with the completed mailbox
2156 * command. If the completed command is a REG_LOGIN mailbox command,
2157 * this function will issue a UREG_LOGIN to re-claim the RPI.
2158 **/
dea31012005-04-17 16:05:31 -05002159void
James Smart2e0fef82007-06-17 19:56:36 -05002160lpfc_sli_def_mbox_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002161{
James Smartd439d282010-09-29 11:18:45 -04002162 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05002163 struct lpfc_dmabuf *mp;
James Smartd439d282010-09-29 11:18:45 -04002164 struct lpfc_nodelist *ndlp;
James Smart5af5eee2010-10-22 11:06:38 -04002165 struct Scsi_Host *shost;
James Smart04c68492009-05-22 14:52:52 -04002166 uint16_t rpi, vpi;
James Smart7054a602007-04-25 09:52:34 -04002167 int rc;
2168
dea31012005-04-17 16:05:31 -05002169 mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart7054a602007-04-25 09:52:34 -04002170
dea31012005-04-17 16:05:31 -05002171 if (mp) {
2172 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2173 kfree(mp);
2174 }
James Smart7054a602007-04-25 09:52:34 -04002175
2176 /*
2177 * If a REG_LOGIN succeeded after node is destroyed or node
2178 * is in re-discovery driver need to cleanup the RPI.
2179 */
James Smart2e0fef82007-06-17 19:56:36 -05002180 if (!(phba->pport->load_flag & FC_UNLOADING) &&
James Smart04c68492009-05-22 14:52:52 -04002181 pmb->u.mb.mbxCommand == MBX_REG_LOGIN64 &&
2182 !pmb->u.mb.mbxStatus) {
2183 rpi = pmb->u.mb.un.varWords[0];
James Smart6d368e52011-05-24 11:44:12 -04002184 vpi = pmb->u.mb.un.varRegLogin.vpi;
James Smart04c68492009-05-22 14:52:52 -04002185 lpfc_unreg_login(phba, vpi, rpi, pmb);
James Smart92d7f7b2007-06-17 19:56:38 -05002186 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart7054a602007-04-25 09:52:34 -04002187 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
2188 if (rc != MBX_NOT_FINISHED)
2189 return;
2190 }
2191
James Smart695a8142010-01-26 23:08:03 -05002192 if ((pmb->u.mb.mbxCommand == MBX_REG_VPI) &&
2193 !(phba->pport->load_flag & FC_UNLOADING) &&
2194 !pmb->u.mb.mbxStatus) {
James Smart5af5eee2010-10-22 11:06:38 -04002195 shost = lpfc_shost_from_vport(vport);
2196 spin_lock_irq(shost->host_lock);
2197 vport->vpi_state |= LPFC_VPI_REGISTERED;
2198 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
2199 spin_unlock_irq(shost->host_lock);
James Smart695a8142010-01-26 23:08:03 -05002200 }
2201
James Smartd439d282010-09-29 11:18:45 -04002202 if (pmb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
2203 ndlp = (struct lpfc_nodelist *)pmb->context2;
2204 lpfc_nlp_put(ndlp);
2205 pmb->context2 = NULL;
2206 }
2207
James Smartdcf2a4e2010-09-29 11:18:53 -04002208 /* Check security permission status on INIT_LINK mailbox command */
2209 if ((pmb->u.mb.mbxCommand == MBX_INIT_LINK) &&
2210 (pmb->u.mb.mbxStatus == MBXERR_SEC_NO_PERMISSION))
2211 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
2212 "2860 SLI authentication is required "
2213 "for INIT_LINK but has not done yet\n");
2214
James Smart04c68492009-05-22 14:52:52 -04002215 if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG)
2216 lpfc_sli4_mbox_cmd_free(phba, pmb);
2217 else
2218 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05002219}
2220
James Smarte59058c2008-08-24 21:49:00 -04002221/**
James Smart3621a712009-04-06 18:47:14 -04002222 * lpfc_sli_handle_mb_event - Handle mailbox completions from firmware
James Smarte59058c2008-08-24 21:49:00 -04002223 * @phba: Pointer to HBA context object.
2224 *
2225 * This function is called with no lock held. This function processes all
2226 * the completed mailbox commands and gives it to upper layers. The interrupt
2227 * service routine processes mailbox completion interrupt and adds completed
2228 * mailbox commands to the mboxq_cmpl queue and signals the worker thread.
2229 * Worker thread call lpfc_sli_handle_mb_event, which will return the
2230 * completed mailbox commands in mboxq_cmpl queue to the upper layers. This
2231 * function returns the mailbox commands to the upper layer by calling the
2232 * completion handler function of each mailbox.
2233 **/
dea31012005-04-17 16:05:31 -05002234int
James Smart2e0fef82007-06-17 19:56:36 -05002235lpfc_sli_handle_mb_event(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05002236{
James Smart92d7f7b2007-06-17 19:56:38 -05002237 MAILBOX_t *pmbox;
dea31012005-04-17 16:05:31 -05002238 LPFC_MBOXQ_t *pmb;
James Smart92d7f7b2007-06-17 19:56:38 -05002239 int rc;
2240 LIST_HEAD(cmplq);
dea31012005-04-17 16:05:31 -05002241
2242 phba->sli.slistat.mbox_event++;
2243
James Smart92d7f7b2007-06-17 19:56:38 -05002244 /* Get all completed mailboxe buffers into the cmplq */
2245 spin_lock_irq(&phba->hbalock);
2246 list_splice_init(&phba->sli.mboxq_cmpl, &cmplq);
2247 spin_unlock_irq(&phba->hbalock);
2248
dea31012005-04-17 16:05:31 -05002249 /* Get a Mailbox buffer to setup mailbox commands for callback */
James Smart92d7f7b2007-06-17 19:56:38 -05002250 do {
2251 list_remove_head(&cmplq, pmb, LPFC_MBOXQ_t, list);
2252 if (pmb == NULL)
2253 break;
2254
James Smart04c68492009-05-22 14:52:52 -04002255 pmbox = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002256
James Smart858c9f62007-06-17 19:56:39 -05002257 if (pmbox->mbxCommand != MBX_HEARTBEAT) {
2258 if (pmb->vport) {
2259 lpfc_debugfs_disc_trc(pmb->vport,
2260 LPFC_DISC_TRC_MBOX_VPORT,
2261 "MBOX cmpl vport: cmd:x%x mb:x%x x%x",
2262 (uint32_t)pmbox->mbxCommand,
2263 pmbox->un.varWords[0],
2264 pmbox->un.varWords[1]);
2265 }
2266 else {
2267 lpfc_debugfs_disc_trc(phba->pport,
2268 LPFC_DISC_TRC_MBOX,
2269 "MBOX cmpl: cmd:x%x mb:x%x x%x",
2270 (uint32_t)pmbox->mbxCommand,
2271 pmbox->un.varWords[0],
2272 pmbox->un.varWords[1]);
2273 }
2274 }
2275
dea31012005-04-17 16:05:31 -05002276 /*
2277 * It is a fatal error if unknown mbox command completion.
2278 */
2279 if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) ==
2280 MBX_SHUTDOWN) {
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02002281 /* Unknown mailbox command compl */
James Smart92d7f7b2007-06-17 19:56:38 -05002282 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002283 "(%d):0323 Unknown Mailbox command "
James Smarta183a152011-10-10 21:32:43 -04002284 "x%x (x%x/x%x) Cmpl\n",
James Smart92d7f7b2007-06-17 19:56:38 -05002285 pmb->vport ? pmb->vport->vpi : 0,
James Smart04c68492009-05-22 14:52:52 -04002286 pmbox->mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04002287 lpfc_sli_config_mbox_subsys_get(phba,
2288 pmb),
2289 lpfc_sli_config_mbox_opcode_get(phba,
2290 pmb));
James Smart2e0fef82007-06-17 19:56:36 -05002291 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05002292 phba->work_hs = HS_FFER3;
2293 lpfc_handle_eratt(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05002294 continue;
dea31012005-04-17 16:05:31 -05002295 }
2296
dea31012005-04-17 16:05:31 -05002297 if (pmbox->mbxStatus) {
2298 phba->sli.slistat.mbox_stat_err++;
2299 if (pmbox->mbxStatus == MBXERR_NO_RESOURCES) {
2300 /* Mbox cmd cmpl error - RETRYing */
James Smart92d7f7b2007-06-17 19:56:38 -05002301 lpfc_printf_log(phba, KERN_INFO,
James Smarta183a152011-10-10 21:32:43 -04002302 LOG_MBOX | LOG_SLI,
2303 "(%d):0305 Mbox cmd cmpl "
2304 "error - RETRYing Data: x%x "
2305 "(x%x/x%x) x%x x%x x%x\n",
2306 pmb->vport ? pmb->vport->vpi : 0,
2307 pmbox->mbxCommand,
2308 lpfc_sli_config_mbox_subsys_get(phba,
2309 pmb),
2310 lpfc_sli_config_mbox_opcode_get(phba,
2311 pmb),
2312 pmbox->mbxStatus,
2313 pmbox->un.varWords[0],
2314 pmb->vport->port_state);
dea31012005-04-17 16:05:31 -05002315 pmbox->mbxStatus = 0;
2316 pmbox->mbxOwner = OWN_HOST;
dea31012005-04-17 16:05:31 -05002317 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
James Smart04c68492009-05-22 14:52:52 -04002318 if (rc != MBX_NOT_FINISHED)
James Smart92d7f7b2007-06-17 19:56:38 -05002319 continue;
dea31012005-04-17 16:05:31 -05002320 }
2321 }
2322
2323 /* Mailbox cmd <cmd> Cmpl <cmpl> */
James Smart92d7f7b2007-06-17 19:56:38 -05002324 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04002325 "(%d):0307 Mailbox cmd x%x (x%x/x%x) Cmpl x%p "
dea31012005-04-17 16:05:31 -05002326 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05002327 pmb->vport ? pmb->vport->vpi : 0,
dea31012005-04-17 16:05:31 -05002328 pmbox->mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04002329 lpfc_sli_config_mbox_subsys_get(phba, pmb),
2330 lpfc_sli_config_mbox_opcode_get(phba, pmb),
dea31012005-04-17 16:05:31 -05002331 pmb->mbox_cmpl,
2332 *((uint32_t *) pmbox),
2333 pmbox->un.varWords[0],
2334 pmbox->un.varWords[1],
2335 pmbox->un.varWords[2],
2336 pmbox->un.varWords[3],
2337 pmbox->un.varWords[4],
2338 pmbox->un.varWords[5],
2339 pmbox->un.varWords[6],
2340 pmbox->un.varWords[7]);
2341
James Smart92d7f7b2007-06-17 19:56:38 -05002342 if (pmb->mbox_cmpl)
dea31012005-04-17 16:05:31 -05002343 pmb->mbox_cmpl(phba,pmb);
James Smart92d7f7b2007-06-17 19:56:38 -05002344 } while (1);
James Smart2e0fef82007-06-17 19:56:36 -05002345 return 0;
dea31012005-04-17 16:05:31 -05002346}
James Smart92d7f7b2007-06-17 19:56:38 -05002347
James Smarte59058c2008-08-24 21:49:00 -04002348/**
James Smart3621a712009-04-06 18:47:14 -04002349 * lpfc_sli_get_buff - Get the buffer associated with the buffer tag
James Smarte59058c2008-08-24 21:49:00 -04002350 * @phba: Pointer to HBA context object.
2351 * @pring: Pointer to driver SLI ring object.
2352 * @tag: buffer tag.
2353 *
2354 * This function is called with no lock held. When QUE_BUFTAG_BIT bit
2355 * is set in the tag the buffer is posted for a particular exchange,
2356 * the function will return the buffer without replacing the buffer.
2357 * If the buffer is for unsolicited ELS or CT traffic, this function
2358 * returns the buffer and also posts another buffer to the firmware.
2359 **/
James Smart76bb24e2007-10-27 13:38:00 -04002360static struct lpfc_dmabuf *
2361lpfc_sli_get_buff(struct lpfc_hba *phba,
James Smart9f1e1b52008-12-04 22:39:40 -05002362 struct lpfc_sli_ring *pring,
2363 uint32_t tag)
James Smart76bb24e2007-10-27 13:38:00 -04002364{
James Smart9f1e1b52008-12-04 22:39:40 -05002365 struct hbq_dmabuf *hbq_entry;
2366
James Smart76bb24e2007-10-27 13:38:00 -04002367 if (tag & QUE_BUFTAG_BIT)
2368 return lpfc_sli_ring_taggedbuf_get(phba, pring, tag);
James Smart9f1e1b52008-12-04 22:39:40 -05002369 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag);
2370 if (!hbq_entry)
2371 return NULL;
2372 return &hbq_entry->dbuf;
James Smart76bb24e2007-10-27 13:38:00 -04002373}
James Smart57127f12007-10-27 13:37:05 -04002374
James Smart3772a992009-05-22 14:50:54 -04002375/**
2376 * lpfc_complete_unsol_iocb - Complete an unsolicited sequence
2377 * @phba: Pointer to HBA context object.
2378 * @pring: Pointer to driver SLI ring object.
2379 * @saveq: Pointer to the iocbq struct representing the sequence starting frame.
2380 * @fch_r_ctl: the r_ctl for the first frame of the sequence.
2381 * @fch_type: the type for the first frame of the sequence.
2382 *
2383 * This function is called with no lock held. This function uses the r_ctl and
2384 * type of the received sequence to find the correct callback function to call
2385 * to process the sequence.
2386 **/
2387static int
2388lpfc_complete_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
2389 struct lpfc_iocbq *saveq, uint32_t fch_r_ctl,
2390 uint32_t fch_type)
2391{
2392 int i;
2393
2394 /* unSolicited Responses */
2395 if (pring->prt[0].profile) {
2396 if (pring->prt[0].lpfc_sli_rcv_unsol_event)
2397 (pring->prt[0].lpfc_sli_rcv_unsol_event) (phba, pring,
2398 saveq);
2399 return 1;
2400 }
2401 /* We must search, based on rctl / type
2402 for the right routine */
2403 for (i = 0; i < pring->num_mask; i++) {
2404 if ((pring->prt[i].rctl == fch_r_ctl) &&
2405 (pring->prt[i].type == fch_type)) {
2406 if (pring->prt[i].lpfc_sli_rcv_unsol_event)
2407 (pring->prt[i].lpfc_sli_rcv_unsol_event)
2408 (phba, pring, saveq);
2409 return 1;
2410 }
2411 }
2412 return 0;
2413}
James Smarte59058c2008-08-24 21:49:00 -04002414
2415/**
James Smart3621a712009-04-06 18:47:14 -04002416 * lpfc_sli_process_unsol_iocb - Unsolicited iocb handler
James Smarte59058c2008-08-24 21:49:00 -04002417 * @phba: Pointer to HBA context object.
2418 * @pring: Pointer to driver SLI ring object.
2419 * @saveq: Pointer to the unsolicited iocb.
2420 *
2421 * This function is called with no lock held by the ring event handler
2422 * when there is an unsolicited iocb posted to the response ring by the
2423 * firmware. This function gets the buffer associated with the iocbs
2424 * and calls the event handler for the ring. This function handles both
2425 * qring buffers and hbq buffers.
2426 * When the function returns 1 the caller can free the iocb object otherwise
2427 * upper layer functions will free the iocb objects.
2428 **/
dea31012005-04-17 16:05:31 -05002429static int
2430lpfc_sli_process_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
2431 struct lpfc_iocbq *saveq)
2432{
2433 IOCB_t * irsp;
2434 WORD5 * w5p;
2435 uint32_t Rctl, Type;
James Smart3772a992009-05-22 14:50:54 -04002436 uint32_t match;
James Smart76bb24e2007-10-27 13:38:00 -04002437 struct lpfc_iocbq *iocbq;
James Smart3163f722008-02-08 18:50:25 -05002438 struct lpfc_dmabuf *dmzbuf;
dea31012005-04-17 16:05:31 -05002439
2440 match = 0;
2441 irsp = &(saveq->iocb);
James Smart57127f12007-10-27 13:37:05 -04002442
2443 if (irsp->ulpCommand == CMD_ASYNC_STATUS) {
2444 if (pring->lpfc_sli_rcv_async_status)
2445 pring->lpfc_sli_rcv_async_status(phba, pring, saveq);
2446 else
2447 lpfc_printf_log(phba,
2448 KERN_WARNING,
2449 LOG_SLI,
2450 "0316 Ring %d handler: unexpected "
2451 "ASYNC_STATUS iocb received evt_code "
2452 "0x%x\n",
2453 pring->ringno,
2454 irsp->un.asyncstat.evt_code);
2455 return 1;
2456 }
2457
James Smart3163f722008-02-08 18:50:25 -05002458 if ((irsp->ulpCommand == CMD_IOCB_RET_XRI64_CX) &&
2459 (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED)) {
2460 if (irsp->ulpBdeCount > 0) {
2461 dmzbuf = lpfc_sli_get_buff(phba, pring,
2462 irsp->un.ulpWord[3]);
2463 lpfc_in_buf_free(phba, dmzbuf);
2464 }
2465
2466 if (irsp->ulpBdeCount > 1) {
2467 dmzbuf = lpfc_sli_get_buff(phba, pring,
2468 irsp->unsli3.sli3Words[3]);
2469 lpfc_in_buf_free(phba, dmzbuf);
2470 }
2471
2472 if (irsp->ulpBdeCount > 2) {
2473 dmzbuf = lpfc_sli_get_buff(phba, pring,
2474 irsp->unsli3.sli3Words[7]);
2475 lpfc_in_buf_free(phba, dmzbuf);
2476 }
2477
2478 return 1;
2479 }
2480
James Smart92d7f7b2007-06-17 19:56:38 -05002481 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
James Smart76bb24e2007-10-27 13:38:00 -04002482 if (irsp->ulpBdeCount != 0) {
2483 saveq->context2 = lpfc_sli_get_buff(phba, pring,
James Smart92d7f7b2007-06-17 19:56:38 -05002484 irsp->un.ulpWord[3]);
James Smart76bb24e2007-10-27 13:38:00 -04002485 if (!saveq->context2)
2486 lpfc_printf_log(phba,
2487 KERN_ERR,
2488 LOG_SLI,
2489 "0341 Ring %d Cannot find buffer for "
2490 "an unsolicited iocb. tag 0x%x\n",
2491 pring->ringno,
2492 irsp->un.ulpWord[3]);
James Smart76bb24e2007-10-27 13:38:00 -04002493 }
2494 if (irsp->ulpBdeCount == 2) {
2495 saveq->context3 = lpfc_sli_get_buff(phba, pring,
James Smart51ef4c22007-08-02 11:10:31 -04002496 irsp->unsli3.sli3Words[7]);
James Smart76bb24e2007-10-27 13:38:00 -04002497 if (!saveq->context3)
2498 lpfc_printf_log(phba,
2499 KERN_ERR,
2500 LOG_SLI,
2501 "0342 Ring %d Cannot find buffer for an"
2502 " unsolicited iocb. tag 0x%x\n",
2503 pring->ringno,
2504 irsp->unsli3.sli3Words[7]);
2505 }
2506 list_for_each_entry(iocbq, &saveq->list, list) {
James Smart76bb24e2007-10-27 13:38:00 -04002507 irsp = &(iocbq->iocb);
James Smart76bb24e2007-10-27 13:38:00 -04002508 if (irsp->ulpBdeCount != 0) {
2509 iocbq->context2 = lpfc_sli_get_buff(phba, pring,
2510 irsp->un.ulpWord[3]);
James Smart9c2face2008-01-11 01:53:18 -05002511 if (!iocbq->context2)
James Smart76bb24e2007-10-27 13:38:00 -04002512 lpfc_printf_log(phba,
2513 KERN_ERR,
2514 LOG_SLI,
2515 "0343 Ring %d Cannot find "
2516 "buffer for an unsolicited iocb"
2517 ". tag 0x%x\n", pring->ringno,
2518 irsp->un.ulpWord[3]);
2519 }
2520 if (irsp->ulpBdeCount == 2) {
2521 iocbq->context3 = lpfc_sli_get_buff(phba, pring,
2522 irsp->unsli3.sli3Words[7]);
James Smart9c2face2008-01-11 01:53:18 -05002523 if (!iocbq->context3)
James Smart76bb24e2007-10-27 13:38:00 -04002524 lpfc_printf_log(phba,
2525 KERN_ERR,
2526 LOG_SLI,
2527 "0344 Ring %d Cannot find "
2528 "buffer for an unsolicited "
2529 "iocb. tag 0x%x\n",
2530 pring->ringno,
2531 irsp->unsli3.sli3Words[7]);
2532 }
2533 }
James Smart92d7f7b2007-06-17 19:56:38 -05002534 }
James Smart9c2face2008-01-11 01:53:18 -05002535 if (irsp->ulpBdeCount != 0 &&
2536 (irsp->ulpCommand == CMD_IOCB_RCV_CONT64_CX ||
2537 irsp->ulpStatus == IOSTAT_INTERMED_RSP)) {
2538 int found = 0;
2539
2540 /* search continue save q for same XRI */
2541 list_for_each_entry(iocbq, &pring->iocb_continue_saveq, clist) {
James Smart7851fe22011-07-22 18:36:52 -04002542 if (iocbq->iocb.unsli3.rcvsli3.ox_id ==
2543 saveq->iocb.unsli3.rcvsli3.ox_id) {
James Smart9c2face2008-01-11 01:53:18 -05002544 list_add_tail(&saveq->list, &iocbq->list);
2545 found = 1;
2546 break;
2547 }
2548 }
2549 if (!found)
2550 list_add_tail(&saveq->clist,
2551 &pring->iocb_continue_saveq);
2552 if (saveq->iocb.ulpStatus != IOSTAT_INTERMED_RSP) {
2553 list_del_init(&iocbq->clist);
2554 saveq = iocbq;
2555 irsp = &(saveq->iocb);
2556 } else
2557 return 0;
2558 }
2559 if ((irsp->ulpCommand == CMD_RCV_ELS_REQ64_CX) ||
2560 (irsp->ulpCommand == CMD_RCV_ELS_REQ_CX) ||
2561 (irsp->ulpCommand == CMD_IOCB_RCV_ELS64_CX)) {
James Smart6a9c52c2009-10-02 15:16:51 -04002562 Rctl = FC_RCTL_ELS_REQ;
2563 Type = FC_TYPE_ELS;
James Smart9c2face2008-01-11 01:53:18 -05002564 } else {
2565 w5p = (WORD5 *)&(saveq->iocb.un.ulpWord[5]);
2566 Rctl = w5p->hcsw.Rctl;
2567 Type = w5p->hcsw.Type;
2568
2569 /* Firmware Workaround */
2570 if ((Rctl == 0) && (pring->ringno == LPFC_ELS_RING) &&
2571 (irsp->ulpCommand == CMD_RCV_SEQUENCE64_CX ||
2572 irsp->ulpCommand == CMD_IOCB_RCV_SEQ64_CX)) {
James Smart6a9c52c2009-10-02 15:16:51 -04002573 Rctl = FC_RCTL_ELS_REQ;
2574 Type = FC_TYPE_ELS;
James Smart9c2face2008-01-11 01:53:18 -05002575 w5p->hcsw.Rctl = Rctl;
2576 w5p->hcsw.Type = Type;
2577 }
2578 }
James Smart92d7f7b2007-06-17 19:56:38 -05002579
James Smart3772a992009-05-22 14:50:54 -04002580 if (!lpfc_complete_unsol_iocb(phba, pring, saveq, Rctl, Type))
James Smart92d7f7b2007-06-17 19:56:38 -05002581 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002582 "0313 Ring %d handler: unexpected Rctl x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05002583 "Type x%x received\n",
James Smarte8b62012007-08-02 11:10:09 -04002584 pring->ringno, Rctl, Type);
James Smart3772a992009-05-22 14:50:54 -04002585
James Smart92d7f7b2007-06-17 19:56:38 -05002586 return 1;
dea31012005-04-17 16:05:31 -05002587}
2588
James Smarte59058c2008-08-24 21:49:00 -04002589/**
James Smart3621a712009-04-06 18:47:14 -04002590 * lpfc_sli_iocbq_lookup - Find command iocb for the given response iocb
James Smarte59058c2008-08-24 21:49:00 -04002591 * @phba: Pointer to HBA context object.
2592 * @pring: Pointer to driver SLI ring object.
2593 * @prspiocb: Pointer to response iocb object.
2594 *
2595 * This function looks up the iocb_lookup table to get the command iocb
2596 * corresponding to the given response iocb using the iotag of the
2597 * response iocb. This function is called with the hbalock held.
2598 * This function returns the command iocb object if it finds the command
2599 * iocb else returns NULL.
2600 **/
dea31012005-04-17 16:05:31 -05002601static struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -05002602lpfc_sli_iocbq_lookup(struct lpfc_hba *phba,
2603 struct lpfc_sli_ring *pring,
2604 struct lpfc_iocbq *prspiocb)
dea31012005-04-17 16:05:31 -05002605{
dea31012005-04-17 16:05:31 -05002606 struct lpfc_iocbq *cmd_iocb = NULL;
2607 uint16_t iotag;
2608
James Bottomley604a3e32005-10-29 10:28:33 -05002609 iotag = prspiocb->iocb.ulpIoTag;
dea31012005-04-17 16:05:31 -05002610
James Bottomley604a3e32005-10-29 10:28:33 -05002611 if (iotag != 0 && iotag <= phba->sli.last_iotag) {
2612 cmd_iocb = phba->sli.iocbq_lookup[iotag];
James Smart92d7f7b2007-06-17 19:56:38 -05002613 list_del_init(&cmd_iocb->list);
James Smart4f2e66c2012-05-09 21:17:07 -04002614 if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) {
James Smart2a9bf3d2010-06-07 15:24:45 -04002615 pring->txcmplq_cnt--;
James Smart4f2e66c2012-05-09 21:17:07 -04002616 cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smart2a9bf3d2010-06-07 15:24:45 -04002617 }
James Bottomley604a3e32005-10-29 10:28:33 -05002618 return cmd_iocb;
dea31012005-04-17 16:05:31 -05002619 }
2620
dea31012005-04-17 16:05:31 -05002621 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002622 "0317 iotag x%x is out off "
James Bottomley604a3e32005-10-29 10:28:33 -05002623 "range: max iotag x%x wd0 x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04002624 iotag, phba->sli.last_iotag,
James Bottomley604a3e32005-10-29 10:28:33 -05002625 *(((uint32_t *) &prspiocb->iocb) + 7));
dea31012005-04-17 16:05:31 -05002626 return NULL;
2627}
2628
James Smarte59058c2008-08-24 21:49:00 -04002629/**
James Smart3772a992009-05-22 14:50:54 -04002630 * lpfc_sli_iocbq_lookup_by_tag - Find command iocb for the iotag
2631 * @phba: Pointer to HBA context object.
2632 * @pring: Pointer to driver SLI ring object.
2633 * @iotag: IOCB tag.
2634 *
2635 * This function looks up the iocb_lookup table to get the command iocb
2636 * corresponding to the given iotag. This function is called with the
2637 * hbalock held.
2638 * This function returns the command iocb object if it finds the command
2639 * iocb else returns NULL.
2640 **/
2641static struct lpfc_iocbq *
2642lpfc_sli_iocbq_lookup_by_tag(struct lpfc_hba *phba,
2643 struct lpfc_sli_ring *pring, uint16_t iotag)
2644{
2645 struct lpfc_iocbq *cmd_iocb;
2646
2647 if (iotag != 0 && iotag <= phba->sli.last_iotag) {
2648 cmd_iocb = phba->sli.iocbq_lookup[iotag];
James Smart4f2e66c2012-05-09 21:17:07 -04002649 if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) {
2650 /* remove from txcmpl queue list */
2651 list_del_init(&cmd_iocb->list);
2652 cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smart2a9bf3d2010-06-07 15:24:45 -04002653 pring->txcmplq_cnt--;
James Smart4f2e66c2012-05-09 21:17:07 -04002654 return cmd_iocb;
James Smart2a9bf3d2010-06-07 15:24:45 -04002655 }
James Smart3772a992009-05-22 14:50:54 -04002656 }
James Smart3772a992009-05-22 14:50:54 -04002657 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
2658 "0372 iotag x%x is out off range: max iotag (x%x)\n",
2659 iotag, phba->sli.last_iotag);
2660 return NULL;
2661}
2662
2663/**
James Smart3621a712009-04-06 18:47:14 -04002664 * lpfc_sli_process_sol_iocb - process solicited iocb completion
James Smarte59058c2008-08-24 21:49:00 -04002665 * @phba: Pointer to HBA context object.
2666 * @pring: Pointer to driver SLI ring object.
2667 * @saveq: Pointer to the response iocb to be processed.
2668 *
2669 * This function is called by the ring event handler for non-fcp
2670 * rings when there is a new response iocb in the response ring.
2671 * The caller is not required to hold any locks. This function
2672 * gets the command iocb associated with the response iocb and
2673 * calls the completion handler for the command iocb. If there
2674 * is no completion handler, the function will free the resources
2675 * associated with command iocb. If the response iocb is for
2676 * an already aborted command iocb, the status of the completion
2677 * is changed to IOSTAT_LOCAL_REJECT/IOERR_SLI_ABORTED.
2678 * This function always returns 1.
2679 **/
dea31012005-04-17 16:05:31 -05002680static int
James Smart2e0fef82007-06-17 19:56:36 -05002681lpfc_sli_process_sol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
dea31012005-04-17 16:05:31 -05002682 struct lpfc_iocbq *saveq)
2683{
James Smart2e0fef82007-06-17 19:56:36 -05002684 struct lpfc_iocbq *cmdiocbp;
dea31012005-04-17 16:05:31 -05002685 int rc = 1;
2686 unsigned long iflag;
2687
2688 /* Based on the iotag field, get the cmd IOCB from the txcmplq */
James Smart2e0fef82007-06-17 19:56:36 -05002689 spin_lock_irqsave(&phba->hbalock, iflag);
James Bottomley604a3e32005-10-29 10:28:33 -05002690 cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring, saveq);
James Smart2e0fef82007-06-17 19:56:36 -05002691 spin_unlock_irqrestore(&phba->hbalock, iflag);
2692
dea31012005-04-17 16:05:31 -05002693 if (cmdiocbp) {
2694 if (cmdiocbp->iocb_cmpl) {
2695 /*
James Smartea2151b2008-09-07 11:52:10 -04002696 * If an ELS command failed send an event to mgmt
2697 * application.
2698 */
2699 if (saveq->iocb.ulpStatus &&
2700 (pring->ringno == LPFC_ELS_RING) &&
2701 (cmdiocbp->iocb.ulpCommand ==
2702 CMD_ELS_REQUEST64_CR))
2703 lpfc_send_els_failure_event(phba,
2704 cmdiocbp, saveq);
2705
2706 /*
dea31012005-04-17 16:05:31 -05002707 * Post all ELS completions to the worker thread.
2708 * All other are passed to the completion callback.
2709 */
2710 if (pring->ringno == LPFC_ELS_RING) {
James Smart341af102010-01-26 23:07:37 -05002711 if ((phba->sli_rev < LPFC_SLI_REV4) &&
2712 (cmdiocbp->iocb_flag &
2713 LPFC_DRIVER_ABORTED)) {
2714 spin_lock_irqsave(&phba->hbalock,
2715 iflag);
James Smart07951072007-04-25 09:51:38 -04002716 cmdiocbp->iocb_flag &=
2717 ~LPFC_DRIVER_ABORTED;
James Smart341af102010-01-26 23:07:37 -05002718 spin_unlock_irqrestore(&phba->hbalock,
2719 iflag);
James Smart07951072007-04-25 09:51:38 -04002720 saveq->iocb.ulpStatus =
2721 IOSTAT_LOCAL_REJECT;
2722 saveq->iocb.un.ulpWord[4] =
2723 IOERR_SLI_ABORTED;
James Smart0ff10d42008-01-11 01:52:36 -05002724
2725 /* Firmware could still be in progress
2726 * of DMAing payload, so don't free data
2727 * buffer till after a hbeat.
2728 */
James Smart341af102010-01-26 23:07:37 -05002729 spin_lock_irqsave(&phba->hbalock,
2730 iflag);
James Smart0ff10d42008-01-11 01:52:36 -05002731 saveq->iocb_flag |= LPFC_DELAY_MEM_FREE;
James Smart341af102010-01-26 23:07:37 -05002732 spin_unlock_irqrestore(&phba->hbalock,
2733 iflag);
2734 }
James Smart0f65ff62010-02-26 14:14:23 -05002735 if (phba->sli_rev == LPFC_SLI_REV4) {
2736 if (saveq->iocb_flag &
2737 LPFC_EXCHANGE_BUSY) {
2738 /* Set cmdiocb flag for the
2739 * exchange busy so sgl (xri)
2740 * will not be released until
2741 * the abort xri is received
2742 * from hba.
2743 */
2744 spin_lock_irqsave(
2745 &phba->hbalock, iflag);
2746 cmdiocbp->iocb_flag |=
2747 LPFC_EXCHANGE_BUSY;
2748 spin_unlock_irqrestore(
2749 &phba->hbalock, iflag);
2750 }
2751 if (cmdiocbp->iocb_flag &
2752 LPFC_DRIVER_ABORTED) {
2753 /*
2754 * Clear LPFC_DRIVER_ABORTED
2755 * bit in case it was driver
2756 * initiated abort.
2757 */
2758 spin_lock_irqsave(
2759 &phba->hbalock, iflag);
2760 cmdiocbp->iocb_flag &=
2761 ~LPFC_DRIVER_ABORTED;
2762 spin_unlock_irqrestore(
2763 &phba->hbalock, iflag);
2764 cmdiocbp->iocb.ulpStatus =
2765 IOSTAT_LOCAL_REJECT;
2766 cmdiocbp->iocb.un.ulpWord[4] =
2767 IOERR_ABORT_REQUESTED;
2768 /*
2769 * For SLI4, irsiocb contains
2770 * NO_XRI in sli_xritag, it
2771 * shall not affect releasing
2772 * sgl (xri) process.
2773 */
2774 saveq->iocb.ulpStatus =
2775 IOSTAT_LOCAL_REJECT;
2776 saveq->iocb.un.ulpWord[4] =
2777 IOERR_SLI_ABORTED;
2778 spin_lock_irqsave(
2779 &phba->hbalock, iflag);
2780 saveq->iocb_flag |=
2781 LPFC_DELAY_MEM_FREE;
2782 spin_unlock_irqrestore(
2783 &phba->hbalock, iflag);
2784 }
James Smart07951072007-04-25 09:51:38 -04002785 }
dea31012005-04-17 16:05:31 -05002786 }
James Smart2e0fef82007-06-17 19:56:36 -05002787 (cmdiocbp->iocb_cmpl) (phba, cmdiocbp, saveq);
James Bottomley604a3e32005-10-29 10:28:33 -05002788 } else
2789 lpfc_sli_release_iocbq(phba, cmdiocbp);
dea31012005-04-17 16:05:31 -05002790 } else {
2791 /*
2792 * Unknown initiating command based on the response iotag.
2793 * This could be the case on the ELS ring because of
2794 * lpfc_els_abort().
2795 */
2796 if (pring->ringno != LPFC_ELS_RING) {
2797 /*
2798 * Ring <ringno> handler: unexpected completion IoTag
2799 * <IoTag>
2800 */
James Smarta257bf92009-04-06 18:48:10 -04002801 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002802 "0322 Ring %d handler: "
2803 "unexpected completion IoTag x%x "
2804 "Data: x%x x%x x%x x%x\n",
2805 pring->ringno,
2806 saveq->iocb.ulpIoTag,
2807 saveq->iocb.ulpStatus,
2808 saveq->iocb.un.ulpWord[4],
2809 saveq->iocb.ulpCommand,
2810 saveq->iocb.ulpContext);
dea31012005-04-17 16:05:31 -05002811 }
2812 }
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04002813
dea31012005-04-17 16:05:31 -05002814 return rc;
2815}
2816
James Smarte59058c2008-08-24 21:49:00 -04002817/**
James Smart3621a712009-04-06 18:47:14 -04002818 * lpfc_sli_rsp_pointers_error - Response ring pointer error handler
James Smarte59058c2008-08-24 21:49:00 -04002819 * @phba: Pointer to HBA context object.
2820 * @pring: Pointer to driver SLI ring object.
2821 *
2822 * This function is called from the iocb ring event handlers when
2823 * put pointer is ahead of the get pointer for a ring. This function signal
2824 * an error attention condition to the worker thread and the worker
2825 * thread will transition the HBA to offline state.
2826 **/
James Smart2e0fef82007-06-17 19:56:36 -05002827static void
2828lpfc_sli_rsp_pointers_error(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002829{
James Smart34b02dc2008-08-24 21:49:55 -04002830 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002831 /*
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02002832 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002833 * rsp ring <portRspMax>
2834 */
2835 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002836 "0312 Ring %d handler: portRspPut %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02002837 "is bigger than rsp ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04002838 pring->ringno, le32_to_cpu(pgp->rspPutInx),
James Smart7e56aa22012-08-03 12:35:34 -04002839 pring->sli.sli3.numRiocb);
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002840
James Smart2e0fef82007-06-17 19:56:36 -05002841 phba->link_state = LPFC_HBA_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002842
2843 /*
2844 * All error attention handlers are posted to
2845 * worker thread
2846 */
2847 phba->work_ha |= HA_ERATT;
2848 phba->work_hs = HS_FFER3;
James Smart92d7f7b2007-06-17 19:56:38 -05002849
James Smart5e9d9b82008-06-14 22:52:53 -04002850 lpfc_worker_wake_up(phba);
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002851
2852 return;
2853}
2854
James Smarte59058c2008-08-24 21:49:00 -04002855/**
James Smart3621a712009-04-06 18:47:14 -04002856 * lpfc_poll_eratt - Error attention polling timer timeout handler
James Smart93996272008-08-24 21:50:30 -04002857 * @ptr: Pointer to address of HBA context object.
2858 *
2859 * This function is invoked by the Error Attention polling timer when the
2860 * timer times out. It will check the SLI Error Attention register for
2861 * possible attention events. If so, it will post an Error Attention event
2862 * and wake up worker thread to process it. Otherwise, it will set up the
2863 * Error Attention polling timer for the next poll.
2864 **/
2865void lpfc_poll_eratt(unsigned long ptr)
2866{
2867 struct lpfc_hba *phba;
James Smartaa6fbb72012-08-03 12:36:03 -04002868 uint32_t eratt = 0, rem;
2869 uint64_t sli_intr, cnt;
James Smart93996272008-08-24 21:50:30 -04002870
2871 phba = (struct lpfc_hba *)ptr;
2872
James Smartaa6fbb72012-08-03 12:36:03 -04002873 /* Here we will also keep track of interrupts per sec of the hba */
2874 sli_intr = phba->sli.slistat.sli_intr;
2875
2876 if (phba->sli.slistat.sli_prev_intr > sli_intr)
2877 cnt = (((uint64_t)(-1) - phba->sli.slistat.sli_prev_intr) +
2878 sli_intr);
2879 else
2880 cnt = (sli_intr - phba->sli.slistat.sli_prev_intr);
2881
2882 /* 64-bit integer division not supporte on 32-bit x86 - use do_div */
2883 rem = do_div(cnt, LPFC_ERATT_POLL_INTERVAL);
2884 phba->sli.slistat.sli_ips = cnt;
2885
2886 phba->sli.slistat.sli_prev_intr = sli_intr;
2887
James Smart93996272008-08-24 21:50:30 -04002888 /* Check chip HA register for error event */
2889 eratt = lpfc_sli_check_eratt(phba);
2890
2891 if (eratt)
2892 /* Tell the worker thread there is work to do */
2893 lpfc_worker_wake_up(phba);
2894 else
2895 /* Restart the timer for next eratt poll */
2896 mod_timer(&phba->eratt_poll, jiffies +
2897 HZ * LPFC_ERATT_POLL_INTERVAL);
2898 return;
2899}
2900
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002901
James Smarte59058c2008-08-24 21:49:00 -04002902/**
James Smart3621a712009-04-06 18:47:14 -04002903 * lpfc_sli_handle_fast_ring_event - Handle ring events on FCP ring
James Smarte59058c2008-08-24 21:49:00 -04002904 * @phba: Pointer to HBA context object.
2905 * @pring: Pointer to driver SLI ring object.
2906 * @mask: Host attention register mask for this ring.
2907 *
2908 * This function is called from the interrupt context when there is a ring
2909 * event for the fcp ring. The caller does not hold any lock.
2910 * The function processes each response iocb in the response ring until it
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002911 * finds an iocb with LE bit set and chains all the iocbs up to the iocb with
James Smarte59058c2008-08-24 21:49:00 -04002912 * LE bit set. The function will call the completion handler of the command iocb
2913 * if the response iocb indicates a completion for a command iocb or it is
2914 * an abort completion. The function will call lpfc_sli_process_unsol_iocb
2915 * function if this is an unsolicited iocb.
dea31012005-04-17 16:05:31 -05002916 * This routine presumes LPFC_FCP_RING handling and doesn't bother
James Smart45ed1192009-10-02 15:17:02 -04002917 * to check it explicitly.
2918 */
2919int
James Smart2e0fef82007-06-17 19:56:36 -05002920lpfc_sli_handle_fast_ring_event(struct lpfc_hba *phba,
2921 struct lpfc_sli_ring *pring, uint32_t mask)
dea31012005-04-17 16:05:31 -05002922{
James Smart34b02dc2008-08-24 21:49:55 -04002923 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
dea31012005-04-17 16:05:31 -05002924 IOCB_t *irsp = NULL;
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002925 IOCB_t *entry = NULL;
dea31012005-04-17 16:05:31 -05002926 struct lpfc_iocbq *cmdiocbq = NULL;
2927 struct lpfc_iocbq rspiocbq;
dea31012005-04-17 16:05:31 -05002928 uint32_t status;
2929 uint32_t portRspPut, portRspMax;
2930 int rc = 1;
2931 lpfc_iocb_type type;
2932 unsigned long iflag;
2933 uint32_t rsp_cmpl = 0;
dea31012005-04-17 16:05:31 -05002934
James Smart2e0fef82007-06-17 19:56:36 -05002935 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05002936 pring->stats.iocb_event++;
2937
dea31012005-04-17 16:05:31 -05002938 /*
2939 * The next available response entry should never exceed the maximum
2940 * entries. If it does, treat it as an adapter hardware error.
2941 */
James Smart7e56aa22012-08-03 12:35:34 -04002942 portRspMax = pring->sli.sli3.numRiocb;
dea31012005-04-17 16:05:31 -05002943 portRspPut = le32_to_cpu(pgp->rspPutInx);
2944 if (unlikely(portRspPut >= portRspMax)) {
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002945 lpfc_sli_rsp_pointers_error(phba, pring);
James Smart2e0fef82007-06-17 19:56:36 -05002946 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05002947 return 1;
2948 }
James Smart45ed1192009-10-02 15:17:02 -04002949 if (phba->fcp_ring_in_use) {
2950 spin_unlock_irqrestore(&phba->hbalock, iflag);
2951 return 1;
2952 } else
2953 phba->fcp_ring_in_use = 1;
dea31012005-04-17 16:05:31 -05002954
2955 rmb();
James Smart7e56aa22012-08-03 12:35:34 -04002956 while (pring->sli.sli3.rspidx != portRspPut) {
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002957 /*
2958 * Fetch an entry off the ring and copy it into a local data
2959 * structure. The copy involves a byte-swap since the
2960 * network byte order and pci byte orders are different.
2961 */
James Smarted957682007-06-17 19:56:37 -05002962 entry = lpfc_resp_iocb(phba, pring);
James Smart858c9f62007-06-17 19:56:39 -05002963 phba->last_completion_time = jiffies;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002964
James Smart7e56aa22012-08-03 12:35:34 -04002965 if (++pring->sli.sli3.rspidx >= portRspMax)
2966 pring->sli.sli3.rspidx = 0;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002967
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002968 lpfc_sli_pcimem_bcopy((uint32_t *) entry,
2969 (uint32_t *) &rspiocbq.iocb,
James Smarted957682007-06-17 19:56:37 -05002970 phba->iocb_rsp_size);
James Smarta4bc3372006-12-02 13:34:16 -05002971 INIT_LIST_HEAD(&(rspiocbq.list));
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002972 irsp = &rspiocbq.iocb;
2973
dea31012005-04-17 16:05:31 -05002974 type = lpfc_sli_iocb_cmd_type(irsp->ulpCommand & CMD_IOCB_MASK);
2975 pring->stats.iocb_rsp++;
2976 rsp_cmpl++;
2977
2978 if (unlikely(irsp->ulpStatus)) {
James Smart92d7f7b2007-06-17 19:56:38 -05002979 /*
2980 * If resource errors reported from HBA, reduce
2981 * queuedepths of the SCSI device.
2982 */
2983 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&
James Smarte3d2b802012-08-14 14:25:43 -04002984 ((irsp->un.ulpWord[4] & IOERR_PARAM_MASK) ==
2985 IOERR_NO_RESOURCES)) {
James Smart92d7f7b2007-06-17 19:56:38 -05002986 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04002987 phba->lpfc_rampdown_queue_depth(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05002988 spin_lock_irqsave(&phba->hbalock, iflag);
2989 }
2990
dea31012005-04-17 16:05:31 -05002991 /* Rsp ring <ringno> error: IOCB */
2992 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002993 "0336 Rsp Ring %d error: IOCB Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05002994 "x%x x%x x%x x%x x%x x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04002995 pring->ringno,
James Smart92d7f7b2007-06-17 19:56:38 -05002996 irsp->un.ulpWord[0],
2997 irsp->un.ulpWord[1],
2998 irsp->un.ulpWord[2],
2999 irsp->un.ulpWord[3],
3000 irsp->un.ulpWord[4],
3001 irsp->un.ulpWord[5],
James Smartd7c255b2008-08-24 21:50:00 -04003002 *(uint32_t *)&irsp->un1,
3003 *((uint32_t *)&irsp->un1 + 1));
dea31012005-04-17 16:05:31 -05003004 }
3005
3006 switch (type) {
3007 case LPFC_ABORT_IOCB:
3008 case LPFC_SOL_IOCB:
3009 /*
3010 * Idle exchange closed via ABTS from port. No iocb
3011 * resources need to be recovered.
3012 */
3013 if (unlikely(irsp->ulpCommand == CMD_XRI_ABORTED_CX)) {
James Smartdca94792006-08-01 07:34:08 -04003014 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003015 "0333 IOCB cmd 0x%x"
James Smartdca94792006-08-01 07:34:08 -04003016 " processed. Skipping"
James Smart92d7f7b2007-06-17 19:56:38 -05003017 " completion\n",
James Smartdca94792006-08-01 07:34:08 -04003018 irsp->ulpCommand);
dea31012005-04-17 16:05:31 -05003019 break;
3020 }
3021
James Bottomley604a3e32005-10-29 10:28:33 -05003022 cmdiocbq = lpfc_sli_iocbq_lookup(phba, pring,
3023 &rspiocbq);
James Smart0f65ff62010-02-26 14:14:23 -05003024 if (unlikely(!cmdiocbq))
3025 break;
3026 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED)
3027 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
3028 if (cmdiocbq->iocb_cmpl) {
3029 spin_unlock_irqrestore(&phba->hbalock, iflag);
3030 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq,
3031 &rspiocbq);
3032 spin_lock_irqsave(&phba->hbalock, iflag);
3033 }
dea31012005-04-17 16:05:31 -05003034 break;
James Smarta4bc3372006-12-02 13:34:16 -05003035 case LPFC_UNSOL_IOCB:
James Smart2e0fef82007-06-17 19:56:36 -05003036 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta4bc3372006-12-02 13:34:16 -05003037 lpfc_sli_process_unsol_iocb(phba, pring, &rspiocbq);
James Smart2e0fef82007-06-17 19:56:36 -05003038 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta4bc3372006-12-02 13:34:16 -05003039 break;
dea31012005-04-17 16:05:31 -05003040 default:
3041 if (irsp->ulpCommand == CMD_ADAPTER_MSG) {
3042 char adaptermsg[LPFC_MAX_ADPTMSG];
3043 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG);
3044 memcpy(&adaptermsg[0], (uint8_t *) irsp,
3045 MAX_MSG_DATA);
Joe Perches898eb712007-10-18 03:06:30 -07003046 dev_warn(&((phba->pcidev)->dev),
3047 "lpfc%d: %s\n",
dea31012005-04-17 16:05:31 -05003048 phba->brd_no, adaptermsg);
3049 } else {
3050 /* Unknown IOCB command */
3051 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003052 "0334 Unknown IOCB command "
James Smart92d7f7b2007-06-17 19:56:38 -05003053 "Data: x%x, x%x x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003054 type, irsp->ulpCommand,
James Smart92d7f7b2007-06-17 19:56:38 -05003055 irsp->ulpStatus,
3056 irsp->ulpIoTag,
3057 irsp->ulpContext);
dea31012005-04-17 16:05:31 -05003058 }
3059 break;
3060 }
3061
3062 /*
3063 * The response IOCB has been processed. Update the ring
3064 * pointer in SLIM. If the port response put pointer has not
3065 * been updated, sync the pgp->rspPutInx and fetch the new port
3066 * response put pointer.
3067 */
James Smart7e56aa22012-08-03 12:35:34 -04003068 writel(pring->sli.sli3.rspidx,
3069 &phba->host_gp[pring->ringno].rspGetInx);
dea31012005-04-17 16:05:31 -05003070
James Smart7e56aa22012-08-03 12:35:34 -04003071 if (pring->sli.sli3.rspidx == portRspPut)
dea31012005-04-17 16:05:31 -05003072 portRspPut = le32_to_cpu(pgp->rspPutInx);
3073 }
3074
3075 if ((rsp_cmpl > 0) && (mask & HA_R0RE_REQ)) {
3076 pring->stats.iocb_rsp_full++;
3077 status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4));
3078 writel(status, phba->CAregaddr);
3079 readl(phba->CAregaddr);
3080 }
3081 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
3082 pring->flag &= ~LPFC_CALL_RING_AVAILABLE;
3083 pring->stats.iocb_cmd_empty++;
3084
3085 /* Force update of the local copy of cmdGetInx */
James Smart7e56aa22012-08-03 12:35:34 -04003086 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05003087 lpfc_sli_resume_iocb(phba, pring);
3088
3089 if ((pring->lpfc_sli_cmd_available))
3090 (pring->lpfc_sli_cmd_available) (phba, pring);
3091
3092 }
3093
James Smart45ed1192009-10-02 15:17:02 -04003094 phba->fcp_ring_in_use = 0;
James Smart2e0fef82007-06-17 19:56:36 -05003095 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003096 return rc;
3097}
3098
James Smarte59058c2008-08-24 21:49:00 -04003099/**
James Smart3772a992009-05-22 14:50:54 -04003100 * lpfc_sli_sp_handle_rspiocb - Handle slow-path response iocb
3101 * @phba: Pointer to HBA context object.
3102 * @pring: Pointer to driver SLI ring object.
3103 * @rspiocbp: Pointer to driver response IOCB object.
3104 *
3105 * This function is called from the worker thread when there is a slow-path
3106 * response IOCB to process. This function chains all the response iocbs until
3107 * seeing the iocb with the LE bit set. The function will call
3108 * lpfc_sli_process_sol_iocb function if the response iocb indicates a
3109 * completion of a command iocb. The function will call the
3110 * lpfc_sli_process_unsol_iocb function if this is an unsolicited iocb.
3111 * The function frees the resources or calls the completion handler if this
3112 * iocb is an abort completion. The function returns NULL when the response
3113 * iocb has the LE bit set and all the chained iocbs are processed, otherwise
3114 * this function shall chain the iocb on to the iocb_continueq and return the
3115 * response iocb passed in.
3116 **/
3117static struct lpfc_iocbq *
3118lpfc_sli_sp_handle_rspiocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
3119 struct lpfc_iocbq *rspiocbp)
3120{
3121 struct lpfc_iocbq *saveq;
3122 struct lpfc_iocbq *cmdiocbp;
3123 struct lpfc_iocbq *next_iocb;
3124 IOCB_t *irsp = NULL;
3125 uint32_t free_saveq;
3126 uint8_t iocb_cmd_type;
3127 lpfc_iocb_type type;
3128 unsigned long iflag;
3129 int rc;
3130
3131 spin_lock_irqsave(&phba->hbalock, iflag);
3132 /* First add the response iocb to the countinueq list */
3133 list_add_tail(&rspiocbp->list, &(pring->iocb_continueq));
3134 pring->iocb_continueq_cnt++;
3135
Justin P. Mattock70f23fd2011-05-10 10:16:21 +02003136 /* Now, determine whether the list is completed for processing */
James Smart3772a992009-05-22 14:50:54 -04003137 irsp = &rspiocbp->iocb;
3138 if (irsp->ulpLe) {
3139 /*
3140 * By default, the driver expects to free all resources
3141 * associated with this iocb completion.
3142 */
3143 free_saveq = 1;
3144 saveq = list_get_first(&pring->iocb_continueq,
3145 struct lpfc_iocbq, list);
3146 irsp = &(saveq->iocb);
3147 list_del_init(&pring->iocb_continueq);
3148 pring->iocb_continueq_cnt = 0;
3149
3150 pring->stats.iocb_rsp++;
3151
3152 /*
3153 * If resource errors reported from HBA, reduce
3154 * queuedepths of the SCSI device.
3155 */
3156 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&
James Smarte3d2b802012-08-14 14:25:43 -04003157 ((irsp->un.ulpWord[4] & IOERR_PARAM_MASK) ==
3158 IOERR_NO_RESOURCES)) {
James Smart3772a992009-05-22 14:50:54 -04003159 spin_unlock_irqrestore(&phba->hbalock, iflag);
3160 phba->lpfc_rampdown_queue_depth(phba);
3161 spin_lock_irqsave(&phba->hbalock, iflag);
3162 }
3163
3164 if (irsp->ulpStatus) {
3165 /* Rsp ring <ringno> error: IOCB */
3166 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3167 "0328 Rsp Ring %d error: "
3168 "IOCB Data: "
3169 "x%x x%x x%x x%x "
3170 "x%x x%x x%x x%x "
3171 "x%x x%x x%x x%x "
3172 "x%x x%x x%x x%x\n",
3173 pring->ringno,
3174 irsp->un.ulpWord[0],
3175 irsp->un.ulpWord[1],
3176 irsp->un.ulpWord[2],
3177 irsp->un.ulpWord[3],
3178 irsp->un.ulpWord[4],
3179 irsp->un.ulpWord[5],
3180 *(((uint32_t *) irsp) + 6),
3181 *(((uint32_t *) irsp) + 7),
3182 *(((uint32_t *) irsp) + 8),
3183 *(((uint32_t *) irsp) + 9),
3184 *(((uint32_t *) irsp) + 10),
3185 *(((uint32_t *) irsp) + 11),
3186 *(((uint32_t *) irsp) + 12),
3187 *(((uint32_t *) irsp) + 13),
3188 *(((uint32_t *) irsp) + 14),
3189 *(((uint32_t *) irsp) + 15));
3190 }
3191
3192 /*
3193 * Fetch the IOCB command type and call the correct completion
3194 * routine. Solicited and Unsolicited IOCBs on the ELS ring
3195 * get freed back to the lpfc_iocb_list by the discovery
3196 * kernel thread.
3197 */
3198 iocb_cmd_type = irsp->ulpCommand & CMD_IOCB_MASK;
3199 type = lpfc_sli_iocb_cmd_type(iocb_cmd_type);
3200 switch (type) {
3201 case LPFC_SOL_IOCB:
3202 spin_unlock_irqrestore(&phba->hbalock, iflag);
3203 rc = lpfc_sli_process_sol_iocb(phba, pring, saveq);
3204 spin_lock_irqsave(&phba->hbalock, iflag);
3205 break;
3206
3207 case LPFC_UNSOL_IOCB:
3208 spin_unlock_irqrestore(&phba->hbalock, iflag);
3209 rc = lpfc_sli_process_unsol_iocb(phba, pring, saveq);
3210 spin_lock_irqsave(&phba->hbalock, iflag);
3211 if (!rc)
3212 free_saveq = 0;
3213 break;
3214
3215 case LPFC_ABORT_IOCB:
3216 cmdiocbp = NULL;
3217 if (irsp->ulpCommand != CMD_XRI_ABORTED_CX)
3218 cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring,
3219 saveq);
3220 if (cmdiocbp) {
3221 /* Call the specified completion routine */
3222 if (cmdiocbp->iocb_cmpl) {
3223 spin_unlock_irqrestore(&phba->hbalock,
3224 iflag);
3225 (cmdiocbp->iocb_cmpl)(phba, cmdiocbp,
3226 saveq);
3227 spin_lock_irqsave(&phba->hbalock,
3228 iflag);
3229 } else
3230 __lpfc_sli_release_iocbq(phba,
3231 cmdiocbp);
3232 }
3233 break;
3234
3235 case LPFC_UNKNOWN_IOCB:
3236 if (irsp->ulpCommand == CMD_ADAPTER_MSG) {
3237 char adaptermsg[LPFC_MAX_ADPTMSG];
3238 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG);
3239 memcpy(&adaptermsg[0], (uint8_t *)irsp,
3240 MAX_MSG_DATA);
3241 dev_warn(&((phba->pcidev)->dev),
3242 "lpfc%d: %s\n",
3243 phba->brd_no, adaptermsg);
3244 } else {
3245 /* Unknown IOCB command */
3246 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3247 "0335 Unknown IOCB "
3248 "command Data: x%x "
3249 "x%x x%x x%x\n",
3250 irsp->ulpCommand,
3251 irsp->ulpStatus,
3252 irsp->ulpIoTag,
3253 irsp->ulpContext);
3254 }
3255 break;
3256 }
3257
3258 if (free_saveq) {
3259 list_for_each_entry_safe(rspiocbp, next_iocb,
3260 &saveq->list, list) {
3261 list_del(&rspiocbp->list);
3262 __lpfc_sli_release_iocbq(phba, rspiocbp);
3263 }
3264 __lpfc_sli_release_iocbq(phba, saveq);
3265 }
3266 rspiocbp = NULL;
3267 }
3268 spin_unlock_irqrestore(&phba->hbalock, iflag);
3269 return rspiocbp;
3270}
3271
3272/**
3273 * lpfc_sli_handle_slow_ring_event - Wrapper func for handling slow-path iocbs
James Smarte59058c2008-08-24 21:49:00 -04003274 * @phba: Pointer to HBA context object.
3275 * @pring: Pointer to driver SLI ring object.
3276 * @mask: Host attention register mask for this ring.
3277 *
James Smart3772a992009-05-22 14:50:54 -04003278 * This routine wraps the actual slow_ring event process routine from the
3279 * API jump table function pointer from the lpfc_hba struct.
James Smarte59058c2008-08-24 21:49:00 -04003280 **/
James Smart3772a992009-05-22 14:50:54 -04003281void
James Smart2e0fef82007-06-17 19:56:36 -05003282lpfc_sli_handle_slow_ring_event(struct lpfc_hba *phba,
3283 struct lpfc_sli_ring *pring, uint32_t mask)
dea31012005-04-17 16:05:31 -05003284{
James Smart3772a992009-05-22 14:50:54 -04003285 phba->lpfc_sli_handle_slow_ring_event(phba, pring, mask);
3286}
3287
3288/**
3289 * lpfc_sli_handle_slow_ring_event_s3 - Handle SLI3 ring event for non-FCP rings
3290 * @phba: Pointer to HBA context object.
3291 * @pring: Pointer to driver SLI ring object.
3292 * @mask: Host attention register mask for this ring.
3293 *
3294 * This function is called from the worker thread when there is a ring event
3295 * for non-fcp rings. The caller does not hold any lock. The function will
3296 * remove each response iocb in the response ring and calls the handle
3297 * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it.
3298 **/
3299static void
3300lpfc_sli_handle_slow_ring_event_s3(struct lpfc_hba *phba,
3301 struct lpfc_sli_ring *pring, uint32_t mask)
3302{
James Smart34b02dc2008-08-24 21:49:55 -04003303 struct lpfc_pgp *pgp;
dea31012005-04-17 16:05:31 -05003304 IOCB_t *entry;
3305 IOCB_t *irsp = NULL;
3306 struct lpfc_iocbq *rspiocbp = NULL;
dea31012005-04-17 16:05:31 -05003307 uint32_t portRspPut, portRspMax;
dea31012005-04-17 16:05:31 -05003308 unsigned long iflag;
James Smart3772a992009-05-22 14:50:54 -04003309 uint32_t status;
dea31012005-04-17 16:05:31 -05003310
James Smart34b02dc2008-08-24 21:49:55 -04003311 pgp = &phba->port_gp[pring->ringno];
James Smart2e0fef82007-06-17 19:56:36 -05003312 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003313 pring->stats.iocb_event++;
3314
dea31012005-04-17 16:05:31 -05003315 /*
3316 * The next available response entry should never exceed the maximum
3317 * entries. If it does, treat it as an adapter hardware error.
3318 */
James Smart7e56aa22012-08-03 12:35:34 -04003319 portRspMax = pring->sli.sli3.numRiocb;
dea31012005-04-17 16:05:31 -05003320 portRspPut = le32_to_cpu(pgp->rspPutInx);
3321 if (portRspPut >= portRspMax) {
3322 /*
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003323 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
dea31012005-04-17 16:05:31 -05003324 * rsp ring <portRspMax>
3325 */
James Smarted957682007-06-17 19:56:37 -05003326 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003327 "0303 Ring %d handler: portRspPut %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003328 "is bigger than rsp ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003329 pring->ringno, portRspPut, portRspMax);
dea31012005-04-17 16:05:31 -05003330
James Smart2e0fef82007-06-17 19:56:36 -05003331 phba->link_state = LPFC_HBA_ERROR;
3332 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003333
3334 phba->work_hs = HS_FFER3;
3335 lpfc_handle_eratt(phba);
3336
James Smart3772a992009-05-22 14:50:54 -04003337 return;
dea31012005-04-17 16:05:31 -05003338 }
3339
3340 rmb();
James Smart7e56aa22012-08-03 12:35:34 -04003341 while (pring->sli.sli3.rspidx != portRspPut) {
dea31012005-04-17 16:05:31 -05003342 /*
3343 * Build a completion list and call the appropriate handler.
3344 * The process is to get the next available response iocb, get
3345 * a free iocb from the list, copy the response data into the
3346 * free iocb, insert to the continuation list, and update the
3347 * next response index to slim. This process makes response
3348 * iocb's in the ring available to DMA as fast as possible but
3349 * pays a penalty for a copy operation. Since the iocb is
3350 * only 32 bytes, this penalty is considered small relative to
3351 * the PCI reads for register values and a slim write. When
3352 * the ulpLe field is set, the entire Command has been
3353 * received.
3354 */
James Smarted957682007-06-17 19:56:37 -05003355 entry = lpfc_resp_iocb(phba, pring);
3356
James Smart858c9f62007-06-17 19:56:39 -05003357 phba->last_completion_time = jiffies;
James Smart2e0fef82007-06-17 19:56:36 -05003358 rspiocbp = __lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05003359 if (rspiocbp == NULL) {
3360 printk(KERN_ERR "%s: out of buffers! Failing "
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07003361 "completion.\n", __func__);
dea31012005-04-17 16:05:31 -05003362 break;
3363 }
3364
James Smarted957682007-06-17 19:56:37 -05003365 lpfc_sli_pcimem_bcopy(entry, &rspiocbp->iocb,
3366 phba->iocb_rsp_size);
dea31012005-04-17 16:05:31 -05003367 irsp = &rspiocbp->iocb;
3368
James Smart7e56aa22012-08-03 12:35:34 -04003369 if (++pring->sli.sli3.rspidx >= portRspMax)
3370 pring->sli.sli3.rspidx = 0;
dea31012005-04-17 16:05:31 -05003371
James Smarta58cbd52007-08-02 11:09:43 -04003372 if (pring->ringno == LPFC_ELS_RING) {
3373 lpfc_debugfs_slow_ring_trc(phba,
3374 "IOCB rsp ring: wd4:x%08x wd6:x%08x wd7:x%08x",
3375 *(((uint32_t *) irsp) + 4),
3376 *(((uint32_t *) irsp) + 6),
3377 *(((uint32_t *) irsp) + 7));
3378 }
3379
James Smart7e56aa22012-08-03 12:35:34 -04003380 writel(pring->sli.sli3.rspidx,
3381 &phba->host_gp[pring->ringno].rspGetInx);
dea31012005-04-17 16:05:31 -05003382
James Smart3772a992009-05-22 14:50:54 -04003383 spin_unlock_irqrestore(&phba->hbalock, iflag);
3384 /* Handle the response IOCB */
3385 rspiocbp = lpfc_sli_sp_handle_rspiocb(phba, pring, rspiocbp);
3386 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003387
3388 /*
3389 * If the port response put pointer has not been updated, sync
3390 * the pgp->rspPutInx in the MAILBOX_tand fetch the new port
3391 * response put pointer.
3392 */
James Smart7e56aa22012-08-03 12:35:34 -04003393 if (pring->sli.sli3.rspidx == portRspPut) {
dea31012005-04-17 16:05:31 -05003394 portRspPut = le32_to_cpu(pgp->rspPutInx);
3395 }
James Smart7e56aa22012-08-03 12:35:34 -04003396 } /* while (pring->sli.sli3.rspidx != portRspPut) */
dea31012005-04-17 16:05:31 -05003397
James Smart92d7f7b2007-06-17 19:56:38 -05003398 if ((rspiocbp != NULL) && (mask & HA_R0RE_REQ)) {
dea31012005-04-17 16:05:31 -05003399 /* At least one response entry has been freed */
3400 pring->stats.iocb_rsp_full++;
3401 /* SET RxRE_RSP in Chip Att register */
3402 status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4));
3403 writel(status, phba->CAregaddr);
3404 readl(phba->CAregaddr); /* flush */
3405 }
3406 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
3407 pring->flag &= ~LPFC_CALL_RING_AVAILABLE;
3408 pring->stats.iocb_cmd_empty++;
3409
3410 /* Force update of the local copy of cmdGetInx */
James Smart7e56aa22012-08-03 12:35:34 -04003411 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05003412 lpfc_sli_resume_iocb(phba, pring);
3413
3414 if ((pring->lpfc_sli_cmd_available))
3415 (pring->lpfc_sli_cmd_available) (phba, pring);
3416
3417 }
3418
James Smart2e0fef82007-06-17 19:56:36 -05003419 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04003420 return;
dea31012005-04-17 16:05:31 -05003421}
3422
James Smarte59058c2008-08-24 21:49:00 -04003423/**
James Smart4f774512009-05-22 14:52:35 -04003424 * lpfc_sli_handle_slow_ring_event_s4 - Handle SLI4 slow-path els events
3425 * @phba: Pointer to HBA context object.
3426 * @pring: Pointer to driver SLI ring object.
3427 * @mask: Host attention register mask for this ring.
3428 *
3429 * This function is called from the worker thread when there is a pending
3430 * ELS response iocb on the driver internal slow-path response iocb worker
3431 * queue. The caller does not hold any lock. The function will remove each
3432 * response iocb from the response worker queue and calls the handle
3433 * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it.
3434 **/
3435static void
3436lpfc_sli_handle_slow_ring_event_s4(struct lpfc_hba *phba,
3437 struct lpfc_sli_ring *pring, uint32_t mask)
3438{
3439 struct lpfc_iocbq *irspiocbq;
James Smart4d9ab992009-10-02 15:16:39 -04003440 struct hbq_dmabuf *dmabuf;
3441 struct lpfc_cq_event *cq_event;
James Smart4f774512009-05-22 14:52:35 -04003442 unsigned long iflag;
3443
James Smart45ed1192009-10-02 15:17:02 -04003444 spin_lock_irqsave(&phba->hbalock, iflag);
3445 phba->hba_flag &= ~HBA_SP_QUEUE_EVT;
3446 spin_unlock_irqrestore(&phba->hbalock, iflag);
3447 while (!list_empty(&phba->sli4_hba.sp_queue_event)) {
James Smart4f774512009-05-22 14:52:35 -04003448 /* Get the response iocb from the head of work queue */
3449 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart45ed1192009-10-02 15:17:02 -04003450 list_remove_head(&phba->sli4_hba.sp_queue_event,
James Smart4d9ab992009-10-02 15:16:39 -04003451 cq_event, struct lpfc_cq_event, list);
James Smart4f774512009-05-22 14:52:35 -04003452 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart4d9ab992009-10-02 15:16:39 -04003453
3454 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) {
3455 case CQE_CODE_COMPL_WQE:
3456 irspiocbq = container_of(cq_event, struct lpfc_iocbq,
3457 cq_event);
James Smart45ed1192009-10-02 15:17:02 -04003458 /* Translate ELS WCQE to response IOCBQ */
3459 irspiocbq = lpfc_sli4_els_wcqe_to_rspiocbq(phba,
3460 irspiocbq);
3461 if (irspiocbq)
3462 lpfc_sli_sp_handle_rspiocb(phba, pring,
3463 irspiocbq);
James Smart4d9ab992009-10-02 15:16:39 -04003464 break;
3465 case CQE_CODE_RECEIVE:
James Smart7851fe22011-07-22 18:36:52 -04003466 case CQE_CODE_RECEIVE_V1:
James Smart4d9ab992009-10-02 15:16:39 -04003467 dmabuf = container_of(cq_event, struct hbq_dmabuf,
3468 cq_event);
3469 lpfc_sli4_handle_received_buffer(phba, dmabuf);
3470 break;
3471 default:
3472 break;
3473 }
James Smart4f774512009-05-22 14:52:35 -04003474 }
3475}
3476
3477/**
James Smart3621a712009-04-06 18:47:14 -04003478 * lpfc_sli_abort_iocb_ring - Abort all iocbs in the ring
James Smarte59058c2008-08-24 21:49:00 -04003479 * @phba: Pointer to HBA context object.
3480 * @pring: Pointer to driver SLI ring object.
3481 *
3482 * This function aborts all iocbs in the given ring and frees all the iocb
3483 * objects in txq. This function issues an abort iocb for all the iocb commands
3484 * in txcmplq. The iocbs in the txcmplq is not guaranteed to complete before
3485 * the return of this function. The caller is not required to hold any locks.
3486 **/
James Smart2e0fef82007-06-17 19:56:36 -05003487void
dea31012005-04-17 16:05:31 -05003488lpfc_sli_abort_iocb_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
3489{
James Smart2534ba72007-04-25 09:52:20 -04003490 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05003491 struct lpfc_iocbq *iocb, *next_iocb;
dea31012005-04-17 16:05:31 -05003492
James Smart92d7f7b2007-06-17 19:56:38 -05003493 if (pring->ringno == LPFC_ELS_RING) {
3494 lpfc_fabric_abort_hba(phba);
3495 }
3496
dea31012005-04-17 16:05:31 -05003497 /* Error everything on txq and txcmplq
3498 * First do the txq.
3499 */
James Smart2e0fef82007-06-17 19:56:36 -05003500 spin_lock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04003501 list_splice_init(&pring->txq, &completions);
dea31012005-04-17 16:05:31 -05003502 pring->txq_cnt = 0;
dea31012005-04-17 16:05:31 -05003503
3504 /* Next issue ABTS for everything on the txcmplq */
James Smart2534ba72007-04-25 09:52:20 -04003505 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list)
3506 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
3507
James Smart2e0fef82007-06-17 19:56:36 -05003508 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04003509
James Smarta257bf92009-04-06 18:48:10 -04003510 /* Cancel all the IOCBs from the completions list */
3511 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
3512 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05003513}
3514
James Smarte59058c2008-08-24 21:49:00 -04003515/**
James Smart3621a712009-04-06 18:47:14 -04003516 * lpfc_sli_flush_fcp_rings - flush all iocbs in the fcp ring
James Smarta8e497d2008-08-24 21:50:11 -04003517 * @phba: Pointer to HBA context object.
3518 *
3519 * This function flushes all iocbs in the fcp ring and frees all the iocb
3520 * objects in txq and txcmplq. This function will not issue abort iocbs
3521 * for all the iocb commands in txcmplq, they will just be returned with
3522 * IOERR_SLI_DOWN. This function is invoked with EEH when device's PCI
3523 * slot has been permanently disabled.
3524 **/
3525void
3526lpfc_sli_flush_fcp_rings(struct lpfc_hba *phba)
3527{
3528 LIST_HEAD(txq);
3529 LIST_HEAD(txcmplq);
James Smarta8e497d2008-08-24 21:50:11 -04003530 struct lpfc_sli *psli = &phba->sli;
3531 struct lpfc_sli_ring *pring;
3532
3533 /* Currently, only one fcp ring */
3534 pring = &psli->ring[psli->fcp_ring];
3535
3536 spin_lock_irq(&phba->hbalock);
3537 /* Retrieve everything on txq */
3538 list_splice_init(&pring->txq, &txq);
3539 pring->txq_cnt = 0;
3540
3541 /* Retrieve everything on the txcmplq */
3542 list_splice_init(&pring->txcmplq, &txcmplq);
3543 pring->txcmplq_cnt = 0;
James Smart4f2e66c2012-05-09 21:17:07 -04003544
3545 /* Indicate the I/O queues are flushed */
3546 phba->hba_flag |= HBA_FCP_IOQ_FLUSH;
James Smarta8e497d2008-08-24 21:50:11 -04003547 spin_unlock_irq(&phba->hbalock);
3548
3549 /* Flush the txq */
James Smarta257bf92009-04-06 18:48:10 -04003550 lpfc_sli_cancel_iocbs(phba, &txq, IOSTAT_LOCAL_REJECT,
3551 IOERR_SLI_DOWN);
James Smarta8e497d2008-08-24 21:50:11 -04003552
3553 /* Flush the txcmpq */
James Smarta257bf92009-04-06 18:48:10 -04003554 lpfc_sli_cancel_iocbs(phba, &txcmplq, IOSTAT_LOCAL_REJECT,
3555 IOERR_SLI_DOWN);
James Smarta8e497d2008-08-24 21:50:11 -04003556}
3557
3558/**
James Smart3772a992009-05-22 14:50:54 -04003559 * lpfc_sli_brdready_s3 - Check for sli3 host ready status
James Smarte59058c2008-08-24 21:49:00 -04003560 * @phba: Pointer to HBA context object.
3561 * @mask: Bit mask to be checked.
3562 *
3563 * This function reads the host status register and compares
3564 * with the provided bit mask to check if HBA completed
3565 * the restart. This function will wait in a loop for the
3566 * HBA to complete restart. If the HBA does not restart within
3567 * 15 iterations, the function will reset the HBA again. The
3568 * function returns 1 when HBA fail to restart otherwise returns
3569 * zero.
3570 **/
James Smart3772a992009-05-22 14:50:54 -04003571static int
3572lpfc_sli_brdready_s3(struct lpfc_hba *phba, uint32_t mask)
dea31012005-04-17 16:05:31 -05003573{
Jamie Wellnitz41415862006-02-28 19:25:27 -05003574 uint32_t status;
3575 int i = 0;
3576 int retval = 0;
dea31012005-04-17 16:05:31 -05003577
Jamie Wellnitz41415862006-02-28 19:25:27 -05003578 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05003579 if (lpfc_readl(phba->HSregaddr, &status))
3580 return 1;
dea31012005-04-17 16:05:31 -05003581
Jamie Wellnitz41415862006-02-28 19:25:27 -05003582 /*
3583 * Check status register every 100ms for 5 retries, then every
3584 * 500ms for 5, then every 2.5 sec for 5, then reset board and
3585 * every 2.5 sec for 4.
3586 * Break our of the loop if errors occurred during init.
3587 */
3588 while (((status & mask) != mask) &&
3589 !(status & HS_FFERM) &&
3590 i++ < 20) {
dea31012005-04-17 16:05:31 -05003591
Jamie Wellnitz41415862006-02-28 19:25:27 -05003592 if (i <= 5)
3593 msleep(10);
3594 else if (i <= 10)
3595 msleep(500);
3596 else
3597 msleep(2500);
dea31012005-04-17 16:05:31 -05003598
Jamie Wellnitz41415862006-02-28 19:25:27 -05003599 if (i == 15) {
James Smart2e0fef82007-06-17 19:56:36 -05003600 /* Do post */
James Smart92d7f7b2007-06-17 19:56:38 -05003601 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003602 lpfc_sli_brdrestart(phba);
3603 }
3604 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05003605 if (lpfc_readl(phba->HSregaddr, &status)) {
3606 retval = 1;
3607 break;
3608 }
dea31012005-04-17 16:05:31 -05003609 }
dea31012005-04-17 16:05:31 -05003610
Jamie Wellnitz41415862006-02-28 19:25:27 -05003611 /* Check to see if any errors occurred during init */
3612 if ((status & HS_FFERM) || (i >= 20)) {
James Smarte40a02c2010-02-26 14:13:54 -05003613 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3614 "2751 Adapter failed to restart, "
3615 "status reg x%x, FW Data: A8 x%x AC x%x\n",
3616 status,
3617 readl(phba->MBslimaddr + 0xa8),
3618 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05003619 phba->link_state = LPFC_HBA_ERROR;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003620 retval = 1;
3621 }
dea31012005-04-17 16:05:31 -05003622
Jamie Wellnitz41415862006-02-28 19:25:27 -05003623 return retval;
dea31012005-04-17 16:05:31 -05003624}
3625
James Smartda0436e2009-05-22 14:51:39 -04003626/**
3627 * lpfc_sli_brdready_s4 - Check for sli4 host ready status
3628 * @phba: Pointer to HBA context object.
3629 * @mask: Bit mask to be checked.
3630 *
3631 * This function checks the host status register to check if HBA is
3632 * ready. This function will wait in a loop for the HBA to be ready
3633 * If the HBA is not ready , the function will will reset the HBA PCI
3634 * function again. The function returns 1 when HBA fail to be ready
3635 * otherwise returns zero.
3636 **/
3637static int
3638lpfc_sli_brdready_s4(struct lpfc_hba *phba, uint32_t mask)
3639{
3640 uint32_t status;
3641 int retval = 0;
3642
3643 /* Read the HBA Host Status Register */
3644 status = lpfc_sli4_post_status_check(phba);
3645
3646 if (status) {
3647 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
3648 lpfc_sli_brdrestart(phba);
3649 status = lpfc_sli4_post_status_check(phba);
3650 }
3651
3652 /* Check to see if any errors occurred during init */
3653 if (status) {
3654 phba->link_state = LPFC_HBA_ERROR;
3655 retval = 1;
3656 } else
3657 phba->sli4_hba.intr_enable = 0;
3658
3659 return retval;
3660}
3661
3662/**
3663 * lpfc_sli_brdready - Wrapper func for checking the hba readyness
3664 * @phba: Pointer to HBA context object.
3665 * @mask: Bit mask to be checked.
3666 *
3667 * This routine wraps the actual SLI3 or SLI4 hba readyness check routine
3668 * from the API jump table function pointer from the lpfc_hba struct.
3669 **/
3670int
3671lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask)
3672{
3673 return phba->lpfc_sli_brdready(phba, mask);
3674}
3675
James Smart92908312006-03-07 15:04:13 -05003676#define BARRIER_TEST_PATTERN (0xdeadbeef)
3677
James Smarte59058c2008-08-24 21:49:00 -04003678/**
James Smart3621a712009-04-06 18:47:14 -04003679 * lpfc_reset_barrier - Make HBA ready for HBA reset
James Smarte59058c2008-08-24 21:49:00 -04003680 * @phba: Pointer to HBA context object.
3681 *
James Smart1b511972011-12-13 13:23:09 -05003682 * This function is called before resetting an HBA. This function is called
3683 * with hbalock held and requests HBA to quiesce DMAs before a reset.
James Smarte59058c2008-08-24 21:49:00 -04003684 **/
James Smart2e0fef82007-06-17 19:56:36 -05003685void lpfc_reset_barrier(struct lpfc_hba *phba)
James Smart92908312006-03-07 15:04:13 -05003686{
James Smart65a29c12006-07-06 15:50:50 -04003687 uint32_t __iomem *resp_buf;
3688 uint32_t __iomem *mbox_buf;
James Smart92908312006-03-07 15:04:13 -05003689 volatile uint32_t mbox;
James Smart9940b972011-03-11 16:06:12 -05003690 uint32_t hc_copy, ha_copy, resp_data;
James Smart92908312006-03-07 15:04:13 -05003691 int i;
3692 uint8_t hdrtype;
3693
3694 pci_read_config_byte(phba->pcidev, PCI_HEADER_TYPE, &hdrtype);
3695 if (hdrtype != 0x80 ||
3696 (FC_JEDEC_ID(phba->vpd.rev.biuRev) != HELIOS_JEDEC_ID &&
3697 FC_JEDEC_ID(phba->vpd.rev.biuRev) != THOR_JEDEC_ID))
3698 return;
3699
3700 /*
3701 * Tell the other part of the chip to suspend temporarily all
3702 * its DMA activity.
3703 */
James Smart65a29c12006-07-06 15:50:50 -04003704 resp_buf = phba->MBslimaddr;
James Smart92908312006-03-07 15:04:13 -05003705
3706 /* Disable the error attention */
James Smart9940b972011-03-11 16:06:12 -05003707 if (lpfc_readl(phba->HCregaddr, &hc_copy))
3708 return;
James Smart92908312006-03-07 15:04:13 -05003709 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr);
3710 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05003711 phba->link_flag |= LS_IGNORE_ERATT;
James Smart92908312006-03-07 15:04:13 -05003712
James Smart9940b972011-03-11 16:06:12 -05003713 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3714 return;
3715 if (ha_copy & HA_ERATT) {
James Smart92908312006-03-07 15:04:13 -05003716 /* Clear Chip error bit */
3717 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003718 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003719 }
3720
3721 mbox = 0;
3722 ((MAILBOX_t *)&mbox)->mbxCommand = MBX_KILL_BOARD;
3723 ((MAILBOX_t *)&mbox)->mbxOwner = OWN_CHIP;
3724
3725 writel(BARRIER_TEST_PATTERN, (resp_buf + 1));
James Smart65a29c12006-07-06 15:50:50 -04003726 mbox_buf = phba->MBslimaddr;
James Smart92908312006-03-07 15:04:13 -05003727 writel(mbox, mbox_buf);
3728
James Smart9940b972011-03-11 16:06:12 -05003729 for (i = 0; i < 50; i++) {
3730 if (lpfc_readl((resp_buf + 1), &resp_data))
3731 return;
3732 if (resp_data != ~(BARRIER_TEST_PATTERN))
3733 mdelay(1);
3734 else
3735 break;
3736 }
3737 resp_data = 0;
3738 if (lpfc_readl((resp_buf + 1), &resp_data))
3739 return;
3740 if (resp_data != ~(BARRIER_TEST_PATTERN)) {
James Smartf4b4c682009-05-22 14:53:12 -04003741 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE ||
James Smart2e0fef82007-06-17 19:56:36 -05003742 phba->pport->stopped)
James Smart92908312006-03-07 15:04:13 -05003743 goto restore_hc;
3744 else
3745 goto clear_errat;
3746 }
3747
3748 ((MAILBOX_t *)&mbox)->mbxOwner = OWN_HOST;
James Smart9940b972011-03-11 16:06:12 -05003749 resp_data = 0;
3750 for (i = 0; i < 500; i++) {
3751 if (lpfc_readl(resp_buf, &resp_data))
3752 return;
3753 if (resp_data != mbox)
3754 mdelay(1);
3755 else
3756 break;
3757 }
James Smart92908312006-03-07 15:04:13 -05003758
3759clear_errat:
3760
James Smart9940b972011-03-11 16:06:12 -05003761 while (++i < 500) {
3762 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3763 return;
3764 if (!(ha_copy & HA_ERATT))
3765 mdelay(1);
3766 else
3767 break;
3768 }
James Smart92908312006-03-07 15:04:13 -05003769
3770 if (readl(phba->HAregaddr) & HA_ERATT) {
3771 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003772 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003773 }
3774
3775restore_hc:
James Smart2e0fef82007-06-17 19:56:36 -05003776 phba->link_flag &= ~LS_IGNORE_ERATT;
James Smart92908312006-03-07 15:04:13 -05003777 writel(hc_copy, phba->HCregaddr);
3778 readl(phba->HCregaddr); /* flush */
3779}
3780
James Smarte59058c2008-08-24 21:49:00 -04003781/**
James Smart3621a712009-04-06 18:47:14 -04003782 * lpfc_sli_brdkill - Issue a kill_board mailbox command
James Smarte59058c2008-08-24 21:49:00 -04003783 * @phba: Pointer to HBA context object.
3784 *
3785 * This function issues a kill_board mailbox command and waits for
3786 * the error attention interrupt. This function is called for stopping
3787 * the firmware processing. The caller is not required to hold any
3788 * locks. This function calls lpfc_hba_down_post function to free
3789 * any pending commands after the kill. The function will return 1 when it
3790 * fails to kill the board else will return 0.
3791 **/
Jamie Wellnitz41415862006-02-28 19:25:27 -05003792int
James Smart2e0fef82007-06-17 19:56:36 -05003793lpfc_sli_brdkill(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05003794{
Jamie Wellnitz41415862006-02-28 19:25:27 -05003795 struct lpfc_sli *psli;
3796 LPFC_MBOXQ_t *pmb;
3797 uint32_t status;
3798 uint32_t ha_copy;
3799 int retval;
3800 int i = 0;
3801
3802 psli = &phba->sli;
3803
3804 /* Kill HBA */
James Smarted957682007-06-17 19:56:37 -05003805 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003806 "0329 Kill HBA Data: x%x x%x\n",
3807 phba->pport->port_state, psli->sli_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003808
James Smart98c9ea52007-10-27 13:37:33 -04003809 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3810 if (!pmb)
Jamie Wellnitz41415862006-02-28 19:25:27 -05003811 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003812
3813 /* Disable the error attention */
James Smart2e0fef82007-06-17 19:56:36 -05003814 spin_lock_irq(&phba->hbalock);
James Smart9940b972011-03-11 16:06:12 -05003815 if (lpfc_readl(phba->HCregaddr, &status)) {
3816 spin_unlock_irq(&phba->hbalock);
3817 mempool_free(pmb, phba->mbox_mem_pool);
3818 return 1;
3819 }
Jamie Wellnitz41415862006-02-28 19:25:27 -05003820 status &= ~HC_ERINT_ENA;
3821 writel(status, phba->HCregaddr);
3822 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05003823 phba->link_flag |= LS_IGNORE_ERATT;
3824 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003825
3826 lpfc_kill_board(phba, pmb);
3827 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
3828 retval = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
3829
3830 if (retval != MBX_SUCCESS) {
3831 if (retval != MBX_BUSY)
3832 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte40a02c2010-02-26 14:13:54 -05003833 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3834 "2752 KILL_BOARD command failed retval %d\n",
3835 retval);
James Smart2e0fef82007-06-17 19:56:36 -05003836 spin_lock_irq(&phba->hbalock);
3837 phba->link_flag &= ~LS_IGNORE_ERATT;
3838 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003839 return 1;
3840 }
3841
James Smartf4b4c682009-05-22 14:53:12 -04003842 spin_lock_irq(&phba->hbalock);
3843 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
3844 spin_unlock_irq(&phba->hbalock);
James Smart92908312006-03-07 15:04:13 -05003845
Jamie Wellnitz41415862006-02-28 19:25:27 -05003846 mempool_free(pmb, phba->mbox_mem_pool);
3847
3848 /* There is no completion for a KILL_BOARD mbox cmd. Check for an error
3849 * attention every 100ms for 3 seconds. If we don't get ERATT after
3850 * 3 seconds we still set HBA_ERROR state because the status of the
3851 * board is now undefined.
3852 */
James Smart9940b972011-03-11 16:06:12 -05003853 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3854 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003855 while ((i++ < 30) && !(ha_copy & HA_ERATT)) {
3856 mdelay(100);
James Smart9940b972011-03-11 16:06:12 -05003857 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3858 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003859 }
3860
3861 del_timer_sync(&psli->mbox_tmo);
James Smart92908312006-03-07 15:04:13 -05003862 if (ha_copy & HA_ERATT) {
3863 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003864 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003865 }
James Smart2e0fef82007-06-17 19:56:36 -05003866 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003867 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart04c68492009-05-22 14:52:52 -04003868 psli->mbox_active = NULL;
James Smart2e0fef82007-06-17 19:56:36 -05003869 phba->link_flag &= ~LS_IGNORE_ERATT;
3870 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003871
Jamie Wellnitz41415862006-02-28 19:25:27 -05003872 lpfc_hba_down_post(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003873 phba->link_state = LPFC_HBA_ERROR;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003874
James Smart2e0fef82007-06-17 19:56:36 -05003875 return ha_copy & HA_ERATT ? 0 : 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003876}
3877
James Smarte59058c2008-08-24 21:49:00 -04003878/**
James Smart3772a992009-05-22 14:50:54 -04003879 * lpfc_sli_brdreset - Reset a sli-2 or sli-3 HBA
James Smarte59058c2008-08-24 21:49:00 -04003880 * @phba: Pointer to HBA context object.
3881 *
3882 * This function resets the HBA by writing HC_INITFF to the control
3883 * register. After the HBA resets, this function resets all the iocb ring
3884 * indices. This function disables PCI layer parity checking during
3885 * the reset.
3886 * This function returns 0 always.
3887 * The caller is not required to hold any locks.
3888 **/
Jamie Wellnitz41415862006-02-28 19:25:27 -05003889int
James Smart2e0fef82007-06-17 19:56:36 -05003890lpfc_sli_brdreset(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -05003891{
3892 struct lpfc_sli *psli;
dea31012005-04-17 16:05:31 -05003893 struct lpfc_sli_ring *pring;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003894 uint16_t cfg_value;
dea31012005-04-17 16:05:31 -05003895 int i;
dea31012005-04-17 16:05:31 -05003896
Jamie Wellnitz41415862006-02-28 19:25:27 -05003897 psli = &phba->sli;
dea31012005-04-17 16:05:31 -05003898
Jamie Wellnitz41415862006-02-28 19:25:27 -05003899 /* Reset HBA */
3900 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003901 "0325 Reset HBA Data: x%x x%x\n",
James Smart2e0fef82007-06-17 19:56:36 -05003902 phba->pport->port_state, psli->sli_flag);
dea31012005-04-17 16:05:31 -05003903
3904 /* perform board reset */
3905 phba->fc_eventTag = 0;
James Smart4d9ab992009-10-02 15:16:39 -04003906 phba->link_events = 0;
James Smart2e0fef82007-06-17 19:56:36 -05003907 phba->pport->fc_myDID = 0;
3908 phba->pport->fc_prevDID = 0;
dea31012005-04-17 16:05:31 -05003909
Jamie Wellnitz41415862006-02-28 19:25:27 -05003910 /* Turn off parity checking and serr during the physical reset */
3911 pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value);
3912 pci_write_config_word(phba->pcidev, PCI_COMMAND,
3913 (cfg_value &
3914 ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR)));
3915
James Smart3772a992009-05-22 14:50:54 -04003916 psli->sli_flag &= ~(LPFC_SLI_ACTIVE | LPFC_PROCESS_LA);
3917
Jamie Wellnitz41415862006-02-28 19:25:27 -05003918 /* Now toggle INITFF bit in the Host Control Register */
3919 writel(HC_INITFF, phba->HCregaddr);
3920 mdelay(1);
3921 readl(phba->HCregaddr); /* flush */
3922 writel(0, phba->HCregaddr);
3923 readl(phba->HCregaddr); /* flush */
3924
3925 /* Restore PCI cmd register */
3926 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value);
dea31012005-04-17 16:05:31 -05003927
3928 /* Initialize relevant SLI info */
Jamie Wellnitz41415862006-02-28 19:25:27 -05003929 for (i = 0; i < psli->num_rings; i++) {
3930 pring = &psli->ring[i];
dea31012005-04-17 16:05:31 -05003931 pring->flag = 0;
James Smart7e56aa22012-08-03 12:35:34 -04003932 pring->sli.sli3.rspidx = 0;
3933 pring->sli.sli3.next_cmdidx = 0;
3934 pring->sli.sli3.local_getidx = 0;
3935 pring->sli.sli3.cmdidx = 0;
dea31012005-04-17 16:05:31 -05003936 pring->missbufcnt = 0;
3937 }
dea31012005-04-17 16:05:31 -05003938
James Smart2e0fef82007-06-17 19:56:36 -05003939 phba->link_state = LPFC_WARM_START;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003940 return 0;
3941}
3942
James Smarte59058c2008-08-24 21:49:00 -04003943/**
James Smartda0436e2009-05-22 14:51:39 -04003944 * lpfc_sli4_brdreset - Reset a sli-4 HBA
3945 * @phba: Pointer to HBA context object.
3946 *
3947 * This function resets a SLI4 HBA. This function disables PCI layer parity
3948 * checking during resets the device. The caller is not required to hold
3949 * any locks.
3950 *
3951 * This function returns 0 always.
3952 **/
3953int
3954lpfc_sli4_brdreset(struct lpfc_hba *phba)
3955{
3956 struct lpfc_sli *psli = &phba->sli;
3957 uint16_t cfg_value;
James Smart27b01b82012-05-09 21:19:44 -04003958 int rc;
James Smartda0436e2009-05-22 14:51:39 -04003959
3960 /* Reset HBA */
3961 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
3962 "0295 Reset HBA Data: x%x x%x\n",
3963 phba->pport->port_state, psli->sli_flag);
3964
3965 /* perform board reset */
3966 phba->fc_eventTag = 0;
James Smart4d9ab992009-10-02 15:16:39 -04003967 phba->link_events = 0;
James Smartda0436e2009-05-22 14:51:39 -04003968 phba->pport->fc_myDID = 0;
3969 phba->pport->fc_prevDID = 0;
3970
James Smartda0436e2009-05-22 14:51:39 -04003971 spin_lock_irq(&phba->hbalock);
3972 psli->sli_flag &= ~(LPFC_PROCESS_LA);
3973 phba->fcf.fcf_flag = 0;
James Smartda0436e2009-05-22 14:51:39 -04003974 spin_unlock_irq(&phba->hbalock);
3975
3976 /* Now physically reset the device */
3977 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
3978 "0389 Performing PCI function reset!\n");
James Smartbe858b62010-12-15 17:57:20 -05003979
3980 /* Turn off parity checking and serr during the physical reset */
3981 pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value);
3982 pci_write_config_word(phba->pcidev, PCI_COMMAND, (cfg_value &
3983 ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR)));
3984
James Smart88318812012-09-29 11:29:29 -04003985 /* Perform FCoE PCI function reset before freeing queue memory */
James Smart27b01b82012-05-09 21:19:44 -04003986 rc = lpfc_pci_function_reset(phba);
James Smart88318812012-09-29 11:29:29 -04003987 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04003988
James Smartbe858b62010-12-15 17:57:20 -05003989 /* Restore PCI cmd register */
3990 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value);
3991
James Smart27b01b82012-05-09 21:19:44 -04003992 return rc;
James Smartda0436e2009-05-22 14:51:39 -04003993}
3994
3995/**
3996 * lpfc_sli_brdrestart_s3 - Restart a sli-3 hba
James Smarte59058c2008-08-24 21:49:00 -04003997 * @phba: Pointer to HBA context object.
3998 *
3999 * This function is called in the SLI initialization code path to
4000 * restart the HBA. The caller is not required to hold any lock.
4001 * This function writes MBX_RESTART mailbox command to the SLIM and
4002 * resets the HBA. At the end of the function, it calls lpfc_hba_down_post
4003 * function to free any pending commands. The function enables
4004 * POST only during the first initialization. The function returns zero.
4005 * The function does not guarantee completion of MBX_RESTART mailbox
4006 * command before the return of this function.
4007 **/
James Smartda0436e2009-05-22 14:51:39 -04004008static int
4009lpfc_sli_brdrestart_s3(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -05004010{
4011 MAILBOX_t *mb;
4012 struct lpfc_sli *psli;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004013 volatile uint32_t word0;
4014 void __iomem *to_slim;
James Smart0d878412009-10-02 15:16:56 -04004015 uint32_t hba_aer_enabled;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004016
James Smart2e0fef82007-06-17 19:56:36 -05004017 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004018
James Smart0d878412009-10-02 15:16:56 -04004019 /* Take PCIe device Advanced Error Reporting (AER) state */
4020 hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED;
4021
Jamie Wellnitz41415862006-02-28 19:25:27 -05004022 psli = &phba->sli;
4023
4024 /* Restart HBA */
4025 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04004026 "0337 Restart HBA Data: x%x x%x\n",
James Smart2e0fef82007-06-17 19:56:36 -05004027 phba->pport->port_state, psli->sli_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004028
4029 word0 = 0;
4030 mb = (MAILBOX_t *) &word0;
4031 mb->mbxCommand = MBX_RESTART;
4032 mb->mbxHc = 1;
4033
James Smart92908312006-03-07 15:04:13 -05004034 lpfc_reset_barrier(phba);
4035
Jamie Wellnitz41415862006-02-28 19:25:27 -05004036 to_slim = phba->MBslimaddr;
4037 writel(*(uint32_t *) mb, to_slim);
4038 readl(to_slim); /* flush */
4039
4040 /* Only skip post after fc_ffinit is completed */
James Smarteaf15d52008-12-04 22:39:29 -05004041 if (phba->pport->port_state)
Jamie Wellnitz41415862006-02-28 19:25:27 -05004042 word0 = 1; /* This is really setting up word1 */
James Smarteaf15d52008-12-04 22:39:29 -05004043 else
Jamie Wellnitz41415862006-02-28 19:25:27 -05004044 word0 = 0; /* This is really setting up word1 */
James Smart65a29c12006-07-06 15:50:50 -04004045 to_slim = phba->MBslimaddr + sizeof (uint32_t);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004046 writel(*(uint32_t *) mb, to_slim);
4047 readl(to_slim); /* flush */
4048
4049 lpfc_sli_brdreset(phba);
James Smart2e0fef82007-06-17 19:56:36 -05004050 phba->pport->stopped = 0;
4051 phba->link_state = LPFC_INIT_START;
James Smartda0436e2009-05-22 14:51:39 -04004052 phba->hba_flag = 0;
James Smart2e0fef82007-06-17 19:56:36 -05004053 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004054
James Smart64ba8812006-08-02 15:24:34 -04004055 memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets));
4056 psli->stats_start = get_seconds();
4057
James Smarteaf15d52008-12-04 22:39:29 -05004058 /* Give the INITFF and Post time to settle. */
4059 mdelay(100);
dea31012005-04-17 16:05:31 -05004060
James Smart0d878412009-10-02 15:16:56 -04004061 /* Reset HBA AER if it was enabled, note hba_flag was reset above */
4062 if (hba_aer_enabled)
4063 pci_disable_pcie_error_reporting(phba->pcidev);
4064
Jamie Wellnitz41415862006-02-28 19:25:27 -05004065 lpfc_hba_down_post(phba);
dea31012005-04-17 16:05:31 -05004066
4067 return 0;
4068}
4069
James Smarte59058c2008-08-24 21:49:00 -04004070/**
James Smartda0436e2009-05-22 14:51:39 -04004071 * lpfc_sli_brdrestart_s4 - Restart the sli-4 hba
4072 * @phba: Pointer to HBA context object.
4073 *
4074 * This function is called in the SLI initialization code path to restart
4075 * a SLI4 HBA. The caller is not required to hold any lock.
4076 * At the end of the function, it calls lpfc_hba_down_post function to
4077 * free any pending commands.
4078 **/
4079static int
4080lpfc_sli_brdrestart_s4(struct lpfc_hba *phba)
4081{
4082 struct lpfc_sli *psli = &phba->sli;
James Smart75baf692010-06-08 18:31:21 -04004083 uint32_t hba_aer_enabled;
James Smart27b01b82012-05-09 21:19:44 -04004084 int rc;
James Smartda0436e2009-05-22 14:51:39 -04004085
4086 /* Restart HBA */
4087 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4088 "0296 Restart HBA Data: x%x x%x\n",
4089 phba->pport->port_state, psli->sli_flag);
4090
James Smart75baf692010-06-08 18:31:21 -04004091 /* Take PCIe device Advanced Error Reporting (AER) state */
4092 hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED;
4093
James Smart27b01b82012-05-09 21:19:44 -04004094 rc = lpfc_sli4_brdreset(phba);
James Smartda0436e2009-05-22 14:51:39 -04004095
4096 spin_lock_irq(&phba->hbalock);
4097 phba->pport->stopped = 0;
4098 phba->link_state = LPFC_INIT_START;
4099 phba->hba_flag = 0;
4100 spin_unlock_irq(&phba->hbalock);
4101
4102 memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets));
4103 psli->stats_start = get_seconds();
4104
James Smart75baf692010-06-08 18:31:21 -04004105 /* Reset HBA AER if it was enabled, note hba_flag was reset above */
4106 if (hba_aer_enabled)
4107 pci_disable_pcie_error_reporting(phba->pcidev);
4108
James Smartda0436e2009-05-22 14:51:39 -04004109 lpfc_hba_down_post(phba);
4110
James Smart27b01b82012-05-09 21:19:44 -04004111 return rc;
James Smartda0436e2009-05-22 14:51:39 -04004112}
4113
4114/**
4115 * lpfc_sli_brdrestart - Wrapper func for restarting hba
4116 * @phba: Pointer to HBA context object.
4117 *
4118 * This routine wraps the actual SLI3 or SLI4 hba restart routine from the
4119 * API jump table function pointer from the lpfc_hba struct.
4120**/
4121int
4122lpfc_sli_brdrestart(struct lpfc_hba *phba)
4123{
4124 return phba->lpfc_sli_brdrestart(phba);
4125}
4126
4127/**
James Smart3621a712009-04-06 18:47:14 -04004128 * lpfc_sli_chipset_init - Wait for the restart of the HBA after a restart
James Smarte59058c2008-08-24 21:49:00 -04004129 * @phba: Pointer to HBA context object.
4130 *
4131 * This function is called after a HBA restart to wait for successful
4132 * restart of the HBA. Successful restart of the HBA is indicated by
4133 * HS_FFRDY and HS_MBRDY bits. If the HBA fails to restart even after 15
4134 * iteration, the function will restart the HBA again. The function returns
4135 * zero if HBA successfully restarted else returns negative error code.
4136 **/
dea31012005-04-17 16:05:31 -05004137static int
4138lpfc_sli_chipset_init(struct lpfc_hba *phba)
4139{
4140 uint32_t status, i = 0;
4141
4142 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004143 if (lpfc_readl(phba->HSregaddr, &status))
4144 return -EIO;
dea31012005-04-17 16:05:31 -05004145
4146 /* Check status register to see what current state is */
4147 i = 0;
4148 while ((status & (HS_FFRDY | HS_MBRDY)) != (HS_FFRDY | HS_MBRDY)) {
4149
James Smartdcf2a4e2010-09-29 11:18:53 -04004150 /* Check every 10ms for 10 retries, then every 100ms for 90
4151 * retries, then every 1 sec for 50 retires for a total of
4152 * ~60 seconds before reset the board again and check every
4153 * 1 sec for 50 retries. The up to 60 seconds before the
4154 * board ready is required by the Falcon FIPS zeroization
4155 * complete, and any reset the board in between shall cause
4156 * restart of zeroization, further delay the board ready.
dea31012005-04-17 16:05:31 -05004157 */
James Smartdcf2a4e2010-09-29 11:18:53 -04004158 if (i++ >= 200) {
dea31012005-04-17 16:05:31 -05004159 /* Adapter failed to init, timeout, status reg
4160 <status> */
James Smarted957682007-06-17 19:56:37 -05004161 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004162 "0436 Adapter failed to init, "
James Smart09372822008-01-11 01:52:54 -05004163 "timeout, status reg x%x, "
4164 "FW Data: A8 x%x AC x%x\n", status,
4165 readl(phba->MBslimaddr + 0xa8),
4166 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004167 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004168 return -ETIMEDOUT;
4169 }
4170
4171 /* Check to see if any errors occurred during init */
4172 if (status & HS_FFERM) {
4173 /* ERROR: During chipset initialization */
4174 /* Adapter failed to init, chipset, status reg
4175 <status> */
James Smarted957682007-06-17 19:56:37 -05004176 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004177 "0437 Adapter failed to init, "
James Smart09372822008-01-11 01:52:54 -05004178 "chipset, status reg x%x, "
4179 "FW Data: A8 x%x AC x%x\n", status,
4180 readl(phba->MBslimaddr + 0xa8),
4181 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004182 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004183 return -EIO;
4184 }
4185
James Smartdcf2a4e2010-09-29 11:18:53 -04004186 if (i <= 10)
dea31012005-04-17 16:05:31 -05004187 msleep(10);
James Smartdcf2a4e2010-09-29 11:18:53 -04004188 else if (i <= 100)
4189 msleep(100);
4190 else
4191 msleep(1000);
dea31012005-04-17 16:05:31 -05004192
James Smartdcf2a4e2010-09-29 11:18:53 -04004193 if (i == 150) {
4194 /* Do post */
James Smart92d7f7b2007-06-17 19:56:38 -05004195 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004196 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05004197 }
4198 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004199 if (lpfc_readl(phba->HSregaddr, &status))
4200 return -EIO;
dea31012005-04-17 16:05:31 -05004201 }
4202
4203 /* Check to see if any errors occurred during init */
4204 if (status & HS_FFERM) {
4205 /* ERROR: During chipset initialization */
4206 /* Adapter failed to init, chipset, status reg <status> */
James Smarted957682007-06-17 19:56:37 -05004207 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004208 "0438 Adapter failed to init, chipset, "
James Smart09372822008-01-11 01:52:54 -05004209 "status reg x%x, "
4210 "FW Data: A8 x%x AC x%x\n", status,
4211 readl(phba->MBslimaddr + 0xa8),
4212 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004213 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004214 return -EIO;
4215 }
4216
4217 /* Clear all interrupt enable conditions */
4218 writel(0, phba->HCregaddr);
4219 readl(phba->HCregaddr); /* flush */
4220
4221 /* setup host attn register */
4222 writel(0xffffffff, phba->HAregaddr);
4223 readl(phba->HAregaddr); /* flush */
4224 return 0;
4225}
4226
James Smarte59058c2008-08-24 21:49:00 -04004227/**
James Smart3621a712009-04-06 18:47:14 -04004228 * lpfc_sli_hbq_count - Get the number of HBQs to be configured
James Smarte59058c2008-08-24 21:49:00 -04004229 *
4230 * This function calculates and returns the number of HBQs required to be
4231 * configured.
4232 **/
James Smart78b2d852007-08-02 11:10:21 -04004233int
James Smarted957682007-06-17 19:56:37 -05004234lpfc_sli_hbq_count(void)
4235{
James Smart92d7f7b2007-06-17 19:56:38 -05004236 return ARRAY_SIZE(lpfc_hbq_defs);
James Smarted957682007-06-17 19:56:37 -05004237}
4238
James Smarte59058c2008-08-24 21:49:00 -04004239/**
James Smart3621a712009-04-06 18:47:14 -04004240 * lpfc_sli_hbq_entry_count - Calculate total number of hbq entries
James Smarte59058c2008-08-24 21:49:00 -04004241 *
4242 * This function adds the number of hbq entries in every HBQ to get
4243 * the total number of hbq entries required for the HBA and returns
4244 * the total count.
4245 **/
James Smarted957682007-06-17 19:56:37 -05004246static int
4247lpfc_sli_hbq_entry_count(void)
4248{
4249 int hbq_count = lpfc_sli_hbq_count();
4250 int count = 0;
4251 int i;
4252
4253 for (i = 0; i < hbq_count; ++i)
James Smart92d7f7b2007-06-17 19:56:38 -05004254 count += lpfc_hbq_defs[i]->entry_count;
James Smarted957682007-06-17 19:56:37 -05004255 return count;
4256}
4257
James Smarte59058c2008-08-24 21:49:00 -04004258/**
James Smart3621a712009-04-06 18:47:14 -04004259 * lpfc_sli_hbq_size - Calculate memory required for all hbq entries
James Smarte59058c2008-08-24 21:49:00 -04004260 *
4261 * This function calculates amount of memory required for all hbq entries
4262 * to be configured and returns the total memory required.
4263 **/
dea31012005-04-17 16:05:31 -05004264int
James Smarted957682007-06-17 19:56:37 -05004265lpfc_sli_hbq_size(void)
4266{
4267 return lpfc_sli_hbq_entry_count() * sizeof(struct lpfc_hbq_entry);
4268}
4269
James Smarte59058c2008-08-24 21:49:00 -04004270/**
James Smart3621a712009-04-06 18:47:14 -04004271 * lpfc_sli_hbq_setup - configure and initialize HBQs
James Smarte59058c2008-08-24 21:49:00 -04004272 * @phba: Pointer to HBA context object.
4273 *
4274 * This function is called during the SLI initialization to configure
4275 * all the HBQs and post buffers to the HBQ. The caller is not
4276 * required to hold any locks. This function will return zero if successful
4277 * else it will return negative error code.
4278 **/
James Smarted957682007-06-17 19:56:37 -05004279static int
4280lpfc_sli_hbq_setup(struct lpfc_hba *phba)
4281{
4282 int hbq_count = lpfc_sli_hbq_count();
4283 LPFC_MBOXQ_t *pmb;
4284 MAILBOX_t *pmbox;
4285 uint32_t hbqno;
4286 uint32_t hbq_entry_index;
James Smarted957682007-06-17 19:56:37 -05004287
James Smart92d7f7b2007-06-17 19:56:38 -05004288 /* Get a Mailbox buffer to setup mailbox
4289 * commands for HBA initialization
4290 */
James Smarted957682007-06-17 19:56:37 -05004291 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4292
4293 if (!pmb)
4294 return -ENOMEM;
4295
James Smart04c68492009-05-22 14:52:52 -04004296 pmbox = &pmb->u.mb;
James Smarted957682007-06-17 19:56:37 -05004297
4298 /* Initialize the struct lpfc_sli_hbq structure for each hbq */
4299 phba->link_state = LPFC_INIT_MBX_CMDS;
James Smart3163f722008-02-08 18:50:25 -05004300 phba->hbq_in_use = 1;
James Smarted957682007-06-17 19:56:37 -05004301
4302 hbq_entry_index = 0;
4303 for (hbqno = 0; hbqno < hbq_count; ++hbqno) {
4304 phba->hbqs[hbqno].next_hbqPutIdx = 0;
4305 phba->hbqs[hbqno].hbqPutIdx = 0;
4306 phba->hbqs[hbqno].local_hbqGetIdx = 0;
4307 phba->hbqs[hbqno].entry_count =
James Smart92d7f7b2007-06-17 19:56:38 -05004308 lpfc_hbq_defs[hbqno]->entry_count;
James Smart51ef4c22007-08-02 11:10:31 -04004309 lpfc_config_hbq(phba, hbqno, lpfc_hbq_defs[hbqno],
4310 hbq_entry_index, pmb);
James Smarted957682007-06-17 19:56:37 -05004311 hbq_entry_index += phba->hbqs[hbqno].entry_count;
4312
4313 if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) {
4314 /* Adapter failed to init, mbxCmd <cmd> CFG_RING,
4315 mbxStatus <status>, ring <num> */
4316
4317 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05004318 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004319 "1805 Adapter failed to init. "
James Smarted957682007-06-17 19:56:37 -05004320 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04004321 pmbox->mbxCommand,
James Smarted957682007-06-17 19:56:37 -05004322 pmbox->mbxStatus, hbqno);
4323
4324 phba->link_state = LPFC_HBA_ERROR;
4325 mempool_free(pmb, phba->mbox_mem_pool);
James Smart6e7288d2010-06-07 15:23:35 -04004326 return -ENXIO;
James Smarted957682007-06-17 19:56:37 -05004327 }
4328 }
4329 phba->hbq_count = hbq_count;
4330
James Smarted957682007-06-17 19:56:37 -05004331 mempool_free(pmb, phba->mbox_mem_pool);
4332
James Smart92d7f7b2007-06-17 19:56:38 -05004333 /* Initially populate or replenish the HBQs */
James Smartd7c255b2008-08-24 21:50:00 -04004334 for (hbqno = 0; hbqno < hbq_count; ++hbqno)
4335 lpfc_sli_hbqbuf_init_hbqs(phba, hbqno);
James Smarted957682007-06-17 19:56:37 -05004336 return 0;
4337}
4338
James Smarte59058c2008-08-24 21:49:00 -04004339/**
James Smart4f774512009-05-22 14:52:35 -04004340 * lpfc_sli4_rb_setup - Initialize and post RBs to HBA
4341 * @phba: Pointer to HBA context object.
4342 *
4343 * This function is called during the SLI initialization to configure
4344 * all the HBQs and post buffers to the HBQ. The caller is not
4345 * required to hold any locks. This function will return zero if successful
4346 * else it will return negative error code.
4347 **/
4348static int
4349lpfc_sli4_rb_setup(struct lpfc_hba *phba)
4350{
4351 phba->hbq_in_use = 1;
4352 phba->hbqs[0].entry_count = lpfc_hbq_defs[0]->entry_count;
4353 phba->hbq_count = 1;
4354 /* Initially populate or replenish the HBQs */
4355 lpfc_sli_hbqbuf_init_hbqs(phba, 0);
4356 return 0;
4357}
4358
4359/**
James Smart3621a712009-04-06 18:47:14 -04004360 * lpfc_sli_config_port - Issue config port mailbox command
James Smarte59058c2008-08-24 21:49:00 -04004361 * @phba: Pointer to HBA context object.
4362 * @sli_mode: sli mode - 2/3
4363 *
4364 * This function is called by the sli intialization code path
4365 * to issue config_port mailbox command. This function restarts the
4366 * HBA firmware and issues a config_port mailbox command to configure
4367 * the SLI interface in the sli mode specified by sli_mode
4368 * variable. The caller is not required to hold any locks.
4369 * The function returns 0 if successful, else returns negative error
4370 * code.
4371 **/
James Smart93996272008-08-24 21:50:30 -04004372int
4373lpfc_sli_config_port(struct lpfc_hba *phba, int sli_mode)
dea31012005-04-17 16:05:31 -05004374{
4375 LPFC_MBOXQ_t *pmb;
4376 uint32_t resetcount = 0, rc = 0, done = 0;
4377
4378 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4379 if (!pmb) {
James Smart2e0fef82007-06-17 19:56:36 -05004380 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004381 return -ENOMEM;
4382 }
4383
James Smarted957682007-06-17 19:56:37 -05004384 phba->sli_rev = sli_mode;
dea31012005-04-17 16:05:31 -05004385 while (resetcount < 2 && !done) {
James Smart2e0fef82007-06-17 19:56:36 -05004386 spin_lock_irq(&phba->hbalock);
James Smart1c067a42006-08-01 07:33:52 -04004387 phba->sli.sli_flag |= LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004388 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05004389 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004390 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05004391 rc = lpfc_sli_chipset_init(phba);
4392 if (rc)
4393 break;
4394
James Smart2e0fef82007-06-17 19:56:36 -05004395 spin_lock_irq(&phba->hbalock);
James Smart1c067a42006-08-01 07:33:52 -04004396 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004397 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004398 resetcount++;
4399
James Smarted957682007-06-17 19:56:37 -05004400 /* Call pre CONFIG_PORT mailbox command initialization. A
4401 * value of 0 means the call was successful. Any other
4402 * nonzero value is a failure, but if ERESTART is returned,
4403 * the driver may reset the HBA and try again.
4404 */
dea31012005-04-17 16:05:31 -05004405 rc = lpfc_config_port_prep(phba);
4406 if (rc == -ERESTART) {
James Smarted957682007-06-17 19:56:37 -05004407 phba->link_state = LPFC_LINK_UNKNOWN;
dea31012005-04-17 16:05:31 -05004408 continue;
James Smart34b02dc2008-08-24 21:49:55 -04004409 } else if (rc)
dea31012005-04-17 16:05:31 -05004410 break;
James Smart6d368e52011-05-24 11:44:12 -04004411
James Smart2e0fef82007-06-17 19:56:36 -05004412 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -05004413 lpfc_config_port(phba, pmb);
4414 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
James Smart34b02dc2008-08-24 21:49:55 -04004415 phba->sli3_options &= ~(LPFC_SLI3_NPIV_ENABLED |
4416 LPFC_SLI3_HBQ_ENABLED |
4417 LPFC_SLI3_CRP_ENABLED |
James Smartbc739052010-08-04 16:11:18 -04004418 LPFC_SLI3_BG_ENABLED |
4419 LPFC_SLI3_DSS_ENABLED);
James Smarted957682007-06-17 19:56:37 -05004420 if (rc != MBX_SUCCESS) {
dea31012005-04-17 16:05:31 -05004421 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004422 "0442 Adapter failed to init, mbxCmd x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05004423 "CONFIG_PORT, mbxStatus x%x Data: x%x\n",
James Smart04c68492009-05-22 14:52:52 -04004424 pmb->u.mb.mbxCommand, pmb->u.mb.mbxStatus, 0);
James Smart2e0fef82007-06-17 19:56:36 -05004425 spin_lock_irq(&phba->hbalock);
James Smart04c68492009-05-22 14:52:52 -04004426 phba->sli.sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004427 spin_unlock_irq(&phba->hbalock);
4428 rc = -ENXIO;
James Smart04c68492009-05-22 14:52:52 -04004429 } else {
4430 /* Allow asynchronous mailbox command to go through */
4431 spin_lock_irq(&phba->hbalock);
4432 phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
4433 spin_unlock_irq(&phba->hbalock);
James Smarted957682007-06-17 19:56:37 -05004434 done = 1;
James Smartcb69f7d2011-12-13 13:21:57 -05004435
4436 if ((pmb->u.mb.un.varCfgPort.casabt == 1) &&
4437 (pmb->u.mb.un.varCfgPort.gasabt == 0))
4438 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
4439 "3110 Port did not grant ASABT\n");
James Smart04c68492009-05-22 14:52:52 -04004440 }
dea31012005-04-17 16:05:31 -05004441 }
James Smarted957682007-06-17 19:56:37 -05004442 if (!done) {
4443 rc = -EINVAL;
4444 goto do_prep_failed;
4445 }
James Smart04c68492009-05-22 14:52:52 -04004446 if (pmb->u.mb.un.varCfgPort.sli_mode == 3) {
4447 if (!pmb->u.mb.un.varCfgPort.cMA) {
James Smart34b02dc2008-08-24 21:49:55 -04004448 rc = -ENXIO;
4449 goto do_prep_failed;
4450 }
James Smart04c68492009-05-22 14:52:52 -04004451 if (phba->max_vpi && pmb->u.mb.un.varCfgPort.gmv) {
James Smart34b02dc2008-08-24 21:49:55 -04004452 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
James Smart04c68492009-05-22 14:52:52 -04004453 phba->max_vpi = pmb->u.mb.un.varCfgPort.max_vpi;
4454 phba->max_vports = (phba->max_vpi > phba->max_vports) ?
4455 phba->max_vpi : phba->max_vports;
4456
James Smart34b02dc2008-08-24 21:49:55 -04004457 } else
4458 phba->max_vpi = 0;
James Smartbc739052010-08-04 16:11:18 -04004459 phba->fips_level = 0;
4460 phba->fips_spec_rev = 0;
4461 if (pmb->u.mb.un.varCfgPort.gdss) {
James Smart04c68492009-05-22 14:52:52 -04004462 phba->sli3_options |= LPFC_SLI3_DSS_ENABLED;
James Smartbc739052010-08-04 16:11:18 -04004463 phba->fips_level = pmb->u.mb.un.varCfgPort.fips_level;
4464 phba->fips_spec_rev = pmb->u.mb.un.varCfgPort.fips_rev;
4465 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4466 "2850 Security Crypto Active. FIPS x%d "
4467 "(Spec Rev: x%d)",
4468 phba->fips_level, phba->fips_spec_rev);
4469 }
4470 if (pmb->u.mb.un.varCfgPort.sec_err) {
4471 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4472 "2856 Config Port Security Crypto "
4473 "Error: x%x ",
4474 pmb->u.mb.un.varCfgPort.sec_err);
4475 }
James Smart04c68492009-05-22 14:52:52 -04004476 if (pmb->u.mb.un.varCfgPort.gerbm)
James Smart34b02dc2008-08-24 21:49:55 -04004477 phba->sli3_options |= LPFC_SLI3_HBQ_ENABLED;
James Smart04c68492009-05-22 14:52:52 -04004478 if (pmb->u.mb.un.varCfgPort.gcrp)
James Smart34b02dc2008-08-24 21:49:55 -04004479 phba->sli3_options |= LPFC_SLI3_CRP_ENABLED;
James Smart6e7288d2010-06-07 15:23:35 -04004480
4481 phba->hbq_get = phba->mbox->us.s3_pgp.hbq_get;
4482 phba->port_gp = phba->mbox->us.s3_pgp.port;
James Smarte2a0a9d2008-12-04 22:40:02 -05004483
4484 if (phba->cfg_enable_bg) {
James Smart04c68492009-05-22 14:52:52 -04004485 if (pmb->u.mb.un.varCfgPort.gbg)
James Smarte2a0a9d2008-12-04 22:40:02 -05004486 phba->sli3_options |= LPFC_SLI3_BG_ENABLED;
4487 else
4488 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4489 "0443 Adapter did not grant "
4490 "BlockGuard\n");
4491 }
James Smart34b02dc2008-08-24 21:49:55 -04004492 } else {
James Smart8f34f4c2008-12-04 22:39:23 -05004493 phba->hbq_get = NULL;
James Smart34b02dc2008-08-24 21:49:55 -04004494 phba->port_gp = phba->mbox->us.s2.port;
James Smartd7c255b2008-08-24 21:50:00 -04004495 phba->max_vpi = 0;
James Smarted957682007-06-17 19:56:37 -05004496 }
James Smart92d7f7b2007-06-17 19:56:38 -05004497do_prep_failed:
James Smarted957682007-06-17 19:56:37 -05004498 mempool_free(pmb, phba->mbox_mem_pool);
4499 return rc;
4500}
4501
James Smarte59058c2008-08-24 21:49:00 -04004502
4503/**
James Smart3621a712009-04-06 18:47:14 -04004504 * lpfc_sli_hba_setup - SLI intialization function
James Smarte59058c2008-08-24 21:49:00 -04004505 * @phba: Pointer to HBA context object.
4506 *
4507 * This function is the main SLI intialization function. This function
4508 * is called by the HBA intialization code, HBA reset code and HBA
4509 * error attention handler code. Caller is not required to hold any
4510 * locks. This function issues config_port mailbox command to configure
4511 * the SLI, setup iocb rings and HBQ rings. In the end the function
4512 * calls the config_port_post function to issue init_link mailbox
4513 * command and to start the discovery. The function will return zero
4514 * if successful, else it will return negative error code.
4515 **/
James Smarted957682007-06-17 19:56:37 -05004516int
4517lpfc_sli_hba_setup(struct lpfc_hba *phba)
4518{
4519 uint32_t rc;
James Smart6d368e52011-05-24 11:44:12 -04004520 int mode = 3, i;
4521 int longs;
James Smarted957682007-06-17 19:56:37 -05004522
4523 switch (lpfc_sli_mode) {
4524 case 2:
James Smart78b2d852007-08-02 11:10:21 -04004525 if (phba->cfg_enable_npiv) {
James Smart92d7f7b2007-06-17 19:56:38 -05004526 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004527 "1824 NPIV enabled: Override lpfc_sli_mode "
James Smart92d7f7b2007-06-17 19:56:38 -05004528 "parameter (%d) to auto (0).\n",
James Smarte8b62012007-08-02 11:10:09 -04004529 lpfc_sli_mode);
James Smart92d7f7b2007-06-17 19:56:38 -05004530 break;
4531 }
James Smarted957682007-06-17 19:56:37 -05004532 mode = 2;
4533 break;
4534 case 0:
4535 case 3:
4536 break;
4537 default:
James Smart92d7f7b2007-06-17 19:56:38 -05004538 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004539 "1819 Unrecognized lpfc_sli_mode "
4540 "parameter: %d.\n", lpfc_sli_mode);
James Smarted957682007-06-17 19:56:37 -05004541
4542 break;
4543 }
4544
James Smart93996272008-08-24 21:50:30 -04004545 rc = lpfc_sli_config_port(phba, mode);
4546
James Smarted957682007-06-17 19:56:37 -05004547 if (rc && lpfc_sli_mode == 3)
James Smart92d7f7b2007-06-17 19:56:38 -05004548 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004549 "1820 Unable to select SLI-3. "
4550 "Not supported by adapter.\n");
James Smarted957682007-06-17 19:56:37 -05004551 if (rc && mode != 2)
James Smart93996272008-08-24 21:50:30 -04004552 rc = lpfc_sli_config_port(phba, 2);
James Smarted957682007-06-17 19:56:37 -05004553 if (rc)
dea31012005-04-17 16:05:31 -05004554 goto lpfc_sli_hba_setup_error;
4555
James Smart0d878412009-10-02 15:16:56 -04004556 /* Enable PCIe device Advanced Error Reporting (AER) if configured */
4557 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
4558 rc = pci_enable_pcie_error_reporting(phba->pcidev);
4559 if (!rc) {
4560 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4561 "2709 This device supports "
4562 "Advanced Error Reporting (AER)\n");
4563 spin_lock_irq(&phba->hbalock);
4564 phba->hba_flag |= HBA_AER_ENABLED;
4565 spin_unlock_irq(&phba->hbalock);
4566 } else {
4567 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4568 "2708 This device does not support "
4569 "Advanced Error Reporting (AER)\n");
4570 phba->cfg_aer_support = 0;
4571 }
4572 }
4573
James Smarted957682007-06-17 19:56:37 -05004574 if (phba->sli_rev == 3) {
4575 phba->iocb_cmd_size = SLI3_IOCB_CMD_SIZE;
4576 phba->iocb_rsp_size = SLI3_IOCB_RSP_SIZE;
James Smarted957682007-06-17 19:56:37 -05004577 } else {
4578 phba->iocb_cmd_size = SLI2_IOCB_CMD_SIZE;
4579 phba->iocb_rsp_size = SLI2_IOCB_RSP_SIZE;
James Smart92d7f7b2007-06-17 19:56:38 -05004580 phba->sli3_options = 0;
James Smarted957682007-06-17 19:56:37 -05004581 }
4582
4583 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004584 "0444 Firmware in SLI %x mode. Max_vpi %d\n",
4585 phba->sli_rev, phba->max_vpi);
James Smarted957682007-06-17 19:56:37 -05004586 rc = lpfc_sli_ring_map(phba);
dea31012005-04-17 16:05:31 -05004587
4588 if (rc)
4589 goto lpfc_sli_hba_setup_error;
4590
James Smart6d368e52011-05-24 11:44:12 -04004591 /* Initialize VPIs. */
4592 if (phba->sli_rev == LPFC_SLI_REV3) {
4593 /*
4594 * The VPI bitmask and physical ID array are allocated
4595 * and initialized once only - at driver load. A port
4596 * reset doesn't need to reinitialize this memory.
4597 */
4598 if ((phba->vpi_bmask == NULL) && (phba->vpi_ids == NULL)) {
4599 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG;
4600 phba->vpi_bmask = kzalloc(longs * sizeof(unsigned long),
4601 GFP_KERNEL);
4602 if (!phba->vpi_bmask) {
4603 rc = -ENOMEM;
4604 goto lpfc_sli_hba_setup_error;
4605 }
4606
4607 phba->vpi_ids = kzalloc(
4608 (phba->max_vpi+1) * sizeof(uint16_t),
4609 GFP_KERNEL);
4610 if (!phba->vpi_ids) {
4611 kfree(phba->vpi_bmask);
4612 rc = -ENOMEM;
4613 goto lpfc_sli_hba_setup_error;
4614 }
4615 for (i = 0; i < phba->max_vpi; i++)
4616 phba->vpi_ids[i] = i;
4617 }
4618 }
4619
James Smart93996272008-08-24 21:50:30 -04004620 /* Init HBQs */
James Smarted957682007-06-17 19:56:37 -05004621 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
4622 rc = lpfc_sli_hbq_setup(phba);
4623 if (rc)
4624 goto lpfc_sli_hba_setup_error;
4625 }
James Smart04c68492009-05-22 14:52:52 -04004626 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004627 phba->sli.sli_flag |= LPFC_PROCESS_LA;
James Smart04c68492009-05-22 14:52:52 -04004628 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004629
4630 rc = lpfc_config_port_post(phba);
4631 if (rc)
4632 goto lpfc_sli_hba_setup_error;
4633
James Smarted957682007-06-17 19:56:37 -05004634 return rc;
4635
James Smart92d7f7b2007-06-17 19:56:38 -05004636lpfc_sli_hba_setup_error:
James Smart2e0fef82007-06-17 19:56:36 -05004637 phba->link_state = LPFC_HBA_ERROR;
James Smarte40a02c2010-02-26 14:13:54 -05004638 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004639 "0445 Firmware initialization failed\n");
dea31012005-04-17 16:05:31 -05004640 return rc;
4641}
4642
James Smartda0436e2009-05-22 14:51:39 -04004643/**
4644 * lpfc_sli4_read_fcoe_params - Read fcoe params from conf region
4645 * @phba: Pointer to HBA context object.
4646 * @mboxq: mailbox pointer.
4647 * This function issue a dump mailbox command to read config region
4648 * 23 and parse the records in the region and populate driver
4649 * data structure.
4650 **/
4651static int
James Smartff78d8f2011-12-13 13:21:35 -05004652lpfc_sli4_read_fcoe_params(struct lpfc_hba *phba)
James Smartda0436e2009-05-22 14:51:39 -04004653{
James Smartff78d8f2011-12-13 13:21:35 -05004654 LPFC_MBOXQ_t *mboxq;
James Smartda0436e2009-05-22 14:51:39 -04004655 struct lpfc_dmabuf *mp;
4656 struct lpfc_mqe *mqe;
4657 uint32_t data_length;
4658 int rc;
4659
4660 /* Program the default value of vlan_id and fc_map */
4661 phba->valid_vlan = 0;
4662 phba->fc_map[0] = LPFC_FCOE_FCF_MAP0;
4663 phba->fc_map[1] = LPFC_FCOE_FCF_MAP1;
4664 phba->fc_map[2] = LPFC_FCOE_FCF_MAP2;
4665
James Smartff78d8f2011-12-13 13:21:35 -05004666 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4667 if (!mboxq)
James Smartda0436e2009-05-22 14:51:39 -04004668 return -ENOMEM;
4669
James Smartff78d8f2011-12-13 13:21:35 -05004670 mqe = &mboxq->u.mqe;
4671 if (lpfc_sli4_dump_cfg_rg23(phba, mboxq)) {
4672 rc = -ENOMEM;
4673 goto out_free_mboxq;
4674 }
4675
James Smartda0436e2009-05-22 14:51:39 -04004676 mp = (struct lpfc_dmabuf *) mboxq->context1;
4677 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4678
4679 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
4680 "(%d):2571 Mailbox cmd x%x Status x%x "
4681 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x "
4682 "x%x x%x x%x x%x x%x x%x x%x x%x x%x "
4683 "CQ: x%x x%x x%x x%x\n",
4684 mboxq->vport ? mboxq->vport->vpi : 0,
4685 bf_get(lpfc_mqe_command, mqe),
4686 bf_get(lpfc_mqe_status, mqe),
4687 mqe->un.mb_words[0], mqe->un.mb_words[1],
4688 mqe->un.mb_words[2], mqe->un.mb_words[3],
4689 mqe->un.mb_words[4], mqe->un.mb_words[5],
4690 mqe->un.mb_words[6], mqe->un.mb_words[7],
4691 mqe->un.mb_words[8], mqe->un.mb_words[9],
4692 mqe->un.mb_words[10], mqe->un.mb_words[11],
4693 mqe->un.mb_words[12], mqe->un.mb_words[13],
4694 mqe->un.mb_words[14], mqe->un.mb_words[15],
4695 mqe->un.mb_words[16], mqe->un.mb_words[50],
4696 mboxq->mcqe.word0,
4697 mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1,
4698 mboxq->mcqe.trailer);
4699
4700 if (rc) {
4701 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4702 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004703 rc = -EIO;
4704 goto out_free_mboxq;
James Smartda0436e2009-05-22 14:51:39 -04004705 }
4706 data_length = mqe->un.mb_words[5];
James Smarta0c87cb2009-07-19 10:01:10 -04004707 if (data_length > DMP_RGN23_SIZE) {
James Smartd11e31d2009-06-10 17:23:06 -04004708 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4709 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004710 rc = -EIO;
4711 goto out_free_mboxq;
James Smartd11e31d2009-06-10 17:23:06 -04004712 }
James Smartda0436e2009-05-22 14:51:39 -04004713
4714 lpfc_parse_fcoe_conf(phba, mp->virt, data_length);
4715 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4716 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004717 rc = 0;
4718
4719out_free_mboxq:
4720 mempool_free(mboxq, phba->mbox_mem_pool);
4721 return rc;
James Smartda0436e2009-05-22 14:51:39 -04004722}
4723
4724/**
4725 * lpfc_sli4_read_rev - Issue READ_REV and collect vpd data
4726 * @phba: pointer to lpfc hba data structure.
4727 * @mboxq: pointer to the LPFC_MBOXQ_t structure.
4728 * @vpd: pointer to the memory to hold resulting port vpd data.
4729 * @vpd_size: On input, the number of bytes allocated to @vpd.
4730 * On output, the number of data bytes in @vpd.
4731 *
4732 * This routine executes a READ_REV SLI4 mailbox command. In
4733 * addition, this routine gets the port vpd data.
4734 *
4735 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02004736 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -04004737 * -ENOMEM - could not allocated memory.
James Smartda0436e2009-05-22 14:51:39 -04004738 **/
4739static int
4740lpfc_sli4_read_rev(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
4741 uint8_t *vpd, uint32_t *vpd_size)
4742{
4743 int rc = 0;
4744 uint32_t dma_size;
4745 struct lpfc_dmabuf *dmabuf;
4746 struct lpfc_mqe *mqe;
4747
4748 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
4749 if (!dmabuf)
4750 return -ENOMEM;
4751
4752 /*
4753 * Get a DMA buffer for the vpd data resulting from the READ_REV
4754 * mailbox command.
4755 */
4756 dma_size = *vpd_size;
4757 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
4758 dma_size,
4759 &dmabuf->phys,
4760 GFP_KERNEL);
4761 if (!dmabuf->virt) {
4762 kfree(dmabuf);
4763 return -ENOMEM;
4764 }
4765 memset(dmabuf->virt, 0, dma_size);
4766
4767 /*
4768 * The SLI4 implementation of READ_REV conflicts at word1,
4769 * bits 31:16 and SLI4 adds vpd functionality not present
4770 * in SLI3. This code corrects the conflicts.
4771 */
4772 lpfc_read_rev(phba, mboxq);
4773 mqe = &mboxq->u.mqe;
4774 mqe->un.read_rev.vpd_paddr_high = putPaddrHigh(dmabuf->phys);
4775 mqe->un.read_rev.vpd_paddr_low = putPaddrLow(dmabuf->phys);
4776 mqe->un.read_rev.word1 &= 0x0000FFFF;
4777 bf_set(lpfc_mbx_rd_rev_vpd, &mqe->un.read_rev, 1);
4778 bf_set(lpfc_mbx_rd_rev_avail_len, &mqe->un.read_rev, dma_size);
4779
4780 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4781 if (rc) {
4782 dma_free_coherent(&phba->pcidev->dev, dma_size,
4783 dmabuf->virt, dmabuf->phys);
James Smartdef9c7a2009-12-21 17:02:28 -05004784 kfree(dmabuf);
James Smartda0436e2009-05-22 14:51:39 -04004785 return -EIO;
4786 }
4787
James Smartda0436e2009-05-22 14:51:39 -04004788 /*
4789 * The available vpd length cannot be bigger than the
4790 * DMA buffer passed to the port. Catch the less than
4791 * case and update the caller's size.
4792 */
4793 if (mqe->un.read_rev.avail_vpd_len < *vpd_size)
4794 *vpd_size = mqe->un.read_rev.avail_vpd_len;
4795
James Smartd7c47992010-06-08 18:31:54 -04004796 memcpy(vpd, dmabuf->virt, *vpd_size);
4797
James Smartda0436e2009-05-22 14:51:39 -04004798 dma_free_coherent(&phba->pcidev->dev, dma_size,
4799 dmabuf->virt, dmabuf->phys);
4800 kfree(dmabuf);
4801 return 0;
4802}
4803
4804/**
James Smartcd1c8302011-10-10 21:33:25 -04004805 * lpfc_sli4_retrieve_pport_name - Retrieve SLI4 device physical port name
4806 * @phba: pointer to lpfc hba data structure.
4807 *
4808 * This routine retrieves SLI4 device physical port name this PCI function
4809 * is attached to.
4810 *
4811 * Return codes
Anatol Pomozov4907cb72012-09-01 10:31:09 -07004812 * 0 - successful
James Smartcd1c8302011-10-10 21:33:25 -04004813 * otherwise - failed to retrieve physical port name
4814 **/
4815static int
4816lpfc_sli4_retrieve_pport_name(struct lpfc_hba *phba)
4817{
4818 LPFC_MBOXQ_t *mboxq;
James Smartcd1c8302011-10-10 21:33:25 -04004819 struct lpfc_mbx_get_cntl_attributes *mbx_cntl_attr;
4820 struct lpfc_controller_attribute *cntl_attr;
4821 struct lpfc_mbx_get_port_name *get_port_name;
4822 void *virtaddr = NULL;
4823 uint32_t alloclen, reqlen;
4824 uint32_t shdr_status, shdr_add_status;
4825 union lpfc_sli4_cfg_shdr *shdr;
4826 char cport_name = 0;
4827 int rc;
4828
4829 /* We assume nothing at this point */
4830 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL;
4831 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_NON;
4832
4833 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4834 if (!mboxq)
4835 return -ENOMEM;
James Smartcd1c8302011-10-10 21:33:25 -04004836 /* obtain link type and link number via READ_CONFIG */
James Smartff78d8f2011-12-13 13:21:35 -05004837 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL;
4838 lpfc_sli4_read_config(phba);
4839 if (phba->sli4_hba.lnk_info.lnk_dv == LPFC_LNK_DAT_VAL)
4840 goto retrieve_ppname;
James Smartcd1c8302011-10-10 21:33:25 -04004841
4842 /* obtain link type and link number via COMMON_GET_CNTL_ATTRIBUTES */
4843 reqlen = sizeof(struct lpfc_mbx_get_cntl_attributes);
4844 alloclen = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
4845 LPFC_MBOX_OPCODE_GET_CNTL_ATTRIBUTES, reqlen,
4846 LPFC_SLI4_MBX_NEMBED);
4847 if (alloclen < reqlen) {
4848 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
4849 "3084 Allocated DMA memory size (%d) is "
4850 "less than the requested DMA memory size "
4851 "(%d)\n", alloclen, reqlen);
4852 rc = -ENOMEM;
4853 goto out_free_mboxq;
4854 }
4855 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4856 virtaddr = mboxq->sge_array->addr[0];
4857 mbx_cntl_attr = (struct lpfc_mbx_get_cntl_attributes *)virtaddr;
4858 shdr = &mbx_cntl_attr->cfg_shdr;
4859 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
4860 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
4861 if (shdr_status || shdr_add_status || rc) {
4862 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
4863 "3085 Mailbox x%x (x%x/x%x) failed, "
4864 "rc:x%x, status:x%x, add_status:x%x\n",
4865 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
4866 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
4867 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
4868 rc, shdr_status, shdr_add_status);
4869 rc = -ENXIO;
4870 goto out_free_mboxq;
4871 }
4872 cntl_attr = &mbx_cntl_attr->cntl_attr;
4873 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_VAL;
4874 phba->sli4_hba.lnk_info.lnk_tp =
4875 bf_get(lpfc_cntl_attr_lnk_type, cntl_attr);
4876 phba->sli4_hba.lnk_info.lnk_no =
4877 bf_get(lpfc_cntl_attr_lnk_numb, cntl_attr);
4878 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4879 "3086 lnk_type:%d, lnk_numb:%d\n",
4880 phba->sli4_hba.lnk_info.lnk_tp,
4881 phba->sli4_hba.lnk_info.lnk_no);
4882
4883retrieve_ppname:
4884 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
4885 LPFC_MBOX_OPCODE_GET_PORT_NAME,
4886 sizeof(struct lpfc_mbx_get_port_name) -
4887 sizeof(struct lpfc_sli4_cfg_mhdr),
4888 LPFC_SLI4_MBX_EMBED);
4889 get_port_name = &mboxq->u.mqe.un.get_port_name;
4890 shdr = (union lpfc_sli4_cfg_shdr *)&get_port_name->header.cfg_shdr;
4891 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_OPCODE_VERSION_1);
4892 bf_set(lpfc_mbx_get_port_name_lnk_type, &get_port_name->u.request,
4893 phba->sli4_hba.lnk_info.lnk_tp);
4894 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4895 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
4896 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
4897 if (shdr_status || shdr_add_status || rc) {
4898 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
4899 "3087 Mailbox x%x (x%x/x%x) failed: "
4900 "rc:x%x, status:x%x, add_status:x%x\n",
4901 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
4902 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
4903 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
4904 rc, shdr_status, shdr_add_status);
4905 rc = -ENXIO;
4906 goto out_free_mboxq;
4907 }
4908 switch (phba->sli4_hba.lnk_info.lnk_no) {
4909 case LPFC_LINK_NUMBER_0:
4910 cport_name = bf_get(lpfc_mbx_get_port_name_name0,
4911 &get_port_name->u.response);
4912 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4913 break;
4914 case LPFC_LINK_NUMBER_1:
4915 cport_name = bf_get(lpfc_mbx_get_port_name_name1,
4916 &get_port_name->u.response);
4917 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4918 break;
4919 case LPFC_LINK_NUMBER_2:
4920 cport_name = bf_get(lpfc_mbx_get_port_name_name2,
4921 &get_port_name->u.response);
4922 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4923 break;
4924 case LPFC_LINK_NUMBER_3:
4925 cport_name = bf_get(lpfc_mbx_get_port_name_name3,
4926 &get_port_name->u.response);
4927 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4928 break;
4929 default:
4930 break;
4931 }
4932
4933 if (phba->sli4_hba.pport_name_sta == LPFC_SLI4_PPNAME_GET) {
4934 phba->Port[0] = cport_name;
4935 phba->Port[1] = '\0';
4936 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4937 "3091 SLI get port name: %s\n", phba->Port);
4938 }
4939
4940out_free_mboxq:
4941 if (rc != MBX_TIMEOUT) {
4942 if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG)
4943 lpfc_sli4_mbox_cmd_free(phba, mboxq);
4944 else
4945 mempool_free(mboxq, phba->mbox_mem_pool);
4946 }
4947 return rc;
4948}
4949
4950/**
James Smartda0436e2009-05-22 14:51:39 -04004951 * lpfc_sli4_arm_cqeq_intr - Arm sli-4 device completion and event queues
4952 * @phba: pointer to lpfc hba data structure.
4953 *
4954 * This routine is called to explicitly arm the SLI4 device's completion and
4955 * event queues
4956 **/
4957static void
4958lpfc_sli4_arm_cqeq_intr(struct lpfc_hba *phba)
4959{
James Smart962bc512013-01-03 15:44:00 -05004960 int fcp_eqidx;
James Smartda0436e2009-05-22 14:51:39 -04004961
4962 lpfc_sli4_cq_release(phba->sli4_hba.mbx_cq, LPFC_QUEUE_REARM);
4963 lpfc_sli4_cq_release(phba->sli4_hba.els_cq, LPFC_QUEUE_REARM);
James Smart05580562011-05-24 11:40:48 -04004964 fcp_eqidx = 0;
James Smart2e90f4b2011-12-13 13:22:37 -05004965 if (phba->sli4_hba.fcp_cq) {
James Smart67d12732012-08-03 12:36:13 -04004966 do {
James Smart2e90f4b2011-12-13 13:22:37 -05004967 lpfc_sli4_cq_release(phba->sli4_hba.fcp_cq[fcp_eqidx],
4968 LPFC_QUEUE_REARM);
James Smart67d12732012-08-03 12:36:13 -04004969 } while (++fcp_eqidx < phba->cfg_fcp_io_channel);
James Smart2e90f4b2011-12-13 13:22:37 -05004970 }
James Smart67d12732012-08-03 12:36:13 -04004971 if (phba->sli4_hba.hba_eq) {
4972 for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_io_channel;
James Smart2e90f4b2011-12-13 13:22:37 -05004973 fcp_eqidx++)
James Smart67d12732012-08-03 12:36:13 -04004974 lpfc_sli4_eq_release(phba->sli4_hba.hba_eq[fcp_eqidx],
James Smart2e90f4b2011-12-13 13:22:37 -05004975 LPFC_QUEUE_REARM);
4976 }
James Smartda0436e2009-05-22 14:51:39 -04004977}
4978
4979/**
James Smart6d368e52011-05-24 11:44:12 -04004980 * lpfc_sli4_get_avail_extnt_rsrc - Get available resource extent count.
4981 * @phba: Pointer to HBA context object.
4982 * @type: The resource extent type.
James Smartb76f2dc2011-07-22 18:37:42 -04004983 * @extnt_count: buffer to hold port available extent count.
4984 * @extnt_size: buffer to hold element count per extent.
James Smart6d368e52011-05-24 11:44:12 -04004985 *
James Smartb76f2dc2011-07-22 18:37:42 -04004986 * This function calls the port and retrievs the number of available
4987 * extents and their size for a particular extent type.
4988 *
4989 * Returns: 0 if successful. Nonzero otherwise.
James Smart6d368e52011-05-24 11:44:12 -04004990 **/
James Smartb76f2dc2011-07-22 18:37:42 -04004991int
James Smart6d368e52011-05-24 11:44:12 -04004992lpfc_sli4_get_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type,
4993 uint16_t *extnt_count, uint16_t *extnt_size)
4994{
4995 int rc = 0;
4996 uint32_t length;
4997 uint32_t mbox_tmo;
4998 struct lpfc_mbx_get_rsrc_extent_info *rsrc_info;
4999 LPFC_MBOXQ_t *mbox;
5000
5001 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5002 if (!mbox)
5003 return -ENOMEM;
5004
5005 /* Find out how many extents are available for this resource type */
5006 length = (sizeof(struct lpfc_mbx_get_rsrc_extent_info) -
5007 sizeof(struct lpfc_sli4_cfg_mhdr));
5008 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5009 LPFC_MBOX_OPCODE_GET_RSRC_EXTENT_INFO,
5010 length, LPFC_SLI4_MBX_EMBED);
5011
5012 /* Send an extents count of 0 - the GET doesn't use it. */
5013 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
5014 LPFC_SLI4_MBX_EMBED);
5015 if (unlikely(rc)) {
5016 rc = -EIO;
5017 goto err_exit;
5018 }
5019
5020 if (!phba->sli4_hba.intr_enable)
5021 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5022 else {
James Smarta183a152011-10-10 21:32:43 -04005023 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005024 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5025 }
5026 if (unlikely(rc)) {
5027 rc = -EIO;
5028 goto err_exit;
5029 }
5030
5031 rsrc_info = &mbox->u.mqe.un.rsrc_extent_info;
5032 if (bf_get(lpfc_mbox_hdr_status,
5033 &rsrc_info->header.cfg_shdr.response)) {
5034 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5035 "2930 Failed to get resource extents "
5036 "Status 0x%x Add'l Status 0x%x\n",
5037 bf_get(lpfc_mbox_hdr_status,
5038 &rsrc_info->header.cfg_shdr.response),
5039 bf_get(lpfc_mbox_hdr_add_status,
5040 &rsrc_info->header.cfg_shdr.response));
5041 rc = -EIO;
5042 goto err_exit;
5043 }
5044
5045 *extnt_count = bf_get(lpfc_mbx_get_rsrc_extent_info_cnt,
5046 &rsrc_info->u.rsp);
5047 *extnt_size = bf_get(lpfc_mbx_get_rsrc_extent_info_size,
5048 &rsrc_info->u.rsp);
James Smart8a9d2e82012-05-09 21:16:12 -04005049
5050 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
5051 "3162 Retrieved extents type-%d from port: count:%d, "
5052 "size:%d\n", type, *extnt_count, *extnt_size);
5053
5054err_exit:
James Smart6d368e52011-05-24 11:44:12 -04005055 mempool_free(mbox, phba->mbox_mem_pool);
5056 return rc;
5057}
5058
5059/**
5060 * lpfc_sli4_chk_avail_extnt_rsrc - Check for available SLI4 resource extents.
5061 * @phba: Pointer to HBA context object.
5062 * @type: The extent type to check.
5063 *
5064 * This function reads the current available extents from the port and checks
5065 * if the extent count or extent size has changed since the last access.
5066 * Callers use this routine post port reset to understand if there is a
5067 * extent reprovisioning requirement.
5068 *
5069 * Returns:
5070 * -Error: error indicates problem.
5071 * 1: Extent count or size has changed.
5072 * 0: No changes.
5073 **/
5074static int
5075lpfc_sli4_chk_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type)
5076{
5077 uint16_t curr_ext_cnt, rsrc_ext_cnt;
5078 uint16_t size_diff, rsrc_ext_size;
5079 int rc = 0;
5080 struct lpfc_rsrc_blks *rsrc_entry;
5081 struct list_head *rsrc_blk_list = NULL;
5082
5083 size_diff = 0;
5084 curr_ext_cnt = 0;
5085 rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
5086 &rsrc_ext_cnt,
5087 &rsrc_ext_size);
5088 if (unlikely(rc))
5089 return -EIO;
5090
5091 switch (type) {
5092 case LPFC_RSC_TYPE_FCOE_RPI:
5093 rsrc_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list;
5094 break;
5095 case LPFC_RSC_TYPE_FCOE_VPI:
5096 rsrc_blk_list = &phba->lpfc_vpi_blk_list;
5097 break;
5098 case LPFC_RSC_TYPE_FCOE_XRI:
5099 rsrc_blk_list = &phba->sli4_hba.lpfc_xri_blk_list;
5100 break;
5101 case LPFC_RSC_TYPE_FCOE_VFI:
5102 rsrc_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list;
5103 break;
5104 default:
5105 break;
5106 }
5107
5108 list_for_each_entry(rsrc_entry, rsrc_blk_list, list) {
5109 curr_ext_cnt++;
5110 if (rsrc_entry->rsrc_size != rsrc_ext_size)
5111 size_diff++;
5112 }
5113
5114 if (curr_ext_cnt != rsrc_ext_cnt || size_diff != 0)
5115 rc = 1;
5116
5117 return rc;
5118}
5119
5120/**
5121 * lpfc_sli4_cfg_post_extnts -
5122 * @phba: Pointer to HBA context object.
5123 * @extnt_cnt - number of available extents.
5124 * @type - the extent type (rpi, xri, vfi, vpi).
5125 * @emb - buffer to hold either MBX_EMBED or MBX_NEMBED operation.
5126 * @mbox - pointer to the caller's allocated mailbox structure.
5127 *
5128 * This function executes the extents allocation request. It also
5129 * takes care of the amount of memory needed to allocate or get the
5130 * allocated extents. It is the caller's responsibility to evaluate
5131 * the response.
5132 *
5133 * Returns:
5134 * -Error: Error value describes the condition found.
5135 * 0: if successful
5136 **/
5137static int
James Smart8a9d2e82012-05-09 21:16:12 -04005138lpfc_sli4_cfg_post_extnts(struct lpfc_hba *phba, uint16_t extnt_cnt,
James Smart6d368e52011-05-24 11:44:12 -04005139 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox)
5140{
5141 int rc = 0;
5142 uint32_t req_len;
5143 uint32_t emb_len;
5144 uint32_t alloc_len, mbox_tmo;
5145
5146 /* Calculate the total requested length of the dma memory */
James Smart8a9d2e82012-05-09 21:16:12 -04005147 req_len = extnt_cnt * sizeof(uint16_t);
James Smart6d368e52011-05-24 11:44:12 -04005148
5149 /*
5150 * Calculate the size of an embedded mailbox. The uint32_t
5151 * accounts for extents-specific word.
5152 */
5153 emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) -
5154 sizeof(uint32_t);
5155
5156 /*
5157 * Presume the allocation and response will fit into an embedded
5158 * mailbox. If not true, reconfigure to a non-embedded mailbox.
5159 */
5160 *emb = LPFC_SLI4_MBX_EMBED;
5161 if (req_len > emb_len) {
James Smart8a9d2e82012-05-09 21:16:12 -04005162 req_len = extnt_cnt * sizeof(uint16_t) +
James Smart6d368e52011-05-24 11:44:12 -04005163 sizeof(union lpfc_sli4_cfg_shdr) +
5164 sizeof(uint32_t);
5165 *emb = LPFC_SLI4_MBX_NEMBED;
5166 }
5167
5168 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5169 LPFC_MBOX_OPCODE_ALLOC_RSRC_EXTENT,
5170 req_len, *emb);
5171 if (alloc_len < req_len) {
5172 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartb76f2dc2011-07-22 18:37:42 -04005173 "2982 Allocated DMA memory size (x%x) is "
James Smart6d368e52011-05-24 11:44:12 -04005174 "less than the requested DMA memory "
5175 "size (x%x)\n", alloc_len, req_len);
5176 return -ENOMEM;
5177 }
James Smart8a9d2e82012-05-09 21:16:12 -04005178 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb);
James Smart6d368e52011-05-24 11:44:12 -04005179 if (unlikely(rc))
5180 return -EIO;
5181
5182 if (!phba->sli4_hba.intr_enable)
5183 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5184 else {
James Smarta183a152011-10-10 21:32:43 -04005185 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005186 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5187 }
5188
5189 if (unlikely(rc))
5190 rc = -EIO;
5191 return rc;
5192}
5193
5194/**
5195 * lpfc_sli4_alloc_extent - Allocate an SLI4 resource extent.
5196 * @phba: Pointer to HBA context object.
5197 * @type: The resource extent type to allocate.
5198 *
5199 * This function allocates the number of elements for the specified
5200 * resource type.
5201 **/
5202static int
5203lpfc_sli4_alloc_extent(struct lpfc_hba *phba, uint16_t type)
5204{
5205 bool emb = false;
5206 uint16_t rsrc_id_cnt, rsrc_cnt, rsrc_size;
5207 uint16_t rsrc_id, rsrc_start, j, k;
5208 uint16_t *ids;
5209 int i, rc;
5210 unsigned long longs;
5211 unsigned long *bmask;
5212 struct lpfc_rsrc_blks *rsrc_blks;
5213 LPFC_MBOXQ_t *mbox;
5214 uint32_t length;
5215 struct lpfc_id_range *id_array = NULL;
5216 void *virtaddr = NULL;
5217 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc;
5218 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext;
5219 struct list_head *ext_blk_list;
5220
5221 rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
5222 &rsrc_cnt,
5223 &rsrc_size);
5224 if (unlikely(rc))
5225 return -EIO;
5226
5227 if ((rsrc_cnt == 0) || (rsrc_size == 0)) {
5228 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5229 "3009 No available Resource Extents "
5230 "for resource type 0x%x: Count: 0x%x, "
5231 "Size 0x%x\n", type, rsrc_cnt,
5232 rsrc_size);
5233 return -ENOMEM;
5234 }
5235
James Smart8a9d2e82012-05-09 21:16:12 -04005236 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_INIT | LOG_SLI,
5237 "2903 Post resource extents type-0x%x: "
5238 "count:%d, size %d\n", type, rsrc_cnt, rsrc_size);
James Smart6d368e52011-05-24 11:44:12 -04005239
5240 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5241 if (!mbox)
5242 return -ENOMEM;
5243
James Smart8a9d2e82012-05-09 21:16:12 -04005244 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005245 if (unlikely(rc)) {
5246 rc = -EIO;
5247 goto err_exit;
5248 }
5249
5250 /*
5251 * Figure out where the response is located. Then get local pointers
5252 * to the response data. The port does not guarantee to respond to
5253 * all extents counts request so update the local variable with the
5254 * allocated count from the port.
5255 */
5256 if (emb == LPFC_SLI4_MBX_EMBED) {
5257 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents;
5258 id_array = &rsrc_ext->u.rsp.id[0];
5259 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
5260 } else {
5261 virtaddr = mbox->sge_array->addr[0];
5262 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr;
5263 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
5264 id_array = &n_rsrc->id;
5265 }
5266
5267 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG;
5268 rsrc_id_cnt = rsrc_cnt * rsrc_size;
5269
5270 /*
5271 * Based on the resource size and count, correct the base and max
5272 * resource values.
5273 */
5274 length = sizeof(struct lpfc_rsrc_blks);
5275 switch (type) {
5276 case LPFC_RSC_TYPE_FCOE_RPI:
5277 phba->sli4_hba.rpi_bmask = kzalloc(longs *
5278 sizeof(unsigned long),
5279 GFP_KERNEL);
5280 if (unlikely(!phba->sli4_hba.rpi_bmask)) {
5281 rc = -ENOMEM;
5282 goto err_exit;
5283 }
5284 phba->sli4_hba.rpi_ids = kzalloc(rsrc_id_cnt *
5285 sizeof(uint16_t),
5286 GFP_KERNEL);
5287 if (unlikely(!phba->sli4_hba.rpi_ids)) {
5288 kfree(phba->sli4_hba.rpi_bmask);
5289 rc = -ENOMEM;
5290 goto err_exit;
5291 }
5292
5293 /*
5294 * The next_rpi was initialized with the maximum available
5295 * count but the port may allocate a smaller number. Catch
5296 * that case and update the next_rpi.
5297 */
5298 phba->sli4_hba.next_rpi = rsrc_id_cnt;
5299
5300 /* Initialize local ptrs for common extent processing later. */
5301 bmask = phba->sli4_hba.rpi_bmask;
5302 ids = phba->sli4_hba.rpi_ids;
5303 ext_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list;
5304 break;
5305 case LPFC_RSC_TYPE_FCOE_VPI:
5306 phba->vpi_bmask = kzalloc(longs *
5307 sizeof(unsigned long),
5308 GFP_KERNEL);
5309 if (unlikely(!phba->vpi_bmask)) {
5310 rc = -ENOMEM;
5311 goto err_exit;
5312 }
5313 phba->vpi_ids = kzalloc(rsrc_id_cnt *
5314 sizeof(uint16_t),
5315 GFP_KERNEL);
5316 if (unlikely(!phba->vpi_ids)) {
5317 kfree(phba->vpi_bmask);
5318 rc = -ENOMEM;
5319 goto err_exit;
5320 }
5321
5322 /* Initialize local ptrs for common extent processing later. */
5323 bmask = phba->vpi_bmask;
5324 ids = phba->vpi_ids;
5325 ext_blk_list = &phba->lpfc_vpi_blk_list;
5326 break;
5327 case LPFC_RSC_TYPE_FCOE_XRI:
5328 phba->sli4_hba.xri_bmask = kzalloc(longs *
5329 sizeof(unsigned long),
5330 GFP_KERNEL);
5331 if (unlikely(!phba->sli4_hba.xri_bmask)) {
5332 rc = -ENOMEM;
5333 goto err_exit;
5334 }
James Smart8a9d2e82012-05-09 21:16:12 -04005335 phba->sli4_hba.max_cfg_param.xri_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005336 phba->sli4_hba.xri_ids = kzalloc(rsrc_id_cnt *
5337 sizeof(uint16_t),
5338 GFP_KERNEL);
5339 if (unlikely(!phba->sli4_hba.xri_ids)) {
5340 kfree(phba->sli4_hba.xri_bmask);
5341 rc = -ENOMEM;
5342 goto err_exit;
5343 }
5344
5345 /* Initialize local ptrs for common extent processing later. */
5346 bmask = phba->sli4_hba.xri_bmask;
5347 ids = phba->sli4_hba.xri_ids;
5348 ext_blk_list = &phba->sli4_hba.lpfc_xri_blk_list;
5349 break;
5350 case LPFC_RSC_TYPE_FCOE_VFI:
5351 phba->sli4_hba.vfi_bmask = kzalloc(longs *
5352 sizeof(unsigned long),
5353 GFP_KERNEL);
5354 if (unlikely(!phba->sli4_hba.vfi_bmask)) {
5355 rc = -ENOMEM;
5356 goto err_exit;
5357 }
5358 phba->sli4_hba.vfi_ids = kzalloc(rsrc_id_cnt *
5359 sizeof(uint16_t),
5360 GFP_KERNEL);
5361 if (unlikely(!phba->sli4_hba.vfi_ids)) {
5362 kfree(phba->sli4_hba.vfi_bmask);
5363 rc = -ENOMEM;
5364 goto err_exit;
5365 }
5366
5367 /* Initialize local ptrs for common extent processing later. */
5368 bmask = phba->sli4_hba.vfi_bmask;
5369 ids = phba->sli4_hba.vfi_ids;
5370 ext_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list;
5371 break;
5372 default:
5373 /* Unsupported Opcode. Fail call. */
5374 id_array = NULL;
5375 bmask = NULL;
5376 ids = NULL;
5377 ext_blk_list = NULL;
5378 goto err_exit;
5379 }
5380
5381 /*
5382 * Complete initializing the extent configuration with the
5383 * allocated ids assigned to this function. The bitmask serves
5384 * as an index into the array and manages the available ids. The
5385 * array just stores the ids communicated to the port via the wqes.
5386 */
5387 for (i = 0, j = 0, k = 0; i < rsrc_cnt; i++) {
5388 if ((i % 2) == 0)
5389 rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_0,
5390 &id_array[k]);
5391 else
5392 rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_1,
5393 &id_array[k]);
5394
5395 rsrc_blks = kzalloc(length, GFP_KERNEL);
5396 if (unlikely(!rsrc_blks)) {
5397 rc = -ENOMEM;
5398 kfree(bmask);
5399 kfree(ids);
5400 goto err_exit;
5401 }
5402 rsrc_blks->rsrc_start = rsrc_id;
5403 rsrc_blks->rsrc_size = rsrc_size;
5404 list_add_tail(&rsrc_blks->list, ext_blk_list);
5405 rsrc_start = rsrc_id;
5406 if ((type == LPFC_RSC_TYPE_FCOE_XRI) && (j == 0))
5407 phba->sli4_hba.scsi_xri_start = rsrc_start +
5408 lpfc_sli4_get_els_iocb_cnt(phba);
5409
5410 while (rsrc_id < (rsrc_start + rsrc_size)) {
5411 ids[j] = rsrc_id;
5412 rsrc_id++;
5413 j++;
5414 }
5415 /* Entire word processed. Get next word.*/
5416 if ((i % 2) == 1)
5417 k++;
5418 }
5419 err_exit:
5420 lpfc_sli4_mbox_cmd_free(phba, mbox);
5421 return rc;
5422}
5423
5424/**
5425 * lpfc_sli4_dealloc_extent - Deallocate an SLI4 resource extent.
5426 * @phba: Pointer to HBA context object.
5427 * @type: the extent's type.
5428 *
5429 * This function deallocates all extents of a particular resource type.
5430 * SLI4 does not allow for deallocating a particular extent range. It
5431 * is the caller's responsibility to release all kernel memory resources.
5432 **/
5433static int
5434lpfc_sli4_dealloc_extent(struct lpfc_hba *phba, uint16_t type)
5435{
5436 int rc;
5437 uint32_t length, mbox_tmo = 0;
5438 LPFC_MBOXQ_t *mbox;
5439 struct lpfc_mbx_dealloc_rsrc_extents *dealloc_rsrc;
5440 struct lpfc_rsrc_blks *rsrc_blk, *rsrc_blk_next;
5441
5442 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5443 if (!mbox)
5444 return -ENOMEM;
5445
5446 /*
5447 * This function sends an embedded mailbox because it only sends the
5448 * the resource type. All extents of this type are released by the
5449 * port.
5450 */
5451 length = (sizeof(struct lpfc_mbx_dealloc_rsrc_extents) -
5452 sizeof(struct lpfc_sli4_cfg_mhdr));
5453 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5454 LPFC_MBOX_OPCODE_DEALLOC_RSRC_EXTENT,
5455 length, LPFC_SLI4_MBX_EMBED);
5456
5457 /* Send an extents count of 0 - the dealloc doesn't use it. */
5458 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
5459 LPFC_SLI4_MBX_EMBED);
5460 if (unlikely(rc)) {
5461 rc = -EIO;
5462 goto out_free_mbox;
5463 }
5464 if (!phba->sli4_hba.intr_enable)
5465 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5466 else {
James Smarta183a152011-10-10 21:32:43 -04005467 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005468 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5469 }
5470 if (unlikely(rc)) {
5471 rc = -EIO;
5472 goto out_free_mbox;
5473 }
5474
5475 dealloc_rsrc = &mbox->u.mqe.un.dealloc_rsrc_extents;
5476 if (bf_get(lpfc_mbox_hdr_status,
5477 &dealloc_rsrc->header.cfg_shdr.response)) {
5478 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5479 "2919 Failed to release resource extents "
5480 "for type %d - Status 0x%x Add'l Status 0x%x. "
5481 "Resource memory not released.\n",
5482 type,
5483 bf_get(lpfc_mbox_hdr_status,
5484 &dealloc_rsrc->header.cfg_shdr.response),
5485 bf_get(lpfc_mbox_hdr_add_status,
5486 &dealloc_rsrc->header.cfg_shdr.response));
5487 rc = -EIO;
5488 goto out_free_mbox;
5489 }
5490
5491 /* Release kernel memory resources for the specific type. */
5492 switch (type) {
5493 case LPFC_RSC_TYPE_FCOE_VPI:
5494 kfree(phba->vpi_bmask);
5495 kfree(phba->vpi_ids);
5496 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5497 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5498 &phba->lpfc_vpi_blk_list, list) {
5499 list_del_init(&rsrc_blk->list);
5500 kfree(rsrc_blk);
5501 }
5502 break;
5503 case LPFC_RSC_TYPE_FCOE_XRI:
5504 kfree(phba->sli4_hba.xri_bmask);
5505 kfree(phba->sli4_hba.xri_ids);
James Smart6d368e52011-05-24 11:44:12 -04005506 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5507 &phba->sli4_hba.lpfc_xri_blk_list, list) {
5508 list_del_init(&rsrc_blk->list);
5509 kfree(rsrc_blk);
5510 }
5511 break;
5512 case LPFC_RSC_TYPE_FCOE_VFI:
5513 kfree(phba->sli4_hba.vfi_bmask);
5514 kfree(phba->sli4_hba.vfi_ids);
5515 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5516 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5517 &phba->sli4_hba.lpfc_vfi_blk_list, list) {
5518 list_del_init(&rsrc_blk->list);
5519 kfree(rsrc_blk);
5520 }
5521 break;
5522 case LPFC_RSC_TYPE_FCOE_RPI:
5523 /* RPI bitmask and physical id array are cleaned up earlier. */
5524 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5525 &phba->sli4_hba.lpfc_rpi_blk_list, list) {
5526 list_del_init(&rsrc_blk->list);
5527 kfree(rsrc_blk);
5528 }
5529 break;
5530 default:
5531 break;
5532 }
5533
5534 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5535
5536 out_free_mbox:
5537 mempool_free(mbox, phba->mbox_mem_pool);
5538 return rc;
5539}
5540
5541/**
5542 * lpfc_sli4_alloc_resource_identifiers - Allocate all SLI4 resource extents.
5543 * @phba: Pointer to HBA context object.
5544 *
5545 * This function allocates all SLI4 resource identifiers.
5546 **/
5547int
5548lpfc_sli4_alloc_resource_identifiers(struct lpfc_hba *phba)
5549{
5550 int i, rc, error = 0;
5551 uint16_t count, base;
5552 unsigned long longs;
5553
James Smartff78d8f2011-12-13 13:21:35 -05005554 if (!phba->sli4_hba.rpi_hdrs_in_use)
5555 phba->sli4_hba.next_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart6d368e52011-05-24 11:44:12 -04005556 if (phba->sli4_hba.extents_in_use) {
5557 /*
5558 * The port supports resource extents. The XRI, VPI, VFI, RPI
5559 * resource extent count must be read and allocated before
5560 * provisioning the resource id arrays.
5561 */
5562 if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) ==
5563 LPFC_IDX_RSRC_RDY) {
5564 /*
5565 * Extent-based resources are set - the driver could
5566 * be in a port reset. Figure out if any corrective
5567 * actions need to be taken.
5568 */
5569 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5570 LPFC_RSC_TYPE_FCOE_VFI);
5571 if (rc != 0)
5572 error++;
5573 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5574 LPFC_RSC_TYPE_FCOE_VPI);
5575 if (rc != 0)
5576 error++;
5577 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5578 LPFC_RSC_TYPE_FCOE_XRI);
5579 if (rc != 0)
5580 error++;
5581 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5582 LPFC_RSC_TYPE_FCOE_RPI);
5583 if (rc != 0)
5584 error++;
5585
5586 /*
5587 * It's possible that the number of resources
5588 * provided to this port instance changed between
5589 * resets. Detect this condition and reallocate
5590 * resources. Otherwise, there is no action.
5591 */
5592 if (error) {
5593 lpfc_printf_log(phba, KERN_INFO,
5594 LOG_MBOX | LOG_INIT,
5595 "2931 Detected extent resource "
5596 "change. Reallocating all "
5597 "extents.\n");
5598 rc = lpfc_sli4_dealloc_extent(phba,
5599 LPFC_RSC_TYPE_FCOE_VFI);
5600 rc = lpfc_sli4_dealloc_extent(phba,
5601 LPFC_RSC_TYPE_FCOE_VPI);
5602 rc = lpfc_sli4_dealloc_extent(phba,
5603 LPFC_RSC_TYPE_FCOE_XRI);
5604 rc = lpfc_sli4_dealloc_extent(phba,
5605 LPFC_RSC_TYPE_FCOE_RPI);
5606 } else
5607 return 0;
5608 }
5609
5610 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
5611 if (unlikely(rc))
5612 goto err_exit;
5613
5614 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
5615 if (unlikely(rc))
5616 goto err_exit;
5617
5618 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
5619 if (unlikely(rc))
5620 goto err_exit;
5621
5622 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);
5623 if (unlikely(rc))
5624 goto err_exit;
5625 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags,
5626 LPFC_IDX_RSRC_RDY);
5627 return rc;
5628 } else {
5629 /*
5630 * The port does not support resource extents. The XRI, VPI,
5631 * VFI, RPI resource ids were determined from READ_CONFIG.
5632 * Just allocate the bitmasks and provision the resource id
5633 * arrays. If a port reset is active, the resources don't
5634 * need any action - just exit.
5635 */
5636 if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) ==
James Smartff78d8f2011-12-13 13:21:35 -05005637 LPFC_IDX_RSRC_RDY) {
5638 lpfc_sli4_dealloc_resource_identifiers(phba);
5639 lpfc_sli4_remove_rpis(phba);
5640 }
James Smart6d368e52011-05-24 11:44:12 -04005641 /* RPIs. */
5642 count = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart0a630c22013-01-03 15:44:09 -05005643 if (count <= 0) {
5644 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5645 "3279 Invalid provisioning of "
5646 "rpi:%d\n", count);
5647 rc = -EINVAL;
5648 goto err_exit;
5649 }
James Smart6d368e52011-05-24 11:44:12 -04005650 base = phba->sli4_hba.max_cfg_param.rpi_base;
5651 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5652 phba->sli4_hba.rpi_bmask = kzalloc(longs *
5653 sizeof(unsigned long),
5654 GFP_KERNEL);
5655 if (unlikely(!phba->sli4_hba.rpi_bmask)) {
5656 rc = -ENOMEM;
5657 goto err_exit;
5658 }
5659 phba->sli4_hba.rpi_ids = kzalloc(count *
5660 sizeof(uint16_t),
5661 GFP_KERNEL);
5662 if (unlikely(!phba->sli4_hba.rpi_ids)) {
5663 rc = -ENOMEM;
5664 goto free_rpi_bmask;
5665 }
5666
5667 for (i = 0; i < count; i++)
5668 phba->sli4_hba.rpi_ids[i] = base + i;
5669
5670 /* VPIs. */
5671 count = phba->sli4_hba.max_cfg_param.max_vpi;
James Smart0a630c22013-01-03 15:44:09 -05005672 if (count <= 0) {
5673 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5674 "3280 Invalid provisioning of "
5675 "vpi:%d\n", count);
5676 rc = -EINVAL;
5677 goto free_rpi_ids;
5678 }
James Smart6d368e52011-05-24 11:44:12 -04005679 base = phba->sli4_hba.max_cfg_param.vpi_base;
5680 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5681 phba->vpi_bmask = kzalloc(longs *
5682 sizeof(unsigned long),
5683 GFP_KERNEL);
5684 if (unlikely(!phba->vpi_bmask)) {
5685 rc = -ENOMEM;
5686 goto free_rpi_ids;
5687 }
5688 phba->vpi_ids = kzalloc(count *
5689 sizeof(uint16_t),
5690 GFP_KERNEL);
5691 if (unlikely(!phba->vpi_ids)) {
5692 rc = -ENOMEM;
5693 goto free_vpi_bmask;
5694 }
5695
5696 for (i = 0; i < count; i++)
5697 phba->vpi_ids[i] = base + i;
5698
5699 /* XRIs. */
5700 count = phba->sli4_hba.max_cfg_param.max_xri;
James Smart0a630c22013-01-03 15:44:09 -05005701 if (count <= 0) {
5702 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5703 "3281 Invalid provisioning of "
5704 "xri:%d\n", count);
5705 rc = -EINVAL;
5706 goto free_vpi_ids;
5707 }
James Smart6d368e52011-05-24 11:44:12 -04005708 base = phba->sli4_hba.max_cfg_param.xri_base;
5709 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5710 phba->sli4_hba.xri_bmask = kzalloc(longs *
5711 sizeof(unsigned long),
5712 GFP_KERNEL);
5713 if (unlikely(!phba->sli4_hba.xri_bmask)) {
5714 rc = -ENOMEM;
5715 goto free_vpi_ids;
5716 }
James Smart41899be2012-03-01 22:34:19 -05005717 phba->sli4_hba.max_cfg_param.xri_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005718 phba->sli4_hba.xri_ids = kzalloc(count *
5719 sizeof(uint16_t),
5720 GFP_KERNEL);
5721 if (unlikely(!phba->sli4_hba.xri_ids)) {
5722 rc = -ENOMEM;
5723 goto free_xri_bmask;
5724 }
5725
5726 for (i = 0; i < count; i++)
5727 phba->sli4_hba.xri_ids[i] = base + i;
5728
5729 /* VFIs. */
5730 count = phba->sli4_hba.max_cfg_param.max_vfi;
James Smart0a630c22013-01-03 15:44:09 -05005731 if (count <= 0) {
5732 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5733 "3282 Invalid provisioning of "
5734 "vfi:%d\n", count);
5735 rc = -EINVAL;
5736 goto free_xri_ids;
5737 }
James Smart6d368e52011-05-24 11:44:12 -04005738 base = phba->sli4_hba.max_cfg_param.vfi_base;
5739 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5740 phba->sli4_hba.vfi_bmask = kzalloc(longs *
5741 sizeof(unsigned long),
5742 GFP_KERNEL);
5743 if (unlikely(!phba->sli4_hba.vfi_bmask)) {
5744 rc = -ENOMEM;
5745 goto free_xri_ids;
5746 }
5747 phba->sli4_hba.vfi_ids = kzalloc(count *
5748 sizeof(uint16_t),
5749 GFP_KERNEL);
5750 if (unlikely(!phba->sli4_hba.vfi_ids)) {
5751 rc = -ENOMEM;
5752 goto free_vfi_bmask;
5753 }
5754
5755 for (i = 0; i < count; i++)
5756 phba->sli4_hba.vfi_ids[i] = base + i;
5757
5758 /*
5759 * Mark all resources ready. An HBA reset doesn't need
5760 * to reset the initialization.
5761 */
5762 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags,
5763 LPFC_IDX_RSRC_RDY);
5764 return 0;
5765 }
5766
5767 free_vfi_bmask:
5768 kfree(phba->sli4_hba.vfi_bmask);
5769 free_xri_ids:
5770 kfree(phba->sli4_hba.xri_ids);
5771 free_xri_bmask:
5772 kfree(phba->sli4_hba.xri_bmask);
5773 free_vpi_ids:
5774 kfree(phba->vpi_ids);
5775 free_vpi_bmask:
5776 kfree(phba->vpi_bmask);
5777 free_rpi_ids:
5778 kfree(phba->sli4_hba.rpi_ids);
5779 free_rpi_bmask:
5780 kfree(phba->sli4_hba.rpi_bmask);
5781 err_exit:
5782 return rc;
5783}
5784
5785/**
5786 * lpfc_sli4_dealloc_resource_identifiers - Deallocate all SLI4 resource extents.
5787 * @phba: Pointer to HBA context object.
5788 *
5789 * This function allocates the number of elements for the specified
5790 * resource type.
5791 **/
5792int
5793lpfc_sli4_dealloc_resource_identifiers(struct lpfc_hba *phba)
5794{
5795 if (phba->sli4_hba.extents_in_use) {
5796 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
5797 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
5798 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);
5799 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
5800 } else {
5801 kfree(phba->vpi_bmask);
5802 kfree(phba->vpi_ids);
5803 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5804 kfree(phba->sli4_hba.xri_bmask);
5805 kfree(phba->sli4_hba.xri_ids);
James Smart6d368e52011-05-24 11:44:12 -04005806 kfree(phba->sli4_hba.vfi_bmask);
5807 kfree(phba->sli4_hba.vfi_ids);
5808 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5809 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5810 }
5811
5812 return 0;
5813}
5814
5815/**
James Smartb76f2dc2011-07-22 18:37:42 -04005816 * lpfc_sli4_get_allocated_extnts - Get the port's allocated extents.
5817 * @phba: Pointer to HBA context object.
5818 * @type: The resource extent type.
5819 * @extnt_count: buffer to hold port extent count response
5820 * @extnt_size: buffer to hold port extent size response.
5821 *
5822 * This function calls the port to read the host allocated extents
5823 * for a particular type.
5824 **/
5825int
5826lpfc_sli4_get_allocated_extnts(struct lpfc_hba *phba, uint16_t type,
5827 uint16_t *extnt_cnt, uint16_t *extnt_size)
5828{
5829 bool emb;
5830 int rc = 0;
5831 uint16_t curr_blks = 0;
5832 uint32_t req_len, emb_len;
5833 uint32_t alloc_len, mbox_tmo;
5834 struct list_head *blk_list_head;
5835 struct lpfc_rsrc_blks *rsrc_blk;
5836 LPFC_MBOXQ_t *mbox;
5837 void *virtaddr = NULL;
5838 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc;
5839 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext;
5840 union lpfc_sli4_cfg_shdr *shdr;
5841
5842 switch (type) {
5843 case LPFC_RSC_TYPE_FCOE_VPI:
5844 blk_list_head = &phba->lpfc_vpi_blk_list;
5845 break;
5846 case LPFC_RSC_TYPE_FCOE_XRI:
5847 blk_list_head = &phba->sli4_hba.lpfc_xri_blk_list;
5848 break;
5849 case LPFC_RSC_TYPE_FCOE_VFI:
5850 blk_list_head = &phba->sli4_hba.lpfc_vfi_blk_list;
5851 break;
5852 case LPFC_RSC_TYPE_FCOE_RPI:
5853 blk_list_head = &phba->sli4_hba.lpfc_rpi_blk_list;
5854 break;
5855 default:
5856 return -EIO;
5857 }
5858
5859 /* Count the number of extents currently allocatd for this type. */
5860 list_for_each_entry(rsrc_blk, blk_list_head, list) {
5861 if (curr_blks == 0) {
5862 /*
5863 * The GET_ALLOCATED mailbox does not return the size,
5864 * just the count. The size should be just the size
5865 * stored in the current allocated block and all sizes
5866 * for an extent type are the same so set the return
5867 * value now.
5868 */
5869 *extnt_size = rsrc_blk->rsrc_size;
5870 }
5871 curr_blks++;
5872 }
5873
5874 /* Calculate the total requested length of the dma memory. */
5875 req_len = curr_blks * sizeof(uint16_t);
5876
5877 /*
5878 * Calculate the size of an embedded mailbox. The uint32_t
5879 * accounts for extents-specific word.
5880 */
5881 emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) -
5882 sizeof(uint32_t);
5883
5884 /*
5885 * Presume the allocation and response will fit into an embedded
5886 * mailbox. If not true, reconfigure to a non-embedded mailbox.
5887 */
5888 emb = LPFC_SLI4_MBX_EMBED;
5889 req_len = emb_len;
5890 if (req_len > emb_len) {
5891 req_len = curr_blks * sizeof(uint16_t) +
5892 sizeof(union lpfc_sli4_cfg_shdr) +
5893 sizeof(uint32_t);
5894 emb = LPFC_SLI4_MBX_NEMBED;
5895 }
5896
5897 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5898 if (!mbox)
5899 return -ENOMEM;
5900 memset(mbox, 0, sizeof(LPFC_MBOXQ_t));
5901
5902 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5903 LPFC_MBOX_OPCODE_GET_ALLOC_RSRC_EXTENT,
5904 req_len, emb);
5905 if (alloc_len < req_len) {
5906 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5907 "2983 Allocated DMA memory size (x%x) is "
5908 "less than the requested DMA memory "
5909 "size (x%x)\n", alloc_len, req_len);
5910 rc = -ENOMEM;
5911 goto err_exit;
5912 }
5913 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb);
5914 if (unlikely(rc)) {
5915 rc = -EIO;
5916 goto err_exit;
5917 }
5918
5919 if (!phba->sli4_hba.intr_enable)
5920 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5921 else {
James Smarta183a152011-10-10 21:32:43 -04005922 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smartb76f2dc2011-07-22 18:37:42 -04005923 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5924 }
5925
5926 if (unlikely(rc)) {
5927 rc = -EIO;
5928 goto err_exit;
5929 }
5930
5931 /*
5932 * Figure out where the response is located. Then get local pointers
5933 * to the response data. The port does not guarantee to respond to
5934 * all extents counts request so update the local variable with the
5935 * allocated count from the port.
5936 */
5937 if (emb == LPFC_SLI4_MBX_EMBED) {
5938 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents;
5939 shdr = &rsrc_ext->header.cfg_shdr;
5940 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
5941 } else {
5942 virtaddr = mbox->sge_array->addr[0];
5943 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr;
5944 shdr = &n_rsrc->cfg_shdr;
5945 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
5946 }
5947
5948 if (bf_get(lpfc_mbox_hdr_status, &shdr->response)) {
5949 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5950 "2984 Failed to read allocated resources "
5951 "for type %d - Status 0x%x Add'l Status 0x%x.\n",
5952 type,
5953 bf_get(lpfc_mbox_hdr_status, &shdr->response),
5954 bf_get(lpfc_mbox_hdr_add_status, &shdr->response));
5955 rc = -EIO;
5956 goto err_exit;
5957 }
5958 err_exit:
5959 lpfc_sli4_mbox_cmd_free(phba, mbox);
5960 return rc;
5961}
5962
5963/**
James Smart8a9d2e82012-05-09 21:16:12 -04005964 * lpfc_sli4_repost_els_sgl_list - Repsot the els buffers sgl pages as block
5965 * @phba: pointer to lpfc hba data structure.
5966 *
5967 * This routine walks the list of els buffers that have been allocated and
5968 * repost them to the port by using SGL block post. This is needed after a
5969 * pci_function_reset/warm_start or start. It attempts to construct blocks
5970 * of els buffer sgls which contains contiguous xris and uses the non-embedded
5971 * SGL block post mailbox commands to post them to the port. For single els
5972 * buffer sgl with non-contiguous xri, if any, it shall use embedded SGL post
5973 * mailbox command for posting.
5974 *
5975 * Returns: 0 = success, non-zero failure.
5976 **/
5977static int
5978lpfc_sli4_repost_els_sgl_list(struct lpfc_hba *phba)
5979{
5980 struct lpfc_sglq *sglq_entry = NULL;
5981 struct lpfc_sglq *sglq_entry_next = NULL;
5982 struct lpfc_sglq *sglq_entry_first = NULL;
5983 int status, post_cnt = 0, num_posted = 0, block_cnt = 0;
5984 int last_xritag = NO_XRI;
5985 LIST_HEAD(prep_sgl_list);
5986 LIST_HEAD(blck_sgl_list);
5987 LIST_HEAD(allc_sgl_list);
5988 LIST_HEAD(post_sgl_list);
5989 LIST_HEAD(free_sgl_list);
5990
5991 spin_lock(&phba->hbalock);
5992 list_splice_init(&phba->sli4_hba.lpfc_sgl_list, &allc_sgl_list);
5993 spin_unlock(&phba->hbalock);
5994
5995 list_for_each_entry_safe(sglq_entry, sglq_entry_next,
5996 &allc_sgl_list, list) {
5997 list_del_init(&sglq_entry->list);
5998 block_cnt++;
5999 if ((last_xritag != NO_XRI) &&
6000 (sglq_entry->sli4_xritag != last_xritag + 1)) {
6001 /* a hole in xri block, form a sgl posting block */
6002 list_splice_init(&prep_sgl_list, &blck_sgl_list);
6003 post_cnt = block_cnt - 1;
6004 /* prepare list for next posting block */
6005 list_add_tail(&sglq_entry->list, &prep_sgl_list);
6006 block_cnt = 1;
6007 } else {
6008 /* prepare list for next posting block */
6009 list_add_tail(&sglq_entry->list, &prep_sgl_list);
6010 /* enough sgls for non-embed sgl mbox command */
6011 if (block_cnt == LPFC_NEMBED_MBOX_SGL_CNT) {
6012 list_splice_init(&prep_sgl_list,
6013 &blck_sgl_list);
6014 post_cnt = block_cnt;
6015 block_cnt = 0;
6016 }
6017 }
6018 num_posted++;
6019
6020 /* keep track of last sgl's xritag */
6021 last_xritag = sglq_entry->sli4_xritag;
6022
6023 /* end of repost sgl list condition for els buffers */
6024 if (num_posted == phba->sli4_hba.els_xri_cnt) {
6025 if (post_cnt == 0) {
6026 list_splice_init(&prep_sgl_list,
6027 &blck_sgl_list);
6028 post_cnt = block_cnt;
6029 } else if (block_cnt == 1) {
6030 status = lpfc_sli4_post_sgl(phba,
6031 sglq_entry->phys, 0,
6032 sglq_entry->sli4_xritag);
6033 if (!status) {
6034 /* successful, put sgl to posted list */
6035 list_add_tail(&sglq_entry->list,
6036 &post_sgl_list);
6037 } else {
6038 /* Failure, put sgl to free list */
6039 lpfc_printf_log(phba, KERN_WARNING,
6040 LOG_SLI,
6041 "3159 Failed to post els "
6042 "sgl, xritag:x%x\n",
6043 sglq_entry->sli4_xritag);
6044 list_add_tail(&sglq_entry->list,
6045 &free_sgl_list);
6046 spin_lock_irq(&phba->hbalock);
6047 phba->sli4_hba.els_xri_cnt--;
6048 spin_unlock_irq(&phba->hbalock);
6049 }
6050 }
6051 }
6052
6053 /* continue until a nembed page worth of sgls */
6054 if (post_cnt == 0)
6055 continue;
6056
6057 /* post the els buffer list sgls as a block */
6058 status = lpfc_sli4_post_els_sgl_list(phba, &blck_sgl_list,
6059 post_cnt);
6060
6061 if (!status) {
6062 /* success, put sgl list to posted sgl list */
6063 list_splice_init(&blck_sgl_list, &post_sgl_list);
6064 } else {
6065 /* Failure, put sgl list to free sgl list */
6066 sglq_entry_first = list_first_entry(&blck_sgl_list,
6067 struct lpfc_sglq,
6068 list);
6069 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
6070 "3160 Failed to post els sgl-list, "
6071 "xritag:x%x-x%x\n",
6072 sglq_entry_first->sli4_xritag,
6073 (sglq_entry_first->sli4_xritag +
6074 post_cnt - 1));
6075 list_splice_init(&blck_sgl_list, &free_sgl_list);
6076 spin_lock_irq(&phba->hbalock);
6077 phba->sli4_hba.els_xri_cnt -= post_cnt;
6078 spin_unlock_irq(&phba->hbalock);
6079 }
6080
6081 /* don't reset xirtag due to hole in xri block */
6082 if (block_cnt == 0)
6083 last_xritag = NO_XRI;
6084
6085 /* reset els sgl post count for next round of posting */
6086 post_cnt = 0;
6087 }
6088
6089 /* free the els sgls failed to post */
6090 lpfc_free_sgl_list(phba, &free_sgl_list);
6091
6092 /* push els sgls posted to the availble list */
6093 if (!list_empty(&post_sgl_list)) {
6094 spin_lock(&phba->hbalock);
6095 list_splice_init(&post_sgl_list,
6096 &phba->sli4_hba.lpfc_sgl_list);
6097 spin_unlock(&phba->hbalock);
6098 } else {
6099 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6100 "3161 Failure to post els sgl to port.\n");
6101 return -EIO;
6102 }
6103 return 0;
6104}
6105
6106/**
James Smartda0436e2009-05-22 14:51:39 -04006107 * lpfc_sli4_hba_setup - SLI4 device intialization PCI function
6108 * @phba: Pointer to HBA context object.
6109 *
6110 * This function is the main SLI4 device intialization PCI function. This
6111 * function is called by the HBA intialization code, HBA reset code and
6112 * HBA error attention handler code. Caller is not required to hold any
6113 * locks.
6114 **/
6115int
6116lpfc_sli4_hba_setup(struct lpfc_hba *phba)
6117{
6118 int rc;
6119 LPFC_MBOXQ_t *mboxq;
6120 struct lpfc_mqe *mqe;
6121 uint8_t *vpd;
6122 uint32_t vpd_size;
6123 uint32_t ftr_rsp = 0;
6124 struct Scsi_Host *shost = lpfc_shost_from_vport(phba->pport);
6125 struct lpfc_vport *vport = phba->pport;
6126 struct lpfc_dmabuf *mp;
6127
6128 /* Perform a PCI function reset to start from clean */
6129 rc = lpfc_pci_function_reset(phba);
6130 if (unlikely(rc))
6131 return -ENODEV;
6132
6133 /* Check the HBA Host Status Register for readyness */
6134 rc = lpfc_sli4_post_status_check(phba);
6135 if (unlikely(rc))
6136 return -ENODEV;
6137 else {
6138 spin_lock_irq(&phba->hbalock);
6139 phba->sli.sli_flag |= LPFC_SLI_ACTIVE;
6140 spin_unlock_irq(&phba->hbalock);
6141 }
6142
6143 /*
6144 * Allocate a single mailbox container for initializing the
6145 * port.
6146 */
6147 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6148 if (!mboxq)
6149 return -ENOMEM;
6150
James Smartda0436e2009-05-22 14:51:39 -04006151 /* Issue READ_REV to collect vpd and FW information. */
James Smart49198b32010-04-06 15:04:33 -04006152 vpd_size = SLI4_PAGE_SIZE;
James Smartda0436e2009-05-22 14:51:39 -04006153 vpd = kzalloc(vpd_size, GFP_KERNEL);
6154 if (!vpd) {
6155 rc = -ENOMEM;
6156 goto out_free_mbox;
6157 }
6158
6159 rc = lpfc_sli4_read_rev(phba, mboxq, vpd, &vpd_size);
James Smart76a95d72010-11-20 23:11:48 -05006160 if (unlikely(rc)) {
6161 kfree(vpd);
6162 goto out_free_mbox;
6163 }
James Smartda0436e2009-05-22 14:51:39 -04006164 mqe = &mboxq->u.mqe;
James Smartf1126682009-06-10 17:22:44 -04006165 phba->sli_rev = bf_get(lpfc_mbx_rd_rev_sli_lvl, &mqe->un.read_rev);
6166 if (bf_get(lpfc_mbx_rd_rev_fcoe, &mqe->un.read_rev))
James Smart76a95d72010-11-20 23:11:48 -05006167 phba->hba_flag |= HBA_FCOE_MODE;
6168 else
6169 phba->hba_flag &= ~HBA_FCOE_MODE;
James Smart45ed1192009-10-02 15:17:02 -04006170
6171 if (bf_get(lpfc_mbx_rd_rev_cee_ver, &mqe->un.read_rev) ==
6172 LPFC_DCBX_CEE_MODE)
6173 phba->hba_flag |= HBA_FIP_SUPPORT;
6174 else
6175 phba->hba_flag &= ~HBA_FIP_SUPPORT;
6176
James Smart4f2e66c2012-05-09 21:17:07 -04006177 phba->hba_flag &= ~HBA_FCP_IOQ_FLUSH;
6178
James Smartc31098c2011-04-16 11:03:33 -04006179 if (phba->sli_rev != LPFC_SLI_REV4) {
James Smartda0436e2009-05-22 14:51:39 -04006180 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6181 "0376 READ_REV Error. SLI Level %d "
6182 "FCoE enabled %d\n",
James Smart76a95d72010-11-20 23:11:48 -05006183 phba->sli_rev, phba->hba_flag & HBA_FCOE_MODE);
James Smartda0436e2009-05-22 14:51:39 -04006184 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006185 kfree(vpd);
6186 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006187 }
James Smartcd1c8302011-10-10 21:33:25 -04006188
6189 /*
James Smartff78d8f2011-12-13 13:21:35 -05006190 * Continue initialization with default values even if driver failed
6191 * to read FCoE param config regions, only read parameters if the
6192 * board is FCoE
6193 */
6194 if (phba->hba_flag & HBA_FCOE_MODE &&
6195 lpfc_sli4_read_fcoe_params(phba))
6196 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_INIT,
6197 "2570 Failed to read FCoE parameters\n");
6198
6199 /*
James Smartcd1c8302011-10-10 21:33:25 -04006200 * Retrieve sli4 device physical port name, failure of doing it
6201 * is considered as non-fatal.
6202 */
6203 rc = lpfc_sli4_retrieve_pport_name(phba);
6204 if (!rc)
6205 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
6206 "3080 Successful retrieving SLI4 device "
6207 "physical port name: %s.\n", phba->Port);
6208
James Smartda0436e2009-05-22 14:51:39 -04006209 /*
6210 * Evaluate the read rev and vpd data. Populate the driver
6211 * state with the results. If this routine fails, the failure
6212 * is not fatal as the driver will use generic values.
6213 */
6214 rc = lpfc_parse_vpd(phba, vpd, vpd_size);
6215 if (unlikely(!rc)) {
6216 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6217 "0377 Error %d parsing vpd. "
6218 "Using defaults.\n", rc);
6219 rc = 0;
6220 }
James Smart76a95d72010-11-20 23:11:48 -05006221 kfree(vpd);
James Smartda0436e2009-05-22 14:51:39 -04006222
James Smartf1126682009-06-10 17:22:44 -04006223 /* Save information as VPD data */
6224 phba->vpd.rev.biuRev = mqe->un.read_rev.first_hw_rev;
6225 phba->vpd.rev.smRev = mqe->un.read_rev.second_hw_rev;
6226 phba->vpd.rev.endecRev = mqe->un.read_rev.third_hw_rev;
6227 phba->vpd.rev.fcphHigh = bf_get(lpfc_mbx_rd_rev_fcph_high,
6228 &mqe->un.read_rev);
6229 phba->vpd.rev.fcphLow = bf_get(lpfc_mbx_rd_rev_fcph_low,
6230 &mqe->un.read_rev);
6231 phba->vpd.rev.feaLevelHigh = bf_get(lpfc_mbx_rd_rev_ftr_lvl_high,
6232 &mqe->un.read_rev);
6233 phba->vpd.rev.feaLevelLow = bf_get(lpfc_mbx_rd_rev_ftr_lvl_low,
6234 &mqe->un.read_rev);
6235 phba->vpd.rev.sli1FwRev = mqe->un.read_rev.fw_id_rev;
6236 memcpy(phba->vpd.rev.sli1FwName, mqe->un.read_rev.fw_name, 16);
6237 phba->vpd.rev.sli2FwRev = mqe->un.read_rev.ulp_fw_id_rev;
6238 memcpy(phba->vpd.rev.sli2FwName, mqe->un.read_rev.ulp_fw_name, 16);
6239 phba->vpd.rev.opFwRev = mqe->un.read_rev.fw_id_rev;
6240 memcpy(phba->vpd.rev.opFwName, mqe->un.read_rev.fw_name, 16);
6241 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
6242 "(%d):0380 READ_REV Status x%x "
6243 "fw_rev:%s fcphHi:%x fcphLo:%x flHi:%x flLo:%x\n",
6244 mboxq->vport ? mboxq->vport->vpi : 0,
6245 bf_get(lpfc_mqe_status, mqe),
6246 phba->vpd.rev.opFwName,
6247 phba->vpd.rev.fcphHigh, phba->vpd.rev.fcphLow,
6248 phba->vpd.rev.feaLevelHigh, phba->vpd.rev.feaLevelLow);
James Smartda0436e2009-05-22 14:51:39 -04006249
6250 /*
6251 * Discover the port's supported feature set and match it against the
6252 * hosts requests.
6253 */
6254 lpfc_request_features(phba, mboxq);
6255 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6256 if (unlikely(rc)) {
6257 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006258 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006259 }
6260
6261 /*
6262 * The port must support FCP initiator mode as this is the
6263 * only mode running in the host.
6264 */
6265 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_fcpi, &mqe->un.req_ftrs))) {
6266 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
6267 "0378 No support for fcpi mode.\n");
6268 ftr_rsp++;
6269 }
James Smartfedd3b72011-02-16 12:39:24 -05006270 if (bf_get(lpfc_mbx_rq_ftr_rsp_perfh, &mqe->un.req_ftrs))
6271 phba->sli3_options |= LPFC_SLI4_PERFH_ENABLED;
6272 else
6273 phba->sli3_options &= ~LPFC_SLI4_PERFH_ENABLED;
James Smartda0436e2009-05-22 14:51:39 -04006274 /*
6275 * If the port cannot support the host's requested features
6276 * then turn off the global config parameters to disable the
6277 * feature in the driver. This is not a fatal error.
6278 */
James Smartbf086112011-08-21 21:48:13 -04006279 phba->sli3_options &= ~LPFC_SLI3_BG_ENABLED;
6280 if (phba->cfg_enable_bg) {
6281 if (bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs))
6282 phba->sli3_options |= LPFC_SLI3_BG_ENABLED;
6283 else
6284 ftr_rsp++;
6285 }
James Smartda0436e2009-05-22 14:51:39 -04006286
6287 if (phba->max_vpi && phba->cfg_enable_npiv &&
6288 !(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs)))
6289 ftr_rsp++;
6290
6291 if (ftr_rsp) {
6292 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
6293 "0379 Feature Mismatch Data: x%08x %08x "
6294 "x%x x%x x%x\n", mqe->un.req_ftrs.word2,
6295 mqe->un.req_ftrs.word3, phba->cfg_enable_bg,
6296 phba->cfg_enable_npiv, phba->max_vpi);
6297 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs)))
6298 phba->cfg_enable_bg = 0;
6299 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs)))
6300 phba->cfg_enable_npiv = 0;
6301 }
6302
6303 /* These SLI3 features are assumed in SLI4 */
6304 spin_lock_irq(&phba->hbalock);
6305 phba->sli3_options |= (LPFC_SLI3_NPIV_ENABLED | LPFC_SLI3_HBQ_ENABLED);
6306 spin_unlock_irq(&phba->hbalock);
6307
James Smart6d368e52011-05-24 11:44:12 -04006308 /*
6309 * Allocate all resources (xri,rpi,vpi,vfi) now. Subsequent
6310 * calls depends on these resources to complete port setup.
6311 */
6312 rc = lpfc_sli4_alloc_resource_identifiers(phba);
6313 if (rc) {
6314 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6315 "2920 Failed to alloc Resource IDs "
6316 "rc = x%x\n", rc);
6317 goto out_free_mbox;
6318 }
6319
James Smartda0436e2009-05-22 14:51:39 -04006320 /* Read the port's service parameters. */
James Smart9f1177a2010-02-26 14:12:57 -05006321 rc = lpfc_read_sparam(phba, mboxq, vport->vpi);
6322 if (rc) {
6323 phba->link_state = LPFC_HBA_ERROR;
6324 rc = -ENOMEM;
James Smart76a95d72010-11-20 23:11:48 -05006325 goto out_free_mbox;
James Smart9f1177a2010-02-26 14:12:57 -05006326 }
6327
James Smartda0436e2009-05-22 14:51:39 -04006328 mboxq->vport = vport;
6329 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6330 mp = (struct lpfc_dmabuf *) mboxq->context1;
6331 if (rc == MBX_SUCCESS) {
6332 memcpy(&vport->fc_sparam, mp->virt, sizeof(struct serv_parm));
6333 rc = 0;
6334 }
6335
6336 /*
6337 * This memory was allocated by the lpfc_read_sparam routine. Release
6338 * it to the mbuf pool.
6339 */
6340 lpfc_mbuf_free(phba, mp->virt, mp->phys);
6341 kfree(mp);
6342 mboxq->context1 = NULL;
6343 if (unlikely(rc)) {
6344 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6345 "0382 READ_SPARAM command failed "
6346 "status %d, mbxStatus x%x\n",
6347 rc, bf_get(lpfc_mqe_status, mqe));
6348 phba->link_state = LPFC_HBA_ERROR;
6349 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006350 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006351 }
6352
James Smart05580562011-05-24 11:40:48 -04006353 lpfc_update_vport_wwn(vport);
James Smartda0436e2009-05-22 14:51:39 -04006354
6355 /* Update the fc_host data structures with new wwn. */
6356 fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn);
6357 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn);
6358
James Smart8a9d2e82012-05-09 21:16:12 -04006359 /* update host els and scsi xri-sgl sizes and mappings */
6360 rc = lpfc_sli4_xri_sgl_update(phba);
6361 if (unlikely(rc)) {
6362 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6363 "1400 Failed to update xri-sgl size and "
6364 "mapping: %d\n", rc);
6365 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006366 }
6367
James Smart8a9d2e82012-05-09 21:16:12 -04006368 /* register the els sgl pool to the port */
6369 rc = lpfc_sli4_repost_els_sgl_list(phba);
6370 if (unlikely(rc)) {
6371 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6372 "0582 Error %d during els sgl post "
6373 "operation\n", rc);
6374 rc = -ENODEV;
6375 goto out_free_mbox;
6376 }
6377
6378 /* register the allocated scsi sgl pool to the port */
James Smartda0436e2009-05-22 14:51:39 -04006379 rc = lpfc_sli4_repost_scsi_sgl_list(phba);
6380 if (unlikely(rc)) {
James Smart6d368e52011-05-24 11:44:12 -04006381 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart6a9c52c2009-10-02 15:16:51 -04006382 "0383 Error %d during scsi sgl post "
6383 "operation\n", rc);
James Smartda0436e2009-05-22 14:51:39 -04006384 /* Some Scsi buffers were moved to the abort scsi list */
6385 /* A pci function reset will repost them */
6386 rc = -ENODEV;
James Smart76a95d72010-11-20 23:11:48 -05006387 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006388 }
6389
6390 /* Post the rpi header region to the device. */
6391 rc = lpfc_sli4_post_all_rpi_hdrs(phba);
6392 if (unlikely(rc)) {
6393 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6394 "0393 Error %d during rpi post operation\n",
6395 rc);
6396 rc = -ENODEV;
James Smart76a95d72010-11-20 23:11:48 -05006397 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006398 }
James Smart97f2ecf2012-03-01 22:35:23 -05006399 lpfc_sli4_node_prep(phba);
James Smartda0436e2009-05-22 14:51:39 -04006400
James Smart5350d872011-10-10 21:33:49 -04006401 /* Create all the SLI4 queues */
6402 rc = lpfc_sli4_queue_create(phba);
6403 if (rc) {
6404 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6405 "3089 Failed to allocate queues\n");
6406 rc = -ENODEV;
6407 goto out_stop_timers;
6408 }
James Smartda0436e2009-05-22 14:51:39 -04006409 /* Set up all the queues to the device */
6410 rc = lpfc_sli4_queue_setup(phba);
6411 if (unlikely(rc)) {
6412 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6413 "0381 Error %d during queue setup.\n ", rc);
James Smart5350d872011-10-10 21:33:49 -04006414 goto out_destroy_queue;
James Smartda0436e2009-05-22 14:51:39 -04006415 }
6416
6417 /* Arm the CQs and then EQs on device */
6418 lpfc_sli4_arm_cqeq_intr(phba);
6419
6420 /* Indicate device interrupt mode */
6421 phba->sli4_hba.intr_enable = 1;
6422
6423 /* Allow asynchronous mailbox command to go through */
6424 spin_lock_irq(&phba->hbalock);
6425 phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
6426 spin_unlock_irq(&phba->hbalock);
6427
6428 /* Post receive buffers to the device */
6429 lpfc_sli4_rb_setup(phba);
6430
James Smartfc2b9892010-02-26 14:15:29 -05006431 /* Reset HBA FCF states after HBA reset */
6432 phba->fcf.fcf_flag = 0;
6433 phba->fcf.current_rec.flag = 0;
6434
James Smartda0436e2009-05-22 14:51:39 -04006435 /* Start the ELS watchdog timer */
James Smart8fa38512009-07-19 10:01:03 -04006436 mod_timer(&vport->els_tmofunc,
6437 jiffies + HZ * (phba->fc_ratov * 2));
James Smartda0436e2009-05-22 14:51:39 -04006438
6439 /* Start heart beat timer */
6440 mod_timer(&phba->hb_tmofunc,
6441 jiffies + HZ * LPFC_HB_MBOX_INTERVAL);
6442 phba->hb_outstanding = 0;
6443 phba->last_completion_time = jiffies;
6444
6445 /* Start error attention (ERATT) polling timer */
6446 mod_timer(&phba->eratt_poll, jiffies + HZ * LPFC_ERATT_POLL_INTERVAL);
6447
James Smart75baf692010-06-08 18:31:21 -04006448 /* Enable PCIe device Advanced Error Reporting (AER) if configured */
6449 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
6450 rc = pci_enable_pcie_error_reporting(phba->pcidev);
6451 if (!rc) {
6452 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6453 "2829 This device supports "
6454 "Advanced Error Reporting (AER)\n");
6455 spin_lock_irq(&phba->hbalock);
6456 phba->hba_flag |= HBA_AER_ENABLED;
6457 spin_unlock_irq(&phba->hbalock);
6458 } else {
6459 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6460 "2830 This device does not support "
6461 "Advanced Error Reporting (AER)\n");
6462 phba->cfg_aer_support = 0;
6463 }
James Smart0a96e972011-07-22 18:37:28 -04006464 rc = 0;
James Smart75baf692010-06-08 18:31:21 -04006465 }
6466
James Smart76a95d72010-11-20 23:11:48 -05006467 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
6468 /*
6469 * The FC Port needs to register FCFI (index 0)
6470 */
6471 lpfc_reg_fcfi(phba, mboxq);
6472 mboxq->vport = phba->pport;
6473 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smart9589b0622011-04-16 11:03:17 -04006474 if (rc != MBX_SUCCESS)
James Smart76a95d72010-11-20 23:11:48 -05006475 goto out_unset_queue;
James Smart9589b0622011-04-16 11:03:17 -04006476 rc = 0;
6477 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi,
6478 &mboxq->u.mqe.un.reg_fcfi);
James Smart026abb82011-12-13 13:20:45 -05006479
6480 /* Check if the port is configured to be disabled */
6481 lpfc_sli_read_link_ste(phba);
James Smart76a95d72010-11-20 23:11:48 -05006482 }
James Smart026abb82011-12-13 13:20:45 -05006483
James Smartda0436e2009-05-22 14:51:39 -04006484 /*
6485 * The port is ready, set the host's link state to LINK_DOWN
6486 * in preparation for link interrupts.
6487 */
James Smartda0436e2009-05-22 14:51:39 -04006488 spin_lock_irq(&phba->hbalock);
6489 phba->link_state = LPFC_LINK_DOWN;
6490 spin_unlock_irq(&phba->hbalock);
James Smart026abb82011-12-13 13:20:45 -05006491 if (!(phba->hba_flag & HBA_FCOE_MODE) &&
6492 (phba->hba_flag & LINK_DISABLED)) {
6493 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI,
6494 "3103 Adapter Link is disabled.\n");
6495 lpfc_down_link(phba, mboxq);
6496 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6497 if (rc != MBX_SUCCESS) {
6498 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI,
6499 "3104 Adapter failed to issue "
6500 "DOWN_LINK mbox cmd, rc:x%x\n", rc);
6501 goto out_unset_queue;
6502 }
6503 } else if (phba->cfg_suppress_link_up == LPFC_INITIALIZE_LINK) {
James Smart1b511972011-12-13 13:23:09 -05006504 /* don't perform init_link on SLI4 FC port loopback test */
6505 if (!(phba->link_flag & LS_LOOPBACK_MODE)) {
6506 rc = phba->lpfc_hba_init_link(phba, MBX_NOWAIT);
6507 if (rc)
6508 goto out_unset_queue;
6509 }
James Smart5350d872011-10-10 21:33:49 -04006510 }
6511 mempool_free(mboxq, phba->mbox_mem_pool);
6512 return rc;
James Smart76a95d72010-11-20 23:11:48 -05006513out_unset_queue:
James Smartda0436e2009-05-22 14:51:39 -04006514 /* Unset all the queues set up in this routine when error out */
James Smart5350d872011-10-10 21:33:49 -04006515 lpfc_sli4_queue_unset(phba);
6516out_destroy_queue:
6517 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04006518out_stop_timers:
James Smart5350d872011-10-10 21:33:49 -04006519 lpfc_stop_hba_timers(phba);
James Smartda0436e2009-05-22 14:51:39 -04006520out_free_mbox:
6521 mempool_free(mboxq, phba->mbox_mem_pool);
6522 return rc;
6523}
James Smarte59058c2008-08-24 21:49:00 -04006524
6525/**
James Smart3621a712009-04-06 18:47:14 -04006526 * lpfc_mbox_timeout - Timeout call back function for mbox timer
James Smarte59058c2008-08-24 21:49:00 -04006527 * @ptr: context object - pointer to hba structure.
dea31012005-04-17 16:05:31 -05006528 *
James Smarte59058c2008-08-24 21:49:00 -04006529 * This is the callback function for mailbox timer. The mailbox
6530 * timer is armed when a new mailbox command is issued and the timer
6531 * is deleted when the mailbox complete. The function is called by
6532 * the kernel timer code when a mailbox does not complete within
6533 * expected time. This function wakes up the worker thread to
6534 * process the mailbox timeout and returns. All the processing is
6535 * done by the worker thread function lpfc_mbox_timeout_handler.
6536 **/
dea31012005-04-17 16:05:31 -05006537void
6538lpfc_mbox_timeout(unsigned long ptr)
6539{
James Smart92d7f7b2007-06-17 19:56:38 -05006540 struct lpfc_hba *phba = (struct lpfc_hba *) ptr;
dea31012005-04-17 16:05:31 -05006541 unsigned long iflag;
James Smart2e0fef82007-06-17 19:56:36 -05006542 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05006543
James Smart2e0fef82007-06-17 19:56:36 -05006544 spin_lock_irqsave(&phba->pport->work_port_lock, iflag);
James Smart92d7f7b2007-06-17 19:56:38 -05006545 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05006546 if (!tmo_posted)
6547 phba->pport->work_port_events |= WORKER_MBOX_TMO;
6548 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag);
6549
James Smart5e9d9b82008-06-14 22:52:53 -04006550 if (!tmo_posted)
6551 lpfc_worker_wake_up(phba);
6552 return;
dea31012005-04-17 16:05:31 -05006553}
6554
James Smarte59058c2008-08-24 21:49:00 -04006555
6556/**
James Smart3621a712009-04-06 18:47:14 -04006557 * lpfc_mbox_timeout_handler - Worker thread function to handle mailbox timeout
James Smarte59058c2008-08-24 21:49:00 -04006558 * @phba: Pointer to HBA context object.
6559 *
6560 * This function is called from worker thread when a mailbox command times out.
6561 * The caller is not required to hold any locks. This function will reset the
6562 * HBA and recover all the pending commands.
6563 **/
dea31012005-04-17 16:05:31 -05006564void
6565lpfc_mbox_timeout_handler(struct lpfc_hba *phba)
6566{
James Smart2e0fef82007-06-17 19:56:36 -05006567 LPFC_MBOXQ_t *pmbox = phba->sli.mbox_active;
James Smart04c68492009-05-22 14:52:52 -04006568 MAILBOX_t *mb = &pmbox->u.mb;
James Smart1dcb58e2007-04-25 09:51:30 -04006569 struct lpfc_sli *psli = &phba->sli;
6570 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05006571
James Smarta257bf92009-04-06 18:48:10 -04006572 /* Check the pmbox pointer first. There is a race condition
6573 * between the mbox timeout handler getting executed in the
6574 * worklist and the mailbox actually completing. When this
6575 * race condition occurs, the mbox_active will be NULL.
6576 */
6577 spin_lock_irq(&phba->hbalock);
6578 if (pmbox == NULL) {
6579 lpfc_printf_log(phba, KERN_WARNING,
6580 LOG_MBOX | LOG_SLI,
6581 "0353 Active Mailbox cleared - mailbox timeout "
6582 "exiting\n");
6583 spin_unlock_irq(&phba->hbalock);
6584 return;
6585 }
6586
dea31012005-04-17 16:05:31 -05006587 /* Mbox cmd <mbxCommand> timeout */
James Smarted957682007-06-17 19:56:37 -05006588 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006589 "0310 Mailbox command x%x timeout Data: x%x x%x x%p\n",
James Smart92d7f7b2007-06-17 19:56:38 -05006590 mb->mbxCommand,
6591 phba->pport->port_state,
6592 phba->sli.sli_flag,
6593 phba->sli.mbox_active);
James Smarta257bf92009-04-06 18:48:10 -04006594 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05006595
James Smart1dcb58e2007-04-25 09:51:30 -04006596 /* Setting state unknown so lpfc_sli_abort_iocb_ring
6597 * would get IOCB_ERROR from lpfc_sli_issue_iocb, allowing
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006598 * it to fail all outstanding SCSI IO.
James Smart1dcb58e2007-04-25 09:51:30 -04006599 */
James Smart2e0fef82007-06-17 19:56:36 -05006600 spin_lock_irq(&phba->pport->work_port_lock);
6601 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
6602 spin_unlock_irq(&phba->pport->work_port_lock);
6603 spin_lock_irq(&phba->hbalock);
6604 phba->link_state = LPFC_LINK_UNKNOWN;
James Smartf4b4c682009-05-22 14:53:12 -04006605 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006606 spin_unlock_irq(&phba->hbalock);
James Smart1dcb58e2007-04-25 09:51:30 -04006607
6608 pring = &psli->ring[psli->fcp_ring];
6609 lpfc_sli_abort_iocb_ring(phba, pring);
6610
6611 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart76bb24e2007-10-27 13:38:00 -04006612 "0345 Resetting board due to mailbox timeout\n");
James Smart3772a992009-05-22 14:50:54 -04006613
6614 /* Reset the HBA device */
6615 lpfc_reset_hba(phba);
dea31012005-04-17 16:05:31 -05006616}
6617
James Smarte59058c2008-08-24 21:49:00 -04006618/**
James Smart3772a992009-05-22 14:50:54 -04006619 * lpfc_sli_issue_mbox_s3 - Issue an SLI3 mailbox command to firmware
James Smarte59058c2008-08-24 21:49:00 -04006620 * @phba: Pointer to HBA context object.
6621 * @pmbox: Pointer to mailbox object.
6622 * @flag: Flag indicating how the mailbox need to be processed.
6623 *
6624 * This function is called by discovery code and HBA management code
James Smart3772a992009-05-22 14:50:54 -04006625 * to submit a mailbox command to firmware with SLI-3 interface spec. This
6626 * function gets the hbalock to protect the data structures.
James Smarte59058c2008-08-24 21:49:00 -04006627 * The mailbox command can be submitted in polling mode, in which case
6628 * this function will wait in a polling loop for the completion of the
6629 * mailbox.
6630 * If the mailbox is submitted in no_wait mode (not polling) the
6631 * function will submit the command and returns immediately without waiting
6632 * for the mailbox completion. The no_wait is supported only when HBA
6633 * is in SLI2/SLI3 mode - interrupts are enabled.
6634 * The SLI interface allows only one mailbox pending at a time. If the
6635 * mailbox is issued in polling mode and there is already a mailbox
6636 * pending, then the function will return an error. If the mailbox is issued
6637 * in NO_WAIT mode and there is a mailbox pending already, the function
6638 * will return MBX_BUSY after queuing the mailbox into mailbox queue.
6639 * The sli layer owns the mailbox object until the completion of mailbox
6640 * command if this function return MBX_BUSY or MBX_SUCCESS. For all other
6641 * return codes the caller owns the mailbox command after the return of
6642 * the function.
6643 **/
James Smart3772a992009-05-22 14:50:54 -04006644static int
6645lpfc_sli_issue_mbox_s3(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox,
6646 uint32_t flag)
dea31012005-04-17 16:05:31 -05006647{
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006648 MAILBOX_t *mbx;
James Smart2e0fef82007-06-17 19:56:36 -05006649 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05006650 uint32_t status, evtctr;
James Smart9940b972011-03-11 16:06:12 -05006651 uint32_t ha_copy, hc_copy;
dea31012005-04-17 16:05:31 -05006652 int i;
James Smart09372822008-01-11 01:52:54 -05006653 unsigned long timeout;
dea31012005-04-17 16:05:31 -05006654 unsigned long drvr_flag = 0;
James Smart34b02dc2008-08-24 21:49:55 -04006655 uint32_t word0, ldata;
dea31012005-04-17 16:05:31 -05006656 void __iomem *to_slim;
James Smart58da1ff2008-04-07 10:15:56 -04006657 int processing_queue = 0;
6658
6659 spin_lock_irqsave(&phba->hbalock, drvr_flag);
6660 if (!pmbox) {
James Smart8568a4d2009-07-19 10:01:16 -04006661 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart58da1ff2008-04-07 10:15:56 -04006662 /* processing mbox queue from intr_handler */
James Smart3772a992009-05-22 14:50:54 -04006663 if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
6664 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6665 return MBX_SUCCESS;
6666 }
James Smart58da1ff2008-04-07 10:15:56 -04006667 processing_queue = 1;
James Smart58da1ff2008-04-07 10:15:56 -04006668 pmbox = lpfc_mbox_get(phba);
6669 if (!pmbox) {
6670 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6671 return MBX_SUCCESS;
6672 }
6673 }
dea31012005-04-17 16:05:31 -05006674
James Smarted957682007-06-17 19:56:37 -05006675 if (pmbox->mbox_cmpl && pmbox->mbox_cmpl != lpfc_sli_def_mbox_cmpl &&
James Smart92d7f7b2007-06-17 19:56:38 -05006676 pmbox->mbox_cmpl != lpfc_sli_wake_mbox_wait) {
James Smarted957682007-06-17 19:56:37 -05006677 if(!pmbox->vport) {
James Smart58da1ff2008-04-07 10:15:56 -04006678 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
James Smarted957682007-06-17 19:56:37 -05006679 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05006680 LOG_MBOX | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04006681 "1806 Mbox x%x failed. No vport\n",
James Smart3772a992009-05-22 14:50:54 -04006682 pmbox->u.mb.mbxCommand);
James Smarted957682007-06-17 19:56:37 -05006683 dump_stack();
James Smart58da1ff2008-04-07 10:15:56 -04006684 goto out_not_finished;
James Smarted957682007-06-17 19:56:37 -05006685 }
6686 }
6687
Linas Vepstas8d63f372007-02-14 14:28:36 -06006688 /* If the PCI channel is in offline state, do not post mbox. */
James Smart58da1ff2008-04-07 10:15:56 -04006689 if (unlikely(pci_channel_offline(phba->pcidev))) {
6690 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6691 goto out_not_finished;
6692 }
Linas Vepstas8d63f372007-02-14 14:28:36 -06006693
James Smarta257bf92009-04-06 18:48:10 -04006694 /* If HBA has a deferred error attention, fail the iocb. */
6695 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
6696 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6697 goto out_not_finished;
6698 }
6699
dea31012005-04-17 16:05:31 -05006700 psli = &phba->sli;
James Smart92d7f7b2007-06-17 19:56:38 -05006701
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006702 mbx = &pmbox->u.mb;
dea31012005-04-17 16:05:31 -05006703 status = MBX_SUCCESS;
6704
James Smart2e0fef82007-06-17 19:56:36 -05006705 if (phba->link_state == LPFC_HBA_ERROR) {
6706 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05006707
6708 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006709 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6710 "(%d):0311 Mailbox command x%x cannot "
6711 "issue Data: x%x x%x\n",
6712 pmbox->vport ? pmbox->vport->vpi : 0,
6713 pmbox->u.mb.mbxCommand, psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006714 goto out_not_finished;
Jamie Wellnitz41415862006-02-28 19:25:27 -05006715 }
6716
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006717 if (mbx->mbxCommand != MBX_KILL_BOARD && flag & MBX_NOWAIT) {
James Smart9940b972011-03-11 16:06:12 -05006718 if (lpfc_readl(phba->HCregaddr, &hc_copy) ||
6719 !(hc_copy & HC_MBINT_ENA)) {
6720 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6721 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart3772a992009-05-22 14:50:54 -04006722 "(%d):2528 Mailbox command x%x cannot "
6723 "issue Data: x%x x%x\n",
6724 pmbox->vport ? pmbox->vport->vpi : 0,
6725 pmbox->u.mb.mbxCommand, psli->sli_flag, flag);
James Smart9940b972011-03-11 16:06:12 -05006726 goto out_not_finished;
6727 }
James Smart92908312006-03-07 15:04:13 -05006728 }
6729
dea31012005-04-17 16:05:31 -05006730 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
6731 /* Polling for a mbox command when another one is already active
6732 * is not allowed in SLI. Also, the driver must have established
6733 * SLI2 mode to queue and process multiple mbox commands.
6734 */
6735
6736 if (flag & MBX_POLL) {
James Smart2e0fef82007-06-17 19:56:36 -05006737 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006738
6739 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006740 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6741 "(%d):2529 Mailbox command x%x "
6742 "cannot issue Data: x%x x%x\n",
6743 pmbox->vport ? pmbox->vport->vpi : 0,
6744 pmbox->u.mb.mbxCommand,
6745 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006746 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006747 }
6748
James Smart3772a992009-05-22 14:50:54 -04006749 if (!(psli->sli_flag & LPFC_SLI_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05006750 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006751 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006752 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6753 "(%d):2530 Mailbox command x%x "
6754 "cannot issue Data: x%x x%x\n",
6755 pmbox->vport ? pmbox->vport->vpi : 0,
6756 pmbox->u.mb.mbxCommand,
6757 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006758 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006759 }
6760
dea31012005-04-17 16:05:31 -05006761 /* Another mailbox command is still being processed, queue this
6762 * command to be processed later.
6763 */
6764 lpfc_mbox_put(phba, pmbox);
6765
6766 /* Mbox cmd issue - BUSY */
James Smarted957682007-06-17 19:56:37 -05006767 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006768 "(%d):0308 Mbox cmd issue - BUSY Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05006769 "x%x x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05006770 pmbox->vport ? pmbox->vport->vpi : 0xffffff,
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006771 mbx->mbxCommand, phba->pport->port_state,
James Smart92d7f7b2007-06-17 19:56:38 -05006772 psli->sli_flag, flag);
dea31012005-04-17 16:05:31 -05006773
6774 psli->slistat.mbox_busy++;
James Smart2e0fef82007-06-17 19:56:36 -05006775 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006776
James Smart858c9f62007-06-17 19:56:39 -05006777 if (pmbox->vport) {
6778 lpfc_debugfs_disc_trc(pmbox->vport,
6779 LPFC_DISC_TRC_MBOX_VPORT,
6780 "MBOX Bsy vport: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006781 (uint32_t)mbx->mbxCommand,
6782 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006783 }
6784 else {
6785 lpfc_debugfs_disc_trc(phba->pport,
6786 LPFC_DISC_TRC_MBOX,
6787 "MBOX Bsy: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006788 (uint32_t)mbx->mbxCommand,
6789 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006790 }
6791
James Smart2e0fef82007-06-17 19:56:36 -05006792 return MBX_BUSY;
dea31012005-04-17 16:05:31 -05006793 }
6794
dea31012005-04-17 16:05:31 -05006795 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
6796
6797 /* If we are not polling, we MUST be in SLI2 mode */
6798 if (flag != MBX_POLL) {
James Smart3772a992009-05-22 14:50:54 -04006799 if (!(psli->sli_flag & LPFC_SLI_ACTIVE) &&
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006800 (mbx->mbxCommand != MBX_KILL_BOARD)) {
dea31012005-04-17 16:05:31 -05006801 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006802 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006803 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006804 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6805 "(%d):2531 Mailbox command x%x "
6806 "cannot issue Data: x%x x%x\n",
6807 pmbox->vport ? pmbox->vport->vpi : 0,
6808 pmbox->u.mb.mbxCommand,
6809 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006810 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006811 }
6812 /* timeout active mbox command */
James Smarta309a6b2006-08-01 07:33:43 -04006813 mod_timer(&psli->mbox_tmo, (jiffies +
James Smarta183a152011-10-10 21:32:43 -04006814 (HZ * lpfc_mbox_tmo_val(phba, pmbox))));
dea31012005-04-17 16:05:31 -05006815 }
6816
6817 /* Mailbox cmd <cmd> issue */
James Smarted957682007-06-17 19:56:37 -05006818 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006819 "(%d):0309 Mailbox cmd x%x issue Data: x%x x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05006820 "x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04006821 pmbox->vport ? pmbox->vport->vpi : 0,
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006822 mbx->mbxCommand, phba->pport->port_state,
James Smart92d7f7b2007-06-17 19:56:38 -05006823 psli->sli_flag, flag);
dea31012005-04-17 16:05:31 -05006824
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006825 if (mbx->mbxCommand != MBX_HEARTBEAT) {
James Smart858c9f62007-06-17 19:56:39 -05006826 if (pmbox->vport) {
6827 lpfc_debugfs_disc_trc(pmbox->vport,
6828 LPFC_DISC_TRC_MBOX_VPORT,
6829 "MBOX Send vport: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006830 (uint32_t)mbx->mbxCommand,
6831 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006832 }
6833 else {
6834 lpfc_debugfs_disc_trc(phba->pport,
6835 LPFC_DISC_TRC_MBOX,
6836 "MBOX Send: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006837 (uint32_t)mbx->mbxCommand,
6838 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006839 }
6840 }
6841
dea31012005-04-17 16:05:31 -05006842 psli->slistat.mbox_cmd++;
6843 evtctr = psli->slistat.mbox_event;
6844
6845 /* next set own bit for the adapter and copy over command word */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006846 mbx->mbxOwner = OWN_CHIP;
dea31012005-04-17 16:05:31 -05006847
James Smart3772a992009-05-22 14:50:54 -04006848 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
James Smart7a470272010-03-15 11:25:20 -04006849 /* Populate mbox extension offset word. */
6850 if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len) {
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006851 *(((uint32_t *)mbx) + pmbox->mbox_offset_word)
James Smart7a470272010-03-15 11:25:20 -04006852 = (uint8_t *)phba->mbox_ext
6853 - (uint8_t *)phba->mbox;
6854 }
6855
6856 /* Copy the mailbox extension data */
6857 if (pmbox->in_ext_byte_len && pmbox->context2) {
6858 lpfc_sli_pcimem_bcopy(pmbox->context2,
6859 (uint8_t *)phba->mbox_ext,
6860 pmbox->in_ext_byte_len);
6861 }
6862 /* Copy command data to host SLIM area */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006863 lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE);
dea31012005-04-17 16:05:31 -05006864 } else {
James Smart7a470272010-03-15 11:25:20 -04006865 /* Populate mbox extension offset word. */
6866 if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len)
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006867 *(((uint32_t *)mbx) + pmbox->mbox_offset_word)
James Smart7a470272010-03-15 11:25:20 -04006868 = MAILBOX_HBA_EXT_OFFSET;
6869
6870 /* Copy the mailbox extension data */
6871 if (pmbox->in_ext_byte_len && pmbox->context2) {
6872 lpfc_memcpy_to_slim(phba->MBslimaddr +
6873 MAILBOX_HBA_EXT_OFFSET,
6874 pmbox->context2, pmbox->in_ext_byte_len);
6875
6876 }
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006877 if (mbx->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05006878 /* copy command data into host mbox for cmpl */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006879 lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE);
dea31012005-04-17 16:05:31 -05006880 }
6881
6882 /* First copy mbox command data to HBA SLIM, skip past first
6883 word */
6884 to_slim = phba->MBslimaddr + sizeof (uint32_t);
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006885 lpfc_memcpy_to_slim(to_slim, &mbx->un.varWords[0],
dea31012005-04-17 16:05:31 -05006886 MAILBOX_CMD_SIZE - sizeof (uint32_t));
6887
6888 /* Next copy over first word, with mbxOwner set */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006889 ldata = *((uint32_t *)mbx);
dea31012005-04-17 16:05:31 -05006890 to_slim = phba->MBslimaddr;
6891 writel(ldata, to_slim);
6892 readl(to_slim); /* flush */
6893
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006894 if (mbx->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05006895 /* switch over to host mailbox */
James Smart3772a992009-05-22 14:50:54 -04006896 psli->sli_flag |= LPFC_SLI_ACTIVE;
dea31012005-04-17 16:05:31 -05006897 }
6898 }
6899
6900 wmb();
dea31012005-04-17 16:05:31 -05006901
6902 switch (flag) {
6903 case MBX_NOWAIT:
James Smart09372822008-01-11 01:52:54 -05006904 /* Set up reference to mailbox command */
dea31012005-04-17 16:05:31 -05006905 psli->mbox_active = pmbox;
James Smart09372822008-01-11 01:52:54 -05006906 /* Interrupt board to do it */
6907 writel(CA_MBATT, phba->CAregaddr);
6908 readl(phba->CAregaddr); /* flush */
6909 /* Don't wait for it to finish, just return */
dea31012005-04-17 16:05:31 -05006910 break;
6911
6912 case MBX_POLL:
James Smart09372822008-01-11 01:52:54 -05006913 /* Set up null reference to mailbox command */
dea31012005-04-17 16:05:31 -05006914 psli->mbox_active = NULL;
James Smart09372822008-01-11 01:52:54 -05006915 /* Interrupt board to do it */
6916 writel(CA_MBATT, phba->CAregaddr);
6917 readl(phba->CAregaddr); /* flush */
6918
James Smart3772a992009-05-22 14:50:54 -04006919 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006920 /* First read mbox status word */
James Smart34b02dc2008-08-24 21:49:55 -04006921 word0 = *((uint32_t *)phba->mbox);
dea31012005-04-17 16:05:31 -05006922 word0 = le32_to_cpu(word0);
6923 } else {
6924 /* First read mbox status word */
James Smart9940b972011-03-11 16:06:12 -05006925 if (lpfc_readl(phba->MBslimaddr, &word0)) {
6926 spin_unlock_irqrestore(&phba->hbalock,
6927 drvr_flag);
6928 goto out_not_finished;
6929 }
dea31012005-04-17 16:05:31 -05006930 }
6931
6932 /* Read the HBA Host Attention Register */
James Smart9940b972011-03-11 16:06:12 -05006933 if (lpfc_readl(phba->HAregaddr, &ha_copy)) {
6934 spin_unlock_irqrestore(&phba->hbalock,
6935 drvr_flag);
6936 goto out_not_finished;
6937 }
James Smarta183a152011-10-10 21:32:43 -04006938 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) *
6939 1000) + jiffies;
James Smart09372822008-01-11 01:52:54 -05006940 i = 0;
dea31012005-04-17 16:05:31 -05006941 /* Wait for command to complete */
Jamie Wellnitz41415862006-02-28 19:25:27 -05006942 while (((word0 & OWN_CHIP) == OWN_CHIP) ||
6943 (!(ha_copy & HA_MBATT) &&
James Smart2e0fef82007-06-17 19:56:36 -05006944 (phba->link_state > LPFC_WARM_START))) {
James Smart09372822008-01-11 01:52:54 -05006945 if (time_after(jiffies, timeout)) {
dea31012005-04-17 16:05:31 -05006946 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006947 spin_unlock_irqrestore(&phba->hbalock,
dea31012005-04-17 16:05:31 -05006948 drvr_flag);
James Smart58da1ff2008-04-07 10:15:56 -04006949 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006950 }
6951
6952 /* Check if we took a mbox interrupt while we were
6953 polling */
6954 if (((word0 & OWN_CHIP) != OWN_CHIP)
6955 && (evtctr != psli->slistat.mbox_event))
6956 break;
6957
James Smart09372822008-01-11 01:52:54 -05006958 if (i++ > 10) {
6959 spin_unlock_irqrestore(&phba->hbalock,
6960 drvr_flag);
6961 msleep(1);
6962 spin_lock_irqsave(&phba->hbalock, drvr_flag);
6963 }
dea31012005-04-17 16:05:31 -05006964
James Smart3772a992009-05-22 14:50:54 -04006965 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006966 /* First copy command data */
James Smart34b02dc2008-08-24 21:49:55 -04006967 word0 = *((uint32_t *)phba->mbox);
dea31012005-04-17 16:05:31 -05006968 word0 = le32_to_cpu(word0);
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006969 if (mbx->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05006970 MAILBOX_t *slimmb;
James Smart34b02dc2008-08-24 21:49:55 -04006971 uint32_t slimword0;
dea31012005-04-17 16:05:31 -05006972 /* Check real SLIM for any errors */
6973 slimword0 = readl(phba->MBslimaddr);
6974 slimmb = (MAILBOX_t *) & slimword0;
6975 if (((slimword0 & OWN_CHIP) != OWN_CHIP)
6976 && slimmb->mbxStatus) {
6977 psli->sli_flag &=
James Smart3772a992009-05-22 14:50:54 -04006978 ~LPFC_SLI_ACTIVE;
dea31012005-04-17 16:05:31 -05006979 word0 = slimword0;
6980 }
6981 }
6982 } else {
6983 /* First copy command data */
6984 word0 = readl(phba->MBslimaddr);
6985 }
6986 /* Read the HBA Host Attention Register */
James Smart9940b972011-03-11 16:06:12 -05006987 if (lpfc_readl(phba->HAregaddr, &ha_copy)) {
6988 spin_unlock_irqrestore(&phba->hbalock,
6989 drvr_flag);
6990 goto out_not_finished;
6991 }
dea31012005-04-17 16:05:31 -05006992 }
6993
James Smart3772a992009-05-22 14:50:54 -04006994 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006995 /* copy results back to user */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006996 lpfc_sli_pcimem_bcopy(phba->mbox, mbx, MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -04006997 /* Copy the mailbox extension data */
6998 if (pmbox->out_ext_byte_len && pmbox->context2) {
6999 lpfc_sli_pcimem_bcopy(phba->mbox_ext,
7000 pmbox->context2,
7001 pmbox->out_ext_byte_len);
7002 }
dea31012005-04-17 16:05:31 -05007003 } else {
7004 /* First copy command data */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08007005 lpfc_memcpy_from_slim(mbx, phba->MBslimaddr,
dea31012005-04-17 16:05:31 -05007006 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -04007007 /* Copy the mailbox extension data */
7008 if (pmbox->out_ext_byte_len && pmbox->context2) {
7009 lpfc_memcpy_from_slim(pmbox->context2,
7010 phba->MBslimaddr +
7011 MAILBOX_HBA_EXT_OFFSET,
7012 pmbox->out_ext_byte_len);
dea31012005-04-17 16:05:31 -05007013 }
7014 }
7015
7016 writel(HA_MBATT, phba->HAregaddr);
7017 readl(phba->HAregaddr); /* flush */
7018
7019 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
Randy Dunlapbf07bde2013-02-22 10:23:54 -08007020 status = mbx->mbxStatus;
dea31012005-04-17 16:05:31 -05007021 }
7022
James Smart2e0fef82007-06-17 19:56:36 -05007023 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
7024 return status;
James Smart58da1ff2008-04-07 10:15:56 -04007025
7026out_not_finished:
7027 if (processing_queue) {
James Smartda0436e2009-05-22 14:51:39 -04007028 pmbox->u.mb.mbxStatus = MBX_NOT_FINISHED;
James Smart58da1ff2008-04-07 10:15:56 -04007029 lpfc_mbox_cmpl_put(phba, pmbox);
7030 }
7031 return MBX_NOT_FINISHED;
dea31012005-04-17 16:05:31 -05007032}
7033
James Smarte59058c2008-08-24 21:49:00 -04007034/**
James Smartf1126682009-06-10 17:22:44 -04007035 * lpfc_sli4_async_mbox_block - Block posting SLI4 asynchronous mailbox command
7036 * @phba: Pointer to HBA context object.
7037 *
7038 * The function blocks the posting of SLI4 asynchronous mailbox commands from
7039 * the driver internal pending mailbox queue. It will then try to wait out the
7040 * possible outstanding mailbox command before return.
7041 *
7042 * Returns:
7043 * 0 - the outstanding mailbox command completed; otherwise, the wait for
7044 * the outstanding mailbox command timed out.
7045 **/
7046static int
7047lpfc_sli4_async_mbox_block(struct lpfc_hba *phba)
7048{
7049 struct lpfc_sli *psli = &phba->sli;
James Smartf1126682009-06-10 17:22:44 -04007050 int rc = 0;
James Smarta183a152011-10-10 21:32:43 -04007051 unsigned long timeout = 0;
James Smartf1126682009-06-10 17:22:44 -04007052
7053 /* Mark the asynchronous mailbox command posting as blocked */
7054 spin_lock_irq(&phba->hbalock);
7055 psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
James Smartf1126682009-06-10 17:22:44 -04007056 /* Determine how long we might wait for the active mailbox
7057 * command to be gracefully completed by firmware.
7058 */
James Smarta183a152011-10-10 21:32:43 -04007059 if (phba->sli.mbox_active)
7060 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
7061 phba->sli.mbox_active) *
7062 1000) + jiffies;
7063 spin_unlock_irq(&phba->hbalock);
7064
James Smartf1126682009-06-10 17:22:44 -04007065 /* Wait for the outstnading mailbox command to complete */
7066 while (phba->sli.mbox_active) {
7067 /* Check active mailbox complete status every 2ms */
7068 msleep(2);
7069 if (time_after(jiffies, timeout)) {
7070 /* Timeout, marked the outstanding cmd not complete */
7071 rc = 1;
7072 break;
7073 }
7074 }
7075
7076 /* Can not cleanly block async mailbox command, fails it */
7077 if (rc) {
7078 spin_lock_irq(&phba->hbalock);
7079 psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
7080 spin_unlock_irq(&phba->hbalock);
7081 }
7082 return rc;
7083}
7084
7085/**
7086 * lpfc_sli4_async_mbox_unblock - Block posting SLI4 async mailbox command
7087 * @phba: Pointer to HBA context object.
7088 *
7089 * The function unblocks and resume posting of SLI4 asynchronous mailbox
7090 * commands from the driver internal pending mailbox queue. It makes sure
7091 * that there is no outstanding mailbox command before resuming posting
7092 * asynchronous mailbox commands. If, for any reason, there is outstanding
7093 * mailbox command, it will try to wait it out before resuming asynchronous
7094 * mailbox command posting.
7095 **/
7096static void
7097lpfc_sli4_async_mbox_unblock(struct lpfc_hba *phba)
7098{
7099 struct lpfc_sli *psli = &phba->sli;
7100
7101 spin_lock_irq(&phba->hbalock);
7102 if (!(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
7103 /* Asynchronous mailbox posting is not blocked, do nothing */
7104 spin_unlock_irq(&phba->hbalock);
7105 return;
7106 }
7107
7108 /* Outstanding synchronous mailbox command is guaranteed to be done,
7109 * successful or timeout, after timing-out the outstanding mailbox
7110 * command shall always be removed, so just unblock posting async
7111 * mailbox command and resume
7112 */
7113 psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
7114 spin_unlock_irq(&phba->hbalock);
7115
7116 /* wake up worker thread to post asynchronlous mailbox command */
7117 lpfc_worker_wake_up(phba);
7118}
7119
7120/**
James Smart2d843ed2012-09-29 11:29:06 -04007121 * lpfc_sli4_wait_bmbx_ready - Wait for bootstrap mailbox register ready
7122 * @phba: Pointer to HBA context object.
7123 * @mboxq: Pointer to mailbox object.
7124 *
7125 * The function waits for the bootstrap mailbox register ready bit from
7126 * port for twice the regular mailbox command timeout value.
7127 *
7128 * 0 - no timeout on waiting for bootstrap mailbox register ready.
7129 * MBXERR_ERROR - wait for bootstrap mailbox register timed out.
7130 **/
7131static int
7132lpfc_sli4_wait_bmbx_ready(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
7133{
7134 uint32_t db_ready;
7135 unsigned long timeout;
7136 struct lpfc_register bmbx_reg;
7137
7138 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, mboxq)
7139 * 1000) + jiffies;
7140
7141 do {
7142 bmbx_reg.word0 = readl(phba->sli4_hba.BMBXregaddr);
7143 db_ready = bf_get(lpfc_bmbx_rdy, &bmbx_reg);
7144 if (!db_ready)
7145 msleep(2);
7146
7147 if (time_after(jiffies, timeout))
7148 return MBXERR_ERROR;
7149 } while (!db_ready);
7150
7151 return 0;
7152}
7153
7154/**
James Smartda0436e2009-05-22 14:51:39 -04007155 * lpfc_sli4_post_sync_mbox - Post an SLI4 mailbox to the bootstrap mailbox
7156 * @phba: Pointer to HBA context object.
7157 * @mboxq: Pointer to mailbox object.
7158 *
7159 * The function posts a mailbox to the port. The mailbox is expected
7160 * to be comletely filled in and ready for the port to operate on it.
7161 * This routine executes a synchronous completion operation on the
7162 * mailbox by polling for its completion.
7163 *
7164 * The caller must not be holding any locks when calling this routine.
7165 *
7166 * Returns:
7167 * MBX_SUCCESS - mailbox posted successfully
7168 * Any of the MBX error values.
7169 **/
7170static int
7171lpfc_sli4_post_sync_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
7172{
7173 int rc = MBX_SUCCESS;
7174 unsigned long iflag;
James Smartda0436e2009-05-22 14:51:39 -04007175 uint32_t mcqe_status;
7176 uint32_t mbx_cmnd;
James Smartda0436e2009-05-22 14:51:39 -04007177 struct lpfc_sli *psli = &phba->sli;
7178 struct lpfc_mqe *mb = &mboxq->u.mqe;
7179 struct lpfc_bmbx_create *mbox_rgn;
7180 struct dma_address *dma_address;
James Smartda0436e2009-05-22 14:51:39 -04007181
7182 /*
7183 * Only one mailbox can be active to the bootstrap mailbox region
7184 * at a time and there is no queueing provided.
7185 */
7186 spin_lock_irqsave(&phba->hbalock, iflag);
7187 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
7188 spin_unlock_irqrestore(&phba->hbalock, iflag);
7189 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007190 "(%d):2532 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007191 "cannot issue Data: x%x x%x\n",
7192 mboxq->vport ? mboxq->vport->vpi : 0,
7193 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007194 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7195 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007196 psli->sli_flag, MBX_POLL);
7197 return MBXERR_ERROR;
7198 }
7199 /* The server grabs the token and owns it until release */
7200 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
7201 phba->sli.mbox_active = mboxq;
7202 spin_unlock_irqrestore(&phba->hbalock, iflag);
7203
James Smart2d843ed2012-09-29 11:29:06 -04007204 /* wait for bootstrap mbox register for readyness */
7205 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
7206 if (rc)
7207 goto exit;
7208
James Smartda0436e2009-05-22 14:51:39 -04007209 /*
7210 * Initialize the bootstrap memory region to avoid stale data areas
7211 * in the mailbox post. Then copy the caller's mailbox contents to
7212 * the bmbx mailbox region.
7213 */
7214 mbx_cmnd = bf_get(lpfc_mqe_command, mb);
7215 memset(phba->sli4_hba.bmbx.avirt, 0, sizeof(struct lpfc_bmbx_create));
7216 lpfc_sli_pcimem_bcopy(mb, phba->sli4_hba.bmbx.avirt,
7217 sizeof(struct lpfc_mqe));
7218
7219 /* Post the high mailbox dma address to the port and wait for ready. */
7220 dma_address = &phba->sli4_hba.bmbx.dma_address;
7221 writel(dma_address->addr_hi, phba->sli4_hba.BMBXregaddr);
7222
James Smart2d843ed2012-09-29 11:29:06 -04007223 /* wait for bootstrap mbox register for hi-address write done */
7224 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
7225 if (rc)
7226 goto exit;
James Smartda0436e2009-05-22 14:51:39 -04007227
7228 /* Post the low mailbox dma address to the port. */
7229 writel(dma_address->addr_lo, phba->sli4_hba.BMBXregaddr);
James Smartda0436e2009-05-22 14:51:39 -04007230
James Smart2d843ed2012-09-29 11:29:06 -04007231 /* wait for bootstrap mbox register for low address write done */
7232 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
7233 if (rc)
7234 goto exit;
James Smartda0436e2009-05-22 14:51:39 -04007235
7236 /*
7237 * Read the CQ to ensure the mailbox has completed.
7238 * If so, update the mailbox status so that the upper layers
7239 * can complete the request normally.
7240 */
7241 lpfc_sli_pcimem_bcopy(phba->sli4_hba.bmbx.avirt, mb,
7242 sizeof(struct lpfc_mqe));
7243 mbox_rgn = (struct lpfc_bmbx_create *) phba->sli4_hba.bmbx.avirt;
7244 lpfc_sli_pcimem_bcopy(&mbox_rgn->mcqe, &mboxq->mcqe,
7245 sizeof(struct lpfc_mcqe));
7246 mcqe_status = bf_get(lpfc_mcqe_status, &mbox_rgn->mcqe);
James Smart05580562011-05-24 11:40:48 -04007247 /*
7248 * When the CQE status indicates a failure and the mailbox status
7249 * indicates success then copy the CQE status into the mailbox status
7250 * (and prefix it with x4000).
7251 */
James Smartda0436e2009-05-22 14:51:39 -04007252 if (mcqe_status != MB_CQE_STATUS_SUCCESS) {
James Smart05580562011-05-24 11:40:48 -04007253 if (bf_get(lpfc_mqe_status, mb) == MBX_SUCCESS)
7254 bf_set(lpfc_mqe_status, mb,
7255 (LPFC_MBX_ERROR_RANGE | mcqe_status));
James Smartda0436e2009-05-22 14:51:39 -04007256 rc = MBXERR_ERROR;
James Smartd7c47992010-06-08 18:31:54 -04007257 } else
7258 lpfc_sli4_swap_str(phba, mboxq);
James Smartda0436e2009-05-22 14:51:39 -04007259
7260 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007261 "(%d):0356 Mailbox cmd x%x (x%x/x%x) Status x%x "
James Smartda0436e2009-05-22 14:51:39 -04007262 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x"
7263 " x%x x%x CQ: x%x x%x x%x x%x\n",
James Smarta183a152011-10-10 21:32:43 -04007264 mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd,
7265 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7266 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007267 bf_get(lpfc_mqe_status, mb),
7268 mb->un.mb_words[0], mb->un.mb_words[1],
7269 mb->un.mb_words[2], mb->un.mb_words[3],
7270 mb->un.mb_words[4], mb->un.mb_words[5],
7271 mb->un.mb_words[6], mb->un.mb_words[7],
7272 mb->un.mb_words[8], mb->un.mb_words[9],
7273 mb->un.mb_words[10], mb->un.mb_words[11],
7274 mb->un.mb_words[12], mboxq->mcqe.word0,
7275 mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1,
7276 mboxq->mcqe.trailer);
7277exit:
7278 /* We are holding the token, no needed for lock when release */
7279 spin_lock_irqsave(&phba->hbalock, iflag);
7280 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7281 phba->sli.mbox_active = NULL;
7282 spin_unlock_irqrestore(&phba->hbalock, iflag);
7283 return rc;
7284}
7285
7286/**
7287 * lpfc_sli_issue_mbox_s4 - Issue an SLI4 mailbox command to firmware
7288 * @phba: Pointer to HBA context object.
7289 * @pmbox: Pointer to mailbox object.
7290 * @flag: Flag indicating how the mailbox need to be processed.
7291 *
7292 * This function is called by discovery code and HBA management code to submit
7293 * a mailbox command to firmware with SLI-4 interface spec.
7294 *
7295 * Return codes the caller owns the mailbox command after the return of the
7296 * function.
7297 **/
7298static int
7299lpfc_sli_issue_mbox_s4(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
7300 uint32_t flag)
7301{
7302 struct lpfc_sli *psli = &phba->sli;
7303 unsigned long iflags;
7304 int rc;
7305
James Smartb76f2dc2011-07-22 18:37:42 -04007306 /* dump from issue mailbox command if setup */
7307 lpfc_idiag_mbxacc_dump_issue_mbox(phba, &mboxq->u.mb);
7308
James Smart8fa38512009-07-19 10:01:03 -04007309 rc = lpfc_mbox_dev_check(phba);
7310 if (unlikely(rc)) {
7311 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007312 "(%d):2544 Mailbox command x%x (x%x/x%x) "
James Smart8fa38512009-07-19 10:01:03 -04007313 "cannot issue Data: x%x x%x\n",
7314 mboxq->vport ? mboxq->vport->vpi : 0,
7315 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007316 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7317 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smart8fa38512009-07-19 10:01:03 -04007318 psli->sli_flag, flag);
7319 goto out_not_finished;
7320 }
7321
James Smartda0436e2009-05-22 14:51:39 -04007322 /* Detect polling mode and jump to a handler */
7323 if (!phba->sli4_hba.intr_enable) {
7324 if (flag == MBX_POLL)
7325 rc = lpfc_sli4_post_sync_mbox(phba, mboxq);
7326 else
7327 rc = -EIO;
7328 if (rc != MBX_SUCCESS)
James Smart05580562011-05-24 11:40:48 -04007329 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
James Smartda0436e2009-05-22 14:51:39 -04007330 "(%d):2541 Mailbox command x%x "
James Smartcc459f12012-05-09 21:18:30 -04007331 "(x%x/x%x) failure: "
7332 "mqe_sta: x%x mcqe_sta: x%x/x%x "
7333 "Data: x%x x%x\n,",
James Smartda0436e2009-05-22 14:51:39 -04007334 mboxq->vport ? mboxq->vport->vpi : 0,
7335 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007336 lpfc_sli_config_mbox_subsys_get(phba,
7337 mboxq),
7338 lpfc_sli_config_mbox_opcode_get(phba,
7339 mboxq),
James Smartcc459f12012-05-09 21:18:30 -04007340 bf_get(lpfc_mqe_status, &mboxq->u.mqe),
7341 bf_get(lpfc_mcqe_status, &mboxq->mcqe),
7342 bf_get(lpfc_mcqe_ext_status,
7343 &mboxq->mcqe),
James Smartda0436e2009-05-22 14:51:39 -04007344 psli->sli_flag, flag);
7345 return rc;
7346 } else if (flag == MBX_POLL) {
James Smartf1126682009-06-10 17:22:44 -04007347 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
7348 "(%d):2542 Try to issue mailbox command "
James Smarta183a152011-10-10 21:32:43 -04007349 "x%x (x%x/x%x) synchronously ahead of async"
James Smartf1126682009-06-10 17:22:44 -04007350 "mailbox command queue: x%x x%x\n",
James Smartda0436e2009-05-22 14:51:39 -04007351 mboxq->vport ? mboxq->vport->vpi : 0,
7352 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007353 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7354 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007355 psli->sli_flag, flag);
James Smartf1126682009-06-10 17:22:44 -04007356 /* Try to block the asynchronous mailbox posting */
7357 rc = lpfc_sli4_async_mbox_block(phba);
7358 if (!rc) {
7359 /* Successfully blocked, now issue sync mbox cmd */
7360 rc = lpfc_sli4_post_sync_mbox(phba, mboxq);
7361 if (rc != MBX_SUCCESS)
James Smartcc459f12012-05-09 21:18:30 -04007362 lpfc_printf_log(phba, KERN_WARNING,
James Smarta183a152011-10-10 21:32:43 -04007363 LOG_MBOX | LOG_SLI,
James Smartcc459f12012-05-09 21:18:30 -04007364 "(%d):2597 Sync Mailbox command "
7365 "x%x (x%x/x%x) failure: "
7366 "mqe_sta: x%x mcqe_sta: x%x/x%x "
7367 "Data: x%x x%x\n,",
7368 mboxq->vport ? mboxq->vport->vpi : 0,
James Smarta183a152011-10-10 21:32:43 -04007369 mboxq->u.mb.mbxCommand,
7370 lpfc_sli_config_mbox_subsys_get(phba,
7371 mboxq),
7372 lpfc_sli_config_mbox_opcode_get(phba,
7373 mboxq),
James Smartcc459f12012-05-09 21:18:30 -04007374 bf_get(lpfc_mqe_status, &mboxq->u.mqe),
7375 bf_get(lpfc_mcqe_status, &mboxq->mcqe),
7376 bf_get(lpfc_mcqe_ext_status,
7377 &mboxq->mcqe),
James Smarta183a152011-10-10 21:32:43 -04007378 psli->sli_flag, flag);
James Smartf1126682009-06-10 17:22:44 -04007379 /* Unblock the async mailbox posting afterward */
7380 lpfc_sli4_async_mbox_unblock(phba);
7381 }
7382 return rc;
James Smartda0436e2009-05-22 14:51:39 -04007383 }
7384
7385 /* Now, interrupt mode asynchrous mailbox command */
7386 rc = lpfc_mbox_cmd_check(phba, mboxq);
7387 if (rc) {
7388 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007389 "(%d):2543 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007390 "cannot issue Data: x%x x%x\n",
7391 mboxq->vport ? mboxq->vport->vpi : 0,
7392 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007393 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7394 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007395 psli->sli_flag, flag);
7396 goto out_not_finished;
7397 }
James Smartda0436e2009-05-22 14:51:39 -04007398
7399 /* Put the mailbox command to the driver internal FIFO */
7400 psli->slistat.mbox_busy++;
7401 spin_lock_irqsave(&phba->hbalock, iflags);
7402 lpfc_mbox_put(phba, mboxq);
7403 spin_unlock_irqrestore(&phba->hbalock, iflags);
7404 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
7405 "(%d):0354 Mbox cmd issue - Enqueue Data: "
James Smarta183a152011-10-10 21:32:43 -04007406 "x%x (x%x/x%x) x%x x%x x%x\n",
James Smartda0436e2009-05-22 14:51:39 -04007407 mboxq->vport ? mboxq->vport->vpi : 0xffffff,
7408 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
James Smarta183a152011-10-10 21:32:43 -04007409 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7410 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007411 phba->pport->port_state,
7412 psli->sli_flag, MBX_NOWAIT);
7413 /* Wake up worker thread to transport mailbox command from head */
7414 lpfc_worker_wake_up(phba);
7415
7416 return MBX_BUSY;
7417
7418out_not_finished:
7419 return MBX_NOT_FINISHED;
7420}
7421
7422/**
7423 * lpfc_sli4_post_async_mbox - Post an SLI4 mailbox command to device
7424 * @phba: Pointer to HBA context object.
7425 *
7426 * This function is called by worker thread to send a mailbox command to
7427 * SLI4 HBA firmware.
7428 *
7429 **/
7430int
7431lpfc_sli4_post_async_mbox(struct lpfc_hba *phba)
7432{
7433 struct lpfc_sli *psli = &phba->sli;
7434 LPFC_MBOXQ_t *mboxq;
7435 int rc = MBX_SUCCESS;
7436 unsigned long iflags;
7437 struct lpfc_mqe *mqe;
7438 uint32_t mbx_cmnd;
7439
7440 /* Check interrupt mode before post async mailbox command */
7441 if (unlikely(!phba->sli4_hba.intr_enable))
7442 return MBX_NOT_FINISHED;
7443
7444 /* Check for mailbox command service token */
7445 spin_lock_irqsave(&phba->hbalock, iflags);
7446 if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
7447 spin_unlock_irqrestore(&phba->hbalock, iflags);
7448 return MBX_NOT_FINISHED;
7449 }
7450 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
7451 spin_unlock_irqrestore(&phba->hbalock, iflags);
7452 return MBX_NOT_FINISHED;
7453 }
7454 if (unlikely(phba->sli.mbox_active)) {
7455 spin_unlock_irqrestore(&phba->hbalock, iflags);
7456 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7457 "0384 There is pending active mailbox cmd\n");
7458 return MBX_NOT_FINISHED;
7459 }
7460 /* Take the mailbox command service token */
7461 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
7462
7463 /* Get the next mailbox command from head of queue */
7464 mboxq = lpfc_mbox_get(phba);
7465
7466 /* If no more mailbox command waiting for post, we're done */
7467 if (!mboxq) {
7468 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7469 spin_unlock_irqrestore(&phba->hbalock, iflags);
7470 return MBX_SUCCESS;
7471 }
7472 phba->sli.mbox_active = mboxq;
7473 spin_unlock_irqrestore(&phba->hbalock, iflags);
7474
7475 /* Check device readiness for posting mailbox command */
7476 rc = lpfc_mbox_dev_check(phba);
7477 if (unlikely(rc))
7478 /* Driver clean routine will clean up pending mailbox */
7479 goto out_not_finished;
7480
7481 /* Prepare the mbox command to be posted */
7482 mqe = &mboxq->u.mqe;
7483 mbx_cmnd = bf_get(lpfc_mqe_command, mqe);
7484
7485 /* Start timer for the mbox_tmo and log some mailbox post messages */
7486 mod_timer(&psli->mbox_tmo, (jiffies +
James Smarta183a152011-10-10 21:32:43 -04007487 (HZ * lpfc_mbox_tmo_val(phba, mboxq))));
James Smartda0436e2009-05-22 14:51:39 -04007488
7489 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007490 "(%d):0355 Mailbox cmd x%x (x%x/x%x) issue Data: "
James Smartda0436e2009-05-22 14:51:39 -04007491 "x%x x%x\n",
7492 mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd,
James Smarta183a152011-10-10 21:32:43 -04007493 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7494 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007495 phba->pport->port_state, psli->sli_flag);
7496
7497 if (mbx_cmnd != MBX_HEARTBEAT) {
7498 if (mboxq->vport) {
7499 lpfc_debugfs_disc_trc(mboxq->vport,
7500 LPFC_DISC_TRC_MBOX_VPORT,
7501 "MBOX Send vport: cmd:x%x mb:x%x x%x",
7502 mbx_cmnd, mqe->un.mb_words[0],
7503 mqe->un.mb_words[1]);
7504 } else {
7505 lpfc_debugfs_disc_trc(phba->pport,
7506 LPFC_DISC_TRC_MBOX,
7507 "MBOX Send: cmd:x%x mb:x%x x%x",
7508 mbx_cmnd, mqe->un.mb_words[0],
7509 mqe->un.mb_words[1]);
7510 }
7511 }
7512 psli->slistat.mbox_cmd++;
7513
7514 /* Post the mailbox command to the port */
7515 rc = lpfc_sli4_mq_put(phba->sli4_hba.mbx_wq, mqe);
7516 if (rc != MBX_SUCCESS) {
7517 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007518 "(%d):2533 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007519 "cannot issue Data: x%x x%x\n",
7520 mboxq->vport ? mboxq->vport->vpi : 0,
7521 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007522 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7523 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007524 psli->sli_flag, MBX_NOWAIT);
7525 goto out_not_finished;
7526 }
7527
7528 return rc;
7529
7530out_not_finished:
7531 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartd7069f02012-03-01 22:36:29 -05007532 if (phba->sli.mbox_active) {
7533 mboxq->u.mb.mbxStatus = MBX_NOT_FINISHED;
7534 __lpfc_mbox_cmpl_put(phba, mboxq);
7535 /* Release the token */
7536 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7537 phba->sli.mbox_active = NULL;
7538 }
James Smartda0436e2009-05-22 14:51:39 -04007539 spin_unlock_irqrestore(&phba->hbalock, iflags);
7540
7541 return MBX_NOT_FINISHED;
7542}
7543
7544/**
7545 * lpfc_sli_issue_mbox - Wrapper func for issuing mailbox command
7546 * @phba: Pointer to HBA context object.
7547 * @pmbox: Pointer to mailbox object.
7548 * @flag: Flag indicating how the mailbox need to be processed.
7549 *
7550 * This routine wraps the actual SLI3 or SLI4 mailbox issuing routine from
7551 * the API jump table function pointer from the lpfc_hba struct.
7552 *
7553 * Return codes the caller owns the mailbox command after the return of the
7554 * function.
7555 **/
7556int
7557lpfc_sli_issue_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox, uint32_t flag)
7558{
7559 return phba->lpfc_sli_issue_mbox(phba, pmbox, flag);
7560}
7561
7562/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03007563 * lpfc_mbox_api_table_setup - Set up mbox api function jump table
James Smartda0436e2009-05-22 14:51:39 -04007564 * @phba: The hba struct for which this call is being executed.
7565 * @dev_grp: The HBA PCI-Device group number.
7566 *
7567 * This routine sets up the mbox interface API function jump table in @phba
7568 * struct.
7569 * Returns: 0 - success, -ENODEV - failure.
7570 **/
7571int
7572lpfc_mbox_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
7573{
7574
7575 switch (dev_grp) {
7576 case LPFC_PCI_DEV_LP:
7577 phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s3;
7578 phba->lpfc_sli_handle_slow_ring_event =
7579 lpfc_sli_handle_slow_ring_event_s3;
7580 phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s3;
7581 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s3;
7582 phba->lpfc_sli_brdready = lpfc_sli_brdready_s3;
7583 break;
7584 case LPFC_PCI_DEV_OC:
7585 phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s4;
7586 phba->lpfc_sli_handle_slow_ring_event =
7587 lpfc_sli_handle_slow_ring_event_s4;
7588 phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s4;
7589 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s4;
7590 phba->lpfc_sli_brdready = lpfc_sli_brdready_s4;
7591 break;
7592 default:
7593 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7594 "1420 Invalid HBA PCI-device group: 0x%x\n",
7595 dev_grp);
7596 return -ENODEV;
7597 break;
7598 }
7599 return 0;
7600}
7601
7602/**
James Smart3621a712009-04-06 18:47:14 -04007603 * __lpfc_sli_ringtx_put - Add an iocb to the txq
James Smarte59058c2008-08-24 21:49:00 -04007604 * @phba: Pointer to HBA context object.
7605 * @pring: Pointer to driver SLI ring object.
7606 * @piocb: Pointer to address of newly added command iocb.
7607 *
7608 * This function is called with hbalock held to add a command
7609 * iocb to the txq when SLI layer cannot submit the command iocb
7610 * to the ring.
7611 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04007612void
James Smart92d7f7b2007-06-17 19:56:38 -05007613__lpfc_sli_ringtx_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05007614 struct lpfc_iocbq *piocb)
dea31012005-04-17 16:05:31 -05007615{
7616 /* Insert the caller's iocb in the txq tail for later processing. */
7617 list_add_tail(&piocb->list, &pring->txq);
7618 pring->txq_cnt++;
dea31012005-04-17 16:05:31 -05007619}
7620
James Smarte59058c2008-08-24 21:49:00 -04007621/**
James Smart3621a712009-04-06 18:47:14 -04007622 * lpfc_sli_next_iocb - Get the next iocb in the txq
James Smarte59058c2008-08-24 21:49:00 -04007623 * @phba: Pointer to HBA context object.
7624 * @pring: Pointer to driver SLI ring object.
7625 * @piocb: Pointer to address of newly added command iocb.
7626 *
7627 * This function is called with hbalock held before a new
7628 * iocb is submitted to the firmware. This function checks
7629 * txq to flush the iocbs in txq to Firmware before
7630 * submitting new iocbs to the Firmware.
7631 * If there are iocbs in the txq which need to be submitted
7632 * to firmware, lpfc_sli_next_iocb returns the first element
7633 * of the txq after dequeuing it from txq.
7634 * If there is no iocb in the txq then the function will return
7635 * *piocb and *piocb is set to NULL. Caller needs to check
7636 * *piocb to find if there are more commands in the txq.
7637 **/
dea31012005-04-17 16:05:31 -05007638static struct lpfc_iocbq *
7639lpfc_sli_next_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05007640 struct lpfc_iocbq **piocb)
dea31012005-04-17 16:05:31 -05007641{
7642 struct lpfc_iocbq * nextiocb;
7643
7644 nextiocb = lpfc_sli_ringtx_get(phba, pring);
7645 if (!nextiocb) {
7646 nextiocb = *piocb;
7647 *piocb = NULL;
7648 }
7649
7650 return nextiocb;
7651}
7652
James Smarte59058c2008-08-24 21:49:00 -04007653/**
James Smart3772a992009-05-22 14:50:54 -04007654 * __lpfc_sli_issue_iocb_s3 - SLI3 device lockless ver of lpfc_sli_issue_iocb
James Smarte59058c2008-08-24 21:49:00 -04007655 * @phba: Pointer to HBA context object.
James Smart3772a992009-05-22 14:50:54 -04007656 * @ring_number: SLI ring number to issue iocb on.
James Smarte59058c2008-08-24 21:49:00 -04007657 * @piocb: Pointer to command iocb.
7658 * @flag: Flag indicating if this command can be put into txq.
7659 *
James Smart3772a992009-05-22 14:50:54 -04007660 * __lpfc_sli_issue_iocb_s3 is used by other functions in the driver to issue
7661 * an iocb command to an HBA with SLI-3 interface spec. If the PCI slot is
7662 * recovering from error state, if HBA is resetting or if LPFC_STOP_IOCB_EVENT
7663 * flag is turned on, the function returns IOCB_ERROR. When the link is down,
7664 * this function allows only iocbs for posting buffers. This function finds
7665 * next available slot in the command ring and posts the command to the
7666 * available slot and writes the port attention register to request HBA start
7667 * processing new iocb. If there is no slot available in the ring and
7668 * flag & SLI_IOCB_RET_IOCB is set, the new iocb is added to the txq, otherwise
7669 * the function returns IOCB_BUSY.
James Smarte59058c2008-08-24 21:49:00 -04007670 *
James Smart3772a992009-05-22 14:50:54 -04007671 * This function is called with hbalock held. The function will return success
7672 * after it successfully submit the iocb to firmware or after adding to the
7673 * txq.
James Smarte59058c2008-08-24 21:49:00 -04007674 **/
James Smart98c9ea52007-10-27 13:37:33 -04007675static int
James Smart3772a992009-05-22 14:50:54 -04007676__lpfc_sli_issue_iocb_s3(struct lpfc_hba *phba, uint32_t ring_number,
dea31012005-04-17 16:05:31 -05007677 struct lpfc_iocbq *piocb, uint32_t flag)
7678{
7679 struct lpfc_iocbq *nextiocb;
7680 IOCB_t *iocb;
James Smart3772a992009-05-22 14:50:54 -04007681 struct lpfc_sli_ring *pring = &phba->sli.ring[ring_number];
dea31012005-04-17 16:05:31 -05007682
James Smart92d7f7b2007-06-17 19:56:38 -05007683 if (piocb->iocb_cmpl && (!piocb->vport) &&
7684 (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) &&
7685 (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) {
7686 lpfc_printf_log(phba, KERN_ERR,
7687 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04007688 "1807 IOCB x%x failed. No vport\n",
James Smart92d7f7b2007-06-17 19:56:38 -05007689 piocb->iocb.ulpCommand);
7690 dump_stack();
7691 return IOCB_ERROR;
7692 }
7693
7694
Linas Vepstas8d63f372007-02-14 14:28:36 -06007695 /* If the PCI channel is in offline state, do not post iocbs. */
7696 if (unlikely(pci_channel_offline(phba->pcidev)))
7697 return IOCB_ERROR;
7698
James Smarta257bf92009-04-06 18:48:10 -04007699 /* If HBA has a deferred error attention, fail the iocb. */
7700 if (unlikely(phba->hba_flag & DEFER_ERATT))
7701 return IOCB_ERROR;
7702
dea31012005-04-17 16:05:31 -05007703 /*
7704 * We should never get an IOCB if we are in a < LINK_DOWN state
7705 */
James Smart2e0fef82007-06-17 19:56:36 -05007706 if (unlikely(phba->link_state < LPFC_LINK_DOWN))
dea31012005-04-17 16:05:31 -05007707 return IOCB_ERROR;
7708
7709 /*
7710 * Check to see if we are blocking IOCB processing because of a
James Smart0b727fe2007-10-27 13:37:25 -04007711 * outstanding event.
dea31012005-04-17 16:05:31 -05007712 */
James Smart0b727fe2007-10-27 13:37:25 -04007713 if (unlikely(pring->flag & LPFC_STOP_IOCB_EVENT))
dea31012005-04-17 16:05:31 -05007714 goto iocb_busy;
7715
James Smart2e0fef82007-06-17 19:56:36 -05007716 if (unlikely(phba->link_state == LPFC_LINK_DOWN)) {
dea31012005-04-17 16:05:31 -05007717 /*
James Smart2680eea2007-04-25 09:52:55 -04007718 * Only CREATE_XRI, CLOSE_XRI, and QUE_RING_BUF
dea31012005-04-17 16:05:31 -05007719 * can be issued if the link is not up.
7720 */
7721 switch (piocb->iocb.ulpCommand) {
James Smart84774a42008-08-24 21:50:06 -04007722 case CMD_GEN_REQUEST64_CR:
7723 case CMD_GEN_REQUEST64_CX:
7724 if (!(phba->sli.sli_flag & LPFC_MENLO_MAINT) ||
7725 (piocb->iocb.un.genreq64.w5.hcsw.Rctl !=
James Smart6a9c52c2009-10-02 15:16:51 -04007726 FC_RCTL_DD_UNSOL_CMD) ||
James Smart84774a42008-08-24 21:50:06 -04007727 (piocb->iocb.un.genreq64.w5.hcsw.Type !=
7728 MENLO_TRANSPORT_TYPE))
7729
7730 goto iocb_busy;
7731 break;
dea31012005-04-17 16:05:31 -05007732 case CMD_QUE_RING_BUF_CN:
7733 case CMD_QUE_RING_BUF64_CN:
dea31012005-04-17 16:05:31 -05007734 /*
7735 * For IOCBs, like QUE_RING_BUF, that have no rsp ring
7736 * completion, iocb_cmpl MUST be 0.
7737 */
7738 if (piocb->iocb_cmpl)
7739 piocb->iocb_cmpl = NULL;
7740 /*FALLTHROUGH*/
7741 case CMD_CREATE_XRI_CR:
James Smart2680eea2007-04-25 09:52:55 -04007742 case CMD_CLOSE_XRI_CN:
7743 case CMD_CLOSE_XRI_CX:
dea31012005-04-17 16:05:31 -05007744 break;
7745 default:
7746 goto iocb_busy;
7747 }
7748
7749 /*
7750 * For FCP commands, we must be in a state where we can process link
7751 * attention events.
7752 */
7753 } else if (unlikely(pring->ringno == phba->sli.fcp_ring &&
James Smart92d7f7b2007-06-17 19:56:38 -05007754 !(phba->sli.sli_flag & LPFC_PROCESS_LA))) {
dea31012005-04-17 16:05:31 -05007755 goto iocb_busy;
James Smart92d7f7b2007-06-17 19:56:38 -05007756 }
dea31012005-04-17 16:05:31 -05007757
dea31012005-04-17 16:05:31 -05007758 while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) &&
7759 (nextiocb = lpfc_sli_next_iocb(phba, pring, &piocb)))
7760 lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb);
7761
7762 if (iocb)
7763 lpfc_sli_update_ring(phba, pring);
7764 else
7765 lpfc_sli_update_full_ring(phba, pring);
7766
7767 if (!piocb)
7768 return IOCB_SUCCESS;
7769
7770 goto out_busy;
7771
7772 iocb_busy:
7773 pring->stats.iocb_cmd_delay++;
7774
7775 out_busy:
7776
7777 if (!(flag & SLI_IOCB_RET_IOCB)) {
James Smart92d7f7b2007-06-17 19:56:38 -05007778 __lpfc_sli_ringtx_put(phba, pring, piocb);
dea31012005-04-17 16:05:31 -05007779 return IOCB_SUCCESS;
7780 }
7781
7782 return IOCB_BUSY;
7783}
7784
James Smart3772a992009-05-22 14:50:54 -04007785/**
James Smart4f774512009-05-22 14:52:35 -04007786 * lpfc_sli4_bpl2sgl - Convert the bpl/bde to a sgl.
7787 * @phba: Pointer to HBA context object.
7788 * @piocb: Pointer to command iocb.
7789 * @sglq: Pointer to the scatter gather queue object.
7790 *
7791 * This routine converts the bpl or bde that is in the IOCB
7792 * to a sgl list for the sli4 hardware. The physical address
7793 * of the bpl/bde is converted back to a virtual address.
7794 * If the IOCB contains a BPL then the list of BDE's is
7795 * converted to sli4_sge's. If the IOCB contains a single
7796 * BDE then it is converted to a single sli_sge.
7797 * The IOCB is still in cpu endianess so the contents of
7798 * the bpl can be used without byte swapping.
7799 *
7800 * Returns valid XRI = Success, NO_XRI = Failure.
7801**/
7802static uint16_t
7803lpfc_sli4_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq,
7804 struct lpfc_sglq *sglq)
7805{
7806 uint16_t xritag = NO_XRI;
7807 struct ulp_bde64 *bpl = NULL;
7808 struct ulp_bde64 bde;
7809 struct sli4_sge *sgl = NULL;
James Smart1b511972011-12-13 13:23:09 -05007810 struct lpfc_dmabuf *dmabuf;
James Smart4f774512009-05-22 14:52:35 -04007811 IOCB_t *icmd;
7812 int numBdes = 0;
7813 int i = 0;
James Smart63e801c2010-11-20 23:14:19 -05007814 uint32_t offset = 0; /* accumulated offset in the sg request list */
7815 int inbound = 0; /* number of sg reply entries inbound from firmware */
James Smart4f774512009-05-22 14:52:35 -04007816
7817 if (!piocbq || !sglq)
7818 return xritag;
7819
7820 sgl = (struct sli4_sge *)sglq->sgl;
7821 icmd = &piocbq->iocb;
James Smart6b5151f2012-01-18 16:24:06 -05007822 if (icmd->ulpCommand == CMD_XMIT_BLS_RSP64_CX)
7823 return sglq->sli4_xritag;
James Smart4f774512009-05-22 14:52:35 -04007824 if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
7825 numBdes = icmd->un.genreq64.bdl.bdeSize /
7826 sizeof(struct ulp_bde64);
7827 /* The addrHigh and addrLow fields within the IOCB
7828 * have not been byteswapped yet so there is no
7829 * need to swap them back.
7830 */
James Smart1b511972011-12-13 13:23:09 -05007831 if (piocbq->context3)
7832 dmabuf = (struct lpfc_dmabuf *)piocbq->context3;
7833 else
7834 return xritag;
James Smart4f774512009-05-22 14:52:35 -04007835
James Smart1b511972011-12-13 13:23:09 -05007836 bpl = (struct ulp_bde64 *)dmabuf->virt;
James Smart4f774512009-05-22 14:52:35 -04007837 if (!bpl)
7838 return xritag;
7839
7840 for (i = 0; i < numBdes; i++) {
7841 /* Should already be byte swapped. */
James Smart28baac72010-02-12 14:42:03 -05007842 sgl->addr_hi = bpl->addrHigh;
7843 sgl->addr_lo = bpl->addrLow;
7844
James Smart05580562011-05-24 11:40:48 -04007845 sgl->word2 = le32_to_cpu(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007846 if ((i+1) == numBdes)
7847 bf_set(lpfc_sli4_sge_last, sgl, 1);
7848 else
7849 bf_set(lpfc_sli4_sge_last, sgl, 0);
James Smart28baac72010-02-12 14:42:03 -05007850 /* swap the size field back to the cpu so we
7851 * can assign it to the sgl.
7852 */
7853 bde.tus.w = le32_to_cpu(bpl->tus.w);
7854 sgl->sge_len = cpu_to_le32(bde.tus.f.bdeSize);
James Smart63e801c2010-11-20 23:14:19 -05007855 /* The offsets in the sgl need to be accumulated
7856 * separately for the request and reply lists.
7857 * The request is always first, the reply follows.
7858 */
7859 if (piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) {
7860 /* add up the reply sg entries */
7861 if (bpl->tus.f.bdeFlags == BUFF_TYPE_BDE_64I)
7862 inbound++;
7863 /* first inbound? reset the offset */
7864 if (inbound == 1)
7865 offset = 0;
7866 bf_set(lpfc_sli4_sge_offset, sgl, offset);
James Smartf9bb2da2011-10-10 21:34:11 -04007867 bf_set(lpfc_sli4_sge_type, sgl,
7868 LPFC_SGE_TYPE_DATA);
James Smart63e801c2010-11-20 23:14:19 -05007869 offset += bde.tus.f.bdeSize;
7870 }
James Smart546fc852011-03-11 16:06:29 -05007871 sgl->word2 = cpu_to_le32(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007872 bpl++;
7873 sgl++;
7874 }
7875 } else if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BDE_64) {
7876 /* The addrHigh and addrLow fields of the BDE have not
7877 * been byteswapped yet so they need to be swapped
7878 * before putting them in the sgl.
7879 */
7880 sgl->addr_hi =
7881 cpu_to_le32(icmd->un.genreq64.bdl.addrHigh);
7882 sgl->addr_lo =
7883 cpu_to_le32(icmd->un.genreq64.bdl.addrLow);
James Smart05580562011-05-24 11:40:48 -04007884 sgl->word2 = le32_to_cpu(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007885 bf_set(lpfc_sli4_sge_last, sgl, 1);
7886 sgl->word2 = cpu_to_le32(sgl->word2);
James Smart28baac72010-02-12 14:42:03 -05007887 sgl->sge_len =
7888 cpu_to_le32(icmd->un.genreq64.bdl.bdeSize);
James Smart4f774512009-05-22 14:52:35 -04007889 }
7890 return sglq->sli4_xritag;
7891}
7892
7893/**
7894 * lpfc_sli4_scmd_to_wqidx_distr - scsi command to SLI4 WQ index distribution
7895 * @phba: Pointer to HBA context object.
James Smart4f774512009-05-22 14:52:35 -04007896 *
James Smarta93ff372010-10-22 11:06:08 -04007897 * This routine performs a roundrobin SCSI command to SLI4 FCP WQ index
James Smart8fa38512009-07-19 10:01:03 -04007898 * distribution. This is called by __lpfc_sli_issue_iocb_s4() with the hbalock
7899 * held.
James Smart4f774512009-05-22 14:52:35 -04007900 *
7901 * Return: index into SLI4 fast-path FCP queue index.
7902 **/
James Smart2a76a282012-08-03 12:35:54 -04007903static inline uint32_t
James Smart8fa38512009-07-19 10:01:03 -04007904lpfc_sli4_scmd_to_wqidx_distr(struct lpfc_hba *phba)
James Smart4f774512009-05-22 14:52:35 -04007905{
James Smart2a76a282012-08-03 12:35:54 -04007906 int i;
James Smart4f774512009-05-22 14:52:35 -04007907
James Smart49aa1432012-08-03 12:36:42 -04007908 if (phba->cfg_fcp_io_sched == LPFC_FCP_SCHED_BY_CPU)
7909 i = smp_processor_id();
7910 else
7911 i = atomic_add_return(1, &phba->fcp_qidx);
7912
James Smart67d12732012-08-03 12:36:13 -04007913 i = (i % phba->cfg_fcp_io_channel);
James Smart2a76a282012-08-03 12:35:54 -04007914 return i;
James Smart4f774512009-05-22 14:52:35 -04007915}
7916
7917/**
7918 * lpfc_sli_iocb2wqe - Convert the IOCB to a work queue entry.
7919 * @phba: Pointer to HBA context object.
7920 * @piocb: Pointer to command iocb.
7921 * @wqe: Pointer to the work queue entry.
7922 *
7923 * This routine converts the iocb command to its Work Queue Entry
7924 * equivalent. The wqe pointer should not have any fields set when
7925 * this routine is called because it will memcpy over them.
7926 * This routine does not set the CQ_ID or the WQEC bits in the
7927 * wqe.
7928 *
7929 * Returns: 0 = Success, IOCB_ERROR = Failure.
7930 **/
7931static int
7932lpfc_sli4_iocb2wqe(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq,
7933 union lpfc_wqe *wqe)
7934{
James Smart5ffc2662009-11-18 15:39:44 -05007935 uint32_t xmit_len = 0, total_len = 0;
James Smart4f774512009-05-22 14:52:35 -04007936 uint8_t ct = 0;
7937 uint32_t fip;
7938 uint32_t abort_tag;
7939 uint8_t command_type = ELS_COMMAND_NON_FIP;
7940 uint8_t cmnd;
7941 uint16_t xritag;
James Smartdcf2a4e2010-09-29 11:18:53 -04007942 uint16_t abrt_iotag;
7943 struct lpfc_iocbq *abrtiocbq;
James Smart4f774512009-05-22 14:52:35 -04007944 struct ulp_bde64 *bpl = NULL;
James Smartf0d9bcc2010-10-22 11:07:09 -04007945 uint32_t els_id = LPFC_ELS_ID_DEFAULT;
James Smart5ffc2662009-11-18 15:39:44 -05007946 int numBdes, i;
7947 struct ulp_bde64 bde;
James Smartc31098c2011-04-16 11:03:33 -04007948 struct lpfc_nodelist *ndlp;
James Smartff78d8f2011-12-13 13:21:35 -05007949 uint32_t *pcmd;
James Smart1b511972011-12-13 13:23:09 -05007950 uint32_t if_type;
James Smart4f774512009-05-22 14:52:35 -04007951
James Smart45ed1192009-10-02 15:17:02 -04007952 fip = phba->hba_flag & HBA_FIP_SUPPORT;
James Smart4f774512009-05-22 14:52:35 -04007953 /* The fcp commands will set command type */
James Smart0c287582009-06-10 17:22:56 -04007954 if (iocbq->iocb_flag & LPFC_IO_FCP)
James Smart4f774512009-05-22 14:52:35 -04007955 command_type = FCP_COMMAND;
James Smartc8685952009-11-18 15:39:16 -05007956 else if (fip && (iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK))
James Smart0c287582009-06-10 17:22:56 -04007957 command_type = ELS_COMMAND_FIP;
7958 else
7959 command_type = ELS_COMMAND_NON_FIP;
7960
James Smart4f774512009-05-22 14:52:35 -04007961 /* Some of the fields are in the right position already */
7962 memcpy(wqe, &iocbq->iocb, sizeof(union lpfc_wqe));
7963 abort_tag = (uint32_t) iocbq->iotag;
7964 xritag = iocbq->sli4_xritag;
James Smartf0d9bcc2010-10-22 11:07:09 -04007965 wqe->generic.wqe_com.word7 = 0; /* The ct field has moved so reset */
James Smart4f774512009-05-22 14:52:35 -04007966 /* words0-2 bpl convert bde */
7967 if (iocbq->iocb.un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
James Smart5ffc2662009-11-18 15:39:44 -05007968 numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
7969 sizeof(struct ulp_bde64);
James Smart4f774512009-05-22 14:52:35 -04007970 bpl = (struct ulp_bde64 *)
7971 ((struct lpfc_dmabuf *)iocbq->context3)->virt;
7972 if (!bpl)
7973 return IOCB_ERROR;
7974
7975 /* Should already be byte swapped. */
7976 wqe->generic.bde.addrHigh = le32_to_cpu(bpl->addrHigh);
7977 wqe->generic.bde.addrLow = le32_to_cpu(bpl->addrLow);
7978 /* swap the size field back to the cpu so we
7979 * can assign it to the sgl.
7980 */
7981 wqe->generic.bde.tus.w = le32_to_cpu(bpl->tus.w);
James Smart5ffc2662009-11-18 15:39:44 -05007982 xmit_len = wqe->generic.bde.tus.f.bdeSize;
7983 total_len = 0;
7984 for (i = 0; i < numBdes; i++) {
7985 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
7986 total_len += bde.tus.f.bdeSize;
7987 }
James Smart4f774512009-05-22 14:52:35 -04007988 } else
James Smart5ffc2662009-11-18 15:39:44 -05007989 xmit_len = iocbq->iocb.un.fcpi64.bdl.bdeSize;
James Smart4f774512009-05-22 14:52:35 -04007990
7991 iocbq->iocb.ulpIoTag = iocbq->iotag;
7992 cmnd = iocbq->iocb.ulpCommand;
7993
7994 switch (iocbq->iocb.ulpCommand) {
7995 case CMD_ELS_REQUEST64_CR:
James Smart93d1379e2012-05-09 21:19:34 -04007996 if (iocbq->iocb_flag & LPFC_IO_LIBDFC)
7997 ndlp = iocbq->context_un.ndlp;
7998 else
7999 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart4f774512009-05-22 14:52:35 -04008000 if (!iocbq->iocb.ulpLe) {
8001 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8002 "2007 Only Limited Edition cmd Format"
8003 " supported 0x%x\n",
8004 iocbq->iocb.ulpCommand);
8005 return IOCB_ERROR;
8006 }
James Smartff78d8f2011-12-13 13:21:35 -05008007
James Smart5ffc2662009-11-18 15:39:44 -05008008 wqe->els_req.payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04008009 /* Els_reguest64 has a TMO */
8010 bf_set(wqe_tmo, &wqe->els_req.wqe_com,
8011 iocbq->iocb.ulpTimeout);
8012 /* Need a VF for word 4 set the vf bit*/
8013 bf_set(els_req64_vf, &wqe->els_req, 0);
8014 /* And a VFID for word 12 */
8015 bf_set(els_req64_vfid, &wqe->els_req, 0);
James Smart4f774512009-05-22 14:52:35 -04008016 ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l);
James Smartf0d9bcc2010-10-22 11:07:09 -04008017 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
8018 iocbq->iocb.ulpContext);
8019 bf_set(wqe_ct, &wqe->els_req.wqe_com, ct);
8020 bf_set(wqe_pu, &wqe->els_req.wqe_com, 0);
James Smart4f774512009-05-22 14:52:35 -04008021 /* CCP CCPE PV PRI in word10 were set in the memcpy */
James Smartff78d8f2011-12-13 13:21:35 -05008022 if (command_type == ELS_COMMAND_FIP)
James Smartc8685952009-11-18 15:39:16 -05008023 els_id = ((iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK)
8024 >> LPFC_FIP_ELS_ID_SHIFT);
James Smartff78d8f2011-12-13 13:21:35 -05008025 pcmd = (uint32_t *) (((struct lpfc_dmabuf *)
8026 iocbq->context2)->virt);
James Smart1b511972011-12-13 13:23:09 -05008027 if_type = bf_get(lpfc_sli_intf_if_type,
8028 &phba->sli4_hba.sli_intf);
8029 if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
James Smartff78d8f2011-12-13 13:21:35 -05008030 if (pcmd && (*pcmd == ELS_CMD_FLOGI ||
James Smartcb69f7d2011-12-13 13:21:57 -05008031 *pcmd == ELS_CMD_SCR ||
James Smart6b5151f2012-01-18 16:24:06 -05008032 *pcmd == ELS_CMD_FDISC ||
James Smartbdcd2b92012-03-01 22:33:52 -05008033 *pcmd == ELS_CMD_LOGO ||
James Smartff78d8f2011-12-13 13:21:35 -05008034 *pcmd == ELS_CMD_PLOGI)) {
8035 bf_set(els_req64_sp, &wqe->els_req, 1);
8036 bf_set(els_req64_sid, &wqe->els_req,
8037 iocbq->vport->fc_myDID);
James Smart939723a2012-05-09 21:19:03 -04008038 if ((*pcmd == ELS_CMD_FLOGI) &&
8039 !(phba->fc_topology ==
8040 LPFC_TOPOLOGY_LOOP))
8041 bf_set(els_req64_sid, &wqe->els_req, 0);
James Smartff78d8f2011-12-13 13:21:35 -05008042 bf_set(wqe_ct, &wqe->els_req.wqe_com, 1);
8043 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
James Smarta7dd9c02012-05-09 21:16:50 -04008044 phba->vpi_ids[iocbq->vport->vpi]);
James Smart3ef6d242012-01-18 16:23:48 -05008045 } else if (pcmd && iocbq->context1) {
James Smartff78d8f2011-12-13 13:21:35 -05008046 bf_set(wqe_ct, &wqe->els_req.wqe_com, 0);
8047 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
8048 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
8049 }
James Smartc8685952009-11-18 15:39:16 -05008050 }
James Smart6d368e52011-05-24 11:44:12 -04008051 bf_set(wqe_temp_rpi, &wqe->els_req.wqe_com,
8052 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008053 bf_set(wqe_els_id, &wqe->els_req.wqe_com, els_id);
8054 bf_set(wqe_dbde, &wqe->els_req.wqe_com, 1);
8055 bf_set(wqe_iod, &wqe->els_req.wqe_com, LPFC_WQE_IOD_READ);
8056 bf_set(wqe_qosd, &wqe->els_req.wqe_com, 1);
8057 bf_set(wqe_lenloc, &wqe->els_req.wqe_com, LPFC_WQE_LENLOC_NONE);
8058 bf_set(wqe_ebde_cnt, &wqe->els_req.wqe_com, 0);
James Smart7851fe22011-07-22 18:36:52 -04008059 break;
James Smart5ffc2662009-11-18 15:39:44 -05008060 case CMD_XMIT_SEQUENCE64_CX:
James Smartf0d9bcc2010-10-22 11:07:09 -04008061 bf_set(wqe_ctxt_tag, &wqe->xmit_sequence.wqe_com,
8062 iocbq->iocb.un.ulpWord[3]);
8063 bf_set(wqe_rcvoxid, &wqe->xmit_sequence.wqe_com,
James Smart7851fe22011-07-22 18:36:52 -04008064 iocbq->iocb.unsli3.rcvsli3.ox_id);
James Smart5ffc2662009-11-18 15:39:44 -05008065 /* The entire sequence is transmitted for this IOCB */
8066 xmit_len = total_len;
8067 cmnd = CMD_XMIT_SEQUENCE64_CR;
James Smart1b511972011-12-13 13:23:09 -05008068 if (phba->link_flag & LS_LOOPBACK_MODE)
8069 bf_set(wqe_xo, &wqe->xmit_sequence.wge_ctl, 1);
James Smart4f774512009-05-22 14:52:35 -04008070 case CMD_XMIT_SEQUENCE64_CR:
James Smartf0d9bcc2010-10-22 11:07:09 -04008071 /* word3 iocb=io_tag32 wqe=reserved */
8072 wqe->xmit_sequence.rsvd3 = 0;
James Smart4f774512009-05-22 14:52:35 -04008073 /* word4 relative_offset memcpy */
8074 /* word5 r_ctl/df_ctl memcpy */
James Smartf0d9bcc2010-10-22 11:07:09 -04008075 bf_set(wqe_pu, &wqe->xmit_sequence.wqe_com, 0);
8076 bf_set(wqe_dbde, &wqe->xmit_sequence.wqe_com, 1);
8077 bf_set(wqe_iod, &wqe->xmit_sequence.wqe_com,
8078 LPFC_WQE_IOD_WRITE);
8079 bf_set(wqe_lenloc, &wqe->xmit_sequence.wqe_com,
8080 LPFC_WQE_LENLOC_WORD12);
8081 bf_set(wqe_ebde_cnt, &wqe->xmit_sequence.wqe_com, 0);
James Smart5ffc2662009-11-18 15:39:44 -05008082 wqe->xmit_sequence.xmit_len = xmit_len;
8083 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008084 break;
James Smart4f774512009-05-22 14:52:35 -04008085 case CMD_XMIT_BCAST64_CN:
James Smartf0d9bcc2010-10-22 11:07:09 -04008086 /* word3 iocb=iotag32 wqe=seq_payload_len */
8087 wqe->xmit_bcast64.seq_payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04008088 /* word4 iocb=rsvd wqe=rsvd */
8089 /* word5 iocb=rctl/type/df_ctl wqe=rctl/type/df_ctl memcpy */
8090 /* word6 iocb=ctxt_tag/io_tag wqe=ctxt_tag/xri */
James Smartf0d9bcc2010-10-22 11:07:09 -04008091 bf_set(wqe_ct, &wqe->xmit_bcast64.wqe_com,
James Smart4f774512009-05-22 14:52:35 -04008092 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
James Smartf0d9bcc2010-10-22 11:07:09 -04008093 bf_set(wqe_dbde, &wqe->xmit_bcast64.wqe_com, 1);
8094 bf_set(wqe_iod, &wqe->xmit_bcast64.wqe_com, LPFC_WQE_IOD_WRITE);
8095 bf_set(wqe_lenloc, &wqe->xmit_bcast64.wqe_com,
8096 LPFC_WQE_LENLOC_WORD3);
8097 bf_set(wqe_ebde_cnt, &wqe->xmit_bcast64.wqe_com, 0);
James Smart7851fe22011-07-22 18:36:52 -04008098 break;
James Smart4f774512009-05-22 14:52:35 -04008099 case CMD_FCP_IWRITE64_CR:
8100 command_type = FCP_COMMAND_DATA_OUT;
James Smartf0d9bcc2010-10-22 11:07:09 -04008101 /* word3 iocb=iotag wqe=payload_offset_len */
8102 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
8103 wqe->fcp_iwrite.payload_offset_len =
James Smart5ffc2662009-11-18 15:39:44 -05008104 xmit_len + sizeof(struct fcp_rsp);
James Smartf0d9bcc2010-10-22 11:07:09 -04008105 /* word4 iocb=parameter wqe=total_xfer_length memcpy */
8106 /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */
8107 bf_set(wqe_erp, &wqe->fcp_iwrite.wqe_com,
8108 iocbq->iocb.ulpFCP2Rcvy);
8109 bf_set(wqe_lnk, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpXS);
8110 /* Always open the exchange */
8111 bf_set(wqe_xc, &wqe->fcp_iwrite.wqe_com, 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04008112 bf_set(wqe_iod, &wqe->fcp_iwrite.wqe_com, LPFC_WQE_IOD_WRITE);
8113 bf_set(wqe_lenloc, &wqe->fcp_iwrite.wqe_com,
8114 LPFC_WQE_LENLOC_WORD4);
8115 bf_set(wqe_ebde_cnt, &wqe->fcp_iwrite.wqe_com, 0);
8116 bf_set(wqe_pu, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpPU);
James Smartacd68592012-01-18 16:25:09 -05008117 bf_set(wqe_dbde, &wqe->fcp_iwrite.wqe_com, 1);
James Smart7851fe22011-07-22 18:36:52 -04008118 break;
James Smartf0d9bcc2010-10-22 11:07:09 -04008119 case CMD_FCP_IREAD64_CR:
8120 /* word3 iocb=iotag wqe=payload_offset_len */
8121 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
8122 wqe->fcp_iread.payload_offset_len =
8123 xmit_len + sizeof(struct fcp_rsp);
8124 /* word4 iocb=parameter wqe=total_xfer_length memcpy */
8125 /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */
8126 bf_set(wqe_erp, &wqe->fcp_iread.wqe_com,
8127 iocbq->iocb.ulpFCP2Rcvy);
8128 bf_set(wqe_lnk, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpXS);
James Smart4f774512009-05-22 14:52:35 -04008129 /* Always open the exchange */
8130 bf_set(wqe_xc, &wqe->fcp_iread.wqe_com, 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04008131 bf_set(wqe_iod, &wqe->fcp_iread.wqe_com, LPFC_WQE_IOD_READ);
8132 bf_set(wqe_lenloc, &wqe->fcp_iread.wqe_com,
8133 LPFC_WQE_LENLOC_WORD4);
8134 bf_set(wqe_ebde_cnt, &wqe->fcp_iread.wqe_com, 0);
8135 bf_set(wqe_pu, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpPU);
James Smartacd68592012-01-18 16:25:09 -05008136 bf_set(wqe_dbde, &wqe->fcp_iread.wqe_com, 1);
James Smart7851fe22011-07-22 18:36:52 -04008137 break;
James Smartf1126682009-06-10 17:22:44 -04008138 case CMD_FCP_ICMND64_CR:
James Smartf0d9bcc2010-10-22 11:07:09 -04008139 /* word3 iocb=IO_TAG wqe=reserved */
8140 wqe->fcp_icmd.rsrvd3 = 0;
8141 bf_set(wqe_pu, &wqe->fcp_icmd.wqe_com, 0);
James Smartf1126682009-06-10 17:22:44 -04008142 /* Always open the exchange */
James Smartf0d9bcc2010-10-22 11:07:09 -04008143 bf_set(wqe_xc, &wqe->fcp_icmd.wqe_com, 0);
8144 bf_set(wqe_dbde, &wqe->fcp_icmd.wqe_com, 1);
8145 bf_set(wqe_iod, &wqe->fcp_icmd.wqe_com, LPFC_WQE_IOD_WRITE);
8146 bf_set(wqe_qosd, &wqe->fcp_icmd.wqe_com, 1);
8147 bf_set(wqe_lenloc, &wqe->fcp_icmd.wqe_com,
8148 LPFC_WQE_LENLOC_NONE);
8149 bf_set(wqe_ebde_cnt, &wqe->fcp_icmd.wqe_com, 0);
James Smart2a94aea2012-09-29 11:30:31 -04008150 bf_set(wqe_erp, &wqe->fcp_icmd.wqe_com,
8151 iocbq->iocb.ulpFCP2Rcvy);
James Smart7851fe22011-07-22 18:36:52 -04008152 break;
James Smart4f774512009-05-22 14:52:35 -04008153 case CMD_GEN_REQUEST64_CR:
James Smart63e801c2010-11-20 23:14:19 -05008154 /* For this command calculate the xmit length of the
8155 * request bde.
8156 */
8157 xmit_len = 0;
8158 numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
8159 sizeof(struct ulp_bde64);
8160 for (i = 0; i < numBdes; i++) {
James Smart63e801c2010-11-20 23:14:19 -05008161 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
James Smart546fc852011-03-11 16:06:29 -05008162 if (bde.tus.f.bdeFlags != BUFF_TYPE_BDE_64)
8163 break;
James Smart63e801c2010-11-20 23:14:19 -05008164 xmit_len += bde.tus.f.bdeSize;
8165 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008166 /* word3 iocb=IO_TAG wqe=request_payload_len */
8167 wqe->gen_req.request_payload_len = xmit_len;
8168 /* word4 iocb=parameter wqe=relative_offset memcpy */
8169 /* word5 [rctl, type, df_ctl, la] copied in memcpy */
James Smart4f774512009-05-22 14:52:35 -04008170 /* word6 context tag copied in memcpy */
8171 if (iocbq->iocb.ulpCt_h || iocbq->iocb.ulpCt_l) {
8172 ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l);
8173 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8174 "2015 Invalid CT %x command 0x%x\n",
8175 ct, iocbq->iocb.ulpCommand);
8176 return IOCB_ERROR;
8177 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008178 bf_set(wqe_ct, &wqe->gen_req.wqe_com, 0);
8179 bf_set(wqe_tmo, &wqe->gen_req.wqe_com, iocbq->iocb.ulpTimeout);
8180 bf_set(wqe_pu, &wqe->gen_req.wqe_com, iocbq->iocb.ulpPU);
8181 bf_set(wqe_dbde, &wqe->gen_req.wqe_com, 1);
8182 bf_set(wqe_iod, &wqe->gen_req.wqe_com, LPFC_WQE_IOD_READ);
8183 bf_set(wqe_qosd, &wqe->gen_req.wqe_com, 1);
8184 bf_set(wqe_lenloc, &wqe->gen_req.wqe_com, LPFC_WQE_LENLOC_NONE);
8185 bf_set(wqe_ebde_cnt, &wqe->gen_req.wqe_com, 0);
James Smart4f774512009-05-22 14:52:35 -04008186 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008187 break;
James Smart4f774512009-05-22 14:52:35 -04008188 case CMD_XMIT_ELS_RSP64_CX:
James Smartc31098c2011-04-16 11:03:33 -04008189 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart4f774512009-05-22 14:52:35 -04008190 /* words0-2 BDE memcpy */
James Smartf0d9bcc2010-10-22 11:07:09 -04008191 /* word3 iocb=iotag32 wqe=response_payload_len */
8192 wqe->xmit_els_rsp.response_payload_len = xmit_len;
James Smart939723a2012-05-09 21:19:03 -04008193 /* word4 */
8194 wqe->xmit_els_rsp.word4 = 0;
James Smart4f774512009-05-22 14:52:35 -04008195 /* word5 iocb=rsvd wge=did */
8196 bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest,
James Smart939723a2012-05-09 21:19:03 -04008197 iocbq->iocb.un.xseq64.xmit_els_remoteID);
8198
8199 if_type = bf_get(lpfc_sli_intf_if_type,
8200 &phba->sli4_hba.sli_intf);
8201 if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
8202 if (iocbq->vport->fc_flag & FC_PT2PT) {
8203 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1);
8204 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp,
8205 iocbq->vport->fc_myDID);
8206 if (iocbq->vport->fc_myDID == Fabric_DID) {
8207 bf_set(wqe_els_did,
8208 &wqe->xmit_els_rsp.wqe_dest, 0);
8209 }
8210 }
8211 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008212 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com,
8213 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
8214 bf_set(wqe_pu, &wqe->xmit_els_rsp.wqe_com, iocbq->iocb.ulpPU);
8215 bf_set(wqe_rcvoxid, &wqe->xmit_els_rsp.wqe_com,
James Smart7851fe22011-07-22 18:36:52 -04008216 iocbq->iocb.unsli3.rcvsli3.ox_id);
James Smart4f774512009-05-22 14:52:35 -04008217 if (!iocbq->iocb.ulpCt_h && iocbq->iocb.ulpCt_l)
James Smartf0d9bcc2010-10-22 11:07:09 -04008218 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com,
James Smart6d368e52011-05-24 11:44:12 -04008219 phba->vpi_ids[iocbq->vport->vpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008220 bf_set(wqe_dbde, &wqe->xmit_els_rsp.wqe_com, 1);
8221 bf_set(wqe_iod, &wqe->xmit_els_rsp.wqe_com, LPFC_WQE_IOD_WRITE);
8222 bf_set(wqe_qosd, &wqe->xmit_els_rsp.wqe_com, 1);
8223 bf_set(wqe_lenloc, &wqe->xmit_els_rsp.wqe_com,
8224 LPFC_WQE_LENLOC_WORD3);
8225 bf_set(wqe_ebde_cnt, &wqe->xmit_els_rsp.wqe_com, 0);
James Smart6d368e52011-05-24 11:44:12 -04008226 bf_set(wqe_rsp_temp_rpi, &wqe->xmit_els_rsp,
8227 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
James Smartff78d8f2011-12-13 13:21:35 -05008228 pcmd = (uint32_t *) (((struct lpfc_dmabuf *)
8229 iocbq->context2)->virt);
8230 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart939723a2012-05-09 21:19:03 -04008231 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1);
8232 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp,
James Smartff78d8f2011-12-13 13:21:35 -05008233 iocbq->vport->fc_myDID);
James Smart939723a2012-05-09 21:19:03 -04008234 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com, 1);
8235 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com,
James Smartff78d8f2011-12-13 13:21:35 -05008236 phba->vpi_ids[phba->pport->vpi]);
8237 }
James Smart4f774512009-05-22 14:52:35 -04008238 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008239 break;
James Smart4f774512009-05-22 14:52:35 -04008240 case CMD_CLOSE_XRI_CN:
8241 case CMD_ABORT_XRI_CN:
8242 case CMD_ABORT_XRI_CX:
8243 /* words 0-2 memcpy should be 0 rserved */
8244 /* port will send abts */
James Smartdcf2a4e2010-09-29 11:18:53 -04008245 abrt_iotag = iocbq->iocb.un.acxri.abortContextTag;
8246 if (abrt_iotag != 0 && abrt_iotag <= phba->sli.last_iotag) {
8247 abrtiocbq = phba->sli.iocbq_lookup[abrt_iotag];
8248 fip = abrtiocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK;
8249 } else
8250 fip = 0;
8251
8252 if ((iocbq->iocb.ulpCommand == CMD_CLOSE_XRI_CN) || fip)
James Smart4f774512009-05-22 14:52:35 -04008253 /*
James Smartdcf2a4e2010-09-29 11:18:53 -04008254 * The link is down, or the command was ELS_FIP
8255 * so the fw does not need to send abts
James Smart4f774512009-05-22 14:52:35 -04008256 * on the wire.
8257 */
8258 bf_set(abort_cmd_ia, &wqe->abort_cmd, 1);
8259 else
8260 bf_set(abort_cmd_ia, &wqe->abort_cmd, 0);
8261 bf_set(abort_cmd_criteria, &wqe->abort_cmd, T_XRI_TAG);
James Smartf0d9bcc2010-10-22 11:07:09 -04008262 /* word5 iocb=CONTEXT_TAG|IO_TAG wqe=reserved */
8263 wqe->abort_cmd.rsrvd5 = 0;
8264 bf_set(wqe_ct, &wqe->abort_cmd.wqe_com,
James Smart4f774512009-05-22 14:52:35 -04008265 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
8266 abort_tag = iocbq->iocb.un.acxri.abortIoTag;
James Smart4f774512009-05-22 14:52:35 -04008267 /*
8268 * The abort handler will send us CMD_ABORT_XRI_CN or
8269 * CMD_CLOSE_XRI_CN and the fw only accepts CMD_ABORT_XRI_CX
8270 */
James Smartf0d9bcc2010-10-22 11:07:09 -04008271 bf_set(wqe_cmnd, &wqe->abort_cmd.wqe_com, CMD_ABORT_XRI_CX);
8272 bf_set(wqe_qosd, &wqe->abort_cmd.wqe_com, 1);
8273 bf_set(wqe_lenloc, &wqe->abort_cmd.wqe_com,
8274 LPFC_WQE_LENLOC_NONE);
James Smart4f774512009-05-22 14:52:35 -04008275 cmnd = CMD_ABORT_XRI_CX;
8276 command_type = OTHER_COMMAND;
8277 xritag = 0;
James Smart7851fe22011-07-22 18:36:52 -04008278 break;
James Smart6669f9b2009-10-02 15:16:45 -04008279 case CMD_XMIT_BLS_RSP64_CX:
James Smart6b5151f2012-01-18 16:24:06 -05008280 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart546fc852011-03-11 16:06:29 -05008281 /* As BLS ABTS RSP WQE is very different from other WQEs,
James Smart6669f9b2009-10-02 15:16:45 -04008282 * we re-construct this WQE here based on information in
8283 * iocbq from scratch.
8284 */
8285 memset(wqe, 0, sizeof(union lpfc_wqe));
James Smart5ffc2662009-11-18 15:39:44 -05008286 /* OX_ID is invariable to who sent ABTS to CT exchange */
James Smart6669f9b2009-10-02 15:16:45 -04008287 bf_set(xmit_bls_rsp64_oxid, &wqe->xmit_bls_rsp,
James Smart546fc852011-03-11 16:06:29 -05008288 bf_get(lpfc_abts_oxid, &iocbq->iocb.un.bls_rsp));
8289 if (bf_get(lpfc_abts_orig, &iocbq->iocb.un.bls_rsp) ==
James Smart5ffc2662009-11-18 15:39:44 -05008290 LPFC_ABTS_UNSOL_INT) {
8291 /* ABTS sent by initiator to CT exchange, the
8292 * RX_ID field will be filled with the newly
8293 * allocated responder XRI.
8294 */
8295 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp,
8296 iocbq->sli4_xritag);
8297 } else {
8298 /* ABTS sent by responder to CT exchange, the
8299 * RX_ID field will be filled with the responder
8300 * RX_ID from ABTS.
8301 */
8302 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp,
James Smart546fc852011-03-11 16:06:29 -05008303 bf_get(lpfc_abts_rxid, &iocbq->iocb.un.bls_rsp));
James Smart5ffc2662009-11-18 15:39:44 -05008304 }
James Smart6669f9b2009-10-02 15:16:45 -04008305 bf_set(xmit_bls_rsp64_seqcnthi, &wqe->xmit_bls_rsp, 0xffff);
8306 bf_set(wqe_xmit_bls_pt, &wqe->xmit_bls_rsp.wqe_dest, 0x1);
James Smart6b5151f2012-01-18 16:24:06 -05008307
8308 /* Use CT=VPI */
8309 bf_set(wqe_els_did, &wqe->xmit_bls_rsp.wqe_dest,
8310 ndlp->nlp_DID);
8311 bf_set(xmit_bls_rsp64_temprpi, &wqe->xmit_bls_rsp,
8312 iocbq->iocb.ulpContext);
8313 bf_set(wqe_ct, &wqe->xmit_bls_rsp.wqe_com, 1);
James Smart6669f9b2009-10-02 15:16:45 -04008314 bf_set(wqe_ctxt_tag, &wqe->xmit_bls_rsp.wqe_com,
James Smart6b5151f2012-01-18 16:24:06 -05008315 phba->vpi_ids[phba->pport->vpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008316 bf_set(wqe_qosd, &wqe->xmit_bls_rsp.wqe_com, 1);
8317 bf_set(wqe_lenloc, &wqe->xmit_bls_rsp.wqe_com,
8318 LPFC_WQE_LENLOC_NONE);
James Smart6669f9b2009-10-02 15:16:45 -04008319 /* Overwrite the pre-set comnd type with OTHER_COMMAND */
8320 command_type = OTHER_COMMAND;
James Smart546fc852011-03-11 16:06:29 -05008321 if (iocbq->iocb.un.xseq64.w5.hcsw.Rctl == FC_RCTL_BA_RJT) {
8322 bf_set(xmit_bls_rsp64_rjt_vspec, &wqe->xmit_bls_rsp,
8323 bf_get(lpfc_vndr_code, &iocbq->iocb.un.bls_rsp));
8324 bf_set(xmit_bls_rsp64_rjt_expc, &wqe->xmit_bls_rsp,
8325 bf_get(lpfc_rsn_expln, &iocbq->iocb.un.bls_rsp));
8326 bf_set(xmit_bls_rsp64_rjt_rsnc, &wqe->xmit_bls_rsp,
8327 bf_get(lpfc_rsn_code, &iocbq->iocb.un.bls_rsp));
8328 }
8329
James Smart7851fe22011-07-22 18:36:52 -04008330 break;
James Smart4f774512009-05-22 14:52:35 -04008331 case CMD_XRI_ABORTED_CX:
8332 case CMD_CREATE_XRI_CR: /* Do we expect to use this? */
James Smart4f774512009-05-22 14:52:35 -04008333 case CMD_IOCB_FCP_IBIDIR64_CR: /* bidirectional xfer */
8334 case CMD_FCP_TSEND64_CX: /* Target mode send xfer-ready */
8335 case CMD_FCP_TRSP64_CX: /* Target mode rcv */
8336 case CMD_FCP_AUTO_TRSP_CX: /* Auto target rsp */
8337 default:
8338 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8339 "2014 Invalid command 0x%x\n",
8340 iocbq->iocb.ulpCommand);
8341 return IOCB_ERROR;
James Smart7851fe22011-07-22 18:36:52 -04008342 break;
James Smart4f774512009-05-22 14:52:35 -04008343 }
James Smart6d368e52011-05-24 11:44:12 -04008344
James Smart8012cc32012-10-31 14:44:49 -04008345 if (iocbq->iocb_flag & LPFC_IO_DIF_PASS)
8346 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_PASSTHRU);
8347 else if (iocbq->iocb_flag & LPFC_IO_DIF_STRIP)
8348 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_STRIP);
8349 else if (iocbq->iocb_flag & LPFC_IO_DIF_INSERT)
8350 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_INSERT);
8351 iocbq->iocb_flag &= ~(LPFC_IO_DIF_PASS | LPFC_IO_DIF_STRIP |
8352 LPFC_IO_DIF_INSERT);
James Smartf0d9bcc2010-10-22 11:07:09 -04008353 bf_set(wqe_xri_tag, &wqe->generic.wqe_com, xritag);
8354 bf_set(wqe_reqtag, &wqe->generic.wqe_com, iocbq->iotag);
8355 wqe->generic.wqe_com.abort_tag = abort_tag;
8356 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type);
8357 bf_set(wqe_cmnd, &wqe->generic.wqe_com, cmnd);
8358 bf_set(wqe_class, &wqe->generic.wqe_com, iocbq->iocb.ulpClass);
8359 bf_set(wqe_cqid, &wqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT);
James Smart4f774512009-05-22 14:52:35 -04008360 return 0;
8361}
8362
8363/**
8364 * __lpfc_sli_issue_iocb_s4 - SLI4 device lockless ver of lpfc_sli_issue_iocb
8365 * @phba: Pointer to HBA context object.
8366 * @ring_number: SLI ring number to issue iocb on.
8367 * @piocb: Pointer to command iocb.
8368 * @flag: Flag indicating if this command can be put into txq.
8369 *
8370 * __lpfc_sli_issue_iocb_s4 is used by other functions in the driver to issue
8371 * an iocb command to an HBA with SLI-4 interface spec.
8372 *
8373 * This function is called with hbalock held. The function will return success
8374 * after it successfully submit the iocb to firmware or after adding to the
8375 * txq.
8376 **/
8377static int
8378__lpfc_sli_issue_iocb_s4(struct lpfc_hba *phba, uint32_t ring_number,
8379 struct lpfc_iocbq *piocb, uint32_t flag)
8380{
8381 struct lpfc_sglq *sglq;
James Smart4f774512009-05-22 14:52:35 -04008382 union lpfc_wqe wqe;
8383 struct lpfc_sli_ring *pring = &phba->sli.ring[ring_number];
James Smart4f774512009-05-22 14:52:35 -04008384
8385 if (piocb->sli4_xritag == NO_XRI) {
8386 if (piocb->iocb.ulpCommand == CMD_ABORT_XRI_CN ||
James Smart6b5151f2012-01-18 16:24:06 -05008387 piocb->iocb.ulpCommand == CMD_CLOSE_XRI_CN)
James Smart4f774512009-05-22 14:52:35 -04008388 sglq = NULL;
8389 else {
James Smart2a9bf3d2010-06-07 15:24:45 -04008390 if (pring->txq_cnt) {
8391 if (!(flag & SLI_IOCB_RET_IOCB)) {
8392 __lpfc_sli_ringtx_put(phba,
8393 pring, piocb);
8394 return IOCB_SUCCESS;
8395 } else {
8396 return IOCB_BUSY;
8397 }
8398 } else {
James Smart6d368e52011-05-24 11:44:12 -04008399 sglq = __lpfc_sli_get_sglq(phba, piocb);
James Smart2a9bf3d2010-06-07 15:24:45 -04008400 if (!sglq) {
8401 if (!(flag & SLI_IOCB_RET_IOCB)) {
8402 __lpfc_sli_ringtx_put(phba,
8403 pring,
8404 piocb);
8405 return IOCB_SUCCESS;
8406 } else
8407 return IOCB_BUSY;
8408 }
8409 }
James Smart4f774512009-05-22 14:52:35 -04008410 }
8411 } else if (piocb->iocb_flag & LPFC_IO_FCP) {
James Smart6d368e52011-05-24 11:44:12 -04008412 /* These IO's already have an XRI and a mapped sgl. */
8413 sglq = NULL;
James Smart4f774512009-05-22 14:52:35 -04008414 } else {
James Smart6d368e52011-05-24 11:44:12 -04008415 /*
8416 * This is a continuation of a commandi,(CX) so this
James Smart4f774512009-05-22 14:52:35 -04008417 * sglq is on the active list
8418 */
James Smartedccdc12013-01-03 15:43:45 -05008419 sglq = __lpfc_get_active_sglq(phba, piocb->sli4_lxritag);
James Smart4f774512009-05-22 14:52:35 -04008420 if (!sglq)
8421 return IOCB_ERROR;
8422 }
8423
8424 if (sglq) {
James Smart6d368e52011-05-24 11:44:12 -04008425 piocb->sli4_lxritag = sglq->sli4_lxritag;
James Smart2a9bf3d2010-06-07 15:24:45 -04008426 piocb->sli4_xritag = sglq->sli4_xritag;
James Smart2a9bf3d2010-06-07 15:24:45 -04008427 if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocb, sglq))
James Smart4f774512009-05-22 14:52:35 -04008428 return IOCB_ERROR;
8429 }
8430
8431 if (lpfc_sli4_iocb2wqe(phba, piocb, &wqe))
8432 return IOCB_ERROR;
8433
James Smart341af102010-01-26 23:07:37 -05008434 if ((piocb->iocb_flag & LPFC_IO_FCP) ||
8435 (piocb->iocb_flag & LPFC_USE_FCPWQIDX)) {
James Smart5ffc2662009-11-18 15:39:44 -05008436 if (lpfc_sli4_wq_put(phba->sli4_hba.fcp_wq[piocb->fcp_wqidx],
8437 &wqe))
James Smart4f774512009-05-22 14:52:35 -04008438 return IOCB_ERROR;
8439 } else {
8440 if (lpfc_sli4_wq_put(phba->sli4_hba.els_wq, &wqe))
8441 return IOCB_ERROR;
8442 }
8443 lpfc_sli_ringtxcmpl_put(phba, pring, piocb);
8444
8445 return 0;
8446}
8447
8448/**
James Smart3772a992009-05-22 14:50:54 -04008449 * __lpfc_sli_issue_iocb - Wrapper func of lockless version for issuing iocb
8450 *
8451 * This routine wraps the actual lockless version for issusing IOCB function
8452 * pointer from the lpfc_hba struct.
8453 *
8454 * Return codes:
8455 * IOCB_ERROR - Error
8456 * IOCB_SUCCESS - Success
8457 * IOCB_BUSY - Busy
8458 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04008459int
James Smart3772a992009-05-22 14:50:54 -04008460__lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number,
8461 struct lpfc_iocbq *piocb, uint32_t flag)
8462{
8463 return phba->__lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
8464}
8465
8466/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03008467 * lpfc_sli_api_table_setup - Set up sli api function jump table
James Smart3772a992009-05-22 14:50:54 -04008468 * @phba: The hba struct for which this call is being executed.
8469 * @dev_grp: The HBA PCI-Device group number.
8470 *
8471 * This routine sets up the SLI interface API function jump table in @phba
8472 * struct.
8473 * Returns: 0 - success, -ENODEV - failure.
8474 **/
8475int
8476lpfc_sli_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
8477{
8478
8479 switch (dev_grp) {
8480 case LPFC_PCI_DEV_LP:
8481 phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s3;
8482 phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s3;
8483 break;
James Smart4f774512009-05-22 14:52:35 -04008484 case LPFC_PCI_DEV_OC:
8485 phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s4;
8486 phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s4;
8487 break;
James Smart3772a992009-05-22 14:50:54 -04008488 default:
8489 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8490 "1419 Invalid HBA PCI-device group: 0x%x\n",
8491 dev_grp);
8492 return -ENODEV;
8493 break;
8494 }
8495 phba->lpfc_get_iocb_from_iocbq = lpfc_get_iocb_from_iocbq;
8496 return 0;
8497}
James Smart92d7f7b2007-06-17 19:56:38 -05008498
James Smarte59058c2008-08-24 21:49:00 -04008499/**
James Smart3621a712009-04-06 18:47:14 -04008500 * lpfc_sli_issue_iocb - Wrapper function for __lpfc_sli_issue_iocb
James Smarte59058c2008-08-24 21:49:00 -04008501 * @phba: Pointer to HBA context object.
8502 * @pring: Pointer to driver SLI ring object.
8503 * @piocb: Pointer to command iocb.
8504 * @flag: Flag indicating if this command can be put into txq.
8505 *
8506 * lpfc_sli_issue_iocb is a wrapper around __lpfc_sli_issue_iocb
8507 * function. This function gets the hbalock and calls
8508 * __lpfc_sli_issue_iocb function and will return the error returned
8509 * by __lpfc_sli_issue_iocb function. This wrapper is used by
8510 * functions which do not hold hbalock.
8511 **/
James Smart92d7f7b2007-06-17 19:56:38 -05008512int
James Smart3772a992009-05-22 14:50:54 -04008513lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number,
James Smart92d7f7b2007-06-17 19:56:38 -05008514 struct lpfc_iocbq *piocb, uint32_t flag)
8515{
James Smartba20c852012-08-03 12:36:52 -04008516 struct lpfc_fcp_eq_hdl *fcp_eq_hdl;
James Smart2a76a282012-08-03 12:35:54 -04008517 struct lpfc_sli_ring *pring;
James Smartba20c852012-08-03 12:36:52 -04008518 struct lpfc_queue *fpeq;
8519 struct lpfc_eqe *eqe;
James Smart92d7f7b2007-06-17 19:56:38 -05008520 unsigned long iflags;
James Smart2a76a282012-08-03 12:35:54 -04008521 int rc, idx;
James Smart92d7f7b2007-06-17 19:56:38 -05008522
James Smart7e56aa22012-08-03 12:35:34 -04008523 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smart2a76a282012-08-03 12:35:54 -04008524 if (piocb->iocb_flag & LPFC_IO_FCP) {
8525 if (unlikely(!phba->sli4_hba.fcp_wq))
8526 return IOCB_ERROR;
8527 idx = lpfc_sli4_scmd_to_wqidx_distr(phba);
8528 piocb->fcp_wqidx = idx;
8529 ring_number = MAX_SLI3_CONFIGURED_RINGS + idx;
James Smart92d7f7b2007-06-17 19:56:38 -05008530
James Smartba20c852012-08-03 12:36:52 -04008531 pring = &phba->sli.ring[ring_number];
8532 spin_lock_irqsave(&pring->ring_lock, iflags);
8533 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb,
8534 flag);
8535 spin_unlock_irqrestore(&pring->ring_lock, iflags);
8536
8537 if (lpfc_fcp_look_ahead) {
8538 fcp_eq_hdl = &phba->sli4_hba.fcp_eq_hdl[idx];
8539
8540 if (atomic_dec_and_test(&fcp_eq_hdl->
8541 fcp_eq_in_use)) {
8542
8543 /* Get associated EQ with this index */
8544 fpeq = phba->sli4_hba.hba_eq[idx];
8545
8546 /* Turn off interrupts from this EQ */
8547 lpfc_sli4_eq_clr_intr(fpeq);
8548
8549 /*
8550 * Process all the events on FCP EQ
8551 */
8552 while ((eqe = lpfc_sli4_eq_get(fpeq))) {
8553 lpfc_sli4_hba_handle_eqe(phba,
8554 eqe, idx);
8555 fpeq->EQ_processed++;
8556 }
8557
8558 /* Always clear and re-arm the EQ */
8559 lpfc_sli4_eq_release(fpeq,
8560 LPFC_QUEUE_REARM);
8561 }
8562 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
8563 }
8564 } else {
8565 pring = &phba->sli.ring[ring_number];
8566 spin_lock_irqsave(&pring->ring_lock, iflags);
8567 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb,
8568 flag);
8569 spin_unlock_irqrestore(&pring->ring_lock, iflags);
8570
James Smart2a76a282012-08-03 12:35:54 -04008571 }
James Smart7e56aa22012-08-03 12:35:34 -04008572 } else {
8573 /* For now, SLI2/3 will still use hbalock */
8574 spin_lock_irqsave(&phba->hbalock, iflags);
8575 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
8576 spin_unlock_irqrestore(&phba->hbalock, iflags);
8577 }
James Smart92d7f7b2007-06-17 19:56:38 -05008578 return rc;
8579}
8580
James Smarte59058c2008-08-24 21:49:00 -04008581/**
James Smart3621a712009-04-06 18:47:14 -04008582 * lpfc_extra_ring_setup - Extra ring setup function
James Smarte59058c2008-08-24 21:49:00 -04008583 * @phba: Pointer to HBA context object.
8584 *
8585 * This function is called while driver attaches with the
8586 * HBA to setup the extra ring. The extra ring is used
8587 * only when driver needs to support target mode functionality
8588 * or IP over FC functionalities.
8589 *
8590 * This function is called with no lock held.
8591 **/
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008592static int
8593lpfc_extra_ring_setup( struct lpfc_hba *phba)
8594{
8595 struct lpfc_sli *psli;
8596 struct lpfc_sli_ring *pring;
8597
8598 psli = &phba->sli;
8599
8600 /* Adjust cmd/rsp ring iocb entries more evenly */
James Smarta4bc3372006-12-02 13:34:16 -05008601
8602 /* Take some away from the FCP ring */
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008603 pring = &psli->ring[psli->fcp_ring];
James Smart7e56aa22012-08-03 12:35:34 -04008604 pring->sli.sli3.numCiocb -= SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8605 pring->sli.sli3.numRiocb -= SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8606 pring->sli.sli3.numCiocb -= SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8607 pring->sli.sli3.numRiocb -= SLI2_IOCB_RSP_R3XTRA_ENTRIES;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008608
James Smarta4bc3372006-12-02 13:34:16 -05008609 /* and give them to the extra ring */
8610 pring = &psli->ring[psli->extra_ring];
8611
James Smart7e56aa22012-08-03 12:35:34 -04008612 pring->sli.sli3.numCiocb += SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8613 pring->sli.sli3.numRiocb += SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8614 pring->sli.sli3.numCiocb += SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8615 pring->sli.sli3.numRiocb += SLI2_IOCB_RSP_R3XTRA_ENTRIES;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008616
8617 /* Setup default profile for this ring */
8618 pring->iotag_max = 4096;
8619 pring->num_mask = 1;
8620 pring->prt[0].profile = 0; /* Mask 0 */
James Smarta4bc3372006-12-02 13:34:16 -05008621 pring->prt[0].rctl = phba->cfg_multi_ring_rctl;
8622 pring->prt[0].type = phba->cfg_multi_ring_type;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008623 pring->prt[0].lpfc_sli_rcv_unsol_event = NULL;
8624 return 0;
8625}
8626
James Smartcb69f7d2011-12-13 13:21:57 -05008627/* lpfc_sli_abts_err_handler - handle a failed ABTS request from an SLI3 port.
8628 * @phba: Pointer to HBA context object.
8629 * @iocbq: Pointer to iocb object.
8630 *
8631 * The async_event handler calls this routine when it receives
8632 * an ASYNC_STATUS_CN event from the port. The port generates
8633 * this event when an Abort Sequence request to an rport fails
8634 * twice in succession. The abort could be originated by the
8635 * driver or by the port. The ABTS could have been for an ELS
8636 * or FCP IO. The port only generates this event when an ABTS
8637 * fails to complete after one retry.
8638 */
8639static void
8640lpfc_sli_abts_err_handler(struct lpfc_hba *phba,
8641 struct lpfc_iocbq *iocbq)
8642{
8643 struct lpfc_nodelist *ndlp = NULL;
8644 uint16_t rpi = 0, vpi = 0;
8645 struct lpfc_vport *vport = NULL;
8646
8647 /* The rpi in the ulpContext is vport-sensitive. */
8648 vpi = iocbq->iocb.un.asyncstat.sub_ctxt_tag;
8649 rpi = iocbq->iocb.ulpContext;
8650
8651 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
8652 "3092 Port generated ABTS async event "
8653 "on vpi %d rpi %d status 0x%x\n",
8654 vpi, rpi, iocbq->iocb.ulpStatus);
8655
8656 vport = lpfc_find_vport_by_vpid(phba, vpi);
8657 if (!vport)
8658 goto err_exit;
8659 ndlp = lpfc_findnode_rpi(vport, rpi);
8660 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
8661 goto err_exit;
8662
8663 if (iocbq->iocb.ulpStatus == IOSTAT_LOCAL_REJECT)
8664 lpfc_sli_abts_recover_port(vport, ndlp);
8665 return;
8666
8667 err_exit:
8668 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
8669 "3095 Event Context not found, no "
8670 "action on vpi %d rpi %d status 0x%x, reason 0x%x\n",
8671 iocbq->iocb.ulpContext, iocbq->iocb.ulpStatus,
8672 vpi, rpi);
8673}
8674
8675/* lpfc_sli4_abts_err_handler - handle a failed ABTS request from an SLI4 port.
8676 * @phba: pointer to HBA context object.
8677 * @ndlp: nodelist pointer for the impacted rport.
8678 * @axri: pointer to the wcqe containing the failed exchange.
8679 *
8680 * The driver calls this routine when it receives an ABORT_XRI_FCP CQE from the
8681 * port. The port generates this event when an abort exchange request to an
8682 * rport fails twice in succession with no reply. The abort could be originated
8683 * by the driver or by the port. The ABTS could have been for an ELS or FCP IO.
8684 */
8685void
8686lpfc_sli4_abts_err_handler(struct lpfc_hba *phba,
8687 struct lpfc_nodelist *ndlp,
8688 struct sli4_wcqe_xri_aborted *axri)
8689{
8690 struct lpfc_vport *vport;
James Smart5c1db2a2012-03-01 22:34:36 -05008691 uint32_t ext_status = 0;
James Smartcb69f7d2011-12-13 13:21:57 -05008692
James Smart6b5151f2012-01-18 16:24:06 -05008693 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
James Smartcb69f7d2011-12-13 13:21:57 -05008694 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
8695 "3115 Node Context not found, driver "
8696 "ignoring abts err event\n");
James Smart6b5151f2012-01-18 16:24:06 -05008697 return;
8698 }
8699
James Smartcb69f7d2011-12-13 13:21:57 -05008700 vport = ndlp->vport;
8701 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
8702 "3116 Port generated FCP XRI ABORT event on "
James Smart5c1db2a2012-03-01 22:34:36 -05008703 "vpi %d rpi %d xri x%x status 0x%x parameter x%x\n",
James Smartcb69f7d2011-12-13 13:21:57 -05008704 ndlp->vport->vpi, ndlp->nlp_rpi,
8705 bf_get(lpfc_wcqe_xa_xri, axri),
James Smart5c1db2a2012-03-01 22:34:36 -05008706 bf_get(lpfc_wcqe_xa_status, axri),
8707 axri->parameter);
James Smartcb69f7d2011-12-13 13:21:57 -05008708
James Smart5c1db2a2012-03-01 22:34:36 -05008709 /*
8710 * Catch the ABTS protocol failure case. Older OCe FW releases returned
8711 * LOCAL_REJECT and 0 for a failed ABTS exchange and later OCe and
8712 * LPe FW releases returned LOCAL_REJECT and SEQUENCE_TIMEOUT.
8713 */
James Smarte3d2b802012-08-14 14:25:43 -04008714 ext_status = axri->parameter & IOERR_PARAM_MASK;
James Smart5c1db2a2012-03-01 22:34:36 -05008715 if ((bf_get(lpfc_wcqe_xa_status, axri) == IOSTAT_LOCAL_REJECT) &&
8716 ((ext_status == IOERR_SEQUENCE_TIMEOUT) || (ext_status == 0)))
James Smartcb69f7d2011-12-13 13:21:57 -05008717 lpfc_sli_abts_recover_port(vport, ndlp);
8718}
8719
James Smarte59058c2008-08-24 21:49:00 -04008720/**
James Smart3621a712009-04-06 18:47:14 -04008721 * lpfc_sli_async_event_handler - ASYNC iocb handler function
James Smarte59058c2008-08-24 21:49:00 -04008722 * @phba: Pointer to HBA context object.
8723 * @pring: Pointer to driver SLI ring object.
8724 * @iocbq: Pointer to iocb object.
8725 *
8726 * This function is called by the slow ring event handler
8727 * function when there is an ASYNC event iocb in the ring.
8728 * This function is called with no lock held.
8729 * Currently this function handles only temperature related
8730 * ASYNC events. The function decodes the temperature sensor
8731 * event message and posts events for the management applications.
8732 **/
James Smart98c9ea52007-10-27 13:37:33 -04008733static void
James Smart57127f12007-10-27 13:37:05 -04008734lpfc_sli_async_event_handler(struct lpfc_hba * phba,
8735 struct lpfc_sli_ring * pring, struct lpfc_iocbq * iocbq)
8736{
8737 IOCB_t *icmd;
8738 uint16_t evt_code;
James Smart57127f12007-10-27 13:37:05 -04008739 struct temp_event temp_event_data;
8740 struct Scsi_Host *shost;
James Smarta257bf92009-04-06 18:48:10 -04008741 uint32_t *iocb_w;
James Smart57127f12007-10-27 13:37:05 -04008742
8743 icmd = &iocbq->iocb;
8744 evt_code = icmd->un.asyncstat.evt_code;
James Smart57127f12007-10-27 13:37:05 -04008745
James Smartcb69f7d2011-12-13 13:21:57 -05008746 switch (evt_code) {
8747 case ASYNC_TEMP_WARN:
8748 case ASYNC_TEMP_SAFE:
8749 temp_event_data.data = (uint32_t) icmd->ulpContext;
8750 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT;
8751 if (evt_code == ASYNC_TEMP_WARN) {
8752 temp_event_data.event_code = LPFC_THRESHOLD_TEMP;
8753 lpfc_printf_log(phba, KERN_ERR, LOG_TEMP,
8754 "0347 Adapter is very hot, please take "
8755 "corrective action. temperature : %d Celsius\n",
8756 (uint32_t) icmd->ulpContext);
8757 } else {
8758 temp_event_data.event_code = LPFC_NORMAL_TEMP;
8759 lpfc_printf_log(phba, KERN_ERR, LOG_TEMP,
8760 "0340 Adapter temperature is OK now. "
8761 "temperature : %d Celsius\n",
8762 (uint32_t) icmd->ulpContext);
8763 }
8764
8765 /* Send temperature change event to applications */
8766 shost = lpfc_shost_from_vport(phba->pport);
8767 fc_host_post_vendor_event(shost, fc_get_event_number(),
8768 sizeof(temp_event_data), (char *) &temp_event_data,
8769 LPFC_NL_VENDOR_ID);
8770 break;
8771 case ASYNC_STATUS_CN:
8772 lpfc_sli_abts_err_handler(phba, iocbq);
8773 break;
8774 default:
James Smarta257bf92009-04-06 18:48:10 -04008775 iocb_w = (uint32_t *) icmd;
James Smartcb69f7d2011-12-13 13:21:57 -05008776 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart76bb24e2007-10-27 13:38:00 -04008777 "0346 Ring %d handler: unexpected ASYNC_STATUS"
James Smarte4e74272009-07-19 10:01:38 -04008778 " evt_code 0x%x\n"
James Smarta257bf92009-04-06 18:48:10 -04008779 "W0 0x%08x W1 0x%08x W2 0x%08x W3 0x%08x\n"
8780 "W4 0x%08x W5 0x%08x W6 0x%08x W7 0x%08x\n"
8781 "W8 0x%08x W9 0x%08x W10 0x%08x W11 0x%08x\n"
8782 "W12 0x%08x W13 0x%08x W14 0x%08x W15 0x%08x\n",
James Smartcb69f7d2011-12-13 13:21:57 -05008783 pring->ringno, icmd->un.asyncstat.evt_code,
James Smarta257bf92009-04-06 18:48:10 -04008784 iocb_w[0], iocb_w[1], iocb_w[2], iocb_w[3],
8785 iocb_w[4], iocb_w[5], iocb_w[6], iocb_w[7],
8786 iocb_w[8], iocb_w[9], iocb_w[10], iocb_w[11],
8787 iocb_w[12], iocb_w[13], iocb_w[14], iocb_w[15]);
8788
James Smartcb69f7d2011-12-13 13:21:57 -05008789 break;
James Smart57127f12007-10-27 13:37:05 -04008790 }
James Smart57127f12007-10-27 13:37:05 -04008791}
8792
8793
James Smarte59058c2008-08-24 21:49:00 -04008794/**
James Smart3621a712009-04-06 18:47:14 -04008795 * lpfc_sli_setup - SLI ring setup function
James Smarte59058c2008-08-24 21:49:00 -04008796 * @phba: Pointer to HBA context object.
8797 *
8798 * lpfc_sli_setup sets up rings of the SLI interface with
8799 * number of iocbs per ring and iotags. This function is
8800 * called while driver attach to the HBA and before the
8801 * interrupts are enabled. So there is no need for locking.
8802 *
8803 * This function always returns 0.
8804 **/
dea31012005-04-17 16:05:31 -05008805int
8806lpfc_sli_setup(struct lpfc_hba *phba)
8807{
James Smarted957682007-06-17 19:56:37 -05008808 int i, totiocbsize = 0;
dea31012005-04-17 16:05:31 -05008809 struct lpfc_sli *psli = &phba->sli;
8810 struct lpfc_sli_ring *pring;
8811
James Smart2a76a282012-08-03 12:35:54 -04008812 psli->num_rings = MAX_SLI3_CONFIGURED_RINGS;
8813 if (phba->sli_rev == LPFC_SLI_REV4)
James Smart67d12732012-08-03 12:36:13 -04008814 psli->num_rings += phba->cfg_fcp_io_channel;
dea31012005-04-17 16:05:31 -05008815 psli->sli_flag = 0;
8816 psli->fcp_ring = LPFC_FCP_RING;
8817 psli->next_ring = LPFC_FCP_NEXT_RING;
James Smarta4bc3372006-12-02 13:34:16 -05008818 psli->extra_ring = LPFC_EXTRA_RING;
dea31012005-04-17 16:05:31 -05008819
James Bottomley604a3e32005-10-29 10:28:33 -05008820 psli->iocbq_lookup = NULL;
8821 psli->iocbq_lookup_len = 0;
8822 psli->last_iotag = 0;
8823
dea31012005-04-17 16:05:31 -05008824 for (i = 0; i < psli->num_rings; i++) {
8825 pring = &psli->ring[i];
8826 switch (i) {
8827 case LPFC_FCP_RING: /* ring 0 - FCP */
8828 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -04008829 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R0_ENTRIES;
8830 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R0_ENTRIES;
8831 pring->sli.sli3.numCiocb +=
8832 SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8833 pring->sli.sli3.numRiocb +=
8834 SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8835 pring->sli.sli3.numCiocb +=
8836 SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8837 pring->sli.sli3.numRiocb +=
8838 SLI2_IOCB_RSP_R3XTRA_ENTRIES;
8839 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008840 SLI3_IOCB_CMD_SIZE :
8841 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -04008842 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008843 SLI3_IOCB_RSP_SIZE :
8844 SLI2_IOCB_RSP_SIZE;
dea31012005-04-17 16:05:31 -05008845 pring->iotag_ctr = 0;
8846 pring->iotag_max =
James Smart92d7f7b2007-06-17 19:56:38 -05008847 (phba->cfg_hba_queue_depth * 2);
dea31012005-04-17 16:05:31 -05008848 pring->fast_iotag = pring->iotag_max;
8849 pring->num_mask = 0;
8850 break;
James Smarta4bc3372006-12-02 13:34:16 -05008851 case LPFC_EXTRA_RING: /* ring 1 - EXTRA */
dea31012005-04-17 16:05:31 -05008852 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -04008853 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R1_ENTRIES;
8854 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R1_ENTRIES;
8855 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008856 SLI3_IOCB_CMD_SIZE :
8857 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -04008858 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008859 SLI3_IOCB_RSP_SIZE :
8860 SLI2_IOCB_RSP_SIZE;
James Smart2e0fef82007-06-17 19:56:36 -05008861 pring->iotag_max = phba->cfg_hba_queue_depth;
dea31012005-04-17 16:05:31 -05008862 pring->num_mask = 0;
8863 break;
8864 case LPFC_ELS_RING: /* ring 2 - ELS / CT */
8865 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -04008866 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R2_ENTRIES;
8867 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R2_ENTRIES;
8868 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008869 SLI3_IOCB_CMD_SIZE :
8870 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -04008871 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008872 SLI3_IOCB_RSP_SIZE :
8873 SLI2_IOCB_RSP_SIZE;
dea31012005-04-17 16:05:31 -05008874 pring->fast_iotag = 0;
8875 pring->iotag_ctr = 0;
8876 pring->iotag_max = 4096;
James Smart57127f12007-10-27 13:37:05 -04008877 pring->lpfc_sli_rcv_async_status =
8878 lpfc_sli_async_event_handler;
James Smart6669f9b2009-10-02 15:16:45 -04008879 pring->num_mask = LPFC_MAX_RING_MASK;
dea31012005-04-17 16:05:31 -05008880 pring->prt[0].profile = 0; /* Mask 0 */
James Smart6a9c52c2009-10-02 15:16:51 -04008881 pring->prt[0].rctl = FC_RCTL_ELS_REQ;
8882 pring->prt[0].type = FC_TYPE_ELS;
dea31012005-04-17 16:05:31 -05008883 pring->prt[0].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008884 lpfc_els_unsol_event;
dea31012005-04-17 16:05:31 -05008885 pring->prt[1].profile = 0; /* Mask 1 */
James Smart6a9c52c2009-10-02 15:16:51 -04008886 pring->prt[1].rctl = FC_RCTL_ELS_REP;
8887 pring->prt[1].type = FC_TYPE_ELS;
dea31012005-04-17 16:05:31 -05008888 pring->prt[1].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008889 lpfc_els_unsol_event;
dea31012005-04-17 16:05:31 -05008890 pring->prt[2].profile = 0; /* Mask 2 */
8891 /* NameServer Inquiry */
James Smart6a9c52c2009-10-02 15:16:51 -04008892 pring->prt[2].rctl = FC_RCTL_DD_UNSOL_CTL;
dea31012005-04-17 16:05:31 -05008893 /* NameServer */
James Smart6a9c52c2009-10-02 15:16:51 -04008894 pring->prt[2].type = FC_TYPE_CT;
dea31012005-04-17 16:05:31 -05008895 pring->prt[2].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008896 lpfc_ct_unsol_event;
dea31012005-04-17 16:05:31 -05008897 pring->prt[3].profile = 0; /* Mask 3 */
8898 /* NameServer response */
James Smart6a9c52c2009-10-02 15:16:51 -04008899 pring->prt[3].rctl = FC_RCTL_DD_SOL_CTL;
dea31012005-04-17 16:05:31 -05008900 /* NameServer */
James Smart6a9c52c2009-10-02 15:16:51 -04008901 pring->prt[3].type = FC_TYPE_CT;
dea31012005-04-17 16:05:31 -05008902 pring->prt[3].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008903 lpfc_ct_unsol_event;
dea31012005-04-17 16:05:31 -05008904 break;
8905 }
James Smart7e56aa22012-08-03 12:35:34 -04008906 totiocbsize += (pring->sli.sli3.numCiocb *
8907 pring->sli.sli3.sizeCiocb) +
8908 (pring->sli.sli3.numRiocb * pring->sli.sli3.sizeRiocb);
dea31012005-04-17 16:05:31 -05008909 }
James Smarted957682007-06-17 19:56:37 -05008910 if (totiocbsize > MAX_SLIM_IOCB_SIZE) {
dea31012005-04-17 16:05:31 -05008911 /* Too many cmd / rsp ring entries in SLI2 SLIM */
James Smarte8b62012007-08-02 11:10:09 -04008912 printk(KERN_ERR "%d:0462 Too many cmd / rsp ring entries in "
8913 "SLI2 SLIM Data: x%x x%lx\n",
8914 phba->brd_no, totiocbsize,
8915 (unsigned long) MAX_SLIM_IOCB_SIZE);
dea31012005-04-17 16:05:31 -05008916 }
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008917 if (phba->cfg_multi_ring_support == 2)
8918 lpfc_extra_ring_setup(phba);
dea31012005-04-17 16:05:31 -05008919
8920 return 0;
8921}
8922
James Smarte59058c2008-08-24 21:49:00 -04008923/**
James Smart3621a712009-04-06 18:47:14 -04008924 * lpfc_sli_queue_setup - Queue initialization function
James Smarte59058c2008-08-24 21:49:00 -04008925 * @phba: Pointer to HBA context object.
8926 *
8927 * lpfc_sli_queue_setup sets up mailbox queues and iocb queues for each
8928 * ring. This function also initializes ring indices of each ring.
8929 * This function is called during the initialization of the SLI
8930 * interface of an HBA.
8931 * This function is called with no lock held and always returns
8932 * 1.
8933 **/
dea31012005-04-17 16:05:31 -05008934int
James Smart2e0fef82007-06-17 19:56:36 -05008935lpfc_sli_queue_setup(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05008936{
8937 struct lpfc_sli *psli;
8938 struct lpfc_sli_ring *pring;
James Bottomley604a3e32005-10-29 10:28:33 -05008939 int i;
dea31012005-04-17 16:05:31 -05008940
8941 psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05008942 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05008943 INIT_LIST_HEAD(&psli->mboxq);
James Smart92d7f7b2007-06-17 19:56:38 -05008944 INIT_LIST_HEAD(&psli->mboxq_cmpl);
dea31012005-04-17 16:05:31 -05008945 /* Initialize list headers for txq and txcmplq as double linked lists */
8946 for (i = 0; i < psli->num_rings; i++) {
8947 pring = &psli->ring[i];
8948 pring->ringno = i;
James Smart7e56aa22012-08-03 12:35:34 -04008949 pring->sli.sli3.next_cmdidx = 0;
8950 pring->sli.sli3.local_getidx = 0;
8951 pring->sli.sli3.cmdidx = 0;
dea31012005-04-17 16:05:31 -05008952 INIT_LIST_HEAD(&pring->txq);
8953 INIT_LIST_HEAD(&pring->txcmplq);
8954 INIT_LIST_HEAD(&pring->iocb_continueq);
James Smart9c2face2008-01-11 01:53:18 -05008955 INIT_LIST_HEAD(&pring->iocb_continue_saveq);
dea31012005-04-17 16:05:31 -05008956 INIT_LIST_HEAD(&pring->postbufq);
James Smart7e56aa22012-08-03 12:35:34 -04008957 spin_lock_init(&pring->ring_lock);
dea31012005-04-17 16:05:31 -05008958 }
James Smart2e0fef82007-06-17 19:56:36 -05008959 spin_unlock_irq(&phba->hbalock);
8960 return 1;
dea31012005-04-17 16:05:31 -05008961}
8962
James Smarte59058c2008-08-24 21:49:00 -04008963/**
James Smart04c68492009-05-22 14:52:52 -04008964 * lpfc_sli_mbox_sys_flush - Flush mailbox command sub-system
8965 * @phba: Pointer to HBA context object.
8966 *
8967 * This routine flushes the mailbox command subsystem. It will unconditionally
8968 * flush all the mailbox commands in the three possible stages in the mailbox
8969 * command sub-system: pending mailbox command queue; the outstanding mailbox
8970 * command; and completed mailbox command queue. It is caller's responsibility
8971 * to make sure that the driver is in the proper state to flush the mailbox
8972 * command sub-system. Namely, the posting of mailbox commands into the
8973 * pending mailbox command queue from the various clients must be stopped;
8974 * either the HBA is in a state that it will never works on the outstanding
8975 * mailbox command (such as in EEH or ERATT conditions) or the outstanding
8976 * mailbox command has been completed.
8977 **/
8978static void
8979lpfc_sli_mbox_sys_flush(struct lpfc_hba *phba)
8980{
8981 LIST_HEAD(completions);
8982 struct lpfc_sli *psli = &phba->sli;
8983 LPFC_MBOXQ_t *pmb;
8984 unsigned long iflag;
8985
8986 /* Flush all the mailbox commands in the mbox system */
8987 spin_lock_irqsave(&phba->hbalock, iflag);
8988 /* The pending mailbox command queue */
8989 list_splice_init(&phba->sli.mboxq, &completions);
8990 /* The outstanding active mailbox command */
8991 if (psli->mbox_active) {
8992 list_add_tail(&psli->mbox_active->list, &completions);
8993 psli->mbox_active = NULL;
8994 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
8995 }
8996 /* The completed mailbox command queue */
8997 list_splice_init(&phba->sli.mboxq_cmpl, &completions);
8998 spin_unlock_irqrestore(&phba->hbalock, iflag);
8999
9000 /* Return all flushed mailbox commands with MBX_NOT_FINISHED status */
9001 while (!list_empty(&completions)) {
9002 list_remove_head(&completions, pmb, LPFC_MBOXQ_t, list);
9003 pmb->u.mb.mbxStatus = MBX_NOT_FINISHED;
9004 if (pmb->mbox_cmpl)
9005 pmb->mbox_cmpl(phba, pmb);
9006 }
9007}
9008
9009/**
James Smart3621a712009-04-06 18:47:14 -04009010 * lpfc_sli_host_down - Vport cleanup function
James Smarte59058c2008-08-24 21:49:00 -04009011 * @vport: Pointer to virtual port object.
9012 *
9013 * lpfc_sli_host_down is called to clean up the resources
9014 * associated with a vport before destroying virtual
9015 * port data structures.
9016 * This function does following operations:
9017 * - Free discovery resources associated with this virtual
9018 * port.
9019 * - Free iocbs associated with this virtual port in
9020 * the txq.
9021 * - Send abort for all iocb commands associated with this
9022 * vport in txcmplq.
9023 *
9024 * This function is called with no lock held and always returns 1.
9025 **/
dea31012005-04-17 16:05:31 -05009026int
James Smart92d7f7b2007-06-17 19:56:38 -05009027lpfc_sli_host_down(struct lpfc_vport *vport)
9028{
James Smart858c9f62007-06-17 19:56:39 -05009029 LIST_HEAD(completions);
James Smart92d7f7b2007-06-17 19:56:38 -05009030 struct lpfc_hba *phba = vport->phba;
9031 struct lpfc_sli *psli = &phba->sli;
9032 struct lpfc_sli_ring *pring;
9033 struct lpfc_iocbq *iocb, *next_iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05009034 int i;
9035 unsigned long flags = 0;
9036 uint16_t prev_pring_flag;
9037
9038 lpfc_cleanup_discovery_resources(vport);
9039
9040 spin_lock_irqsave(&phba->hbalock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009041 for (i = 0; i < psli->num_rings; i++) {
9042 pring = &psli->ring[i];
9043 prev_pring_flag = pring->flag;
James Smart5e9d9b82008-06-14 22:52:53 -04009044 /* Only slow rings */
9045 if (pring->ringno == LPFC_ELS_RING) {
James Smart858c9f62007-06-17 19:56:39 -05009046 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -04009047 /* Set the lpfc data pending flag */
9048 set_bit(LPFC_DATA_READY, &phba->data_flags);
9049 }
James Smart92d7f7b2007-06-17 19:56:38 -05009050 /*
9051 * Error everything on the txq since these iocbs have not been
9052 * given to the FW yet.
9053 */
James Smart92d7f7b2007-06-17 19:56:38 -05009054 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
9055 if (iocb->vport != vport)
9056 continue;
James Smart858c9f62007-06-17 19:56:39 -05009057 list_move_tail(&iocb->list, &completions);
James Smart92d7f7b2007-06-17 19:56:38 -05009058 pring->txq_cnt--;
James Smart92d7f7b2007-06-17 19:56:38 -05009059 }
9060
9061 /* Next issue ABTS for everything on the txcmplq */
9062 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq,
9063 list) {
9064 if (iocb->vport != vport)
9065 continue;
9066 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
9067 }
9068
9069 pring->flag = prev_pring_flag;
9070 }
9071
9072 spin_unlock_irqrestore(&phba->hbalock, flags);
9073
James Smarta257bf92009-04-06 18:48:10 -04009074 /* Cancel all the IOCBs from the completions list */
9075 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
9076 IOERR_SLI_DOWN);
James Smart92d7f7b2007-06-17 19:56:38 -05009077 return 1;
9078}
9079
James Smarte59058c2008-08-24 21:49:00 -04009080/**
James Smart3621a712009-04-06 18:47:14 -04009081 * lpfc_sli_hba_down - Resource cleanup function for the HBA
James Smarte59058c2008-08-24 21:49:00 -04009082 * @phba: Pointer to HBA context object.
9083 *
9084 * This function cleans up all iocb, buffers, mailbox commands
9085 * while shutting down the HBA. This function is called with no
9086 * lock held and always returns 1.
9087 * This function does the following to cleanup driver resources:
9088 * - Free discovery resources for each virtual port
9089 * - Cleanup any pending fabric iocbs
9090 * - Iterate through the iocb txq and free each entry
9091 * in the list.
9092 * - Free up any buffer posted to the HBA
9093 * - Free mailbox commands in the mailbox queue.
9094 **/
James Smart92d7f7b2007-06-17 19:56:38 -05009095int
James Smart2e0fef82007-06-17 19:56:36 -05009096lpfc_sli_hba_down(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05009097{
James Smart2534ba72007-04-25 09:52:20 -04009098 LIST_HEAD(completions);
James Smart2e0fef82007-06-17 19:56:36 -05009099 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05009100 struct lpfc_sli_ring *pring;
James Smart0ff10d42008-01-11 01:52:36 -05009101 struct lpfc_dmabuf *buf_ptr;
dea31012005-04-17 16:05:31 -05009102 unsigned long flags = 0;
James Smart04c68492009-05-22 14:52:52 -04009103 int i;
9104
9105 /* Shutdown the mailbox command sub-system */
James Smart618a5232012-06-12 13:54:36 -04009106 lpfc_sli_mbox_sys_shutdown(phba, LPFC_MBX_WAIT);
dea31012005-04-17 16:05:31 -05009107
dea31012005-04-17 16:05:31 -05009108 lpfc_hba_down_prep(phba);
9109
James Smart92d7f7b2007-06-17 19:56:38 -05009110 lpfc_fabric_abort_hba(phba);
9111
James Smart2e0fef82007-06-17 19:56:36 -05009112 spin_lock_irqsave(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -05009113 for (i = 0; i < psli->num_rings; i++) {
9114 pring = &psli->ring[i];
James Smart5e9d9b82008-06-14 22:52:53 -04009115 /* Only slow rings */
9116 if (pring->ringno == LPFC_ELS_RING) {
James Smart858c9f62007-06-17 19:56:39 -05009117 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -04009118 /* Set the lpfc data pending flag */
9119 set_bit(LPFC_DATA_READY, &phba->data_flags);
9120 }
dea31012005-04-17 16:05:31 -05009121
9122 /*
9123 * Error everything on the txq since these iocbs have not been
9124 * given to the FW yet.
9125 */
James Smart2534ba72007-04-25 09:52:20 -04009126 list_splice_init(&pring->txq, &completions);
dea31012005-04-17 16:05:31 -05009127 pring->txq_cnt = 0;
9128
dea31012005-04-17 16:05:31 -05009129 }
James Smart2e0fef82007-06-17 19:56:36 -05009130 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -05009131
James Smarta257bf92009-04-06 18:48:10 -04009132 /* Cancel all the IOCBs from the completions list */
9133 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
9134 IOERR_SLI_DOWN);
James Smart2534ba72007-04-25 09:52:20 -04009135
James Smart0ff10d42008-01-11 01:52:36 -05009136 spin_lock_irqsave(&phba->hbalock, flags);
9137 list_splice_init(&phba->elsbuf, &completions);
9138 phba->elsbuf_cnt = 0;
9139 phba->elsbuf_prev_cnt = 0;
9140 spin_unlock_irqrestore(&phba->hbalock, flags);
9141
9142 while (!list_empty(&completions)) {
9143 list_remove_head(&completions, buf_ptr,
9144 struct lpfc_dmabuf, list);
9145 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
9146 kfree(buf_ptr);
9147 }
9148
dea31012005-04-17 16:05:31 -05009149 /* Return any active mbox cmds */
9150 del_timer_sync(&psli->mbox_tmo);
James Smart92d7f7b2007-06-17 19:56:38 -05009151
James Smartda0436e2009-05-22 14:51:39 -04009152 spin_lock_irqsave(&phba->pport->work_port_lock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009153 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
James Smartda0436e2009-05-22 14:51:39 -04009154 spin_unlock_irqrestore(&phba->pport->work_port_lock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009155
James Smartda0436e2009-05-22 14:51:39 -04009156 return 1;
9157}
James Smart92d7f7b2007-06-17 19:56:38 -05009158
James Smartda0436e2009-05-22 14:51:39 -04009159/**
James Smart3621a712009-04-06 18:47:14 -04009160 * lpfc_sli_pcimem_bcopy - SLI memory copy function
James Smarte59058c2008-08-24 21:49:00 -04009161 * @srcp: Source memory pointer.
9162 * @destp: Destination memory pointer.
9163 * @cnt: Number of words required to be copied.
9164 *
9165 * This function is used for copying data between driver memory
9166 * and the SLI memory. This function also changes the endianness
9167 * of each word if native endianness is different from SLI
9168 * endianness. This function can be called with or without
9169 * lock.
9170 **/
dea31012005-04-17 16:05:31 -05009171void
9172lpfc_sli_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt)
9173{
9174 uint32_t *src = srcp;
9175 uint32_t *dest = destp;
9176 uint32_t ldata;
9177 int i;
9178
9179 for (i = 0; i < (int)cnt; i += sizeof (uint32_t)) {
9180 ldata = *src;
9181 ldata = le32_to_cpu(ldata);
9182 *dest = ldata;
9183 src++;
9184 dest++;
9185 }
9186}
9187
James Smarte59058c2008-08-24 21:49:00 -04009188
9189/**
James Smarta0c87cb2009-07-19 10:01:10 -04009190 * lpfc_sli_bemem_bcopy - SLI memory copy function
9191 * @srcp: Source memory pointer.
9192 * @destp: Destination memory pointer.
9193 * @cnt: Number of words required to be copied.
9194 *
9195 * This function is used for copying data between a data structure
9196 * with big endian representation to local endianness.
9197 * This function can be called with or without lock.
9198 **/
9199void
9200lpfc_sli_bemem_bcopy(void *srcp, void *destp, uint32_t cnt)
9201{
9202 uint32_t *src = srcp;
9203 uint32_t *dest = destp;
9204 uint32_t ldata;
9205 int i;
9206
9207 for (i = 0; i < (int)cnt; i += sizeof(uint32_t)) {
9208 ldata = *src;
9209 ldata = be32_to_cpu(ldata);
9210 *dest = ldata;
9211 src++;
9212 dest++;
9213 }
9214}
9215
9216/**
James Smart3621a712009-04-06 18:47:14 -04009217 * lpfc_sli_ringpostbuf_put - Function to add a buffer to postbufq
James Smarte59058c2008-08-24 21:49:00 -04009218 * @phba: Pointer to HBA context object.
9219 * @pring: Pointer to driver SLI ring object.
9220 * @mp: Pointer to driver buffer object.
9221 *
9222 * This function is called with no lock held.
9223 * It always return zero after adding the buffer to the postbufq
9224 * buffer list.
9225 **/
dea31012005-04-17 16:05:31 -05009226int
James Smart2e0fef82007-06-17 19:56:36 -05009227lpfc_sli_ringpostbuf_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9228 struct lpfc_dmabuf *mp)
dea31012005-04-17 16:05:31 -05009229{
9230 /* Stick struct lpfc_dmabuf at end of postbufq so driver can look it up
9231 later */
James Smart2e0fef82007-06-17 19:56:36 -05009232 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009233 list_add_tail(&mp->list, &pring->postbufq);
dea31012005-04-17 16:05:31 -05009234 pring->postbufq_cnt++;
James Smart2e0fef82007-06-17 19:56:36 -05009235 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009236 return 0;
9237}
9238
James Smarte59058c2008-08-24 21:49:00 -04009239/**
James Smart3621a712009-04-06 18:47:14 -04009240 * lpfc_sli_get_buffer_tag - allocates a tag for a CMD_QUE_XRI64_CX buffer
James Smarte59058c2008-08-24 21:49:00 -04009241 * @phba: Pointer to HBA context object.
9242 *
9243 * When HBQ is enabled, buffers are searched based on tags. This function
9244 * allocates a tag for buffer posted using CMD_QUE_XRI64_CX iocb. The
9245 * tag is bit wise or-ed with QUE_BUFTAG_BIT to make sure that the tag
9246 * does not conflict with tags of buffer posted for unsolicited events.
9247 * The function returns the allocated tag. The function is called with
9248 * no locks held.
9249 **/
James Smart76bb24e2007-10-27 13:38:00 -04009250uint32_t
9251lpfc_sli_get_buffer_tag(struct lpfc_hba *phba)
9252{
9253 spin_lock_irq(&phba->hbalock);
9254 phba->buffer_tag_count++;
9255 /*
9256 * Always set the QUE_BUFTAG_BIT to distiguish between
9257 * a tag assigned by HBQ.
9258 */
9259 phba->buffer_tag_count |= QUE_BUFTAG_BIT;
9260 spin_unlock_irq(&phba->hbalock);
9261 return phba->buffer_tag_count;
9262}
9263
James Smarte59058c2008-08-24 21:49:00 -04009264/**
James Smart3621a712009-04-06 18:47:14 -04009265 * lpfc_sli_ring_taggedbuf_get - find HBQ buffer associated with given tag
James Smarte59058c2008-08-24 21:49:00 -04009266 * @phba: Pointer to HBA context object.
9267 * @pring: Pointer to driver SLI ring object.
9268 * @tag: Buffer tag.
9269 *
9270 * Buffers posted using CMD_QUE_XRI64_CX iocb are in pring->postbufq
9271 * list. After HBA DMA data to these buffers, CMD_IOCB_RET_XRI64_CX
9272 * iocb is posted to the response ring with the tag of the buffer.
9273 * This function searches the pring->postbufq list using the tag
9274 * to find buffer associated with CMD_IOCB_RET_XRI64_CX
9275 * iocb. If the buffer is found then lpfc_dmabuf object of the
9276 * buffer is returned to the caller else NULL is returned.
9277 * This function is called with no lock held.
9278 **/
James Smart76bb24e2007-10-27 13:38:00 -04009279struct lpfc_dmabuf *
9280lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9281 uint32_t tag)
9282{
9283 struct lpfc_dmabuf *mp, *next_mp;
9284 struct list_head *slp = &pring->postbufq;
9285
Lucas De Marchi25985ed2011-03-30 22:57:33 -03009286 /* Search postbufq, from the beginning, looking for a match on tag */
James Smart76bb24e2007-10-27 13:38:00 -04009287 spin_lock_irq(&phba->hbalock);
9288 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
9289 if (mp->buffer_tag == tag) {
9290 list_del_init(&mp->list);
9291 pring->postbufq_cnt--;
9292 spin_unlock_irq(&phba->hbalock);
9293 return mp;
9294 }
9295 }
9296
9297 spin_unlock_irq(&phba->hbalock);
9298 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartd7c255b2008-08-24 21:50:00 -04009299 "0402 Cannot find virtual addr for buffer tag on "
James Smart76bb24e2007-10-27 13:38:00 -04009300 "ring %d Data x%lx x%p x%p x%x\n",
9301 pring->ringno, (unsigned long) tag,
9302 slp->next, slp->prev, pring->postbufq_cnt);
9303
9304 return NULL;
9305}
dea31012005-04-17 16:05:31 -05009306
James Smarte59058c2008-08-24 21:49:00 -04009307/**
James Smart3621a712009-04-06 18:47:14 -04009308 * lpfc_sli_ringpostbuf_get - search buffers for unsolicited CT and ELS events
James Smarte59058c2008-08-24 21:49:00 -04009309 * @phba: Pointer to HBA context object.
9310 * @pring: Pointer to driver SLI ring object.
9311 * @phys: DMA address of the buffer.
9312 *
9313 * This function searches the buffer list using the dma_address
9314 * of unsolicited event to find the driver's lpfc_dmabuf object
9315 * corresponding to the dma_address. The function returns the
9316 * lpfc_dmabuf object if a buffer is found else it returns NULL.
9317 * This function is called by the ct and els unsolicited event
9318 * handlers to get the buffer associated with the unsolicited
9319 * event.
9320 *
9321 * This function is called with no lock held.
9322 **/
dea31012005-04-17 16:05:31 -05009323struct lpfc_dmabuf *
9324lpfc_sli_ringpostbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9325 dma_addr_t phys)
9326{
9327 struct lpfc_dmabuf *mp, *next_mp;
9328 struct list_head *slp = &pring->postbufq;
9329
Lucas De Marchi25985ed2011-03-30 22:57:33 -03009330 /* Search postbufq, from the beginning, looking for a match on phys */
James Smart2e0fef82007-06-17 19:56:36 -05009331 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009332 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
9333 if (mp->phys == phys) {
9334 list_del_init(&mp->list);
9335 pring->postbufq_cnt--;
James Smart2e0fef82007-06-17 19:56:36 -05009336 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009337 return mp;
9338 }
9339 }
9340
James Smart2e0fef82007-06-17 19:56:36 -05009341 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009342 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04009343 "0410 Cannot find virtual addr for mapped buf on "
dea31012005-04-17 16:05:31 -05009344 "ring %d Data x%llx x%p x%p x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04009345 pring->ringno, (unsigned long long)phys,
dea31012005-04-17 16:05:31 -05009346 slp->next, slp->prev, pring->postbufq_cnt);
9347 return NULL;
9348}
9349
James Smarte59058c2008-08-24 21:49:00 -04009350/**
James Smart3621a712009-04-06 18:47:14 -04009351 * lpfc_sli_abort_els_cmpl - Completion handler for the els abort iocbs
James Smarte59058c2008-08-24 21:49:00 -04009352 * @phba: Pointer to HBA context object.
9353 * @cmdiocb: Pointer to driver command iocb object.
9354 * @rspiocb: Pointer to driver response iocb object.
9355 *
9356 * This function is the completion handler for the abort iocbs for
9357 * ELS commands. This function is called from the ELS ring event
9358 * handler with no lock held. This function frees memory resources
9359 * associated with the abort iocb.
9360 **/
dea31012005-04-17 16:05:31 -05009361static void
James Smart2e0fef82007-06-17 19:56:36 -05009362lpfc_sli_abort_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9363 struct lpfc_iocbq *rspiocb)
dea31012005-04-17 16:05:31 -05009364{
James Smart2e0fef82007-06-17 19:56:36 -05009365 IOCB_t *irsp = &rspiocb->iocb;
James Smart2680eea2007-04-25 09:52:55 -04009366 uint16_t abort_iotag, abort_context;
James Smartff78d8f2011-12-13 13:21:35 -05009367 struct lpfc_iocbq *abort_iocb = NULL;
James Smart2680eea2007-04-25 09:52:55 -04009368
9369 if (irsp->ulpStatus) {
James Smartff78d8f2011-12-13 13:21:35 -05009370
9371 /*
9372 * Assume that the port already completed and returned, or
9373 * will return the iocb. Just Log the message.
9374 */
James Smart2680eea2007-04-25 09:52:55 -04009375 abort_context = cmdiocb->iocb.un.acxri.abortContextTag;
9376 abort_iotag = cmdiocb->iocb.un.acxri.abortIoTag;
9377
James Smart2e0fef82007-06-17 19:56:36 -05009378 spin_lock_irq(&phba->hbalock);
James Smart45ed1192009-10-02 15:17:02 -04009379 if (phba->sli_rev < LPFC_SLI_REV4) {
9380 if (abort_iotag != 0 &&
9381 abort_iotag <= phba->sli.last_iotag)
9382 abort_iocb =
9383 phba->sli.iocbq_lookup[abort_iotag];
9384 } else
9385 /* For sli4 the abort_tag is the XRI,
9386 * so the abort routine puts the iotag of the iocb
9387 * being aborted in the context field of the abort
9388 * IOCB.
9389 */
9390 abort_iocb = phba->sli.iocbq_lookup[abort_context];
James Smart2680eea2007-04-25 09:52:55 -04009391
James Smart2a9bf3d2010-06-07 15:24:45 -04009392 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS | LOG_SLI,
9393 "0327 Cannot abort els iocb %p "
9394 "with tag %x context %x, abort status %x, "
9395 "abort code %x\n",
9396 abort_iocb, abort_iotag, abort_context,
9397 irsp->ulpStatus, irsp->un.ulpWord[4]);
James Smart2680eea2007-04-25 09:52:55 -04009398
James Smartff78d8f2011-12-13 13:21:35 -05009399 spin_unlock_irq(&phba->hbalock);
James Smart2680eea2007-04-25 09:52:55 -04009400 }
James Bottomley604a3e32005-10-29 10:28:33 -05009401 lpfc_sli_release_iocbq(phba, cmdiocb);
dea31012005-04-17 16:05:31 -05009402 return;
9403}
9404
James Smarte59058c2008-08-24 21:49:00 -04009405/**
James Smart3621a712009-04-06 18:47:14 -04009406 * lpfc_ignore_els_cmpl - Completion handler for aborted ELS command
James Smarte59058c2008-08-24 21:49:00 -04009407 * @phba: Pointer to HBA context object.
9408 * @cmdiocb: Pointer to driver command iocb object.
9409 * @rspiocb: Pointer to driver response iocb object.
9410 *
9411 * The function is called from SLI ring event handler with no
9412 * lock held. This function is the completion handler for ELS commands
9413 * which are aborted. The function frees memory resources used for
9414 * the aborted ELS commands.
9415 **/
James Smart92d7f7b2007-06-17 19:56:38 -05009416static void
9417lpfc_ignore_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9418 struct lpfc_iocbq *rspiocb)
9419{
9420 IOCB_t *irsp = &rspiocb->iocb;
9421
9422 /* ELS cmd tag <ulpIoTag> completes */
9423 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smartd7c255b2008-08-24 21:50:00 -04009424 "0139 Ignoring ELS cmd tag x%x completion Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05009425 "x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04009426 irsp->ulpIoTag, irsp->ulpStatus,
James Smart92d7f7b2007-06-17 19:56:38 -05009427 irsp->un.ulpWord[4], irsp->ulpTimeout);
James Smart858c9f62007-06-17 19:56:39 -05009428 if (cmdiocb->iocb.ulpCommand == CMD_GEN_REQUEST64_CR)
9429 lpfc_ct_free_iocb(phba, cmdiocb);
9430 else
9431 lpfc_els_free_iocb(phba, cmdiocb);
James Smart92d7f7b2007-06-17 19:56:38 -05009432 return;
9433}
9434
James Smarte59058c2008-08-24 21:49:00 -04009435/**
James Smart5af5eee2010-10-22 11:06:38 -04009436 * lpfc_sli_abort_iotag_issue - Issue abort for a command iocb
James Smarte59058c2008-08-24 21:49:00 -04009437 * @phba: Pointer to HBA context object.
9438 * @pring: Pointer to driver SLI ring object.
9439 * @cmdiocb: Pointer to driver command iocb object.
9440 *
James Smart5af5eee2010-10-22 11:06:38 -04009441 * This function issues an abort iocb for the provided command iocb down to
9442 * the port. Other than the case the outstanding command iocb is an abort
9443 * request, this function issues abort out unconditionally. This function is
9444 * called with hbalock held. The function returns 0 when it fails due to
9445 * memory allocation failure or when the command iocb is an abort request.
James Smarte59058c2008-08-24 21:49:00 -04009446 **/
James Smart5af5eee2010-10-22 11:06:38 -04009447static int
9448lpfc_sli_abort_iotag_issue(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05009449 struct lpfc_iocbq *cmdiocb)
dea31012005-04-17 16:05:31 -05009450{
James Smart2e0fef82007-06-17 19:56:36 -05009451 struct lpfc_vport *vport = cmdiocb->vport;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009452 struct lpfc_iocbq *abtsiocbp;
dea31012005-04-17 16:05:31 -05009453 IOCB_t *icmd = NULL;
9454 IOCB_t *iabt = NULL;
James Smart5af5eee2010-10-22 11:06:38 -04009455 int retval;
James Smart7e56aa22012-08-03 12:35:34 -04009456 unsigned long iflags;
James Smart07951072007-04-25 09:51:38 -04009457
James Smart92d7f7b2007-06-17 19:56:38 -05009458 /*
9459 * There are certain command types we don't want to abort. And we
9460 * don't want to abort commands that are already in the process of
9461 * being aborted.
James Smart07951072007-04-25 09:51:38 -04009462 */
9463 icmd = &cmdiocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05009464 if (icmd->ulpCommand == CMD_ABORT_XRI_CN ||
James Smart92d7f7b2007-06-17 19:56:38 -05009465 icmd->ulpCommand == CMD_CLOSE_XRI_CN ||
9466 (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0)
James Smart07951072007-04-25 09:51:38 -04009467 return 0;
9468
dea31012005-04-17 16:05:31 -05009469 /* issue ABTS for this IOCB based on iotag */
James Smart92d7f7b2007-06-17 19:56:38 -05009470 abtsiocbp = __lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05009471 if (abtsiocbp == NULL)
9472 return 0;
dea31012005-04-17 16:05:31 -05009473
James Smart07951072007-04-25 09:51:38 -04009474 /* This signals the response to set the correct status
James Smart341af102010-01-26 23:07:37 -05009475 * before calling the completion handler
James Smart07951072007-04-25 09:51:38 -04009476 */
9477 cmdiocb->iocb_flag |= LPFC_DRIVER_ABORTED;
9478
dea31012005-04-17 16:05:31 -05009479 iabt = &abtsiocbp->iocb;
James Smart07951072007-04-25 09:51:38 -04009480 iabt->un.acxri.abortType = ABORT_TYPE_ABTS;
9481 iabt->un.acxri.abortContextTag = icmd->ulpContext;
James Smart45ed1192009-10-02 15:17:02 -04009482 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smartda0436e2009-05-22 14:51:39 -04009483 iabt->un.acxri.abortIoTag = cmdiocb->sli4_xritag;
James Smart45ed1192009-10-02 15:17:02 -04009484 iabt->un.acxri.abortContextTag = cmdiocb->iotag;
9485 }
James Smartda0436e2009-05-22 14:51:39 -04009486 else
9487 iabt->un.acxri.abortIoTag = icmd->ulpIoTag;
dea31012005-04-17 16:05:31 -05009488 iabt->ulpLe = 1;
James Smart07951072007-04-25 09:51:38 -04009489 iabt->ulpClass = icmd->ulpClass;
dea31012005-04-17 16:05:31 -05009490
James Smart5ffc2662009-11-18 15:39:44 -05009491 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
9492 abtsiocbp->fcp_wqidx = cmdiocb->fcp_wqidx;
James Smart341af102010-01-26 23:07:37 -05009493 if (cmdiocb->iocb_flag & LPFC_IO_FCP)
9494 abtsiocbp->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart5ffc2662009-11-18 15:39:44 -05009495
James Smart2e0fef82007-06-17 19:56:36 -05009496 if (phba->link_state >= LPFC_LINK_UP)
James Smart07951072007-04-25 09:51:38 -04009497 iabt->ulpCommand = CMD_ABORT_XRI_CN;
9498 else
9499 iabt->ulpCommand = CMD_CLOSE_XRI_CN;
9500
9501 abtsiocbp->iocb_cmpl = lpfc_sli_abort_els_cmpl;
James Smart5b8bd0c2007-04-25 09:52:49 -04009502
James Smarte8b62012007-08-02 11:10:09 -04009503 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
9504 "0339 Abort xri x%x, original iotag x%x, "
9505 "abort cmd iotag x%x\n",
James Smart2a9bf3d2010-06-07 15:24:45 -04009506 iabt->un.acxri.abortIoTag,
James Smarte8b62012007-08-02 11:10:09 -04009507 iabt->un.acxri.abortContextTag,
James Smart2a9bf3d2010-06-07 15:24:45 -04009508 abtsiocbp->iotag);
James Smart7e56aa22012-08-03 12:35:34 -04009509
9510 if (phba->sli_rev == LPFC_SLI_REV4) {
9511 /* Note: both hbalock and ring_lock need to be set here */
9512 spin_lock_irqsave(&pring->ring_lock, iflags);
9513 retval = __lpfc_sli_issue_iocb(phba, pring->ringno,
9514 abtsiocbp, 0);
9515 spin_unlock_irqrestore(&pring->ring_lock, iflags);
9516 } else {
9517 retval = __lpfc_sli_issue_iocb(phba, pring->ringno,
9518 abtsiocbp, 0);
9519 }
James Smart07951072007-04-25 09:51:38 -04009520
James Smartd7c255b2008-08-24 21:50:00 -04009521 if (retval)
9522 __lpfc_sli_release_iocbq(phba, abtsiocbp);
James Smart5af5eee2010-10-22 11:06:38 -04009523
9524 /*
9525 * Caller to this routine should check for IOCB_ERROR
9526 * and handle it properly. This routine no longer removes
9527 * iocb off txcmplq and call compl in case of IOCB_ERROR.
9528 */
9529 return retval;
9530}
9531
9532/**
9533 * lpfc_sli_issue_abort_iotag - Abort function for a command iocb
9534 * @phba: Pointer to HBA context object.
9535 * @pring: Pointer to driver SLI ring object.
9536 * @cmdiocb: Pointer to driver command iocb object.
9537 *
9538 * This function issues an abort iocb for the provided command iocb. In case
9539 * of unloading, the abort iocb will not be issued to commands on the ELS
9540 * ring. Instead, the callback function shall be changed to those commands
9541 * so that nothing happens when them finishes. This function is called with
9542 * hbalock held. The function returns 0 when the command iocb is an abort
9543 * request.
9544 **/
9545int
9546lpfc_sli_issue_abort_iotag(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9547 struct lpfc_iocbq *cmdiocb)
9548{
9549 struct lpfc_vport *vport = cmdiocb->vport;
9550 int retval = IOCB_ERROR;
9551 IOCB_t *icmd = NULL;
9552
9553 /*
9554 * There are certain command types we don't want to abort. And we
9555 * don't want to abort commands that are already in the process of
9556 * being aborted.
9557 */
9558 icmd = &cmdiocb->iocb;
9559 if (icmd->ulpCommand == CMD_ABORT_XRI_CN ||
9560 icmd->ulpCommand == CMD_CLOSE_XRI_CN ||
9561 (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0)
9562 return 0;
9563
9564 /*
9565 * If we're unloading, don't abort iocb on the ELS ring, but change
9566 * the callback so that nothing happens when it finishes.
9567 */
9568 if ((vport->load_flag & FC_UNLOADING) &&
9569 (pring->ringno == LPFC_ELS_RING)) {
9570 if (cmdiocb->iocb_flag & LPFC_IO_FABRIC)
9571 cmdiocb->fabric_iocb_cmpl = lpfc_ignore_els_cmpl;
9572 else
9573 cmdiocb->iocb_cmpl = lpfc_ignore_els_cmpl;
9574 goto abort_iotag_exit;
9575 }
9576
9577 /* Now, we try to issue the abort to the cmdiocb out */
9578 retval = lpfc_sli_abort_iotag_issue(phba, pring, cmdiocb);
9579
James Smart07951072007-04-25 09:51:38 -04009580abort_iotag_exit:
James Smart2e0fef82007-06-17 19:56:36 -05009581 /*
9582 * Caller to this routine should check for IOCB_ERROR
9583 * and handle it properly. This routine no longer removes
9584 * iocb off txcmplq and call compl in case of IOCB_ERROR.
James Smart07951072007-04-25 09:51:38 -04009585 */
James Smart2e0fef82007-06-17 19:56:36 -05009586 return retval;
dea31012005-04-17 16:05:31 -05009587}
9588
James Smarte59058c2008-08-24 21:49:00 -04009589/**
James Smart5af5eee2010-10-22 11:06:38 -04009590 * lpfc_sli_iocb_ring_abort - Unconditionally abort all iocbs on an iocb ring
9591 * @phba: Pointer to HBA context object.
9592 * @pring: Pointer to driver SLI ring object.
9593 *
9594 * This function aborts all iocbs in the given ring and frees all the iocb
9595 * objects in txq. This function issues abort iocbs unconditionally for all
9596 * the iocb commands in txcmplq. The iocbs in the txcmplq is not guaranteed
9597 * to complete before the return of this function. The caller is not required
9598 * to hold any locks.
9599 **/
9600static void
9601lpfc_sli_iocb_ring_abort(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
9602{
9603 LIST_HEAD(completions);
9604 struct lpfc_iocbq *iocb, *next_iocb;
9605
9606 if (pring->ringno == LPFC_ELS_RING)
9607 lpfc_fabric_abort_hba(phba);
9608
9609 spin_lock_irq(&phba->hbalock);
9610
9611 /* Take off all the iocbs on txq for cancelling */
9612 list_splice_init(&pring->txq, &completions);
9613 pring->txq_cnt = 0;
9614
9615 /* Next issue ABTS for everything on the txcmplq */
9616 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list)
9617 lpfc_sli_abort_iotag_issue(phba, pring, iocb);
9618
9619 spin_unlock_irq(&phba->hbalock);
9620
9621 /* Cancel all the IOCBs from the completions list */
9622 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
9623 IOERR_SLI_ABORTED);
9624}
9625
9626/**
9627 * lpfc_sli_hba_iocb_abort - Abort all iocbs to an hba.
9628 * @phba: pointer to lpfc HBA data structure.
9629 *
9630 * This routine will abort all pending and outstanding iocbs to an HBA.
9631 **/
9632void
9633lpfc_sli_hba_iocb_abort(struct lpfc_hba *phba)
9634{
9635 struct lpfc_sli *psli = &phba->sli;
9636 struct lpfc_sli_ring *pring;
9637 int i;
9638
9639 for (i = 0; i < psli->num_rings; i++) {
9640 pring = &psli->ring[i];
9641 lpfc_sli_iocb_ring_abort(phba, pring);
9642 }
9643}
9644
9645/**
James Smart3621a712009-04-06 18:47:14 -04009646 * lpfc_sli_validate_fcp_iocb - find commands associated with a vport or LUN
James Smarte59058c2008-08-24 21:49:00 -04009647 * @iocbq: Pointer to driver iocb object.
9648 * @vport: Pointer to driver virtual port object.
9649 * @tgt_id: SCSI ID of the target.
9650 * @lun_id: LUN ID of the scsi device.
9651 * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST
9652 *
James Smart3621a712009-04-06 18:47:14 -04009653 * This function acts as an iocb filter for functions which abort or count
James Smarte59058c2008-08-24 21:49:00 -04009654 * all FCP iocbs pending on a lun/SCSI target/SCSI host. It will return
9655 * 0 if the filtering criteria is met for the given iocb and will return
9656 * 1 if the filtering criteria is not met.
9657 * If ctx_cmd == LPFC_CTX_LUN, the function returns 0 only if the
9658 * given iocb is for the SCSI device specified by vport, tgt_id and
9659 * lun_id parameter.
9660 * If ctx_cmd == LPFC_CTX_TGT, the function returns 0 only if the
9661 * given iocb is for the SCSI target specified by vport and tgt_id
9662 * parameters.
9663 * If ctx_cmd == LPFC_CTX_HOST, the function returns 0 only if the
9664 * given iocb is for the SCSI host associated with the given vport.
9665 * This function is called with no locks held.
9666 **/
dea31012005-04-17 16:05:31 -05009667static int
James Smart51ef4c22007-08-02 11:10:31 -04009668lpfc_sli_validate_fcp_iocb(struct lpfc_iocbq *iocbq, struct lpfc_vport *vport,
9669 uint16_t tgt_id, uint64_t lun_id,
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009670 lpfc_ctx_cmd ctx_cmd)
dea31012005-04-17 16:05:31 -05009671{
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009672 struct lpfc_scsi_buf *lpfc_cmd;
dea31012005-04-17 16:05:31 -05009673 int rc = 1;
9674
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009675 if (!(iocbq->iocb_flag & LPFC_IO_FCP))
9676 return rc;
9677
James Smart51ef4c22007-08-02 11:10:31 -04009678 if (iocbq->vport != vport)
9679 return rc;
9680
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009681 lpfc_cmd = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq);
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009682
James Smart495a7142008-06-14 22:52:59 -04009683 if (lpfc_cmd->pCmd == NULL)
dea31012005-04-17 16:05:31 -05009684 return rc;
9685
9686 switch (ctx_cmd) {
9687 case LPFC_CTX_LUN:
James Smart495a7142008-06-14 22:52:59 -04009688 if ((lpfc_cmd->rdata->pnode) &&
9689 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id) &&
9690 (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id))
dea31012005-04-17 16:05:31 -05009691 rc = 0;
9692 break;
9693 case LPFC_CTX_TGT:
James Smart495a7142008-06-14 22:52:59 -04009694 if ((lpfc_cmd->rdata->pnode) &&
9695 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id))
dea31012005-04-17 16:05:31 -05009696 rc = 0;
9697 break;
dea31012005-04-17 16:05:31 -05009698 case LPFC_CTX_HOST:
9699 rc = 0;
9700 break;
9701 default:
9702 printk(KERN_ERR "%s: Unknown context cmd type, value %d\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07009703 __func__, ctx_cmd);
dea31012005-04-17 16:05:31 -05009704 break;
9705 }
9706
9707 return rc;
9708}
9709
James Smarte59058c2008-08-24 21:49:00 -04009710/**
James Smart3621a712009-04-06 18:47:14 -04009711 * lpfc_sli_sum_iocb - Function to count the number of FCP iocbs pending
James Smarte59058c2008-08-24 21:49:00 -04009712 * @vport: Pointer to virtual port.
9713 * @tgt_id: SCSI ID of the target.
9714 * @lun_id: LUN ID of the scsi device.
9715 * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
9716 *
9717 * This function returns number of FCP commands pending for the vport.
9718 * When ctx_cmd == LPFC_CTX_LUN, the function returns number of FCP
9719 * commands pending on the vport associated with SCSI device specified
9720 * by tgt_id and lun_id parameters.
9721 * When ctx_cmd == LPFC_CTX_TGT, the function returns number of FCP
9722 * commands pending on the vport associated with SCSI target specified
9723 * by tgt_id parameter.
9724 * When ctx_cmd == LPFC_CTX_HOST, the function returns number of FCP
9725 * commands pending on the vport.
9726 * This function returns the number of iocbs which satisfy the filter.
9727 * This function is called without any lock held.
9728 **/
dea31012005-04-17 16:05:31 -05009729int
James Smart51ef4c22007-08-02 11:10:31 -04009730lpfc_sli_sum_iocb(struct lpfc_vport *vport, uint16_t tgt_id, uint64_t lun_id,
9731 lpfc_ctx_cmd ctx_cmd)
dea31012005-04-17 16:05:31 -05009732{
James Smart51ef4c22007-08-02 11:10:31 -04009733 struct lpfc_hba *phba = vport->phba;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009734 struct lpfc_iocbq *iocbq;
9735 int sum, i;
dea31012005-04-17 16:05:31 -05009736
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009737 for (i = 1, sum = 0; i <= phba->sli.last_iotag; i++) {
9738 iocbq = phba->sli.iocbq_lookup[i];
dea31012005-04-17 16:05:31 -05009739
James Smart51ef4c22007-08-02 11:10:31 -04009740 if (lpfc_sli_validate_fcp_iocb (iocbq, vport, tgt_id, lun_id,
9741 ctx_cmd) == 0)
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009742 sum++;
dea31012005-04-17 16:05:31 -05009743 }
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009744
dea31012005-04-17 16:05:31 -05009745 return sum;
9746}
9747
James Smarte59058c2008-08-24 21:49:00 -04009748/**
James Smart3621a712009-04-06 18:47:14 -04009749 * lpfc_sli_abort_fcp_cmpl - Completion handler function for aborted FCP IOCBs
James Smarte59058c2008-08-24 21:49:00 -04009750 * @phba: Pointer to HBA context object
9751 * @cmdiocb: Pointer to command iocb object.
9752 * @rspiocb: Pointer to response iocb object.
9753 *
9754 * This function is called when an aborted FCP iocb completes. This
9755 * function is called by the ring event handler with no lock held.
9756 * This function frees the iocb.
9757 **/
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009758void
James Smart2e0fef82007-06-17 19:56:36 -05009759lpfc_sli_abort_fcp_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9760 struct lpfc_iocbq *rspiocb)
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009761{
James Smartcb69f7d2011-12-13 13:21:57 -05009762 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
9763 "3096 ABORT_XRI_CN completing on xri x%x "
9764 "original iotag x%x, abort cmd iotag x%x "
9765 "status 0x%x, reason 0x%x\n",
9766 cmdiocb->iocb.un.acxri.abortContextTag,
9767 cmdiocb->iocb.un.acxri.abortIoTag,
9768 cmdiocb->iotag, rspiocb->iocb.ulpStatus,
9769 rspiocb->iocb.un.ulpWord[4]);
James Bottomley604a3e32005-10-29 10:28:33 -05009770 lpfc_sli_release_iocbq(phba, cmdiocb);
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009771 return;
9772}
9773
James Smarte59058c2008-08-24 21:49:00 -04009774/**
James Smart3621a712009-04-06 18:47:14 -04009775 * lpfc_sli_abort_iocb - issue abort for all commands on a host/target/LUN
James Smarte59058c2008-08-24 21:49:00 -04009776 * @vport: Pointer to virtual port.
9777 * @pring: Pointer to driver SLI ring object.
9778 * @tgt_id: SCSI ID of the target.
9779 * @lun_id: LUN ID of the scsi device.
9780 * @abort_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
9781 *
9782 * This function sends an abort command for every SCSI command
9783 * associated with the given virtual port pending on the ring
9784 * filtered by lpfc_sli_validate_fcp_iocb function.
9785 * When abort_cmd == LPFC_CTX_LUN, the function sends abort only to the
9786 * FCP iocbs associated with lun specified by tgt_id and lun_id
9787 * parameters
9788 * When abort_cmd == LPFC_CTX_TGT, the function sends abort only to the
9789 * FCP iocbs associated with SCSI target specified by tgt_id parameter.
9790 * When abort_cmd == LPFC_CTX_HOST, the function sends abort to all
9791 * FCP iocbs associated with virtual port.
9792 * This function returns number of iocbs it failed to abort.
9793 * This function is called with no locks held.
9794 **/
dea31012005-04-17 16:05:31 -05009795int
James Smart51ef4c22007-08-02 11:10:31 -04009796lpfc_sli_abort_iocb(struct lpfc_vport *vport, struct lpfc_sli_ring *pring,
9797 uint16_t tgt_id, uint64_t lun_id, lpfc_ctx_cmd abort_cmd)
dea31012005-04-17 16:05:31 -05009798{
James Smart51ef4c22007-08-02 11:10:31 -04009799 struct lpfc_hba *phba = vport->phba;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009800 struct lpfc_iocbq *iocbq;
9801 struct lpfc_iocbq *abtsiocb;
dea31012005-04-17 16:05:31 -05009802 IOCB_t *cmd = NULL;
dea31012005-04-17 16:05:31 -05009803 int errcnt = 0, ret_val = 0;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009804 int i;
dea31012005-04-17 16:05:31 -05009805
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009806 for (i = 1; i <= phba->sli.last_iotag; i++) {
9807 iocbq = phba->sli.iocbq_lookup[i];
dea31012005-04-17 16:05:31 -05009808
James Smart51ef4c22007-08-02 11:10:31 -04009809 if (lpfc_sli_validate_fcp_iocb(iocbq, vport, tgt_id, lun_id,
James Smart2e0fef82007-06-17 19:56:36 -05009810 abort_cmd) != 0)
dea31012005-04-17 16:05:31 -05009811 continue;
9812
9813 /* issue ABTS for this IOCB based on iotag */
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009814 abtsiocb = lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05009815 if (abtsiocb == NULL) {
9816 errcnt++;
9817 continue;
9818 }
dea31012005-04-17 16:05:31 -05009819
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009820 cmd = &iocbq->iocb;
dea31012005-04-17 16:05:31 -05009821 abtsiocb->iocb.un.acxri.abortType = ABORT_TYPE_ABTS;
9822 abtsiocb->iocb.un.acxri.abortContextTag = cmd->ulpContext;
James Smartda0436e2009-05-22 14:51:39 -04009823 if (phba->sli_rev == LPFC_SLI_REV4)
9824 abtsiocb->iocb.un.acxri.abortIoTag = iocbq->sli4_xritag;
9825 else
9826 abtsiocb->iocb.un.acxri.abortIoTag = cmd->ulpIoTag;
dea31012005-04-17 16:05:31 -05009827 abtsiocb->iocb.ulpLe = 1;
9828 abtsiocb->iocb.ulpClass = cmd->ulpClass;
James Smart2e0fef82007-06-17 19:56:36 -05009829 abtsiocb->vport = phba->pport;
dea31012005-04-17 16:05:31 -05009830
James Smart5ffc2662009-11-18 15:39:44 -05009831 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
9832 abtsiocb->fcp_wqidx = iocbq->fcp_wqidx;
James Smart341af102010-01-26 23:07:37 -05009833 if (iocbq->iocb_flag & LPFC_IO_FCP)
9834 abtsiocb->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart5ffc2662009-11-18 15:39:44 -05009835
James Smart2e0fef82007-06-17 19:56:36 -05009836 if (lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05009837 abtsiocb->iocb.ulpCommand = CMD_ABORT_XRI_CN;
9838 else
9839 abtsiocb->iocb.ulpCommand = CMD_CLOSE_XRI_CN;
9840
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009841 /* Setup callback routine and issue the command. */
9842 abtsiocb->iocb_cmpl = lpfc_sli_abort_fcp_cmpl;
James Smartda0436e2009-05-22 14:51:39 -04009843 ret_val = lpfc_sli_issue_iocb(phba, pring->ringno,
9844 abtsiocb, 0);
dea31012005-04-17 16:05:31 -05009845 if (ret_val == IOCB_ERROR) {
James Bottomley604a3e32005-10-29 10:28:33 -05009846 lpfc_sli_release_iocbq(phba, abtsiocb);
dea31012005-04-17 16:05:31 -05009847 errcnt++;
9848 continue;
9849 }
9850 }
9851
9852 return errcnt;
9853}
9854
James Smarte59058c2008-08-24 21:49:00 -04009855/**
James Smart3621a712009-04-06 18:47:14 -04009856 * lpfc_sli_wake_iocb_wait - lpfc_sli_issue_iocb_wait's completion handler
James Smarte59058c2008-08-24 21:49:00 -04009857 * @phba: Pointer to HBA context object.
9858 * @cmdiocbq: Pointer to command iocb.
9859 * @rspiocbq: Pointer to response iocb.
9860 *
9861 * This function is the completion handler for iocbs issued using
9862 * lpfc_sli_issue_iocb_wait function. This function is called by the
9863 * ring event handler function without any lock held. This function
9864 * can be called from both worker thread context and interrupt
9865 * context. This function also can be called from other thread which
9866 * cleans up the SLI layer objects.
9867 * This function copy the contents of the response iocb to the
9868 * response iocb memory object provided by the caller of
9869 * lpfc_sli_issue_iocb_wait and then wakes up the thread which
9870 * sleeps for the iocb completion.
9871 **/
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009872static void
9873lpfc_sli_wake_iocb_wait(struct lpfc_hba *phba,
9874 struct lpfc_iocbq *cmdiocbq,
9875 struct lpfc_iocbq *rspiocbq)
dea31012005-04-17 16:05:31 -05009876{
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009877 wait_queue_head_t *pdone_q;
9878 unsigned long iflags;
James Smart0f65ff62010-02-26 14:14:23 -05009879 struct lpfc_scsi_buf *lpfc_cmd;
dea31012005-04-17 16:05:31 -05009880
James Smart2e0fef82007-06-17 19:56:36 -05009881 spin_lock_irqsave(&phba->hbalock, iflags);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009882 cmdiocbq->iocb_flag |= LPFC_IO_WAKE;
9883 if (cmdiocbq->context2 && rspiocbq)
9884 memcpy(&((struct lpfc_iocbq *)cmdiocbq->context2)->iocb,
9885 &rspiocbq->iocb, sizeof(IOCB_t));
9886
James Smart0f65ff62010-02-26 14:14:23 -05009887 /* Set the exchange busy flag for task management commands */
9888 if ((cmdiocbq->iocb_flag & LPFC_IO_FCP) &&
9889 !(cmdiocbq->iocb_flag & LPFC_IO_LIBDFC)) {
9890 lpfc_cmd = container_of(cmdiocbq, struct lpfc_scsi_buf,
9891 cur_iocbq);
9892 lpfc_cmd->exch_busy = rspiocbq->iocb_flag & LPFC_EXCHANGE_BUSY;
9893 }
9894
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009895 pdone_q = cmdiocbq->context_un.wait_queue;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009896 if (pdone_q)
9897 wake_up(pdone_q);
James Smart858c9f62007-06-17 19:56:39 -05009898 spin_unlock_irqrestore(&phba->hbalock, iflags);
dea31012005-04-17 16:05:31 -05009899 return;
9900}
9901
James Smarte59058c2008-08-24 21:49:00 -04009902/**
James Smartd11e31d2009-06-10 17:23:06 -04009903 * lpfc_chk_iocb_flg - Test IOCB flag with lock held.
9904 * @phba: Pointer to HBA context object..
9905 * @piocbq: Pointer to command iocb.
9906 * @flag: Flag to test.
9907 *
9908 * This routine grabs the hbalock and then test the iocb_flag to
9909 * see if the passed in flag is set.
9910 * Returns:
9911 * 1 if flag is set.
9912 * 0 if flag is not set.
9913 **/
9914static int
9915lpfc_chk_iocb_flg(struct lpfc_hba *phba,
9916 struct lpfc_iocbq *piocbq, uint32_t flag)
9917{
9918 unsigned long iflags;
9919 int ret;
9920
9921 spin_lock_irqsave(&phba->hbalock, iflags);
9922 ret = piocbq->iocb_flag & flag;
9923 spin_unlock_irqrestore(&phba->hbalock, iflags);
9924 return ret;
9925
9926}
9927
9928/**
James Smart3621a712009-04-06 18:47:14 -04009929 * lpfc_sli_issue_iocb_wait - Synchronous function to issue iocb commands
James Smarte59058c2008-08-24 21:49:00 -04009930 * @phba: Pointer to HBA context object..
9931 * @pring: Pointer to sli ring.
9932 * @piocb: Pointer to command iocb.
9933 * @prspiocbq: Pointer to response iocb.
9934 * @timeout: Timeout in number of seconds.
9935 *
9936 * This function issues the iocb to firmware and waits for the
9937 * iocb to complete. If the iocb command is not
9938 * completed within timeout seconds, it returns IOCB_TIMEDOUT.
9939 * Caller should not free the iocb resources if this function
9940 * returns IOCB_TIMEDOUT.
9941 * The function waits for the iocb completion using an
9942 * non-interruptible wait.
9943 * This function will sleep while waiting for iocb completion.
9944 * So, this function should not be called from any context which
9945 * does not allow sleeping. Due to the same reason, this function
9946 * cannot be called with interrupt disabled.
9947 * This function assumes that the iocb completions occur while
9948 * this function sleep. So, this function cannot be called from
9949 * the thread which process iocb completion for this ring.
9950 * This function clears the iocb_flag of the iocb object before
9951 * issuing the iocb and the iocb completion handler sets this
9952 * flag and wakes this thread when the iocb completes.
9953 * The contents of the response iocb will be copied to prspiocbq
9954 * by the completion handler when the command completes.
9955 * This function returns IOCB_SUCCESS when success.
9956 * This function is called with no lock held.
9957 **/
dea31012005-04-17 16:05:31 -05009958int
James Smart2e0fef82007-06-17 19:56:36 -05009959lpfc_sli_issue_iocb_wait(struct lpfc_hba *phba,
James Smartda0436e2009-05-22 14:51:39 -04009960 uint32_t ring_number,
James Smart2e0fef82007-06-17 19:56:36 -05009961 struct lpfc_iocbq *piocb,
9962 struct lpfc_iocbq *prspiocbq,
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009963 uint32_t timeout)
dea31012005-04-17 16:05:31 -05009964{
Peter Zijlstra7259f0d2006-10-29 22:46:36 -08009965 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009966 long timeleft, timeout_req = 0;
9967 int retval = IOCB_SUCCESS;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009968 uint32_t creg_val;
James Smart2a9bf3d2010-06-07 15:24:45 -04009969 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
dea31012005-04-17 16:05:31 -05009970 /*
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009971 * If the caller has provided a response iocbq buffer, then context2
9972 * is NULL or its an error.
dea31012005-04-17 16:05:31 -05009973 */
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009974 if (prspiocbq) {
9975 if (piocb->context2)
9976 return IOCB_ERROR;
9977 piocb->context2 = prspiocbq;
dea31012005-04-17 16:05:31 -05009978 }
9979
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009980 piocb->iocb_cmpl = lpfc_sli_wake_iocb_wait;
9981 piocb->context_un.wait_queue = &done_q;
9982 piocb->iocb_flag &= ~LPFC_IO_WAKE;
dea31012005-04-17 16:05:31 -05009983
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009984 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
James Smart9940b972011-03-11 16:06:12 -05009985 if (lpfc_readl(phba->HCregaddr, &creg_val))
9986 return IOCB_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009987 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING);
9988 writel(creg_val, phba->HCregaddr);
9989 readl(phba->HCregaddr); /* flush */
9990 }
9991
James Smart2a9bf3d2010-06-07 15:24:45 -04009992 retval = lpfc_sli_issue_iocb(phba, ring_number, piocb,
9993 SLI_IOCB_RET_IOCB);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009994 if (retval == IOCB_SUCCESS) {
9995 timeout_req = timeout * HZ;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009996 timeleft = wait_event_timeout(done_q,
James Smartd11e31d2009-06-10 17:23:06 -04009997 lpfc_chk_iocb_flg(phba, piocb, LPFC_IO_WAKE),
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009998 timeout_req);
dea31012005-04-17 16:05:31 -05009999
James Smart7054a602007-04-25 09:52:34 -040010000 if (piocb->iocb_flag & LPFC_IO_WAKE) {
10001 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010002 "0331 IOCB wake signaled\n");
James Smart7054a602007-04-25 09:52:34 -040010003 } else if (timeleft == 0) {
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010004 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010005 "0338 IOCB wait timeout error - no "
10006 "wake response Data x%x\n", timeout);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010007 retval = IOCB_TIMEDOUT;
James Smart7054a602007-04-25 09:52:34 -040010008 } else {
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010009 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010010 "0330 IOCB wake NOT set, "
10011 "Data x%x x%lx\n",
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010012 timeout, (timeleft / jiffies));
10013 retval = IOCB_TIMEDOUT;
dea31012005-04-17 16:05:31 -050010014 }
James Smart2a9bf3d2010-06-07 15:24:45 -040010015 } else if (retval == IOCB_BUSY) {
10016 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
10017 "2818 Max IOCBs %d txq cnt %d txcmplq cnt %d\n",
10018 phba->iocb_cnt, pring->txq_cnt, pring->txcmplq_cnt);
10019 return retval;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010020 } else {
10021 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smartd7c255b2008-08-24 21:50:00 -040010022 "0332 IOCB wait issue failed, Data x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040010023 retval);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010024 retval = IOCB_ERROR;
dea31012005-04-17 16:05:31 -050010025 }
10026
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050010027 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
James Smart9940b972011-03-11 16:06:12 -050010028 if (lpfc_readl(phba->HCregaddr, &creg_val))
10029 return IOCB_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050010030 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING);
10031 writel(creg_val, phba->HCregaddr);
10032 readl(phba->HCregaddr); /* flush */
10033 }
10034
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010035 if (prspiocbq)
10036 piocb->context2 = NULL;
10037
10038 piocb->context_un.wait_queue = NULL;
10039 piocb->iocb_cmpl = NULL;
dea31012005-04-17 16:05:31 -050010040 return retval;
10041}
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010042
James Smarte59058c2008-08-24 21:49:00 -040010043/**
James Smart3621a712009-04-06 18:47:14 -040010044 * lpfc_sli_issue_mbox_wait - Synchronous function to issue mailbox
James Smarte59058c2008-08-24 21:49:00 -040010045 * @phba: Pointer to HBA context object.
10046 * @pmboxq: Pointer to driver mailbox object.
10047 * @timeout: Timeout in number of seconds.
10048 *
10049 * This function issues the mailbox to firmware and waits for the
10050 * mailbox command to complete. If the mailbox command is not
10051 * completed within timeout seconds, it returns MBX_TIMEOUT.
10052 * The function waits for the mailbox completion using an
10053 * interruptible wait. If the thread is woken up due to a
10054 * signal, MBX_TIMEOUT error is returned to the caller. Caller
10055 * should not free the mailbox resources, if this function returns
10056 * MBX_TIMEOUT.
10057 * This function will sleep while waiting for mailbox completion.
10058 * So, this function should not be called from any context which
10059 * does not allow sleeping. Due to the same reason, this function
10060 * cannot be called with interrupt disabled.
10061 * This function assumes that the mailbox completion occurs while
10062 * this function sleep. So, this function cannot be called from
10063 * the worker thread which processes mailbox completion.
10064 * This function is called in the context of HBA management
10065 * applications.
10066 * This function returns MBX_SUCCESS when successful.
10067 * This function is called with no lock held.
10068 **/
dea31012005-04-17 16:05:31 -050010069int
James Smart2e0fef82007-06-17 19:56:36 -050010070lpfc_sli_issue_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq,
dea31012005-04-17 16:05:31 -050010071 uint32_t timeout)
10072{
Peter Zijlstra7259f0d2006-10-29 22:46:36 -080010073 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q);
dea31012005-04-17 16:05:31 -050010074 int retval;
James Smart858c9f62007-06-17 19:56:39 -050010075 unsigned long flag;
dea31012005-04-17 16:05:31 -050010076
10077 /* The caller must leave context1 empty. */
James Smart98c9ea52007-10-27 13:37:33 -040010078 if (pmboxq->context1)
James Smart2e0fef82007-06-17 19:56:36 -050010079 return MBX_NOT_FINISHED;
dea31012005-04-17 16:05:31 -050010080
James Smart495a7142008-06-14 22:52:59 -040010081 pmboxq->mbox_flag &= ~LPFC_MBX_WAKE;
dea31012005-04-17 16:05:31 -050010082 /* setup wake call as IOCB callback */
10083 pmboxq->mbox_cmpl = lpfc_sli_wake_mbox_wait;
10084 /* setup context field to pass wait_queue pointer to wake function */
10085 pmboxq->context1 = &done_q;
10086
dea31012005-04-17 16:05:31 -050010087 /* now issue the command */
10088 retval = lpfc_sli_issue_mbox(phba, pmboxq, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -050010089 if (retval == MBX_BUSY || retval == MBX_SUCCESS) {
James Smart7054a602007-04-25 09:52:34 -040010090 wait_event_interruptible_timeout(done_q,
10091 pmboxq->mbox_flag & LPFC_MBX_WAKE,
10092 timeout * HZ);
10093
James Smart858c9f62007-06-17 19:56:39 -050010094 spin_lock_irqsave(&phba->hbalock, flag);
dea31012005-04-17 16:05:31 -050010095 pmboxq->context1 = NULL;
James Smart7054a602007-04-25 09:52:34 -040010096 /*
10097 * if LPFC_MBX_WAKE flag is set the mailbox is completed
10098 * else do not free the resources.
10099 */
James Smartd7c47992010-06-08 18:31:54 -040010100 if (pmboxq->mbox_flag & LPFC_MBX_WAKE) {
dea31012005-04-17 16:05:31 -050010101 retval = MBX_SUCCESS;
James Smartd7c47992010-06-08 18:31:54 -040010102 lpfc_sli4_swap_str(phba, pmboxq);
10103 } else {
James Smart7054a602007-04-25 09:52:34 -040010104 retval = MBX_TIMEOUT;
James Smart858c9f62007-06-17 19:56:39 -050010105 pmboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
10106 }
10107 spin_unlock_irqrestore(&phba->hbalock, flag);
dea31012005-04-17 16:05:31 -050010108 }
10109
dea31012005-04-17 16:05:31 -050010110 return retval;
10111}
10112
James Smarte59058c2008-08-24 21:49:00 -040010113/**
James Smart3772a992009-05-22 14:50:54 -040010114 * lpfc_sli_mbox_sys_shutdown - shutdown mailbox command sub-system
James Smarte59058c2008-08-24 21:49:00 -040010115 * @phba: Pointer to HBA context.
10116 *
James Smart3772a992009-05-22 14:50:54 -040010117 * This function is called to shutdown the driver's mailbox sub-system.
10118 * It first marks the mailbox sub-system is in a block state to prevent
10119 * the asynchronous mailbox command from issued off the pending mailbox
10120 * command queue. If the mailbox command sub-system shutdown is due to
10121 * HBA error conditions such as EEH or ERATT, this routine shall invoke
10122 * the mailbox sub-system flush routine to forcefully bring down the
10123 * mailbox sub-system. Otherwise, if it is due to normal condition (such
10124 * as with offline or HBA function reset), this routine will wait for the
10125 * outstanding mailbox command to complete before invoking the mailbox
10126 * sub-system flush routine to gracefully bring down mailbox sub-system.
James Smarte59058c2008-08-24 21:49:00 -040010127 **/
James Smart3772a992009-05-22 14:50:54 -040010128void
James Smart618a5232012-06-12 13:54:36 -040010129lpfc_sli_mbox_sys_shutdown(struct lpfc_hba *phba, int mbx_action)
James Smartb4c02652006-07-06 15:50:43 -040010130{
James Smart3772a992009-05-22 14:50:54 -040010131 struct lpfc_sli *psli = &phba->sli;
James Smart3772a992009-05-22 14:50:54 -040010132 unsigned long timeout;
10133
James Smart618a5232012-06-12 13:54:36 -040010134 if (mbx_action == LPFC_MBX_NO_WAIT) {
10135 /* delay 100ms for port state */
10136 msleep(100);
10137 lpfc_sli_mbox_sys_flush(phba);
10138 return;
10139 }
James Smarta183a152011-10-10 21:32:43 -040010140 timeout = msecs_to_jiffies(LPFC_MBOX_TMO * 1000) + jiffies;
James Smartd7069f02012-03-01 22:36:29 -050010141
James Smart3772a992009-05-22 14:50:54 -040010142 spin_lock_irq(&phba->hbalock);
10143 psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
James Smart3772a992009-05-22 14:50:54 -040010144
10145 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
James Smart3772a992009-05-22 14:50:54 -040010146 /* Determine how long we might wait for the active mailbox
10147 * command to be gracefully completed by firmware.
10148 */
James Smarta183a152011-10-10 21:32:43 -040010149 if (phba->sli.mbox_active)
10150 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
10151 phba->sli.mbox_active) *
10152 1000) + jiffies;
10153 spin_unlock_irq(&phba->hbalock);
10154
James Smart3772a992009-05-22 14:50:54 -040010155 while (phba->sli.mbox_active) {
10156 /* Check active mailbox complete status every 2ms */
10157 msleep(2);
10158 if (time_after(jiffies, timeout))
10159 /* Timeout, let the mailbox flush routine to
10160 * forcefully release active mailbox command
10161 */
10162 break;
10163 }
James Smartd7069f02012-03-01 22:36:29 -050010164 } else
10165 spin_unlock_irq(&phba->hbalock);
10166
James Smart3772a992009-05-22 14:50:54 -040010167 lpfc_sli_mbox_sys_flush(phba);
10168}
10169
10170/**
10171 * lpfc_sli_eratt_read - read sli-3 error attention events
10172 * @phba: Pointer to HBA context.
10173 *
10174 * This function is called to read the SLI3 device error attention registers
10175 * for possible error attention events. The caller must hold the hostlock
10176 * with spin_lock_irq().
10177 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010178 * This function returns 1 when there is Error Attention in the Host Attention
James Smart3772a992009-05-22 14:50:54 -040010179 * Register and returns 0 otherwise.
10180 **/
10181static int
10182lpfc_sli_eratt_read(struct lpfc_hba *phba)
10183{
James Smarted957682007-06-17 19:56:37 -050010184 uint32_t ha_copy;
James Smartb4c02652006-07-06 15:50:43 -040010185
James Smart3772a992009-05-22 14:50:54 -040010186 /* Read chip Host Attention (HA) register */
James Smart9940b972011-03-11 16:06:12 -050010187 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10188 goto unplug_err;
10189
James Smart3772a992009-05-22 14:50:54 -040010190 if (ha_copy & HA_ERATT) {
10191 /* Read host status register to retrieve error event */
James Smart9940b972011-03-11 16:06:12 -050010192 if (lpfc_sli_read_hs(phba))
10193 goto unplug_err;
James Smartb4c02652006-07-06 15:50:43 -040010194
James Smart3772a992009-05-22 14:50:54 -040010195 /* Check if there is a deferred error condition is active */
10196 if ((HS_FFER1 & phba->work_hs) &&
10197 ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 |
James Smartdcf2a4e2010-09-29 11:18:53 -040010198 HS_FFER6 | HS_FFER7 | HS_FFER8) & phba->work_hs)) {
James Smart3772a992009-05-22 14:50:54 -040010199 phba->hba_flag |= DEFER_ERATT;
James Smart3772a992009-05-22 14:50:54 -040010200 /* Clear all interrupt enable conditions */
10201 writel(0, phba->HCregaddr);
10202 readl(phba->HCregaddr);
10203 }
10204
10205 /* Set the driver HA work bitmap */
James Smart3772a992009-05-22 14:50:54 -040010206 phba->work_ha |= HA_ERATT;
10207 /* Indicate polling handles this ERATT */
10208 phba->hba_flag |= HBA_ERATT_HANDLED;
James Smart3772a992009-05-22 14:50:54 -040010209 return 1;
James Smartb4c02652006-07-06 15:50:43 -040010210 }
James Smart3772a992009-05-22 14:50:54 -040010211 return 0;
James Smart9940b972011-03-11 16:06:12 -050010212
10213unplug_err:
10214 /* Set the driver HS work bitmap */
10215 phba->work_hs |= UNPLUG_ERR;
10216 /* Set the driver HA work bitmap */
10217 phba->work_ha |= HA_ERATT;
10218 /* Indicate polling handles this ERATT */
10219 phba->hba_flag |= HBA_ERATT_HANDLED;
10220 return 1;
James Smartb4c02652006-07-06 15:50:43 -040010221}
10222
James Smarte59058c2008-08-24 21:49:00 -040010223/**
James Smartda0436e2009-05-22 14:51:39 -040010224 * lpfc_sli4_eratt_read - read sli-4 error attention events
10225 * @phba: Pointer to HBA context.
10226 *
10227 * This function is called to read the SLI4 device error attention registers
10228 * for possible error attention events. The caller must hold the hostlock
10229 * with spin_lock_irq().
10230 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010231 * This function returns 1 when there is Error Attention in the Host Attention
James Smartda0436e2009-05-22 14:51:39 -040010232 * Register and returns 0 otherwise.
10233 **/
10234static int
10235lpfc_sli4_eratt_read(struct lpfc_hba *phba)
10236{
10237 uint32_t uerr_sta_hi, uerr_sta_lo;
James Smart2fcee4b2010-12-15 17:57:46 -050010238 uint32_t if_type, portsmphr;
10239 struct lpfc_register portstat_reg;
James Smartda0436e2009-05-22 14:51:39 -040010240
James Smart2fcee4b2010-12-15 17:57:46 -050010241 /*
10242 * For now, use the SLI4 device internal unrecoverable error
James Smartda0436e2009-05-22 14:51:39 -040010243 * registers for error attention. This can be changed later.
10244 */
James Smart2fcee4b2010-12-15 17:57:46 -050010245 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
10246 switch (if_type) {
10247 case LPFC_SLI_INTF_IF_TYPE_0:
James Smart9940b972011-03-11 16:06:12 -050010248 if (lpfc_readl(phba->sli4_hba.u.if_type0.UERRLOregaddr,
10249 &uerr_sta_lo) ||
10250 lpfc_readl(phba->sli4_hba.u.if_type0.UERRHIregaddr,
10251 &uerr_sta_hi)) {
10252 phba->work_hs |= UNPLUG_ERR;
10253 phba->work_ha |= HA_ERATT;
10254 phba->hba_flag |= HBA_ERATT_HANDLED;
10255 return 1;
10256 }
James Smart2fcee4b2010-12-15 17:57:46 -050010257 if ((~phba->sli4_hba.ue_mask_lo & uerr_sta_lo) ||
10258 (~phba->sli4_hba.ue_mask_hi & uerr_sta_hi)) {
10259 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10260 "1423 HBA Unrecoverable error: "
10261 "uerr_lo_reg=0x%x, uerr_hi_reg=0x%x, "
10262 "ue_mask_lo_reg=0x%x, "
10263 "ue_mask_hi_reg=0x%x\n",
10264 uerr_sta_lo, uerr_sta_hi,
10265 phba->sli4_hba.ue_mask_lo,
10266 phba->sli4_hba.ue_mask_hi);
10267 phba->work_status[0] = uerr_sta_lo;
10268 phba->work_status[1] = uerr_sta_hi;
10269 phba->work_ha |= HA_ERATT;
10270 phba->hba_flag |= HBA_ERATT_HANDLED;
10271 return 1;
10272 }
10273 break;
10274 case LPFC_SLI_INTF_IF_TYPE_2:
James Smart9940b972011-03-11 16:06:12 -050010275 if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr,
10276 &portstat_reg.word0) ||
10277 lpfc_readl(phba->sli4_hba.PSMPHRregaddr,
10278 &portsmphr)){
10279 phba->work_hs |= UNPLUG_ERR;
10280 phba->work_ha |= HA_ERATT;
10281 phba->hba_flag |= HBA_ERATT_HANDLED;
10282 return 1;
10283 }
James Smart2fcee4b2010-12-15 17:57:46 -050010284 if (bf_get(lpfc_sliport_status_err, &portstat_reg)) {
10285 phba->work_status[0] =
10286 readl(phba->sli4_hba.u.if_type2.ERR1regaddr);
10287 phba->work_status[1] =
10288 readl(phba->sli4_hba.u.if_type2.ERR2regaddr);
10289 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2e90f4b2011-12-13 13:22:37 -050010290 "2885 Port Status Event: "
James Smart2fcee4b2010-12-15 17:57:46 -050010291 "port status reg 0x%x, "
10292 "port smphr reg 0x%x, "
10293 "error 1=0x%x, error 2=0x%x\n",
10294 portstat_reg.word0,
10295 portsmphr,
10296 phba->work_status[0],
10297 phba->work_status[1]);
10298 phba->work_ha |= HA_ERATT;
10299 phba->hba_flag |= HBA_ERATT_HANDLED;
10300 return 1;
10301 }
10302 break;
10303 case LPFC_SLI_INTF_IF_TYPE_1:
10304 default:
James Smarta747c9c2009-11-18 15:41:10 -050010305 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2fcee4b2010-12-15 17:57:46 -050010306 "2886 HBA Error Attention on unsupported "
10307 "if type %d.", if_type);
James Smarta747c9c2009-11-18 15:41:10 -050010308 return 1;
James Smartda0436e2009-05-22 14:51:39 -040010309 }
James Smart2fcee4b2010-12-15 17:57:46 -050010310
James Smartda0436e2009-05-22 14:51:39 -040010311 return 0;
10312}
10313
10314/**
James Smart3621a712009-04-06 18:47:14 -040010315 * lpfc_sli_check_eratt - check error attention events
James Smart93996272008-08-24 21:50:30 -040010316 * @phba: Pointer to HBA context.
10317 *
James Smart3772a992009-05-22 14:50:54 -040010318 * This function is called from timer soft interrupt context to check HBA's
James Smart93996272008-08-24 21:50:30 -040010319 * error attention register bit for error attention events.
10320 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010321 * This function returns 1 when there is Error Attention in the Host Attention
James Smart93996272008-08-24 21:50:30 -040010322 * Register and returns 0 otherwise.
10323 **/
10324int
10325lpfc_sli_check_eratt(struct lpfc_hba *phba)
10326{
10327 uint32_t ha_copy;
10328
10329 /* If somebody is waiting to handle an eratt, don't process it
10330 * here. The brdkill function will do this.
10331 */
10332 if (phba->link_flag & LS_IGNORE_ERATT)
10333 return 0;
10334
10335 /* Check if interrupt handler handles this ERATT */
10336 spin_lock_irq(&phba->hbalock);
10337 if (phba->hba_flag & HBA_ERATT_HANDLED) {
10338 /* Interrupt handler has handled ERATT */
10339 spin_unlock_irq(&phba->hbalock);
10340 return 0;
10341 }
10342
James Smarta257bf92009-04-06 18:48:10 -040010343 /*
10344 * If there is deferred error attention, do not check for error
10345 * attention
10346 */
10347 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
10348 spin_unlock_irq(&phba->hbalock);
10349 return 0;
10350 }
10351
James Smart3772a992009-05-22 14:50:54 -040010352 /* If PCI channel is offline, don't process it */
10353 if (unlikely(pci_channel_offline(phba->pcidev))) {
James Smart93996272008-08-24 21:50:30 -040010354 spin_unlock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -040010355 return 0;
10356 }
10357
10358 switch (phba->sli_rev) {
10359 case LPFC_SLI_REV2:
10360 case LPFC_SLI_REV3:
10361 /* Read chip Host Attention (HA) register */
10362 ha_copy = lpfc_sli_eratt_read(phba);
10363 break;
James Smartda0436e2009-05-22 14:51:39 -040010364 case LPFC_SLI_REV4:
James Smart2fcee4b2010-12-15 17:57:46 -050010365 /* Read device Uncoverable Error (UERR) registers */
James Smartda0436e2009-05-22 14:51:39 -040010366 ha_copy = lpfc_sli4_eratt_read(phba);
10367 break;
James Smart3772a992009-05-22 14:50:54 -040010368 default:
10369 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10370 "0299 Invalid SLI revision (%d)\n",
10371 phba->sli_rev);
10372 ha_copy = 0;
10373 break;
James Smart93996272008-08-24 21:50:30 -040010374 }
10375 spin_unlock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -040010376
10377 return ha_copy;
10378}
10379
10380/**
10381 * lpfc_intr_state_check - Check device state for interrupt handling
10382 * @phba: Pointer to HBA context.
10383 *
10384 * This inline routine checks whether a device or its PCI slot is in a state
10385 * that the interrupt should be handled.
10386 *
10387 * This function returns 0 if the device or the PCI slot is in a state that
10388 * interrupt should be handled, otherwise -EIO.
10389 */
10390static inline int
10391lpfc_intr_state_check(struct lpfc_hba *phba)
10392{
10393 /* If the pci channel is offline, ignore all the interrupts */
10394 if (unlikely(pci_channel_offline(phba->pcidev)))
10395 return -EIO;
10396
10397 /* Update device level interrupt statistics */
10398 phba->sli.slistat.sli_intr++;
10399
10400 /* Ignore all interrupts during initialization. */
10401 if (unlikely(phba->link_state < LPFC_LINK_DOWN))
10402 return -EIO;
10403
James Smart93996272008-08-24 21:50:30 -040010404 return 0;
10405}
10406
10407/**
James Smart3772a992009-05-22 14:50:54 -040010408 * lpfc_sli_sp_intr_handler - Slow-path interrupt handler to SLI-3 device
James Smarte59058c2008-08-24 21:49:00 -040010409 * @irq: Interrupt number.
10410 * @dev_id: The device context pointer.
10411 *
James Smart93996272008-08-24 21:50:30 -040010412 * This function is directly called from the PCI layer as an interrupt
James Smart3772a992009-05-22 14:50:54 -040010413 * service routine when device with SLI-3 interface spec is enabled with
10414 * MSI-X multi-message interrupt mode and there are slow-path events in
10415 * the HBA. However, when the device is enabled with either MSI or Pin-IRQ
10416 * interrupt mode, this function is called as part of the device-level
10417 * interrupt handler. When the PCI slot is in error recovery or the HBA
10418 * is undergoing initialization, the interrupt handler will not process
10419 * the interrupt. The link attention and ELS ring attention events are
10420 * handled by the worker thread. The interrupt handler signals the worker
10421 * thread and returns for these events. This function is called without
10422 * any lock held. It gets the hbalock to access and update SLI data
James Smart93996272008-08-24 21:50:30 -040010423 * structures.
10424 *
10425 * This function returns IRQ_HANDLED when interrupt is handled else it
10426 * returns IRQ_NONE.
James Smarte59058c2008-08-24 21:49:00 -040010427 **/
dea31012005-04-17 16:05:31 -050010428irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010429lpfc_sli_sp_intr_handler(int irq, void *dev_id)
dea31012005-04-17 16:05:31 -050010430{
James Smart2e0fef82007-06-17 19:56:36 -050010431 struct lpfc_hba *phba;
James Smarta747c9c2009-11-18 15:41:10 -050010432 uint32_t ha_copy, hc_copy;
dea31012005-04-17 16:05:31 -050010433 uint32_t work_ha_copy;
10434 unsigned long status;
James Smart5b75da22008-12-04 22:39:35 -050010435 unsigned long iflag;
dea31012005-04-17 16:05:31 -050010436 uint32_t control;
10437
James Smart92d7f7b2007-06-17 19:56:38 -050010438 MAILBOX_t *mbox, *pmbox;
James Smart858c9f62007-06-17 19:56:39 -050010439 struct lpfc_vport *vport;
10440 struct lpfc_nodelist *ndlp;
10441 struct lpfc_dmabuf *mp;
James Smart92d7f7b2007-06-17 19:56:38 -050010442 LPFC_MBOXQ_t *pmb;
10443 int rc;
10444
dea31012005-04-17 16:05:31 -050010445 /*
10446 * Get the driver's phba structure from the dev_id and
10447 * assume the HBA is not interrupting.
10448 */
James Smart93996272008-08-24 21:50:30 -040010449 phba = (struct lpfc_hba *)dev_id;
dea31012005-04-17 16:05:31 -050010450
10451 if (unlikely(!phba))
10452 return IRQ_NONE;
10453
dea31012005-04-17 16:05:31 -050010454 /*
James Smart93996272008-08-24 21:50:30 -040010455 * Stuff needs to be attented to when this function is invoked as an
10456 * individual interrupt handler in MSI-X multi-message interrupt mode
dea31012005-04-17 16:05:31 -050010457 */
James Smart93996272008-08-24 21:50:30 -040010458 if (phba->intr_type == MSIX) {
James Smart3772a992009-05-22 14:50:54 -040010459 /* Check device state for handling interrupt */
10460 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010461 return IRQ_NONE;
10462 /* Need to read HA REG for slow-path events */
James Smart5b75da22008-12-04 22:39:35 -050010463 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart9940b972011-03-11 16:06:12 -050010464 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10465 goto unplug_error;
James Smart93996272008-08-24 21:50:30 -040010466 /* If somebody is waiting to handle an eratt don't process it
10467 * here. The brdkill function will do this.
10468 */
10469 if (phba->link_flag & LS_IGNORE_ERATT)
10470 ha_copy &= ~HA_ERATT;
10471 /* Check the need for handling ERATT in interrupt handler */
10472 if (ha_copy & HA_ERATT) {
10473 if (phba->hba_flag & HBA_ERATT_HANDLED)
10474 /* ERATT polling has handled ERATT */
10475 ha_copy &= ~HA_ERATT;
10476 else
10477 /* Indicate interrupt handler handles ERATT */
10478 phba->hba_flag |= HBA_ERATT_HANDLED;
10479 }
James Smarta257bf92009-04-06 18:48:10 -040010480
10481 /*
10482 * If there is deferred error attention, do not check for any
10483 * interrupt.
10484 */
10485 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
James Smart3772a992009-05-22 14:50:54 -040010486 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010487 return IRQ_NONE;
10488 }
10489
James Smart93996272008-08-24 21:50:30 -040010490 /* Clear up only attention source related to slow-path */
James Smart9940b972011-03-11 16:06:12 -050010491 if (lpfc_readl(phba->HCregaddr, &hc_copy))
10492 goto unplug_error;
10493
James Smarta747c9c2009-11-18 15:41:10 -050010494 writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA |
10495 HC_LAINT_ENA | HC_ERINT_ENA),
10496 phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010497 writel((ha_copy & (HA_MBATT | HA_R2_CLR_MSK)),
10498 phba->HAregaddr);
James Smarta747c9c2009-11-18 15:41:10 -050010499 writel(hc_copy, phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010500 readl(phba->HAregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010501 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010502 } else
10503 ha_copy = phba->ha_copy;
dea31012005-04-17 16:05:31 -050010504
dea31012005-04-17 16:05:31 -050010505 work_ha_copy = ha_copy & phba->work_ha_mask;
10506
James Smart93996272008-08-24 21:50:30 -040010507 if (work_ha_copy) {
dea31012005-04-17 16:05:31 -050010508 if (work_ha_copy & HA_LATT) {
10509 if (phba->sli.sli_flag & LPFC_PROCESS_LA) {
10510 /*
10511 * Turn off Link Attention interrupts
10512 * until CLEAR_LA done
10513 */
James Smart5b75da22008-12-04 22:39:35 -050010514 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010515 phba->sli.sli_flag &= ~LPFC_PROCESS_LA;
James Smart9940b972011-03-11 16:06:12 -050010516 if (lpfc_readl(phba->HCregaddr, &control))
10517 goto unplug_error;
dea31012005-04-17 16:05:31 -050010518 control &= ~HC_LAINT_ENA;
10519 writel(control, phba->HCregaddr);
10520 readl(phba->HCregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010521 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010522 }
10523 else
10524 work_ha_copy &= ~HA_LATT;
10525 }
10526
James Smart93996272008-08-24 21:50:30 -040010527 if (work_ha_copy & ~(HA_ERATT | HA_MBATT | HA_LATT)) {
James Smart858c9f62007-06-17 19:56:39 -050010528 /*
10529 * Turn off Slow Rings interrupts, LPFC_ELS_RING is
10530 * the only slow ring.
10531 */
10532 status = (work_ha_copy &
10533 (HA_RXMASK << (4*LPFC_ELS_RING)));
10534 status >>= (4*LPFC_ELS_RING);
10535 if (status & HA_RXMASK) {
James Smart5b75da22008-12-04 22:39:35 -050010536 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart9940b972011-03-11 16:06:12 -050010537 if (lpfc_readl(phba->HCregaddr, &control))
10538 goto unplug_error;
James Smarta58cbd52007-08-02 11:09:43 -040010539
10540 lpfc_debugfs_slow_ring_trc(phba,
10541 "ISR slow ring: ctl:x%x stat:x%x isrcnt:x%x",
10542 control, status,
10543 (uint32_t)phba->sli.slistat.sli_intr);
10544
James Smart858c9f62007-06-17 19:56:39 -050010545 if (control & (HC_R0INT_ENA << LPFC_ELS_RING)) {
James Smarta58cbd52007-08-02 11:09:43 -040010546 lpfc_debugfs_slow_ring_trc(phba,
10547 "ISR Disable ring:"
10548 "pwork:x%x hawork:x%x wait:x%x",
10549 phba->work_ha, work_ha_copy,
10550 (uint32_t)((unsigned long)
James Smart5e9d9b82008-06-14 22:52:53 -040010551 &phba->work_waitq));
James Smarta58cbd52007-08-02 11:09:43 -040010552
James Smart858c9f62007-06-17 19:56:39 -050010553 control &=
10554 ~(HC_R0INT_ENA << LPFC_ELS_RING);
dea31012005-04-17 16:05:31 -050010555 writel(control, phba->HCregaddr);
10556 readl(phba->HCregaddr); /* flush */
dea31012005-04-17 16:05:31 -050010557 }
James Smarta58cbd52007-08-02 11:09:43 -040010558 else {
10559 lpfc_debugfs_slow_ring_trc(phba,
10560 "ISR slow ring: pwork:"
10561 "x%x hawork:x%x wait:x%x",
10562 phba->work_ha, work_ha_copy,
10563 (uint32_t)((unsigned long)
James Smart5e9d9b82008-06-14 22:52:53 -040010564 &phba->work_waitq));
James Smarta58cbd52007-08-02 11:09:43 -040010565 }
James Smart5b75da22008-12-04 22:39:35 -050010566 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010567 }
10568 }
James Smart5b75da22008-12-04 22:39:35 -050010569 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010570 if (work_ha_copy & HA_ERATT) {
James Smart9940b972011-03-11 16:06:12 -050010571 if (lpfc_sli_read_hs(phba))
10572 goto unplug_error;
James Smarta257bf92009-04-06 18:48:10 -040010573 /*
10574 * Check if there is a deferred error condition
10575 * is active
10576 */
10577 if ((HS_FFER1 & phba->work_hs) &&
10578 ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 |
James Smartdcf2a4e2010-09-29 11:18:53 -040010579 HS_FFER6 | HS_FFER7 | HS_FFER8) &
10580 phba->work_hs)) {
James Smarta257bf92009-04-06 18:48:10 -040010581 phba->hba_flag |= DEFER_ERATT;
10582 /* Clear all interrupt enable conditions */
10583 writel(0, phba->HCregaddr);
10584 readl(phba->HCregaddr);
10585 }
10586 }
10587
James Smart93996272008-08-24 21:50:30 -040010588 if ((work_ha_copy & HA_MBATT) && (phba->sli.mbox_active)) {
James Smart92d7f7b2007-06-17 19:56:38 -050010589 pmb = phba->sli.mbox_active;
James Smart04c68492009-05-22 14:52:52 -040010590 pmbox = &pmb->u.mb;
James Smart34b02dc2008-08-24 21:49:55 -040010591 mbox = phba->mbox;
James Smart858c9f62007-06-17 19:56:39 -050010592 vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -050010593
10594 /* First check out the status word */
10595 lpfc_sli_pcimem_bcopy(mbox, pmbox, sizeof(uint32_t));
10596 if (pmbox->mbxOwner != OWN_HOST) {
James Smart5b75da22008-12-04 22:39:35 -050010597 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart92d7f7b2007-06-17 19:56:38 -050010598 /*
10599 * Stray Mailbox Interrupt, mbxCommand <cmd>
10600 * mbxStatus <status>
10601 */
James Smart09372822008-01-11 01:52:54 -050010602 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
James Smart92d7f7b2007-06-17 19:56:38 -050010603 LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010604 "(%d):0304 Stray Mailbox "
James Smart92d7f7b2007-06-17 19:56:38 -050010605 "Interrupt mbxCommand x%x "
10606 "mbxStatus x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040010607 (vport ? vport->vpi : 0),
James Smart92d7f7b2007-06-17 19:56:38 -050010608 pmbox->mbxCommand,
10609 pmbox->mbxStatus);
James Smart09372822008-01-11 01:52:54 -050010610 /* clear mailbox attention bit */
10611 work_ha_copy &= ~HA_MBATT;
10612 } else {
James Smart97eab632008-04-07 10:16:05 -040010613 phba->sli.mbox_active = NULL;
James Smart5b75da22008-12-04 22:39:35 -050010614 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart09372822008-01-11 01:52:54 -050010615 phba->last_completion_time = jiffies;
10616 del_timer(&phba->sli.mbox_tmo);
James Smart09372822008-01-11 01:52:54 -050010617 if (pmb->mbox_cmpl) {
10618 lpfc_sli_pcimem_bcopy(mbox, pmbox,
10619 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -040010620 if (pmb->out_ext_byte_len &&
10621 pmb->context2)
10622 lpfc_sli_pcimem_bcopy(
10623 phba->mbox_ext,
10624 pmb->context2,
10625 pmb->out_ext_byte_len);
James Smart858c9f62007-06-17 19:56:39 -050010626 }
James Smart09372822008-01-11 01:52:54 -050010627 if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) {
10628 pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG;
10629
10630 lpfc_debugfs_disc_trc(vport,
10631 LPFC_DISC_TRC_MBOX_VPORT,
10632 "MBOX dflt rpi: : "
10633 "status:x%x rpi:x%x",
10634 (uint32_t)pmbox->mbxStatus,
10635 pmbox->un.varWords[0], 0);
10636
10637 if (!pmbox->mbxStatus) {
10638 mp = (struct lpfc_dmabuf *)
10639 (pmb->context1);
10640 ndlp = (struct lpfc_nodelist *)
10641 pmb->context2;
10642
10643 /* Reg_LOGIN of dflt RPI was
10644 * successful. new lets get
10645 * rid of the RPI using the
10646 * same mbox buffer.
10647 */
10648 lpfc_unreg_login(phba,
10649 vport->vpi,
10650 pmbox->un.varWords[0],
10651 pmb);
10652 pmb->mbox_cmpl =
10653 lpfc_mbx_cmpl_dflt_rpi;
10654 pmb->context1 = mp;
10655 pmb->context2 = ndlp;
10656 pmb->vport = vport;
James Smart58da1ff2008-04-07 10:15:56 -040010657 rc = lpfc_sli_issue_mbox(phba,
10658 pmb,
10659 MBX_NOWAIT);
10660 if (rc != MBX_BUSY)
10661 lpfc_printf_log(phba,
10662 KERN_ERR,
10663 LOG_MBOX | LOG_SLI,
James Smartd7c255b2008-08-24 21:50:00 -040010664 "0350 rc should have"
James Smart6a9c52c2009-10-02 15:16:51 -040010665 "been MBX_BUSY\n");
James Smart3772a992009-05-22 14:50:54 -040010666 if (rc != MBX_NOT_FINISHED)
10667 goto send_current_mbox;
James Smart09372822008-01-11 01:52:54 -050010668 }
10669 }
James Smart5b75da22008-12-04 22:39:35 -050010670 spin_lock_irqsave(
10671 &phba->pport->work_port_lock,
10672 iflag);
James Smart09372822008-01-11 01:52:54 -050010673 phba->pport->work_port_events &=
10674 ~WORKER_MBOX_TMO;
James Smart5b75da22008-12-04 22:39:35 -050010675 spin_unlock_irqrestore(
10676 &phba->pport->work_port_lock,
10677 iflag);
James Smart09372822008-01-11 01:52:54 -050010678 lpfc_mbox_cmpl_put(phba, pmb);
James Smart858c9f62007-06-17 19:56:39 -050010679 }
James Smart97eab632008-04-07 10:16:05 -040010680 } else
James Smart5b75da22008-12-04 22:39:35 -050010681 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010682
James Smart92d7f7b2007-06-17 19:56:38 -050010683 if ((work_ha_copy & HA_MBATT) &&
10684 (phba->sli.mbox_active == NULL)) {
James Smart858c9f62007-06-17 19:56:39 -050010685send_current_mbox:
James Smart92d7f7b2007-06-17 19:56:38 -050010686 /* Process next mailbox command if there is one */
James Smart58da1ff2008-04-07 10:15:56 -040010687 do {
10688 rc = lpfc_sli_issue_mbox(phba, NULL,
10689 MBX_NOWAIT);
10690 } while (rc == MBX_NOT_FINISHED);
10691 if (rc != MBX_SUCCESS)
10692 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
10693 LOG_SLI, "0349 rc should be "
James Smart6a9c52c2009-10-02 15:16:51 -040010694 "MBX_SUCCESS\n");
James Smart92d7f7b2007-06-17 19:56:38 -050010695 }
10696
James Smart5b75da22008-12-04 22:39:35 -050010697 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010698 phba->work_ha |= work_ha_copy;
James Smart5b75da22008-12-04 22:39:35 -050010699 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart5e9d9b82008-06-14 22:52:53 -040010700 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -050010701 }
James Smart93996272008-08-24 21:50:30 -040010702 return IRQ_HANDLED;
James Smart9940b972011-03-11 16:06:12 -050010703unplug_error:
10704 spin_unlock_irqrestore(&phba->hbalock, iflag);
10705 return IRQ_HANDLED;
dea31012005-04-17 16:05:31 -050010706
James Smart3772a992009-05-22 14:50:54 -040010707} /* lpfc_sli_sp_intr_handler */
James Smart93996272008-08-24 21:50:30 -040010708
10709/**
James Smart3772a992009-05-22 14:50:54 -040010710 * lpfc_sli_fp_intr_handler - Fast-path interrupt handler to SLI-3 device.
James Smart93996272008-08-24 21:50:30 -040010711 * @irq: Interrupt number.
10712 * @dev_id: The device context pointer.
10713 *
10714 * This function is directly called from the PCI layer as an interrupt
James Smart3772a992009-05-22 14:50:54 -040010715 * service routine when device with SLI-3 interface spec is enabled with
10716 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
10717 * ring event in the HBA. However, when the device is enabled with either
10718 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
10719 * device-level interrupt handler. When the PCI slot is in error recovery
10720 * or the HBA is undergoing initialization, the interrupt handler will not
10721 * process the interrupt. The SCSI FCP fast-path ring event are handled in
10722 * the intrrupt context. This function is called without any lock held.
10723 * It gets the hbalock to access and update SLI data structures.
James Smart93996272008-08-24 21:50:30 -040010724 *
10725 * This function returns IRQ_HANDLED when interrupt is handled else it
10726 * returns IRQ_NONE.
10727 **/
10728irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010729lpfc_sli_fp_intr_handler(int irq, void *dev_id)
James Smart93996272008-08-24 21:50:30 -040010730{
10731 struct lpfc_hba *phba;
10732 uint32_t ha_copy;
10733 unsigned long status;
James Smart5b75da22008-12-04 22:39:35 -050010734 unsigned long iflag;
James Smart93996272008-08-24 21:50:30 -040010735
10736 /* Get the driver's phba structure from the dev_id and
10737 * assume the HBA is not interrupting.
10738 */
10739 phba = (struct lpfc_hba *) dev_id;
10740
10741 if (unlikely(!phba))
10742 return IRQ_NONE;
dea31012005-04-17 16:05:31 -050010743
10744 /*
James Smart93996272008-08-24 21:50:30 -040010745 * Stuff needs to be attented to when this function is invoked as an
10746 * individual interrupt handler in MSI-X multi-message interrupt mode
dea31012005-04-17 16:05:31 -050010747 */
James Smart93996272008-08-24 21:50:30 -040010748 if (phba->intr_type == MSIX) {
James Smart3772a992009-05-22 14:50:54 -040010749 /* Check device state for handling interrupt */
10750 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010751 return IRQ_NONE;
10752 /* Need to read HA REG for FCP ring and other ring events */
James Smart9940b972011-03-11 16:06:12 -050010753 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10754 return IRQ_HANDLED;
James Smart93996272008-08-24 21:50:30 -040010755 /* Clear up only attention source related to fast-path */
James Smart5b75da22008-12-04 22:39:35 -050010756 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010757 /*
10758 * If there is deferred error attention, do not check for
10759 * any interrupt.
10760 */
10761 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
James Smart3772a992009-05-22 14:50:54 -040010762 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010763 return IRQ_NONE;
10764 }
James Smart93996272008-08-24 21:50:30 -040010765 writel((ha_copy & (HA_R0_CLR_MSK | HA_R1_CLR_MSK)),
10766 phba->HAregaddr);
10767 readl(phba->HAregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010768 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010769 } else
10770 ha_copy = phba->ha_copy;
10771
10772 /*
10773 * Process all events on FCP ring. Take the optimized path for FCP IO.
10774 */
10775 ha_copy &= ~(phba->work_ha_mask);
10776
10777 status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
dea31012005-04-17 16:05:31 -050010778 status >>= (4*LPFC_FCP_RING);
James Smart858c9f62007-06-17 19:56:39 -050010779 if (status & HA_RXMASK)
dea31012005-04-17 16:05:31 -050010780 lpfc_sli_handle_fast_ring_event(phba,
10781 &phba->sli.ring[LPFC_FCP_RING],
10782 status);
James Smarta4bc3372006-12-02 13:34:16 -050010783
10784 if (phba->cfg_multi_ring_support == 2) {
10785 /*
James Smart93996272008-08-24 21:50:30 -040010786 * Process all events on extra ring. Take the optimized path
10787 * for extra ring IO.
James Smarta4bc3372006-12-02 13:34:16 -050010788 */
James Smart93996272008-08-24 21:50:30 -040010789 status = (ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING)));
James Smarta4bc3372006-12-02 13:34:16 -050010790 status >>= (4*LPFC_EXTRA_RING);
James Smart858c9f62007-06-17 19:56:39 -050010791 if (status & HA_RXMASK) {
James Smarta4bc3372006-12-02 13:34:16 -050010792 lpfc_sli_handle_fast_ring_event(phba,
10793 &phba->sli.ring[LPFC_EXTRA_RING],
10794 status);
10795 }
10796 }
dea31012005-04-17 16:05:31 -050010797 return IRQ_HANDLED;
James Smart3772a992009-05-22 14:50:54 -040010798} /* lpfc_sli_fp_intr_handler */
dea31012005-04-17 16:05:31 -050010799
James Smart93996272008-08-24 21:50:30 -040010800/**
James Smart3772a992009-05-22 14:50:54 -040010801 * lpfc_sli_intr_handler - Device-level interrupt handler to SLI-3 device
James Smart93996272008-08-24 21:50:30 -040010802 * @irq: Interrupt number.
10803 * @dev_id: The device context pointer.
10804 *
James Smart3772a992009-05-22 14:50:54 -040010805 * This function is the HBA device-level interrupt handler to device with
10806 * SLI-3 interface spec, called from the PCI layer when either MSI or
10807 * Pin-IRQ interrupt mode is enabled and there is an event in the HBA which
10808 * requires driver attention. This function invokes the slow-path interrupt
10809 * attention handling function and fast-path interrupt attention handling
10810 * function in turn to process the relevant HBA attention events. This
10811 * function is called without any lock held. It gets the hbalock to access
10812 * and update SLI data structures.
James Smart93996272008-08-24 21:50:30 -040010813 *
10814 * This function returns IRQ_HANDLED when interrupt is handled, else it
10815 * returns IRQ_NONE.
10816 **/
10817irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010818lpfc_sli_intr_handler(int irq, void *dev_id)
James Smart93996272008-08-24 21:50:30 -040010819{
10820 struct lpfc_hba *phba;
10821 irqreturn_t sp_irq_rc, fp_irq_rc;
10822 unsigned long status1, status2;
James Smarta747c9c2009-11-18 15:41:10 -050010823 uint32_t hc_copy;
James Smart93996272008-08-24 21:50:30 -040010824
10825 /*
10826 * Get the driver's phba structure from the dev_id and
10827 * assume the HBA is not interrupting.
10828 */
10829 phba = (struct lpfc_hba *) dev_id;
10830
10831 if (unlikely(!phba))
10832 return IRQ_NONE;
10833
James Smart3772a992009-05-22 14:50:54 -040010834 /* Check device state for handling interrupt */
10835 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010836 return IRQ_NONE;
10837
10838 spin_lock(&phba->hbalock);
James Smart9940b972011-03-11 16:06:12 -050010839 if (lpfc_readl(phba->HAregaddr, &phba->ha_copy)) {
10840 spin_unlock(&phba->hbalock);
10841 return IRQ_HANDLED;
10842 }
10843
James Smart93996272008-08-24 21:50:30 -040010844 if (unlikely(!phba->ha_copy)) {
10845 spin_unlock(&phba->hbalock);
10846 return IRQ_NONE;
10847 } else if (phba->ha_copy & HA_ERATT) {
10848 if (phba->hba_flag & HBA_ERATT_HANDLED)
10849 /* ERATT polling has handled ERATT */
10850 phba->ha_copy &= ~HA_ERATT;
10851 else
10852 /* Indicate interrupt handler handles ERATT */
10853 phba->hba_flag |= HBA_ERATT_HANDLED;
10854 }
10855
James Smarta257bf92009-04-06 18:48:10 -040010856 /*
10857 * If there is deferred error attention, do not check for any interrupt.
10858 */
10859 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
Dan Carpenterec21b3b2010-08-08 00:15:17 +020010860 spin_unlock(&phba->hbalock);
James Smarta257bf92009-04-06 18:48:10 -040010861 return IRQ_NONE;
10862 }
10863
James Smart93996272008-08-24 21:50:30 -040010864 /* Clear attention sources except link and error attentions */
James Smart9940b972011-03-11 16:06:12 -050010865 if (lpfc_readl(phba->HCregaddr, &hc_copy)) {
10866 spin_unlock(&phba->hbalock);
10867 return IRQ_HANDLED;
10868 }
James Smarta747c9c2009-11-18 15:41:10 -050010869 writel(hc_copy & ~(HC_MBINT_ENA | HC_R0INT_ENA | HC_R1INT_ENA
10870 | HC_R2INT_ENA | HC_LAINT_ENA | HC_ERINT_ENA),
10871 phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010872 writel((phba->ha_copy & ~(HA_LATT | HA_ERATT)), phba->HAregaddr);
James Smarta747c9c2009-11-18 15:41:10 -050010873 writel(hc_copy, phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010874 readl(phba->HAregaddr); /* flush */
10875 spin_unlock(&phba->hbalock);
10876
10877 /*
10878 * Invokes slow-path host attention interrupt handling as appropriate.
10879 */
10880
10881 /* status of events with mailbox and link attention */
10882 status1 = phba->ha_copy & (HA_MBATT | HA_LATT | HA_ERATT);
10883
10884 /* status of events with ELS ring */
10885 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
10886 status2 >>= (4*LPFC_ELS_RING);
10887
10888 if (status1 || (status2 & HA_RXMASK))
James Smart3772a992009-05-22 14:50:54 -040010889 sp_irq_rc = lpfc_sli_sp_intr_handler(irq, dev_id);
James Smart93996272008-08-24 21:50:30 -040010890 else
10891 sp_irq_rc = IRQ_NONE;
10892
10893 /*
10894 * Invoke fast-path host attention interrupt handling as appropriate.
10895 */
10896
10897 /* status of events with FCP ring */
10898 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
10899 status1 >>= (4*LPFC_FCP_RING);
10900
10901 /* status of events with extra ring */
10902 if (phba->cfg_multi_ring_support == 2) {
10903 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING)));
10904 status2 >>= (4*LPFC_EXTRA_RING);
10905 } else
10906 status2 = 0;
10907
10908 if ((status1 & HA_RXMASK) || (status2 & HA_RXMASK))
James Smart3772a992009-05-22 14:50:54 -040010909 fp_irq_rc = lpfc_sli_fp_intr_handler(irq, dev_id);
James Smart93996272008-08-24 21:50:30 -040010910 else
10911 fp_irq_rc = IRQ_NONE;
10912
10913 /* Return device-level interrupt handling status */
10914 return (sp_irq_rc == IRQ_HANDLED) ? sp_irq_rc : fp_irq_rc;
James Smart3772a992009-05-22 14:50:54 -040010915} /* lpfc_sli_intr_handler */
James Smart4f774512009-05-22 14:52:35 -040010916
10917/**
10918 * lpfc_sli4_fcp_xri_abort_event_proc - Process fcp xri abort event
10919 * @phba: pointer to lpfc hba data structure.
10920 *
10921 * This routine is invoked by the worker thread to process all the pending
10922 * SLI4 FCP abort XRI events.
10923 **/
10924void lpfc_sli4_fcp_xri_abort_event_proc(struct lpfc_hba *phba)
10925{
10926 struct lpfc_cq_event *cq_event;
10927
10928 /* First, declare the fcp xri abort event has been handled */
10929 spin_lock_irq(&phba->hbalock);
10930 phba->hba_flag &= ~FCP_XRI_ABORT_EVENT;
10931 spin_unlock_irq(&phba->hbalock);
10932 /* Now, handle all the fcp xri abort events */
10933 while (!list_empty(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue)) {
10934 /* Get the first event from the head of the event queue */
10935 spin_lock_irq(&phba->hbalock);
10936 list_remove_head(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue,
10937 cq_event, struct lpfc_cq_event, list);
10938 spin_unlock_irq(&phba->hbalock);
10939 /* Notify aborted XRI for FCP work queue */
10940 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri);
10941 /* Free the event processed back to the free pool */
10942 lpfc_sli4_cq_event_release(phba, cq_event);
10943 }
10944}
10945
10946/**
10947 * lpfc_sli4_els_xri_abort_event_proc - Process els xri abort event
10948 * @phba: pointer to lpfc hba data structure.
10949 *
10950 * This routine is invoked by the worker thread to process all the pending
10951 * SLI4 els abort xri events.
10952 **/
10953void lpfc_sli4_els_xri_abort_event_proc(struct lpfc_hba *phba)
10954{
10955 struct lpfc_cq_event *cq_event;
10956
10957 /* First, declare the els xri abort event has been handled */
10958 spin_lock_irq(&phba->hbalock);
10959 phba->hba_flag &= ~ELS_XRI_ABORT_EVENT;
10960 spin_unlock_irq(&phba->hbalock);
10961 /* Now, handle all the els xri abort events */
10962 while (!list_empty(&phba->sli4_hba.sp_els_xri_aborted_work_queue)) {
10963 /* Get the first event from the head of the event queue */
10964 spin_lock_irq(&phba->hbalock);
10965 list_remove_head(&phba->sli4_hba.sp_els_xri_aborted_work_queue,
10966 cq_event, struct lpfc_cq_event, list);
10967 spin_unlock_irq(&phba->hbalock);
10968 /* Notify aborted XRI for ELS work queue */
10969 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri);
10970 /* Free the event processed back to the free pool */
10971 lpfc_sli4_cq_event_release(phba, cq_event);
10972 }
10973}
10974
James Smart341af102010-01-26 23:07:37 -050010975/**
10976 * lpfc_sli4_iocb_param_transfer - Transfer pIocbOut and cmpl status to pIocbIn
10977 * @phba: pointer to lpfc hba data structure
10978 * @pIocbIn: pointer to the rspiocbq
10979 * @pIocbOut: pointer to the cmdiocbq
10980 * @wcqe: pointer to the complete wcqe
10981 *
10982 * This routine transfers the fields of a command iocbq to a response iocbq
10983 * by copying all the IOCB fields from command iocbq and transferring the
10984 * completion status information from the complete wcqe.
10985 **/
James Smart4f774512009-05-22 14:52:35 -040010986static void
James Smart341af102010-01-26 23:07:37 -050010987lpfc_sli4_iocb_param_transfer(struct lpfc_hba *phba,
10988 struct lpfc_iocbq *pIocbIn,
James Smart4f774512009-05-22 14:52:35 -040010989 struct lpfc_iocbq *pIocbOut,
10990 struct lpfc_wcqe_complete *wcqe)
10991{
James Smart341af102010-01-26 23:07:37 -050010992 unsigned long iflags;
James Smartacd68592012-01-18 16:25:09 -050010993 uint32_t status;
James Smart4f774512009-05-22 14:52:35 -040010994 size_t offset = offsetof(struct lpfc_iocbq, iocb);
10995
10996 memcpy((char *)pIocbIn + offset, (char *)pIocbOut + offset,
10997 sizeof(struct lpfc_iocbq) - offset);
James Smart4f774512009-05-22 14:52:35 -040010998 /* Map WCQE parameters into irspiocb parameters */
James Smartacd68592012-01-18 16:25:09 -050010999 status = bf_get(lpfc_wcqe_c_status, wcqe);
11000 pIocbIn->iocb.ulpStatus = (status & LPFC_IOCB_STATUS_MASK);
James Smart4f774512009-05-22 14:52:35 -040011001 if (pIocbOut->iocb_flag & LPFC_IO_FCP)
11002 if (pIocbIn->iocb.ulpStatus == IOSTAT_FCP_RSP_ERROR)
11003 pIocbIn->iocb.un.fcpi.fcpi_parm =
11004 pIocbOut->iocb.un.fcpi.fcpi_parm -
11005 wcqe->total_data_placed;
11006 else
11007 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter;
James Smart695a8142010-01-26 23:08:03 -050011008 else {
James Smart4f774512009-05-22 14:52:35 -040011009 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter;
James Smart695a8142010-01-26 23:08:03 -050011010 pIocbIn->iocb.un.genreq64.bdl.bdeSize = wcqe->total_data_placed;
11011 }
James Smart341af102010-01-26 23:07:37 -050011012
James Smartacd68592012-01-18 16:25:09 -050011013 /* Convert BG errors for completion status */
11014 if (status == CQE_STATUS_DI_ERROR) {
11015 pIocbIn->iocb.ulpStatus = IOSTAT_LOCAL_REJECT;
11016
11017 if (bf_get(lpfc_wcqe_c_bg_edir, wcqe))
11018 pIocbIn->iocb.un.ulpWord[4] = IOERR_RX_DMA_FAILED;
11019 else
11020 pIocbIn->iocb.un.ulpWord[4] = IOERR_TX_DMA_FAILED;
11021
11022 pIocbIn->iocb.unsli3.sli3_bg.bgstat = 0;
11023 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) /* Guard Check failed */
11024 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11025 BGS_GUARD_ERR_MASK;
11026 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) /* App Tag Check failed */
11027 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11028 BGS_APPTAG_ERR_MASK;
11029 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) /* Ref Tag Check failed */
11030 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11031 BGS_REFTAG_ERR_MASK;
11032
11033 /* Check to see if there was any good data before the error */
11034 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) {
11035 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11036 BGS_HI_WATER_MARK_PRESENT_MASK;
11037 pIocbIn->iocb.unsli3.sli3_bg.bghm =
11038 wcqe->total_data_placed;
11039 }
11040
11041 /*
11042 * Set ALL the error bits to indicate we don't know what
11043 * type of error it is.
11044 */
11045 if (!pIocbIn->iocb.unsli3.sli3_bg.bgstat)
11046 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11047 (BGS_REFTAG_ERR_MASK | BGS_APPTAG_ERR_MASK |
11048 BGS_GUARD_ERR_MASK);
11049 }
11050
James Smart341af102010-01-26 23:07:37 -050011051 /* Pick up HBA exchange busy condition */
11052 if (bf_get(lpfc_wcqe_c_xb, wcqe)) {
11053 spin_lock_irqsave(&phba->hbalock, iflags);
11054 pIocbIn->iocb_flag |= LPFC_EXCHANGE_BUSY;
11055 spin_unlock_irqrestore(&phba->hbalock, iflags);
11056 }
James Smart4f774512009-05-22 14:52:35 -040011057}
11058
11059/**
James Smart45ed1192009-10-02 15:17:02 -040011060 * lpfc_sli4_els_wcqe_to_rspiocbq - Get response iocbq from els wcqe
11061 * @phba: Pointer to HBA context object.
11062 * @wcqe: Pointer to work-queue completion queue entry.
11063 *
11064 * This routine handles an ELS work-queue completion event and construct
11065 * a pseudo response ELS IODBQ from the SLI4 ELS WCQE for the common
11066 * discovery engine to handle.
11067 *
11068 * Return: Pointer to the receive IOCBQ, NULL otherwise.
11069 **/
11070static struct lpfc_iocbq *
11071lpfc_sli4_els_wcqe_to_rspiocbq(struct lpfc_hba *phba,
11072 struct lpfc_iocbq *irspiocbq)
11073{
11074 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
11075 struct lpfc_iocbq *cmdiocbq;
11076 struct lpfc_wcqe_complete *wcqe;
11077 unsigned long iflags;
11078
11079 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl;
James Smart7e56aa22012-08-03 12:35:34 -040011080 spin_lock_irqsave(&pring->ring_lock, iflags);
James Smart45ed1192009-10-02 15:17:02 -040011081 pring->stats.iocb_event++;
11082 /* Look up the ELS command IOCB and create pseudo response IOCB */
11083 cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring,
11084 bf_get(lpfc_wcqe_c_request_tag, wcqe));
James Smart7e56aa22012-08-03 12:35:34 -040011085 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart45ed1192009-10-02 15:17:02 -040011086
11087 if (unlikely(!cmdiocbq)) {
11088 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11089 "0386 ELS complete with no corresponding "
11090 "cmdiocb: iotag (%d)\n",
11091 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11092 lpfc_sli_release_iocbq(phba, irspiocbq);
11093 return NULL;
11094 }
11095
11096 /* Fake the irspiocbq and copy necessary response information */
James Smart341af102010-01-26 23:07:37 -050011097 lpfc_sli4_iocb_param_transfer(phba, irspiocbq, cmdiocbq, wcqe);
James Smart45ed1192009-10-02 15:17:02 -040011098
11099 return irspiocbq;
11100}
11101
11102/**
James Smart04c68492009-05-22 14:52:52 -040011103 * lpfc_sli4_sp_handle_async_event - Handle an asynchroous event
11104 * @phba: Pointer to HBA context object.
11105 * @cqe: Pointer to mailbox completion queue entry.
11106 *
11107 * This routine process a mailbox completion queue entry with asynchrous
11108 * event.
11109 *
11110 * Return: true if work posted to worker thread, otherwise false.
11111 **/
11112static bool
11113lpfc_sli4_sp_handle_async_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
11114{
11115 struct lpfc_cq_event *cq_event;
11116 unsigned long iflags;
11117
11118 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
11119 "0392 Async Event: word0:x%x, word1:x%x, "
11120 "word2:x%x, word3:x%x\n", mcqe->word0,
11121 mcqe->mcqe_tag0, mcqe->mcqe_tag1, mcqe->trailer);
11122
11123 /* Allocate a new internal CQ_EVENT entry */
11124 cq_event = lpfc_sli4_cq_event_alloc(phba);
11125 if (!cq_event) {
11126 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11127 "0394 Failed to allocate CQ_EVENT entry\n");
11128 return false;
11129 }
11130
11131 /* Move the CQE into an asynchronous event entry */
11132 memcpy(&cq_event->cqe, mcqe, sizeof(struct lpfc_mcqe));
11133 spin_lock_irqsave(&phba->hbalock, iflags);
11134 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue);
11135 /* Set the async event flag */
11136 phba->hba_flag |= ASYNC_EVENT;
11137 spin_unlock_irqrestore(&phba->hbalock, iflags);
11138
11139 return true;
11140}
11141
11142/**
11143 * lpfc_sli4_sp_handle_mbox_event - Handle a mailbox completion event
11144 * @phba: Pointer to HBA context object.
11145 * @cqe: Pointer to mailbox completion queue entry.
11146 *
11147 * This routine process a mailbox completion queue entry with mailbox
11148 * completion event.
11149 *
11150 * Return: true if work posted to worker thread, otherwise false.
11151 **/
11152static bool
11153lpfc_sli4_sp_handle_mbox_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
11154{
11155 uint32_t mcqe_status;
11156 MAILBOX_t *mbox, *pmbox;
11157 struct lpfc_mqe *mqe;
11158 struct lpfc_vport *vport;
11159 struct lpfc_nodelist *ndlp;
11160 struct lpfc_dmabuf *mp;
11161 unsigned long iflags;
11162 LPFC_MBOXQ_t *pmb;
11163 bool workposted = false;
11164 int rc;
11165
11166 /* If not a mailbox complete MCQE, out by checking mailbox consume */
11167 if (!bf_get(lpfc_trailer_completed, mcqe))
11168 goto out_no_mqe_complete;
11169
11170 /* Get the reference to the active mbox command */
11171 spin_lock_irqsave(&phba->hbalock, iflags);
11172 pmb = phba->sli.mbox_active;
11173 if (unlikely(!pmb)) {
11174 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
11175 "1832 No pending MBOX command to handle\n");
11176 spin_unlock_irqrestore(&phba->hbalock, iflags);
11177 goto out_no_mqe_complete;
11178 }
11179 spin_unlock_irqrestore(&phba->hbalock, iflags);
11180 mqe = &pmb->u.mqe;
11181 pmbox = (MAILBOX_t *)&pmb->u.mqe;
11182 mbox = phba->mbox;
11183 vport = pmb->vport;
11184
11185 /* Reset heartbeat timer */
11186 phba->last_completion_time = jiffies;
11187 del_timer(&phba->sli.mbox_tmo);
11188
11189 /* Move mbox data to caller's mailbox region, do endian swapping */
11190 if (pmb->mbox_cmpl && mbox)
11191 lpfc_sli_pcimem_bcopy(mbox, mqe, sizeof(struct lpfc_mqe));
James Smart04c68492009-05-22 14:52:52 -040011192
James Smart73d91e52011-10-10 21:32:10 -040011193 /*
11194 * For mcqe errors, conditionally move a modified error code to
11195 * the mbox so that the error will not be missed.
11196 */
11197 mcqe_status = bf_get(lpfc_mcqe_status, mcqe);
11198 if (mcqe_status != MB_CQE_STATUS_SUCCESS) {
11199 if (bf_get(lpfc_mqe_status, mqe) == MBX_SUCCESS)
11200 bf_set(lpfc_mqe_status, mqe,
11201 (LPFC_MBX_ERROR_RANGE | mcqe_status));
11202 }
James Smart04c68492009-05-22 14:52:52 -040011203 if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) {
11204 pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG;
11205 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_MBOX_VPORT,
11206 "MBOX dflt rpi: status:x%x rpi:x%x",
11207 mcqe_status,
11208 pmbox->un.varWords[0], 0);
11209 if (mcqe_status == MB_CQE_STATUS_SUCCESS) {
11210 mp = (struct lpfc_dmabuf *)(pmb->context1);
11211 ndlp = (struct lpfc_nodelist *)pmb->context2;
11212 /* Reg_LOGIN of dflt RPI was successful. Now lets get
11213 * RID of the PPI using the same mbox buffer.
11214 */
11215 lpfc_unreg_login(phba, vport->vpi,
11216 pmbox->un.varWords[0], pmb);
11217 pmb->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
11218 pmb->context1 = mp;
11219 pmb->context2 = ndlp;
11220 pmb->vport = vport;
11221 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
11222 if (rc != MBX_BUSY)
11223 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
11224 LOG_SLI, "0385 rc should "
11225 "have been MBX_BUSY\n");
11226 if (rc != MBX_NOT_FINISHED)
11227 goto send_current_mbox;
11228 }
11229 }
11230 spin_lock_irqsave(&phba->pport->work_port_lock, iflags);
11231 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
11232 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflags);
11233
11234 /* There is mailbox completion work to do */
11235 spin_lock_irqsave(&phba->hbalock, iflags);
11236 __lpfc_mbox_cmpl_put(phba, pmb);
11237 phba->work_ha |= HA_MBATT;
11238 spin_unlock_irqrestore(&phba->hbalock, iflags);
11239 workposted = true;
11240
11241send_current_mbox:
11242 spin_lock_irqsave(&phba->hbalock, iflags);
11243 /* Release the mailbox command posting token */
11244 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
11245 /* Setting active mailbox pointer need to be in sync to flag clear */
11246 phba->sli.mbox_active = NULL;
11247 spin_unlock_irqrestore(&phba->hbalock, iflags);
11248 /* Wake up worker thread to post the next pending mailbox command */
11249 lpfc_worker_wake_up(phba);
11250out_no_mqe_complete:
11251 if (bf_get(lpfc_trailer_consumed, mcqe))
11252 lpfc_sli4_mq_release(phba->sli4_hba.mbx_wq);
11253 return workposted;
11254}
11255
11256/**
11257 * lpfc_sli4_sp_handle_mcqe - Process a mailbox completion queue entry
11258 * @phba: Pointer to HBA context object.
11259 * @cqe: Pointer to mailbox completion queue entry.
11260 *
11261 * This routine process a mailbox completion queue entry, it invokes the
11262 * proper mailbox complete handling or asynchrous event handling routine
11263 * according to the MCQE's async bit.
11264 *
11265 * Return: true if work posted to worker thread, otherwise false.
11266 **/
11267static bool
11268lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_cqe *cqe)
11269{
11270 struct lpfc_mcqe mcqe;
11271 bool workposted;
11272
11273 /* Copy the mailbox MCQE and convert endian order as needed */
11274 lpfc_sli_pcimem_bcopy(cqe, &mcqe, sizeof(struct lpfc_mcqe));
11275
11276 /* Invoke the proper event handling routine */
11277 if (!bf_get(lpfc_trailer_async, &mcqe))
11278 workposted = lpfc_sli4_sp_handle_mbox_event(phba, &mcqe);
11279 else
11280 workposted = lpfc_sli4_sp_handle_async_event(phba, &mcqe);
11281 return workposted;
11282}
11283
11284/**
James Smart4f774512009-05-22 14:52:35 -040011285 * lpfc_sli4_sp_handle_els_wcqe - Handle els work-queue completion event
11286 * @phba: Pointer to HBA context object.
James Smart2a76a282012-08-03 12:35:54 -040011287 * @cq: Pointer to associated CQ
James Smart4f774512009-05-22 14:52:35 -040011288 * @wcqe: Pointer to work-queue completion queue entry.
11289 *
11290 * This routine handles an ELS work-queue completion event.
11291 *
11292 * Return: true if work posted to worker thread, otherwise false.
11293 **/
11294static bool
James Smart2a76a282012-08-03 12:35:54 -040011295lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040011296 struct lpfc_wcqe_complete *wcqe)
11297{
James Smart4f774512009-05-22 14:52:35 -040011298 struct lpfc_iocbq *irspiocbq;
11299 unsigned long iflags;
James Smart2a76a282012-08-03 12:35:54 -040011300 struct lpfc_sli_ring *pring = cq->pring;
James Smart4f774512009-05-22 14:52:35 -040011301
James Smart45ed1192009-10-02 15:17:02 -040011302 /* Get an irspiocbq for later ELS response processing use */
James Smart4f774512009-05-22 14:52:35 -040011303 irspiocbq = lpfc_sli_get_iocbq(phba);
11304 if (!irspiocbq) {
11305 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart2a9bf3d2010-06-07 15:24:45 -040011306 "0387 NO IOCBQ data: txq_cnt=%d iocb_cnt=%d "
11307 "fcp_txcmplq_cnt=%d, els_txcmplq_cnt=%d\n",
11308 pring->txq_cnt, phba->iocb_cnt,
11309 phba->sli.ring[LPFC_FCP_RING].txcmplq_cnt,
11310 phba->sli.ring[LPFC_ELS_RING].txcmplq_cnt);
James Smart45ed1192009-10-02 15:17:02 -040011311 return false;
James Smart4f774512009-05-22 14:52:35 -040011312 }
James Smart4f774512009-05-22 14:52:35 -040011313
James Smart45ed1192009-10-02 15:17:02 -040011314 /* Save off the slow-path queue event for work thread to process */
11315 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe));
James Smart4f774512009-05-22 14:52:35 -040011316 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart4d9ab992009-10-02 15:16:39 -040011317 list_add_tail(&irspiocbq->cq_event.list,
James Smart45ed1192009-10-02 15:17:02 -040011318 &phba->sli4_hba.sp_queue_event);
11319 phba->hba_flag |= HBA_SP_QUEUE_EVT;
James Smart4f774512009-05-22 14:52:35 -040011320 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart4f774512009-05-22 14:52:35 -040011321
James Smart45ed1192009-10-02 15:17:02 -040011322 return true;
James Smart4f774512009-05-22 14:52:35 -040011323}
11324
11325/**
11326 * lpfc_sli4_sp_handle_rel_wcqe - Handle slow-path WQ entry consumed event
11327 * @phba: Pointer to HBA context object.
11328 * @wcqe: Pointer to work-queue completion queue entry.
11329 *
11330 * This routine handles slow-path WQ entry comsumed event by invoking the
11331 * proper WQ release routine to the slow-path WQ.
11332 **/
11333static void
11334lpfc_sli4_sp_handle_rel_wcqe(struct lpfc_hba *phba,
11335 struct lpfc_wcqe_release *wcqe)
11336{
James Smart2e90f4b2011-12-13 13:22:37 -050011337 /* sanity check on queue memory */
11338 if (unlikely(!phba->sli4_hba.els_wq))
11339 return;
James Smart4f774512009-05-22 14:52:35 -040011340 /* Check for the slow-path ELS work queue */
11341 if (bf_get(lpfc_wcqe_r_wq_id, wcqe) == phba->sli4_hba.els_wq->queue_id)
11342 lpfc_sli4_wq_release(phba->sli4_hba.els_wq,
11343 bf_get(lpfc_wcqe_r_wqe_index, wcqe));
11344 else
11345 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11346 "2579 Slow-path wqe consume event carries "
11347 "miss-matched qid: wcqe-qid=x%x, sp-qid=x%x\n",
11348 bf_get(lpfc_wcqe_r_wqe_index, wcqe),
11349 phba->sli4_hba.els_wq->queue_id);
11350}
11351
11352/**
11353 * lpfc_sli4_sp_handle_abort_xri_wcqe - Handle a xri abort event
11354 * @phba: Pointer to HBA context object.
11355 * @cq: Pointer to a WQ completion queue.
11356 * @wcqe: Pointer to work-queue completion queue entry.
11357 *
11358 * This routine handles an XRI abort event.
11359 *
11360 * Return: true if work posted to worker thread, otherwise false.
11361 **/
11362static bool
11363lpfc_sli4_sp_handle_abort_xri_wcqe(struct lpfc_hba *phba,
11364 struct lpfc_queue *cq,
11365 struct sli4_wcqe_xri_aborted *wcqe)
11366{
11367 bool workposted = false;
11368 struct lpfc_cq_event *cq_event;
11369 unsigned long iflags;
11370
11371 /* Allocate a new internal CQ_EVENT entry */
11372 cq_event = lpfc_sli4_cq_event_alloc(phba);
11373 if (!cq_event) {
11374 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11375 "0602 Failed to allocate CQ_EVENT entry\n");
11376 return false;
11377 }
11378
11379 /* Move the CQE into the proper xri abort event list */
11380 memcpy(&cq_event->cqe, wcqe, sizeof(struct sli4_wcqe_xri_aborted));
11381 switch (cq->subtype) {
11382 case LPFC_FCP:
11383 spin_lock_irqsave(&phba->hbalock, iflags);
11384 list_add_tail(&cq_event->list,
11385 &phba->sli4_hba.sp_fcp_xri_aborted_work_queue);
11386 /* Set the fcp xri abort event flag */
11387 phba->hba_flag |= FCP_XRI_ABORT_EVENT;
11388 spin_unlock_irqrestore(&phba->hbalock, iflags);
11389 workposted = true;
11390 break;
11391 case LPFC_ELS:
11392 spin_lock_irqsave(&phba->hbalock, iflags);
11393 list_add_tail(&cq_event->list,
11394 &phba->sli4_hba.sp_els_xri_aborted_work_queue);
11395 /* Set the els xri abort event flag */
11396 phba->hba_flag |= ELS_XRI_ABORT_EVENT;
11397 spin_unlock_irqrestore(&phba->hbalock, iflags);
11398 workposted = true;
11399 break;
11400 default:
11401 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11402 "0603 Invalid work queue CQE subtype (x%x)\n",
11403 cq->subtype);
11404 workposted = false;
11405 break;
11406 }
11407 return workposted;
11408}
11409
11410/**
James Smart4d9ab992009-10-02 15:16:39 -040011411 * lpfc_sli4_sp_handle_rcqe - Process a receive-queue completion queue entry
James Smart4f774512009-05-22 14:52:35 -040011412 * @phba: Pointer to HBA context object.
James Smart4d9ab992009-10-02 15:16:39 -040011413 * @rcqe: Pointer to receive-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011414 *
James Smart4d9ab992009-10-02 15:16:39 -040011415 * This routine process a receive-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011416 *
11417 * Return: true if work posted to worker thread, otherwise false.
11418 **/
11419static bool
James Smart4d9ab992009-10-02 15:16:39 -040011420lpfc_sli4_sp_handle_rcqe(struct lpfc_hba *phba, struct lpfc_rcqe *rcqe)
11421{
11422 bool workposted = false;
11423 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq;
11424 struct lpfc_queue *drq = phba->sli4_hba.dat_rq;
11425 struct hbq_dmabuf *dma_buf;
James Smart7851fe22011-07-22 18:36:52 -040011426 uint32_t status, rq_id;
James Smart4d9ab992009-10-02 15:16:39 -040011427 unsigned long iflags;
11428
James Smart2e90f4b2011-12-13 13:22:37 -050011429 /* sanity check on queue memory */
11430 if (unlikely(!hrq) || unlikely(!drq))
11431 return workposted;
11432
James Smart7851fe22011-07-22 18:36:52 -040011433 if (bf_get(lpfc_cqe_code, rcqe) == CQE_CODE_RECEIVE_V1)
11434 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe);
11435 else
11436 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe);
11437 if (rq_id != hrq->queue_id)
James Smart4d9ab992009-10-02 15:16:39 -040011438 goto out;
11439
11440 status = bf_get(lpfc_rcqe_status, rcqe);
11441 switch (status) {
11442 case FC_STATUS_RQ_BUF_LEN_EXCEEDED:
11443 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11444 "2537 Receive Frame Truncated!!\n");
James Smartb84daac2012-08-03 12:35:13 -040011445 hrq->RQ_buf_trunc++;
James Smart4d9ab992009-10-02 15:16:39 -040011446 case FC_STATUS_RQ_SUCCESS:
James Smart5ffc2662009-11-18 15:39:44 -050011447 lpfc_sli4_rq_release(hrq, drq);
James Smart4d9ab992009-10-02 15:16:39 -040011448 spin_lock_irqsave(&phba->hbalock, iflags);
11449 dma_buf = lpfc_sli_hbqbuf_get(&phba->hbqs[0].hbq_buffer_list);
11450 if (!dma_buf) {
James Smartb84daac2012-08-03 12:35:13 -040011451 hrq->RQ_no_buf_found++;
James Smart4d9ab992009-10-02 15:16:39 -040011452 spin_unlock_irqrestore(&phba->hbalock, iflags);
11453 goto out;
11454 }
James Smartb84daac2012-08-03 12:35:13 -040011455 hrq->RQ_rcv_buf++;
James Smart4d9ab992009-10-02 15:16:39 -040011456 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe));
11457 /* save off the frame for the word thread to process */
11458 list_add_tail(&dma_buf->cq_event.list,
James Smart45ed1192009-10-02 15:17:02 -040011459 &phba->sli4_hba.sp_queue_event);
James Smart4d9ab992009-10-02 15:16:39 -040011460 /* Frame received */
James Smart45ed1192009-10-02 15:17:02 -040011461 phba->hba_flag |= HBA_SP_QUEUE_EVT;
James Smart4d9ab992009-10-02 15:16:39 -040011462 spin_unlock_irqrestore(&phba->hbalock, iflags);
11463 workposted = true;
11464 break;
11465 case FC_STATUS_INSUFF_BUF_NEED_BUF:
11466 case FC_STATUS_INSUFF_BUF_FRM_DISC:
James Smartb84daac2012-08-03 12:35:13 -040011467 hrq->RQ_no_posted_buf++;
James Smart4d9ab992009-10-02 15:16:39 -040011468 /* Post more buffers if possible */
11469 spin_lock_irqsave(&phba->hbalock, iflags);
11470 phba->hba_flag |= HBA_POST_RECEIVE_BUFFER;
11471 spin_unlock_irqrestore(&phba->hbalock, iflags);
11472 workposted = true;
11473 break;
11474 }
11475out:
11476 return workposted;
James Smart4d9ab992009-10-02 15:16:39 -040011477}
11478
11479/**
11480 * lpfc_sli4_sp_handle_cqe - Process a slow path completion queue entry
11481 * @phba: Pointer to HBA context object.
11482 * @cq: Pointer to the completion queue.
11483 * @wcqe: Pointer to a completion queue entry.
11484 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030011485 * This routine process a slow-path work-queue or receive queue completion queue
James Smart4d9ab992009-10-02 15:16:39 -040011486 * entry.
11487 *
11488 * Return: true if work posted to worker thread, otherwise false.
11489 **/
11490static bool
11491lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040011492 struct lpfc_cqe *cqe)
11493{
James Smart45ed1192009-10-02 15:17:02 -040011494 struct lpfc_cqe cqevt;
James Smart4f774512009-05-22 14:52:35 -040011495 bool workposted = false;
11496
11497 /* Copy the work queue CQE and convert endian order if needed */
James Smart45ed1192009-10-02 15:17:02 -040011498 lpfc_sli_pcimem_bcopy(cqe, &cqevt, sizeof(struct lpfc_cqe));
James Smart4f774512009-05-22 14:52:35 -040011499
11500 /* Check and process for different type of WCQE and dispatch */
James Smart45ed1192009-10-02 15:17:02 -040011501 switch (bf_get(lpfc_cqe_code, &cqevt)) {
James Smart4f774512009-05-22 14:52:35 -040011502 case CQE_CODE_COMPL_WQE:
James Smart45ed1192009-10-02 15:17:02 -040011503 /* Process the WQ/RQ complete event */
James Smartbc739052010-08-04 16:11:18 -040011504 phba->last_completion_time = jiffies;
James Smart2a76a282012-08-03 12:35:54 -040011505 workposted = lpfc_sli4_sp_handle_els_wcqe(phba, cq,
James Smart45ed1192009-10-02 15:17:02 -040011506 (struct lpfc_wcqe_complete *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011507 break;
11508 case CQE_CODE_RELEASE_WQE:
11509 /* Process the WQ release event */
11510 lpfc_sli4_sp_handle_rel_wcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040011511 (struct lpfc_wcqe_release *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011512 break;
11513 case CQE_CODE_XRI_ABORTED:
11514 /* Process the WQ XRI abort event */
James Smartbc739052010-08-04 16:11:18 -040011515 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040011516 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq,
James Smart45ed1192009-10-02 15:17:02 -040011517 (struct sli4_wcqe_xri_aborted *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011518 break;
James Smart4d9ab992009-10-02 15:16:39 -040011519 case CQE_CODE_RECEIVE:
James Smart7851fe22011-07-22 18:36:52 -040011520 case CQE_CODE_RECEIVE_V1:
James Smart4d9ab992009-10-02 15:16:39 -040011521 /* Process the RQ event */
James Smartbc739052010-08-04 16:11:18 -040011522 phba->last_completion_time = jiffies;
James Smart4d9ab992009-10-02 15:16:39 -040011523 workposted = lpfc_sli4_sp_handle_rcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040011524 (struct lpfc_rcqe *)&cqevt);
James Smart4d9ab992009-10-02 15:16:39 -040011525 break;
James Smart4f774512009-05-22 14:52:35 -040011526 default:
11527 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11528 "0388 Not a valid WCQE code: x%x\n",
James Smart45ed1192009-10-02 15:17:02 -040011529 bf_get(lpfc_cqe_code, &cqevt));
James Smart4f774512009-05-22 14:52:35 -040011530 break;
11531 }
11532 return workposted;
11533}
11534
11535/**
James Smart4f774512009-05-22 14:52:35 -040011536 * lpfc_sli4_sp_handle_eqe - Process a slow-path event queue entry
11537 * @phba: Pointer to HBA context object.
11538 * @eqe: Pointer to fast-path event queue entry.
11539 *
11540 * This routine process a event queue entry from the slow-path event queue.
11541 * It will check the MajorCode and MinorCode to determine this is for a
11542 * completion event on a completion queue, if not, an error shall be logged
11543 * and just return. Otherwise, it will get to the corresponding completion
11544 * queue and process all the entries on that completion queue, rearm the
11545 * completion queue, and then return.
11546 *
11547 **/
11548static void
James Smart67d12732012-08-03 12:36:13 -040011549lpfc_sli4_sp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe,
11550 struct lpfc_queue *speq)
James Smart4f774512009-05-22 14:52:35 -040011551{
James Smart67d12732012-08-03 12:36:13 -040011552 struct lpfc_queue *cq = NULL, *childq;
James Smart4f774512009-05-22 14:52:35 -040011553 struct lpfc_cqe *cqe;
11554 bool workposted = false;
11555 int ecount = 0;
11556 uint16_t cqid;
11557
James Smart4f774512009-05-22 14:52:35 -040011558 /* Get the reference to the corresponding CQ */
James Smartcb5172e2010-03-15 11:25:07 -040011559 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
James Smart4f774512009-05-22 14:52:35 -040011560
James Smart4f774512009-05-22 14:52:35 -040011561 list_for_each_entry(childq, &speq->child_list, list) {
11562 if (childq->queue_id == cqid) {
11563 cq = childq;
11564 break;
11565 }
11566 }
11567 if (unlikely(!cq)) {
James Smart75baf692010-06-08 18:31:21 -040011568 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE)
11569 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11570 "0365 Slow-path CQ identifier "
11571 "(%d) does not exist\n", cqid);
James Smart4f774512009-05-22 14:52:35 -040011572 return;
11573 }
11574
11575 /* Process all the entries to the CQ */
11576 switch (cq->type) {
11577 case LPFC_MCQ:
11578 while ((cqe = lpfc_sli4_cq_get(cq))) {
11579 workposted |= lpfc_sli4_sp_handle_mcqe(phba, cqe);
James Smart73d91e52011-10-10 21:32:10 -040011580 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011581 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
James Smartb84daac2012-08-03 12:35:13 -040011582 cq->CQ_mbox++;
James Smart4f774512009-05-22 14:52:35 -040011583 }
11584 break;
11585 case LPFC_WCQ:
11586 while ((cqe = lpfc_sli4_cq_get(cq))) {
James Smart05580562011-05-24 11:40:48 -040011587 if (cq->subtype == LPFC_FCP)
11588 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq,
11589 cqe);
11590 else
11591 workposted |= lpfc_sli4_sp_handle_cqe(phba, cq,
11592 cqe);
James Smart73d91e52011-10-10 21:32:10 -040011593 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011594 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
11595 }
James Smartb84daac2012-08-03 12:35:13 -040011596
11597 /* Track the max number of CQEs processed in 1 EQ */
11598 if (ecount > cq->CQ_max_cqe)
11599 cq->CQ_max_cqe = ecount;
James Smart4f774512009-05-22 14:52:35 -040011600 break;
11601 default:
11602 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11603 "0370 Invalid completion queue type (%d)\n",
11604 cq->type);
11605 return;
11606 }
11607
11608 /* Catch the no cq entry condition, log an error */
11609 if (unlikely(ecount == 0))
11610 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11611 "0371 No entry from the CQ: identifier "
11612 "(x%x), type (%d)\n", cq->queue_id, cq->type);
11613
11614 /* In any case, flash and re-arm the RCQ */
11615 lpfc_sli4_cq_release(cq, LPFC_QUEUE_REARM);
11616
11617 /* wake up worker thread if there are works to be done */
11618 if (workposted)
11619 lpfc_worker_wake_up(phba);
11620}
11621
11622/**
11623 * lpfc_sli4_fp_handle_fcp_wcqe - Process fast-path work queue completion entry
James Smart2a76a282012-08-03 12:35:54 -040011624 * @phba: Pointer to HBA context object.
11625 * @cq: Pointer to associated CQ
11626 * @wcqe: Pointer to work-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011627 *
11628 * This routine process a fast-path work queue completion entry from fast-path
11629 * event queue for FCP command response completion.
11630 **/
11631static void
James Smart2a76a282012-08-03 12:35:54 -040011632lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040011633 struct lpfc_wcqe_complete *wcqe)
11634{
James Smart2a76a282012-08-03 12:35:54 -040011635 struct lpfc_sli_ring *pring = cq->pring;
James Smart4f774512009-05-22 14:52:35 -040011636 struct lpfc_iocbq *cmdiocbq;
11637 struct lpfc_iocbq irspiocbq;
11638 unsigned long iflags;
11639
James Smart4f774512009-05-22 14:52:35 -040011640 /* Check for response status */
11641 if (unlikely(bf_get(lpfc_wcqe_c_status, wcqe))) {
11642 /* If resource errors reported from HBA, reduce queue
11643 * depth of the SCSI device.
11644 */
James Smarte3d2b802012-08-14 14:25:43 -040011645 if (((bf_get(lpfc_wcqe_c_status, wcqe) ==
11646 IOSTAT_LOCAL_REJECT)) &&
11647 ((wcqe->parameter & IOERR_PARAM_MASK) ==
11648 IOERR_NO_RESOURCES))
James Smart4f774512009-05-22 14:52:35 -040011649 phba->lpfc_rampdown_queue_depth(phba);
James Smarte3d2b802012-08-14 14:25:43 -040011650
James Smart4f774512009-05-22 14:52:35 -040011651 /* Log the error status */
11652 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11653 "0373 FCP complete error: status=x%x, "
11654 "hw_status=x%x, total_data_specified=%d, "
11655 "parameter=x%x, word3=x%x\n",
11656 bf_get(lpfc_wcqe_c_status, wcqe),
11657 bf_get(lpfc_wcqe_c_hw_status, wcqe),
11658 wcqe->total_data_placed, wcqe->parameter,
11659 wcqe->word3);
11660 }
11661
11662 /* Look up the FCP command IOCB and create pseudo response IOCB */
James Smart7e56aa22012-08-03 12:35:34 -040011663 spin_lock_irqsave(&pring->ring_lock, iflags);
11664 pring->stats.iocb_event++;
James Smart4f774512009-05-22 14:52:35 -040011665 cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring,
11666 bf_get(lpfc_wcqe_c_request_tag, wcqe));
James Smart7e56aa22012-08-03 12:35:34 -040011667 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart4f774512009-05-22 14:52:35 -040011668 if (unlikely(!cmdiocbq)) {
11669 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11670 "0374 FCP complete with no corresponding "
11671 "cmdiocb: iotag (%d)\n",
11672 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11673 return;
11674 }
11675 if (unlikely(!cmdiocbq->iocb_cmpl)) {
11676 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11677 "0375 FCP cmdiocb not callback function "
11678 "iotag: (%d)\n",
11679 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11680 return;
11681 }
11682
11683 /* Fake the irspiocb and copy necessary response information */
James Smart341af102010-01-26 23:07:37 -050011684 lpfc_sli4_iocb_param_transfer(phba, &irspiocbq, cmdiocbq, wcqe);
James Smart4f774512009-05-22 14:52:35 -040011685
James Smart0f65ff62010-02-26 14:14:23 -050011686 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED) {
11687 spin_lock_irqsave(&phba->hbalock, iflags);
11688 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
11689 spin_unlock_irqrestore(&phba->hbalock, iflags);
11690 }
11691
James Smart4f774512009-05-22 14:52:35 -040011692 /* Pass the cmd_iocb and the rsp state to the upper layer */
11693 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq, &irspiocbq);
11694}
11695
11696/**
11697 * lpfc_sli4_fp_handle_rel_wcqe - Handle fast-path WQ entry consumed event
11698 * @phba: Pointer to HBA context object.
11699 * @cq: Pointer to completion queue.
11700 * @wcqe: Pointer to work-queue completion queue entry.
11701 *
11702 * This routine handles an fast-path WQ entry comsumed event by invoking the
11703 * proper WQ release routine to the slow-path WQ.
11704 **/
11705static void
11706lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
11707 struct lpfc_wcqe_release *wcqe)
11708{
11709 struct lpfc_queue *childwq;
11710 bool wqid_matched = false;
11711 uint16_t fcp_wqid;
11712
11713 /* Check for fast-path FCP work queue release */
11714 fcp_wqid = bf_get(lpfc_wcqe_r_wq_id, wcqe);
11715 list_for_each_entry(childwq, &cq->child_list, list) {
11716 if (childwq->queue_id == fcp_wqid) {
11717 lpfc_sli4_wq_release(childwq,
11718 bf_get(lpfc_wcqe_r_wqe_index, wcqe));
11719 wqid_matched = true;
11720 break;
11721 }
11722 }
11723 /* Report warning log message if no match found */
11724 if (wqid_matched != true)
11725 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11726 "2580 Fast-path wqe consume event carries "
11727 "miss-matched qid: wcqe-qid=x%x\n", fcp_wqid);
11728}
11729
11730/**
11731 * lpfc_sli4_fp_handle_wcqe - Process fast-path work queue completion entry
11732 * @cq: Pointer to the completion queue.
11733 * @eqe: Pointer to fast-path completion queue entry.
11734 *
11735 * This routine process a fast-path work queue completion entry from fast-path
11736 * event queue for FCP command response completion.
11737 **/
11738static int
11739lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
11740 struct lpfc_cqe *cqe)
11741{
11742 struct lpfc_wcqe_release wcqe;
11743 bool workposted = false;
11744
11745 /* Copy the work queue CQE and convert endian order if needed */
11746 lpfc_sli_pcimem_bcopy(cqe, &wcqe, sizeof(struct lpfc_cqe));
11747
11748 /* Check and process for different type of WCQE and dispatch */
11749 switch (bf_get(lpfc_wcqe_c_code, &wcqe)) {
11750 case CQE_CODE_COMPL_WQE:
James Smartb84daac2012-08-03 12:35:13 -040011751 cq->CQ_wq++;
James Smart4f774512009-05-22 14:52:35 -040011752 /* Process the WQ complete event */
James Smart98fc5dd2010-06-07 15:24:29 -040011753 phba->last_completion_time = jiffies;
James Smart2a76a282012-08-03 12:35:54 -040011754 lpfc_sli4_fp_handle_fcp_wcqe(phba, cq,
James Smart4f774512009-05-22 14:52:35 -040011755 (struct lpfc_wcqe_complete *)&wcqe);
11756 break;
11757 case CQE_CODE_RELEASE_WQE:
James Smartb84daac2012-08-03 12:35:13 -040011758 cq->CQ_release_wqe++;
James Smart4f774512009-05-22 14:52:35 -040011759 /* Process the WQ release event */
11760 lpfc_sli4_fp_handle_rel_wcqe(phba, cq,
11761 (struct lpfc_wcqe_release *)&wcqe);
11762 break;
11763 case CQE_CODE_XRI_ABORTED:
James Smartb84daac2012-08-03 12:35:13 -040011764 cq->CQ_xri_aborted++;
James Smart4f774512009-05-22 14:52:35 -040011765 /* Process the WQ XRI abort event */
James Smartbc739052010-08-04 16:11:18 -040011766 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040011767 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq,
11768 (struct sli4_wcqe_xri_aborted *)&wcqe);
11769 break;
11770 default:
11771 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11772 "0144 Not a valid WCQE code: x%x\n",
11773 bf_get(lpfc_wcqe_c_code, &wcqe));
11774 break;
11775 }
11776 return workposted;
11777}
11778
11779/**
James Smart67d12732012-08-03 12:36:13 -040011780 * lpfc_sli4_hba_handle_eqe - Process a fast-path event queue entry
James Smart4f774512009-05-22 14:52:35 -040011781 * @phba: Pointer to HBA context object.
11782 * @eqe: Pointer to fast-path event queue entry.
11783 *
11784 * This routine process a event queue entry from the fast-path event queue.
11785 * It will check the MajorCode and MinorCode to determine this is for a
11786 * completion event on a completion queue, if not, an error shall be logged
11787 * and just return. Otherwise, it will get to the corresponding completion
11788 * queue and process all the entries on the completion queue, rearm the
11789 * completion queue, and then return.
11790 **/
11791static void
James Smart67d12732012-08-03 12:36:13 -040011792lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe,
11793 uint32_t qidx)
James Smart4f774512009-05-22 14:52:35 -040011794{
11795 struct lpfc_queue *cq;
11796 struct lpfc_cqe *cqe;
11797 bool workposted = false;
11798 uint16_t cqid;
11799 int ecount = 0;
11800
James Smartcb5172e2010-03-15 11:25:07 -040011801 if (unlikely(bf_get_le32(lpfc_eqe_major_code, eqe) != 0)) {
James Smart4f774512009-05-22 14:52:35 -040011802 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart67d12732012-08-03 12:36:13 -040011803 "0366 Not a valid completion "
James Smart4f774512009-05-22 14:52:35 -040011804 "event: majorcode=x%x, minorcode=x%x\n",
James Smartcb5172e2010-03-15 11:25:07 -040011805 bf_get_le32(lpfc_eqe_major_code, eqe),
11806 bf_get_le32(lpfc_eqe_minor_code, eqe));
James Smart4f774512009-05-22 14:52:35 -040011807 return;
11808 }
11809
James Smart67d12732012-08-03 12:36:13 -040011810 /* Get the reference to the corresponding CQ */
11811 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
11812
11813 /* Check if this is a Slow path event */
11814 if (unlikely(cqid != phba->sli4_hba.fcp_cq_map[qidx])) {
11815 lpfc_sli4_sp_handle_eqe(phba, eqe,
11816 phba->sli4_hba.hba_eq[qidx]);
11817 return;
11818 }
11819
James Smart2e90f4b2011-12-13 13:22:37 -050011820 if (unlikely(!phba->sli4_hba.fcp_cq)) {
11821 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11822 "3146 Fast-path completion queues "
11823 "does not exist\n");
11824 return;
11825 }
James Smart67d12732012-08-03 12:36:13 -040011826 cq = phba->sli4_hba.fcp_cq[qidx];
James Smart4f774512009-05-22 14:52:35 -040011827 if (unlikely(!cq)) {
James Smart75baf692010-06-08 18:31:21 -040011828 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE)
11829 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11830 "0367 Fast-path completion queue "
James Smart67d12732012-08-03 12:36:13 -040011831 "(%d) does not exist\n", qidx);
James Smart4f774512009-05-22 14:52:35 -040011832 return;
11833 }
11834
James Smart4f774512009-05-22 14:52:35 -040011835 if (unlikely(cqid != cq->queue_id)) {
11836 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11837 "0368 Miss-matched fast-path completion "
11838 "queue identifier: eqcqid=%d, fcpcqid=%d\n",
11839 cqid, cq->queue_id);
11840 return;
11841 }
11842
11843 /* Process all the entries to the CQ */
11844 while ((cqe = lpfc_sli4_cq_get(cq))) {
11845 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe);
James Smart73d91e52011-10-10 21:32:10 -040011846 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011847 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
11848 }
11849
James Smartb84daac2012-08-03 12:35:13 -040011850 /* Track the max number of CQEs processed in 1 EQ */
11851 if (ecount > cq->CQ_max_cqe)
11852 cq->CQ_max_cqe = ecount;
11853
James Smart4f774512009-05-22 14:52:35 -040011854 /* Catch the no cq entry condition */
11855 if (unlikely(ecount == 0))
11856 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11857 "0369 No entry from fast-path completion "
11858 "queue fcpcqid=%d\n", cq->queue_id);
11859
11860 /* In any case, flash and re-arm the CQ */
11861 lpfc_sli4_cq_release(cq, LPFC_QUEUE_REARM);
11862
11863 /* wake up worker thread if there are works to be done */
11864 if (workposted)
11865 lpfc_worker_wake_up(phba);
11866}
11867
11868static void
11869lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq)
11870{
11871 struct lpfc_eqe *eqe;
11872
11873 /* walk all the EQ entries and drop on the floor */
11874 while ((eqe = lpfc_sli4_eq_get(eq)))
11875 ;
11876
11877 /* Clear and re-arm the EQ */
11878 lpfc_sli4_eq_release(eq, LPFC_QUEUE_REARM);
11879}
11880
11881/**
James Smart67d12732012-08-03 12:36:13 -040011882 * lpfc_sli4_hba_intr_handler - HBA interrupt handler to SLI-4 device
James Smart4f774512009-05-22 14:52:35 -040011883 * @irq: Interrupt number.
11884 * @dev_id: The device context pointer.
11885 *
11886 * This function is directly called from the PCI layer as an interrupt
11887 * service routine when device with SLI-4 interface spec is enabled with
11888 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
11889 * ring event in the HBA. However, when the device is enabled with either
11890 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
11891 * device-level interrupt handler. When the PCI slot is in error recovery
11892 * or the HBA is undergoing initialization, the interrupt handler will not
11893 * process the interrupt. The SCSI FCP fast-path ring event are handled in
11894 * the intrrupt context. This function is called without any lock held.
11895 * It gets the hbalock to access and update SLI data structures. Note that,
11896 * the FCP EQ to FCP CQ are one-to-one map such that the FCP EQ index is
11897 * equal to that of FCP CQ index.
11898 *
James Smart67d12732012-08-03 12:36:13 -040011899 * The link attention and ELS ring attention events are handled
11900 * by the worker thread. The interrupt handler signals the worker thread
11901 * and returns for these events. This function is called without any lock
11902 * held. It gets the hbalock to access and update SLI data structures.
11903 *
James Smart4f774512009-05-22 14:52:35 -040011904 * This function returns IRQ_HANDLED when interrupt is handled else it
11905 * returns IRQ_NONE.
11906 **/
11907irqreturn_t
James Smart67d12732012-08-03 12:36:13 -040011908lpfc_sli4_hba_intr_handler(int irq, void *dev_id)
James Smart4f774512009-05-22 14:52:35 -040011909{
11910 struct lpfc_hba *phba;
11911 struct lpfc_fcp_eq_hdl *fcp_eq_hdl;
11912 struct lpfc_queue *fpeq;
11913 struct lpfc_eqe *eqe;
11914 unsigned long iflag;
11915 int ecount = 0;
James Smart962bc512013-01-03 15:44:00 -050011916 int fcp_eqidx;
James Smart4f774512009-05-22 14:52:35 -040011917
11918 /* Get the driver's phba structure from the dev_id */
11919 fcp_eq_hdl = (struct lpfc_fcp_eq_hdl *)dev_id;
11920 phba = fcp_eq_hdl->phba;
11921 fcp_eqidx = fcp_eq_hdl->idx;
11922
11923 if (unlikely(!phba))
11924 return IRQ_NONE;
James Smart67d12732012-08-03 12:36:13 -040011925 if (unlikely(!phba->sli4_hba.hba_eq))
James Smart5350d872011-10-10 21:33:49 -040011926 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040011927
11928 /* Get to the EQ struct associated with this vector */
James Smart67d12732012-08-03 12:36:13 -040011929 fpeq = phba->sli4_hba.hba_eq[fcp_eqidx];
James Smart2e90f4b2011-12-13 13:22:37 -050011930 if (unlikely(!fpeq))
11931 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040011932
James Smartba20c852012-08-03 12:36:52 -040011933 if (lpfc_fcp_look_ahead) {
11934 if (atomic_dec_and_test(&fcp_eq_hdl->fcp_eq_in_use))
11935 lpfc_sli4_eq_clr_intr(fpeq);
11936 else {
11937 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
11938 return IRQ_NONE;
11939 }
11940 }
11941
James Smart4f774512009-05-22 14:52:35 -040011942 /* Check device state for handling interrupt */
11943 if (unlikely(lpfc_intr_state_check(phba))) {
James Smartb84daac2012-08-03 12:35:13 -040011944 fpeq->EQ_badstate++;
James Smart4f774512009-05-22 14:52:35 -040011945 /* Check again for link_state with lock held */
11946 spin_lock_irqsave(&phba->hbalock, iflag);
11947 if (phba->link_state < LPFC_LINK_DOWN)
11948 /* Flush, clear interrupt, and rearm the EQ */
11949 lpfc_sli4_eq_flush(phba, fpeq);
11950 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smartba20c852012-08-03 12:36:52 -040011951 if (lpfc_fcp_look_ahead)
11952 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
James Smart4f774512009-05-22 14:52:35 -040011953 return IRQ_NONE;
11954 }
11955
11956 /*
11957 * Process all the event on FCP fast-path EQ
11958 */
11959 while ((eqe = lpfc_sli4_eq_get(fpeq))) {
James Smart67d12732012-08-03 12:36:13 -040011960 lpfc_sli4_hba_handle_eqe(phba, eqe, fcp_eqidx);
James Smart73d91e52011-10-10 21:32:10 -040011961 if (!(++ecount % fpeq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011962 lpfc_sli4_eq_release(fpeq, LPFC_QUEUE_NOARM);
James Smartb84daac2012-08-03 12:35:13 -040011963 fpeq->EQ_processed++;
James Smart4f774512009-05-22 14:52:35 -040011964 }
11965
James Smartb84daac2012-08-03 12:35:13 -040011966 /* Track the max number of EQEs processed in 1 intr */
11967 if (ecount > fpeq->EQ_max_eqe)
11968 fpeq->EQ_max_eqe = ecount;
11969
James Smart4f774512009-05-22 14:52:35 -040011970 /* Always clear and re-arm the fast-path EQ */
11971 lpfc_sli4_eq_release(fpeq, LPFC_QUEUE_REARM);
11972
11973 if (unlikely(ecount == 0)) {
James Smartb84daac2012-08-03 12:35:13 -040011974 fpeq->EQ_no_entry++;
James Smartba20c852012-08-03 12:36:52 -040011975
11976 if (lpfc_fcp_look_ahead) {
11977 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
11978 return IRQ_NONE;
11979 }
11980
James Smart4f774512009-05-22 14:52:35 -040011981 if (phba->intr_type == MSIX)
11982 /* MSI-X treated interrupt served as no EQ share INT */
11983 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11984 "0358 MSI-X interrupt with no EQE\n");
11985 else
11986 /* Non MSI-X treated on interrupt as EQ share INT */
11987 return IRQ_NONE;
11988 }
11989
James Smartba20c852012-08-03 12:36:52 -040011990 if (lpfc_fcp_look_ahead)
11991 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
James Smart4f774512009-05-22 14:52:35 -040011992 return IRQ_HANDLED;
11993} /* lpfc_sli4_fp_intr_handler */
11994
11995/**
11996 * lpfc_sli4_intr_handler - Device-level interrupt handler for SLI-4 device
11997 * @irq: Interrupt number.
11998 * @dev_id: The device context pointer.
11999 *
12000 * This function is the device-level interrupt handler to device with SLI-4
12001 * interface spec, called from the PCI layer when either MSI or Pin-IRQ
12002 * interrupt mode is enabled and there is an event in the HBA which requires
12003 * driver attention. This function invokes the slow-path interrupt attention
12004 * handling function and fast-path interrupt attention handling function in
12005 * turn to process the relevant HBA attention events. This function is called
12006 * without any lock held. It gets the hbalock to access and update SLI data
12007 * structures.
12008 *
12009 * This function returns IRQ_HANDLED when interrupt is handled, else it
12010 * returns IRQ_NONE.
12011 **/
12012irqreturn_t
12013lpfc_sli4_intr_handler(int irq, void *dev_id)
12014{
12015 struct lpfc_hba *phba;
James Smart67d12732012-08-03 12:36:13 -040012016 irqreturn_t hba_irq_rc;
12017 bool hba_handled = false;
James Smart962bc512013-01-03 15:44:00 -050012018 int fcp_eqidx;
James Smart4f774512009-05-22 14:52:35 -040012019
12020 /* Get the driver's phba structure from the dev_id */
12021 phba = (struct lpfc_hba *)dev_id;
12022
12023 if (unlikely(!phba))
12024 return IRQ_NONE;
12025
12026 /*
James Smart4f774512009-05-22 14:52:35 -040012027 * Invoke fast-path host attention interrupt handling as appropriate.
12028 */
James Smart67d12732012-08-03 12:36:13 -040012029 for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_io_channel; fcp_eqidx++) {
12030 hba_irq_rc = lpfc_sli4_hba_intr_handler(irq,
James Smart4f774512009-05-22 14:52:35 -040012031 &phba->sli4_hba.fcp_eq_hdl[fcp_eqidx]);
James Smart67d12732012-08-03 12:36:13 -040012032 if (hba_irq_rc == IRQ_HANDLED)
12033 hba_handled |= true;
James Smart4f774512009-05-22 14:52:35 -040012034 }
12035
James Smart67d12732012-08-03 12:36:13 -040012036 return (hba_handled == true) ? IRQ_HANDLED : IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040012037} /* lpfc_sli4_intr_handler */
12038
12039/**
12040 * lpfc_sli4_queue_free - free a queue structure and associated memory
12041 * @queue: The queue structure to free.
12042 *
Uwe Kleine-Königb5950762010-11-01 15:38:34 -040012043 * This function frees a queue structure and the DMAable memory used for
James Smart4f774512009-05-22 14:52:35 -040012044 * the host resident queue. This function must be called after destroying the
12045 * queue on the HBA.
12046 **/
12047void
12048lpfc_sli4_queue_free(struct lpfc_queue *queue)
12049{
12050 struct lpfc_dmabuf *dmabuf;
12051
12052 if (!queue)
12053 return;
12054
12055 while (!list_empty(&queue->page_list)) {
12056 list_remove_head(&queue->page_list, dmabuf, struct lpfc_dmabuf,
12057 list);
James Smart49198b32010-04-06 15:04:33 -040012058 dma_free_coherent(&queue->phba->pcidev->dev, SLI4_PAGE_SIZE,
James Smart4f774512009-05-22 14:52:35 -040012059 dmabuf->virt, dmabuf->phys);
12060 kfree(dmabuf);
12061 }
12062 kfree(queue);
12063 return;
12064}
12065
12066/**
12067 * lpfc_sli4_queue_alloc - Allocate and initialize a queue structure
12068 * @phba: The HBA that this queue is being created on.
12069 * @entry_size: The size of each queue entry for this queue.
12070 * @entry count: The number of entries that this queue will handle.
12071 *
12072 * This function allocates a queue structure and the DMAable memory used for
12073 * the host resident queue. This function must be called before creating the
12074 * queue on the HBA.
12075 **/
12076struct lpfc_queue *
12077lpfc_sli4_queue_alloc(struct lpfc_hba *phba, uint32_t entry_size,
12078 uint32_t entry_count)
12079{
12080 struct lpfc_queue *queue;
12081 struct lpfc_dmabuf *dmabuf;
12082 int x, total_qe_count;
12083 void *dma_pointer;
James Smartcb5172e2010-03-15 11:25:07 -040012084 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart4f774512009-05-22 14:52:35 -040012085
James Smartcb5172e2010-03-15 11:25:07 -040012086 if (!phba->sli4_hba.pc_sli4_params.supported)
12087 hw_page_size = SLI4_PAGE_SIZE;
12088
James Smart4f774512009-05-22 14:52:35 -040012089 queue = kzalloc(sizeof(struct lpfc_queue) +
12090 (sizeof(union sli4_qe) * entry_count), GFP_KERNEL);
12091 if (!queue)
12092 return NULL;
James Smartcb5172e2010-03-15 11:25:07 -040012093 queue->page_count = (ALIGN(entry_size * entry_count,
12094 hw_page_size))/hw_page_size;
James Smart4f774512009-05-22 14:52:35 -040012095 INIT_LIST_HEAD(&queue->list);
12096 INIT_LIST_HEAD(&queue->page_list);
12097 INIT_LIST_HEAD(&queue->child_list);
12098 for (x = 0, total_qe_count = 0; x < queue->page_count; x++) {
12099 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
12100 if (!dmabuf)
12101 goto out_fail;
12102 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
James Smartcb5172e2010-03-15 11:25:07 -040012103 hw_page_size, &dmabuf->phys,
James Smart4f774512009-05-22 14:52:35 -040012104 GFP_KERNEL);
12105 if (!dmabuf->virt) {
12106 kfree(dmabuf);
12107 goto out_fail;
12108 }
James Smartcb5172e2010-03-15 11:25:07 -040012109 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012110 dmabuf->buffer_tag = x;
12111 list_add_tail(&dmabuf->list, &queue->page_list);
12112 /* initialize queue's entry array */
12113 dma_pointer = dmabuf->virt;
12114 for (; total_qe_count < entry_count &&
James Smartcb5172e2010-03-15 11:25:07 -040012115 dma_pointer < (hw_page_size + dmabuf->virt);
James Smart4f774512009-05-22 14:52:35 -040012116 total_qe_count++, dma_pointer += entry_size) {
12117 queue->qe[total_qe_count].address = dma_pointer;
12118 }
12119 }
12120 queue->entry_size = entry_size;
12121 queue->entry_count = entry_count;
James Smart73d91e52011-10-10 21:32:10 -040012122
12123 /*
12124 * entry_repost is calculated based on the number of entries in the
12125 * queue. This works out except for RQs. If buffers are NOT initially
12126 * posted for every RQE, entry_repost should be adjusted accordingly.
12127 */
12128 queue->entry_repost = (entry_count >> 3);
12129 if (queue->entry_repost < LPFC_QUEUE_MIN_REPOST)
12130 queue->entry_repost = LPFC_QUEUE_MIN_REPOST;
James Smart4f774512009-05-22 14:52:35 -040012131 queue->phba = phba;
12132
12133 return queue;
12134out_fail:
12135 lpfc_sli4_queue_free(queue);
12136 return NULL;
12137}
12138
12139/**
James Smart962bc512013-01-03 15:44:00 -050012140 * lpfc_dual_chute_pci_bar_map - Map pci base address register to host memory
12141 * @phba: HBA structure that indicates port to create a queue on.
12142 * @pci_barset: PCI BAR set flag.
12143 *
12144 * This function shall perform iomap of the specified PCI BAR address to host
12145 * memory address if not already done so and return it. The returned host
12146 * memory address can be NULL.
12147 */
12148static void __iomem *
12149lpfc_dual_chute_pci_bar_map(struct lpfc_hba *phba, uint16_t pci_barset)
12150{
12151 struct pci_dev *pdev;
12152 unsigned long bar_map, bar_map_len;
12153
12154 if (!phba->pcidev)
12155 return NULL;
12156 else
12157 pdev = phba->pcidev;
12158
12159 switch (pci_barset) {
12160 case WQ_PCI_BAR_0_AND_1:
12161 if (!phba->pci_bar0_memmap_p) {
12162 bar_map = pci_resource_start(pdev, PCI_64BIT_BAR0);
12163 bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR0);
12164 phba->pci_bar0_memmap_p = ioremap(bar_map, bar_map_len);
12165 }
12166 return phba->pci_bar0_memmap_p;
12167 case WQ_PCI_BAR_2_AND_3:
12168 if (!phba->pci_bar2_memmap_p) {
12169 bar_map = pci_resource_start(pdev, PCI_64BIT_BAR2);
12170 bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR2);
12171 phba->pci_bar2_memmap_p = ioremap(bar_map, bar_map_len);
12172 }
12173 return phba->pci_bar2_memmap_p;
12174 case WQ_PCI_BAR_4_AND_5:
12175 if (!phba->pci_bar4_memmap_p) {
12176 bar_map = pci_resource_start(pdev, PCI_64BIT_BAR4);
12177 bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR4);
12178 phba->pci_bar4_memmap_p = ioremap(bar_map, bar_map_len);
12179 }
12180 return phba->pci_bar4_memmap_p;
12181 default:
12182 break;
12183 }
12184 return NULL;
12185}
12186
12187/**
James Smart173edbb2012-06-12 13:54:50 -040012188 * lpfc_modify_fcp_eq_delay - Modify Delay Multiplier on FCP EQs
12189 * @phba: HBA structure that indicates port to create a queue on.
12190 * @startq: The starting FCP EQ to modify
12191 *
12192 * This function sends an MODIFY_EQ_DELAY mailbox command to the HBA.
12193 *
12194 * The @phba struct is used to send mailbox command to HBA. The @startq
12195 * is used to get the starting FCP EQ to change.
12196 * This function is asynchronous and will wait for the mailbox
12197 * command to finish before continuing.
12198 *
12199 * On success this function will return a zero. If unable to allocate enough
12200 * memory this function will return -ENOMEM. If the queue create mailbox command
12201 * fails this function will return -ENXIO.
12202 **/
12203uint32_t
12204lpfc_modify_fcp_eq_delay(struct lpfc_hba *phba, uint16_t startq)
12205{
12206 struct lpfc_mbx_modify_eq_delay *eq_delay;
12207 LPFC_MBOXQ_t *mbox;
12208 struct lpfc_queue *eq;
12209 int cnt, rc, length, status = 0;
12210 uint32_t shdr_status, shdr_add_status;
James Smartee020062012-09-29 11:28:52 -040012211 uint32_t result;
James Smart173edbb2012-06-12 13:54:50 -040012212 int fcp_eqidx;
12213 union lpfc_sli4_cfg_shdr *shdr;
12214 uint16_t dmult;
12215
James Smart67d12732012-08-03 12:36:13 -040012216 if (startq >= phba->cfg_fcp_io_channel)
James Smart173edbb2012-06-12 13:54:50 -040012217 return 0;
12218
12219 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12220 if (!mbox)
12221 return -ENOMEM;
12222 length = (sizeof(struct lpfc_mbx_modify_eq_delay) -
12223 sizeof(struct lpfc_sli4_cfg_mhdr));
12224 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12225 LPFC_MBOX_OPCODE_MODIFY_EQ_DELAY,
12226 length, LPFC_SLI4_MBX_EMBED);
12227 eq_delay = &mbox->u.mqe.un.eq_delay;
12228
12229 /* Calculate delay multiper from maximum interrupt per second */
James Smartee020062012-09-29 11:28:52 -040012230 result = phba->cfg_fcp_imax / phba->cfg_fcp_io_channel;
12231 if (result > LPFC_DMULT_CONST)
12232 dmult = 0;
12233 else
12234 dmult = LPFC_DMULT_CONST/result - 1;
James Smart173edbb2012-06-12 13:54:50 -040012235
12236 cnt = 0;
James Smart67d12732012-08-03 12:36:13 -040012237 for (fcp_eqidx = startq; fcp_eqidx < phba->cfg_fcp_io_channel;
James Smart173edbb2012-06-12 13:54:50 -040012238 fcp_eqidx++) {
James Smart67d12732012-08-03 12:36:13 -040012239 eq = phba->sli4_hba.hba_eq[fcp_eqidx];
James Smart173edbb2012-06-12 13:54:50 -040012240 if (!eq)
12241 continue;
12242 eq_delay->u.request.eq[cnt].eq_id = eq->queue_id;
12243 eq_delay->u.request.eq[cnt].phase = 0;
12244 eq_delay->u.request.eq[cnt].delay_multi = dmult;
12245 cnt++;
12246 if (cnt >= LPFC_MAX_EQ_DELAY)
12247 break;
12248 }
12249 eq_delay->u.request.num_eq = cnt;
12250
12251 mbox->vport = phba->pport;
12252 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
12253 mbox->context1 = NULL;
12254 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12255 shdr = (union lpfc_sli4_cfg_shdr *) &eq_delay->header.cfg_shdr;
12256 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12257 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12258 if (shdr_status || shdr_add_status || rc) {
12259 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12260 "2512 MODIFY_EQ_DELAY mailbox failed with "
12261 "status x%x add_status x%x, mbx status x%x\n",
12262 shdr_status, shdr_add_status, rc);
12263 status = -ENXIO;
12264 }
12265 mempool_free(mbox, phba->mbox_mem_pool);
12266 return status;
12267}
12268
12269/**
James Smart4f774512009-05-22 14:52:35 -040012270 * lpfc_eq_create - Create an Event Queue on the HBA
12271 * @phba: HBA structure that indicates port to create a queue on.
12272 * @eq: The queue structure to use to create the event queue.
12273 * @imax: The maximum interrupt per second limit.
12274 *
12275 * This function creates an event queue, as detailed in @eq, on a port,
12276 * described by @phba by sending an EQ_CREATE mailbox command to the HBA.
12277 *
12278 * The @phba struct is used to send mailbox command to HBA. The @eq struct
12279 * is used to get the entry count and entry size that are necessary to
12280 * determine the number of pages to allocate and use for this queue. This
12281 * function will send the EQ_CREATE mailbox command to the HBA to setup the
12282 * event queue. This function is asynchronous and will wait for the mailbox
12283 * command to finish before continuing.
12284 *
12285 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012286 * memory this function will return -ENOMEM. If the queue create mailbox command
12287 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012288 **/
12289uint32_t
James Smartee020062012-09-29 11:28:52 -040012290lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax)
James Smart4f774512009-05-22 14:52:35 -040012291{
12292 struct lpfc_mbx_eq_create *eq_create;
12293 LPFC_MBOXQ_t *mbox;
12294 int rc, length, status = 0;
12295 struct lpfc_dmabuf *dmabuf;
12296 uint32_t shdr_status, shdr_add_status;
12297 union lpfc_sli4_cfg_shdr *shdr;
12298 uint16_t dmult;
James Smart49198b32010-04-06 15:04:33 -040012299 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
12300
James Smart2e90f4b2011-12-13 13:22:37 -050012301 /* sanity check on queue memory */
12302 if (!eq)
12303 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012304 if (!phba->sli4_hba.pc_sli4_params.supported)
12305 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012306
12307 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12308 if (!mbox)
12309 return -ENOMEM;
12310 length = (sizeof(struct lpfc_mbx_eq_create) -
12311 sizeof(struct lpfc_sli4_cfg_mhdr));
12312 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12313 LPFC_MBOX_OPCODE_EQ_CREATE,
12314 length, LPFC_SLI4_MBX_EMBED);
12315 eq_create = &mbox->u.mqe.un.eq_create;
12316 bf_set(lpfc_mbx_eq_create_num_pages, &eq_create->u.request,
12317 eq->page_count);
12318 bf_set(lpfc_eq_context_size, &eq_create->u.request.context,
12319 LPFC_EQE_SIZE);
12320 bf_set(lpfc_eq_context_valid, &eq_create->u.request.context, 1);
12321 /* Calculate delay multiper from maximum interrupt per second */
James Smartee020062012-09-29 11:28:52 -040012322 if (imax > LPFC_DMULT_CONST)
12323 dmult = 0;
12324 else
12325 dmult = LPFC_DMULT_CONST/imax - 1;
James Smart4f774512009-05-22 14:52:35 -040012326 bf_set(lpfc_eq_context_delay_multi, &eq_create->u.request.context,
12327 dmult);
12328 switch (eq->entry_count) {
12329 default:
12330 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12331 "0360 Unsupported EQ count. (%d)\n",
12332 eq->entry_count);
12333 if (eq->entry_count < 256)
12334 return -EINVAL;
12335 /* otherwise default to smallest count (drop through) */
12336 case 256:
12337 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12338 LPFC_EQ_CNT_256);
12339 break;
12340 case 512:
12341 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12342 LPFC_EQ_CNT_512);
12343 break;
12344 case 1024:
12345 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12346 LPFC_EQ_CNT_1024);
12347 break;
12348 case 2048:
12349 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12350 LPFC_EQ_CNT_2048);
12351 break;
12352 case 4096:
12353 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12354 LPFC_EQ_CNT_4096);
12355 break;
12356 }
12357 list_for_each_entry(dmabuf, &eq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012358 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012359 eq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
12360 putPaddrLow(dmabuf->phys);
12361 eq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
12362 putPaddrHigh(dmabuf->phys);
12363 }
12364 mbox->vport = phba->pport;
12365 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
12366 mbox->context1 = NULL;
12367 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12368 shdr = (union lpfc_sli4_cfg_shdr *) &eq_create->header.cfg_shdr;
12369 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12370 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12371 if (shdr_status || shdr_add_status || rc) {
12372 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12373 "2500 EQ_CREATE mailbox failed with "
12374 "status x%x add_status x%x, mbx status x%x\n",
12375 shdr_status, shdr_add_status, rc);
12376 status = -ENXIO;
12377 }
12378 eq->type = LPFC_EQ;
12379 eq->subtype = LPFC_NONE;
12380 eq->queue_id = bf_get(lpfc_mbx_eq_create_q_id, &eq_create->u.response);
12381 if (eq->queue_id == 0xFFFF)
12382 status = -ENXIO;
12383 eq->host_index = 0;
12384 eq->hba_index = 0;
12385
James Smart8fa38512009-07-19 10:01:03 -040012386 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012387 return status;
12388}
12389
12390/**
12391 * lpfc_cq_create - Create a Completion Queue on the HBA
12392 * @phba: HBA structure that indicates port to create a queue on.
12393 * @cq: The queue structure to use to create the completion queue.
12394 * @eq: The event queue to bind this completion queue to.
12395 *
12396 * This function creates a completion queue, as detailed in @wq, on a port,
12397 * described by @phba by sending a CQ_CREATE mailbox command to the HBA.
12398 *
12399 * The @phba struct is used to send mailbox command to HBA. The @cq struct
12400 * is used to get the entry count and entry size that are necessary to
12401 * determine the number of pages to allocate and use for this queue. The @eq
12402 * is used to indicate which event queue to bind this completion queue to. This
12403 * function will send the CQ_CREATE mailbox command to the HBA to setup the
12404 * completion queue. This function is asynchronous and will wait for the mailbox
12405 * command to finish before continuing.
12406 *
12407 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012408 * memory this function will return -ENOMEM. If the queue create mailbox command
12409 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012410 **/
12411uint32_t
12412lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq,
12413 struct lpfc_queue *eq, uint32_t type, uint32_t subtype)
12414{
12415 struct lpfc_mbx_cq_create *cq_create;
12416 struct lpfc_dmabuf *dmabuf;
12417 LPFC_MBOXQ_t *mbox;
12418 int rc, length, status = 0;
12419 uint32_t shdr_status, shdr_add_status;
12420 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012421 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
12422
James Smart2e90f4b2011-12-13 13:22:37 -050012423 /* sanity check on queue memory */
12424 if (!cq || !eq)
12425 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012426 if (!phba->sli4_hba.pc_sli4_params.supported)
12427 hw_page_size = SLI4_PAGE_SIZE;
12428
James Smart4f774512009-05-22 14:52:35 -040012429 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12430 if (!mbox)
12431 return -ENOMEM;
12432 length = (sizeof(struct lpfc_mbx_cq_create) -
12433 sizeof(struct lpfc_sli4_cfg_mhdr));
12434 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12435 LPFC_MBOX_OPCODE_CQ_CREATE,
12436 length, LPFC_SLI4_MBX_EMBED);
12437 cq_create = &mbox->u.mqe.un.cq_create;
James Smart5a6f1332011-03-11 16:05:35 -050012438 shdr = (union lpfc_sli4_cfg_shdr *) &cq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040012439 bf_set(lpfc_mbx_cq_create_num_pages, &cq_create->u.request,
12440 cq->page_count);
12441 bf_set(lpfc_cq_context_event, &cq_create->u.request.context, 1);
12442 bf_set(lpfc_cq_context_valid, &cq_create->u.request.context, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012443 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12444 phba->sli4_hba.pc_sli4_params.cqv);
12445 if (phba->sli4_hba.pc_sli4_params.cqv == LPFC_Q_CREATE_VERSION_2) {
James Smartc31098c2011-04-16 11:03:33 -040012446 /* FW only supports 1. Should be PAGE_SIZE/SLI4_PAGE_SIZE */
12447 bf_set(lpfc_mbx_cq_create_page_size, &cq_create->u.request, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012448 bf_set(lpfc_cq_eq_id_2, &cq_create->u.request.context,
12449 eq->queue_id);
12450 } else {
12451 bf_set(lpfc_cq_eq_id, &cq_create->u.request.context,
12452 eq->queue_id);
12453 }
James Smart4f774512009-05-22 14:52:35 -040012454 switch (cq->entry_count) {
12455 default:
12456 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12457 "0361 Unsupported CQ count. (%d)\n",
12458 cq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040012459 if (cq->entry_count < 256) {
12460 status = -EINVAL;
12461 goto out;
12462 }
James Smart4f774512009-05-22 14:52:35 -040012463 /* otherwise default to smallest count (drop through) */
12464 case 256:
12465 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12466 LPFC_CQ_CNT_256);
12467 break;
12468 case 512:
12469 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12470 LPFC_CQ_CNT_512);
12471 break;
12472 case 1024:
12473 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12474 LPFC_CQ_CNT_1024);
12475 break;
12476 }
12477 list_for_each_entry(dmabuf, &cq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012478 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012479 cq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
12480 putPaddrLow(dmabuf->phys);
12481 cq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
12482 putPaddrHigh(dmabuf->phys);
12483 }
12484 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12485
12486 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040012487 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12488 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12489 if (shdr_status || shdr_add_status || rc) {
12490 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12491 "2501 CQ_CREATE mailbox failed with "
12492 "status x%x add_status x%x, mbx status x%x\n",
12493 shdr_status, shdr_add_status, rc);
12494 status = -ENXIO;
12495 goto out;
12496 }
12497 cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response);
12498 if (cq->queue_id == 0xFFFF) {
12499 status = -ENXIO;
12500 goto out;
12501 }
12502 /* link the cq onto the parent eq child list */
12503 list_add_tail(&cq->list, &eq->child_list);
12504 /* Set up completion queue's type and subtype */
12505 cq->type = type;
12506 cq->subtype = subtype;
12507 cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response);
James Smart2a622bf2011-02-16 12:40:06 -050012508 cq->assoc_qid = eq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040012509 cq->host_index = 0;
12510 cq->hba_index = 0;
James Smart4f774512009-05-22 14:52:35 -040012511
James Smart8fa38512009-07-19 10:01:03 -040012512out:
12513 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012514 return status;
12515}
12516
12517/**
James Smartb19a0612010-04-06 14:48:51 -040012518 * lpfc_mq_create_fb_init - Send MCC_CREATE without async events registration
James Smart04c68492009-05-22 14:52:52 -040012519 * @phba: HBA structure that indicates port to create a queue on.
12520 * @mq: The queue structure to use to create the mailbox queue.
James Smartb19a0612010-04-06 14:48:51 -040012521 * @mbox: An allocated pointer to type LPFC_MBOXQ_t
12522 * @cq: The completion queue to associate with this cq.
James Smart04c68492009-05-22 14:52:52 -040012523 *
James Smartb19a0612010-04-06 14:48:51 -040012524 * This function provides failback (fb) functionality when the
12525 * mq_create_ext fails on older FW generations. It's purpose is identical
12526 * to mq_create_ext otherwise.
James Smart04c68492009-05-22 14:52:52 -040012527 *
James Smartb19a0612010-04-06 14:48:51 -040012528 * This routine cannot fail as all attributes were previously accessed and
12529 * initialized in mq_create_ext.
James Smart04c68492009-05-22 14:52:52 -040012530 **/
James Smartb19a0612010-04-06 14:48:51 -040012531static void
12532lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq,
12533 LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq)
James Smart04c68492009-05-22 14:52:52 -040012534{
12535 struct lpfc_mbx_mq_create *mq_create;
12536 struct lpfc_dmabuf *dmabuf;
James Smartb19a0612010-04-06 14:48:51 -040012537 int length;
James Smart04c68492009-05-22 14:52:52 -040012538
James Smart04c68492009-05-22 14:52:52 -040012539 length = (sizeof(struct lpfc_mbx_mq_create) -
12540 sizeof(struct lpfc_sli4_cfg_mhdr));
12541 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12542 LPFC_MBOX_OPCODE_MQ_CREATE,
12543 length, LPFC_SLI4_MBX_EMBED);
12544 mq_create = &mbox->u.mqe.un.mq_create;
12545 bf_set(lpfc_mbx_mq_create_num_pages, &mq_create->u.request,
James Smartb19a0612010-04-06 14:48:51 -040012546 mq->page_count);
James Smart04c68492009-05-22 14:52:52 -040012547 bf_set(lpfc_mq_context_cq_id, &mq_create->u.request.context,
James Smartb19a0612010-04-06 14:48:51 -040012548 cq->queue_id);
James Smart04c68492009-05-22 14:52:52 -040012549 bf_set(lpfc_mq_context_valid, &mq_create->u.request.context, 1);
12550 switch (mq->entry_count) {
James Smart04c68492009-05-22 14:52:52 -040012551 case 16:
James Smart5a6f1332011-03-11 16:05:35 -050012552 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12553 LPFC_MQ_RING_SIZE_16);
James Smart04c68492009-05-22 14:52:52 -040012554 break;
12555 case 32:
James Smart5a6f1332011-03-11 16:05:35 -050012556 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12557 LPFC_MQ_RING_SIZE_32);
James Smart04c68492009-05-22 14:52:52 -040012558 break;
12559 case 64:
James Smart5a6f1332011-03-11 16:05:35 -050012560 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12561 LPFC_MQ_RING_SIZE_64);
James Smart04c68492009-05-22 14:52:52 -040012562 break;
12563 case 128:
James Smart5a6f1332011-03-11 16:05:35 -050012564 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12565 LPFC_MQ_RING_SIZE_128);
James Smart04c68492009-05-22 14:52:52 -040012566 break;
12567 }
12568 list_for_each_entry(dmabuf, &mq->page_list, list) {
12569 mq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
James Smartb19a0612010-04-06 14:48:51 -040012570 putPaddrLow(dmabuf->phys);
James Smart04c68492009-05-22 14:52:52 -040012571 mq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
James Smartb19a0612010-04-06 14:48:51 -040012572 putPaddrHigh(dmabuf->phys);
12573 }
12574}
12575
12576/**
12577 * lpfc_mq_create - Create a mailbox Queue on the HBA
12578 * @phba: HBA structure that indicates port to create a queue on.
12579 * @mq: The queue structure to use to create the mailbox queue.
12580 * @cq: The completion queue to associate with this cq.
12581 * @subtype: The queue's subtype.
12582 *
12583 * This function creates a mailbox queue, as detailed in @mq, on a port,
12584 * described by @phba by sending a MQ_CREATE mailbox command to the HBA.
12585 *
12586 * The @phba struct is used to send mailbox command to HBA. The @cq struct
12587 * is used to get the entry count and entry size that are necessary to
12588 * determine the number of pages to allocate and use for this queue. This
12589 * function will send the MQ_CREATE mailbox command to the HBA to setup the
12590 * mailbox queue. This function is asynchronous and will wait for the mailbox
12591 * command to finish before continuing.
12592 *
12593 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012594 * memory this function will return -ENOMEM. If the queue create mailbox command
12595 * fails this function will return -ENXIO.
James Smartb19a0612010-04-06 14:48:51 -040012596 **/
12597int32_t
12598lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq,
12599 struct lpfc_queue *cq, uint32_t subtype)
12600{
12601 struct lpfc_mbx_mq_create *mq_create;
12602 struct lpfc_mbx_mq_create_ext *mq_create_ext;
12603 struct lpfc_dmabuf *dmabuf;
12604 LPFC_MBOXQ_t *mbox;
12605 int rc, length, status = 0;
12606 uint32_t shdr_status, shdr_add_status;
12607 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012608 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smartb19a0612010-04-06 14:48:51 -040012609
James Smart2e90f4b2011-12-13 13:22:37 -050012610 /* sanity check on queue memory */
12611 if (!mq || !cq)
12612 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012613 if (!phba->sli4_hba.pc_sli4_params.supported)
12614 hw_page_size = SLI4_PAGE_SIZE;
James Smartb19a0612010-04-06 14:48:51 -040012615
12616 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12617 if (!mbox)
12618 return -ENOMEM;
12619 length = (sizeof(struct lpfc_mbx_mq_create_ext) -
12620 sizeof(struct lpfc_sli4_cfg_mhdr));
12621 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12622 LPFC_MBOX_OPCODE_MQ_CREATE_EXT,
12623 length, LPFC_SLI4_MBX_EMBED);
12624
12625 mq_create_ext = &mbox->u.mqe.un.mq_create_ext;
James Smart5a6f1332011-03-11 16:05:35 -050012626 shdr = (union lpfc_sli4_cfg_shdr *) &mq_create_ext->header.cfg_shdr;
James Smart70f3c072010-12-15 17:57:33 -050012627 bf_set(lpfc_mbx_mq_create_ext_num_pages,
12628 &mq_create_ext->u.request, mq->page_count);
12629 bf_set(lpfc_mbx_mq_create_ext_async_evt_link,
12630 &mq_create_ext->u.request, 1);
12631 bf_set(lpfc_mbx_mq_create_ext_async_evt_fip,
James Smartb19a0612010-04-06 14:48:51 -040012632 &mq_create_ext->u.request, 1);
12633 bf_set(lpfc_mbx_mq_create_ext_async_evt_group5,
12634 &mq_create_ext->u.request, 1);
James Smart70f3c072010-12-15 17:57:33 -050012635 bf_set(lpfc_mbx_mq_create_ext_async_evt_fc,
12636 &mq_create_ext->u.request, 1);
12637 bf_set(lpfc_mbx_mq_create_ext_async_evt_sli,
12638 &mq_create_ext->u.request, 1);
James Smartb19a0612010-04-06 14:48:51 -040012639 bf_set(lpfc_mq_context_valid, &mq_create_ext->u.request.context, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012640 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12641 phba->sli4_hba.pc_sli4_params.mqv);
12642 if (phba->sli4_hba.pc_sli4_params.mqv == LPFC_Q_CREATE_VERSION_1)
12643 bf_set(lpfc_mbx_mq_create_ext_cq_id, &mq_create_ext->u.request,
12644 cq->queue_id);
12645 else
12646 bf_set(lpfc_mq_context_cq_id, &mq_create_ext->u.request.context,
12647 cq->queue_id);
James Smartb19a0612010-04-06 14:48:51 -040012648 switch (mq->entry_count) {
12649 default:
12650 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12651 "0362 Unsupported MQ count. (%d)\n",
12652 mq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040012653 if (mq->entry_count < 16) {
12654 status = -EINVAL;
12655 goto out;
12656 }
James Smartb19a0612010-04-06 14:48:51 -040012657 /* otherwise default to smallest count (drop through) */
12658 case 16:
James Smart5a6f1332011-03-11 16:05:35 -050012659 bf_set(lpfc_mq_context_ring_size,
12660 &mq_create_ext->u.request.context,
12661 LPFC_MQ_RING_SIZE_16);
James Smartb19a0612010-04-06 14:48:51 -040012662 break;
12663 case 32:
James Smart5a6f1332011-03-11 16:05:35 -050012664 bf_set(lpfc_mq_context_ring_size,
12665 &mq_create_ext->u.request.context,
12666 LPFC_MQ_RING_SIZE_32);
James Smartb19a0612010-04-06 14:48:51 -040012667 break;
12668 case 64:
James Smart5a6f1332011-03-11 16:05:35 -050012669 bf_set(lpfc_mq_context_ring_size,
12670 &mq_create_ext->u.request.context,
12671 LPFC_MQ_RING_SIZE_64);
James Smartb19a0612010-04-06 14:48:51 -040012672 break;
12673 case 128:
James Smart5a6f1332011-03-11 16:05:35 -050012674 bf_set(lpfc_mq_context_ring_size,
12675 &mq_create_ext->u.request.context,
12676 LPFC_MQ_RING_SIZE_128);
James Smartb19a0612010-04-06 14:48:51 -040012677 break;
12678 }
12679 list_for_each_entry(dmabuf, &mq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012680 memset(dmabuf->virt, 0, hw_page_size);
James Smartb19a0612010-04-06 14:48:51 -040012681 mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_lo =
12682 putPaddrLow(dmabuf->phys);
12683 mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_hi =
James Smart04c68492009-05-22 14:52:52 -040012684 putPaddrHigh(dmabuf->phys);
12685 }
12686 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smartb19a0612010-04-06 14:48:51 -040012687 mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id,
12688 &mq_create_ext->u.response);
12689 if (rc != MBX_SUCCESS) {
12690 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
12691 "2795 MQ_CREATE_EXT failed with "
12692 "status x%x. Failback to MQ_CREATE.\n",
12693 rc);
12694 lpfc_mq_create_fb_init(phba, mq, mbox, cq);
12695 mq_create = &mbox->u.mqe.un.mq_create;
12696 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12697 shdr = (union lpfc_sli4_cfg_shdr *) &mq_create->header.cfg_shdr;
12698 mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id,
12699 &mq_create->u.response);
12700 }
12701
James Smart04c68492009-05-22 14:52:52 -040012702 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart04c68492009-05-22 14:52:52 -040012703 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12704 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12705 if (shdr_status || shdr_add_status || rc) {
12706 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12707 "2502 MQ_CREATE mailbox failed with "
12708 "status x%x add_status x%x, mbx status x%x\n",
12709 shdr_status, shdr_add_status, rc);
12710 status = -ENXIO;
12711 goto out;
12712 }
James Smart04c68492009-05-22 14:52:52 -040012713 if (mq->queue_id == 0xFFFF) {
12714 status = -ENXIO;
12715 goto out;
12716 }
12717 mq->type = LPFC_MQ;
James Smart2a622bf2011-02-16 12:40:06 -050012718 mq->assoc_qid = cq->queue_id;
James Smart04c68492009-05-22 14:52:52 -040012719 mq->subtype = subtype;
12720 mq->host_index = 0;
12721 mq->hba_index = 0;
12722
12723 /* link the mq onto the parent cq child list */
12724 list_add_tail(&mq->list, &cq->child_list);
12725out:
James Smart8fa38512009-07-19 10:01:03 -040012726 mempool_free(mbox, phba->mbox_mem_pool);
James Smart04c68492009-05-22 14:52:52 -040012727 return status;
12728}
12729
12730/**
James Smart4f774512009-05-22 14:52:35 -040012731 * lpfc_wq_create - Create a Work Queue on the HBA
12732 * @phba: HBA structure that indicates port to create a queue on.
12733 * @wq: The queue structure to use to create the work queue.
12734 * @cq: The completion queue to bind this work queue to.
12735 * @subtype: The subtype of the work queue indicating its functionality.
12736 *
12737 * This function creates a work queue, as detailed in @wq, on a port, described
12738 * by @phba by sending a WQ_CREATE mailbox command to the HBA.
12739 *
12740 * The @phba struct is used to send mailbox command to HBA. The @wq struct
12741 * is used to get the entry count and entry size that are necessary to
12742 * determine the number of pages to allocate and use for this queue. The @cq
12743 * is used to indicate which completion queue to bind this work queue to. This
12744 * function will send the WQ_CREATE mailbox command to the HBA to setup the
12745 * work queue. This function is asynchronous and will wait for the mailbox
12746 * command to finish before continuing.
12747 *
12748 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012749 * memory this function will return -ENOMEM. If the queue create mailbox command
12750 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012751 **/
12752uint32_t
12753lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq,
12754 struct lpfc_queue *cq, uint32_t subtype)
12755{
12756 struct lpfc_mbx_wq_create *wq_create;
12757 struct lpfc_dmabuf *dmabuf;
12758 LPFC_MBOXQ_t *mbox;
12759 int rc, length, status = 0;
12760 uint32_t shdr_status, shdr_add_status;
12761 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012762 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart5a6f1332011-03-11 16:05:35 -050012763 struct dma_address *page;
James Smart962bc512013-01-03 15:44:00 -050012764 void __iomem *bar_memmap_p;
12765 uint32_t db_offset;
12766 uint16_t pci_barset;
James Smart49198b32010-04-06 15:04:33 -040012767
James Smart2e90f4b2011-12-13 13:22:37 -050012768 /* sanity check on queue memory */
12769 if (!wq || !cq)
12770 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012771 if (!phba->sli4_hba.pc_sli4_params.supported)
12772 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012773
12774 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12775 if (!mbox)
12776 return -ENOMEM;
12777 length = (sizeof(struct lpfc_mbx_wq_create) -
12778 sizeof(struct lpfc_sli4_cfg_mhdr));
12779 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
12780 LPFC_MBOX_OPCODE_FCOE_WQ_CREATE,
12781 length, LPFC_SLI4_MBX_EMBED);
12782 wq_create = &mbox->u.mqe.un.wq_create;
James Smart5a6f1332011-03-11 16:05:35 -050012783 shdr = (union lpfc_sli4_cfg_shdr *) &wq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040012784 bf_set(lpfc_mbx_wq_create_num_pages, &wq_create->u.request,
12785 wq->page_count);
12786 bf_set(lpfc_mbx_wq_create_cq_id, &wq_create->u.request,
12787 cq->queue_id);
James Smart5a6f1332011-03-11 16:05:35 -050012788 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12789 phba->sli4_hba.pc_sli4_params.wqv);
James Smart962bc512013-01-03 15:44:00 -050012790
James Smart5a6f1332011-03-11 16:05:35 -050012791 if (phba->sli4_hba.pc_sli4_params.wqv == LPFC_Q_CREATE_VERSION_1) {
12792 bf_set(lpfc_mbx_wq_create_wqe_count, &wq_create->u.request_1,
12793 wq->entry_count);
12794 switch (wq->entry_size) {
12795 default:
12796 case 64:
12797 bf_set(lpfc_mbx_wq_create_wqe_size,
12798 &wq_create->u.request_1,
12799 LPFC_WQ_WQE_SIZE_64);
12800 break;
12801 case 128:
12802 bf_set(lpfc_mbx_wq_create_wqe_size,
12803 &wq_create->u.request_1,
12804 LPFC_WQ_WQE_SIZE_128);
12805 break;
12806 }
12807 bf_set(lpfc_mbx_wq_create_page_size, &wq_create->u.request_1,
12808 (PAGE_SIZE/SLI4_PAGE_SIZE));
12809 page = wq_create->u.request_1.page;
12810 } else {
12811 page = wq_create->u.request.page;
12812 }
James Smart4f774512009-05-22 14:52:35 -040012813 list_for_each_entry(dmabuf, &wq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012814 memset(dmabuf->virt, 0, hw_page_size);
James Smart5a6f1332011-03-11 16:05:35 -050012815 page[dmabuf->buffer_tag].addr_lo = putPaddrLow(dmabuf->phys);
12816 page[dmabuf->buffer_tag].addr_hi = putPaddrHigh(dmabuf->phys);
James Smart4f774512009-05-22 14:52:35 -040012817 }
James Smart962bc512013-01-03 15:44:00 -050012818
12819 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
12820 bf_set(lpfc_mbx_wq_create_dua, &wq_create->u.request, 1);
12821
James Smart4f774512009-05-22 14:52:35 -040012822 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12823 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040012824 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12825 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12826 if (shdr_status || shdr_add_status || rc) {
12827 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12828 "2503 WQ_CREATE mailbox failed with "
12829 "status x%x add_status x%x, mbx status x%x\n",
12830 shdr_status, shdr_add_status, rc);
12831 status = -ENXIO;
12832 goto out;
12833 }
12834 wq->queue_id = bf_get(lpfc_mbx_wq_create_q_id, &wq_create->u.response);
12835 if (wq->queue_id == 0xFFFF) {
12836 status = -ENXIO;
12837 goto out;
12838 }
James Smart962bc512013-01-03 15:44:00 -050012839 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) {
12840 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format,
12841 &wq_create->u.response);
12842 if ((wq->db_format != LPFC_DB_LIST_FORMAT) &&
12843 (wq->db_format != LPFC_DB_RING_FORMAT)) {
12844 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12845 "3265 WQ[%d] doorbell format not "
12846 "supported: x%x\n", wq->queue_id,
12847 wq->db_format);
12848 status = -EINVAL;
12849 goto out;
12850 }
12851 pci_barset = bf_get(lpfc_mbx_wq_create_bar_set,
12852 &wq_create->u.response);
12853 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset);
12854 if (!bar_memmap_p) {
12855 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12856 "3263 WQ[%d] failed to memmap pci "
12857 "barset:x%x\n", wq->queue_id,
12858 pci_barset);
12859 status = -ENOMEM;
12860 goto out;
12861 }
12862 db_offset = wq_create->u.response.doorbell_offset;
12863 if ((db_offset != LPFC_ULP0_WQ_DOORBELL) &&
12864 (db_offset != LPFC_ULP1_WQ_DOORBELL)) {
12865 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12866 "3252 WQ[%d] doorbell offset not "
12867 "supported: x%x\n", wq->queue_id,
12868 db_offset);
12869 status = -EINVAL;
12870 goto out;
12871 }
12872 wq->db_regaddr = bar_memmap_p + db_offset;
12873 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
12874 "3264 WQ[%d]: barset:x%x, offset:x%x\n",
12875 wq->queue_id, pci_barset, db_offset);
12876 } else {
12877 wq->db_format = LPFC_DB_LIST_FORMAT;
12878 wq->db_regaddr = phba->sli4_hba.WQDBregaddr;
12879 }
James Smart4f774512009-05-22 14:52:35 -040012880 wq->type = LPFC_WQ;
James Smart2a622bf2011-02-16 12:40:06 -050012881 wq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040012882 wq->subtype = subtype;
12883 wq->host_index = 0;
12884 wq->hba_index = 0;
James Smartff78d8f2011-12-13 13:21:35 -050012885 wq->entry_repost = LPFC_RELEASE_NOTIFICATION_INTERVAL;
James Smart4f774512009-05-22 14:52:35 -040012886
12887 /* link the wq onto the parent cq child list */
12888 list_add_tail(&wq->list, &cq->child_list);
12889out:
James Smart8fa38512009-07-19 10:01:03 -040012890 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012891 return status;
12892}
12893
12894/**
James Smart73d91e52011-10-10 21:32:10 -040012895 * lpfc_rq_adjust_repost - Adjust entry_repost for an RQ
12896 * @phba: HBA structure that indicates port to create a queue on.
12897 * @rq: The queue structure to use for the receive queue.
12898 * @qno: The associated HBQ number
12899 *
12900 *
12901 * For SLI4 we need to adjust the RQ repost value based on
12902 * the number of buffers that are initially posted to the RQ.
12903 */
12904void
12905lpfc_rq_adjust_repost(struct lpfc_hba *phba, struct lpfc_queue *rq, int qno)
12906{
12907 uint32_t cnt;
12908
James Smart2e90f4b2011-12-13 13:22:37 -050012909 /* sanity check on queue memory */
12910 if (!rq)
12911 return;
James Smart73d91e52011-10-10 21:32:10 -040012912 cnt = lpfc_hbq_defs[qno]->entry_count;
12913
12914 /* Recalc repost for RQs based on buffers initially posted */
12915 cnt = (cnt >> 3);
12916 if (cnt < LPFC_QUEUE_MIN_REPOST)
12917 cnt = LPFC_QUEUE_MIN_REPOST;
12918
12919 rq->entry_repost = cnt;
12920}
12921
12922/**
James Smart4f774512009-05-22 14:52:35 -040012923 * lpfc_rq_create - Create a Receive Queue on the HBA
12924 * @phba: HBA structure that indicates port to create a queue on.
12925 * @hrq: The queue structure to use to create the header receive queue.
12926 * @drq: The queue structure to use to create the data receive queue.
12927 * @cq: The completion queue to bind this work queue to.
12928 *
12929 * This function creates a receive buffer queue pair , as detailed in @hrq and
12930 * @drq, on a port, described by @phba by sending a RQ_CREATE mailbox command
12931 * to the HBA.
12932 *
12933 * The @phba struct is used to send mailbox command to HBA. The @drq and @hrq
12934 * struct is used to get the entry count that is necessary to determine the
12935 * number of pages to use for this queue. The @cq is used to indicate which
12936 * completion queue to bind received buffers that are posted to these queues to.
12937 * This function will send the RQ_CREATE mailbox command to the HBA to setup the
12938 * receive queue pair. This function is asynchronous and will wait for the
12939 * mailbox command to finish before continuing.
12940 *
12941 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012942 * memory this function will return -ENOMEM. If the queue create mailbox command
12943 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012944 **/
12945uint32_t
12946lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq,
12947 struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype)
12948{
12949 struct lpfc_mbx_rq_create *rq_create;
12950 struct lpfc_dmabuf *dmabuf;
12951 LPFC_MBOXQ_t *mbox;
12952 int rc, length, status = 0;
12953 uint32_t shdr_status, shdr_add_status;
12954 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012955 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart962bc512013-01-03 15:44:00 -050012956 void __iomem *bar_memmap_p;
12957 uint32_t db_offset;
12958 uint16_t pci_barset;
James Smart49198b32010-04-06 15:04:33 -040012959
James Smart2e90f4b2011-12-13 13:22:37 -050012960 /* sanity check on queue memory */
12961 if (!hrq || !drq || !cq)
12962 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012963 if (!phba->sli4_hba.pc_sli4_params.supported)
12964 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012965
12966 if (hrq->entry_count != drq->entry_count)
12967 return -EINVAL;
12968 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12969 if (!mbox)
12970 return -ENOMEM;
12971 length = (sizeof(struct lpfc_mbx_rq_create) -
12972 sizeof(struct lpfc_sli4_cfg_mhdr));
12973 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
12974 LPFC_MBOX_OPCODE_FCOE_RQ_CREATE,
12975 length, LPFC_SLI4_MBX_EMBED);
12976 rq_create = &mbox->u.mqe.un.rq_create;
James Smart5a6f1332011-03-11 16:05:35 -050012977 shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr;
12978 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12979 phba->sli4_hba.pc_sli4_params.rqv);
12980 if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) {
12981 bf_set(lpfc_rq_context_rqe_count_1,
12982 &rq_create->u.request.context,
12983 hrq->entry_count);
12984 rq_create->u.request.context.buffer_size = LPFC_HDR_BUF_SIZE;
James Smartc31098c2011-04-16 11:03:33 -040012985 bf_set(lpfc_rq_context_rqe_size,
12986 &rq_create->u.request.context,
12987 LPFC_RQE_SIZE_8);
12988 bf_set(lpfc_rq_context_page_size,
12989 &rq_create->u.request.context,
12990 (PAGE_SIZE/SLI4_PAGE_SIZE));
James Smart5a6f1332011-03-11 16:05:35 -050012991 } else {
12992 switch (hrq->entry_count) {
12993 default:
12994 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12995 "2535 Unsupported RQ count. (%d)\n",
12996 hrq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040012997 if (hrq->entry_count < 512) {
12998 status = -EINVAL;
12999 goto out;
13000 }
James Smart5a6f1332011-03-11 16:05:35 -050013001 /* otherwise default to smallest count (drop through) */
13002 case 512:
13003 bf_set(lpfc_rq_context_rqe_count,
13004 &rq_create->u.request.context,
13005 LPFC_RQ_RING_SIZE_512);
13006 break;
13007 case 1024:
13008 bf_set(lpfc_rq_context_rqe_count,
13009 &rq_create->u.request.context,
13010 LPFC_RQ_RING_SIZE_1024);
13011 break;
13012 case 2048:
13013 bf_set(lpfc_rq_context_rqe_count,
13014 &rq_create->u.request.context,
13015 LPFC_RQ_RING_SIZE_2048);
13016 break;
13017 case 4096:
13018 bf_set(lpfc_rq_context_rqe_count,
13019 &rq_create->u.request.context,
13020 LPFC_RQ_RING_SIZE_4096);
13021 break;
13022 }
13023 bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context,
13024 LPFC_HDR_BUF_SIZE);
James Smart4f774512009-05-22 14:52:35 -040013025 }
13026 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context,
13027 cq->queue_id);
13028 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request,
13029 hrq->page_count);
James Smart4f774512009-05-22 14:52:35 -040013030 list_for_each_entry(dmabuf, &hrq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040013031 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040013032 rq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
13033 putPaddrLow(dmabuf->phys);
13034 rq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
13035 putPaddrHigh(dmabuf->phys);
13036 }
James Smart962bc512013-01-03 15:44:00 -050013037 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
13038 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1);
13039
James Smart4f774512009-05-22 14:52:35 -040013040 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13041 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040013042 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13043 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13044 if (shdr_status || shdr_add_status || rc) {
13045 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13046 "2504 RQ_CREATE mailbox failed with "
13047 "status x%x add_status x%x, mbx status x%x\n",
13048 shdr_status, shdr_add_status, rc);
13049 status = -ENXIO;
13050 goto out;
13051 }
13052 hrq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response);
13053 if (hrq->queue_id == 0xFFFF) {
13054 status = -ENXIO;
13055 goto out;
13056 }
James Smart962bc512013-01-03 15:44:00 -050013057
13058 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) {
13059 hrq->db_format = bf_get(lpfc_mbx_rq_create_db_format,
13060 &rq_create->u.response);
13061 if ((hrq->db_format != LPFC_DB_LIST_FORMAT) &&
13062 (hrq->db_format != LPFC_DB_RING_FORMAT)) {
13063 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13064 "3262 RQ [%d] doorbell format not "
13065 "supported: x%x\n", hrq->queue_id,
13066 hrq->db_format);
13067 status = -EINVAL;
13068 goto out;
13069 }
13070
13071 pci_barset = bf_get(lpfc_mbx_rq_create_bar_set,
13072 &rq_create->u.response);
13073 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset);
13074 if (!bar_memmap_p) {
13075 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13076 "3269 RQ[%d] failed to memmap pci "
13077 "barset:x%x\n", hrq->queue_id,
13078 pci_barset);
13079 status = -ENOMEM;
13080 goto out;
13081 }
13082
13083 db_offset = rq_create->u.response.doorbell_offset;
13084 if ((db_offset != LPFC_ULP0_RQ_DOORBELL) &&
13085 (db_offset != LPFC_ULP1_RQ_DOORBELL)) {
13086 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13087 "3270 RQ[%d] doorbell offset not "
13088 "supported: x%x\n", hrq->queue_id,
13089 db_offset);
13090 status = -EINVAL;
13091 goto out;
13092 }
13093 hrq->db_regaddr = bar_memmap_p + db_offset;
13094 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
13095 "3266 RQ[qid:%d]: barset:x%x, offset:x%x\n",
13096 hrq->queue_id, pci_barset, db_offset);
13097 } else {
13098 hrq->db_format = LPFC_DB_RING_FORMAT;
13099 hrq->db_regaddr = phba->sli4_hba.RQDBregaddr;
13100 }
James Smart4f774512009-05-22 14:52:35 -040013101 hrq->type = LPFC_HRQ;
James Smart2a622bf2011-02-16 12:40:06 -050013102 hrq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040013103 hrq->subtype = subtype;
13104 hrq->host_index = 0;
13105 hrq->hba_index = 0;
13106
13107 /* now create the data queue */
13108 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13109 LPFC_MBOX_OPCODE_FCOE_RQ_CREATE,
13110 length, LPFC_SLI4_MBX_EMBED);
James Smart5a6f1332011-03-11 16:05:35 -050013111 bf_set(lpfc_mbox_hdr_version, &shdr->request,
13112 phba->sli4_hba.pc_sli4_params.rqv);
13113 if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) {
13114 bf_set(lpfc_rq_context_rqe_count_1,
James Smartc31098c2011-04-16 11:03:33 -040013115 &rq_create->u.request.context, hrq->entry_count);
James Smart5a6f1332011-03-11 16:05:35 -050013116 rq_create->u.request.context.buffer_size = LPFC_DATA_BUF_SIZE;
James Smartc31098c2011-04-16 11:03:33 -040013117 bf_set(lpfc_rq_context_rqe_size, &rq_create->u.request.context,
13118 LPFC_RQE_SIZE_8);
13119 bf_set(lpfc_rq_context_page_size, &rq_create->u.request.context,
13120 (PAGE_SIZE/SLI4_PAGE_SIZE));
James Smart5a6f1332011-03-11 16:05:35 -050013121 } else {
13122 switch (drq->entry_count) {
13123 default:
13124 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13125 "2536 Unsupported RQ count. (%d)\n",
13126 drq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040013127 if (drq->entry_count < 512) {
13128 status = -EINVAL;
13129 goto out;
13130 }
James Smart5a6f1332011-03-11 16:05:35 -050013131 /* otherwise default to smallest count (drop through) */
13132 case 512:
13133 bf_set(lpfc_rq_context_rqe_count,
13134 &rq_create->u.request.context,
13135 LPFC_RQ_RING_SIZE_512);
13136 break;
13137 case 1024:
13138 bf_set(lpfc_rq_context_rqe_count,
13139 &rq_create->u.request.context,
13140 LPFC_RQ_RING_SIZE_1024);
13141 break;
13142 case 2048:
13143 bf_set(lpfc_rq_context_rqe_count,
13144 &rq_create->u.request.context,
13145 LPFC_RQ_RING_SIZE_2048);
13146 break;
13147 case 4096:
13148 bf_set(lpfc_rq_context_rqe_count,
13149 &rq_create->u.request.context,
13150 LPFC_RQ_RING_SIZE_4096);
13151 break;
13152 }
13153 bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context,
13154 LPFC_DATA_BUF_SIZE);
James Smart4f774512009-05-22 14:52:35 -040013155 }
13156 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context,
13157 cq->queue_id);
13158 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request,
13159 drq->page_count);
James Smart4f774512009-05-22 14:52:35 -040013160 list_for_each_entry(dmabuf, &drq->page_list, list) {
13161 rq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
13162 putPaddrLow(dmabuf->phys);
13163 rq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
13164 putPaddrHigh(dmabuf->phys);
13165 }
James Smart962bc512013-01-03 15:44:00 -050013166 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
13167 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1);
James Smart4f774512009-05-22 14:52:35 -040013168 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13169 /* The IOCTL status is embedded in the mailbox subheader. */
13170 shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr;
13171 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13172 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13173 if (shdr_status || shdr_add_status || rc) {
13174 status = -ENXIO;
13175 goto out;
13176 }
13177 drq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response);
13178 if (drq->queue_id == 0xFFFF) {
13179 status = -ENXIO;
13180 goto out;
13181 }
13182 drq->type = LPFC_DRQ;
James Smart2a622bf2011-02-16 12:40:06 -050013183 drq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040013184 drq->subtype = subtype;
13185 drq->host_index = 0;
13186 drq->hba_index = 0;
13187
13188 /* link the header and data RQs onto the parent cq child list */
13189 list_add_tail(&hrq->list, &cq->child_list);
13190 list_add_tail(&drq->list, &cq->child_list);
13191
13192out:
James Smart8fa38512009-07-19 10:01:03 -040013193 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013194 return status;
13195}
13196
13197/**
13198 * lpfc_eq_destroy - Destroy an event Queue on the HBA
13199 * @eq: The queue structure associated with the queue to destroy.
13200 *
13201 * This function destroys a queue, as detailed in @eq by sending an mailbox
13202 * command, specific to the type of queue, to the HBA.
13203 *
13204 * The @eq struct is used to get the queue ID of the queue to destroy.
13205 *
13206 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013207 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013208 **/
13209uint32_t
13210lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq)
13211{
13212 LPFC_MBOXQ_t *mbox;
13213 int rc, length, status = 0;
13214 uint32_t shdr_status, shdr_add_status;
13215 union lpfc_sli4_cfg_shdr *shdr;
13216
James Smart2e90f4b2011-12-13 13:22:37 -050013217 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013218 if (!eq)
13219 return -ENODEV;
13220 mbox = mempool_alloc(eq->phba->mbox_mem_pool, GFP_KERNEL);
13221 if (!mbox)
13222 return -ENOMEM;
13223 length = (sizeof(struct lpfc_mbx_eq_destroy) -
13224 sizeof(struct lpfc_sli4_cfg_mhdr));
13225 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
13226 LPFC_MBOX_OPCODE_EQ_DESTROY,
13227 length, LPFC_SLI4_MBX_EMBED);
13228 bf_set(lpfc_mbx_eq_destroy_q_id, &mbox->u.mqe.un.eq_destroy.u.request,
13229 eq->queue_id);
13230 mbox->vport = eq->phba->pport;
13231 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13232
13233 rc = lpfc_sli_issue_mbox(eq->phba, mbox, MBX_POLL);
13234 /* The IOCTL status is embedded in the mailbox subheader. */
13235 shdr = (union lpfc_sli4_cfg_shdr *)
13236 &mbox->u.mqe.un.eq_destroy.header.cfg_shdr;
13237 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13238 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13239 if (shdr_status || shdr_add_status || rc) {
13240 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13241 "2505 EQ_DESTROY mailbox failed with "
13242 "status x%x add_status x%x, mbx status x%x\n",
13243 shdr_status, shdr_add_status, rc);
13244 status = -ENXIO;
13245 }
13246
13247 /* Remove eq from any list */
13248 list_del_init(&eq->list);
James Smart8fa38512009-07-19 10:01:03 -040013249 mempool_free(mbox, eq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013250 return status;
13251}
13252
13253/**
13254 * lpfc_cq_destroy - Destroy a Completion Queue on the HBA
13255 * @cq: The queue structure associated with the queue to destroy.
13256 *
13257 * This function destroys a queue, as detailed in @cq by sending an mailbox
13258 * command, specific to the type of queue, to the HBA.
13259 *
13260 * The @cq struct is used to get the queue ID of the queue to destroy.
13261 *
13262 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013263 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013264 **/
13265uint32_t
13266lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq)
13267{
13268 LPFC_MBOXQ_t *mbox;
13269 int rc, length, status = 0;
13270 uint32_t shdr_status, shdr_add_status;
13271 union lpfc_sli4_cfg_shdr *shdr;
13272
James Smart2e90f4b2011-12-13 13:22:37 -050013273 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013274 if (!cq)
13275 return -ENODEV;
13276 mbox = mempool_alloc(cq->phba->mbox_mem_pool, GFP_KERNEL);
13277 if (!mbox)
13278 return -ENOMEM;
13279 length = (sizeof(struct lpfc_mbx_cq_destroy) -
13280 sizeof(struct lpfc_sli4_cfg_mhdr));
13281 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
13282 LPFC_MBOX_OPCODE_CQ_DESTROY,
13283 length, LPFC_SLI4_MBX_EMBED);
13284 bf_set(lpfc_mbx_cq_destroy_q_id, &mbox->u.mqe.un.cq_destroy.u.request,
13285 cq->queue_id);
13286 mbox->vport = cq->phba->pport;
13287 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13288 rc = lpfc_sli_issue_mbox(cq->phba, mbox, MBX_POLL);
13289 /* The IOCTL status is embedded in the mailbox subheader. */
13290 shdr = (union lpfc_sli4_cfg_shdr *)
13291 &mbox->u.mqe.un.wq_create.header.cfg_shdr;
13292 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13293 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13294 if (shdr_status || shdr_add_status || rc) {
13295 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13296 "2506 CQ_DESTROY mailbox failed with "
13297 "status x%x add_status x%x, mbx status x%x\n",
13298 shdr_status, shdr_add_status, rc);
13299 status = -ENXIO;
13300 }
13301 /* Remove cq from any list */
13302 list_del_init(&cq->list);
James Smart8fa38512009-07-19 10:01:03 -040013303 mempool_free(mbox, cq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013304 return status;
13305}
13306
13307/**
James Smart04c68492009-05-22 14:52:52 -040013308 * lpfc_mq_destroy - Destroy a Mailbox Queue on the HBA
13309 * @qm: The queue structure associated with the queue to destroy.
13310 *
13311 * This function destroys a queue, as detailed in @mq by sending an mailbox
13312 * command, specific to the type of queue, to the HBA.
13313 *
13314 * The @mq struct is used to get the queue ID of the queue to destroy.
13315 *
13316 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013317 * command fails this function will return -ENXIO.
James Smart04c68492009-05-22 14:52:52 -040013318 **/
13319uint32_t
13320lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq)
13321{
13322 LPFC_MBOXQ_t *mbox;
13323 int rc, length, status = 0;
13324 uint32_t shdr_status, shdr_add_status;
13325 union lpfc_sli4_cfg_shdr *shdr;
13326
James Smart2e90f4b2011-12-13 13:22:37 -050013327 /* sanity check on queue memory */
James Smart04c68492009-05-22 14:52:52 -040013328 if (!mq)
13329 return -ENODEV;
13330 mbox = mempool_alloc(mq->phba->mbox_mem_pool, GFP_KERNEL);
13331 if (!mbox)
13332 return -ENOMEM;
13333 length = (sizeof(struct lpfc_mbx_mq_destroy) -
13334 sizeof(struct lpfc_sli4_cfg_mhdr));
13335 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
13336 LPFC_MBOX_OPCODE_MQ_DESTROY,
13337 length, LPFC_SLI4_MBX_EMBED);
13338 bf_set(lpfc_mbx_mq_destroy_q_id, &mbox->u.mqe.un.mq_destroy.u.request,
13339 mq->queue_id);
13340 mbox->vport = mq->phba->pport;
13341 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13342 rc = lpfc_sli_issue_mbox(mq->phba, mbox, MBX_POLL);
13343 /* The IOCTL status is embedded in the mailbox subheader. */
13344 shdr = (union lpfc_sli4_cfg_shdr *)
13345 &mbox->u.mqe.un.mq_destroy.header.cfg_shdr;
13346 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13347 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13348 if (shdr_status || shdr_add_status || rc) {
13349 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13350 "2507 MQ_DESTROY mailbox failed with "
13351 "status x%x add_status x%x, mbx status x%x\n",
13352 shdr_status, shdr_add_status, rc);
13353 status = -ENXIO;
13354 }
13355 /* Remove mq from any list */
13356 list_del_init(&mq->list);
James Smart8fa38512009-07-19 10:01:03 -040013357 mempool_free(mbox, mq->phba->mbox_mem_pool);
James Smart04c68492009-05-22 14:52:52 -040013358 return status;
13359}
13360
13361/**
James Smart4f774512009-05-22 14:52:35 -040013362 * lpfc_wq_destroy - Destroy a Work Queue on the HBA
13363 * @wq: The queue structure associated with the queue to destroy.
13364 *
13365 * This function destroys a queue, as detailed in @wq by sending an mailbox
13366 * command, specific to the type of queue, to the HBA.
13367 *
13368 * The @wq struct is used to get the queue ID of the queue to destroy.
13369 *
13370 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013371 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013372 **/
13373uint32_t
13374lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq)
13375{
13376 LPFC_MBOXQ_t *mbox;
13377 int rc, length, status = 0;
13378 uint32_t shdr_status, shdr_add_status;
13379 union lpfc_sli4_cfg_shdr *shdr;
13380
James Smart2e90f4b2011-12-13 13:22:37 -050013381 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013382 if (!wq)
13383 return -ENODEV;
13384 mbox = mempool_alloc(wq->phba->mbox_mem_pool, GFP_KERNEL);
13385 if (!mbox)
13386 return -ENOMEM;
13387 length = (sizeof(struct lpfc_mbx_wq_destroy) -
13388 sizeof(struct lpfc_sli4_cfg_mhdr));
13389 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13390 LPFC_MBOX_OPCODE_FCOE_WQ_DESTROY,
13391 length, LPFC_SLI4_MBX_EMBED);
13392 bf_set(lpfc_mbx_wq_destroy_q_id, &mbox->u.mqe.un.wq_destroy.u.request,
13393 wq->queue_id);
13394 mbox->vport = wq->phba->pport;
13395 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13396 rc = lpfc_sli_issue_mbox(wq->phba, mbox, MBX_POLL);
13397 shdr = (union lpfc_sli4_cfg_shdr *)
13398 &mbox->u.mqe.un.wq_destroy.header.cfg_shdr;
13399 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13400 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13401 if (shdr_status || shdr_add_status || rc) {
13402 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13403 "2508 WQ_DESTROY mailbox failed with "
13404 "status x%x add_status x%x, mbx status x%x\n",
13405 shdr_status, shdr_add_status, rc);
13406 status = -ENXIO;
13407 }
13408 /* Remove wq from any list */
13409 list_del_init(&wq->list);
James Smart8fa38512009-07-19 10:01:03 -040013410 mempool_free(mbox, wq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013411 return status;
13412}
13413
13414/**
13415 * lpfc_rq_destroy - Destroy a Receive Queue on the HBA
13416 * @rq: The queue structure associated with the queue to destroy.
13417 *
13418 * This function destroys a queue, as detailed in @rq by sending an mailbox
13419 * command, specific to the type of queue, to the HBA.
13420 *
13421 * The @rq struct is used to get the queue ID of the queue to destroy.
13422 *
13423 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013424 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013425 **/
13426uint32_t
13427lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq,
13428 struct lpfc_queue *drq)
13429{
13430 LPFC_MBOXQ_t *mbox;
13431 int rc, length, status = 0;
13432 uint32_t shdr_status, shdr_add_status;
13433 union lpfc_sli4_cfg_shdr *shdr;
13434
James Smart2e90f4b2011-12-13 13:22:37 -050013435 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013436 if (!hrq || !drq)
13437 return -ENODEV;
13438 mbox = mempool_alloc(hrq->phba->mbox_mem_pool, GFP_KERNEL);
13439 if (!mbox)
13440 return -ENOMEM;
13441 length = (sizeof(struct lpfc_mbx_rq_destroy) -
James Smartfedd3b72011-02-16 12:39:24 -050013442 sizeof(struct lpfc_sli4_cfg_mhdr));
James Smart4f774512009-05-22 14:52:35 -040013443 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13444 LPFC_MBOX_OPCODE_FCOE_RQ_DESTROY,
13445 length, LPFC_SLI4_MBX_EMBED);
13446 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request,
13447 hrq->queue_id);
13448 mbox->vport = hrq->phba->pport;
13449 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13450 rc = lpfc_sli_issue_mbox(hrq->phba, mbox, MBX_POLL);
13451 /* The IOCTL status is embedded in the mailbox subheader. */
13452 shdr = (union lpfc_sli4_cfg_shdr *)
13453 &mbox->u.mqe.un.rq_destroy.header.cfg_shdr;
13454 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13455 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13456 if (shdr_status || shdr_add_status || rc) {
13457 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13458 "2509 RQ_DESTROY mailbox failed with "
13459 "status x%x add_status x%x, mbx status x%x\n",
13460 shdr_status, shdr_add_status, rc);
13461 if (rc != MBX_TIMEOUT)
13462 mempool_free(mbox, hrq->phba->mbox_mem_pool);
13463 return -ENXIO;
13464 }
13465 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request,
13466 drq->queue_id);
13467 rc = lpfc_sli_issue_mbox(drq->phba, mbox, MBX_POLL);
13468 shdr = (union lpfc_sli4_cfg_shdr *)
13469 &mbox->u.mqe.un.rq_destroy.header.cfg_shdr;
13470 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13471 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13472 if (shdr_status || shdr_add_status || rc) {
13473 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13474 "2510 RQ_DESTROY mailbox failed with "
13475 "status x%x add_status x%x, mbx status x%x\n",
13476 shdr_status, shdr_add_status, rc);
13477 status = -ENXIO;
13478 }
13479 list_del_init(&hrq->list);
13480 list_del_init(&drq->list);
James Smart8fa38512009-07-19 10:01:03 -040013481 mempool_free(mbox, hrq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013482 return status;
13483}
13484
13485/**
13486 * lpfc_sli4_post_sgl - Post scatter gather list for an XRI to HBA
13487 * @phba: The virtual port for which this call being executed.
13488 * @pdma_phys_addr0: Physical address of the 1st SGL page.
13489 * @pdma_phys_addr1: Physical address of the 2nd SGL page.
13490 * @xritag: the xritag that ties this io to the SGL pages.
13491 *
13492 * This routine will post the sgl pages for the IO that has the xritag
13493 * that is in the iocbq structure. The xritag is assigned during iocbq
13494 * creation and persists for as long as the driver is loaded.
13495 * if the caller has fewer than 256 scatter gather segments to map then
13496 * pdma_phys_addr1 should be 0.
13497 * If the caller needs to map more than 256 scatter gather segment then
13498 * pdma_phys_addr1 should be a valid physical address.
13499 * physical address for SGLs must be 64 byte aligned.
13500 * If you are going to map 2 SGL's then the first one must have 256 entries
13501 * the second sgl can have between 1 and 256 entries.
13502 *
13503 * Return codes:
13504 * 0 - Success
13505 * -ENXIO, -ENOMEM - Failure
13506 **/
13507int
13508lpfc_sli4_post_sgl(struct lpfc_hba *phba,
13509 dma_addr_t pdma_phys_addr0,
13510 dma_addr_t pdma_phys_addr1,
13511 uint16_t xritag)
13512{
13513 struct lpfc_mbx_post_sgl_pages *post_sgl_pages;
13514 LPFC_MBOXQ_t *mbox;
13515 int rc;
13516 uint32_t shdr_status, shdr_add_status;
James Smart6d368e52011-05-24 11:44:12 -040013517 uint32_t mbox_tmo;
James Smart4f774512009-05-22 14:52:35 -040013518 union lpfc_sli4_cfg_shdr *shdr;
13519
13520 if (xritag == NO_XRI) {
13521 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13522 "0364 Invalid param:\n");
13523 return -EINVAL;
13524 }
13525
13526 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
13527 if (!mbox)
13528 return -ENOMEM;
13529
13530 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13531 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES,
13532 sizeof(struct lpfc_mbx_post_sgl_pages) -
James Smartfedd3b72011-02-16 12:39:24 -050013533 sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED);
James Smart4f774512009-05-22 14:52:35 -040013534
13535 post_sgl_pages = (struct lpfc_mbx_post_sgl_pages *)
13536 &mbox->u.mqe.un.post_sgl_pages;
13537 bf_set(lpfc_post_sgl_pages_xri, post_sgl_pages, xritag);
13538 bf_set(lpfc_post_sgl_pages_xricnt, post_sgl_pages, 1);
13539
13540 post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_lo =
13541 cpu_to_le32(putPaddrLow(pdma_phys_addr0));
13542 post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_hi =
13543 cpu_to_le32(putPaddrHigh(pdma_phys_addr0));
13544
13545 post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_lo =
13546 cpu_to_le32(putPaddrLow(pdma_phys_addr1));
13547 post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_hi =
13548 cpu_to_le32(putPaddrHigh(pdma_phys_addr1));
13549 if (!phba->sli4_hba.intr_enable)
13550 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smart6d368e52011-05-24 11:44:12 -040013551 else {
James Smarta183a152011-10-10 21:32:43 -040013552 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -040013553 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13554 }
James Smart4f774512009-05-22 14:52:35 -040013555 /* The IOCTL status is embedded in the mailbox subheader. */
13556 shdr = (union lpfc_sli4_cfg_shdr *) &post_sgl_pages->header.cfg_shdr;
13557 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13558 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13559 if (rc != MBX_TIMEOUT)
13560 mempool_free(mbox, phba->mbox_mem_pool);
13561 if (shdr_status || shdr_add_status || rc) {
13562 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13563 "2511 POST_SGL mailbox failed with "
13564 "status x%x add_status x%x, mbx status x%x\n",
13565 shdr_status, shdr_add_status, rc);
13566 rc = -ENXIO;
13567 }
13568 return 0;
13569}
James Smart4f774512009-05-22 14:52:35 -040013570
13571/**
James Smart88a2cfb2011-07-22 18:36:33 -040013572 * lpfc_sli4_alloc_xri - Get an available rpi in the device's range
James Smart6d368e52011-05-24 11:44:12 -040013573 * @phba: pointer to lpfc hba data structure.
13574 *
13575 * This routine is invoked to post rpi header templates to the
James Smart88a2cfb2011-07-22 18:36:33 -040013576 * HBA consistent with the SLI-4 interface spec. This routine
13577 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
13578 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6d368e52011-05-24 11:44:12 -040013579 *
James Smart88a2cfb2011-07-22 18:36:33 -040013580 * Returns
13581 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
13582 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
13583 **/
James Smart6d368e52011-05-24 11:44:12 -040013584uint16_t
13585lpfc_sli4_alloc_xri(struct lpfc_hba *phba)
13586{
13587 unsigned long xri;
13588
13589 /*
13590 * Fetch the next logical xri. Because this index is logical,
13591 * the driver starts at 0 each time.
13592 */
13593 spin_lock_irq(&phba->hbalock);
13594 xri = find_next_zero_bit(phba->sli4_hba.xri_bmask,
13595 phba->sli4_hba.max_cfg_param.max_xri, 0);
13596 if (xri >= phba->sli4_hba.max_cfg_param.max_xri) {
13597 spin_unlock_irq(&phba->hbalock);
13598 return NO_XRI;
13599 } else {
13600 set_bit(xri, phba->sli4_hba.xri_bmask);
13601 phba->sli4_hba.max_cfg_param.xri_used++;
James Smart6d368e52011-05-24 11:44:12 -040013602 }
James Smart6d368e52011-05-24 11:44:12 -040013603 spin_unlock_irq(&phba->hbalock);
13604 return xri;
13605}
13606
13607/**
13608 * lpfc_sli4_free_xri - Release an xri for reuse.
13609 * @phba: pointer to lpfc hba data structure.
13610 *
13611 * This routine is invoked to release an xri to the pool of
13612 * available rpis maintained by the driver.
13613 **/
13614void
13615__lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri)
13616{
13617 if (test_and_clear_bit(xri, phba->sli4_hba.xri_bmask)) {
James Smart6d368e52011-05-24 11:44:12 -040013618 phba->sli4_hba.max_cfg_param.xri_used--;
13619 }
13620}
13621
13622/**
13623 * lpfc_sli4_free_xri - Release an xri for reuse.
13624 * @phba: pointer to lpfc hba data structure.
13625 *
13626 * This routine is invoked to release an xri to the pool of
13627 * available rpis maintained by the driver.
13628 **/
13629void
13630lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri)
13631{
13632 spin_lock_irq(&phba->hbalock);
13633 __lpfc_sli4_free_xri(phba, xri);
13634 spin_unlock_irq(&phba->hbalock);
13635}
13636
13637/**
James Smart4f774512009-05-22 14:52:35 -040013638 * lpfc_sli4_next_xritag - Get an xritag for the io
13639 * @phba: Pointer to HBA context object.
13640 *
13641 * This function gets an xritag for the iocb. If there is no unused xritag
13642 * it will return 0xffff.
13643 * The function returns the allocated xritag if successful, else returns zero.
13644 * Zero is not a valid xritag.
13645 * The caller is not required to hold any lock.
13646 **/
13647uint16_t
13648lpfc_sli4_next_xritag(struct lpfc_hba *phba)
13649{
James Smart6d368e52011-05-24 11:44:12 -040013650 uint16_t xri_index;
James Smart4f774512009-05-22 14:52:35 -040013651
James Smart6d368e52011-05-24 11:44:12 -040013652 xri_index = lpfc_sli4_alloc_xri(phba);
James Smart81378052012-05-09 21:17:37 -040013653 if (xri_index == NO_XRI)
13654 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
13655 "2004 Failed to allocate XRI.last XRITAG is %d"
13656 " Max XRI is %d, Used XRI is %d\n",
13657 xri_index,
13658 phba->sli4_hba.max_cfg_param.max_xri,
13659 phba->sli4_hba.max_cfg_param.xri_used);
13660 return xri_index;
James Smart4f774512009-05-22 14:52:35 -040013661}
13662
13663/**
James Smart6d368e52011-05-24 11:44:12 -040013664 * lpfc_sli4_post_els_sgl_list - post a block of ELS sgls to the port.
James Smart4f774512009-05-22 14:52:35 -040013665 * @phba: pointer to lpfc hba data structure.
James Smart8a9d2e82012-05-09 21:16:12 -040013666 * @post_sgl_list: pointer to els sgl entry list.
13667 * @count: number of els sgl entries on the list.
James Smart4f774512009-05-22 14:52:35 -040013668 *
13669 * This routine is invoked to post a block of driver's sgl pages to the
13670 * HBA using non-embedded mailbox command. No Lock is held. This routine
13671 * is only called when the driver is loading and after all IO has been
13672 * stopped.
13673 **/
James Smart8a9d2e82012-05-09 21:16:12 -040013674static int
13675lpfc_sli4_post_els_sgl_list(struct lpfc_hba *phba,
13676 struct list_head *post_sgl_list,
13677 int post_cnt)
James Smart4f774512009-05-22 14:52:35 -040013678{
James Smart8a9d2e82012-05-09 21:16:12 -040013679 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL;
James Smart4f774512009-05-22 14:52:35 -040013680 struct lpfc_mbx_post_uembed_sgl_page1 *sgl;
13681 struct sgl_page_pairs *sgl_pg_pairs;
13682 void *viraddr;
13683 LPFC_MBOXQ_t *mbox;
13684 uint32_t reqlen, alloclen, pg_pairs;
13685 uint32_t mbox_tmo;
James Smart8a9d2e82012-05-09 21:16:12 -040013686 uint16_t xritag_start = 0;
13687 int rc = 0;
James Smart4f774512009-05-22 14:52:35 -040013688 uint32_t shdr_status, shdr_add_status;
13689 union lpfc_sli4_cfg_shdr *shdr;
13690
James Smart8a9d2e82012-05-09 21:16:12 -040013691 reqlen = phba->sli4_hba.els_xri_cnt * sizeof(struct sgl_page_pairs) +
James Smart4f774512009-05-22 14:52:35 -040013692 sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t);
James Smart49198b32010-04-06 15:04:33 -040013693 if (reqlen > SLI4_PAGE_SIZE) {
James Smart4f774512009-05-22 14:52:35 -040013694 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
13695 "2559 Block sgl registration required DMA "
13696 "size (%d) great than a page\n", reqlen);
13697 return -ENOMEM;
13698 }
13699 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart6d368e52011-05-24 11:44:12 -040013700 if (!mbox)
James Smart4f774512009-05-22 14:52:35 -040013701 return -ENOMEM;
James Smart4f774512009-05-22 14:52:35 -040013702
13703 /* Allocate DMA memory and set up the non-embedded mailbox command */
13704 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13705 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen,
13706 LPFC_SLI4_MBX_NEMBED);
13707
13708 if (alloclen < reqlen) {
13709 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13710 "0285 Allocated DMA memory size (%d) is "
13711 "less than the requested DMA memory "
13712 "size (%d)\n", alloclen, reqlen);
13713 lpfc_sli4_mbox_cmd_free(phba, mbox);
13714 return -ENOMEM;
13715 }
James Smart4f774512009-05-22 14:52:35 -040013716 /* Set up the SGL pages in the non-embedded DMA pages */
James Smart6d368e52011-05-24 11:44:12 -040013717 viraddr = mbox->sge_array->addr[0];
James Smart4f774512009-05-22 14:52:35 -040013718 sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr;
13719 sgl_pg_pairs = &sgl->sgl_pg_pairs;
13720
James Smart8a9d2e82012-05-09 21:16:12 -040013721 pg_pairs = 0;
13722 list_for_each_entry_safe(sglq_entry, sglq_next, post_sgl_list, list) {
James Smart4f774512009-05-22 14:52:35 -040013723 /* Set up the sge entry */
13724 sgl_pg_pairs->sgl_pg0_addr_lo =
13725 cpu_to_le32(putPaddrLow(sglq_entry->phys));
13726 sgl_pg_pairs->sgl_pg0_addr_hi =
13727 cpu_to_le32(putPaddrHigh(sglq_entry->phys));
13728 sgl_pg_pairs->sgl_pg1_addr_lo =
13729 cpu_to_le32(putPaddrLow(0));
13730 sgl_pg_pairs->sgl_pg1_addr_hi =
13731 cpu_to_le32(putPaddrHigh(0));
James Smart6d368e52011-05-24 11:44:12 -040013732
James Smart4f774512009-05-22 14:52:35 -040013733 /* Keep the first xritag on the list */
13734 if (pg_pairs == 0)
13735 xritag_start = sglq_entry->sli4_xritag;
13736 sgl_pg_pairs++;
James Smart8a9d2e82012-05-09 21:16:12 -040013737 pg_pairs++;
James Smart4f774512009-05-22 14:52:35 -040013738 }
James Smart6d368e52011-05-24 11:44:12 -040013739
13740 /* Complete initialization and perform endian conversion. */
James Smart4f774512009-05-22 14:52:35 -040013741 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start);
James Smart8a9d2e82012-05-09 21:16:12 -040013742 bf_set(lpfc_post_sgl_pages_xricnt, sgl, phba->sli4_hba.els_xri_cnt);
James Smart4f774512009-05-22 14:52:35 -040013743 sgl->word0 = cpu_to_le32(sgl->word0);
James Smart4f774512009-05-22 14:52:35 -040013744 if (!phba->sli4_hba.intr_enable)
13745 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13746 else {
James Smarta183a152011-10-10 21:32:43 -040013747 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart4f774512009-05-22 14:52:35 -040013748 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13749 }
13750 shdr = (union lpfc_sli4_cfg_shdr *) &sgl->cfg_shdr;
13751 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13752 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13753 if (rc != MBX_TIMEOUT)
13754 lpfc_sli4_mbox_cmd_free(phba, mbox);
13755 if (shdr_status || shdr_add_status || rc) {
13756 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13757 "2513 POST_SGL_BLOCK mailbox command failed "
13758 "status x%x add_status x%x mbx status x%x\n",
13759 shdr_status, shdr_add_status, rc);
13760 rc = -ENXIO;
13761 }
13762 return rc;
13763}
13764
13765/**
13766 * lpfc_sli4_post_scsi_sgl_block - post a block of scsi sgl list to firmware
13767 * @phba: pointer to lpfc hba data structure.
13768 * @sblist: pointer to scsi buffer list.
13769 * @count: number of scsi buffers on the list.
13770 *
13771 * This routine is invoked to post a block of @count scsi sgl pages from a
13772 * SCSI buffer list @sblist to the HBA using non-embedded mailbox command.
13773 * No Lock is held.
13774 *
13775 **/
13776int
James Smart8a9d2e82012-05-09 21:16:12 -040013777lpfc_sli4_post_scsi_sgl_block(struct lpfc_hba *phba,
13778 struct list_head *sblist,
13779 int count)
James Smart4f774512009-05-22 14:52:35 -040013780{
13781 struct lpfc_scsi_buf *psb;
13782 struct lpfc_mbx_post_uembed_sgl_page1 *sgl;
13783 struct sgl_page_pairs *sgl_pg_pairs;
13784 void *viraddr;
13785 LPFC_MBOXQ_t *mbox;
13786 uint32_t reqlen, alloclen, pg_pairs;
13787 uint32_t mbox_tmo;
13788 uint16_t xritag_start = 0;
13789 int rc = 0;
13790 uint32_t shdr_status, shdr_add_status;
13791 dma_addr_t pdma_phys_bpl1;
13792 union lpfc_sli4_cfg_shdr *shdr;
13793
13794 /* Calculate the requested length of the dma memory */
James Smart8a9d2e82012-05-09 21:16:12 -040013795 reqlen = count * sizeof(struct sgl_page_pairs) +
James Smart4f774512009-05-22 14:52:35 -040013796 sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t);
James Smart49198b32010-04-06 15:04:33 -040013797 if (reqlen > SLI4_PAGE_SIZE) {
James Smart4f774512009-05-22 14:52:35 -040013798 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
13799 "0217 Block sgl registration required DMA "
13800 "size (%d) great than a page\n", reqlen);
13801 return -ENOMEM;
13802 }
13803 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
13804 if (!mbox) {
13805 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13806 "0283 Failed to allocate mbox cmd memory\n");
13807 return -ENOMEM;
13808 }
13809
13810 /* Allocate DMA memory and set up the non-embedded mailbox command */
13811 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13812 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen,
13813 LPFC_SLI4_MBX_NEMBED);
13814
13815 if (alloclen < reqlen) {
13816 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13817 "2561 Allocated DMA memory size (%d) is "
13818 "less than the requested DMA memory "
13819 "size (%d)\n", alloclen, reqlen);
13820 lpfc_sli4_mbox_cmd_free(phba, mbox);
13821 return -ENOMEM;
13822 }
James Smart6d368e52011-05-24 11:44:12 -040013823
James Smart4f774512009-05-22 14:52:35 -040013824 /* Get the first SGE entry from the non-embedded DMA memory */
James Smart4f774512009-05-22 14:52:35 -040013825 viraddr = mbox->sge_array->addr[0];
13826
13827 /* Set up the SGL pages in the non-embedded DMA pages */
13828 sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr;
13829 sgl_pg_pairs = &sgl->sgl_pg_pairs;
13830
13831 pg_pairs = 0;
13832 list_for_each_entry(psb, sblist, list) {
13833 /* Set up the sge entry */
13834 sgl_pg_pairs->sgl_pg0_addr_lo =
13835 cpu_to_le32(putPaddrLow(psb->dma_phys_bpl));
13836 sgl_pg_pairs->sgl_pg0_addr_hi =
13837 cpu_to_le32(putPaddrHigh(psb->dma_phys_bpl));
13838 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE)
13839 pdma_phys_bpl1 = psb->dma_phys_bpl + SGL_PAGE_SIZE;
13840 else
13841 pdma_phys_bpl1 = 0;
13842 sgl_pg_pairs->sgl_pg1_addr_lo =
13843 cpu_to_le32(putPaddrLow(pdma_phys_bpl1));
13844 sgl_pg_pairs->sgl_pg1_addr_hi =
13845 cpu_to_le32(putPaddrHigh(pdma_phys_bpl1));
13846 /* Keep the first xritag on the list */
13847 if (pg_pairs == 0)
13848 xritag_start = psb->cur_iocbq.sli4_xritag;
13849 sgl_pg_pairs++;
13850 pg_pairs++;
13851 }
13852 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start);
13853 bf_set(lpfc_post_sgl_pages_xricnt, sgl, pg_pairs);
13854 /* Perform endian conversion if necessary */
13855 sgl->word0 = cpu_to_le32(sgl->word0);
13856
13857 if (!phba->sli4_hba.intr_enable)
13858 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13859 else {
James Smarta183a152011-10-10 21:32:43 -040013860 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart4f774512009-05-22 14:52:35 -040013861 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13862 }
13863 shdr = (union lpfc_sli4_cfg_shdr *) &sgl->cfg_shdr;
13864 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13865 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13866 if (rc != MBX_TIMEOUT)
13867 lpfc_sli4_mbox_cmd_free(phba, mbox);
13868 if (shdr_status || shdr_add_status || rc) {
13869 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13870 "2564 POST_SGL_BLOCK mailbox command failed "
13871 "status x%x add_status x%x mbx status x%x\n",
13872 shdr_status, shdr_add_status, rc);
13873 rc = -ENXIO;
13874 }
13875 return rc;
13876}
13877
13878/**
13879 * lpfc_fc_frame_check - Check that this frame is a valid frame to handle
13880 * @phba: pointer to lpfc_hba struct that the frame was received on
13881 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
13882 *
13883 * This function checks the fields in the @fc_hdr to see if the FC frame is a
13884 * valid type of frame that the LPFC driver will handle. This function will
13885 * return a zero if the frame is a valid frame or a non zero value when the
13886 * frame does not pass the check.
13887 **/
13888static int
13889lpfc_fc_frame_check(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr)
13890{
Tomas Henzl474ffb72010-12-22 16:52:40 +010013891 /* make rctl_names static to save stack space */
13892 static char *rctl_names[] = FC_RCTL_NAMES_INIT;
James Smart4f774512009-05-22 14:52:35 -040013893 char *type_names[] = FC_TYPE_NAMES_INIT;
13894 struct fc_vft_header *fc_vft_hdr;
James Smart546fc852011-03-11 16:06:29 -050013895 uint32_t *header = (uint32_t *) fc_hdr;
James Smart4f774512009-05-22 14:52:35 -040013896
13897 switch (fc_hdr->fh_r_ctl) {
13898 case FC_RCTL_DD_UNCAT: /* uncategorized information */
13899 case FC_RCTL_DD_SOL_DATA: /* solicited data */
13900 case FC_RCTL_DD_UNSOL_CTL: /* unsolicited control */
13901 case FC_RCTL_DD_SOL_CTL: /* solicited control or reply */
13902 case FC_RCTL_DD_UNSOL_DATA: /* unsolicited data */
13903 case FC_RCTL_DD_DATA_DESC: /* data descriptor */
13904 case FC_RCTL_DD_UNSOL_CMD: /* unsolicited command */
13905 case FC_RCTL_DD_CMD_STATUS: /* command status */
13906 case FC_RCTL_ELS_REQ: /* extended link services request */
13907 case FC_RCTL_ELS_REP: /* extended link services reply */
13908 case FC_RCTL_ELS4_REQ: /* FC-4 ELS request */
13909 case FC_RCTL_ELS4_REP: /* FC-4 ELS reply */
13910 case FC_RCTL_BA_NOP: /* basic link service NOP */
13911 case FC_RCTL_BA_ABTS: /* basic link service abort */
13912 case FC_RCTL_BA_RMC: /* remove connection */
13913 case FC_RCTL_BA_ACC: /* basic accept */
13914 case FC_RCTL_BA_RJT: /* basic reject */
13915 case FC_RCTL_BA_PRMT:
13916 case FC_RCTL_ACK_1: /* acknowledge_1 */
13917 case FC_RCTL_ACK_0: /* acknowledge_0 */
13918 case FC_RCTL_P_RJT: /* port reject */
13919 case FC_RCTL_F_RJT: /* fabric reject */
13920 case FC_RCTL_P_BSY: /* port busy */
13921 case FC_RCTL_F_BSY: /* fabric busy to data frame */
13922 case FC_RCTL_F_BSYL: /* fabric busy to link control frame */
13923 case FC_RCTL_LCR: /* link credit reset */
13924 case FC_RCTL_END: /* end */
13925 break;
13926 case FC_RCTL_VFTH: /* Virtual Fabric tagging Header */
13927 fc_vft_hdr = (struct fc_vft_header *)fc_hdr;
13928 fc_hdr = &((struct fc_frame_header *)fc_vft_hdr)[1];
13929 return lpfc_fc_frame_check(phba, fc_hdr);
13930 default:
13931 goto drop;
13932 }
13933 switch (fc_hdr->fh_type) {
13934 case FC_TYPE_BLS:
13935 case FC_TYPE_ELS:
13936 case FC_TYPE_FCP:
13937 case FC_TYPE_CT:
13938 break;
13939 case FC_TYPE_IP:
13940 case FC_TYPE_ILS:
13941 default:
13942 goto drop;
13943 }
James Smart546fc852011-03-11 16:06:29 -050013944
James Smart4f774512009-05-22 14:52:35 -040013945 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart546fc852011-03-11 16:06:29 -050013946 "2538 Received frame rctl:%s type:%s "
13947 "Frame Data:%08x %08x %08x %08x %08x %08x\n",
James Smart4f774512009-05-22 14:52:35 -040013948 rctl_names[fc_hdr->fh_r_ctl],
James Smart546fc852011-03-11 16:06:29 -050013949 type_names[fc_hdr->fh_type],
13950 be32_to_cpu(header[0]), be32_to_cpu(header[1]),
13951 be32_to_cpu(header[2]), be32_to_cpu(header[3]),
13952 be32_to_cpu(header[4]), be32_to_cpu(header[5]));
James Smart4f774512009-05-22 14:52:35 -040013953 return 0;
13954drop:
13955 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS,
13956 "2539 Dropped frame rctl:%s type:%s\n",
13957 rctl_names[fc_hdr->fh_r_ctl],
13958 type_names[fc_hdr->fh_type]);
13959 return 1;
13960}
13961
13962/**
13963 * lpfc_fc_hdr_get_vfi - Get the VFI from an FC frame
13964 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
13965 *
13966 * This function processes the FC header to retrieve the VFI from the VF
13967 * header, if one exists. This function will return the VFI if one exists
13968 * or 0 if no VSAN Header exists.
13969 **/
13970static uint32_t
13971lpfc_fc_hdr_get_vfi(struct fc_frame_header *fc_hdr)
13972{
13973 struct fc_vft_header *fc_vft_hdr = (struct fc_vft_header *)fc_hdr;
13974
13975 if (fc_hdr->fh_r_ctl != FC_RCTL_VFTH)
13976 return 0;
13977 return bf_get(fc_vft_hdr_vf_id, fc_vft_hdr);
13978}
13979
13980/**
13981 * lpfc_fc_frame_to_vport - Finds the vport that a frame is destined to
13982 * @phba: Pointer to the HBA structure to search for the vport on
13983 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
13984 * @fcfi: The FC Fabric ID that the frame came from
13985 *
13986 * This function searches the @phba for a vport that matches the content of the
13987 * @fc_hdr passed in and the @fcfi. This function uses the @fc_hdr to fetch the
13988 * VFI, if the Virtual Fabric Tagging Header exists, and the DID. This function
13989 * returns the matching vport pointer or NULL if unable to match frame to a
13990 * vport.
13991 **/
13992static struct lpfc_vport *
13993lpfc_fc_frame_to_vport(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr,
13994 uint16_t fcfi)
13995{
13996 struct lpfc_vport **vports;
13997 struct lpfc_vport *vport = NULL;
13998 int i;
13999 uint32_t did = (fc_hdr->fh_d_id[0] << 16 |
14000 fc_hdr->fh_d_id[1] << 8 |
14001 fc_hdr->fh_d_id[2]);
James Smart939723a2012-05-09 21:19:03 -040014002
James Smartbf086112011-08-21 21:48:13 -040014003 if (did == Fabric_DID)
14004 return phba->pport;
James Smart939723a2012-05-09 21:19:03 -040014005 if ((phba->pport->fc_flag & FC_PT2PT) &&
14006 !(phba->link_state == LPFC_HBA_READY))
14007 return phba->pport;
14008
James Smart4f774512009-05-22 14:52:35 -040014009 vports = lpfc_create_vport_work_array(phba);
14010 if (vports != NULL)
14011 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) {
14012 if (phba->fcf.fcfi == fcfi &&
14013 vports[i]->vfi == lpfc_fc_hdr_get_vfi(fc_hdr) &&
14014 vports[i]->fc_myDID == did) {
14015 vport = vports[i];
14016 break;
14017 }
14018 }
14019 lpfc_destroy_vport_work_array(phba, vports);
14020 return vport;
14021}
14022
14023/**
James Smart45ed1192009-10-02 15:17:02 -040014024 * lpfc_update_rcv_time_stamp - Update vport's rcv seq time stamp
14025 * @vport: The vport to work on.
14026 *
14027 * This function updates the receive sequence time stamp for this vport. The
14028 * receive sequence time stamp indicates the time that the last frame of the
14029 * the sequence that has been idle for the longest amount of time was received.
14030 * the driver uses this time stamp to indicate if any received sequences have
14031 * timed out.
14032 **/
14033void
14034lpfc_update_rcv_time_stamp(struct lpfc_vport *vport)
14035{
14036 struct lpfc_dmabuf *h_buf;
14037 struct hbq_dmabuf *dmabuf = NULL;
14038
14039 /* get the oldest sequence on the rcv list */
14040 h_buf = list_get_first(&vport->rcv_buffer_list,
14041 struct lpfc_dmabuf, list);
14042 if (!h_buf)
14043 return;
14044 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14045 vport->rcv_buffer_time_stamp = dmabuf->time_stamp;
14046}
14047
14048/**
14049 * lpfc_cleanup_rcv_buffers - Cleans up all outstanding receive sequences.
14050 * @vport: The vport that the received sequences were sent to.
14051 *
14052 * This function cleans up all outstanding received sequences. This is called
14053 * by the driver when a link event or user action invalidates all the received
14054 * sequences.
14055 **/
14056void
14057lpfc_cleanup_rcv_buffers(struct lpfc_vport *vport)
14058{
14059 struct lpfc_dmabuf *h_buf, *hnext;
14060 struct lpfc_dmabuf *d_buf, *dnext;
14061 struct hbq_dmabuf *dmabuf = NULL;
14062
14063 /* start with the oldest sequence on the rcv list */
14064 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
14065 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14066 list_del_init(&dmabuf->hbuf.list);
14067 list_for_each_entry_safe(d_buf, dnext,
14068 &dmabuf->dbuf.list, list) {
14069 list_del_init(&d_buf->list);
14070 lpfc_in_buf_free(vport->phba, d_buf);
14071 }
14072 lpfc_in_buf_free(vport->phba, &dmabuf->dbuf);
14073 }
14074}
14075
14076/**
14077 * lpfc_rcv_seq_check_edtov - Cleans up timed out receive sequences.
14078 * @vport: The vport that the received sequences were sent to.
14079 *
14080 * This function determines whether any received sequences have timed out by
14081 * first checking the vport's rcv_buffer_time_stamp. If this time_stamp
14082 * indicates that there is at least one timed out sequence this routine will
14083 * go through the received sequences one at a time from most inactive to most
14084 * active to determine which ones need to be cleaned up. Once it has determined
14085 * that a sequence needs to be cleaned up it will simply free up the resources
14086 * without sending an abort.
14087 **/
14088void
14089lpfc_rcv_seq_check_edtov(struct lpfc_vport *vport)
14090{
14091 struct lpfc_dmabuf *h_buf, *hnext;
14092 struct lpfc_dmabuf *d_buf, *dnext;
14093 struct hbq_dmabuf *dmabuf = NULL;
14094 unsigned long timeout;
14095 int abort_count = 0;
14096
14097 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
14098 vport->rcv_buffer_time_stamp);
14099 if (list_empty(&vport->rcv_buffer_list) ||
14100 time_before(jiffies, timeout))
14101 return;
14102 /* start with the oldest sequence on the rcv list */
14103 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
14104 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14105 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
14106 dmabuf->time_stamp);
14107 if (time_before(jiffies, timeout))
14108 break;
14109 abort_count++;
14110 list_del_init(&dmabuf->hbuf.list);
14111 list_for_each_entry_safe(d_buf, dnext,
14112 &dmabuf->dbuf.list, list) {
14113 list_del_init(&d_buf->list);
14114 lpfc_in_buf_free(vport->phba, d_buf);
14115 }
14116 lpfc_in_buf_free(vport->phba, &dmabuf->dbuf);
14117 }
14118 if (abort_count)
14119 lpfc_update_rcv_time_stamp(vport);
14120}
14121
14122/**
James Smart4f774512009-05-22 14:52:35 -040014123 * lpfc_fc_frame_add - Adds a frame to the vport's list of received sequences
14124 * @dmabuf: pointer to a dmabuf that describes the hdr and data of the FC frame
14125 *
14126 * This function searches through the existing incomplete sequences that have
14127 * been sent to this @vport. If the frame matches one of the incomplete
14128 * sequences then the dbuf in the @dmabuf is added to the list of frames that
14129 * make up that sequence. If no sequence is found that matches this frame then
14130 * the function will add the hbuf in the @dmabuf to the @vport's rcv_buffer_list
14131 * This function returns a pointer to the first dmabuf in the sequence list that
14132 * the frame was linked to.
14133 **/
14134static struct hbq_dmabuf *
14135lpfc_fc_frame_add(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf)
14136{
14137 struct fc_frame_header *new_hdr;
14138 struct fc_frame_header *temp_hdr;
14139 struct lpfc_dmabuf *d_buf;
14140 struct lpfc_dmabuf *h_buf;
14141 struct hbq_dmabuf *seq_dmabuf = NULL;
14142 struct hbq_dmabuf *temp_dmabuf = NULL;
14143
James Smart4d9ab992009-10-02 15:16:39 -040014144 INIT_LIST_HEAD(&dmabuf->dbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040014145 dmabuf->time_stamp = jiffies;
James Smart4f774512009-05-22 14:52:35 -040014146 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14147 /* Use the hdr_buf to find the sequence that this frame belongs to */
14148 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) {
14149 temp_hdr = (struct fc_frame_header *)h_buf->virt;
14150 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) ||
14151 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) ||
14152 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
14153 continue;
14154 /* found a pending sequence that matches this frame */
14155 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14156 break;
14157 }
14158 if (!seq_dmabuf) {
14159 /*
14160 * This indicates first frame received for this sequence.
14161 * Queue the buffer on the vport's rcv_buffer_list.
14162 */
14163 list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list);
James Smart45ed1192009-10-02 15:17:02 -040014164 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040014165 return dmabuf;
14166 }
14167 temp_hdr = seq_dmabuf->hbuf.virt;
James Smarteeead812009-12-21 17:01:23 -050014168 if (be16_to_cpu(new_hdr->fh_seq_cnt) <
14169 be16_to_cpu(temp_hdr->fh_seq_cnt)) {
James Smart4d9ab992009-10-02 15:16:39 -040014170 list_del_init(&seq_dmabuf->hbuf.list);
14171 list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list);
14172 list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040014173 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040014174 return dmabuf;
14175 }
James Smart45ed1192009-10-02 15:17:02 -040014176 /* move this sequence to the tail to indicate a young sequence */
14177 list_move_tail(&seq_dmabuf->hbuf.list, &vport->rcv_buffer_list);
14178 seq_dmabuf->time_stamp = jiffies;
14179 lpfc_update_rcv_time_stamp(vport);
James Smarteeead812009-12-21 17:01:23 -050014180 if (list_empty(&seq_dmabuf->dbuf.list)) {
14181 temp_hdr = dmabuf->hbuf.virt;
14182 list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list);
14183 return seq_dmabuf;
14184 }
James Smart4f774512009-05-22 14:52:35 -040014185 /* find the correct place in the sequence to insert this frame */
14186 list_for_each_entry_reverse(d_buf, &seq_dmabuf->dbuf.list, list) {
14187 temp_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14188 temp_hdr = (struct fc_frame_header *)temp_dmabuf->hbuf.virt;
14189 /*
14190 * If the frame's sequence count is greater than the frame on
14191 * the list then insert the frame right after this frame
14192 */
James Smarteeead812009-12-21 17:01:23 -050014193 if (be16_to_cpu(new_hdr->fh_seq_cnt) >
14194 be16_to_cpu(temp_hdr->fh_seq_cnt)) {
James Smart4f774512009-05-22 14:52:35 -040014195 list_add(&dmabuf->dbuf.list, &temp_dmabuf->dbuf.list);
14196 return seq_dmabuf;
14197 }
14198 }
14199 return NULL;
14200}
14201
14202/**
James Smart6669f9b2009-10-02 15:16:45 -040014203 * lpfc_sli4_abort_partial_seq - Abort partially assembled unsol sequence
14204 * @vport: pointer to a vitural port
14205 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14206 *
14207 * This function tries to abort from the partially assembed sequence, described
14208 * by the information from basic abbort @dmabuf. It checks to see whether such
14209 * partially assembled sequence held by the driver. If so, it shall free up all
14210 * the frames from the partially assembled sequence.
14211 *
14212 * Return
14213 * true -- if there is matching partially assembled sequence present and all
14214 * the frames freed with the sequence;
14215 * false -- if there is no matching partially assembled sequence present so
14216 * nothing got aborted in the lower layer driver
14217 **/
14218static bool
14219lpfc_sli4_abort_partial_seq(struct lpfc_vport *vport,
14220 struct hbq_dmabuf *dmabuf)
14221{
14222 struct fc_frame_header *new_hdr;
14223 struct fc_frame_header *temp_hdr;
14224 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf;
14225 struct hbq_dmabuf *seq_dmabuf = NULL;
14226
14227 /* Use the hdr_buf to find the sequence that matches this frame */
14228 INIT_LIST_HEAD(&dmabuf->dbuf.list);
14229 INIT_LIST_HEAD(&dmabuf->hbuf.list);
14230 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14231 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) {
14232 temp_hdr = (struct fc_frame_header *)h_buf->virt;
14233 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) ||
14234 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) ||
14235 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
14236 continue;
14237 /* found a pending sequence that matches this frame */
14238 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14239 break;
14240 }
14241
14242 /* Free up all the frames from the partially assembled sequence */
14243 if (seq_dmabuf) {
14244 list_for_each_entry_safe(d_buf, n_buf,
14245 &seq_dmabuf->dbuf.list, list) {
14246 list_del_init(&d_buf->list);
14247 lpfc_in_buf_free(vport->phba, d_buf);
14248 }
14249 return true;
14250 }
14251 return false;
14252}
14253
14254/**
James Smart6dd9e312013-01-03 15:43:37 -050014255 * lpfc_sli4_abort_ulp_seq - Abort assembled unsol sequence from ulp
14256 * @vport: pointer to a vitural port
14257 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14258 *
14259 * This function tries to abort from the assembed sequence from upper level
14260 * protocol, described by the information from basic abbort @dmabuf. It
14261 * checks to see whether such pending context exists at upper level protocol.
14262 * If so, it shall clean up the pending context.
14263 *
14264 * Return
14265 * true -- if there is matching pending context of the sequence cleaned
14266 * at ulp;
14267 * false -- if there is no matching pending context of the sequence present
14268 * at ulp.
14269 **/
14270static bool
14271lpfc_sli4_abort_ulp_seq(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf)
14272{
14273 struct lpfc_hba *phba = vport->phba;
14274 int handled;
14275
14276 /* Accepting abort at ulp with SLI4 only */
14277 if (phba->sli_rev < LPFC_SLI_REV4)
14278 return false;
14279
14280 /* Register all caring upper level protocols to attend abort */
14281 handled = lpfc_ct_handle_unsol_abort(phba, dmabuf);
14282 if (handled)
14283 return true;
14284
14285 return false;
14286}
14287
14288/**
James Smart546fc852011-03-11 16:06:29 -050014289 * lpfc_sli4_seq_abort_rsp_cmpl - BLS ABORT RSP seq abort iocb complete handler
James Smart6669f9b2009-10-02 15:16:45 -040014290 * @phba: Pointer to HBA context object.
14291 * @cmd_iocbq: pointer to the command iocbq structure.
14292 * @rsp_iocbq: pointer to the response iocbq structure.
14293 *
James Smart546fc852011-03-11 16:06:29 -050014294 * This function handles the sequence abort response iocb command complete
James Smart6669f9b2009-10-02 15:16:45 -040014295 * event. It properly releases the memory allocated to the sequence abort
14296 * accept iocb.
14297 **/
14298static void
James Smart546fc852011-03-11 16:06:29 -050014299lpfc_sli4_seq_abort_rsp_cmpl(struct lpfc_hba *phba,
James Smart6669f9b2009-10-02 15:16:45 -040014300 struct lpfc_iocbq *cmd_iocbq,
14301 struct lpfc_iocbq *rsp_iocbq)
14302{
James Smart6dd9e312013-01-03 15:43:37 -050014303 struct lpfc_nodelist *ndlp;
14304
14305 if (cmd_iocbq) {
14306 ndlp = (struct lpfc_nodelist *)cmd_iocbq->context1;
14307 lpfc_nlp_put(ndlp);
14308 lpfc_nlp_not_used(ndlp);
James Smart6669f9b2009-10-02 15:16:45 -040014309 lpfc_sli_release_iocbq(phba, cmd_iocbq);
James Smart6dd9e312013-01-03 15:43:37 -050014310 }
James Smart6b5151f2012-01-18 16:24:06 -050014311
14312 /* Failure means BLS ABORT RSP did not get delivered to remote node*/
14313 if (rsp_iocbq && rsp_iocbq->iocb.ulpStatus)
14314 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14315 "3154 BLS ABORT RSP failed, data: x%x/x%x\n",
14316 rsp_iocbq->iocb.ulpStatus,
14317 rsp_iocbq->iocb.un.ulpWord[4]);
James Smart6669f9b2009-10-02 15:16:45 -040014318}
14319
14320/**
James Smart6d368e52011-05-24 11:44:12 -040014321 * lpfc_sli4_xri_inrange - check xri is in range of xris owned by driver.
14322 * @phba: Pointer to HBA context object.
14323 * @xri: xri id in transaction.
14324 *
14325 * This function validates the xri maps to the known range of XRIs allocated an
14326 * used by the driver.
14327 **/
James Smart7851fe22011-07-22 18:36:52 -040014328uint16_t
James Smart6d368e52011-05-24 11:44:12 -040014329lpfc_sli4_xri_inrange(struct lpfc_hba *phba,
14330 uint16_t xri)
14331{
14332 int i;
14333
14334 for (i = 0; i < phba->sli4_hba.max_cfg_param.max_xri; i++) {
14335 if (xri == phba->sli4_hba.xri_ids[i])
14336 return i;
14337 }
14338 return NO_XRI;
14339}
14340
James Smart6d368e52011-05-24 11:44:12 -040014341/**
James Smart546fc852011-03-11 16:06:29 -050014342 * lpfc_sli4_seq_abort_rsp - bls rsp to sequence abort
James Smart6669f9b2009-10-02 15:16:45 -040014343 * @phba: Pointer to HBA context object.
14344 * @fc_hdr: pointer to a FC frame header.
14345 *
James Smart546fc852011-03-11 16:06:29 -050014346 * This function sends a basic response to a previous unsol sequence abort
James Smart6669f9b2009-10-02 15:16:45 -040014347 * event after aborting the sequence handling.
14348 **/
14349static void
James Smart6dd9e312013-01-03 15:43:37 -050014350lpfc_sli4_seq_abort_rsp(struct lpfc_vport *vport,
14351 struct fc_frame_header *fc_hdr, bool aborted)
James Smart6669f9b2009-10-02 15:16:45 -040014352{
James Smart6dd9e312013-01-03 15:43:37 -050014353 struct lpfc_hba *phba = vport->phba;
James Smart6669f9b2009-10-02 15:16:45 -040014354 struct lpfc_iocbq *ctiocb = NULL;
14355 struct lpfc_nodelist *ndlp;
James Smartee0f4fe2012-05-09 21:19:14 -040014356 uint16_t oxid, rxid, xri, lxri;
James Smart5ffc2662009-11-18 15:39:44 -050014357 uint32_t sid, fctl;
James Smart6669f9b2009-10-02 15:16:45 -040014358 IOCB_t *icmd;
James Smart546fc852011-03-11 16:06:29 -050014359 int rc;
James Smart6669f9b2009-10-02 15:16:45 -040014360
14361 if (!lpfc_is_link_up(phba))
14362 return;
14363
14364 sid = sli4_sid_from_fc_hdr(fc_hdr);
14365 oxid = be16_to_cpu(fc_hdr->fh_ox_id);
James Smart5ffc2662009-11-18 15:39:44 -050014366 rxid = be16_to_cpu(fc_hdr->fh_rx_id);
James Smart6669f9b2009-10-02 15:16:45 -040014367
James Smart6dd9e312013-01-03 15:43:37 -050014368 ndlp = lpfc_findnode_did(vport, sid);
James Smart6669f9b2009-10-02 15:16:45 -040014369 if (!ndlp) {
James Smart6dd9e312013-01-03 15:43:37 -050014370 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
14371 if (!ndlp) {
14372 lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS,
14373 "1268 Failed to allocate ndlp for "
14374 "oxid:x%x SID:x%x\n", oxid, sid);
14375 return;
14376 }
14377 lpfc_nlp_init(vport, ndlp, sid);
14378 /* Put ndlp onto pport node list */
14379 lpfc_enqueue_node(vport, ndlp);
14380 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
14381 /* re-setup ndlp without removing from node list */
14382 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_UNUSED_NODE);
14383 if (!ndlp) {
14384 lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS,
14385 "3275 Failed to active ndlp found "
14386 "for oxid:x%x SID:x%x\n", oxid, sid);
14387 return;
14388 }
James Smart6669f9b2009-10-02 15:16:45 -040014389 }
14390
James Smart546fc852011-03-11 16:06:29 -050014391 /* Allocate buffer for rsp iocb */
James Smart6669f9b2009-10-02 15:16:45 -040014392 ctiocb = lpfc_sli_get_iocbq(phba);
14393 if (!ctiocb)
14394 return;
14395
James Smart5ffc2662009-11-18 15:39:44 -050014396 /* Extract the F_CTL field from FC_HDR */
14397 fctl = sli4_fctl_from_fc_hdr(fc_hdr);
14398
James Smart6669f9b2009-10-02 15:16:45 -040014399 icmd = &ctiocb->iocb;
James Smart6669f9b2009-10-02 15:16:45 -040014400 icmd->un.xseq64.bdl.bdeSize = 0;
James Smart5ffc2662009-11-18 15:39:44 -050014401 icmd->un.xseq64.bdl.ulpIoTag32 = 0;
James Smart6669f9b2009-10-02 15:16:45 -040014402 icmd->un.xseq64.w5.hcsw.Dfctl = 0;
14403 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_ACC;
14404 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS;
14405
14406 /* Fill in the rest of iocb fields */
14407 icmd->ulpCommand = CMD_XMIT_BLS_RSP64_CX;
14408 icmd->ulpBdeCount = 0;
14409 icmd->ulpLe = 1;
14410 icmd->ulpClass = CLASS3;
James Smart6d368e52011-05-24 11:44:12 -040014411 icmd->ulpContext = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smart6dd9e312013-01-03 15:43:37 -050014412 ctiocb->context1 = lpfc_nlp_get(ndlp);
James Smart6669f9b2009-10-02 15:16:45 -040014413
James Smart6669f9b2009-10-02 15:16:45 -040014414 ctiocb->iocb_cmpl = NULL;
14415 ctiocb->vport = phba->pport;
James Smart546fc852011-03-11 16:06:29 -050014416 ctiocb->iocb_cmpl = lpfc_sli4_seq_abort_rsp_cmpl;
James Smart6d368e52011-05-24 11:44:12 -040014417 ctiocb->sli4_lxritag = NO_XRI;
James Smart546fc852011-03-11 16:06:29 -050014418 ctiocb->sli4_xritag = NO_XRI;
14419
James Smartee0f4fe2012-05-09 21:19:14 -040014420 if (fctl & FC_FC_EX_CTX)
14421 /* Exchange responder sent the abort so we
14422 * own the oxid.
14423 */
14424 xri = oxid;
14425 else
14426 xri = rxid;
14427 lxri = lpfc_sli4_xri_inrange(phba, xri);
14428 if (lxri != NO_XRI)
14429 lpfc_set_rrq_active(phba, ndlp, lxri,
14430 (xri == oxid) ? rxid : oxid, 0);
James Smart6dd9e312013-01-03 15:43:37 -050014431 /* For BA_ABTS from exchange responder, if the logical xri with
14432 * the oxid maps to the FCP XRI range, the port no longer has
14433 * that exchange context, send a BLS_RJT. Override the IOCB for
14434 * a BA_RJT.
James Smart546fc852011-03-11 16:06:29 -050014435 */
James Smart6dd9e312013-01-03 15:43:37 -050014436 if ((fctl & FC_FC_EX_CTX) &&
14437 (lxri > lpfc_sli4_get_els_iocb_cnt(phba))) {
14438 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT;
14439 bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0);
14440 bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID);
14441 bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE);
14442 }
14443
14444 /* If BA_ABTS failed to abort a partially assembled receive sequence,
14445 * the driver no longer has that exchange, send a BLS_RJT. Override
14446 * the IOCB for a BA_RJT.
14447 */
14448 if (aborted == false) {
James Smart546fc852011-03-11 16:06:29 -050014449 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT;
14450 bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0);
14451 bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID);
14452 bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE);
14453 }
James Smart6669f9b2009-10-02 15:16:45 -040014454
James Smart5ffc2662009-11-18 15:39:44 -050014455 if (fctl & FC_FC_EX_CTX) {
14456 /* ABTS sent by responder to CT exchange, construction
14457 * of BA_ACC will use OX_ID from ABTS for the XRI_TAG
14458 * field and RX_ID from ABTS for RX_ID field.
14459 */
James Smart546fc852011-03-11 16:06:29 -050014460 bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_RSP);
James Smart5ffc2662009-11-18 15:39:44 -050014461 } else {
14462 /* ABTS sent by initiator to CT exchange, construction
14463 * of BA_ACC will need to allocate a new XRI as for the
James Smartf09c3ac2012-03-01 22:33:29 -050014464 * XRI_TAG field.
James Smart5ffc2662009-11-18 15:39:44 -050014465 */
James Smart546fc852011-03-11 16:06:29 -050014466 bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_INT);
James Smart5ffc2662009-11-18 15:39:44 -050014467 }
James Smartf09c3ac2012-03-01 22:33:29 -050014468 bf_set(lpfc_abts_rxid, &icmd->un.bls_rsp, rxid);
James Smart546fc852011-03-11 16:06:29 -050014469 bf_set(lpfc_abts_oxid, &icmd->un.bls_rsp, oxid);
James Smart5ffc2662009-11-18 15:39:44 -050014470
James Smart546fc852011-03-11 16:06:29 -050014471 /* Xmit CT abts response on exchange <xid> */
James Smart6dd9e312013-01-03 15:43:37 -050014472 lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS,
14473 "1200 Send BLS cmd x%x on oxid x%x Data: x%x\n",
14474 icmd->un.xseq64.w5.hcsw.Rctl, oxid, phba->link_state);
James Smart546fc852011-03-11 16:06:29 -050014475
14476 rc = lpfc_sli_issue_iocb(phba, LPFC_ELS_RING, ctiocb, 0);
14477 if (rc == IOCB_ERROR) {
James Smart6dd9e312013-01-03 15:43:37 -050014478 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
14479 "2925 Failed to issue CT ABTS RSP x%x on "
14480 "xri x%x, Data x%x\n",
14481 icmd->un.xseq64.w5.hcsw.Rctl, oxid,
14482 phba->link_state);
14483 lpfc_nlp_put(ndlp);
14484 ctiocb->context1 = NULL;
James Smart546fc852011-03-11 16:06:29 -050014485 lpfc_sli_release_iocbq(phba, ctiocb);
14486 }
James Smart6669f9b2009-10-02 15:16:45 -040014487}
14488
14489/**
14490 * lpfc_sli4_handle_unsol_abort - Handle sli-4 unsolicited abort event
14491 * @vport: Pointer to the vport on which this sequence was received
14492 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14493 *
14494 * This function handles an SLI-4 unsolicited abort event. If the unsolicited
14495 * receive sequence is only partially assembed by the driver, it shall abort
14496 * the partially assembled frames for the sequence. Otherwise, if the
14497 * unsolicited receive sequence has been completely assembled and passed to
14498 * the Upper Layer Protocol (UPL), it then mark the per oxid status for the
14499 * unsolicited sequence has been aborted. After that, it will issue a basic
14500 * accept to accept the abort.
14501 **/
14502void
14503lpfc_sli4_handle_unsol_abort(struct lpfc_vport *vport,
14504 struct hbq_dmabuf *dmabuf)
14505{
14506 struct lpfc_hba *phba = vport->phba;
14507 struct fc_frame_header fc_hdr;
James Smart5ffc2662009-11-18 15:39:44 -050014508 uint32_t fctl;
James Smart6dd9e312013-01-03 15:43:37 -050014509 bool aborted;
James Smart6669f9b2009-10-02 15:16:45 -040014510
James Smart6669f9b2009-10-02 15:16:45 -040014511 /* Make a copy of fc_hdr before the dmabuf being released */
14512 memcpy(&fc_hdr, dmabuf->hbuf.virt, sizeof(struct fc_frame_header));
James Smart5ffc2662009-11-18 15:39:44 -050014513 fctl = sli4_fctl_from_fc_hdr(&fc_hdr);
James Smart6669f9b2009-10-02 15:16:45 -040014514
James Smart5ffc2662009-11-18 15:39:44 -050014515 if (fctl & FC_FC_EX_CTX) {
James Smart6dd9e312013-01-03 15:43:37 -050014516 /* ABTS by responder to exchange, no cleanup needed */
14517 aborted = true;
James Smart5ffc2662009-11-18 15:39:44 -050014518 } else {
James Smart6dd9e312013-01-03 15:43:37 -050014519 /* ABTS by initiator to exchange, need to do cleanup */
14520 aborted = lpfc_sli4_abort_partial_seq(vport, dmabuf);
14521 if (aborted == false)
14522 aborted = lpfc_sli4_abort_ulp_seq(vport, dmabuf);
James Smart5ffc2662009-11-18 15:39:44 -050014523 }
James Smart6dd9e312013-01-03 15:43:37 -050014524 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14525
14526 /* Respond with BA_ACC or BA_RJT accordingly */
14527 lpfc_sli4_seq_abort_rsp(vport, &fc_hdr, aborted);
James Smart6669f9b2009-10-02 15:16:45 -040014528}
14529
14530/**
James Smart4f774512009-05-22 14:52:35 -040014531 * lpfc_seq_complete - Indicates if a sequence is complete
14532 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14533 *
14534 * This function checks the sequence, starting with the frame described by
14535 * @dmabuf, to see if all the frames associated with this sequence are present.
14536 * the frames associated with this sequence are linked to the @dmabuf using the
14537 * dbuf list. This function looks for two major things. 1) That the first frame
14538 * has a sequence count of zero. 2) There is a frame with last frame of sequence
14539 * set. 3) That there are no holes in the sequence count. The function will
14540 * return 1 when the sequence is complete, otherwise it will return 0.
14541 **/
14542static int
14543lpfc_seq_complete(struct hbq_dmabuf *dmabuf)
14544{
14545 struct fc_frame_header *hdr;
14546 struct lpfc_dmabuf *d_buf;
14547 struct hbq_dmabuf *seq_dmabuf;
14548 uint32_t fctl;
14549 int seq_count = 0;
14550
14551 hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14552 /* make sure first fame of sequence has a sequence count of zero */
14553 if (hdr->fh_seq_cnt != seq_count)
14554 return 0;
14555 fctl = (hdr->fh_f_ctl[0] << 16 |
14556 hdr->fh_f_ctl[1] << 8 |
14557 hdr->fh_f_ctl[2]);
14558 /* If last frame of sequence we can return success. */
14559 if (fctl & FC_FC_END_SEQ)
14560 return 1;
14561 list_for_each_entry(d_buf, &dmabuf->dbuf.list, list) {
14562 seq_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14563 hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14564 /* If there is a hole in the sequence count then fail. */
James Smarteeead812009-12-21 17:01:23 -050014565 if (++seq_count != be16_to_cpu(hdr->fh_seq_cnt))
James Smart4f774512009-05-22 14:52:35 -040014566 return 0;
14567 fctl = (hdr->fh_f_ctl[0] << 16 |
14568 hdr->fh_f_ctl[1] << 8 |
14569 hdr->fh_f_ctl[2]);
14570 /* If last frame of sequence we can return success. */
14571 if (fctl & FC_FC_END_SEQ)
14572 return 1;
14573 }
14574 return 0;
14575}
14576
14577/**
14578 * lpfc_prep_seq - Prep sequence for ULP processing
14579 * @vport: Pointer to the vport on which this sequence was received
14580 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14581 *
14582 * This function takes a sequence, described by a list of frames, and creates
14583 * a list of iocbq structures to describe the sequence. This iocbq list will be
14584 * used to issue to the generic unsolicited sequence handler. This routine
14585 * returns a pointer to the first iocbq in the list. If the function is unable
14586 * to allocate an iocbq then it throw out the received frames that were not
14587 * able to be described and return a pointer to the first iocbq. If unable to
14588 * allocate any iocbqs (including the first) this function will return NULL.
14589 **/
14590static struct lpfc_iocbq *
14591lpfc_prep_seq(struct lpfc_vport *vport, struct hbq_dmabuf *seq_dmabuf)
14592{
James Smart7851fe22011-07-22 18:36:52 -040014593 struct hbq_dmabuf *hbq_buf;
James Smart4f774512009-05-22 14:52:35 -040014594 struct lpfc_dmabuf *d_buf, *n_buf;
14595 struct lpfc_iocbq *first_iocbq, *iocbq;
14596 struct fc_frame_header *fc_hdr;
14597 uint32_t sid;
James Smart7851fe22011-07-22 18:36:52 -040014598 uint32_t len, tot_len;
James Smarteeead812009-12-21 17:01:23 -050014599 struct ulp_bde64 *pbde;
James Smart4f774512009-05-22 14:52:35 -040014600
14601 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14602 /* remove from receive buffer list */
14603 list_del_init(&seq_dmabuf->hbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040014604 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040014605 /* get the Remote Port's SID */
James Smart6669f9b2009-10-02 15:16:45 -040014606 sid = sli4_sid_from_fc_hdr(fc_hdr);
James Smart7851fe22011-07-22 18:36:52 -040014607 tot_len = 0;
James Smart4f774512009-05-22 14:52:35 -040014608 /* Get an iocbq struct to fill in. */
14609 first_iocbq = lpfc_sli_get_iocbq(vport->phba);
14610 if (first_iocbq) {
14611 /* Initialize the first IOCB. */
James Smart8fa38512009-07-19 10:01:03 -040014612 first_iocbq->iocb.unsli3.rcvsli3.acc_len = 0;
James Smart4f774512009-05-22 14:52:35 -040014613 first_iocbq->iocb.ulpStatus = IOSTAT_SUCCESS;
James Smart939723a2012-05-09 21:19:03 -040014614
14615 /* Check FC Header to see what TYPE of frame we are rcv'ing */
14616 if (sli4_type_from_fc_hdr(fc_hdr) == FC_TYPE_ELS) {
14617 first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_ELS64_CX;
14618 first_iocbq->iocb.un.rcvels.parmRo =
14619 sli4_did_from_fc_hdr(fc_hdr);
14620 first_iocbq->iocb.ulpPU = PARM_NPIV_DID;
14621 } else
14622 first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_SEQ64_CX;
James Smart7851fe22011-07-22 18:36:52 -040014623 first_iocbq->iocb.ulpContext = NO_XRI;
14624 first_iocbq->iocb.unsli3.rcvsli3.ox_id =
14625 be16_to_cpu(fc_hdr->fh_ox_id);
14626 /* iocbq is prepped for internal consumption. Physical vpi. */
14627 first_iocbq->iocb.unsli3.rcvsli3.vpi =
14628 vport->phba->vpi_ids[vport->vpi];
James Smart4f774512009-05-22 14:52:35 -040014629 /* put the first buffer into the first IOCBq */
14630 first_iocbq->context2 = &seq_dmabuf->dbuf;
14631 first_iocbq->context3 = NULL;
14632 first_iocbq->iocb.ulpBdeCount = 1;
14633 first_iocbq->iocb.un.cont64[0].tus.f.bdeSize =
14634 LPFC_DATA_BUF_SIZE;
14635 first_iocbq->iocb.un.rcvels.remoteID = sid;
James Smart7851fe22011-07-22 18:36:52 -040014636 tot_len = bf_get(lpfc_rcqe_length,
James Smart4d9ab992009-10-02 15:16:39 -040014637 &seq_dmabuf->cq_event.cqe.rcqe_cmpl);
James Smart7851fe22011-07-22 18:36:52 -040014638 first_iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len;
James Smart4f774512009-05-22 14:52:35 -040014639 }
14640 iocbq = first_iocbq;
14641 /*
14642 * Each IOCBq can have two Buffers assigned, so go through the list
14643 * of buffers for this sequence and save two buffers in each IOCBq
14644 */
14645 list_for_each_entry_safe(d_buf, n_buf, &seq_dmabuf->dbuf.list, list) {
14646 if (!iocbq) {
14647 lpfc_in_buf_free(vport->phba, d_buf);
14648 continue;
14649 }
14650 if (!iocbq->context3) {
14651 iocbq->context3 = d_buf;
14652 iocbq->iocb.ulpBdeCount++;
James Smarteeead812009-12-21 17:01:23 -050014653 pbde = (struct ulp_bde64 *)
14654 &iocbq->iocb.unsli3.sli3Words[4];
14655 pbde->tus.f.bdeSize = LPFC_DATA_BUF_SIZE;
James Smart7851fe22011-07-22 18:36:52 -040014656
14657 /* We need to get the size out of the right CQE */
14658 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14659 len = bf_get(lpfc_rcqe_length,
14660 &hbq_buf->cq_event.cqe.rcqe_cmpl);
14661 iocbq->iocb.unsli3.rcvsli3.acc_len += len;
14662 tot_len += len;
James Smart4f774512009-05-22 14:52:35 -040014663 } else {
14664 iocbq = lpfc_sli_get_iocbq(vport->phba);
14665 if (!iocbq) {
14666 if (first_iocbq) {
14667 first_iocbq->iocb.ulpStatus =
14668 IOSTAT_FCP_RSP_ERROR;
14669 first_iocbq->iocb.un.ulpWord[4] =
14670 IOERR_NO_RESOURCES;
14671 }
14672 lpfc_in_buf_free(vport->phba, d_buf);
14673 continue;
14674 }
14675 iocbq->context2 = d_buf;
14676 iocbq->context3 = NULL;
14677 iocbq->iocb.ulpBdeCount = 1;
14678 iocbq->iocb.un.cont64[0].tus.f.bdeSize =
14679 LPFC_DATA_BUF_SIZE;
James Smart7851fe22011-07-22 18:36:52 -040014680
14681 /* We need to get the size out of the right CQE */
14682 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14683 len = bf_get(lpfc_rcqe_length,
14684 &hbq_buf->cq_event.cqe.rcqe_cmpl);
14685 tot_len += len;
14686 iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len;
14687
James Smart4f774512009-05-22 14:52:35 -040014688 iocbq->iocb.un.rcvels.remoteID = sid;
14689 list_add_tail(&iocbq->list, &first_iocbq->list);
14690 }
14691 }
14692 return first_iocbq;
14693}
14694
James Smart6669f9b2009-10-02 15:16:45 -040014695static void
14696lpfc_sli4_send_seq_to_ulp(struct lpfc_vport *vport,
14697 struct hbq_dmabuf *seq_dmabuf)
14698{
14699 struct fc_frame_header *fc_hdr;
14700 struct lpfc_iocbq *iocbq, *curr_iocb, *next_iocb;
14701 struct lpfc_hba *phba = vport->phba;
14702
14703 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14704 iocbq = lpfc_prep_seq(vport, seq_dmabuf);
14705 if (!iocbq) {
14706 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14707 "2707 Ring %d handler: Failed to allocate "
14708 "iocb Rctl x%x Type x%x received\n",
14709 LPFC_ELS_RING,
14710 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
14711 return;
14712 }
14713 if (!lpfc_complete_unsol_iocb(phba,
14714 &phba->sli.ring[LPFC_ELS_RING],
14715 iocbq, fc_hdr->fh_r_ctl,
14716 fc_hdr->fh_type))
James Smart6d368e52011-05-24 11:44:12 -040014717 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart6669f9b2009-10-02 15:16:45 -040014718 "2540 Ring %d handler: unexpected Rctl "
14719 "x%x Type x%x received\n",
14720 LPFC_ELS_RING,
14721 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
14722
14723 /* Free iocb created in lpfc_prep_seq */
14724 list_for_each_entry_safe(curr_iocb, next_iocb,
14725 &iocbq->list, list) {
14726 list_del_init(&curr_iocb->list);
14727 lpfc_sli_release_iocbq(phba, curr_iocb);
14728 }
14729 lpfc_sli_release_iocbq(phba, iocbq);
14730}
14731
James Smart4f774512009-05-22 14:52:35 -040014732/**
14733 * lpfc_sli4_handle_received_buffer - Handle received buffers from firmware
14734 * @phba: Pointer to HBA context object.
14735 *
14736 * This function is called with no lock held. This function processes all
14737 * the received buffers and gives it to upper layers when a received buffer
14738 * indicates that it is the final frame in the sequence. The interrupt
14739 * service routine processes received buffers at interrupt contexts and adds
14740 * received dma buffers to the rb_pend_list queue and signals the worker thread.
14741 * Worker thread calls lpfc_sli4_handle_received_buffer, which will call the
14742 * appropriate receive function when the final frame in a sequence is received.
14743 **/
James Smart4d9ab992009-10-02 15:16:39 -040014744void
14745lpfc_sli4_handle_received_buffer(struct lpfc_hba *phba,
14746 struct hbq_dmabuf *dmabuf)
James Smart4f774512009-05-22 14:52:35 -040014747{
James Smart4d9ab992009-10-02 15:16:39 -040014748 struct hbq_dmabuf *seq_dmabuf;
James Smart4f774512009-05-22 14:52:35 -040014749 struct fc_frame_header *fc_hdr;
14750 struct lpfc_vport *vport;
14751 uint32_t fcfi;
James Smart939723a2012-05-09 21:19:03 -040014752 uint32_t did;
James Smart4f774512009-05-22 14:52:35 -040014753
James Smart4f774512009-05-22 14:52:35 -040014754 /* Process each received buffer */
James Smart4d9ab992009-10-02 15:16:39 -040014755 fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14756 /* check to see if this a valid type of frame */
14757 if (lpfc_fc_frame_check(phba, fc_hdr)) {
14758 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14759 return;
14760 }
James Smart7851fe22011-07-22 18:36:52 -040014761 if ((bf_get(lpfc_cqe_code,
14762 &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1))
14763 fcfi = bf_get(lpfc_rcqe_fcf_id_v1,
14764 &dmabuf->cq_event.cqe.rcqe_cmpl);
14765 else
14766 fcfi = bf_get(lpfc_rcqe_fcf_id,
14767 &dmabuf->cq_event.cqe.rcqe_cmpl);
James Smart939723a2012-05-09 21:19:03 -040014768
James Smart4d9ab992009-10-02 15:16:39 -040014769 vport = lpfc_fc_frame_to_vport(phba, fc_hdr, fcfi);
James Smart939723a2012-05-09 21:19:03 -040014770 if (!vport) {
James Smart4d9ab992009-10-02 15:16:39 -040014771 /* throw out the frame */
14772 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14773 return;
14774 }
James Smart939723a2012-05-09 21:19:03 -040014775
14776 /* d_id this frame is directed to */
14777 did = sli4_did_from_fc_hdr(fc_hdr);
14778
14779 /* vport is registered unless we rcv a FLOGI directed to Fabric_DID */
14780 if (!(vport->vpi_state & LPFC_VPI_REGISTERED) &&
14781 (did != Fabric_DID)) {
14782 /*
14783 * Throw out the frame if we are not pt2pt.
14784 * The pt2pt protocol allows for discovery frames
14785 * to be received without a registered VPI.
14786 */
14787 if (!(vport->fc_flag & FC_PT2PT) ||
14788 (phba->link_state == LPFC_HBA_READY)) {
14789 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14790 return;
14791 }
14792 }
14793
James Smart6669f9b2009-10-02 15:16:45 -040014794 /* Handle the basic abort sequence (BA_ABTS) event */
14795 if (fc_hdr->fh_r_ctl == FC_RCTL_BA_ABTS) {
14796 lpfc_sli4_handle_unsol_abort(vport, dmabuf);
14797 return;
14798 }
14799
James Smart4d9ab992009-10-02 15:16:39 -040014800 /* Link this frame */
14801 seq_dmabuf = lpfc_fc_frame_add(vport, dmabuf);
14802 if (!seq_dmabuf) {
14803 /* unable to add frame to vport - throw it out */
14804 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14805 return;
14806 }
14807 /* If not last frame in sequence continue processing frames. */
James Smartdef9c7a2009-12-21 17:02:28 -050014808 if (!lpfc_seq_complete(seq_dmabuf))
James Smart4d9ab992009-10-02 15:16:39 -040014809 return;
James Smartdef9c7a2009-12-21 17:02:28 -050014810
James Smart6669f9b2009-10-02 15:16:45 -040014811 /* Send the complete sequence to the upper layer protocol */
14812 lpfc_sli4_send_seq_to_ulp(vport, seq_dmabuf);
James Smart4f774512009-05-22 14:52:35 -040014813}
James Smart6fb120a2009-05-22 14:52:59 -040014814
14815/**
14816 * lpfc_sli4_post_all_rpi_hdrs - Post the rpi header memory region to the port
14817 * @phba: pointer to lpfc hba data structure.
14818 *
14819 * This routine is invoked to post rpi header templates to the
14820 * HBA consistent with the SLI-4 interface spec. This routine
James Smart49198b32010-04-06 15:04:33 -040014821 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
14822 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6fb120a2009-05-22 14:52:59 -040014823 *
14824 * This routine does not require any locks. It's usage is expected
14825 * to be driver load or reset recovery when the driver is
14826 * sequential.
14827 *
14828 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014829 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -040014830 * -EIO - The mailbox failed to complete successfully.
James Smart6fb120a2009-05-22 14:52:59 -040014831 * When this error occurs, the driver is not guaranteed
14832 * to have any rpi regions posted to the device and
14833 * must either attempt to repost the regions or take a
14834 * fatal error.
14835 **/
14836int
14837lpfc_sli4_post_all_rpi_hdrs(struct lpfc_hba *phba)
14838{
14839 struct lpfc_rpi_hdr *rpi_page;
14840 uint32_t rc = 0;
James Smart6d368e52011-05-24 11:44:12 -040014841 uint16_t lrpi = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014842
James Smart6d368e52011-05-24 11:44:12 -040014843 /* SLI4 ports that support extents do not require RPI headers. */
14844 if (!phba->sli4_hba.rpi_hdrs_in_use)
14845 goto exit;
14846 if (phba->sli4_hba.extents_in_use)
14847 return -EIO;
14848
James Smart6fb120a2009-05-22 14:52:59 -040014849 list_for_each_entry(rpi_page, &phba->sli4_hba.lpfc_rpi_hdr_list, list) {
James Smart6d368e52011-05-24 11:44:12 -040014850 /*
14851 * Assign the rpi headers a physical rpi only if the driver
14852 * has not initialized those resources. A port reset only
14853 * needs the headers posted.
14854 */
14855 if (bf_get(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags) !=
14856 LPFC_RPI_RSRC_RDY)
14857 rpi_page->start_rpi = phba->sli4_hba.rpi_ids[lrpi];
14858
James Smart6fb120a2009-05-22 14:52:59 -040014859 rc = lpfc_sli4_post_rpi_hdr(phba, rpi_page);
14860 if (rc != MBX_SUCCESS) {
14861 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14862 "2008 Error %d posting all rpi "
14863 "headers\n", rc);
14864 rc = -EIO;
14865 break;
14866 }
14867 }
14868
James Smart6d368e52011-05-24 11:44:12 -040014869 exit:
14870 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags,
14871 LPFC_RPI_RSRC_RDY);
James Smart6fb120a2009-05-22 14:52:59 -040014872 return rc;
14873}
14874
14875/**
14876 * lpfc_sli4_post_rpi_hdr - Post an rpi header memory region to the port
14877 * @phba: pointer to lpfc hba data structure.
14878 * @rpi_page: pointer to the rpi memory region.
14879 *
14880 * This routine is invoked to post a single rpi header to the
14881 * HBA consistent with the SLI-4 interface spec. This memory region
14882 * maps up to 64 rpi context regions.
14883 *
14884 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014885 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -040014886 * -ENOMEM - No available memory
14887 * -EIO - The mailbox failed to complete successfully.
James Smart6fb120a2009-05-22 14:52:59 -040014888 **/
14889int
14890lpfc_sli4_post_rpi_hdr(struct lpfc_hba *phba, struct lpfc_rpi_hdr *rpi_page)
14891{
14892 LPFC_MBOXQ_t *mboxq;
14893 struct lpfc_mbx_post_hdr_tmpl *hdr_tmpl;
14894 uint32_t rc = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014895 uint32_t shdr_status, shdr_add_status;
14896 union lpfc_sli4_cfg_shdr *shdr;
14897
James Smart6d368e52011-05-24 11:44:12 -040014898 /* SLI4 ports that support extents do not require RPI headers. */
14899 if (!phba->sli4_hba.rpi_hdrs_in_use)
14900 return rc;
14901 if (phba->sli4_hba.extents_in_use)
14902 return -EIO;
14903
James Smart6fb120a2009-05-22 14:52:59 -040014904 /* The port is notified of the header region via a mailbox command. */
14905 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14906 if (!mboxq) {
14907 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14908 "2001 Unable to allocate memory for issuing "
14909 "SLI_CONFIG_SPECIAL mailbox command\n");
14910 return -ENOMEM;
14911 }
14912
14913 /* Post all rpi memory regions to the port. */
14914 hdr_tmpl = &mboxq->u.mqe.un.hdr_tmpl;
James Smart6fb120a2009-05-22 14:52:59 -040014915 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
14916 LPFC_MBOX_OPCODE_FCOE_POST_HDR_TEMPLATE,
14917 sizeof(struct lpfc_mbx_post_hdr_tmpl) -
James Smartfedd3b72011-02-16 12:39:24 -050014918 sizeof(struct lpfc_sli4_cfg_mhdr),
14919 LPFC_SLI4_MBX_EMBED);
James Smart6d368e52011-05-24 11:44:12 -040014920
14921
14922 /* Post the physical rpi to the port for this rpi header. */
James Smart6fb120a2009-05-22 14:52:59 -040014923 bf_set(lpfc_mbx_post_hdr_tmpl_rpi_offset, hdr_tmpl,
14924 rpi_page->start_rpi);
James Smart6d368e52011-05-24 11:44:12 -040014925 bf_set(lpfc_mbx_post_hdr_tmpl_page_cnt,
14926 hdr_tmpl, rpi_page->page_count);
14927
James Smart6fb120a2009-05-22 14:52:59 -040014928 hdr_tmpl->rpi_paddr_lo = putPaddrLow(rpi_page->dmabuf->phys);
14929 hdr_tmpl->rpi_paddr_hi = putPaddrHigh(rpi_page->dmabuf->phys);
James Smartf1126682009-06-10 17:22:44 -040014930 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smart6fb120a2009-05-22 14:52:59 -040014931 shdr = (union lpfc_sli4_cfg_shdr *) &hdr_tmpl->header.cfg_shdr;
14932 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
14933 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
14934 if (rc != MBX_TIMEOUT)
14935 mempool_free(mboxq, phba->mbox_mem_pool);
14936 if (shdr_status || shdr_add_status || rc) {
14937 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14938 "2514 POST_RPI_HDR mailbox failed with "
14939 "status x%x add_status x%x, mbx status x%x\n",
14940 shdr_status, shdr_add_status, rc);
14941 rc = -ENXIO;
14942 }
14943 return rc;
14944}
14945
14946/**
14947 * lpfc_sli4_alloc_rpi - Get an available rpi in the device's range
14948 * @phba: pointer to lpfc hba data structure.
14949 *
14950 * This routine is invoked to post rpi header templates to the
14951 * HBA consistent with the SLI-4 interface spec. This routine
James Smart49198b32010-04-06 15:04:33 -040014952 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
14953 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6fb120a2009-05-22 14:52:59 -040014954 *
14955 * Returns
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014956 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
James Smart6fb120a2009-05-22 14:52:59 -040014957 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
14958 **/
14959int
14960lpfc_sli4_alloc_rpi(struct lpfc_hba *phba)
14961{
James Smart6d368e52011-05-24 11:44:12 -040014962 unsigned long rpi;
14963 uint16_t max_rpi, rpi_limit;
14964 uint16_t rpi_remaining, lrpi = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014965 struct lpfc_rpi_hdr *rpi_hdr;
14966
14967 max_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart6fb120a2009-05-22 14:52:59 -040014968 rpi_limit = phba->sli4_hba.next_rpi;
14969
14970 /*
James Smart6d368e52011-05-24 11:44:12 -040014971 * Fetch the next logical rpi. Because this index is logical,
14972 * the driver starts at 0 each time.
James Smart6fb120a2009-05-22 14:52:59 -040014973 */
14974 spin_lock_irq(&phba->hbalock);
James Smart6d368e52011-05-24 11:44:12 -040014975 rpi = find_next_zero_bit(phba->sli4_hba.rpi_bmask, rpi_limit, 0);
14976 if (rpi >= rpi_limit)
James Smart6fb120a2009-05-22 14:52:59 -040014977 rpi = LPFC_RPI_ALLOC_ERROR;
14978 else {
14979 set_bit(rpi, phba->sli4_hba.rpi_bmask);
14980 phba->sli4_hba.max_cfg_param.rpi_used++;
14981 phba->sli4_hba.rpi_count++;
14982 }
14983
14984 /*
14985 * Don't try to allocate more rpi header regions if the device limit
James Smart6d368e52011-05-24 11:44:12 -040014986 * has been exhausted.
James Smart6fb120a2009-05-22 14:52:59 -040014987 */
14988 if ((rpi == LPFC_RPI_ALLOC_ERROR) &&
14989 (phba->sli4_hba.rpi_count >= max_rpi)) {
14990 spin_unlock_irq(&phba->hbalock);
14991 return rpi;
14992 }
14993
14994 /*
James Smart6d368e52011-05-24 11:44:12 -040014995 * RPI header postings are not required for SLI4 ports capable of
14996 * extents.
14997 */
14998 if (!phba->sli4_hba.rpi_hdrs_in_use) {
14999 spin_unlock_irq(&phba->hbalock);
15000 return rpi;
15001 }
15002
15003 /*
James Smart6fb120a2009-05-22 14:52:59 -040015004 * If the driver is running low on rpi resources, allocate another
15005 * page now. Note that the next_rpi value is used because
15006 * it represents how many are actually in use whereas max_rpi notes
15007 * how many are supported max by the device.
15008 */
James Smart6d368e52011-05-24 11:44:12 -040015009 rpi_remaining = phba->sli4_hba.next_rpi - phba->sli4_hba.rpi_count;
James Smart6fb120a2009-05-22 14:52:59 -040015010 spin_unlock_irq(&phba->hbalock);
15011 if (rpi_remaining < LPFC_RPI_LOW_WATER_MARK) {
15012 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba);
15013 if (!rpi_hdr) {
15014 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15015 "2002 Error Could not grow rpi "
15016 "count\n");
15017 } else {
James Smart6d368e52011-05-24 11:44:12 -040015018 lrpi = rpi_hdr->start_rpi;
15019 rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi];
James Smart6fb120a2009-05-22 14:52:59 -040015020 lpfc_sli4_post_rpi_hdr(phba, rpi_hdr);
15021 }
15022 }
15023
15024 return rpi;
15025}
15026
15027/**
15028 * lpfc_sli4_free_rpi - Release an rpi for reuse.
15029 * @phba: pointer to lpfc hba data structure.
15030 *
15031 * This routine is invoked to release an rpi to the pool of
15032 * available rpis maintained by the driver.
15033 **/
15034void
James Smartd7c47992010-06-08 18:31:54 -040015035__lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi)
15036{
15037 if (test_and_clear_bit(rpi, phba->sli4_hba.rpi_bmask)) {
15038 phba->sli4_hba.rpi_count--;
15039 phba->sli4_hba.max_cfg_param.rpi_used--;
15040 }
15041}
15042
15043/**
15044 * lpfc_sli4_free_rpi - Release an rpi for reuse.
15045 * @phba: pointer to lpfc hba data structure.
15046 *
15047 * This routine is invoked to release an rpi to the pool of
15048 * available rpis maintained by the driver.
15049 **/
15050void
James Smart6fb120a2009-05-22 14:52:59 -040015051lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi)
15052{
15053 spin_lock_irq(&phba->hbalock);
James Smartd7c47992010-06-08 18:31:54 -040015054 __lpfc_sli4_free_rpi(phba, rpi);
James Smart6fb120a2009-05-22 14:52:59 -040015055 spin_unlock_irq(&phba->hbalock);
15056}
15057
15058/**
15059 * lpfc_sli4_remove_rpis - Remove the rpi bitmask region
15060 * @phba: pointer to lpfc hba data structure.
15061 *
15062 * This routine is invoked to remove the memory region that
15063 * provided rpi via a bitmask.
15064 **/
15065void
15066lpfc_sli4_remove_rpis(struct lpfc_hba *phba)
15067{
15068 kfree(phba->sli4_hba.rpi_bmask);
James Smart6d368e52011-05-24 11:44:12 -040015069 kfree(phba->sli4_hba.rpi_ids);
15070 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
James Smart6fb120a2009-05-22 14:52:59 -040015071}
15072
15073/**
15074 * lpfc_sli4_resume_rpi - Remove the rpi bitmask region
15075 * @phba: pointer to lpfc hba data structure.
15076 *
15077 * This routine is invoked to remove the memory region that
15078 * provided rpi via a bitmask.
15079 **/
15080int
James Smart6b5151f2012-01-18 16:24:06 -050015081lpfc_sli4_resume_rpi(struct lpfc_nodelist *ndlp,
15082 void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *), void *arg)
James Smart6fb120a2009-05-22 14:52:59 -040015083{
15084 LPFC_MBOXQ_t *mboxq;
15085 struct lpfc_hba *phba = ndlp->phba;
15086 int rc;
15087
15088 /* The port is notified of the header region via a mailbox command. */
15089 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15090 if (!mboxq)
15091 return -ENOMEM;
15092
15093 /* Post all rpi memory regions to the port. */
15094 lpfc_resume_rpi(mboxq, ndlp);
James Smart6b5151f2012-01-18 16:24:06 -050015095 if (cmpl) {
15096 mboxq->mbox_cmpl = cmpl;
15097 mboxq->context1 = arg;
15098 mboxq->context2 = ndlp;
James Smart72859902012-01-18 16:25:38 -050015099 } else
15100 mboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart6b5151f2012-01-18 16:24:06 -050015101 mboxq->vport = ndlp->vport;
James Smart6fb120a2009-05-22 14:52:59 -040015102 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15103 if (rc == MBX_NOT_FINISHED) {
15104 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15105 "2010 Resume RPI Mailbox failed "
15106 "status %d, mbxStatus x%x\n", rc,
15107 bf_get(lpfc_mqe_status, &mboxq->u.mqe));
15108 mempool_free(mboxq, phba->mbox_mem_pool);
15109 return -EIO;
15110 }
15111 return 0;
15112}
15113
15114/**
15115 * lpfc_sli4_init_vpi - Initialize a vpi with the port
James Smart76a95d72010-11-20 23:11:48 -050015116 * @vport: Pointer to the vport for which the vpi is being initialized
James Smart6fb120a2009-05-22 14:52:59 -040015117 *
James Smart76a95d72010-11-20 23:11:48 -050015118 * This routine is invoked to activate a vpi with the port.
James Smart6fb120a2009-05-22 14:52:59 -040015119 *
15120 * Returns:
15121 * 0 success
15122 * -Evalue otherwise
15123 **/
15124int
James Smart76a95d72010-11-20 23:11:48 -050015125lpfc_sli4_init_vpi(struct lpfc_vport *vport)
James Smart6fb120a2009-05-22 14:52:59 -040015126{
15127 LPFC_MBOXQ_t *mboxq;
15128 int rc = 0;
James Smart6a9c52c2009-10-02 15:16:51 -040015129 int retval = MBX_SUCCESS;
James Smart6fb120a2009-05-22 14:52:59 -040015130 uint32_t mbox_tmo;
James Smart76a95d72010-11-20 23:11:48 -050015131 struct lpfc_hba *phba = vport->phba;
James Smart6fb120a2009-05-22 14:52:59 -040015132 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15133 if (!mboxq)
15134 return -ENOMEM;
James Smart76a95d72010-11-20 23:11:48 -050015135 lpfc_init_vpi(phba, mboxq, vport->vpi);
James Smarta183a152011-10-10 21:32:43 -040015136 mbox_tmo = lpfc_mbox_tmo_val(phba, mboxq);
James Smart6fb120a2009-05-22 14:52:59 -040015137 rc = lpfc_sli_issue_mbox_wait(phba, mboxq, mbox_tmo);
James Smart6fb120a2009-05-22 14:52:59 -040015138 if (rc != MBX_SUCCESS) {
James Smart76a95d72010-11-20 23:11:48 -050015139 lpfc_printf_vlog(vport, KERN_ERR, LOG_SLI,
James Smart6fb120a2009-05-22 14:52:59 -040015140 "2022 INIT VPI Mailbox failed "
15141 "status %d, mbxStatus x%x\n", rc,
15142 bf_get(lpfc_mqe_status, &mboxq->u.mqe));
James Smart6a9c52c2009-10-02 15:16:51 -040015143 retval = -EIO;
James Smart6fb120a2009-05-22 14:52:59 -040015144 }
James Smart6a9c52c2009-10-02 15:16:51 -040015145 if (rc != MBX_TIMEOUT)
James Smart76a95d72010-11-20 23:11:48 -050015146 mempool_free(mboxq, vport->phba->mbox_mem_pool);
James Smart6a9c52c2009-10-02 15:16:51 -040015147
15148 return retval;
James Smart6fb120a2009-05-22 14:52:59 -040015149}
15150
15151/**
15152 * lpfc_mbx_cmpl_add_fcf_record - add fcf mbox completion handler.
15153 * @phba: pointer to lpfc hba data structure.
15154 * @mboxq: Pointer to mailbox object.
15155 *
15156 * This routine is invoked to manually add a single FCF record. The caller
15157 * must pass a completely initialized FCF_Record. This routine takes
15158 * care of the nonembedded mailbox operations.
15159 **/
15160static void
15161lpfc_mbx_cmpl_add_fcf_record(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
15162{
15163 void *virt_addr;
15164 union lpfc_sli4_cfg_shdr *shdr;
15165 uint32_t shdr_status, shdr_add_status;
15166
15167 virt_addr = mboxq->sge_array->addr[0];
15168 /* The IOCTL status is embedded in the mailbox subheader. */
15169 shdr = (union lpfc_sli4_cfg_shdr *) virt_addr;
15170 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
15171 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
15172
15173 if ((shdr_status || shdr_add_status) &&
15174 (shdr_status != STATUS_FCF_IN_USE))
15175 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15176 "2558 ADD_FCF_RECORD mailbox failed with "
15177 "status x%x add_status x%x\n",
15178 shdr_status, shdr_add_status);
15179
15180 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15181}
15182
15183/**
15184 * lpfc_sli4_add_fcf_record - Manually add an FCF Record.
15185 * @phba: pointer to lpfc hba data structure.
15186 * @fcf_record: pointer to the initialized fcf record to add.
15187 *
15188 * This routine is invoked to manually add a single FCF record. The caller
15189 * must pass a completely initialized FCF_Record. This routine takes
15190 * care of the nonembedded mailbox operations.
15191 **/
15192int
15193lpfc_sli4_add_fcf_record(struct lpfc_hba *phba, struct fcf_record *fcf_record)
15194{
15195 int rc = 0;
15196 LPFC_MBOXQ_t *mboxq;
15197 uint8_t *bytep;
15198 void *virt_addr;
15199 dma_addr_t phys_addr;
15200 struct lpfc_mbx_sge sge;
15201 uint32_t alloc_len, req_len;
15202 uint32_t fcfindex;
15203
15204 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15205 if (!mboxq) {
15206 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15207 "2009 Failed to allocate mbox for ADD_FCF cmd\n");
15208 return -ENOMEM;
15209 }
15210
15211 req_len = sizeof(struct fcf_record) + sizeof(union lpfc_sli4_cfg_shdr) +
15212 sizeof(uint32_t);
15213
15214 /* Allocate DMA memory and set up the non-embedded mailbox command */
15215 alloc_len = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
15216 LPFC_MBOX_OPCODE_FCOE_ADD_FCF,
15217 req_len, LPFC_SLI4_MBX_NEMBED);
15218 if (alloc_len < req_len) {
15219 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15220 "2523 Allocated DMA memory size (x%x) is "
15221 "less than the requested DMA memory "
15222 "size (x%x)\n", alloc_len, req_len);
15223 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15224 return -ENOMEM;
15225 }
15226
15227 /*
15228 * Get the first SGE entry from the non-embedded DMA memory. This
15229 * routine only uses a single SGE.
15230 */
15231 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
15232 phys_addr = getPaddr(sge.pa_hi, sge.pa_lo);
James Smart6fb120a2009-05-22 14:52:59 -040015233 virt_addr = mboxq->sge_array->addr[0];
15234 /*
15235 * Configure the FCF record for FCFI 0. This is the driver's
15236 * hardcoded default and gets used in nonFIP mode.
15237 */
15238 fcfindex = bf_get(lpfc_fcf_record_fcf_index, fcf_record);
15239 bytep = virt_addr + sizeof(union lpfc_sli4_cfg_shdr);
15240 lpfc_sli_pcimem_bcopy(&fcfindex, bytep, sizeof(uint32_t));
15241
15242 /*
15243 * Copy the fcf_index and the FCF Record Data. The data starts after
15244 * the FCoE header plus word10. The data copy needs to be endian
15245 * correct.
15246 */
15247 bytep += sizeof(uint32_t);
15248 lpfc_sli_pcimem_bcopy(fcf_record, bytep, sizeof(struct fcf_record));
15249 mboxq->vport = phba->pport;
15250 mboxq->mbox_cmpl = lpfc_mbx_cmpl_add_fcf_record;
15251 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15252 if (rc == MBX_NOT_FINISHED) {
15253 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15254 "2515 ADD_FCF_RECORD mailbox failed with "
15255 "status 0x%x\n", rc);
15256 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15257 rc = -EIO;
15258 } else
15259 rc = 0;
15260
15261 return rc;
15262}
15263
15264/**
15265 * lpfc_sli4_build_dflt_fcf_record - Build the driver's default FCF Record.
15266 * @phba: pointer to lpfc hba data structure.
15267 * @fcf_record: pointer to the fcf record to write the default data.
15268 * @fcf_index: FCF table entry index.
15269 *
15270 * This routine is invoked to build the driver's default FCF record. The
15271 * values used are hardcoded. This routine handles memory initialization.
15272 *
15273 **/
15274void
15275lpfc_sli4_build_dflt_fcf_record(struct lpfc_hba *phba,
15276 struct fcf_record *fcf_record,
15277 uint16_t fcf_index)
15278{
15279 memset(fcf_record, 0, sizeof(struct fcf_record));
15280 fcf_record->max_rcv_size = LPFC_FCOE_MAX_RCV_SIZE;
15281 fcf_record->fka_adv_period = LPFC_FCOE_FKA_ADV_PER;
15282 fcf_record->fip_priority = LPFC_FCOE_FIP_PRIORITY;
15283 bf_set(lpfc_fcf_record_mac_0, fcf_record, phba->fc_map[0]);
15284 bf_set(lpfc_fcf_record_mac_1, fcf_record, phba->fc_map[1]);
15285 bf_set(lpfc_fcf_record_mac_2, fcf_record, phba->fc_map[2]);
15286 bf_set(lpfc_fcf_record_mac_3, fcf_record, LPFC_FCOE_FCF_MAC3);
15287 bf_set(lpfc_fcf_record_mac_4, fcf_record, LPFC_FCOE_FCF_MAC4);
15288 bf_set(lpfc_fcf_record_mac_5, fcf_record, LPFC_FCOE_FCF_MAC5);
15289 bf_set(lpfc_fcf_record_fc_map_0, fcf_record, phba->fc_map[0]);
15290 bf_set(lpfc_fcf_record_fc_map_1, fcf_record, phba->fc_map[1]);
15291 bf_set(lpfc_fcf_record_fc_map_2, fcf_record, phba->fc_map[2]);
15292 bf_set(lpfc_fcf_record_fcf_valid, fcf_record, 1);
James Smart0c287582009-06-10 17:22:56 -040015293 bf_set(lpfc_fcf_record_fcf_avail, fcf_record, 1);
James Smart6fb120a2009-05-22 14:52:59 -040015294 bf_set(lpfc_fcf_record_fcf_index, fcf_record, fcf_index);
15295 bf_set(lpfc_fcf_record_mac_addr_prov, fcf_record,
15296 LPFC_FCF_FPMA | LPFC_FCF_SPMA);
15297 /* Set the VLAN bit map */
15298 if (phba->valid_vlan) {
15299 fcf_record->vlan_bitmap[phba->vlan_id / 8]
15300 = 1 << (phba->vlan_id % 8);
15301 }
15302}
15303
15304/**
James Smart0c9ab6f2010-02-26 14:15:57 -050015305 * lpfc_sli4_fcf_scan_read_fcf_rec - Read hba fcf record for fcf scan.
James Smart6fb120a2009-05-22 14:52:59 -040015306 * @phba: pointer to lpfc hba data structure.
15307 * @fcf_index: FCF table entry offset.
15308 *
James Smart0c9ab6f2010-02-26 14:15:57 -050015309 * This routine is invoked to scan the entire FCF table by reading FCF
15310 * record and processing it one at a time starting from the @fcf_index
15311 * for initial FCF discovery or fast FCF failover rediscovery.
15312 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030015313 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050015314 * otherwise.
James Smart6fb120a2009-05-22 14:52:59 -040015315 **/
15316int
James Smart0c9ab6f2010-02-26 14:15:57 -050015317lpfc_sli4_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -040015318{
15319 int rc = 0, error;
15320 LPFC_MBOXQ_t *mboxq;
James Smart6fb120a2009-05-22 14:52:59 -040015321
James Smart32b97932009-07-19 10:01:21 -040015322 phba->fcoe_eventtag_at_fcf_scan = phba->fcoe_eventtag;
James Smart80c17842012-03-01 22:35:45 -050015323 phba->fcoe_cvl_eventtag_attn = phba->fcoe_cvl_eventtag;
James Smart6fb120a2009-05-22 14:52:59 -040015324 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15325 if (!mboxq) {
15326 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15327 "2000 Failed to allocate mbox for "
15328 "READ_FCF cmd\n");
James Smart4d9ab992009-10-02 15:16:39 -040015329 error = -ENOMEM;
James Smart0c9ab6f2010-02-26 14:15:57 -050015330 goto fail_fcf_scan;
James Smart6fb120a2009-05-22 14:52:59 -040015331 }
James Smartecfd03c2010-02-12 14:41:27 -050015332 /* Construct the read FCF record mailbox command */
James Smart0c9ab6f2010-02-26 14:15:57 -050015333 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
James Smartecfd03c2010-02-12 14:41:27 -050015334 if (rc) {
15335 error = -EINVAL;
James Smart0c9ab6f2010-02-26 14:15:57 -050015336 goto fail_fcf_scan;
James Smart6fb120a2009-05-22 14:52:59 -040015337 }
James Smartecfd03c2010-02-12 14:41:27 -050015338 /* Issue the mailbox command asynchronously */
James Smart6fb120a2009-05-22 14:52:59 -040015339 mboxq->vport = phba->pport;
James Smart0c9ab6f2010-02-26 14:15:57 -050015340 mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_scan_read_fcf_rec;
James Smarta93ff372010-10-22 11:06:08 -040015341
15342 spin_lock_irq(&phba->hbalock);
15343 phba->hba_flag |= FCF_TS_INPROG;
15344 spin_unlock_irq(&phba->hbalock);
15345
James Smart6fb120a2009-05-22 14:52:59 -040015346 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
James Smartecfd03c2010-02-12 14:41:27 -050015347 if (rc == MBX_NOT_FINISHED)
James Smart6fb120a2009-05-22 14:52:59 -040015348 error = -EIO;
James Smartecfd03c2010-02-12 14:41:27 -050015349 else {
James Smart38b92ef2010-08-04 16:11:39 -040015350 /* Reset eligible FCF count for new scan */
15351 if (fcf_index == LPFC_FCOE_FCF_GET_FIRST)
James Smart999d8132010-03-15 11:24:56 -040015352 phba->fcf.eligible_fcf_cnt = 0;
James Smart6fb120a2009-05-22 14:52:59 -040015353 error = 0;
James Smart32b97932009-07-19 10:01:21 -040015354 }
James Smart0c9ab6f2010-02-26 14:15:57 -050015355fail_fcf_scan:
James Smart4d9ab992009-10-02 15:16:39 -040015356 if (error) {
15357 if (mboxq)
15358 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smarta93ff372010-10-22 11:06:08 -040015359 /* FCF scan failed, clear FCF_TS_INPROG flag */
James Smart4d9ab992009-10-02 15:16:39 -040015360 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -040015361 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart4d9ab992009-10-02 15:16:39 -040015362 spin_unlock_irq(&phba->hbalock);
15363 }
James Smart6fb120a2009-05-22 14:52:59 -040015364 return error;
15365}
James Smarta0c87cb2009-07-19 10:01:10 -040015366
15367/**
James Smarta93ff372010-10-22 11:06:08 -040015368 * lpfc_sli4_fcf_rr_read_fcf_rec - Read hba fcf record for roundrobin fcf.
James Smart0c9ab6f2010-02-26 14:15:57 -050015369 * @phba: pointer to lpfc hba data structure.
15370 * @fcf_index: FCF table entry offset.
15371 *
15372 * This routine is invoked to read an FCF record indicated by @fcf_index
James Smarta93ff372010-10-22 11:06:08 -040015373 * and to use it for FLOGI roundrobin FCF failover.
James Smart0c9ab6f2010-02-26 14:15:57 -050015374 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030015375 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050015376 * otherwise.
15377 **/
15378int
15379lpfc_sli4_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
15380{
15381 int rc = 0, error;
15382 LPFC_MBOXQ_t *mboxq;
15383
15384 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15385 if (!mboxq) {
15386 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT,
15387 "2763 Failed to allocate mbox for "
15388 "READ_FCF cmd\n");
15389 error = -ENOMEM;
15390 goto fail_fcf_read;
15391 }
15392 /* Construct the read FCF record mailbox command */
15393 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
15394 if (rc) {
15395 error = -EINVAL;
15396 goto fail_fcf_read;
15397 }
15398 /* Issue the mailbox command asynchronously */
15399 mboxq->vport = phba->pport;
15400 mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_rr_read_fcf_rec;
15401 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15402 if (rc == MBX_NOT_FINISHED)
15403 error = -EIO;
15404 else
15405 error = 0;
15406
15407fail_fcf_read:
15408 if (error && mboxq)
15409 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15410 return error;
15411}
15412
15413/**
15414 * lpfc_sli4_read_fcf_rec - Read hba fcf record for update eligible fcf bmask.
15415 * @phba: pointer to lpfc hba data structure.
15416 * @fcf_index: FCF table entry offset.
15417 *
15418 * This routine is invoked to read an FCF record indicated by @fcf_index to
James Smarta93ff372010-10-22 11:06:08 -040015419 * determine whether it's eligible for FLOGI roundrobin failover list.
James Smart0c9ab6f2010-02-26 14:15:57 -050015420 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030015421 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050015422 * otherwise.
15423 **/
15424int
15425lpfc_sli4_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
15426{
15427 int rc = 0, error;
15428 LPFC_MBOXQ_t *mboxq;
15429
15430 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15431 if (!mboxq) {
15432 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT,
15433 "2758 Failed to allocate mbox for "
15434 "READ_FCF cmd\n");
15435 error = -ENOMEM;
15436 goto fail_fcf_read;
15437 }
15438 /* Construct the read FCF record mailbox command */
15439 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
15440 if (rc) {
15441 error = -EINVAL;
15442 goto fail_fcf_read;
15443 }
15444 /* Issue the mailbox command asynchronously */
15445 mboxq->vport = phba->pport;
15446 mboxq->mbox_cmpl = lpfc_mbx_cmpl_read_fcf_rec;
15447 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15448 if (rc == MBX_NOT_FINISHED)
15449 error = -EIO;
15450 else
15451 error = 0;
15452
15453fail_fcf_read:
15454 if (error && mboxq)
15455 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15456 return error;
15457}
15458
15459/**
James Smart7d791df2011-07-22 18:37:52 -040015460 * lpfc_check_next_fcf_pri
15461 * phba pointer to the lpfc_hba struct for this port.
15462 * This routine is called from the lpfc_sli4_fcf_rr_next_index_get
15463 * routine when the rr_bmask is empty. The FCF indecies are put into the
15464 * rr_bmask based on their priority level. Starting from the highest priority
15465 * to the lowest. The most likely FCF candidate will be in the highest
15466 * priority group. When this routine is called it searches the fcf_pri list for
15467 * next lowest priority group and repopulates the rr_bmask with only those
15468 * fcf_indexes.
15469 * returns:
15470 * 1=success 0=failure
15471 **/
15472int
15473lpfc_check_next_fcf_pri_level(struct lpfc_hba *phba)
15474{
15475 uint16_t next_fcf_pri;
15476 uint16_t last_index;
15477 struct lpfc_fcf_pri *fcf_pri;
15478 int rc;
15479 int ret = 0;
15480
15481 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
15482 LPFC_SLI4_FCF_TBL_INDX_MAX);
15483 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
15484 "3060 Last IDX %d\n", last_index);
15485 if (list_empty(&phba->fcf.fcf_pri_list)) {
15486 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
15487 "3061 Last IDX %d\n", last_index);
15488 return 0; /* Empty rr list */
15489 }
15490 next_fcf_pri = 0;
15491 /*
15492 * Clear the rr_bmask and set all of the bits that are at this
15493 * priority.
15494 */
15495 memset(phba->fcf.fcf_rr_bmask, 0,
15496 sizeof(*phba->fcf.fcf_rr_bmask));
15497 spin_lock_irq(&phba->hbalock);
15498 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15499 if (fcf_pri->fcf_rec.flag & LPFC_FCF_FLOGI_FAILED)
15500 continue;
15501 /*
15502 * the 1st priority that has not FLOGI failed
15503 * will be the highest.
15504 */
15505 if (!next_fcf_pri)
15506 next_fcf_pri = fcf_pri->fcf_rec.priority;
15507 spin_unlock_irq(&phba->hbalock);
15508 if (fcf_pri->fcf_rec.priority == next_fcf_pri) {
15509 rc = lpfc_sli4_fcf_rr_index_set(phba,
15510 fcf_pri->fcf_rec.fcf_index);
15511 if (rc)
15512 return 0;
15513 }
15514 spin_lock_irq(&phba->hbalock);
15515 }
15516 /*
15517 * if next_fcf_pri was not set above and the list is not empty then
15518 * we have failed flogis on all of them. So reset flogi failed
Anatol Pomozov4907cb72012-09-01 10:31:09 -070015519 * and start at the beginning.
James Smart7d791df2011-07-22 18:37:52 -040015520 */
15521 if (!next_fcf_pri && !list_empty(&phba->fcf.fcf_pri_list)) {
15522 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15523 fcf_pri->fcf_rec.flag &= ~LPFC_FCF_FLOGI_FAILED;
15524 /*
15525 * the 1st priority that has not FLOGI failed
15526 * will be the highest.
15527 */
15528 if (!next_fcf_pri)
15529 next_fcf_pri = fcf_pri->fcf_rec.priority;
15530 spin_unlock_irq(&phba->hbalock);
15531 if (fcf_pri->fcf_rec.priority == next_fcf_pri) {
15532 rc = lpfc_sli4_fcf_rr_index_set(phba,
15533 fcf_pri->fcf_rec.fcf_index);
15534 if (rc)
15535 return 0;
15536 }
15537 spin_lock_irq(&phba->hbalock);
15538 }
15539 } else
15540 ret = 1;
15541 spin_unlock_irq(&phba->hbalock);
15542
15543 return ret;
15544}
15545/**
James Smart0c9ab6f2010-02-26 14:15:57 -050015546 * lpfc_sli4_fcf_rr_next_index_get - Get next eligible fcf record index
15547 * @phba: pointer to lpfc hba data structure.
15548 *
15549 * This routine is to get the next eligible FCF record index in a round
15550 * robin fashion. If the next eligible FCF record index equals to the
James Smarta93ff372010-10-22 11:06:08 -040015551 * initial roundrobin FCF record index, LPFC_FCOE_FCF_NEXT_NONE (0xFFFF)
James Smart0c9ab6f2010-02-26 14:15:57 -050015552 * shall be returned, otherwise, the next eligible FCF record's index
15553 * shall be returned.
15554 **/
15555uint16_t
15556lpfc_sli4_fcf_rr_next_index_get(struct lpfc_hba *phba)
15557{
15558 uint16_t next_fcf_index;
15559
James Smart421c6622013-01-03 15:44:16 -050015560initial_priority:
James Smart3804dc82010-07-14 15:31:37 -040015561 /* Search start from next bit of currently registered FCF index */
James Smart421c6622013-01-03 15:44:16 -050015562 next_fcf_index = phba->fcf.current_rec.fcf_indx;
15563
James Smart7d791df2011-07-22 18:37:52 -040015564next_priority:
James Smart421c6622013-01-03 15:44:16 -050015565 /* Determine the next fcf index to check */
15566 next_fcf_index = (next_fcf_index + 1) % LPFC_SLI4_FCF_TBL_INDX_MAX;
James Smart0c9ab6f2010-02-26 14:15:57 -050015567 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
15568 LPFC_SLI4_FCF_TBL_INDX_MAX,
James Smart3804dc82010-07-14 15:31:37 -040015569 next_fcf_index);
15570
James Smart0c9ab6f2010-02-26 14:15:57 -050015571 /* Wrap around condition on phba->fcf.fcf_rr_bmask */
James Smart7d791df2011-07-22 18:37:52 -040015572 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15573 /*
15574 * If we have wrapped then we need to clear the bits that
15575 * have been tested so that we can detect when we should
15576 * change the priority level.
15577 */
James Smart0c9ab6f2010-02-26 14:15:57 -050015578 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
15579 LPFC_SLI4_FCF_TBL_INDX_MAX, 0);
James Smart7d791df2011-07-22 18:37:52 -040015580 }
15581
James Smart0c9ab6f2010-02-26 14:15:57 -050015582
James Smart3804dc82010-07-14 15:31:37 -040015583 /* Check roundrobin failover list empty condition */
James Smart7d791df2011-07-22 18:37:52 -040015584 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX ||
15585 next_fcf_index == phba->fcf.current_rec.fcf_indx) {
15586 /*
15587 * If next fcf index is not found check if there are lower
15588 * Priority level fcf's in the fcf_priority list.
15589 * Set up the rr_bmask with all of the avaiable fcf bits
15590 * at that level and continue the selection process.
15591 */
15592 if (lpfc_check_next_fcf_pri_level(phba))
James Smart421c6622013-01-03 15:44:16 -050015593 goto initial_priority;
James Smart3804dc82010-07-14 15:31:37 -040015594 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
15595 "2844 No roundrobin failover FCF available\n");
James Smart7d791df2011-07-22 18:37:52 -040015596 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX)
15597 return LPFC_FCOE_FCF_NEXT_NONE;
15598 else {
15599 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
15600 "3063 Only FCF available idx %d, flag %x\n",
15601 next_fcf_index,
15602 phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag);
15603 return next_fcf_index;
15604 }
James Smart3804dc82010-07-14 15:31:37 -040015605 }
15606
James Smart7d791df2011-07-22 18:37:52 -040015607 if (next_fcf_index < LPFC_SLI4_FCF_TBL_INDX_MAX &&
15608 phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag &
15609 LPFC_FCF_FLOGI_FAILED)
15610 goto next_priority;
15611
James Smart3804dc82010-07-14 15:31:37 -040015612 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015613 "2845 Get next roundrobin failover FCF (x%x)\n",
15614 next_fcf_index);
15615
James Smart0c9ab6f2010-02-26 14:15:57 -050015616 return next_fcf_index;
15617}
15618
15619/**
15620 * lpfc_sli4_fcf_rr_index_set - Set bmask with eligible fcf record index
15621 * @phba: pointer to lpfc hba data structure.
15622 *
15623 * This routine sets the FCF record index in to the eligible bmask for
James Smarta93ff372010-10-22 11:06:08 -040015624 * roundrobin failover search. It checks to make sure that the index
James Smart0c9ab6f2010-02-26 14:15:57 -050015625 * does not go beyond the range of the driver allocated bmask dimension
15626 * before setting the bit.
15627 *
15628 * Returns 0 if the index bit successfully set, otherwise, it returns
15629 * -EINVAL.
15630 **/
15631int
15632lpfc_sli4_fcf_rr_index_set(struct lpfc_hba *phba, uint16_t fcf_index)
15633{
15634 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15635 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015636 "2610 FCF (x%x) reached driver's book "
15637 "keeping dimension:x%x\n",
James Smart0c9ab6f2010-02-26 14:15:57 -050015638 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
15639 return -EINVAL;
15640 }
15641 /* Set the eligible FCF record index bmask */
15642 set_bit(fcf_index, phba->fcf.fcf_rr_bmask);
15643
James Smart3804dc82010-07-14 15:31:37 -040015644 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015645 "2790 Set FCF (x%x) to roundrobin FCF failover "
James Smart3804dc82010-07-14 15:31:37 -040015646 "bmask\n", fcf_index);
15647
James Smart0c9ab6f2010-02-26 14:15:57 -050015648 return 0;
15649}
15650
15651/**
James Smart3804dc82010-07-14 15:31:37 -040015652 * lpfc_sli4_fcf_rr_index_clear - Clear bmask from eligible fcf record index
James Smart0c9ab6f2010-02-26 14:15:57 -050015653 * @phba: pointer to lpfc hba data structure.
15654 *
15655 * This routine clears the FCF record index from the eligible bmask for
James Smarta93ff372010-10-22 11:06:08 -040015656 * roundrobin failover search. It checks to make sure that the index
James Smart0c9ab6f2010-02-26 14:15:57 -050015657 * does not go beyond the range of the driver allocated bmask dimension
15658 * before clearing the bit.
15659 **/
15660void
15661lpfc_sli4_fcf_rr_index_clear(struct lpfc_hba *phba, uint16_t fcf_index)
15662{
James Smart7d791df2011-07-22 18:37:52 -040015663 struct lpfc_fcf_pri *fcf_pri;
James Smart0c9ab6f2010-02-26 14:15:57 -050015664 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15665 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015666 "2762 FCF (x%x) reached driver's book "
15667 "keeping dimension:x%x\n",
James Smart0c9ab6f2010-02-26 14:15:57 -050015668 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
15669 return;
15670 }
15671 /* Clear the eligible FCF record index bmask */
James Smart7d791df2011-07-22 18:37:52 -040015672 spin_lock_irq(&phba->hbalock);
15673 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15674 if (fcf_pri->fcf_rec.fcf_index == fcf_index) {
15675 list_del_init(&fcf_pri->list);
15676 break;
15677 }
15678 }
15679 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015680 clear_bit(fcf_index, phba->fcf.fcf_rr_bmask);
James Smart3804dc82010-07-14 15:31:37 -040015681
15682 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015683 "2791 Clear FCF (x%x) from roundrobin failover "
James Smart3804dc82010-07-14 15:31:37 -040015684 "bmask\n", fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -050015685}
15686
15687/**
James Smartecfd03c2010-02-12 14:41:27 -050015688 * lpfc_mbx_cmpl_redisc_fcf_table - completion routine for rediscover FCF table
15689 * @phba: pointer to lpfc hba data structure.
15690 *
15691 * This routine is the completion routine for the rediscover FCF table mailbox
15692 * command. If the mailbox command returned failure, it will try to stop the
15693 * FCF rediscover wait timer.
15694 **/
15695void
15696lpfc_mbx_cmpl_redisc_fcf_table(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox)
15697{
15698 struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf;
15699 uint32_t shdr_status, shdr_add_status;
15700
15701 redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl;
15702
15703 shdr_status = bf_get(lpfc_mbox_hdr_status,
15704 &redisc_fcf->header.cfg_shdr.response);
15705 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status,
15706 &redisc_fcf->header.cfg_shdr.response);
15707 if (shdr_status || shdr_add_status) {
James Smart0c9ab6f2010-02-26 14:15:57 -050015708 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartecfd03c2010-02-12 14:41:27 -050015709 "2746 Requesting for FCF rediscovery failed "
15710 "status x%x add_status x%x\n",
15711 shdr_status, shdr_add_status);
James Smart0c9ab6f2010-02-26 14:15:57 -050015712 if (phba->fcf.fcf_flag & FCF_ACVL_DISC) {
James Smartfc2b9892010-02-26 14:15:29 -050015713 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015714 phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
James Smartfc2b9892010-02-26 14:15:29 -050015715 spin_unlock_irq(&phba->hbalock);
15716 /*
15717 * CVL event triggered FCF rediscover request failed,
15718 * last resort to re-try current registered FCF entry.
15719 */
15720 lpfc_retry_pport_discovery(phba);
15721 } else {
15722 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015723 phba->fcf.fcf_flag &= ~FCF_DEAD_DISC;
James Smartfc2b9892010-02-26 14:15:29 -050015724 spin_unlock_irq(&phba->hbalock);
15725 /*
15726 * DEAD FCF event triggered FCF rediscover request
15727 * failed, last resort to fail over as a link down
15728 * to FCF registration.
15729 */
15730 lpfc_sli4_fcf_dead_failthrough(phba);
15731 }
James Smart0c9ab6f2010-02-26 14:15:57 -050015732 } else {
15733 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015734 "2775 Start FCF rediscover quiescent timer\n");
James Smartecfd03c2010-02-12 14:41:27 -050015735 /*
15736 * Start FCF rediscovery wait timer for pending FCF
15737 * before rescan FCF record table.
15738 */
15739 lpfc_fcf_redisc_wait_start_timer(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -050015740 }
James Smartecfd03c2010-02-12 14:41:27 -050015741
15742 mempool_free(mbox, phba->mbox_mem_pool);
15743}
15744
15745/**
James Smart3804dc82010-07-14 15:31:37 -040015746 * lpfc_sli4_redisc_fcf_table - Request to rediscover entire FCF table by port.
James Smartecfd03c2010-02-12 14:41:27 -050015747 * @phba: pointer to lpfc hba data structure.
15748 *
15749 * This routine is invoked to request for rediscovery of the entire FCF table
15750 * by the port.
15751 **/
15752int
15753lpfc_sli4_redisc_fcf_table(struct lpfc_hba *phba)
15754{
15755 LPFC_MBOXQ_t *mbox;
15756 struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf;
15757 int rc, length;
15758
James Smart0c9ab6f2010-02-26 14:15:57 -050015759 /* Cancel retry delay timers to all vports before FCF rediscover */
15760 lpfc_cancel_all_vport_retry_delay_timer(phba);
15761
James Smartecfd03c2010-02-12 14:41:27 -050015762 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15763 if (!mbox) {
15764 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15765 "2745 Failed to allocate mbox for "
15766 "requesting FCF rediscover.\n");
15767 return -ENOMEM;
15768 }
15769
15770 length = (sizeof(struct lpfc_mbx_redisc_fcf_tbl) -
15771 sizeof(struct lpfc_sli4_cfg_mhdr));
15772 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
15773 LPFC_MBOX_OPCODE_FCOE_REDISCOVER_FCF,
15774 length, LPFC_SLI4_MBX_EMBED);
15775
15776 redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl;
15777 /* Set count to 0 for invalidating the entire FCF database */
15778 bf_set(lpfc_mbx_redisc_fcf_count, redisc_fcf, 0);
15779
15780 /* Issue the mailbox command asynchronously */
15781 mbox->vport = phba->pport;
15782 mbox->mbox_cmpl = lpfc_mbx_cmpl_redisc_fcf_table;
15783 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
15784
15785 if (rc == MBX_NOT_FINISHED) {
15786 mempool_free(mbox, phba->mbox_mem_pool);
15787 return -EIO;
15788 }
15789 return 0;
15790}
15791
15792/**
James Smartfc2b9892010-02-26 14:15:29 -050015793 * lpfc_sli4_fcf_dead_failthrough - Failthrough routine to fcf dead event
15794 * @phba: pointer to lpfc hba data structure.
15795 *
15796 * This function is the failover routine as a last resort to the FCF DEAD
15797 * event when driver failed to perform fast FCF failover.
15798 **/
15799void
15800lpfc_sli4_fcf_dead_failthrough(struct lpfc_hba *phba)
15801{
15802 uint32_t link_state;
15803
15804 /*
15805 * Last resort as FCF DEAD event failover will treat this as
15806 * a link down, but save the link state because we don't want
15807 * it to be changed to Link Down unless it is already down.
15808 */
15809 link_state = phba->link_state;
15810 lpfc_linkdown(phba);
15811 phba->link_state = link_state;
15812
15813 /* Unregister FCF if no devices connected to it */
15814 lpfc_unregister_unused_fcf(phba);
15815}
15816
15817/**
James Smart026abb82011-12-13 13:20:45 -050015818 * lpfc_sli_get_config_region23 - Get sli3 port region 23 data.
James Smarta0c87cb2009-07-19 10:01:10 -040015819 * @phba: pointer to lpfc hba data structure.
James Smart026abb82011-12-13 13:20:45 -050015820 * @rgn23_data: pointer to configure region 23 data.
James Smarta0c87cb2009-07-19 10:01:10 -040015821 *
James Smart026abb82011-12-13 13:20:45 -050015822 * This function gets SLI3 port configure region 23 data through memory dump
15823 * mailbox command. When it successfully retrieves data, the size of the data
15824 * will be returned, otherwise, 0 will be returned.
James Smarta0c87cb2009-07-19 10:01:10 -040015825 **/
James Smart026abb82011-12-13 13:20:45 -050015826static uint32_t
15827lpfc_sli_get_config_region23(struct lpfc_hba *phba, char *rgn23_data)
James Smarta0c87cb2009-07-19 10:01:10 -040015828{
15829 LPFC_MBOXQ_t *pmb = NULL;
15830 MAILBOX_t *mb;
James Smart026abb82011-12-13 13:20:45 -050015831 uint32_t offset = 0;
James Smarta0c87cb2009-07-19 10:01:10 -040015832 int rc;
15833
James Smart026abb82011-12-13 13:20:45 -050015834 if (!rgn23_data)
15835 return 0;
15836
James Smarta0c87cb2009-07-19 10:01:10 -040015837 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15838 if (!pmb) {
15839 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart026abb82011-12-13 13:20:45 -050015840 "2600 failed to allocate mailbox memory\n");
15841 return 0;
James Smarta0c87cb2009-07-19 10:01:10 -040015842 }
15843 mb = &pmb->u.mb;
15844
James Smarta0c87cb2009-07-19 10:01:10 -040015845 do {
15846 lpfc_dump_mem(phba, pmb, offset, DMP_REGION_23);
15847 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
15848
15849 if (rc != MBX_SUCCESS) {
15850 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smart026abb82011-12-13 13:20:45 -050015851 "2601 failed to read config "
15852 "region 23, rc 0x%x Status 0x%x\n",
15853 rc, mb->mbxStatus);
James Smarta0c87cb2009-07-19 10:01:10 -040015854 mb->un.varDmp.word_cnt = 0;
15855 }
15856 /*
15857 * dump mem may return a zero when finished or we got a
15858 * mailbox error, either way we are done.
15859 */
15860 if (mb->un.varDmp.word_cnt == 0)
15861 break;
15862 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset)
15863 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset;
15864
15865 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
James Smart026abb82011-12-13 13:20:45 -050015866 rgn23_data + offset,
15867 mb->un.varDmp.word_cnt);
James Smarta0c87cb2009-07-19 10:01:10 -040015868 offset += mb->un.varDmp.word_cnt;
15869 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE);
15870
James Smart026abb82011-12-13 13:20:45 -050015871 mempool_free(pmb, phba->mbox_mem_pool);
15872 return offset;
15873}
15874
15875/**
15876 * lpfc_sli4_get_config_region23 - Get sli4 port region 23 data.
15877 * @phba: pointer to lpfc hba data structure.
15878 * @rgn23_data: pointer to configure region 23 data.
15879 *
15880 * This function gets SLI4 port configure region 23 data through memory dump
15881 * mailbox command. When it successfully retrieves data, the size of the data
15882 * will be returned, otherwise, 0 will be returned.
15883 **/
15884static uint32_t
15885lpfc_sli4_get_config_region23(struct lpfc_hba *phba, char *rgn23_data)
15886{
15887 LPFC_MBOXQ_t *mboxq = NULL;
15888 struct lpfc_dmabuf *mp = NULL;
15889 struct lpfc_mqe *mqe;
15890 uint32_t data_length = 0;
15891 int rc;
15892
15893 if (!rgn23_data)
15894 return 0;
15895
15896 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15897 if (!mboxq) {
15898 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15899 "3105 failed to allocate mailbox memory\n");
15900 return 0;
15901 }
15902
15903 if (lpfc_sli4_dump_cfg_rg23(phba, mboxq))
15904 goto out;
15905 mqe = &mboxq->u.mqe;
15906 mp = (struct lpfc_dmabuf *) mboxq->context1;
15907 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
15908 if (rc)
15909 goto out;
15910 data_length = mqe->un.mb_words[5];
15911 if (data_length == 0)
15912 goto out;
15913 if (data_length > DMP_RGN23_SIZE) {
15914 data_length = 0;
15915 goto out;
15916 }
15917 lpfc_sli_pcimem_bcopy((char *)mp->virt, rgn23_data, data_length);
15918out:
15919 mempool_free(mboxq, phba->mbox_mem_pool);
15920 if (mp) {
15921 lpfc_mbuf_free(phba, mp->virt, mp->phys);
15922 kfree(mp);
15923 }
15924 return data_length;
15925}
15926
15927/**
15928 * lpfc_sli_read_link_ste - Read region 23 to decide if link is disabled.
15929 * @phba: pointer to lpfc hba data structure.
15930 *
15931 * This function read region 23 and parse TLV for port status to
15932 * decide if the user disaled the port. If the TLV indicates the
15933 * port is disabled, the hba_flag is set accordingly.
15934 **/
15935void
15936lpfc_sli_read_link_ste(struct lpfc_hba *phba)
15937{
15938 uint8_t *rgn23_data = NULL;
15939 uint32_t if_type, data_size, sub_tlv_len, tlv_offset;
15940 uint32_t offset = 0;
15941
15942 /* Get adapter Region 23 data */
15943 rgn23_data = kzalloc(DMP_RGN23_SIZE, GFP_KERNEL);
15944 if (!rgn23_data)
15945 goto out;
15946
15947 if (phba->sli_rev < LPFC_SLI_REV4)
15948 data_size = lpfc_sli_get_config_region23(phba, rgn23_data);
15949 else {
15950 if_type = bf_get(lpfc_sli_intf_if_type,
15951 &phba->sli4_hba.sli_intf);
15952 if (if_type == LPFC_SLI_INTF_IF_TYPE_0)
15953 goto out;
15954 data_size = lpfc_sli4_get_config_region23(phba, rgn23_data);
15955 }
James Smarta0c87cb2009-07-19 10:01:10 -040015956
15957 if (!data_size)
15958 goto out;
15959
15960 /* Check the region signature first */
15961 if (memcmp(&rgn23_data[offset], LPFC_REGION23_SIGNATURE, 4)) {
15962 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15963 "2619 Config region 23 has bad signature\n");
15964 goto out;
15965 }
15966 offset += 4;
15967
15968 /* Check the data structure version */
15969 if (rgn23_data[offset] != LPFC_REGION23_VERSION) {
15970 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15971 "2620 Config region 23 has bad version\n");
15972 goto out;
15973 }
15974 offset += 4;
15975
15976 /* Parse TLV entries in the region */
15977 while (offset < data_size) {
15978 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC)
15979 break;
15980 /*
15981 * If the TLV is not driver specific TLV or driver id is
15982 * not linux driver id, skip the record.
15983 */
15984 if ((rgn23_data[offset] != DRIVER_SPECIFIC_TYPE) ||
15985 (rgn23_data[offset + 2] != LINUX_DRIVER_ID) ||
15986 (rgn23_data[offset + 3] != 0)) {
15987 offset += rgn23_data[offset + 1] * 4 + 4;
15988 continue;
15989 }
15990
15991 /* Driver found a driver specific TLV in the config region */
15992 sub_tlv_len = rgn23_data[offset + 1] * 4;
15993 offset += 4;
15994 tlv_offset = 0;
15995
15996 /*
15997 * Search for configured port state sub-TLV.
15998 */
15999 while ((offset < data_size) &&
16000 (tlv_offset < sub_tlv_len)) {
16001 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC) {
16002 offset += 4;
16003 tlv_offset += 4;
16004 break;
16005 }
16006 if (rgn23_data[offset] != PORT_STE_TYPE) {
16007 offset += rgn23_data[offset + 1] * 4 + 4;
16008 tlv_offset += rgn23_data[offset + 1] * 4 + 4;
16009 continue;
16010 }
16011
16012 /* This HBA contains PORT_STE configured */
16013 if (!rgn23_data[offset + 2])
16014 phba->hba_flag |= LINK_DISABLED;
16015
16016 goto out;
16017 }
16018 }
James Smart026abb82011-12-13 13:20:45 -050016019
James Smarta0c87cb2009-07-19 10:01:10 -040016020out:
James Smarta0c87cb2009-07-19 10:01:10 -040016021 kfree(rgn23_data);
16022 return;
16023}
James Smart695a8142010-01-26 23:08:03 -050016024
16025/**
James Smart52d52442011-05-24 11:42:45 -040016026 * lpfc_wr_object - write an object to the firmware
16027 * @phba: HBA structure that indicates port to create a queue on.
16028 * @dmabuf_list: list of dmabufs to write to the port.
16029 * @size: the total byte value of the objects to write to the port.
16030 * @offset: the current offset to be used to start the transfer.
16031 *
16032 * This routine will create a wr_object mailbox command to send to the port.
16033 * the mailbox command will be constructed using the dma buffers described in
16034 * @dmabuf_list to create a list of BDEs. This routine will fill in as many
16035 * BDEs that the imbedded mailbox can support. The @offset variable will be
16036 * used to indicate the starting offset of the transfer and will also return
16037 * the offset after the write object mailbox has completed. @size is used to
16038 * determine the end of the object and whether the eof bit should be set.
16039 *
16040 * Return 0 is successful and offset will contain the the new offset to use
16041 * for the next write.
16042 * Return negative value for error cases.
16043 **/
16044int
16045lpfc_wr_object(struct lpfc_hba *phba, struct list_head *dmabuf_list,
16046 uint32_t size, uint32_t *offset)
16047{
16048 struct lpfc_mbx_wr_object *wr_object;
16049 LPFC_MBOXQ_t *mbox;
16050 int rc = 0, i = 0;
16051 uint32_t shdr_status, shdr_add_status;
16052 uint32_t mbox_tmo;
16053 union lpfc_sli4_cfg_shdr *shdr;
16054 struct lpfc_dmabuf *dmabuf;
16055 uint32_t written = 0;
16056
16057 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
16058 if (!mbox)
16059 return -ENOMEM;
16060
16061 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
16062 LPFC_MBOX_OPCODE_WRITE_OBJECT,
16063 sizeof(struct lpfc_mbx_wr_object) -
16064 sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED);
16065
16066 wr_object = (struct lpfc_mbx_wr_object *)&mbox->u.mqe.un.wr_object;
16067 wr_object->u.request.write_offset = *offset;
16068 sprintf((uint8_t *)wr_object->u.request.object_name, "/");
16069 wr_object->u.request.object_name[0] =
16070 cpu_to_le32(wr_object->u.request.object_name[0]);
16071 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0);
16072 list_for_each_entry(dmabuf, dmabuf_list, list) {
16073 if (i >= LPFC_MBX_WR_CONFIG_MAX_BDE || written >= size)
16074 break;
16075 wr_object->u.request.bde[i].addrLow = putPaddrLow(dmabuf->phys);
16076 wr_object->u.request.bde[i].addrHigh =
16077 putPaddrHigh(dmabuf->phys);
16078 if (written + SLI4_PAGE_SIZE >= size) {
16079 wr_object->u.request.bde[i].tus.f.bdeSize =
16080 (size - written);
16081 written += (size - written);
16082 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 1);
16083 } else {
16084 wr_object->u.request.bde[i].tus.f.bdeSize =
16085 SLI4_PAGE_SIZE;
16086 written += SLI4_PAGE_SIZE;
16087 }
16088 i++;
16089 }
16090 wr_object->u.request.bde_count = i;
16091 bf_set(lpfc_wr_object_write_length, &wr_object->u.request, written);
16092 if (!phba->sli4_hba.intr_enable)
16093 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
16094 else {
James Smarta183a152011-10-10 21:32:43 -040016095 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart52d52442011-05-24 11:42:45 -040016096 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
16097 }
16098 /* The IOCTL status is embedded in the mailbox subheader. */
16099 shdr = (union lpfc_sli4_cfg_shdr *) &wr_object->header.cfg_shdr;
16100 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16101 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16102 if (rc != MBX_TIMEOUT)
16103 mempool_free(mbox, phba->mbox_mem_pool);
16104 if (shdr_status || shdr_add_status || rc) {
16105 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16106 "3025 Write Object mailbox failed with "
16107 "status x%x add_status x%x, mbx status x%x\n",
16108 shdr_status, shdr_add_status, rc);
16109 rc = -ENXIO;
16110 } else
16111 *offset += wr_object->u.response.actual_write_length;
16112 return rc;
16113}
16114
16115/**
James Smart695a8142010-01-26 23:08:03 -050016116 * lpfc_cleanup_pending_mbox - Free up vport discovery mailbox commands.
16117 * @vport: pointer to vport data structure.
16118 *
16119 * This function iterate through the mailboxq and clean up all REG_LOGIN
16120 * and REG_VPI mailbox commands associated with the vport. This function
16121 * is called when driver want to restart discovery of the vport due to
16122 * a Clear Virtual Link event.
16123 **/
16124void
16125lpfc_cleanup_pending_mbox(struct lpfc_vport *vport)
16126{
16127 struct lpfc_hba *phba = vport->phba;
16128 LPFC_MBOXQ_t *mb, *nextmb;
16129 struct lpfc_dmabuf *mp;
James Smart78730cf2010-04-06 15:06:30 -040016130 struct lpfc_nodelist *ndlp;
James Smartd439d282010-09-29 11:18:45 -040016131 struct lpfc_nodelist *act_mbx_ndlp = NULL;
James Smart589a52d2010-07-14 15:30:54 -040016132 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartd439d282010-09-29 11:18:45 -040016133 LIST_HEAD(mbox_cmd_list);
James Smart63e801c2010-11-20 23:14:19 -050016134 uint8_t restart_loop;
James Smart695a8142010-01-26 23:08:03 -050016135
James Smartd439d282010-09-29 11:18:45 -040016136 /* Clean up internally queued mailbox commands with the vport */
James Smart695a8142010-01-26 23:08:03 -050016137 spin_lock_irq(&phba->hbalock);
16138 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
16139 if (mb->vport != vport)
16140 continue;
16141
16142 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) &&
16143 (mb->u.mb.mbxCommand != MBX_REG_VPI))
16144 continue;
16145
James Smartd439d282010-09-29 11:18:45 -040016146 list_del(&mb->list);
16147 list_add_tail(&mb->list, &mbox_cmd_list);
16148 }
16149 /* Clean up active mailbox command with the vport */
16150 mb = phba->sli.mbox_active;
16151 if (mb && (mb->vport == vport)) {
16152 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) ||
16153 (mb->u.mb.mbxCommand == MBX_REG_VPI))
16154 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16155 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
16156 act_mbx_ndlp = (struct lpfc_nodelist *)mb->context2;
16157 /* Put reference count for delayed processing */
16158 act_mbx_ndlp = lpfc_nlp_get(act_mbx_ndlp);
16159 /* Unregister the RPI when mailbox complete */
16160 mb->mbox_flag |= LPFC_MBX_IMED_UNREG;
16161 }
16162 }
James Smart63e801c2010-11-20 23:14:19 -050016163 /* Cleanup any mailbox completions which are not yet processed */
16164 do {
16165 restart_loop = 0;
16166 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
16167 /*
16168 * If this mailox is already processed or it is
16169 * for another vport ignore it.
16170 */
16171 if ((mb->vport != vport) ||
16172 (mb->mbox_flag & LPFC_MBX_IMED_UNREG))
16173 continue;
16174
16175 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) &&
16176 (mb->u.mb.mbxCommand != MBX_REG_VPI))
16177 continue;
16178
16179 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16180 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
16181 ndlp = (struct lpfc_nodelist *)mb->context2;
16182 /* Unregister the RPI when mailbox complete */
16183 mb->mbox_flag |= LPFC_MBX_IMED_UNREG;
16184 restart_loop = 1;
16185 spin_unlock_irq(&phba->hbalock);
16186 spin_lock(shost->host_lock);
16187 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
16188 spin_unlock(shost->host_lock);
16189 spin_lock_irq(&phba->hbalock);
16190 break;
16191 }
16192 }
16193 } while (restart_loop);
16194
James Smartd439d282010-09-29 11:18:45 -040016195 spin_unlock_irq(&phba->hbalock);
16196
16197 /* Release the cleaned-up mailbox commands */
16198 while (!list_empty(&mbox_cmd_list)) {
16199 list_remove_head(&mbox_cmd_list, mb, LPFC_MBOXQ_t, list);
James Smart695a8142010-01-26 23:08:03 -050016200 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
16201 mp = (struct lpfc_dmabuf *) (mb->context1);
16202 if (mp) {
16203 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
16204 kfree(mp);
16205 }
James Smart78730cf2010-04-06 15:06:30 -040016206 ndlp = (struct lpfc_nodelist *) mb->context2;
James Smartd439d282010-09-29 11:18:45 -040016207 mb->context2 = NULL;
James Smart78730cf2010-04-06 15:06:30 -040016208 if (ndlp) {
Dan Carpenterec21b3b2010-08-08 00:15:17 +020016209 spin_lock(shost->host_lock);
James Smart589a52d2010-07-14 15:30:54 -040016210 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
Dan Carpenterec21b3b2010-08-08 00:15:17 +020016211 spin_unlock(shost->host_lock);
James Smart78730cf2010-04-06 15:06:30 -040016212 lpfc_nlp_put(ndlp);
James Smart78730cf2010-04-06 15:06:30 -040016213 }
James Smart695a8142010-01-26 23:08:03 -050016214 }
James Smart695a8142010-01-26 23:08:03 -050016215 mempool_free(mb, phba->mbox_mem_pool);
16216 }
James Smartd439d282010-09-29 11:18:45 -040016217
16218 /* Release the ndlp with the cleaned-up active mailbox command */
16219 if (act_mbx_ndlp) {
16220 spin_lock(shost->host_lock);
16221 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
16222 spin_unlock(shost->host_lock);
16223 lpfc_nlp_put(act_mbx_ndlp);
James Smart695a8142010-01-26 23:08:03 -050016224 }
James Smart695a8142010-01-26 23:08:03 -050016225}
16226
James Smart2a9bf3d2010-06-07 15:24:45 -040016227/**
16228 * lpfc_drain_txq - Drain the txq
16229 * @phba: Pointer to HBA context object.
16230 *
16231 * This function attempt to submit IOCBs on the txq
16232 * to the adapter. For SLI4 adapters, the txq contains
16233 * ELS IOCBs that have been deferred because the there
16234 * are no SGLs. This congestion can occur with large
16235 * vport counts during node discovery.
16236 **/
16237
16238uint32_t
16239lpfc_drain_txq(struct lpfc_hba *phba)
16240{
16241 LIST_HEAD(completions);
16242 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
16243 struct lpfc_iocbq *piocbq = 0;
16244 unsigned long iflags = 0;
16245 char *fail_msg = NULL;
16246 struct lpfc_sglq *sglq;
16247 union lpfc_wqe wqe;
16248
16249 spin_lock_irqsave(&phba->hbalock, iflags);
16250 if (pring->txq_cnt > pring->txq_max)
16251 pring->txq_max = pring->txq_cnt;
16252
16253 spin_unlock_irqrestore(&phba->hbalock, iflags);
16254
16255 while (pring->txq_cnt) {
16256 spin_lock_irqsave(&phba->hbalock, iflags);
16257
James Smart19ca7602010-11-20 23:11:55 -050016258 piocbq = lpfc_sli_ringtx_get(phba, pring);
James Smarta6298522012-06-12 13:54:11 -040016259 if (!piocbq) {
16260 spin_unlock_irqrestore(&phba->hbalock, iflags);
16261 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
16262 "2823 txq empty and txq_cnt is %d\n ",
16263 pring->txq_cnt);
16264 break;
16265 }
James Smart19ca7602010-11-20 23:11:55 -050016266 sglq = __lpfc_sli_get_sglq(phba, piocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -040016267 if (!sglq) {
James Smart19ca7602010-11-20 23:11:55 -050016268 __lpfc_sli_ringtx_put(phba, pring, piocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -040016269 spin_unlock_irqrestore(&phba->hbalock, iflags);
16270 break;
James Smart2a9bf3d2010-06-07 15:24:45 -040016271 }
16272
16273 /* The xri and iocb resources secured,
16274 * attempt to issue request
16275 */
James Smart6d368e52011-05-24 11:44:12 -040016276 piocbq->sli4_lxritag = sglq->sli4_lxritag;
James Smart2a9bf3d2010-06-07 15:24:45 -040016277 piocbq->sli4_xritag = sglq->sli4_xritag;
16278 if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocbq, sglq))
16279 fail_msg = "to convert bpl to sgl";
16280 else if (lpfc_sli4_iocb2wqe(phba, piocbq, &wqe))
16281 fail_msg = "to convert iocb to wqe";
16282 else if (lpfc_sli4_wq_put(phba->sli4_hba.els_wq, &wqe))
16283 fail_msg = " - Wq is full";
16284 else
16285 lpfc_sli_ringtxcmpl_put(phba, pring, piocbq);
16286
16287 if (fail_msg) {
16288 /* Failed means we can't issue and need to cancel */
16289 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
16290 "2822 IOCB failed %s iotag 0x%x "
16291 "xri 0x%x\n",
16292 fail_msg,
16293 piocbq->iotag, piocbq->sli4_xritag);
16294 list_add_tail(&piocbq->list, &completions);
16295 }
16296 spin_unlock_irqrestore(&phba->hbalock, iflags);
16297 }
16298
James Smart2a9bf3d2010-06-07 15:24:45 -040016299 /* Cancel all the IOCBs that cannot be issued */
16300 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
16301 IOERR_SLI_ABORTED);
16302
16303 return pring->txq_cnt;
16304}