blob: 96fe1ef2468959083e6489840b399df4beca1497 [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 }
James Smarte5771b42013-03-01 16:37:14 -0500876 if (phba->cfg_enable_rrq == 1)
877 rrq->send_rrq = send_rrq;
878 else
879 rrq->send_rrq = 0;
James Smartb42c07c2012-01-18 16:25:55 -0500880 rrq->xritag = xritag;
881 rrq->rrq_stop_time = jiffies + HZ * (phba->fc_ratov + 1);
882 rrq->ndlp = ndlp;
883 rrq->nlp_DID = ndlp->nlp_DID;
884 rrq->vport = ndlp->vport;
885 rrq->rxid = rxid;
James Smartb42c07c2012-01-18 16:25:55 -0500886 spin_lock_irqsave(&phba->hbalock, iflags);
887 empty = list_empty(&phba->active_rrq_list);
888 list_add_tail(&rrq->list, &phba->active_rrq_list);
889 phba->hba_flag |= HBA_RRQ_ACTIVE;
890 if (empty)
891 lpfc_worker_wake_up(phba);
892 spin_unlock_irqrestore(&phba->hbalock, iflags);
893 return 0;
894out:
895 spin_unlock_irqrestore(&phba->hbalock, iflags);
896 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
897 "2921 Can't set rrq active xri:0x%x rxid:0x%x"
898 " DID:0x%x Send:%d\n",
899 xritag, rxid, ndlp->nlp_DID, send_rrq);
900 return -EINVAL;
James Smart19ca7602010-11-20 23:11:55 -0500901}
902
903/**
James Smartda0436e2009-05-22 14:51:39 -0400904 * __lpfc_sli_get_sglq - Allocates an iocb object from sgl pool
905 * @phba: Pointer to HBA context object.
James Smart19ca7602010-11-20 23:11:55 -0500906 * @piocb: Pointer to the iocbq.
James Smartda0436e2009-05-22 14:51:39 -0400907 *
908 * This function is called with hbalock held. This function
James Smart6d368e52011-05-24 11:44:12 -0400909 * gets a new driver sglq object from the sglq list. If the
James Smartda0436e2009-05-22 14:51:39 -0400910 * list is not empty then it is successful, it returns pointer to the newly
911 * allocated sglq object else it returns NULL.
912 **/
913static struct lpfc_sglq *
James Smart19ca7602010-11-20 23:11:55 -0500914__lpfc_sli_get_sglq(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq)
James Smartda0436e2009-05-22 14:51:39 -0400915{
916 struct list_head *lpfc_sgl_list = &phba->sli4_hba.lpfc_sgl_list;
917 struct lpfc_sglq *sglq = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500918 struct lpfc_sglq *start_sglq = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500919 struct lpfc_scsi_buf *lpfc_cmd;
920 struct lpfc_nodelist *ndlp;
921 int found = 0;
922
923 if (piocbq->iocb_flag & LPFC_IO_FCP) {
924 lpfc_cmd = (struct lpfc_scsi_buf *) piocbq->context1;
925 ndlp = lpfc_cmd->rdata->pnode;
James Smartbe858b62010-12-15 17:57:20 -0500926 } else if ((piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) &&
927 !(piocbq->iocb_flag & LPFC_IO_LIBDFC))
James Smart19ca7602010-11-20 23:11:55 -0500928 ndlp = piocbq->context_un.ndlp;
James Smart93d1379e2012-05-09 21:19:34 -0400929 else if ((piocbq->iocb.ulpCommand == CMD_ELS_REQUEST64_CR) &&
930 (piocbq->iocb_flag & LPFC_IO_LIBDFC))
931 ndlp = piocbq->context_un.ndlp;
James Smart19ca7602010-11-20 23:11:55 -0500932 else
933 ndlp = piocbq->context1;
934
James Smartda0436e2009-05-22 14:51:39 -0400935 list_remove_head(lpfc_sgl_list, sglq, struct lpfc_sglq, list);
James Smart19ca7602010-11-20 23:11:55 -0500936 start_sglq = sglq;
937 while (!found) {
938 if (!sglq)
939 return NULL;
James Smartee0f4fe2012-05-09 21:19:14 -0400940 if (lpfc_test_rrq_active(phba, ndlp, sglq->sli4_lxritag)) {
James Smart19ca7602010-11-20 23:11:55 -0500941 /* This xri has an rrq outstanding for this DID.
942 * put it back in the list and get another xri.
943 */
944 list_add_tail(&sglq->list, lpfc_sgl_list);
945 sglq = NULL;
946 list_remove_head(lpfc_sgl_list, sglq,
947 struct lpfc_sglq, list);
948 if (sglq == start_sglq) {
949 sglq = NULL;
950 break;
951 } else
952 continue;
953 }
954 sglq->ndlp = ndlp;
955 found = 1;
James Smart6d368e52011-05-24 11:44:12 -0400956 phba->sli4_hba.lpfc_sglq_active_list[sglq->sli4_lxritag] = sglq;
James Smart19ca7602010-11-20 23:11:55 -0500957 sglq->state = SGL_ALLOCATED;
958 }
James Smartda0436e2009-05-22 14:51:39 -0400959 return sglq;
960}
961
962/**
James Smart3621a712009-04-06 18:47:14 -0400963 * lpfc_sli_get_iocbq - Allocates an iocb object from iocb pool
James Smarte59058c2008-08-24 21:49:00 -0400964 * @phba: Pointer to HBA context object.
965 *
966 * This function is called with no lock held. This function
967 * allocates a new driver iocb object from the iocb pool. If the
968 * allocation is successful, it returns pointer to the newly
969 * allocated iocb object else it returns NULL.
970 **/
James Smart2e0fef82007-06-17 19:56:36 -0500971struct lpfc_iocbq *
972lpfc_sli_get_iocbq(struct lpfc_hba *phba)
James Bottomley604a3e32005-10-29 10:28:33 -0500973{
James Smart2e0fef82007-06-17 19:56:36 -0500974 struct lpfc_iocbq * iocbq = NULL;
975 unsigned long iflags;
976
977 spin_lock_irqsave(&phba->hbalock, iflags);
978 iocbq = __lpfc_sli_get_iocbq(phba);
979 spin_unlock_irqrestore(&phba->hbalock, iflags);
980 return iocbq;
981}
982
James Smarte59058c2008-08-24 21:49:00 -0400983/**
James Smart4f774512009-05-22 14:52:35 -0400984 * __lpfc_sli_release_iocbq_s4 - Release iocb to the iocb pool
985 * @phba: Pointer to HBA context object.
986 * @iocbq: Pointer to driver iocb object.
987 *
988 * This function is called with hbalock held to release driver
989 * iocb object to the iocb pool. The iotag in the iocb object
990 * does not change for each use of the iocb object. This function
991 * clears all other fields of the iocb object when it is freed.
992 * The sqlq structure that holds the xritag and phys and virtual
993 * mappings for the scatter gather list is retrieved from the
994 * active array of sglq. The get of the sglq pointer also clears
995 * the entry in the array. If the status of the IO indiactes that
996 * this IO was aborted then the sglq entry it put on the
997 * lpfc_abts_els_sgl_list until the CQ_ABORTED_XRI is received. If the
998 * IO has good status or fails for any other reason then the sglq
999 * entry is added to the free list (lpfc_sgl_list).
1000 **/
1001static void
1002__lpfc_sli_release_iocbq_s4(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1003{
1004 struct lpfc_sglq *sglq;
1005 size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
James Smart2a9bf3d2010-06-07 15:24:45 -04001006 unsigned long iflag = 0;
1007 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
James Smart4f774512009-05-22 14:52:35 -04001008
1009 if (iocbq->sli4_xritag == NO_XRI)
1010 sglq = NULL;
1011 else
James Smart6d368e52011-05-24 11:44:12 -04001012 sglq = __lpfc_clear_active_sglq(phba, iocbq->sli4_lxritag);
1013
James Smart0e9bb8d2013-03-01 16:35:12 -05001014 /*
1015 ** This should have been removed from the txcmplq before calling
1016 ** iocbq_release. The normal completion
1017 ** path should have already done the list_del_init.
1018 */
1019 if (unlikely(!list_empty(&iocbq->list))) {
1020 if (iocbq->iocb_flag & LPFC_IO_ON_TXCMPLQ)
1021 iocbq->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
1022 list_del_init(&iocbq->list);
1023 }
1024
1025
James Smart4f774512009-05-22 14:52:35 -04001026 if (sglq) {
James Smart0f65ff62010-02-26 14:14:23 -05001027 if ((iocbq->iocb_flag & LPFC_EXCHANGE_BUSY) &&
1028 (sglq->state != SGL_XRI_ABORTED)) {
James Smart4f774512009-05-22 14:52:35 -04001029 spin_lock_irqsave(&phba->sli4_hba.abts_sgl_list_lock,
1030 iflag);
1031 list_add(&sglq->list,
1032 &phba->sli4_hba.lpfc_abts_els_sgl_list);
1033 spin_unlock_irqrestore(
1034 &phba->sli4_hba.abts_sgl_list_lock, iflag);
James Smart0f65ff62010-02-26 14:14:23 -05001035 } else {
1036 sglq->state = SGL_FREED;
James Smart19ca7602010-11-20 23:11:55 -05001037 sglq->ndlp = NULL;
James Smartfedd3b72011-02-16 12:39:24 -05001038 list_add_tail(&sglq->list,
1039 &phba->sli4_hba.lpfc_sgl_list);
James Smart2a9bf3d2010-06-07 15:24:45 -04001040
1041 /* Check if TXQ queue needs to be serviced */
James Smart0e9bb8d2013-03-01 16:35:12 -05001042 if (!list_empty(&pring->txq))
James Smart2a9bf3d2010-06-07 15:24:45 -04001043 lpfc_worker_wake_up(phba);
James Smart0f65ff62010-02-26 14:14:23 -05001044 }
James Smart4f774512009-05-22 14:52:35 -04001045 }
1046
1047
1048 /*
1049 * Clean all volatile data fields, preserve iotag and node struct.
1050 */
1051 memset((char *)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean);
James Smart6d368e52011-05-24 11:44:12 -04001052 iocbq->sli4_lxritag = NO_XRI;
James Smart4f774512009-05-22 14:52:35 -04001053 iocbq->sli4_xritag = NO_XRI;
1054 list_add_tail(&iocbq->list, &phba->lpfc_iocb_list);
1055}
1056
James Smart2a9bf3d2010-06-07 15:24:45 -04001057
James Smart4f774512009-05-22 14:52:35 -04001058/**
James Smart3772a992009-05-22 14:50:54 -04001059 * __lpfc_sli_release_iocbq_s3 - Release iocb to the iocb pool
1060 * @phba: Pointer to HBA context object.
1061 * @iocbq: Pointer to driver iocb object.
1062 *
1063 * This function is called with hbalock held to release driver
1064 * iocb object to the iocb pool. The iotag in the iocb object
1065 * does not change for each use of the iocb object. This function
1066 * clears all other fields of the iocb object when it is freed.
1067 **/
1068static void
1069__lpfc_sli_release_iocbq_s3(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1070{
1071 size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
1072
1073 /*
James Smart0e9bb8d2013-03-01 16:35:12 -05001074 ** This should have been removed from the txcmplq before calling
1075 ** iocbq_release. The normal completion
1076 ** path should have already done the list_del_init.
1077 */
1078 if (unlikely(!list_empty(&iocbq->list)))
1079 list_del_init(&iocbq->list);
1080
1081 /*
James Smart3772a992009-05-22 14:50:54 -04001082 * Clean all volatile data fields, preserve iotag and node struct.
1083 */
1084 memset((char*)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean);
1085 iocbq->sli4_xritag = NO_XRI;
1086 list_add_tail(&iocbq->list, &phba->lpfc_iocb_list);
1087}
1088
1089/**
James Smart3621a712009-04-06 18:47:14 -04001090 * __lpfc_sli_release_iocbq - Release iocb to the iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001091 * @phba: Pointer to HBA context object.
1092 * @iocbq: Pointer to driver iocb object.
1093 *
1094 * This function is called with hbalock held to release driver
1095 * iocb object to the iocb pool. The iotag in the iocb object
1096 * does not change for each use of the iocb object. This function
1097 * clears all other fields of the iocb object when it is freed.
1098 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001099static void
James Smart2e0fef82007-06-17 19:56:36 -05001100__lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1101{
James Smart3772a992009-05-22 14:50:54 -04001102 phba->__lpfc_sli_release_iocbq(phba, iocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -04001103 phba->iocb_cnt--;
James Bottomley604a3e32005-10-29 10:28:33 -05001104}
1105
James Smarte59058c2008-08-24 21:49:00 -04001106/**
James Smart3621a712009-04-06 18:47:14 -04001107 * lpfc_sli_release_iocbq - Release iocb to the iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001108 * @phba: Pointer to HBA context object.
1109 * @iocbq: Pointer to driver iocb object.
1110 *
1111 * This function is called with no lock held to release the iocb to
1112 * iocb pool.
1113 **/
James Smart2e0fef82007-06-17 19:56:36 -05001114void
1115lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1116{
1117 unsigned long iflags;
1118
1119 /*
1120 * Clean all volatile data fields, preserve iotag and node struct.
1121 */
1122 spin_lock_irqsave(&phba->hbalock, iflags);
1123 __lpfc_sli_release_iocbq(phba, iocbq);
1124 spin_unlock_irqrestore(&phba->hbalock, iflags);
1125}
1126
James Smarte59058c2008-08-24 21:49:00 -04001127/**
James Smarta257bf92009-04-06 18:48:10 -04001128 * lpfc_sli_cancel_iocbs - Cancel all iocbs from a list.
1129 * @phba: Pointer to HBA context object.
1130 * @iocblist: List of IOCBs.
1131 * @ulpstatus: ULP status in IOCB command field.
1132 * @ulpWord4: ULP word-4 in IOCB command field.
1133 *
1134 * This function is called with a list of IOCBs to cancel. It cancels the IOCB
1135 * on the list by invoking the complete callback function associated with the
1136 * IOCB with the provided @ulpstatus and @ulpword4 set to the IOCB commond
1137 * fields.
1138 **/
1139void
1140lpfc_sli_cancel_iocbs(struct lpfc_hba *phba, struct list_head *iocblist,
1141 uint32_t ulpstatus, uint32_t ulpWord4)
1142{
1143 struct lpfc_iocbq *piocb;
1144
1145 while (!list_empty(iocblist)) {
1146 list_remove_head(iocblist, piocb, struct lpfc_iocbq, list);
James Smarta257bf92009-04-06 18:48:10 -04001147 if (!piocb->iocb_cmpl)
1148 lpfc_sli_release_iocbq(phba, piocb);
1149 else {
1150 piocb->iocb.ulpStatus = ulpstatus;
1151 piocb->iocb.un.ulpWord[4] = ulpWord4;
1152 (piocb->iocb_cmpl) (phba, piocb, piocb);
1153 }
1154 }
1155 return;
1156}
1157
1158/**
James Smart3621a712009-04-06 18:47:14 -04001159 * lpfc_sli_iocb_cmd_type - Get the iocb type
1160 * @iocb_cmnd: iocb command code.
James Smarte59058c2008-08-24 21:49:00 -04001161 *
1162 * This function is called by ring event handler function to get the iocb type.
1163 * This function translates the iocb command to an iocb command type used to
1164 * decide the final disposition of each completed IOCB.
1165 * The function returns
1166 * LPFC_UNKNOWN_IOCB if it is an unsupported iocb
1167 * LPFC_SOL_IOCB if it is a solicited iocb completion
1168 * LPFC_ABORT_IOCB if it is an abort iocb
1169 * LPFC_UNSOL_IOCB if it is an unsolicited iocb
1170 *
1171 * The caller is not required to hold any lock.
1172 **/
dea31012005-04-17 16:05:31 -05001173static lpfc_iocb_type
1174lpfc_sli_iocb_cmd_type(uint8_t iocb_cmnd)
1175{
1176 lpfc_iocb_type type = LPFC_UNKNOWN_IOCB;
1177
1178 if (iocb_cmnd > CMD_MAX_IOCB_CMD)
1179 return 0;
1180
1181 switch (iocb_cmnd) {
1182 case CMD_XMIT_SEQUENCE_CR:
1183 case CMD_XMIT_SEQUENCE_CX:
1184 case CMD_XMIT_BCAST_CN:
1185 case CMD_XMIT_BCAST_CX:
1186 case CMD_ELS_REQUEST_CR:
1187 case CMD_ELS_REQUEST_CX:
1188 case CMD_CREATE_XRI_CR:
1189 case CMD_CREATE_XRI_CX:
1190 case CMD_GET_RPI_CN:
1191 case CMD_XMIT_ELS_RSP_CX:
1192 case CMD_GET_RPI_CR:
1193 case CMD_FCP_IWRITE_CR:
1194 case CMD_FCP_IWRITE_CX:
1195 case CMD_FCP_IREAD_CR:
1196 case CMD_FCP_IREAD_CX:
1197 case CMD_FCP_ICMND_CR:
1198 case CMD_FCP_ICMND_CX:
James Smartf5603512006-12-02 13:35:43 -05001199 case CMD_FCP_TSEND_CX:
1200 case CMD_FCP_TRSP_CX:
1201 case CMD_FCP_TRECEIVE_CX:
1202 case CMD_FCP_AUTO_TRSP_CX:
dea31012005-04-17 16:05:31 -05001203 case CMD_ADAPTER_MSG:
1204 case CMD_ADAPTER_DUMP:
1205 case CMD_XMIT_SEQUENCE64_CR:
1206 case CMD_XMIT_SEQUENCE64_CX:
1207 case CMD_XMIT_BCAST64_CN:
1208 case CMD_XMIT_BCAST64_CX:
1209 case CMD_ELS_REQUEST64_CR:
1210 case CMD_ELS_REQUEST64_CX:
1211 case CMD_FCP_IWRITE64_CR:
1212 case CMD_FCP_IWRITE64_CX:
1213 case CMD_FCP_IREAD64_CR:
1214 case CMD_FCP_IREAD64_CX:
1215 case CMD_FCP_ICMND64_CR:
1216 case CMD_FCP_ICMND64_CX:
James Smartf5603512006-12-02 13:35:43 -05001217 case CMD_FCP_TSEND64_CX:
1218 case CMD_FCP_TRSP64_CX:
1219 case CMD_FCP_TRECEIVE64_CX:
dea31012005-04-17 16:05:31 -05001220 case CMD_GEN_REQUEST64_CR:
1221 case CMD_GEN_REQUEST64_CX:
1222 case CMD_XMIT_ELS_RSP64_CX:
James Smartda0436e2009-05-22 14:51:39 -04001223 case DSSCMD_IWRITE64_CR:
1224 case DSSCMD_IWRITE64_CX:
1225 case DSSCMD_IREAD64_CR:
1226 case DSSCMD_IREAD64_CX:
dea31012005-04-17 16:05:31 -05001227 type = LPFC_SOL_IOCB;
1228 break;
1229 case CMD_ABORT_XRI_CN:
1230 case CMD_ABORT_XRI_CX:
1231 case CMD_CLOSE_XRI_CN:
1232 case CMD_CLOSE_XRI_CX:
1233 case CMD_XRI_ABORTED_CX:
1234 case CMD_ABORT_MXRI64_CN:
James Smart6669f9b2009-10-02 15:16:45 -04001235 case CMD_XMIT_BLS_RSP64_CX:
dea31012005-04-17 16:05:31 -05001236 type = LPFC_ABORT_IOCB;
1237 break;
1238 case CMD_RCV_SEQUENCE_CX:
1239 case CMD_RCV_ELS_REQ_CX:
1240 case CMD_RCV_SEQUENCE64_CX:
1241 case CMD_RCV_ELS_REQ64_CX:
James Smart57127f12007-10-27 13:37:05 -04001242 case CMD_ASYNC_STATUS:
James Smarted957682007-06-17 19:56:37 -05001243 case CMD_IOCB_RCV_SEQ64_CX:
1244 case CMD_IOCB_RCV_ELS64_CX:
1245 case CMD_IOCB_RCV_CONT64_CX:
James Smart3163f722008-02-08 18:50:25 -05001246 case CMD_IOCB_RET_XRI64_CX:
dea31012005-04-17 16:05:31 -05001247 type = LPFC_UNSOL_IOCB;
1248 break;
James Smart3163f722008-02-08 18:50:25 -05001249 case CMD_IOCB_XMIT_MSEQ64_CR:
1250 case CMD_IOCB_XMIT_MSEQ64_CX:
1251 case CMD_IOCB_RCV_SEQ_LIST64_CX:
1252 case CMD_IOCB_RCV_ELS_LIST64_CX:
1253 case CMD_IOCB_CLOSE_EXTENDED_CN:
1254 case CMD_IOCB_ABORT_EXTENDED_CN:
1255 case CMD_IOCB_RET_HBQE64_CN:
1256 case CMD_IOCB_FCP_IBIDIR64_CR:
1257 case CMD_IOCB_FCP_IBIDIR64_CX:
1258 case CMD_IOCB_FCP_ITASKMGT64_CX:
1259 case CMD_IOCB_LOGENTRY_CN:
1260 case CMD_IOCB_LOGENTRY_ASYNC_CN:
1261 printk("%s - Unhandled SLI-3 Command x%x\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07001262 __func__, iocb_cmnd);
James Smart3163f722008-02-08 18:50:25 -05001263 type = LPFC_UNKNOWN_IOCB;
1264 break;
dea31012005-04-17 16:05:31 -05001265 default:
1266 type = LPFC_UNKNOWN_IOCB;
1267 break;
1268 }
1269
1270 return type;
1271}
1272
James Smarte59058c2008-08-24 21:49:00 -04001273/**
James Smart3621a712009-04-06 18:47:14 -04001274 * lpfc_sli_ring_map - Issue config_ring mbox for all rings
James Smarte59058c2008-08-24 21:49:00 -04001275 * @phba: Pointer to HBA context object.
1276 *
1277 * This function is called from SLI initialization code
1278 * to configure every ring of the HBA's SLI interface. The
1279 * caller is not required to hold any lock. This function issues
1280 * a config_ring mailbox command for each ring.
1281 * This function returns zero if successful else returns a negative
1282 * error code.
1283 **/
dea31012005-04-17 16:05:31 -05001284static int
James Smarted957682007-06-17 19:56:37 -05001285lpfc_sli_ring_map(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05001286{
1287 struct lpfc_sli *psli = &phba->sli;
James Smarted957682007-06-17 19:56:37 -05001288 LPFC_MBOXQ_t *pmb;
1289 MAILBOX_t *pmbox;
1290 int i, rc, ret = 0;
dea31012005-04-17 16:05:31 -05001291
James Smarted957682007-06-17 19:56:37 -05001292 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1293 if (!pmb)
1294 return -ENOMEM;
James Smart04c68492009-05-22 14:52:52 -04001295 pmbox = &pmb->u.mb;
James Smarted957682007-06-17 19:56:37 -05001296 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -05001297 for (i = 0; i < psli->num_rings; i++) {
dea31012005-04-17 16:05:31 -05001298 lpfc_config_ring(phba, i, pmb);
1299 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
1300 if (rc != MBX_SUCCESS) {
James Smart92d7f7b2007-06-17 19:56:38 -05001301 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04001302 "0446 Adapter failed to init (%d), "
dea31012005-04-17 16:05:31 -05001303 "mbxCmd x%x CFG_RING, mbxStatus x%x, "
1304 "ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04001305 rc, pmbox->mbxCommand,
1306 pmbox->mbxStatus, i);
James Smart2e0fef82007-06-17 19:56:36 -05001307 phba->link_state = LPFC_HBA_ERROR;
James Smarted957682007-06-17 19:56:37 -05001308 ret = -ENXIO;
1309 break;
dea31012005-04-17 16:05:31 -05001310 }
1311 }
James Smarted957682007-06-17 19:56:37 -05001312 mempool_free(pmb, phba->mbox_mem_pool);
1313 return ret;
dea31012005-04-17 16:05:31 -05001314}
1315
James Smarte59058c2008-08-24 21:49:00 -04001316/**
James Smart3621a712009-04-06 18:47:14 -04001317 * lpfc_sli_ringtxcmpl_put - Adds new iocb to the txcmplq
James Smarte59058c2008-08-24 21:49:00 -04001318 * @phba: Pointer to HBA context object.
1319 * @pring: Pointer to driver SLI ring object.
1320 * @piocb: Pointer to the driver iocb object.
1321 *
1322 * This function is called with hbalock held. The function adds the
1323 * new iocb to txcmplq of the given ring. This function always returns
1324 * 0. If this function is called for ELS ring, this function checks if
1325 * there is a vport associated with the ELS command. This function also
1326 * starts els_tmofunc timer if this is an ELS command.
1327 **/
dea31012005-04-17 16:05:31 -05001328static int
James Smart2e0fef82007-06-17 19:56:36 -05001329lpfc_sli_ringtxcmpl_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
1330 struct lpfc_iocbq *piocb)
dea31012005-04-17 16:05:31 -05001331{
dea31012005-04-17 16:05:31 -05001332 list_add_tail(&piocb->list, &pring->txcmplq);
James Smart4f2e66c2012-05-09 21:17:07 -04001333 piocb->iocb_flag |= LPFC_IO_ON_TXCMPLQ;
James Smart2a9bf3d2010-06-07 15:24:45 -04001334
James Smart92d7f7b2007-06-17 19:56:38 -05001335 if ((unlikely(pring->ringno == LPFC_ELS_RING)) &&
1336 (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) &&
1337 (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) {
1338 if (!piocb->vport)
1339 BUG();
1340 else
1341 mod_timer(&piocb->vport->els_tmofunc,
1342 jiffies + HZ * (phba->fc_ratov << 1));
1343 }
1344
dea31012005-04-17 16:05:31 -05001345
James Smart2e0fef82007-06-17 19:56:36 -05001346 return 0;
dea31012005-04-17 16:05:31 -05001347}
1348
James Smarte59058c2008-08-24 21:49:00 -04001349/**
James Smart3621a712009-04-06 18:47:14 -04001350 * lpfc_sli_ringtx_get - Get first element of the txq
James Smarte59058c2008-08-24 21:49:00 -04001351 * @phba: Pointer to HBA context object.
1352 * @pring: Pointer to driver SLI ring object.
1353 *
1354 * This function is called with hbalock held to get next
1355 * iocb in txq of the given ring. If there is any iocb in
1356 * the txq, the function returns first iocb in the list after
1357 * removing the iocb from the list, else it returns NULL.
1358 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04001359struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -05001360lpfc_sli_ringtx_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001361{
dea31012005-04-17 16:05:31 -05001362 struct lpfc_iocbq *cmd_iocb;
1363
James Smart858c9f62007-06-17 19:56:39 -05001364 list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list);
James Smart2e0fef82007-06-17 19:56:36 -05001365 return cmd_iocb;
dea31012005-04-17 16:05:31 -05001366}
1367
James Smarte59058c2008-08-24 21:49:00 -04001368/**
James Smart3621a712009-04-06 18:47:14 -04001369 * lpfc_sli_next_iocb_slot - Get next iocb slot in the ring
James Smarte59058c2008-08-24 21:49:00 -04001370 * @phba: Pointer to HBA context object.
1371 * @pring: Pointer to driver SLI ring object.
1372 *
1373 * This function is called with hbalock held and the caller must post the
1374 * iocb without releasing the lock. If the caller releases the lock,
1375 * iocb slot returned by the function is not guaranteed to be available.
1376 * The function returns pointer to the next available iocb slot if there
1377 * is available slot in the ring, else it returns NULL.
1378 * If the get index of the ring is ahead of the put index, the function
1379 * will post an error attention event to the worker thread to take the
1380 * HBA to offline state.
1381 **/
dea31012005-04-17 16:05:31 -05001382static IOCB_t *
1383lpfc_sli_next_iocb_slot (struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
1384{
James Smart34b02dc2008-08-24 21:49:55 -04001385 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
James Smart7e56aa22012-08-03 12:35:34 -04001386 uint32_t max_cmd_idx = pring->sli.sli3.numCiocb;
1387 if ((pring->sli.sli3.next_cmdidx == pring->sli.sli3.cmdidx) &&
1388 (++pring->sli.sli3.next_cmdidx >= max_cmd_idx))
1389 pring->sli.sli3.next_cmdidx = 0;
dea31012005-04-17 16:05:31 -05001390
James Smart7e56aa22012-08-03 12:35:34 -04001391 if (unlikely(pring->sli.sli3.local_getidx ==
1392 pring->sli.sli3.next_cmdidx)) {
dea31012005-04-17 16:05:31 -05001393
James Smart7e56aa22012-08-03 12:35:34 -04001394 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05001395
James Smart7e56aa22012-08-03 12:35:34 -04001396 if (unlikely(pring->sli.sli3.local_getidx >= max_cmd_idx)) {
dea31012005-04-17 16:05:31 -05001397 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04001398 "0315 Ring %d issue: portCmdGet %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02001399 "is bigger than cmd ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04001400 pring->ringno,
James Smart7e56aa22012-08-03 12:35:34 -04001401 pring->sli.sli3.local_getidx,
1402 max_cmd_idx);
dea31012005-04-17 16:05:31 -05001403
James Smart2e0fef82007-06-17 19:56:36 -05001404 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001405 /*
1406 * All error attention handlers are posted to
1407 * worker thread
1408 */
1409 phba->work_ha |= HA_ERATT;
1410 phba->work_hs = HS_FFER3;
James Smart92d7f7b2007-06-17 19:56:38 -05001411
James Smart5e9d9b82008-06-14 22:52:53 -04001412 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05001413
1414 return NULL;
1415 }
1416
James Smart7e56aa22012-08-03 12:35:34 -04001417 if (pring->sli.sli3.local_getidx == pring->sli.sli3.next_cmdidx)
dea31012005-04-17 16:05:31 -05001418 return NULL;
1419 }
1420
James Smarted957682007-06-17 19:56:37 -05001421 return lpfc_cmd_iocb(phba, pring);
dea31012005-04-17 16:05:31 -05001422}
1423
James Smarte59058c2008-08-24 21:49:00 -04001424/**
James Smart3621a712009-04-06 18:47:14 -04001425 * lpfc_sli_next_iotag - Get an iotag for the iocb
James Smarte59058c2008-08-24 21:49:00 -04001426 * @phba: Pointer to HBA context object.
1427 * @iocbq: Pointer to driver iocb object.
1428 *
1429 * This function gets an iotag for the iocb. If there is no unused iotag and
1430 * the iocbq_lookup_len < 0xffff, this function allocates a bigger iotag_lookup
1431 * array and assigns a new iotag.
1432 * The function returns the allocated iotag if successful, else returns zero.
1433 * Zero is not a valid iotag.
1434 * The caller is not required to hold any lock.
1435 **/
James Bottomley604a3e32005-10-29 10:28:33 -05001436uint16_t
James Smart2e0fef82007-06-17 19:56:36 -05001437lpfc_sli_next_iotag(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
dea31012005-04-17 16:05:31 -05001438{
James Smart2e0fef82007-06-17 19:56:36 -05001439 struct lpfc_iocbq **new_arr;
1440 struct lpfc_iocbq **old_arr;
James Bottomley604a3e32005-10-29 10:28:33 -05001441 size_t new_len;
1442 struct lpfc_sli *psli = &phba->sli;
1443 uint16_t iotag;
dea31012005-04-17 16:05:31 -05001444
James Smart2e0fef82007-06-17 19:56:36 -05001445 spin_lock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001446 iotag = psli->last_iotag;
1447 if(++iotag < psli->iocbq_lookup_len) {
1448 psli->last_iotag = iotag;
1449 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001450 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001451 iocbq->iotag = iotag;
1452 return iotag;
James Smart2e0fef82007-06-17 19:56:36 -05001453 } else if (psli->iocbq_lookup_len < (0xffff
James Bottomley604a3e32005-10-29 10:28:33 -05001454 - LPFC_IOCBQ_LOOKUP_INCREMENT)) {
1455 new_len = psli->iocbq_lookup_len + LPFC_IOCBQ_LOOKUP_INCREMENT;
James Smart2e0fef82007-06-17 19:56:36 -05001456 spin_unlock_irq(&phba->hbalock);
1457 new_arr = kzalloc(new_len * sizeof (struct lpfc_iocbq *),
James Bottomley604a3e32005-10-29 10:28:33 -05001458 GFP_KERNEL);
1459 if (new_arr) {
James Smart2e0fef82007-06-17 19:56:36 -05001460 spin_lock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001461 old_arr = psli->iocbq_lookup;
1462 if (new_len <= psli->iocbq_lookup_len) {
1463 /* highly unprobable case */
1464 kfree(new_arr);
1465 iotag = psli->last_iotag;
1466 if(++iotag < psli->iocbq_lookup_len) {
1467 psli->last_iotag = iotag;
1468 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001469 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001470 iocbq->iotag = iotag;
1471 return iotag;
1472 }
James Smart2e0fef82007-06-17 19:56:36 -05001473 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001474 return 0;
1475 }
1476 if (psli->iocbq_lookup)
1477 memcpy(new_arr, old_arr,
1478 ((psli->last_iotag + 1) *
James Smart311464e2007-08-02 11:10:37 -04001479 sizeof (struct lpfc_iocbq *)));
James Bottomley604a3e32005-10-29 10:28:33 -05001480 psli->iocbq_lookup = new_arr;
1481 psli->iocbq_lookup_len = new_len;
1482 psli->last_iotag = iotag;
1483 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001484 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001485 iocbq->iotag = iotag;
1486 kfree(old_arr);
1487 return iotag;
1488 }
James Smart8f6d98d2006-08-01 07:34:00 -04001489 } else
James Smart2e0fef82007-06-17 19:56:36 -05001490 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001491
James Smartbc739052010-08-04 16:11:18 -04001492 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04001493 "0318 Failed to allocate IOTAG.last IOTAG is %d\n",
1494 psli->last_iotag);
dea31012005-04-17 16:05:31 -05001495
James Bottomley604a3e32005-10-29 10:28:33 -05001496 return 0;
dea31012005-04-17 16:05:31 -05001497}
1498
James Smarte59058c2008-08-24 21:49:00 -04001499/**
James Smart3621a712009-04-06 18:47:14 -04001500 * lpfc_sli_submit_iocb - Submit an iocb to the firmware
James Smarte59058c2008-08-24 21:49:00 -04001501 * @phba: Pointer to HBA context object.
1502 * @pring: Pointer to driver SLI ring object.
1503 * @iocb: Pointer to iocb slot in the ring.
1504 * @nextiocb: Pointer to driver iocb object which need to be
1505 * posted to firmware.
1506 *
1507 * This function is called with hbalock held to post a new iocb to
1508 * the firmware. This function copies the new iocb to ring iocb slot and
1509 * updates the ring pointers. It adds the new iocb to txcmplq if there is
1510 * a completion call back for this iocb else the function will free the
1511 * iocb object.
1512 **/
dea31012005-04-17 16:05:31 -05001513static void
1514lpfc_sli_submit_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
1515 IOCB_t *iocb, struct lpfc_iocbq *nextiocb)
1516{
1517 /*
James Bottomley604a3e32005-10-29 10:28:33 -05001518 * Set up an iotag
dea31012005-04-17 16:05:31 -05001519 */
James Bottomley604a3e32005-10-29 10:28:33 -05001520 nextiocb->iocb.ulpIoTag = (nextiocb->iocb_cmpl) ? nextiocb->iotag : 0;
dea31012005-04-17 16:05:31 -05001521
James Smarte2a0a9d2008-12-04 22:40:02 -05001522
James Smarta58cbd52007-08-02 11:09:43 -04001523 if (pring->ringno == LPFC_ELS_RING) {
1524 lpfc_debugfs_slow_ring_trc(phba,
1525 "IOCB cmd ring: wd4:x%08x wd6:x%08x wd7:x%08x",
1526 *(((uint32_t *) &nextiocb->iocb) + 4),
1527 *(((uint32_t *) &nextiocb->iocb) + 6),
1528 *(((uint32_t *) &nextiocb->iocb) + 7));
1529 }
1530
dea31012005-04-17 16:05:31 -05001531 /*
1532 * Issue iocb command to adapter
1533 */
James Smart92d7f7b2007-06-17 19:56:38 -05001534 lpfc_sli_pcimem_bcopy(&nextiocb->iocb, iocb, phba->iocb_cmd_size);
dea31012005-04-17 16:05:31 -05001535 wmb();
1536 pring->stats.iocb_cmd++;
1537
1538 /*
1539 * If there is no completion routine to call, we can release the
1540 * IOCB buffer back right now. For IOCBs, like QUE_RING_BUF,
1541 * that have no rsp ring completion, iocb_cmpl MUST be NULL.
1542 */
1543 if (nextiocb->iocb_cmpl)
1544 lpfc_sli_ringtxcmpl_put(phba, pring, nextiocb);
James Bottomley604a3e32005-10-29 10:28:33 -05001545 else
James Smart2e0fef82007-06-17 19:56:36 -05001546 __lpfc_sli_release_iocbq(phba, nextiocb);
dea31012005-04-17 16:05:31 -05001547
1548 /*
1549 * Let the HBA know what IOCB slot will be the next one the
1550 * driver will put a command into.
1551 */
James Smart7e56aa22012-08-03 12:35:34 -04001552 pring->sli.sli3.cmdidx = pring->sli.sli3.next_cmdidx;
1553 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx);
dea31012005-04-17 16:05:31 -05001554}
1555
James Smarte59058c2008-08-24 21:49:00 -04001556/**
James Smart3621a712009-04-06 18:47:14 -04001557 * lpfc_sli_update_full_ring - Update the chip attention register
James Smarte59058c2008-08-24 21:49:00 -04001558 * @phba: Pointer to HBA context object.
1559 * @pring: Pointer to driver SLI ring object.
1560 *
1561 * The caller is not required to hold any lock for calling this function.
1562 * This function updates the chip attention bits for the ring to inform firmware
1563 * that there are pending work to be done for this ring and requests an
1564 * interrupt when there is space available in the ring. This function is
1565 * called when the driver is unable to post more iocbs to the ring due
1566 * to unavailability of space in the ring.
1567 **/
dea31012005-04-17 16:05:31 -05001568static void
James Smart2e0fef82007-06-17 19:56:36 -05001569lpfc_sli_update_full_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001570{
1571 int ringno = pring->ringno;
1572
1573 pring->flag |= LPFC_CALL_RING_AVAILABLE;
1574
1575 wmb();
1576
1577 /*
1578 * Set ring 'ringno' to SET R0CE_REQ in Chip Att register.
1579 * The HBA will tell us when an IOCB entry is available.
1580 */
1581 writel((CA_R0ATT|CA_R0CE_REQ) << (ringno*4), phba->CAregaddr);
1582 readl(phba->CAregaddr); /* flush */
1583
1584 pring->stats.iocb_cmd_full++;
1585}
1586
James Smarte59058c2008-08-24 21:49:00 -04001587/**
James Smart3621a712009-04-06 18:47:14 -04001588 * lpfc_sli_update_ring - Update chip attention register
James Smarte59058c2008-08-24 21:49:00 -04001589 * @phba: Pointer to HBA context object.
1590 * @pring: Pointer to driver SLI ring object.
1591 *
1592 * This function updates the chip attention register bit for the
1593 * given ring to inform HBA that there is more work to be done
1594 * in this ring. The caller is not required to hold any lock.
1595 **/
dea31012005-04-17 16:05:31 -05001596static void
James Smart2e0fef82007-06-17 19:56:36 -05001597lpfc_sli_update_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001598{
1599 int ringno = pring->ringno;
1600
1601 /*
1602 * Tell the HBA that there is work to do in this ring.
1603 */
James Smart34b02dc2008-08-24 21:49:55 -04001604 if (!(phba->sli3_options & LPFC_SLI3_CRP_ENABLED)) {
1605 wmb();
1606 writel(CA_R0ATT << (ringno * 4), phba->CAregaddr);
1607 readl(phba->CAregaddr); /* flush */
1608 }
dea31012005-04-17 16:05:31 -05001609}
1610
James Smarte59058c2008-08-24 21:49:00 -04001611/**
James Smart3621a712009-04-06 18:47:14 -04001612 * lpfc_sli_resume_iocb - Process iocbs in the txq
James Smarte59058c2008-08-24 21:49:00 -04001613 * @phba: Pointer to HBA context object.
1614 * @pring: Pointer to driver SLI ring object.
1615 *
1616 * This function is called with hbalock held to post pending iocbs
1617 * in the txq to the firmware. This function is called when driver
1618 * detects space available in the ring.
1619 **/
dea31012005-04-17 16:05:31 -05001620static void
James Smart2e0fef82007-06-17 19:56:36 -05001621lpfc_sli_resume_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001622{
1623 IOCB_t *iocb;
1624 struct lpfc_iocbq *nextiocb;
1625
1626 /*
1627 * Check to see if:
1628 * (a) there is anything on the txq to send
1629 * (b) link is up
1630 * (c) link attention events can be processed (fcp ring only)
1631 * (d) IOCB processing is not blocked by the outstanding mbox command.
1632 */
James Smart0e9bb8d2013-03-01 16:35:12 -05001633
1634 if (lpfc_is_link_up(phba) &&
1635 (!list_empty(&pring->txq)) &&
dea31012005-04-17 16:05:31 -05001636 (pring->ringno != phba->sli.fcp_ring ||
James Smart0b727fe2007-10-27 13:37:25 -04001637 phba->sli.sli_flag & LPFC_PROCESS_LA)) {
dea31012005-04-17 16:05:31 -05001638
1639 while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) &&
1640 (nextiocb = lpfc_sli_ringtx_get(phba, pring)))
1641 lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb);
1642
1643 if (iocb)
1644 lpfc_sli_update_ring(phba, pring);
1645 else
1646 lpfc_sli_update_full_ring(phba, pring);
1647 }
1648
1649 return;
1650}
1651
James Smarte59058c2008-08-24 21:49:00 -04001652/**
James Smart3621a712009-04-06 18:47:14 -04001653 * lpfc_sli_next_hbq_slot - Get next hbq entry for the HBQ
James Smarte59058c2008-08-24 21:49:00 -04001654 * @phba: Pointer to HBA context object.
1655 * @hbqno: HBQ number.
1656 *
1657 * This function is called with hbalock held to get the next
1658 * available slot for the given HBQ. If there is free slot
1659 * available for the HBQ it will return pointer to the next available
1660 * HBQ entry else it will return NULL.
1661 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001662static struct lpfc_hbq_entry *
James Smarted957682007-06-17 19:56:37 -05001663lpfc_sli_next_hbq_slot(struct lpfc_hba *phba, uint32_t hbqno)
1664{
1665 struct hbq_s *hbqp = &phba->hbqs[hbqno];
1666
1667 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx &&
1668 ++hbqp->next_hbqPutIdx >= hbqp->entry_count)
1669 hbqp->next_hbqPutIdx = 0;
1670
1671 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001672 uint32_t raw_index = phba->hbq_get[hbqno];
James Smarted957682007-06-17 19:56:37 -05001673 uint32_t getidx = le32_to_cpu(raw_index);
1674
1675 hbqp->local_hbqGetIdx = getidx;
1676
1677 if (unlikely(hbqp->local_hbqGetIdx >= hbqp->entry_count)) {
1678 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05001679 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04001680 "1802 HBQ %d: local_hbqGetIdx "
James Smarted957682007-06-17 19:56:37 -05001681 "%u is > than hbqp->entry_count %u\n",
James Smarte8b62012007-08-02 11:10:09 -04001682 hbqno, hbqp->local_hbqGetIdx,
James Smarted957682007-06-17 19:56:37 -05001683 hbqp->entry_count);
1684
1685 phba->link_state = LPFC_HBA_ERROR;
1686 return NULL;
1687 }
1688
1689 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)
1690 return NULL;
1691 }
1692
James Smart51ef4c22007-08-02 11:10:31 -04001693 return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt +
1694 hbqp->hbqPutIdx;
James Smarted957682007-06-17 19:56:37 -05001695}
1696
James Smarte59058c2008-08-24 21:49:00 -04001697/**
James Smart3621a712009-04-06 18:47:14 -04001698 * lpfc_sli_hbqbuf_free_all - Free all the hbq buffers
James Smarte59058c2008-08-24 21:49:00 -04001699 * @phba: Pointer to HBA context object.
1700 *
1701 * This function is called with no lock held to free all the
1702 * hbq buffers while uninitializing the SLI interface. It also
1703 * frees the HBQ buffers returned by the firmware but not yet
1704 * processed by the upper layers.
1705 **/
James Smarted957682007-06-17 19:56:37 -05001706void
1707lpfc_sli_hbqbuf_free_all(struct lpfc_hba *phba)
1708{
James Smart92d7f7b2007-06-17 19:56:38 -05001709 struct lpfc_dmabuf *dmabuf, *next_dmabuf;
1710 struct hbq_dmabuf *hbq_buf;
James Smart3163f722008-02-08 18:50:25 -05001711 unsigned long flags;
James Smart51ef4c22007-08-02 11:10:31 -04001712 int i, hbq_count;
James Smart3163f722008-02-08 18:50:25 -05001713 uint32_t hbqno;
James Smarted957682007-06-17 19:56:37 -05001714
James Smart51ef4c22007-08-02 11:10:31 -04001715 hbq_count = lpfc_sli_hbq_count();
James Smarted957682007-06-17 19:56:37 -05001716 /* Return all memory used by all HBQs */
James Smart3163f722008-02-08 18:50:25 -05001717 spin_lock_irqsave(&phba->hbalock, flags);
James Smart51ef4c22007-08-02 11:10:31 -04001718 for (i = 0; i < hbq_count; ++i) {
1719 list_for_each_entry_safe(dmabuf, next_dmabuf,
1720 &phba->hbqs[i].hbq_buffer_list, list) {
1721 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1722 list_del(&hbq_buf->dbuf.list);
1723 (phba->hbqs[i].hbq_free_buffer)(phba, hbq_buf);
1724 }
James Smarta8adb832007-10-27 13:37:53 -04001725 phba->hbqs[i].buffer_count = 0;
James Smarted957682007-06-17 19:56:37 -05001726 }
James Smart3163f722008-02-08 18:50:25 -05001727 /* Return all HBQ buffer that are in-fly */
James Smart3772a992009-05-22 14:50:54 -04001728 list_for_each_entry_safe(dmabuf, next_dmabuf, &phba->rb_pend_list,
1729 list) {
James Smart3163f722008-02-08 18:50:25 -05001730 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1731 list_del(&hbq_buf->dbuf.list);
1732 if (hbq_buf->tag == -1) {
1733 (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer)
1734 (phba, hbq_buf);
1735 } else {
1736 hbqno = hbq_buf->tag >> 16;
1737 if (hbqno >= LPFC_MAX_HBQS)
1738 (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer)
1739 (phba, hbq_buf);
1740 else
1741 (phba->hbqs[hbqno].hbq_free_buffer)(phba,
1742 hbq_buf);
1743 }
1744 }
1745
1746 /* Mark the HBQs not in use */
1747 phba->hbq_in_use = 0;
1748 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smarted957682007-06-17 19:56:37 -05001749}
1750
James Smarte59058c2008-08-24 21:49:00 -04001751/**
James Smart3621a712009-04-06 18:47:14 -04001752 * lpfc_sli_hbq_to_firmware - Post the hbq buffer to firmware
James Smarte59058c2008-08-24 21:49:00 -04001753 * @phba: Pointer to HBA context object.
1754 * @hbqno: HBQ number.
1755 * @hbq_buf: Pointer to HBQ buffer.
1756 *
1757 * This function is called with the hbalock held to post a
1758 * hbq buffer to the firmware. If the function finds an empty
1759 * slot in the HBQ, it will post the buffer. The function will return
1760 * pointer to the hbq entry if it successfully post the buffer
1761 * else it will return NULL.
1762 **/
James Smart3772a992009-05-22 14:50:54 -04001763static int
James Smarted957682007-06-17 19:56:37 -05001764lpfc_sli_hbq_to_firmware(struct lpfc_hba *phba, uint32_t hbqno,
James Smart92d7f7b2007-06-17 19:56:38 -05001765 struct hbq_dmabuf *hbq_buf)
James Smarted957682007-06-17 19:56:37 -05001766{
James Smart3772a992009-05-22 14:50:54 -04001767 return phba->lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buf);
1768}
1769
1770/**
1771 * lpfc_sli_hbq_to_firmware_s3 - Post the hbq buffer to SLI3 firmware
1772 * @phba: Pointer to HBA context object.
1773 * @hbqno: HBQ number.
1774 * @hbq_buf: Pointer to HBQ buffer.
1775 *
1776 * This function is called with the hbalock held to post a hbq buffer to the
1777 * firmware. If the function finds an empty slot in the HBQ, it will post the
1778 * buffer and place it on the hbq_buffer_list. The function will return zero if
1779 * it successfully post the buffer else it will return an error.
1780 **/
1781static int
1782lpfc_sli_hbq_to_firmware_s3(struct lpfc_hba *phba, uint32_t hbqno,
1783 struct hbq_dmabuf *hbq_buf)
1784{
James Smarted957682007-06-17 19:56:37 -05001785 struct lpfc_hbq_entry *hbqe;
James Smart92d7f7b2007-06-17 19:56:38 -05001786 dma_addr_t physaddr = hbq_buf->dbuf.phys;
James Smarted957682007-06-17 19:56:37 -05001787
1788 /* Get next HBQ entry slot to use */
1789 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno);
1790 if (hbqe) {
1791 struct hbq_s *hbqp = &phba->hbqs[hbqno];
1792
James Smart92d7f7b2007-06-17 19:56:38 -05001793 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr));
1794 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr));
James Smart51ef4c22007-08-02 11:10:31 -04001795 hbqe->bde.tus.f.bdeSize = hbq_buf->size;
James Smarted957682007-06-17 19:56:37 -05001796 hbqe->bde.tus.f.bdeFlags = 0;
James Smart92d7f7b2007-06-17 19:56:38 -05001797 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w);
1798 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag);
1799 /* Sync SLIM */
James Smarted957682007-06-17 19:56:37 -05001800 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx;
1801 writel(hbqp->hbqPutIdx, phba->hbq_put + hbqno);
James Smart92d7f7b2007-06-17 19:56:38 -05001802 /* flush */
James Smarted957682007-06-17 19:56:37 -05001803 readl(phba->hbq_put + hbqno);
James Smart51ef4c22007-08-02 11:10:31 -04001804 list_add_tail(&hbq_buf->dbuf.list, &hbqp->hbq_buffer_list);
James Smart3772a992009-05-22 14:50:54 -04001805 return 0;
1806 } else
1807 return -ENOMEM;
James Smarted957682007-06-17 19:56:37 -05001808}
1809
James Smart4f774512009-05-22 14:52:35 -04001810/**
1811 * lpfc_sli_hbq_to_firmware_s4 - Post the hbq buffer to SLI4 firmware
1812 * @phba: Pointer to HBA context object.
1813 * @hbqno: HBQ number.
1814 * @hbq_buf: Pointer to HBQ buffer.
1815 *
1816 * This function is called with the hbalock held to post an RQE to the SLI4
1817 * firmware. If able to post the RQE to the RQ it will queue the hbq entry to
1818 * the hbq_buffer_list and return zero, otherwise it will return an error.
1819 **/
1820static int
1821lpfc_sli_hbq_to_firmware_s4(struct lpfc_hba *phba, uint32_t hbqno,
1822 struct hbq_dmabuf *hbq_buf)
1823{
1824 int rc;
1825 struct lpfc_rqe hrqe;
1826 struct lpfc_rqe drqe;
1827
1828 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys);
1829 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.phys);
1830 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys);
1831 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys);
1832 rc = lpfc_sli4_rq_put(phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq,
1833 &hrqe, &drqe);
1834 if (rc < 0)
1835 return rc;
1836 hbq_buf->tag = rc;
1837 list_add_tail(&hbq_buf->dbuf.list, &phba->hbqs[hbqno].hbq_buffer_list);
1838 return 0;
1839}
1840
James Smarte59058c2008-08-24 21:49:00 -04001841/* HBQ for ELS and CT traffic. */
James Smart92d7f7b2007-06-17 19:56:38 -05001842static struct lpfc_hbq_init lpfc_els_hbq = {
1843 .rn = 1,
James Smartdef9c7a2009-12-21 17:02:28 -05001844 .entry_count = 256,
James Smart92d7f7b2007-06-17 19:56:38 -05001845 .mask_count = 0,
1846 .profile = 0,
James Smart51ef4c22007-08-02 11:10:31 -04001847 .ring_mask = (1 << LPFC_ELS_RING),
James Smart92d7f7b2007-06-17 19:56:38 -05001848 .buffer_count = 0,
James Smarta257bf92009-04-06 18:48:10 -04001849 .init_count = 40,
1850 .add_count = 40,
James Smart92d7f7b2007-06-17 19:56:38 -05001851};
James Smarted957682007-06-17 19:56:37 -05001852
James Smarte59058c2008-08-24 21:49:00 -04001853/* HBQ for the extra ring if needed */
James Smart51ef4c22007-08-02 11:10:31 -04001854static struct lpfc_hbq_init lpfc_extra_hbq = {
1855 .rn = 1,
1856 .entry_count = 200,
1857 .mask_count = 0,
1858 .profile = 0,
1859 .ring_mask = (1 << LPFC_EXTRA_RING),
1860 .buffer_count = 0,
1861 .init_count = 0,
1862 .add_count = 5,
1863};
1864
James Smarte59058c2008-08-24 21:49:00 -04001865/* Array of HBQs */
James Smart78b2d852007-08-02 11:10:21 -04001866struct lpfc_hbq_init *lpfc_hbq_defs[] = {
James Smart92d7f7b2007-06-17 19:56:38 -05001867 &lpfc_els_hbq,
James Smart51ef4c22007-08-02 11:10:31 -04001868 &lpfc_extra_hbq,
James Smart92d7f7b2007-06-17 19:56:38 -05001869};
1870
James Smarte59058c2008-08-24 21:49:00 -04001871/**
James Smart3621a712009-04-06 18:47:14 -04001872 * lpfc_sli_hbqbuf_fill_hbqs - Post more hbq buffers to HBQ
James Smarte59058c2008-08-24 21:49:00 -04001873 * @phba: Pointer to HBA context object.
1874 * @hbqno: HBQ number.
1875 * @count: Number of HBQ buffers to be posted.
1876 *
James Smartd7c255b2008-08-24 21:50:00 -04001877 * This function is called with no lock held to post more hbq buffers to the
1878 * given HBQ. The function returns the number of HBQ buffers successfully
1879 * posted.
James Smarte59058c2008-08-24 21:49:00 -04001880 **/
James Smart311464e2007-08-02 11:10:37 -04001881static int
James Smart92d7f7b2007-06-17 19:56:38 -05001882lpfc_sli_hbqbuf_fill_hbqs(struct lpfc_hba *phba, uint32_t hbqno, uint32_t count)
1883{
James Smartd7c255b2008-08-24 21:50:00 -04001884 uint32_t i, posted = 0;
James Smart3163f722008-02-08 18:50:25 -05001885 unsigned long flags;
James Smart92d7f7b2007-06-17 19:56:38 -05001886 struct hbq_dmabuf *hbq_buffer;
James Smartd7c255b2008-08-24 21:50:00 -04001887 LIST_HEAD(hbq_buf_list);
Matthew Wilcoxeafe1df2008-02-21 05:44:33 -07001888 if (!phba->hbqs[hbqno].hbq_alloc_buffer)
James Smart51ef4c22007-08-02 11:10:31 -04001889 return 0;
James Smart51ef4c22007-08-02 11:10:31 -04001890
James Smartd7c255b2008-08-24 21:50:00 -04001891 if ((phba->hbqs[hbqno].buffer_count + count) >
1892 lpfc_hbq_defs[hbqno]->entry_count)
1893 count = lpfc_hbq_defs[hbqno]->entry_count -
1894 phba->hbqs[hbqno].buffer_count;
1895 if (!count)
1896 return 0;
1897 /* Allocate HBQ entries */
1898 for (i = 0; i < count; i++) {
1899 hbq_buffer = (phba->hbqs[hbqno].hbq_alloc_buffer)(phba);
1900 if (!hbq_buffer)
1901 break;
1902 list_add_tail(&hbq_buffer->dbuf.list, &hbq_buf_list);
1903 }
James Smart3163f722008-02-08 18:50:25 -05001904 /* Check whether HBQ is still in use */
1905 spin_lock_irqsave(&phba->hbalock, flags);
Matthew Wilcoxeafe1df2008-02-21 05:44:33 -07001906 if (!phba->hbq_in_use)
James Smartd7c255b2008-08-24 21:50:00 -04001907 goto err;
1908 while (!list_empty(&hbq_buf_list)) {
1909 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
1910 dbuf.list);
1911 hbq_buffer->tag = (phba->hbqs[hbqno].buffer_count |
1912 (hbqno << 16));
James Smart3772a992009-05-22 14:50:54 -04001913 if (!lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer)) {
James Smarta8adb832007-10-27 13:37:53 -04001914 phba->hbqs[hbqno].buffer_count++;
James Smartd7c255b2008-08-24 21:50:00 -04001915 posted++;
1916 } else
James Smart51ef4c22007-08-02 11:10:31 -04001917 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
James Smart92d7f7b2007-06-17 19:56:38 -05001918 }
James Smart3163f722008-02-08 18:50:25 -05001919 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smartd7c255b2008-08-24 21:50:00 -04001920 return posted;
1921err:
1922 spin_unlock_irqrestore(&phba->hbalock, flags);
1923 while (!list_empty(&hbq_buf_list)) {
1924 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
1925 dbuf.list);
1926 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
1927 }
James Smart92d7f7b2007-06-17 19:56:38 -05001928 return 0;
James Smarted957682007-06-17 19:56:37 -05001929}
1930
James Smarte59058c2008-08-24 21:49:00 -04001931/**
James Smart3621a712009-04-06 18:47:14 -04001932 * lpfc_sli_hbqbuf_add_hbqs - Post more HBQ buffers to firmware
James Smarte59058c2008-08-24 21:49:00 -04001933 * @phba: Pointer to HBA context object.
1934 * @qno: HBQ number.
1935 *
1936 * This function posts more buffers to the HBQ. This function
James Smartd7c255b2008-08-24 21:50:00 -04001937 * is called with no lock held. The function returns the number of HBQ entries
1938 * successfully allocated.
James Smarte59058c2008-08-24 21:49:00 -04001939 **/
James Smarted957682007-06-17 19:56:37 -05001940int
James Smart92d7f7b2007-06-17 19:56:38 -05001941lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *phba, uint32_t qno)
James Smarted957682007-06-17 19:56:37 -05001942{
James Smartdef9c7a2009-12-21 17:02:28 -05001943 if (phba->sli_rev == LPFC_SLI_REV4)
1944 return 0;
1945 else
1946 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
1947 lpfc_hbq_defs[qno]->add_count);
James Smarted957682007-06-17 19:56:37 -05001948}
1949
James Smarte59058c2008-08-24 21:49:00 -04001950/**
James Smart3621a712009-04-06 18:47:14 -04001951 * lpfc_sli_hbqbuf_init_hbqs - Post initial buffers to the HBQ
James Smarte59058c2008-08-24 21:49:00 -04001952 * @phba: Pointer to HBA context object.
1953 * @qno: HBQ queue number.
1954 *
1955 * This function is called from SLI initialization code path with
1956 * no lock held to post initial HBQ buffers to firmware. The
James Smartd7c255b2008-08-24 21:50:00 -04001957 * function returns the number of HBQ entries successfully allocated.
James Smarte59058c2008-08-24 21:49:00 -04001958 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001959static int
James Smart92d7f7b2007-06-17 19:56:38 -05001960lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *phba, uint32_t qno)
James Smarted957682007-06-17 19:56:37 -05001961{
James Smartdef9c7a2009-12-21 17:02:28 -05001962 if (phba->sli_rev == LPFC_SLI_REV4)
1963 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
James Smart73d91e52011-10-10 21:32:10 -04001964 lpfc_hbq_defs[qno]->entry_count);
James Smartdef9c7a2009-12-21 17:02:28 -05001965 else
1966 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
1967 lpfc_hbq_defs[qno]->init_count);
James Smarted957682007-06-17 19:56:37 -05001968}
1969
James Smarte59058c2008-08-24 21:49:00 -04001970/**
James Smart3772a992009-05-22 14:50:54 -04001971 * lpfc_sli_hbqbuf_get - Remove the first hbq off of an hbq list
1972 * @phba: Pointer to HBA context object.
1973 * @hbqno: HBQ number.
1974 *
1975 * This function removes the first hbq buffer on an hbq list and returns a
1976 * pointer to that buffer. If it finds no buffers on the list it returns NULL.
1977 **/
1978static struct hbq_dmabuf *
1979lpfc_sli_hbqbuf_get(struct list_head *rb_list)
1980{
1981 struct lpfc_dmabuf *d_buf;
1982
1983 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list);
1984 if (!d_buf)
1985 return NULL;
1986 return container_of(d_buf, struct hbq_dmabuf, dbuf);
1987}
1988
1989/**
James Smart3621a712009-04-06 18:47:14 -04001990 * lpfc_sli_hbqbuf_find - Find the hbq buffer associated with a tag
James Smarte59058c2008-08-24 21:49:00 -04001991 * @phba: Pointer to HBA context object.
1992 * @tag: Tag of the hbq buffer.
1993 *
1994 * This function is called with hbalock held. This function searches
1995 * for the hbq buffer associated with the given tag in the hbq buffer
1996 * list. If it finds the hbq buffer, it returns the hbq_buffer other wise
1997 * it returns NULL.
1998 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001999static struct hbq_dmabuf *
James Smarted957682007-06-17 19:56:37 -05002000lpfc_sli_hbqbuf_find(struct lpfc_hba *phba, uint32_t tag)
2001{
James Smart92d7f7b2007-06-17 19:56:38 -05002002 struct lpfc_dmabuf *d_buf;
2003 struct hbq_dmabuf *hbq_buf;
James Smart51ef4c22007-08-02 11:10:31 -04002004 uint32_t hbqno;
James Smarted957682007-06-17 19:56:37 -05002005
James Smart51ef4c22007-08-02 11:10:31 -04002006 hbqno = tag >> 16;
Jesper Juhla0a74e452007-08-09 20:47:15 +02002007 if (hbqno >= LPFC_MAX_HBQS)
James Smart51ef4c22007-08-02 11:10:31 -04002008 return NULL;
2009
James Smart3772a992009-05-22 14:50:54 -04002010 spin_lock_irq(&phba->hbalock);
James Smart51ef4c22007-08-02 11:10:31 -04002011 list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) {
James Smart92d7f7b2007-06-17 19:56:38 -05002012 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
James Smart51ef4c22007-08-02 11:10:31 -04002013 if (hbq_buf->tag == tag) {
James Smart3772a992009-05-22 14:50:54 -04002014 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05002015 return hbq_buf;
James Smarted957682007-06-17 19:56:37 -05002016 }
2017 }
James Smart3772a992009-05-22 14:50:54 -04002018 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05002019 lpfc_printf_log(phba, KERN_ERR, LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04002020 "1803 Bad hbq tag. Data: x%x x%x\n",
James Smarta8adb832007-10-27 13:37:53 -04002021 tag, phba->hbqs[tag >> 16].buffer_count);
James Smart92d7f7b2007-06-17 19:56:38 -05002022 return NULL;
James Smarted957682007-06-17 19:56:37 -05002023}
2024
James Smarte59058c2008-08-24 21:49:00 -04002025/**
James Smart3621a712009-04-06 18:47:14 -04002026 * lpfc_sli_free_hbq - Give back the hbq buffer to firmware
James Smarte59058c2008-08-24 21:49:00 -04002027 * @phba: Pointer to HBA context object.
2028 * @hbq_buffer: Pointer to HBQ buffer.
2029 *
2030 * This function is called with hbalock. This function gives back
2031 * the hbq buffer to firmware. If the HBQ does not have space to
2032 * post the buffer, it will free the buffer.
2033 **/
James Smarted957682007-06-17 19:56:37 -05002034void
James Smart51ef4c22007-08-02 11:10:31 -04002035lpfc_sli_free_hbq(struct lpfc_hba *phba, struct hbq_dmabuf *hbq_buffer)
James Smarted957682007-06-17 19:56:37 -05002036{
2037 uint32_t hbqno;
2038
James Smart51ef4c22007-08-02 11:10:31 -04002039 if (hbq_buffer) {
2040 hbqno = hbq_buffer->tag >> 16;
James Smart3772a992009-05-22 14:50:54 -04002041 if (lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer))
James Smart51ef4c22007-08-02 11:10:31 -04002042 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
James Smarted957682007-06-17 19:56:37 -05002043 }
2044}
2045
James Smarte59058c2008-08-24 21:49:00 -04002046/**
James Smart3621a712009-04-06 18:47:14 -04002047 * lpfc_sli_chk_mbx_command - Check if the mailbox is a legitimate mailbox
James Smarte59058c2008-08-24 21:49:00 -04002048 * @mbxCommand: mailbox command code.
2049 *
2050 * This function is called by the mailbox event handler function to verify
2051 * that the completed mailbox command is a legitimate mailbox command. If the
2052 * completed mailbox is not known to the function, it will return MBX_SHUTDOWN
2053 * and the mailbox event handler will take the HBA offline.
2054 **/
dea31012005-04-17 16:05:31 -05002055static int
2056lpfc_sli_chk_mbx_command(uint8_t mbxCommand)
2057{
2058 uint8_t ret;
2059
2060 switch (mbxCommand) {
2061 case MBX_LOAD_SM:
2062 case MBX_READ_NV:
2063 case MBX_WRITE_NV:
James Smarta8adb832007-10-27 13:37:53 -04002064 case MBX_WRITE_VPARMS:
dea31012005-04-17 16:05:31 -05002065 case MBX_RUN_BIU_DIAG:
2066 case MBX_INIT_LINK:
2067 case MBX_DOWN_LINK:
2068 case MBX_CONFIG_LINK:
2069 case MBX_CONFIG_RING:
2070 case MBX_RESET_RING:
2071 case MBX_READ_CONFIG:
2072 case MBX_READ_RCONFIG:
2073 case MBX_READ_SPARM:
2074 case MBX_READ_STATUS:
2075 case MBX_READ_RPI:
2076 case MBX_READ_XRI:
2077 case MBX_READ_REV:
2078 case MBX_READ_LNK_STAT:
2079 case MBX_REG_LOGIN:
2080 case MBX_UNREG_LOGIN:
dea31012005-04-17 16:05:31 -05002081 case MBX_CLEAR_LA:
2082 case MBX_DUMP_MEMORY:
2083 case MBX_DUMP_CONTEXT:
2084 case MBX_RUN_DIAGS:
2085 case MBX_RESTART:
2086 case MBX_UPDATE_CFG:
2087 case MBX_DOWN_LOAD:
2088 case MBX_DEL_LD_ENTRY:
2089 case MBX_RUN_PROGRAM:
2090 case MBX_SET_MASK:
James Smart09372822008-01-11 01:52:54 -05002091 case MBX_SET_VARIABLE:
dea31012005-04-17 16:05:31 -05002092 case MBX_UNREG_D_ID:
Jamie Wellnitz41415862006-02-28 19:25:27 -05002093 case MBX_KILL_BOARD:
dea31012005-04-17 16:05:31 -05002094 case MBX_CONFIG_FARP:
Jamie Wellnitz41415862006-02-28 19:25:27 -05002095 case MBX_BEACON:
dea31012005-04-17 16:05:31 -05002096 case MBX_LOAD_AREA:
2097 case MBX_RUN_BIU_DIAG64:
2098 case MBX_CONFIG_PORT:
2099 case MBX_READ_SPARM64:
2100 case MBX_READ_RPI64:
2101 case MBX_REG_LOGIN64:
James Smart76a95d72010-11-20 23:11:48 -05002102 case MBX_READ_TOPOLOGY:
James Smart09372822008-01-11 01:52:54 -05002103 case MBX_WRITE_WWN:
dea31012005-04-17 16:05:31 -05002104 case MBX_SET_DEBUG:
2105 case MBX_LOAD_EXP_ROM:
James Smart57127f12007-10-27 13:37:05 -04002106 case MBX_ASYNCEVT_ENABLE:
James Smart92d7f7b2007-06-17 19:56:38 -05002107 case MBX_REG_VPI:
2108 case MBX_UNREG_VPI:
James Smart858c9f62007-06-17 19:56:39 -05002109 case MBX_HEARTBEAT:
James Smart84774a42008-08-24 21:50:06 -04002110 case MBX_PORT_CAPABILITIES:
2111 case MBX_PORT_IOV_CONTROL:
James Smart04c68492009-05-22 14:52:52 -04002112 case MBX_SLI4_CONFIG:
2113 case MBX_SLI4_REQ_FTRS:
2114 case MBX_REG_FCFI:
2115 case MBX_UNREG_FCFI:
2116 case MBX_REG_VFI:
2117 case MBX_UNREG_VFI:
2118 case MBX_INIT_VPI:
2119 case MBX_INIT_VFI:
2120 case MBX_RESUME_RPI:
James Smartc7495932010-04-06 15:05:28 -04002121 case MBX_READ_EVENT_LOG_STATUS:
2122 case MBX_READ_EVENT_LOG:
James Smartdcf2a4e2010-09-29 11:18:53 -04002123 case MBX_SECURITY_MGMT:
2124 case MBX_AUTH_PORT:
James Smart940eb682012-08-03 12:37:08 -04002125 case MBX_ACCESS_VDATA:
dea31012005-04-17 16:05:31 -05002126 ret = mbxCommand;
2127 break;
2128 default:
2129 ret = MBX_SHUTDOWN;
2130 break;
2131 }
James Smart2e0fef82007-06-17 19:56:36 -05002132 return ret;
dea31012005-04-17 16:05:31 -05002133}
James Smarte59058c2008-08-24 21:49:00 -04002134
2135/**
James Smart3621a712009-04-06 18:47:14 -04002136 * lpfc_sli_wake_mbox_wait - lpfc_sli_issue_mbox_wait mbox completion handler
James Smarte59058c2008-08-24 21:49:00 -04002137 * @phba: Pointer to HBA context object.
2138 * @pmboxq: Pointer to mailbox command.
2139 *
2140 * This is completion handler function for mailbox commands issued from
2141 * lpfc_sli_issue_mbox_wait function. This function is called by the
2142 * mailbox event handler function with no lock held. This function
2143 * will wake up thread waiting on the wait queue pointed by context1
2144 * of the mailbox.
2145 **/
James Smart04c68492009-05-22 14:52:52 -04002146void
James Smart2e0fef82007-06-17 19:56:36 -05002147lpfc_sli_wake_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq)
dea31012005-04-17 16:05:31 -05002148{
2149 wait_queue_head_t *pdone_q;
James Smart858c9f62007-06-17 19:56:39 -05002150 unsigned long drvr_flag;
dea31012005-04-17 16:05:31 -05002151
2152 /*
2153 * If pdone_q is empty, the driver thread gave up waiting and
2154 * continued running.
2155 */
James Smart7054a602007-04-25 09:52:34 -04002156 pmboxq->mbox_flag |= LPFC_MBX_WAKE;
James Smart858c9f62007-06-17 19:56:39 -05002157 spin_lock_irqsave(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05002158 pdone_q = (wait_queue_head_t *) pmboxq->context1;
2159 if (pdone_q)
2160 wake_up_interruptible(pdone_q);
James Smart858c9f62007-06-17 19:56:39 -05002161 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05002162 return;
2163}
2164
James Smarte59058c2008-08-24 21:49:00 -04002165
2166/**
James Smart3621a712009-04-06 18:47:14 -04002167 * lpfc_sli_def_mbox_cmpl - Default mailbox completion handler
James Smarte59058c2008-08-24 21:49:00 -04002168 * @phba: Pointer to HBA context object.
2169 * @pmb: Pointer to mailbox object.
2170 *
2171 * This function is the default mailbox completion handler. It
2172 * frees the memory resources associated with the completed mailbox
2173 * command. If the completed command is a REG_LOGIN mailbox command,
2174 * this function will issue a UREG_LOGIN to re-claim the RPI.
2175 **/
dea31012005-04-17 16:05:31 -05002176void
James Smart2e0fef82007-06-17 19:56:36 -05002177lpfc_sli_def_mbox_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002178{
James Smartd439d282010-09-29 11:18:45 -04002179 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05002180 struct lpfc_dmabuf *mp;
James Smartd439d282010-09-29 11:18:45 -04002181 struct lpfc_nodelist *ndlp;
James Smart5af5eee2010-10-22 11:06:38 -04002182 struct Scsi_Host *shost;
James Smart04c68492009-05-22 14:52:52 -04002183 uint16_t rpi, vpi;
James Smart7054a602007-04-25 09:52:34 -04002184 int rc;
2185
dea31012005-04-17 16:05:31 -05002186 mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart7054a602007-04-25 09:52:34 -04002187
dea31012005-04-17 16:05:31 -05002188 if (mp) {
2189 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2190 kfree(mp);
2191 }
James Smart7054a602007-04-25 09:52:34 -04002192
2193 /*
2194 * If a REG_LOGIN succeeded after node is destroyed or node
2195 * is in re-discovery driver need to cleanup the RPI.
2196 */
James Smart2e0fef82007-06-17 19:56:36 -05002197 if (!(phba->pport->load_flag & FC_UNLOADING) &&
James Smart04c68492009-05-22 14:52:52 -04002198 pmb->u.mb.mbxCommand == MBX_REG_LOGIN64 &&
2199 !pmb->u.mb.mbxStatus) {
2200 rpi = pmb->u.mb.un.varWords[0];
James Smart6d368e52011-05-24 11:44:12 -04002201 vpi = pmb->u.mb.un.varRegLogin.vpi;
James Smart04c68492009-05-22 14:52:52 -04002202 lpfc_unreg_login(phba, vpi, rpi, pmb);
James Smart92d7f7b2007-06-17 19:56:38 -05002203 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart7054a602007-04-25 09:52:34 -04002204 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
2205 if (rc != MBX_NOT_FINISHED)
2206 return;
2207 }
2208
James Smart695a8142010-01-26 23:08:03 -05002209 if ((pmb->u.mb.mbxCommand == MBX_REG_VPI) &&
2210 !(phba->pport->load_flag & FC_UNLOADING) &&
2211 !pmb->u.mb.mbxStatus) {
James Smart5af5eee2010-10-22 11:06:38 -04002212 shost = lpfc_shost_from_vport(vport);
2213 spin_lock_irq(shost->host_lock);
2214 vport->vpi_state |= LPFC_VPI_REGISTERED;
2215 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
2216 spin_unlock_irq(shost->host_lock);
James Smart695a8142010-01-26 23:08:03 -05002217 }
2218
James Smartd439d282010-09-29 11:18:45 -04002219 if (pmb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
2220 ndlp = (struct lpfc_nodelist *)pmb->context2;
2221 lpfc_nlp_put(ndlp);
2222 pmb->context2 = NULL;
2223 }
2224
James Smartdcf2a4e2010-09-29 11:18:53 -04002225 /* Check security permission status on INIT_LINK mailbox command */
2226 if ((pmb->u.mb.mbxCommand == MBX_INIT_LINK) &&
2227 (pmb->u.mb.mbxStatus == MBXERR_SEC_NO_PERMISSION))
2228 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
2229 "2860 SLI authentication is required "
2230 "for INIT_LINK but has not done yet\n");
2231
James Smart04c68492009-05-22 14:52:52 -04002232 if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG)
2233 lpfc_sli4_mbox_cmd_free(phba, pmb);
2234 else
2235 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05002236}
2237
James Smarte59058c2008-08-24 21:49:00 -04002238/**
James Smart3621a712009-04-06 18:47:14 -04002239 * lpfc_sli_handle_mb_event - Handle mailbox completions from firmware
James Smarte59058c2008-08-24 21:49:00 -04002240 * @phba: Pointer to HBA context object.
2241 *
2242 * This function is called with no lock held. This function processes all
2243 * the completed mailbox commands and gives it to upper layers. The interrupt
2244 * service routine processes mailbox completion interrupt and adds completed
2245 * mailbox commands to the mboxq_cmpl queue and signals the worker thread.
2246 * Worker thread call lpfc_sli_handle_mb_event, which will return the
2247 * completed mailbox commands in mboxq_cmpl queue to the upper layers. This
2248 * function returns the mailbox commands to the upper layer by calling the
2249 * completion handler function of each mailbox.
2250 **/
dea31012005-04-17 16:05:31 -05002251int
James Smart2e0fef82007-06-17 19:56:36 -05002252lpfc_sli_handle_mb_event(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05002253{
James Smart92d7f7b2007-06-17 19:56:38 -05002254 MAILBOX_t *pmbox;
dea31012005-04-17 16:05:31 -05002255 LPFC_MBOXQ_t *pmb;
James Smart92d7f7b2007-06-17 19:56:38 -05002256 int rc;
2257 LIST_HEAD(cmplq);
dea31012005-04-17 16:05:31 -05002258
2259 phba->sli.slistat.mbox_event++;
2260
James Smart92d7f7b2007-06-17 19:56:38 -05002261 /* Get all completed mailboxe buffers into the cmplq */
2262 spin_lock_irq(&phba->hbalock);
2263 list_splice_init(&phba->sli.mboxq_cmpl, &cmplq);
2264 spin_unlock_irq(&phba->hbalock);
2265
dea31012005-04-17 16:05:31 -05002266 /* Get a Mailbox buffer to setup mailbox commands for callback */
James Smart92d7f7b2007-06-17 19:56:38 -05002267 do {
2268 list_remove_head(&cmplq, pmb, LPFC_MBOXQ_t, list);
2269 if (pmb == NULL)
2270 break;
2271
James Smart04c68492009-05-22 14:52:52 -04002272 pmbox = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002273
James Smart858c9f62007-06-17 19:56:39 -05002274 if (pmbox->mbxCommand != MBX_HEARTBEAT) {
2275 if (pmb->vport) {
2276 lpfc_debugfs_disc_trc(pmb->vport,
2277 LPFC_DISC_TRC_MBOX_VPORT,
2278 "MBOX cmpl vport: cmd:x%x mb:x%x x%x",
2279 (uint32_t)pmbox->mbxCommand,
2280 pmbox->un.varWords[0],
2281 pmbox->un.varWords[1]);
2282 }
2283 else {
2284 lpfc_debugfs_disc_trc(phba->pport,
2285 LPFC_DISC_TRC_MBOX,
2286 "MBOX cmpl: cmd:x%x mb:x%x x%x",
2287 (uint32_t)pmbox->mbxCommand,
2288 pmbox->un.varWords[0],
2289 pmbox->un.varWords[1]);
2290 }
2291 }
2292
dea31012005-04-17 16:05:31 -05002293 /*
2294 * It is a fatal error if unknown mbox command completion.
2295 */
2296 if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) ==
2297 MBX_SHUTDOWN) {
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02002298 /* Unknown mailbox command compl */
James Smart92d7f7b2007-06-17 19:56:38 -05002299 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002300 "(%d):0323 Unknown Mailbox command "
James Smarta183a152011-10-10 21:32:43 -04002301 "x%x (x%x/x%x) Cmpl\n",
James Smart92d7f7b2007-06-17 19:56:38 -05002302 pmb->vport ? pmb->vport->vpi : 0,
James Smart04c68492009-05-22 14:52:52 -04002303 pmbox->mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04002304 lpfc_sli_config_mbox_subsys_get(phba,
2305 pmb),
2306 lpfc_sli_config_mbox_opcode_get(phba,
2307 pmb));
James Smart2e0fef82007-06-17 19:56:36 -05002308 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05002309 phba->work_hs = HS_FFER3;
2310 lpfc_handle_eratt(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05002311 continue;
dea31012005-04-17 16:05:31 -05002312 }
2313
dea31012005-04-17 16:05:31 -05002314 if (pmbox->mbxStatus) {
2315 phba->sli.slistat.mbox_stat_err++;
2316 if (pmbox->mbxStatus == MBXERR_NO_RESOURCES) {
2317 /* Mbox cmd cmpl error - RETRYing */
James Smart92d7f7b2007-06-17 19:56:38 -05002318 lpfc_printf_log(phba, KERN_INFO,
James Smarta183a152011-10-10 21:32:43 -04002319 LOG_MBOX | LOG_SLI,
2320 "(%d):0305 Mbox cmd cmpl "
2321 "error - RETRYing Data: x%x "
2322 "(x%x/x%x) x%x x%x x%x\n",
2323 pmb->vport ? pmb->vport->vpi : 0,
2324 pmbox->mbxCommand,
2325 lpfc_sli_config_mbox_subsys_get(phba,
2326 pmb),
2327 lpfc_sli_config_mbox_opcode_get(phba,
2328 pmb),
2329 pmbox->mbxStatus,
2330 pmbox->un.varWords[0],
2331 pmb->vport->port_state);
dea31012005-04-17 16:05:31 -05002332 pmbox->mbxStatus = 0;
2333 pmbox->mbxOwner = OWN_HOST;
dea31012005-04-17 16:05:31 -05002334 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
James Smart04c68492009-05-22 14:52:52 -04002335 if (rc != MBX_NOT_FINISHED)
James Smart92d7f7b2007-06-17 19:56:38 -05002336 continue;
dea31012005-04-17 16:05:31 -05002337 }
2338 }
2339
2340 /* Mailbox cmd <cmd> Cmpl <cmpl> */
James Smart92d7f7b2007-06-17 19:56:38 -05002341 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04002342 "(%d):0307 Mailbox cmd x%x (x%x/x%x) Cmpl x%p "
dea31012005-04-17 16:05:31 -05002343 "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 -05002344 pmb->vport ? pmb->vport->vpi : 0,
dea31012005-04-17 16:05:31 -05002345 pmbox->mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04002346 lpfc_sli_config_mbox_subsys_get(phba, pmb),
2347 lpfc_sli_config_mbox_opcode_get(phba, pmb),
dea31012005-04-17 16:05:31 -05002348 pmb->mbox_cmpl,
2349 *((uint32_t *) pmbox),
2350 pmbox->un.varWords[0],
2351 pmbox->un.varWords[1],
2352 pmbox->un.varWords[2],
2353 pmbox->un.varWords[3],
2354 pmbox->un.varWords[4],
2355 pmbox->un.varWords[5],
2356 pmbox->un.varWords[6],
2357 pmbox->un.varWords[7]);
2358
James Smart92d7f7b2007-06-17 19:56:38 -05002359 if (pmb->mbox_cmpl)
dea31012005-04-17 16:05:31 -05002360 pmb->mbox_cmpl(phba,pmb);
James Smart92d7f7b2007-06-17 19:56:38 -05002361 } while (1);
James Smart2e0fef82007-06-17 19:56:36 -05002362 return 0;
dea31012005-04-17 16:05:31 -05002363}
James Smart92d7f7b2007-06-17 19:56:38 -05002364
James Smarte59058c2008-08-24 21:49:00 -04002365/**
James Smart3621a712009-04-06 18:47:14 -04002366 * lpfc_sli_get_buff - Get the buffer associated with the buffer tag
James Smarte59058c2008-08-24 21:49:00 -04002367 * @phba: Pointer to HBA context object.
2368 * @pring: Pointer to driver SLI ring object.
2369 * @tag: buffer tag.
2370 *
2371 * This function is called with no lock held. When QUE_BUFTAG_BIT bit
2372 * is set in the tag the buffer is posted for a particular exchange,
2373 * the function will return the buffer without replacing the buffer.
2374 * If the buffer is for unsolicited ELS or CT traffic, this function
2375 * returns the buffer and also posts another buffer to the firmware.
2376 **/
James Smart76bb24e2007-10-27 13:38:00 -04002377static struct lpfc_dmabuf *
2378lpfc_sli_get_buff(struct lpfc_hba *phba,
James Smart9f1e1b52008-12-04 22:39:40 -05002379 struct lpfc_sli_ring *pring,
2380 uint32_t tag)
James Smart76bb24e2007-10-27 13:38:00 -04002381{
James Smart9f1e1b52008-12-04 22:39:40 -05002382 struct hbq_dmabuf *hbq_entry;
2383
James Smart76bb24e2007-10-27 13:38:00 -04002384 if (tag & QUE_BUFTAG_BIT)
2385 return lpfc_sli_ring_taggedbuf_get(phba, pring, tag);
James Smart9f1e1b52008-12-04 22:39:40 -05002386 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag);
2387 if (!hbq_entry)
2388 return NULL;
2389 return &hbq_entry->dbuf;
James Smart76bb24e2007-10-27 13:38:00 -04002390}
James Smart57127f12007-10-27 13:37:05 -04002391
James Smart3772a992009-05-22 14:50:54 -04002392/**
2393 * lpfc_complete_unsol_iocb - Complete an unsolicited sequence
2394 * @phba: Pointer to HBA context object.
2395 * @pring: Pointer to driver SLI ring object.
2396 * @saveq: Pointer to the iocbq struct representing the sequence starting frame.
2397 * @fch_r_ctl: the r_ctl for the first frame of the sequence.
2398 * @fch_type: the type for the first frame of the sequence.
2399 *
2400 * This function is called with no lock held. This function uses the r_ctl and
2401 * type of the received sequence to find the correct callback function to call
2402 * to process the sequence.
2403 **/
2404static int
2405lpfc_complete_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
2406 struct lpfc_iocbq *saveq, uint32_t fch_r_ctl,
2407 uint32_t fch_type)
2408{
2409 int i;
2410
2411 /* unSolicited Responses */
2412 if (pring->prt[0].profile) {
2413 if (pring->prt[0].lpfc_sli_rcv_unsol_event)
2414 (pring->prt[0].lpfc_sli_rcv_unsol_event) (phba, pring,
2415 saveq);
2416 return 1;
2417 }
2418 /* We must search, based on rctl / type
2419 for the right routine */
2420 for (i = 0; i < pring->num_mask; i++) {
2421 if ((pring->prt[i].rctl == fch_r_ctl) &&
2422 (pring->prt[i].type == fch_type)) {
2423 if (pring->prt[i].lpfc_sli_rcv_unsol_event)
2424 (pring->prt[i].lpfc_sli_rcv_unsol_event)
2425 (phba, pring, saveq);
2426 return 1;
2427 }
2428 }
2429 return 0;
2430}
James Smarte59058c2008-08-24 21:49:00 -04002431
2432/**
James Smart3621a712009-04-06 18:47:14 -04002433 * lpfc_sli_process_unsol_iocb - Unsolicited iocb handler
James Smarte59058c2008-08-24 21:49:00 -04002434 * @phba: Pointer to HBA context object.
2435 * @pring: Pointer to driver SLI ring object.
2436 * @saveq: Pointer to the unsolicited iocb.
2437 *
2438 * This function is called with no lock held by the ring event handler
2439 * when there is an unsolicited iocb posted to the response ring by the
2440 * firmware. This function gets the buffer associated with the iocbs
2441 * and calls the event handler for the ring. This function handles both
2442 * qring buffers and hbq buffers.
2443 * When the function returns 1 the caller can free the iocb object otherwise
2444 * upper layer functions will free the iocb objects.
2445 **/
dea31012005-04-17 16:05:31 -05002446static int
2447lpfc_sli_process_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
2448 struct lpfc_iocbq *saveq)
2449{
2450 IOCB_t * irsp;
2451 WORD5 * w5p;
2452 uint32_t Rctl, Type;
James Smart3772a992009-05-22 14:50:54 -04002453 uint32_t match;
James Smart76bb24e2007-10-27 13:38:00 -04002454 struct lpfc_iocbq *iocbq;
James Smart3163f722008-02-08 18:50:25 -05002455 struct lpfc_dmabuf *dmzbuf;
dea31012005-04-17 16:05:31 -05002456
2457 match = 0;
2458 irsp = &(saveq->iocb);
James Smart57127f12007-10-27 13:37:05 -04002459
2460 if (irsp->ulpCommand == CMD_ASYNC_STATUS) {
2461 if (pring->lpfc_sli_rcv_async_status)
2462 pring->lpfc_sli_rcv_async_status(phba, pring, saveq);
2463 else
2464 lpfc_printf_log(phba,
2465 KERN_WARNING,
2466 LOG_SLI,
2467 "0316 Ring %d handler: unexpected "
2468 "ASYNC_STATUS iocb received evt_code "
2469 "0x%x\n",
2470 pring->ringno,
2471 irsp->un.asyncstat.evt_code);
2472 return 1;
2473 }
2474
James Smart3163f722008-02-08 18:50:25 -05002475 if ((irsp->ulpCommand == CMD_IOCB_RET_XRI64_CX) &&
2476 (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED)) {
2477 if (irsp->ulpBdeCount > 0) {
2478 dmzbuf = lpfc_sli_get_buff(phba, pring,
2479 irsp->un.ulpWord[3]);
2480 lpfc_in_buf_free(phba, dmzbuf);
2481 }
2482
2483 if (irsp->ulpBdeCount > 1) {
2484 dmzbuf = lpfc_sli_get_buff(phba, pring,
2485 irsp->unsli3.sli3Words[3]);
2486 lpfc_in_buf_free(phba, dmzbuf);
2487 }
2488
2489 if (irsp->ulpBdeCount > 2) {
2490 dmzbuf = lpfc_sli_get_buff(phba, pring,
2491 irsp->unsli3.sli3Words[7]);
2492 lpfc_in_buf_free(phba, dmzbuf);
2493 }
2494
2495 return 1;
2496 }
2497
James Smart92d7f7b2007-06-17 19:56:38 -05002498 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
James Smart76bb24e2007-10-27 13:38:00 -04002499 if (irsp->ulpBdeCount != 0) {
2500 saveq->context2 = lpfc_sli_get_buff(phba, pring,
James Smart92d7f7b2007-06-17 19:56:38 -05002501 irsp->un.ulpWord[3]);
James Smart76bb24e2007-10-27 13:38:00 -04002502 if (!saveq->context2)
2503 lpfc_printf_log(phba,
2504 KERN_ERR,
2505 LOG_SLI,
2506 "0341 Ring %d Cannot find buffer for "
2507 "an unsolicited iocb. tag 0x%x\n",
2508 pring->ringno,
2509 irsp->un.ulpWord[3]);
James Smart76bb24e2007-10-27 13:38:00 -04002510 }
2511 if (irsp->ulpBdeCount == 2) {
2512 saveq->context3 = lpfc_sli_get_buff(phba, pring,
James Smart51ef4c22007-08-02 11:10:31 -04002513 irsp->unsli3.sli3Words[7]);
James Smart76bb24e2007-10-27 13:38:00 -04002514 if (!saveq->context3)
2515 lpfc_printf_log(phba,
2516 KERN_ERR,
2517 LOG_SLI,
2518 "0342 Ring %d Cannot find buffer for an"
2519 " unsolicited iocb. tag 0x%x\n",
2520 pring->ringno,
2521 irsp->unsli3.sli3Words[7]);
2522 }
2523 list_for_each_entry(iocbq, &saveq->list, list) {
James Smart76bb24e2007-10-27 13:38:00 -04002524 irsp = &(iocbq->iocb);
James Smart76bb24e2007-10-27 13:38:00 -04002525 if (irsp->ulpBdeCount != 0) {
2526 iocbq->context2 = lpfc_sli_get_buff(phba, pring,
2527 irsp->un.ulpWord[3]);
James Smart9c2face2008-01-11 01:53:18 -05002528 if (!iocbq->context2)
James Smart76bb24e2007-10-27 13:38:00 -04002529 lpfc_printf_log(phba,
2530 KERN_ERR,
2531 LOG_SLI,
2532 "0343 Ring %d Cannot find "
2533 "buffer for an unsolicited iocb"
2534 ". tag 0x%x\n", pring->ringno,
2535 irsp->un.ulpWord[3]);
2536 }
2537 if (irsp->ulpBdeCount == 2) {
2538 iocbq->context3 = lpfc_sli_get_buff(phba, pring,
2539 irsp->unsli3.sli3Words[7]);
James Smart9c2face2008-01-11 01:53:18 -05002540 if (!iocbq->context3)
James Smart76bb24e2007-10-27 13:38:00 -04002541 lpfc_printf_log(phba,
2542 KERN_ERR,
2543 LOG_SLI,
2544 "0344 Ring %d Cannot find "
2545 "buffer for an unsolicited "
2546 "iocb. tag 0x%x\n",
2547 pring->ringno,
2548 irsp->unsli3.sli3Words[7]);
2549 }
2550 }
James Smart92d7f7b2007-06-17 19:56:38 -05002551 }
James Smart9c2face2008-01-11 01:53:18 -05002552 if (irsp->ulpBdeCount != 0 &&
2553 (irsp->ulpCommand == CMD_IOCB_RCV_CONT64_CX ||
2554 irsp->ulpStatus == IOSTAT_INTERMED_RSP)) {
2555 int found = 0;
2556
2557 /* search continue save q for same XRI */
2558 list_for_each_entry(iocbq, &pring->iocb_continue_saveq, clist) {
James Smart7851fe22011-07-22 18:36:52 -04002559 if (iocbq->iocb.unsli3.rcvsli3.ox_id ==
2560 saveq->iocb.unsli3.rcvsli3.ox_id) {
James Smart9c2face2008-01-11 01:53:18 -05002561 list_add_tail(&saveq->list, &iocbq->list);
2562 found = 1;
2563 break;
2564 }
2565 }
2566 if (!found)
2567 list_add_tail(&saveq->clist,
2568 &pring->iocb_continue_saveq);
2569 if (saveq->iocb.ulpStatus != IOSTAT_INTERMED_RSP) {
2570 list_del_init(&iocbq->clist);
2571 saveq = iocbq;
2572 irsp = &(saveq->iocb);
2573 } else
2574 return 0;
2575 }
2576 if ((irsp->ulpCommand == CMD_RCV_ELS_REQ64_CX) ||
2577 (irsp->ulpCommand == CMD_RCV_ELS_REQ_CX) ||
2578 (irsp->ulpCommand == CMD_IOCB_RCV_ELS64_CX)) {
James Smart6a9c52c2009-10-02 15:16:51 -04002579 Rctl = FC_RCTL_ELS_REQ;
2580 Type = FC_TYPE_ELS;
James Smart9c2face2008-01-11 01:53:18 -05002581 } else {
2582 w5p = (WORD5 *)&(saveq->iocb.un.ulpWord[5]);
2583 Rctl = w5p->hcsw.Rctl;
2584 Type = w5p->hcsw.Type;
2585
2586 /* Firmware Workaround */
2587 if ((Rctl == 0) && (pring->ringno == LPFC_ELS_RING) &&
2588 (irsp->ulpCommand == CMD_RCV_SEQUENCE64_CX ||
2589 irsp->ulpCommand == CMD_IOCB_RCV_SEQ64_CX)) {
James Smart6a9c52c2009-10-02 15:16:51 -04002590 Rctl = FC_RCTL_ELS_REQ;
2591 Type = FC_TYPE_ELS;
James Smart9c2face2008-01-11 01:53:18 -05002592 w5p->hcsw.Rctl = Rctl;
2593 w5p->hcsw.Type = Type;
2594 }
2595 }
James Smart92d7f7b2007-06-17 19:56:38 -05002596
James Smart3772a992009-05-22 14:50:54 -04002597 if (!lpfc_complete_unsol_iocb(phba, pring, saveq, Rctl, Type))
James Smart92d7f7b2007-06-17 19:56:38 -05002598 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002599 "0313 Ring %d handler: unexpected Rctl x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05002600 "Type x%x received\n",
James Smarte8b62012007-08-02 11:10:09 -04002601 pring->ringno, Rctl, Type);
James Smart3772a992009-05-22 14:50:54 -04002602
James Smart92d7f7b2007-06-17 19:56:38 -05002603 return 1;
dea31012005-04-17 16:05:31 -05002604}
2605
James Smarte59058c2008-08-24 21:49:00 -04002606/**
James Smart3621a712009-04-06 18:47:14 -04002607 * lpfc_sli_iocbq_lookup - Find command iocb for the given response iocb
James Smarte59058c2008-08-24 21:49:00 -04002608 * @phba: Pointer to HBA context object.
2609 * @pring: Pointer to driver SLI ring object.
2610 * @prspiocb: Pointer to response iocb object.
2611 *
2612 * This function looks up the iocb_lookup table to get the command iocb
2613 * corresponding to the given response iocb using the iotag of the
2614 * response iocb. This function is called with the hbalock held.
2615 * This function returns the command iocb object if it finds the command
2616 * iocb else returns NULL.
2617 **/
dea31012005-04-17 16:05:31 -05002618static struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -05002619lpfc_sli_iocbq_lookup(struct lpfc_hba *phba,
2620 struct lpfc_sli_ring *pring,
2621 struct lpfc_iocbq *prspiocb)
dea31012005-04-17 16:05:31 -05002622{
dea31012005-04-17 16:05:31 -05002623 struct lpfc_iocbq *cmd_iocb = NULL;
2624 uint16_t iotag;
2625
James Bottomley604a3e32005-10-29 10:28:33 -05002626 iotag = prspiocb->iocb.ulpIoTag;
dea31012005-04-17 16:05:31 -05002627
James Bottomley604a3e32005-10-29 10:28:33 -05002628 if (iotag != 0 && iotag <= phba->sli.last_iotag) {
2629 cmd_iocb = phba->sli.iocbq_lookup[iotag];
James Smart92d7f7b2007-06-17 19:56:38 -05002630 list_del_init(&cmd_iocb->list);
James Smart4f2e66c2012-05-09 21:17:07 -04002631 if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) {
James Smart4f2e66c2012-05-09 21:17:07 -04002632 cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smart2a9bf3d2010-06-07 15:24:45 -04002633 }
James Bottomley604a3e32005-10-29 10:28:33 -05002634 return cmd_iocb;
dea31012005-04-17 16:05:31 -05002635 }
2636
dea31012005-04-17 16:05:31 -05002637 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002638 "0317 iotag x%x is out off "
James Bottomley604a3e32005-10-29 10:28:33 -05002639 "range: max iotag x%x wd0 x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04002640 iotag, phba->sli.last_iotag,
James Bottomley604a3e32005-10-29 10:28:33 -05002641 *(((uint32_t *) &prspiocb->iocb) + 7));
dea31012005-04-17 16:05:31 -05002642 return NULL;
2643}
2644
James Smarte59058c2008-08-24 21:49:00 -04002645/**
James Smart3772a992009-05-22 14:50:54 -04002646 * lpfc_sli_iocbq_lookup_by_tag - Find command iocb for the iotag
2647 * @phba: Pointer to HBA context object.
2648 * @pring: Pointer to driver SLI ring object.
2649 * @iotag: IOCB tag.
2650 *
2651 * This function looks up the iocb_lookup table to get the command iocb
2652 * corresponding to the given iotag. This function is called with the
2653 * hbalock held.
2654 * This function returns the command iocb object if it finds the command
2655 * iocb else returns NULL.
2656 **/
2657static struct lpfc_iocbq *
2658lpfc_sli_iocbq_lookup_by_tag(struct lpfc_hba *phba,
2659 struct lpfc_sli_ring *pring, uint16_t iotag)
2660{
2661 struct lpfc_iocbq *cmd_iocb;
2662
2663 if (iotag != 0 && iotag <= phba->sli.last_iotag) {
2664 cmd_iocb = phba->sli.iocbq_lookup[iotag];
James Smart4f2e66c2012-05-09 21:17:07 -04002665 if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) {
2666 /* remove from txcmpl queue list */
2667 list_del_init(&cmd_iocb->list);
2668 cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smart4f2e66c2012-05-09 21:17:07 -04002669 return cmd_iocb;
James Smart2a9bf3d2010-06-07 15:24:45 -04002670 }
James Smart3772a992009-05-22 14:50:54 -04002671 }
James Smart3772a992009-05-22 14:50:54 -04002672 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
2673 "0372 iotag x%x is out off range: max iotag (x%x)\n",
2674 iotag, phba->sli.last_iotag);
2675 return NULL;
2676}
2677
2678/**
James Smart3621a712009-04-06 18:47:14 -04002679 * lpfc_sli_process_sol_iocb - process solicited iocb completion
James Smarte59058c2008-08-24 21:49:00 -04002680 * @phba: Pointer to HBA context object.
2681 * @pring: Pointer to driver SLI ring object.
2682 * @saveq: Pointer to the response iocb to be processed.
2683 *
2684 * This function is called by the ring event handler for non-fcp
2685 * rings when there is a new response iocb in the response ring.
2686 * The caller is not required to hold any locks. This function
2687 * gets the command iocb associated with the response iocb and
2688 * calls the completion handler for the command iocb. If there
2689 * is no completion handler, the function will free the resources
2690 * associated with command iocb. If the response iocb is for
2691 * an already aborted command iocb, the status of the completion
2692 * is changed to IOSTAT_LOCAL_REJECT/IOERR_SLI_ABORTED.
2693 * This function always returns 1.
2694 **/
dea31012005-04-17 16:05:31 -05002695static int
James Smart2e0fef82007-06-17 19:56:36 -05002696lpfc_sli_process_sol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
dea31012005-04-17 16:05:31 -05002697 struct lpfc_iocbq *saveq)
2698{
James Smart2e0fef82007-06-17 19:56:36 -05002699 struct lpfc_iocbq *cmdiocbp;
dea31012005-04-17 16:05:31 -05002700 int rc = 1;
2701 unsigned long iflag;
2702
2703 /* Based on the iotag field, get the cmd IOCB from the txcmplq */
James Smart2e0fef82007-06-17 19:56:36 -05002704 spin_lock_irqsave(&phba->hbalock, iflag);
James Bottomley604a3e32005-10-29 10:28:33 -05002705 cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring, saveq);
James Smart2e0fef82007-06-17 19:56:36 -05002706 spin_unlock_irqrestore(&phba->hbalock, iflag);
2707
dea31012005-04-17 16:05:31 -05002708 if (cmdiocbp) {
2709 if (cmdiocbp->iocb_cmpl) {
2710 /*
James Smartea2151b2008-09-07 11:52:10 -04002711 * If an ELS command failed send an event to mgmt
2712 * application.
2713 */
2714 if (saveq->iocb.ulpStatus &&
2715 (pring->ringno == LPFC_ELS_RING) &&
2716 (cmdiocbp->iocb.ulpCommand ==
2717 CMD_ELS_REQUEST64_CR))
2718 lpfc_send_els_failure_event(phba,
2719 cmdiocbp, saveq);
2720
2721 /*
dea31012005-04-17 16:05:31 -05002722 * Post all ELS completions to the worker thread.
2723 * All other are passed to the completion callback.
2724 */
2725 if (pring->ringno == LPFC_ELS_RING) {
James Smart341af102010-01-26 23:07:37 -05002726 if ((phba->sli_rev < LPFC_SLI_REV4) &&
2727 (cmdiocbp->iocb_flag &
2728 LPFC_DRIVER_ABORTED)) {
2729 spin_lock_irqsave(&phba->hbalock,
2730 iflag);
James Smart07951072007-04-25 09:51:38 -04002731 cmdiocbp->iocb_flag &=
2732 ~LPFC_DRIVER_ABORTED;
James Smart341af102010-01-26 23:07:37 -05002733 spin_unlock_irqrestore(&phba->hbalock,
2734 iflag);
James Smart07951072007-04-25 09:51:38 -04002735 saveq->iocb.ulpStatus =
2736 IOSTAT_LOCAL_REJECT;
2737 saveq->iocb.un.ulpWord[4] =
2738 IOERR_SLI_ABORTED;
James Smart0ff10d42008-01-11 01:52:36 -05002739
2740 /* Firmware could still be in progress
2741 * of DMAing payload, so don't free data
2742 * buffer till after a hbeat.
2743 */
James Smart341af102010-01-26 23:07:37 -05002744 spin_lock_irqsave(&phba->hbalock,
2745 iflag);
James Smart0ff10d42008-01-11 01:52:36 -05002746 saveq->iocb_flag |= LPFC_DELAY_MEM_FREE;
James Smart341af102010-01-26 23:07:37 -05002747 spin_unlock_irqrestore(&phba->hbalock,
2748 iflag);
2749 }
James Smart0f65ff62010-02-26 14:14:23 -05002750 if (phba->sli_rev == LPFC_SLI_REV4) {
2751 if (saveq->iocb_flag &
2752 LPFC_EXCHANGE_BUSY) {
2753 /* Set cmdiocb flag for the
2754 * exchange busy so sgl (xri)
2755 * will not be released until
2756 * the abort xri is received
2757 * from hba.
2758 */
2759 spin_lock_irqsave(
2760 &phba->hbalock, iflag);
2761 cmdiocbp->iocb_flag |=
2762 LPFC_EXCHANGE_BUSY;
2763 spin_unlock_irqrestore(
2764 &phba->hbalock, iflag);
2765 }
2766 if (cmdiocbp->iocb_flag &
2767 LPFC_DRIVER_ABORTED) {
2768 /*
2769 * Clear LPFC_DRIVER_ABORTED
2770 * bit in case it was driver
2771 * initiated abort.
2772 */
2773 spin_lock_irqsave(
2774 &phba->hbalock, iflag);
2775 cmdiocbp->iocb_flag &=
2776 ~LPFC_DRIVER_ABORTED;
2777 spin_unlock_irqrestore(
2778 &phba->hbalock, iflag);
2779 cmdiocbp->iocb.ulpStatus =
2780 IOSTAT_LOCAL_REJECT;
2781 cmdiocbp->iocb.un.ulpWord[4] =
2782 IOERR_ABORT_REQUESTED;
2783 /*
2784 * For SLI4, irsiocb contains
2785 * NO_XRI in sli_xritag, it
2786 * shall not affect releasing
2787 * sgl (xri) process.
2788 */
2789 saveq->iocb.ulpStatus =
2790 IOSTAT_LOCAL_REJECT;
2791 saveq->iocb.un.ulpWord[4] =
2792 IOERR_SLI_ABORTED;
2793 spin_lock_irqsave(
2794 &phba->hbalock, iflag);
2795 saveq->iocb_flag |=
2796 LPFC_DELAY_MEM_FREE;
2797 spin_unlock_irqrestore(
2798 &phba->hbalock, iflag);
2799 }
James Smart07951072007-04-25 09:51:38 -04002800 }
dea31012005-04-17 16:05:31 -05002801 }
James Smart2e0fef82007-06-17 19:56:36 -05002802 (cmdiocbp->iocb_cmpl) (phba, cmdiocbp, saveq);
James Bottomley604a3e32005-10-29 10:28:33 -05002803 } else
2804 lpfc_sli_release_iocbq(phba, cmdiocbp);
dea31012005-04-17 16:05:31 -05002805 } else {
2806 /*
2807 * Unknown initiating command based on the response iotag.
2808 * This could be the case on the ELS ring because of
2809 * lpfc_els_abort().
2810 */
2811 if (pring->ringno != LPFC_ELS_RING) {
2812 /*
2813 * Ring <ringno> handler: unexpected completion IoTag
2814 * <IoTag>
2815 */
James Smarta257bf92009-04-06 18:48:10 -04002816 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002817 "0322 Ring %d handler: "
2818 "unexpected completion IoTag x%x "
2819 "Data: x%x x%x x%x x%x\n",
2820 pring->ringno,
2821 saveq->iocb.ulpIoTag,
2822 saveq->iocb.ulpStatus,
2823 saveq->iocb.un.ulpWord[4],
2824 saveq->iocb.ulpCommand,
2825 saveq->iocb.ulpContext);
dea31012005-04-17 16:05:31 -05002826 }
2827 }
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04002828
dea31012005-04-17 16:05:31 -05002829 return rc;
2830}
2831
James Smarte59058c2008-08-24 21:49:00 -04002832/**
James Smart3621a712009-04-06 18:47:14 -04002833 * lpfc_sli_rsp_pointers_error - Response ring pointer error handler
James Smarte59058c2008-08-24 21:49:00 -04002834 * @phba: Pointer to HBA context object.
2835 * @pring: Pointer to driver SLI ring object.
2836 *
2837 * This function is called from the iocb ring event handlers when
2838 * put pointer is ahead of the get pointer for a ring. This function signal
2839 * an error attention condition to the worker thread and the worker
2840 * thread will transition the HBA to offline state.
2841 **/
James Smart2e0fef82007-06-17 19:56:36 -05002842static void
2843lpfc_sli_rsp_pointers_error(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002844{
James Smart34b02dc2008-08-24 21:49:55 -04002845 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002846 /*
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02002847 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002848 * rsp ring <portRspMax>
2849 */
2850 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002851 "0312 Ring %d handler: portRspPut %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02002852 "is bigger than rsp ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04002853 pring->ringno, le32_to_cpu(pgp->rspPutInx),
James Smart7e56aa22012-08-03 12:35:34 -04002854 pring->sli.sli3.numRiocb);
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002855
James Smart2e0fef82007-06-17 19:56:36 -05002856 phba->link_state = LPFC_HBA_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002857
2858 /*
2859 * All error attention handlers are posted to
2860 * worker thread
2861 */
2862 phba->work_ha |= HA_ERATT;
2863 phba->work_hs = HS_FFER3;
James Smart92d7f7b2007-06-17 19:56:38 -05002864
James Smart5e9d9b82008-06-14 22:52:53 -04002865 lpfc_worker_wake_up(phba);
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002866
2867 return;
2868}
2869
James Smarte59058c2008-08-24 21:49:00 -04002870/**
James Smart3621a712009-04-06 18:47:14 -04002871 * lpfc_poll_eratt - Error attention polling timer timeout handler
James Smart93996272008-08-24 21:50:30 -04002872 * @ptr: Pointer to address of HBA context object.
2873 *
2874 * This function is invoked by the Error Attention polling timer when the
2875 * timer times out. It will check the SLI Error Attention register for
2876 * possible attention events. If so, it will post an Error Attention event
2877 * and wake up worker thread to process it. Otherwise, it will set up the
2878 * Error Attention polling timer for the next poll.
2879 **/
2880void lpfc_poll_eratt(unsigned long ptr)
2881{
2882 struct lpfc_hba *phba;
James Smartaa6fbb72012-08-03 12:36:03 -04002883 uint32_t eratt = 0, rem;
2884 uint64_t sli_intr, cnt;
James Smart93996272008-08-24 21:50:30 -04002885
2886 phba = (struct lpfc_hba *)ptr;
2887
James Smartaa6fbb72012-08-03 12:36:03 -04002888 /* Here we will also keep track of interrupts per sec of the hba */
2889 sli_intr = phba->sli.slistat.sli_intr;
2890
2891 if (phba->sli.slistat.sli_prev_intr > sli_intr)
2892 cnt = (((uint64_t)(-1) - phba->sli.slistat.sli_prev_intr) +
2893 sli_intr);
2894 else
2895 cnt = (sli_intr - phba->sli.slistat.sli_prev_intr);
2896
2897 /* 64-bit integer division not supporte on 32-bit x86 - use do_div */
2898 rem = do_div(cnt, LPFC_ERATT_POLL_INTERVAL);
2899 phba->sli.slistat.sli_ips = cnt;
2900
2901 phba->sli.slistat.sli_prev_intr = sli_intr;
2902
James Smart93996272008-08-24 21:50:30 -04002903 /* Check chip HA register for error event */
2904 eratt = lpfc_sli_check_eratt(phba);
2905
2906 if (eratt)
2907 /* Tell the worker thread there is work to do */
2908 lpfc_worker_wake_up(phba);
2909 else
2910 /* Restart the timer for next eratt poll */
2911 mod_timer(&phba->eratt_poll, jiffies +
2912 HZ * LPFC_ERATT_POLL_INTERVAL);
2913 return;
2914}
2915
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002916
James Smarte59058c2008-08-24 21:49:00 -04002917/**
James Smart3621a712009-04-06 18:47:14 -04002918 * lpfc_sli_handle_fast_ring_event - Handle ring events on FCP ring
James Smarte59058c2008-08-24 21:49:00 -04002919 * @phba: Pointer to HBA context object.
2920 * @pring: Pointer to driver SLI ring object.
2921 * @mask: Host attention register mask for this ring.
2922 *
2923 * This function is called from the interrupt context when there is a ring
2924 * event for the fcp ring. The caller does not hold any lock.
2925 * The function processes each response iocb in the response ring until it
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002926 * finds an iocb with LE bit set and chains all the iocbs up to the iocb with
James Smarte59058c2008-08-24 21:49:00 -04002927 * LE bit set. The function will call the completion handler of the command iocb
2928 * if the response iocb indicates a completion for a command iocb or it is
2929 * an abort completion. The function will call lpfc_sli_process_unsol_iocb
2930 * function if this is an unsolicited iocb.
dea31012005-04-17 16:05:31 -05002931 * This routine presumes LPFC_FCP_RING handling and doesn't bother
James Smart45ed1192009-10-02 15:17:02 -04002932 * to check it explicitly.
2933 */
2934int
James Smart2e0fef82007-06-17 19:56:36 -05002935lpfc_sli_handle_fast_ring_event(struct lpfc_hba *phba,
2936 struct lpfc_sli_ring *pring, uint32_t mask)
dea31012005-04-17 16:05:31 -05002937{
James Smart34b02dc2008-08-24 21:49:55 -04002938 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
dea31012005-04-17 16:05:31 -05002939 IOCB_t *irsp = NULL;
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002940 IOCB_t *entry = NULL;
dea31012005-04-17 16:05:31 -05002941 struct lpfc_iocbq *cmdiocbq = NULL;
2942 struct lpfc_iocbq rspiocbq;
dea31012005-04-17 16:05:31 -05002943 uint32_t status;
2944 uint32_t portRspPut, portRspMax;
2945 int rc = 1;
2946 lpfc_iocb_type type;
2947 unsigned long iflag;
2948 uint32_t rsp_cmpl = 0;
dea31012005-04-17 16:05:31 -05002949
James Smart2e0fef82007-06-17 19:56:36 -05002950 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05002951 pring->stats.iocb_event++;
2952
dea31012005-04-17 16:05:31 -05002953 /*
2954 * The next available response entry should never exceed the maximum
2955 * entries. If it does, treat it as an adapter hardware error.
2956 */
James Smart7e56aa22012-08-03 12:35:34 -04002957 portRspMax = pring->sli.sli3.numRiocb;
dea31012005-04-17 16:05:31 -05002958 portRspPut = le32_to_cpu(pgp->rspPutInx);
2959 if (unlikely(portRspPut >= portRspMax)) {
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002960 lpfc_sli_rsp_pointers_error(phba, pring);
James Smart2e0fef82007-06-17 19:56:36 -05002961 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05002962 return 1;
2963 }
James Smart45ed1192009-10-02 15:17:02 -04002964 if (phba->fcp_ring_in_use) {
2965 spin_unlock_irqrestore(&phba->hbalock, iflag);
2966 return 1;
2967 } else
2968 phba->fcp_ring_in_use = 1;
dea31012005-04-17 16:05:31 -05002969
2970 rmb();
James Smart7e56aa22012-08-03 12:35:34 -04002971 while (pring->sli.sli3.rspidx != portRspPut) {
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002972 /*
2973 * Fetch an entry off the ring and copy it into a local data
2974 * structure. The copy involves a byte-swap since the
2975 * network byte order and pci byte orders are different.
2976 */
James Smarted957682007-06-17 19:56:37 -05002977 entry = lpfc_resp_iocb(phba, pring);
James Smart858c9f62007-06-17 19:56:39 -05002978 phba->last_completion_time = jiffies;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002979
James Smart7e56aa22012-08-03 12:35:34 -04002980 if (++pring->sli.sli3.rspidx >= portRspMax)
2981 pring->sli.sli3.rspidx = 0;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002982
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002983 lpfc_sli_pcimem_bcopy((uint32_t *) entry,
2984 (uint32_t *) &rspiocbq.iocb,
James Smarted957682007-06-17 19:56:37 -05002985 phba->iocb_rsp_size);
James Smarta4bc3372006-12-02 13:34:16 -05002986 INIT_LIST_HEAD(&(rspiocbq.list));
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002987 irsp = &rspiocbq.iocb;
2988
dea31012005-04-17 16:05:31 -05002989 type = lpfc_sli_iocb_cmd_type(irsp->ulpCommand & CMD_IOCB_MASK);
2990 pring->stats.iocb_rsp++;
2991 rsp_cmpl++;
2992
2993 if (unlikely(irsp->ulpStatus)) {
James Smart92d7f7b2007-06-17 19:56:38 -05002994 /*
2995 * If resource errors reported from HBA, reduce
2996 * queuedepths of the SCSI device.
2997 */
2998 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&
James Smarte3d2b802012-08-14 14:25:43 -04002999 ((irsp->un.ulpWord[4] & IOERR_PARAM_MASK) ==
3000 IOERR_NO_RESOURCES)) {
James Smart92d7f7b2007-06-17 19:56:38 -05003001 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04003002 phba->lpfc_rampdown_queue_depth(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05003003 spin_lock_irqsave(&phba->hbalock, iflag);
3004 }
3005
dea31012005-04-17 16:05:31 -05003006 /* Rsp ring <ringno> error: IOCB */
3007 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003008 "0336 Rsp Ring %d error: IOCB Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05003009 "x%x x%x x%x x%x x%x x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003010 pring->ringno,
James Smart92d7f7b2007-06-17 19:56:38 -05003011 irsp->un.ulpWord[0],
3012 irsp->un.ulpWord[1],
3013 irsp->un.ulpWord[2],
3014 irsp->un.ulpWord[3],
3015 irsp->un.ulpWord[4],
3016 irsp->un.ulpWord[5],
James Smartd7c255b2008-08-24 21:50:00 -04003017 *(uint32_t *)&irsp->un1,
3018 *((uint32_t *)&irsp->un1 + 1));
dea31012005-04-17 16:05:31 -05003019 }
3020
3021 switch (type) {
3022 case LPFC_ABORT_IOCB:
3023 case LPFC_SOL_IOCB:
3024 /*
3025 * Idle exchange closed via ABTS from port. No iocb
3026 * resources need to be recovered.
3027 */
3028 if (unlikely(irsp->ulpCommand == CMD_XRI_ABORTED_CX)) {
James Smartdca94792006-08-01 07:34:08 -04003029 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003030 "0333 IOCB cmd 0x%x"
James Smartdca94792006-08-01 07:34:08 -04003031 " processed. Skipping"
James Smart92d7f7b2007-06-17 19:56:38 -05003032 " completion\n",
James Smartdca94792006-08-01 07:34:08 -04003033 irsp->ulpCommand);
dea31012005-04-17 16:05:31 -05003034 break;
3035 }
3036
James Bottomley604a3e32005-10-29 10:28:33 -05003037 cmdiocbq = lpfc_sli_iocbq_lookup(phba, pring,
3038 &rspiocbq);
James Smart0f65ff62010-02-26 14:14:23 -05003039 if (unlikely(!cmdiocbq))
3040 break;
3041 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED)
3042 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
3043 if (cmdiocbq->iocb_cmpl) {
3044 spin_unlock_irqrestore(&phba->hbalock, iflag);
3045 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq,
3046 &rspiocbq);
3047 spin_lock_irqsave(&phba->hbalock, iflag);
3048 }
dea31012005-04-17 16:05:31 -05003049 break;
James Smarta4bc3372006-12-02 13:34:16 -05003050 case LPFC_UNSOL_IOCB:
James Smart2e0fef82007-06-17 19:56:36 -05003051 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta4bc3372006-12-02 13:34:16 -05003052 lpfc_sli_process_unsol_iocb(phba, pring, &rspiocbq);
James Smart2e0fef82007-06-17 19:56:36 -05003053 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta4bc3372006-12-02 13:34:16 -05003054 break;
dea31012005-04-17 16:05:31 -05003055 default:
3056 if (irsp->ulpCommand == CMD_ADAPTER_MSG) {
3057 char adaptermsg[LPFC_MAX_ADPTMSG];
3058 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG);
3059 memcpy(&adaptermsg[0], (uint8_t *) irsp,
3060 MAX_MSG_DATA);
Joe Perches898eb712007-10-18 03:06:30 -07003061 dev_warn(&((phba->pcidev)->dev),
3062 "lpfc%d: %s\n",
dea31012005-04-17 16:05:31 -05003063 phba->brd_no, adaptermsg);
3064 } else {
3065 /* Unknown IOCB command */
3066 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003067 "0334 Unknown IOCB command "
James Smart92d7f7b2007-06-17 19:56:38 -05003068 "Data: x%x, x%x x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003069 type, irsp->ulpCommand,
James Smart92d7f7b2007-06-17 19:56:38 -05003070 irsp->ulpStatus,
3071 irsp->ulpIoTag,
3072 irsp->ulpContext);
dea31012005-04-17 16:05:31 -05003073 }
3074 break;
3075 }
3076
3077 /*
3078 * The response IOCB has been processed. Update the ring
3079 * pointer in SLIM. If the port response put pointer has not
3080 * been updated, sync the pgp->rspPutInx and fetch the new port
3081 * response put pointer.
3082 */
James Smart7e56aa22012-08-03 12:35:34 -04003083 writel(pring->sli.sli3.rspidx,
3084 &phba->host_gp[pring->ringno].rspGetInx);
dea31012005-04-17 16:05:31 -05003085
James Smart7e56aa22012-08-03 12:35:34 -04003086 if (pring->sli.sli3.rspidx == portRspPut)
dea31012005-04-17 16:05:31 -05003087 portRspPut = le32_to_cpu(pgp->rspPutInx);
3088 }
3089
3090 if ((rsp_cmpl > 0) && (mask & HA_R0RE_REQ)) {
3091 pring->stats.iocb_rsp_full++;
3092 status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4));
3093 writel(status, phba->CAregaddr);
3094 readl(phba->CAregaddr);
3095 }
3096 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
3097 pring->flag &= ~LPFC_CALL_RING_AVAILABLE;
3098 pring->stats.iocb_cmd_empty++;
3099
3100 /* Force update of the local copy of cmdGetInx */
James Smart7e56aa22012-08-03 12:35:34 -04003101 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05003102 lpfc_sli_resume_iocb(phba, pring);
3103
3104 if ((pring->lpfc_sli_cmd_available))
3105 (pring->lpfc_sli_cmd_available) (phba, pring);
3106
3107 }
3108
James Smart45ed1192009-10-02 15:17:02 -04003109 phba->fcp_ring_in_use = 0;
James Smart2e0fef82007-06-17 19:56:36 -05003110 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003111 return rc;
3112}
3113
James Smarte59058c2008-08-24 21:49:00 -04003114/**
James Smart3772a992009-05-22 14:50:54 -04003115 * lpfc_sli_sp_handle_rspiocb - Handle slow-path response iocb
3116 * @phba: Pointer to HBA context object.
3117 * @pring: Pointer to driver SLI ring object.
3118 * @rspiocbp: Pointer to driver response IOCB object.
3119 *
3120 * This function is called from the worker thread when there is a slow-path
3121 * response IOCB to process. This function chains all the response iocbs until
3122 * seeing the iocb with the LE bit set. The function will call
3123 * lpfc_sli_process_sol_iocb function if the response iocb indicates a
3124 * completion of a command iocb. The function will call the
3125 * lpfc_sli_process_unsol_iocb function if this is an unsolicited iocb.
3126 * The function frees the resources or calls the completion handler if this
3127 * iocb is an abort completion. The function returns NULL when the response
3128 * iocb has the LE bit set and all the chained iocbs are processed, otherwise
3129 * this function shall chain the iocb on to the iocb_continueq and return the
3130 * response iocb passed in.
3131 **/
3132static struct lpfc_iocbq *
3133lpfc_sli_sp_handle_rspiocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
3134 struct lpfc_iocbq *rspiocbp)
3135{
3136 struct lpfc_iocbq *saveq;
3137 struct lpfc_iocbq *cmdiocbp;
3138 struct lpfc_iocbq *next_iocb;
3139 IOCB_t *irsp = NULL;
3140 uint32_t free_saveq;
3141 uint8_t iocb_cmd_type;
3142 lpfc_iocb_type type;
3143 unsigned long iflag;
3144 int rc;
3145
3146 spin_lock_irqsave(&phba->hbalock, iflag);
3147 /* First add the response iocb to the countinueq list */
3148 list_add_tail(&rspiocbp->list, &(pring->iocb_continueq));
3149 pring->iocb_continueq_cnt++;
3150
Justin P. Mattock70f23fd2011-05-10 10:16:21 +02003151 /* Now, determine whether the list is completed for processing */
James Smart3772a992009-05-22 14:50:54 -04003152 irsp = &rspiocbp->iocb;
3153 if (irsp->ulpLe) {
3154 /*
3155 * By default, the driver expects to free all resources
3156 * associated with this iocb completion.
3157 */
3158 free_saveq = 1;
3159 saveq = list_get_first(&pring->iocb_continueq,
3160 struct lpfc_iocbq, list);
3161 irsp = &(saveq->iocb);
3162 list_del_init(&pring->iocb_continueq);
3163 pring->iocb_continueq_cnt = 0;
3164
3165 pring->stats.iocb_rsp++;
3166
3167 /*
3168 * If resource errors reported from HBA, reduce
3169 * queuedepths of the SCSI device.
3170 */
3171 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&
James Smarte3d2b802012-08-14 14:25:43 -04003172 ((irsp->un.ulpWord[4] & IOERR_PARAM_MASK) ==
3173 IOERR_NO_RESOURCES)) {
James Smart3772a992009-05-22 14:50:54 -04003174 spin_unlock_irqrestore(&phba->hbalock, iflag);
3175 phba->lpfc_rampdown_queue_depth(phba);
3176 spin_lock_irqsave(&phba->hbalock, iflag);
3177 }
3178
3179 if (irsp->ulpStatus) {
3180 /* Rsp ring <ringno> error: IOCB */
3181 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3182 "0328 Rsp Ring %d error: "
3183 "IOCB Data: "
3184 "x%x x%x x%x x%x "
3185 "x%x x%x x%x x%x "
3186 "x%x x%x x%x x%x "
3187 "x%x x%x x%x x%x\n",
3188 pring->ringno,
3189 irsp->un.ulpWord[0],
3190 irsp->un.ulpWord[1],
3191 irsp->un.ulpWord[2],
3192 irsp->un.ulpWord[3],
3193 irsp->un.ulpWord[4],
3194 irsp->un.ulpWord[5],
3195 *(((uint32_t *) irsp) + 6),
3196 *(((uint32_t *) irsp) + 7),
3197 *(((uint32_t *) irsp) + 8),
3198 *(((uint32_t *) irsp) + 9),
3199 *(((uint32_t *) irsp) + 10),
3200 *(((uint32_t *) irsp) + 11),
3201 *(((uint32_t *) irsp) + 12),
3202 *(((uint32_t *) irsp) + 13),
3203 *(((uint32_t *) irsp) + 14),
3204 *(((uint32_t *) irsp) + 15));
3205 }
3206
3207 /*
3208 * Fetch the IOCB command type and call the correct completion
3209 * routine. Solicited and Unsolicited IOCBs on the ELS ring
3210 * get freed back to the lpfc_iocb_list by the discovery
3211 * kernel thread.
3212 */
3213 iocb_cmd_type = irsp->ulpCommand & CMD_IOCB_MASK;
3214 type = lpfc_sli_iocb_cmd_type(iocb_cmd_type);
3215 switch (type) {
3216 case LPFC_SOL_IOCB:
3217 spin_unlock_irqrestore(&phba->hbalock, iflag);
3218 rc = lpfc_sli_process_sol_iocb(phba, pring, saveq);
3219 spin_lock_irqsave(&phba->hbalock, iflag);
3220 break;
3221
3222 case LPFC_UNSOL_IOCB:
3223 spin_unlock_irqrestore(&phba->hbalock, iflag);
3224 rc = lpfc_sli_process_unsol_iocb(phba, pring, saveq);
3225 spin_lock_irqsave(&phba->hbalock, iflag);
3226 if (!rc)
3227 free_saveq = 0;
3228 break;
3229
3230 case LPFC_ABORT_IOCB:
3231 cmdiocbp = NULL;
3232 if (irsp->ulpCommand != CMD_XRI_ABORTED_CX)
3233 cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring,
3234 saveq);
3235 if (cmdiocbp) {
3236 /* Call the specified completion routine */
3237 if (cmdiocbp->iocb_cmpl) {
3238 spin_unlock_irqrestore(&phba->hbalock,
3239 iflag);
3240 (cmdiocbp->iocb_cmpl)(phba, cmdiocbp,
3241 saveq);
3242 spin_lock_irqsave(&phba->hbalock,
3243 iflag);
3244 } else
3245 __lpfc_sli_release_iocbq(phba,
3246 cmdiocbp);
3247 }
3248 break;
3249
3250 case LPFC_UNKNOWN_IOCB:
3251 if (irsp->ulpCommand == CMD_ADAPTER_MSG) {
3252 char adaptermsg[LPFC_MAX_ADPTMSG];
3253 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG);
3254 memcpy(&adaptermsg[0], (uint8_t *)irsp,
3255 MAX_MSG_DATA);
3256 dev_warn(&((phba->pcidev)->dev),
3257 "lpfc%d: %s\n",
3258 phba->brd_no, adaptermsg);
3259 } else {
3260 /* Unknown IOCB command */
3261 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3262 "0335 Unknown IOCB "
3263 "command Data: x%x "
3264 "x%x x%x x%x\n",
3265 irsp->ulpCommand,
3266 irsp->ulpStatus,
3267 irsp->ulpIoTag,
3268 irsp->ulpContext);
3269 }
3270 break;
3271 }
3272
3273 if (free_saveq) {
3274 list_for_each_entry_safe(rspiocbp, next_iocb,
3275 &saveq->list, list) {
3276 list_del(&rspiocbp->list);
3277 __lpfc_sli_release_iocbq(phba, rspiocbp);
3278 }
3279 __lpfc_sli_release_iocbq(phba, saveq);
3280 }
3281 rspiocbp = NULL;
3282 }
3283 spin_unlock_irqrestore(&phba->hbalock, iflag);
3284 return rspiocbp;
3285}
3286
3287/**
3288 * lpfc_sli_handle_slow_ring_event - Wrapper func for handling slow-path iocbs
James Smarte59058c2008-08-24 21:49:00 -04003289 * @phba: Pointer to HBA context object.
3290 * @pring: Pointer to driver SLI ring object.
3291 * @mask: Host attention register mask for this ring.
3292 *
James Smart3772a992009-05-22 14:50:54 -04003293 * This routine wraps the actual slow_ring event process routine from the
3294 * API jump table function pointer from the lpfc_hba struct.
James Smarte59058c2008-08-24 21:49:00 -04003295 **/
James Smart3772a992009-05-22 14:50:54 -04003296void
James Smart2e0fef82007-06-17 19:56:36 -05003297lpfc_sli_handle_slow_ring_event(struct lpfc_hba *phba,
3298 struct lpfc_sli_ring *pring, uint32_t mask)
dea31012005-04-17 16:05:31 -05003299{
James Smart3772a992009-05-22 14:50:54 -04003300 phba->lpfc_sli_handle_slow_ring_event(phba, pring, mask);
3301}
3302
3303/**
3304 * lpfc_sli_handle_slow_ring_event_s3 - Handle SLI3 ring event for non-FCP rings
3305 * @phba: Pointer to HBA context object.
3306 * @pring: Pointer to driver SLI ring object.
3307 * @mask: Host attention register mask for this ring.
3308 *
3309 * This function is called from the worker thread when there is a ring event
3310 * for non-fcp rings. The caller does not hold any lock. The function will
3311 * remove each response iocb in the response ring and calls the handle
3312 * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it.
3313 **/
3314static void
3315lpfc_sli_handle_slow_ring_event_s3(struct lpfc_hba *phba,
3316 struct lpfc_sli_ring *pring, uint32_t mask)
3317{
James Smart34b02dc2008-08-24 21:49:55 -04003318 struct lpfc_pgp *pgp;
dea31012005-04-17 16:05:31 -05003319 IOCB_t *entry;
3320 IOCB_t *irsp = NULL;
3321 struct lpfc_iocbq *rspiocbp = NULL;
dea31012005-04-17 16:05:31 -05003322 uint32_t portRspPut, portRspMax;
dea31012005-04-17 16:05:31 -05003323 unsigned long iflag;
James Smart3772a992009-05-22 14:50:54 -04003324 uint32_t status;
dea31012005-04-17 16:05:31 -05003325
James Smart34b02dc2008-08-24 21:49:55 -04003326 pgp = &phba->port_gp[pring->ringno];
James Smart2e0fef82007-06-17 19:56:36 -05003327 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003328 pring->stats.iocb_event++;
3329
dea31012005-04-17 16:05:31 -05003330 /*
3331 * The next available response entry should never exceed the maximum
3332 * entries. If it does, treat it as an adapter hardware error.
3333 */
James Smart7e56aa22012-08-03 12:35:34 -04003334 portRspMax = pring->sli.sli3.numRiocb;
dea31012005-04-17 16:05:31 -05003335 portRspPut = le32_to_cpu(pgp->rspPutInx);
3336 if (portRspPut >= portRspMax) {
3337 /*
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003338 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
dea31012005-04-17 16:05:31 -05003339 * rsp ring <portRspMax>
3340 */
James Smarted957682007-06-17 19:56:37 -05003341 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003342 "0303 Ring %d handler: portRspPut %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003343 "is bigger than rsp ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003344 pring->ringno, portRspPut, portRspMax);
dea31012005-04-17 16:05:31 -05003345
James Smart2e0fef82007-06-17 19:56:36 -05003346 phba->link_state = LPFC_HBA_ERROR;
3347 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003348
3349 phba->work_hs = HS_FFER3;
3350 lpfc_handle_eratt(phba);
3351
James Smart3772a992009-05-22 14:50:54 -04003352 return;
dea31012005-04-17 16:05:31 -05003353 }
3354
3355 rmb();
James Smart7e56aa22012-08-03 12:35:34 -04003356 while (pring->sli.sli3.rspidx != portRspPut) {
dea31012005-04-17 16:05:31 -05003357 /*
3358 * Build a completion list and call the appropriate handler.
3359 * The process is to get the next available response iocb, get
3360 * a free iocb from the list, copy the response data into the
3361 * free iocb, insert to the continuation list, and update the
3362 * next response index to slim. This process makes response
3363 * iocb's in the ring available to DMA as fast as possible but
3364 * pays a penalty for a copy operation. Since the iocb is
3365 * only 32 bytes, this penalty is considered small relative to
3366 * the PCI reads for register values and a slim write. When
3367 * the ulpLe field is set, the entire Command has been
3368 * received.
3369 */
James Smarted957682007-06-17 19:56:37 -05003370 entry = lpfc_resp_iocb(phba, pring);
3371
James Smart858c9f62007-06-17 19:56:39 -05003372 phba->last_completion_time = jiffies;
James Smart2e0fef82007-06-17 19:56:36 -05003373 rspiocbp = __lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05003374 if (rspiocbp == NULL) {
3375 printk(KERN_ERR "%s: out of buffers! Failing "
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07003376 "completion.\n", __func__);
dea31012005-04-17 16:05:31 -05003377 break;
3378 }
3379
James Smarted957682007-06-17 19:56:37 -05003380 lpfc_sli_pcimem_bcopy(entry, &rspiocbp->iocb,
3381 phba->iocb_rsp_size);
dea31012005-04-17 16:05:31 -05003382 irsp = &rspiocbp->iocb;
3383
James Smart7e56aa22012-08-03 12:35:34 -04003384 if (++pring->sli.sli3.rspidx >= portRspMax)
3385 pring->sli.sli3.rspidx = 0;
dea31012005-04-17 16:05:31 -05003386
James Smarta58cbd52007-08-02 11:09:43 -04003387 if (pring->ringno == LPFC_ELS_RING) {
3388 lpfc_debugfs_slow_ring_trc(phba,
3389 "IOCB rsp ring: wd4:x%08x wd6:x%08x wd7:x%08x",
3390 *(((uint32_t *) irsp) + 4),
3391 *(((uint32_t *) irsp) + 6),
3392 *(((uint32_t *) irsp) + 7));
3393 }
3394
James Smart7e56aa22012-08-03 12:35:34 -04003395 writel(pring->sli.sli3.rspidx,
3396 &phba->host_gp[pring->ringno].rspGetInx);
dea31012005-04-17 16:05:31 -05003397
James Smart3772a992009-05-22 14:50:54 -04003398 spin_unlock_irqrestore(&phba->hbalock, iflag);
3399 /* Handle the response IOCB */
3400 rspiocbp = lpfc_sli_sp_handle_rspiocb(phba, pring, rspiocbp);
3401 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003402
3403 /*
3404 * If the port response put pointer has not been updated, sync
3405 * the pgp->rspPutInx in the MAILBOX_tand fetch the new port
3406 * response put pointer.
3407 */
James Smart7e56aa22012-08-03 12:35:34 -04003408 if (pring->sli.sli3.rspidx == portRspPut) {
dea31012005-04-17 16:05:31 -05003409 portRspPut = le32_to_cpu(pgp->rspPutInx);
3410 }
James Smart7e56aa22012-08-03 12:35:34 -04003411 } /* while (pring->sli.sli3.rspidx != portRspPut) */
dea31012005-04-17 16:05:31 -05003412
James Smart92d7f7b2007-06-17 19:56:38 -05003413 if ((rspiocbp != NULL) && (mask & HA_R0RE_REQ)) {
dea31012005-04-17 16:05:31 -05003414 /* At least one response entry has been freed */
3415 pring->stats.iocb_rsp_full++;
3416 /* SET RxRE_RSP in Chip Att register */
3417 status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4));
3418 writel(status, phba->CAregaddr);
3419 readl(phba->CAregaddr); /* flush */
3420 }
3421 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
3422 pring->flag &= ~LPFC_CALL_RING_AVAILABLE;
3423 pring->stats.iocb_cmd_empty++;
3424
3425 /* Force update of the local copy of cmdGetInx */
James Smart7e56aa22012-08-03 12:35:34 -04003426 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05003427 lpfc_sli_resume_iocb(phba, pring);
3428
3429 if ((pring->lpfc_sli_cmd_available))
3430 (pring->lpfc_sli_cmd_available) (phba, pring);
3431
3432 }
3433
James Smart2e0fef82007-06-17 19:56:36 -05003434 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04003435 return;
dea31012005-04-17 16:05:31 -05003436}
3437
James Smarte59058c2008-08-24 21:49:00 -04003438/**
James Smart4f774512009-05-22 14:52:35 -04003439 * lpfc_sli_handle_slow_ring_event_s4 - Handle SLI4 slow-path els events
3440 * @phba: Pointer to HBA context object.
3441 * @pring: Pointer to driver SLI ring object.
3442 * @mask: Host attention register mask for this ring.
3443 *
3444 * This function is called from the worker thread when there is a pending
3445 * ELS response iocb on the driver internal slow-path response iocb worker
3446 * queue. The caller does not hold any lock. The function will remove each
3447 * response iocb from the response worker queue and calls the handle
3448 * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it.
3449 **/
3450static void
3451lpfc_sli_handle_slow_ring_event_s4(struct lpfc_hba *phba,
3452 struct lpfc_sli_ring *pring, uint32_t mask)
3453{
3454 struct lpfc_iocbq *irspiocbq;
James Smart4d9ab992009-10-02 15:16:39 -04003455 struct hbq_dmabuf *dmabuf;
3456 struct lpfc_cq_event *cq_event;
James Smart4f774512009-05-22 14:52:35 -04003457 unsigned long iflag;
3458
James Smart45ed1192009-10-02 15:17:02 -04003459 spin_lock_irqsave(&phba->hbalock, iflag);
3460 phba->hba_flag &= ~HBA_SP_QUEUE_EVT;
3461 spin_unlock_irqrestore(&phba->hbalock, iflag);
3462 while (!list_empty(&phba->sli4_hba.sp_queue_event)) {
James Smart4f774512009-05-22 14:52:35 -04003463 /* Get the response iocb from the head of work queue */
3464 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart45ed1192009-10-02 15:17:02 -04003465 list_remove_head(&phba->sli4_hba.sp_queue_event,
James Smart4d9ab992009-10-02 15:16:39 -04003466 cq_event, struct lpfc_cq_event, list);
James Smart4f774512009-05-22 14:52:35 -04003467 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart4d9ab992009-10-02 15:16:39 -04003468
3469 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) {
3470 case CQE_CODE_COMPL_WQE:
3471 irspiocbq = container_of(cq_event, struct lpfc_iocbq,
3472 cq_event);
James Smart45ed1192009-10-02 15:17:02 -04003473 /* Translate ELS WCQE to response IOCBQ */
3474 irspiocbq = lpfc_sli4_els_wcqe_to_rspiocbq(phba,
3475 irspiocbq);
3476 if (irspiocbq)
3477 lpfc_sli_sp_handle_rspiocb(phba, pring,
3478 irspiocbq);
James Smart4d9ab992009-10-02 15:16:39 -04003479 break;
3480 case CQE_CODE_RECEIVE:
James Smart7851fe22011-07-22 18:36:52 -04003481 case CQE_CODE_RECEIVE_V1:
James Smart4d9ab992009-10-02 15:16:39 -04003482 dmabuf = container_of(cq_event, struct hbq_dmabuf,
3483 cq_event);
3484 lpfc_sli4_handle_received_buffer(phba, dmabuf);
3485 break;
3486 default:
3487 break;
3488 }
James Smart4f774512009-05-22 14:52:35 -04003489 }
3490}
3491
3492/**
James Smart3621a712009-04-06 18:47:14 -04003493 * lpfc_sli_abort_iocb_ring - Abort all iocbs in the ring
James Smarte59058c2008-08-24 21:49:00 -04003494 * @phba: Pointer to HBA context object.
3495 * @pring: Pointer to driver SLI ring object.
3496 *
3497 * This function aborts all iocbs in the given ring and frees all the iocb
3498 * objects in txq. This function issues an abort iocb for all the iocb commands
3499 * in txcmplq. The iocbs in the txcmplq is not guaranteed to complete before
3500 * the return of this function. The caller is not required to hold any locks.
3501 **/
James Smart2e0fef82007-06-17 19:56:36 -05003502void
dea31012005-04-17 16:05:31 -05003503lpfc_sli_abort_iocb_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
3504{
James Smart2534ba72007-04-25 09:52:20 -04003505 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05003506 struct lpfc_iocbq *iocb, *next_iocb;
dea31012005-04-17 16:05:31 -05003507
James Smart92d7f7b2007-06-17 19:56:38 -05003508 if (pring->ringno == LPFC_ELS_RING) {
3509 lpfc_fabric_abort_hba(phba);
3510 }
3511
dea31012005-04-17 16:05:31 -05003512 /* Error everything on txq and txcmplq
3513 * First do the txq.
3514 */
James Smart2e0fef82007-06-17 19:56:36 -05003515 spin_lock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04003516 list_splice_init(&pring->txq, &completions);
dea31012005-04-17 16:05:31 -05003517
3518 /* Next issue ABTS for everything on the txcmplq */
James Smart2534ba72007-04-25 09:52:20 -04003519 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list)
3520 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
3521
James Smart2e0fef82007-06-17 19:56:36 -05003522 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04003523
James Smarta257bf92009-04-06 18:48:10 -04003524 /* Cancel all the IOCBs from the completions list */
3525 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
3526 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05003527}
3528
James Smarte59058c2008-08-24 21:49:00 -04003529/**
James Smart3621a712009-04-06 18:47:14 -04003530 * lpfc_sli_flush_fcp_rings - flush all iocbs in the fcp ring
James Smarta8e497d2008-08-24 21:50:11 -04003531 * @phba: Pointer to HBA context object.
3532 *
3533 * This function flushes all iocbs in the fcp ring and frees all the iocb
3534 * objects in txq and txcmplq. This function will not issue abort iocbs
3535 * for all the iocb commands in txcmplq, they will just be returned with
3536 * IOERR_SLI_DOWN. This function is invoked with EEH when device's PCI
3537 * slot has been permanently disabled.
3538 **/
3539void
3540lpfc_sli_flush_fcp_rings(struct lpfc_hba *phba)
3541{
3542 LIST_HEAD(txq);
3543 LIST_HEAD(txcmplq);
James Smarta8e497d2008-08-24 21:50:11 -04003544 struct lpfc_sli *psli = &phba->sli;
3545 struct lpfc_sli_ring *pring;
3546
3547 /* Currently, only one fcp ring */
3548 pring = &psli->ring[psli->fcp_ring];
3549
3550 spin_lock_irq(&phba->hbalock);
3551 /* Retrieve everything on txq */
3552 list_splice_init(&pring->txq, &txq);
James Smarta8e497d2008-08-24 21:50:11 -04003553
3554 /* Retrieve everything on the txcmplq */
3555 list_splice_init(&pring->txcmplq, &txcmplq);
James Smart4f2e66c2012-05-09 21:17:07 -04003556
3557 /* Indicate the I/O queues are flushed */
3558 phba->hba_flag |= HBA_FCP_IOQ_FLUSH;
James Smarta8e497d2008-08-24 21:50:11 -04003559 spin_unlock_irq(&phba->hbalock);
3560
3561 /* Flush the txq */
James Smarta257bf92009-04-06 18:48:10 -04003562 lpfc_sli_cancel_iocbs(phba, &txq, IOSTAT_LOCAL_REJECT,
3563 IOERR_SLI_DOWN);
James Smarta8e497d2008-08-24 21:50:11 -04003564
3565 /* Flush the txcmpq */
James Smarta257bf92009-04-06 18:48:10 -04003566 lpfc_sli_cancel_iocbs(phba, &txcmplq, IOSTAT_LOCAL_REJECT,
3567 IOERR_SLI_DOWN);
James Smarta8e497d2008-08-24 21:50:11 -04003568}
3569
3570/**
James Smart3772a992009-05-22 14:50:54 -04003571 * lpfc_sli_brdready_s3 - Check for sli3 host ready status
James Smarte59058c2008-08-24 21:49:00 -04003572 * @phba: Pointer to HBA context object.
3573 * @mask: Bit mask to be checked.
3574 *
3575 * This function reads the host status register and compares
3576 * with the provided bit mask to check if HBA completed
3577 * the restart. This function will wait in a loop for the
3578 * HBA to complete restart. If the HBA does not restart within
3579 * 15 iterations, the function will reset the HBA again. The
3580 * function returns 1 when HBA fail to restart otherwise returns
3581 * zero.
3582 **/
James Smart3772a992009-05-22 14:50:54 -04003583static int
3584lpfc_sli_brdready_s3(struct lpfc_hba *phba, uint32_t mask)
dea31012005-04-17 16:05:31 -05003585{
Jamie Wellnitz41415862006-02-28 19:25:27 -05003586 uint32_t status;
3587 int i = 0;
3588 int retval = 0;
dea31012005-04-17 16:05:31 -05003589
Jamie Wellnitz41415862006-02-28 19:25:27 -05003590 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05003591 if (lpfc_readl(phba->HSregaddr, &status))
3592 return 1;
dea31012005-04-17 16:05:31 -05003593
Jamie Wellnitz41415862006-02-28 19:25:27 -05003594 /*
3595 * Check status register every 100ms for 5 retries, then every
3596 * 500ms for 5, then every 2.5 sec for 5, then reset board and
3597 * every 2.5 sec for 4.
3598 * Break our of the loop if errors occurred during init.
3599 */
3600 while (((status & mask) != mask) &&
3601 !(status & HS_FFERM) &&
3602 i++ < 20) {
dea31012005-04-17 16:05:31 -05003603
Jamie Wellnitz41415862006-02-28 19:25:27 -05003604 if (i <= 5)
3605 msleep(10);
3606 else if (i <= 10)
3607 msleep(500);
3608 else
3609 msleep(2500);
dea31012005-04-17 16:05:31 -05003610
Jamie Wellnitz41415862006-02-28 19:25:27 -05003611 if (i == 15) {
James Smart2e0fef82007-06-17 19:56:36 -05003612 /* Do post */
James Smart92d7f7b2007-06-17 19:56:38 -05003613 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003614 lpfc_sli_brdrestart(phba);
3615 }
3616 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05003617 if (lpfc_readl(phba->HSregaddr, &status)) {
3618 retval = 1;
3619 break;
3620 }
dea31012005-04-17 16:05:31 -05003621 }
dea31012005-04-17 16:05:31 -05003622
Jamie Wellnitz41415862006-02-28 19:25:27 -05003623 /* Check to see if any errors occurred during init */
3624 if ((status & HS_FFERM) || (i >= 20)) {
James Smarte40a02c2010-02-26 14:13:54 -05003625 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3626 "2751 Adapter failed to restart, "
3627 "status reg x%x, FW Data: A8 x%x AC x%x\n",
3628 status,
3629 readl(phba->MBslimaddr + 0xa8),
3630 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05003631 phba->link_state = LPFC_HBA_ERROR;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003632 retval = 1;
3633 }
dea31012005-04-17 16:05:31 -05003634
Jamie Wellnitz41415862006-02-28 19:25:27 -05003635 return retval;
dea31012005-04-17 16:05:31 -05003636}
3637
James Smartda0436e2009-05-22 14:51:39 -04003638/**
3639 * lpfc_sli_brdready_s4 - Check for sli4 host ready status
3640 * @phba: Pointer to HBA context object.
3641 * @mask: Bit mask to be checked.
3642 *
3643 * This function checks the host status register to check if HBA is
3644 * ready. This function will wait in a loop for the HBA to be ready
3645 * If the HBA is not ready , the function will will reset the HBA PCI
3646 * function again. The function returns 1 when HBA fail to be ready
3647 * otherwise returns zero.
3648 **/
3649static int
3650lpfc_sli_brdready_s4(struct lpfc_hba *phba, uint32_t mask)
3651{
3652 uint32_t status;
3653 int retval = 0;
3654
3655 /* Read the HBA Host Status Register */
3656 status = lpfc_sli4_post_status_check(phba);
3657
3658 if (status) {
3659 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
3660 lpfc_sli_brdrestart(phba);
3661 status = lpfc_sli4_post_status_check(phba);
3662 }
3663
3664 /* Check to see if any errors occurred during init */
3665 if (status) {
3666 phba->link_state = LPFC_HBA_ERROR;
3667 retval = 1;
3668 } else
3669 phba->sli4_hba.intr_enable = 0;
3670
3671 return retval;
3672}
3673
3674/**
3675 * lpfc_sli_brdready - Wrapper func for checking the hba readyness
3676 * @phba: Pointer to HBA context object.
3677 * @mask: Bit mask to be checked.
3678 *
3679 * This routine wraps the actual SLI3 or SLI4 hba readyness check routine
3680 * from the API jump table function pointer from the lpfc_hba struct.
3681 **/
3682int
3683lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask)
3684{
3685 return phba->lpfc_sli_brdready(phba, mask);
3686}
3687
James Smart92908312006-03-07 15:04:13 -05003688#define BARRIER_TEST_PATTERN (0xdeadbeef)
3689
James Smarte59058c2008-08-24 21:49:00 -04003690/**
James Smart3621a712009-04-06 18:47:14 -04003691 * lpfc_reset_barrier - Make HBA ready for HBA reset
James Smarte59058c2008-08-24 21:49:00 -04003692 * @phba: Pointer to HBA context object.
3693 *
James Smart1b511972011-12-13 13:23:09 -05003694 * This function is called before resetting an HBA. This function is called
3695 * with hbalock held and requests HBA to quiesce DMAs before a reset.
James Smarte59058c2008-08-24 21:49:00 -04003696 **/
James Smart2e0fef82007-06-17 19:56:36 -05003697void lpfc_reset_barrier(struct lpfc_hba *phba)
James Smart92908312006-03-07 15:04:13 -05003698{
James Smart65a29c12006-07-06 15:50:50 -04003699 uint32_t __iomem *resp_buf;
3700 uint32_t __iomem *mbox_buf;
James Smart92908312006-03-07 15:04:13 -05003701 volatile uint32_t mbox;
James Smart9940b972011-03-11 16:06:12 -05003702 uint32_t hc_copy, ha_copy, resp_data;
James Smart92908312006-03-07 15:04:13 -05003703 int i;
3704 uint8_t hdrtype;
3705
3706 pci_read_config_byte(phba->pcidev, PCI_HEADER_TYPE, &hdrtype);
3707 if (hdrtype != 0x80 ||
3708 (FC_JEDEC_ID(phba->vpd.rev.biuRev) != HELIOS_JEDEC_ID &&
3709 FC_JEDEC_ID(phba->vpd.rev.biuRev) != THOR_JEDEC_ID))
3710 return;
3711
3712 /*
3713 * Tell the other part of the chip to suspend temporarily all
3714 * its DMA activity.
3715 */
James Smart65a29c12006-07-06 15:50:50 -04003716 resp_buf = phba->MBslimaddr;
James Smart92908312006-03-07 15:04:13 -05003717
3718 /* Disable the error attention */
James Smart9940b972011-03-11 16:06:12 -05003719 if (lpfc_readl(phba->HCregaddr, &hc_copy))
3720 return;
James Smart92908312006-03-07 15:04:13 -05003721 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr);
3722 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05003723 phba->link_flag |= LS_IGNORE_ERATT;
James Smart92908312006-03-07 15:04:13 -05003724
James Smart9940b972011-03-11 16:06:12 -05003725 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3726 return;
3727 if (ha_copy & HA_ERATT) {
James Smart92908312006-03-07 15:04:13 -05003728 /* Clear Chip error bit */
3729 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003730 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003731 }
3732
3733 mbox = 0;
3734 ((MAILBOX_t *)&mbox)->mbxCommand = MBX_KILL_BOARD;
3735 ((MAILBOX_t *)&mbox)->mbxOwner = OWN_CHIP;
3736
3737 writel(BARRIER_TEST_PATTERN, (resp_buf + 1));
James Smart65a29c12006-07-06 15:50:50 -04003738 mbox_buf = phba->MBslimaddr;
James Smart92908312006-03-07 15:04:13 -05003739 writel(mbox, mbox_buf);
3740
James Smart9940b972011-03-11 16:06:12 -05003741 for (i = 0; i < 50; i++) {
3742 if (lpfc_readl((resp_buf + 1), &resp_data))
3743 return;
3744 if (resp_data != ~(BARRIER_TEST_PATTERN))
3745 mdelay(1);
3746 else
3747 break;
3748 }
3749 resp_data = 0;
3750 if (lpfc_readl((resp_buf + 1), &resp_data))
3751 return;
3752 if (resp_data != ~(BARRIER_TEST_PATTERN)) {
James Smartf4b4c682009-05-22 14:53:12 -04003753 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE ||
James Smart2e0fef82007-06-17 19:56:36 -05003754 phba->pport->stopped)
James Smart92908312006-03-07 15:04:13 -05003755 goto restore_hc;
3756 else
3757 goto clear_errat;
3758 }
3759
3760 ((MAILBOX_t *)&mbox)->mbxOwner = OWN_HOST;
James Smart9940b972011-03-11 16:06:12 -05003761 resp_data = 0;
3762 for (i = 0; i < 500; i++) {
3763 if (lpfc_readl(resp_buf, &resp_data))
3764 return;
3765 if (resp_data != mbox)
3766 mdelay(1);
3767 else
3768 break;
3769 }
James Smart92908312006-03-07 15:04:13 -05003770
3771clear_errat:
3772
James Smart9940b972011-03-11 16:06:12 -05003773 while (++i < 500) {
3774 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3775 return;
3776 if (!(ha_copy & HA_ERATT))
3777 mdelay(1);
3778 else
3779 break;
3780 }
James Smart92908312006-03-07 15:04:13 -05003781
3782 if (readl(phba->HAregaddr) & HA_ERATT) {
3783 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003784 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003785 }
3786
3787restore_hc:
James Smart2e0fef82007-06-17 19:56:36 -05003788 phba->link_flag &= ~LS_IGNORE_ERATT;
James Smart92908312006-03-07 15:04:13 -05003789 writel(hc_copy, phba->HCregaddr);
3790 readl(phba->HCregaddr); /* flush */
3791}
3792
James Smarte59058c2008-08-24 21:49:00 -04003793/**
James Smart3621a712009-04-06 18:47:14 -04003794 * lpfc_sli_brdkill - Issue a kill_board mailbox command
James Smarte59058c2008-08-24 21:49:00 -04003795 * @phba: Pointer to HBA context object.
3796 *
3797 * This function issues a kill_board mailbox command and waits for
3798 * the error attention interrupt. This function is called for stopping
3799 * the firmware processing. The caller is not required to hold any
3800 * locks. This function calls lpfc_hba_down_post function to free
3801 * any pending commands after the kill. The function will return 1 when it
3802 * fails to kill the board else will return 0.
3803 **/
Jamie Wellnitz41415862006-02-28 19:25:27 -05003804int
James Smart2e0fef82007-06-17 19:56:36 -05003805lpfc_sli_brdkill(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05003806{
Jamie Wellnitz41415862006-02-28 19:25:27 -05003807 struct lpfc_sli *psli;
3808 LPFC_MBOXQ_t *pmb;
3809 uint32_t status;
3810 uint32_t ha_copy;
3811 int retval;
3812 int i = 0;
3813
3814 psli = &phba->sli;
3815
3816 /* Kill HBA */
James Smarted957682007-06-17 19:56:37 -05003817 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003818 "0329 Kill HBA Data: x%x x%x\n",
3819 phba->pport->port_state, psli->sli_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003820
James Smart98c9ea52007-10-27 13:37:33 -04003821 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3822 if (!pmb)
Jamie Wellnitz41415862006-02-28 19:25:27 -05003823 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003824
3825 /* Disable the error attention */
James Smart2e0fef82007-06-17 19:56:36 -05003826 spin_lock_irq(&phba->hbalock);
James Smart9940b972011-03-11 16:06:12 -05003827 if (lpfc_readl(phba->HCregaddr, &status)) {
3828 spin_unlock_irq(&phba->hbalock);
3829 mempool_free(pmb, phba->mbox_mem_pool);
3830 return 1;
3831 }
Jamie Wellnitz41415862006-02-28 19:25:27 -05003832 status &= ~HC_ERINT_ENA;
3833 writel(status, phba->HCregaddr);
3834 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05003835 phba->link_flag |= LS_IGNORE_ERATT;
3836 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003837
3838 lpfc_kill_board(phba, pmb);
3839 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
3840 retval = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
3841
3842 if (retval != MBX_SUCCESS) {
3843 if (retval != MBX_BUSY)
3844 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte40a02c2010-02-26 14:13:54 -05003845 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3846 "2752 KILL_BOARD command failed retval %d\n",
3847 retval);
James Smart2e0fef82007-06-17 19:56:36 -05003848 spin_lock_irq(&phba->hbalock);
3849 phba->link_flag &= ~LS_IGNORE_ERATT;
3850 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003851 return 1;
3852 }
3853
James Smartf4b4c682009-05-22 14:53:12 -04003854 spin_lock_irq(&phba->hbalock);
3855 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
3856 spin_unlock_irq(&phba->hbalock);
James Smart92908312006-03-07 15:04:13 -05003857
Jamie Wellnitz41415862006-02-28 19:25:27 -05003858 mempool_free(pmb, phba->mbox_mem_pool);
3859
3860 /* There is no completion for a KILL_BOARD mbox cmd. Check for an error
3861 * attention every 100ms for 3 seconds. If we don't get ERATT after
3862 * 3 seconds we still set HBA_ERROR state because the status of the
3863 * board is now undefined.
3864 */
James Smart9940b972011-03-11 16:06:12 -05003865 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3866 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003867 while ((i++ < 30) && !(ha_copy & HA_ERATT)) {
3868 mdelay(100);
James Smart9940b972011-03-11 16:06:12 -05003869 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3870 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003871 }
3872
3873 del_timer_sync(&psli->mbox_tmo);
James Smart92908312006-03-07 15:04:13 -05003874 if (ha_copy & HA_ERATT) {
3875 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003876 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003877 }
James Smart2e0fef82007-06-17 19:56:36 -05003878 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003879 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart04c68492009-05-22 14:52:52 -04003880 psli->mbox_active = NULL;
James Smart2e0fef82007-06-17 19:56:36 -05003881 phba->link_flag &= ~LS_IGNORE_ERATT;
3882 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003883
Jamie Wellnitz41415862006-02-28 19:25:27 -05003884 lpfc_hba_down_post(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003885 phba->link_state = LPFC_HBA_ERROR;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003886
James Smart2e0fef82007-06-17 19:56:36 -05003887 return ha_copy & HA_ERATT ? 0 : 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003888}
3889
James Smarte59058c2008-08-24 21:49:00 -04003890/**
James Smart3772a992009-05-22 14:50:54 -04003891 * lpfc_sli_brdreset - Reset a sli-2 or sli-3 HBA
James Smarte59058c2008-08-24 21:49:00 -04003892 * @phba: Pointer to HBA context object.
3893 *
3894 * This function resets the HBA by writing HC_INITFF to the control
3895 * register. After the HBA resets, this function resets all the iocb ring
3896 * indices. This function disables PCI layer parity checking during
3897 * the reset.
3898 * This function returns 0 always.
3899 * The caller is not required to hold any locks.
3900 **/
Jamie Wellnitz41415862006-02-28 19:25:27 -05003901int
James Smart2e0fef82007-06-17 19:56:36 -05003902lpfc_sli_brdreset(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -05003903{
3904 struct lpfc_sli *psli;
dea31012005-04-17 16:05:31 -05003905 struct lpfc_sli_ring *pring;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003906 uint16_t cfg_value;
dea31012005-04-17 16:05:31 -05003907 int i;
dea31012005-04-17 16:05:31 -05003908
Jamie Wellnitz41415862006-02-28 19:25:27 -05003909 psli = &phba->sli;
dea31012005-04-17 16:05:31 -05003910
Jamie Wellnitz41415862006-02-28 19:25:27 -05003911 /* Reset HBA */
3912 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003913 "0325 Reset HBA Data: x%x x%x\n",
James Smart2e0fef82007-06-17 19:56:36 -05003914 phba->pport->port_state, psli->sli_flag);
dea31012005-04-17 16:05:31 -05003915
3916 /* perform board reset */
3917 phba->fc_eventTag = 0;
James Smart4d9ab992009-10-02 15:16:39 -04003918 phba->link_events = 0;
James Smart2e0fef82007-06-17 19:56:36 -05003919 phba->pport->fc_myDID = 0;
3920 phba->pport->fc_prevDID = 0;
dea31012005-04-17 16:05:31 -05003921
Jamie Wellnitz41415862006-02-28 19:25:27 -05003922 /* Turn off parity checking and serr during the physical reset */
3923 pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value);
3924 pci_write_config_word(phba->pcidev, PCI_COMMAND,
3925 (cfg_value &
3926 ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR)));
3927
James Smart3772a992009-05-22 14:50:54 -04003928 psli->sli_flag &= ~(LPFC_SLI_ACTIVE | LPFC_PROCESS_LA);
3929
Jamie Wellnitz41415862006-02-28 19:25:27 -05003930 /* Now toggle INITFF bit in the Host Control Register */
3931 writel(HC_INITFF, phba->HCregaddr);
3932 mdelay(1);
3933 readl(phba->HCregaddr); /* flush */
3934 writel(0, phba->HCregaddr);
3935 readl(phba->HCregaddr); /* flush */
3936
3937 /* Restore PCI cmd register */
3938 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value);
dea31012005-04-17 16:05:31 -05003939
3940 /* Initialize relevant SLI info */
Jamie Wellnitz41415862006-02-28 19:25:27 -05003941 for (i = 0; i < psli->num_rings; i++) {
3942 pring = &psli->ring[i];
dea31012005-04-17 16:05:31 -05003943 pring->flag = 0;
James Smart7e56aa22012-08-03 12:35:34 -04003944 pring->sli.sli3.rspidx = 0;
3945 pring->sli.sli3.next_cmdidx = 0;
3946 pring->sli.sli3.local_getidx = 0;
3947 pring->sli.sli3.cmdidx = 0;
dea31012005-04-17 16:05:31 -05003948 pring->missbufcnt = 0;
3949 }
dea31012005-04-17 16:05:31 -05003950
James Smart2e0fef82007-06-17 19:56:36 -05003951 phba->link_state = LPFC_WARM_START;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003952 return 0;
3953}
3954
James Smarte59058c2008-08-24 21:49:00 -04003955/**
James Smartda0436e2009-05-22 14:51:39 -04003956 * lpfc_sli4_brdreset - Reset a sli-4 HBA
3957 * @phba: Pointer to HBA context object.
3958 *
3959 * This function resets a SLI4 HBA. This function disables PCI layer parity
3960 * checking during resets the device. The caller is not required to hold
3961 * any locks.
3962 *
3963 * This function returns 0 always.
3964 **/
3965int
3966lpfc_sli4_brdreset(struct lpfc_hba *phba)
3967{
3968 struct lpfc_sli *psli = &phba->sli;
3969 uint16_t cfg_value;
James Smart27b01b82012-05-09 21:19:44 -04003970 int rc;
James Smartda0436e2009-05-22 14:51:39 -04003971
3972 /* Reset HBA */
3973 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
3974 "0295 Reset HBA Data: x%x x%x\n",
3975 phba->pport->port_state, psli->sli_flag);
3976
3977 /* perform board reset */
3978 phba->fc_eventTag = 0;
James Smart4d9ab992009-10-02 15:16:39 -04003979 phba->link_events = 0;
James Smartda0436e2009-05-22 14:51:39 -04003980 phba->pport->fc_myDID = 0;
3981 phba->pport->fc_prevDID = 0;
3982
James Smartda0436e2009-05-22 14:51:39 -04003983 spin_lock_irq(&phba->hbalock);
3984 psli->sli_flag &= ~(LPFC_PROCESS_LA);
3985 phba->fcf.fcf_flag = 0;
James Smartda0436e2009-05-22 14:51:39 -04003986 spin_unlock_irq(&phba->hbalock);
3987
3988 /* Now physically reset the device */
3989 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
3990 "0389 Performing PCI function reset!\n");
James Smartbe858b62010-12-15 17:57:20 -05003991
3992 /* Turn off parity checking and serr during the physical reset */
3993 pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value);
3994 pci_write_config_word(phba->pcidev, PCI_COMMAND, (cfg_value &
3995 ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR)));
3996
James Smart88318812012-09-29 11:29:29 -04003997 /* Perform FCoE PCI function reset before freeing queue memory */
James Smart27b01b82012-05-09 21:19:44 -04003998 rc = lpfc_pci_function_reset(phba);
James Smart88318812012-09-29 11:29:29 -04003999 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04004000
James Smartbe858b62010-12-15 17:57:20 -05004001 /* Restore PCI cmd register */
4002 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value);
4003
James Smart27b01b82012-05-09 21:19:44 -04004004 return rc;
James Smartda0436e2009-05-22 14:51:39 -04004005}
4006
4007/**
4008 * lpfc_sli_brdrestart_s3 - Restart a sli-3 hba
James Smarte59058c2008-08-24 21:49:00 -04004009 * @phba: Pointer to HBA context object.
4010 *
4011 * This function is called in the SLI initialization code path to
4012 * restart the HBA. The caller is not required to hold any lock.
4013 * This function writes MBX_RESTART mailbox command to the SLIM and
4014 * resets the HBA. At the end of the function, it calls lpfc_hba_down_post
4015 * function to free any pending commands. The function enables
4016 * POST only during the first initialization. The function returns zero.
4017 * The function does not guarantee completion of MBX_RESTART mailbox
4018 * command before the return of this function.
4019 **/
James Smartda0436e2009-05-22 14:51:39 -04004020static int
4021lpfc_sli_brdrestart_s3(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -05004022{
4023 MAILBOX_t *mb;
4024 struct lpfc_sli *psli;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004025 volatile uint32_t word0;
4026 void __iomem *to_slim;
James Smart0d878412009-10-02 15:16:56 -04004027 uint32_t hba_aer_enabled;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004028
James Smart2e0fef82007-06-17 19:56:36 -05004029 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004030
James Smart0d878412009-10-02 15:16:56 -04004031 /* Take PCIe device Advanced Error Reporting (AER) state */
4032 hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED;
4033
Jamie Wellnitz41415862006-02-28 19:25:27 -05004034 psli = &phba->sli;
4035
4036 /* Restart HBA */
4037 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04004038 "0337 Restart HBA Data: x%x x%x\n",
James Smart2e0fef82007-06-17 19:56:36 -05004039 phba->pport->port_state, psli->sli_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004040
4041 word0 = 0;
4042 mb = (MAILBOX_t *) &word0;
4043 mb->mbxCommand = MBX_RESTART;
4044 mb->mbxHc = 1;
4045
James Smart92908312006-03-07 15:04:13 -05004046 lpfc_reset_barrier(phba);
4047
Jamie Wellnitz41415862006-02-28 19:25:27 -05004048 to_slim = phba->MBslimaddr;
4049 writel(*(uint32_t *) mb, to_slim);
4050 readl(to_slim); /* flush */
4051
4052 /* Only skip post after fc_ffinit is completed */
James Smarteaf15d52008-12-04 22:39:29 -05004053 if (phba->pport->port_state)
Jamie Wellnitz41415862006-02-28 19:25:27 -05004054 word0 = 1; /* This is really setting up word1 */
James Smarteaf15d52008-12-04 22:39:29 -05004055 else
Jamie Wellnitz41415862006-02-28 19:25:27 -05004056 word0 = 0; /* This is really setting up word1 */
James Smart65a29c12006-07-06 15:50:50 -04004057 to_slim = phba->MBslimaddr + sizeof (uint32_t);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004058 writel(*(uint32_t *) mb, to_slim);
4059 readl(to_slim); /* flush */
4060
4061 lpfc_sli_brdreset(phba);
James Smart2e0fef82007-06-17 19:56:36 -05004062 phba->pport->stopped = 0;
4063 phba->link_state = LPFC_INIT_START;
James Smartda0436e2009-05-22 14:51:39 -04004064 phba->hba_flag = 0;
James Smart2e0fef82007-06-17 19:56:36 -05004065 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004066
James Smart64ba8812006-08-02 15:24:34 -04004067 memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets));
4068 psli->stats_start = get_seconds();
4069
James Smarteaf15d52008-12-04 22:39:29 -05004070 /* Give the INITFF and Post time to settle. */
4071 mdelay(100);
dea31012005-04-17 16:05:31 -05004072
James Smart0d878412009-10-02 15:16:56 -04004073 /* Reset HBA AER if it was enabled, note hba_flag was reset above */
4074 if (hba_aer_enabled)
4075 pci_disable_pcie_error_reporting(phba->pcidev);
4076
Jamie Wellnitz41415862006-02-28 19:25:27 -05004077 lpfc_hba_down_post(phba);
dea31012005-04-17 16:05:31 -05004078
4079 return 0;
4080}
4081
James Smarte59058c2008-08-24 21:49:00 -04004082/**
James Smartda0436e2009-05-22 14:51:39 -04004083 * lpfc_sli_brdrestart_s4 - Restart the sli-4 hba
4084 * @phba: Pointer to HBA context object.
4085 *
4086 * This function is called in the SLI initialization code path to restart
4087 * a SLI4 HBA. The caller is not required to hold any lock.
4088 * At the end of the function, it calls lpfc_hba_down_post function to
4089 * free any pending commands.
4090 **/
4091static int
4092lpfc_sli_brdrestart_s4(struct lpfc_hba *phba)
4093{
4094 struct lpfc_sli *psli = &phba->sli;
James Smart75baf692010-06-08 18:31:21 -04004095 uint32_t hba_aer_enabled;
James Smart27b01b82012-05-09 21:19:44 -04004096 int rc;
James Smartda0436e2009-05-22 14:51:39 -04004097
4098 /* Restart HBA */
4099 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4100 "0296 Restart HBA Data: x%x x%x\n",
4101 phba->pport->port_state, psli->sli_flag);
4102
James Smart75baf692010-06-08 18:31:21 -04004103 /* Take PCIe device Advanced Error Reporting (AER) state */
4104 hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED;
4105
James Smart27b01b82012-05-09 21:19:44 -04004106 rc = lpfc_sli4_brdreset(phba);
James Smartda0436e2009-05-22 14:51:39 -04004107
4108 spin_lock_irq(&phba->hbalock);
4109 phba->pport->stopped = 0;
4110 phba->link_state = LPFC_INIT_START;
4111 phba->hba_flag = 0;
4112 spin_unlock_irq(&phba->hbalock);
4113
4114 memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets));
4115 psli->stats_start = get_seconds();
4116
James Smart75baf692010-06-08 18:31:21 -04004117 /* Reset HBA AER if it was enabled, note hba_flag was reset above */
4118 if (hba_aer_enabled)
4119 pci_disable_pcie_error_reporting(phba->pcidev);
4120
James Smartda0436e2009-05-22 14:51:39 -04004121 lpfc_hba_down_post(phba);
4122
James Smart27b01b82012-05-09 21:19:44 -04004123 return rc;
James Smartda0436e2009-05-22 14:51:39 -04004124}
4125
4126/**
4127 * lpfc_sli_brdrestart - Wrapper func for restarting hba
4128 * @phba: Pointer to HBA context object.
4129 *
4130 * This routine wraps the actual SLI3 or SLI4 hba restart routine from the
4131 * API jump table function pointer from the lpfc_hba struct.
4132**/
4133int
4134lpfc_sli_brdrestart(struct lpfc_hba *phba)
4135{
4136 return phba->lpfc_sli_brdrestart(phba);
4137}
4138
4139/**
James Smart3621a712009-04-06 18:47:14 -04004140 * lpfc_sli_chipset_init - Wait for the restart of the HBA after a restart
James Smarte59058c2008-08-24 21:49:00 -04004141 * @phba: Pointer to HBA context object.
4142 *
4143 * This function is called after a HBA restart to wait for successful
4144 * restart of the HBA. Successful restart of the HBA is indicated by
4145 * HS_FFRDY and HS_MBRDY bits. If the HBA fails to restart even after 15
4146 * iteration, the function will restart the HBA again. The function returns
4147 * zero if HBA successfully restarted else returns negative error code.
4148 **/
dea31012005-04-17 16:05:31 -05004149static int
4150lpfc_sli_chipset_init(struct lpfc_hba *phba)
4151{
4152 uint32_t status, i = 0;
4153
4154 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004155 if (lpfc_readl(phba->HSregaddr, &status))
4156 return -EIO;
dea31012005-04-17 16:05:31 -05004157
4158 /* Check status register to see what current state is */
4159 i = 0;
4160 while ((status & (HS_FFRDY | HS_MBRDY)) != (HS_FFRDY | HS_MBRDY)) {
4161
James Smartdcf2a4e2010-09-29 11:18:53 -04004162 /* Check every 10ms for 10 retries, then every 100ms for 90
4163 * retries, then every 1 sec for 50 retires for a total of
4164 * ~60 seconds before reset the board again and check every
4165 * 1 sec for 50 retries. The up to 60 seconds before the
4166 * board ready is required by the Falcon FIPS zeroization
4167 * complete, and any reset the board in between shall cause
4168 * restart of zeroization, further delay the board ready.
dea31012005-04-17 16:05:31 -05004169 */
James Smartdcf2a4e2010-09-29 11:18:53 -04004170 if (i++ >= 200) {
dea31012005-04-17 16:05:31 -05004171 /* Adapter failed to init, timeout, status reg
4172 <status> */
James Smarted957682007-06-17 19:56:37 -05004173 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004174 "0436 Adapter failed to init, "
James Smart09372822008-01-11 01:52:54 -05004175 "timeout, status reg x%x, "
4176 "FW Data: A8 x%x AC x%x\n", status,
4177 readl(phba->MBslimaddr + 0xa8),
4178 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004179 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004180 return -ETIMEDOUT;
4181 }
4182
4183 /* Check to see if any errors occurred during init */
4184 if (status & HS_FFERM) {
4185 /* ERROR: During chipset initialization */
4186 /* Adapter failed to init, chipset, status reg
4187 <status> */
James Smarted957682007-06-17 19:56:37 -05004188 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004189 "0437 Adapter failed to init, "
James Smart09372822008-01-11 01:52:54 -05004190 "chipset, status reg x%x, "
4191 "FW Data: A8 x%x AC x%x\n", status,
4192 readl(phba->MBslimaddr + 0xa8),
4193 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004194 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004195 return -EIO;
4196 }
4197
James Smartdcf2a4e2010-09-29 11:18:53 -04004198 if (i <= 10)
dea31012005-04-17 16:05:31 -05004199 msleep(10);
James Smartdcf2a4e2010-09-29 11:18:53 -04004200 else if (i <= 100)
4201 msleep(100);
4202 else
4203 msleep(1000);
dea31012005-04-17 16:05:31 -05004204
James Smartdcf2a4e2010-09-29 11:18:53 -04004205 if (i == 150) {
4206 /* Do post */
James Smart92d7f7b2007-06-17 19:56:38 -05004207 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004208 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05004209 }
4210 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004211 if (lpfc_readl(phba->HSregaddr, &status))
4212 return -EIO;
dea31012005-04-17 16:05:31 -05004213 }
4214
4215 /* Check to see if any errors occurred during init */
4216 if (status & HS_FFERM) {
4217 /* ERROR: During chipset initialization */
4218 /* Adapter failed to init, chipset, status reg <status> */
James Smarted957682007-06-17 19:56:37 -05004219 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004220 "0438 Adapter failed to init, chipset, "
James Smart09372822008-01-11 01:52:54 -05004221 "status reg x%x, "
4222 "FW Data: A8 x%x AC x%x\n", status,
4223 readl(phba->MBslimaddr + 0xa8),
4224 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004225 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004226 return -EIO;
4227 }
4228
4229 /* Clear all interrupt enable conditions */
4230 writel(0, phba->HCregaddr);
4231 readl(phba->HCregaddr); /* flush */
4232
4233 /* setup host attn register */
4234 writel(0xffffffff, phba->HAregaddr);
4235 readl(phba->HAregaddr); /* flush */
4236 return 0;
4237}
4238
James Smarte59058c2008-08-24 21:49:00 -04004239/**
James Smart3621a712009-04-06 18:47:14 -04004240 * lpfc_sli_hbq_count - Get the number of HBQs to be configured
James Smarte59058c2008-08-24 21:49:00 -04004241 *
4242 * This function calculates and returns the number of HBQs required to be
4243 * configured.
4244 **/
James Smart78b2d852007-08-02 11:10:21 -04004245int
James Smarted957682007-06-17 19:56:37 -05004246lpfc_sli_hbq_count(void)
4247{
James Smart92d7f7b2007-06-17 19:56:38 -05004248 return ARRAY_SIZE(lpfc_hbq_defs);
James Smarted957682007-06-17 19:56:37 -05004249}
4250
James Smarte59058c2008-08-24 21:49:00 -04004251/**
James Smart3621a712009-04-06 18:47:14 -04004252 * lpfc_sli_hbq_entry_count - Calculate total number of hbq entries
James Smarte59058c2008-08-24 21:49:00 -04004253 *
4254 * This function adds the number of hbq entries in every HBQ to get
4255 * the total number of hbq entries required for the HBA and returns
4256 * the total count.
4257 **/
James Smarted957682007-06-17 19:56:37 -05004258static int
4259lpfc_sli_hbq_entry_count(void)
4260{
4261 int hbq_count = lpfc_sli_hbq_count();
4262 int count = 0;
4263 int i;
4264
4265 for (i = 0; i < hbq_count; ++i)
James Smart92d7f7b2007-06-17 19:56:38 -05004266 count += lpfc_hbq_defs[i]->entry_count;
James Smarted957682007-06-17 19:56:37 -05004267 return count;
4268}
4269
James Smarte59058c2008-08-24 21:49:00 -04004270/**
James Smart3621a712009-04-06 18:47:14 -04004271 * lpfc_sli_hbq_size - Calculate memory required for all hbq entries
James Smarte59058c2008-08-24 21:49:00 -04004272 *
4273 * This function calculates amount of memory required for all hbq entries
4274 * to be configured and returns the total memory required.
4275 **/
dea31012005-04-17 16:05:31 -05004276int
James Smarted957682007-06-17 19:56:37 -05004277lpfc_sli_hbq_size(void)
4278{
4279 return lpfc_sli_hbq_entry_count() * sizeof(struct lpfc_hbq_entry);
4280}
4281
James Smarte59058c2008-08-24 21:49:00 -04004282/**
James Smart3621a712009-04-06 18:47:14 -04004283 * lpfc_sli_hbq_setup - configure and initialize HBQs
James Smarte59058c2008-08-24 21:49:00 -04004284 * @phba: Pointer to HBA context object.
4285 *
4286 * This function is called during the SLI initialization to configure
4287 * all the HBQs and post buffers to the HBQ. The caller is not
4288 * required to hold any locks. This function will return zero if successful
4289 * else it will return negative error code.
4290 **/
James Smarted957682007-06-17 19:56:37 -05004291static int
4292lpfc_sli_hbq_setup(struct lpfc_hba *phba)
4293{
4294 int hbq_count = lpfc_sli_hbq_count();
4295 LPFC_MBOXQ_t *pmb;
4296 MAILBOX_t *pmbox;
4297 uint32_t hbqno;
4298 uint32_t hbq_entry_index;
James Smarted957682007-06-17 19:56:37 -05004299
James Smart92d7f7b2007-06-17 19:56:38 -05004300 /* Get a Mailbox buffer to setup mailbox
4301 * commands for HBA initialization
4302 */
James Smarted957682007-06-17 19:56:37 -05004303 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4304
4305 if (!pmb)
4306 return -ENOMEM;
4307
James Smart04c68492009-05-22 14:52:52 -04004308 pmbox = &pmb->u.mb;
James Smarted957682007-06-17 19:56:37 -05004309
4310 /* Initialize the struct lpfc_sli_hbq structure for each hbq */
4311 phba->link_state = LPFC_INIT_MBX_CMDS;
James Smart3163f722008-02-08 18:50:25 -05004312 phba->hbq_in_use = 1;
James Smarted957682007-06-17 19:56:37 -05004313
4314 hbq_entry_index = 0;
4315 for (hbqno = 0; hbqno < hbq_count; ++hbqno) {
4316 phba->hbqs[hbqno].next_hbqPutIdx = 0;
4317 phba->hbqs[hbqno].hbqPutIdx = 0;
4318 phba->hbqs[hbqno].local_hbqGetIdx = 0;
4319 phba->hbqs[hbqno].entry_count =
James Smart92d7f7b2007-06-17 19:56:38 -05004320 lpfc_hbq_defs[hbqno]->entry_count;
James Smart51ef4c22007-08-02 11:10:31 -04004321 lpfc_config_hbq(phba, hbqno, lpfc_hbq_defs[hbqno],
4322 hbq_entry_index, pmb);
James Smarted957682007-06-17 19:56:37 -05004323 hbq_entry_index += phba->hbqs[hbqno].entry_count;
4324
4325 if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) {
4326 /* Adapter failed to init, mbxCmd <cmd> CFG_RING,
4327 mbxStatus <status>, ring <num> */
4328
4329 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05004330 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004331 "1805 Adapter failed to init. "
James Smarted957682007-06-17 19:56:37 -05004332 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04004333 pmbox->mbxCommand,
James Smarted957682007-06-17 19:56:37 -05004334 pmbox->mbxStatus, hbqno);
4335
4336 phba->link_state = LPFC_HBA_ERROR;
4337 mempool_free(pmb, phba->mbox_mem_pool);
James Smart6e7288d2010-06-07 15:23:35 -04004338 return -ENXIO;
James Smarted957682007-06-17 19:56:37 -05004339 }
4340 }
4341 phba->hbq_count = hbq_count;
4342
James Smarted957682007-06-17 19:56:37 -05004343 mempool_free(pmb, phba->mbox_mem_pool);
4344
James Smart92d7f7b2007-06-17 19:56:38 -05004345 /* Initially populate or replenish the HBQs */
James Smartd7c255b2008-08-24 21:50:00 -04004346 for (hbqno = 0; hbqno < hbq_count; ++hbqno)
4347 lpfc_sli_hbqbuf_init_hbqs(phba, hbqno);
James Smarted957682007-06-17 19:56:37 -05004348 return 0;
4349}
4350
James Smarte59058c2008-08-24 21:49:00 -04004351/**
James Smart4f774512009-05-22 14:52:35 -04004352 * lpfc_sli4_rb_setup - Initialize and post RBs to HBA
4353 * @phba: Pointer to HBA context object.
4354 *
4355 * This function is called during the SLI initialization to configure
4356 * all the HBQs and post buffers to the HBQ. The caller is not
4357 * required to hold any locks. This function will return zero if successful
4358 * else it will return negative error code.
4359 **/
4360static int
4361lpfc_sli4_rb_setup(struct lpfc_hba *phba)
4362{
4363 phba->hbq_in_use = 1;
4364 phba->hbqs[0].entry_count = lpfc_hbq_defs[0]->entry_count;
4365 phba->hbq_count = 1;
4366 /* Initially populate or replenish the HBQs */
4367 lpfc_sli_hbqbuf_init_hbqs(phba, 0);
4368 return 0;
4369}
4370
4371/**
James Smart3621a712009-04-06 18:47:14 -04004372 * lpfc_sli_config_port - Issue config port mailbox command
James Smarte59058c2008-08-24 21:49:00 -04004373 * @phba: Pointer to HBA context object.
4374 * @sli_mode: sli mode - 2/3
4375 *
4376 * This function is called by the sli intialization code path
4377 * to issue config_port mailbox command. This function restarts the
4378 * HBA firmware and issues a config_port mailbox command to configure
4379 * the SLI interface in the sli mode specified by sli_mode
4380 * variable. The caller is not required to hold any locks.
4381 * The function returns 0 if successful, else returns negative error
4382 * code.
4383 **/
James Smart93996272008-08-24 21:50:30 -04004384int
4385lpfc_sli_config_port(struct lpfc_hba *phba, int sli_mode)
dea31012005-04-17 16:05:31 -05004386{
4387 LPFC_MBOXQ_t *pmb;
4388 uint32_t resetcount = 0, rc = 0, done = 0;
4389
4390 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4391 if (!pmb) {
James Smart2e0fef82007-06-17 19:56:36 -05004392 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004393 return -ENOMEM;
4394 }
4395
James Smarted957682007-06-17 19:56:37 -05004396 phba->sli_rev = sli_mode;
dea31012005-04-17 16:05:31 -05004397 while (resetcount < 2 && !done) {
James Smart2e0fef82007-06-17 19:56:36 -05004398 spin_lock_irq(&phba->hbalock);
James Smart1c067a42006-08-01 07:33:52 -04004399 phba->sli.sli_flag |= LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004400 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05004401 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004402 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05004403 rc = lpfc_sli_chipset_init(phba);
4404 if (rc)
4405 break;
4406
James Smart2e0fef82007-06-17 19:56:36 -05004407 spin_lock_irq(&phba->hbalock);
James Smart1c067a42006-08-01 07:33:52 -04004408 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004409 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004410 resetcount++;
4411
James Smarted957682007-06-17 19:56:37 -05004412 /* Call pre CONFIG_PORT mailbox command initialization. A
4413 * value of 0 means the call was successful. Any other
4414 * nonzero value is a failure, but if ERESTART is returned,
4415 * the driver may reset the HBA and try again.
4416 */
dea31012005-04-17 16:05:31 -05004417 rc = lpfc_config_port_prep(phba);
4418 if (rc == -ERESTART) {
James Smarted957682007-06-17 19:56:37 -05004419 phba->link_state = LPFC_LINK_UNKNOWN;
dea31012005-04-17 16:05:31 -05004420 continue;
James Smart34b02dc2008-08-24 21:49:55 -04004421 } else if (rc)
dea31012005-04-17 16:05:31 -05004422 break;
James Smart6d368e52011-05-24 11:44:12 -04004423
James Smart2e0fef82007-06-17 19:56:36 -05004424 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -05004425 lpfc_config_port(phba, pmb);
4426 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
James Smart34b02dc2008-08-24 21:49:55 -04004427 phba->sli3_options &= ~(LPFC_SLI3_NPIV_ENABLED |
4428 LPFC_SLI3_HBQ_ENABLED |
4429 LPFC_SLI3_CRP_ENABLED |
James Smartbc739052010-08-04 16:11:18 -04004430 LPFC_SLI3_BG_ENABLED |
4431 LPFC_SLI3_DSS_ENABLED);
James Smarted957682007-06-17 19:56:37 -05004432 if (rc != MBX_SUCCESS) {
dea31012005-04-17 16:05:31 -05004433 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004434 "0442 Adapter failed to init, mbxCmd x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05004435 "CONFIG_PORT, mbxStatus x%x Data: x%x\n",
James Smart04c68492009-05-22 14:52:52 -04004436 pmb->u.mb.mbxCommand, pmb->u.mb.mbxStatus, 0);
James Smart2e0fef82007-06-17 19:56:36 -05004437 spin_lock_irq(&phba->hbalock);
James Smart04c68492009-05-22 14:52:52 -04004438 phba->sli.sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004439 spin_unlock_irq(&phba->hbalock);
4440 rc = -ENXIO;
James Smart04c68492009-05-22 14:52:52 -04004441 } else {
4442 /* Allow asynchronous mailbox command to go through */
4443 spin_lock_irq(&phba->hbalock);
4444 phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
4445 spin_unlock_irq(&phba->hbalock);
James Smarted957682007-06-17 19:56:37 -05004446 done = 1;
James Smartcb69f7d2011-12-13 13:21:57 -05004447
4448 if ((pmb->u.mb.un.varCfgPort.casabt == 1) &&
4449 (pmb->u.mb.un.varCfgPort.gasabt == 0))
4450 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
4451 "3110 Port did not grant ASABT\n");
James Smart04c68492009-05-22 14:52:52 -04004452 }
dea31012005-04-17 16:05:31 -05004453 }
James Smarted957682007-06-17 19:56:37 -05004454 if (!done) {
4455 rc = -EINVAL;
4456 goto do_prep_failed;
4457 }
James Smart04c68492009-05-22 14:52:52 -04004458 if (pmb->u.mb.un.varCfgPort.sli_mode == 3) {
4459 if (!pmb->u.mb.un.varCfgPort.cMA) {
James Smart34b02dc2008-08-24 21:49:55 -04004460 rc = -ENXIO;
4461 goto do_prep_failed;
4462 }
James Smart04c68492009-05-22 14:52:52 -04004463 if (phba->max_vpi && pmb->u.mb.un.varCfgPort.gmv) {
James Smart34b02dc2008-08-24 21:49:55 -04004464 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
James Smart04c68492009-05-22 14:52:52 -04004465 phba->max_vpi = pmb->u.mb.un.varCfgPort.max_vpi;
4466 phba->max_vports = (phba->max_vpi > phba->max_vports) ?
4467 phba->max_vpi : phba->max_vports;
4468
James Smart34b02dc2008-08-24 21:49:55 -04004469 } else
4470 phba->max_vpi = 0;
James Smartbc739052010-08-04 16:11:18 -04004471 phba->fips_level = 0;
4472 phba->fips_spec_rev = 0;
4473 if (pmb->u.mb.un.varCfgPort.gdss) {
James Smart04c68492009-05-22 14:52:52 -04004474 phba->sli3_options |= LPFC_SLI3_DSS_ENABLED;
James Smartbc739052010-08-04 16:11:18 -04004475 phba->fips_level = pmb->u.mb.un.varCfgPort.fips_level;
4476 phba->fips_spec_rev = pmb->u.mb.un.varCfgPort.fips_rev;
4477 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4478 "2850 Security Crypto Active. FIPS x%d "
4479 "(Spec Rev: x%d)",
4480 phba->fips_level, phba->fips_spec_rev);
4481 }
4482 if (pmb->u.mb.un.varCfgPort.sec_err) {
4483 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4484 "2856 Config Port Security Crypto "
4485 "Error: x%x ",
4486 pmb->u.mb.un.varCfgPort.sec_err);
4487 }
James Smart04c68492009-05-22 14:52:52 -04004488 if (pmb->u.mb.un.varCfgPort.gerbm)
James Smart34b02dc2008-08-24 21:49:55 -04004489 phba->sli3_options |= LPFC_SLI3_HBQ_ENABLED;
James Smart04c68492009-05-22 14:52:52 -04004490 if (pmb->u.mb.un.varCfgPort.gcrp)
James Smart34b02dc2008-08-24 21:49:55 -04004491 phba->sli3_options |= LPFC_SLI3_CRP_ENABLED;
James Smart6e7288d2010-06-07 15:23:35 -04004492
4493 phba->hbq_get = phba->mbox->us.s3_pgp.hbq_get;
4494 phba->port_gp = phba->mbox->us.s3_pgp.port;
James Smarte2a0a9d2008-12-04 22:40:02 -05004495
4496 if (phba->cfg_enable_bg) {
James Smart04c68492009-05-22 14:52:52 -04004497 if (pmb->u.mb.un.varCfgPort.gbg)
James Smarte2a0a9d2008-12-04 22:40:02 -05004498 phba->sli3_options |= LPFC_SLI3_BG_ENABLED;
4499 else
4500 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4501 "0443 Adapter did not grant "
4502 "BlockGuard\n");
4503 }
James Smart34b02dc2008-08-24 21:49:55 -04004504 } else {
James Smart8f34f4c2008-12-04 22:39:23 -05004505 phba->hbq_get = NULL;
James Smart34b02dc2008-08-24 21:49:55 -04004506 phba->port_gp = phba->mbox->us.s2.port;
James Smartd7c255b2008-08-24 21:50:00 -04004507 phba->max_vpi = 0;
James Smarted957682007-06-17 19:56:37 -05004508 }
James Smart92d7f7b2007-06-17 19:56:38 -05004509do_prep_failed:
James Smarted957682007-06-17 19:56:37 -05004510 mempool_free(pmb, phba->mbox_mem_pool);
4511 return rc;
4512}
4513
James Smarte59058c2008-08-24 21:49:00 -04004514
4515/**
James Smart3621a712009-04-06 18:47:14 -04004516 * lpfc_sli_hba_setup - SLI intialization function
James Smarte59058c2008-08-24 21:49:00 -04004517 * @phba: Pointer to HBA context object.
4518 *
4519 * This function is the main SLI intialization function. This function
4520 * is called by the HBA intialization code, HBA reset code and HBA
4521 * error attention handler code. Caller is not required to hold any
4522 * locks. This function issues config_port mailbox command to configure
4523 * the SLI, setup iocb rings and HBQ rings. In the end the function
4524 * calls the config_port_post function to issue init_link mailbox
4525 * command and to start the discovery. The function will return zero
4526 * if successful, else it will return negative error code.
4527 **/
James Smarted957682007-06-17 19:56:37 -05004528int
4529lpfc_sli_hba_setup(struct lpfc_hba *phba)
4530{
4531 uint32_t rc;
James Smart6d368e52011-05-24 11:44:12 -04004532 int mode = 3, i;
4533 int longs;
James Smarted957682007-06-17 19:56:37 -05004534
4535 switch (lpfc_sli_mode) {
4536 case 2:
James Smart78b2d852007-08-02 11:10:21 -04004537 if (phba->cfg_enable_npiv) {
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 "1824 NPIV enabled: Override lpfc_sli_mode "
James Smart92d7f7b2007-06-17 19:56:38 -05004540 "parameter (%d) to auto (0).\n",
James Smarte8b62012007-08-02 11:10:09 -04004541 lpfc_sli_mode);
James Smart92d7f7b2007-06-17 19:56:38 -05004542 break;
4543 }
James Smarted957682007-06-17 19:56:37 -05004544 mode = 2;
4545 break;
4546 case 0:
4547 case 3:
4548 break;
4549 default:
James Smart92d7f7b2007-06-17 19:56:38 -05004550 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004551 "1819 Unrecognized lpfc_sli_mode "
4552 "parameter: %d.\n", lpfc_sli_mode);
James Smarted957682007-06-17 19:56:37 -05004553
4554 break;
4555 }
4556
James Smart93996272008-08-24 21:50:30 -04004557 rc = lpfc_sli_config_port(phba, mode);
4558
James Smarted957682007-06-17 19:56:37 -05004559 if (rc && lpfc_sli_mode == 3)
James Smart92d7f7b2007-06-17 19:56:38 -05004560 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004561 "1820 Unable to select SLI-3. "
4562 "Not supported by adapter.\n");
James Smarted957682007-06-17 19:56:37 -05004563 if (rc && mode != 2)
James Smart93996272008-08-24 21:50:30 -04004564 rc = lpfc_sli_config_port(phba, 2);
James Smarted957682007-06-17 19:56:37 -05004565 if (rc)
dea31012005-04-17 16:05:31 -05004566 goto lpfc_sli_hba_setup_error;
4567
James Smart0d878412009-10-02 15:16:56 -04004568 /* Enable PCIe device Advanced Error Reporting (AER) if configured */
4569 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
4570 rc = pci_enable_pcie_error_reporting(phba->pcidev);
4571 if (!rc) {
4572 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4573 "2709 This device supports "
4574 "Advanced Error Reporting (AER)\n");
4575 spin_lock_irq(&phba->hbalock);
4576 phba->hba_flag |= HBA_AER_ENABLED;
4577 spin_unlock_irq(&phba->hbalock);
4578 } else {
4579 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4580 "2708 This device does not support "
4581 "Advanced Error Reporting (AER)\n");
4582 phba->cfg_aer_support = 0;
4583 }
4584 }
4585
James Smarted957682007-06-17 19:56:37 -05004586 if (phba->sli_rev == 3) {
4587 phba->iocb_cmd_size = SLI3_IOCB_CMD_SIZE;
4588 phba->iocb_rsp_size = SLI3_IOCB_RSP_SIZE;
James Smarted957682007-06-17 19:56:37 -05004589 } else {
4590 phba->iocb_cmd_size = SLI2_IOCB_CMD_SIZE;
4591 phba->iocb_rsp_size = SLI2_IOCB_RSP_SIZE;
James Smart92d7f7b2007-06-17 19:56:38 -05004592 phba->sli3_options = 0;
James Smarted957682007-06-17 19:56:37 -05004593 }
4594
4595 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004596 "0444 Firmware in SLI %x mode. Max_vpi %d\n",
4597 phba->sli_rev, phba->max_vpi);
James Smarted957682007-06-17 19:56:37 -05004598 rc = lpfc_sli_ring_map(phba);
dea31012005-04-17 16:05:31 -05004599
4600 if (rc)
4601 goto lpfc_sli_hba_setup_error;
4602
James Smart6d368e52011-05-24 11:44:12 -04004603 /* Initialize VPIs. */
4604 if (phba->sli_rev == LPFC_SLI_REV3) {
4605 /*
4606 * The VPI bitmask and physical ID array are allocated
4607 * and initialized once only - at driver load. A port
4608 * reset doesn't need to reinitialize this memory.
4609 */
4610 if ((phba->vpi_bmask == NULL) && (phba->vpi_ids == NULL)) {
4611 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG;
4612 phba->vpi_bmask = kzalloc(longs * sizeof(unsigned long),
4613 GFP_KERNEL);
4614 if (!phba->vpi_bmask) {
4615 rc = -ENOMEM;
4616 goto lpfc_sli_hba_setup_error;
4617 }
4618
4619 phba->vpi_ids = kzalloc(
4620 (phba->max_vpi+1) * sizeof(uint16_t),
4621 GFP_KERNEL);
4622 if (!phba->vpi_ids) {
4623 kfree(phba->vpi_bmask);
4624 rc = -ENOMEM;
4625 goto lpfc_sli_hba_setup_error;
4626 }
4627 for (i = 0; i < phba->max_vpi; i++)
4628 phba->vpi_ids[i] = i;
4629 }
4630 }
4631
James Smart93996272008-08-24 21:50:30 -04004632 /* Init HBQs */
James Smarted957682007-06-17 19:56:37 -05004633 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
4634 rc = lpfc_sli_hbq_setup(phba);
4635 if (rc)
4636 goto lpfc_sli_hba_setup_error;
4637 }
James Smart04c68492009-05-22 14:52:52 -04004638 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004639 phba->sli.sli_flag |= LPFC_PROCESS_LA;
James Smart04c68492009-05-22 14:52:52 -04004640 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004641
4642 rc = lpfc_config_port_post(phba);
4643 if (rc)
4644 goto lpfc_sli_hba_setup_error;
4645
James Smarted957682007-06-17 19:56:37 -05004646 return rc;
4647
James Smart92d7f7b2007-06-17 19:56:38 -05004648lpfc_sli_hba_setup_error:
James Smart2e0fef82007-06-17 19:56:36 -05004649 phba->link_state = LPFC_HBA_ERROR;
James Smarte40a02c2010-02-26 14:13:54 -05004650 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004651 "0445 Firmware initialization failed\n");
dea31012005-04-17 16:05:31 -05004652 return rc;
4653}
4654
James Smartda0436e2009-05-22 14:51:39 -04004655/**
4656 * lpfc_sli4_read_fcoe_params - Read fcoe params from conf region
4657 * @phba: Pointer to HBA context object.
4658 * @mboxq: mailbox pointer.
4659 * This function issue a dump mailbox command to read config region
4660 * 23 and parse the records in the region and populate driver
4661 * data structure.
4662 **/
4663static int
James Smartff78d8f2011-12-13 13:21:35 -05004664lpfc_sli4_read_fcoe_params(struct lpfc_hba *phba)
James Smartda0436e2009-05-22 14:51:39 -04004665{
James Smartff78d8f2011-12-13 13:21:35 -05004666 LPFC_MBOXQ_t *mboxq;
James Smartda0436e2009-05-22 14:51:39 -04004667 struct lpfc_dmabuf *mp;
4668 struct lpfc_mqe *mqe;
4669 uint32_t data_length;
4670 int rc;
4671
4672 /* Program the default value of vlan_id and fc_map */
4673 phba->valid_vlan = 0;
4674 phba->fc_map[0] = LPFC_FCOE_FCF_MAP0;
4675 phba->fc_map[1] = LPFC_FCOE_FCF_MAP1;
4676 phba->fc_map[2] = LPFC_FCOE_FCF_MAP2;
4677
James Smartff78d8f2011-12-13 13:21:35 -05004678 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4679 if (!mboxq)
James Smartda0436e2009-05-22 14:51:39 -04004680 return -ENOMEM;
4681
James Smartff78d8f2011-12-13 13:21:35 -05004682 mqe = &mboxq->u.mqe;
4683 if (lpfc_sli4_dump_cfg_rg23(phba, mboxq)) {
4684 rc = -ENOMEM;
4685 goto out_free_mboxq;
4686 }
4687
James Smartda0436e2009-05-22 14:51:39 -04004688 mp = (struct lpfc_dmabuf *) mboxq->context1;
4689 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4690
4691 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
4692 "(%d):2571 Mailbox cmd x%x Status x%x "
4693 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x "
4694 "x%x x%x x%x x%x x%x x%x x%x x%x x%x "
4695 "CQ: x%x x%x x%x x%x\n",
4696 mboxq->vport ? mboxq->vport->vpi : 0,
4697 bf_get(lpfc_mqe_command, mqe),
4698 bf_get(lpfc_mqe_status, mqe),
4699 mqe->un.mb_words[0], mqe->un.mb_words[1],
4700 mqe->un.mb_words[2], mqe->un.mb_words[3],
4701 mqe->un.mb_words[4], mqe->un.mb_words[5],
4702 mqe->un.mb_words[6], mqe->un.mb_words[7],
4703 mqe->un.mb_words[8], mqe->un.mb_words[9],
4704 mqe->un.mb_words[10], mqe->un.mb_words[11],
4705 mqe->un.mb_words[12], mqe->un.mb_words[13],
4706 mqe->un.mb_words[14], mqe->un.mb_words[15],
4707 mqe->un.mb_words[16], mqe->un.mb_words[50],
4708 mboxq->mcqe.word0,
4709 mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1,
4710 mboxq->mcqe.trailer);
4711
4712 if (rc) {
4713 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4714 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004715 rc = -EIO;
4716 goto out_free_mboxq;
James Smartda0436e2009-05-22 14:51:39 -04004717 }
4718 data_length = mqe->un.mb_words[5];
James Smarta0c87cb2009-07-19 10:01:10 -04004719 if (data_length > DMP_RGN23_SIZE) {
James Smartd11e31d2009-06-10 17:23:06 -04004720 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4721 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004722 rc = -EIO;
4723 goto out_free_mboxq;
James Smartd11e31d2009-06-10 17:23:06 -04004724 }
James Smartda0436e2009-05-22 14:51:39 -04004725
4726 lpfc_parse_fcoe_conf(phba, mp->virt, data_length);
4727 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4728 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004729 rc = 0;
4730
4731out_free_mboxq:
4732 mempool_free(mboxq, phba->mbox_mem_pool);
4733 return rc;
James Smartda0436e2009-05-22 14:51:39 -04004734}
4735
4736/**
4737 * lpfc_sli4_read_rev - Issue READ_REV and collect vpd data
4738 * @phba: pointer to lpfc hba data structure.
4739 * @mboxq: pointer to the LPFC_MBOXQ_t structure.
4740 * @vpd: pointer to the memory to hold resulting port vpd data.
4741 * @vpd_size: On input, the number of bytes allocated to @vpd.
4742 * On output, the number of data bytes in @vpd.
4743 *
4744 * This routine executes a READ_REV SLI4 mailbox command. In
4745 * addition, this routine gets the port vpd data.
4746 *
4747 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02004748 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -04004749 * -ENOMEM - could not allocated memory.
James Smartda0436e2009-05-22 14:51:39 -04004750 **/
4751static int
4752lpfc_sli4_read_rev(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
4753 uint8_t *vpd, uint32_t *vpd_size)
4754{
4755 int rc = 0;
4756 uint32_t dma_size;
4757 struct lpfc_dmabuf *dmabuf;
4758 struct lpfc_mqe *mqe;
4759
4760 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
4761 if (!dmabuf)
4762 return -ENOMEM;
4763
4764 /*
4765 * Get a DMA buffer for the vpd data resulting from the READ_REV
4766 * mailbox command.
4767 */
4768 dma_size = *vpd_size;
4769 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
4770 dma_size,
4771 &dmabuf->phys,
4772 GFP_KERNEL);
4773 if (!dmabuf->virt) {
4774 kfree(dmabuf);
4775 return -ENOMEM;
4776 }
4777 memset(dmabuf->virt, 0, dma_size);
4778
4779 /*
4780 * The SLI4 implementation of READ_REV conflicts at word1,
4781 * bits 31:16 and SLI4 adds vpd functionality not present
4782 * in SLI3. This code corrects the conflicts.
4783 */
4784 lpfc_read_rev(phba, mboxq);
4785 mqe = &mboxq->u.mqe;
4786 mqe->un.read_rev.vpd_paddr_high = putPaddrHigh(dmabuf->phys);
4787 mqe->un.read_rev.vpd_paddr_low = putPaddrLow(dmabuf->phys);
4788 mqe->un.read_rev.word1 &= 0x0000FFFF;
4789 bf_set(lpfc_mbx_rd_rev_vpd, &mqe->un.read_rev, 1);
4790 bf_set(lpfc_mbx_rd_rev_avail_len, &mqe->un.read_rev, dma_size);
4791
4792 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4793 if (rc) {
4794 dma_free_coherent(&phba->pcidev->dev, dma_size,
4795 dmabuf->virt, dmabuf->phys);
James Smartdef9c7a2009-12-21 17:02:28 -05004796 kfree(dmabuf);
James Smartda0436e2009-05-22 14:51:39 -04004797 return -EIO;
4798 }
4799
James Smartda0436e2009-05-22 14:51:39 -04004800 /*
4801 * The available vpd length cannot be bigger than the
4802 * DMA buffer passed to the port. Catch the less than
4803 * case and update the caller's size.
4804 */
4805 if (mqe->un.read_rev.avail_vpd_len < *vpd_size)
4806 *vpd_size = mqe->un.read_rev.avail_vpd_len;
4807
James Smartd7c47992010-06-08 18:31:54 -04004808 memcpy(vpd, dmabuf->virt, *vpd_size);
4809
James Smartda0436e2009-05-22 14:51:39 -04004810 dma_free_coherent(&phba->pcidev->dev, dma_size,
4811 dmabuf->virt, dmabuf->phys);
4812 kfree(dmabuf);
4813 return 0;
4814}
4815
4816/**
James Smartcd1c8302011-10-10 21:33:25 -04004817 * lpfc_sli4_retrieve_pport_name - Retrieve SLI4 device physical port name
4818 * @phba: pointer to lpfc hba data structure.
4819 *
4820 * This routine retrieves SLI4 device physical port name this PCI function
4821 * is attached to.
4822 *
4823 * Return codes
Anatol Pomozov4907cb72012-09-01 10:31:09 -07004824 * 0 - successful
James Smartcd1c8302011-10-10 21:33:25 -04004825 * otherwise - failed to retrieve physical port name
4826 **/
4827static int
4828lpfc_sli4_retrieve_pport_name(struct lpfc_hba *phba)
4829{
4830 LPFC_MBOXQ_t *mboxq;
James Smartcd1c8302011-10-10 21:33:25 -04004831 struct lpfc_mbx_get_cntl_attributes *mbx_cntl_attr;
4832 struct lpfc_controller_attribute *cntl_attr;
4833 struct lpfc_mbx_get_port_name *get_port_name;
4834 void *virtaddr = NULL;
4835 uint32_t alloclen, reqlen;
4836 uint32_t shdr_status, shdr_add_status;
4837 union lpfc_sli4_cfg_shdr *shdr;
4838 char cport_name = 0;
4839 int rc;
4840
4841 /* We assume nothing at this point */
4842 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL;
4843 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_NON;
4844
4845 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4846 if (!mboxq)
4847 return -ENOMEM;
James Smartcd1c8302011-10-10 21:33:25 -04004848 /* obtain link type and link number via READ_CONFIG */
James Smartff78d8f2011-12-13 13:21:35 -05004849 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL;
4850 lpfc_sli4_read_config(phba);
4851 if (phba->sli4_hba.lnk_info.lnk_dv == LPFC_LNK_DAT_VAL)
4852 goto retrieve_ppname;
James Smartcd1c8302011-10-10 21:33:25 -04004853
4854 /* obtain link type and link number via COMMON_GET_CNTL_ATTRIBUTES */
4855 reqlen = sizeof(struct lpfc_mbx_get_cntl_attributes);
4856 alloclen = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
4857 LPFC_MBOX_OPCODE_GET_CNTL_ATTRIBUTES, reqlen,
4858 LPFC_SLI4_MBX_NEMBED);
4859 if (alloclen < reqlen) {
4860 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
4861 "3084 Allocated DMA memory size (%d) is "
4862 "less than the requested DMA memory size "
4863 "(%d)\n", alloclen, reqlen);
4864 rc = -ENOMEM;
4865 goto out_free_mboxq;
4866 }
4867 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4868 virtaddr = mboxq->sge_array->addr[0];
4869 mbx_cntl_attr = (struct lpfc_mbx_get_cntl_attributes *)virtaddr;
4870 shdr = &mbx_cntl_attr->cfg_shdr;
4871 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
4872 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
4873 if (shdr_status || shdr_add_status || rc) {
4874 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
4875 "3085 Mailbox x%x (x%x/x%x) failed, "
4876 "rc:x%x, status:x%x, add_status:x%x\n",
4877 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
4878 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
4879 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
4880 rc, shdr_status, shdr_add_status);
4881 rc = -ENXIO;
4882 goto out_free_mboxq;
4883 }
4884 cntl_attr = &mbx_cntl_attr->cntl_attr;
4885 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_VAL;
4886 phba->sli4_hba.lnk_info.lnk_tp =
4887 bf_get(lpfc_cntl_attr_lnk_type, cntl_attr);
4888 phba->sli4_hba.lnk_info.lnk_no =
4889 bf_get(lpfc_cntl_attr_lnk_numb, cntl_attr);
4890 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4891 "3086 lnk_type:%d, lnk_numb:%d\n",
4892 phba->sli4_hba.lnk_info.lnk_tp,
4893 phba->sli4_hba.lnk_info.lnk_no);
4894
4895retrieve_ppname:
4896 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
4897 LPFC_MBOX_OPCODE_GET_PORT_NAME,
4898 sizeof(struct lpfc_mbx_get_port_name) -
4899 sizeof(struct lpfc_sli4_cfg_mhdr),
4900 LPFC_SLI4_MBX_EMBED);
4901 get_port_name = &mboxq->u.mqe.un.get_port_name;
4902 shdr = (union lpfc_sli4_cfg_shdr *)&get_port_name->header.cfg_shdr;
4903 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_OPCODE_VERSION_1);
4904 bf_set(lpfc_mbx_get_port_name_lnk_type, &get_port_name->u.request,
4905 phba->sli4_hba.lnk_info.lnk_tp);
4906 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4907 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
4908 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
4909 if (shdr_status || shdr_add_status || rc) {
4910 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
4911 "3087 Mailbox x%x (x%x/x%x) failed: "
4912 "rc:x%x, status:x%x, add_status:x%x\n",
4913 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
4914 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
4915 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
4916 rc, shdr_status, shdr_add_status);
4917 rc = -ENXIO;
4918 goto out_free_mboxq;
4919 }
4920 switch (phba->sli4_hba.lnk_info.lnk_no) {
4921 case LPFC_LINK_NUMBER_0:
4922 cport_name = bf_get(lpfc_mbx_get_port_name_name0,
4923 &get_port_name->u.response);
4924 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4925 break;
4926 case LPFC_LINK_NUMBER_1:
4927 cport_name = bf_get(lpfc_mbx_get_port_name_name1,
4928 &get_port_name->u.response);
4929 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4930 break;
4931 case LPFC_LINK_NUMBER_2:
4932 cport_name = bf_get(lpfc_mbx_get_port_name_name2,
4933 &get_port_name->u.response);
4934 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4935 break;
4936 case LPFC_LINK_NUMBER_3:
4937 cport_name = bf_get(lpfc_mbx_get_port_name_name3,
4938 &get_port_name->u.response);
4939 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4940 break;
4941 default:
4942 break;
4943 }
4944
4945 if (phba->sli4_hba.pport_name_sta == LPFC_SLI4_PPNAME_GET) {
4946 phba->Port[0] = cport_name;
4947 phba->Port[1] = '\0';
4948 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4949 "3091 SLI get port name: %s\n", phba->Port);
4950 }
4951
4952out_free_mboxq:
4953 if (rc != MBX_TIMEOUT) {
4954 if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG)
4955 lpfc_sli4_mbox_cmd_free(phba, mboxq);
4956 else
4957 mempool_free(mboxq, phba->mbox_mem_pool);
4958 }
4959 return rc;
4960}
4961
4962/**
James Smartda0436e2009-05-22 14:51:39 -04004963 * lpfc_sli4_arm_cqeq_intr - Arm sli-4 device completion and event queues
4964 * @phba: pointer to lpfc hba data structure.
4965 *
4966 * This routine is called to explicitly arm the SLI4 device's completion and
4967 * event queues
4968 **/
4969static void
4970lpfc_sli4_arm_cqeq_intr(struct lpfc_hba *phba)
4971{
James Smart962bc512013-01-03 15:44:00 -05004972 int fcp_eqidx;
James Smartda0436e2009-05-22 14:51:39 -04004973
4974 lpfc_sli4_cq_release(phba->sli4_hba.mbx_cq, LPFC_QUEUE_REARM);
4975 lpfc_sli4_cq_release(phba->sli4_hba.els_cq, LPFC_QUEUE_REARM);
James Smart05580562011-05-24 11:40:48 -04004976 fcp_eqidx = 0;
James Smart2e90f4b2011-12-13 13:22:37 -05004977 if (phba->sli4_hba.fcp_cq) {
James Smart67d12732012-08-03 12:36:13 -04004978 do {
James Smart2e90f4b2011-12-13 13:22:37 -05004979 lpfc_sli4_cq_release(phba->sli4_hba.fcp_cq[fcp_eqidx],
4980 LPFC_QUEUE_REARM);
James Smart67d12732012-08-03 12:36:13 -04004981 } while (++fcp_eqidx < phba->cfg_fcp_io_channel);
James Smart2e90f4b2011-12-13 13:22:37 -05004982 }
James Smart67d12732012-08-03 12:36:13 -04004983 if (phba->sli4_hba.hba_eq) {
4984 for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_io_channel;
James Smart2e90f4b2011-12-13 13:22:37 -05004985 fcp_eqidx++)
James Smart67d12732012-08-03 12:36:13 -04004986 lpfc_sli4_eq_release(phba->sli4_hba.hba_eq[fcp_eqidx],
James Smart2e90f4b2011-12-13 13:22:37 -05004987 LPFC_QUEUE_REARM);
4988 }
James Smartda0436e2009-05-22 14:51:39 -04004989}
4990
4991/**
James Smart6d368e52011-05-24 11:44:12 -04004992 * lpfc_sli4_get_avail_extnt_rsrc - Get available resource extent count.
4993 * @phba: Pointer to HBA context object.
4994 * @type: The resource extent type.
James Smartb76f2dc2011-07-22 18:37:42 -04004995 * @extnt_count: buffer to hold port available extent count.
4996 * @extnt_size: buffer to hold element count per extent.
James Smart6d368e52011-05-24 11:44:12 -04004997 *
James Smartb76f2dc2011-07-22 18:37:42 -04004998 * This function calls the port and retrievs the number of available
4999 * extents and their size for a particular extent type.
5000 *
5001 * Returns: 0 if successful. Nonzero otherwise.
James Smart6d368e52011-05-24 11:44:12 -04005002 **/
James Smartb76f2dc2011-07-22 18:37:42 -04005003int
James Smart6d368e52011-05-24 11:44:12 -04005004lpfc_sli4_get_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type,
5005 uint16_t *extnt_count, uint16_t *extnt_size)
5006{
5007 int rc = 0;
5008 uint32_t length;
5009 uint32_t mbox_tmo;
5010 struct lpfc_mbx_get_rsrc_extent_info *rsrc_info;
5011 LPFC_MBOXQ_t *mbox;
5012
5013 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5014 if (!mbox)
5015 return -ENOMEM;
5016
5017 /* Find out how many extents are available for this resource type */
5018 length = (sizeof(struct lpfc_mbx_get_rsrc_extent_info) -
5019 sizeof(struct lpfc_sli4_cfg_mhdr));
5020 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5021 LPFC_MBOX_OPCODE_GET_RSRC_EXTENT_INFO,
5022 length, LPFC_SLI4_MBX_EMBED);
5023
5024 /* Send an extents count of 0 - the GET doesn't use it. */
5025 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
5026 LPFC_SLI4_MBX_EMBED);
5027 if (unlikely(rc)) {
5028 rc = -EIO;
5029 goto err_exit;
5030 }
5031
5032 if (!phba->sli4_hba.intr_enable)
5033 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5034 else {
James Smarta183a152011-10-10 21:32:43 -04005035 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005036 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5037 }
5038 if (unlikely(rc)) {
5039 rc = -EIO;
5040 goto err_exit;
5041 }
5042
5043 rsrc_info = &mbox->u.mqe.un.rsrc_extent_info;
5044 if (bf_get(lpfc_mbox_hdr_status,
5045 &rsrc_info->header.cfg_shdr.response)) {
5046 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5047 "2930 Failed to get resource extents "
5048 "Status 0x%x Add'l Status 0x%x\n",
5049 bf_get(lpfc_mbox_hdr_status,
5050 &rsrc_info->header.cfg_shdr.response),
5051 bf_get(lpfc_mbox_hdr_add_status,
5052 &rsrc_info->header.cfg_shdr.response));
5053 rc = -EIO;
5054 goto err_exit;
5055 }
5056
5057 *extnt_count = bf_get(lpfc_mbx_get_rsrc_extent_info_cnt,
5058 &rsrc_info->u.rsp);
5059 *extnt_size = bf_get(lpfc_mbx_get_rsrc_extent_info_size,
5060 &rsrc_info->u.rsp);
James Smart8a9d2e82012-05-09 21:16:12 -04005061
5062 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
5063 "3162 Retrieved extents type-%d from port: count:%d, "
5064 "size:%d\n", type, *extnt_count, *extnt_size);
5065
5066err_exit:
James Smart6d368e52011-05-24 11:44:12 -04005067 mempool_free(mbox, phba->mbox_mem_pool);
5068 return rc;
5069}
5070
5071/**
5072 * lpfc_sli4_chk_avail_extnt_rsrc - Check for available SLI4 resource extents.
5073 * @phba: Pointer to HBA context object.
5074 * @type: The extent type to check.
5075 *
5076 * This function reads the current available extents from the port and checks
5077 * if the extent count or extent size has changed since the last access.
5078 * Callers use this routine post port reset to understand if there is a
5079 * extent reprovisioning requirement.
5080 *
5081 * Returns:
5082 * -Error: error indicates problem.
5083 * 1: Extent count or size has changed.
5084 * 0: No changes.
5085 **/
5086static int
5087lpfc_sli4_chk_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type)
5088{
5089 uint16_t curr_ext_cnt, rsrc_ext_cnt;
5090 uint16_t size_diff, rsrc_ext_size;
5091 int rc = 0;
5092 struct lpfc_rsrc_blks *rsrc_entry;
5093 struct list_head *rsrc_blk_list = NULL;
5094
5095 size_diff = 0;
5096 curr_ext_cnt = 0;
5097 rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
5098 &rsrc_ext_cnt,
5099 &rsrc_ext_size);
5100 if (unlikely(rc))
5101 return -EIO;
5102
5103 switch (type) {
5104 case LPFC_RSC_TYPE_FCOE_RPI:
5105 rsrc_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list;
5106 break;
5107 case LPFC_RSC_TYPE_FCOE_VPI:
5108 rsrc_blk_list = &phba->lpfc_vpi_blk_list;
5109 break;
5110 case LPFC_RSC_TYPE_FCOE_XRI:
5111 rsrc_blk_list = &phba->sli4_hba.lpfc_xri_blk_list;
5112 break;
5113 case LPFC_RSC_TYPE_FCOE_VFI:
5114 rsrc_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list;
5115 break;
5116 default:
5117 break;
5118 }
5119
5120 list_for_each_entry(rsrc_entry, rsrc_blk_list, list) {
5121 curr_ext_cnt++;
5122 if (rsrc_entry->rsrc_size != rsrc_ext_size)
5123 size_diff++;
5124 }
5125
5126 if (curr_ext_cnt != rsrc_ext_cnt || size_diff != 0)
5127 rc = 1;
5128
5129 return rc;
5130}
5131
5132/**
5133 * lpfc_sli4_cfg_post_extnts -
5134 * @phba: Pointer to HBA context object.
5135 * @extnt_cnt - number of available extents.
5136 * @type - the extent type (rpi, xri, vfi, vpi).
5137 * @emb - buffer to hold either MBX_EMBED or MBX_NEMBED operation.
5138 * @mbox - pointer to the caller's allocated mailbox structure.
5139 *
5140 * This function executes the extents allocation request. It also
5141 * takes care of the amount of memory needed to allocate or get the
5142 * allocated extents. It is the caller's responsibility to evaluate
5143 * the response.
5144 *
5145 * Returns:
5146 * -Error: Error value describes the condition found.
5147 * 0: if successful
5148 **/
5149static int
James Smart8a9d2e82012-05-09 21:16:12 -04005150lpfc_sli4_cfg_post_extnts(struct lpfc_hba *phba, uint16_t extnt_cnt,
James Smart6d368e52011-05-24 11:44:12 -04005151 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox)
5152{
5153 int rc = 0;
5154 uint32_t req_len;
5155 uint32_t emb_len;
5156 uint32_t alloc_len, mbox_tmo;
5157
5158 /* Calculate the total requested length of the dma memory */
James Smart8a9d2e82012-05-09 21:16:12 -04005159 req_len = extnt_cnt * sizeof(uint16_t);
James Smart6d368e52011-05-24 11:44:12 -04005160
5161 /*
5162 * Calculate the size of an embedded mailbox. The uint32_t
5163 * accounts for extents-specific word.
5164 */
5165 emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) -
5166 sizeof(uint32_t);
5167
5168 /*
5169 * Presume the allocation and response will fit into an embedded
5170 * mailbox. If not true, reconfigure to a non-embedded mailbox.
5171 */
5172 *emb = LPFC_SLI4_MBX_EMBED;
5173 if (req_len > emb_len) {
James Smart8a9d2e82012-05-09 21:16:12 -04005174 req_len = extnt_cnt * sizeof(uint16_t) +
James Smart6d368e52011-05-24 11:44:12 -04005175 sizeof(union lpfc_sli4_cfg_shdr) +
5176 sizeof(uint32_t);
5177 *emb = LPFC_SLI4_MBX_NEMBED;
5178 }
5179
5180 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5181 LPFC_MBOX_OPCODE_ALLOC_RSRC_EXTENT,
5182 req_len, *emb);
5183 if (alloc_len < req_len) {
5184 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartb76f2dc2011-07-22 18:37:42 -04005185 "2982 Allocated DMA memory size (x%x) is "
James Smart6d368e52011-05-24 11:44:12 -04005186 "less than the requested DMA memory "
5187 "size (x%x)\n", alloc_len, req_len);
5188 return -ENOMEM;
5189 }
James Smart8a9d2e82012-05-09 21:16:12 -04005190 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb);
James Smart6d368e52011-05-24 11:44:12 -04005191 if (unlikely(rc))
5192 return -EIO;
5193
5194 if (!phba->sli4_hba.intr_enable)
5195 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5196 else {
James Smarta183a152011-10-10 21:32:43 -04005197 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005198 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5199 }
5200
5201 if (unlikely(rc))
5202 rc = -EIO;
5203 return rc;
5204}
5205
5206/**
5207 * lpfc_sli4_alloc_extent - Allocate an SLI4 resource extent.
5208 * @phba: Pointer to HBA context object.
5209 * @type: The resource extent type to allocate.
5210 *
5211 * This function allocates the number of elements for the specified
5212 * resource type.
5213 **/
5214static int
5215lpfc_sli4_alloc_extent(struct lpfc_hba *phba, uint16_t type)
5216{
5217 bool emb = false;
5218 uint16_t rsrc_id_cnt, rsrc_cnt, rsrc_size;
5219 uint16_t rsrc_id, rsrc_start, j, k;
5220 uint16_t *ids;
5221 int i, rc;
5222 unsigned long longs;
5223 unsigned long *bmask;
5224 struct lpfc_rsrc_blks *rsrc_blks;
5225 LPFC_MBOXQ_t *mbox;
5226 uint32_t length;
5227 struct lpfc_id_range *id_array = NULL;
5228 void *virtaddr = NULL;
5229 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc;
5230 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext;
5231 struct list_head *ext_blk_list;
5232
5233 rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
5234 &rsrc_cnt,
5235 &rsrc_size);
5236 if (unlikely(rc))
5237 return -EIO;
5238
5239 if ((rsrc_cnt == 0) || (rsrc_size == 0)) {
5240 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5241 "3009 No available Resource Extents "
5242 "for resource type 0x%x: Count: 0x%x, "
5243 "Size 0x%x\n", type, rsrc_cnt,
5244 rsrc_size);
5245 return -ENOMEM;
5246 }
5247
James Smart8a9d2e82012-05-09 21:16:12 -04005248 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_INIT | LOG_SLI,
5249 "2903 Post resource extents type-0x%x: "
5250 "count:%d, size %d\n", type, rsrc_cnt, rsrc_size);
James Smart6d368e52011-05-24 11:44:12 -04005251
5252 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5253 if (!mbox)
5254 return -ENOMEM;
5255
James Smart8a9d2e82012-05-09 21:16:12 -04005256 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005257 if (unlikely(rc)) {
5258 rc = -EIO;
5259 goto err_exit;
5260 }
5261
5262 /*
5263 * Figure out where the response is located. Then get local pointers
5264 * to the response data. The port does not guarantee to respond to
5265 * all extents counts request so update the local variable with the
5266 * allocated count from the port.
5267 */
5268 if (emb == LPFC_SLI4_MBX_EMBED) {
5269 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents;
5270 id_array = &rsrc_ext->u.rsp.id[0];
5271 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
5272 } else {
5273 virtaddr = mbox->sge_array->addr[0];
5274 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr;
5275 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
5276 id_array = &n_rsrc->id;
5277 }
5278
5279 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG;
5280 rsrc_id_cnt = rsrc_cnt * rsrc_size;
5281
5282 /*
5283 * Based on the resource size and count, correct the base and max
5284 * resource values.
5285 */
5286 length = sizeof(struct lpfc_rsrc_blks);
5287 switch (type) {
5288 case LPFC_RSC_TYPE_FCOE_RPI:
5289 phba->sli4_hba.rpi_bmask = kzalloc(longs *
5290 sizeof(unsigned long),
5291 GFP_KERNEL);
5292 if (unlikely(!phba->sli4_hba.rpi_bmask)) {
5293 rc = -ENOMEM;
5294 goto err_exit;
5295 }
5296 phba->sli4_hba.rpi_ids = kzalloc(rsrc_id_cnt *
5297 sizeof(uint16_t),
5298 GFP_KERNEL);
5299 if (unlikely(!phba->sli4_hba.rpi_ids)) {
5300 kfree(phba->sli4_hba.rpi_bmask);
5301 rc = -ENOMEM;
5302 goto err_exit;
5303 }
5304
5305 /*
5306 * The next_rpi was initialized with the maximum available
5307 * count but the port may allocate a smaller number. Catch
5308 * that case and update the next_rpi.
5309 */
5310 phba->sli4_hba.next_rpi = rsrc_id_cnt;
5311
5312 /* Initialize local ptrs for common extent processing later. */
5313 bmask = phba->sli4_hba.rpi_bmask;
5314 ids = phba->sli4_hba.rpi_ids;
5315 ext_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list;
5316 break;
5317 case LPFC_RSC_TYPE_FCOE_VPI:
5318 phba->vpi_bmask = kzalloc(longs *
5319 sizeof(unsigned long),
5320 GFP_KERNEL);
5321 if (unlikely(!phba->vpi_bmask)) {
5322 rc = -ENOMEM;
5323 goto err_exit;
5324 }
5325 phba->vpi_ids = kzalloc(rsrc_id_cnt *
5326 sizeof(uint16_t),
5327 GFP_KERNEL);
5328 if (unlikely(!phba->vpi_ids)) {
5329 kfree(phba->vpi_bmask);
5330 rc = -ENOMEM;
5331 goto err_exit;
5332 }
5333
5334 /* Initialize local ptrs for common extent processing later. */
5335 bmask = phba->vpi_bmask;
5336 ids = phba->vpi_ids;
5337 ext_blk_list = &phba->lpfc_vpi_blk_list;
5338 break;
5339 case LPFC_RSC_TYPE_FCOE_XRI:
5340 phba->sli4_hba.xri_bmask = kzalloc(longs *
5341 sizeof(unsigned long),
5342 GFP_KERNEL);
5343 if (unlikely(!phba->sli4_hba.xri_bmask)) {
5344 rc = -ENOMEM;
5345 goto err_exit;
5346 }
James Smart8a9d2e82012-05-09 21:16:12 -04005347 phba->sli4_hba.max_cfg_param.xri_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005348 phba->sli4_hba.xri_ids = kzalloc(rsrc_id_cnt *
5349 sizeof(uint16_t),
5350 GFP_KERNEL);
5351 if (unlikely(!phba->sli4_hba.xri_ids)) {
5352 kfree(phba->sli4_hba.xri_bmask);
5353 rc = -ENOMEM;
5354 goto err_exit;
5355 }
5356
5357 /* Initialize local ptrs for common extent processing later. */
5358 bmask = phba->sli4_hba.xri_bmask;
5359 ids = phba->sli4_hba.xri_ids;
5360 ext_blk_list = &phba->sli4_hba.lpfc_xri_blk_list;
5361 break;
5362 case LPFC_RSC_TYPE_FCOE_VFI:
5363 phba->sli4_hba.vfi_bmask = kzalloc(longs *
5364 sizeof(unsigned long),
5365 GFP_KERNEL);
5366 if (unlikely(!phba->sli4_hba.vfi_bmask)) {
5367 rc = -ENOMEM;
5368 goto err_exit;
5369 }
5370 phba->sli4_hba.vfi_ids = kzalloc(rsrc_id_cnt *
5371 sizeof(uint16_t),
5372 GFP_KERNEL);
5373 if (unlikely(!phba->sli4_hba.vfi_ids)) {
5374 kfree(phba->sli4_hba.vfi_bmask);
5375 rc = -ENOMEM;
5376 goto err_exit;
5377 }
5378
5379 /* Initialize local ptrs for common extent processing later. */
5380 bmask = phba->sli4_hba.vfi_bmask;
5381 ids = phba->sli4_hba.vfi_ids;
5382 ext_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list;
5383 break;
5384 default:
5385 /* Unsupported Opcode. Fail call. */
5386 id_array = NULL;
5387 bmask = NULL;
5388 ids = NULL;
5389 ext_blk_list = NULL;
5390 goto err_exit;
5391 }
5392
5393 /*
5394 * Complete initializing the extent configuration with the
5395 * allocated ids assigned to this function. The bitmask serves
5396 * as an index into the array and manages the available ids. The
5397 * array just stores the ids communicated to the port via the wqes.
5398 */
5399 for (i = 0, j = 0, k = 0; i < rsrc_cnt; i++) {
5400 if ((i % 2) == 0)
5401 rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_0,
5402 &id_array[k]);
5403 else
5404 rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_1,
5405 &id_array[k]);
5406
5407 rsrc_blks = kzalloc(length, GFP_KERNEL);
5408 if (unlikely(!rsrc_blks)) {
5409 rc = -ENOMEM;
5410 kfree(bmask);
5411 kfree(ids);
5412 goto err_exit;
5413 }
5414 rsrc_blks->rsrc_start = rsrc_id;
5415 rsrc_blks->rsrc_size = rsrc_size;
5416 list_add_tail(&rsrc_blks->list, ext_blk_list);
5417 rsrc_start = rsrc_id;
5418 if ((type == LPFC_RSC_TYPE_FCOE_XRI) && (j == 0))
5419 phba->sli4_hba.scsi_xri_start = rsrc_start +
5420 lpfc_sli4_get_els_iocb_cnt(phba);
5421
5422 while (rsrc_id < (rsrc_start + rsrc_size)) {
5423 ids[j] = rsrc_id;
5424 rsrc_id++;
5425 j++;
5426 }
5427 /* Entire word processed. Get next word.*/
5428 if ((i % 2) == 1)
5429 k++;
5430 }
5431 err_exit:
5432 lpfc_sli4_mbox_cmd_free(phba, mbox);
5433 return rc;
5434}
5435
5436/**
5437 * lpfc_sli4_dealloc_extent - Deallocate an SLI4 resource extent.
5438 * @phba: Pointer to HBA context object.
5439 * @type: the extent's type.
5440 *
5441 * This function deallocates all extents of a particular resource type.
5442 * SLI4 does not allow for deallocating a particular extent range. It
5443 * is the caller's responsibility to release all kernel memory resources.
5444 **/
5445static int
5446lpfc_sli4_dealloc_extent(struct lpfc_hba *phba, uint16_t type)
5447{
5448 int rc;
5449 uint32_t length, mbox_tmo = 0;
5450 LPFC_MBOXQ_t *mbox;
5451 struct lpfc_mbx_dealloc_rsrc_extents *dealloc_rsrc;
5452 struct lpfc_rsrc_blks *rsrc_blk, *rsrc_blk_next;
5453
5454 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5455 if (!mbox)
5456 return -ENOMEM;
5457
5458 /*
5459 * This function sends an embedded mailbox because it only sends the
5460 * the resource type. All extents of this type are released by the
5461 * port.
5462 */
5463 length = (sizeof(struct lpfc_mbx_dealloc_rsrc_extents) -
5464 sizeof(struct lpfc_sli4_cfg_mhdr));
5465 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5466 LPFC_MBOX_OPCODE_DEALLOC_RSRC_EXTENT,
5467 length, LPFC_SLI4_MBX_EMBED);
5468
5469 /* Send an extents count of 0 - the dealloc doesn't use it. */
5470 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
5471 LPFC_SLI4_MBX_EMBED);
5472 if (unlikely(rc)) {
5473 rc = -EIO;
5474 goto out_free_mbox;
5475 }
5476 if (!phba->sli4_hba.intr_enable)
5477 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5478 else {
James Smarta183a152011-10-10 21:32:43 -04005479 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005480 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5481 }
5482 if (unlikely(rc)) {
5483 rc = -EIO;
5484 goto out_free_mbox;
5485 }
5486
5487 dealloc_rsrc = &mbox->u.mqe.un.dealloc_rsrc_extents;
5488 if (bf_get(lpfc_mbox_hdr_status,
5489 &dealloc_rsrc->header.cfg_shdr.response)) {
5490 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5491 "2919 Failed to release resource extents "
5492 "for type %d - Status 0x%x Add'l Status 0x%x. "
5493 "Resource memory not released.\n",
5494 type,
5495 bf_get(lpfc_mbox_hdr_status,
5496 &dealloc_rsrc->header.cfg_shdr.response),
5497 bf_get(lpfc_mbox_hdr_add_status,
5498 &dealloc_rsrc->header.cfg_shdr.response));
5499 rc = -EIO;
5500 goto out_free_mbox;
5501 }
5502
5503 /* Release kernel memory resources for the specific type. */
5504 switch (type) {
5505 case LPFC_RSC_TYPE_FCOE_VPI:
5506 kfree(phba->vpi_bmask);
5507 kfree(phba->vpi_ids);
5508 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5509 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5510 &phba->lpfc_vpi_blk_list, list) {
5511 list_del_init(&rsrc_blk->list);
5512 kfree(rsrc_blk);
5513 }
James Smart16a3a202013-04-17 20:14:38 -04005514 phba->sli4_hba.max_cfg_param.vpi_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005515 break;
5516 case LPFC_RSC_TYPE_FCOE_XRI:
5517 kfree(phba->sli4_hba.xri_bmask);
5518 kfree(phba->sli4_hba.xri_ids);
James Smart6d368e52011-05-24 11:44:12 -04005519 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5520 &phba->sli4_hba.lpfc_xri_blk_list, list) {
5521 list_del_init(&rsrc_blk->list);
5522 kfree(rsrc_blk);
5523 }
5524 break;
5525 case LPFC_RSC_TYPE_FCOE_VFI:
5526 kfree(phba->sli4_hba.vfi_bmask);
5527 kfree(phba->sli4_hba.vfi_ids);
5528 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5529 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5530 &phba->sli4_hba.lpfc_vfi_blk_list, list) {
5531 list_del_init(&rsrc_blk->list);
5532 kfree(rsrc_blk);
5533 }
5534 break;
5535 case LPFC_RSC_TYPE_FCOE_RPI:
5536 /* RPI bitmask and physical id array are cleaned up earlier. */
5537 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5538 &phba->sli4_hba.lpfc_rpi_blk_list, list) {
5539 list_del_init(&rsrc_blk->list);
5540 kfree(rsrc_blk);
5541 }
5542 break;
5543 default:
5544 break;
5545 }
5546
5547 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5548
5549 out_free_mbox:
5550 mempool_free(mbox, phba->mbox_mem_pool);
5551 return rc;
5552}
5553
5554/**
5555 * lpfc_sli4_alloc_resource_identifiers - Allocate all SLI4 resource extents.
5556 * @phba: Pointer to HBA context object.
5557 *
5558 * This function allocates all SLI4 resource identifiers.
5559 **/
5560int
5561lpfc_sli4_alloc_resource_identifiers(struct lpfc_hba *phba)
5562{
5563 int i, rc, error = 0;
5564 uint16_t count, base;
5565 unsigned long longs;
5566
James Smartff78d8f2011-12-13 13:21:35 -05005567 if (!phba->sli4_hba.rpi_hdrs_in_use)
5568 phba->sli4_hba.next_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart6d368e52011-05-24 11:44:12 -04005569 if (phba->sli4_hba.extents_in_use) {
5570 /*
5571 * The port supports resource extents. The XRI, VPI, VFI, RPI
5572 * resource extent count must be read and allocated before
5573 * provisioning the resource id arrays.
5574 */
5575 if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) ==
5576 LPFC_IDX_RSRC_RDY) {
5577 /*
5578 * Extent-based resources are set - the driver could
5579 * be in a port reset. Figure out if any corrective
5580 * actions need to be taken.
5581 */
5582 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5583 LPFC_RSC_TYPE_FCOE_VFI);
5584 if (rc != 0)
5585 error++;
5586 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5587 LPFC_RSC_TYPE_FCOE_VPI);
5588 if (rc != 0)
5589 error++;
5590 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5591 LPFC_RSC_TYPE_FCOE_XRI);
5592 if (rc != 0)
5593 error++;
5594 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5595 LPFC_RSC_TYPE_FCOE_RPI);
5596 if (rc != 0)
5597 error++;
5598
5599 /*
5600 * It's possible that the number of resources
5601 * provided to this port instance changed between
5602 * resets. Detect this condition and reallocate
5603 * resources. Otherwise, there is no action.
5604 */
5605 if (error) {
5606 lpfc_printf_log(phba, KERN_INFO,
5607 LOG_MBOX | LOG_INIT,
5608 "2931 Detected extent resource "
5609 "change. Reallocating all "
5610 "extents.\n");
5611 rc = lpfc_sli4_dealloc_extent(phba,
5612 LPFC_RSC_TYPE_FCOE_VFI);
5613 rc = lpfc_sli4_dealloc_extent(phba,
5614 LPFC_RSC_TYPE_FCOE_VPI);
5615 rc = lpfc_sli4_dealloc_extent(phba,
5616 LPFC_RSC_TYPE_FCOE_XRI);
5617 rc = lpfc_sli4_dealloc_extent(phba,
5618 LPFC_RSC_TYPE_FCOE_RPI);
5619 } else
5620 return 0;
5621 }
5622
5623 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
5624 if (unlikely(rc))
5625 goto err_exit;
5626
5627 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
5628 if (unlikely(rc))
5629 goto err_exit;
5630
5631 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
5632 if (unlikely(rc))
5633 goto err_exit;
5634
5635 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);
5636 if (unlikely(rc))
5637 goto err_exit;
5638 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags,
5639 LPFC_IDX_RSRC_RDY);
5640 return rc;
5641 } else {
5642 /*
5643 * The port does not support resource extents. The XRI, VPI,
5644 * VFI, RPI resource ids were determined from READ_CONFIG.
5645 * Just allocate the bitmasks and provision the resource id
5646 * arrays. If a port reset is active, the resources don't
5647 * need any action - just exit.
5648 */
5649 if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) ==
James Smartff78d8f2011-12-13 13:21:35 -05005650 LPFC_IDX_RSRC_RDY) {
5651 lpfc_sli4_dealloc_resource_identifiers(phba);
5652 lpfc_sli4_remove_rpis(phba);
5653 }
James Smart6d368e52011-05-24 11:44:12 -04005654 /* RPIs. */
5655 count = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart0a630c22013-01-03 15:44:09 -05005656 if (count <= 0) {
5657 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5658 "3279 Invalid provisioning of "
5659 "rpi:%d\n", count);
5660 rc = -EINVAL;
5661 goto err_exit;
5662 }
James Smart6d368e52011-05-24 11:44:12 -04005663 base = phba->sli4_hba.max_cfg_param.rpi_base;
5664 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5665 phba->sli4_hba.rpi_bmask = kzalloc(longs *
5666 sizeof(unsigned long),
5667 GFP_KERNEL);
5668 if (unlikely(!phba->sli4_hba.rpi_bmask)) {
5669 rc = -ENOMEM;
5670 goto err_exit;
5671 }
5672 phba->sli4_hba.rpi_ids = kzalloc(count *
5673 sizeof(uint16_t),
5674 GFP_KERNEL);
5675 if (unlikely(!phba->sli4_hba.rpi_ids)) {
5676 rc = -ENOMEM;
5677 goto free_rpi_bmask;
5678 }
5679
5680 for (i = 0; i < count; i++)
5681 phba->sli4_hba.rpi_ids[i] = base + i;
5682
5683 /* VPIs. */
5684 count = phba->sli4_hba.max_cfg_param.max_vpi;
James Smart0a630c22013-01-03 15:44:09 -05005685 if (count <= 0) {
5686 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5687 "3280 Invalid provisioning of "
5688 "vpi:%d\n", count);
5689 rc = -EINVAL;
5690 goto free_rpi_ids;
5691 }
James Smart6d368e52011-05-24 11:44:12 -04005692 base = phba->sli4_hba.max_cfg_param.vpi_base;
5693 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5694 phba->vpi_bmask = kzalloc(longs *
5695 sizeof(unsigned long),
5696 GFP_KERNEL);
5697 if (unlikely(!phba->vpi_bmask)) {
5698 rc = -ENOMEM;
5699 goto free_rpi_ids;
5700 }
5701 phba->vpi_ids = kzalloc(count *
5702 sizeof(uint16_t),
5703 GFP_KERNEL);
5704 if (unlikely(!phba->vpi_ids)) {
5705 rc = -ENOMEM;
5706 goto free_vpi_bmask;
5707 }
5708
5709 for (i = 0; i < count; i++)
5710 phba->vpi_ids[i] = base + i;
5711
5712 /* XRIs. */
5713 count = phba->sli4_hba.max_cfg_param.max_xri;
James Smart0a630c22013-01-03 15:44:09 -05005714 if (count <= 0) {
5715 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5716 "3281 Invalid provisioning of "
5717 "xri:%d\n", count);
5718 rc = -EINVAL;
5719 goto free_vpi_ids;
5720 }
James Smart6d368e52011-05-24 11:44:12 -04005721 base = phba->sli4_hba.max_cfg_param.xri_base;
5722 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5723 phba->sli4_hba.xri_bmask = kzalloc(longs *
5724 sizeof(unsigned long),
5725 GFP_KERNEL);
5726 if (unlikely(!phba->sli4_hba.xri_bmask)) {
5727 rc = -ENOMEM;
5728 goto free_vpi_ids;
5729 }
James Smart41899be2012-03-01 22:34:19 -05005730 phba->sli4_hba.max_cfg_param.xri_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005731 phba->sli4_hba.xri_ids = kzalloc(count *
5732 sizeof(uint16_t),
5733 GFP_KERNEL);
5734 if (unlikely(!phba->sli4_hba.xri_ids)) {
5735 rc = -ENOMEM;
5736 goto free_xri_bmask;
5737 }
5738
5739 for (i = 0; i < count; i++)
5740 phba->sli4_hba.xri_ids[i] = base + i;
5741
5742 /* VFIs. */
5743 count = phba->sli4_hba.max_cfg_param.max_vfi;
James Smart0a630c22013-01-03 15:44:09 -05005744 if (count <= 0) {
5745 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5746 "3282 Invalid provisioning of "
5747 "vfi:%d\n", count);
5748 rc = -EINVAL;
5749 goto free_xri_ids;
5750 }
James Smart6d368e52011-05-24 11:44:12 -04005751 base = phba->sli4_hba.max_cfg_param.vfi_base;
5752 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5753 phba->sli4_hba.vfi_bmask = kzalloc(longs *
5754 sizeof(unsigned long),
5755 GFP_KERNEL);
5756 if (unlikely(!phba->sli4_hba.vfi_bmask)) {
5757 rc = -ENOMEM;
5758 goto free_xri_ids;
5759 }
5760 phba->sli4_hba.vfi_ids = kzalloc(count *
5761 sizeof(uint16_t),
5762 GFP_KERNEL);
5763 if (unlikely(!phba->sli4_hba.vfi_ids)) {
5764 rc = -ENOMEM;
5765 goto free_vfi_bmask;
5766 }
5767
5768 for (i = 0; i < count; i++)
5769 phba->sli4_hba.vfi_ids[i] = base + i;
5770
5771 /*
5772 * Mark all resources ready. An HBA reset doesn't need
5773 * to reset the initialization.
5774 */
5775 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags,
5776 LPFC_IDX_RSRC_RDY);
5777 return 0;
5778 }
5779
5780 free_vfi_bmask:
5781 kfree(phba->sli4_hba.vfi_bmask);
5782 free_xri_ids:
5783 kfree(phba->sli4_hba.xri_ids);
5784 free_xri_bmask:
5785 kfree(phba->sli4_hba.xri_bmask);
5786 free_vpi_ids:
5787 kfree(phba->vpi_ids);
5788 free_vpi_bmask:
5789 kfree(phba->vpi_bmask);
5790 free_rpi_ids:
5791 kfree(phba->sli4_hba.rpi_ids);
5792 free_rpi_bmask:
5793 kfree(phba->sli4_hba.rpi_bmask);
5794 err_exit:
5795 return rc;
5796}
5797
5798/**
5799 * lpfc_sli4_dealloc_resource_identifiers - Deallocate all SLI4 resource extents.
5800 * @phba: Pointer to HBA context object.
5801 *
5802 * This function allocates the number of elements for the specified
5803 * resource type.
5804 **/
5805int
5806lpfc_sli4_dealloc_resource_identifiers(struct lpfc_hba *phba)
5807{
5808 if (phba->sli4_hba.extents_in_use) {
5809 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
5810 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
5811 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);
5812 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
5813 } else {
5814 kfree(phba->vpi_bmask);
James Smart16a3a202013-04-17 20:14:38 -04005815 phba->sli4_hba.max_cfg_param.vpi_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005816 kfree(phba->vpi_ids);
5817 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5818 kfree(phba->sli4_hba.xri_bmask);
5819 kfree(phba->sli4_hba.xri_ids);
James Smart6d368e52011-05-24 11:44:12 -04005820 kfree(phba->sli4_hba.vfi_bmask);
5821 kfree(phba->sli4_hba.vfi_ids);
5822 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5823 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5824 }
5825
5826 return 0;
5827}
5828
5829/**
James Smartb76f2dc2011-07-22 18:37:42 -04005830 * lpfc_sli4_get_allocated_extnts - Get the port's allocated extents.
5831 * @phba: Pointer to HBA context object.
5832 * @type: The resource extent type.
5833 * @extnt_count: buffer to hold port extent count response
5834 * @extnt_size: buffer to hold port extent size response.
5835 *
5836 * This function calls the port to read the host allocated extents
5837 * for a particular type.
5838 **/
5839int
5840lpfc_sli4_get_allocated_extnts(struct lpfc_hba *phba, uint16_t type,
5841 uint16_t *extnt_cnt, uint16_t *extnt_size)
5842{
5843 bool emb;
5844 int rc = 0;
5845 uint16_t curr_blks = 0;
5846 uint32_t req_len, emb_len;
5847 uint32_t alloc_len, mbox_tmo;
5848 struct list_head *blk_list_head;
5849 struct lpfc_rsrc_blks *rsrc_blk;
5850 LPFC_MBOXQ_t *mbox;
5851 void *virtaddr = NULL;
5852 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc;
5853 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext;
5854 union lpfc_sli4_cfg_shdr *shdr;
5855
5856 switch (type) {
5857 case LPFC_RSC_TYPE_FCOE_VPI:
5858 blk_list_head = &phba->lpfc_vpi_blk_list;
5859 break;
5860 case LPFC_RSC_TYPE_FCOE_XRI:
5861 blk_list_head = &phba->sli4_hba.lpfc_xri_blk_list;
5862 break;
5863 case LPFC_RSC_TYPE_FCOE_VFI:
5864 blk_list_head = &phba->sli4_hba.lpfc_vfi_blk_list;
5865 break;
5866 case LPFC_RSC_TYPE_FCOE_RPI:
5867 blk_list_head = &phba->sli4_hba.lpfc_rpi_blk_list;
5868 break;
5869 default:
5870 return -EIO;
5871 }
5872
5873 /* Count the number of extents currently allocatd for this type. */
5874 list_for_each_entry(rsrc_blk, blk_list_head, list) {
5875 if (curr_blks == 0) {
5876 /*
5877 * The GET_ALLOCATED mailbox does not return the size,
5878 * just the count. The size should be just the size
5879 * stored in the current allocated block and all sizes
5880 * for an extent type are the same so set the return
5881 * value now.
5882 */
5883 *extnt_size = rsrc_blk->rsrc_size;
5884 }
5885 curr_blks++;
5886 }
5887
5888 /* Calculate the total requested length of the dma memory. */
5889 req_len = curr_blks * sizeof(uint16_t);
5890
5891 /*
5892 * Calculate the size of an embedded mailbox. The uint32_t
5893 * accounts for extents-specific word.
5894 */
5895 emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) -
5896 sizeof(uint32_t);
5897
5898 /*
5899 * Presume the allocation and response will fit into an embedded
5900 * mailbox. If not true, reconfigure to a non-embedded mailbox.
5901 */
5902 emb = LPFC_SLI4_MBX_EMBED;
5903 req_len = emb_len;
5904 if (req_len > emb_len) {
5905 req_len = curr_blks * sizeof(uint16_t) +
5906 sizeof(union lpfc_sli4_cfg_shdr) +
5907 sizeof(uint32_t);
5908 emb = LPFC_SLI4_MBX_NEMBED;
5909 }
5910
5911 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5912 if (!mbox)
5913 return -ENOMEM;
5914 memset(mbox, 0, sizeof(LPFC_MBOXQ_t));
5915
5916 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5917 LPFC_MBOX_OPCODE_GET_ALLOC_RSRC_EXTENT,
5918 req_len, emb);
5919 if (alloc_len < req_len) {
5920 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5921 "2983 Allocated DMA memory size (x%x) is "
5922 "less than the requested DMA memory "
5923 "size (x%x)\n", alloc_len, req_len);
5924 rc = -ENOMEM;
5925 goto err_exit;
5926 }
5927 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb);
5928 if (unlikely(rc)) {
5929 rc = -EIO;
5930 goto err_exit;
5931 }
5932
5933 if (!phba->sli4_hba.intr_enable)
5934 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5935 else {
James Smarta183a152011-10-10 21:32:43 -04005936 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smartb76f2dc2011-07-22 18:37:42 -04005937 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5938 }
5939
5940 if (unlikely(rc)) {
5941 rc = -EIO;
5942 goto err_exit;
5943 }
5944
5945 /*
5946 * Figure out where the response is located. Then get local pointers
5947 * to the response data. The port does not guarantee to respond to
5948 * all extents counts request so update the local variable with the
5949 * allocated count from the port.
5950 */
5951 if (emb == LPFC_SLI4_MBX_EMBED) {
5952 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents;
5953 shdr = &rsrc_ext->header.cfg_shdr;
5954 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
5955 } else {
5956 virtaddr = mbox->sge_array->addr[0];
5957 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr;
5958 shdr = &n_rsrc->cfg_shdr;
5959 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
5960 }
5961
5962 if (bf_get(lpfc_mbox_hdr_status, &shdr->response)) {
5963 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5964 "2984 Failed to read allocated resources "
5965 "for type %d - Status 0x%x Add'l Status 0x%x.\n",
5966 type,
5967 bf_get(lpfc_mbox_hdr_status, &shdr->response),
5968 bf_get(lpfc_mbox_hdr_add_status, &shdr->response));
5969 rc = -EIO;
5970 goto err_exit;
5971 }
5972 err_exit:
5973 lpfc_sli4_mbox_cmd_free(phba, mbox);
5974 return rc;
5975}
5976
5977/**
James Smart8a9d2e82012-05-09 21:16:12 -04005978 * lpfc_sli4_repost_els_sgl_list - Repsot the els buffers sgl pages as block
5979 * @phba: pointer to lpfc hba data structure.
5980 *
5981 * This routine walks the list of els buffers that have been allocated and
5982 * repost them to the port by using SGL block post. This is needed after a
5983 * pci_function_reset/warm_start or start. It attempts to construct blocks
5984 * of els buffer sgls which contains contiguous xris and uses the non-embedded
5985 * SGL block post mailbox commands to post them to the port. For single els
5986 * buffer sgl with non-contiguous xri, if any, it shall use embedded SGL post
5987 * mailbox command for posting.
5988 *
5989 * Returns: 0 = success, non-zero failure.
5990 **/
5991static int
5992lpfc_sli4_repost_els_sgl_list(struct lpfc_hba *phba)
5993{
5994 struct lpfc_sglq *sglq_entry = NULL;
5995 struct lpfc_sglq *sglq_entry_next = NULL;
5996 struct lpfc_sglq *sglq_entry_first = NULL;
5997 int status, post_cnt = 0, num_posted = 0, block_cnt = 0;
5998 int last_xritag = NO_XRI;
5999 LIST_HEAD(prep_sgl_list);
6000 LIST_HEAD(blck_sgl_list);
6001 LIST_HEAD(allc_sgl_list);
6002 LIST_HEAD(post_sgl_list);
6003 LIST_HEAD(free_sgl_list);
6004
James Smart38c20672013-03-01 16:37:44 -05006005 spin_lock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04006006 list_splice_init(&phba->sli4_hba.lpfc_sgl_list, &allc_sgl_list);
James Smart38c20672013-03-01 16:37:44 -05006007 spin_unlock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04006008
6009 list_for_each_entry_safe(sglq_entry, sglq_entry_next,
6010 &allc_sgl_list, list) {
6011 list_del_init(&sglq_entry->list);
6012 block_cnt++;
6013 if ((last_xritag != NO_XRI) &&
6014 (sglq_entry->sli4_xritag != last_xritag + 1)) {
6015 /* a hole in xri block, form a sgl posting block */
6016 list_splice_init(&prep_sgl_list, &blck_sgl_list);
6017 post_cnt = block_cnt - 1;
6018 /* prepare list for next posting block */
6019 list_add_tail(&sglq_entry->list, &prep_sgl_list);
6020 block_cnt = 1;
6021 } else {
6022 /* prepare list for next posting block */
6023 list_add_tail(&sglq_entry->list, &prep_sgl_list);
6024 /* enough sgls for non-embed sgl mbox command */
6025 if (block_cnt == LPFC_NEMBED_MBOX_SGL_CNT) {
6026 list_splice_init(&prep_sgl_list,
6027 &blck_sgl_list);
6028 post_cnt = block_cnt;
6029 block_cnt = 0;
6030 }
6031 }
6032 num_posted++;
6033
6034 /* keep track of last sgl's xritag */
6035 last_xritag = sglq_entry->sli4_xritag;
6036
6037 /* end of repost sgl list condition for els buffers */
6038 if (num_posted == phba->sli4_hba.els_xri_cnt) {
6039 if (post_cnt == 0) {
6040 list_splice_init(&prep_sgl_list,
6041 &blck_sgl_list);
6042 post_cnt = block_cnt;
6043 } else if (block_cnt == 1) {
6044 status = lpfc_sli4_post_sgl(phba,
6045 sglq_entry->phys, 0,
6046 sglq_entry->sli4_xritag);
6047 if (!status) {
6048 /* successful, put sgl to posted list */
6049 list_add_tail(&sglq_entry->list,
6050 &post_sgl_list);
6051 } else {
6052 /* Failure, put sgl to free list */
6053 lpfc_printf_log(phba, KERN_WARNING,
6054 LOG_SLI,
6055 "3159 Failed to post els "
6056 "sgl, xritag:x%x\n",
6057 sglq_entry->sli4_xritag);
6058 list_add_tail(&sglq_entry->list,
6059 &free_sgl_list);
6060 spin_lock_irq(&phba->hbalock);
6061 phba->sli4_hba.els_xri_cnt--;
6062 spin_unlock_irq(&phba->hbalock);
6063 }
6064 }
6065 }
6066
6067 /* continue until a nembed page worth of sgls */
6068 if (post_cnt == 0)
6069 continue;
6070
6071 /* post the els buffer list sgls as a block */
6072 status = lpfc_sli4_post_els_sgl_list(phba, &blck_sgl_list,
6073 post_cnt);
6074
6075 if (!status) {
6076 /* success, put sgl list to posted sgl list */
6077 list_splice_init(&blck_sgl_list, &post_sgl_list);
6078 } else {
6079 /* Failure, put sgl list to free sgl list */
6080 sglq_entry_first = list_first_entry(&blck_sgl_list,
6081 struct lpfc_sglq,
6082 list);
6083 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
6084 "3160 Failed to post els sgl-list, "
6085 "xritag:x%x-x%x\n",
6086 sglq_entry_first->sli4_xritag,
6087 (sglq_entry_first->sli4_xritag +
6088 post_cnt - 1));
6089 list_splice_init(&blck_sgl_list, &free_sgl_list);
6090 spin_lock_irq(&phba->hbalock);
6091 phba->sli4_hba.els_xri_cnt -= post_cnt;
6092 spin_unlock_irq(&phba->hbalock);
6093 }
6094
6095 /* don't reset xirtag due to hole in xri block */
6096 if (block_cnt == 0)
6097 last_xritag = NO_XRI;
6098
6099 /* reset els sgl post count for next round of posting */
6100 post_cnt = 0;
6101 }
6102
6103 /* free the els sgls failed to post */
6104 lpfc_free_sgl_list(phba, &free_sgl_list);
6105
6106 /* push els sgls posted to the availble list */
6107 if (!list_empty(&post_sgl_list)) {
James Smart38c20672013-03-01 16:37:44 -05006108 spin_lock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04006109 list_splice_init(&post_sgl_list,
6110 &phba->sli4_hba.lpfc_sgl_list);
James Smart38c20672013-03-01 16:37:44 -05006111 spin_unlock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04006112 } else {
6113 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6114 "3161 Failure to post els sgl to port.\n");
6115 return -EIO;
6116 }
6117 return 0;
6118}
6119
6120/**
James Smartda0436e2009-05-22 14:51:39 -04006121 * lpfc_sli4_hba_setup - SLI4 device intialization PCI function
6122 * @phba: Pointer to HBA context object.
6123 *
6124 * This function is the main SLI4 device intialization PCI function. This
6125 * function is called by the HBA intialization code, HBA reset code and
6126 * HBA error attention handler code. Caller is not required to hold any
6127 * locks.
6128 **/
6129int
6130lpfc_sli4_hba_setup(struct lpfc_hba *phba)
6131{
6132 int rc;
6133 LPFC_MBOXQ_t *mboxq;
6134 struct lpfc_mqe *mqe;
6135 uint8_t *vpd;
6136 uint32_t vpd_size;
6137 uint32_t ftr_rsp = 0;
6138 struct Scsi_Host *shost = lpfc_shost_from_vport(phba->pport);
6139 struct lpfc_vport *vport = phba->pport;
6140 struct lpfc_dmabuf *mp;
6141
6142 /* Perform a PCI function reset to start from clean */
6143 rc = lpfc_pci_function_reset(phba);
6144 if (unlikely(rc))
6145 return -ENODEV;
6146
6147 /* Check the HBA Host Status Register for readyness */
6148 rc = lpfc_sli4_post_status_check(phba);
6149 if (unlikely(rc))
6150 return -ENODEV;
6151 else {
6152 spin_lock_irq(&phba->hbalock);
6153 phba->sli.sli_flag |= LPFC_SLI_ACTIVE;
6154 spin_unlock_irq(&phba->hbalock);
6155 }
6156
6157 /*
6158 * Allocate a single mailbox container for initializing the
6159 * port.
6160 */
6161 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6162 if (!mboxq)
6163 return -ENOMEM;
6164
James Smartda0436e2009-05-22 14:51:39 -04006165 /* Issue READ_REV to collect vpd and FW information. */
James Smart49198b32010-04-06 15:04:33 -04006166 vpd_size = SLI4_PAGE_SIZE;
James Smartda0436e2009-05-22 14:51:39 -04006167 vpd = kzalloc(vpd_size, GFP_KERNEL);
6168 if (!vpd) {
6169 rc = -ENOMEM;
6170 goto out_free_mbox;
6171 }
6172
6173 rc = lpfc_sli4_read_rev(phba, mboxq, vpd, &vpd_size);
James Smart76a95d72010-11-20 23:11:48 -05006174 if (unlikely(rc)) {
6175 kfree(vpd);
6176 goto out_free_mbox;
6177 }
James Smartda0436e2009-05-22 14:51:39 -04006178 mqe = &mboxq->u.mqe;
James Smartf1126682009-06-10 17:22:44 -04006179 phba->sli_rev = bf_get(lpfc_mbx_rd_rev_sli_lvl, &mqe->un.read_rev);
6180 if (bf_get(lpfc_mbx_rd_rev_fcoe, &mqe->un.read_rev))
James Smart76a95d72010-11-20 23:11:48 -05006181 phba->hba_flag |= HBA_FCOE_MODE;
6182 else
6183 phba->hba_flag &= ~HBA_FCOE_MODE;
James Smart45ed1192009-10-02 15:17:02 -04006184
6185 if (bf_get(lpfc_mbx_rd_rev_cee_ver, &mqe->un.read_rev) ==
6186 LPFC_DCBX_CEE_MODE)
6187 phba->hba_flag |= HBA_FIP_SUPPORT;
6188 else
6189 phba->hba_flag &= ~HBA_FIP_SUPPORT;
6190
James Smart4f2e66c2012-05-09 21:17:07 -04006191 phba->hba_flag &= ~HBA_FCP_IOQ_FLUSH;
6192
James Smartc31098c2011-04-16 11:03:33 -04006193 if (phba->sli_rev != LPFC_SLI_REV4) {
James Smartda0436e2009-05-22 14:51:39 -04006194 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6195 "0376 READ_REV Error. SLI Level %d "
6196 "FCoE enabled %d\n",
James Smart76a95d72010-11-20 23:11:48 -05006197 phba->sli_rev, phba->hba_flag & HBA_FCOE_MODE);
James Smartda0436e2009-05-22 14:51:39 -04006198 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006199 kfree(vpd);
6200 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006201 }
James Smartcd1c8302011-10-10 21:33:25 -04006202
6203 /*
James Smartff78d8f2011-12-13 13:21:35 -05006204 * Continue initialization with default values even if driver failed
6205 * to read FCoE param config regions, only read parameters if the
6206 * board is FCoE
6207 */
6208 if (phba->hba_flag & HBA_FCOE_MODE &&
6209 lpfc_sli4_read_fcoe_params(phba))
6210 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_INIT,
6211 "2570 Failed to read FCoE parameters\n");
6212
6213 /*
James Smartcd1c8302011-10-10 21:33:25 -04006214 * Retrieve sli4 device physical port name, failure of doing it
6215 * is considered as non-fatal.
6216 */
6217 rc = lpfc_sli4_retrieve_pport_name(phba);
6218 if (!rc)
6219 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
6220 "3080 Successful retrieving SLI4 device "
6221 "physical port name: %s.\n", phba->Port);
6222
James Smartda0436e2009-05-22 14:51:39 -04006223 /*
6224 * Evaluate the read rev and vpd data. Populate the driver
6225 * state with the results. If this routine fails, the failure
6226 * is not fatal as the driver will use generic values.
6227 */
6228 rc = lpfc_parse_vpd(phba, vpd, vpd_size);
6229 if (unlikely(!rc)) {
6230 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6231 "0377 Error %d parsing vpd. "
6232 "Using defaults.\n", rc);
6233 rc = 0;
6234 }
James Smart76a95d72010-11-20 23:11:48 -05006235 kfree(vpd);
James Smartda0436e2009-05-22 14:51:39 -04006236
James Smartf1126682009-06-10 17:22:44 -04006237 /* Save information as VPD data */
6238 phba->vpd.rev.biuRev = mqe->un.read_rev.first_hw_rev;
6239 phba->vpd.rev.smRev = mqe->un.read_rev.second_hw_rev;
6240 phba->vpd.rev.endecRev = mqe->un.read_rev.third_hw_rev;
6241 phba->vpd.rev.fcphHigh = bf_get(lpfc_mbx_rd_rev_fcph_high,
6242 &mqe->un.read_rev);
6243 phba->vpd.rev.fcphLow = bf_get(lpfc_mbx_rd_rev_fcph_low,
6244 &mqe->un.read_rev);
6245 phba->vpd.rev.feaLevelHigh = bf_get(lpfc_mbx_rd_rev_ftr_lvl_high,
6246 &mqe->un.read_rev);
6247 phba->vpd.rev.feaLevelLow = bf_get(lpfc_mbx_rd_rev_ftr_lvl_low,
6248 &mqe->un.read_rev);
6249 phba->vpd.rev.sli1FwRev = mqe->un.read_rev.fw_id_rev;
6250 memcpy(phba->vpd.rev.sli1FwName, mqe->un.read_rev.fw_name, 16);
6251 phba->vpd.rev.sli2FwRev = mqe->un.read_rev.ulp_fw_id_rev;
6252 memcpy(phba->vpd.rev.sli2FwName, mqe->un.read_rev.ulp_fw_name, 16);
6253 phba->vpd.rev.opFwRev = mqe->un.read_rev.fw_id_rev;
6254 memcpy(phba->vpd.rev.opFwName, mqe->un.read_rev.fw_name, 16);
6255 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
6256 "(%d):0380 READ_REV Status x%x "
6257 "fw_rev:%s fcphHi:%x fcphLo:%x flHi:%x flLo:%x\n",
6258 mboxq->vport ? mboxq->vport->vpi : 0,
6259 bf_get(lpfc_mqe_status, mqe),
6260 phba->vpd.rev.opFwName,
6261 phba->vpd.rev.fcphHigh, phba->vpd.rev.fcphLow,
6262 phba->vpd.rev.feaLevelHigh, phba->vpd.rev.feaLevelLow);
James Smartda0436e2009-05-22 14:51:39 -04006263
6264 /*
6265 * Discover the port's supported feature set and match it against the
6266 * hosts requests.
6267 */
6268 lpfc_request_features(phba, mboxq);
6269 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6270 if (unlikely(rc)) {
6271 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006272 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006273 }
6274
6275 /*
6276 * The port must support FCP initiator mode as this is the
6277 * only mode running in the host.
6278 */
6279 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_fcpi, &mqe->un.req_ftrs))) {
6280 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
6281 "0378 No support for fcpi mode.\n");
6282 ftr_rsp++;
6283 }
James Smartfedd3b72011-02-16 12:39:24 -05006284 if (bf_get(lpfc_mbx_rq_ftr_rsp_perfh, &mqe->un.req_ftrs))
6285 phba->sli3_options |= LPFC_SLI4_PERFH_ENABLED;
6286 else
6287 phba->sli3_options &= ~LPFC_SLI4_PERFH_ENABLED;
James Smartda0436e2009-05-22 14:51:39 -04006288 /*
6289 * If the port cannot support the host's requested features
6290 * then turn off the global config parameters to disable the
6291 * feature in the driver. This is not a fatal error.
6292 */
James Smartbf086112011-08-21 21:48:13 -04006293 phba->sli3_options &= ~LPFC_SLI3_BG_ENABLED;
6294 if (phba->cfg_enable_bg) {
6295 if (bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs))
6296 phba->sli3_options |= LPFC_SLI3_BG_ENABLED;
6297 else
6298 ftr_rsp++;
6299 }
James Smartda0436e2009-05-22 14:51:39 -04006300
6301 if (phba->max_vpi && phba->cfg_enable_npiv &&
6302 !(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs)))
6303 ftr_rsp++;
6304
6305 if (ftr_rsp) {
6306 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
6307 "0379 Feature Mismatch Data: x%08x %08x "
6308 "x%x x%x x%x\n", mqe->un.req_ftrs.word2,
6309 mqe->un.req_ftrs.word3, phba->cfg_enable_bg,
6310 phba->cfg_enable_npiv, phba->max_vpi);
6311 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs)))
6312 phba->cfg_enable_bg = 0;
6313 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs)))
6314 phba->cfg_enable_npiv = 0;
6315 }
6316
6317 /* These SLI3 features are assumed in SLI4 */
6318 spin_lock_irq(&phba->hbalock);
6319 phba->sli3_options |= (LPFC_SLI3_NPIV_ENABLED | LPFC_SLI3_HBQ_ENABLED);
6320 spin_unlock_irq(&phba->hbalock);
6321
James Smart6d368e52011-05-24 11:44:12 -04006322 /*
6323 * Allocate all resources (xri,rpi,vpi,vfi) now. Subsequent
6324 * calls depends on these resources to complete port setup.
6325 */
6326 rc = lpfc_sli4_alloc_resource_identifiers(phba);
6327 if (rc) {
6328 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6329 "2920 Failed to alloc Resource IDs "
6330 "rc = x%x\n", rc);
6331 goto out_free_mbox;
6332 }
6333
James Smartda0436e2009-05-22 14:51:39 -04006334 /* Read the port's service parameters. */
James Smart9f1177a2010-02-26 14:12:57 -05006335 rc = lpfc_read_sparam(phba, mboxq, vport->vpi);
6336 if (rc) {
6337 phba->link_state = LPFC_HBA_ERROR;
6338 rc = -ENOMEM;
James Smart76a95d72010-11-20 23:11:48 -05006339 goto out_free_mbox;
James Smart9f1177a2010-02-26 14:12:57 -05006340 }
6341
James Smartda0436e2009-05-22 14:51:39 -04006342 mboxq->vport = vport;
6343 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6344 mp = (struct lpfc_dmabuf *) mboxq->context1;
6345 if (rc == MBX_SUCCESS) {
6346 memcpy(&vport->fc_sparam, mp->virt, sizeof(struct serv_parm));
6347 rc = 0;
6348 }
6349
6350 /*
6351 * This memory was allocated by the lpfc_read_sparam routine. Release
6352 * it to the mbuf pool.
6353 */
6354 lpfc_mbuf_free(phba, mp->virt, mp->phys);
6355 kfree(mp);
6356 mboxq->context1 = NULL;
6357 if (unlikely(rc)) {
6358 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6359 "0382 READ_SPARAM command failed "
6360 "status %d, mbxStatus x%x\n",
6361 rc, bf_get(lpfc_mqe_status, mqe));
6362 phba->link_state = LPFC_HBA_ERROR;
6363 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006364 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006365 }
6366
James Smart05580562011-05-24 11:40:48 -04006367 lpfc_update_vport_wwn(vport);
James Smartda0436e2009-05-22 14:51:39 -04006368
6369 /* Update the fc_host data structures with new wwn. */
6370 fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn);
6371 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn);
6372
James Smart8a9d2e82012-05-09 21:16:12 -04006373 /* update host els and scsi xri-sgl sizes and mappings */
6374 rc = lpfc_sli4_xri_sgl_update(phba);
6375 if (unlikely(rc)) {
6376 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6377 "1400 Failed to update xri-sgl size and "
6378 "mapping: %d\n", rc);
6379 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006380 }
6381
James Smart8a9d2e82012-05-09 21:16:12 -04006382 /* register the els sgl pool to the port */
6383 rc = lpfc_sli4_repost_els_sgl_list(phba);
6384 if (unlikely(rc)) {
6385 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6386 "0582 Error %d during els sgl post "
6387 "operation\n", rc);
6388 rc = -ENODEV;
6389 goto out_free_mbox;
6390 }
6391
6392 /* register the allocated scsi sgl pool to the port */
James Smartda0436e2009-05-22 14:51:39 -04006393 rc = lpfc_sli4_repost_scsi_sgl_list(phba);
6394 if (unlikely(rc)) {
James Smart6d368e52011-05-24 11:44:12 -04006395 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart6a9c52c2009-10-02 15:16:51 -04006396 "0383 Error %d during scsi sgl post "
6397 "operation\n", rc);
James Smartda0436e2009-05-22 14:51:39 -04006398 /* Some Scsi buffers were moved to the abort scsi list */
6399 /* A pci function reset will repost them */
6400 rc = -ENODEV;
James Smart76a95d72010-11-20 23:11:48 -05006401 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006402 }
6403
6404 /* Post the rpi header region to the device. */
6405 rc = lpfc_sli4_post_all_rpi_hdrs(phba);
6406 if (unlikely(rc)) {
6407 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6408 "0393 Error %d during rpi post operation\n",
6409 rc);
6410 rc = -ENODEV;
James Smart76a95d72010-11-20 23:11:48 -05006411 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006412 }
James Smart97f2ecf2012-03-01 22:35:23 -05006413 lpfc_sli4_node_prep(phba);
James Smartda0436e2009-05-22 14:51:39 -04006414
James Smart5350d872011-10-10 21:33:49 -04006415 /* Create all the SLI4 queues */
6416 rc = lpfc_sli4_queue_create(phba);
6417 if (rc) {
6418 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6419 "3089 Failed to allocate queues\n");
6420 rc = -ENODEV;
6421 goto out_stop_timers;
6422 }
James Smartda0436e2009-05-22 14:51:39 -04006423 /* Set up all the queues to the device */
6424 rc = lpfc_sli4_queue_setup(phba);
6425 if (unlikely(rc)) {
6426 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6427 "0381 Error %d during queue setup.\n ", rc);
James Smart5350d872011-10-10 21:33:49 -04006428 goto out_destroy_queue;
James Smartda0436e2009-05-22 14:51:39 -04006429 }
6430
6431 /* Arm the CQs and then EQs on device */
6432 lpfc_sli4_arm_cqeq_intr(phba);
6433
6434 /* Indicate device interrupt mode */
6435 phba->sli4_hba.intr_enable = 1;
6436
6437 /* Allow asynchronous mailbox command to go through */
6438 spin_lock_irq(&phba->hbalock);
6439 phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
6440 spin_unlock_irq(&phba->hbalock);
6441
6442 /* Post receive buffers to the device */
6443 lpfc_sli4_rb_setup(phba);
6444
James Smartfc2b9892010-02-26 14:15:29 -05006445 /* Reset HBA FCF states after HBA reset */
6446 phba->fcf.fcf_flag = 0;
6447 phba->fcf.current_rec.flag = 0;
6448
James Smartda0436e2009-05-22 14:51:39 -04006449 /* Start the ELS watchdog timer */
James Smart8fa38512009-07-19 10:01:03 -04006450 mod_timer(&vport->els_tmofunc,
6451 jiffies + HZ * (phba->fc_ratov * 2));
James Smartda0436e2009-05-22 14:51:39 -04006452
6453 /* Start heart beat timer */
6454 mod_timer(&phba->hb_tmofunc,
6455 jiffies + HZ * LPFC_HB_MBOX_INTERVAL);
6456 phba->hb_outstanding = 0;
6457 phba->last_completion_time = jiffies;
6458
6459 /* Start error attention (ERATT) polling timer */
6460 mod_timer(&phba->eratt_poll, jiffies + HZ * LPFC_ERATT_POLL_INTERVAL);
6461
James Smart75baf692010-06-08 18:31:21 -04006462 /* Enable PCIe device Advanced Error Reporting (AER) if configured */
6463 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
6464 rc = pci_enable_pcie_error_reporting(phba->pcidev);
6465 if (!rc) {
6466 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6467 "2829 This device supports "
6468 "Advanced Error Reporting (AER)\n");
6469 spin_lock_irq(&phba->hbalock);
6470 phba->hba_flag |= HBA_AER_ENABLED;
6471 spin_unlock_irq(&phba->hbalock);
6472 } else {
6473 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6474 "2830 This device does not support "
6475 "Advanced Error Reporting (AER)\n");
6476 phba->cfg_aer_support = 0;
6477 }
James Smart0a96e972011-07-22 18:37:28 -04006478 rc = 0;
James Smart75baf692010-06-08 18:31:21 -04006479 }
6480
James Smart76a95d72010-11-20 23:11:48 -05006481 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
6482 /*
6483 * The FC Port needs to register FCFI (index 0)
6484 */
6485 lpfc_reg_fcfi(phba, mboxq);
6486 mboxq->vport = phba->pport;
6487 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smart9589b0622011-04-16 11:03:17 -04006488 if (rc != MBX_SUCCESS)
James Smart76a95d72010-11-20 23:11:48 -05006489 goto out_unset_queue;
James Smart9589b0622011-04-16 11:03:17 -04006490 rc = 0;
6491 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi,
6492 &mboxq->u.mqe.un.reg_fcfi);
James Smart026abb82011-12-13 13:20:45 -05006493
6494 /* Check if the port is configured to be disabled */
6495 lpfc_sli_read_link_ste(phba);
James Smart76a95d72010-11-20 23:11:48 -05006496 }
James Smart026abb82011-12-13 13:20:45 -05006497
James Smartda0436e2009-05-22 14:51:39 -04006498 /*
6499 * The port is ready, set the host's link state to LINK_DOWN
6500 * in preparation for link interrupts.
6501 */
James Smartda0436e2009-05-22 14:51:39 -04006502 spin_lock_irq(&phba->hbalock);
6503 phba->link_state = LPFC_LINK_DOWN;
6504 spin_unlock_irq(&phba->hbalock);
James Smart026abb82011-12-13 13:20:45 -05006505 if (!(phba->hba_flag & HBA_FCOE_MODE) &&
6506 (phba->hba_flag & LINK_DISABLED)) {
6507 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI,
6508 "3103 Adapter Link is disabled.\n");
6509 lpfc_down_link(phba, mboxq);
6510 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6511 if (rc != MBX_SUCCESS) {
6512 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI,
6513 "3104 Adapter failed to issue "
6514 "DOWN_LINK mbox cmd, rc:x%x\n", rc);
6515 goto out_unset_queue;
6516 }
6517 } else if (phba->cfg_suppress_link_up == LPFC_INITIALIZE_LINK) {
James Smart1b511972011-12-13 13:23:09 -05006518 /* don't perform init_link on SLI4 FC port loopback test */
6519 if (!(phba->link_flag & LS_LOOPBACK_MODE)) {
6520 rc = phba->lpfc_hba_init_link(phba, MBX_NOWAIT);
6521 if (rc)
6522 goto out_unset_queue;
6523 }
James Smart5350d872011-10-10 21:33:49 -04006524 }
6525 mempool_free(mboxq, phba->mbox_mem_pool);
6526 return rc;
James Smart76a95d72010-11-20 23:11:48 -05006527out_unset_queue:
James Smartda0436e2009-05-22 14:51:39 -04006528 /* Unset all the queues set up in this routine when error out */
James Smart5350d872011-10-10 21:33:49 -04006529 lpfc_sli4_queue_unset(phba);
6530out_destroy_queue:
6531 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04006532out_stop_timers:
James Smart5350d872011-10-10 21:33:49 -04006533 lpfc_stop_hba_timers(phba);
James Smartda0436e2009-05-22 14:51:39 -04006534out_free_mbox:
6535 mempool_free(mboxq, phba->mbox_mem_pool);
6536 return rc;
6537}
James Smarte59058c2008-08-24 21:49:00 -04006538
6539/**
James Smart3621a712009-04-06 18:47:14 -04006540 * lpfc_mbox_timeout - Timeout call back function for mbox timer
James Smarte59058c2008-08-24 21:49:00 -04006541 * @ptr: context object - pointer to hba structure.
dea31012005-04-17 16:05:31 -05006542 *
James Smarte59058c2008-08-24 21:49:00 -04006543 * This is the callback function for mailbox timer. The mailbox
6544 * timer is armed when a new mailbox command is issued and the timer
6545 * is deleted when the mailbox complete. The function is called by
6546 * the kernel timer code when a mailbox does not complete within
6547 * expected time. This function wakes up the worker thread to
6548 * process the mailbox timeout and returns. All the processing is
6549 * done by the worker thread function lpfc_mbox_timeout_handler.
6550 **/
dea31012005-04-17 16:05:31 -05006551void
6552lpfc_mbox_timeout(unsigned long ptr)
6553{
James Smart92d7f7b2007-06-17 19:56:38 -05006554 struct lpfc_hba *phba = (struct lpfc_hba *) ptr;
dea31012005-04-17 16:05:31 -05006555 unsigned long iflag;
James Smart2e0fef82007-06-17 19:56:36 -05006556 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05006557
James Smart2e0fef82007-06-17 19:56:36 -05006558 spin_lock_irqsave(&phba->pport->work_port_lock, iflag);
James Smart92d7f7b2007-06-17 19:56:38 -05006559 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05006560 if (!tmo_posted)
6561 phba->pport->work_port_events |= WORKER_MBOX_TMO;
6562 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag);
6563
James Smart5e9d9b82008-06-14 22:52:53 -04006564 if (!tmo_posted)
6565 lpfc_worker_wake_up(phba);
6566 return;
dea31012005-04-17 16:05:31 -05006567}
6568
James Smarte59058c2008-08-24 21:49:00 -04006569
6570/**
James Smart3621a712009-04-06 18:47:14 -04006571 * lpfc_mbox_timeout_handler - Worker thread function to handle mailbox timeout
James Smarte59058c2008-08-24 21:49:00 -04006572 * @phba: Pointer to HBA context object.
6573 *
6574 * This function is called from worker thread when a mailbox command times out.
6575 * The caller is not required to hold any locks. This function will reset the
6576 * HBA and recover all the pending commands.
6577 **/
dea31012005-04-17 16:05:31 -05006578void
6579lpfc_mbox_timeout_handler(struct lpfc_hba *phba)
6580{
James Smart2e0fef82007-06-17 19:56:36 -05006581 LPFC_MBOXQ_t *pmbox = phba->sli.mbox_active;
James Smart04c68492009-05-22 14:52:52 -04006582 MAILBOX_t *mb = &pmbox->u.mb;
James Smart1dcb58e2007-04-25 09:51:30 -04006583 struct lpfc_sli *psli = &phba->sli;
6584 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05006585
James Smarta257bf92009-04-06 18:48:10 -04006586 /* Check the pmbox pointer first. There is a race condition
6587 * between the mbox timeout handler getting executed in the
6588 * worklist and the mailbox actually completing. When this
6589 * race condition occurs, the mbox_active will be NULL.
6590 */
6591 spin_lock_irq(&phba->hbalock);
6592 if (pmbox == NULL) {
6593 lpfc_printf_log(phba, KERN_WARNING,
6594 LOG_MBOX | LOG_SLI,
6595 "0353 Active Mailbox cleared - mailbox timeout "
6596 "exiting\n");
6597 spin_unlock_irq(&phba->hbalock);
6598 return;
6599 }
6600
dea31012005-04-17 16:05:31 -05006601 /* Mbox cmd <mbxCommand> timeout */
James Smarted957682007-06-17 19:56:37 -05006602 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006603 "0310 Mailbox command x%x timeout Data: x%x x%x x%p\n",
James Smart92d7f7b2007-06-17 19:56:38 -05006604 mb->mbxCommand,
6605 phba->pport->port_state,
6606 phba->sli.sli_flag,
6607 phba->sli.mbox_active);
James Smarta257bf92009-04-06 18:48:10 -04006608 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05006609
James Smart1dcb58e2007-04-25 09:51:30 -04006610 /* Setting state unknown so lpfc_sli_abort_iocb_ring
6611 * would get IOCB_ERROR from lpfc_sli_issue_iocb, allowing
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006612 * it to fail all outstanding SCSI IO.
James Smart1dcb58e2007-04-25 09:51:30 -04006613 */
James Smart2e0fef82007-06-17 19:56:36 -05006614 spin_lock_irq(&phba->pport->work_port_lock);
6615 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
6616 spin_unlock_irq(&phba->pport->work_port_lock);
6617 spin_lock_irq(&phba->hbalock);
6618 phba->link_state = LPFC_LINK_UNKNOWN;
James Smartf4b4c682009-05-22 14:53:12 -04006619 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006620 spin_unlock_irq(&phba->hbalock);
James Smart1dcb58e2007-04-25 09:51:30 -04006621
6622 pring = &psli->ring[psli->fcp_ring];
6623 lpfc_sli_abort_iocb_ring(phba, pring);
6624
6625 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart76bb24e2007-10-27 13:38:00 -04006626 "0345 Resetting board due to mailbox timeout\n");
James Smart3772a992009-05-22 14:50:54 -04006627
6628 /* Reset the HBA device */
6629 lpfc_reset_hba(phba);
dea31012005-04-17 16:05:31 -05006630}
6631
James Smarte59058c2008-08-24 21:49:00 -04006632/**
James Smart3772a992009-05-22 14:50:54 -04006633 * lpfc_sli_issue_mbox_s3 - Issue an SLI3 mailbox command to firmware
James Smarte59058c2008-08-24 21:49:00 -04006634 * @phba: Pointer to HBA context object.
6635 * @pmbox: Pointer to mailbox object.
6636 * @flag: Flag indicating how the mailbox need to be processed.
6637 *
6638 * This function is called by discovery code and HBA management code
James Smart3772a992009-05-22 14:50:54 -04006639 * to submit a mailbox command to firmware with SLI-3 interface spec. This
6640 * function gets the hbalock to protect the data structures.
James Smarte59058c2008-08-24 21:49:00 -04006641 * The mailbox command can be submitted in polling mode, in which case
6642 * this function will wait in a polling loop for the completion of the
6643 * mailbox.
6644 * If the mailbox is submitted in no_wait mode (not polling) the
6645 * function will submit the command and returns immediately without waiting
6646 * for the mailbox completion. The no_wait is supported only when HBA
6647 * is in SLI2/SLI3 mode - interrupts are enabled.
6648 * The SLI interface allows only one mailbox pending at a time. If the
6649 * mailbox is issued in polling mode and there is already a mailbox
6650 * pending, then the function will return an error. If the mailbox is issued
6651 * in NO_WAIT mode and there is a mailbox pending already, the function
6652 * will return MBX_BUSY after queuing the mailbox into mailbox queue.
6653 * The sli layer owns the mailbox object until the completion of mailbox
6654 * command if this function return MBX_BUSY or MBX_SUCCESS. For all other
6655 * return codes the caller owns the mailbox command after the return of
6656 * the function.
6657 **/
James Smart3772a992009-05-22 14:50:54 -04006658static int
6659lpfc_sli_issue_mbox_s3(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox,
6660 uint32_t flag)
dea31012005-04-17 16:05:31 -05006661{
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006662 MAILBOX_t *mbx;
James Smart2e0fef82007-06-17 19:56:36 -05006663 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05006664 uint32_t status, evtctr;
James Smart9940b972011-03-11 16:06:12 -05006665 uint32_t ha_copy, hc_copy;
dea31012005-04-17 16:05:31 -05006666 int i;
James Smart09372822008-01-11 01:52:54 -05006667 unsigned long timeout;
dea31012005-04-17 16:05:31 -05006668 unsigned long drvr_flag = 0;
James Smart34b02dc2008-08-24 21:49:55 -04006669 uint32_t word0, ldata;
dea31012005-04-17 16:05:31 -05006670 void __iomem *to_slim;
James Smart58da1ff2008-04-07 10:15:56 -04006671 int processing_queue = 0;
6672
6673 spin_lock_irqsave(&phba->hbalock, drvr_flag);
6674 if (!pmbox) {
James Smart8568a4d2009-07-19 10:01:16 -04006675 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart58da1ff2008-04-07 10:15:56 -04006676 /* processing mbox queue from intr_handler */
James Smart3772a992009-05-22 14:50:54 -04006677 if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
6678 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6679 return MBX_SUCCESS;
6680 }
James Smart58da1ff2008-04-07 10:15:56 -04006681 processing_queue = 1;
James Smart58da1ff2008-04-07 10:15:56 -04006682 pmbox = lpfc_mbox_get(phba);
6683 if (!pmbox) {
6684 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6685 return MBX_SUCCESS;
6686 }
6687 }
dea31012005-04-17 16:05:31 -05006688
James Smarted957682007-06-17 19:56:37 -05006689 if (pmbox->mbox_cmpl && pmbox->mbox_cmpl != lpfc_sli_def_mbox_cmpl &&
James Smart92d7f7b2007-06-17 19:56:38 -05006690 pmbox->mbox_cmpl != lpfc_sli_wake_mbox_wait) {
James Smarted957682007-06-17 19:56:37 -05006691 if(!pmbox->vport) {
James Smart58da1ff2008-04-07 10:15:56 -04006692 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
James Smarted957682007-06-17 19:56:37 -05006693 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05006694 LOG_MBOX | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04006695 "1806 Mbox x%x failed. No vport\n",
James Smart3772a992009-05-22 14:50:54 -04006696 pmbox->u.mb.mbxCommand);
James Smarted957682007-06-17 19:56:37 -05006697 dump_stack();
James Smart58da1ff2008-04-07 10:15:56 -04006698 goto out_not_finished;
James Smarted957682007-06-17 19:56:37 -05006699 }
6700 }
6701
Linas Vepstas8d63f372007-02-14 14:28:36 -06006702 /* If the PCI channel is in offline state, do not post mbox. */
James Smart58da1ff2008-04-07 10:15:56 -04006703 if (unlikely(pci_channel_offline(phba->pcidev))) {
6704 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6705 goto out_not_finished;
6706 }
Linas Vepstas8d63f372007-02-14 14:28:36 -06006707
James Smarta257bf92009-04-06 18:48:10 -04006708 /* If HBA has a deferred error attention, fail the iocb. */
6709 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
6710 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6711 goto out_not_finished;
6712 }
6713
dea31012005-04-17 16:05:31 -05006714 psli = &phba->sli;
James Smart92d7f7b2007-06-17 19:56:38 -05006715
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006716 mbx = &pmbox->u.mb;
dea31012005-04-17 16:05:31 -05006717 status = MBX_SUCCESS;
6718
James Smart2e0fef82007-06-17 19:56:36 -05006719 if (phba->link_state == LPFC_HBA_ERROR) {
6720 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05006721
6722 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006723 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6724 "(%d):0311 Mailbox command x%x cannot "
6725 "issue Data: x%x x%x\n",
6726 pmbox->vport ? pmbox->vport->vpi : 0,
6727 pmbox->u.mb.mbxCommand, psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006728 goto out_not_finished;
Jamie Wellnitz41415862006-02-28 19:25:27 -05006729 }
6730
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006731 if (mbx->mbxCommand != MBX_KILL_BOARD && flag & MBX_NOWAIT) {
James Smart9940b972011-03-11 16:06:12 -05006732 if (lpfc_readl(phba->HCregaddr, &hc_copy) ||
6733 !(hc_copy & HC_MBINT_ENA)) {
6734 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6735 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart3772a992009-05-22 14:50:54 -04006736 "(%d):2528 Mailbox command x%x cannot "
6737 "issue Data: x%x x%x\n",
6738 pmbox->vport ? pmbox->vport->vpi : 0,
6739 pmbox->u.mb.mbxCommand, psli->sli_flag, flag);
James Smart9940b972011-03-11 16:06:12 -05006740 goto out_not_finished;
6741 }
James Smart92908312006-03-07 15:04:13 -05006742 }
6743
dea31012005-04-17 16:05:31 -05006744 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
6745 /* Polling for a mbox command when another one is already active
6746 * is not allowed in SLI. Also, the driver must have established
6747 * SLI2 mode to queue and process multiple mbox commands.
6748 */
6749
6750 if (flag & MBX_POLL) {
James Smart2e0fef82007-06-17 19:56:36 -05006751 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006752
6753 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006754 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6755 "(%d):2529 Mailbox command x%x "
6756 "cannot issue Data: x%x x%x\n",
6757 pmbox->vport ? pmbox->vport->vpi : 0,
6758 pmbox->u.mb.mbxCommand,
6759 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006760 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006761 }
6762
James Smart3772a992009-05-22 14:50:54 -04006763 if (!(psli->sli_flag & LPFC_SLI_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05006764 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006765 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006766 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6767 "(%d):2530 Mailbox command x%x "
6768 "cannot issue Data: x%x x%x\n",
6769 pmbox->vport ? pmbox->vport->vpi : 0,
6770 pmbox->u.mb.mbxCommand,
6771 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006772 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006773 }
6774
dea31012005-04-17 16:05:31 -05006775 /* Another mailbox command is still being processed, queue this
6776 * command to be processed later.
6777 */
6778 lpfc_mbox_put(phba, pmbox);
6779
6780 /* Mbox cmd issue - BUSY */
James Smarted957682007-06-17 19:56:37 -05006781 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006782 "(%d):0308 Mbox cmd issue - BUSY Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05006783 "x%x x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05006784 pmbox->vport ? pmbox->vport->vpi : 0xffffff,
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006785 mbx->mbxCommand, phba->pport->port_state,
James Smart92d7f7b2007-06-17 19:56:38 -05006786 psli->sli_flag, flag);
dea31012005-04-17 16:05:31 -05006787
6788 psli->slistat.mbox_busy++;
James Smart2e0fef82007-06-17 19:56:36 -05006789 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006790
James Smart858c9f62007-06-17 19:56:39 -05006791 if (pmbox->vport) {
6792 lpfc_debugfs_disc_trc(pmbox->vport,
6793 LPFC_DISC_TRC_MBOX_VPORT,
6794 "MBOX Bsy vport: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006795 (uint32_t)mbx->mbxCommand,
6796 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006797 }
6798 else {
6799 lpfc_debugfs_disc_trc(phba->pport,
6800 LPFC_DISC_TRC_MBOX,
6801 "MBOX Bsy: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006802 (uint32_t)mbx->mbxCommand,
6803 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006804 }
6805
James Smart2e0fef82007-06-17 19:56:36 -05006806 return MBX_BUSY;
dea31012005-04-17 16:05:31 -05006807 }
6808
dea31012005-04-17 16:05:31 -05006809 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
6810
6811 /* If we are not polling, we MUST be in SLI2 mode */
6812 if (flag != MBX_POLL) {
James Smart3772a992009-05-22 14:50:54 -04006813 if (!(psli->sli_flag & LPFC_SLI_ACTIVE) &&
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006814 (mbx->mbxCommand != MBX_KILL_BOARD)) {
dea31012005-04-17 16:05:31 -05006815 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006816 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006817 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006818 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6819 "(%d):2531 Mailbox command x%x "
6820 "cannot issue Data: x%x x%x\n",
6821 pmbox->vport ? pmbox->vport->vpi : 0,
6822 pmbox->u.mb.mbxCommand,
6823 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006824 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006825 }
6826 /* timeout active mbox command */
James Smarta309a6b2006-08-01 07:33:43 -04006827 mod_timer(&psli->mbox_tmo, (jiffies +
James Smarta183a152011-10-10 21:32:43 -04006828 (HZ * lpfc_mbox_tmo_val(phba, pmbox))));
dea31012005-04-17 16:05:31 -05006829 }
6830
6831 /* Mailbox cmd <cmd> issue */
James Smarted957682007-06-17 19:56:37 -05006832 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006833 "(%d):0309 Mailbox cmd x%x issue Data: x%x x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05006834 "x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04006835 pmbox->vport ? pmbox->vport->vpi : 0,
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006836 mbx->mbxCommand, phba->pport->port_state,
James Smart92d7f7b2007-06-17 19:56:38 -05006837 psli->sli_flag, flag);
dea31012005-04-17 16:05:31 -05006838
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006839 if (mbx->mbxCommand != MBX_HEARTBEAT) {
James Smart858c9f62007-06-17 19:56:39 -05006840 if (pmbox->vport) {
6841 lpfc_debugfs_disc_trc(pmbox->vport,
6842 LPFC_DISC_TRC_MBOX_VPORT,
6843 "MBOX Send vport: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006844 (uint32_t)mbx->mbxCommand,
6845 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006846 }
6847 else {
6848 lpfc_debugfs_disc_trc(phba->pport,
6849 LPFC_DISC_TRC_MBOX,
6850 "MBOX Send: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006851 (uint32_t)mbx->mbxCommand,
6852 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006853 }
6854 }
6855
dea31012005-04-17 16:05:31 -05006856 psli->slistat.mbox_cmd++;
6857 evtctr = psli->slistat.mbox_event;
6858
6859 /* next set own bit for the adapter and copy over command word */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006860 mbx->mbxOwner = OWN_CHIP;
dea31012005-04-17 16:05:31 -05006861
James Smart3772a992009-05-22 14:50:54 -04006862 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
James Smart7a470272010-03-15 11:25:20 -04006863 /* Populate mbox extension offset word. */
6864 if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len) {
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006865 *(((uint32_t *)mbx) + pmbox->mbox_offset_word)
James Smart7a470272010-03-15 11:25:20 -04006866 = (uint8_t *)phba->mbox_ext
6867 - (uint8_t *)phba->mbox;
6868 }
6869
6870 /* Copy the mailbox extension data */
6871 if (pmbox->in_ext_byte_len && pmbox->context2) {
6872 lpfc_sli_pcimem_bcopy(pmbox->context2,
6873 (uint8_t *)phba->mbox_ext,
6874 pmbox->in_ext_byte_len);
6875 }
6876 /* Copy command data to host SLIM area */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006877 lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE);
dea31012005-04-17 16:05:31 -05006878 } else {
James Smart7a470272010-03-15 11:25:20 -04006879 /* Populate mbox extension offset word. */
6880 if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len)
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006881 *(((uint32_t *)mbx) + pmbox->mbox_offset_word)
James Smart7a470272010-03-15 11:25:20 -04006882 = MAILBOX_HBA_EXT_OFFSET;
6883
6884 /* Copy the mailbox extension data */
6885 if (pmbox->in_ext_byte_len && pmbox->context2) {
6886 lpfc_memcpy_to_slim(phba->MBslimaddr +
6887 MAILBOX_HBA_EXT_OFFSET,
6888 pmbox->context2, pmbox->in_ext_byte_len);
6889
6890 }
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006891 if (mbx->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05006892 /* copy command data into host mbox for cmpl */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006893 lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE);
dea31012005-04-17 16:05:31 -05006894 }
6895
6896 /* First copy mbox command data to HBA SLIM, skip past first
6897 word */
6898 to_slim = phba->MBslimaddr + sizeof (uint32_t);
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006899 lpfc_memcpy_to_slim(to_slim, &mbx->un.varWords[0],
dea31012005-04-17 16:05:31 -05006900 MAILBOX_CMD_SIZE - sizeof (uint32_t));
6901
6902 /* Next copy over first word, with mbxOwner set */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006903 ldata = *((uint32_t *)mbx);
dea31012005-04-17 16:05:31 -05006904 to_slim = phba->MBslimaddr;
6905 writel(ldata, to_slim);
6906 readl(to_slim); /* flush */
6907
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006908 if (mbx->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05006909 /* switch over to host mailbox */
James Smart3772a992009-05-22 14:50:54 -04006910 psli->sli_flag |= LPFC_SLI_ACTIVE;
dea31012005-04-17 16:05:31 -05006911 }
6912 }
6913
6914 wmb();
dea31012005-04-17 16:05:31 -05006915
6916 switch (flag) {
6917 case MBX_NOWAIT:
James Smart09372822008-01-11 01:52:54 -05006918 /* Set up reference to mailbox command */
dea31012005-04-17 16:05:31 -05006919 psli->mbox_active = pmbox;
James Smart09372822008-01-11 01:52:54 -05006920 /* Interrupt board to do it */
6921 writel(CA_MBATT, phba->CAregaddr);
6922 readl(phba->CAregaddr); /* flush */
6923 /* Don't wait for it to finish, just return */
dea31012005-04-17 16:05:31 -05006924 break;
6925
6926 case MBX_POLL:
James Smart09372822008-01-11 01:52:54 -05006927 /* Set up null reference to mailbox command */
dea31012005-04-17 16:05:31 -05006928 psli->mbox_active = NULL;
James Smart09372822008-01-11 01:52:54 -05006929 /* Interrupt board to do it */
6930 writel(CA_MBATT, phba->CAregaddr);
6931 readl(phba->CAregaddr); /* flush */
6932
James Smart3772a992009-05-22 14:50:54 -04006933 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006934 /* First read mbox status word */
James Smart34b02dc2008-08-24 21:49:55 -04006935 word0 = *((uint32_t *)phba->mbox);
dea31012005-04-17 16:05:31 -05006936 word0 = le32_to_cpu(word0);
6937 } else {
6938 /* First read mbox status word */
James Smart9940b972011-03-11 16:06:12 -05006939 if (lpfc_readl(phba->MBslimaddr, &word0)) {
6940 spin_unlock_irqrestore(&phba->hbalock,
6941 drvr_flag);
6942 goto out_not_finished;
6943 }
dea31012005-04-17 16:05:31 -05006944 }
6945
6946 /* Read the HBA Host Attention Register */
James Smart9940b972011-03-11 16:06:12 -05006947 if (lpfc_readl(phba->HAregaddr, &ha_copy)) {
6948 spin_unlock_irqrestore(&phba->hbalock,
6949 drvr_flag);
6950 goto out_not_finished;
6951 }
James Smarta183a152011-10-10 21:32:43 -04006952 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) *
6953 1000) + jiffies;
James Smart09372822008-01-11 01:52:54 -05006954 i = 0;
dea31012005-04-17 16:05:31 -05006955 /* Wait for command to complete */
Jamie Wellnitz41415862006-02-28 19:25:27 -05006956 while (((word0 & OWN_CHIP) == OWN_CHIP) ||
6957 (!(ha_copy & HA_MBATT) &&
James Smart2e0fef82007-06-17 19:56:36 -05006958 (phba->link_state > LPFC_WARM_START))) {
James Smart09372822008-01-11 01:52:54 -05006959 if (time_after(jiffies, timeout)) {
dea31012005-04-17 16:05:31 -05006960 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006961 spin_unlock_irqrestore(&phba->hbalock,
dea31012005-04-17 16:05:31 -05006962 drvr_flag);
James Smart58da1ff2008-04-07 10:15:56 -04006963 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006964 }
6965
6966 /* Check if we took a mbox interrupt while we were
6967 polling */
6968 if (((word0 & OWN_CHIP) != OWN_CHIP)
6969 && (evtctr != psli->slistat.mbox_event))
6970 break;
6971
James Smart09372822008-01-11 01:52:54 -05006972 if (i++ > 10) {
6973 spin_unlock_irqrestore(&phba->hbalock,
6974 drvr_flag);
6975 msleep(1);
6976 spin_lock_irqsave(&phba->hbalock, drvr_flag);
6977 }
dea31012005-04-17 16:05:31 -05006978
James Smart3772a992009-05-22 14:50:54 -04006979 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006980 /* First copy command data */
James Smart34b02dc2008-08-24 21:49:55 -04006981 word0 = *((uint32_t *)phba->mbox);
dea31012005-04-17 16:05:31 -05006982 word0 = le32_to_cpu(word0);
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006983 if (mbx->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05006984 MAILBOX_t *slimmb;
James Smart34b02dc2008-08-24 21:49:55 -04006985 uint32_t slimword0;
dea31012005-04-17 16:05:31 -05006986 /* Check real SLIM for any errors */
6987 slimword0 = readl(phba->MBslimaddr);
6988 slimmb = (MAILBOX_t *) & slimword0;
6989 if (((slimword0 & OWN_CHIP) != OWN_CHIP)
6990 && slimmb->mbxStatus) {
6991 psli->sli_flag &=
James Smart3772a992009-05-22 14:50:54 -04006992 ~LPFC_SLI_ACTIVE;
dea31012005-04-17 16:05:31 -05006993 word0 = slimword0;
6994 }
6995 }
6996 } else {
6997 /* First copy command data */
6998 word0 = readl(phba->MBslimaddr);
6999 }
7000 /* Read the HBA Host Attention Register */
James Smart9940b972011-03-11 16:06:12 -05007001 if (lpfc_readl(phba->HAregaddr, &ha_copy)) {
7002 spin_unlock_irqrestore(&phba->hbalock,
7003 drvr_flag);
7004 goto out_not_finished;
7005 }
dea31012005-04-17 16:05:31 -05007006 }
7007
James Smart3772a992009-05-22 14:50:54 -04007008 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05007009 /* copy results back to user */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08007010 lpfc_sli_pcimem_bcopy(phba->mbox, mbx, MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -04007011 /* Copy the mailbox extension data */
7012 if (pmbox->out_ext_byte_len && pmbox->context2) {
7013 lpfc_sli_pcimem_bcopy(phba->mbox_ext,
7014 pmbox->context2,
7015 pmbox->out_ext_byte_len);
7016 }
dea31012005-04-17 16:05:31 -05007017 } else {
7018 /* First copy command data */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08007019 lpfc_memcpy_from_slim(mbx, phba->MBslimaddr,
dea31012005-04-17 16:05:31 -05007020 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -04007021 /* Copy the mailbox extension data */
7022 if (pmbox->out_ext_byte_len && pmbox->context2) {
7023 lpfc_memcpy_from_slim(pmbox->context2,
7024 phba->MBslimaddr +
7025 MAILBOX_HBA_EXT_OFFSET,
7026 pmbox->out_ext_byte_len);
dea31012005-04-17 16:05:31 -05007027 }
7028 }
7029
7030 writel(HA_MBATT, phba->HAregaddr);
7031 readl(phba->HAregaddr); /* flush */
7032
7033 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
Randy Dunlapbf07bde2013-02-22 10:23:54 -08007034 status = mbx->mbxStatus;
dea31012005-04-17 16:05:31 -05007035 }
7036
James Smart2e0fef82007-06-17 19:56:36 -05007037 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
7038 return status;
James Smart58da1ff2008-04-07 10:15:56 -04007039
7040out_not_finished:
7041 if (processing_queue) {
James Smartda0436e2009-05-22 14:51:39 -04007042 pmbox->u.mb.mbxStatus = MBX_NOT_FINISHED;
James Smart58da1ff2008-04-07 10:15:56 -04007043 lpfc_mbox_cmpl_put(phba, pmbox);
7044 }
7045 return MBX_NOT_FINISHED;
dea31012005-04-17 16:05:31 -05007046}
7047
James Smarte59058c2008-08-24 21:49:00 -04007048/**
James Smartf1126682009-06-10 17:22:44 -04007049 * lpfc_sli4_async_mbox_block - Block posting SLI4 asynchronous mailbox command
7050 * @phba: Pointer to HBA context object.
7051 *
7052 * The function blocks the posting of SLI4 asynchronous mailbox commands from
7053 * the driver internal pending mailbox queue. It will then try to wait out the
7054 * possible outstanding mailbox command before return.
7055 *
7056 * Returns:
7057 * 0 - the outstanding mailbox command completed; otherwise, the wait for
7058 * the outstanding mailbox command timed out.
7059 **/
7060static int
7061lpfc_sli4_async_mbox_block(struct lpfc_hba *phba)
7062{
7063 struct lpfc_sli *psli = &phba->sli;
James Smartf1126682009-06-10 17:22:44 -04007064 int rc = 0;
James Smarta183a152011-10-10 21:32:43 -04007065 unsigned long timeout = 0;
James Smartf1126682009-06-10 17:22:44 -04007066
7067 /* Mark the asynchronous mailbox command posting as blocked */
7068 spin_lock_irq(&phba->hbalock);
7069 psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
James Smartf1126682009-06-10 17:22:44 -04007070 /* Determine how long we might wait for the active mailbox
7071 * command to be gracefully completed by firmware.
7072 */
James Smarta183a152011-10-10 21:32:43 -04007073 if (phba->sli.mbox_active)
7074 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
7075 phba->sli.mbox_active) *
7076 1000) + jiffies;
7077 spin_unlock_irq(&phba->hbalock);
7078
James Smartf1126682009-06-10 17:22:44 -04007079 /* Wait for the outstnading mailbox command to complete */
7080 while (phba->sli.mbox_active) {
7081 /* Check active mailbox complete status every 2ms */
7082 msleep(2);
7083 if (time_after(jiffies, timeout)) {
7084 /* Timeout, marked the outstanding cmd not complete */
7085 rc = 1;
7086 break;
7087 }
7088 }
7089
7090 /* Can not cleanly block async mailbox command, fails it */
7091 if (rc) {
7092 spin_lock_irq(&phba->hbalock);
7093 psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
7094 spin_unlock_irq(&phba->hbalock);
7095 }
7096 return rc;
7097}
7098
7099/**
7100 * lpfc_sli4_async_mbox_unblock - Block posting SLI4 async mailbox command
7101 * @phba: Pointer to HBA context object.
7102 *
7103 * The function unblocks and resume posting of SLI4 asynchronous mailbox
7104 * commands from the driver internal pending mailbox queue. It makes sure
7105 * that there is no outstanding mailbox command before resuming posting
7106 * asynchronous mailbox commands. If, for any reason, there is outstanding
7107 * mailbox command, it will try to wait it out before resuming asynchronous
7108 * mailbox command posting.
7109 **/
7110static void
7111lpfc_sli4_async_mbox_unblock(struct lpfc_hba *phba)
7112{
7113 struct lpfc_sli *psli = &phba->sli;
7114
7115 spin_lock_irq(&phba->hbalock);
7116 if (!(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
7117 /* Asynchronous mailbox posting is not blocked, do nothing */
7118 spin_unlock_irq(&phba->hbalock);
7119 return;
7120 }
7121
7122 /* Outstanding synchronous mailbox command is guaranteed to be done,
7123 * successful or timeout, after timing-out the outstanding mailbox
7124 * command shall always be removed, so just unblock posting async
7125 * mailbox command and resume
7126 */
7127 psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
7128 spin_unlock_irq(&phba->hbalock);
7129
7130 /* wake up worker thread to post asynchronlous mailbox command */
7131 lpfc_worker_wake_up(phba);
7132}
7133
7134/**
James Smart2d843ed2012-09-29 11:29:06 -04007135 * lpfc_sli4_wait_bmbx_ready - Wait for bootstrap mailbox register ready
7136 * @phba: Pointer to HBA context object.
7137 * @mboxq: Pointer to mailbox object.
7138 *
7139 * The function waits for the bootstrap mailbox register ready bit from
7140 * port for twice the regular mailbox command timeout value.
7141 *
7142 * 0 - no timeout on waiting for bootstrap mailbox register ready.
7143 * MBXERR_ERROR - wait for bootstrap mailbox register timed out.
7144 **/
7145static int
7146lpfc_sli4_wait_bmbx_ready(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
7147{
7148 uint32_t db_ready;
7149 unsigned long timeout;
7150 struct lpfc_register bmbx_reg;
7151
7152 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, mboxq)
7153 * 1000) + jiffies;
7154
7155 do {
7156 bmbx_reg.word0 = readl(phba->sli4_hba.BMBXregaddr);
7157 db_ready = bf_get(lpfc_bmbx_rdy, &bmbx_reg);
7158 if (!db_ready)
7159 msleep(2);
7160
7161 if (time_after(jiffies, timeout))
7162 return MBXERR_ERROR;
7163 } while (!db_ready);
7164
7165 return 0;
7166}
7167
7168/**
James Smartda0436e2009-05-22 14:51:39 -04007169 * lpfc_sli4_post_sync_mbox - Post an SLI4 mailbox to the bootstrap mailbox
7170 * @phba: Pointer to HBA context object.
7171 * @mboxq: Pointer to mailbox object.
7172 *
7173 * The function posts a mailbox to the port. The mailbox is expected
7174 * to be comletely filled in and ready for the port to operate on it.
7175 * This routine executes a synchronous completion operation on the
7176 * mailbox by polling for its completion.
7177 *
7178 * The caller must not be holding any locks when calling this routine.
7179 *
7180 * Returns:
7181 * MBX_SUCCESS - mailbox posted successfully
7182 * Any of the MBX error values.
7183 **/
7184static int
7185lpfc_sli4_post_sync_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
7186{
7187 int rc = MBX_SUCCESS;
7188 unsigned long iflag;
James Smartda0436e2009-05-22 14:51:39 -04007189 uint32_t mcqe_status;
7190 uint32_t mbx_cmnd;
James Smartda0436e2009-05-22 14:51:39 -04007191 struct lpfc_sli *psli = &phba->sli;
7192 struct lpfc_mqe *mb = &mboxq->u.mqe;
7193 struct lpfc_bmbx_create *mbox_rgn;
7194 struct dma_address *dma_address;
James Smartda0436e2009-05-22 14:51:39 -04007195
7196 /*
7197 * Only one mailbox can be active to the bootstrap mailbox region
7198 * at a time and there is no queueing provided.
7199 */
7200 spin_lock_irqsave(&phba->hbalock, iflag);
7201 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
7202 spin_unlock_irqrestore(&phba->hbalock, iflag);
7203 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007204 "(%d):2532 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007205 "cannot issue Data: x%x x%x\n",
7206 mboxq->vport ? mboxq->vport->vpi : 0,
7207 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007208 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7209 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007210 psli->sli_flag, MBX_POLL);
7211 return MBXERR_ERROR;
7212 }
7213 /* The server grabs the token and owns it until release */
7214 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
7215 phba->sli.mbox_active = mboxq;
7216 spin_unlock_irqrestore(&phba->hbalock, iflag);
7217
James Smart2d843ed2012-09-29 11:29:06 -04007218 /* wait for bootstrap mbox register for readyness */
7219 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
7220 if (rc)
7221 goto exit;
7222
James Smartda0436e2009-05-22 14:51:39 -04007223 /*
7224 * Initialize the bootstrap memory region to avoid stale data areas
7225 * in the mailbox post. Then copy the caller's mailbox contents to
7226 * the bmbx mailbox region.
7227 */
7228 mbx_cmnd = bf_get(lpfc_mqe_command, mb);
7229 memset(phba->sli4_hba.bmbx.avirt, 0, sizeof(struct lpfc_bmbx_create));
7230 lpfc_sli_pcimem_bcopy(mb, phba->sli4_hba.bmbx.avirt,
7231 sizeof(struct lpfc_mqe));
7232
7233 /* Post the high mailbox dma address to the port and wait for ready. */
7234 dma_address = &phba->sli4_hba.bmbx.dma_address;
7235 writel(dma_address->addr_hi, phba->sli4_hba.BMBXregaddr);
7236
James Smart2d843ed2012-09-29 11:29:06 -04007237 /* wait for bootstrap mbox register for hi-address write done */
7238 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
7239 if (rc)
7240 goto exit;
James Smartda0436e2009-05-22 14:51:39 -04007241
7242 /* Post the low mailbox dma address to the port. */
7243 writel(dma_address->addr_lo, phba->sli4_hba.BMBXregaddr);
James Smartda0436e2009-05-22 14:51:39 -04007244
James Smart2d843ed2012-09-29 11:29:06 -04007245 /* wait for bootstrap mbox register for low address write done */
7246 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
7247 if (rc)
7248 goto exit;
James Smartda0436e2009-05-22 14:51:39 -04007249
7250 /*
7251 * Read the CQ to ensure the mailbox has completed.
7252 * If so, update the mailbox status so that the upper layers
7253 * can complete the request normally.
7254 */
7255 lpfc_sli_pcimem_bcopy(phba->sli4_hba.bmbx.avirt, mb,
7256 sizeof(struct lpfc_mqe));
7257 mbox_rgn = (struct lpfc_bmbx_create *) phba->sli4_hba.bmbx.avirt;
7258 lpfc_sli_pcimem_bcopy(&mbox_rgn->mcqe, &mboxq->mcqe,
7259 sizeof(struct lpfc_mcqe));
7260 mcqe_status = bf_get(lpfc_mcqe_status, &mbox_rgn->mcqe);
James Smart05580562011-05-24 11:40:48 -04007261 /*
7262 * When the CQE status indicates a failure and the mailbox status
7263 * indicates success then copy the CQE status into the mailbox status
7264 * (and prefix it with x4000).
7265 */
James Smartda0436e2009-05-22 14:51:39 -04007266 if (mcqe_status != MB_CQE_STATUS_SUCCESS) {
James Smart05580562011-05-24 11:40:48 -04007267 if (bf_get(lpfc_mqe_status, mb) == MBX_SUCCESS)
7268 bf_set(lpfc_mqe_status, mb,
7269 (LPFC_MBX_ERROR_RANGE | mcqe_status));
James Smartda0436e2009-05-22 14:51:39 -04007270 rc = MBXERR_ERROR;
James Smartd7c47992010-06-08 18:31:54 -04007271 } else
7272 lpfc_sli4_swap_str(phba, mboxq);
James Smartda0436e2009-05-22 14:51:39 -04007273
7274 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007275 "(%d):0356 Mailbox cmd x%x (x%x/x%x) Status x%x "
James Smartda0436e2009-05-22 14:51:39 -04007276 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x"
7277 " x%x x%x CQ: x%x x%x x%x x%x\n",
James Smarta183a152011-10-10 21:32:43 -04007278 mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd,
7279 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7280 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007281 bf_get(lpfc_mqe_status, mb),
7282 mb->un.mb_words[0], mb->un.mb_words[1],
7283 mb->un.mb_words[2], mb->un.mb_words[3],
7284 mb->un.mb_words[4], mb->un.mb_words[5],
7285 mb->un.mb_words[6], mb->un.mb_words[7],
7286 mb->un.mb_words[8], mb->un.mb_words[9],
7287 mb->un.mb_words[10], mb->un.mb_words[11],
7288 mb->un.mb_words[12], mboxq->mcqe.word0,
7289 mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1,
7290 mboxq->mcqe.trailer);
7291exit:
7292 /* We are holding the token, no needed for lock when release */
7293 spin_lock_irqsave(&phba->hbalock, iflag);
7294 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7295 phba->sli.mbox_active = NULL;
7296 spin_unlock_irqrestore(&phba->hbalock, iflag);
7297 return rc;
7298}
7299
7300/**
7301 * lpfc_sli_issue_mbox_s4 - Issue an SLI4 mailbox command to firmware
7302 * @phba: Pointer to HBA context object.
7303 * @pmbox: Pointer to mailbox object.
7304 * @flag: Flag indicating how the mailbox need to be processed.
7305 *
7306 * This function is called by discovery code and HBA management code to submit
7307 * a mailbox command to firmware with SLI-4 interface spec.
7308 *
7309 * Return codes the caller owns the mailbox command after the return of the
7310 * function.
7311 **/
7312static int
7313lpfc_sli_issue_mbox_s4(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
7314 uint32_t flag)
7315{
7316 struct lpfc_sli *psli = &phba->sli;
7317 unsigned long iflags;
7318 int rc;
7319
James Smartb76f2dc2011-07-22 18:37:42 -04007320 /* dump from issue mailbox command if setup */
7321 lpfc_idiag_mbxacc_dump_issue_mbox(phba, &mboxq->u.mb);
7322
James Smart8fa38512009-07-19 10:01:03 -04007323 rc = lpfc_mbox_dev_check(phba);
7324 if (unlikely(rc)) {
7325 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007326 "(%d):2544 Mailbox command x%x (x%x/x%x) "
James Smart8fa38512009-07-19 10:01:03 -04007327 "cannot issue Data: x%x x%x\n",
7328 mboxq->vport ? mboxq->vport->vpi : 0,
7329 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007330 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7331 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smart8fa38512009-07-19 10:01:03 -04007332 psli->sli_flag, flag);
7333 goto out_not_finished;
7334 }
7335
James Smartda0436e2009-05-22 14:51:39 -04007336 /* Detect polling mode and jump to a handler */
7337 if (!phba->sli4_hba.intr_enable) {
7338 if (flag == MBX_POLL)
7339 rc = lpfc_sli4_post_sync_mbox(phba, mboxq);
7340 else
7341 rc = -EIO;
7342 if (rc != MBX_SUCCESS)
James Smart05580562011-05-24 11:40:48 -04007343 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
James Smartda0436e2009-05-22 14:51:39 -04007344 "(%d):2541 Mailbox command x%x "
James Smartcc459f12012-05-09 21:18:30 -04007345 "(x%x/x%x) failure: "
7346 "mqe_sta: x%x mcqe_sta: x%x/x%x "
7347 "Data: x%x x%x\n,",
James Smartda0436e2009-05-22 14:51:39 -04007348 mboxq->vport ? mboxq->vport->vpi : 0,
7349 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007350 lpfc_sli_config_mbox_subsys_get(phba,
7351 mboxq),
7352 lpfc_sli_config_mbox_opcode_get(phba,
7353 mboxq),
James Smartcc459f12012-05-09 21:18:30 -04007354 bf_get(lpfc_mqe_status, &mboxq->u.mqe),
7355 bf_get(lpfc_mcqe_status, &mboxq->mcqe),
7356 bf_get(lpfc_mcqe_ext_status,
7357 &mboxq->mcqe),
James Smartda0436e2009-05-22 14:51:39 -04007358 psli->sli_flag, flag);
7359 return rc;
7360 } else if (flag == MBX_POLL) {
James Smartf1126682009-06-10 17:22:44 -04007361 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
7362 "(%d):2542 Try to issue mailbox command "
James Smarta183a152011-10-10 21:32:43 -04007363 "x%x (x%x/x%x) synchronously ahead of async"
James Smartf1126682009-06-10 17:22:44 -04007364 "mailbox command queue: x%x x%x\n",
James Smartda0436e2009-05-22 14:51:39 -04007365 mboxq->vport ? mboxq->vport->vpi : 0,
7366 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007367 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7368 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007369 psli->sli_flag, flag);
James Smartf1126682009-06-10 17:22:44 -04007370 /* Try to block the asynchronous mailbox posting */
7371 rc = lpfc_sli4_async_mbox_block(phba);
7372 if (!rc) {
7373 /* Successfully blocked, now issue sync mbox cmd */
7374 rc = lpfc_sli4_post_sync_mbox(phba, mboxq);
7375 if (rc != MBX_SUCCESS)
James Smartcc459f12012-05-09 21:18:30 -04007376 lpfc_printf_log(phba, KERN_WARNING,
James Smarta183a152011-10-10 21:32:43 -04007377 LOG_MBOX | LOG_SLI,
James Smartcc459f12012-05-09 21:18:30 -04007378 "(%d):2597 Sync Mailbox command "
7379 "x%x (x%x/x%x) failure: "
7380 "mqe_sta: x%x mcqe_sta: x%x/x%x "
7381 "Data: x%x x%x\n,",
7382 mboxq->vport ? mboxq->vport->vpi : 0,
James Smarta183a152011-10-10 21:32:43 -04007383 mboxq->u.mb.mbxCommand,
7384 lpfc_sli_config_mbox_subsys_get(phba,
7385 mboxq),
7386 lpfc_sli_config_mbox_opcode_get(phba,
7387 mboxq),
James Smartcc459f12012-05-09 21:18:30 -04007388 bf_get(lpfc_mqe_status, &mboxq->u.mqe),
7389 bf_get(lpfc_mcqe_status, &mboxq->mcqe),
7390 bf_get(lpfc_mcqe_ext_status,
7391 &mboxq->mcqe),
James Smarta183a152011-10-10 21:32:43 -04007392 psli->sli_flag, flag);
James Smartf1126682009-06-10 17:22:44 -04007393 /* Unblock the async mailbox posting afterward */
7394 lpfc_sli4_async_mbox_unblock(phba);
7395 }
7396 return rc;
James Smartda0436e2009-05-22 14:51:39 -04007397 }
7398
7399 /* Now, interrupt mode asynchrous mailbox command */
7400 rc = lpfc_mbox_cmd_check(phba, mboxq);
7401 if (rc) {
7402 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007403 "(%d):2543 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007404 "cannot issue Data: x%x x%x\n",
7405 mboxq->vport ? mboxq->vport->vpi : 0,
7406 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007407 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7408 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007409 psli->sli_flag, flag);
7410 goto out_not_finished;
7411 }
James Smartda0436e2009-05-22 14:51:39 -04007412
7413 /* Put the mailbox command to the driver internal FIFO */
7414 psli->slistat.mbox_busy++;
7415 spin_lock_irqsave(&phba->hbalock, iflags);
7416 lpfc_mbox_put(phba, mboxq);
7417 spin_unlock_irqrestore(&phba->hbalock, iflags);
7418 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
7419 "(%d):0354 Mbox cmd issue - Enqueue Data: "
James Smarta183a152011-10-10 21:32:43 -04007420 "x%x (x%x/x%x) x%x x%x x%x\n",
James Smartda0436e2009-05-22 14:51:39 -04007421 mboxq->vport ? mboxq->vport->vpi : 0xffffff,
7422 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
James Smarta183a152011-10-10 21:32:43 -04007423 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7424 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007425 phba->pport->port_state,
7426 psli->sli_flag, MBX_NOWAIT);
7427 /* Wake up worker thread to transport mailbox command from head */
7428 lpfc_worker_wake_up(phba);
7429
7430 return MBX_BUSY;
7431
7432out_not_finished:
7433 return MBX_NOT_FINISHED;
7434}
7435
7436/**
7437 * lpfc_sli4_post_async_mbox - Post an SLI4 mailbox command to device
7438 * @phba: Pointer to HBA context object.
7439 *
7440 * This function is called by worker thread to send a mailbox command to
7441 * SLI4 HBA firmware.
7442 *
7443 **/
7444int
7445lpfc_sli4_post_async_mbox(struct lpfc_hba *phba)
7446{
7447 struct lpfc_sli *psli = &phba->sli;
7448 LPFC_MBOXQ_t *mboxq;
7449 int rc = MBX_SUCCESS;
7450 unsigned long iflags;
7451 struct lpfc_mqe *mqe;
7452 uint32_t mbx_cmnd;
7453
7454 /* Check interrupt mode before post async mailbox command */
7455 if (unlikely(!phba->sli4_hba.intr_enable))
7456 return MBX_NOT_FINISHED;
7457
7458 /* Check for mailbox command service token */
7459 spin_lock_irqsave(&phba->hbalock, iflags);
7460 if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
7461 spin_unlock_irqrestore(&phba->hbalock, iflags);
7462 return MBX_NOT_FINISHED;
7463 }
7464 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
7465 spin_unlock_irqrestore(&phba->hbalock, iflags);
7466 return MBX_NOT_FINISHED;
7467 }
7468 if (unlikely(phba->sli.mbox_active)) {
7469 spin_unlock_irqrestore(&phba->hbalock, iflags);
7470 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7471 "0384 There is pending active mailbox cmd\n");
7472 return MBX_NOT_FINISHED;
7473 }
7474 /* Take the mailbox command service token */
7475 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
7476
7477 /* Get the next mailbox command from head of queue */
7478 mboxq = lpfc_mbox_get(phba);
7479
7480 /* If no more mailbox command waiting for post, we're done */
7481 if (!mboxq) {
7482 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7483 spin_unlock_irqrestore(&phba->hbalock, iflags);
7484 return MBX_SUCCESS;
7485 }
7486 phba->sli.mbox_active = mboxq;
7487 spin_unlock_irqrestore(&phba->hbalock, iflags);
7488
7489 /* Check device readiness for posting mailbox command */
7490 rc = lpfc_mbox_dev_check(phba);
7491 if (unlikely(rc))
7492 /* Driver clean routine will clean up pending mailbox */
7493 goto out_not_finished;
7494
7495 /* Prepare the mbox command to be posted */
7496 mqe = &mboxq->u.mqe;
7497 mbx_cmnd = bf_get(lpfc_mqe_command, mqe);
7498
7499 /* Start timer for the mbox_tmo and log some mailbox post messages */
7500 mod_timer(&psli->mbox_tmo, (jiffies +
James Smarta183a152011-10-10 21:32:43 -04007501 (HZ * lpfc_mbox_tmo_val(phba, mboxq))));
James Smartda0436e2009-05-22 14:51:39 -04007502
7503 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007504 "(%d):0355 Mailbox cmd x%x (x%x/x%x) issue Data: "
James Smartda0436e2009-05-22 14:51:39 -04007505 "x%x x%x\n",
7506 mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd,
James Smarta183a152011-10-10 21:32:43 -04007507 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7508 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007509 phba->pport->port_state, psli->sli_flag);
7510
7511 if (mbx_cmnd != MBX_HEARTBEAT) {
7512 if (mboxq->vport) {
7513 lpfc_debugfs_disc_trc(mboxq->vport,
7514 LPFC_DISC_TRC_MBOX_VPORT,
7515 "MBOX Send vport: cmd:x%x mb:x%x x%x",
7516 mbx_cmnd, mqe->un.mb_words[0],
7517 mqe->un.mb_words[1]);
7518 } else {
7519 lpfc_debugfs_disc_trc(phba->pport,
7520 LPFC_DISC_TRC_MBOX,
7521 "MBOX Send: cmd:x%x mb:x%x x%x",
7522 mbx_cmnd, mqe->un.mb_words[0],
7523 mqe->un.mb_words[1]);
7524 }
7525 }
7526 psli->slistat.mbox_cmd++;
7527
7528 /* Post the mailbox command to the port */
7529 rc = lpfc_sli4_mq_put(phba->sli4_hba.mbx_wq, mqe);
7530 if (rc != MBX_SUCCESS) {
7531 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007532 "(%d):2533 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007533 "cannot issue Data: x%x x%x\n",
7534 mboxq->vport ? mboxq->vport->vpi : 0,
7535 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007536 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7537 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007538 psli->sli_flag, MBX_NOWAIT);
7539 goto out_not_finished;
7540 }
7541
7542 return rc;
7543
7544out_not_finished:
7545 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartd7069f02012-03-01 22:36:29 -05007546 if (phba->sli.mbox_active) {
7547 mboxq->u.mb.mbxStatus = MBX_NOT_FINISHED;
7548 __lpfc_mbox_cmpl_put(phba, mboxq);
7549 /* Release the token */
7550 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7551 phba->sli.mbox_active = NULL;
7552 }
James Smartda0436e2009-05-22 14:51:39 -04007553 spin_unlock_irqrestore(&phba->hbalock, iflags);
7554
7555 return MBX_NOT_FINISHED;
7556}
7557
7558/**
7559 * lpfc_sli_issue_mbox - Wrapper func for issuing mailbox command
7560 * @phba: Pointer to HBA context object.
7561 * @pmbox: Pointer to mailbox object.
7562 * @flag: Flag indicating how the mailbox need to be processed.
7563 *
7564 * This routine wraps the actual SLI3 or SLI4 mailbox issuing routine from
7565 * the API jump table function pointer from the lpfc_hba struct.
7566 *
7567 * Return codes the caller owns the mailbox command after the return of the
7568 * function.
7569 **/
7570int
7571lpfc_sli_issue_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox, uint32_t flag)
7572{
7573 return phba->lpfc_sli_issue_mbox(phba, pmbox, flag);
7574}
7575
7576/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03007577 * lpfc_mbox_api_table_setup - Set up mbox api function jump table
James Smartda0436e2009-05-22 14:51:39 -04007578 * @phba: The hba struct for which this call is being executed.
7579 * @dev_grp: The HBA PCI-Device group number.
7580 *
7581 * This routine sets up the mbox interface API function jump table in @phba
7582 * struct.
7583 * Returns: 0 - success, -ENODEV - failure.
7584 **/
7585int
7586lpfc_mbox_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
7587{
7588
7589 switch (dev_grp) {
7590 case LPFC_PCI_DEV_LP:
7591 phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s3;
7592 phba->lpfc_sli_handle_slow_ring_event =
7593 lpfc_sli_handle_slow_ring_event_s3;
7594 phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s3;
7595 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s3;
7596 phba->lpfc_sli_brdready = lpfc_sli_brdready_s3;
7597 break;
7598 case LPFC_PCI_DEV_OC:
7599 phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s4;
7600 phba->lpfc_sli_handle_slow_ring_event =
7601 lpfc_sli_handle_slow_ring_event_s4;
7602 phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s4;
7603 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s4;
7604 phba->lpfc_sli_brdready = lpfc_sli_brdready_s4;
7605 break;
7606 default:
7607 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7608 "1420 Invalid HBA PCI-device group: 0x%x\n",
7609 dev_grp);
7610 return -ENODEV;
7611 break;
7612 }
7613 return 0;
7614}
7615
7616/**
James Smart3621a712009-04-06 18:47:14 -04007617 * __lpfc_sli_ringtx_put - Add an iocb to the txq
James Smarte59058c2008-08-24 21:49:00 -04007618 * @phba: Pointer to HBA context object.
7619 * @pring: Pointer to driver SLI ring object.
7620 * @piocb: Pointer to address of newly added command iocb.
7621 *
7622 * This function is called with hbalock held to add a command
7623 * iocb to the txq when SLI layer cannot submit the command iocb
7624 * to the ring.
7625 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04007626void
James Smart92d7f7b2007-06-17 19:56:38 -05007627__lpfc_sli_ringtx_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05007628 struct lpfc_iocbq *piocb)
dea31012005-04-17 16:05:31 -05007629{
7630 /* Insert the caller's iocb in the txq tail for later processing. */
7631 list_add_tail(&piocb->list, &pring->txq);
dea31012005-04-17 16:05:31 -05007632}
7633
James Smarte59058c2008-08-24 21:49:00 -04007634/**
James Smart3621a712009-04-06 18:47:14 -04007635 * lpfc_sli_next_iocb - Get the next iocb in the txq
James Smarte59058c2008-08-24 21:49:00 -04007636 * @phba: Pointer to HBA context object.
7637 * @pring: Pointer to driver SLI ring object.
7638 * @piocb: Pointer to address of newly added command iocb.
7639 *
7640 * This function is called with hbalock held before a new
7641 * iocb is submitted to the firmware. This function checks
7642 * txq to flush the iocbs in txq to Firmware before
7643 * submitting new iocbs to the Firmware.
7644 * If there are iocbs in the txq which need to be submitted
7645 * to firmware, lpfc_sli_next_iocb returns the first element
7646 * of the txq after dequeuing it from txq.
7647 * If there is no iocb in the txq then the function will return
7648 * *piocb and *piocb is set to NULL. Caller needs to check
7649 * *piocb to find if there are more commands in the txq.
7650 **/
dea31012005-04-17 16:05:31 -05007651static struct lpfc_iocbq *
7652lpfc_sli_next_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05007653 struct lpfc_iocbq **piocb)
dea31012005-04-17 16:05:31 -05007654{
7655 struct lpfc_iocbq * nextiocb;
7656
7657 nextiocb = lpfc_sli_ringtx_get(phba, pring);
7658 if (!nextiocb) {
7659 nextiocb = *piocb;
7660 *piocb = NULL;
7661 }
7662
7663 return nextiocb;
7664}
7665
James Smarte59058c2008-08-24 21:49:00 -04007666/**
James Smart3772a992009-05-22 14:50:54 -04007667 * __lpfc_sli_issue_iocb_s3 - SLI3 device lockless ver of lpfc_sli_issue_iocb
James Smarte59058c2008-08-24 21:49:00 -04007668 * @phba: Pointer to HBA context object.
James Smart3772a992009-05-22 14:50:54 -04007669 * @ring_number: SLI ring number to issue iocb on.
James Smarte59058c2008-08-24 21:49:00 -04007670 * @piocb: Pointer to command iocb.
7671 * @flag: Flag indicating if this command can be put into txq.
7672 *
James Smart3772a992009-05-22 14:50:54 -04007673 * __lpfc_sli_issue_iocb_s3 is used by other functions in the driver to issue
7674 * an iocb command to an HBA with SLI-3 interface spec. If the PCI slot is
7675 * recovering from error state, if HBA is resetting or if LPFC_STOP_IOCB_EVENT
7676 * flag is turned on, the function returns IOCB_ERROR. When the link is down,
7677 * this function allows only iocbs for posting buffers. This function finds
7678 * next available slot in the command ring and posts the command to the
7679 * available slot and writes the port attention register to request HBA start
7680 * processing new iocb. If there is no slot available in the ring and
7681 * flag & SLI_IOCB_RET_IOCB is set, the new iocb is added to the txq, otherwise
7682 * the function returns IOCB_BUSY.
James Smarte59058c2008-08-24 21:49:00 -04007683 *
James Smart3772a992009-05-22 14:50:54 -04007684 * This function is called with hbalock held. The function will return success
7685 * after it successfully submit the iocb to firmware or after adding to the
7686 * txq.
James Smarte59058c2008-08-24 21:49:00 -04007687 **/
James Smart98c9ea52007-10-27 13:37:33 -04007688static int
James Smart3772a992009-05-22 14:50:54 -04007689__lpfc_sli_issue_iocb_s3(struct lpfc_hba *phba, uint32_t ring_number,
dea31012005-04-17 16:05:31 -05007690 struct lpfc_iocbq *piocb, uint32_t flag)
7691{
7692 struct lpfc_iocbq *nextiocb;
7693 IOCB_t *iocb;
James Smart3772a992009-05-22 14:50:54 -04007694 struct lpfc_sli_ring *pring = &phba->sli.ring[ring_number];
dea31012005-04-17 16:05:31 -05007695
James Smart92d7f7b2007-06-17 19:56:38 -05007696 if (piocb->iocb_cmpl && (!piocb->vport) &&
7697 (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) &&
7698 (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) {
7699 lpfc_printf_log(phba, KERN_ERR,
7700 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04007701 "1807 IOCB x%x failed. No vport\n",
James Smart92d7f7b2007-06-17 19:56:38 -05007702 piocb->iocb.ulpCommand);
7703 dump_stack();
7704 return IOCB_ERROR;
7705 }
7706
7707
Linas Vepstas8d63f372007-02-14 14:28:36 -06007708 /* If the PCI channel is in offline state, do not post iocbs. */
7709 if (unlikely(pci_channel_offline(phba->pcidev)))
7710 return IOCB_ERROR;
7711
James Smarta257bf92009-04-06 18:48:10 -04007712 /* If HBA has a deferred error attention, fail the iocb. */
7713 if (unlikely(phba->hba_flag & DEFER_ERATT))
7714 return IOCB_ERROR;
7715
dea31012005-04-17 16:05:31 -05007716 /*
7717 * We should never get an IOCB if we are in a < LINK_DOWN state
7718 */
James Smart2e0fef82007-06-17 19:56:36 -05007719 if (unlikely(phba->link_state < LPFC_LINK_DOWN))
dea31012005-04-17 16:05:31 -05007720 return IOCB_ERROR;
7721
7722 /*
7723 * Check to see if we are blocking IOCB processing because of a
James Smart0b727fe2007-10-27 13:37:25 -04007724 * outstanding event.
dea31012005-04-17 16:05:31 -05007725 */
James Smart0b727fe2007-10-27 13:37:25 -04007726 if (unlikely(pring->flag & LPFC_STOP_IOCB_EVENT))
dea31012005-04-17 16:05:31 -05007727 goto iocb_busy;
7728
James Smart2e0fef82007-06-17 19:56:36 -05007729 if (unlikely(phba->link_state == LPFC_LINK_DOWN)) {
dea31012005-04-17 16:05:31 -05007730 /*
James Smart2680eea2007-04-25 09:52:55 -04007731 * Only CREATE_XRI, CLOSE_XRI, and QUE_RING_BUF
dea31012005-04-17 16:05:31 -05007732 * can be issued if the link is not up.
7733 */
7734 switch (piocb->iocb.ulpCommand) {
James Smart84774a42008-08-24 21:50:06 -04007735 case CMD_GEN_REQUEST64_CR:
7736 case CMD_GEN_REQUEST64_CX:
7737 if (!(phba->sli.sli_flag & LPFC_MENLO_MAINT) ||
7738 (piocb->iocb.un.genreq64.w5.hcsw.Rctl !=
James Smart6a9c52c2009-10-02 15:16:51 -04007739 FC_RCTL_DD_UNSOL_CMD) ||
James Smart84774a42008-08-24 21:50:06 -04007740 (piocb->iocb.un.genreq64.w5.hcsw.Type !=
7741 MENLO_TRANSPORT_TYPE))
7742
7743 goto iocb_busy;
7744 break;
dea31012005-04-17 16:05:31 -05007745 case CMD_QUE_RING_BUF_CN:
7746 case CMD_QUE_RING_BUF64_CN:
dea31012005-04-17 16:05:31 -05007747 /*
7748 * For IOCBs, like QUE_RING_BUF, that have no rsp ring
7749 * completion, iocb_cmpl MUST be 0.
7750 */
7751 if (piocb->iocb_cmpl)
7752 piocb->iocb_cmpl = NULL;
7753 /*FALLTHROUGH*/
7754 case CMD_CREATE_XRI_CR:
James Smart2680eea2007-04-25 09:52:55 -04007755 case CMD_CLOSE_XRI_CN:
7756 case CMD_CLOSE_XRI_CX:
dea31012005-04-17 16:05:31 -05007757 break;
7758 default:
7759 goto iocb_busy;
7760 }
7761
7762 /*
7763 * For FCP commands, we must be in a state where we can process link
7764 * attention events.
7765 */
7766 } else if (unlikely(pring->ringno == phba->sli.fcp_ring &&
James Smart92d7f7b2007-06-17 19:56:38 -05007767 !(phba->sli.sli_flag & LPFC_PROCESS_LA))) {
dea31012005-04-17 16:05:31 -05007768 goto iocb_busy;
James Smart92d7f7b2007-06-17 19:56:38 -05007769 }
dea31012005-04-17 16:05:31 -05007770
dea31012005-04-17 16:05:31 -05007771 while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) &&
7772 (nextiocb = lpfc_sli_next_iocb(phba, pring, &piocb)))
7773 lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb);
7774
7775 if (iocb)
7776 lpfc_sli_update_ring(phba, pring);
7777 else
7778 lpfc_sli_update_full_ring(phba, pring);
7779
7780 if (!piocb)
7781 return IOCB_SUCCESS;
7782
7783 goto out_busy;
7784
7785 iocb_busy:
7786 pring->stats.iocb_cmd_delay++;
7787
7788 out_busy:
7789
7790 if (!(flag & SLI_IOCB_RET_IOCB)) {
James Smart92d7f7b2007-06-17 19:56:38 -05007791 __lpfc_sli_ringtx_put(phba, pring, piocb);
dea31012005-04-17 16:05:31 -05007792 return IOCB_SUCCESS;
7793 }
7794
7795 return IOCB_BUSY;
7796}
7797
James Smart3772a992009-05-22 14:50:54 -04007798/**
James Smart4f774512009-05-22 14:52:35 -04007799 * lpfc_sli4_bpl2sgl - Convert the bpl/bde to a sgl.
7800 * @phba: Pointer to HBA context object.
7801 * @piocb: Pointer to command iocb.
7802 * @sglq: Pointer to the scatter gather queue object.
7803 *
7804 * This routine converts the bpl or bde that is in the IOCB
7805 * to a sgl list for the sli4 hardware. The physical address
7806 * of the bpl/bde is converted back to a virtual address.
7807 * If the IOCB contains a BPL then the list of BDE's is
7808 * converted to sli4_sge's. If the IOCB contains a single
7809 * BDE then it is converted to a single sli_sge.
7810 * The IOCB is still in cpu endianess so the contents of
7811 * the bpl can be used without byte swapping.
7812 *
7813 * Returns valid XRI = Success, NO_XRI = Failure.
7814**/
7815static uint16_t
7816lpfc_sli4_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq,
7817 struct lpfc_sglq *sglq)
7818{
7819 uint16_t xritag = NO_XRI;
7820 struct ulp_bde64 *bpl = NULL;
7821 struct ulp_bde64 bde;
7822 struct sli4_sge *sgl = NULL;
James Smart1b511972011-12-13 13:23:09 -05007823 struct lpfc_dmabuf *dmabuf;
James Smart4f774512009-05-22 14:52:35 -04007824 IOCB_t *icmd;
7825 int numBdes = 0;
7826 int i = 0;
James Smart63e801c2010-11-20 23:14:19 -05007827 uint32_t offset = 0; /* accumulated offset in the sg request list */
7828 int inbound = 0; /* number of sg reply entries inbound from firmware */
James Smart4f774512009-05-22 14:52:35 -04007829
7830 if (!piocbq || !sglq)
7831 return xritag;
7832
7833 sgl = (struct sli4_sge *)sglq->sgl;
7834 icmd = &piocbq->iocb;
James Smart6b5151f2012-01-18 16:24:06 -05007835 if (icmd->ulpCommand == CMD_XMIT_BLS_RSP64_CX)
7836 return sglq->sli4_xritag;
James Smart4f774512009-05-22 14:52:35 -04007837 if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
7838 numBdes = icmd->un.genreq64.bdl.bdeSize /
7839 sizeof(struct ulp_bde64);
7840 /* The addrHigh and addrLow fields within the IOCB
7841 * have not been byteswapped yet so there is no
7842 * need to swap them back.
7843 */
James Smart1b511972011-12-13 13:23:09 -05007844 if (piocbq->context3)
7845 dmabuf = (struct lpfc_dmabuf *)piocbq->context3;
7846 else
7847 return xritag;
James Smart4f774512009-05-22 14:52:35 -04007848
James Smart1b511972011-12-13 13:23:09 -05007849 bpl = (struct ulp_bde64 *)dmabuf->virt;
James Smart4f774512009-05-22 14:52:35 -04007850 if (!bpl)
7851 return xritag;
7852
7853 for (i = 0; i < numBdes; i++) {
7854 /* Should already be byte swapped. */
James Smart28baac72010-02-12 14:42:03 -05007855 sgl->addr_hi = bpl->addrHigh;
7856 sgl->addr_lo = bpl->addrLow;
7857
James Smart05580562011-05-24 11:40:48 -04007858 sgl->word2 = le32_to_cpu(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007859 if ((i+1) == numBdes)
7860 bf_set(lpfc_sli4_sge_last, sgl, 1);
7861 else
7862 bf_set(lpfc_sli4_sge_last, sgl, 0);
James Smart28baac72010-02-12 14:42:03 -05007863 /* swap the size field back to the cpu so we
7864 * can assign it to the sgl.
7865 */
7866 bde.tus.w = le32_to_cpu(bpl->tus.w);
7867 sgl->sge_len = cpu_to_le32(bde.tus.f.bdeSize);
James Smart63e801c2010-11-20 23:14:19 -05007868 /* The offsets in the sgl need to be accumulated
7869 * separately for the request and reply lists.
7870 * The request is always first, the reply follows.
7871 */
7872 if (piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) {
7873 /* add up the reply sg entries */
7874 if (bpl->tus.f.bdeFlags == BUFF_TYPE_BDE_64I)
7875 inbound++;
7876 /* first inbound? reset the offset */
7877 if (inbound == 1)
7878 offset = 0;
7879 bf_set(lpfc_sli4_sge_offset, sgl, offset);
James Smartf9bb2da2011-10-10 21:34:11 -04007880 bf_set(lpfc_sli4_sge_type, sgl,
7881 LPFC_SGE_TYPE_DATA);
James Smart63e801c2010-11-20 23:14:19 -05007882 offset += bde.tus.f.bdeSize;
7883 }
James Smart546fc852011-03-11 16:06:29 -05007884 sgl->word2 = cpu_to_le32(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007885 bpl++;
7886 sgl++;
7887 }
7888 } else if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BDE_64) {
7889 /* The addrHigh and addrLow fields of the BDE have not
7890 * been byteswapped yet so they need to be swapped
7891 * before putting them in the sgl.
7892 */
7893 sgl->addr_hi =
7894 cpu_to_le32(icmd->un.genreq64.bdl.addrHigh);
7895 sgl->addr_lo =
7896 cpu_to_le32(icmd->un.genreq64.bdl.addrLow);
James Smart05580562011-05-24 11:40:48 -04007897 sgl->word2 = le32_to_cpu(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007898 bf_set(lpfc_sli4_sge_last, sgl, 1);
7899 sgl->word2 = cpu_to_le32(sgl->word2);
James Smart28baac72010-02-12 14:42:03 -05007900 sgl->sge_len =
7901 cpu_to_le32(icmd->un.genreq64.bdl.bdeSize);
James Smart4f774512009-05-22 14:52:35 -04007902 }
7903 return sglq->sli4_xritag;
7904}
7905
7906/**
7907 * lpfc_sli4_scmd_to_wqidx_distr - scsi command to SLI4 WQ index distribution
7908 * @phba: Pointer to HBA context object.
James Smart4f774512009-05-22 14:52:35 -04007909 *
James Smarta93ff372010-10-22 11:06:08 -04007910 * This routine performs a roundrobin SCSI command to SLI4 FCP WQ index
James Smart8fa38512009-07-19 10:01:03 -04007911 * distribution. This is called by __lpfc_sli_issue_iocb_s4() with the hbalock
7912 * held.
James Smart4f774512009-05-22 14:52:35 -04007913 *
7914 * Return: index into SLI4 fast-path FCP queue index.
7915 **/
James Smart2a76a282012-08-03 12:35:54 -04007916static inline uint32_t
James Smart8fa38512009-07-19 10:01:03 -04007917lpfc_sli4_scmd_to_wqidx_distr(struct lpfc_hba *phba)
James Smart4f774512009-05-22 14:52:35 -04007918{
James Smart2a76a282012-08-03 12:35:54 -04007919 int i;
James Smart4f774512009-05-22 14:52:35 -04007920
James Smart49aa1432012-08-03 12:36:42 -04007921 if (phba->cfg_fcp_io_sched == LPFC_FCP_SCHED_BY_CPU)
7922 i = smp_processor_id();
7923 else
7924 i = atomic_add_return(1, &phba->fcp_qidx);
7925
James Smart67d12732012-08-03 12:36:13 -04007926 i = (i % phba->cfg_fcp_io_channel);
James Smart2a76a282012-08-03 12:35:54 -04007927 return i;
James Smart4f774512009-05-22 14:52:35 -04007928}
7929
7930/**
7931 * lpfc_sli_iocb2wqe - Convert the IOCB to a work queue entry.
7932 * @phba: Pointer to HBA context object.
7933 * @piocb: Pointer to command iocb.
7934 * @wqe: Pointer to the work queue entry.
7935 *
7936 * This routine converts the iocb command to its Work Queue Entry
7937 * equivalent. The wqe pointer should not have any fields set when
7938 * this routine is called because it will memcpy over them.
7939 * This routine does not set the CQ_ID or the WQEC bits in the
7940 * wqe.
7941 *
7942 * Returns: 0 = Success, IOCB_ERROR = Failure.
7943 **/
7944static int
7945lpfc_sli4_iocb2wqe(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq,
7946 union lpfc_wqe *wqe)
7947{
James Smart5ffc2662009-11-18 15:39:44 -05007948 uint32_t xmit_len = 0, total_len = 0;
James Smart4f774512009-05-22 14:52:35 -04007949 uint8_t ct = 0;
7950 uint32_t fip;
7951 uint32_t abort_tag;
7952 uint8_t command_type = ELS_COMMAND_NON_FIP;
7953 uint8_t cmnd;
7954 uint16_t xritag;
James Smartdcf2a4e2010-09-29 11:18:53 -04007955 uint16_t abrt_iotag;
7956 struct lpfc_iocbq *abrtiocbq;
James Smart4f774512009-05-22 14:52:35 -04007957 struct ulp_bde64 *bpl = NULL;
James Smartf0d9bcc2010-10-22 11:07:09 -04007958 uint32_t els_id = LPFC_ELS_ID_DEFAULT;
James Smart5ffc2662009-11-18 15:39:44 -05007959 int numBdes, i;
7960 struct ulp_bde64 bde;
James Smartc31098c2011-04-16 11:03:33 -04007961 struct lpfc_nodelist *ndlp;
James Smartff78d8f2011-12-13 13:21:35 -05007962 uint32_t *pcmd;
James Smart1b511972011-12-13 13:23:09 -05007963 uint32_t if_type;
James Smart4f774512009-05-22 14:52:35 -04007964
James Smart45ed1192009-10-02 15:17:02 -04007965 fip = phba->hba_flag & HBA_FIP_SUPPORT;
James Smart4f774512009-05-22 14:52:35 -04007966 /* The fcp commands will set command type */
James Smart0c287582009-06-10 17:22:56 -04007967 if (iocbq->iocb_flag & LPFC_IO_FCP)
James Smart4f774512009-05-22 14:52:35 -04007968 command_type = FCP_COMMAND;
James Smartc8685952009-11-18 15:39:16 -05007969 else if (fip && (iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK))
James Smart0c287582009-06-10 17:22:56 -04007970 command_type = ELS_COMMAND_FIP;
7971 else
7972 command_type = ELS_COMMAND_NON_FIP;
7973
James Smart4f774512009-05-22 14:52:35 -04007974 /* Some of the fields are in the right position already */
7975 memcpy(wqe, &iocbq->iocb, sizeof(union lpfc_wqe));
7976 abort_tag = (uint32_t) iocbq->iotag;
7977 xritag = iocbq->sli4_xritag;
James Smartf0d9bcc2010-10-22 11:07:09 -04007978 wqe->generic.wqe_com.word7 = 0; /* The ct field has moved so reset */
James Smart4f774512009-05-22 14:52:35 -04007979 /* words0-2 bpl convert bde */
7980 if (iocbq->iocb.un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
James Smart5ffc2662009-11-18 15:39:44 -05007981 numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
7982 sizeof(struct ulp_bde64);
James Smart4f774512009-05-22 14:52:35 -04007983 bpl = (struct ulp_bde64 *)
7984 ((struct lpfc_dmabuf *)iocbq->context3)->virt;
7985 if (!bpl)
7986 return IOCB_ERROR;
7987
7988 /* Should already be byte swapped. */
7989 wqe->generic.bde.addrHigh = le32_to_cpu(bpl->addrHigh);
7990 wqe->generic.bde.addrLow = le32_to_cpu(bpl->addrLow);
7991 /* swap the size field back to the cpu so we
7992 * can assign it to the sgl.
7993 */
7994 wqe->generic.bde.tus.w = le32_to_cpu(bpl->tus.w);
James Smart5ffc2662009-11-18 15:39:44 -05007995 xmit_len = wqe->generic.bde.tus.f.bdeSize;
7996 total_len = 0;
7997 for (i = 0; i < numBdes; i++) {
7998 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
7999 total_len += bde.tus.f.bdeSize;
8000 }
James Smart4f774512009-05-22 14:52:35 -04008001 } else
James Smart5ffc2662009-11-18 15:39:44 -05008002 xmit_len = iocbq->iocb.un.fcpi64.bdl.bdeSize;
James Smart4f774512009-05-22 14:52:35 -04008003
8004 iocbq->iocb.ulpIoTag = iocbq->iotag;
8005 cmnd = iocbq->iocb.ulpCommand;
8006
8007 switch (iocbq->iocb.ulpCommand) {
8008 case CMD_ELS_REQUEST64_CR:
James Smart93d1379e2012-05-09 21:19:34 -04008009 if (iocbq->iocb_flag & LPFC_IO_LIBDFC)
8010 ndlp = iocbq->context_un.ndlp;
8011 else
8012 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart4f774512009-05-22 14:52:35 -04008013 if (!iocbq->iocb.ulpLe) {
8014 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8015 "2007 Only Limited Edition cmd Format"
8016 " supported 0x%x\n",
8017 iocbq->iocb.ulpCommand);
8018 return IOCB_ERROR;
8019 }
James Smartff78d8f2011-12-13 13:21:35 -05008020
James Smart5ffc2662009-11-18 15:39:44 -05008021 wqe->els_req.payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04008022 /* Els_reguest64 has a TMO */
8023 bf_set(wqe_tmo, &wqe->els_req.wqe_com,
8024 iocbq->iocb.ulpTimeout);
8025 /* Need a VF for word 4 set the vf bit*/
8026 bf_set(els_req64_vf, &wqe->els_req, 0);
8027 /* And a VFID for word 12 */
8028 bf_set(els_req64_vfid, &wqe->els_req, 0);
James Smart4f774512009-05-22 14:52:35 -04008029 ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l);
James Smartf0d9bcc2010-10-22 11:07:09 -04008030 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
8031 iocbq->iocb.ulpContext);
8032 bf_set(wqe_ct, &wqe->els_req.wqe_com, ct);
8033 bf_set(wqe_pu, &wqe->els_req.wqe_com, 0);
James Smart4f774512009-05-22 14:52:35 -04008034 /* CCP CCPE PV PRI in word10 were set in the memcpy */
James Smartff78d8f2011-12-13 13:21:35 -05008035 if (command_type == ELS_COMMAND_FIP)
James Smartc8685952009-11-18 15:39:16 -05008036 els_id = ((iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK)
8037 >> LPFC_FIP_ELS_ID_SHIFT);
James Smartff78d8f2011-12-13 13:21:35 -05008038 pcmd = (uint32_t *) (((struct lpfc_dmabuf *)
8039 iocbq->context2)->virt);
James Smart1b511972011-12-13 13:23:09 -05008040 if_type = bf_get(lpfc_sli_intf_if_type,
8041 &phba->sli4_hba.sli_intf);
8042 if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
James Smartff78d8f2011-12-13 13:21:35 -05008043 if (pcmd && (*pcmd == ELS_CMD_FLOGI ||
James Smartcb69f7d2011-12-13 13:21:57 -05008044 *pcmd == ELS_CMD_SCR ||
James Smart6b5151f2012-01-18 16:24:06 -05008045 *pcmd == ELS_CMD_FDISC ||
James Smartbdcd2b92012-03-01 22:33:52 -05008046 *pcmd == ELS_CMD_LOGO ||
James Smartff78d8f2011-12-13 13:21:35 -05008047 *pcmd == ELS_CMD_PLOGI)) {
8048 bf_set(els_req64_sp, &wqe->els_req, 1);
8049 bf_set(els_req64_sid, &wqe->els_req,
8050 iocbq->vport->fc_myDID);
James Smart939723a2012-05-09 21:19:03 -04008051 if ((*pcmd == ELS_CMD_FLOGI) &&
8052 !(phba->fc_topology ==
8053 LPFC_TOPOLOGY_LOOP))
8054 bf_set(els_req64_sid, &wqe->els_req, 0);
James Smartff78d8f2011-12-13 13:21:35 -05008055 bf_set(wqe_ct, &wqe->els_req.wqe_com, 1);
8056 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
James Smarta7dd9c02012-05-09 21:16:50 -04008057 phba->vpi_ids[iocbq->vport->vpi]);
James Smart3ef6d242012-01-18 16:23:48 -05008058 } else if (pcmd && iocbq->context1) {
James Smartff78d8f2011-12-13 13:21:35 -05008059 bf_set(wqe_ct, &wqe->els_req.wqe_com, 0);
8060 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
8061 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
8062 }
James Smartc8685952009-11-18 15:39:16 -05008063 }
James Smart6d368e52011-05-24 11:44:12 -04008064 bf_set(wqe_temp_rpi, &wqe->els_req.wqe_com,
8065 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008066 bf_set(wqe_els_id, &wqe->els_req.wqe_com, els_id);
8067 bf_set(wqe_dbde, &wqe->els_req.wqe_com, 1);
8068 bf_set(wqe_iod, &wqe->els_req.wqe_com, LPFC_WQE_IOD_READ);
8069 bf_set(wqe_qosd, &wqe->els_req.wqe_com, 1);
8070 bf_set(wqe_lenloc, &wqe->els_req.wqe_com, LPFC_WQE_LENLOC_NONE);
8071 bf_set(wqe_ebde_cnt, &wqe->els_req.wqe_com, 0);
James Smart7851fe22011-07-22 18:36:52 -04008072 break;
James Smart5ffc2662009-11-18 15:39:44 -05008073 case CMD_XMIT_SEQUENCE64_CX:
James Smartf0d9bcc2010-10-22 11:07:09 -04008074 bf_set(wqe_ctxt_tag, &wqe->xmit_sequence.wqe_com,
8075 iocbq->iocb.un.ulpWord[3]);
8076 bf_set(wqe_rcvoxid, &wqe->xmit_sequence.wqe_com,
James Smart7851fe22011-07-22 18:36:52 -04008077 iocbq->iocb.unsli3.rcvsli3.ox_id);
James Smart5ffc2662009-11-18 15:39:44 -05008078 /* The entire sequence is transmitted for this IOCB */
8079 xmit_len = total_len;
8080 cmnd = CMD_XMIT_SEQUENCE64_CR;
James Smart1b511972011-12-13 13:23:09 -05008081 if (phba->link_flag & LS_LOOPBACK_MODE)
8082 bf_set(wqe_xo, &wqe->xmit_sequence.wge_ctl, 1);
James Smart4f774512009-05-22 14:52:35 -04008083 case CMD_XMIT_SEQUENCE64_CR:
James Smartf0d9bcc2010-10-22 11:07:09 -04008084 /* word3 iocb=io_tag32 wqe=reserved */
8085 wqe->xmit_sequence.rsvd3 = 0;
James Smart4f774512009-05-22 14:52:35 -04008086 /* word4 relative_offset memcpy */
8087 /* word5 r_ctl/df_ctl memcpy */
James Smartf0d9bcc2010-10-22 11:07:09 -04008088 bf_set(wqe_pu, &wqe->xmit_sequence.wqe_com, 0);
8089 bf_set(wqe_dbde, &wqe->xmit_sequence.wqe_com, 1);
8090 bf_set(wqe_iod, &wqe->xmit_sequence.wqe_com,
8091 LPFC_WQE_IOD_WRITE);
8092 bf_set(wqe_lenloc, &wqe->xmit_sequence.wqe_com,
8093 LPFC_WQE_LENLOC_WORD12);
8094 bf_set(wqe_ebde_cnt, &wqe->xmit_sequence.wqe_com, 0);
James Smart5ffc2662009-11-18 15:39:44 -05008095 wqe->xmit_sequence.xmit_len = xmit_len;
8096 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008097 break;
James Smart4f774512009-05-22 14:52:35 -04008098 case CMD_XMIT_BCAST64_CN:
James Smartf0d9bcc2010-10-22 11:07:09 -04008099 /* word3 iocb=iotag32 wqe=seq_payload_len */
8100 wqe->xmit_bcast64.seq_payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04008101 /* word4 iocb=rsvd wqe=rsvd */
8102 /* word5 iocb=rctl/type/df_ctl wqe=rctl/type/df_ctl memcpy */
8103 /* word6 iocb=ctxt_tag/io_tag wqe=ctxt_tag/xri */
James Smartf0d9bcc2010-10-22 11:07:09 -04008104 bf_set(wqe_ct, &wqe->xmit_bcast64.wqe_com,
James Smart4f774512009-05-22 14:52:35 -04008105 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
James Smartf0d9bcc2010-10-22 11:07:09 -04008106 bf_set(wqe_dbde, &wqe->xmit_bcast64.wqe_com, 1);
8107 bf_set(wqe_iod, &wqe->xmit_bcast64.wqe_com, LPFC_WQE_IOD_WRITE);
8108 bf_set(wqe_lenloc, &wqe->xmit_bcast64.wqe_com,
8109 LPFC_WQE_LENLOC_WORD3);
8110 bf_set(wqe_ebde_cnt, &wqe->xmit_bcast64.wqe_com, 0);
James Smart7851fe22011-07-22 18:36:52 -04008111 break;
James Smart4f774512009-05-22 14:52:35 -04008112 case CMD_FCP_IWRITE64_CR:
8113 command_type = FCP_COMMAND_DATA_OUT;
James Smartf0d9bcc2010-10-22 11:07:09 -04008114 /* word3 iocb=iotag wqe=payload_offset_len */
8115 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
8116 wqe->fcp_iwrite.payload_offset_len =
James Smart5ffc2662009-11-18 15:39:44 -05008117 xmit_len + sizeof(struct fcp_rsp);
James Smartf0d9bcc2010-10-22 11:07:09 -04008118 /* word4 iocb=parameter wqe=total_xfer_length memcpy */
8119 /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */
8120 bf_set(wqe_erp, &wqe->fcp_iwrite.wqe_com,
8121 iocbq->iocb.ulpFCP2Rcvy);
8122 bf_set(wqe_lnk, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpXS);
8123 /* Always open the exchange */
8124 bf_set(wqe_xc, &wqe->fcp_iwrite.wqe_com, 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04008125 bf_set(wqe_iod, &wqe->fcp_iwrite.wqe_com, LPFC_WQE_IOD_WRITE);
8126 bf_set(wqe_lenloc, &wqe->fcp_iwrite.wqe_com,
8127 LPFC_WQE_LENLOC_WORD4);
8128 bf_set(wqe_ebde_cnt, &wqe->fcp_iwrite.wqe_com, 0);
8129 bf_set(wqe_pu, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpPU);
James Smartacd68592012-01-18 16:25:09 -05008130 bf_set(wqe_dbde, &wqe->fcp_iwrite.wqe_com, 1);
James Smart7851fe22011-07-22 18:36:52 -04008131 break;
James Smartf0d9bcc2010-10-22 11:07:09 -04008132 case CMD_FCP_IREAD64_CR:
8133 /* word3 iocb=iotag wqe=payload_offset_len */
8134 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
8135 wqe->fcp_iread.payload_offset_len =
8136 xmit_len + sizeof(struct fcp_rsp);
8137 /* word4 iocb=parameter wqe=total_xfer_length memcpy */
8138 /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */
8139 bf_set(wqe_erp, &wqe->fcp_iread.wqe_com,
8140 iocbq->iocb.ulpFCP2Rcvy);
8141 bf_set(wqe_lnk, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpXS);
James Smart4f774512009-05-22 14:52:35 -04008142 /* Always open the exchange */
8143 bf_set(wqe_xc, &wqe->fcp_iread.wqe_com, 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04008144 bf_set(wqe_iod, &wqe->fcp_iread.wqe_com, LPFC_WQE_IOD_READ);
8145 bf_set(wqe_lenloc, &wqe->fcp_iread.wqe_com,
8146 LPFC_WQE_LENLOC_WORD4);
8147 bf_set(wqe_ebde_cnt, &wqe->fcp_iread.wqe_com, 0);
8148 bf_set(wqe_pu, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpPU);
James Smartacd68592012-01-18 16:25:09 -05008149 bf_set(wqe_dbde, &wqe->fcp_iread.wqe_com, 1);
James Smart7851fe22011-07-22 18:36:52 -04008150 break;
James Smartf1126682009-06-10 17:22:44 -04008151 case CMD_FCP_ICMND64_CR:
James Smartf0d9bcc2010-10-22 11:07:09 -04008152 /* word3 iocb=IO_TAG wqe=reserved */
8153 wqe->fcp_icmd.rsrvd3 = 0;
8154 bf_set(wqe_pu, &wqe->fcp_icmd.wqe_com, 0);
James Smartf1126682009-06-10 17:22:44 -04008155 /* Always open the exchange */
James Smartf0d9bcc2010-10-22 11:07:09 -04008156 bf_set(wqe_xc, &wqe->fcp_icmd.wqe_com, 0);
8157 bf_set(wqe_dbde, &wqe->fcp_icmd.wqe_com, 1);
8158 bf_set(wqe_iod, &wqe->fcp_icmd.wqe_com, LPFC_WQE_IOD_WRITE);
8159 bf_set(wqe_qosd, &wqe->fcp_icmd.wqe_com, 1);
8160 bf_set(wqe_lenloc, &wqe->fcp_icmd.wqe_com,
8161 LPFC_WQE_LENLOC_NONE);
8162 bf_set(wqe_ebde_cnt, &wqe->fcp_icmd.wqe_com, 0);
James Smart2a94aea2012-09-29 11:30:31 -04008163 bf_set(wqe_erp, &wqe->fcp_icmd.wqe_com,
8164 iocbq->iocb.ulpFCP2Rcvy);
James Smart7851fe22011-07-22 18:36:52 -04008165 break;
James Smart4f774512009-05-22 14:52:35 -04008166 case CMD_GEN_REQUEST64_CR:
James Smart63e801c2010-11-20 23:14:19 -05008167 /* For this command calculate the xmit length of the
8168 * request bde.
8169 */
8170 xmit_len = 0;
8171 numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
8172 sizeof(struct ulp_bde64);
8173 for (i = 0; i < numBdes; i++) {
James Smart63e801c2010-11-20 23:14:19 -05008174 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
James Smart546fc852011-03-11 16:06:29 -05008175 if (bde.tus.f.bdeFlags != BUFF_TYPE_BDE_64)
8176 break;
James Smart63e801c2010-11-20 23:14:19 -05008177 xmit_len += bde.tus.f.bdeSize;
8178 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008179 /* word3 iocb=IO_TAG wqe=request_payload_len */
8180 wqe->gen_req.request_payload_len = xmit_len;
8181 /* word4 iocb=parameter wqe=relative_offset memcpy */
8182 /* word5 [rctl, type, df_ctl, la] copied in memcpy */
James Smart4f774512009-05-22 14:52:35 -04008183 /* word6 context tag copied in memcpy */
8184 if (iocbq->iocb.ulpCt_h || iocbq->iocb.ulpCt_l) {
8185 ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l);
8186 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8187 "2015 Invalid CT %x command 0x%x\n",
8188 ct, iocbq->iocb.ulpCommand);
8189 return IOCB_ERROR;
8190 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008191 bf_set(wqe_ct, &wqe->gen_req.wqe_com, 0);
8192 bf_set(wqe_tmo, &wqe->gen_req.wqe_com, iocbq->iocb.ulpTimeout);
8193 bf_set(wqe_pu, &wqe->gen_req.wqe_com, iocbq->iocb.ulpPU);
8194 bf_set(wqe_dbde, &wqe->gen_req.wqe_com, 1);
8195 bf_set(wqe_iod, &wqe->gen_req.wqe_com, LPFC_WQE_IOD_READ);
8196 bf_set(wqe_qosd, &wqe->gen_req.wqe_com, 1);
8197 bf_set(wqe_lenloc, &wqe->gen_req.wqe_com, LPFC_WQE_LENLOC_NONE);
8198 bf_set(wqe_ebde_cnt, &wqe->gen_req.wqe_com, 0);
James Smart4f774512009-05-22 14:52:35 -04008199 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008200 break;
James Smart4f774512009-05-22 14:52:35 -04008201 case CMD_XMIT_ELS_RSP64_CX:
James Smartc31098c2011-04-16 11:03:33 -04008202 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart4f774512009-05-22 14:52:35 -04008203 /* words0-2 BDE memcpy */
James Smartf0d9bcc2010-10-22 11:07:09 -04008204 /* word3 iocb=iotag32 wqe=response_payload_len */
8205 wqe->xmit_els_rsp.response_payload_len = xmit_len;
James Smart939723a2012-05-09 21:19:03 -04008206 /* word4 */
8207 wqe->xmit_els_rsp.word4 = 0;
James Smart4f774512009-05-22 14:52:35 -04008208 /* word5 iocb=rsvd wge=did */
8209 bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest,
James Smart939723a2012-05-09 21:19:03 -04008210 iocbq->iocb.un.xseq64.xmit_els_remoteID);
8211
8212 if_type = bf_get(lpfc_sli_intf_if_type,
8213 &phba->sli4_hba.sli_intf);
8214 if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
8215 if (iocbq->vport->fc_flag & FC_PT2PT) {
8216 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1);
8217 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp,
8218 iocbq->vport->fc_myDID);
8219 if (iocbq->vport->fc_myDID == Fabric_DID) {
8220 bf_set(wqe_els_did,
8221 &wqe->xmit_els_rsp.wqe_dest, 0);
8222 }
8223 }
8224 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008225 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com,
8226 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
8227 bf_set(wqe_pu, &wqe->xmit_els_rsp.wqe_com, iocbq->iocb.ulpPU);
8228 bf_set(wqe_rcvoxid, &wqe->xmit_els_rsp.wqe_com,
James Smart7851fe22011-07-22 18:36:52 -04008229 iocbq->iocb.unsli3.rcvsli3.ox_id);
James Smart4f774512009-05-22 14:52:35 -04008230 if (!iocbq->iocb.ulpCt_h && iocbq->iocb.ulpCt_l)
James Smartf0d9bcc2010-10-22 11:07:09 -04008231 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com,
James Smart6d368e52011-05-24 11:44:12 -04008232 phba->vpi_ids[iocbq->vport->vpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008233 bf_set(wqe_dbde, &wqe->xmit_els_rsp.wqe_com, 1);
8234 bf_set(wqe_iod, &wqe->xmit_els_rsp.wqe_com, LPFC_WQE_IOD_WRITE);
8235 bf_set(wqe_qosd, &wqe->xmit_els_rsp.wqe_com, 1);
8236 bf_set(wqe_lenloc, &wqe->xmit_els_rsp.wqe_com,
8237 LPFC_WQE_LENLOC_WORD3);
8238 bf_set(wqe_ebde_cnt, &wqe->xmit_els_rsp.wqe_com, 0);
James Smart6d368e52011-05-24 11:44:12 -04008239 bf_set(wqe_rsp_temp_rpi, &wqe->xmit_els_rsp,
8240 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
James Smartff78d8f2011-12-13 13:21:35 -05008241 pcmd = (uint32_t *) (((struct lpfc_dmabuf *)
8242 iocbq->context2)->virt);
8243 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart939723a2012-05-09 21:19:03 -04008244 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1);
8245 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp,
James Smartff78d8f2011-12-13 13:21:35 -05008246 iocbq->vport->fc_myDID);
James Smart939723a2012-05-09 21:19:03 -04008247 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com, 1);
8248 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com,
James Smartff78d8f2011-12-13 13:21:35 -05008249 phba->vpi_ids[phba->pport->vpi]);
8250 }
James Smart4f774512009-05-22 14:52:35 -04008251 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008252 break;
James Smart4f774512009-05-22 14:52:35 -04008253 case CMD_CLOSE_XRI_CN:
8254 case CMD_ABORT_XRI_CN:
8255 case CMD_ABORT_XRI_CX:
8256 /* words 0-2 memcpy should be 0 rserved */
8257 /* port will send abts */
James Smartdcf2a4e2010-09-29 11:18:53 -04008258 abrt_iotag = iocbq->iocb.un.acxri.abortContextTag;
8259 if (abrt_iotag != 0 && abrt_iotag <= phba->sli.last_iotag) {
8260 abrtiocbq = phba->sli.iocbq_lookup[abrt_iotag];
8261 fip = abrtiocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK;
8262 } else
8263 fip = 0;
8264
8265 if ((iocbq->iocb.ulpCommand == CMD_CLOSE_XRI_CN) || fip)
James Smart4f774512009-05-22 14:52:35 -04008266 /*
James Smartdcf2a4e2010-09-29 11:18:53 -04008267 * The link is down, or the command was ELS_FIP
8268 * so the fw does not need to send abts
James Smart4f774512009-05-22 14:52:35 -04008269 * on the wire.
8270 */
8271 bf_set(abort_cmd_ia, &wqe->abort_cmd, 1);
8272 else
8273 bf_set(abort_cmd_ia, &wqe->abort_cmd, 0);
8274 bf_set(abort_cmd_criteria, &wqe->abort_cmd, T_XRI_TAG);
James Smartf0d9bcc2010-10-22 11:07:09 -04008275 /* word5 iocb=CONTEXT_TAG|IO_TAG wqe=reserved */
8276 wqe->abort_cmd.rsrvd5 = 0;
8277 bf_set(wqe_ct, &wqe->abort_cmd.wqe_com,
James Smart4f774512009-05-22 14:52:35 -04008278 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
8279 abort_tag = iocbq->iocb.un.acxri.abortIoTag;
James Smart4f774512009-05-22 14:52:35 -04008280 /*
8281 * The abort handler will send us CMD_ABORT_XRI_CN or
8282 * CMD_CLOSE_XRI_CN and the fw only accepts CMD_ABORT_XRI_CX
8283 */
James Smartf0d9bcc2010-10-22 11:07:09 -04008284 bf_set(wqe_cmnd, &wqe->abort_cmd.wqe_com, CMD_ABORT_XRI_CX);
8285 bf_set(wqe_qosd, &wqe->abort_cmd.wqe_com, 1);
8286 bf_set(wqe_lenloc, &wqe->abort_cmd.wqe_com,
8287 LPFC_WQE_LENLOC_NONE);
James Smart4f774512009-05-22 14:52:35 -04008288 cmnd = CMD_ABORT_XRI_CX;
8289 command_type = OTHER_COMMAND;
8290 xritag = 0;
James Smart7851fe22011-07-22 18:36:52 -04008291 break;
James Smart6669f9b2009-10-02 15:16:45 -04008292 case CMD_XMIT_BLS_RSP64_CX:
James Smart6b5151f2012-01-18 16:24:06 -05008293 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart546fc852011-03-11 16:06:29 -05008294 /* As BLS ABTS RSP WQE is very different from other WQEs,
James Smart6669f9b2009-10-02 15:16:45 -04008295 * we re-construct this WQE here based on information in
8296 * iocbq from scratch.
8297 */
8298 memset(wqe, 0, sizeof(union lpfc_wqe));
James Smart5ffc2662009-11-18 15:39:44 -05008299 /* OX_ID is invariable to who sent ABTS to CT exchange */
James Smart6669f9b2009-10-02 15:16:45 -04008300 bf_set(xmit_bls_rsp64_oxid, &wqe->xmit_bls_rsp,
James Smart546fc852011-03-11 16:06:29 -05008301 bf_get(lpfc_abts_oxid, &iocbq->iocb.un.bls_rsp));
8302 if (bf_get(lpfc_abts_orig, &iocbq->iocb.un.bls_rsp) ==
James Smart5ffc2662009-11-18 15:39:44 -05008303 LPFC_ABTS_UNSOL_INT) {
8304 /* ABTS sent by initiator to CT exchange, the
8305 * RX_ID field will be filled with the newly
8306 * allocated responder XRI.
8307 */
8308 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp,
8309 iocbq->sli4_xritag);
8310 } else {
8311 /* ABTS sent by responder to CT exchange, the
8312 * RX_ID field will be filled with the responder
8313 * RX_ID from ABTS.
8314 */
8315 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp,
James Smart546fc852011-03-11 16:06:29 -05008316 bf_get(lpfc_abts_rxid, &iocbq->iocb.un.bls_rsp));
James Smart5ffc2662009-11-18 15:39:44 -05008317 }
James Smart6669f9b2009-10-02 15:16:45 -04008318 bf_set(xmit_bls_rsp64_seqcnthi, &wqe->xmit_bls_rsp, 0xffff);
8319 bf_set(wqe_xmit_bls_pt, &wqe->xmit_bls_rsp.wqe_dest, 0x1);
James Smart6b5151f2012-01-18 16:24:06 -05008320
8321 /* Use CT=VPI */
8322 bf_set(wqe_els_did, &wqe->xmit_bls_rsp.wqe_dest,
8323 ndlp->nlp_DID);
8324 bf_set(xmit_bls_rsp64_temprpi, &wqe->xmit_bls_rsp,
8325 iocbq->iocb.ulpContext);
8326 bf_set(wqe_ct, &wqe->xmit_bls_rsp.wqe_com, 1);
James Smart6669f9b2009-10-02 15:16:45 -04008327 bf_set(wqe_ctxt_tag, &wqe->xmit_bls_rsp.wqe_com,
James Smart6b5151f2012-01-18 16:24:06 -05008328 phba->vpi_ids[phba->pport->vpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008329 bf_set(wqe_qosd, &wqe->xmit_bls_rsp.wqe_com, 1);
8330 bf_set(wqe_lenloc, &wqe->xmit_bls_rsp.wqe_com,
8331 LPFC_WQE_LENLOC_NONE);
James Smart6669f9b2009-10-02 15:16:45 -04008332 /* Overwrite the pre-set comnd type with OTHER_COMMAND */
8333 command_type = OTHER_COMMAND;
James Smart546fc852011-03-11 16:06:29 -05008334 if (iocbq->iocb.un.xseq64.w5.hcsw.Rctl == FC_RCTL_BA_RJT) {
8335 bf_set(xmit_bls_rsp64_rjt_vspec, &wqe->xmit_bls_rsp,
8336 bf_get(lpfc_vndr_code, &iocbq->iocb.un.bls_rsp));
8337 bf_set(xmit_bls_rsp64_rjt_expc, &wqe->xmit_bls_rsp,
8338 bf_get(lpfc_rsn_expln, &iocbq->iocb.un.bls_rsp));
8339 bf_set(xmit_bls_rsp64_rjt_rsnc, &wqe->xmit_bls_rsp,
8340 bf_get(lpfc_rsn_code, &iocbq->iocb.un.bls_rsp));
8341 }
8342
James Smart7851fe22011-07-22 18:36:52 -04008343 break;
James Smart4f774512009-05-22 14:52:35 -04008344 case CMD_XRI_ABORTED_CX:
8345 case CMD_CREATE_XRI_CR: /* Do we expect to use this? */
James Smart4f774512009-05-22 14:52:35 -04008346 case CMD_IOCB_FCP_IBIDIR64_CR: /* bidirectional xfer */
8347 case CMD_FCP_TSEND64_CX: /* Target mode send xfer-ready */
8348 case CMD_FCP_TRSP64_CX: /* Target mode rcv */
8349 case CMD_FCP_AUTO_TRSP_CX: /* Auto target rsp */
8350 default:
8351 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8352 "2014 Invalid command 0x%x\n",
8353 iocbq->iocb.ulpCommand);
8354 return IOCB_ERROR;
James Smart7851fe22011-07-22 18:36:52 -04008355 break;
James Smart4f774512009-05-22 14:52:35 -04008356 }
James Smart6d368e52011-05-24 11:44:12 -04008357
James Smart8012cc32012-10-31 14:44:49 -04008358 if (iocbq->iocb_flag & LPFC_IO_DIF_PASS)
8359 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_PASSTHRU);
8360 else if (iocbq->iocb_flag & LPFC_IO_DIF_STRIP)
8361 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_STRIP);
8362 else if (iocbq->iocb_flag & LPFC_IO_DIF_INSERT)
8363 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_INSERT);
8364 iocbq->iocb_flag &= ~(LPFC_IO_DIF_PASS | LPFC_IO_DIF_STRIP |
8365 LPFC_IO_DIF_INSERT);
James Smartf0d9bcc2010-10-22 11:07:09 -04008366 bf_set(wqe_xri_tag, &wqe->generic.wqe_com, xritag);
8367 bf_set(wqe_reqtag, &wqe->generic.wqe_com, iocbq->iotag);
8368 wqe->generic.wqe_com.abort_tag = abort_tag;
8369 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type);
8370 bf_set(wqe_cmnd, &wqe->generic.wqe_com, cmnd);
8371 bf_set(wqe_class, &wqe->generic.wqe_com, iocbq->iocb.ulpClass);
8372 bf_set(wqe_cqid, &wqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT);
James Smart4f774512009-05-22 14:52:35 -04008373 return 0;
8374}
8375
8376/**
8377 * __lpfc_sli_issue_iocb_s4 - SLI4 device lockless ver of lpfc_sli_issue_iocb
8378 * @phba: Pointer to HBA context object.
8379 * @ring_number: SLI ring number to issue iocb on.
8380 * @piocb: Pointer to command iocb.
8381 * @flag: Flag indicating if this command can be put into txq.
8382 *
8383 * __lpfc_sli_issue_iocb_s4 is used by other functions in the driver to issue
8384 * an iocb command to an HBA with SLI-4 interface spec.
8385 *
8386 * This function is called with hbalock held. The function will return success
8387 * after it successfully submit the iocb to firmware or after adding to the
8388 * txq.
8389 **/
8390static int
8391__lpfc_sli_issue_iocb_s4(struct lpfc_hba *phba, uint32_t ring_number,
8392 struct lpfc_iocbq *piocb, uint32_t flag)
8393{
8394 struct lpfc_sglq *sglq;
James Smart4f774512009-05-22 14:52:35 -04008395 union lpfc_wqe wqe;
8396 struct lpfc_sli_ring *pring = &phba->sli.ring[ring_number];
James Smart4f774512009-05-22 14:52:35 -04008397
8398 if (piocb->sli4_xritag == NO_XRI) {
8399 if (piocb->iocb.ulpCommand == CMD_ABORT_XRI_CN ||
James Smart6b5151f2012-01-18 16:24:06 -05008400 piocb->iocb.ulpCommand == CMD_CLOSE_XRI_CN)
James Smart4f774512009-05-22 14:52:35 -04008401 sglq = NULL;
8402 else {
James Smart0e9bb8d2013-03-01 16:35:12 -05008403 if (!list_empty(&pring->txq)) {
James Smart2a9bf3d2010-06-07 15:24:45 -04008404 if (!(flag & SLI_IOCB_RET_IOCB)) {
8405 __lpfc_sli_ringtx_put(phba,
8406 pring, piocb);
8407 return IOCB_SUCCESS;
8408 } else {
8409 return IOCB_BUSY;
8410 }
8411 } else {
James Smart6d368e52011-05-24 11:44:12 -04008412 sglq = __lpfc_sli_get_sglq(phba, piocb);
James Smart2a9bf3d2010-06-07 15:24:45 -04008413 if (!sglq) {
8414 if (!(flag & SLI_IOCB_RET_IOCB)) {
8415 __lpfc_sli_ringtx_put(phba,
8416 pring,
8417 piocb);
8418 return IOCB_SUCCESS;
8419 } else
8420 return IOCB_BUSY;
8421 }
8422 }
James Smart4f774512009-05-22 14:52:35 -04008423 }
8424 } else if (piocb->iocb_flag & LPFC_IO_FCP) {
James Smart6d368e52011-05-24 11:44:12 -04008425 /* These IO's already have an XRI and a mapped sgl. */
8426 sglq = NULL;
James Smart4f774512009-05-22 14:52:35 -04008427 } else {
James Smart6d368e52011-05-24 11:44:12 -04008428 /*
8429 * This is a continuation of a commandi,(CX) so this
James Smart4f774512009-05-22 14:52:35 -04008430 * sglq is on the active list
8431 */
James Smartedccdc12013-01-03 15:43:45 -05008432 sglq = __lpfc_get_active_sglq(phba, piocb->sli4_lxritag);
James Smart4f774512009-05-22 14:52:35 -04008433 if (!sglq)
8434 return IOCB_ERROR;
8435 }
8436
8437 if (sglq) {
James Smart6d368e52011-05-24 11:44:12 -04008438 piocb->sli4_lxritag = sglq->sli4_lxritag;
James Smart2a9bf3d2010-06-07 15:24:45 -04008439 piocb->sli4_xritag = sglq->sli4_xritag;
James Smart2a9bf3d2010-06-07 15:24:45 -04008440 if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocb, sglq))
James Smart4f774512009-05-22 14:52:35 -04008441 return IOCB_ERROR;
8442 }
8443
8444 if (lpfc_sli4_iocb2wqe(phba, piocb, &wqe))
8445 return IOCB_ERROR;
8446
James Smart341af102010-01-26 23:07:37 -05008447 if ((piocb->iocb_flag & LPFC_IO_FCP) ||
8448 (piocb->iocb_flag & LPFC_USE_FCPWQIDX)) {
James Smart5ffc2662009-11-18 15:39:44 -05008449 if (lpfc_sli4_wq_put(phba->sli4_hba.fcp_wq[piocb->fcp_wqidx],
8450 &wqe))
James Smart4f774512009-05-22 14:52:35 -04008451 return IOCB_ERROR;
8452 } else {
8453 if (lpfc_sli4_wq_put(phba->sli4_hba.els_wq, &wqe))
8454 return IOCB_ERROR;
8455 }
8456 lpfc_sli_ringtxcmpl_put(phba, pring, piocb);
8457
8458 return 0;
8459}
8460
8461/**
James Smart3772a992009-05-22 14:50:54 -04008462 * __lpfc_sli_issue_iocb - Wrapper func of lockless version for issuing iocb
8463 *
8464 * This routine wraps the actual lockless version for issusing IOCB function
8465 * pointer from the lpfc_hba struct.
8466 *
8467 * Return codes:
8468 * IOCB_ERROR - Error
8469 * IOCB_SUCCESS - Success
8470 * IOCB_BUSY - Busy
8471 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04008472int
James Smart3772a992009-05-22 14:50:54 -04008473__lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number,
8474 struct lpfc_iocbq *piocb, uint32_t flag)
8475{
8476 return phba->__lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
8477}
8478
8479/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03008480 * lpfc_sli_api_table_setup - Set up sli api function jump table
James Smart3772a992009-05-22 14:50:54 -04008481 * @phba: The hba struct for which this call is being executed.
8482 * @dev_grp: The HBA PCI-Device group number.
8483 *
8484 * This routine sets up the SLI interface API function jump table in @phba
8485 * struct.
8486 * Returns: 0 - success, -ENODEV - failure.
8487 **/
8488int
8489lpfc_sli_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
8490{
8491
8492 switch (dev_grp) {
8493 case LPFC_PCI_DEV_LP:
8494 phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s3;
8495 phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s3;
8496 break;
James Smart4f774512009-05-22 14:52:35 -04008497 case LPFC_PCI_DEV_OC:
8498 phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s4;
8499 phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s4;
8500 break;
James Smart3772a992009-05-22 14:50:54 -04008501 default:
8502 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8503 "1419 Invalid HBA PCI-device group: 0x%x\n",
8504 dev_grp);
8505 return -ENODEV;
8506 break;
8507 }
8508 phba->lpfc_get_iocb_from_iocbq = lpfc_get_iocb_from_iocbq;
8509 return 0;
8510}
James Smart92d7f7b2007-06-17 19:56:38 -05008511
James Smarte59058c2008-08-24 21:49:00 -04008512/**
James Smart3621a712009-04-06 18:47:14 -04008513 * lpfc_sli_issue_iocb - Wrapper function for __lpfc_sli_issue_iocb
James Smarte59058c2008-08-24 21:49:00 -04008514 * @phba: Pointer to HBA context object.
8515 * @pring: Pointer to driver SLI ring object.
8516 * @piocb: Pointer to command iocb.
8517 * @flag: Flag indicating if this command can be put into txq.
8518 *
8519 * lpfc_sli_issue_iocb is a wrapper around __lpfc_sli_issue_iocb
8520 * function. This function gets the hbalock and calls
8521 * __lpfc_sli_issue_iocb function and will return the error returned
8522 * by __lpfc_sli_issue_iocb function. This wrapper is used by
8523 * functions which do not hold hbalock.
8524 **/
James Smart92d7f7b2007-06-17 19:56:38 -05008525int
James Smart3772a992009-05-22 14:50:54 -04008526lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number,
James Smart92d7f7b2007-06-17 19:56:38 -05008527 struct lpfc_iocbq *piocb, uint32_t flag)
8528{
James Smartba20c852012-08-03 12:36:52 -04008529 struct lpfc_fcp_eq_hdl *fcp_eq_hdl;
James Smart2a76a282012-08-03 12:35:54 -04008530 struct lpfc_sli_ring *pring;
James Smartba20c852012-08-03 12:36:52 -04008531 struct lpfc_queue *fpeq;
8532 struct lpfc_eqe *eqe;
James Smart92d7f7b2007-06-17 19:56:38 -05008533 unsigned long iflags;
James Smart2a76a282012-08-03 12:35:54 -04008534 int rc, idx;
James Smart92d7f7b2007-06-17 19:56:38 -05008535
James Smart7e56aa22012-08-03 12:35:34 -04008536 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smart2a76a282012-08-03 12:35:54 -04008537 if (piocb->iocb_flag & LPFC_IO_FCP) {
8538 if (unlikely(!phba->sli4_hba.fcp_wq))
8539 return IOCB_ERROR;
8540 idx = lpfc_sli4_scmd_to_wqidx_distr(phba);
8541 piocb->fcp_wqidx = idx;
8542 ring_number = MAX_SLI3_CONFIGURED_RINGS + idx;
James Smart92d7f7b2007-06-17 19:56:38 -05008543
James Smartba20c852012-08-03 12:36:52 -04008544 pring = &phba->sli.ring[ring_number];
8545 spin_lock_irqsave(&pring->ring_lock, iflags);
8546 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb,
8547 flag);
8548 spin_unlock_irqrestore(&pring->ring_lock, iflags);
8549
8550 if (lpfc_fcp_look_ahead) {
8551 fcp_eq_hdl = &phba->sli4_hba.fcp_eq_hdl[idx];
8552
8553 if (atomic_dec_and_test(&fcp_eq_hdl->
8554 fcp_eq_in_use)) {
8555
8556 /* Get associated EQ with this index */
8557 fpeq = phba->sli4_hba.hba_eq[idx];
8558
8559 /* Turn off interrupts from this EQ */
8560 lpfc_sli4_eq_clr_intr(fpeq);
8561
8562 /*
8563 * Process all the events on FCP EQ
8564 */
8565 while ((eqe = lpfc_sli4_eq_get(fpeq))) {
8566 lpfc_sli4_hba_handle_eqe(phba,
8567 eqe, idx);
8568 fpeq->EQ_processed++;
8569 }
8570
8571 /* Always clear and re-arm the EQ */
8572 lpfc_sli4_eq_release(fpeq,
8573 LPFC_QUEUE_REARM);
8574 }
8575 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
8576 }
8577 } else {
8578 pring = &phba->sli.ring[ring_number];
8579 spin_lock_irqsave(&pring->ring_lock, iflags);
8580 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb,
8581 flag);
8582 spin_unlock_irqrestore(&pring->ring_lock, iflags);
8583
James Smart2a76a282012-08-03 12:35:54 -04008584 }
James Smart7e56aa22012-08-03 12:35:34 -04008585 } else {
8586 /* For now, SLI2/3 will still use hbalock */
8587 spin_lock_irqsave(&phba->hbalock, iflags);
8588 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
8589 spin_unlock_irqrestore(&phba->hbalock, iflags);
8590 }
James Smart92d7f7b2007-06-17 19:56:38 -05008591 return rc;
8592}
8593
James Smarte59058c2008-08-24 21:49:00 -04008594/**
James Smart3621a712009-04-06 18:47:14 -04008595 * lpfc_extra_ring_setup - Extra ring setup function
James Smarte59058c2008-08-24 21:49:00 -04008596 * @phba: Pointer to HBA context object.
8597 *
8598 * This function is called while driver attaches with the
8599 * HBA to setup the extra ring. The extra ring is used
8600 * only when driver needs to support target mode functionality
8601 * or IP over FC functionalities.
8602 *
8603 * This function is called with no lock held.
8604 **/
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008605static int
8606lpfc_extra_ring_setup( struct lpfc_hba *phba)
8607{
8608 struct lpfc_sli *psli;
8609 struct lpfc_sli_ring *pring;
8610
8611 psli = &phba->sli;
8612
8613 /* Adjust cmd/rsp ring iocb entries more evenly */
James Smarta4bc3372006-12-02 13:34:16 -05008614
8615 /* Take some away from the FCP ring */
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008616 pring = &psli->ring[psli->fcp_ring];
James Smart7e56aa22012-08-03 12:35:34 -04008617 pring->sli.sli3.numCiocb -= SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8618 pring->sli.sli3.numRiocb -= SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8619 pring->sli.sli3.numCiocb -= SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8620 pring->sli.sli3.numRiocb -= SLI2_IOCB_RSP_R3XTRA_ENTRIES;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008621
James Smarta4bc3372006-12-02 13:34:16 -05008622 /* and give them to the extra ring */
8623 pring = &psli->ring[psli->extra_ring];
8624
James Smart7e56aa22012-08-03 12:35:34 -04008625 pring->sli.sli3.numCiocb += SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8626 pring->sli.sli3.numRiocb += SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8627 pring->sli.sli3.numCiocb += SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8628 pring->sli.sli3.numRiocb += SLI2_IOCB_RSP_R3XTRA_ENTRIES;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008629
8630 /* Setup default profile for this ring */
8631 pring->iotag_max = 4096;
8632 pring->num_mask = 1;
8633 pring->prt[0].profile = 0; /* Mask 0 */
James Smarta4bc3372006-12-02 13:34:16 -05008634 pring->prt[0].rctl = phba->cfg_multi_ring_rctl;
8635 pring->prt[0].type = phba->cfg_multi_ring_type;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008636 pring->prt[0].lpfc_sli_rcv_unsol_event = NULL;
8637 return 0;
8638}
8639
James Smartcb69f7d2011-12-13 13:21:57 -05008640/* lpfc_sli_abts_err_handler - handle a failed ABTS request from an SLI3 port.
8641 * @phba: Pointer to HBA context object.
8642 * @iocbq: Pointer to iocb object.
8643 *
8644 * The async_event handler calls this routine when it receives
8645 * an ASYNC_STATUS_CN event from the port. The port generates
8646 * this event when an Abort Sequence request to an rport fails
8647 * twice in succession. The abort could be originated by the
8648 * driver or by the port. The ABTS could have been for an ELS
8649 * or FCP IO. The port only generates this event when an ABTS
8650 * fails to complete after one retry.
8651 */
8652static void
8653lpfc_sli_abts_err_handler(struct lpfc_hba *phba,
8654 struct lpfc_iocbq *iocbq)
8655{
8656 struct lpfc_nodelist *ndlp = NULL;
8657 uint16_t rpi = 0, vpi = 0;
8658 struct lpfc_vport *vport = NULL;
8659
8660 /* The rpi in the ulpContext is vport-sensitive. */
8661 vpi = iocbq->iocb.un.asyncstat.sub_ctxt_tag;
8662 rpi = iocbq->iocb.ulpContext;
8663
8664 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
8665 "3092 Port generated ABTS async event "
8666 "on vpi %d rpi %d status 0x%x\n",
8667 vpi, rpi, iocbq->iocb.ulpStatus);
8668
8669 vport = lpfc_find_vport_by_vpid(phba, vpi);
8670 if (!vport)
8671 goto err_exit;
8672 ndlp = lpfc_findnode_rpi(vport, rpi);
8673 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
8674 goto err_exit;
8675
8676 if (iocbq->iocb.ulpStatus == IOSTAT_LOCAL_REJECT)
8677 lpfc_sli_abts_recover_port(vport, ndlp);
8678 return;
8679
8680 err_exit:
8681 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
8682 "3095 Event Context not found, no "
8683 "action on vpi %d rpi %d status 0x%x, reason 0x%x\n",
8684 iocbq->iocb.ulpContext, iocbq->iocb.ulpStatus,
8685 vpi, rpi);
8686}
8687
8688/* lpfc_sli4_abts_err_handler - handle a failed ABTS request from an SLI4 port.
8689 * @phba: pointer to HBA context object.
8690 * @ndlp: nodelist pointer for the impacted rport.
8691 * @axri: pointer to the wcqe containing the failed exchange.
8692 *
8693 * The driver calls this routine when it receives an ABORT_XRI_FCP CQE from the
8694 * port. The port generates this event when an abort exchange request to an
8695 * rport fails twice in succession with no reply. The abort could be originated
8696 * by the driver or by the port. The ABTS could have been for an ELS or FCP IO.
8697 */
8698void
8699lpfc_sli4_abts_err_handler(struct lpfc_hba *phba,
8700 struct lpfc_nodelist *ndlp,
8701 struct sli4_wcqe_xri_aborted *axri)
8702{
8703 struct lpfc_vport *vport;
James Smart5c1db2a2012-03-01 22:34:36 -05008704 uint32_t ext_status = 0;
James Smartcb69f7d2011-12-13 13:21:57 -05008705
James Smart6b5151f2012-01-18 16:24:06 -05008706 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
James Smartcb69f7d2011-12-13 13:21:57 -05008707 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
8708 "3115 Node Context not found, driver "
8709 "ignoring abts err event\n");
James Smart6b5151f2012-01-18 16:24:06 -05008710 return;
8711 }
8712
James Smartcb69f7d2011-12-13 13:21:57 -05008713 vport = ndlp->vport;
8714 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
8715 "3116 Port generated FCP XRI ABORT event on "
James Smart5c1db2a2012-03-01 22:34:36 -05008716 "vpi %d rpi %d xri x%x status 0x%x parameter x%x\n",
James Smartcb69f7d2011-12-13 13:21:57 -05008717 ndlp->vport->vpi, ndlp->nlp_rpi,
8718 bf_get(lpfc_wcqe_xa_xri, axri),
James Smart5c1db2a2012-03-01 22:34:36 -05008719 bf_get(lpfc_wcqe_xa_status, axri),
8720 axri->parameter);
James Smartcb69f7d2011-12-13 13:21:57 -05008721
James Smart5c1db2a2012-03-01 22:34:36 -05008722 /*
8723 * Catch the ABTS protocol failure case. Older OCe FW releases returned
8724 * LOCAL_REJECT and 0 for a failed ABTS exchange and later OCe and
8725 * LPe FW releases returned LOCAL_REJECT and SEQUENCE_TIMEOUT.
8726 */
James Smarte3d2b802012-08-14 14:25:43 -04008727 ext_status = axri->parameter & IOERR_PARAM_MASK;
James Smart5c1db2a2012-03-01 22:34:36 -05008728 if ((bf_get(lpfc_wcqe_xa_status, axri) == IOSTAT_LOCAL_REJECT) &&
8729 ((ext_status == IOERR_SEQUENCE_TIMEOUT) || (ext_status == 0)))
James Smartcb69f7d2011-12-13 13:21:57 -05008730 lpfc_sli_abts_recover_port(vport, ndlp);
8731}
8732
James Smarte59058c2008-08-24 21:49:00 -04008733/**
James Smart3621a712009-04-06 18:47:14 -04008734 * lpfc_sli_async_event_handler - ASYNC iocb handler function
James Smarte59058c2008-08-24 21:49:00 -04008735 * @phba: Pointer to HBA context object.
8736 * @pring: Pointer to driver SLI ring object.
8737 * @iocbq: Pointer to iocb object.
8738 *
8739 * This function is called by the slow ring event handler
8740 * function when there is an ASYNC event iocb in the ring.
8741 * This function is called with no lock held.
8742 * Currently this function handles only temperature related
8743 * ASYNC events. The function decodes the temperature sensor
8744 * event message and posts events for the management applications.
8745 **/
James Smart98c9ea52007-10-27 13:37:33 -04008746static void
James Smart57127f12007-10-27 13:37:05 -04008747lpfc_sli_async_event_handler(struct lpfc_hba * phba,
8748 struct lpfc_sli_ring * pring, struct lpfc_iocbq * iocbq)
8749{
8750 IOCB_t *icmd;
8751 uint16_t evt_code;
James Smart57127f12007-10-27 13:37:05 -04008752 struct temp_event temp_event_data;
8753 struct Scsi_Host *shost;
James Smarta257bf92009-04-06 18:48:10 -04008754 uint32_t *iocb_w;
James Smart57127f12007-10-27 13:37:05 -04008755
8756 icmd = &iocbq->iocb;
8757 evt_code = icmd->un.asyncstat.evt_code;
James Smart57127f12007-10-27 13:37:05 -04008758
James Smartcb69f7d2011-12-13 13:21:57 -05008759 switch (evt_code) {
8760 case ASYNC_TEMP_WARN:
8761 case ASYNC_TEMP_SAFE:
8762 temp_event_data.data = (uint32_t) icmd->ulpContext;
8763 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT;
8764 if (evt_code == ASYNC_TEMP_WARN) {
8765 temp_event_data.event_code = LPFC_THRESHOLD_TEMP;
8766 lpfc_printf_log(phba, KERN_ERR, LOG_TEMP,
8767 "0347 Adapter is very hot, please take "
8768 "corrective action. temperature : %d Celsius\n",
8769 (uint32_t) icmd->ulpContext);
8770 } else {
8771 temp_event_data.event_code = LPFC_NORMAL_TEMP;
8772 lpfc_printf_log(phba, KERN_ERR, LOG_TEMP,
8773 "0340 Adapter temperature is OK now. "
8774 "temperature : %d Celsius\n",
8775 (uint32_t) icmd->ulpContext);
8776 }
8777
8778 /* Send temperature change event to applications */
8779 shost = lpfc_shost_from_vport(phba->pport);
8780 fc_host_post_vendor_event(shost, fc_get_event_number(),
8781 sizeof(temp_event_data), (char *) &temp_event_data,
8782 LPFC_NL_VENDOR_ID);
8783 break;
8784 case ASYNC_STATUS_CN:
8785 lpfc_sli_abts_err_handler(phba, iocbq);
8786 break;
8787 default:
James Smarta257bf92009-04-06 18:48:10 -04008788 iocb_w = (uint32_t *) icmd;
James Smartcb69f7d2011-12-13 13:21:57 -05008789 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart76bb24e2007-10-27 13:38:00 -04008790 "0346 Ring %d handler: unexpected ASYNC_STATUS"
James Smarte4e74272009-07-19 10:01:38 -04008791 " evt_code 0x%x\n"
James Smarta257bf92009-04-06 18:48:10 -04008792 "W0 0x%08x W1 0x%08x W2 0x%08x W3 0x%08x\n"
8793 "W4 0x%08x W5 0x%08x W6 0x%08x W7 0x%08x\n"
8794 "W8 0x%08x W9 0x%08x W10 0x%08x W11 0x%08x\n"
8795 "W12 0x%08x W13 0x%08x W14 0x%08x W15 0x%08x\n",
James Smartcb69f7d2011-12-13 13:21:57 -05008796 pring->ringno, icmd->un.asyncstat.evt_code,
James Smarta257bf92009-04-06 18:48:10 -04008797 iocb_w[0], iocb_w[1], iocb_w[2], iocb_w[3],
8798 iocb_w[4], iocb_w[5], iocb_w[6], iocb_w[7],
8799 iocb_w[8], iocb_w[9], iocb_w[10], iocb_w[11],
8800 iocb_w[12], iocb_w[13], iocb_w[14], iocb_w[15]);
8801
James Smartcb69f7d2011-12-13 13:21:57 -05008802 break;
James Smart57127f12007-10-27 13:37:05 -04008803 }
James Smart57127f12007-10-27 13:37:05 -04008804}
8805
8806
James Smarte59058c2008-08-24 21:49:00 -04008807/**
James Smart3621a712009-04-06 18:47:14 -04008808 * lpfc_sli_setup - SLI ring setup function
James Smarte59058c2008-08-24 21:49:00 -04008809 * @phba: Pointer to HBA context object.
8810 *
8811 * lpfc_sli_setup sets up rings of the SLI interface with
8812 * number of iocbs per ring and iotags. This function is
8813 * called while driver attach to the HBA and before the
8814 * interrupts are enabled. So there is no need for locking.
8815 *
8816 * This function always returns 0.
8817 **/
dea31012005-04-17 16:05:31 -05008818int
8819lpfc_sli_setup(struct lpfc_hba *phba)
8820{
James Smarted957682007-06-17 19:56:37 -05008821 int i, totiocbsize = 0;
dea31012005-04-17 16:05:31 -05008822 struct lpfc_sli *psli = &phba->sli;
8823 struct lpfc_sli_ring *pring;
8824
James Smart2a76a282012-08-03 12:35:54 -04008825 psli->num_rings = MAX_SLI3_CONFIGURED_RINGS;
8826 if (phba->sli_rev == LPFC_SLI_REV4)
James Smart67d12732012-08-03 12:36:13 -04008827 psli->num_rings += phba->cfg_fcp_io_channel;
dea31012005-04-17 16:05:31 -05008828 psli->sli_flag = 0;
8829 psli->fcp_ring = LPFC_FCP_RING;
8830 psli->next_ring = LPFC_FCP_NEXT_RING;
James Smarta4bc3372006-12-02 13:34:16 -05008831 psli->extra_ring = LPFC_EXTRA_RING;
dea31012005-04-17 16:05:31 -05008832
James Bottomley604a3e32005-10-29 10:28:33 -05008833 psli->iocbq_lookup = NULL;
8834 psli->iocbq_lookup_len = 0;
8835 psli->last_iotag = 0;
8836
dea31012005-04-17 16:05:31 -05008837 for (i = 0; i < psli->num_rings; i++) {
8838 pring = &psli->ring[i];
8839 switch (i) {
8840 case LPFC_FCP_RING: /* ring 0 - FCP */
8841 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -04008842 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R0_ENTRIES;
8843 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R0_ENTRIES;
8844 pring->sli.sli3.numCiocb +=
8845 SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8846 pring->sli.sli3.numRiocb +=
8847 SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8848 pring->sli.sli3.numCiocb +=
8849 SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8850 pring->sli.sli3.numRiocb +=
8851 SLI2_IOCB_RSP_R3XTRA_ENTRIES;
8852 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008853 SLI3_IOCB_CMD_SIZE :
8854 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -04008855 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008856 SLI3_IOCB_RSP_SIZE :
8857 SLI2_IOCB_RSP_SIZE;
dea31012005-04-17 16:05:31 -05008858 pring->iotag_ctr = 0;
8859 pring->iotag_max =
James Smart92d7f7b2007-06-17 19:56:38 -05008860 (phba->cfg_hba_queue_depth * 2);
dea31012005-04-17 16:05:31 -05008861 pring->fast_iotag = pring->iotag_max;
8862 pring->num_mask = 0;
8863 break;
James Smarta4bc3372006-12-02 13:34:16 -05008864 case LPFC_EXTRA_RING: /* ring 1 - EXTRA */
dea31012005-04-17 16:05:31 -05008865 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -04008866 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R1_ENTRIES;
8867 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R1_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;
James Smart2e0fef82007-06-17 19:56:36 -05008874 pring->iotag_max = phba->cfg_hba_queue_depth;
dea31012005-04-17 16:05:31 -05008875 pring->num_mask = 0;
8876 break;
8877 case LPFC_ELS_RING: /* ring 2 - ELS / CT */
8878 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -04008879 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R2_ENTRIES;
8880 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R2_ENTRIES;
8881 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008882 SLI3_IOCB_CMD_SIZE :
8883 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -04008884 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008885 SLI3_IOCB_RSP_SIZE :
8886 SLI2_IOCB_RSP_SIZE;
dea31012005-04-17 16:05:31 -05008887 pring->fast_iotag = 0;
8888 pring->iotag_ctr = 0;
8889 pring->iotag_max = 4096;
James Smart57127f12007-10-27 13:37:05 -04008890 pring->lpfc_sli_rcv_async_status =
8891 lpfc_sli_async_event_handler;
James Smart6669f9b2009-10-02 15:16:45 -04008892 pring->num_mask = LPFC_MAX_RING_MASK;
dea31012005-04-17 16:05:31 -05008893 pring->prt[0].profile = 0; /* Mask 0 */
James Smart6a9c52c2009-10-02 15:16:51 -04008894 pring->prt[0].rctl = FC_RCTL_ELS_REQ;
8895 pring->prt[0].type = FC_TYPE_ELS;
dea31012005-04-17 16:05:31 -05008896 pring->prt[0].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008897 lpfc_els_unsol_event;
dea31012005-04-17 16:05:31 -05008898 pring->prt[1].profile = 0; /* Mask 1 */
James Smart6a9c52c2009-10-02 15:16:51 -04008899 pring->prt[1].rctl = FC_RCTL_ELS_REP;
8900 pring->prt[1].type = FC_TYPE_ELS;
dea31012005-04-17 16:05:31 -05008901 pring->prt[1].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008902 lpfc_els_unsol_event;
dea31012005-04-17 16:05:31 -05008903 pring->prt[2].profile = 0; /* Mask 2 */
8904 /* NameServer Inquiry */
James Smart6a9c52c2009-10-02 15:16:51 -04008905 pring->prt[2].rctl = FC_RCTL_DD_UNSOL_CTL;
dea31012005-04-17 16:05:31 -05008906 /* NameServer */
James Smart6a9c52c2009-10-02 15:16:51 -04008907 pring->prt[2].type = FC_TYPE_CT;
dea31012005-04-17 16:05:31 -05008908 pring->prt[2].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008909 lpfc_ct_unsol_event;
dea31012005-04-17 16:05:31 -05008910 pring->prt[3].profile = 0; /* Mask 3 */
8911 /* NameServer response */
James Smart6a9c52c2009-10-02 15:16:51 -04008912 pring->prt[3].rctl = FC_RCTL_DD_SOL_CTL;
dea31012005-04-17 16:05:31 -05008913 /* NameServer */
James Smart6a9c52c2009-10-02 15:16:51 -04008914 pring->prt[3].type = FC_TYPE_CT;
dea31012005-04-17 16:05:31 -05008915 pring->prt[3].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008916 lpfc_ct_unsol_event;
dea31012005-04-17 16:05:31 -05008917 break;
8918 }
James Smart7e56aa22012-08-03 12:35:34 -04008919 totiocbsize += (pring->sli.sli3.numCiocb *
8920 pring->sli.sli3.sizeCiocb) +
8921 (pring->sli.sli3.numRiocb * pring->sli.sli3.sizeRiocb);
dea31012005-04-17 16:05:31 -05008922 }
James Smarted957682007-06-17 19:56:37 -05008923 if (totiocbsize > MAX_SLIM_IOCB_SIZE) {
dea31012005-04-17 16:05:31 -05008924 /* Too many cmd / rsp ring entries in SLI2 SLIM */
James Smarte8b62012007-08-02 11:10:09 -04008925 printk(KERN_ERR "%d:0462 Too many cmd / rsp ring entries in "
8926 "SLI2 SLIM Data: x%x x%lx\n",
8927 phba->brd_no, totiocbsize,
8928 (unsigned long) MAX_SLIM_IOCB_SIZE);
dea31012005-04-17 16:05:31 -05008929 }
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008930 if (phba->cfg_multi_ring_support == 2)
8931 lpfc_extra_ring_setup(phba);
dea31012005-04-17 16:05:31 -05008932
8933 return 0;
8934}
8935
James Smarte59058c2008-08-24 21:49:00 -04008936/**
James Smart3621a712009-04-06 18:47:14 -04008937 * lpfc_sli_queue_setup - Queue initialization function
James Smarte59058c2008-08-24 21:49:00 -04008938 * @phba: Pointer to HBA context object.
8939 *
8940 * lpfc_sli_queue_setup sets up mailbox queues and iocb queues for each
8941 * ring. This function also initializes ring indices of each ring.
8942 * This function is called during the initialization of the SLI
8943 * interface of an HBA.
8944 * This function is called with no lock held and always returns
8945 * 1.
8946 **/
dea31012005-04-17 16:05:31 -05008947int
James Smart2e0fef82007-06-17 19:56:36 -05008948lpfc_sli_queue_setup(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05008949{
8950 struct lpfc_sli *psli;
8951 struct lpfc_sli_ring *pring;
James Bottomley604a3e32005-10-29 10:28:33 -05008952 int i;
dea31012005-04-17 16:05:31 -05008953
8954 psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05008955 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05008956 INIT_LIST_HEAD(&psli->mboxq);
James Smart92d7f7b2007-06-17 19:56:38 -05008957 INIT_LIST_HEAD(&psli->mboxq_cmpl);
dea31012005-04-17 16:05:31 -05008958 /* Initialize list headers for txq and txcmplq as double linked lists */
8959 for (i = 0; i < psli->num_rings; i++) {
8960 pring = &psli->ring[i];
8961 pring->ringno = i;
James Smart7e56aa22012-08-03 12:35:34 -04008962 pring->sli.sli3.next_cmdidx = 0;
8963 pring->sli.sli3.local_getidx = 0;
8964 pring->sli.sli3.cmdidx = 0;
dea31012005-04-17 16:05:31 -05008965 INIT_LIST_HEAD(&pring->txq);
8966 INIT_LIST_HEAD(&pring->txcmplq);
8967 INIT_LIST_HEAD(&pring->iocb_continueq);
James Smart9c2face2008-01-11 01:53:18 -05008968 INIT_LIST_HEAD(&pring->iocb_continue_saveq);
dea31012005-04-17 16:05:31 -05008969 INIT_LIST_HEAD(&pring->postbufq);
James Smart7e56aa22012-08-03 12:35:34 -04008970 spin_lock_init(&pring->ring_lock);
dea31012005-04-17 16:05:31 -05008971 }
James Smart2e0fef82007-06-17 19:56:36 -05008972 spin_unlock_irq(&phba->hbalock);
8973 return 1;
dea31012005-04-17 16:05:31 -05008974}
8975
James Smarte59058c2008-08-24 21:49:00 -04008976/**
James Smart04c68492009-05-22 14:52:52 -04008977 * lpfc_sli_mbox_sys_flush - Flush mailbox command sub-system
8978 * @phba: Pointer to HBA context object.
8979 *
8980 * This routine flushes the mailbox command subsystem. It will unconditionally
8981 * flush all the mailbox commands in the three possible stages in the mailbox
8982 * command sub-system: pending mailbox command queue; the outstanding mailbox
8983 * command; and completed mailbox command queue. It is caller's responsibility
8984 * to make sure that the driver is in the proper state to flush the mailbox
8985 * command sub-system. Namely, the posting of mailbox commands into the
8986 * pending mailbox command queue from the various clients must be stopped;
8987 * either the HBA is in a state that it will never works on the outstanding
8988 * mailbox command (such as in EEH or ERATT conditions) or the outstanding
8989 * mailbox command has been completed.
8990 **/
8991static void
8992lpfc_sli_mbox_sys_flush(struct lpfc_hba *phba)
8993{
8994 LIST_HEAD(completions);
8995 struct lpfc_sli *psli = &phba->sli;
8996 LPFC_MBOXQ_t *pmb;
8997 unsigned long iflag;
8998
8999 /* Flush all the mailbox commands in the mbox system */
9000 spin_lock_irqsave(&phba->hbalock, iflag);
9001 /* The pending mailbox command queue */
9002 list_splice_init(&phba->sli.mboxq, &completions);
9003 /* The outstanding active mailbox command */
9004 if (psli->mbox_active) {
9005 list_add_tail(&psli->mbox_active->list, &completions);
9006 psli->mbox_active = NULL;
9007 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
9008 }
9009 /* The completed mailbox command queue */
9010 list_splice_init(&phba->sli.mboxq_cmpl, &completions);
9011 spin_unlock_irqrestore(&phba->hbalock, iflag);
9012
9013 /* Return all flushed mailbox commands with MBX_NOT_FINISHED status */
9014 while (!list_empty(&completions)) {
9015 list_remove_head(&completions, pmb, LPFC_MBOXQ_t, list);
9016 pmb->u.mb.mbxStatus = MBX_NOT_FINISHED;
9017 if (pmb->mbox_cmpl)
9018 pmb->mbox_cmpl(phba, pmb);
9019 }
9020}
9021
9022/**
James Smart3621a712009-04-06 18:47:14 -04009023 * lpfc_sli_host_down - Vport cleanup function
James Smarte59058c2008-08-24 21:49:00 -04009024 * @vport: Pointer to virtual port object.
9025 *
9026 * lpfc_sli_host_down is called to clean up the resources
9027 * associated with a vport before destroying virtual
9028 * port data structures.
9029 * This function does following operations:
9030 * - Free discovery resources associated with this virtual
9031 * port.
9032 * - Free iocbs associated with this virtual port in
9033 * the txq.
9034 * - Send abort for all iocb commands associated with this
9035 * vport in txcmplq.
9036 *
9037 * This function is called with no lock held and always returns 1.
9038 **/
dea31012005-04-17 16:05:31 -05009039int
James Smart92d7f7b2007-06-17 19:56:38 -05009040lpfc_sli_host_down(struct lpfc_vport *vport)
9041{
James Smart858c9f62007-06-17 19:56:39 -05009042 LIST_HEAD(completions);
James Smart92d7f7b2007-06-17 19:56:38 -05009043 struct lpfc_hba *phba = vport->phba;
9044 struct lpfc_sli *psli = &phba->sli;
9045 struct lpfc_sli_ring *pring;
9046 struct lpfc_iocbq *iocb, *next_iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05009047 int i;
9048 unsigned long flags = 0;
9049 uint16_t prev_pring_flag;
9050
9051 lpfc_cleanup_discovery_resources(vport);
9052
9053 spin_lock_irqsave(&phba->hbalock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009054 for (i = 0; i < psli->num_rings; i++) {
9055 pring = &psli->ring[i];
9056 prev_pring_flag = pring->flag;
James Smart5e9d9b82008-06-14 22:52:53 -04009057 /* Only slow rings */
9058 if (pring->ringno == LPFC_ELS_RING) {
James Smart858c9f62007-06-17 19:56:39 -05009059 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -04009060 /* Set the lpfc data pending flag */
9061 set_bit(LPFC_DATA_READY, &phba->data_flags);
9062 }
James Smart92d7f7b2007-06-17 19:56:38 -05009063 /*
9064 * Error everything on the txq since these iocbs have not been
9065 * given to the FW yet.
9066 */
James Smart92d7f7b2007-06-17 19:56:38 -05009067 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
9068 if (iocb->vport != vport)
9069 continue;
James Smart858c9f62007-06-17 19:56:39 -05009070 list_move_tail(&iocb->list, &completions);
James Smart92d7f7b2007-06-17 19:56:38 -05009071 }
9072
9073 /* Next issue ABTS for everything on the txcmplq */
9074 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq,
9075 list) {
9076 if (iocb->vport != vport)
9077 continue;
9078 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
9079 }
9080
9081 pring->flag = prev_pring_flag;
9082 }
9083
9084 spin_unlock_irqrestore(&phba->hbalock, flags);
9085
James Smarta257bf92009-04-06 18:48:10 -04009086 /* Cancel all the IOCBs from the completions list */
9087 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
9088 IOERR_SLI_DOWN);
James Smart92d7f7b2007-06-17 19:56:38 -05009089 return 1;
9090}
9091
James Smarte59058c2008-08-24 21:49:00 -04009092/**
James Smart3621a712009-04-06 18:47:14 -04009093 * lpfc_sli_hba_down - Resource cleanup function for the HBA
James Smarte59058c2008-08-24 21:49:00 -04009094 * @phba: Pointer to HBA context object.
9095 *
9096 * This function cleans up all iocb, buffers, mailbox commands
9097 * while shutting down the HBA. This function is called with no
9098 * lock held and always returns 1.
9099 * This function does the following to cleanup driver resources:
9100 * - Free discovery resources for each virtual port
9101 * - Cleanup any pending fabric iocbs
9102 * - Iterate through the iocb txq and free each entry
9103 * in the list.
9104 * - Free up any buffer posted to the HBA
9105 * - Free mailbox commands in the mailbox queue.
9106 **/
James Smart92d7f7b2007-06-17 19:56:38 -05009107int
James Smart2e0fef82007-06-17 19:56:36 -05009108lpfc_sli_hba_down(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05009109{
James Smart2534ba72007-04-25 09:52:20 -04009110 LIST_HEAD(completions);
James Smart2e0fef82007-06-17 19:56:36 -05009111 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05009112 struct lpfc_sli_ring *pring;
James Smart0ff10d42008-01-11 01:52:36 -05009113 struct lpfc_dmabuf *buf_ptr;
dea31012005-04-17 16:05:31 -05009114 unsigned long flags = 0;
James Smart04c68492009-05-22 14:52:52 -04009115 int i;
9116
9117 /* Shutdown the mailbox command sub-system */
James Smart618a5232012-06-12 13:54:36 -04009118 lpfc_sli_mbox_sys_shutdown(phba, LPFC_MBX_WAIT);
dea31012005-04-17 16:05:31 -05009119
dea31012005-04-17 16:05:31 -05009120 lpfc_hba_down_prep(phba);
9121
James Smart92d7f7b2007-06-17 19:56:38 -05009122 lpfc_fabric_abort_hba(phba);
9123
James Smart2e0fef82007-06-17 19:56:36 -05009124 spin_lock_irqsave(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -05009125 for (i = 0; i < psli->num_rings; i++) {
9126 pring = &psli->ring[i];
James Smart5e9d9b82008-06-14 22:52:53 -04009127 /* Only slow rings */
9128 if (pring->ringno == LPFC_ELS_RING) {
James Smart858c9f62007-06-17 19:56:39 -05009129 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -04009130 /* Set the lpfc data pending flag */
9131 set_bit(LPFC_DATA_READY, &phba->data_flags);
9132 }
dea31012005-04-17 16:05:31 -05009133
9134 /*
9135 * Error everything on the txq since these iocbs have not been
9136 * given to the FW yet.
9137 */
James Smart2534ba72007-04-25 09:52:20 -04009138 list_splice_init(&pring->txq, &completions);
dea31012005-04-17 16:05:31 -05009139 }
James Smart2e0fef82007-06-17 19:56:36 -05009140 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -05009141
James Smarta257bf92009-04-06 18:48:10 -04009142 /* Cancel all the IOCBs from the completions list */
9143 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
9144 IOERR_SLI_DOWN);
James Smart2534ba72007-04-25 09:52:20 -04009145
James Smart0ff10d42008-01-11 01:52:36 -05009146 spin_lock_irqsave(&phba->hbalock, flags);
9147 list_splice_init(&phba->elsbuf, &completions);
9148 phba->elsbuf_cnt = 0;
9149 phba->elsbuf_prev_cnt = 0;
9150 spin_unlock_irqrestore(&phba->hbalock, flags);
9151
9152 while (!list_empty(&completions)) {
9153 list_remove_head(&completions, buf_ptr,
9154 struct lpfc_dmabuf, list);
9155 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
9156 kfree(buf_ptr);
9157 }
9158
dea31012005-04-17 16:05:31 -05009159 /* Return any active mbox cmds */
9160 del_timer_sync(&psli->mbox_tmo);
James Smart92d7f7b2007-06-17 19:56:38 -05009161
James Smartda0436e2009-05-22 14:51:39 -04009162 spin_lock_irqsave(&phba->pport->work_port_lock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009163 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
James Smartda0436e2009-05-22 14:51:39 -04009164 spin_unlock_irqrestore(&phba->pport->work_port_lock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009165
James Smartda0436e2009-05-22 14:51:39 -04009166 return 1;
9167}
James Smart92d7f7b2007-06-17 19:56:38 -05009168
James Smartda0436e2009-05-22 14:51:39 -04009169/**
James Smart3621a712009-04-06 18:47:14 -04009170 * lpfc_sli_pcimem_bcopy - SLI memory copy function
James Smarte59058c2008-08-24 21:49:00 -04009171 * @srcp: Source memory pointer.
9172 * @destp: Destination memory pointer.
9173 * @cnt: Number of words required to be copied.
9174 *
9175 * This function is used for copying data between driver memory
9176 * and the SLI memory. This function also changes the endianness
9177 * of each word if native endianness is different from SLI
9178 * endianness. This function can be called with or without
9179 * lock.
9180 **/
dea31012005-04-17 16:05:31 -05009181void
9182lpfc_sli_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt)
9183{
9184 uint32_t *src = srcp;
9185 uint32_t *dest = destp;
9186 uint32_t ldata;
9187 int i;
9188
9189 for (i = 0; i < (int)cnt; i += sizeof (uint32_t)) {
9190 ldata = *src;
9191 ldata = le32_to_cpu(ldata);
9192 *dest = ldata;
9193 src++;
9194 dest++;
9195 }
9196}
9197
James Smarte59058c2008-08-24 21:49:00 -04009198
9199/**
James Smarta0c87cb2009-07-19 10:01:10 -04009200 * lpfc_sli_bemem_bcopy - SLI memory copy function
9201 * @srcp: Source memory pointer.
9202 * @destp: Destination memory pointer.
9203 * @cnt: Number of words required to be copied.
9204 *
9205 * This function is used for copying data between a data structure
9206 * with big endian representation to local endianness.
9207 * This function can be called with or without lock.
9208 **/
9209void
9210lpfc_sli_bemem_bcopy(void *srcp, void *destp, uint32_t cnt)
9211{
9212 uint32_t *src = srcp;
9213 uint32_t *dest = destp;
9214 uint32_t ldata;
9215 int i;
9216
9217 for (i = 0; i < (int)cnt; i += sizeof(uint32_t)) {
9218 ldata = *src;
9219 ldata = be32_to_cpu(ldata);
9220 *dest = ldata;
9221 src++;
9222 dest++;
9223 }
9224}
9225
9226/**
James Smart3621a712009-04-06 18:47:14 -04009227 * lpfc_sli_ringpostbuf_put - Function to add a buffer to postbufq
James Smarte59058c2008-08-24 21:49:00 -04009228 * @phba: Pointer to HBA context object.
9229 * @pring: Pointer to driver SLI ring object.
9230 * @mp: Pointer to driver buffer object.
9231 *
9232 * This function is called with no lock held.
9233 * It always return zero after adding the buffer to the postbufq
9234 * buffer list.
9235 **/
dea31012005-04-17 16:05:31 -05009236int
James Smart2e0fef82007-06-17 19:56:36 -05009237lpfc_sli_ringpostbuf_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9238 struct lpfc_dmabuf *mp)
dea31012005-04-17 16:05:31 -05009239{
9240 /* Stick struct lpfc_dmabuf at end of postbufq so driver can look it up
9241 later */
James Smart2e0fef82007-06-17 19:56:36 -05009242 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009243 list_add_tail(&mp->list, &pring->postbufq);
dea31012005-04-17 16:05:31 -05009244 pring->postbufq_cnt++;
James Smart2e0fef82007-06-17 19:56:36 -05009245 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009246 return 0;
9247}
9248
James Smarte59058c2008-08-24 21:49:00 -04009249/**
James Smart3621a712009-04-06 18:47:14 -04009250 * lpfc_sli_get_buffer_tag - allocates a tag for a CMD_QUE_XRI64_CX buffer
James Smarte59058c2008-08-24 21:49:00 -04009251 * @phba: Pointer to HBA context object.
9252 *
9253 * When HBQ is enabled, buffers are searched based on tags. This function
9254 * allocates a tag for buffer posted using CMD_QUE_XRI64_CX iocb. The
9255 * tag is bit wise or-ed with QUE_BUFTAG_BIT to make sure that the tag
9256 * does not conflict with tags of buffer posted for unsolicited events.
9257 * The function returns the allocated tag. The function is called with
9258 * no locks held.
9259 **/
James Smart76bb24e2007-10-27 13:38:00 -04009260uint32_t
9261lpfc_sli_get_buffer_tag(struct lpfc_hba *phba)
9262{
9263 spin_lock_irq(&phba->hbalock);
9264 phba->buffer_tag_count++;
9265 /*
9266 * Always set the QUE_BUFTAG_BIT to distiguish between
9267 * a tag assigned by HBQ.
9268 */
9269 phba->buffer_tag_count |= QUE_BUFTAG_BIT;
9270 spin_unlock_irq(&phba->hbalock);
9271 return phba->buffer_tag_count;
9272}
9273
James Smarte59058c2008-08-24 21:49:00 -04009274/**
James Smart3621a712009-04-06 18:47:14 -04009275 * lpfc_sli_ring_taggedbuf_get - find HBQ buffer associated with given tag
James Smarte59058c2008-08-24 21:49:00 -04009276 * @phba: Pointer to HBA context object.
9277 * @pring: Pointer to driver SLI ring object.
9278 * @tag: Buffer tag.
9279 *
9280 * Buffers posted using CMD_QUE_XRI64_CX iocb are in pring->postbufq
9281 * list. After HBA DMA data to these buffers, CMD_IOCB_RET_XRI64_CX
9282 * iocb is posted to the response ring with the tag of the buffer.
9283 * This function searches the pring->postbufq list using the tag
9284 * to find buffer associated with CMD_IOCB_RET_XRI64_CX
9285 * iocb. If the buffer is found then lpfc_dmabuf object of the
9286 * buffer is returned to the caller else NULL is returned.
9287 * This function is called with no lock held.
9288 **/
James Smart76bb24e2007-10-27 13:38:00 -04009289struct lpfc_dmabuf *
9290lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9291 uint32_t tag)
9292{
9293 struct lpfc_dmabuf *mp, *next_mp;
9294 struct list_head *slp = &pring->postbufq;
9295
Lucas De Marchi25985ed2011-03-30 22:57:33 -03009296 /* Search postbufq, from the beginning, looking for a match on tag */
James Smart76bb24e2007-10-27 13:38:00 -04009297 spin_lock_irq(&phba->hbalock);
9298 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
9299 if (mp->buffer_tag == tag) {
9300 list_del_init(&mp->list);
9301 pring->postbufq_cnt--;
9302 spin_unlock_irq(&phba->hbalock);
9303 return mp;
9304 }
9305 }
9306
9307 spin_unlock_irq(&phba->hbalock);
9308 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartd7c255b2008-08-24 21:50:00 -04009309 "0402 Cannot find virtual addr for buffer tag on "
James Smart76bb24e2007-10-27 13:38:00 -04009310 "ring %d Data x%lx x%p x%p x%x\n",
9311 pring->ringno, (unsigned long) tag,
9312 slp->next, slp->prev, pring->postbufq_cnt);
9313
9314 return NULL;
9315}
dea31012005-04-17 16:05:31 -05009316
James Smarte59058c2008-08-24 21:49:00 -04009317/**
James Smart3621a712009-04-06 18:47:14 -04009318 * lpfc_sli_ringpostbuf_get - search buffers for unsolicited CT and ELS events
James Smarte59058c2008-08-24 21:49:00 -04009319 * @phba: Pointer to HBA context object.
9320 * @pring: Pointer to driver SLI ring object.
9321 * @phys: DMA address of the buffer.
9322 *
9323 * This function searches the buffer list using the dma_address
9324 * of unsolicited event to find the driver's lpfc_dmabuf object
9325 * corresponding to the dma_address. The function returns the
9326 * lpfc_dmabuf object if a buffer is found else it returns NULL.
9327 * This function is called by the ct and els unsolicited event
9328 * handlers to get the buffer associated with the unsolicited
9329 * event.
9330 *
9331 * This function is called with no lock held.
9332 **/
dea31012005-04-17 16:05:31 -05009333struct lpfc_dmabuf *
9334lpfc_sli_ringpostbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9335 dma_addr_t phys)
9336{
9337 struct lpfc_dmabuf *mp, *next_mp;
9338 struct list_head *slp = &pring->postbufq;
9339
Lucas De Marchi25985ed2011-03-30 22:57:33 -03009340 /* Search postbufq, from the beginning, looking for a match on phys */
James Smart2e0fef82007-06-17 19:56:36 -05009341 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009342 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
9343 if (mp->phys == phys) {
9344 list_del_init(&mp->list);
9345 pring->postbufq_cnt--;
James Smart2e0fef82007-06-17 19:56:36 -05009346 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009347 return mp;
9348 }
9349 }
9350
James Smart2e0fef82007-06-17 19:56:36 -05009351 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009352 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04009353 "0410 Cannot find virtual addr for mapped buf on "
dea31012005-04-17 16:05:31 -05009354 "ring %d Data x%llx x%p x%p x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04009355 pring->ringno, (unsigned long long)phys,
dea31012005-04-17 16:05:31 -05009356 slp->next, slp->prev, pring->postbufq_cnt);
9357 return NULL;
9358}
9359
James Smarte59058c2008-08-24 21:49:00 -04009360/**
James Smart3621a712009-04-06 18:47:14 -04009361 * lpfc_sli_abort_els_cmpl - Completion handler for the els abort iocbs
James Smarte59058c2008-08-24 21:49:00 -04009362 * @phba: Pointer to HBA context object.
9363 * @cmdiocb: Pointer to driver command iocb object.
9364 * @rspiocb: Pointer to driver response iocb object.
9365 *
9366 * This function is the completion handler for the abort iocbs for
9367 * ELS commands. This function is called from the ELS ring event
9368 * handler with no lock held. This function frees memory resources
9369 * associated with the abort iocb.
9370 **/
dea31012005-04-17 16:05:31 -05009371static void
James Smart2e0fef82007-06-17 19:56:36 -05009372lpfc_sli_abort_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9373 struct lpfc_iocbq *rspiocb)
dea31012005-04-17 16:05:31 -05009374{
James Smart2e0fef82007-06-17 19:56:36 -05009375 IOCB_t *irsp = &rspiocb->iocb;
James Smart2680eea2007-04-25 09:52:55 -04009376 uint16_t abort_iotag, abort_context;
James Smartff78d8f2011-12-13 13:21:35 -05009377 struct lpfc_iocbq *abort_iocb = NULL;
James Smart2680eea2007-04-25 09:52:55 -04009378
9379 if (irsp->ulpStatus) {
James Smartff78d8f2011-12-13 13:21:35 -05009380
9381 /*
9382 * Assume that the port already completed and returned, or
9383 * will return the iocb. Just Log the message.
9384 */
James Smart2680eea2007-04-25 09:52:55 -04009385 abort_context = cmdiocb->iocb.un.acxri.abortContextTag;
9386 abort_iotag = cmdiocb->iocb.un.acxri.abortIoTag;
9387
James Smart2e0fef82007-06-17 19:56:36 -05009388 spin_lock_irq(&phba->hbalock);
James Smart45ed1192009-10-02 15:17:02 -04009389 if (phba->sli_rev < LPFC_SLI_REV4) {
9390 if (abort_iotag != 0 &&
9391 abort_iotag <= phba->sli.last_iotag)
9392 abort_iocb =
9393 phba->sli.iocbq_lookup[abort_iotag];
9394 } else
9395 /* For sli4 the abort_tag is the XRI,
9396 * so the abort routine puts the iotag of the iocb
9397 * being aborted in the context field of the abort
9398 * IOCB.
9399 */
9400 abort_iocb = phba->sli.iocbq_lookup[abort_context];
James Smart2680eea2007-04-25 09:52:55 -04009401
James Smart2a9bf3d2010-06-07 15:24:45 -04009402 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS | LOG_SLI,
9403 "0327 Cannot abort els iocb %p "
9404 "with tag %x context %x, abort status %x, "
9405 "abort code %x\n",
9406 abort_iocb, abort_iotag, abort_context,
9407 irsp->ulpStatus, irsp->un.ulpWord[4]);
James Smart2680eea2007-04-25 09:52:55 -04009408
James Smartff78d8f2011-12-13 13:21:35 -05009409 spin_unlock_irq(&phba->hbalock);
James Smart2680eea2007-04-25 09:52:55 -04009410 }
James Bottomley604a3e32005-10-29 10:28:33 -05009411 lpfc_sli_release_iocbq(phba, cmdiocb);
dea31012005-04-17 16:05:31 -05009412 return;
9413}
9414
James Smarte59058c2008-08-24 21:49:00 -04009415/**
James Smart3621a712009-04-06 18:47:14 -04009416 * lpfc_ignore_els_cmpl - Completion handler for aborted ELS command
James Smarte59058c2008-08-24 21:49:00 -04009417 * @phba: Pointer to HBA context object.
9418 * @cmdiocb: Pointer to driver command iocb object.
9419 * @rspiocb: Pointer to driver response iocb object.
9420 *
9421 * The function is called from SLI ring event handler with no
9422 * lock held. This function is the completion handler for ELS commands
9423 * which are aborted. The function frees memory resources used for
9424 * the aborted ELS commands.
9425 **/
James Smart92d7f7b2007-06-17 19:56:38 -05009426static void
9427lpfc_ignore_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9428 struct lpfc_iocbq *rspiocb)
9429{
9430 IOCB_t *irsp = &rspiocb->iocb;
9431
9432 /* ELS cmd tag <ulpIoTag> completes */
9433 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smartd7c255b2008-08-24 21:50:00 -04009434 "0139 Ignoring ELS cmd tag x%x completion Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05009435 "x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04009436 irsp->ulpIoTag, irsp->ulpStatus,
James Smart92d7f7b2007-06-17 19:56:38 -05009437 irsp->un.ulpWord[4], irsp->ulpTimeout);
James Smart858c9f62007-06-17 19:56:39 -05009438 if (cmdiocb->iocb.ulpCommand == CMD_GEN_REQUEST64_CR)
9439 lpfc_ct_free_iocb(phba, cmdiocb);
9440 else
9441 lpfc_els_free_iocb(phba, cmdiocb);
James Smart92d7f7b2007-06-17 19:56:38 -05009442 return;
9443}
9444
James Smarte59058c2008-08-24 21:49:00 -04009445/**
James Smart5af5eee2010-10-22 11:06:38 -04009446 * lpfc_sli_abort_iotag_issue - Issue abort for a command iocb
James Smarte59058c2008-08-24 21:49:00 -04009447 * @phba: Pointer to HBA context object.
9448 * @pring: Pointer to driver SLI ring object.
9449 * @cmdiocb: Pointer to driver command iocb object.
9450 *
James Smart5af5eee2010-10-22 11:06:38 -04009451 * This function issues an abort iocb for the provided command iocb down to
9452 * the port. Other than the case the outstanding command iocb is an abort
9453 * request, this function issues abort out unconditionally. This function is
9454 * called with hbalock held. The function returns 0 when it fails due to
9455 * memory allocation failure or when the command iocb is an abort request.
James Smarte59058c2008-08-24 21:49:00 -04009456 **/
James Smart5af5eee2010-10-22 11:06:38 -04009457static int
9458lpfc_sli_abort_iotag_issue(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05009459 struct lpfc_iocbq *cmdiocb)
dea31012005-04-17 16:05:31 -05009460{
James Smart2e0fef82007-06-17 19:56:36 -05009461 struct lpfc_vport *vport = cmdiocb->vport;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009462 struct lpfc_iocbq *abtsiocbp;
dea31012005-04-17 16:05:31 -05009463 IOCB_t *icmd = NULL;
9464 IOCB_t *iabt = NULL;
James Smart5af5eee2010-10-22 11:06:38 -04009465 int retval;
James Smart7e56aa22012-08-03 12:35:34 -04009466 unsigned long iflags;
James Smart07951072007-04-25 09:51:38 -04009467
James Smart92d7f7b2007-06-17 19:56:38 -05009468 /*
9469 * There are certain command types we don't want to abort. And we
9470 * don't want to abort commands that are already in the process of
9471 * being aborted.
James Smart07951072007-04-25 09:51:38 -04009472 */
9473 icmd = &cmdiocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05009474 if (icmd->ulpCommand == CMD_ABORT_XRI_CN ||
James Smart92d7f7b2007-06-17 19:56:38 -05009475 icmd->ulpCommand == CMD_CLOSE_XRI_CN ||
9476 (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0)
James Smart07951072007-04-25 09:51:38 -04009477 return 0;
9478
dea31012005-04-17 16:05:31 -05009479 /* issue ABTS for this IOCB based on iotag */
James Smart92d7f7b2007-06-17 19:56:38 -05009480 abtsiocbp = __lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05009481 if (abtsiocbp == NULL)
9482 return 0;
dea31012005-04-17 16:05:31 -05009483
James Smart07951072007-04-25 09:51:38 -04009484 /* This signals the response to set the correct status
James Smart341af102010-01-26 23:07:37 -05009485 * before calling the completion handler
James Smart07951072007-04-25 09:51:38 -04009486 */
9487 cmdiocb->iocb_flag |= LPFC_DRIVER_ABORTED;
9488
dea31012005-04-17 16:05:31 -05009489 iabt = &abtsiocbp->iocb;
James Smart07951072007-04-25 09:51:38 -04009490 iabt->un.acxri.abortType = ABORT_TYPE_ABTS;
9491 iabt->un.acxri.abortContextTag = icmd->ulpContext;
James Smart45ed1192009-10-02 15:17:02 -04009492 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smartda0436e2009-05-22 14:51:39 -04009493 iabt->un.acxri.abortIoTag = cmdiocb->sli4_xritag;
James Smart45ed1192009-10-02 15:17:02 -04009494 iabt->un.acxri.abortContextTag = cmdiocb->iotag;
9495 }
James Smartda0436e2009-05-22 14:51:39 -04009496 else
9497 iabt->un.acxri.abortIoTag = icmd->ulpIoTag;
dea31012005-04-17 16:05:31 -05009498 iabt->ulpLe = 1;
James Smart07951072007-04-25 09:51:38 -04009499 iabt->ulpClass = icmd->ulpClass;
dea31012005-04-17 16:05:31 -05009500
James Smart5ffc2662009-11-18 15:39:44 -05009501 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
9502 abtsiocbp->fcp_wqidx = cmdiocb->fcp_wqidx;
James Smart341af102010-01-26 23:07:37 -05009503 if (cmdiocb->iocb_flag & LPFC_IO_FCP)
9504 abtsiocbp->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart5ffc2662009-11-18 15:39:44 -05009505
James Smart2e0fef82007-06-17 19:56:36 -05009506 if (phba->link_state >= LPFC_LINK_UP)
James Smart07951072007-04-25 09:51:38 -04009507 iabt->ulpCommand = CMD_ABORT_XRI_CN;
9508 else
9509 iabt->ulpCommand = CMD_CLOSE_XRI_CN;
9510
9511 abtsiocbp->iocb_cmpl = lpfc_sli_abort_els_cmpl;
James Smart5b8bd0c2007-04-25 09:52:49 -04009512
James Smarte8b62012007-08-02 11:10:09 -04009513 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
9514 "0339 Abort xri x%x, original iotag x%x, "
9515 "abort cmd iotag x%x\n",
James Smart2a9bf3d2010-06-07 15:24:45 -04009516 iabt->un.acxri.abortIoTag,
James Smarte8b62012007-08-02 11:10:09 -04009517 iabt->un.acxri.abortContextTag,
James Smart2a9bf3d2010-06-07 15:24:45 -04009518 abtsiocbp->iotag);
James Smart7e56aa22012-08-03 12:35:34 -04009519
9520 if (phba->sli_rev == LPFC_SLI_REV4) {
9521 /* Note: both hbalock and ring_lock need to be set here */
9522 spin_lock_irqsave(&pring->ring_lock, iflags);
9523 retval = __lpfc_sli_issue_iocb(phba, pring->ringno,
9524 abtsiocbp, 0);
9525 spin_unlock_irqrestore(&pring->ring_lock, iflags);
9526 } else {
9527 retval = __lpfc_sli_issue_iocb(phba, pring->ringno,
9528 abtsiocbp, 0);
9529 }
James Smart07951072007-04-25 09:51:38 -04009530
James Smartd7c255b2008-08-24 21:50:00 -04009531 if (retval)
9532 __lpfc_sli_release_iocbq(phba, abtsiocbp);
James Smart5af5eee2010-10-22 11:06:38 -04009533
9534 /*
9535 * Caller to this routine should check for IOCB_ERROR
9536 * and handle it properly. This routine no longer removes
9537 * iocb off txcmplq and call compl in case of IOCB_ERROR.
9538 */
9539 return retval;
9540}
9541
9542/**
9543 * lpfc_sli_issue_abort_iotag - Abort function for a command iocb
9544 * @phba: Pointer to HBA context object.
9545 * @pring: Pointer to driver SLI ring object.
9546 * @cmdiocb: Pointer to driver command iocb object.
9547 *
9548 * This function issues an abort iocb for the provided command iocb. In case
9549 * of unloading, the abort iocb will not be issued to commands on the ELS
9550 * ring. Instead, the callback function shall be changed to those commands
9551 * so that nothing happens when them finishes. This function is called with
9552 * hbalock held. The function returns 0 when the command iocb is an abort
9553 * request.
9554 **/
9555int
9556lpfc_sli_issue_abort_iotag(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9557 struct lpfc_iocbq *cmdiocb)
9558{
9559 struct lpfc_vport *vport = cmdiocb->vport;
9560 int retval = IOCB_ERROR;
9561 IOCB_t *icmd = NULL;
9562
9563 /*
9564 * There are certain command types we don't want to abort. And we
9565 * don't want to abort commands that are already in the process of
9566 * being aborted.
9567 */
9568 icmd = &cmdiocb->iocb;
9569 if (icmd->ulpCommand == CMD_ABORT_XRI_CN ||
9570 icmd->ulpCommand == CMD_CLOSE_XRI_CN ||
9571 (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0)
9572 return 0;
9573
9574 /*
9575 * If we're unloading, don't abort iocb on the ELS ring, but change
9576 * the callback so that nothing happens when it finishes.
9577 */
9578 if ((vport->load_flag & FC_UNLOADING) &&
9579 (pring->ringno == LPFC_ELS_RING)) {
9580 if (cmdiocb->iocb_flag & LPFC_IO_FABRIC)
9581 cmdiocb->fabric_iocb_cmpl = lpfc_ignore_els_cmpl;
9582 else
9583 cmdiocb->iocb_cmpl = lpfc_ignore_els_cmpl;
9584 goto abort_iotag_exit;
9585 }
9586
9587 /* Now, we try to issue the abort to the cmdiocb out */
9588 retval = lpfc_sli_abort_iotag_issue(phba, pring, cmdiocb);
9589
James Smart07951072007-04-25 09:51:38 -04009590abort_iotag_exit:
James Smart2e0fef82007-06-17 19:56:36 -05009591 /*
9592 * Caller to this routine should check for IOCB_ERROR
9593 * and handle it properly. This routine no longer removes
9594 * iocb off txcmplq and call compl in case of IOCB_ERROR.
James Smart07951072007-04-25 09:51:38 -04009595 */
James Smart2e0fef82007-06-17 19:56:36 -05009596 return retval;
dea31012005-04-17 16:05:31 -05009597}
9598
James Smarte59058c2008-08-24 21:49:00 -04009599/**
James Smart5af5eee2010-10-22 11:06:38 -04009600 * lpfc_sli_iocb_ring_abort - Unconditionally abort all iocbs on an iocb ring
9601 * @phba: Pointer to HBA context object.
9602 * @pring: Pointer to driver SLI ring object.
9603 *
9604 * This function aborts all iocbs in the given ring and frees all the iocb
9605 * objects in txq. This function issues abort iocbs unconditionally for all
9606 * the iocb commands in txcmplq. The iocbs in the txcmplq is not guaranteed
9607 * to complete before the return of this function. The caller is not required
9608 * to hold any locks.
9609 **/
9610static void
9611lpfc_sli_iocb_ring_abort(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
9612{
9613 LIST_HEAD(completions);
9614 struct lpfc_iocbq *iocb, *next_iocb;
9615
9616 if (pring->ringno == LPFC_ELS_RING)
9617 lpfc_fabric_abort_hba(phba);
9618
9619 spin_lock_irq(&phba->hbalock);
9620
9621 /* Take off all the iocbs on txq for cancelling */
9622 list_splice_init(&pring->txq, &completions);
9623 pring->txq_cnt = 0;
9624
9625 /* Next issue ABTS for everything on the txcmplq */
9626 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list)
9627 lpfc_sli_abort_iotag_issue(phba, pring, iocb);
9628
9629 spin_unlock_irq(&phba->hbalock);
9630
9631 /* Cancel all the IOCBs from the completions list */
9632 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
9633 IOERR_SLI_ABORTED);
9634}
9635
9636/**
9637 * lpfc_sli_hba_iocb_abort - Abort all iocbs to an hba.
9638 * @phba: pointer to lpfc HBA data structure.
9639 *
9640 * This routine will abort all pending and outstanding iocbs to an HBA.
9641 **/
9642void
9643lpfc_sli_hba_iocb_abort(struct lpfc_hba *phba)
9644{
9645 struct lpfc_sli *psli = &phba->sli;
9646 struct lpfc_sli_ring *pring;
9647 int i;
9648
9649 for (i = 0; i < psli->num_rings; i++) {
9650 pring = &psli->ring[i];
9651 lpfc_sli_iocb_ring_abort(phba, pring);
9652 }
9653}
9654
9655/**
James Smart3621a712009-04-06 18:47:14 -04009656 * lpfc_sli_validate_fcp_iocb - find commands associated with a vport or LUN
James Smarte59058c2008-08-24 21:49:00 -04009657 * @iocbq: Pointer to driver iocb object.
9658 * @vport: Pointer to driver virtual port object.
9659 * @tgt_id: SCSI ID of the target.
9660 * @lun_id: LUN ID of the scsi device.
9661 * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST
9662 *
James Smart3621a712009-04-06 18:47:14 -04009663 * This function acts as an iocb filter for functions which abort or count
James Smarte59058c2008-08-24 21:49:00 -04009664 * all FCP iocbs pending on a lun/SCSI target/SCSI host. It will return
9665 * 0 if the filtering criteria is met for the given iocb and will return
9666 * 1 if the filtering criteria is not met.
9667 * If ctx_cmd == LPFC_CTX_LUN, the function returns 0 only if the
9668 * given iocb is for the SCSI device specified by vport, tgt_id and
9669 * lun_id parameter.
9670 * If ctx_cmd == LPFC_CTX_TGT, the function returns 0 only if the
9671 * given iocb is for the SCSI target specified by vport and tgt_id
9672 * parameters.
9673 * If ctx_cmd == LPFC_CTX_HOST, the function returns 0 only if the
9674 * given iocb is for the SCSI host associated with the given vport.
9675 * This function is called with no locks held.
9676 **/
dea31012005-04-17 16:05:31 -05009677static int
James Smart51ef4c22007-08-02 11:10:31 -04009678lpfc_sli_validate_fcp_iocb(struct lpfc_iocbq *iocbq, struct lpfc_vport *vport,
9679 uint16_t tgt_id, uint64_t lun_id,
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009680 lpfc_ctx_cmd ctx_cmd)
dea31012005-04-17 16:05:31 -05009681{
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009682 struct lpfc_scsi_buf *lpfc_cmd;
dea31012005-04-17 16:05:31 -05009683 int rc = 1;
9684
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009685 if (!(iocbq->iocb_flag & LPFC_IO_FCP))
9686 return rc;
9687
James Smart51ef4c22007-08-02 11:10:31 -04009688 if (iocbq->vport != vport)
9689 return rc;
9690
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009691 lpfc_cmd = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq);
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009692
James Smart495a7142008-06-14 22:52:59 -04009693 if (lpfc_cmd->pCmd == NULL)
dea31012005-04-17 16:05:31 -05009694 return rc;
9695
9696 switch (ctx_cmd) {
9697 case LPFC_CTX_LUN:
James Smart495a7142008-06-14 22:52:59 -04009698 if ((lpfc_cmd->rdata->pnode) &&
9699 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id) &&
9700 (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id))
dea31012005-04-17 16:05:31 -05009701 rc = 0;
9702 break;
9703 case LPFC_CTX_TGT:
James Smart495a7142008-06-14 22:52:59 -04009704 if ((lpfc_cmd->rdata->pnode) &&
9705 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id))
dea31012005-04-17 16:05:31 -05009706 rc = 0;
9707 break;
dea31012005-04-17 16:05:31 -05009708 case LPFC_CTX_HOST:
9709 rc = 0;
9710 break;
9711 default:
9712 printk(KERN_ERR "%s: Unknown context cmd type, value %d\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07009713 __func__, ctx_cmd);
dea31012005-04-17 16:05:31 -05009714 break;
9715 }
9716
9717 return rc;
9718}
9719
James Smarte59058c2008-08-24 21:49:00 -04009720/**
James Smart3621a712009-04-06 18:47:14 -04009721 * lpfc_sli_sum_iocb - Function to count the number of FCP iocbs pending
James Smarte59058c2008-08-24 21:49:00 -04009722 * @vport: Pointer to virtual port.
9723 * @tgt_id: SCSI ID of the target.
9724 * @lun_id: LUN ID of the scsi device.
9725 * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
9726 *
9727 * This function returns number of FCP commands pending for the vport.
9728 * When ctx_cmd == LPFC_CTX_LUN, the function returns number of FCP
9729 * commands pending on the vport associated with SCSI device specified
9730 * by tgt_id and lun_id parameters.
9731 * When ctx_cmd == LPFC_CTX_TGT, the function returns number of FCP
9732 * commands pending on the vport associated with SCSI target specified
9733 * by tgt_id parameter.
9734 * When ctx_cmd == LPFC_CTX_HOST, the function returns number of FCP
9735 * commands pending on the vport.
9736 * This function returns the number of iocbs which satisfy the filter.
9737 * This function is called without any lock held.
9738 **/
dea31012005-04-17 16:05:31 -05009739int
James Smart51ef4c22007-08-02 11:10:31 -04009740lpfc_sli_sum_iocb(struct lpfc_vport *vport, uint16_t tgt_id, uint64_t lun_id,
9741 lpfc_ctx_cmd ctx_cmd)
dea31012005-04-17 16:05:31 -05009742{
James Smart51ef4c22007-08-02 11:10:31 -04009743 struct lpfc_hba *phba = vport->phba;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009744 struct lpfc_iocbq *iocbq;
9745 int sum, i;
dea31012005-04-17 16:05:31 -05009746
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009747 for (i = 1, sum = 0; i <= phba->sli.last_iotag; i++) {
9748 iocbq = phba->sli.iocbq_lookup[i];
dea31012005-04-17 16:05:31 -05009749
James Smart51ef4c22007-08-02 11:10:31 -04009750 if (lpfc_sli_validate_fcp_iocb (iocbq, vport, tgt_id, lun_id,
9751 ctx_cmd) == 0)
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009752 sum++;
dea31012005-04-17 16:05:31 -05009753 }
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009754
dea31012005-04-17 16:05:31 -05009755 return sum;
9756}
9757
James Smarte59058c2008-08-24 21:49:00 -04009758/**
James Smart3621a712009-04-06 18:47:14 -04009759 * lpfc_sli_abort_fcp_cmpl - Completion handler function for aborted FCP IOCBs
James Smarte59058c2008-08-24 21:49:00 -04009760 * @phba: Pointer to HBA context object
9761 * @cmdiocb: Pointer to command iocb object.
9762 * @rspiocb: Pointer to response iocb object.
9763 *
9764 * This function is called when an aborted FCP iocb completes. This
9765 * function is called by the ring event handler with no lock held.
9766 * This function frees the iocb.
9767 **/
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009768void
James Smart2e0fef82007-06-17 19:56:36 -05009769lpfc_sli_abort_fcp_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9770 struct lpfc_iocbq *rspiocb)
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009771{
James Smartcb69f7d2011-12-13 13:21:57 -05009772 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
9773 "3096 ABORT_XRI_CN completing on xri x%x "
9774 "original iotag x%x, abort cmd iotag x%x "
9775 "status 0x%x, reason 0x%x\n",
9776 cmdiocb->iocb.un.acxri.abortContextTag,
9777 cmdiocb->iocb.un.acxri.abortIoTag,
9778 cmdiocb->iotag, rspiocb->iocb.ulpStatus,
9779 rspiocb->iocb.un.ulpWord[4]);
James Bottomley604a3e32005-10-29 10:28:33 -05009780 lpfc_sli_release_iocbq(phba, cmdiocb);
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009781 return;
9782}
9783
James Smarte59058c2008-08-24 21:49:00 -04009784/**
James Smart3621a712009-04-06 18:47:14 -04009785 * lpfc_sli_abort_iocb - issue abort for all commands on a host/target/LUN
James Smarte59058c2008-08-24 21:49:00 -04009786 * @vport: Pointer to virtual port.
9787 * @pring: Pointer to driver SLI ring object.
9788 * @tgt_id: SCSI ID of the target.
9789 * @lun_id: LUN ID of the scsi device.
9790 * @abort_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
9791 *
9792 * This function sends an abort command for every SCSI command
9793 * associated with the given virtual port pending on the ring
9794 * filtered by lpfc_sli_validate_fcp_iocb function.
9795 * When abort_cmd == LPFC_CTX_LUN, the function sends abort only to the
9796 * FCP iocbs associated with lun specified by tgt_id and lun_id
9797 * parameters
9798 * When abort_cmd == LPFC_CTX_TGT, the function sends abort only to the
9799 * FCP iocbs associated with SCSI target specified by tgt_id parameter.
9800 * When abort_cmd == LPFC_CTX_HOST, the function sends abort to all
9801 * FCP iocbs associated with virtual port.
9802 * This function returns number of iocbs it failed to abort.
9803 * This function is called with no locks held.
9804 **/
dea31012005-04-17 16:05:31 -05009805int
James Smart51ef4c22007-08-02 11:10:31 -04009806lpfc_sli_abort_iocb(struct lpfc_vport *vport, struct lpfc_sli_ring *pring,
9807 uint16_t tgt_id, uint64_t lun_id, lpfc_ctx_cmd abort_cmd)
dea31012005-04-17 16:05:31 -05009808{
James Smart51ef4c22007-08-02 11:10:31 -04009809 struct lpfc_hba *phba = vport->phba;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009810 struct lpfc_iocbq *iocbq;
9811 struct lpfc_iocbq *abtsiocb;
dea31012005-04-17 16:05:31 -05009812 IOCB_t *cmd = NULL;
dea31012005-04-17 16:05:31 -05009813 int errcnt = 0, ret_val = 0;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009814 int i;
dea31012005-04-17 16:05:31 -05009815
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009816 for (i = 1; i <= phba->sli.last_iotag; i++) {
9817 iocbq = phba->sli.iocbq_lookup[i];
dea31012005-04-17 16:05:31 -05009818
James Smart51ef4c22007-08-02 11:10:31 -04009819 if (lpfc_sli_validate_fcp_iocb(iocbq, vport, tgt_id, lun_id,
James Smart2e0fef82007-06-17 19:56:36 -05009820 abort_cmd) != 0)
dea31012005-04-17 16:05:31 -05009821 continue;
9822
9823 /* issue ABTS for this IOCB based on iotag */
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009824 abtsiocb = lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05009825 if (abtsiocb == NULL) {
9826 errcnt++;
9827 continue;
9828 }
dea31012005-04-17 16:05:31 -05009829
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009830 cmd = &iocbq->iocb;
dea31012005-04-17 16:05:31 -05009831 abtsiocb->iocb.un.acxri.abortType = ABORT_TYPE_ABTS;
9832 abtsiocb->iocb.un.acxri.abortContextTag = cmd->ulpContext;
James Smartda0436e2009-05-22 14:51:39 -04009833 if (phba->sli_rev == LPFC_SLI_REV4)
9834 abtsiocb->iocb.un.acxri.abortIoTag = iocbq->sli4_xritag;
9835 else
9836 abtsiocb->iocb.un.acxri.abortIoTag = cmd->ulpIoTag;
dea31012005-04-17 16:05:31 -05009837 abtsiocb->iocb.ulpLe = 1;
9838 abtsiocb->iocb.ulpClass = cmd->ulpClass;
James Smart2e0fef82007-06-17 19:56:36 -05009839 abtsiocb->vport = phba->pport;
dea31012005-04-17 16:05:31 -05009840
James Smart5ffc2662009-11-18 15:39:44 -05009841 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
9842 abtsiocb->fcp_wqidx = iocbq->fcp_wqidx;
James Smart341af102010-01-26 23:07:37 -05009843 if (iocbq->iocb_flag & LPFC_IO_FCP)
9844 abtsiocb->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart5ffc2662009-11-18 15:39:44 -05009845
James Smart2e0fef82007-06-17 19:56:36 -05009846 if (lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05009847 abtsiocb->iocb.ulpCommand = CMD_ABORT_XRI_CN;
9848 else
9849 abtsiocb->iocb.ulpCommand = CMD_CLOSE_XRI_CN;
9850
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009851 /* Setup callback routine and issue the command. */
9852 abtsiocb->iocb_cmpl = lpfc_sli_abort_fcp_cmpl;
James Smartda0436e2009-05-22 14:51:39 -04009853 ret_val = lpfc_sli_issue_iocb(phba, pring->ringno,
9854 abtsiocb, 0);
dea31012005-04-17 16:05:31 -05009855 if (ret_val == IOCB_ERROR) {
James Bottomley604a3e32005-10-29 10:28:33 -05009856 lpfc_sli_release_iocbq(phba, abtsiocb);
dea31012005-04-17 16:05:31 -05009857 errcnt++;
9858 continue;
9859 }
9860 }
9861
9862 return errcnt;
9863}
9864
James Smarte59058c2008-08-24 21:49:00 -04009865/**
James Smart3621a712009-04-06 18:47:14 -04009866 * lpfc_sli_wake_iocb_wait - lpfc_sli_issue_iocb_wait's completion handler
James Smarte59058c2008-08-24 21:49:00 -04009867 * @phba: Pointer to HBA context object.
9868 * @cmdiocbq: Pointer to command iocb.
9869 * @rspiocbq: Pointer to response iocb.
9870 *
9871 * This function is the completion handler for iocbs issued using
9872 * lpfc_sli_issue_iocb_wait function. This function is called by the
9873 * ring event handler function without any lock held. This function
9874 * can be called from both worker thread context and interrupt
9875 * context. This function also can be called from other thread which
9876 * cleans up the SLI layer objects.
9877 * This function copy the contents of the response iocb to the
9878 * response iocb memory object provided by the caller of
9879 * lpfc_sli_issue_iocb_wait and then wakes up the thread which
9880 * sleeps for the iocb completion.
9881 **/
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009882static void
9883lpfc_sli_wake_iocb_wait(struct lpfc_hba *phba,
9884 struct lpfc_iocbq *cmdiocbq,
9885 struct lpfc_iocbq *rspiocbq)
dea31012005-04-17 16:05:31 -05009886{
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009887 wait_queue_head_t *pdone_q;
9888 unsigned long iflags;
James Smart0f65ff62010-02-26 14:14:23 -05009889 struct lpfc_scsi_buf *lpfc_cmd;
dea31012005-04-17 16:05:31 -05009890
James Smart2e0fef82007-06-17 19:56:36 -05009891 spin_lock_irqsave(&phba->hbalock, iflags);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009892 cmdiocbq->iocb_flag |= LPFC_IO_WAKE;
9893 if (cmdiocbq->context2 && rspiocbq)
9894 memcpy(&((struct lpfc_iocbq *)cmdiocbq->context2)->iocb,
9895 &rspiocbq->iocb, sizeof(IOCB_t));
9896
James Smart0f65ff62010-02-26 14:14:23 -05009897 /* Set the exchange busy flag for task management commands */
9898 if ((cmdiocbq->iocb_flag & LPFC_IO_FCP) &&
9899 !(cmdiocbq->iocb_flag & LPFC_IO_LIBDFC)) {
9900 lpfc_cmd = container_of(cmdiocbq, struct lpfc_scsi_buf,
9901 cur_iocbq);
9902 lpfc_cmd->exch_busy = rspiocbq->iocb_flag & LPFC_EXCHANGE_BUSY;
9903 }
9904
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009905 pdone_q = cmdiocbq->context_un.wait_queue;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009906 if (pdone_q)
9907 wake_up(pdone_q);
James Smart858c9f62007-06-17 19:56:39 -05009908 spin_unlock_irqrestore(&phba->hbalock, iflags);
dea31012005-04-17 16:05:31 -05009909 return;
9910}
9911
James Smarte59058c2008-08-24 21:49:00 -04009912/**
James Smartd11e31d2009-06-10 17:23:06 -04009913 * lpfc_chk_iocb_flg - Test IOCB flag with lock held.
9914 * @phba: Pointer to HBA context object..
9915 * @piocbq: Pointer to command iocb.
9916 * @flag: Flag to test.
9917 *
9918 * This routine grabs the hbalock and then test the iocb_flag to
9919 * see if the passed in flag is set.
9920 * Returns:
9921 * 1 if flag is set.
9922 * 0 if flag is not set.
9923 **/
9924static int
9925lpfc_chk_iocb_flg(struct lpfc_hba *phba,
9926 struct lpfc_iocbq *piocbq, uint32_t flag)
9927{
9928 unsigned long iflags;
9929 int ret;
9930
9931 spin_lock_irqsave(&phba->hbalock, iflags);
9932 ret = piocbq->iocb_flag & flag;
9933 spin_unlock_irqrestore(&phba->hbalock, iflags);
9934 return ret;
9935
9936}
9937
9938/**
James Smart3621a712009-04-06 18:47:14 -04009939 * lpfc_sli_issue_iocb_wait - Synchronous function to issue iocb commands
James Smarte59058c2008-08-24 21:49:00 -04009940 * @phba: Pointer to HBA context object..
9941 * @pring: Pointer to sli ring.
9942 * @piocb: Pointer to command iocb.
9943 * @prspiocbq: Pointer to response iocb.
9944 * @timeout: Timeout in number of seconds.
9945 *
9946 * This function issues the iocb to firmware and waits for the
9947 * iocb to complete. If the iocb command is not
9948 * completed within timeout seconds, it returns IOCB_TIMEDOUT.
9949 * Caller should not free the iocb resources if this function
9950 * returns IOCB_TIMEDOUT.
9951 * The function waits for the iocb completion using an
9952 * non-interruptible wait.
9953 * This function will sleep while waiting for iocb completion.
9954 * So, this function should not be called from any context which
9955 * does not allow sleeping. Due to the same reason, this function
9956 * cannot be called with interrupt disabled.
9957 * This function assumes that the iocb completions occur while
9958 * this function sleep. So, this function cannot be called from
9959 * the thread which process iocb completion for this ring.
9960 * This function clears the iocb_flag of the iocb object before
9961 * issuing the iocb and the iocb completion handler sets this
9962 * flag and wakes this thread when the iocb completes.
9963 * The contents of the response iocb will be copied to prspiocbq
9964 * by the completion handler when the command completes.
9965 * This function returns IOCB_SUCCESS when success.
9966 * This function is called with no lock held.
9967 **/
dea31012005-04-17 16:05:31 -05009968int
James Smart2e0fef82007-06-17 19:56:36 -05009969lpfc_sli_issue_iocb_wait(struct lpfc_hba *phba,
James Smartda0436e2009-05-22 14:51:39 -04009970 uint32_t ring_number,
James Smart2e0fef82007-06-17 19:56:36 -05009971 struct lpfc_iocbq *piocb,
9972 struct lpfc_iocbq *prspiocbq,
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009973 uint32_t timeout)
dea31012005-04-17 16:05:31 -05009974{
Peter Zijlstra7259f0d2006-10-29 22:46:36 -08009975 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009976 long timeleft, timeout_req = 0;
9977 int retval = IOCB_SUCCESS;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009978 uint32_t creg_val;
James Smart0e9bb8d2013-03-01 16:35:12 -05009979 struct lpfc_iocbq *iocb;
9980 int txq_cnt = 0;
9981 int txcmplq_cnt = 0;
James Smart2a9bf3d2010-06-07 15:24:45 -04009982 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
dea31012005-04-17 16:05:31 -05009983 /*
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009984 * If the caller has provided a response iocbq buffer, then context2
9985 * is NULL or its an error.
dea31012005-04-17 16:05:31 -05009986 */
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009987 if (prspiocbq) {
9988 if (piocb->context2)
9989 return IOCB_ERROR;
9990 piocb->context2 = prspiocbq;
dea31012005-04-17 16:05:31 -05009991 }
9992
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009993 piocb->iocb_cmpl = lpfc_sli_wake_iocb_wait;
9994 piocb->context_un.wait_queue = &done_q;
9995 piocb->iocb_flag &= ~LPFC_IO_WAKE;
dea31012005-04-17 16:05:31 -05009996
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009997 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
James Smart9940b972011-03-11 16:06:12 -05009998 if (lpfc_readl(phba->HCregaddr, &creg_val))
9999 return IOCB_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050010000 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING);
10001 writel(creg_val, phba->HCregaddr);
10002 readl(phba->HCregaddr); /* flush */
10003 }
10004
James Smart2a9bf3d2010-06-07 15:24:45 -040010005 retval = lpfc_sli_issue_iocb(phba, ring_number, piocb,
10006 SLI_IOCB_RET_IOCB);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010007 if (retval == IOCB_SUCCESS) {
10008 timeout_req = timeout * HZ;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010009 timeleft = wait_event_timeout(done_q,
James Smartd11e31d2009-06-10 17:23:06 -040010010 lpfc_chk_iocb_flg(phba, piocb, LPFC_IO_WAKE),
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010011 timeout_req);
dea31012005-04-17 16:05:31 -050010012
James Smart7054a602007-04-25 09:52:34 -040010013 if (piocb->iocb_flag & LPFC_IO_WAKE) {
10014 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010015 "0331 IOCB wake signaled\n");
James Smart7054a602007-04-25 09:52:34 -040010016 } else if (timeleft == 0) {
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010017 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010018 "0338 IOCB wait timeout error - no "
10019 "wake response Data x%x\n", timeout);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010020 retval = IOCB_TIMEDOUT;
James Smart7054a602007-04-25 09:52:34 -040010021 } else {
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010022 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010023 "0330 IOCB wake NOT set, "
10024 "Data x%x x%lx\n",
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010025 timeout, (timeleft / jiffies));
10026 retval = IOCB_TIMEDOUT;
dea31012005-04-17 16:05:31 -050010027 }
James Smart2a9bf3d2010-06-07 15:24:45 -040010028 } else if (retval == IOCB_BUSY) {
James Smart0e9bb8d2013-03-01 16:35:12 -050010029 if (phba->cfg_log_verbose & LOG_SLI) {
10030 list_for_each_entry(iocb, &pring->txq, list) {
10031 txq_cnt++;
10032 }
10033 list_for_each_entry(iocb, &pring->txcmplq, list) {
10034 txcmplq_cnt++;
10035 }
10036 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
10037 "2818 Max IOCBs %d txq cnt %d txcmplq cnt %d\n",
10038 phba->iocb_cnt, txq_cnt, txcmplq_cnt);
10039 }
James Smart2a9bf3d2010-06-07 15:24:45 -040010040 return retval;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010041 } else {
10042 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smartd7c255b2008-08-24 21:50:00 -040010043 "0332 IOCB wait issue failed, Data x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040010044 retval);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010045 retval = IOCB_ERROR;
dea31012005-04-17 16:05:31 -050010046 }
10047
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050010048 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
James Smart9940b972011-03-11 16:06:12 -050010049 if (lpfc_readl(phba->HCregaddr, &creg_val))
10050 return IOCB_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050010051 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING);
10052 writel(creg_val, phba->HCregaddr);
10053 readl(phba->HCregaddr); /* flush */
10054 }
10055
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010056 if (prspiocbq)
10057 piocb->context2 = NULL;
10058
10059 piocb->context_un.wait_queue = NULL;
10060 piocb->iocb_cmpl = NULL;
dea31012005-04-17 16:05:31 -050010061 return retval;
10062}
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010063
James Smarte59058c2008-08-24 21:49:00 -040010064/**
James Smart3621a712009-04-06 18:47:14 -040010065 * lpfc_sli_issue_mbox_wait - Synchronous function to issue mailbox
James Smarte59058c2008-08-24 21:49:00 -040010066 * @phba: Pointer to HBA context object.
10067 * @pmboxq: Pointer to driver mailbox object.
10068 * @timeout: Timeout in number of seconds.
10069 *
10070 * This function issues the mailbox to firmware and waits for the
10071 * mailbox command to complete. If the mailbox command is not
10072 * completed within timeout seconds, it returns MBX_TIMEOUT.
10073 * The function waits for the mailbox completion using an
10074 * interruptible wait. If the thread is woken up due to a
10075 * signal, MBX_TIMEOUT error is returned to the caller. Caller
10076 * should not free the mailbox resources, if this function returns
10077 * MBX_TIMEOUT.
10078 * This function will sleep while waiting for mailbox completion.
10079 * So, this function should not be called from any context which
10080 * does not allow sleeping. Due to the same reason, this function
10081 * cannot be called with interrupt disabled.
10082 * This function assumes that the mailbox completion occurs while
10083 * this function sleep. So, this function cannot be called from
10084 * the worker thread which processes mailbox completion.
10085 * This function is called in the context of HBA management
10086 * applications.
10087 * This function returns MBX_SUCCESS when successful.
10088 * This function is called with no lock held.
10089 **/
dea31012005-04-17 16:05:31 -050010090int
James Smart2e0fef82007-06-17 19:56:36 -050010091lpfc_sli_issue_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq,
dea31012005-04-17 16:05:31 -050010092 uint32_t timeout)
10093{
Peter Zijlstra7259f0d2006-10-29 22:46:36 -080010094 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q);
dea31012005-04-17 16:05:31 -050010095 int retval;
James Smart858c9f62007-06-17 19:56:39 -050010096 unsigned long flag;
dea31012005-04-17 16:05:31 -050010097
10098 /* The caller must leave context1 empty. */
James Smart98c9ea52007-10-27 13:37:33 -040010099 if (pmboxq->context1)
James Smart2e0fef82007-06-17 19:56:36 -050010100 return MBX_NOT_FINISHED;
dea31012005-04-17 16:05:31 -050010101
James Smart495a7142008-06-14 22:52:59 -040010102 pmboxq->mbox_flag &= ~LPFC_MBX_WAKE;
dea31012005-04-17 16:05:31 -050010103 /* setup wake call as IOCB callback */
10104 pmboxq->mbox_cmpl = lpfc_sli_wake_mbox_wait;
10105 /* setup context field to pass wait_queue pointer to wake function */
10106 pmboxq->context1 = &done_q;
10107
dea31012005-04-17 16:05:31 -050010108 /* now issue the command */
10109 retval = lpfc_sli_issue_mbox(phba, pmboxq, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -050010110 if (retval == MBX_BUSY || retval == MBX_SUCCESS) {
James Smart7054a602007-04-25 09:52:34 -040010111 wait_event_interruptible_timeout(done_q,
10112 pmboxq->mbox_flag & LPFC_MBX_WAKE,
10113 timeout * HZ);
10114
James Smart858c9f62007-06-17 19:56:39 -050010115 spin_lock_irqsave(&phba->hbalock, flag);
dea31012005-04-17 16:05:31 -050010116 pmboxq->context1 = NULL;
James Smart7054a602007-04-25 09:52:34 -040010117 /*
10118 * if LPFC_MBX_WAKE flag is set the mailbox is completed
10119 * else do not free the resources.
10120 */
James Smartd7c47992010-06-08 18:31:54 -040010121 if (pmboxq->mbox_flag & LPFC_MBX_WAKE) {
dea31012005-04-17 16:05:31 -050010122 retval = MBX_SUCCESS;
James Smartd7c47992010-06-08 18:31:54 -040010123 lpfc_sli4_swap_str(phba, pmboxq);
10124 } else {
James Smart7054a602007-04-25 09:52:34 -040010125 retval = MBX_TIMEOUT;
James Smart858c9f62007-06-17 19:56:39 -050010126 pmboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
10127 }
10128 spin_unlock_irqrestore(&phba->hbalock, flag);
dea31012005-04-17 16:05:31 -050010129 }
10130
dea31012005-04-17 16:05:31 -050010131 return retval;
10132}
10133
James Smarte59058c2008-08-24 21:49:00 -040010134/**
James Smart3772a992009-05-22 14:50:54 -040010135 * lpfc_sli_mbox_sys_shutdown - shutdown mailbox command sub-system
James Smarte59058c2008-08-24 21:49:00 -040010136 * @phba: Pointer to HBA context.
10137 *
James Smart3772a992009-05-22 14:50:54 -040010138 * This function is called to shutdown the driver's mailbox sub-system.
10139 * It first marks the mailbox sub-system is in a block state to prevent
10140 * the asynchronous mailbox command from issued off the pending mailbox
10141 * command queue. If the mailbox command sub-system shutdown is due to
10142 * HBA error conditions such as EEH or ERATT, this routine shall invoke
10143 * the mailbox sub-system flush routine to forcefully bring down the
10144 * mailbox sub-system. Otherwise, if it is due to normal condition (such
10145 * as with offline or HBA function reset), this routine will wait for the
10146 * outstanding mailbox command to complete before invoking the mailbox
10147 * sub-system flush routine to gracefully bring down mailbox sub-system.
James Smarte59058c2008-08-24 21:49:00 -040010148 **/
James Smart3772a992009-05-22 14:50:54 -040010149void
James Smart618a5232012-06-12 13:54:36 -040010150lpfc_sli_mbox_sys_shutdown(struct lpfc_hba *phba, int mbx_action)
James Smartb4c02652006-07-06 15:50:43 -040010151{
James Smart3772a992009-05-22 14:50:54 -040010152 struct lpfc_sli *psli = &phba->sli;
James Smart3772a992009-05-22 14:50:54 -040010153 unsigned long timeout;
10154
James Smart618a5232012-06-12 13:54:36 -040010155 if (mbx_action == LPFC_MBX_NO_WAIT) {
10156 /* delay 100ms for port state */
10157 msleep(100);
10158 lpfc_sli_mbox_sys_flush(phba);
10159 return;
10160 }
James Smarta183a152011-10-10 21:32:43 -040010161 timeout = msecs_to_jiffies(LPFC_MBOX_TMO * 1000) + jiffies;
James Smartd7069f02012-03-01 22:36:29 -050010162
James Smart3772a992009-05-22 14:50:54 -040010163 spin_lock_irq(&phba->hbalock);
10164 psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
James Smart3772a992009-05-22 14:50:54 -040010165
10166 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
James Smart3772a992009-05-22 14:50:54 -040010167 /* Determine how long we might wait for the active mailbox
10168 * command to be gracefully completed by firmware.
10169 */
James Smarta183a152011-10-10 21:32:43 -040010170 if (phba->sli.mbox_active)
10171 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
10172 phba->sli.mbox_active) *
10173 1000) + jiffies;
10174 spin_unlock_irq(&phba->hbalock);
10175
James Smart3772a992009-05-22 14:50:54 -040010176 while (phba->sli.mbox_active) {
10177 /* Check active mailbox complete status every 2ms */
10178 msleep(2);
10179 if (time_after(jiffies, timeout))
10180 /* Timeout, let the mailbox flush routine to
10181 * forcefully release active mailbox command
10182 */
10183 break;
10184 }
James Smartd7069f02012-03-01 22:36:29 -050010185 } else
10186 spin_unlock_irq(&phba->hbalock);
10187
James Smart3772a992009-05-22 14:50:54 -040010188 lpfc_sli_mbox_sys_flush(phba);
10189}
10190
10191/**
10192 * lpfc_sli_eratt_read - read sli-3 error attention events
10193 * @phba: Pointer to HBA context.
10194 *
10195 * This function is called to read the SLI3 device error attention registers
10196 * for possible error attention events. The caller must hold the hostlock
10197 * with spin_lock_irq().
10198 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010199 * This function returns 1 when there is Error Attention in the Host Attention
James Smart3772a992009-05-22 14:50:54 -040010200 * Register and returns 0 otherwise.
10201 **/
10202static int
10203lpfc_sli_eratt_read(struct lpfc_hba *phba)
10204{
James Smarted957682007-06-17 19:56:37 -050010205 uint32_t ha_copy;
James Smartb4c02652006-07-06 15:50:43 -040010206
James Smart3772a992009-05-22 14:50:54 -040010207 /* Read chip Host Attention (HA) register */
James Smart9940b972011-03-11 16:06:12 -050010208 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10209 goto unplug_err;
10210
James Smart3772a992009-05-22 14:50:54 -040010211 if (ha_copy & HA_ERATT) {
10212 /* Read host status register to retrieve error event */
James Smart9940b972011-03-11 16:06:12 -050010213 if (lpfc_sli_read_hs(phba))
10214 goto unplug_err;
James Smartb4c02652006-07-06 15:50:43 -040010215
James Smart3772a992009-05-22 14:50:54 -040010216 /* Check if there is a deferred error condition is active */
10217 if ((HS_FFER1 & phba->work_hs) &&
10218 ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 |
James Smartdcf2a4e2010-09-29 11:18:53 -040010219 HS_FFER6 | HS_FFER7 | HS_FFER8) & phba->work_hs)) {
James Smart3772a992009-05-22 14:50:54 -040010220 phba->hba_flag |= DEFER_ERATT;
James Smart3772a992009-05-22 14:50:54 -040010221 /* Clear all interrupt enable conditions */
10222 writel(0, phba->HCregaddr);
10223 readl(phba->HCregaddr);
10224 }
10225
10226 /* Set the driver HA work bitmap */
James Smart3772a992009-05-22 14:50:54 -040010227 phba->work_ha |= HA_ERATT;
10228 /* Indicate polling handles this ERATT */
10229 phba->hba_flag |= HBA_ERATT_HANDLED;
James Smart3772a992009-05-22 14:50:54 -040010230 return 1;
James Smartb4c02652006-07-06 15:50:43 -040010231 }
James Smart3772a992009-05-22 14:50:54 -040010232 return 0;
James Smart9940b972011-03-11 16:06:12 -050010233
10234unplug_err:
10235 /* Set the driver HS work bitmap */
10236 phba->work_hs |= UNPLUG_ERR;
10237 /* Set the driver HA work bitmap */
10238 phba->work_ha |= HA_ERATT;
10239 /* Indicate polling handles this ERATT */
10240 phba->hba_flag |= HBA_ERATT_HANDLED;
10241 return 1;
James Smartb4c02652006-07-06 15:50:43 -040010242}
10243
James Smarte59058c2008-08-24 21:49:00 -040010244/**
James Smartda0436e2009-05-22 14:51:39 -040010245 * lpfc_sli4_eratt_read - read sli-4 error attention events
10246 * @phba: Pointer to HBA context.
10247 *
10248 * This function is called to read the SLI4 device error attention registers
10249 * for possible error attention events. The caller must hold the hostlock
10250 * with spin_lock_irq().
10251 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010252 * This function returns 1 when there is Error Attention in the Host Attention
James Smartda0436e2009-05-22 14:51:39 -040010253 * Register and returns 0 otherwise.
10254 **/
10255static int
10256lpfc_sli4_eratt_read(struct lpfc_hba *phba)
10257{
10258 uint32_t uerr_sta_hi, uerr_sta_lo;
James Smart2fcee4b2010-12-15 17:57:46 -050010259 uint32_t if_type, portsmphr;
10260 struct lpfc_register portstat_reg;
James Smartda0436e2009-05-22 14:51:39 -040010261
James Smart2fcee4b2010-12-15 17:57:46 -050010262 /*
10263 * For now, use the SLI4 device internal unrecoverable error
James Smartda0436e2009-05-22 14:51:39 -040010264 * registers for error attention. This can be changed later.
10265 */
James Smart2fcee4b2010-12-15 17:57:46 -050010266 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
10267 switch (if_type) {
10268 case LPFC_SLI_INTF_IF_TYPE_0:
James Smart9940b972011-03-11 16:06:12 -050010269 if (lpfc_readl(phba->sli4_hba.u.if_type0.UERRLOregaddr,
10270 &uerr_sta_lo) ||
10271 lpfc_readl(phba->sli4_hba.u.if_type0.UERRHIregaddr,
10272 &uerr_sta_hi)) {
10273 phba->work_hs |= UNPLUG_ERR;
10274 phba->work_ha |= HA_ERATT;
10275 phba->hba_flag |= HBA_ERATT_HANDLED;
10276 return 1;
10277 }
James Smart2fcee4b2010-12-15 17:57:46 -050010278 if ((~phba->sli4_hba.ue_mask_lo & uerr_sta_lo) ||
10279 (~phba->sli4_hba.ue_mask_hi & uerr_sta_hi)) {
10280 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10281 "1423 HBA Unrecoverable error: "
10282 "uerr_lo_reg=0x%x, uerr_hi_reg=0x%x, "
10283 "ue_mask_lo_reg=0x%x, "
10284 "ue_mask_hi_reg=0x%x\n",
10285 uerr_sta_lo, uerr_sta_hi,
10286 phba->sli4_hba.ue_mask_lo,
10287 phba->sli4_hba.ue_mask_hi);
10288 phba->work_status[0] = uerr_sta_lo;
10289 phba->work_status[1] = uerr_sta_hi;
10290 phba->work_ha |= HA_ERATT;
10291 phba->hba_flag |= HBA_ERATT_HANDLED;
10292 return 1;
10293 }
10294 break;
10295 case LPFC_SLI_INTF_IF_TYPE_2:
James Smart9940b972011-03-11 16:06:12 -050010296 if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr,
10297 &portstat_reg.word0) ||
10298 lpfc_readl(phba->sli4_hba.PSMPHRregaddr,
10299 &portsmphr)){
10300 phba->work_hs |= UNPLUG_ERR;
10301 phba->work_ha |= HA_ERATT;
10302 phba->hba_flag |= HBA_ERATT_HANDLED;
10303 return 1;
10304 }
James Smart2fcee4b2010-12-15 17:57:46 -050010305 if (bf_get(lpfc_sliport_status_err, &portstat_reg)) {
10306 phba->work_status[0] =
10307 readl(phba->sli4_hba.u.if_type2.ERR1regaddr);
10308 phba->work_status[1] =
10309 readl(phba->sli4_hba.u.if_type2.ERR2regaddr);
10310 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2e90f4b2011-12-13 13:22:37 -050010311 "2885 Port Status Event: "
James Smart2fcee4b2010-12-15 17:57:46 -050010312 "port status reg 0x%x, "
10313 "port smphr reg 0x%x, "
10314 "error 1=0x%x, error 2=0x%x\n",
10315 portstat_reg.word0,
10316 portsmphr,
10317 phba->work_status[0],
10318 phba->work_status[1]);
10319 phba->work_ha |= HA_ERATT;
10320 phba->hba_flag |= HBA_ERATT_HANDLED;
10321 return 1;
10322 }
10323 break;
10324 case LPFC_SLI_INTF_IF_TYPE_1:
10325 default:
James Smarta747c9c2009-11-18 15:41:10 -050010326 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2fcee4b2010-12-15 17:57:46 -050010327 "2886 HBA Error Attention on unsupported "
10328 "if type %d.", if_type);
James Smarta747c9c2009-11-18 15:41:10 -050010329 return 1;
James Smartda0436e2009-05-22 14:51:39 -040010330 }
James Smart2fcee4b2010-12-15 17:57:46 -050010331
James Smartda0436e2009-05-22 14:51:39 -040010332 return 0;
10333}
10334
10335/**
James Smart3621a712009-04-06 18:47:14 -040010336 * lpfc_sli_check_eratt - check error attention events
James Smart93996272008-08-24 21:50:30 -040010337 * @phba: Pointer to HBA context.
10338 *
James Smart3772a992009-05-22 14:50:54 -040010339 * This function is called from timer soft interrupt context to check HBA's
James Smart93996272008-08-24 21:50:30 -040010340 * error attention register bit for error attention events.
10341 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010342 * This function returns 1 when there is Error Attention in the Host Attention
James Smart93996272008-08-24 21:50:30 -040010343 * Register and returns 0 otherwise.
10344 **/
10345int
10346lpfc_sli_check_eratt(struct lpfc_hba *phba)
10347{
10348 uint32_t ha_copy;
10349
10350 /* If somebody is waiting to handle an eratt, don't process it
10351 * here. The brdkill function will do this.
10352 */
10353 if (phba->link_flag & LS_IGNORE_ERATT)
10354 return 0;
10355
10356 /* Check if interrupt handler handles this ERATT */
10357 spin_lock_irq(&phba->hbalock);
10358 if (phba->hba_flag & HBA_ERATT_HANDLED) {
10359 /* Interrupt handler has handled ERATT */
10360 spin_unlock_irq(&phba->hbalock);
10361 return 0;
10362 }
10363
James Smarta257bf92009-04-06 18:48:10 -040010364 /*
10365 * If there is deferred error attention, do not check for error
10366 * attention
10367 */
10368 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
10369 spin_unlock_irq(&phba->hbalock);
10370 return 0;
10371 }
10372
James Smart3772a992009-05-22 14:50:54 -040010373 /* If PCI channel is offline, don't process it */
10374 if (unlikely(pci_channel_offline(phba->pcidev))) {
James Smart93996272008-08-24 21:50:30 -040010375 spin_unlock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -040010376 return 0;
10377 }
10378
10379 switch (phba->sli_rev) {
10380 case LPFC_SLI_REV2:
10381 case LPFC_SLI_REV3:
10382 /* Read chip Host Attention (HA) register */
10383 ha_copy = lpfc_sli_eratt_read(phba);
10384 break;
James Smartda0436e2009-05-22 14:51:39 -040010385 case LPFC_SLI_REV4:
James Smart2fcee4b2010-12-15 17:57:46 -050010386 /* Read device Uncoverable Error (UERR) registers */
James Smartda0436e2009-05-22 14:51:39 -040010387 ha_copy = lpfc_sli4_eratt_read(phba);
10388 break;
James Smart3772a992009-05-22 14:50:54 -040010389 default:
10390 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10391 "0299 Invalid SLI revision (%d)\n",
10392 phba->sli_rev);
10393 ha_copy = 0;
10394 break;
James Smart93996272008-08-24 21:50:30 -040010395 }
10396 spin_unlock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -040010397
10398 return ha_copy;
10399}
10400
10401/**
10402 * lpfc_intr_state_check - Check device state for interrupt handling
10403 * @phba: Pointer to HBA context.
10404 *
10405 * This inline routine checks whether a device or its PCI slot is in a state
10406 * that the interrupt should be handled.
10407 *
10408 * This function returns 0 if the device or the PCI slot is in a state that
10409 * interrupt should be handled, otherwise -EIO.
10410 */
10411static inline int
10412lpfc_intr_state_check(struct lpfc_hba *phba)
10413{
10414 /* If the pci channel is offline, ignore all the interrupts */
10415 if (unlikely(pci_channel_offline(phba->pcidev)))
10416 return -EIO;
10417
10418 /* Update device level interrupt statistics */
10419 phba->sli.slistat.sli_intr++;
10420
10421 /* Ignore all interrupts during initialization. */
10422 if (unlikely(phba->link_state < LPFC_LINK_DOWN))
10423 return -EIO;
10424
James Smart93996272008-08-24 21:50:30 -040010425 return 0;
10426}
10427
10428/**
James Smart3772a992009-05-22 14:50:54 -040010429 * lpfc_sli_sp_intr_handler - Slow-path interrupt handler to SLI-3 device
James Smarte59058c2008-08-24 21:49:00 -040010430 * @irq: Interrupt number.
10431 * @dev_id: The device context pointer.
10432 *
James Smart93996272008-08-24 21:50:30 -040010433 * This function is directly called from the PCI layer as an interrupt
James Smart3772a992009-05-22 14:50:54 -040010434 * service routine when device with SLI-3 interface spec is enabled with
10435 * MSI-X multi-message interrupt mode and there are slow-path events in
10436 * the HBA. However, when the device is enabled with either MSI or Pin-IRQ
10437 * interrupt mode, this function is called as part of the device-level
10438 * interrupt handler. When the PCI slot is in error recovery or the HBA
10439 * is undergoing initialization, the interrupt handler will not process
10440 * the interrupt. The link attention and ELS ring attention events are
10441 * handled by the worker thread. The interrupt handler signals the worker
10442 * thread and returns for these events. This function is called without
10443 * any lock held. It gets the hbalock to access and update SLI data
James Smart93996272008-08-24 21:50:30 -040010444 * structures.
10445 *
10446 * This function returns IRQ_HANDLED when interrupt is handled else it
10447 * returns IRQ_NONE.
James Smarte59058c2008-08-24 21:49:00 -040010448 **/
dea31012005-04-17 16:05:31 -050010449irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010450lpfc_sli_sp_intr_handler(int irq, void *dev_id)
dea31012005-04-17 16:05:31 -050010451{
James Smart2e0fef82007-06-17 19:56:36 -050010452 struct lpfc_hba *phba;
James Smarta747c9c2009-11-18 15:41:10 -050010453 uint32_t ha_copy, hc_copy;
dea31012005-04-17 16:05:31 -050010454 uint32_t work_ha_copy;
10455 unsigned long status;
James Smart5b75da22008-12-04 22:39:35 -050010456 unsigned long iflag;
dea31012005-04-17 16:05:31 -050010457 uint32_t control;
10458
James Smart92d7f7b2007-06-17 19:56:38 -050010459 MAILBOX_t *mbox, *pmbox;
James Smart858c9f62007-06-17 19:56:39 -050010460 struct lpfc_vport *vport;
10461 struct lpfc_nodelist *ndlp;
10462 struct lpfc_dmabuf *mp;
James Smart92d7f7b2007-06-17 19:56:38 -050010463 LPFC_MBOXQ_t *pmb;
10464 int rc;
10465
dea31012005-04-17 16:05:31 -050010466 /*
10467 * Get the driver's phba structure from the dev_id and
10468 * assume the HBA is not interrupting.
10469 */
James Smart93996272008-08-24 21:50:30 -040010470 phba = (struct lpfc_hba *)dev_id;
dea31012005-04-17 16:05:31 -050010471
10472 if (unlikely(!phba))
10473 return IRQ_NONE;
10474
dea31012005-04-17 16:05:31 -050010475 /*
James Smart93996272008-08-24 21:50:30 -040010476 * Stuff needs to be attented to when this function is invoked as an
10477 * individual interrupt handler in MSI-X multi-message interrupt mode
dea31012005-04-17 16:05:31 -050010478 */
James Smart93996272008-08-24 21:50:30 -040010479 if (phba->intr_type == MSIX) {
James Smart3772a992009-05-22 14:50:54 -040010480 /* Check device state for handling interrupt */
10481 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010482 return IRQ_NONE;
10483 /* Need to read HA REG for slow-path events */
James Smart5b75da22008-12-04 22:39:35 -050010484 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart9940b972011-03-11 16:06:12 -050010485 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10486 goto unplug_error;
James Smart93996272008-08-24 21:50:30 -040010487 /* If somebody is waiting to handle an eratt don't process it
10488 * here. The brdkill function will do this.
10489 */
10490 if (phba->link_flag & LS_IGNORE_ERATT)
10491 ha_copy &= ~HA_ERATT;
10492 /* Check the need for handling ERATT in interrupt handler */
10493 if (ha_copy & HA_ERATT) {
10494 if (phba->hba_flag & HBA_ERATT_HANDLED)
10495 /* ERATT polling has handled ERATT */
10496 ha_copy &= ~HA_ERATT;
10497 else
10498 /* Indicate interrupt handler handles ERATT */
10499 phba->hba_flag |= HBA_ERATT_HANDLED;
10500 }
James Smarta257bf92009-04-06 18:48:10 -040010501
10502 /*
10503 * If there is deferred error attention, do not check for any
10504 * interrupt.
10505 */
10506 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
James Smart3772a992009-05-22 14:50:54 -040010507 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010508 return IRQ_NONE;
10509 }
10510
James Smart93996272008-08-24 21:50:30 -040010511 /* Clear up only attention source related to slow-path */
James Smart9940b972011-03-11 16:06:12 -050010512 if (lpfc_readl(phba->HCregaddr, &hc_copy))
10513 goto unplug_error;
10514
James Smarta747c9c2009-11-18 15:41:10 -050010515 writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA |
10516 HC_LAINT_ENA | HC_ERINT_ENA),
10517 phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010518 writel((ha_copy & (HA_MBATT | HA_R2_CLR_MSK)),
10519 phba->HAregaddr);
James Smarta747c9c2009-11-18 15:41:10 -050010520 writel(hc_copy, phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010521 readl(phba->HAregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010522 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010523 } else
10524 ha_copy = phba->ha_copy;
dea31012005-04-17 16:05:31 -050010525
dea31012005-04-17 16:05:31 -050010526 work_ha_copy = ha_copy & phba->work_ha_mask;
10527
James Smart93996272008-08-24 21:50:30 -040010528 if (work_ha_copy) {
dea31012005-04-17 16:05:31 -050010529 if (work_ha_copy & HA_LATT) {
10530 if (phba->sli.sli_flag & LPFC_PROCESS_LA) {
10531 /*
10532 * Turn off Link Attention interrupts
10533 * until CLEAR_LA done
10534 */
James Smart5b75da22008-12-04 22:39:35 -050010535 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010536 phba->sli.sli_flag &= ~LPFC_PROCESS_LA;
James Smart9940b972011-03-11 16:06:12 -050010537 if (lpfc_readl(phba->HCregaddr, &control))
10538 goto unplug_error;
dea31012005-04-17 16:05:31 -050010539 control &= ~HC_LAINT_ENA;
10540 writel(control, phba->HCregaddr);
10541 readl(phba->HCregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010542 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010543 }
10544 else
10545 work_ha_copy &= ~HA_LATT;
10546 }
10547
James Smart93996272008-08-24 21:50:30 -040010548 if (work_ha_copy & ~(HA_ERATT | HA_MBATT | HA_LATT)) {
James Smart858c9f62007-06-17 19:56:39 -050010549 /*
10550 * Turn off Slow Rings interrupts, LPFC_ELS_RING is
10551 * the only slow ring.
10552 */
10553 status = (work_ha_copy &
10554 (HA_RXMASK << (4*LPFC_ELS_RING)));
10555 status >>= (4*LPFC_ELS_RING);
10556 if (status & HA_RXMASK) {
James Smart5b75da22008-12-04 22:39:35 -050010557 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart9940b972011-03-11 16:06:12 -050010558 if (lpfc_readl(phba->HCregaddr, &control))
10559 goto unplug_error;
James Smarta58cbd52007-08-02 11:09:43 -040010560
10561 lpfc_debugfs_slow_ring_trc(phba,
10562 "ISR slow ring: ctl:x%x stat:x%x isrcnt:x%x",
10563 control, status,
10564 (uint32_t)phba->sli.slistat.sli_intr);
10565
James Smart858c9f62007-06-17 19:56:39 -050010566 if (control & (HC_R0INT_ENA << LPFC_ELS_RING)) {
James Smarta58cbd52007-08-02 11:09:43 -040010567 lpfc_debugfs_slow_ring_trc(phba,
10568 "ISR Disable ring:"
10569 "pwork:x%x hawork:x%x wait:x%x",
10570 phba->work_ha, work_ha_copy,
10571 (uint32_t)((unsigned long)
James Smart5e9d9b82008-06-14 22:52:53 -040010572 &phba->work_waitq));
James Smarta58cbd52007-08-02 11:09:43 -040010573
James Smart858c9f62007-06-17 19:56:39 -050010574 control &=
10575 ~(HC_R0INT_ENA << LPFC_ELS_RING);
dea31012005-04-17 16:05:31 -050010576 writel(control, phba->HCregaddr);
10577 readl(phba->HCregaddr); /* flush */
dea31012005-04-17 16:05:31 -050010578 }
James Smarta58cbd52007-08-02 11:09:43 -040010579 else {
10580 lpfc_debugfs_slow_ring_trc(phba,
10581 "ISR slow ring: pwork:"
10582 "x%x hawork:x%x wait:x%x",
10583 phba->work_ha, work_ha_copy,
10584 (uint32_t)((unsigned long)
James Smart5e9d9b82008-06-14 22:52:53 -040010585 &phba->work_waitq));
James Smarta58cbd52007-08-02 11:09:43 -040010586 }
James Smart5b75da22008-12-04 22:39:35 -050010587 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010588 }
10589 }
James Smart5b75da22008-12-04 22:39:35 -050010590 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010591 if (work_ha_copy & HA_ERATT) {
James Smart9940b972011-03-11 16:06:12 -050010592 if (lpfc_sli_read_hs(phba))
10593 goto unplug_error;
James Smarta257bf92009-04-06 18:48:10 -040010594 /*
10595 * Check if there is a deferred error condition
10596 * is active
10597 */
10598 if ((HS_FFER1 & phba->work_hs) &&
10599 ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 |
James Smartdcf2a4e2010-09-29 11:18:53 -040010600 HS_FFER6 | HS_FFER7 | HS_FFER8) &
10601 phba->work_hs)) {
James Smarta257bf92009-04-06 18:48:10 -040010602 phba->hba_flag |= DEFER_ERATT;
10603 /* Clear all interrupt enable conditions */
10604 writel(0, phba->HCregaddr);
10605 readl(phba->HCregaddr);
10606 }
10607 }
10608
James Smart93996272008-08-24 21:50:30 -040010609 if ((work_ha_copy & HA_MBATT) && (phba->sli.mbox_active)) {
James Smart92d7f7b2007-06-17 19:56:38 -050010610 pmb = phba->sli.mbox_active;
James Smart04c68492009-05-22 14:52:52 -040010611 pmbox = &pmb->u.mb;
James Smart34b02dc2008-08-24 21:49:55 -040010612 mbox = phba->mbox;
James Smart858c9f62007-06-17 19:56:39 -050010613 vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -050010614
10615 /* First check out the status word */
10616 lpfc_sli_pcimem_bcopy(mbox, pmbox, sizeof(uint32_t));
10617 if (pmbox->mbxOwner != OWN_HOST) {
James Smart5b75da22008-12-04 22:39:35 -050010618 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart92d7f7b2007-06-17 19:56:38 -050010619 /*
10620 * Stray Mailbox Interrupt, mbxCommand <cmd>
10621 * mbxStatus <status>
10622 */
James Smart09372822008-01-11 01:52:54 -050010623 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
James Smart92d7f7b2007-06-17 19:56:38 -050010624 LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010625 "(%d):0304 Stray Mailbox "
James Smart92d7f7b2007-06-17 19:56:38 -050010626 "Interrupt mbxCommand x%x "
10627 "mbxStatus x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040010628 (vport ? vport->vpi : 0),
James Smart92d7f7b2007-06-17 19:56:38 -050010629 pmbox->mbxCommand,
10630 pmbox->mbxStatus);
James Smart09372822008-01-11 01:52:54 -050010631 /* clear mailbox attention bit */
10632 work_ha_copy &= ~HA_MBATT;
10633 } else {
James Smart97eab632008-04-07 10:16:05 -040010634 phba->sli.mbox_active = NULL;
James Smart5b75da22008-12-04 22:39:35 -050010635 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart09372822008-01-11 01:52:54 -050010636 phba->last_completion_time = jiffies;
10637 del_timer(&phba->sli.mbox_tmo);
James Smart09372822008-01-11 01:52:54 -050010638 if (pmb->mbox_cmpl) {
10639 lpfc_sli_pcimem_bcopy(mbox, pmbox,
10640 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -040010641 if (pmb->out_ext_byte_len &&
10642 pmb->context2)
10643 lpfc_sli_pcimem_bcopy(
10644 phba->mbox_ext,
10645 pmb->context2,
10646 pmb->out_ext_byte_len);
James Smart858c9f62007-06-17 19:56:39 -050010647 }
James Smart09372822008-01-11 01:52:54 -050010648 if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) {
10649 pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG;
10650
10651 lpfc_debugfs_disc_trc(vport,
10652 LPFC_DISC_TRC_MBOX_VPORT,
10653 "MBOX dflt rpi: : "
10654 "status:x%x rpi:x%x",
10655 (uint32_t)pmbox->mbxStatus,
10656 pmbox->un.varWords[0], 0);
10657
10658 if (!pmbox->mbxStatus) {
10659 mp = (struct lpfc_dmabuf *)
10660 (pmb->context1);
10661 ndlp = (struct lpfc_nodelist *)
10662 pmb->context2;
10663
10664 /* Reg_LOGIN of dflt RPI was
10665 * successful. new lets get
10666 * rid of the RPI using the
10667 * same mbox buffer.
10668 */
10669 lpfc_unreg_login(phba,
10670 vport->vpi,
10671 pmbox->un.varWords[0],
10672 pmb);
10673 pmb->mbox_cmpl =
10674 lpfc_mbx_cmpl_dflt_rpi;
10675 pmb->context1 = mp;
10676 pmb->context2 = ndlp;
10677 pmb->vport = vport;
James Smart58da1ff2008-04-07 10:15:56 -040010678 rc = lpfc_sli_issue_mbox(phba,
10679 pmb,
10680 MBX_NOWAIT);
10681 if (rc != MBX_BUSY)
10682 lpfc_printf_log(phba,
10683 KERN_ERR,
10684 LOG_MBOX | LOG_SLI,
James Smartd7c255b2008-08-24 21:50:00 -040010685 "0350 rc should have"
James Smart6a9c52c2009-10-02 15:16:51 -040010686 "been MBX_BUSY\n");
James Smart3772a992009-05-22 14:50:54 -040010687 if (rc != MBX_NOT_FINISHED)
10688 goto send_current_mbox;
James Smart09372822008-01-11 01:52:54 -050010689 }
10690 }
James Smart5b75da22008-12-04 22:39:35 -050010691 spin_lock_irqsave(
10692 &phba->pport->work_port_lock,
10693 iflag);
James Smart09372822008-01-11 01:52:54 -050010694 phba->pport->work_port_events &=
10695 ~WORKER_MBOX_TMO;
James Smart5b75da22008-12-04 22:39:35 -050010696 spin_unlock_irqrestore(
10697 &phba->pport->work_port_lock,
10698 iflag);
James Smart09372822008-01-11 01:52:54 -050010699 lpfc_mbox_cmpl_put(phba, pmb);
James Smart858c9f62007-06-17 19:56:39 -050010700 }
James Smart97eab632008-04-07 10:16:05 -040010701 } else
James Smart5b75da22008-12-04 22:39:35 -050010702 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010703
James Smart92d7f7b2007-06-17 19:56:38 -050010704 if ((work_ha_copy & HA_MBATT) &&
10705 (phba->sli.mbox_active == NULL)) {
James Smart858c9f62007-06-17 19:56:39 -050010706send_current_mbox:
James Smart92d7f7b2007-06-17 19:56:38 -050010707 /* Process next mailbox command if there is one */
James Smart58da1ff2008-04-07 10:15:56 -040010708 do {
10709 rc = lpfc_sli_issue_mbox(phba, NULL,
10710 MBX_NOWAIT);
10711 } while (rc == MBX_NOT_FINISHED);
10712 if (rc != MBX_SUCCESS)
10713 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
10714 LOG_SLI, "0349 rc should be "
James Smart6a9c52c2009-10-02 15:16:51 -040010715 "MBX_SUCCESS\n");
James Smart92d7f7b2007-06-17 19:56:38 -050010716 }
10717
James Smart5b75da22008-12-04 22:39:35 -050010718 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010719 phba->work_ha |= work_ha_copy;
James Smart5b75da22008-12-04 22:39:35 -050010720 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart5e9d9b82008-06-14 22:52:53 -040010721 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -050010722 }
James Smart93996272008-08-24 21:50:30 -040010723 return IRQ_HANDLED;
James Smart9940b972011-03-11 16:06:12 -050010724unplug_error:
10725 spin_unlock_irqrestore(&phba->hbalock, iflag);
10726 return IRQ_HANDLED;
dea31012005-04-17 16:05:31 -050010727
James Smart3772a992009-05-22 14:50:54 -040010728} /* lpfc_sli_sp_intr_handler */
James Smart93996272008-08-24 21:50:30 -040010729
10730/**
James Smart3772a992009-05-22 14:50:54 -040010731 * lpfc_sli_fp_intr_handler - Fast-path interrupt handler to SLI-3 device.
James Smart93996272008-08-24 21:50:30 -040010732 * @irq: Interrupt number.
10733 * @dev_id: The device context pointer.
10734 *
10735 * This function is directly called from the PCI layer as an interrupt
James Smart3772a992009-05-22 14:50:54 -040010736 * service routine when device with SLI-3 interface spec is enabled with
10737 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
10738 * ring event in the HBA. However, when the device is enabled with either
10739 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
10740 * device-level interrupt handler. When the PCI slot is in error recovery
10741 * or the HBA is undergoing initialization, the interrupt handler will not
10742 * process the interrupt. The SCSI FCP fast-path ring event are handled in
10743 * the intrrupt context. This function is called without any lock held.
10744 * It gets the hbalock to access and update SLI data structures.
James Smart93996272008-08-24 21:50:30 -040010745 *
10746 * This function returns IRQ_HANDLED when interrupt is handled else it
10747 * returns IRQ_NONE.
10748 **/
10749irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010750lpfc_sli_fp_intr_handler(int irq, void *dev_id)
James Smart93996272008-08-24 21:50:30 -040010751{
10752 struct lpfc_hba *phba;
10753 uint32_t ha_copy;
10754 unsigned long status;
James Smart5b75da22008-12-04 22:39:35 -050010755 unsigned long iflag;
James Smart93996272008-08-24 21:50:30 -040010756
10757 /* Get the driver's phba structure from the dev_id and
10758 * assume the HBA is not interrupting.
10759 */
10760 phba = (struct lpfc_hba *) dev_id;
10761
10762 if (unlikely(!phba))
10763 return IRQ_NONE;
dea31012005-04-17 16:05:31 -050010764
10765 /*
James Smart93996272008-08-24 21:50:30 -040010766 * Stuff needs to be attented to when this function is invoked as an
10767 * individual interrupt handler in MSI-X multi-message interrupt mode
dea31012005-04-17 16:05:31 -050010768 */
James Smart93996272008-08-24 21:50:30 -040010769 if (phba->intr_type == MSIX) {
James Smart3772a992009-05-22 14:50:54 -040010770 /* Check device state for handling interrupt */
10771 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010772 return IRQ_NONE;
10773 /* Need to read HA REG for FCP ring and other ring events */
James Smart9940b972011-03-11 16:06:12 -050010774 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10775 return IRQ_HANDLED;
James Smart93996272008-08-24 21:50:30 -040010776 /* Clear up only attention source related to fast-path */
James Smart5b75da22008-12-04 22:39:35 -050010777 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010778 /*
10779 * If there is deferred error attention, do not check for
10780 * any interrupt.
10781 */
10782 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
James Smart3772a992009-05-22 14:50:54 -040010783 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010784 return IRQ_NONE;
10785 }
James Smart93996272008-08-24 21:50:30 -040010786 writel((ha_copy & (HA_R0_CLR_MSK | HA_R1_CLR_MSK)),
10787 phba->HAregaddr);
10788 readl(phba->HAregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010789 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010790 } else
10791 ha_copy = phba->ha_copy;
10792
10793 /*
10794 * Process all events on FCP ring. Take the optimized path for FCP IO.
10795 */
10796 ha_copy &= ~(phba->work_ha_mask);
10797
10798 status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
dea31012005-04-17 16:05:31 -050010799 status >>= (4*LPFC_FCP_RING);
James Smart858c9f62007-06-17 19:56:39 -050010800 if (status & HA_RXMASK)
dea31012005-04-17 16:05:31 -050010801 lpfc_sli_handle_fast_ring_event(phba,
10802 &phba->sli.ring[LPFC_FCP_RING],
10803 status);
James Smarta4bc3372006-12-02 13:34:16 -050010804
10805 if (phba->cfg_multi_ring_support == 2) {
10806 /*
James Smart93996272008-08-24 21:50:30 -040010807 * Process all events on extra ring. Take the optimized path
10808 * for extra ring IO.
James Smarta4bc3372006-12-02 13:34:16 -050010809 */
James Smart93996272008-08-24 21:50:30 -040010810 status = (ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING)));
James Smarta4bc3372006-12-02 13:34:16 -050010811 status >>= (4*LPFC_EXTRA_RING);
James Smart858c9f62007-06-17 19:56:39 -050010812 if (status & HA_RXMASK) {
James Smarta4bc3372006-12-02 13:34:16 -050010813 lpfc_sli_handle_fast_ring_event(phba,
10814 &phba->sli.ring[LPFC_EXTRA_RING],
10815 status);
10816 }
10817 }
dea31012005-04-17 16:05:31 -050010818 return IRQ_HANDLED;
James Smart3772a992009-05-22 14:50:54 -040010819} /* lpfc_sli_fp_intr_handler */
dea31012005-04-17 16:05:31 -050010820
James Smart93996272008-08-24 21:50:30 -040010821/**
James Smart3772a992009-05-22 14:50:54 -040010822 * lpfc_sli_intr_handler - Device-level interrupt handler to SLI-3 device
James Smart93996272008-08-24 21:50:30 -040010823 * @irq: Interrupt number.
10824 * @dev_id: The device context pointer.
10825 *
James Smart3772a992009-05-22 14:50:54 -040010826 * This function is the HBA device-level interrupt handler to device with
10827 * SLI-3 interface spec, called from the PCI layer when either MSI or
10828 * Pin-IRQ interrupt mode is enabled and there is an event in the HBA which
10829 * requires driver attention. This function invokes the slow-path interrupt
10830 * attention handling function and fast-path interrupt attention handling
10831 * function in turn to process the relevant HBA attention events. This
10832 * function is called without any lock held. It gets the hbalock to access
10833 * and update SLI data structures.
James Smart93996272008-08-24 21:50:30 -040010834 *
10835 * This function returns IRQ_HANDLED when interrupt is handled, else it
10836 * returns IRQ_NONE.
10837 **/
10838irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010839lpfc_sli_intr_handler(int irq, void *dev_id)
James Smart93996272008-08-24 21:50:30 -040010840{
10841 struct lpfc_hba *phba;
10842 irqreturn_t sp_irq_rc, fp_irq_rc;
10843 unsigned long status1, status2;
James Smarta747c9c2009-11-18 15:41:10 -050010844 uint32_t hc_copy;
James Smart93996272008-08-24 21:50:30 -040010845
10846 /*
10847 * Get the driver's phba structure from the dev_id and
10848 * assume the HBA is not interrupting.
10849 */
10850 phba = (struct lpfc_hba *) dev_id;
10851
10852 if (unlikely(!phba))
10853 return IRQ_NONE;
10854
James Smart3772a992009-05-22 14:50:54 -040010855 /* Check device state for handling interrupt */
10856 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010857 return IRQ_NONE;
10858
10859 spin_lock(&phba->hbalock);
James Smart9940b972011-03-11 16:06:12 -050010860 if (lpfc_readl(phba->HAregaddr, &phba->ha_copy)) {
10861 spin_unlock(&phba->hbalock);
10862 return IRQ_HANDLED;
10863 }
10864
James Smart93996272008-08-24 21:50:30 -040010865 if (unlikely(!phba->ha_copy)) {
10866 spin_unlock(&phba->hbalock);
10867 return IRQ_NONE;
10868 } else if (phba->ha_copy & HA_ERATT) {
10869 if (phba->hba_flag & HBA_ERATT_HANDLED)
10870 /* ERATT polling has handled ERATT */
10871 phba->ha_copy &= ~HA_ERATT;
10872 else
10873 /* Indicate interrupt handler handles ERATT */
10874 phba->hba_flag |= HBA_ERATT_HANDLED;
10875 }
10876
James Smarta257bf92009-04-06 18:48:10 -040010877 /*
10878 * If there is deferred error attention, do not check for any interrupt.
10879 */
10880 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
Dan Carpenterec21b3b2010-08-08 00:15:17 +020010881 spin_unlock(&phba->hbalock);
James Smarta257bf92009-04-06 18:48:10 -040010882 return IRQ_NONE;
10883 }
10884
James Smart93996272008-08-24 21:50:30 -040010885 /* Clear attention sources except link and error attentions */
James Smart9940b972011-03-11 16:06:12 -050010886 if (lpfc_readl(phba->HCregaddr, &hc_copy)) {
10887 spin_unlock(&phba->hbalock);
10888 return IRQ_HANDLED;
10889 }
James Smarta747c9c2009-11-18 15:41:10 -050010890 writel(hc_copy & ~(HC_MBINT_ENA | HC_R0INT_ENA | HC_R1INT_ENA
10891 | HC_R2INT_ENA | HC_LAINT_ENA | HC_ERINT_ENA),
10892 phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010893 writel((phba->ha_copy & ~(HA_LATT | HA_ERATT)), phba->HAregaddr);
James Smarta747c9c2009-11-18 15:41:10 -050010894 writel(hc_copy, phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010895 readl(phba->HAregaddr); /* flush */
10896 spin_unlock(&phba->hbalock);
10897
10898 /*
10899 * Invokes slow-path host attention interrupt handling as appropriate.
10900 */
10901
10902 /* status of events with mailbox and link attention */
10903 status1 = phba->ha_copy & (HA_MBATT | HA_LATT | HA_ERATT);
10904
10905 /* status of events with ELS ring */
10906 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
10907 status2 >>= (4*LPFC_ELS_RING);
10908
10909 if (status1 || (status2 & HA_RXMASK))
James Smart3772a992009-05-22 14:50:54 -040010910 sp_irq_rc = lpfc_sli_sp_intr_handler(irq, dev_id);
James Smart93996272008-08-24 21:50:30 -040010911 else
10912 sp_irq_rc = IRQ_NONE;
10913
10914 /*
10915 * Invoke fast-path host attention interrupt handling as appropriate.
10916 */
10917
10918 /* status of events with FCP ring */
10919 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
10920 status1 >>= (4*LPFC_FCP_RING);
10921
10922 /* status of events with extra ring */
10923 if (phba->cfg_multi_ring_support == 2) {
10924 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING)));
10925 status2 >>= (4*LPFC_EXTRA_RING);
10926 } else
10927 status2 = 0;
10928
10929 if ((status1 & HA_RXMASK) || (status2 & HA_RXMASK))
James Smart3772a992009-05-22 14:50:54 -040010930 fp_irq_rc = lpfc_sli_fp_intr_handler(irq, dev_id);
James Smart93996272008-08-24 21:50:30 -040010931 else
10932 fp_irq_rc = IRQ_NONE;
10933
10934 /* Return device-level interrupt handling status */
10935 return (sp_irq_rc == IRQ_HANDLED) ? sp_irq_rc : fp_irq_rc;
James Smart3772a992009-05-22 14:50:54 -040010936} /* lpfc_sli_intr_handler */
James Smart4f774512009-05-22 14:52:35 -040010937
10938/**
10939 * lpfc_sli4_fcp_xri_abort_event_proc - Process fcp xri abort event
10940 * @phba: pointer to lpfc hba data structure.
10941 *
10942 * This routine is invoked by the worker thread to process all the pending
10943 * SLI4 FCP abort XRI events.
10944 **/
10945void lpfc_sli4_fcp_xri_abort_event_proc(struct lpfc_hba *phba)
10946{
10947 struct lpfc_cq_event *cq_event;
10948
10949 /* First, declare the fcp xri abort event has been handled */
10950 spin_lock_irq(&phba->hbalock);
10951 phba->hba_flag &= ~FCP_XRI_ABORT_EVENT;
10952 spin_unlock_irq(&phba->hbalock);
10953 /* Now, handle all the fcp xri abort events */
10954 while (!list_empty(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue)) {
10955 /* Get the first event from the head of the event queue */
10956 spin_lock_irq(&phba->hbalock);
10957 list_remove_head(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue,
10958 cq_event, struct lpfc_cq_event, list);
10959 spin_unlock_irq(&phba->hbalock);
10960 /* Notify aborted XRI for FCP work queue */
10961 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri);
10962 /* Free the event processed back to the free pool */
10963 lpfc_sli4_cq_event_release(phba, cq_event);
10964 }
10965}
10966
10967/**
10968 * lpfc_sli4_els_xri_abort_event_proc - Process els xri abort event
10969 * @phba: pointer to lpfc hba data structure.
10970 *
10971 * This routine is invoked by the worker thread to process all the pending
10972 * SLI4 els abort xri events.
10973 **/
10974void lpfc_sli4_els_xri_abort_event_proc(struct lpfc_hba *phba)
10975{
10976 struct lpfc_cq_event *cq_event;
10977
10978 /* First, declare the els xri abort event has been handled */
10979 spin_lock_irq(&phba->hbalock);
10980 phba->hba_flag &= ~ELS_XRI_ABORT_EVENT;
10981 spin_unlock_irq(&phba->hbalock);
10982 /* Now, handle all the els xri abort events */
10983 while (!list_empty(&phba->sli4_hba.sp_els_xri_aborted_work_queue)) {
10984 /* Get the first event from the head of the event queue */
10985 spin_lock_irq(&phba->hbalock);
10986 list_remove_head(&phba->sli4_hba.sp_els_xri_aborted_work_queue,
10987 cq_event, struct lpfc_cq_event, list);
10988 spin_unlock_irq(&phba->hbalock);
10989 /* Notify aborted XRI for ELS work queue */
10990 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri);
10991 /* Free the event processed back to the free pool */
10992 lpfc_sli4_cq_event_release(phba, cq_event);
10993 }
10994}
10995
James Smart341af102010-01-26 23:07:37 -050010996/**
10997 * lpfc_sli4_iocb_param_transfer - Transfer pIocbOut and cmpl status to pIocbIn
10998 * @phba: pointer to lpfc hba data structure
10999 * @pIocbIn: pointer to the rspiocbq
11000 * @pIocbOut: pointer to the cmdiocbq
11001 * @wcqe: pointer to the complete wcqe
11002 *
11003 * This routine transfers the fields of a command iocbq to a response iocbq
11004 * by copying all the IOCB fields from command iocbq and transferring the
11005 * completion status information from the complete wcqe.
11006 **/
James Smart4f774512009-05-22 14:52:35 -040011007static void
James Smart341af102010-01-26 23:07:37 -050011008lpfc_sli4_iocb_param_transfer(struct lpfc_hba *phba,
11009 struct lpfc_iocbq *pIocbIn,
James Smart4f774512009-05-22 14:52:35 -040011010 struct lpfc_iocbq *pIocbOut,
11011 struct lpfc_wcqe_complete *wcqe)
11012{
James Smart341af102010-01-26 23:07:37 -050011013 unsigned long iflags;
James Smartacd68592012-01-18 16:25:09 -050011014 uint32_t status;
James Smart4f774512009-05-22 14:52:35 -040011015 size_t offset = offsetof(struct lpfc_iocbq, iocb);
11016
11017 memcpy((char *)pIocbIn + offset, (char *)pIocbOut + offset,
11018 sizeof(struct lpfc_iocbq) - offset);
James Smart4f774512009-05-22 14:52:35 -040011019 /* Map WCQE parameters into irspiocb parameters */
James Smartacd68592012-01-18 16:25:09 -050011020 status = bf_get(lpfc_wcqe_c_status, wcqe);
11021 pIocbIn->iocb.ulpStatus = (status & LPFC_IOCB_STATUS_MASK);
James Smart4f774512009-05-22 14:52:35 -040011022 if (pIocbOut->iocb_flag & LPFC_IO_FCP)
11023 if (pIocbIn->iocb.ulpStatus == IOSTAT_FCP_RSP_ERROR)
11024 pIocbIn->iocb.un.fcpi.fcpi_parm =
11025 pIocbOut->iocb.un.fcpi.fcpi_parm -
11026 wcqe->total_data_placed;
11027 else
11028 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter;
James Smart695a8142010-01-26 23:08:03 -050011029 else {
James Smart4f774512009-05-22 14:52:35 -040011030 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter;
James Smart695a8142010-01-26 23:08:03 -050011031 pIocbIn->iocb.un.genreq64.bdl.bdeSize = wcqe->total_data_placed;
11032 }
James Smart341af102010-01-26 23:07:37 -050011033
James Smartacd68592012-01-18 16:25:09 -050011034 /* Convert BG errors for completion status */
11035 if (status == CQE_STATUS_DI_ERROR) {
11036 pIocbIn->iocb.ulpStatus = IOSTAT_LOCAL_REJECT;
11037
11038 if (bf_get(lpfc_wcqe_c_bg_edir, wcqe))
11039 pIocbIn->iocb.un.ulpWord[4] = IOERR_RX_DMA_FAILED;
11040 else
11041 pIocbIn->iocb.un.ulpWord[4] = IOERR_TX_DMA_FAILED;
11042
11043 pIocbIn->iocb.unsli3.sli3_bg.bgstat = 0;
11044 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) /* Guard Check failed */
11045 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11046 BGS_GUARD_ERR_MASK;
11047 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) /* App Tag Check failed */
11048 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11049 BGS_APPTAG_ERR_MASK;
11050 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) /* Ref Tag Check failed */
11051 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11052 BGS_REFTAG_ERR_MASK;
11053
11054 /* Check to see if there was any good data before the error */
11055 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) {
11056 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11057 BGS_HI_WATER_MARK_PRESENT_MASK;
11058 pIocbIn->iocb.unsli3.sli3_bg.bghm =
11059 wcqe->total_data_placed;
11060 }
11061
11062 /*
11063 * Set ALL the error bits to indicate we don't know what
11064 * type of error it is.
11065 */
11066 if (!pIocbIn->iocb.unsli3.sli3_bg.bgstat)
11067 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11068 (BGS_REFTAG_ERR_MASK | BGS_APPTAG_ERR_MASK |
11069 BGS_GUARD_ERR_MASK);
11070 }
11071
James Smart341af102010-01-26 23:07:37 -050011072 /* Pick up HBA exchange busy condition */
11073 if (bf_get(lpfc_wcqe_c_xb, wcqe)) {
11074 spin_lock_irqsave(&phba->hbalock, iflags);
11075 pIocbIn->iocb_flag |= LPFC_EXCHANGE_BUSY;
11076 spin_unlock_irqrestore(&phba->hbalock, iflags);
11077 }
James Smart4f774512009-05-22 14:52:35 -040011078}
11079
11080/**
James Smart45ed1192009-10-02 15:17:02 -040011081 * lpfc_sli4_els_wcqe_to_rspiocbq - Get response iocbq from els wcqe
11082 * @phba: Pointer to HBA context object.
11083 * @wcqe: Pointer to work-queue completion queue entry.
11084 *
11085 * This routine handles an ELS work-queue completion event and construct
11086 * a pseudo response ELS IODBQ from the SLI4 ELS WCQE for the common
11087 * discovery engine to handle.
11088 *
11089 * Return: Pointer to the receive IOCBQ, NULL otherwise.
11090 **/
11091static struct lpfc_iocbq *
11092lpfc_sli4_els_wcqe_to_rspiocbq(struct lpfc_hba *phba,
11093 struct lpfc_iocbq *irspiocbq)
11094{
11095 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
11096 struct lpfc_iocbq *cmdiocbq;
11097 struct lpfc_wcqe_complete *wcqe;
11098 unsigned long iflags;
11099
11100 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl;
James Smart7e56aa22012-08-03 12:35:34 -040011101 spin_lock_irqsave(&pring->ring_lock, iflags);
James Smart45ed1192009-10-02 15:17:02 -040011102 pring->stats.iocb_event++;
11103 /* Look up the ELS command IOCB and create pseudo response IOCB */
11104 cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring,
11105 bf_get(lpfc_wcqe_c_request_tag, wcqe));
James Smart7e56aa22012-08-03 12:35:34 -040011106 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart45ed1192009-10-02 15:17:02 -040011107
11108 if (unlikely(!cmdiocbq)) {
11109 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11110 "0386 ELS complete with no corresponding "
11111 "cmdiocb: iotag (%d)\n",
11112 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11113 lpfc_sli_release_iocbq(phba, irspiocbq);
11114 return NULL;
11115 }
11116
11117 /* Fake the irspiocbq and copy necessary response information */
James Smart341af102010-01-26 23:07:37 -050011118 lpfc_sli4_iocb_param_transfer(phba, irspiocbq, cmdiocbq, wcqe);
James Smart45ed1192009-10-02 15:17:02 -040011119
11120 return irspiocbq;
11121}
11122
11123/**
James Smart04c68492009-05-22 14:52:52 -040011124 * lpfc_sli4_sp_handle_async_event - Handle an asynchroous event
11125 * @phba: Pointer to HBA context object.
11126 * @cqe: Pointer to mailbox completion queue entry.
11127 *
11128 * This routine process a mailbox completion queue entry with asynchrous
11129 * event.
11130 *
11131 * Return: true if work posted to worker thread, otherwise false.
11132 **/
11133static bool
11134lpfc_sli4_sp_handle_async_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
11135{
11136 struct lpfc_cq_event *cq_event;
11137 unsigned long iflags;
11138
11139 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
11140 "0392 Async Event: word0:x%x, word1:x%x, "
11141 "word2:x%x, word3:x%x\n", mcqe->word0,
11142 mcqe->mcqe_tag0, mcqe->mcqe_tag1, mcqe->trailer);
11143
11144 /* Allocate a new internal CQ_EVENT entry */
11145 cq_event = lpfc_sli4_cq_event_alloc(phba);
11146 if (!cq_event) {
11147 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11148 "0394 Failed to allocate CQ_EVENT entry\n");
11149 return false;
11150 }
11151
11152 /* Move the CQE into an asynchronous event entry */
11153 memcpy(&cq_event->cqe, mcqe, sizeof(struct lpfc_mcqe));
11154 spin_lock_irqsave(&phba->hbalock, iflags);
11155 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue);
11156 /* Set the async event flag */
11157 phba->hba_flag |= ASYNC_EVENT;
11158 spin_unlock_irqrestore(&phba->hbalock, iflags);
11159
11160 return true;
11161}
11162
11163/**
11164 * lpfc_sli4_sp_handle_mbox_event - Handle a mailbox completion event
11165 * @phba: Pointer to HBA context object.
11166 * @cqe: Pointer to mailbox completion queue entry.
11167 *
11168 * This routine process a mailbox completion queue entry with mailbox
11169 * completion event.
11170 *
11171 * Return: true if work posted to worker thread, otherwise false.
11172 **/
11173static bool
11174lpfc_sli4_sp_handle_mbox_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
11175{
11176 uint32_t mcqe_status;
11177 MAILBOX_t *mbox, *pmbox;
11178 struct lpfc_mqe *mqe;
11179 struct lpfc_vport *vport;
11180 struct lpfc_nodelist *ndlp;
11181 struct lpfc_dmabuf *mp;
11182 unsigned long iflags;
11183 LPFC_MBOXQ_t *pmb;
11184 bool workposted = false;
11185 int rc;
11186
11187 /* If not a mailbox complete MCQE, out by checking mailbox consume */
11188 if (!bf_get(lpfc_trailer_completed, mcqe))
11189 goto out_no_mqe_complete;
11190
11191 /* Get the reference to the active mbox command */
11192 spin_lock_irqsave(&phba->hbalock, iflags);
11193 pmb = phba->sli.mbox_active;
11194 if (unlikely(!pmb)) {
11195 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
11196 "1832 No pending MBOX command to handle\n");
11197 spin_unlock_irqrestore(&phba->hbalock, iflags);
11198 goto out_no_mqe_complete;
11199 }
11200 spin_unlock_irqrestore(&phba->hbalock, iflags);
11201 mqe = &pmb->u.mqe;
11202 pmbox = (MAILBOX_t *)&pmb->u.mqe;
11203 mbox = phba->mbox;
11204 vport = pmb->vport;
11205
11206 /* Reset heartbeat timer */
11207 phba->last_completion_time = jiffies;
11208 del_timer(&phba->sli.mbox_tmo);
11209
11210 /* Move mbox data to caller's mailbox region, do endian swapping */
11211 if (pmb->mbox_cmpl && mbox)
11212 lpfc_sli_pcimem_bcopy(mbox, mqe, sizeof(struct lpfc_mqe));
James Smart04c68492009-05-22 14:52:52 -040011213
James Smart73d91e52011-10-10 21:32:10 -040011214 /*
11215 * For mcqe errors, conditionally move a modified error code to
11216 * the mbox so that the error will not be missed.
11217 */
11218 mcqe_status = bf_get(lpfc_mcqe_status, mcqe);
11219 if (mcqe_status != MB_CQE_STATUS_SUCCESS) {
11220 if (bf_get(lpfc_mqe_status, mqe) == MBX_SUCCESS)
11221 bf_set(lpfc_mqe_status, mqe,
11222 (LPFC_MBX_ERROR_RANGE | mcqe_status));
11223 }
James Smart04c68492009-05-22 14:52:52 -040011224 if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) {
11225 pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG;
11226 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_MBOX_VPORT,
11227 "MBOX dflt rpi: status:x%x rpi:x%x",
11228 mcqe_status,
11229 pmbox->un.varWords[0], 0);
11230 if (mcqe_status == MB_CQE_STATUS_SUCCESS) {
11231 mp = (struct lpfc_dmabuf *)(pmb->context1);
11232 ndlp = (struct lpfc_nodelist *)pmb->context2;
11233 /* Reg_LOGIN of dflt RPI was successful. Now lets get
11234 * RID of the PPI using the same mbox buffer.
11235 */
11236 lpfc_unreg_login(phba, vport->vpi,
11237 pmbox->un.varWords[0], pmb);
11238 pmb->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
11239 pmb->context1 = mp;
11240 pmb->context2 = ndlp;
11241 pmb->vport = vport;
11242 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
11243 if (rc != MBX_BUSY)
11244 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
11245 LOG_SLI, "0385 rc should "
11246 "have been MBX_BUSY\n");
11247 if (rc != MBX_NOT_FINISHED)
11248 goto send_current_mbox;
11249 }
11250 }
11251 spin_lock_irqsave(&phba->pport->work_port_lock, iflags);
11252 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
11253 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflags);
11254
11255 /* There is mailbox completion work to do */
11256 spin_lock_irqsave(&phba->hbalock, iflags);
11257 __lpfc_mbox_cmpl_put(phba, pmb);
11258 phba->work_ha |= HA_MBATT;
11259 spin_unlock_irqrestore(&phba->hbalock, iflags);
11260 workposted = true;
11261
11262send_current_mbox:
11263 spin_lock_irqsave(&phba->hbalock, iflags);
11264 /* Release the mailbox command posting token */
11265 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
11266 /* Setting active mailbox pointer need to be in sync to flag clear */
11267 phba->sli.mbox_active = NULL;
11268 spin_unlock_irqrestore(&phba->hbalock, iflags);
11269 /* Wake up worker thread to post the next pending mailbox command */
11270 lpfc_worker_wake_up(phba);
11271out_no_mqe_complete:
11272 if (bf_get(lpfc_trailer_consumed, mcqe))
11273 lpfc_sli4_mq_release(phba->sli4_hba.mbx_wq);
11274 return workposted;
11275}
11276
11277/**
11278 * lpfc_sli4_sp_handle_mcqe - Process a mailbox completion queue entry
11279 * @phba: Pointer to HBA context object.
11280 * @cqe: Pointer to mailbox completion queue entry.
11281 *
11282 * This routine process a mailbox completion queue entry, it invokes the
11283 * proper mailbox complete handling or asynchrous event handling routine
11284 * according to the MCQE's async bit.
11285 *
11286 * Return: true if work posted to worker thread, otherwise false.
11287 **/
11288static bool
11289lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_cqe *cqe)
11290{
11291 struct lpfc_mcqe mcqe;
11292 bool workposted;
11293
11294 /* Copy the mailbox MCQE and convert endian order as needed */
11295 lpfc_sli_pcimem_bcopy(cqe, &mcqe, sizeof(struct lpfc_mcqe));
11296
11297 /* Invoke the proper event handling routine */
11298 if (!bf_get(lpfc_trailer_async, &mcqe))
11299 workposted = lpfc_sli4_sp_handle_mbox_event(phba, &mcqe);
11300 else
11301 workposted = lpfc_sli4_sp_handle_async_event(phba, &mcqe);
11302 return workposted;
11303}
11304
11305/**
James Smart4f774512009-05-22 14:52:35 -040011306 * lpfc_sli4_sp_handle_els_wcqe - Handle els work-queue completion event
11307 * @phba: Pointer to HBA context object.
James Smart2a76a282012-08-03 12:35:54 -040011308 * @cq: Pointer to associated CQ
James Smart4f774512009-05-22 14:52:35 -040011309 * @wcqe: Pointer to work-queue completion queue entry.
11310 *
11311 * This routine handles an ELS work-queue completion event.
11312 *
11313 * Return: true if work posted to worker thread, otherwise false.
11314 **/
11315static bool
James Smart2a76a282012-08-03 12:35:54 -040011316lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040011317 struct lpfc_wcqe_complete *wcqe)
11318{
James Smart4f774512009-05-22 14:52:35 -040011319 struct lpfc_iocbq *irspiocbq;
11320 unsigned long iflags;
James Smart2a76a282012-08-03 12:35:54 -040011321 struct lpfc_sli_ring *pring = cq->pring;
James Smart0e9bb8d2013-03-01 16:35:12 -050011322 int txq_cnt = 0;
11323 int txcmplq_cnt = 0;
11324 int fcp_txcmplq_cnt = 0;
James Smart4f774512009-05-22 14:52:35 -040011325
James Smart45ed1192009-10-02 15:17:02 -040011326 /* Get an irspiocbq for later ELS response processing use */
James Smart4f774512009-05-22 14:52:35 -040011327 irspiocbq = lpfc_sli_get_iocbq(phba);
11328 if (!irspiocbq) {
James Smart0e9bb8d2013-03-01 16:35:12 -050011329 if (!list_empty(&pring->txq))
11330 txq_cnt++;
11331 if (!list_empty(&pring->txcmplq))
11332 txcmplq_cnt++;
11333 if (!list_empty(&phba->sli.ring[LPFC_FCP_RING].txcmplq))
11334 fcp_txcmplq_cnt++;
James Smart4f774512009-05-22 14:52:35 -040011335 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart2a9bf3d2010-06-07 15:24:45 -040011336 "0387 NO IOCBQ data: txq_cnt=%d iocb_cnt=%d "
11337 "fcp_txcmplq_cnt=%d, els_txcmplq_cnt=%d\n",
James Smart0e9bb8d2013-03-01 16:35:12 -050011338 txq_cnt, phba->iocb_cnt,
11339 fcp_txcmplq_cnt,
11340 txcmplq_cnt);
James Smart45ed1192009-10-02 15:17:02 -040011341 return false;
James Smart4f774512009-05-22 14:52:35 -040011342 }
James Smart4f774512009-05-22 14:52:35 -040011343
James Smart45ed1192009-10-02 15:17:02 -040011344 /* Save off the slow-path queue event for work thread to process */
11345 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe));
James Smart4f774512009-05-22 14:52:35 -040011346 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart4d9ab992009-10-02 15:16:39 -040011347 list_add_tail(&irspiocbq->cq_event.list,
James Smart45ed1192009-10-02 15:17:02 -040011348 &phba->sli4_hba.sp_queue_event);
11349 phba->hba_flag |= HBA_SP_QUEUE_EVT;
James Smart4f774512009-05-22 14:52:35 -040011350 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart4f774512009-05-22 14:52:35 -040011351
James Smart45ed1192009-10-02 15:17:02 -040011352 return true;
James Smart4f774512009-05-22 14:52:35 -040011353}
11354
11355/**
11356 * lpfc_sli4_sp_handle_rel_wcqe - Handle slow-path WQ entry consumed event
11357 * @phba: Pointer to HBA context object.
11358 * @wcqe: Pointer to work-queue completion queue entry.
11359 *
11360 * This routine handles slow-path WQ entry comsumed event by invoking the
11361 * proper WQ release routine to the slow-path WQ.
11362 **/
11363static void
11364lpfc_sli4_sp_handle_rel_wcqe(struct lpfc_hba *phba,
11365 struct lpfc_wcqe_release *wcqe)
11366{
James Smart2e90f4b2011-12-13 13:22:37 -050011367 /* sanity check on queue memory */
11368 if (unlikely(!phba->sli4_hba.els_wq))
11369 return;
James Smart4f774512009-05-22 14:52:35 -040011370 /* Check for the slow-path ELS work queue */
11371 if (bf_get(lpfc_wcqe_r_wq_id, wcqe) == phba->sli4_hba.els_wq->queue_id)
11372 lpfc_sli4_wq_release(phba->sli4_hba.els_wq,
11373 bf_get(lpfc_wcqe_r_wqe_index, wcqe));
11374 else
11375 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11376 "2579 Slow-path wqe consume event carries "
11377 "miss-matched qid: wcqe-qid=x%x, sp-qid=x%x\n",
11378 bf_get(lpfc_wcqe_r_wqe_index, wcqe),
11379 phba->sli4_hba.els_wq->queue_id);
11380}
11381
11382/**
11383 * lpfc_sli4_sp_handle_abort_xri_wcqe - Handle a xri abort event
11384 * @phba: Pointer to HBA context object.
11385 * @cq: Pointer to a WQ completion queue.
11386 * @wcqe: Pointer to work-queue completion queue entry.
11387 *
11388 * This routine handles an XRI abort event.
11389 *
11390 * Return: true if work posted to worker thread, otherwise false.
11391 **/
11392static bool
11393lpfc_sli4_sp_handle_abort_xri_wcqe(struct lpfc_hba *phba,
11394 struct lpfc_queue *cq,
11395 struct sli4_wcqe_xri_aborted *wcqe)
11396{
11397 bool workposted = false;
11398 struct lpfc_cq_event *cq_event;
11399 unsigned long iflags;
11400
11401 /* Allocate a new internal CQ_EVENT entry */
11402 cq_event = lpfc_sli4_cq_event_alloc(phba);
11403 if (!cq_event) {
11404 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11405 "0602 Failed to allocate CQ_EVENT entry\n");
11406 return false;
11407 }
11408
11409 /* Move the CQE into the proper xri abort event list */
11410 memcpy(&cq_event->cqe, wcqe, sizeof(struct sli4_wcqe_xri_aborted));
11411 switch (cq->subtype) {
11412 case LPFC_FCP:
11413 spin_lock_irqsave(&phba->hbalock, iflags);
11414 list_add_tail(&cq_event->list,
11415 &phba->sli4_hba.sp_fcp_xri_aborted_work_queue);
11416 /* Set the fcp xri abort event flag */
11417 phba->hba_flag |= FCP_XRI_ABORT_EVENT;
11418 spin_unlock_irqrestore(&phba->hbalock, iflags);
11419 workposted = true;
11420 break;
11421 case LPFC_ELS:
11422 spin_lock_irqsave(&phba->hbalock, iflags);
11423 list_add_tail(&cq_event->list,
11424 &phba->sli4_hba.sp_els_xri_aborted_work_queue);
11425 /* Set the els xri abort event flag */
11426 phba->hba_flag |= ELS_XRI_ABORT_EVENT;
11427 spin_unlock_irqrestore(&phba->hbalock, iflags);
11428 workposted = true;
11429 break;
11430 default:
11431 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11432 "0603 Invalid work queue CQE subtype (x%x)\n",
11433 cq->subtype);
11434 workposted = false;
11435 break;
11436 }
11437 return workposted;
11438}
11439
11440/**
James Smart4d9ab992009-10-02 15:16:39 -040011441 * lpfc_sli4_sp_handle_rcqe - Process a receive-queue completion queue entry
James Smart4f774512009-05-22 14:52:35 -040011442 * @phba: Pointer to HBA context object.
James Smart4d9ab992009-10-02 15:16:39 -040011443 * @rcqe: Pointer to receive-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011444 *
James Smart4d9ab992009-10-02 15:16:39 -040011445 * This routine process a receive-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011446 *
11447 * Return: true if work posted to worker thread, otherwise false.
11448 **/
11449static bool
James Smart4d9ab992009-10-02 15:16:39 -040011450lpfc_sli4_sp_handle_rcqe(struct lpfc_hba *phba, struct lpfc_rcqe *rcqe)
11451{
11452 bool workposted = false;
11453 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq;
11454 struct lpfc_queue *drq = phba->sli4_hba.dat_rq;
11455 struct hbq_dmabuf *dma_buf;
James Smart7851fe22011-07-22 18:36:52 -040011456 uint32_t status, rq_id;
James Smart4d9ab992009-10-02 15:16:39 -040011457 unsigned long iflags;
11458
James Smart2e90f4b2011-12-13 13:22:37 -050011459 /* sanity check on queue memory */
11460 if (unlikely(!hrq) || unlikely(!drq))
11461 return workposted;
11462
James Smart7851fe22011-07-22 18:36:52 -040011463 if (bf_get(lpfc_cqe_code, rcqe) == CQE_CODE_RECEIVE_V1)
11464 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe);
11465 else
11466 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe);
11467 if (rq_id != hrq->queue_id)
James Smart4d9ab992009-10-02 15:16:39 -040011468 goto out;
11469
11470 status = bf_get(lpfc_rcqe_status, rcqe);
11471 switch (status) {
11472 case FC_STATUS_RQ_BUF_LEN_EXCEEDED:
11473 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11474 "2537 Receive Frame Truncated!!\n");
James Smartb84daac2012-08-03 12:35:13 -040011475 hrq->RQ_buf_trunc++;
James Smart4d9ab992009-10-02 15:16:39 -040011476 case FC_STATUS_RQ_SUCCESS:
James Smart5ffc2662009-11-18 15:39:44 -050011477 lpfc_sli4_rq_release(hrq, drq);
James Smart4d9ab992009-10-02 15:16:39 -040011478 spin_lock_irqsave(&phba->hbalock, iflags);
11479 dma_buf = lpfc_sli_hbqbuf_get(&phba->hbqs[0].hbq_buffer_list);
11480 if (!dma_buf) {
James Smartb84daac2012-08-03 12:35:13 -040011481 hrq->RQ_no_buf_found++;
James Smart4d9ab992009-10-02 15:16:39 -040011482 spin_unlock_irqrestore(&phba->hbalock, iflags);
11483 goto out;
11484 }
James Smartb84daac2012-08-03 12:35:13 -040011485 hrq->RQ_rcv_buf++;
James Smart4d9ab992009-10-02 15:16:39 -040011486 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe));
11487 /* save off the frame for the word thread to process */
11488 list_add_tail(&dma_buf->cq_event.list,
James Smart45ed1192009-10-02 15:17:02 -040011489 &phba->sli4_hba.sp_queue_event);
James Smart4d9ab992009-10-02 15:16:39 -040011490 /* Frame received */
James Smart45ed1192009-10-02 15:17:02 -040011491 phba->hba_flag |= HBA_SP_QUEUE_EVT;
James Smart4d9ab992009-10-02 15:16:39 -040011492 spin_unlock_irqrestore(&phba->hbalock, iflags);
11493 workposted = true;
11494 break;
11495 case FC_STATUS_INSUFF_BUF_NEED_BUF:
11496 case FC_STATUS_INSUFF_BUF_FRM_DISC:
James Smartb84daac2012-08-03 12:35:13 -040011497 hrq->RQ_no_posted_buf++;
James Smart4d9ab992009-10-02 15:16:39 -040011498 /* Post more buffers if possible */
11499 spin_lock_irqsave(&phba->hbalock, iflags);
11500 phba->hba_flag |= HBA_POST_RECEIVE_BUFFER;
11501 spin_unlock_irqrestore(&phba->hbalock, iflags);
11502 workposted = true;
11503 break;
11504 }
11505out:
11506 return workposted;
James Smart4d9ab992009-10-02 15:16:39 -040011507}
11508
11509/**
11510 * lpfc_sli4_sp_handle_cqe - Process a slow path completion queue entry
11511 * @phba: Pointer to HBA context object.
11512 * @cq: Pointer to the completion queue.
11513 * @wcqe: Pointer to a completion queue entry.
11514 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030011515 * This routine process a slow-path work-queue or receive queue completion queue
James Smart4d9ab992009-10-02 15:16:39 -040011516 * entry.
11517 *
11518 * Return: true if work posted to worker thread, otherwise false.
11519 **/
11520static bool
11521lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040011522 struct lpfc_cqe *cqe)
11523{
James Smart45ed1192009-10-02 15:17:02 -040011524 struct lpfc_cqe cqevt;
James Smart4f774512009-05-22 14:52:35 -040011525 bool workposted = false;
11526
11527 /* Copy the work queue CQE and convert endian order if needed */
James Smart45ed1192009-10-02 15:17:02 -040011528 lpfc_sli_pcimem_bcopy(cqe, &cqevt, sizeof(struct lpfc_cqe));
James Smart4f774512009-05-22 14:52:35 -040011529
11530 /* Check and process for different type of WCQE and dispatch */
James Smart45ed1192009-10-02 15:17:02 -040011531 switch (bf_get(lpfc_cqe_code, &cqevt)) {
James Smart4f774512009-05-22 14:52:35 -040011532 case CQE_CODE_COMPL_WQE:
James Smart45ed1192009-10-02 15:17:02 -040011533 /* Process the WQ/RQ complete event */
James Smartbc739052010-08-04 16:11:18 -040011534 phba->last_completion_time = jiffies;
James Smart2a76a282012-08-03 12:35:54 -040011535 workposted = lpfc_sli4_sp_handle_els_wcqe(phba, cq,
James Smart45ed1192009-10-02 15:17:02 -040011536 (struct lpfc_wcqe_complete *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011537 break;
11538 case CQE_CODE_RELEASE_WQE:
11539 /* Process the WQ release event */
11540 lpfc_sli4_sp_handle_rel_wcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040011541 (struct lpfc_wcqe_release *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011542 break;
11543 case CQE_CODE_XRI_ABORTED:
11544 /* Process the WQ XRI abort event */
James Smartbc739052010-08-04 16:11:18 -040011545 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040011546 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq,
James Smart45ed1192009-10-02 15:17:02 -040011547 (struct sli4_wcqe_xri_aborted *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011548 break;
James Smart4d9ab992009-10-02 15:16:39 -040011549 case CQE_CODE_RECEIVE:
James Smart7851fe22011-07-22 18:36:52 -040011550 case CQE_CODE_RECEIVE_V1:
James Smart4d9ab992009-10-02 15:16:39 -040011551 /* Process the RQ event */
James Smartbc739052010-08-04 16:11:18 -040011552 phba->last_completion_time = jiffies;
James Smart4d9ab992009-10-02 15:16:39 -040011553 workposted = lpfc_sli4_sp_handle_rcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040011554 (struct lpfc_rcqe *)&cqevt);
James Smart4d9ab992009-10-02 15:16:39 -040011555 break;
James Smart4f774512009-05-22 14:52:35 -040011556 default:
11557 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11558 "0388 Not a valid WCQE code: x%x\n",
James Smart45ed1192009-10-02 15:17:02 -040011559 bf_get(lpfc_cqe_code, &cqevt));
James Smart4f774512009-05-22 14:52:35 -040011560 break;
11561 }
11562 return workposted;
11563}
11564
11565/**
James Smart4f774512009-05-22 14:52:35 -040011566 * lpfc_sli4_sp_handle_eqe - Process a slow-path event queue entry
11567 * @phba: Pointer to HBA context object.
11568 * @eqe: Pointer to fast-path event queue entry.
11569 *
11570 * This routine process a event queue entry from the slow-path event queue.
11571 * It will check the MajorCode and MinorCode to determine this is for a
11572 * completion event on a completion queue, if not, an error shall be logged
11573 * and just return. Otherwise, it will get to the corresponding completion
11574 * queue and process all the entries on that completion queue, rearm the
11575 * completion queue, and then return.
11576 *
11577 **/
11578static void
James Smart67d12732012-08-03 12:36:13 -040011579lpfc_sli4_sp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe,
11580 struct lpfc_queue *speq)
James Smart4f774512009-05-22 14:52:35 -040011581{
James Smart67d12732012-08-03 12:36:13 -040011582 struct lpfc_queue *cq = NULL, *childq;
James Smart4f774512009-05-22 14:52:35 -040011583 struct lpfc_cqe *cqe;
11584 bool workposted = false;
11585 int ecount = 0;
11586 uint16_t cqid;
11587
James Smart4f774512009-05-22 14:52:35 -040011588 /* Get the reference to the corresponding CQ */
James Smartcb5172e2010-03-15 11:25:07 -040011589 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
James Smart4f774512009-05-22 14:52:35 -040011590
James Smart4f774512009-05-22 14:52:35 -040011591 list_for_each_entry(childq, &speq->child_list, list) {
11592 if (childq->queue_id == cqid) {
11593 cq = childq;
11594 break;
11595 }
11596 }
11597 if (unlikely(!cq)) {
James Smart75baf692010-06-08 18:31:21 -040011598 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE)
11599 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11600 "0365 Slow-path CQ identifier "
11601 "(%d) does not exist\n", cqid);
James Smart4f774512009-05-22 14:52:35 -040011602 return;
11603 }
11604
11605 /* Process all the entries to the CQ */
11606 switch (cq->type) {
11607 case LPFC_MCQ:
11608 while ((cqe = lpfc_sli4_cq_get(cq))) {
11609 workposted |= lpfc_sli4_sp_handle_mcqe(phba, cqe);
James Smart73d91e52011-10-10 21:32:10 -040011610 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011611 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
James Smartb84daac2012-08-03 12:35:13 -040011612 cq->CQ_mbox++;
James Smart4f774512009-05-22 14:52:35 -040011613 }
11614 break;
11615 case LPFC_WCQ:
11616 while ((cqe = lpfc_sli4_cq_get(cq))) {
James Smart05580562011-05-24 11:40:48 -040011617 if (cq->subtype == LPFC_FCP)
11618 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq,
11619 cqe);
11620 else
11621 workposted |= lpfc_sli4_sp_handle_cqe(phba, cq,
11622 cqe);
James Smart73d91e52011-10-10 21:32:10 -040011623 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011624 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
11625 }
James Smartb84daac2012-08-03 12:35:13 -040011626
11627 /* Track the max number of CQEs processed in 1 EQ */
11628 if (ecount > cq->CQ_max_cqe)
11629 cq->CQ_max_cqe = ecount;
James Smart4f774512009-05-22 14:52:35 -040011630 break;
11631 default:
11632 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11633 "0370 Invalid completion queue type (%d)\n",
11634 cq->type);
11635 return;
11636 }
11637
11638 /* Catch the no cq entry condition, log an error */
11639 if (unlikely(ecount == 0))
11640 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11641 "0371 No entry from the CQ: identifier "
11642 "(x%x), type (%d)\n", cq->queue_id, cq->type);
11643
11644 /* In any case, flash and re-arm the RCQ */
11645 lpfc_sli4_cq_release(cq, LPFC_QUEUE_REARM);
11646
11647 /* wake up worker thread if there are works to be done */
11648 if (workposted)
11649 lpfc_worker_wake_up(phba);
11650}
11651
11652/**
11653 * lpfc_sli4_fp_handle_fcp_wcqe - Process fast-path work queue completion entry
James Smart2a76a282012-08-03 12:35:54 -040011654 * @phba: Pointer to HBA context object.
11655 * @cq: Pointer to associated CQ
11656 * @wcqe: Pointer to work-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011657 *
11658 * This routine process a fast-path work queue completion entry from fast-path
11659 * event queue for FCP command response completion.
11660 **/
11661static void
James Smart2a76a282012-08-03 12:35:54 -040011662lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040011663 struct lpfc_wcqe_complete *wcqe)
11664{
James Smart2a76a282012-08-03 12:35:54 -040011665 struct lpfc_sli_ring *pring = cq->pring;
James Smart4f774512009-05-22 14:52:35 -040011666 struct lpfc_iocbq *cmdiocbq;
11667 struct lpfc_iocbq irspiocbq;
11668 unsigned long iflags;
11669
James Smart4f774512009-05-22 14:52:35 -040011670 /* Check for response status */
11671 if (unlikely(bf_get(lpfc_wcqe_c_status, wcqe))) {
11672 /* If resource errors reported from HBA, reduce queue
11673 * depth of the SCSI device.
11674 */
James Smarte3d2b802012-08-14 14:25:43 -040011675 if (((bf_get(lpfc_wcqe_c_status, wcqe) ==
11676 IOSTAT_LOCAL_REJECT)) &&
11677 ((wcqe->parameter & IOERR_PARAM_MASK) ==
11678 IOERR_NO_RESOURCES))
James Smart4f774512009-05-22 14:52:35 -040011679 phba->lpfc_rampdown_queue_depth(phba);
James Smarte3d2b802012-08-14 14:25:43 -040011680
James Smart4f774512009-05-22 14:52:35 -040011681 /* Log the error status */
11682 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11683 "0373 FCP complete error: status=x%x, "
11684 "hw_status=x%x, total_data_specified=%d, "
11685 "parameter=x%x, word3=x%x\n",
11686 bf_get(lpfc_wcqe_c_status, wcqe),
11687 bf_get(lpfc_wcqe_c_hw_status, wcqe),
11688 wcqe->total_data_placed, wcqe->parameter,
11689 wcqe->word3);
11690 }
11691
11692 /* Look up the FCP command IOCB and create pseudo response IOCB */
James Smart7e56aa22012-08-03 12:35:34 -040011693 spin_lock_irqsave(&pring->ring_lock, iflags);
11694 pring->stats.iocb_event++;
James Smart4f774512009-05-22 14:52:35 -040011695 cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring,
11696 bf_get(lpfc_wcqe_c_request_tag, wcqe));
James Smart7e56aa22012-08-03 12:35:34 -040011697 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart4f774512009-05-22 14:52:35 -040011698 if (unlikely(!cmdiocbq)) {
11699 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11700 "0374 FCP complete with no corresponding "
11701 "cmdiocb: iotag (%d)\n",
11702 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11703 return;
11704 }
11705 if (unlikely(!cmdiocbq->iocb_cmpl)) {
11706 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11707 "0375 FCP cmdiocb not callback function "
11708 "iotag: (%d)\n",
11709 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11710 return;
11711 }
11712
11713 /* Fake the irspiocb and copy necessary response information */
James Smart341af102010-01-26 23:07:37 -050011714 lpfc_sli4_iocb_param_transfer(phba, &irspiocbq, cmdiocbq, wcqe);
James Smart4f774512009-05-22 14:52:35 -040011715
James Smart0f65ff62010-02-26 14:14:23 -050011716 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED) {
11717 spin_lock_irqsave(&phba->hbalock, iflags);
11718 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
11719 spin_unlock_irqrestore(&phba->hbalock, iflags);
11720 }
11721
James Smart4f774512009-05-22 14:52:35 -040011722 /* Pass the cmd_iocb and the rsp state to the upper layer */
11723 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq, &irspiocbq);
11724}
11725
11726/**
11727 * lpfc_sli4_fp_handle_rel_wcqe - Handle fast-path WQ entry consumed event
11728 * @phba: Pointer to HBA context object.
11729 * @cq: Pointer to completion queue.
11730 * @wcqe: Pointer to work-queue completion queue entry.
11731 *
11732 * This routine handles an fast-path WQ entry comsumed event by invoking the
11733 * proper WQ release routine to the slow-path WQ.
11734 **/
11735static void
11736lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
11737 struct lpfc_wcqe_release *wcqe)
11738{
11739 struct lpfc_queue *childwq;
11740 bool wqid_matched = false;
11741 uint16_t fcp_wqid;
11742
11743 /* Check for fast-path FCP work queue release */
11744 fcp_wqid = bf_get(lpfc_wcqe_r_wq_id, wcqe);
11745 list_for_each_entry(childwq, &cq->child_list, list) {
11746 if (childwq->queue_id == fcp_wqid) {
11747 lpfc_sli4_wq_release(childwq,
11748 bf_get(lpfc_wcqe_r_wqe_index, wcqe));
11749 wqid_matched = true;
11750 break;
11751 }
11752 }
11753 /* Report warning log message if no match found */
11754 if (wqid_matched != true)
11755 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11756 "2580 Fast-path wqe consume event carries "
11757 "miss-matched qid: wcqe-qid=x%x\n", fcp_wqid);
11758}
11759
11760/**
11761 * lpfc_sli4_fp_handle_wcqe - Process fast-path work queue completion entry
11762 * @cq: Pointer to the completion queue.
11763 * @eqe: Pointer to fast-path completion queue entry.
11764 *
11765 * This routine process a fast-path work queue completion entry from fast-path
11766 * event queue for FCP command response completion.
11767 **/
11768static int
11769lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
11770 struct lpfc_cqe *cqe)
11771{
11772 struct lpfc_wcqe_release wcqe;
11773 bool workposted = false;
11774
11775 /* Copy the work queue CQE and convert endian order if needed */
11776 lpfc_sli_pcimem_bcopy(cqe, &wcqe, sizeof(struct lpfc_cqe));
11777
11778 /* Check and process for different type of WCQE and dispatch */
11779 switch (bf_get(lpfc_wcqe_c_code, &wcqe)) {
11780 case CQE_CODE_COMPL_WQE:
James Smartb84daac2012-08-03 12:35:13 -040011781 cq->CQ_wq++;
James Smart4f774512009-05-22 14:52:35 -040011782 /* Process the WQ complete event */
James Smart98fc5dd2010-06-07 15:24:29 -040011783 phba->last_completion_time = jiffies;
James Smart2a76a282012-08-03 12:35:54 -040011784 lpfc_sli4_fp_handle_fcp_wcqe(phba, cq,
James Smart4f774512009-05-22 14:52:35 -040011785 (struct lpfc_wcqe_complete *)&wcqe);
11786 break;
11787 case CQE_CODE_RELEASE_WQE:
James Smartb84daac2012-08-03 12:35:13 -040011788 cq->CQ_release_wqe++;
James Smart4f774512009-05-22 14:52:35 -040011789 /* Process the WQ release event */
11790 lpfc_sli4_fp_handle_rel_wcqe(phba, cq,
11791 (struct lpfc_wcqe_release *)&wcqe);
11792 break;
11793 case CQE_CODE_XRI_ABORTED:
James Smartb84daac2012-08-03 12:35:13 -040011794 cq->CQ_xri_aborted++;
James Smart4f774512009-05-22 14:52:35 -040011795 /* Process the WQ XRI abort event */
James Smartbc739052010-08-04 16:11:18 -040011796 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040011797 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq,
11798 (struct sli4_wcqe_xri_aborted *)&wcqe);
11799 break;
11800 default:
11801 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11802 "0144 Not a valid WCQE code: x%x\n",
11803 bf_get(lpfc_wcqe_c_code, &wcqe));
11804 break;
11805 }
11806 return workposted;
11807}
11808
11809/**
James Smart67d12732012-08-03 12:36:13 -040011810 * lpfc_sli4_hba_handle_eqe - Process a fast-path event queue entry
James Smart4f774512009-05-22 14:52:35 -040011811 * @phba: Pointer to HBA context object.
11812 * @eqe: Pointer to fast-path event queue entry.
11813 *
11814 * This routine process a event queue entry from the fast-path event queue.
11815 * It will check the MajorCode and MinorCode to determine this is for a
11816 * completion event on a completion queue, if not, an error shall be logged
11817 * and just return. Otherwise, it will get to the corresponding completion
11818 * queue and process all the entries on the completion queue, rearm the
11819 * completion queue, and then return.
11820 **/
11821static void
James Smart67d12732012-08-03 12:36:13 -040011822lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe,
11823 uint32_t qidx)
James Smart4f774512009-05-22 14:52:35 -040011824{
11825 struct lpfc_queue *cq;
11826 struct lpfc_cqe *cqe;
11827 bool workposted = false;
11828 uint16_t cqid;
11829 int ecount = 0;
11830
James Smartcb5172e2010-03-15 11:25:07 -040011831 if (unlikely(bf_get_le32(lpfc_eqe_major_code, eqe) != 0)) {
James Smart4f774512009-05-22 14:52:35 -040011832 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart67d12732012-08-03 12:36:13 -040011833 "0366 Not a valid completion "
James Smart4f774512009-05-22 14:52:35 -040011834 "event: majorcode=x%x, minorcode=x%x\n",
James Smartcb5172e2010-03-15 11:25:07 -040011835 bf_get_le32(lpfc_eqe_major_code, eqe),
11836 bf_get_le32(lpfc_eqe_minor_code, eqe));
James Smart4f774512009-05-22 14:52:35 -040011837 return;
11838 }
11839
James Smart67d12732012-08-03 12:36:13 -040011840 /* Get the reference to the corresponding CQ */
11841 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
11842
11843 /* Check if this is a Slow path event */
11844 if (unlikely(cqid != phba->sli4_hba.fcp_cq_map[qidx])) {
11845 lpfc_sli4_sp_handle_eqe(phba, eqe,
11846 phba->sli4_hba.hba_eq[qidx]);
11847 return;
11848 }
11849
James Smart2e90f4b2011-12-13 13:22:37 -050011850 if (unlikely(!phba->sli4_hba.fcp_cq)) {
11851 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11852 "3146 Fast-path completion queues "
11853 "does not exist\n");
11854 return;
11855 }
James Smart67d12732012-08-03 12:36:13 -040011856 cq = phba->sli4_hba.fcp_cq[qidx];
James Smart4f774512009-05-22 14:52:35 -040011857 if (unlikely(!cq)) {
James Smart75baf692010-06-08 18:31:21 -040011858 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE)
11859 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11860 "0367 Fast-path completion queue "
James Smart67d12732012-08-03 12:36:13 -040011861 "(%d) does not exist\n", qidx);
James Smart4f774512009-05-22 14:52:35 -040011862 return;
11863 }
11864
James Smart4f774512009-05-22 14:52:35 -040011865 if (unlikely(cqid != cq->queue_id)) {
11866 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11867 "0368 Miss-matched fast-path completion "
11868 "queue identifier: eqcqid=%d, fcpcqid=%d\n",
11869 cqid, cq->queue_id);
11870 return;
11871 }
11872
11873 /* Process all the entries to the CQ */
11874 while ((cqe = lpfc_sli4_cq_get(cq))) {
11875 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe);
James Smart73d91e52011-10-10 21:32:10 -040011876 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011877 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
11878 }
11879
James Smartb84daac2012-08-03 12:35:13 -040011880 /* Track the max number of CQEs processed in 1 EQ */
11881 if (ecount > cq->CQ_max_cqe)
11882 cq->CQ_max_cqe = ecount;
11883
James Smart4f774512009-05-22 14:52:35 -040011884 /* Catch the no cq entry condition */
11885 if (unlikely(ecount == 0))
11886 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11887 "0369 No entry from fast-path completion "
11888 "queue fcpcqid=%d\n", cq->queue_id);
11889
11890 /* In any case, flash and re-arm the CQ */
11891 lpfc_sli4_cq_release(cq, LPFC_QUEUE_REARM);
11892
11893 /* wake up worker thread if there are works to be done */
11894 if (workposted)
11895 lpfc_worker_wake_up(phba);
11896}
11897
11898static void
11899lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq)
11900{
11901 struct lpfc_eqe *eqe;
11902
11903 /* walk all the EQ entries and drop on the floor */
11904 while ((eqe = lpfc_sli4_eq_get(eq)))
11905 ;
11906
11907 /* Clear and re-arm the EQ */
11908 lpfc_sli4_eq_release(eq, LPFC_QUEUE_REARM);
11909}
11910
11911/**
James Smart67d12732012-08-03 12:36:13 -040011912 * lpfc_sli4_hba_intr_handler - HBA interrupt handler to SLI-4 device
James Smart4f774512009-05-22 14:52:35 -040011913 * @irq: Interrupt number.
11914 * @dev_id: The device context pointer.
11915 *
11916 * This function is directly called from the PCI layer as an interrupt
11917 * service routine when device with SLI-4 interface spec is enabled with
11918 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
11919 * ring event in the HBA. However, when the device is enabled with either
11920 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
11921 * device-level interrupt handler. When the PCI slot is in error recovery
11922 * or the HBA is undergoing initialization, the interrupt handler will not
11923 * process the interrupt. The SCSI FCP fast-path ring event are handled in
11924 * the intrrupt context. This function is called without any lock held.
11925 * It gets the hbalock to access and update SLI data structures. Note that,
11926 * the FCP EQ to FCP CQ are one-to-one map such that the FCP EQ index is
11927 * equal to that of FCP CQ index.
11928 *
James Smart67d12732012-08-03 12:36:13 -040011929 * The link attention and ELS ring attention events are handled
11930 * by the worker thread. The interrupt handler signals the worker thread
11931 * and returns for these events. This function is called without any lock
11932 * held. It gets the hbalock to access and update SLI data structures.
11933 *
James Smart4f774512009-05-22 14:52:35 -040011934 * This function returns IRQ_HANDLED when interrupt is handled else it
11935 * returns IRQ_NONE.
11936 **/
11937irqreturn_t
James Smart67d12732012-08-03 12:36:13 -040011938lpfc_sli4_hba_intr_handler(int irq, void *dev_id)
James Smart4f774512009-05-22 14:52:35 -040011939{
11940 struct lpfc_hba *phba;
11941 struct lpfc_fcp_eq_hdl *fcp_eq_hdl;
11942 struct lpfc_queue *fpeq;
11943 struct lpfc_eqe *eqe;
11944 unsigned long iflag;
11945 int ecount = 0;
James Smart962bc512013-01-03 15:44:00 -050011946 int fcp_eqidx;
James Smart4f774512009-05-22 14:52:35 -040011947
11948 /* Get the driver's phba structure from the dev_id */
11949 fcp_eq_hdl = (struct lpfc_fcp_eq_hdl *)dev_id;
11950 phba = fcp_eq_hdl->phba;
11951 fcp_eqidx = fcp_eq_hdl->idx;
11952
11953 if (unlikely(!phba))
11954 return IRQ_NONE;
James Smart67d12732012-08-03 12:36:13 -040011955 if (unlikely(!phba->sli4_hba.hba_eq))
James Smart5350d872011-10-10 21:33:49 -040011956 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040011957
11958 /* Get to the EQ struct associated with this vector */
James Smart67d12732012-08-03 12:36:13 -040011959 fpeq = phba->sli4_hba.hba_eq[fcp_eqidx];
James Smart2e90f4b2011-12-13 13:22:37 -050011960 if (unlikely(!fpeq))
11961 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040011962
James Smartba20c852012-08-03 12:36:52 -040011963 if (lpfc_fcp_look_ahead) {
11964 if (atomic_dec_and_test(&fcp_eq_hdl->fcp_eq_in_use))
11965 lpfc_sli4_eq_clr_intr(fpeq);
11966 else {
11967 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
11968 return IRQ_NONE;
11969 }
11970 }
11971
James Smart4f774512009-05-22 14:52:35 -040011972 /* Check device state for handling interrupt */
11973 if (unlikely(lpfc_intr_state_check(phba))) {
James Smartb84daac2012-08-03 12:35:13 -040011974 fpeq->EQ_badstate++;
James Smart4f774512009-05-22 14:52:35 -040011975 /* Check again for link_state with lock held */
11976 spin_lock_irqsave(&phba->hbalock, iflag);
11977 if (phba->link_state < LPFC_LINK_DOWN)
11978 /* Flush, clear interrupt, and rearm the EQ */
11979 lpfc_sli4_eq_flush(phba, fpeq);
11980 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smartba20c852012-08-03 12:36:52 -040011981 if (lpfc_fcp_look_ahead)
11982 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
James Smart4f774512009-05-22 14:52:35 -040011983 return IRQ_NONE;
11984 }
11985
11986 /*
11987 * Process all the event on FCP fast-path EQ
11988 */
11989 while ((eqe = lpfc_sli4_eq_get(fpeq))) {
James Smart67d12732012-08-03 12:36:13 -040011990 lpfc_sli4_hba_handle_eqe(phba, eqe, fcp_eqidx);
James Smart73d91e52011-10-10 21:32:10 -040011991 if (!(++ecount % fpeq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011992 lpfc_sli4_eq_release(fpeq, LPFC_QUEUE_NOARM);
James Smartb84daac2012-08-03 12:35:13 -040011993 fpeq->EQ_processed++;
James Smart4f774512009-05-22 14:52:35 -040011994 }
11995
James Smartb84daac2012-08-03 12:35:13 -040011996 /* Track the max number of EQEs processed in 1 intr */
11997 if (ecount > fpeq->EQ_max_eqe)
11998 fpeq->EQ_max_eqe = ecount;
11999
James Smart4f774512009-05-22 14:52:35 -040012000 /* Always clear and re-arm the fast-path EQ */
12001 lpfc_sli4_eq_release(fpeq, LPFC_QUEUE_REARM);
12002
12003 if (unlikely(ecount == 0)) {
James Smartb84daac2012-08-03 12:35:13 -040012004 fpeq->EQ_no_entry++;
James Smartba20c852012-08-03 12:36:52 -040012005
12006 if (lpfc_fcp_look_ahead) {
12007 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
12008 return IRQ_NONE;
12009 }
12010
James Smart4f774512009-05-22 14:52:35 -040012011 if (phba->intr_type == MSIX)
12012 /* MSI-X treated interrupt served as no EQ share INT */
12013 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
12014 "0358 MSI-X interrupt with no EQE\n");
12015 else
12016 /* Non MSI-X treated on interrupt as EQ share INT */
12017 return IRQ_NONE;
12018 }
12019
James Smartba20c852012-08-03 12:36:52 -040012020 if (lpfc_fcp_look_ahead)
12021 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
James Smart4f774512009-05-22 14:52:35 -040012022 return IRQ_HANDLED;
12023} /* lpfc_sli4_fp_intr_handler */
12024
12025/**
12026 * lpfc_sli4_intr_handler - Device-level interrupt handler for SLI-4 device
12027 * @irq: Interrupt number.
12028 * @dev_id: The device context pointer.
12029 *
12030 * This function is the device-level interrupt handler to device with SLI-4
12031 * interface spec, called from the PCI layer when either MSI or Pin-IRQ
12032 * interrupt mode is enabled and there is an event in the HBA which requires
12033 * driver attention. This function invokes the slow-path interrupt attention
12034 * handling function and fast-path interrupt attention handling function in
12035 * turn to process the relevant HBA attention events. This function is called
12036 * without any lock held. It gets the hbalock to access and update SLI data
12037 * structures.
12038 *
12039 * This function returns IRQ_HANDLED when interrupt is handled, else it
12040 * returns IRQ_NONE.
12041 **/
12042irqreturn_t
12043lpfc_sli4_intr_handler(int irq, void *dev_id)
12044{
12045 struct lpfc_hba *phba;
James Smart67d12732012-08-03 12:36:13 -040012046 irqreturn_t hba_irq_rc;
12047 bool hba_handled = false;
James Smart962bc512013-01-03 15:44:00 -050012048 int fcp_eqidx;
James Smart4f774512009-05-22 14:52:35 -040012049
12050 /* Get the driver's phba structure from the dev_id */
12051 phba = (struct lpfc_hba *)dev_id;
12052
12053 if (unlikely(!phba))
12054 return IRQ_NONE;
12055
12056 /*
James Smart4f774512009-05-22 14:52:35 -040012057 * Invoke fast-path host attention interrupt handling as appropriate.
12058 */
James Smart67d12732012-08-03 12:36:13 -040012059 for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_io_channel; fcp_eqidx++) {
12060 hba_irq_rc = lpfc_sli4_hba_intr_handler(irq,
James Smart4f774512009-05-22 14:52:35 -040012061 &phba->sli4_hba.fcp_eq_hdl[fcp_eqidx]);
James Smart67d12732012-08-03 12:36:13 -040012062 if (hba_irq_rc == IRQ_HANDLED)
12063 hba_handled |= true;
James Smart4f774512009-05-22 14:52:35 -040012064 }
12065
James Smart67d12732012-08-03 12:36:13 -040012066 return (hba_handled == true) ? IRQ_HANDLED : IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040012067} /* lpfc_sli4_intr_handler */
12068
12069/**
12070 * lpfc_sli4_queue_free - free a queue structure and associated memory
12071 * @queue: The queue structure to free.
12072 *
Uwe Kleine-Königb5950762010-11-01 15:38:34 -040012073 * This function frees a queue structure and the DMAable memory used for
James Smart4f774512009-05-22 14:52:35 -040012074 * the host resident queue. This function must be called after destroying the
12075 * queue on the HBA.
12076 **/
12077void
12078lpfc_sli4_queue_free(struct lpfc_queue *queue)
12079{
12080 struct lpfc_dmabuf *dmabuf;
12081
12082 if (!queue)
12083 return;
12084
12085 while (!list_empty(&queue->page_list)) {
12086 list_remove_head(&queue->page_list, dmabuf, struct lpfc_dmabuf,
12087 list);
James Smart49198b32010-04-06 15:04:33 -040012088 dma_free_coherent(&queue->phba->pcidev->dev, SLI4_PAGE_SIZE,
James Smart4f774512009-05-22 14:52:35 -040012089 dmabuf->virt, dmabuf->phys);
12090 kfree(dmabuf);
12091 }
12092 kfree(queue);
12093 return;
12094}
12095
12096/**
12097 * lpfc_sli4_queue_alloc - Allocate and initialize a queue structure
12098 * @phba: The HBA that this queue is being created on.
12099 * @entry_size: The size of each queue entry for this queue.
12100 * @entry count: The number of entries that this queue will handle.
12101 *
12102 * This function allocates a queue structure and the DMAable memory used for
12103 * the host resident queue. This function must be called before creating the
12104 * queue on the HBA.
12105 **/
12106struct lpfc_queue *
12107lpfc_sli4_queue_alloc(struct lpfc_hba *phba, uint32_t entry_size,
12108 uint32_t entry_count)
12109{
12110 struct lpfc_queue *queue;
12111 struct lpfc_dmabuf *dmabuf;
12112 int x, total_qe_count;
12113 void *dma_pointer;
James Smartcb5172e2010-03-15 11:25:07 -040012114 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart4f774512009-05-22 14:52:35 -040012115
James Smartcb5172e2010-03-15 11:25:07 -040012116 if (!phba->sli4_hba.pc_sli4_params.supported)
12117 hw_page_size = SLI4_PAGE_SIZE;
12118
James Smart4f774512009-05-22 14:52:35 -040012119 queue = kzalloc(sizeof(struct lpfc_queue) +
12120 (sizeof(union sli4_qe) * entry_count), GFP_KERNEL);
12121 if (!queue)
12122 return NULL;
James Smartcb5172e2010-03-15 11:25:07 -040012123 queue->page_count = (ALIGN(entry_size * entry_count,
12124 hw_page_size))/hw_page_size;
James Smart4f774512009-05-22 14:52:35 -040012125 INIT_LIST_HEAD(&queue->list);
12126 INIT_LIST_HEAD(&queue->page_list);
12127 INIT_LIST_HEAD(&queue->child_list);
12128 for (x = 0, total_qe_count = 0; x < queue->page_count; x++) {
12129 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
12130 if (!dmabuf)
12131 goto out_fail;
12132 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
James Smartcb5172e2010-03-15 11:25:07 -040012133 hw_page_size, &dmabuf->phys,
James Smart4f774512009-05-22 14:52:35 -040012134 GFP_KERNEL);
12135 if (!dmabuf->virt) {
12136 kfree(dmabuf);
12137 goto out_fail;
12138 }
James Smartcb5172e2010-03-15 11:25:07 -040012139 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012140 dmabuf->buffer_tag = x;
12141 list_add_tail(&dmabuf->list, &queue->page_list);
12142 /* initialize queue's entry array */
12143 dma_pointer = dmabuf->virt;
12144 for (; total_qe_count < entry_count &&
James Smartcb5172e2010-03-15 11:25:07 -040012145 dma_pointer < (hw_page_size + dmabuf->virt);
James Smart4f774512009-05-22 14:52:35 -040012146 total_qe_count++, dma_pointer += entry_size) {
12147 queue->qe[total_qe_count].address = dma_pointer;
12148 }
12149 }
12150 queue->entry_size = entry_size;
12151 queue->entry_count = entry_count;
James Smart73d91e52011-10-10 21:32:10 -040012152
12153 /*
12154 * entry_repost is calculated based on the number of entries in the
12155 * queue. This works out except for RQs. If buffers are NOT initially
12156 * posted for every RQE, entry_repost should be adjusted accordingly.
12157 */
12158 queue->entry_repost = (entry_count >> 3);
12159 if (queue->entry_repost < LPFC_QUEUE_MIN_REPOST)
12160 queue->entry_repost = LPFC_QUEUE_MIN_REPOST;
James Smart4f774512009-05-22 14:52:35 -040012161 queue->phba = phba;
12162
12163 return queue;
12164out_fail:
12165 lpfc_sli4_queue_free(queue);
12166 return NULL;
12167}
12168
12169/**
James Smart962bc512013-01-03 15:44:00 -050012170 * lpfc_dual_chute_pci_bar_map - Map pci base address register to host memory
12171 * @phba: HBA structure that indicates port to create a queue on.
12172 * @pci_barset: PCI BAR set flag.
12173 *
12174 * This function shall perform iomap of the specified PCI BAR address to host
12175 * memory address if not already done so and return it. The returned host
12176 * memory address can be NULL.
12177 */
12178static void __iomem *
12179lpfc_dual_chute_pci_bar_map(struct lpfc_hba *phba, uint16_t pci_barset)
12180{
12181 struct pci_dev *pdev;
12182 unsigned long bar_map, bar_map_len;
12183
12184 if (!phba->pcidev)
12185 return NULL;
12186 else
12187 pdev = phba->pcidev;
12188
12189 switch (pci_barset) {
12190 case WQ_PCI_BAR_0_AND_1:
12191 if (!phba->pci_bar0_memmap_p) {
12192 bar_map = pci_resource_start(pdev, PCI_64BIT_BAR0);
12193 bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR0);
12194 phba->pci_bar0_memmap_p = ioremap(bar_map, bar_map_len);
12195 }
12196 return phba->pci_bar0_memmap_p;
12197 case WQ_PCI_BAR_2_AND_3:
12198 if (!phba->pci_bar2_memmap_p) {
12199 bar_map = pci_resource_start(pdev, PCI_64BIT_BAR2);
12200 bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR2);
12201 phba->pci_bar2_memmap_p = ioremap(bar_map, bar_map_len);
12202 }
12203 return phba->pci_bar2_memmap_p;
12204 case WQ_PCI_BAR_4_AND_5:
12205 if (!phba->pci_bar4_memmap_p) {
12206 bar_map = pci_resource_start(pdev, PCI_64BIT_BAR4);
12207 bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR4);
12208 phba->pci_bar4_memmap_p = ioremap(bar_map, bar_map_len);
12209 }
12210 return phba->pci_bar4_memmap_p;
12211 default:
12212 break;
12213 }
12214 return NULL;
12215}
12216
12217/**
James Smart173edbb2012-06-12 13:54:50 -040012218 * lpfc_modify_fcp_eq_delay - Modify Delay Multiplier on FCP EQs
12219 * @phba: HBA structure that indicates port to create a queue on.
12220 * @startq: The starting FCP EQ to modify
12221 *
12222 * This function sends an MODIFY_EQ_DELAY mailbox command to the HBA.
12223 *
12224 * The @phba struct is used to send mailbox command to HBA. The @startq
12225 * is used to get the starting FCP EQ to change.
12226 * This function is asynchronous and will wait for the mailbox
12227 * command to finish before continuing.
12228 *
12229 * On success this function will return a zero. If unable to allocate enough
12230 * memory this function will return -ENOMEM. If the queue create mailbox command
12231 * fails this function will return -ENXIO.
12232 **/
12233uint32_t
12234lpfc_modify_fcp_eq_delay(struct lpfc_hba *phba, uint16_t startq)
12235{
12236 struct lpfc_mbx_modify_eq_delay *eq_delay;
12237 LPFC_MBOXQ_t *mbox;
12238 struct lpfc_queue *eq;
12239 int cnt, rc, length, status = 0;
12240 uint32_t shdr_status, shdr_add_status;
James Smartee020062012-09-29 11:28:52 -040012241 uint32_t result;
James Smart173edbb2012-06-12 13:54:50 -040012242 int fcp_eqidx;
12243 union lpfc_sli4_cfg_shdr *shdr;
12244 uint16_t dmult;
12245
James Smart67d12732012-08-03 12:36:13 -040012246 if (startq >= phba->cfg_fcp_io_channel)
James Smart173edbb2012-06-12 13:54:50 -040012247 return 0;
12248
12249 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12250 if (!mbox)
12251 return -ENOMEM;
12252 length = (sizeof(struct lpfc_mbx_modify_eq_delay) -
12253 sizeof(struct lpfc_sli4_cfg_mhdr));
12254 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12255 LPFC_MBOX_OPCODE_MODIFY_EQ_DELAY,
12256 length, LPFC_SLI4_MBX_EMBED);
12257 eq_delay = &mbox->u.mqe.un.eq_delay;
12258
12259 /* Calculate delay multiper from maximum interrupt per second */
James Smartee020062012-09-29 11:28:52 -040012260 result = phba->cfg_fcp_imax / phba->cfg_fcp_io_channel;
12261 if (result > LPFC_DMULT_CONST)
12262 dmult = 0;
12263 else
12264 dmult = LPFC_DMULT_CONST/result - 1;
James Smart173edbb2012-06-12 13:54:50 -040012265
12266 cnt = 0;
James Smart67d12732012-08-03 12:36:13 -040012267 for (fcp_eqidx = startq; fcp_eqidx < phba->cfg_fcp_io_channel;
James Smart173edbb2012-06-12 13:54:50 -040012268 fcp_eqidx++) {
James Smart67d12732012-08-03 12:36:13 -040012269 eq = phba->sli4_hba.hba_eq[fcp_eqidx];
James Smart173edbb2012-06-12 13:54:50 -040012270 if (!eq)
12271 continue;
12272 eq_delay->u.request.eq[cnt].eq_id = eq->queue_id;
12273 eq_delay->u.request.eq[cnt].phase = 0;
12274 eq_delay->u.request.eq[cnt].delay_multi = dmult;
12275 cnt++;
12276 if (cnt >= LPFC_MAX_EQ_DELAY)
12277 break;
12278 }
12279 eq_delay->u.request.num_eq = cnt;
12280
12281 mbox->vport = phba->pport;
12282 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
12283 mbox->context1 = NULL;
12284 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12285 shdr = (union lpfc_sli4_cfg_shdr *) &eq_delay->header.cfg_shdr;
12286 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12287 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12288 if (shdr_status || shdr_add_status || rc) {
12289 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12290 "2512 MODIFY_EQ_DELAY mailbox failed with "
12291 "status x%x add_status x%x, mbx status x%x\n",
12292 shdr_status, shdr_add_status, rc);
12293 status = -ENXIO;
12294 }
12295 mempool_free(mbox, phba->mbox_mem_pool);
12296 return status;
12297}
12298
12299/**
James Smart4f774512009-05-22 14:52:35 -040012300 * lpfc_eq_create - Create an Event Queue on the HBA
12301 * @phba: HBA structure that indicates port to create a queue on.
12302 * @eq: The queue structure to use to create the event queue.
12303 * @imax: The maximum interrupt per second limit.
12304 *
12305 * This function creates an event queue, as detailed in @eq, on a port,
12306 * described by @phba by sending an EQ_CREATE mailbox command to the HBA.
12307 *
12308 * The @phba struct is used to send mailbox command to HBA. The @eq struct
12309 * is used to get the entry count and entry size that are necessary to
12310 * determine the number of pages to allocate and use for this queue. This
12311 * function will send the EQ_CREATE mailbox command to the HBA to setup the
12312 * event queue. This function is asynchronous and will wait for the mailbox
12313 * command to finish before continuing.
12314 *
12315 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012316 * memory this function will return -ENOMEM. If the queue create mailbox command
12317 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012318 **/
12319uint32_t
James Smartee020062012-09-29 11:28:52 -040012320lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax)
James Smart4f774512009-05-22 14:52:35 -040012321{
12322 struct lpfc_mbx_eq_create *eq_create;
12323 LPFC_MBOXQ_t *mbox;
12324 int rc, length, status = 0;
12325 struct lpfc_dmabuf *dmabuf;
12326 uint32_t shdr_status, shdr_add_status;
12327 union lpfc_sli4_cfg_shdr *shdr;
12328 uint16_t dmult;
James Smart49198b32010-04-06 15:04:33 -040012329 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
12330
James Smart2e90f4b2011-12-13 13:22:37 -050012331 /* sanity check on queue memory */
12332 if (!eq)
12333 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012334 if (!phba->sli4_hba.pc_sli4_params.supported)
12335 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012336
12337 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12338 if (!mbox)
12339 return -ENOMEM;
12340 length = (sizeof(struct lpfc_mbx_eq_create) -
12341 sizeof(struct lpfc_sli4_cfg_mhdr));
12342 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12343 LPFC_MBOX_OPCODE_EQ_CREATE,
12344 length, LPFC_SLI4_MBX_EMBED);
12345 eq_create = &mbox->u.mqe.un.eq_create;
12346 bf_set(lpfc_mbx_eq_create_num_pages, &eq_create->u.request,
12347 eq->page_count);
12348 bf_set(lpfc_eq_context_size, &eq_create->u.request.context,
12349 LPFC_EQE_SIZE);
12350 bf_set(lpfc_eq_context_valid, &eq_create->u.request.context, 1);
12351 /* Calculate delay multiper from maximum interrupt per second */
James Smartee020062012-09-29 11:28:52 -040012352 if (imax > LPFC_DMULT_CONST)
12353 dmult = 0;
12354 else
12355 dmult = LPFC_DMULT_CONST/imax - 1;
James Smart4f774512009-05-22 14:52:35 -040012356 bf_set(lpfc_eq_context_delay_multi, &eq_create->u.request.context,
12357 dmult);
12358 switch (eq->entry_count) {
12359 default:
12360 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12361 "0360 Unsupported EQ count. (%d)\n",
12362 eq->entry_count);
12363 if (eq->entry_count < 256)
12364 return -EINVAL;
12365 /* otherwise default to smallest count (drop through) */
12366 case 256:
12367 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12368 LPFC_EQ_CNT_256);
12369 break;
12370 case 512:
12371 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12372 LPFC_EQ_CNT_512);
12373 break;
12374 case 1024:
12375 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12376 LPFC_EQ_CNT_1024);
12377 break;
12378 case 2048:
12379 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12380 LPFC_EQ_CNT_2048);
12381 break;
12382 case 4096:
12383 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12384 LPFC_EQ_CNT_4096);
12385 break;
12386 }
12387 list_for_each_entry(dmabuf, &eq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012388 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012389 eq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
12390 putPaddrLow(dmabuf->phys);
12391 eq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
12392 putPaddrHigh(dmabuf->phys);
12393 }
12394 mbox->vport = phba->pport;
12395 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
12396 mbox->context1 = NULL;
12397 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12398 shdr = (union lpfc_sli4_cfg_shdr *) &eq_create->header.cfg_shdr;
12399 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12400 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12401 if (shdr_status || shdr_add_status || rc) {
12402 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12403 "2500 EQ_CREATE mailbox failed with "
12404 "status x%x add_status x%x, mbx status x%x\n",
12405 shdr_status, shdr_add_status, rc);
12406 status = -ENXIO;
12407 }
12408 eq->type = LPFC_EQ;
12409 eq->subtype = LPFC_NONE;
12410 eq->queue_id = bf_get(lpfc_mbx_eq_create_q_id, &eq_create->u.response);
12411 if (eq->queue_id == 0xFFFF)
12412 status = -ENXIO;
12413 eq->host_index = 0;
12414 eq->hba_index = 0;
12415
James Smart8fa38512009-07-19 10:01:03 -040012416 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012417 return status;
12418}
12419
12420/**
12421 * lpfc_cq_create - Create a Completion Queue on the HBA
12422 * @phba: HBA structure that indicates port to create a queue on.
12423 * @cq: The queue structure to use to create the completion queue.
12424 * @eq: The event queue to bind this completion queue to.
12425 *
12426 * This function creates a completion queue, as detailed in @wq, on a port,
12427 * described by @phba by sending a CQ_CREATE mailbox command to the HBA.
12428 *
12429 * The @phba struct is used to send mailbox command to HBA. The @cq struct
12430 * is used to get the entry count and entry size that are necessary to
12431 * determine the number of pages to allocate and use for this queue. The @eq
12432 * is used to indicate which event queue to bind this completion queue to. This
12433 * function will send the CQ_CREATE mailbox command to the HBA to setup the
12434 * completion queue. This function is asynchronous and will wait for the mailbox
12435 * command to finish before continuing.
12436 *
12437 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012438 * memory this function will return -ENOMEM. If the queue create mailbox command
12439 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012440 **/
12441uint32_t
12442lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq,
12443 struct lpfc_queue *eq, uint32_t type, uint32_t subtype)
12444{
12445 struct lpfc_mbx_cq_create *cq_create;
12446 struct lpfc_dmabuf *dmabuf;
12447 LPFC_MBOXQ_t *mbox;
12448 int rc, length, status = 0;
12449 uint32_t shdr_status, shdr_add_status;
12450 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012451 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
12452
James Smart2e90f4b2011-12-13 13:22:37 -050012453 /* sanity check on queue memory */
12454 if (!cq || !eq)
12455 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012456 if (!phba->sli4_hba.pc_sli4_params.supported)
12457 hw_page_size = SLI4_PAGE_SIZE;
12458
James Smart4f774512009-05-22 14:52:35 -040012459 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12460 if (!mbox)
12461 return -ENOMEM;
12462 length = (sizeof(struct lpfc_mbx_cq_create) -
12463 sizeof(struct lpfc_sli4_cfg_mhdr));
12464 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12465 LPFC_MBOX_OPCODE_CQ_CREATE,
12466 length, LPFC_SLI4_MBX_EMBED);
12467 cq_create = &mbox->u.mqe.un.cq_create;
James Smart5a6f1332011-03-11 16:05:35 -050012468 shdr = (union lpfc_sli4_cfg_shdr *) &cq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040012469 bf_set(lpfc_mbx_cq_create_num_pages, &cq_create->u.request,
12470 cq->page_count);
12471 bf_set(lpfc_cq_context_event, &cq_create->u.request.context, 1);
12472 bf_set(lpfc_cq_context_valid, &cq_create->u.request.context, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012473 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12474 phba->sli4_hba.pc_sli4_params.cqv);
12475 if (phba->sli4_hba.pc_sli4_params.cqv == LPFC_Q_CREATE_VERSION_2) {
James Smartc31098c2011-04-16 11:03:33 -040012476 /* FW only supports 1. Should be PAGE_SIZE/SLI4_PAGE_SIZE */
12477 bf_set(lpfc_mbx_cq_create_page_size, &cq_create->u.request, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012478 bf_set(lpfc_cq_eq_id_2, &cq_create->u.request.context,
12479 eq->queue_id);
12480 } else {
12481 bf_set(lpfc_cq_eq_id, &cq_create->u.request.context,
12482 eq->queue_id);
12483 }
James Smart4f774512009-05-22 14:52:35 -040012484 switch (cq->entry_count) {
12485 default:
12486 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12487 "0361 Unsupported CQ count. (%d)\n",
12488 cq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040012489 if (cq->entry_count < 256) {
12490 status = -EINVAL;
12491 goto out;
12492 }
James Smart4f774512009-05-22 14:52:35 -040012493 /* otherwise default to smallest count (drop through) */
12494 case 256:
12495 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12496 LPFC_CQ_CNT_256);
12497 break;
12498 case 512:
12499 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12500 LPFC_CQ_CNT_512);
12501 break;
12502 case 1024:
12503 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12504 LPFC_CQ_CNT_1024);
12505 break;
12506 }
12507 list_for_each_entry(dmabuf, &cq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012508 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012509 cq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
12510 putPaddrLow(dmabuf->phys);
12511 cq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
12512 putPaddrHigh(dmabuf->phys);
12513 }
12514 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12515
12516 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040012517 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12518 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12519 if (shdr_status || shdr_add_status || rc) {
12520 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12521 "2501 CQ_CREATE mailbox failed with "
12522 "status x%x add_status x%x, mbx status x%x\n",
12523 shdr_status, shdr_add_status, rc);
12524 status = -ENXIO;
12525 goto out;
12526 }
12527 cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response);
12528 if (cq->queue_id == 0xFFFF) {
12529 status = -ENXIO;
12530 goto out;
12531 }
12532 /* link the cq onto the parent eq child list */
12533 list_add_tail(&cq->list, &eq->child_list);
12534 /* Set up completion queue's type and subtype */
12535 cq->type = type;
12536 cq->subtype = subtype;
12537 cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response);
James Smart2a622bf2011-02-16 12:40:06 -050012538 cq->assoc_qid = eq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040012539 cq->host_index = 0;
12540 cq->hba_index = 0;
James Smart4f774512009-05-22 14:52:35 -040012541
James Smart8fa38512009-07-19 10:01:03 -040012542out:
12543 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012544 return status;
12545}
12546
12547/**
James Smartb19a0612010-04-06 14:48:51 -040012548 * lpfc_mq_create_fb_init - Send MCC_CREATE without async events registration
James Smart04c68492009-05-22 14:52:52 -040012549 * @phba: HBA structure that indicates port to create a queue on.
12550 * @mq: The queue structure to use to create the mailbox queue.
James Smartb19a0612010-04-06 14:48:51 -040012551 * @mbox: An allocated pointer to type LPFC_MBOXQ_t
12552 * @cq: The completion queue to associate with this cq.
James Smart04c68492009-05-22 14:52:52 -040012553 *
James Smartb19a0612010-04-06 14:48:51 -040012554 * This function provides failback (fb) functionality when the
12555 * mq_create_ext fails on older FW generations. It's purpose is identical
12556 * to mq_create_ext otherwise.
James Smart04c68492009-05-22 14:52:52 -040012557 *
James Smartb19a0612010-04-06 14:48:51 -040012558 * This routine cannot fail as all attributes were previously accessed and
12559 * initialized in mq_create_ext.
James Smart04c68492009-05-22 14:52:52 -040012560 **/
James Smartb19a0612010-04-06 14:48:51 -040012561static void
12562lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq,
12563 LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq)
James Smart04c68492009-05-22 14:52:52 -040012564{
12565 struct lpfc_mbx_mq_create *mq_create;
12566 struct lpfc_dmabuf *dmabuf;
James Smartb19a0612010-04-06 14:48:51 -040012567 int length;
James Smart04c68492009-05-22 14:52:52 -040012568
James Smart04c68492009-05-22 14:52:52 -040012569 length = (sizeof(struct lpfc_mbx_mq_create) -
12570 sizeof(struct lpfc_sli4_cfg_mhdr));
12571 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12572 LPFC_MBOX_OPCODE_MQ_CREATE,
12573 length, LPFC_SLI4_MBX_EMBED);
12574 mq_create = &mbox->u.mqe.un.mq_create;
12575 bf_set(lpfc_mbx_mq_create_num_pages, &mq_create->u.request,
James Smartb19a0612010-04-06 14:48:51 -040012576 mq->page_count);
James Smart04c68492009-05-22 14:52:52 -040012577 bf_set(lpfc_mq_context_cq_id, &mq_create->u.request.context,
James Smartb19a0612010-04-06 14:48:51 -040012578 cq->queue_id);
James Smart04c68492009-05-22 14:52:52 -040012579 bf_set(lpfc_mq_context_valid, &mq_create->u.request.context, 1);
12580 switch (mq->entry_count) {
James Smart04c68492009-05-22 14:52:52 -040012581 case 16:
James Smart5a6f1332011-03-11 16:05:35 -050012582 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12583 LPFC_MQ_RING_SIZE_16);
James Smart04c68492009-05-22 14:52:52 -040012584 break;
12585 case 32:
James Smart5a6f1332011-03-11 16:05:35 -050012586 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12587 LPFC_MQ_RING_SIZE_32);
James Smart04c68492009-05-22 14:52:52 -040012588 break;
12589 case 64:
James Smart5a6f1332011-03-11 16:05:35 -050012590 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12591 LPFC_MQ_RING_SIZE_64);
James Smart04c68492009-05-22 14:52:52 -040012592 break;
12593 case 128:
James Smart5a6f1332011-03-11 16:05:35 -050012594 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12595 LPFC_MQ_RING_SIZE_128);
James Smart04c68492009-05-22 14:52:52 -040012596 break;
12597 }
12598 list_for_each_entry(dmabuf, &mq->page_list, list) {
12599 mq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
James Smartb19a0612010-04-06 14:48:51 -040012600 putPaddrLow(dmabuf->phys);
James Smart04c68492009-05-22 14:52:52 -040012601 mq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
James Smartb19a0612010-04-06 14:48:51 -040012602 putPaddrHigh(dmabuf->phys);
12603 }
12604}
12605
12606/**
12607 * lpfc_mq_create - Create a mailbox Queue on the HBA
12608 * @phba: HBA structure that indicates port to create a queue on.
12609 * @mq: The queue structure to use to create the mailbox queue.
12610 * @cq: The completion queue to associate with this cq.
12611 * @subtype: The queue's subtype.
12612 *
12613 * This function creates a mailbox queue, as detailed in @mq, on a port,
12614 * described by @phba by sending a MQ_CREATE mailbox command to the HBA.
12615 *
12616 * The @phba struct is used to send mailbox command to HBA. The @cq struct
12617 * is used to get the entry count and entry size that are necessary to
12618 * determine the number of pages to allocate and use for this queue. This
12619 * function will send the MQ_CREATE mailbox command to the HBA to setup the
12620 * mailbox queue. This function is asynchronous and will wait for the mailbox
12621 * command to finish before continuing.
12622 *
12623 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012624 * memory this function will return -ENOMEM. If the queue create mailbox command
12625 * fails this function will return -ENXIO.
James Smartb19a0612010-04-06 14:48:51 -040012626 **/
12627int32_t
12628lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq,
12629 struct lpfc_queue *cq, uint32_t subtype)
12630{
12631 struct lpfc_mbx_mq_create *mq_create;
12632 struct lpfc_mbx_mq_create_ext *mq_create_ext;
12633 struct lpfc_dmabuf *dmabuf;
12634 LPFC_MBOXQ_t *mbox;
12635 int rc, length, status = 0;
12636 uint32_t shdr_status, shdr_add_status;
12637 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012638 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smartb19a0612010-04-06 14:48:51 -040012639
James Smart2e90f4b2011-12-13 13:22:37 -050012640 /* sanity check on queue memory */
12641 if (!mq || !cq)
12642 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012643 if (!phba->sli4_hba.pc_sli4_params.supported)
12644 hw_page_size = SLI4_PAGE_SIZE;
James Smartb19a0612010-04-06 14:48:51 -040012645
12646 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12647 if (!mbox)
12648 return -ENOMEM;
12649 length = (sizeof(struct lpfc_mbx_mq_create_ext) -
12650 sizeof(struct lpfc_sli4_cfg_mhdr));
12651 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12652 LPFC_MBOX_OPCODE_MQ_CREATE_EXT,
12653 length, LPFC_SLI4_MBX_EMBED);
12654
12655 mq_create_ext = &mbox->u.mqe.un.mq_create_ext;
James Smart5a6f1332011-03-11 16:05:35 -050012656 shdr = (union lpfc_sli4_cfg_shdr *) &mq_create_ext->header.cfg_shdr;
James Smart70f3c072010-12-15 17:57:33 -050012657 bf_set(lpfc_mbx_mq_create_ext_num_pages,
12658 &mq_create_ext->u.request, mq->page_count);
12659 bf_set(lpfc_mbx_mq_create_ext_async_evt_link,
12660 &mq_create_ext->u.request, 1);
12661 bf_set(lpfc_mbx_mq_create_ext_async_evt_fip,
James Smartb19a0612010-04-06 14:48:51 -040012662 &mq_create_ext->u.request, 1);
12663 bf_set(lpfc_mbx_mq_create_ext_async_evt_group5,
12664 &mq_create_ext->u.request, 1);
James Smart70f3c072010-12-15 17:57:33 -050012665 bf_set(lpfc_mbx_mq_create_ext_async_evt_fc,
12666 &mq_create_ext->u.request, 1);
12667 bf_set(lpfc_mbx_mq_create_ext_async_evt_sli,
12668 &mq_create_ext->u.request, 1);
James Smartb19a0612010-04-06 14:48:51 -040012669 bf_set(lpfc_mq_context_valid, &mq_create_ext->u.request.context, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012670 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12671 phba->sli4_hba.pc_sli4_params.mqv);
12672 if (phba->sli4_hba.pc_sli4_params.mqv == LPFC_Q_CREATE_VERSION_1)
12673 bf_set(lpfc_mbx_mq_create_ext_cq_id, &mq_create_ext->u.request,
12674 cq->queue_id);
12675 else
12676 bf_set(lpfc_mq_context_cq_id, &mq_create_ext->u.request.context,
12677 cq->queue_id);
James Smartb19a0612010-04-06 14:48:51 -040012678 switch (mq->entry_count) {
12679 default:
12680 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12681 "0362 Unsupported MQ count. (%d)\n",
12682 mq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040012683 if (mq->entry_count < 16) {
12684 status = -EINVAL;
12685 goto out;
12686 }
James Smartb19a0612010-04-06 14:48:51 -040012687 /* otherwise default to smallest count (drop through) */
12688 case 16:
James Smart5a6f1332011-03-11 16:05:35 -050012689 bf_set(lpfc_mq_context_ring_size,
12690 &mq_create_ext->u.request.context,
12691 LPFC_MQ_RING_SIZE_16);
James Smartb19a0612010-04-06 14:48:51 -040012692 break;
12693 case 32:
James Smart5a6f1332011-03-11 16:05:35 -050012694 bf_set(lpfc_mq_context_ring_size,
12695 &mq_create_ext->u.request.context,
12696 LPFC_MQ_RING_SIZE_32);
James Smartb19a0612010-04-06 14:48:51 -040012697 break;
12698 case 64:
James Smart5a6f1332011-03-11 16:05:35 -050012699 bf_set(lpfc_mq_context_ring_size,
12700 &mq_create_ext->u.request.context,
12701 LPFC_MQ_RING_SIZE_64);
James Smartb19a0612010-04-06 14:48:51 -040012702 break;
12703 case 128:
James Smart5a6f1332011-03-11 16:05:35 -050012704 bf_set(lpfc_mq_context_ring_size,
12705 &mq_create_ext->u.request.context,
12706 LPFC_MQ_RING_SIZE_128);
James Smartb19a0612010-04-06 14:48:51 -040012707 break;
12708 }
12709 list_for_each_entry(dmabuf, &mq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012710 memset(dmabuf->virt, 0, hw_page_size);
James Smartb19a0612010-04-06 14:48:51 -040012711 mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_lo =
12712 putPaddrLow(dmabuf->phys);
12713 mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_hi =
James Smart04c68492009-05-22 14:52:52 -040012714 putPaddrHigh(dmabuf->phys);
12715 }
12716 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smartb19a0612010-04-06 14:48:51 -040012717 mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id,
12718 &mq_create_ext->u.response);
12719 if (rc != MBX_SUCCESS) {
12720 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
12721 "2795 MQ_CREATE_EXT failed with "
12722 "status x%x. Failback to MQ_CREATE.\n",
12723 rc);
12724 lpfc_mq_create_fb_init(phba, mq, mbox, cq);
12725 mq_create = &mbox->u.mqe.un.mq_create;
12726 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12727 shdr = (union lpfc_sli4_cfg_shdr *) &mq_create->header.cfg_shdr;
12728 mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id,
12729 &mq_create->u.response);
12730 }
12731
James Smart04c68492009-05-22 14:52:52 -040012732 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart04c68492009-05-22 14:52:52 -040012733 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12734 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12735 if (shdr_status || shdr_add_status || rc) {
12736 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12737 "2502 MQ_CREATE mailbox failed with "
12738 "status x%x add_status x%x, mbx status x%x\n",
12739 shdr_status, shdr_add_status, rc);
12740 status = -ENXIO;
12741 goto out;
12742 }
James Smart04c68492009-05-22 14:52:52 -040012743 if (mq->queue_id == 0xFFFF) {
12744 status = -ENXIO;
12745 goto out;
12746 }
12747 mq->type = LPFC_MQ;
James Smart2a622bf2011-02-16 12:40:06 -050012748 mq->assoc_qid = cq->queue_id;
James Smart04c68492009-05-22 14:52:52 -040012749 mq->subtype = subtype;
12750 mq->host_index = 0;
12751 mq->hba_index = 0;
12752
12753 /* link the mq onto the parent cq child list */
12754 list_add_tail(&mq->list, &cq->child_list);
12755out:
James Smart8fa38512009-07-19 10:01:03 -040012756 mempool_free(mbox, phba->mbox_mem_pool);
James Smart04c68492009-05-22 14:52:52 -040012757 return status;
12758}
12759
12760/**
James Smart4f774512009-05-22 14:52:35 -040012761 * lpfc_wq_create - Create a Work Queue on the HBA
12762 * @phba: HBA structure that indicates port to create a queue on.
12763 * @wq: The queue structure to use to create the work queue.
12764 * @cq: The completion queue to bind this work queue to.
12765 * @subtype: The subtype of the work queue indicating its functionality.
12766 *
12767 * This function creates a work queue, as detailed in @wq, on a port, described
12768 * by @phba by sending a WQ_CREATE mailbox command to the HBA.
12769 *
12770 * The @phba struct is used to send mailbox command to HBA. The @wq struct
12771 * is used to get the entry count and entry size that are necessary to
12772 * determine the number of pages to allocate and use for this queue. The @cq
12773 * is used to indicate which completion queue to bind this work queue to. This
12774 * function will send the WQ_CREATE mailbox command to the HBA to setup the
12775 * work queue. This function is asynchronous and will wait for the mailbox
12776 * command to finish before continuing.
12777 *
12778 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012779 * memory this function will return -ENOMEM. If the queue create mailbox command
12780 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012781 **/
12782uint32_t
12783lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq,
12784 struct lpfc_queue *cq, uint32_t subtype)
12785{
12786 struct lpfc_mbx_wq_create *wq_create;
12787 struct lpfc_dmabuf *dmabuf;
12788 LPFC_MBOXQ_t *mbox;
12789 int rc, length, status = 0;
12790 uint32_t shdr_status, shdr_add_status;
12791 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012792 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart5a6f1332011-03-11 16:05:35 -050012793 struct dma_address *page;
James Smart962bc512013-01-03 15:44:00 -050012794 void __iomem *bar_memmap_p;
12795 uint32_t db_offset;
12796 uint16_t pci_barset;
James Smart49198b32010-04-06 15:04:33 -040012797
James Smart2e90f4b2011-12-13 13:22:37 -050012798 /* sanity check on queue memory */
12799 if (!wq || !cq)
12800 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012801 if (!phba->sli4_hba.pc_sli4_params.supported)
12802 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012803
12804 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12805 if (!mbox)
12806 return -ENOMEM;
12807 length = (sizeof(struct lpfc_mbx_wq_create) -
12808 sizeof(struct lpfc_sli4_cfg_mhdr));
12809 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
12810 LPFC_MBOX_OPCODE_FCOE_WQ_CREATE,
12811 length, LPFC_SLI4_MBX_EMBED);
12812 wq_create = &mbox->u.mqe.un.wq_create;
James Smart5a6f1332011-03-11 16:05:35 -050012813 shdr = (union lpfc_sli4_cfg_shdr *) &wq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040012814 bf_set(lpfc_mbx_wq_create_num_pages, &wq_create->u.request,
12815 wq->page_count);
12816 bf_set(lpfc_mbx_wq_create_cq_id, &wq_create->u.request,
12817 cq->queue_id);
James Smart5a6f1332011-03-11 16:05:35 -050012818 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12819 phba->sli4_hba.pc_sli4_params.wqv);
James Smart962bc512013-01-03 15:44:00 -050012820
James Smart5a6f1332011-03-11 16:05:35 -050012821 if (phba->sli4_hba.pc_sli4_params.wqv == LPFC_Q_CREATE_VERSION_1) {
12822 bf_set(lpfc_mbx_wq_create_wqe_count, &wq_create->u.request_1,
12823 wq->entry_count);
12824 switch (wq->entry_size) {
12825 default:
12826 case 64:
12827 bf_set(lpfc_mbx_wq_create_wqe_size,
12828 &wq_create->u.request_1,
12829 LPFC_WQ_WQE_SIZE_64);
12830 break;
12831 case 128:
12832 bf_set(lpfc_mbx_wq_create_wqe_size,
12833 &wq_create->u.request_1,
12834 LPFC_WQ_WQE_SIZE_128);
12835 break;
12836 }
12837 bf_set(lpfc_mbx_wq_create_page_size, &wq_create->u.request_1,
12838 (PAGE_SIZE/SLI4_PAGE_SIZE));
12839 page = wq_create->u.request_1.page;
12840 } else {
12841 page = wq_create->u.request.page;
12842 }
James Smart4f774512009-05-22 14:52:35 -040012843 list_for_each_entry(dmabuf, &wq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012844 memset(dmabuf->virt, 0, hw_page_size);
James Smart5a6f1332011-03-11 16:05:35 -050012845 page[dmabuf->buffer_tag].addr_lo = putPaddrLow(dmabuf->phys);
12846 page[dmabuf->buffer_tag].addr_hi = putPaddrHigh(dmabuf->phys);
James Smart4f774512009-05-22 14:52:35 -040012847 }
James Smart962bc512013-01-03 15:44:00 -050012848
12849 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
12850 bf_set(lpfc_mbx_wq_create_dua, &wq_create->u.request, 1);
12851
James Smart4f774512009-05-22 14:52:35 -040012852 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12853 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040012854 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12855 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12856 if (shdr_status || shdr_add_status || rc) {
12857 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12858 "2503 WQ_CREATE mailbox failed with "
12859 "status x%x add_status x%x, mbx status x%x\n",
12860 shdr_status, shdr_add_status, rc);
12861 status = -ENXIO;
12862 goto out;
12863 }
12864 wq->queue_id = bf_get(lpfc_mbx_wq_create_q_id, &wq_create->u.response);
12865 if (wq->queue_id == 0xFFFF) {
12866 status = -ENXIO;
12867 goto out;
12868 }
James Smart962bc512013-01-03 15:44:00 -050012869 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) {
12870 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format,
12871 &wq_create->u.response);
12872 if ((wq->db_format != LPFC_DB_LIST_FORMAT) &&
12873 (wq->db_format != LPFC_DB_RING_FORMAT)) {
12874 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12875 "3265 WQ[%d] doorbell format not "
12876 "supported: x%x\n", wq->queue_id,
12877 wq->db_format);
12878 status = -EINVAL;
12879 goto out;
12880 }
12881 pci_barset = bf_get(lpfc_mbx_wq_create_bar_set,
12882 &wq_create->u.response);
12883 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset);
12884 if (!bar_memmap_p) {
12885 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12886 "3263 WQ[%d] failed to memmap pci "
12887 "barset:x%x\n", wq->queue_id,
12888 pci_barset);
12889 status = -ENOMEM;
12890 goto out;
12891 }
12892 db_offset = wq_create->u.response.doorbell_offset;
12893 if ((db_offset != LPFC_ULP0_WQ_DOORBELL) &&
12894 (db_offset != LPFC_ULP1_WQ_DOORBELL)) {
12895 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12896 "3252 WQ[%d] doorbell offset not "
12897 "supported: x%x\n", wq->queue_id,
12898 db_offset);
12899 status = -EINVAL;
12900 goto out;
12901 }
12902 wq->db_regaddr = bar_memmap_p + db_offset;
12903 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
12904 "3264 WQ[%d]: barset:x%x, offset:x%x\n",
12905 wq->queue_id, pci_barset, db_offset);
12906 } else {
12907 wq->db_format = LPFC_DB_LIST_FORMAT;
12908 wq->db_regaddr = phba->sli4_hba.WQDBregaddr;
12909 }
James Smart4f774512009-05-22 14:52:35 -040012910 wq->type = LPFC_WQ;
James Smart2a622bf2011-02-16 12:40:06 -050012911 wq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040012912 wq->subtype = subtype;
12913 wq->host_index = 0;
12914 wq->hba_index = 0;
James Smartff78d8f2011-12-13 13:21:35 -050012915 wq->entry_repost = LPFC_RELEASE_NOTIFICATION_INTERVAL;
James Smart4f774512009-05-22 14:52:35 -040012916
12917 /* link the wq onto the parent cq child list */
12918 list_add_tail(&wq->list, &cq->child_list);
12919out:
James Smart8fa38512009-07-19 10:01:03 -040012920 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012921 return status;
12922}
12923
12924/**
James Smart73d91e52011-10-10 21:32:10 -040012925 * lpfc_rq_adjust_repost - Adjust entry_repost for an RQ
12926 * @phba: HBA structure that indicates port to create a queue on.
12927 * @rq: The queue structure to use for the receive queue.
12928 * @qno: The associated HBQ number
12929 *
12930 *
12931 * For SLI4 we need to adjust the RQ repost value based on
12932 * the number of buffers that are initially posted to the RQ.
12933 */
12934void
12935lpfc_rq_adjust_repost(struct lpfc_hba *phba, struct lpfc_queue *rq, int qno)
12936{
12937 uint32_t cnt;
12938
James Smart2e90f4b2011-12-13 13:22:37 -050012939 /* sanity check on queue memory */
12940 if (!rq)
12941 return;
James Smart73d91e52011-10-10 21:32:10 -040012942 cnt = lpfc_hbq_defs[qno]->entry_count;
12943
12944 /* Recalc repost for RQs based on buffers initially posted */
12945 cnt = (cnt >> 3);
12946 if (cnt < LPFC_QUEUE_MIN_REPOST)
12947 cnt = LPFC_QUEUE_MIN_REPOST;
12948
12949 rq->entry_repost = cnt;
12950}
12951
12952/**
James Smart4f774512009-05-22 14:52:35 -040012953 * lpfc_rq_create - Create a Receive Queue on the HBA
12954 * @phba: HBA structure that indicates port to create a queue on.
12955 * @hrq: The queue structure to use to create the header receive queue.
12956 * @drq: The queue structure to use to create the data receive queue.
12957 * @cq: The completion queue to bind this work queue to.
12958 *
12959 * This function creates a receive buffer queue pair , as detailed in @hrq and
12960 * @drq, on a port, described by @phba by sending a RQ_CREATE mailbox command
12961 * to the HBA.
12962 *
12963 * The @phba struct is used to send mailbox command to HBA. The @drq and @hrq
12964 * struct is used to get the entry count that is necessary to determine the
12965 * number of pages to use for this queue. The @cq is used to indicate which
12966 * completion queue to bind received buffers that are posted to these queues to.
12967 * This function will send the RQ_CREATE mailbox command to the HBA to setup the
12968 * receive queue pair. This function is asynchronous and will wait for the
12969 * mailbox command to finish before continuing.
12970 *
12971 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012972 * memory this function will return -ENOMEM. If the queue create mailbox command
12973 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012974 **/
12975uint32_t
12976lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq,
12977 struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype)
12978{
12979 struct lpfc_mbx_rq_create *rq_create;
12980 struct lpfc_dmabuf *dmabuf;
12981 LPFC_MBOXQ_t *mbox;
12982 int rc, length, status = 0;
12983 uint32_t shdr_status, shdr_add_status;
12984 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012985 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart962bc512013-01-03 15:44:00 -050012986 void __iomem *bar_memmap_p;
12987 uint32_t db_offset;
12988 uint16_t pci_barset;
James Smart49198b32010-04-06 15:04:33 -040012989
James Smart2e90f4b2011-12-13 13:22:37 -050012990 /* sanity check on queue memory */
12991 if (!hrq || !drq || !cq)
12992 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012993 if (!phba->sli4_hba.pc_sli4_params.supported)
12994 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012995
12996 if (hrq->entry_count != drq->entry_count)
12997 return -EINVAL;
12998 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12999 if (!mbox)
13000 return -ENOMEM;
13001 length = (sizeof(struct lpfc_mbx_rq_create) -
13002 sizeof(struct lpfc_sli4_cfg_mhdr));
13003 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13004 LPFC_MBOX_OPCODE_FCOE_RQ_CREATE,
13005 length, LPFC_SLI4_MBX_EMBED);
13006 rq_create = &mbox->u.mqe.un.rq_create;
James Smart5a6f1332011-03-11 16:05:35 -050013007 shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr;
13008 bf_set(lpfc_mbox_hdr_version, &shdr->request,
13009 phba->sli4_hba.pc_sli4_params.rqv);
13010 if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) {
13011 bf_set(lpfc_rq_context_rqe_count_1,
13012 &rq_create->u.request.context,
13013 hrq->entry_count);
13014 rq_create->u.request.context.buffer_size = LPFC_HDR_BUF_SIZE;
James Smartc31098c2011-04-16 11:03:33 -040013015 bf_set(lpfc_rq_context_rqe_size,
13016 &rq_create->u.request.context,
13017 LPFC_RQE_SIZE_8);
13018 bf_set(lpfc_rq_context_page_size,
13019 &rq_create->u.request.context,
13020 (PAGE_SIZE/SLI4_PAGE_SIZE));
James Smart5a6f1332011-03-11 16:05:35 -050013021 } else {
13022 switch (hrq->entry_count) {
13023 default:
13024 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13025 "2535 Unsupported RQ count. (%d)\n",
13026 hrq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040013027 if (hrq->entry_count < 512) {
13028 status = -EINVAL;
13029 goto out;
13030 }
James Smart5a6f1332011-03-11 16:05:35 -050013031 /* otherwise default to smallest count (drop through) */
13032 case 512:
13033 bf_set(lpfc_rq_context_rqe_count,
13034 &rq_create->u.request.context,
13035 LPFC_RQ_RING_SIZE_512);
13036 break;
13037 case 1024:
13038 bf_set(lpfc_rq_context_rqe_count,
13039 &rq_create->u.request.context,
13040 LPFC_RQ_RING_SIZE_1024);
13041 break;
13042 case 2048:
13043 bf_set(lpfc_rq_context_rqe_count,
13044 &rq_create->u.request.context,
13045 LPFC_RQ_RING_SIZE_2048);
13046 break;
13047 case 4096:
13048 bf_set(lpfc_rq_context_rqe_count,
13049 &rq_create->u.request.context,
13050 LPFC_RQ_RING_SIZE_4096);
13051 break;
13052 }
13053 bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context,
13054 LPFC_HDR_BUF_SIZE);
James Smart4f774512009-05-22 14:52:35 -040013055 }
13056 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context,
13057 cq->queue_id);
13058 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request,
13059 hrq->page_count);
James Smart4f774512009-05-22 14:52:35 -040013060 list_for_each_entry(dmabuf, &hrq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040013061 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040013062 rq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
13063 putPaddrLow(dmabuf->phys);
13064 rq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
13065 putPaddrHigh(dmabuf->phys);
13066 }
James Smart962bc512013-01-03 15:44:00 -050013067 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
13068 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1);
13069
James Smart4f774512009-05-22 14:52:35 -040013070 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13071 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040013072 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13073 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13074 if (shdr_status || shdr_add_status || rc) {
13075 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13076 "2504 RQ_CREATE mailbox failed with "
13077 "status x%x add_status x%x, mbx status x%x\n",
13078 shdr_status, shdr_add_status, rc);
13079 status = -ENXIO;
13080 goto out;
13081 }
13082 hrq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response);
13083 if (hrq->queue_id == 0xFFFF) {
13084 status = -ENXIO;
13085 goto out;
13086 }
James Smart962bc512013-01-03 15:44:00 -050013087
13088 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) {
13089 hrq->db_format = bf_get(lpfc_mbx_rq_create_db_format,
13090 &rq_create->u.response);
13091 if ((hrq->db_format != LPFC_DB_LIST_FORMAT) &&
13092 (hrq->db_format != LPFC_DB_RING_FORMAT)) {
13093 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13094 "3262 RQ [%d] doorbell format not "
13095 "supported: x%x\n", hrq->queue_id,
13096 hrq->db_format);
13097 status = -EINVAL;
13098 goto out;
13099 }
13100
13101 pci_barset = bf_get(lpfc_mbx_rq_create_bar_set,
13102 &rq_create->u.response);
13103 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset);
13104 if (!bar_memmap_p) {
13105 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13106 "3269 RQ[%d] failed to memmap pci "
13107 "barset:x%x\n", hrq->queue_id,
13108 pci_barset);
13109 status = -ENOMEM;
13110 goto out;
13111 }
13112
13113 db_offset = rq_create->u.response.doorbell_offset;
13114 if ((db_offset != LPFC_ULP0_RQ_DOORBELL) &&
13115 (db_offset != LPFC_ULP1_RQ_DOORBELL)) {
13116 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13117 "3270 RQ[%d] doorbell offset not "
13118 "supported: x%x\n", hrq->queue_id,
13119 db_offset);
13120 status = -EINVAL;
13121 goto out;
13122 }
13123 hrq->db_regaddr = bar_memmap_p + db_offset;
13124 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
13125 "3266 RQ[qid:%d]: barset:x%x, offset:x%x\n",
13126 hrq->queue_id, pci_barset, db_offset);
13127 } else {
13128 hrq->db_format = LPFC_DB_RING_FORMAT;
13129 hrq->db_regaddr = phba->sli4_hba.RQDBregaddr;
13130 }
James Smart4f774512009-05-22 14:52:35 -040013131 hrq->type = LPFC_HRQ;
James Smart2a622bf2011-02-16 12:40:06 -050013132 hrq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040013133 hrq->subtype = subtype;
13134 hrq->host_index = 0;
13135 hrq->hba_index = 0;
13136
13137 /* now create the data queue */
13138 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13139 LPFC_MBOX_OPCODE_FCOE_RQ_CREATE,
13140 length, LPFC_SLI4_MBX_EMBED);
James Smart5a6f1332011-03-11 16:05:35 -050013141 bf_set(lpfc_mbox_hdr_version, &shdr->request,
13142 phba->sli4_hba.pc_sli4_params.rqv);
13143 if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) {
13144 bf_set(lpfc_rq_context_rqe_count_1,
James Smartc31098c2011-04-16 11:03:33 -040013145 &rq_create->u.request.context, hrq->entry_count);
James Smart5a6f1332011-03-11 16:05:35 -050013146 rq_create->u.request.context.buffer_size = LPFC_DATA_BUF_SIZE;
James Smartc31098c2011-04-16 11:03:33 -040013147 bf_set(lpfc_rq_context_rqe_size, &rq_create->u.request.context,
13148 LPFC_RQE_SIZE_8);
13149 bf_set(lpfc_rq_context_page_size, &rq_create->u.request.context,
13150 (PAGE_SIZE/SLI4_PAGE_SIZE));
James Smart5a6f1332011-03-11 16:05:35 -050013151 } else {
13152 switch (drq->entry_count) {
13153 default:
13154 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13155 "2536 Unsupported RQ count. (%d)\n",
13156 drq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040013157 if (drq->entry_count < 512) {
13158 status = -EINVAL;
13159 goto out;
13160 }
James Smart5a6f1332011-03-11 16:05:35 -050013161 /* otherwise default to smallest count (drop through) */
13162 case 512:
13163 bf_set(lpfc_rq_context_rqe_count,
13164 &rq_create->u.request.context,
13165 LPFC_RQ_RING_SIZE_512);
13166 break;
13167 case 1024:
13168 bf_set(lpfc_rq_context_rqe_count,
13169 &rq_create->u.request.context,
13170 LPFC_RQ_RING_SIZE_1024);
13171 break;
13172 case 2048:
13173 bf_set(lpfc_rq_context_rqe_count,
13174 &rq_create->u.request.context,
13175 LPFC_RQ_RING_SIZE_2048);
13176 break;
13177 case 4096:
13178 bf_set(lpfc_rq_context_rqe_count,
13179 &rq_create->u.request.context,
13180 LPFC_RQ_RING_SIZE_4096);
13181 break;
13182 }
13183 bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context,
13184 LPFC_DATA_BUF_SIZE);
James Smart4f774512009-05-22 14:52:35 -040013185 }
13186 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context,
13187 cq->queue_id);
13188 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request,
13189 drq->page_count);
James Smart4f774512009-05-22 14:52:35 -040013190 list_for_each_entry(dmabuf, &drq->page_list, list) {
13191 rq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
13192 putPaddrLow(dmabuf->phys);
13193 rq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
13194 putPaddrHigh(dmabuf->phys);
13195 }
James Smart962bc512013-01-03 15:44:00 -050013196 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
13197 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1);
James Smart4f774512009-05-22 14:52:35 -040013198 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13199 /* The IOCTL status is embedded in the mailbox subheader. */
13200 shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr;
13201 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13202 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13203 if (shdr_status || shdr_add_status || rc) {
13204 status = -ENXIO;
13205 goto out;
13206 }
13207 drq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response);
13208 if (drq->queue_id == 0xFFFF) {
13209 status = -ENXIO;
13210 goto out;
13211 }
13212 drq->type = LPFC_DRQ;
James Smart2a622bf2011-02-16 12:40:06 -050013213 drq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040013214 drq->subtype = subtype;
13215 drq->host_index = 0;
13216 drq->hba_index = 0;
13217
13218 /* link the header and data RQs onto the parent cq child list */
13219 list_add_tail(&hrq->list, &cq->child_list);
13220 list_add_tail(&drq->list, &cq->child_list);
13221
13222out:
James Smart8fa38512009-07-19 10:01:03 -040013223 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013224 return status;
13225}
13226
13227/**
13228 * lpfc_eq_destroy - Destroy an event Queue on the HBA
13229 * @eq: The queue structure associated with the queue to destroy.
13230 *
13231 * This function destroys a queue, as detailed in @eq by sending an mailbox
13232 * command, specific to the type of queue, to the HBA.
13233 *
13234 * The @eq struct is used to get the queue ID of the queue to destroy.
13235 *
13236 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013237 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013238 **/
13239uint32_t
13240lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq)
13241{
13242 LPFC_MBOXQ_t *mbox;
13243 int rc, length, status = 0;
13244 uint32_t shdr_status, shdr_add_status;
13245 union lpfc_sli4_cfg_shdr *shdr;
13246
James Smart2e90f4b2011-12-13 13:22:37 -050013247 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013248 if (!eq)
13249 return -ENODEV;
13250 mbox = mempool_alloc(eq->phba->mbox_mem_pool, GFP_KERNEL);
13251 if (!mbox)
13252 return -ENOMEM;
13253 length = (sizeof(struct lpfc_mbx_eq_destroy) -
13254 sizeof(struct lpfc_sli4_cfg_mhdr));
13255 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
13256 LPFC_MBOX_OPCODE_EQ_DESTROY,
13257 length, LPFC_SLI4_MBX_EMBED);
13258 bf_set(lpfc_mbx_eq_destroy_q_id, &mbox->u.mqe.un.eq_destroy.u.request,
13259 eq->queue_id);
13260 mbox->vport = eq->phba->pport;
13261 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13262
13263 rc = lpfc_sli_issue_mbox(eq->phba, mbox, MBX_POLL);
13264 /* The IOCTL status is embedded in the mailbox subheader. */
13265 shdr = (union lpfc_sli4_cfg_shdr *)
13266 &mbox->u.mqe.un.eq_destroy.header.cfg_shdr;
13267 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13268 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13269 if (shdr_status || shdr_add_status || rc) {
13270 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13271 "2505 EQ_DESTROY mailbox failed with "
13272 "status x%x add_status x%x, mbx status x%x\n",
13273 shdr_status, shdr_add_status, rc);
13274 status = -ENXIO;
13275 }
13276
13277 /* Remove eq from any list */
13278 list_del_init(&eq->list);
James Smart8fa38512009-07-19 10:01:03 -040013279 mempool_free(mbox, eq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013280 return status;
13281}
13282
13283/**
13284 * lpfc_cq_destroy - Destroy a Completion Queue on the HBA
13285 * @cq: The queue structure associated with the queue to destroy.
13286 *
13287 * This function destroys a queue, as detailed in @cq by sending an mailbox
13288 * command, specific to the type of queue, to the HBA.
13289 *
13290 * The @cq struct is used to get the queue ID of the queue to destroy.
13291 *
13292 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013293 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013294 **/
13295uint32_t
13296lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq)
13297{
13298 LPFC_MBOXQ_t *mbox;
13299 int rc, length, status = 0;
13300 uint32_t shdr_status, shdr_add_status;
13301 union lpfc_sli4_cfg_shdr *shdr;
13302
James Smart2e90f4b2011-12-13 13:22:37 -050013303 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013304 if (!cq)
13305 return -ENODEV;
13306 mbox = mempool_alloc(cq->phba->mbox_mem_pool, GFP_KERNEL);
13307 if (!mbox)
13308 return -ENOMEM;
13309 length = (sizeof(struct lpfc_mbx_cq_destroy) -
13310 sizeof(struct lpfc_sli4_cfg_mhdr));
13311 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
13312 LPFC_MBOX_OPCODE_CQ_DESTROY,
13313 length, LPFC_SLI4_MBX_EMBED);
13314 bf_set(lpfc_mbx_cq_destroy_q_id, &mbox->u.mqe.un.cq_destroy.u.request,
13315 cq->queue_id);
13316 mbox->vport = cq->phba->pport;
13317 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13318 rc = lpfc_sli_issue_mbox(cq->phba, mbox, MBX_POLL);
13319 /* The IOCTL status is embedded in the mailbox subheader. */
13320 shdr = (union lpfc_sli4_cfg_shdr *)
13321 &mbox->u.mqe.un.wq_create.header.cfg_shdr;
13322 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13323 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13324 if (shdr_status || shdr_add_status || rc) {
13325 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13326 "2506 CQ_DESTROY mailbox failed with "
13327 "status x%x add_status x%x, mbx status x%x\n",
13328 shdr_status, shdr_add_status, rc);
13329 status = -ENXIO;
13330 }
13331 /* Remove cq from any list */
13332 list_del_init(&cq->list);
James Smart8fa38512009-07-19 10:01:03 -040013333 mempool_free(mbox, cq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013334 return status;
13335}
13336
13337/**
James Smart04c68492009-05-22 14:52:52 -040013338 * lpfc_mq_destroy - Destroy a Mailbox Queue on the HBA
13339 * @qm: The queue structure associated with the queue to destroy.
13340 *
13341 * This function destroys a queue, as detailed in @mq by sending an mailbox
13342 * command, specific to the type of queue, to the HBA.
13343 *
13344 * The @mq struct is used to get the queue ID of the queue to destroy.
13345 *
13346 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013347 * command fails this function will return -ENXIO.
James Smart04c68492009-05-22 14:52:52 -040013348 **/
13349uint32_t
13350lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq)
13351{
13352 LPFC_MBOXQ_t *mbox;
13353 int rc, length, status = 0;
13354 uint32_t shdr_status, shdr_add_status;
13355 union lpfc_sli4_cfg_shdr *shdr;
13356
James Smart2e90f4b2011-12-13 13:22:37 -050013357 /* sanity check on queue memory */
James Smart04c68492009-05-22 14:52:52 -040013358 if (!mq)
13359 return -ENODEV;
13360 mbox = mempool_alloc(mq->phba->mbox_mem_pool, GFP_KERNEL);
13361 if (!mbox)
13362 return -ENOMEM;
13363 length = (sizeof(struct lpfc_mbx_mq_destroy) -
13364 sizeof(struct lpfc_sli4_cfg_mhdr));
13365 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
13366 LPFC_MBOX_OPCODE_MQ_DESTROY,
13367 length, LPFC_SLI4_MBX_EMBED);
13368 bf_set(lpfc_mbx_mq_destroy_q_id, &mbox->u.mqe.un.mq_destroy.u.request,
13369 mq->queue_id);
13370 mbox->vport = mq->phba->pport;
13371 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13372 rc = lpfc_sli_issue_mbox(mq->phba, mbox, MBX_POLL);
13373 /* The IOCTL status is embedded in the mailbox subheader. */
13374 shdr = (union lpfc_sli4_cfg_shdr *)
13375 &mbox->u.mqe.un.mq_destroy.header.cfg_shdr;
13376 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13377 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13378 if (shdr_status || shdr_add_status || rc) {
13379 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13380 "2507 MQ_DESTROY mailbox failed with "
13381 "status x%x add_status x%x, mbx status x%x\n",
13382 shdr_status, shdr_add_status, rc);
13383 status = -ENXIO;
13384 }
13385 /* Remove mq from any list */
13386 list_del_init(&mq->list);
James Smart8fa38512009-07-19 10:01:03 -040013387 mempool_free(mbox, mq->phba->mbox_mem_pool);
James Smart04c68492009-05-22 14:52:52 -040013388 return status;
13389}
13390
13391/**
James Smart4f774512009-05-22 14:52:35 -040013392 * lpfc_wq_destroy - Destroy a Work Queue on the HBA
13393 * @wq: The queue structure associated with the queue to destroy.
13394 *
13395 * This function destroys a queue, as detailed in @wq by sending an mailbox
13396 * command, specific to the type of queue, to the HBA.
13397 *
13398 * The @wq struct is used to get the queue ID of the queue to destroy.
13399 *
13400 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013401 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013402 **/
13403uint32_t
13404lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq)
13405{
13406 LPFC_MBOXQ_t *mbox;
13407 int rc, length, status = 0;
13408 uint32_t shdr_status, shdr_add_status;
13409 union lpfc_sli4_cfg_shdr *shdr;
13410
James Smart2e90f4b2011-12-13 13:22:37 -050013411 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013412 if (!wq)
13413 return -ENODEV;
13414 mbox = mempool_alloc(wq->phba->mbox_mem_pool, GFP_KERNEL);
13415 if (!mbox)
13416 return -ENOMEM;
13417 length = (sizeof(struct lpfc_mbx_wq_destroy) -
13418 sizeof(struct lpfc_sli4_cfg_mhdr));
13419 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13420 LPFC_MBOX_OPCODE_FCOE_WQ_DESTROY,
13421 length, LPFC_SLI4_MBX_EMBED);
13422 bf_set(lpfc_mbx_wq_destroy_q_id, &mbox->u.mqe.un.wq_destroy.u.request,
13423 wq->queue_id);
13424 mbox->vport = wq->phba->pport;
13425 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13426 rc = lpfc_sli_issue_mbox(wq->phba, mbox, MBX_POLL);
13427 shdr = (union lpfc_sli4_cfg_shdr *)
13428 &mbox->u.mqe.un.wq_destroy.header.cfg_shdr;
13429 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13430 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13431 if (shdr_status || shdr_add_status || rc) {
13432 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13433 "2508 WQ_DESTROY mailbox failed with "
13434 "status x%x add_status x%x, mbx status x%x\n",
13435 shdr_status, shdr_add_status, rc);
13436 status = -ENXIO;
13437 }
13438 /* Remove wq from any list */
13439 list_del_init(&wq->list);
James Smart8fa38512009-07-19 10:01:03 -040013440 mempool_free(mbox, wq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013441 return status;
13442}
13443
13444/**
13445 * lpfc_rq_destroy - Destroy a Receive Queue on the HBA
13446 * @rq: The queue structure associated with the queue to destroy.
13447 *
13448 * This function destroys a queue, as detailed in @rq by sending an mailbox
13449 * command, specific to the type of queue, to the HBA.
13450 *
13451 * The @rq struct is used to get the queue ID of the queue to destroy.
13452 *
13453 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013454 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013455 **/
13456uint32_t
13457lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq,
13458 struct lpfc_queue *drq)
13459{
13460 LPFC_MBOXQ_t *mbox;
13461 int rc, length, status = 0;
13462 uint32_t shdr_status, shdr_add_status;
13463 union lpfc_sli4_cfg_shdr *shdr;
13464
James Smart2e90f4b2011-12-13 13:22:37 -050013465 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013466 if (!hrq || !drq)
13467 return -ENODEV;
13468 mbox = mempool_alloc(hrq->phba->mbox_mem_pool, GFP_KERNEL);
13469 if (!mbox)
13470 return -ENOMEM;
13471 length = (sizeof(struct lpfc_mbx_rq_destroy) -
James Smartfedd3b72011-02-16 12:39:24 -050013472 sizeof(struct lpfc_sli4_cfg_mhdr));
James Smart4f774512009-05-22 14:52:35 -040013473 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13474 LPFC_MBOX_OPCODE_FCOE_RQ_DESTROY,
13475 length, LPFC_SLI4_MBX_EMBED);
13476 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request,
13477 hrq->queue_id);
13478 mbox->vport = hrq->phba->pport;
13479 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13480 rc = lpfc_sli_issue_mbox(hrq->phba, mbox, MBX_POLL);
13481 /* The IOCTL status is embedded in the mailbox subheader. */
13482 shdr = (union lpfc_sli4_cfg_shdr *)
13483 &mbox->u.mqe.un.rq_destroy.header.cfg_shdr;
13484 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13485 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13486 if (shdr_status || shdr_add_status || rc) {
13487 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13488 "2509 RQ_DESTROY mailbox failed with "
13489 "status x%x add_status x%x, mbx status x%x\n",
13490 shdr_status, shdr_add_status, rc);
13491 if (rc != MBX_TIMEOUT)
13492 mempool_free(mbox, hrq->phba->mbox_mem_pool);
13493 return -ENXIO;
13494 }
13495 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request,
13496 drq->queue_id);
13497 rc = lpfc_sli_issue_mbox(drq->phba, mbox, MBX_POLL);
13498 shdr = (union lpfc_sli4_cfg_shdr *)
13499 &mbox->u.mqe.un.rq_destroy.header.cfg_shdr;
13500 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13501 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13502 if (shdr_status || shdr_add_status || rc) {
13503 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13504 "2510 RQ_DESTROY mailbox failed with "
13505 "status x%x add_status x%x, mbx status x%x\n",
13506 shdr_status, shdr_add_status, rc);
13507 status = -ENXIO;
13508 }
13509 list_del_init(&hrq->list);
13510 list_del_init(&drq->list);
James Smart8fa38512009-07-19 10:01:03 -040013511 mempool_free(mbox, hrq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013512 return status;
13513}
13514
13515/**
13516 * lpfc_sli4_post_sgl - Post scatter gather list for an XRI to HBA
13517 * @phba: The virtual port for which this call being executed.
13518 * @pdma_phys_addr0: Physical address of the 1st SGL page.
13519 * @pdma_phys_addr1: Physical address of the 2nd SGL page.
13520 * @xritag: the xritag that ties this io to the SGL pages.
13521 *
13522 * This routine will post the sgl pages for the IO that has the xritag
13523 * that is in the iocbq structure. The xritag is assigned during iocbq
13524 * creation and persists for as long as the driver is loaded.
13525 * if the caller has fewer than 256 scatter gather segments to map then
13526 * pdma_phys_addr1 should be 0.
13527 * If the caller needs to map more than 256 scatter gather segment then
13528 * pdma_phys_addr1 should be a valid physical address.
13529 * physical address for SGLs must be 64 byte aligned.
13530 * If you are going to map 2 SGL's then the first one must have 256 entries
13531 * the second sgl can have between 1 and 256 entries.
13532 *
13533 * Return codes:
13534 * 0 - Success
13535 * -ENXIO, -ENOMEM - Failure
13536 **/
13537int
13538lpfc_sli4_post_sgl(struct lpfc_hba *phba,
13539 dma_addr_t pdma_phys_addr0,
13540 dma_addr_t pdma_phys_addr1,
13541 uint16_t xritag)
13542{
13543 struct lpfc_mbx_post_sgl_pages *post_sgl_pages;
13544 LPFC_MBOXQ_t *mbox;
13545 int rc;
13546 uint32_t shdr_status, shdr_add_status;
James Smart6d368e52011-05-24 11:44:12 -040013547 uint32_t mbox_tmo;
James Smart4f774512009-05-22 14:52:35 -040013548 union lpfc_sli4_cfg_shdr *shdr;
13549
13550 if (xritag == NO_XRI) {
13551 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13552 "0364 Invalid param:\n");
13553 return -EINVAL;
13554 }
13555
13556 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
13557 if (!mbox)
13558 return -ENOMEM;
13559
13560 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13561 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES,
13562 sizeof(struct lpfc_mbx_post_sgl_pages) -
James Smartfedd3b72011-02-16 12:39:24 -050013563 sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED);
James Smart4f774512009-05-22 14:52:35 -040013564
13565 post_sgl_pages = (struct lpfc_mbx_post_sgl_pages *)
13566 &mbox->u.mqe.un.post_sgl_pages;
13567 bf_set(lpfc_post_sgl_pages_xri, post_sgl_pages, xritag);
13568 bf_set(lpfc_post_sgl_pages_xricnt, post_sgl_pages, 1);
13569
13570 post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_lo =
13571 cpu_to_le32(putPaddrLow(pdma_phys_addr0));
13572 post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_hi =
13573 cpu_to_le32(putPaddrHigh(pdma_phys_addr0));
13574
13575 post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_lo =
13576 cpu_to_le32(putPaddrLow(pdma_phys_addr1));
13577 post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_hi =
13578 cpu_to_le32(putPaddrHigh(pdma_phys_addr1));
13579 if (!phba->sli4_hba.intr_enable)
13580 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smart6d368e52011-05-24 11:44:12 -040013581 else {
James Smarta183a152011-10-10 21:32:43 -040013582 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -040013583 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13584 }
James Smart4f774512009-05-22 14:52:35 -040013585 /* The IOCTL status is embedded in the mailbox subheader. */
13586 shdr = (union lpfc_sli4_cfg_shdr *) &post_sgl_pages->header.cfg_shdr;
13587 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13588 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13589 if (rc != MBX_TIMEOUT)
13590 mempool_free(mbox, phba->mbox_mem_pool);
13591 if (shdr_status || shdr_add_status || rc) {
13592 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13593 "2511 POST_SGL mailbox failed with "
13594 "status x%x add_status x%x, mbx status x%x\n",
13595 shdr_status, shdr_add_status, rc);
13596 rc = -ENXIO;
13597 }
13598 return 0;
13599}
James Smart4f774512009-05-22 14:52:35 -040013600
13601/**
James Smart88a2cfb2011-07-22 18:36:33 -040013602 * lpfc_sli4_alloc_xri - Get an available rpi in the device's range
James Smart6d368e52011-05-24 11:44:12 -040013603 * @phba: pointer to lpfc hba data structure.
13604 *
13605 * This routine is invoked to post rpi header templates to the
James Smart88a2cfb2011-07-22 18:36:33 -040013606 * HBA consistent with the SLI-4 interface spec. This routine
13607 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
13608 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6d368e52011-05-24 11:44:12 -040013609 *
James Smart88a2cfb2011-07-22 18:36:33 -040013610 * Returns
13611 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
13612 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
13613 **/
James Smart6d368e52011-05-24 11:44:12 -040013614uint16_t
13615lpfc_sli4_alloc_xri(struct lpfc_hba *phba)
13616{
13617 unsigned long xri;
13618
13619 /*
13620 * Fetch the next logical xri. Because this index is logical,
13621 * the driver starts at 0 each time.
13622 */
13623 spin_lock_irq(&phba->hbalock);
13624 xri = find_next_zero_bit(phba->sli4_hba.xri_bmask,
13625 phba->sli4_hba.max_cfg_param.max_xri, 0);
13626 if (xri >= phba->sli4_hba.max_cfg_param.max_xri) {
13627 spin_unlock_irq(&phba->hbalock);
13628 return NO_XRI;
13629 } else {
13630 set_bit(xri, phba->sli4_hba.xri_bmask);
13631 phba->sli4_hba.max_cfg_param.xri_used++;
James Smart6d368e52011-05-24 11:44:12 -040013632 }
James Smart6d368e52011-05-24 11:44:12 -040013633 spin_unlock_irq(&phba->hbalock);
13634 return xri;
13635}
13636
13637/**
13638 * lpfc_sli4_free_xri - Release an xri for reuse.
13639 * @phba: pointer to lpfc hba data structure.
13640 *
13641 * This routine is invoked to release an xri to the pool of
13642 * available rpis maintained by the driver.
13643 **/
13644void
13645__lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri)
13646{
13647 if (test_and_clear_bit(xri, phba->sli4_hba.xri_bmask)) {
James Smart6d368e52011-05-24 11:44:12 -040013648 phba->sli4_hba.max_cfg_param.xri_used--;
13649 }
13650}
13651
13652/**
13653 * lpfc_sli4_free_xri - Release an xri for reuse.
13654 * @phba: pointer to lpfc hba data structure.
13655 *
13656 * This routine is invoked to release an xri to the pool of
13657 * available rpis maintained by the driver.
13658 **/
13659void
13660lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri)
13661{
13662 spin_lock_irq(&phba->hbalock);
13663 __lpfc_sli4_free_xri(phba, xri);
13664 spin_unlock_irq(&phba->hbalock);
13665}
13666
13667/**
James Smart4f774512009-05-22 14:52:35 -040013668 * lpfc_sli4_next_xritag - Get an xritag for the io
13669 * @phba: Pointer to HBA context object.
13670 *
13671 * This function gets an xritag for the iocb. If there is no unused xritag
13672 * it will return 0xffff.
13673 * The function returns the allocated xritag if successful, else returns zero.
13674 * Zero is not a valid xritag.
13675 * The caller is not required to hold any lock.
13676 **/
13677uint16_t
13678lpfc_sli4_next_xritag(struct lpfc_hba *phba)
13679{
James Smart6d368e52011-05-24 11:44:12 -040013680 uint16_t xri_index;
James Smart4f774512009-05-22 14:52:35 -040013681
James Smart6d368e52011-05-24 11:44:12 -040013682 xri_index = lpfc_sli4_alloc_xri(phba);
James Smart81378052012-05-09 21:17:37 -040013683 if (xri_index == NO_XRI)
13684 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
13685 "2004 Failed to allocate XRI.last XRITAG is %d"
13686 " Max XRI is %d, Used XRI is %d\n",
13687 xri_index,
13688 phba->sli4_hba.max_cfg_param.max_xri,
13689 phba->sli4_hba.max_cfg_param.xri_used);
13690 return xri_index;
James Smart4f774512009-05-22 14:52:35 -040013691}
13692
13693/**
James Smart6d368e52011-05-24 11:44:12 -040013694 * lpfc_sli4_post_els_sgl_list - post a block of ELS sgls to the port.
James Smart4f774512009-05-22 14:52:35 -040013695 * @phba: pointer to lpfc hba data structure.
James Smart8a9d2e82012-05-09 21:16:12 -040013696 * @post_sgl_list: pointer to els sgl entry list.
13697 * @count: number of els sgl entries on the list.
James Smart4f774512009-05-22 14:52:35 -040013698 *
13699 * This routine is invoked to post a block of driver's sgl pages to the
13700 * HBA using non-embedded mailbox command. No Lock is held. This routine
13701 * is only called when the driver is loading and after all IO has been
13702 * stopped.
13703 **/
James Smart8a9d2e82012-05-09 21:16:12 -040013704static int
13705lpfc_sli4_post_els_sgl_list(struct lpfc_hba *phba,
13706 struct list_head *post_sgl_list,
13707 int post_cnt)
James Smart4f774512009-05-22 14:52:35 -040013708{
James Smart8a9d2e82012-05-09 21:16:12 -040013709 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL;
James Smart4f774512009-05-22 14:52:35 -040013710 struct lpfc_mbx_post_uembed_sgl_page1 *sgl;
13711 struct sgl_page_pairs *sgl_pg_pairs;
13712 void *viraddr;
13713 LPFC_MBOXQ_t *mbox;
13714 uint32_t reqlen, alloclen, pg_pairs;
13715 uint32_t mbox_tmo;
James Smart8a9d2e82012-05-09 21:16:12 -040013716 uint16_t xritag_start = 0;
13717 int rc = 0;
James Smart4f774512009-05-22 14:52:35 -040013718 uint32_t shdr_status, shdr_add_status;
13719 union lpfc_sli4_cfg_shdr *shdr;
13720
James Smart8a9d2e82012-05-09 21:16:12 -040013721 reqlen = phba->sli4_hba.els_xri_cnt * sizeof(struct sgl_page_pairs) +
James Smart4f774512009-05-22 14:52:35 -040013722 sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t);
James Smart49198b32010-04-06 15:04:33 -040013723 if (reqlen > SLI4_PAGE_SIZE) {
James Smart4f774512009-05-22 14:52:35 -040013724 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
13725 "2559 Block sgl registration required DMA "
13726 "size (%d) great than a page\n", reqlen);
13727 return -ENOMEM;
13728 }
13729 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart6d368e52011-05-24 11:44:12 -040013730 if (!mbox)
James Smart4f774512009-05-22 14:52:35 -040013731 return -ENOMEM;
James Smart4f774512009-05-22 14:52:35 -040013732
13733 /* Allocate DMA memory and set up the non-embedded mailbox command */
13734 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13735 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen,
13736 LPFC_SLI4_MBX_NEMBED);
13737
13738 if (alloclen < reqlen) {
13739 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13740 "0285 Allocated DMA memory size (%d) is "
13741 "less than the requested DMA memory "
13742 "size (%d)\n", alloclen, reqlen);
13743 lpfc_sli4_mbox_cmd_free(phba, mbox);
13744 return -ENOMEM;
13745 }
James Smart4f774512009-05-22 14:52:35 -040013746 /* Set up the SGL pages in the non-embedded DMA pages */
James Smart6d368e52011-05-24 11:44:12 -040013747 viraddr = mbox->sge_array->addr[0];
James Smart4f774512009-05-22 14:52:35 -040013748 sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr;
13749 sgl_pg_pairs = &sgl->sgl_pg_pairs;
13750
James Smart8a9d2e82012-05-09 21:16:12 -040013751 pg_pairs = 0;
13752 list_for_each_entry_safe(sglq_entry, sglq_next, post_sgl_list, list) {
James Smart4f774512009-05-22 14:52:35 -040013753 /* Set up the sge entry */
13754 sgl_pg_pairs->sgl_pg0_addr_lo =
13755 cpu_to_le32(putPaddrLow(sglq_entry->phys));
13756 sgl_pg_pairs->sgl_pg0_addr_hi =
13757 cpu_to_le32(putPaddrHigh(sglq_entry->phys));
13758 sgl_pg_pairs->sgl_pg1_addr_lo =
13759 cpu_to_le32(putPaddrLow(0));
13760 sgl_pg_pairs->sgl_pg1_addr_hi =
13761 cpu_to_le32(putPaddrHigh(0));
James Smart6d368e52011-05-24 11:44:12 -040013762
James Smart4f774512009-05-22 14:52:35 -040013763 /* Keep the first xritag on the list */
13764 if (pg_pairs == 0)
13765 xritag_start = sglq_entry->sli4_xritag;
13766 sgl_pg_pairs++;
James Smart8a9d2e82012-05-09 21:16:12 -040013767 pg_pairs++;
James Smart4f774512009-05-22 14:52:35 -040013768 }
James Smart6d368e52011-05-24 11:44:12 -040013769
13770 /* Complete initialization and perform endian conversion. */
James Smart4f774512009-05-22 14:52:35 -040013771 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start);
James Smart8a9d2e82012-05-09 21:16:12 -040013772 bf_set(lpfc_post_sgl_pages_xricnt, sgl, phba->sli4_hba.els_xri_cnt);
James Smart4f774512009-05-22 14:52:35 -040013773 sgl->word0 = cpu_to_le32(sgl->word0);
James Smart4f774512009-05-22 14:52:35 -040013774 if (!phba->sli4_hba.intr_enable)
13775 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13776 else {
James Smarta183a152011-10-10 21:32:43 -040013777 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart4f774512009-05-22 14:52:35 -040013778 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13779 }
13780 shdr = (union lpfc_sli4_cfg_shdr *) &sgl->cfg_shdr;
13781 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13782 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13783 if (rc != MBX_TIMEOUT)
13784 lpfc_sli4_mbox_cmd_free(phba, mbox);
13785 if (shdr_status || shdr_add_status || rc) {
13786 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13787 "2513 POST_SGL_BLOCK mailbox command failed "
13788 "status x%x add_status x%x mbx status x%x\n",
13789 shdr_status, shdr_add_status, rc);
13790 rc = -ENXIO;
13791 }
13792 return rc;
13793}
13794
13795/**
13796 * lpfc_sli4_post_scsi_sgl_block - post a block of scsi sgl list to firmware
13797 * @phba: pointer to lpfc hba data structure.
13798 * @sblist: pointer to scsi buffer list.
13799 * @count: number of scsi buffers on the list.
13800 *
13801 * This routine is invoked to post a block of @count scsi sgl pages from a
13802 * SCSI buffer list @sblist to the HBA using non-embedded mailbox command.
13803 * No Lock is held.
13804 *
13805 **/
13806int
James Smart8a9d2e82012-05-09 21:16:12 -040013807lpfc_sli4_post_scsi_sgl_block(struct lpfc_hba *phba,
13808 struct list_head *sblist,
13809 int count)
James Smart4f774512009-05-22 14:52:35 -040013810{
13811 struct lpfc_scsi_buf *psb;
13812 struct lpfc_mbx_post_uembed_sgl_page1 *sgl;
13813 struct sgl_page_pairs *sgl_pg_pairs;
13814 void *viraddr;
13815 LPFC_MBOXQ_t *mbox;
13816 uint32_t reqlen, alloclen, pg_pairs;
13817 uint32_t mbox_tmo;
13818 uint16_t xritag_start = 0;
13819 int rc = 0;
13820 uint32_t shdr_status, shdr_add_status;
13821 dma_addr_t pdma_phys_bpl1;
13822 union lpfc_sli4_cfg_shdr *shdr;
13823
13824 /* Calculate the requested length of the dma memory */
James Smart8a9d2e82012-05-09 21:16:12 -040013825 reqlen = count * sizeof(struct sgl_page_pairs) +
James Smart4f774512009-05-22 14:52:35 -040013826 sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t);
James Smart49198b32010-04-06 15:04:33 -040013827 if (reqlen > SLI4_PAGE_SIZE) {
James Smart4f774512009-05-22 14:52:35 -040013828 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
13829 "0217 Block sgl registration required DMA "
13830 "size (%d) great than a page\n", reqlen);
13831 return -ENOMEM;
13832 }
13833 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
13834 if (!mbox) {
13835 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13836 "0283 Failed to allocate mbox cmd memory\n");
13837 return -ENOMEM;
13838 }
13839
13840 /* Allocate DMA memory and set up the non-embedded mailbox command */
13841 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13842 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen,
13843 LPFC_SLI4_MBX_NEMBED);
13844
13845 if (alloclen < reqlen) {
13846 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13847 "2561 Allocated DMA memory size (%d) is "
13848 "less than the requested DMA memory "
13849 "size (%d)\n", alloclen, reqlen);
13850 lpfc_sli4_mbox_cmd_free(phba, mbox);
13851 return -ENOMEM;
13852 }
James Smart6d368e52011-05-24 11:44:12 -040013853
James Smart4f774512009-05-22 14:52:35 -040013854 /* Get the first SGE entry from the non-embedded DMA memory */
James Smart4f774512009-05-22 14:52:35 -040013855 viraddr = mbox->sge_array->addr[0];
13856
13857 /* Set up the SGL pages in the non-embedded DMA pages */
13858 sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr;
13859 sgl_pg_pairs = &sgl->sgl_pg_pairs;
13860
13861 pg_pairs = 0;
13862 list_for_each_entry(psb, sblist, list) {
13863 /* Set up the sge entry */
13864 sgl_pg_pairs->sgl_pg0_addr_lo =
13865 cpu_to_le32(putPaddrLow(psb->dma_phys_bpl));
13866 sgl_pg_pairs->sgl_pg0_addr_hi =
13867 cpu_to_le32(putPaddrHigh(psb->dma_phys_bpl));
13868 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE)
13869 pdma_phys_bpl1 = psb->dma_phys_bpl + SGL_PAGE_SIZE;
13870 else
13871 pdma_phys_bpl1 = 0;
13872 sgl_pg_pairs->sgl_pg1_addr_lo =
13873 cpu_to_le32(putPaddrLow(pdma_phys_bpl1));
13874 sgl_pg_pairs->sgl_pg1_addr_hi =
13875 cpu_to_le32(putPaddrHigh(pdma_phys_bpl1));
13876 /* Keep the first xritag on the list */
13877 if (pg_pairs == 0)
13878 xritag_start = psb->cur_iocbq.sli4_xritag;
13879 sgl_pg_pairs++;
13880 pg_pairs++;
13881 }
13882 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start);
13883 bf_set(lpfc_post_sgl_pages_xricnt, sgl, pg_pairs);
13884 /* Perform endian conversion if necessary */
13885 sgl->word0 = cpu_to_le32(sgl->word0);
13886
13887 if (!phba->sli4_hba.intr_enable)
13888 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13889 else {
James Smarta183a152011-10-10 21:32:43 -040013890 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart4f774512009-05-22 14:52:35 -040013891 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13892 }
13893 shdr = (union lpfc_sli4_cfg_shdr *) &sgl->cfg_shdr;
13894 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13895 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13896 if (rc != MBX_TIMEOUT)
13897 lpfc_sli4_mbox_cmd_free(phba, mbox);
13898 if (shdr_status || shdr_add_status || rc) {
13899 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13900 "2564 POST_SGL_BLOCK mailbox command failed "
13901 "status x%x add_status x%x mbx status x%x\n",
13902 shdr_status, shdr_add_status, rc);
13903 rc = -ENXIO;
13904 }
13905 return rc;
13906}
13907
13908/**
13909 * lpfc_fc_frame_check - Check that this frame is a valid frame to handle
13910 * @phba: pointer to lpfc_hba struct that the frame was received on
13911 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
13912 *
13913 * This function checks the fields in the @fc_hdr to see if the FC frame is a
13914 * valid type of frame that the LPFC driver will handle. This function will
13915 * return a zero if the frame is a valid frame or a non zero value when the
13916 * frame does not pass the check.
13917 **/
13918static int
13919lpfc_fc_frame_check(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr)
13920{
Tomas Henzl474ffb72010-12-22 16:52:40 +010013921 /* make rctl_names static to save stack space */
13922 static char *rctl_names[] = FC_RCTL_NAMES_INIT;
James Smart4f774512009-05-22 14:52:35 -040013923 char *type_names[] = FC_TYPE_NAMES_INIT;
13924 struct fc_vft_header *fc_vft_hdr;
James Smart546fc852011-03-11 16:06:29 -050013925 uint32_t *header = (uint32_t *) fc_hdr;
James Smart4f774512009-05-22 14:52:35 -040013926
13927 switch (fc_hdr->fh_r_ctl) {
13928 case FC_RCTL_DD_UNCAT: /* uncategorized information */
13929 case FC_RCTL_DD_SOL_DATA: /* solicited data */
13930 case FC_RCTL_DD_UNSOL_CTL: /* unsolicited control */
13931 case FC_RCTL_DD_SOL_CTL: /* solicited control or reply */
13932 case FC_RCTL_DD_UNSOL_DATA: /* unsolicited data */
13933 case FC_RCTL_DD_DATA_DESC: /* data descriptor */
13934 case FC_RCTL_DD_UNSOL_CMD: /* unsolicited command */
13935 case FC_RCTL_DD_CMD_STATUS: /* command status */
13936 case FC_RCTL_ELS_REQ: /* extended link services request */
13937 case FC_RCTL_ELS_REP: /* extended link services reply */
13938 case FC_RCTL_ELS4_REQ: /* FC-4 ELS request */
13939 case FC_RCTL_ELS4_REP: /* FC-4 ELS reply */
13940 case FC_RCTL_BA_NOP: /* basic link service NOP */
13941 case FC_RCTL_BA_ABTS: /* basic link service abort */
13942 case FC_RCTL_BA_RMC: /* remove connection */
13943 case FC_RCTL_BA_ACC: /* basic accept */
13944 case FC_RCTL_BA_RJT: /* basic reject */
13945 case FC_RCTL_BA_PRMT:
13946 case FC_RCTL_ACK_1: /* acknowledge_1 */
13947 case FC_RCTL_ACK_0: /* acknowledge_0 */
13948 case FC_RCTL_P_RJT: /* port reject */
13949 case FC_RCTL_F_RJT: /* fabric reject */
13950 case FC_RCTL_P_BSY: /* port busy */
13951 case FC_RCTL_F_BSY: /* fabric busy to data frame */
13952 case FC_RCTL_F_BSYL: /* fabric busy to link control frame */
13953 case FC_RCTL_LCR: /* link credit reset */
13954 case FC_RCTL_END: /* end */
13955 break;
13956 case FC_RCTL_VFTH: /* Virtual Fabric tagging Header */
13957 fc_vft_hdr = (struct fc_vft_header *)fc_hdr;
13958 fc_hdr = &((struct fc_frame_header *)fc_vft_hdr)[1];
13959 return lpfc_fc_frame_check(phba, fc_hdr);
13960 default:
13961 goto drop;
13962 }
13963 switch (fc_hdr->fh_type) {
13964 case FC_TYPE_BLS:
13965 case FC_TYPE_ELS:
13966 case FC_TYPE_FCP:
13967 case FC_TYPE_CT:
13968 break;
13969 case FC_TYPE_IP:
13970 case FC_TYPE_ILS:
13971 default:
13972 goto drop;
13973 }
James Smart546fc852011-03-11 16:06:29 -050013974
James Smart4f774512009-05-22 14:52:35 -040013975 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart546fc852011-03-11 16:06:29 -050013976 "2538 Received frame rctl:%s type:%s "
13977 "Frame Data:%08x %08x %08x %08x %08x %08x\n",
James Smart4f774512009-05-22 14:52:35 -040013978 rctl_names[fc_hdr->fh_r_ctl],
James Smart546fc852011-03-11 16:06:29 -050013979 type_names[fc_hdr->fh_type],
13980 be32_to_cpu(header[0]), be32_to_cpu(header[1]),
13981 be32_to_cpu(header[2]), be32_to_cpu(header[3]),
13982 be32_to_cpu(header[4]), be32_to_cpu(header[5]));
James Smart4f774512009-05-22 14:52:35 -040013983 return 0;
13984drop:
13985 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS,
13986 "2539 Dropped frame rctl:%s type:%s\n",
13987 rctl_names[fc_hdr->fh_r_ctl],
13988 type_names[fc_hdr->fh_type]);
13989 return 1;
13990}
13991
13992/**
13993 * lpfc_fc_hdr_get_vfi - Get the VFI from an FC frame
13994 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
13995 *
13996 * This function processes the FC header to retrieve the VFI from the VF
13997 * header, if one exists. This function will return the VFI if one exists
13998 * or 0 if no VSAN Header exists.
13999 **/
14000static uint32_t
14001lpfc_fc_hdr_get_vfi(struct fc_frame_header *fc_hdr)
14002{
14003 struct fc_vft_header *fc_vft_hdr = (struct fc_vft_header *)fc_hdr;
14004
14005 if (fc_hdr->fh_r_ctl != FC_RCTL_VFTH)
14006 return 0;
14007 return bf_get(fc_vft_hdr_vf_id, fc_vft_hdr);
14008}
14009
14010/**
14011 * lpfc_fc_frame_to_vport - Finds the vport that a frame is destined to
14012 * @phba: Pointer to the HBA structure to search for the vport on
14013 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
14014 * @fcfi: The FC Fabric ID that the frame came from
14015 *
14016 * This function searches the @phba for a vport that matches the content of the
14017 * @fc_hdr passed in and the @fcfi. This function uses the @fc_hdr to fetch the
14018 * VFI, if the Virtual Fabric Tagging Header exists, and the DID. This function
14019 * returns the matching vport pointer or NULL if unable to match frame to a
14020 * vport.
14021 **/
14022static struct lpfc_vport *
14023lpfc_fc_frame_to_vport(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr,
14024 uint16_t fcfi)
14025{
14026 struct lpfc_vport **vports;
14027 struct lpfc_vport *vport = NULL;
14028 int i;
14029 uint32_t did = (fc_hdr->fh_d_id[0] << 16 |
14030 fc_hdr->fh_d_id[1] << 8 |
14031 fc_hdr->fh_d_id[2]);
James Smart939723a2012-05-09 21:19:03 -040014032
James Smartbf086112011-08-21 21:48:13 -040014033 if (did == Fabric_DID)
14034 return phba->pport;
James Smart939723a2012-05-09 21:19:03 -040014035 if ((phba->pport->fc_flag & FC_PT2PT) &&
14036 !(phba->link_state == LPFC_HBA_READY))
14037 return phba->pport;
14038
James Smart4f774512009-05-22 14:52:35 -040014039 vports = lpfc_create_vport_work_array(phba);
14040 if (vports != NULL)
14041 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) {
14042 if (phba->fcf.fcfi == fcfi &&
14043 vports[i]->vfi == lpfc_fc_hdr_get_vfi(fc_hdr) &&
14044 vports[i]->fc_myDID == did) {
14045 vport = vports[i];
14046 break;
14047 }
14048 }
14049 lpfc_destroy_vport_work_array(phba, vports);
14050 return vport;
14051}
14052
14053/**
James Smart45ed1192009-10-02 15:17:02 -040014054 * lpfc_update_rcv_time_stamp - Update vport's rcv seq time stamp
14055 * @vport: The vport to work on.
14056 *
14057 * This function updates the receive sequence time stamp for this vport. The
14058 * receive sequence time stamp indicates the time that the last frame of the
14059 * the sequence that has been idle for the longest amount of time was received.
14060 * the driver uses this time stamp to indicate if any received sequences have
14061 * timed out.
14062 **/
14063void
14064lpfc_update_rcv_time_stamp(struct lpfc_vport *vport)
14065{
14066 struct lpfc_dmabuf *h_buf;
14067 struct hbq_dmabuf *dmabuf = NULL;
14068
14069 /* get the oldest sequence on the rcv list */
14070 h_buf = list_get_first(&vport->rcv_buffer_list,
14071 struct lpfc_dmabuf, list);
14072 if (!h_buf)
14073 return;
14074 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14075 vport->rcv_buffer_time_stamp = dmabuf->time_stamp;
14076}
14077
14078/**
14079 * lpfc_cleanup_rcv_buffers - Cleans up all outstanding receive sequences.
14080 * @vport: The vport that the received sequences were sent to.
14081 *
14082 * This function cleans up all outstanding received sequences. This is called
14083 * by the driver when a link event or user action invalidates all the received
14084 * sequences.
14085 **/
14086void
14087lpfc_cleanup_rcv_buffers(struct lpfc_vport *vport)
14088{
14089 struct lpfc_dmabuf *h_buf, *hnext;
14090 struct lpfc_dmabuf *d_buf, *dnext;
14091 struct hbq_dmabuf *dmabuf = NULL;
14092
14093 /* start with the oldest sequence on the rcv list */
14094 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
14095 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14096 list_del_init(&dmabuf->hbuf.list);
14097 list_for_each_entry_safe(d_buf, dnext,
14098 &dmabuf->dbuf.list, list) {
14099 list_del_init(&d_buf->list);
14100 lpfc_in_buf_free(vport->phba, d_buf);
14101 }
14102 lpfc_in_buf_free(vport->phba, &dmabuf->dbuf);
14103 }
14104}
14105
14106/**
14107 * lpfc_rcv_seq_check_edtov - Cleans up timed out receive sequences.
14108 * @vport: The vport that the received sequences were sent to.
14109 *
14110 * This function determines whether any received sequences have timed out by
14111 * first checking the vport's rcv_buffer_time_stamp. If this time_stamp
14112 * indicates that there is at least one timed out sequence this routine will
14113 * go through the received sequences one at a time from most inactive to most
14114 * active to determine which ones need to be cleaned up. Once it has determined
14115 * that a sequence needs to be cleaned up it will simply free up the resources
14116 * without sending an abort.
14117 **/
14118void
14119lpfc_rcv_seq_check_edtov(struct lpfc_vport *vport)
14120{
14121 struct lpfc_dmabuf *h_buf, *hnext;
14122 struct lpfc_dmabuf *d_buf, *dnext;
14123 struct hbq_dmabuf *dmabuf = NULL;
14124 unsigned long timeout;
14125 int abort_count = 0;
14126
14127 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
14128 vport->rcv_buffer_time_stamp);
14129 if (list_empty(&vport->rcv_buffer_list) ||
14130 time_before(jiffies, timeout))
14131 return;
14132 /* start with the oldest sequence on the rcv list */
14133 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
14134 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14135 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
14136 dmabuf->time_stamp);
14137 if (time_before(jiffies, timeout))
14138 break;
14139 abort_count++;
14140 list_del_init(&dmabuf->hbuf.list);
14141 list_for_each_entry_safe(d_buf, dnext,
14142 &dmabuf->dbuf.list, list) {
14143 list_del_init(&d_buf->list);
14144 lpfc_in_buf_free(vport->phba, d_buf);
14145 }
14146 lpfc_in_buf_free(vport->phba, &dmabuf->dbuf);
14147 }
14148 if (abort_count)
14149 lpfc_update_rcv_time_stamp(vport);
14150}
14151
14152/**
James Smart4f774512009-05-22 14:52:35 -040014153 * lpfc_fc_frame_add - Adds a frame to the vport's list of received sequences
14154 * @dmabuf: pointer to a dmabuf that describes the hdr and data of the FC frame
14155 *
14156 * This function searches through the existing incomplete sequences that have
14157 * been sent to this @vport. If the frame matches one of the incomplete
14158 * sequences then the dbuf in the @dmabuf is added to the list of frames that
14159 * make up that sequence. If no sequence is found that matches this frame then
14160 * the function will add the hbuf in the @dmabuf to the @vport's rcv_buffer_list
14161 * This function returns a pointer to the first dmabuf in the sequence list that
14162 * the frame was linked to.
14163 **/
14164static struct hbq_dmabuf *
14165lpfc_fc_frame_add(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf)
14166{
14167 struct fc_frame_header *new_hdr;
14168 struct fc_frame_header *temp_hdr;
14169 struct lpfc_dmabuf *d_buf;
14170 struct lpfc_dmabuf *h_buf;
14171 struct hbq_dmabuf *seq_dmabuf = NULL;
14172 struct hbq_dmabuf *temp_dmabuf = NULL;
14173
James Smart4d9ab992009-10-02 15:16:39 -040014174 INIT_LIST_HEAD(&dmabuf->dbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040014175 dmabuf->time_stamp = jiffies;
James Smart4f774512009-05-22 14:52:35 -040014176 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14177 /* Use the hdr_buf to find the sequence that this frame belongs to */
14178 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) {
14179 temp_hdr = (struct fc_frame_header *)h_buf->virt;
14180 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) ||
14181 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) ||
14182 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
14183 continue;
14184 /* found a pending sequence that matches this frame */
14185 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14186 break;
14187 }
14188 if (!seq_dmabuf) {
14189 /*
14190 * This indicates first frame received for this sequence.
14191 * Queue the buffer on the vport's rcv_buffer_list.
14192 */
14193 list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list);
James Smart45ed1192009-10-02 15:17:02 -040014194 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040014195 return dmabuf;
14196 }
14197 temp_hdr = seq_dmabuf->hbuf.virt;
James Smarteeead812009-12-21 17:01:23 -050014198 if (be16_to_cpu(new_hdr->fh_seq_cnt) <
14199 be16_to_cpu(temp_hdr->fh_seq_cnt)) {
James Smart4d9ab992009-10-02 15:16:39 -040014200 list_del_init(&seq_dmabuf->hbuf.list);
14201 list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list);
14202 list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040014203 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040014204 return dmabuf;
14205 }
James Smart45ed1192009-10-02 15:17:02 -040014206 /* move this sequence to the tail to indicate a young sequence */
14207 list_move_tail(&seq_dmabuf->hbuf.list, &vport->rcv_buffer_list);
14208 seq_dmabuf->time_stamp = jiffies;
14209 lpfc_update_rcv_time_stamp(vport);
James Smarteeead812009-12-21 17:01:23 -050014210 if (list_empty(&seq_dmabuf->dbuf.list)) {
14211 temp_hdr = dmabuf->hbuf.virt;
14212 list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list);
14213 return seq_dmabuf;
14214 }
James Smart4f774512009-05-22 14:52:35 -040014215 /* find the correct place in the sequence to insert this frame */
14216 list_for_each_entry_reverse(d_buf, &seq_dmabuf->dbuf.list, list) {
14217 temp_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14218 temp_hdr = (struct fc_frame_header *)temp_dmabuf->hbuf.virt;
14219 /*
14220 * If the frame's sequence count is greater than the frame on
14221 * the list then insert the frame right after this frame
14222 */
James Smarteeead812009-12-21 17:01:23 -050014223 if (be16_to_cpu(new_hdr->fh_seq_cnt) >
14224 be16_to_cpu(temp_hdr->fh_seq_cnt)) {
James Smart4f774512009-05-22 14:52:35 -040014225 list_add(&dmabuf->dbuf.list, &temp_dmabuf->dbuf.list);
14226 return seq_dmabuf;
14227 }
14228 }
14229 return NULL;
14230}
14231
14232/**
James Smart6669f9b2009-10-02 15:16:45 -040014233 * lpfc_sli4_abort_partial_seq - Abort partially assembled unsol sequence
14234 * @vport: pointer to a vitural port
14235 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14236 *
14237 * This function tries to abort from the partially assembed sequence, described
14238 * by the information from basic abbort @dmabuf. It checks to see whether such
14239 * partially assembled sequence held by the driver. If so, it shall free up all
14240 * the frames from the partially assembled sequence.
14241 *
14242 * Return
14243 * true -- if there is matching partially assembled sequence present and all
14244 * the frames freed with the sequence;
14245 * false -- if there is no matching partially assembled sequence present so
14246 * nothing got aborted in the lower layer driver
14247 **/
14248static bool
14249lpfc_sli4_abort_partial_seq(struct lpfc_vport *vport,
14250 struct hbq_dmabuf *dmabuf)
14251{
14252 struct fc_frame_header *new_hdr;
14253 struct fc_frame_header *temp_hdr;
14254 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf;
14255 struct hbq_dmabuf *seq_dmabuf = NULL;
14256
14257 /* Use the hdr_buf to find the sequence that matches this frame */
14258 INIT_LIST_HEAD(&dmabuf->dbuf.list);
14259 INIT_LIST_HEAD(&dmabuf->hbuf.list);
14260 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14261 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) {
14262 temp_hdr = (struct fc_frame_header *)h_buf->virt;
14263 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) ||
14264 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) ||
14265 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
14266 continue;
14267 /* found a pending sequence that matches this frame */
14268 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14269 break;
14270 }
14271
14272 /* Free up all the frames from the partially assembled sequence */
14273 if (seq_dmabuf) {
14274 list_for_each_entry_safe(d_buf, n_buf,
14275 &seq_dmabuf->dbuf.list, list) {
14276 list_del_init(&d_buf->list);
14277 lpfc_in_buf_free(vport->phba, d_buf);
14278 }
14279 return true;
14280 }
14281 return false;
14282}
14283
14284/**
James Smart6dd9e312013-01-03 15:43:37 -050014285 * lpfc_sli4_abort_ulp_seq - Abort assembled unsol sequence from ulp
14286 * @vport: pointer to a vitural port
14287 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14288 *
14289 * This function tries to abort from the assembed sequence from upper level
14290 * protocol, described by the information from basic abbort @dmabuf. It
14291 * checks to see whether such pending context exists at upper level protocol.
14292 * If so, it shall clean up the pending context.
14293 *
14294 * Return
14295 * true -- if there is matching pending context of the sequence cleaned
14296 * at ulp;
14297 * false -- if there is no matching pending context of the sequence present
14298 * at ulp.
14299 **/
14300static bool
14301lpfc_sli4_abort_ulp_seq(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf)
14302{
14303 struct lpfc_hba *phba = vport->phba;
14304 int handled;
14305
14306 /* Accepting abort at ulp with SLI4 only */
14307 if (phba->sli_rev < LPFC_SLI_REV4)
14308 return false;
14309
14310 /* Register all caring upper level protocols to attend abort */
14311 handled = lpfc_ct_handle_unsol_abort(phba, dmabuf);
14312 if (handled)
14313 return true;
14314
14315 return false;
14316}
14317
14318/**
James Smart546fc852011-03-11 16:06:29 -050014319 * lpfc_sli4_seq_abort_rsp_cmpl - BLS ABORT RSP seq abort iocb complete handler
James Smart6669f9b2009-10-02 15:16:45 -040014320 * @phba: Pointer to HBA context object.
14321 * @cmd_iocbq: pointer to the command iocbq structure.
14322 * @rsp_iocbq: pointer to the response iocbq structure.
14323 *
James Smart546fc852011-03-11 16:06:29 -050014324 * This function handles the sequence abort response iocb command complete
James Smart6669f9b2009-10-02 15:16:45 -040014325 * event. It properly releases the memory allocated to the sequence abort
14326 * accept iocb.
14327 **/
14328static void
James Smart546fc852011-03-11 16:06:29 -050014329lpfc_sli4_seq_abort_rsp_cmpl(struct lpfc_hba *phba,
James Smart6669f9b2009-10-02 15:16:45 -040014330 struct lpfc_iocbq *cmd_iocbq,
14331 struct lpfc_iocbq *rsp_iocbq)
14332{
James Smart6dd9e312013-01-03 15:43:37 -050014333 struct lpfc_nodelist *ndlp;
14334
14335 if (cmd_iocbq) {
14336 ndlp = (struct lpfc_nodelist *)cmd_iocbq->context1;
14337 lpfc_nlp_put(ndlp);
14338 lpfc_nlp_not_used(ndlp);
James Smart6669f9b2009-10-02 15:16:45 -040014339 lpfc_sli_release_iocbq(phba, cmd_iocbq);
James Smart6dd9e312013-01-03 15:43:37 -050014340 }
James Smart6b5151f2012-01-18 16:24:06 -050014341
14342 /* Failure means BLS ABORT RSP did not get delivered to remote node*/
14343 if (rsp_iocbq && rsp_iocbq->iocb.ulpStatus)
14344 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14345 "3154 BLS ABORT RSP failed, data: x%x/x%x\n",
14346 rsp_iocbq->iocb.ulpStatus,
14347 rsp_iocbq->iocb.un.ulpWord[4]);
James Smart6669f9b2009-10-02 15:16:45 -040014348}
14349
14350/**
James Smart6d368e52011-05-24 11:44:12 -040014351 * lpfc_sli4_xri_inrange - check xri is in range of xris owned by driver.
14352 * @phba: Pointer to HBA context object.
14353 * @xri: xri id in transaction.
14354 *
14355 * This function validates the xri maps to the known range of XRIs allocated an
14356 * used by the driver.
14357 **/
James Smart7851fe22011-07-22 18:36:52 -040014358uint16_t
James Smart6d368e52011-05-24 11:44:12 -040014359lpfc_sli4_xri_inrange(struct lpfc_hba *phba,
14360 uint16_t xri)
14361{
14362 int i;
14363
14364 for (i = 0; i < phba->sli4_hba.max_cfg_param.max_xri; i++) {
14365 if (xri == phba->sli4_hba.xri_ids[i])
14366 return i;
14367 }
14368 return NO_XRI;
14369}
14370
James Smart6d368e52011-05-24 11:44:12 -040014371/**
James Smart546fc852011-03-11 16:06:29 -050014372 * lpfc_sli4_seq_abort_rsp - bls rsp to sequence abort
James Smart6669f9b2009-10-02 15:16:45 -040014373 * @phba: Pointer to HBA context object.
14374 * @fc_hdr: pointer to a FC frame header.
14375 *
James Smart546fc852011-03-11 16:06:29 -050014376 * This function sends a basic response to a previous unsol sequence abort
James Smart6669f9b2009-10-02 15:16:45 -040014377 * event after aborting the sequence handling.
14378 **/
14379static void
James Smart6dd9e312013-01-03 15:43:37 -050014380lpfc_sli4_seq_abort_rsp(struct lpfc_vport *vport,
14381 struct fc_frame_header *fc_hdr, bool aborted)
James Smart6669f9b2009-10-02 15:16:45 -040014382{
James Smart6dd9e312013-01-03 15:43:37 -050014383 struct lpfc_hba *phba = vport->phba;
James Smart6669f9b2009-10-02 15:16:45 -040014384 struct lpfc_iocbq *ctiocb = NULL;
14385 struct lpfc_nodelist *ndlp;
James Smartee0f4fe2012-05-09 21:19:14 -040014386 uint16_t oxid, rxid, xri, lxri;
James Smart5ffc2662009-11-18 15:39:44 -050014387 uint32_t sid, fctl;
James Smart6669f9b2009-10-02 15:16:45 -040014388 IOCB_t *icmd;
James Smart546fc852011-03-11 16:06:29 -050014389 int rc;
James Smart6669f9b2009-10-02 15:16:45 -040014390
14391 if (!lpfc_is_link_up(phba))
14392 return;
14393
14394 sid = sli4_sid_from_fc_hdr(fc_hdr);
14395 oxid = be16_to_cpu(fc_hdr->fh_ox_id);
James Smart5ffc2662009-11-18 15:39:44 -050014396 rxid = be16_to_cpu(fc_hdr->fh_rx_id);
James Smart6669f9b2009-10-02 15:16:45 -040014397
James Smart6dd9e312013-01-03 15:43:37 -050014398 ndlp = lpfc_findnode_did(vport, sid);
James Smart6669f9b2009-10-02 15:16:45 -040014399 if (!ndlp) {
James Smart6dd9e312013-01-03 15:43:37 -050014400 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
14401 if (!ndlp) {
14402 lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS,
14403 "1268 Failed to allocate ndlp for "
14404 "oxid:x%x SID:x%x\n", oxid, sid);
14405 return;
14406 }
14407 lpfc_nlp_init(vport, ndlp, sid);
14408 /* Put ndlp onto pport node list */
14409 lpfc_enqueue_node(vport, ndlp);
14410 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
14411 /* re-setup ndlp without removing from node list */
14412 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_UNUSED_NODE);
14413 if (!ndlp) {
14414 lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS,
14415 "3275 Failed to active ndlp found "
14416 "for oxid:x%x SID:x%x\n", oxid, sid);
14417 return;
14418 }
James Smart6669f9b2009-10-02 15:16:45 -040014419 }
14420
James Smart546fc852011-03-11 16:06:29 -050014421 /* Allocate buffer for rsp iocb */
James Smart6669f9b2009-10-02 15:16:45 -040014422 ctiocb = lpfc_sli_get_iocbq(phba);
14423 if (!ctiocb)
14424 return;
14425
James Smart5ffc2662009-11-18 15:39:44 -050014426 /* Extract the F_CTL field from FC_HDR */
14427 fctl = sli4_fctl_from_fc_hdr(fc_hdr);
14428
James Smart6669f9b2009-10-02 15:16:45 -040014429 icmd = &ctiocb->iocb;
James Smart6669f9b2009-10-02 15:16:45 -040014430 icmd->un.xseq64.bdl.bdeSize = 0;
James Smart5ffc2662009-11-18 15:39:44 -050014431 icmd->un.xseq64.bdl.ulpIoTag32 = 0;
James Smart6669f9b2009-10-02 15:16:45 -040014432 icmd->un.xseq64.w5.hcsw.Dfctl = 0;
14433 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_ACC;
14434 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS;
14435
14436 /* Fill in the rest of iocb fields */
14437 icmd->ulpCommand = CMD_XMIT_BLS_RSP64_CX;
14438 icmd->ulpBdeCount = 0;
14439 icmd->ulpLe = 1;
14440 icmd->ulpClass = CLASS3;
James Smart6d368e52011-05-24 11:44:12 -040014441 icmd->ulpContext = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smart6dd9e312013-01-03 15:43:37 -050014442 ctiocb->context1 = lpfc_nlp_get(ndlp);
James Smart6669f9b2009-10-02 15:16:45 -040014443
James Smart6669f9b2009-10-02 15:16:45 -040014444 ctiocb->iocb_cmpl = NULL;
14445 ctiocb->vport = phba->pport;
James Smart546fc852011-03-11 16:06:29 -050014446 ctiocb->iocb_cmpl = lpfc_sli4_seq_abort_rsp_cmpl;
James Smart6d368e52011-05-24 11:44:12 -040014447 ctiocb->sli4_lxritag = NO_XRI;
James Smart546fc852011-03-11 16:06:29 -050014448 ctiocb->sli4_xritag = NO_XRI;
14449
James Smartee0f4fe2012-05-09 21:19:14 -040014450 if (fctl & FC_FC_EX_CTX)
14451 /* Exchange responder sent the abort so we
14452 * own the oxid.
14453 */
14454 xri = oxid;
14455 else
14456 xri = rxid;
14457 lxri = lpfc_sli4_xri_inrange(phba, xri);
14458 if (lxri != NO_XRI)
14459 lpfc_set_rrq_active(phba, ndlp, lxri,
14460 (xri == oxid) ? rxid : oxid, 0);
James Smart6dd9e312013-01-03 15:43:37 -050014461 /* For BA_ABTS from exchange responder, if the logical xri with
14462 * the oxid maps to the FCP XRI range, the port no longer has
14463 * that exchange context, send a BLS_RJT. Override the IOCB for
14464 * a BA_RJT.
James Smart546fc852011-03-11 16:06:29 -050014465 */
James Smart6dd9e312013-01-03 15:43:37 -050014466 if ((fctl & FC_FC_EX_CTX) &&
14467 (lxri > lpfc_sli4_get_els_iocb_cnt(phba))) {
14468 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT;
14469 bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0);
14470 bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID);
14471 bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE);
14472 }
14473
14474 /* If BA_ABTS failed to abort a partially assembled receive sequence,
14475 * the driver no longer has that exchange, send a BLS_RJT. Override
14476 * the IOCB for a BA_RJT.
14477 */
14478 if (aborted == false) {
James Smart546fc852011-03-11 16:06:29 -050014479 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT;
14480 bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0);
14481 bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID);
14482 bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE);
14483 }
James Smart6669f9b2009-10-02 15:16:45 -040014484
James Smart5ffc2662009-11-18 15:39:44 -050014485 if (fctl & FC_FC_EX_CTX) {
14486 /* ABTS sent by responder to CT exchange, construction
14487 * of BA_ACC will use OX_ID from ABTS for the XRI_TAG
14488 * field and RX_ID from ABTS for RX_ID field.
14489 */
James Smart546fc852011-03-11 16:06:29 -050014490 bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_RSP);
James Smart5ffc2662009-11-18 15:39:44 -050014491 } else {
14492 /* ABTS sent by initiator to CT exchange, construction
14493 * of BA_ACC will need to allocate a new XRI as for the
James Smartf09c3ac2012-03-01 22:33:29 -050014494 * XRI_TAG field.
James Smart5ffc2662009-11-18 15:39:44 -050014495 */
James Smart546fc852011-03-11 16:06:29 -050014496 bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_INT);
James Smart5ffc2662009-11-18 15:39:44 -050014497 }
James Smartf09c3ac2012-03-01 22:33:29 -050014498 bf_set(lpfc_abts_rxid, &icmd->un.bls_rsp, rxid);
James Smart546fc852011-03-11 16:06:29 -050014499 bf_set(lpfc_abts_oxid, &icmd->un.bls_rsp, oxid);
James Smart5ffc2662009-11-18 15:39:44 -050014500
James Smart546fc852011-03-11 16:06:29 -050014501 /* Xmit CT abts response on exchange <xid> */
James Smart6dd9e312013-01-03 15:43:37 -050014502 lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS,
14503 "1200 Send BLS cmd x%x on oxid x%x Data: x%x\n",
14504 icmd->un.xseq64.w5.hcsw.Rctl, oxid, phba->link_state);
James Smart546fc852011-03-11 16:06:29 -050014505
14506 rc = lpfc_sli_issue_iocb(phba, LPFC_ELS_RING, ctiocb, 0);
14507 if (rc == IOCB_ERROR) {
James Smart6dd9e312013-01-03 15:43:37 -050014508 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
14509 "2925 Failed to issue CT ABTS RSP x%x on "
14510 "xri x%x, Data x%x\n",
14511 icmd->un.xseq64.w5.hcsw.Rctl, oxid,
14512 phba->link_state);
14513 lpfc_nlp_put(ndlp);
14514 ctiocb->context1 = NULL;
James Smart546fc852011-03-11 16:06:29 -050014515 lpfc_sli_release_iocbq(phba, ctiocb);
14516 }
James Smart6669f9b2009-10-02 15:16:45 -040014517}
14518
14519/**
14520 * lpfc_sli4_handle_unsol_abort - Handle sli-4 unsolicited abort event
14521 * @vport: Pointer to the vport on which this sequence was received
14522 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14523 *
14524 * This function handles an SLI-4 unsolicited abort event. If the unsolicited
14525 * receive sequence is only partially assembed by the driver, it shall abort
14526 * the partially assembled frames for the sequence. Otherwise, if the
14527 * unsolicited receive sequence has been completely assembled and passed to
14528 * the Upper Layer Protocol (UPL), it then mark the per oxid status for the
14529 * unsolicited sequence has been aborted. After that, it will issue a basic
14530 * accept to accept the abort.
14531 **/
14532void
14533lpfc_sli4_handle_unsol_abort(struct lpfc_vport *vport,
14534 struct hbq_dmabuf *dmabuf)
14535{
14536 struct lpfc_hba *phba = vport->phba;
14537 struct fc_frame_header fc_hdr;
James Smart5ffc2662009-11-18 15:39:44 -050014538 uint32_t fctl;
James Smart6dd9e312013-01-03 15:43:37 -050014539 bool aborted;
James Smart6669f9b2009-10-02 15:16:45 -040014540
James Smart6669f9b2009-10-02 15:16:45 -040014541 /* Make a copy of fc_hdr before the dmabuf being released */
14542 memcpy(&fc_hdr, dmabuf->hbuf.virt, sizeof(struct fc_frame_header));
James Smart5ffc2662009-11-18 15:39:44 -050014543 fctl = sli4_fctl_from_fc_hdr(&fc_hdr);
James Smart6669f9b2009-10-02 15:16:45 -040014544
James Smart5ffc2662009-11-18 15:39:44 -050014545 if (fctl & FC_FC_EX_CTX) {
James Smart6dd9e312013-01-03 15:43:37 -050014546 /* ABTS by responder to exchange, no cleanup needed */
14547 aborted = true;
James Smart5ffc2662009-11-18 15:39:44 -050014548 } else {
James Smart6dd9e312013-01-03 15:43:37 -050014549 /* ABTS by initiator to exchange, need to do cleanup */
14550 aborted = lpfc_sli4_abort_partial_seq(vport, dmabuf);
14551 if (aborted == false)
14552 aborted = lpfc_sli4_abort_ulp_seq(vport, dmabuf);
James Smart5ffc2662009-11-18 15:39:44 -050014553 }
James Smart6dd9e312013-01-03 15:43:37 -050014554 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14555
14556 /* Respond with BA_ACC or BA_RJT accordingly */
14557 lpfc_sli4_seq_abort_rsp(vport, &fc_hdr, aborted);
James Smart6669f9b2009-10-02 15:16:45 -040014558}
14559
14560/**
James Smart4f774512009-05-22 14:52:35 -040014561 * lpfc_seq_complete - Indicates if a sequence is complete
14562 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14563 *
14564 * This function checks the sequence, starting with the frame described by
14565 * @dmabuf, to see if all the frames associated with this sequence are present.
14566 * the frames associated with this sequence are linked to the @dmabuf using the
14567 * dbuf list. This function looks for two major things. 1) That the first frame
14568 * has a sequence count of zero. 2) There is a frame with last frame of sequence
14569 * set. 3) That there are no holes in the sequence count. The function will
14570 * return 1 when the sequence is complete, otherwise it will return 0.
14571 **/
14572static int
14573lpfc_seq_complete(struct hbq_dmabuf *dmabuf)
14574{
14575 struct fc_frame_header *hdr;
14576 struct lpfc_dmabuf *d_buf;
14577 struct hbq_dmabuf *seq_dmabuf;
14578 uint32_t fctl;
14579 int seq_count = 0;
14580
14581 hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14582 /* make sure first fame of sequence has a sequence count of zero */
14583 if (hdr->fh_seq_cnt != seq_count)
14584 return 0;
14585 fctl = (hdr->fh_f_ctl[0] << 16 |
14586 hdr->fh_f_ctl[1] << 8 |
14587 hdr->fh_f_ctl[2]);
14588 /* If last frame of sequence we can return success. */
14589 if (fctl & FC_FC_END_SEQ)
14590 return 1;
14591 list_for_each_entry(d_buf, &dmabuf->dbuf.list, list) {
14592 seq_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14593 hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14594 /* If there is a hole in the sequence count then fail. */
James Smarteeead812009-12-21 17:01:23 -050014595 if (++seq_count != be16_to_cpu(hdr->fh_seq_cnt))
James Smart4f774512009-05-22 14:52:35 -040014596 return 0;
14597 fctl = (hdr->fh_f_ctl[0] << 16 |
14598 hdr->fh_f_ctl[1] << 8 |
14599 hdr->fh_f_ctl[2]);
14600 /* If last frame of sequence we can return success. */
14601 if (fctl & FC_FC_END_SEQ)
14602 return 1;
14603 }
14604 return 0;
14605}
14606
14607/**
14608 * lpfc_prep_seq - Prep sequence for ULP processing
14609 * @vport: Pointer to the vport on which this sequence was received
14610 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14611 *
14612 * This function takes a sequence, described by a list of frames, and creates
14613 * a list of iocbq structures to describe the sequence. This iocbq list will be
14614 * used to issue to the generic unsolicited sequence handler. This routine
14615 * returns a pointer to the first iocbq in the list. If the function is unable
14616 * to allocate an iocbq then it throw out the received frames that were not
14617 * able to be described and return a pointer to the first iocbq. If unable to
14618 * allocate any iocbqs (including the first) this function will return NULL.
14619 **/
14620static struct lpfc_iocbq *
14621lpfc_prep_seq(struct lpfc_vport *vport, struct hbq_dmabuf *seq_dmabuf)
14622{
James Smart7851fe22011-07-22 18:36:52 -040014623 struct hbq_dmabuf *hbq_buf;
James Smart4f774512009-05-22 14:52:35 -040014624 struct lpfc_dmabuf *d_buf, *n_buf;
14625 struct lpfc_iocbq *first_iocbq, *iocbq;
14626 struct fc_frame_header *fc_hdr;
14627 uint32_t sid;
James Smart7851fe22011-07-22 18:36:52 -040014628 uint32_t len, tot_len;
James Smarteeead812009-12-21 17:01:23 -050014629 struct ulp_bde64 *pbde;
James Smart4f774512009-05-22 14:52:35 -040014630
14631 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14632 /* remove from receive buffer list */
14633 list_del_init(&seq_dmabuf->hbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040014634 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040014635 /* get the Remote Port's SID */
James Smart6669f9b2009-10-02 15:16:45 -040014636 sid = sli4_sid_from_fc_hdr(fc_hdr);
James Smart7851fe22011-07-22 18:36:52 -040014637 tot_len = 0;
James Smart4f774512009-05-22 14:52:35 -040014638 /* Get an iocbq struct to fill in. */
14639 first_iocbq = lpfc_sli_get_iocbq(vport->phba);
14640 if (first_iocbq) {
14641 /* Initialize the first IOCB. */
James Smart8fa38512009-07-19 10:01:03 -040014642 first_iocbq->iocb.unsli3.rcvsli3.acc_len = 0;
James Smart4f774512009-05-22 14:52:35 -040014643 first_iocbq->iocb.ulpStatus = IOSTAT_SUCCESS;
James Smart939723a2012-05-09 21:19:03 -040014644
14645 /* Check FC Header to see what TYPE of frame we are rcv'ing */
14646 if (sli4_type_from_fc_hdr(fc_hdr) == FC_TYPE_ELS) {
14647 first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_ELS64_CX;
14648 first_iocbq->iocb.un.rcvels.parmRo =
14649 sli4_did_from_fc_hdr(fc_hdr);
14650 first_iocbq->iocb.ulpPU = PARM_NPIV_DID;
14651 } else
14652 first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_SEQ64_CX;
James Smart7851fe22011-07-22 18:36:52 -040014653 first_iocbq->iocb.ulpContext = NO_XRI;
14654 first_iocbq->iocb.unsli3.rcvsli3.ox_id =
14655 be16_to_cpu(fc_hdr->fh_ox_id);
14656 /* iocbq is prepped for internal consumption. Physical vpi. */
14657 first_iocbq->iocb.unsli3.rcvsli3.vpi =
14658 vport->phba->vpi_ids[vport->vpi];
James Smart4f774512009-05-22 14:52:35 -040014659 /* put the first buffer into the first IOCBq */
14660 first_iocbq->context2 = &seq_dmabuf->dbuf;
14661 first_iocbq->context3 = NULL;
14662 first_iocbq->iocb.ulpBdeCount = 1;
14663 first_iocbq->iocb.un.cont64[0].tus.f.bdeSize =
14664 LPFC_DATA_BUF_SIZE;
14665 first_iocbq->iocb.un.rcvels.remoteID = sid;
James Smart7851fe22011-07-22 18:36:52 -040014666 tot_len = bf_get(lpfc_rcqe_length,
James Smart4d9ab992009-10-02 15:16:39 -040014667 &seq_dmabuf->cq_event.cqe.rcqe_cmpl);
James Smart7851fe22011-07-22 18:36:52 -040014668 first_iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len;
James Smart4f774512009-05-22 14:52:35 -040014669 }
14670 iocbq = first_iocbq;
14671 /*
14672 * Each IOCBq can have two Buffers assigned, so go through the list
14673 * of buffers for this sequence and save two buffers in each IOCBq
14674 */
14675 list_for_each_entry_safe(d_buf, n_buf, &seq_dmabuf->dbuf.list, list) {
14676 if (!iocbq) {
14677 lpfc_in_buf_free(vport->phba, d_buf);
14678 continue;
14679 }
14680 if (!iocbq->context3) {
14681 iocbq->context3 = d_buf;
14682 iocbq->iocb.ulpBdeCount++;
James Smarteeead812009-12-21 17:01:23 -050014683 pbde = (struct ulp_bde64 *)
14684 &iocbq->iocb.unsli3.sli3Words[4];
14685 pbde->tus.f.bdeSize = LPFC_DATA_BUF_SIZE;
James Smart7851fe22011-07-22 18:36:52 -040014686
14687 /* We need to get the size out of the right CQE */
14688 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14689 len = bf_get(lpfc_rcqe_length,
14690 &hbq_buf->cq_event.cqe.rcqe_cmpl);
14691 iocbq->iocb.unsli3.rcvsli3.acc_len += len;
14692 tot_len += len;
James Smart4f774512009-05-22 14:52:35 -040014693 } else {
14694 iocbq = lpfc_sli_get_iocbq(vport->phba);
14695 if (!iocbq) {
14696 if (first_iocbq) {
14697 first_iocbq->iocb.ulpStatus =
14698 IOSTAT_FCP_RSP_ERROR;
14699 first_iocbq->iocb.un.ulpWord[4] =
14700 IOERR_NO_RESOURCES;
14701 }
14702 lpfc_in_buf_free(vport->phba, d_buf);
14703 continue;
14704 }
14705 iocbq->context2 = d_buf;
14706 iocbq->context3 = NULL;
14707 iocbq->iocb.ulpBdeCount = 1;
14708 iocbq->iocb.un.cont64[0].tus.f.bdeSize =
14709 LPFC_DATA_BUF_SIZE;
James Smart7851fe22011-07-22 18:36:52 -040014710
14711 /* We need to get the size out of the right CQE */
14712 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14713 len = bf_get(lpfc_rcqe_length,
14714 &hbq_buf->cq_event.cqe.rcqe_cmpl);
14715 tot_len += len;
14716 iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len;
14717
James Smart4f774512009-05-22 14:52:35 -040014718 iocbq->iocb.un.rcvels.remoteID = sid;
14719 list_add_tail(&iocbq->list, &first_iocbq->list);
14720 }
14721 }
14722 return first_iocbq;
14723}
14724
James Smart6669f9b2009-10-02 15:16:45 -040014725static void
14726lpfc_sli4_send_seq_to_ulp(struct lpfc_vport *vport,
14727 struct hbq_dmabuf *seq_dmabuf)
14728{
14729 struct fc_frame_header *fc_hdr;
14730 struct lpfc_iocbq *iocbq, *curr_iocb, *next_iocb;
14731 struct lpfc_hba *phba = vport->phba;
14732
14733 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14734 iocbq = lpfc_prep_seq(vport, seq_dmabuf);
14735 if (!iocbq) {
14736 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14737 "2707 Ring %d handler: Failed to allocate "
14738 "iocb Rctl x%x Type x%x received\n",
14739 LPFC_ELS_RING,
14740 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
14741 return;
14742 }
14743 if (!lpfc_complete_unsol_iocb(phba,
14744 &phba->sli.ring[LPFC_ELS_RING],
14745 iocbq, fc_hdr->fh_r_ctl,
14746 fc_hdr->fh_type))
James Smart6d368e52011-05-24 11:44:12 -040014747 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart6669f9b2009-10-02 15:16:45 -040014748 "2540 Ring %d handler: unexpected Rctl "
14749 "x%x Type x%x received\n",
14750 LPFC_ELS_RING,
14751 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
14752
14753 /* Free iocb created in lpfc_prep_seq */
14754 list_for_each_entry_safe(curr_iocb, next_iocb,
14755 &iocbq->list, list) {
14756 list_del_init(&curr_iocb->list);
14757 lpfc_sli_release_iocbq(phba, curr_iocb);
14758 }
14759 lpfc_sli_release_iocbq(phba, iocbq);
14760}
14761
James Smart4f774512009-05-22 14:52:35 -040014762/**
14763 * lpfc_sli4_handle_received_buffer - Handle received buffers from firmware
14764 * @phba: Pointer to HBA context object.
14765 *
14766 * This function is called with no lock held. This function processes all
14767 * the received buffers and gives it to upper layers when a received buffer
14768 * indicates that it is the final frame in the sequence. The interrupt
14769 * service routine processes received buffers at interrupt contexts and adds
14770 * received dma buffers to the rb_pend_list queue and signals the worker thread.
14771 * Worker thread calls lpfc_sli4_handle_received_buffer, which will call the
14772 * appropriate receive function when the final frame in a sequence is received.
14773 **/
James Smart4d9ab992009-10-02 15:16:39 -040014774void
14775lpfc_sli4_handle_received_buffer(struct lpfc_hba *phba,
14776 struct hbq_dmabuf *dmabuf)
James Smart4f774512009-05-22 14:52:35 -040014777{
James Smart4d9ab992009-10-02 15:16:39 -040014778 struct hbq_dmabuf *seq_dmabuf;
James Smart4f774512009-05-22 14:52:35 -040014779 struct fc_frame_header *fc_hdr;
14780 struct lpfc_vport *vport;
14781 uint32_t fcfi;
James Smart939723a2012-05-09 21:19:03 -040014782 uint32_t did;
James Smart4f774512009-05-22 14:52:35 -040014783
James Smart4f774512009-05-22 14:52:35 -040014784 /* Process each received buffer */
James Smart4d9ab992009-10-02 15:16:39 -040014785 fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14786 /* check to see if this a valid type of frame */
14787 if (lpfc_fc_frame_check(phba, fc_hdr)) {
14788 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14789 return;
14790 }
James Smart7851fe22011-07-22 18:36:52 -040014791 if ((bf_get(lpfc_cqe_code,
14792 &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1))
14793 fcfi = bf_get(lpfc_rcqe_fcf_id_v1,
14794 &dmabuf->cq_event.cqe.rcqe_cmpl);
14795 else
14796 fcfi = bf_get(lpfc_rcqe_fcf_id,
14797 &dmabuf->cq_event.cqe.rcqe_cmpl);
James Smart939723a2012-05-09 21:19:03 -040014798
James Smart4d9ab992009-10-02 15:16:39 -040014799 vport = lpfc_fc_frame_to_vport(phba, fc_hdr, fcfi);
James Smart939723a2012-05-09 21:19:03 -040014800 if (!vport) {
James Smart4d9ab992009-10-02 15:16:39 -040014801 /* throw out the frame */
14802 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14803 return;
14804 }
James Smart939723a2012-05-09 21:19:03 -040014805
14806 /* d_id this frame is directed to */
14807 did = sli4_did_from_fc_hdr(fc_hdr);
14808
14809 /* vport is registered unless we rcv a FLOGI directed to Fabric_DID */
14810 if (!(vport->vpi_state & LPFC_VPI_REGISTERED) &&
14811 (did != Fabric_DID)) {
14812 /*
14813 * Throw out the frame if we are not pt2pt.
14814 * The pt2pt protocol allows for discovery frames
14815 * to be received without a registered VPI.
14816 */
14817 if (!(vport->fc_flag & FC_PT2PT) ||
14818 (phba->link_state == LPFC_HBA_READY)) {
14819 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14820 return;
14821 }
14822 }
14823
James Smart6669f9b2009-10-02 15:16:45 -040014824 /* Handle the basic abort sequence (BA_ABTS) event */
14825 if (fc_hdr->fh_r_ctl == FC_RCTL_BA_ABTS) {
14826 lpfc_sli4_handle_unsol_abort(vport, dmabuf);
14827 return;
14828 }
14829
James Smart4d9ab992009-10-02 15:16:39 -040014830 /* Link this frame */
14831 seq_dmabuf = lpfc_fc_frame_add(vport, dmabuf);
14832 if (!seq_dmabuf) {
14833 /* unable to add frame to vport - throw it out */
14834 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14835 return;
14836 }
14837 /* If not last frame in sequence continue processing frames. */
James Smartdef9c7a2009-12-21 17:02:28 -050014838 if (!lpfc_seq_complete(seq_dmabuf))
James Smart4d9ab992009-10-02 15:16:39 -040014839 return;
James Smartdef9c7a2009-12-21 17:02:28 -050014840
James Smart6669f9b2009-10-02 15:16:45 -040014841 /* Send the complete sequence to the upper layer protocol */
14842 lpfc_sli4_send_seq_to_ulp(vport, seq_dmabuf);
James Smart4f774512009-05-22 14:52:35 -040014843}
James Smart6fb120a2009-05-22 14:52:59 -040014844
14845/**
14846 * lpfc_sli4_post_all_rpi_hdrs - Post the rpi header memory region to the port
14847 * @phba: pointer to lpfc hba data structure.
14848 *
14849 * This routine is invoked to post rpi header templates to the
14850 * HBA consistent with the SLI-4 interface spec. This routine
James Smart49198b32010-04-06 15:04:33 -040014851 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
14852 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6fb120a2009-05-22 14:52:59 -040014853 *
14854 * This routine does not require any locks. It's usage is expected
14855 * to be driver load or reset recovery when the driver is
14856 * sequential.
14857 *
14858 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014859 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -040014860 * -EIO - The mailbox failed to complete successfully.
James Smart6fb120a2009-05-22 14:52:59 -040014861 * When this error occurs, the driver is not guaranteed
14862 * to have any rpi regions posted to the device and
14863 * must either attempt to repost the regions or take a
14864 * fatal error.
14865 **/
14866int
14867lpfc_sli4_post_all_rpi_hdrs(struct lpfc_hba *phba)
14868{
14869 struct lpfc_rpi_hdr *rpi_page;
14870 uint32_t rc = 0;
James Smart6d368e52011-05-24 11:44:12 -040014871 uint16_t lrpi = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014872
James Smart6d368e52011-05-24 11:44:12 -040014873 /* SLI4 ports that support extents do not require RPI headers. */
14874 if (!phba->sli4_hba.rpi_hdrs_in_use)
14875 goto exit;
14876 if (phba->sli4_hba.extents_in_use)
14877 return -EIO;
14878
James Smart6fb120a2009-05-22 14:52:59 -040014879 list_for_each_entry(rpi_page, &phba->sli4_hba.lpfc_rpi_hdr_list, list) {
James Smart6d368e52011-05-24 11:44:12 -040014880 /*
14881 * Assign the rpi headers a physical rpi only if the driver
14882 * has not initialized those resources. A port reset only
14883 * needs the headers posted.
14884 */
14885 if (bf_get(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags) !=
14886 LPFC_RPI_RSRC_RDY)
14887 rpi_page->start_rpi = phba->sli4_hba.rpi_ids[lrpi];
14888
James Smart6fb120a2009-05-22 14:52:59 -040014889 rc = lpfc_sli4_post_rpi_hdr(phba, rpi_page);
14890 if (rc != MBX_SUCCESS) {
14891 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14892 "2008 Error %d posting all rpi "
14893 "headers\n", rc);
14894 rc = -EIO;
14895 break;
14896 }
14897 }
14898
James Smart6d368e52011-05-24 11:44:12 -040014899 exit:
14900 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags,
14901 LPFC_RPI_RSRC_RDY);
James Smart6fb120a2009-05-22 14:52:59 -040014902 return rc;
14903}
14904
14905/**
14906 * lpfc_sli4_post_rpi_hdr - Post an rpi header memory region to the port
14907 * @phba: pointer to lpfc hba data structure.
14908 * @rpi_page: pointer to the rpi memory region.
14909 *
14910 * This routine is invoked to post a single rpi header to the
14911 * HBA consistent with the SLI-4 interface spec. This memory region
14912 * maps up to 64 rpi context regions.
14913 *
14914 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014915 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -040014916 * -ENOMEM - No available memory
14917 * -EIO - The mailbox failed to complete successfully.
James Smart6fb120a2009-05-22 14:52:59 -040014918 **/
14919int
14920lpfc_sli4_post_rpi_hdr(struct lpfc_hba *phba, struct lpfc_rpi_hdr *rpi_page)
14921{
14922 LPFC_MBOXQ_t *mboxq;
14923 struct lpfc_mbx_post_hdr_tmpl *hdr_tmpl;
14924 uint32_t rc = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014925 uint32_t shdr_status, shdr_add_status;
14926 union lpfc_sli4_cfg_shdr *shdr;
14927
James Smart6d368e52011-05-24 11:44:12 -040014928 /* SLI4 ports that support extents do not require RPI headers. */
14929 if (!phba->sli4_hba.rpi_hdrs_in_use)
14930 return rc;
14931 if (phba->sli4_hba.extents_in_use)
14932 return -EIO;
14933
James Smart6fb120a2009-05-22 14:52:59 -040014934 /* The port is notified of the header region via a mailbox command. */
14935 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14936 if (!mboxq) {
14937 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14938 "2001 Unable to allocate memory for issuing "
14939 "SLI_CONFIG_SPECIAL mailbox command\n");
14940 return -ENOMEM;
14941 }
14942
14943 /* Post all rpi memory regions to the port. */
14944 hdr_tmpl = &mboxq->u.mqe.un.hdr_tmpl;
James Smart6fb120a2009-05-22 14:52:59 -040014945 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
14946 LPFC_MBOX_OPCODE_FCOE_POST_HDR_TEMPLATE,
14947 sizeof(struct lpfc_mbx_post_hdr_tmpl) -
James Smartfedd3b72011-02-16 12:39:24 -050014948 sizeof(struct lpfc_sli4_cfg_mhdr),
14949 LPFC_SLI4_MBX_EMBED);
James Smart6d368e52011-05-24 11:44:12 -040014950
14951
14952 /* Post the physical rpi to the port for this rpi header. */
James Smart6fb120a2009-05-22 14:52:59 -040014953 bf_set(lpfc_mbx_post_hdr_tmpl_rpi_offset, hdr_tmpl,
14954 rpi_page->start_rpi);
James Smart6d368e52011-05-24 11:44:12 -040014955 bf_set(lpfc_mbx_post_hdr_tmpl_page_cnt,
14956 hdr_tmpl, rpi_page->page_count);
14957
James Smart6fb120a2009-05-22 14:52:59 -040014958 hdr_tmpl->rpi_paddr_lo = putPaddrLow(rpi_page->dmabuf->phys);
14959 hdr_tmpl->rpi_paddr_hi = putPaddrHigh(rpi_page->dmabuf->phys);
James Smartf1126682009-06-10 17:22:44 -040014960 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smart6fb120a2009-05-22 14:52:59 -040014961 shdr = (union lpfc_sli4_cfg_shdr *) &hdr_tmpl->header.cfg_shdr;
14962 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
14963 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
14964 if (rc != MBX_TIMEOUT)
14965 mempool_free(mboxq, phba->mbox_mem_pool);
14966 if (shdr_status || shdr_add_status || rc) {
14967 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14968 "2514 POST_RPI_HDR mailbox failed with "
14969 "status x%x add_status x%x, mbx status x%x\n",
14970 shdr_status, shdr_add_status, rc);
14971 rc = -ENXIO;
14972 }
14973 return rc;
14974}
14975
14976/**
14977 * lpfc_sli4_alloc_rpi - Get an available rpi in the device's range
14978 * @phba: pointer to lpfc hba data structure.
14979 *
14980 * This routine is invoked to post rpi header templates to the
14981 * HBA consistent with the SLI-4 interface spec. This routine
James Smart49198b32010-04-06 15:04:33 -040014982 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
14983 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6fb120a2009-05-22 14:52:59 -040014984 *
14985 * Returns
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014986 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
James Smart6fb120a2009-05-22 14:52:59 -040014987 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
14988 **/
14989int
14990lpfc_sli4_alloc_rpi(struct lpfc_hba *phba)
14991{
James Smart6d368e52011-05-24 11:44:12 -040014992 unsigned long rpi;
14993 uint16_t max_rpi, rpi_limit;
14994 uint16_t rpi_remaining, lrpi = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014995 struct lpfc_rpi_hdr *rpi_hdr;
14996
14997 max_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart6fb120a2009-05-22 14:52:59 -040014998 rpi_limit = phba->sli4_hba.next_rpi;
14999
15000 /*
James Smart6d368e52011-05-24 11:44:12 -040015001 * Fetch the next logical rpi. Because this index is logical,
15002 * the driver starts at 0 each time.
James Smart6fb120a2009-05-22 14:52:59 -040015003 */
15004 spin_lock_irq(&phba->hbalock);
James Smart6d368e52011-05-24 11:44:12 -040015005 rpi = find_next_zero_bit(phba->sli4_hba.rpi_bmask, rpi_limit, 0);
15006 if (rpi >= rpi_limit)
James Smart6fb120a2009-05-22 14:52:59 -040015007 rpi = LPFC_RPI_ALLOC_ERROR;
15008 else {
15009 set_bit(rpi, phba->sli4_hba.rpi_bmask);
15010 phba->sli4_hba.max_cfg_param.rpi_used++;
15011 phba->sli4_hba.rpi_count++;
15012 }
15013
15014 /*
15015 * Don't try to allocate more rpi header regions if the device limit
James Smart6d368e52011-05-24 11:44:12 -040015016 * has been exhausted.
James Smart6fb120a2009-05-22 14:52:59 -040015017 */
15018 if ((rpi == LPFC_RPI_ALLOC_ERROR) &&
15019 (phba->sli4_hba.rpi_count >= max_rpi)) {
15020 spin_unlock_irq(&phba->hbalock);
15021 return rpi;
15022 }
15023
15024 /*
James Smart6d368e52011-05-24 11:44:12 -040015025 * RPI header postings are not required for SLI4 ports capable of
15026 * extents.
15027 */
15028 if (!phba->sli4_hba.rpi_hdrs_in_use) {
15029 spin_unlock_irq(&phba->hbalock);
15030 return rpi;
15031 }
15032
15033 /*
James Smart6fb120a2009-05-22 14:52:59 -040015034 * If the driver is running low on rpi resources, allocate another
15035 * page now. Note that the next_rpi value is used because
15036 * it represents how many are actually in use whereas max_rpi notes
15037 * how many are supported max by the device.
15038 */
James Smart6d368e52011-05-24 11:44:12 -040015039 rpi_remaining = phba->sli4_hba.next_rpi - phba->sli4_hba.rpi_count;
James Smart6fb120a2009-05-22 14:52:59 -040015040 spin_unlock_irq(&phba->hbalock);
15041 if (rpi_remaining < LPFC_RPI_LOW_WATER_MARK) {
15042 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba);
15043 if (!rpi_hdr) {
15044 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15045 "2002 Error Could not grow rpi "
15046 "count\n");
15047 } else {
James Smart6d368e52011-05-24 11:44:12 -040015048 lrpi = rpi_hdr->start_rpi;
15049 rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi];
James Smart6fb120a2009-05-22 14:52:59 -040015050 lpfc_sli4_post_rpi_hdr(phba, rpi_hdr);
15051 }
15052 }
15053
15054 return rpi;
15055}
15056
15057/**
15058 * lpfc_sli4_free_rpi - Release an rpi for reuse.
15059 * @phba: pointer to lpfc hba data structure.
15060 *
15061 * This routine is invoked to release an rpi to the pool of
15062 * available rpis maintained by the driver.
15063 **/
15064void
James Smartd7c47992010-06-08 18:31:54 -040015065__lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi)
15066{
15067 if (test_and_clear_bit(rpi, phba->sli4_hba.rpi_bmask)) {
15068 phba->sli4_hba.rpi_count--;
15069 phba->sli4_hba.max_cfg_param.rpi_used--;
15070 }
15071}
15072
15073/**
15074 * lpfc_sli4_free_rpi - Release an rpi for reuse.
15075 * @phba: pointer to lpfc hba data structure.
15076 *
15077 * This routine is invoked to release an rpi to the pool of
15078 * available rpis maintained by the driver.
15079 **/
15080void
James Smart6fb120a2009-05-22 14:52:59 -040015081lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi)
15082{
15083 spin_lock_irq(&phba->hbalock);
James Smartd7c47992010-06-08 18:31:54 -040015084 __lpfc_sli4_free_rpi(phba, rpi);
James Smart6fb120a2009-05-22 14:52:59 -040015085 spin_unlock_irq(&phba->hbalock);
15086}
15087
15088/**
15089 * lpfc_sli4_remove_rpis - Remove the rpi bitmask region
15090 * @phba: pointer to lpfc hba data structure.
15091 *
15092 * This routine is invoked to remove the memory region that
15093 * provided rpi via a bitmask.
15094 **/
15095void
15096lpfc_sli4_remove_rpis(struct lpfc_hba *phba)
15097{
15098 kfree(phba->sli4_hba.rpi_bmask);
James Smart6d368e52011-05-24 11:44:12 -040015099 kfree(phba->sli4_hba.rpi_ids);
15100 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
James Smart6fb120a2009-05-22 14:52:59 -040015101}
15102
15103/**
15104 * lpfc_sli4_resume_rpi - Remove the rpi bitmask region
15105 * @phba: pointer to lpfc hba data structure.
15106 *
15107 * This routine is invoked to remove the memory region that
15108 * provided rpi via a bitmask.
15109 **/
15110int
James Smart6b5151f2012-01-18 16:24:06 -050015111lpfc_sli4_resume_rpi(struct lpfc_nodelist *ndlp,
15112 void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *), void *arg)
James Smart6fb120a2009-05-22 14:52:59 -040015113{
15114 LPFC_MBOXQ_t *mboxq;
15115 struct lpfc_hba *phba = ndlp->phba;
15116 int rc;
15117
15118 /* The port is notified of the header region via a mailbox command. */
15119 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15120 if (!mboxq)
15121 return -ENOMEM;
15122
15123 /* Post all rpi memory regions to the port. */
15124 lpfc_resume_rpi(mboxq, ndlp);
James Smart6b5151f2012-01-18 16:24:06 -050015125 if (cmpl) {
15126 mboxq->mbox_cmpl = cmpl;
15127 mboxq->context1 = arg;
15128 mboxq->context2 = ndlp;
James Smart72859902012-01-18 16:25:38 -050015129 } else
15130 mboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart6b5151f2012-01-18 16:24:06 -050015131 mboxq->vport = ndlp->vport;
James Smart6fb120a2009-05-22 14:52:59 -040015132 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15133 if (rc == MBX_NOT_FINISHED) {
15134 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15135 "2010 Resume RPI Mailbox failed "
15136 "status %d, mbxStatus x%x\n", rc,
15137 bf_get(lpfc_mqe_status, &mboxq->u.mqe));
15138 mempool_free(mboxq, phba->mbox_mem_pool);
15139 return -EIO;
15140 }
15141 return 0;
15142}
15143
15144/**
15145 * lpfc_sli4_init_vpi - Initialize a vpi with the port
James Smart76a95d72010-11-20 23:11:48 -050015146 * @vport: Pointer to the vport for which the vpi is being initialized
James Smart6fb120a2009-05-22 14:52:59 -040015147 *
James Smart76a95d72010-11-20 23:11:48 -050015148 * This routine is invoked to activate a vpi with the port.
James Smart6fb120a2009-05-22 14:52:59 -040015149 *
15150 * Returns:
15151 * 0 success
15152 * -Evalue otherwise
15153 **/
15154int
James Smart76a95d72010-11-20 23:11:48 -050015155lpfc_sli4_init_vpi(struct lpfc_vport *vport)
James Smart6fb120a2009-05-22 14:52:59 -040015156{
15157 LPFC_MBOXQ_t *mboxq;
15158 int rc = 0;
James Smart6a9c52c2009-10-02 15:16:51 -040015159 int retval = MBX_SUCCESS;
James Smart6fb120a2009-05-22 14:52:59 -040015160 uint32_t mbox_tmo;
James Smart76a95d72010-11-20 23:11:48 -050015161 struct lpfc_hba *phba = vport->phba;
James Smart6fb120a2009-05-22 14:52:59 -040015162 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15163 if (!mboxq)
15164 return -ENOMEM;
James Smart76a95d72010-11-20 23:11:48 -050015165 lpfc_init_vpi(phba, mboxq, vport->vpi);
James Smarta183a152011-10-10 21:32:43 -040015166 mbox_tmo = lpfc_mbox_tmo_val(phba, mboxq);
James Smart6fb120a2009-05-22 14:52:59 -040015167 rc = lpfc_sli_issue_mbox_wait(phba, mboxq, mbox_tmo);
James Smart6fb120a2009-05-22 14:52:59 -040015168 if (rc != MBX_SUCCESS) {
James Smart76a95d72010-11-20 23:11:48 -050015169 lpfc_printf_vlog(vport, KERN_ERR, LOG_SLI,
James Smart6fb120a2009-05-22 14:52:59 -040015170 "2022 INIT VPI Mailbox failed "
15171 "status %d, mbxStatus x%x\n", rc,
15172 bf_get(lpfc_mqe_status, &mboxq->u.mqe));
James Smart6a9c52c2009-10-02 15:16:51 -040015173 retval = -EIO;
James Smart6fb120a2009-05-22 14:52:59 -040015174 }
James Smart6a9c52c2009-10-02 15:16:51 -040015175 if (rc != MBX_TIMEOUT)
James Smart76a95d72010-11-20 23:11:48 -050015176 mempool_free(mboxq, vport->phba->mbox_mem_pool);
James Smart6a9c52c2009-10-02 15:16:51 -040015177
15178 return retval;
James Smart6fb120a2009-05-22 14:52:59 -040015179}
15180
15181/**
15182 * lpfc_mbx_cmpl_add_fcf_record - add fcf mbox completion handler.
15183 * @phba: pointer to lpfc hba data structure.
15184 * @mboxq: Pointer to mailbox object.
15185 *
15186 * This routine is invoked to manually add a single FCF record. The caller
15187 * must pass a completely initialized FCF_Record. This routine takes
15188 * care of the nonembedded mailbox operations.
15189 **/
15190static void
15191lpfc_mbx_cmpl_add_fcf_record(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
15192{
15193 void *virt_addr;
15194 union lpfc_sli4_cfg_shdr *shdr;
15195 uint32_t shdr_status, shdr_add_status;
15196
15197 virt_addr = mboxq->sge_array->addr[0];
15198 /* The IOCTL status is embedded in the mailbox subheader. */
15199 shdr = (union lpfc_sli4_cfg_shdr *) virt_addr;
15200 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
15201 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
15202
15203 if ((shdr_status || shdr_add_status) &&
15204 (shdr_status != STATUS_FCF_IN_USE))
15205 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15206 "2558 ADD_FCF_RECORD mailbox failed with "
15207 "status x%x add_status x%x\n",
15208 shdr_status, shdr_add_status);
15209
15210 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15211}
15212
15213/**
15214 * lpfc_sli4_add_fcf_record - Manually add an FCF Record.
15215 * @phba: pointer to lpfc hba data structure.
15216 * @fcf_record: pointer to the initialized fcf record to add.
15217 *
15218 * This routine is invoked to manually add a single FCF record. The caller
15219 * must pass a completely initialized FCF_Record. This routine takes
15220 * care of the nonembedded mailbox operations.
15221 **/
15222int
15223lpfc_sli4_add_fcf_record(struct lpfc_hba *phba, struct fcf_record *fcf_record)
15224{
15225 int rc = 0;
15226 LPFC_MBOXQ_t *mboxq;
15227 uint8_t *bytep;
15228 void *virt_addr;
15229 dma_addr_t phys_addr;
15230 struct lpfc_mbx_sge sge;
15231 uint32_t alloc_len, req_len;
15232 uint32_t fcfindex;
15233
15234 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15235 if (!mboxq) {
15236 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15237 "2009 Failed to allocate mbox for ADD_FCF cmd\n");
15238 return -ENOMEM;
15239 }
15240
15241 req_len = sizeof(struct fcf_record) + sizeof(union lpfc_sli4_cfg_shdr) +
15242 sizeof(uint32_t);
15243
15244 /* Allocate DMA memory and set up the non-embedded mailbox command */
15245 alloc_len = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
15246 LPFC_MBOX_OPCODE_FCOE_ADD_FCF,
15247 req_len, LPFC_SLI4_MBX_NEMBED);
15248 if (alloc_len < req_len) {
15249 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15250 "2523 Allocated DMA memory size (x%x) is "
15251 "less than the requested DMA memory "
15252 "size (x%x)\n", alloc_len, req_len);
15253 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15254 return -ENOMEM;
15255 }
15256
15257 /*
15258 * Get the first SGE entry from the non-embedded DMA memory. This
15259 * routine only uses a single SGE.
15260 */
15261 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
15262 phys_addr = getPaddr(sge.pa_hi, sge.pa_lo);
James Smart6fb120a2009-05-22 14:52:59 -040015263 virt_addr = mboxq->sge_array->addr[0];
15264 /*
15265 * Configure the FCF record for FCFI 0. This is the driver's
15266 * hardcoded default and gets used in nonFIP mode.
15267 */
15268 fcfindex = bf_get(lpfc_fcf_record_fcf_index, fcf_record);
15269 bytep = virt_addr + sizeof(union lpfc_sli4_cfg_shdr);
15270 lpfc_sli_pcimem_bcopy(&fcfindex, bytep, sizeof(uint32_t));
15271
15272 /*
15273 * Copy the fcf_index and the FCF Record Data. The data starts after
15274 * the FCoE header plus word10. The data copy needs to be endian
15275 * correct.
15276 */
15277 bytep += sizeof(uint32_t);
15278 lpfc_sli_pcimem_bcopy(fcf_record, bytep, sizeof(struct fcf_record));
15279 mboxq->vport = phba->pport;
15280 mboxq->mbox_cmpl = lpfc_mbx_cmpl_add_fcf_record;
15281 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15282 if (rc == MBX_NOT_FINISHED) {
15283 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15284 "2515 ADD_FCF_RECORD mailbox failed with "
15285 "status 0x%x\n", rc);
15286 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15287 rc = -EIO;
15288 } else
15289 rc = 0;
15290
15291 return rc;
15292}
15293
15294/**
15295 * lpfc_sli4_build_dflt_fcf_record - Build the driver's default FCF Record.
15296 * @phba: pointer to lpfc hba data structure.
15297 * @fcf_record: pointer to the fcf record to write the default data.
15298 * @fcf_index: FCF table entry index.
15299 *
15300 * This routine is invoked to build the driver's default FCF record. The
15301 * values used are hardcoded. This routine handles memory initialization.
15302 *
15303 **/
15304void
15305lpfc_sli4_build_dflt_fcf_record(struct lpfc_hba *phba,
15306 struct fcf_record *fcf_record,
15307 uint16_t fcf_index)
15308{
15309 memset(fcf_record, 0, sizeof(struct fcf_record));
15310 fcf_record->max_rcv_size = LPFC_FCOE_MAX_RCV_SIZE;
15311 fcf_record->fka_adv_period = LPFC_FCOE_FKA_ADV_PER;
15312 fcf_record->fip_priority = LPFC_FCOE_FIP_PRIORITY;
15313 bf_set(lpfc_fcf_record_mac_0, fcf_record, phba->fc_map[0]);
15314 bf_set(lpfc_fcf_record_mac_1, fcf_record, phba->fc_map[1]);
15315 bf_set(lpfc_fcf_record_mac_2, fcf_record, phba->fc_map[2]);
15316 bf_set(lpfc_fcf_record_mac_3, fcf_record, LPFC_FCOE_FCF_MAC3);
15317 bf_set(lpfc_fcf_record_mac_4, fcf_record, LPFC_FCOE_FCF_MAC4);
15318 bf_set(lpfc_fcf_record_mac_5, fcf_record, LPFC_FCOE_FCF_MAC5);
15319 bf_set(lpfc_fcf_record_fc_map_0, fcf_record, phba->fc_map[0]);
15320 bf_set(lpfc_fcf_record_fc_map_1, fcf_record, phba->fc_map[1]);
15321 bf_set(lpfc_fcf_record_fc_map_2, fcf_record, phba->fc_map[2]);
15322 bf_set(lpfc_fcf_record_fcf_valid, fcf_record, 1);
James Smart0c287582009-06-10 17:22:56 -040015323 bf_set(lpfc_fcf_record_fcf_avail, fcf_record, 1);
James Smart6fb120a2009-05-22 14:52:59 -040015324 bf_set(lpfc_fcf_record_fcf_index, fcf_record, fcf_index);
15325 bf_set(lpfc_fcf_record_mac_addr_prov, fcf_record,
15326 LPFC_FCF_FPMA | LPFC_FCF_SPMA);
15327 /* Set the VLAN bit map */
15328 if (phba->valid_vlan) {
15329 fcf_record->vlan_bitmap[phba->vlan_id / 8]
15330 = 1 << (phba->vlan_id % 8);
15331 }
15332}
15333
15334/**
James Smart0c9ab6f2010-02-26 14:15:57 -050015335 * lpfc_sli4_fcf_scan_read_fcf_rec - Read hba fcf record for fcf scan.
James Smart6fb120a2009-05-22 14:52:59 -040015336 * @phba: pointer to lpfc hba data structure.
15337 * @fcf_index: FCF table entry offset.
15338 *
James Smart0c9ab6f2010-02-26 14:15:57 -050015339 * This routine is invoked to scan the entire FCF table by reading FCF
15340 * record and processing it one at a time starting from the @fcf_index
15341 * for initial FCF discovery or fast FCF failover rediscovery.
15342 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030015343 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050015344 * otherwise.
James Smart6fb120a2009-05-22 14:52:59 -040015345 **/
15346int
James Smart0c9ab6f2010-02-26 14:15:57 -050015347lpfc_sli4_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -040015348{
15349 int rc = 0, error;
15350 LPFC_MBOXQ_t *mboxq;
James Smart6fb120a2009-05-22 14:52:59 -040015351
James Smart32b97932009-07-19 10:01:21 -040015352 phba->fcoe_eventtag_at_fcf_scan = phba->fcoe_eventtag;
James Smart80c17842012-03-01 22:35:45 -050015353 phba->fcoe_cvl_eventtag_attn = phba->fcoe_cvl_eventtag;
James Smart6fb120a2009-05-22 14:52:59 -040015354 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15355 if (!mboxq) {
15356 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15357 "2000 Failed to allocate mbox for "
15358 "READ_FCF cmd\n");
James Smart4d9ab992009-10-02 15:16:39 -040015359 error = -ENOMEM;
James Smart0c9ab6f2010-02-26 14:15:57 -050015360 goto fail_fcf_scan;
James Smart6fb120a2009-05-22 14:52:59 -040015361 }
James Smartecfd03c2010-02-12 14:41:27 -050015362 /* Construct the read FCF record mailbox command */
James Smart0c9ab6f2010-02-26 14:15:57 -050015363 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
James Smartecfd03c2010-02-12 14:41:27 -050015364 if (rc) {
15365 error = -EINVAL;
James Smart0c9ab6f2010-02-26 14:15:57 -050015366 goto fail_fcf_scan;
James Smart6fb120a2009-05-22 14:52:59 -040015367 }
James Smartecfd03c2010-02-12 14:41:27 -050015368 /* Issue the mailbox command asynchronously */
James Smart6fb120a2009-05-22 14:52:59 -040015369 mboxq->vport = phba->pport;
James Smart0c9ab6f2010-02-26 14:15:57 -050015370 mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_scan_read_fcf_rec;
James Smarta93ff372010-10-22 11:06:08 -040015371
15372 spin_lock_irq(&phba->hbalock);
15373 phba->hba_flag |= FCF_TS_INPROG;
15374 spin_unlock_irq(&phba->hbalock);
15375
James Smart6fb120a2009-05-22 14:52:59 -040015376 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
James Smartecfd03c2010-02-12 14:41:27 -050015377 if (rc == MBX_NOT_FINISHED)
James Smart6fb120a2009-05-22 14:52:59 -040015378 error = -EIO;
James Smartecfd03c2010-02-12 14:41:27 -050015379 else {
James Smart38b92ef2010-08-04 16:11:39 -040015380 /* Reset eligible FCF count for new scan */
15381 if (fcf_index == LPFC_FCOE_FCF_GET_FIRST)
James Smart999d8132010-03-15 11:24:56 -040015382 phba->fcf.eligible_fcf_cnt = 0;
James Smart6fb120a2009-05-22 14:52:59 -040015383 error = 0;
James Smart32b97932009-07-19 10:01:21 -040015384 }
James Smart0c9ab6f2010-02-26 14:15:57 -050015385fail_fcf_scan:
James Smart4d9ab992009-10-02 15:16:39 -040015386 if (error) {
15387 if (mboxq)
15388 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smarta93ff372010-10-22 11:06:08 -040015389 /* FCF scan failed, clear FCF_TS_INPROG flag */
James Smart4d9ab992009-10-02 15:16:39 -040015390 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -040015391 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart4d9ab992009-10-02 15:16:39 -040015392 spin_unlock_irq(&phba->hbalock);
15393 }
James Smart6fb120a2009-05-22 14:52:59 -040015394 return error;
15395}
James Smarta0c87cb2009-07-19 10:01:10 -040015396
15397/**
James Smarta93ff372010-10-22 11:06:08 -040015398 * lpfc_sli4_fcf_rr_read_fcf_rec - Read hba fcf record for roundrobin fcf.
James Smart0c9ab6f2010-02-26 14:15:57 -050015399 * @phba: pointer to lpfc hba data structure.
15400 * @fcf_index: FCF table entry offset.
15401 *
15402 * This routine is invoked to read an FCF record indicated by @fcf_index
James Smarta93ff372010-10-22 11:06:08 -040015403 * and to use it for FLOGI roundrobin FCF failover.
James Smart0c9ab6f2010-02-26 14:15:57 -050015404 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030015405 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050015406 * otherwise.
15407 **/
15408int
15409lpfc_sli4_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
15410{
15411 int rc = 0, error;
15412 LPFC_MBOXQ_t *mboxq;
15413
15414 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15415 if (!mboxq) {
15416 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT,
15417 "2763 Failed to allocate mbox for "
15418 "READ_FCF cmd\n");
15419 error = -ENOMEM;
15420 goto fail_fcf_read;
15421 }
15422 /* Construct the read FCF record mailbox command */
15423 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
15424 if (rc) {
15425 error = -EINVAL;
15426 goto fail_fcf_read;
15427 }
15428 /* Issue the mailbox command asynchronously */
15429 mboxq->vport = phba->pport;
15430 mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_rr_read_fcf_rec;
15431 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15432 if (rc == MBX_NOT_FINISHED)
15433 error = -EIO;
15434 else
15435 error = 0;
15436
15437fail_fcf_read:
15438 if (error && mboxq)
15439 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15440 return error;
15441}
15442
15443/**
15444 * lpfc_sli4_read_fcf_rec - Read hba fcf record for update eligible fcf bmask.
15445 * @phba: pointer to lpfc hba data structure.
15446 * @fcf_index: FCF table entry offset.
15447 *
15448 * This routine is invoked to read an FCF record indicated by @fcf_index to
James Smarta93ff372010-10-22 11:06:08 -040015449 * determine whether it's eligible for FLOGI roundrobin failover list.
James Smart0c9ab6f2010-02-26 14:15:57 -050015450 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030015451 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050015452 * otherwise.
15453 **/
15454int
15455lpfc_sli4_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
15456{
15457 int rc = 0, error;
15458 LPFC_MBOXQ_t *mboxq;
15459
15460 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15461 if (!mboxq) {
15462 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT,
15463 "2758 Failed to allocate mbox for "
15464 "READ_FCF cmd\n");
15465 error = -ENOMEM;
15466 goto fail_fcf_read;
15467 }
15468 /* Construct the read FCF record mailbox command */
15469 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
15470 if (rc) {
15471 error = -EINVAL;
15472 goto fail_fcf_read;
15473 }
15474 /* Issue the mailbox command asynchronously */
15475 mboxq->vport = phba->pport;
15476 mboxq->mbox_cmpl = lpfc_mbx_cmpl_read_fcf_rec;
15477 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15478 if (rc == MBX_NOT_FINISHED)
15479 error = -EIO;
15480 else
15481 error = 0;
15482
15483fail_fcf_read:
15484 if (error && mboxq)
15485 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15486 return error;
15487}
15488
15489/**
James Smart7d791df2011-07-22 18:37:52 -040015490 * lpfc_check_next_fcf_pri
15491 * phba pointer to the lpfc_hba struct for this port.
15492 * This routine is called from the lpfc_sli4_fcf_rr_next_index_get
15493 * routine when the rr_bmask is empty. The FCF indecies are put into the
15494 * rr_bmask based on their priority level. Starting from the highest priority
15495 * to the lowest. The most likely FCF candidate will be in the highest
15496 * priority group. When this routine is called it searches the fcf_pri list for
15497 * next lowest priority group and repopulates the rr_bmask with only those
15498 * fcf_indexes.
15499 * returns:
15500 * 1=success 0=failure
15501 **/
15502int
15503lpfc_check_next_fcf_pri_level(struct lpfc_hba *phba)
15504{
15505 uint16_t next_fcf_pri;
15506 uint16_t last_index;
15507 struct lpfc_fcf_pri *fcf_pri;
15508 int rc;
15509 int ret = 0;
15510
15511 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
15512 LPFC_SLI4_FCF_TBL_INDX_MAX);
15513 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
15514 "3060 Last IDX %d\n", last_index);
James Smart25626692013-03-01 16:36:54 -050015515
15516 /* Verify the priority list has 2 or more entries */
15517 spin_lock_irq(&phba->hbalock);
15518 if (list_empty(&phba->fcf.fcf_pri_list) ||
15519 list_is_singular(&phba->fcf.fcf_pri_list)) {
15520 spin_unlock_irq(&phba->hbalock);
James Smart7d791df2011-07-22 18:37:52 -040015521 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
15522 "3061 Last IDX %d\n", last_index);
15523 return 0; /* Empty rr list */
15524 }
James Smart25626692013-03-01 16:36:54 -050015525 spin_unlock_irq(&phba->hbalock);
15526
James Smart7d791df2011-07-22 18:37:52 -040015527 next_fcf_pri = 0;
15528 /*
15529 * Clear the rr_bmask and set all of the bits that are at this
15530 * priority.
15531 */
15532 memset(phba->fcf.fcf_rr_bmask, 0,
15533 sizeof(*phba->fcf.fcf_rr_bmask));
15534 spin_lock_irq(&phba->hbalock);
15535 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15536 if (fcf_pri->fcf_rec.flag & LPFC_FCF_FLOGI_FAILED)
15537 continue;
15538 /*
15539 * the 1st priority that has not FLOGI failed
15540 * will be the highest.
15541 */
15542 if (!next_fcf_pri)
15543 next_fcf_pri = fcf_pri->fcf_rec.priority;
15544 spin_unlock_irq(&phba->hbalock);
15545 if (fcf_pri->fcf_rec.priority == next_fcf_pri) {
15546 rc = lpfc_sli4_fcf_rr_index_set(phba,
15547 fcf_pri->fcf_rec.fcf_index);
15548 if (rc)
15549 return 0;
15550 }
15551 spin_lock_irq(&phba->hbalock);
15552 }
15553 /*
15554 * if next_fcf_pri was not set above and the list is not empty then
15555 * we have failed flogis on all of them. So reset flogi failed
Anatol Pomozov4907cb72012-09-01 10:31:09 -070015556 * and start at the beginning.
James Smart7d791df2011-07-22 18:37:52 -040015557 */
15558 if (!next_fcf_pri && !list_empty(&phba->fcf.fcf_pri_list)) {
15559 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15560 fcf_pri->fcf_rec.flag &= ~LPFC_FCF_FLOGI_FAILED;
15561 /*
15562 * the 1st priority that has not FLOGI failed
15563 * will be the highest.
15564 */
15565 if (!next_fcf_pri)
15566 next_fcf_pri = fcf_pri->fcf_rec.priority;
15567 spin_unlock_irq(&phba->hbalock);
15568 if (fcf_pri->fcf_rec.priority == next_fcf_pri) {
15569 rc = lpfc_sli4_fcf_rr_index_set(phba,
15570 fcf_pri->fcf_rec.fcf_index);
15571 if (rc)
15572 return 0;
15573 }
15574 spin_lock_irq(&phba->hbalock);
15575 }
15576 } else
15577 ret = 1;
15578 spin_unlock_irq(&phba->hbalock);
15579
15580 return ret;
15581}
15582/**
James Smart0c9ab6f2010-02-26 14:15:57 -050015583 * lpfc_sli4_fcf_rr_next_index_get - Get next eligible fcf record index
15584 * @phba: pointer to lpfc hba data structure.
15585 *
15586 * This routine is to get the next eligible FCF record index in a round
15587 * robin fashion. If the next eligible FCF record index equals to the
James Smarta93ff372010-10-22 11:06:08 -040015588 * initial roundrobin FCF record index, LPFC_FCOE_FCF_NEXT_NONE (0xFFFF)
James Smart0c9ab6f2010-02-26 14:15:57 -050015589 * shall be returned, otherwise, the next eligible FCF record's index
15590 * shall be returned.
15591 **/
15592uint16_t
15593lpfc_sli4_fcf_rr_next_index_get(struct lpfc_hba *phba)
15594{
15595 uint16_t next_fcf_index;
15596
James Smart421c6622013-01-03 15:44:16 -050015597initial_priority:
James Smart3804dc82010-07-14 15:31:37 -040015598 /* Search start from next bit of currently registered FCF index */
James Smart421c6622013-01-03 15:44:16 -050015599 next_fcf_index = phba->fcf.current_rec.fcf_indx;
15600
James Smart7d791df2011-07-22 18:37:52 -040015601next_priority:
James Smart421c6622013-01-03 15:44:16 -050015602 /* Determine the next fcf index to check */
15603 next_fcf_index = (next_fcf_index + 1) % LPFC_SLI4_FCF_TBL_INDX_MAX;
James Smart0c9ab6f2010-02-26 14:15:57 -050015604 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
15605 LPFC_SLI4_FCF_TBL_INDX_MAX,
James Smart3804dc82010-07-14 15:31:37 -040015606 next_fcf_index);
15607
James Smart0c9ab6f2010-02-26 14:15:57 -050015608 /* Wrap around condition on phba->fcf.fcf_rr_bmask */
James Smart7d791df2011-07-22 18:37:52 -040015609 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15610 /*
15611 * If we have wrapped then we need to clear the bits that
15612 * have been tested so that we can detect when we should
15613 * change the priority level.
15614 */
James Smart0c9ab6f2010-02-26 14:15:57 -050015615 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
15616 LPFC_SLI4_FCF_TBL_INDX_MAX, 0);
James Smart7d791df2011-07-22 18:37:52 -040015617 }
15618
James Smart0c9ab6f2010-02-26 14:15:57 -050015619
James Smart3804dc82010-07-14 15:31:37 -040015620 /* Check roundrobin failover list empty condition */
James Smart7d791df2011-07-22 18:37:52 -040015621 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX ||
15622 next_fcf_index == phba->fcf.current_rec.fcf_indx) {
15623 /*
15624 * If next fcf index is not found check if there are lower
15625 * Priority level fcf's in the fcf_priority list.
15626 * Set up the rr_bmask with all of the avaiable fcf bits
15627 * at that level and continue the selection process.
15628 */
15629 if (lpfc_check_next_fcf_pri_level(phba))
James Smart421c6622013-01-03 15:44:16 -050015630 goto initial_priority;
James Smart3804dc82010-07-14 15:31:37 -040015631 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
15632 "2844 No roundrobin failover FCF available\n");
James Smart7d791df2011-07-22 18:37:52 -040015633 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX)
15634 return LPFC_FCOE_FCF_NEXT_NONE;
15635 else {
15636 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
15637 "3063 Only FCF available idx %d, flag %x\n",
15638 next_fcf_index,
15639 phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag);
15640 return next_fcf_index;
15641 }
James Smart3804dc82010-07-14 15:31:37 -040015642 }
15643
James Smart7d791df2011-07-22 18:37:52 -040015644 if (next_fcf_index < LPFC_SLI4_FCF_TBL_INDX_MAX &&
15645 phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag &
15646 LPFC_FCF_FLOGI_FAILED)
15647 goto next_priority;
15648
James Smart3804dc82010-07-14 15:31:37 -040015649 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015650 "2845 Get next roundrobin failover FCF (x%x)\n",
15651 next_fcf_index);
15652
James Smart0c9ab6f2010-02-26 14:15:57 -050015653 return next_fcf_index;
15654}
15655
15656/**
15657 * lpfc_sli4_fcf_rr_index_set - Set bmask with eligible fcf record index
15658 * @phba: pointer to lpfc hba data structure.
15659 *
15660 * This routine sets the FCF record index in to the eligible bmask for
James Smarta93ff372010-10-22 11:06:08 -040015661 * roundrobin failover search. It checks to make sure that the index
James Smart0c9ab6f2010-02-26 14:15:57 -050015662 * does not go beyond the range of the driver allocated bmask dimension
15663 * before setting the bit.
15664 *
15665 * Returns 0 if the index bit successfully set, otherwise, it returns
15666 * -EINVAL.
15667 **/
15668int
15669lpfc_sli4_fcf_rr_index_set(struct lpfc_hba *phba, uint16_t fcf_index)
15670{
15671 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15672 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015673 "2610 FCF (x%x) reached driver's book "
15674 "keeping dimension:x%x\n",
James Smart0c9ab6f2010-02-26 14:15:57 -050015675 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
15676 return -EINVAL;
15677 }
15678 /* Set the eligible FCF record index bmask */
15679 set_bit(fcf_index, phba->fcf.fcf_rr_bmask);
15680
James Smart3804dc82010-07-14 15:31:37 -040015681 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015682 "2790 Set FCF (x%x) to roundrobin FCF failover "
James Smart3804dc82010-07-14 15:31:37 -040015683 "bmask\n", fcf_index);
15684
James Smart0c9ab6f2010-02-26 14:15:57 -050015685 return 0;
15686}
15687
15688/**
James Smart3804dc82010-07-14 15:31:37 -040015689 * lpfc_sli4_fcf_rr_index_clear - Clear bmask from eligible fcf record index
James Smart0c9ab6f2010-02-26 14:15:57 -050015690 * @phba: pointer to lpfc hba data structure.
15691 *
15692 * This routine clears the FCF record index from the eligible bmask for
James Smarta93ff372010-10-22 11:06:08 -040015693 * roundrobin failover search. It checks to make sure that the index
James Smart0c9ab6f2010-02-26 14:15:57 -050015694 * does not go beyond the range of the driver allocated bmask dimension
15695 * before clearing the bit.
15696 **/
15697void
15698lpfc_sli4_fcf_rr_index_clear(struct lpfc_hba *phba, uint16_t fcf_index)
15699{
James Smart7d791df2011-07-22 18:37:52 -040015700 struct lpfc_fcf_pri *fcf_pri;
James Smart0c9ab6f2010-02-26 14:15:57 -050015701 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15702 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015703 "2762 FCF (x%x) reached driver's book "
15704 "keeping dimension:x%x\n",
James Smart0c9ab6f2010-02-26 14:15:57 -050015705 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
15706 return;
15707 }
15708 /* Clear the eligible FCF record index bmask */
James Smart7d791df2011-07-22 18:37:52 -040015709 spin_lock_irq(&phba->hbalock);
15710 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15711 if (fcf_pri->fcf_rec.fcf_index == fcf_index) {
15712 list_del_init(&fcf_pri->list);
15713 break;
15714 }
15715 }
15716 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015717 clear_bit(fcf_index, phba->fcf.fcf_rr_bmask);
James Smart3804dc82010-07-14 15:31:37 -040015718
15719 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015720 "2791 Clear FCF (x%x) from roundrobin failover "
James Smart3804dc82010-07-14 15:31:37 -040015721 "bmask\n", fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -050015722}
15723
15724/**
James Smartecfd03c2010-02-12 14:41:27 -050015725 * lpfc_mbx_cmpl_redisc_fcf_table - completion routine for rediscover FCF table
15726 * @phba: pointer to lpfc hba data structure.
15727 *
15728 * This routine is the completion routine for the rediscover FCF table mailbox
15729 * command. If the mailbox command returned failure, it will try to stop the
15730 * FCF rediscover wait timer.
15731 **/
15732void
15733lpfc_mbx_cmpl_redisc_fcf_table(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox)
15734{
15735 struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf;
15736 uint32_t shdr_status, shdr_add_status;
15737
15738 redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl;
15739
15740 shdr_status = bf_get(lpfc_mbox_hdr_status,
15741 &redisc_fcf->header.cfg_shdr.response);
15742 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status,
15743 &redisc_fcf->header.cfg_shdr.response);
15744 if (shdr_status || shdr_add_status) {
James Smart0c9ab6f2010-02-26 14:15:57 -050015745 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartecfd03c2010-02-12 14:41:27 -050015746 "2746 Requesting for FCF rediscovery failed "
15747 "status x%x add_status x%x\n",
15748 shdr_status, shdr_add_status);
James Smart0c9ab6f2010-02-26 14:15:57 -050015749 if (phba->fcf.fcf_flag & FCF_ACVL_DISC) {
James Smartfc2b9892010-02-26 14:15:29 -050015750 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015751 phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
James Smartfc2b9892010-02-26 14:15:29 -050015752 spin_unlock_irq(&phba->hbalock);
15753 /*
15754 * CVL event triggered FCF rediscover request failed,
15755 * last resort to re-try current registered FCF entry.
15756 */
15757 lpfc_retry_pport_discovery(phba);
15758 } else {
15759 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015760 phba->fcf.fcf_flag &= ~FCF_DEAD_DISC;
James Smartfc2b9892010-02-26 14:15:29 -050015761 spin_unlock_irq(&phba->hbalock);
15762 /*
15763 * DEAD FCF event triggered FCF rediscover request
15764 * failed, last resort to fail over as a link down
15765 * to FCF registration.
15766 */
15767 lpfc_sli4_fcf_dead_failthrough(phba);
15768 }
James Smart0c9ab6f2010-02-26 14:15:57 -050015769 } else {
15770 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015771 "2775 Start FCF rediscover quiescent timer\n");
James Smartecfd03c2010-02-12 14:41:27 -050015772 /*
15773 * Start FCF rediscovery wait timer for pending FCF
15774 * before rescan FCF record table.
15775 */
15776 lpfc_fcf_redisc_wait_start_timer(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -050015777 }
James Smartecfd03c2010-02-12 14:41:27 -050015778
15779 mempool_free(mbox, phba->mbox_mem_pool);
15780}
15781
15782/**
James Smart3804dc82010-07-14 15:31:37 -040015783 * lpfc_sli4_redisc_fcf_table - Request to rediscover entire FCF table by port.
James Smartecfd03c2010-02-12 14:41:27 -050015784 * @phba: pointer to lpfc hba data structure.
15785 *
15786 * This routine is invoked to request for rediscovery of the entire FCF table
15787 * by the port.
15788 **/
15789int
15790lpfc_sli4_redisc_fcf_table(struct lpfc_hba *phba)
15791{
15792 LPFC_MBOXQ_t *mbox;
15793 struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf;
15794 int rc, length;
15795
James Smart0c9ab6f2010-02-26 14:15:57 -050015796 /* Cancel retry delay timers to all vports before FCF rediscover */
15797 lpfc_cancel_all_vport_retry_delay_timer(phba);
15798
James Smartecfd03c2010-02-12 14:41:27 -050015799 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15800 if (!mbox) {
15801 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15802 "2745 Failed to allocate mbox for "
15803 "requesting FCF rediscover.\n");
15804 return -ENOMEM;
15805 }
15806
15807 length = (sizeof(struct lpfc_mbx_redisc_fcf_tbl) -
15808 sizeof(struct lpfc_sli4_cfg_mhdr));
15809 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
15810 LPFC_MBOX_OPCODE_FCOE_REDISCOVER_FCF,
15811 length, LPFC_SLI4_MBX_EMBED);
15812
15813 redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl;
15814 /* Set count to 0 for invalidating the entire FCF database */
15815 bf_set(lpfc_mbx_redisc_fcf_count, redisc_fcf, 0);
15816
15817 /* Issue the mailbox command asynchronously */
15818 mbox->vport = phba->pport;
15819 mbox->mbox_cmpl = lpfc_mbx_cmpl_redisc_fcf_table;
15820 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
15821
15822 if (rc == MBX_NOT_FINISHED) {
15823 mempool_free(mbox, phba->mbox_mem_pool);
15824 return -EIO;
15825 }
15826 return 0;
15827}
15828
15829/**
James Smartfc2b9892010-02-26 14:15:29 -050015830 * lpfc_sli4_fcf_dead_failthrough - Failthrough routine to fcf dead event
15831 * @phba: pointer to lpfc hba data structure.
15832 *
15833 * This function is the failover routine as a last resort to the FCF DEAD
15834 * event when driver failed to perform fast FCF failover.
15835 **/
15836void
15837lpfc_sli4_fcf_dead_failthrough(struct lpfc_hba *phba)
15838{
15839 uint32_t link_state;
15840
15841 /*
15842 * Last resort as FCF DEAD event failover will treat this as
15843 * a link down, but save the link state because we don't want
15844 * it to be changed to Link Down unless it is already down.
15845 */
15846 link_state = phba->link_state;
15847 lpfc_linkdown(phba);
15848 phba->link_state = link_state;
15849
15850 /* Unregister FCF if no devices connected to it */
15851 lpfc_unregister_unused_fcf(phba);
15852}
15853
15854/**
James Smart026abb82011-12-13 13:20:45 -050015855 * lpfc_sli_get_config_region23 - Get sli3 port region 23 data.
James Smarta0c87cb2009-07-19 10:01:10 -040015856 * @phba: pointer to lpfc hba data structure.
James Smart026abb82011-12-13 13:20:45 -050015857 * @rgn23_data: pointer to configure region 23 data.
James Smarta0c87cb2009-07-19 10:01:10 -040015858 *
James Smart026abb82011-12-13 13:20:45 -050015859 * This function gets SLI3 port configure region 23 data through memory dump
15860 * mailbox command. When it successfully retrieves data, the size of the data
15861 * will be returned, otherwise, 0 will be returned.
James Smarta0c87cb2009-07-19 10:01:10 -040015862 **/
James Smart026abb82011-12-13 13:20:45 -050015863static uint32_t
15864lpfc_sli_get_config_region23(struct lpfc_hba *phba, char *rgn23_data)
James Smarta0c87cb2009-07-19 10:01:10 -040015865{
15866 LPFC_MBOXQ_t *pmb = NULL;
15867 MAILBOX_t *mb;
James Smart026abb82011-12-13 13:20:45 -050015868 uint32_t offset = 0;
James Smarta0c87cb2009-07-19 10:01:10 -040015869 int rc;
15870
James Smart026abb82011-12-13 13:20:45 -050015871 if (!rgn23_data)
15872 return 0;
15873
James Smarta0c87cb2009-07-19 10:01:10 -040015874 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15875 if (!pmb) {
15876 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart026abb82011-12-13 13:20:45 -050015877 "2600 failed to allocate mailbox memory\n");
15878 return 0;
James Smarta0c87cb2009-07-19 10:01:10 -040015879 }
15880 mb = &pmb->u.mb;
15881
James Smarta0c87cb2009-07-19 10:01:10 -040015882 do {
15883 lpfc_dump_mem(phba, pmb, offset, DMP_REGION_23);
15884 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
15885
15886 if (rc != MBX_SUCCESS) {
15887 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smart026abb82011-12-13 13:20:45 -050015888 "2601 failed to read config "
15889 "region 23, rc 0x%x Status 0x%x\n",
15890 rc, mb->mbxStatus);
James Smarta0c87cb2009-07-19 10:01:10 -040015891 mb->un.varDmp.word_cnt = 0;
15892 }
15893 /*
15894 * dump mem may return a zero when finished or we got a
15895 * mailbox error, either way we are done.
15896 */
15897 if (mb->un.varDmp.word_cnt == 0)
15898 break;
15899 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset)
15900 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset;
15901
15902 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
James Smart026abb82011-12-13 13:20:45 -050015903 rgn23_data + offset,
15904 mb->un.varDmp.word_cnt);
James Smarta0c87cb2009-07-19 10:01:10 -040015905 offset += mb->un.varDmp.word_cnt;
15906 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE);
15907
James Smart026abb82011-12-13 13:20:45 -050015908 mempool_free(pmb, phba->mbox_mem_pool);
15909 return offset;
15910}
15911
15912/**
15913 * lpfc_sli4_get_config_region23 - Get sli4 port region 23 data.
15914 * @phba: pointer to lpfc hba data structure.
15915 * @rgn23_data: pointer to configure region 23 data.
15916 *
15917 * This function gets SLI4 port configure region 23 data through memory dump
15918 * mailbox command. When it successfully retrieves data, the size of the data
15919 * will be returned, otherwise, 0 will be returned.
15920 **/
15921static uint32_t
15922lpfc_sli4_get_config_region23(struct lpfc_hba *phba, char *rgn23_data)
15923{
15924 LPFC_MBOXQ_t *mboxq = NULL;
15925 struct lpfc_dmabuf *mp = NULL;
15926 struct lpfc_mqe *mqe;
15927 uint32_t data_length = 0;
15928 int rc;
15929
15930 if (!rgn23_data)
15931 return 0;
15932
15933 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15934 if (!mboxq) {
15935 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15936 "3105 failed to allocate mailbox memory\n");
15937 return 0;
15938 }
15939
15940 if (lpfc_sli4_dump_cfg_rg23(phba, mboxq))
15941 goto out;
15942 mqe = &mboxq->u.mqe;
15943 mp = (struct lpfc_dmabuf *) mboxq->context1;
15944 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
15945 if (rc)
15946 goto out;
15947 data_length = mqe->un.mb_words[5];
15948 if (data_length == 0)
15949 goto out;
15950 if (data_length > DMP_RGN23_SIZE) {
15951 data_length = 0;
15952 goto out;
15953 }
15954 lpfc_sli_pcimem_bcopy((char *)mp->virt, rgn23_data, data_length);
15955out:
15956 mempool_free(mboxq, phba->mbox_mem_pool);
15957 if (mp) {
15958 lpfc_mbuf_free(phba, mp->virt, mp->phys);
15959 kfree(mp);
15960 }
15961 return data_length;
15962}
15963
15964/**
15965 * lpfc_sli_read_link_ste - Read region 23 to decide if link is disabled.
15966 * @phba: pointer to lpfc hba data structure.
15967 *
15968 * This function read region 23 and parse TLV for port status to
15969 * decide if the user disaled the port. If the TLV indicates the
15970 * port is disabled, the hba_flag is set accordingly.
15971 **/
15972void
15973lpfc_sli_read_link_ste(struct lpfc_hba *phba)
15974{
15975 uint8_t *rgn23_data = NULL;
15976 uint32_t if_type, data_size, sub_tlv_len, tlv_offset;
15977 uint32_t offset = 0;
15978
15979 /* Get adapter Region 23 data */
15980 rgn23_data = kzalloc(DMP_RGN23_SIZE, GFP_KERNEL);
15981 if (!rgn23_data)
15982 goto out;
15983
15984 if (phba->sli_rev < LPFC_SLI_REV4)
15985 data_size = lpfc_sli_get_config_region23(phba, rgn23_data);
15986 else {
15987 if_type = bf_get(lpfc_sli_intf_if_type,
15988 &phba->sli4_hba.sli_intf);
15989 if (if_type == LPFC_SLI_INTF_IF_TYPE_0)
15990 goto out;
15991 data_size = lpfc_sli4_get_config_region23(phba, rgn23_data);
15992 }
James Smarta0c87cb2009-07-19 10:01:10 -040015993
15994 if (!data_size)
15995 goto out;
15996
15997 /* Check the region signature first */
15998 if (memcmp(&rgn23_data[offset], LPFC_REGION23_SIGNATURE, 4)) {
15999 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16000 "2619 Config region 23 has bad signature\n");
16001 goto out;
16002 }
16003 offset += 4;
16004
16005 /* Check the data structure version */
16006 if (rgn23_data[offset] != LPFC_REGION23_VERSION) {
16007 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16008 "2620 Config region 23 has bad version\n");
16009 goto out;
16010 }
16011 offset += 4;
16012
16013 /* Parse TLV entries in the region */
16014 while (offset < data_size) {
16015 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC)
16016 break;
16017 /*
16018 * If the TLV is not driver specific TLV or driver id is
16019 * not linux driver id, skip the record.
16020 */
16021 if ((rgn23_data[offset] != DRIVER_SPECIFIC_TYPE) ||
16022 (rgn23_data[offset + 2] != LINUX_DRIVER_ID) ||
16023 (rgn23_data[offset + 3] != 0)) {
16024 offset += rgn23_data[offset + 1] * 4 + 4;
16025 continue;
16026 }
16027
16028 /* Driver found a driver specific TLV in the config region */
16029 sub_tlv_len = rgn23_data[offset + 1] * 4;
16030 offset += 4;
16031 tlv_offset = 0;
16032
16033 /*
16034 * Search for configured port state sub-TLV.
16035 */
16036 while ((offset < data_size) &&
16037 (tlv_offset < sub_tlv_len)) {
16038 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC) {
16039 offset += 4;
16040 tlv_offset += 4;
16041 break;
16042 }
16043 if (rgn23_data[offset] != PORT_STE_TYPE) {
16044 offset += rgn23_data[offset + 1] * 4 + 4;
16045 tlv_offset += rgn23_data[offset + 1] * 4 + 4;
16046 continue;
16047 }
16048
16049 /* This HBA contains PORT_STE configured */
16050 if (!rgn23_data[offset + 2])
16051 phba->hba_flag |= LINK_DISABLED;
16052
16053 goto out;
16054 }
16055 }
James Smart026abb82011-12-13 13:20:45 -050016056
James Smarta0c87cb2009-07-19 10:01:10 -040016057out:
James Smarta0c87cb2009-07-19 10:01:10 -040016058 kfree(rgn23_data);
16059 return;
16060}
James Smart695a8142010-01-26 23:08:03 -050016061
16062/**
James Smart52d52442011-05-24 11:42:45 -040016063 * lpfc_wr_object - write an object to the firmware
16064 * @phba: HBA structure that indicates port to create a queue on.
16065 * @dmabuf_list: list of dmabufs to write to the port.
16066 * @size: the total byte value of the objects to write to the port.
16067 * @offset: the current offset to be used to start the transfer.
16068 *
16069 * This routine will create a wr_object mailbox command to send to the port.
16070 * the mailbox command will be constructed using the dma buffers described in
16071 * @dmabuf_list to create a list of BDEs. This routine will fill in as many
16072 * BDEs that the imbedded mailbox can support. The @offset variable will be
16073 * used to indicate the starting offset of the transfer and will also return
16074 * the offset after the write object mailbox has completed. @size is used to
16075 * determine the end of the object and whether the eof bit should be set.
16076 *
16077 * Return 0 is successful and offset will contain the the new offset to use
16078 * for the next write.
16079 * Return negative value for error cases.
16080 **/
16081int
16082lpfc_wr_object(struct lpfc_hba *phba, struct list_head *dmabuf_list,
16083 uint32_t size, uint32_t *offset)
16084{
16085 struct lpfc_mbx_wr_object *wr_object;
16086 LPFC_MBOXQ_t *mbox;
16087 int rc = 0, i = 0;
16088 uint32_t shdr_status, shdr_add_status;
16089 uint32_t mbox_tmo;
16090 union lpfc_sli4_cfg_shdr *shdr;
16091 struct lpfc_dmabuf *dmabuf;
16092 uint32_t written = 0;
16093
16094 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
16095 if (!mbox)
16096 return -ENOMEM;
16097
16098 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
16099 LPFC_MBOX_OPCODE_WRITE_OBJECT,
16100 sizeof(struct lpfc_mbx_wr_object) -
16101 sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED);
16102
16103 wr_object = (struct lpfc_mbx_wr_object *)&mbox->u.mqe.un.wr_object;
16104 wr_object->u.request.write_offset = *offset;
16105 sprintf((uint8_t *)wr_object->u.request.object_name, "/");
16106 wr_object->u.request.object_name[0] =
16107 cpu_to_le32(wr_object->u.request.object_name[0]);
16108 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0);
16109 list_for_each_entry(dmabuf, dmabuf_list, list) {
16110 if (i >= LPFC_MBX_WR_CONFIG_MAX_BDE || written >= size)
16111 break;
16112 wr_object->u.request.bde[i].addrLow = putPaddrLow(dmabuf->phys);
16113 wr_object->u.request.bde[i].addrHigh =
16114 putPaddrHigh(dmabuf->phys);
16115 if (written + SLI4_PAGE_SIZE >= size) {
16116 wr_object->u.request.bde[i].tus.f.bdeSize =
16117 (size - written);
16118 written += (size - written);
16119 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 1);
16120 } else {
16121 wr_object->u.request.bde[i].tus.f.bdeSize =
16122 SLI4_PAGE_SIZE;
16123 written += SLI4_PAGE_SIZE;
16124 }
16125 i++;
16126 }
16127 wr_object->u.request.bde_count = i;
16128 bf_set(lpfc_wr_object_write_length, &wr_object->u.request, written);
16129 if (!phba->sli4_hba.intr_enable)
16130 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
16131 else {
James Smarta183a152011-10-10 21:32:43 -040016132 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart52d52442011-05-24 11:42:45 -040016133 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
16134 }
16135 /* The IOCTL status is embedded in the mailbox subheader. */
16136 shdr = (union lpfc_sli4_cfg_shdr *) &wr_object->header.cfg_shdr;
16137 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16138 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16139 if (rc != MBX_TIMEOUT)
16140 mempool_free(mbox, phba->mbox_mem_pool);
16141 if (shdr_status || shdr_add_status || rc) {
16142 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16143 "3025 Write Object mailbox failed with "
16144 "status x%x add_status x%x, mbx status x%x\n",
16145 shdr_status, shdr_add_status, rc);
16146 rc = -ENXIO;
16147 } else
16148 *offset += wr_object->u.response.actual_write_length;
16149 return rc;
16150}
16151
16152/**
James Smart695a8142010-01-26 23:08:03 -050016153 * lpfc_cleanup_pending_mbox - Free up vport discovery mailbox commands.
16154 * @vport: pointer to vport data structure.
16155 *
16156 * This function iterate through the mailboxq and clean up all REG_LOGIN
16157 * and REG_VPI mailbox commands associated with the vport. This function
16158 * is called when driver want to restart discovery of the vport due to
16159 * a Clear Virtual Link event.
16160 **/
16161void
16162lpfc_cleanup_pending_mbox(struct lpfc_vport *vport)
16163{
16164 struct lpfc_hba *phba = vport->phba;
16165 LPFC_MBOXQ_t *mb, *nextmb;
16166 struct lpfc_dmabuf *mp;
James Smart78730cf2010-04-06 15:06:30 -040016167 struct lpfc_nodelist *ndlp;
James Smartd439d282010-09-29 11:18:45 -040016168 struct lpfc_nodelist *act_mbx_ndlp = NULL;
James Smart589a52d2010-07-14 15:30:54 -040016169 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartd439d282010-09-29 11:18:45 -040016170 LIST_HEAD(mbox_cmd_list);
James Smart63e801c2010-11-20 23:14:19 -050016171 uint8_t restart_loop;
James Smart695a8142010-01-26 23:08:03 -050016172
James Smartd439d282010-09-29 11:18:45 -040016173 /* Clean up internally queued mailbox commands with the vport */
James Smart695a8142010-01-26 23:08:03 -050016174 spin_lock_irq(&phba->hbalock);
16175 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
16176 if (mb->vport != vport)
16177 continue;
16178
16179 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) &&
16180 (mb->u.mb.mbxCommand != MBX_REG_VPI))
16181 continue;
16182
James Smartd439d282010-09-29 11:18:45 -040016183 list_del(&mb->list);
16184 list_add_tail(&mb->list, &mbox_cmd_list);
16185 }
16186 /* Clean up active mailbox command with the vport */
16187 mb = phba->sli.mbox_active;
16188 if (mb && (mb->vport == vport)) {
16189 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) ||
16190 (mb->u.mb.mbxCommand == MBX_REG_VPI))
16191 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16192 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
16193 act_mbx_ndlp = (struct lpfc_nodelist *)mb->context2;
16194 /* Put reference count for delayed processing */
16195 act_mbx_ndlp = lpfc_nlp_get(act_mbx_ndlp);
16196 /* Unregister the RPI when mailbox complete */
16197 mb->mbox_flag |= LPFC_MBX_IMED_UNREG;
16198 }
16199 }
James Smart63e801c2010-11-20 23:14:19 -050016200 /* Cleanup any mailbox completions which are not yet processed */
16201 do {
16202 restart_loop = 0;
16203 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
16204 /*
16205 * If this mailox is already processed or it is
16206 * for another vport ignore it.
16207 */
16208 if ((mb->vport != vport) ||
16209 (mb->mbox_flag & LPFC_MBX_IMED_UNREG))
16210 continue;
16211
16212 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) &&
16213 (mb->u.mb.mbxCommand != MBX_REG_VPI))
16214 continue;
16215
16216 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16217 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
16218 ndlp = (struct lpfc_nodelist *)mb->context2;
16219 /* Unregister the RPI when mailbox complete */
16220 mb->mbox_flag |= LPFC_MBX_IMED_UNREG;
16221 restart_loop = 1;
16222 spin_unlock_irq(&phba->hbalock);
16223 spin_lock(shost->host_lock);
16224 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
16225 spin_unlock(shost->host_lock);
16226 spin_lock_irq(&phba->hbalock);
16227 break;
16228 }
16229 }
16230 } while (restart_loop);
16231
James Smartd439d282010-09-29 11:18:45 -040016232 spin_unlock_irq(&phba->hbalock);
16233
16234 /* Release the cleaned-up mailbox commands */
16235 while (!list_empty(&mbox_cmd_list)) {
16236 list_remove_head(&mbox_cmd_list, mb, LPFC_MBOXQ_t, list);
James Smart695a8142010-01-26 23:08:03 -050016237 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
16238 mp = (struct lpfc_dmabuf *) (mb->context1);
16239 if (mp) {
16240 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
16241 kfree(mp);
16242 }
James Smart78730cf2010-04-06 15:06:30 -040016243 ndlp = (struct lpfc_nodelist *) mb->context2;
James Smartd439d282010-09-29 11:18:45 -040016244 mb->context2 = NULL;
James Smart78730cf2010-04-06 15:06:30 -040016245 if (ndlp) {
Dan Carpenterec21b3b2010-08-08 00:15:17 +020016246 spin_lock(shost->host_lock);
James Smart589a52d2010-07-14 15:30:54 -040016247 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
Dan Carpenterec21b3b2010-08-08 00:15:17 +020016248 spin_unlock(shost->host_lock);
James Smart78730cf2010-04-06 15:06:30 -040016249 lpfc_nlp_put(ndlp);
James Smart78730cf2010-04-06 15:06:30 -040016250 }
James Smart695a8142010-01-26 23:08:03 -050016251 }
James Smart695a8142010-01-26 23:08:03 -050016252 mempool_free(mb, phba->mbox_mem_pool);
16253 }
James Smartd439d282010-09-29 11:18:45 -040016254
16255 /* Release the ndlp with the cleaned-up active mailbox command */
16256 if (act_mbx_ndlp) {
16257 spin_lock(shost->host_lock);
16258 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
16259 spin_unlock(shost->host_lock);
16260 lpfc_nlp_put(act_mbx_ndlp);
James Smart695a8142010-01-26 23:08:03 -050016261 }
James Smart695a8142010-01-26 23:08:03 -050016262}
16263
James Smart2a9bf3d2010-06-07 15:24:45 -040016264/**
16265 * lpfc_drain_txq - Drain the txq
16266 * @phba: Pointer to HBA context object.
16267 *
16268 * This function attempt to submit IOCBs on the txq
16269 * to the adapter. For SLI4 adapters, the txq contains
16270 * ELS IOCBs that have been deferred because the there
16271 * are no SGLs. This congestion can occur with large
16272 * vport counts during node discovery.
16273 **/
16274
16275uint32_t
16276lpfc_drain_txq(struct lpfc_hba *phba)
16277{
16278 LIST_HEAD(completions);
16279 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
16280 struct lpfc_iocbq *piocbq = 0;
16281 unsigned long iflags = 0;
16282 char *fail_msg = NULL;
16283 struct lpfc_sglq *sglq;
16284 union lpfc_wqe wqe;
James Smart0e9bb8d2013-03-01 16:35:12 -050016285 int txq_cnt = 0;
James Smart2a9bf3d2010-06-07 15:24:45 -040016286
16287 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart0e9bb8d2013-03-01 16:35:12 -050016288 list_for_each_entry(piocbq, &pring->txq, list) {
16289 txq_cnt++;
16290 }
16291
16292 if (txq_cnt > pring->txq_max)
16293 pring->txq_max = txq_cnt;
James Smart2a9bf3d2010-06-07 15:24:45 -040016294
16295 spin_unlock_irqrestore(&phba->hbalock, iflags);
16296
James Smart0e9bb8d2013-03-01 16:35:12 -050016297 while (!list_empty(&pring->txq)) {
James Smart2a9bf3d2010-06-07 15:24:45 -040016298 spin_lock_irqsave(&phba->hbalock, iflags);
16299
James Smart19ca7602010-11-20 23:11:55 -050016300 piocbq = lpfc_sli_ringtx_get(phba, pring);
James Smarta6298522012-06-12 13:54:11 -040016301 if (!piocbq) {
16302 spin_unlock_irqrestore(&phba->hbalock, iflags);
16303 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
16304 "2823 txq empty and txq_cnt is %d\n ",
James Smart0e9bb8d2013-03-01 16:35:12 -050016305 txq_cnt);
James Smarta6298522012-06-12 13:54:11 -040016306 break;
16307 }
James Smart19ca7602010-11-20 23:11:55 -050016308 sglq = __lpfc_sli_get_sglq(phba, piocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -040016309 if (!sglq) {
James Smart19ca7602010-11-20 23:11:55 -050016310 __lpfc_sli_ringtx_put(phba, pring, piocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -040016311 spin_unlock_irqrestore(&phba->hbalock, iflags);
16312 break;
James Smart2a9bf3d2010-06-07 15:24:45 -040016313 }
James Smart0e9bb8d2013-03-01 16:35:12 -050016314 txq_cnt--;
James Smart2a9bf3d2010-06-07 15:24:45 -040016315
16316 /* The xri and iocb resources secured,
16317 * attempt to issue request
16318 */
James Smart6d368e52011-05-24 11:44:12 -040016319 piocbq->sli4_lxritag = sglq->sli4_lxritag;
James Smart2a9bf3d2010-06-07 15:24:45 -040016320 piocbq->sli4_xritag = sglq->sli4_xritag;
16321 if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocbq, sglq))
16322 fail_msg = "to convert bpl to sgl";
16323 else if (lpfc_sli4_iocb2wqe(phba, piocbq, &wqe))
16324 fail_msg = "to convert iocb to wqe";
16325 else if (lpfc_sli4_wq_put(phba->sli4_hba.els_wq, &wqe))
16326 fail_msg = " - Wq is full";
16327 else
16328 lpfc_sli_ringtxcmpl_put(phba, pring, piocbq);
16329
16330 if (fail_msg) {
16331 /* Failed means we can't issue and need to cancel */
16332 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
16333 "2822 IOCB failed %s iotag 0x%x "
16334 "xri 0x%x\n",
16335 fail_msg,
16336 piocbq->iotag, piocbq->sli4_xritag);
16337 list_add_tail(&piocbq->list, &completions);
16338 }
16339 spin_unlock_irqrestore(&phba->hbalock, iflags);
16340 }
16341
James Smart2a9bf3d2010-06-07 15:24:45 -040016342 /* Cancel all the IOCBs that cannot be issued */
16343 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
16344 IOERR_SLI_ABORTED);
16345
James Smart0e9bb8d2013-03-01 16:35:12 -050016346 return txq_cnt;
James Smart2a9bf3d2010-06-07 15:24:45 -040016347}