blob: a36a8c7c0a3e2ac82955152650ae7af501e07bcd [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;
James Smart256ec0d2013-04-17 20:14:58 -0400670 next_time = jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov + 1));
James Smart19ca7602010-11-20 23:11:55 -0500671 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;
James Smart256ec0d2013-04-17 20:14:58 -0400785 next_time = jiffies + msecs_to_jiffies(1000 * (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;
James Smart256ec0d2013-04-17 20:14:58 -0400881 rrq->rrq_stop_time = jiffies +
882 msecs_to_jiffies(1000 * (phba->fc_ratov + 1));
James Smartb42c07c2012-01-18 16:25:55 -0500883 rrq->ndlp = ndlp;
884 rrq->nlp_DID = ndlp->nlp_DID;
885 rrq->vport = ndlp->vport;
886 rrq->rxid = rxid;
James Smartb42c07c2012-01-18 16:25:55 -0500887 spin_lock_irqsave(&phba->hbalock, iflags);
888 empty = list_empty(&phba->active_rrq_list);
889 list_add_tail(&rrq->list, &phba->active_rrq_list);
890 phba->hba_flag |= HBA_RRQ_ACTIVE;
891 if (empty)
892 lpfc_worker_wake_up(phba);
893 spin_unlock_irqrestore(&phba->hbalock, iflags);
894 return 0;
895out:
896 spin_unlock_irqrestore(&phba->hbalock, iflags);
897 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
898 "2921 Can't set rrq active xri:0x%x rxid:0x%x"
899 " DID:0x%x Send:%d\n",
900 xritag, rxid, ndlp->nlp_DID, send_rrq);
901 return -EINVAL;
James Smart19ca7602010-11-20 23:11:55 -0500902}
903
904/**
James Smartda0436e2009-05-22 14:51:39 -0400905 * __lpfc_sli_get_sglq - Allocates an iocb object from sgl pool
906 * @phba: Pointer to HBA context object.
James Smart19ca7602010-11-20 23:11:55 -0500907 * @piocb: Pointer to the iocbq.
James Smartda0436e2009-05-22 14:51:39 -0400908 *
909 * This function is called with hbalock held. This function
James Smart6d368e52011-05-24 11:44:12 -0400910 * gets a new driver sglq object from the sglq list. If the
James Smartda0436e2009-05-22 14:51:39 -0400911 * list is not empty then it is successful, it returns pointer to the newly
912 * allocated sglq object else it returns NULL.
913 **/
914static struct lpfc_sglq *
James Smart19ca7602010-11-20 23:11:55 -0500915__lpfc_sli_get_sglq(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq)
James Smartda0436e2009-05-22 14:51:39 -0400916{
917 struct list_head *lpfc_sgl_list = &phba->sli4_hba.lpfc_sgl_list;
918 struct lpfc_sglq *sglq = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500919 struct lpfc_sglq *start_sglq = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500920 struct lpfc_scsi_buf *lpfc_cmd;
921 struct lpfc_nodelist *ndlp;
922 int found = 0;
923
924 if (piocbq->iocb_flag & LPFC_IO_FCP) {
925 lpfc_cmd = (struct lpfc_scsi_buf *) piocbq->context1;
926 ndlp = lpfc_cmd->rdata->pnode;
James Smartbe858b62010-12-15 17:57:20 -0500927 } else if ((piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) &&
928 !(piocbq->iocb_flag & LPFC_IO_LIBDFC))
James Smart19ca7602010-11-20 23:11:55 -0500929 ndlp = piocbq->context_un.ndlp;
James Smartd5ce53b2013-04-17 20:17:26 -0400930 else if (piocbq->iocb_flag & LPFC_IO_LIBDFC)
James Smart93d1379e2012-05-09 21:19:34 -0400931 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
James Smart4f774512009-05-22 14:52:35 -04001015 if (sglq) {
James Smart0f65ff62010-02-26 14:14:23 -05001016 if ((iocbq->iocb_flag & LPFC_EXCHANGE_BUSY) &&
1017 (sglq->state != SGL_XRI_ABORTED)) {
James Smart4f774512009-05-22 14:52:35 -04001018 spin_lock_irqsave(&phba->sli4_hba.abts_sgl_list_lock,
1019 iflag);
1020 list_add(&sglq->list,
1021 &phba->sli4_hba.lpfc_abts_els_sgl_list);
1022 spin_unlock_irqrestore(
1023 &phba->sli4_hba.abts_sgl_list_lock, iflag);
James Smart0f65ff62010-02-26 14:14:23 -05001024 } else {
1025 sglq->state = SGL_FREED;
James Smart19ca7602010-11-20 23:11:55 -05001026 sglq->ndlp = NULL;
James Smartfedd3b72011-02-16 12:39:24 -05001027 list_add_tail(&sglq->list,
1028 &phba->sli4_hba.lpfc_sgl_list);
James Smart2a9bf3d2010-06-07 15:24:45 -04001029
1030 /* Check if TXQ queue needs to be serviced */
James Smart0e9bb8d2013-03-01 16:35:12 -05001031 if (!list_empty(&pring->txq))
James Smart2a9bf3d2010-06-07 15:24:45 -04001032 lpfc_worker_wake_up(phba);
James Smart0f65ff62010-02-26 14:14:23 -05001033 }
James Smart4f774512009-05-22 14:52:35 -04001034 }
1035
1036
1037 /*
1038 * Clean all volatile data fields, preserve iotag and node struct.
1039 */
1040 memset((char *)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean);
James Smart6d368e52011-05-24 11:44:12 -04001041 iocbq->sli4_lxritag = NO_XRI;
James Smart4f774512009-05-22 14:52:35 -04001042 iocbq->sli4_xritag = NO_XRI;
1043 list_add_tail(&iocbq->list, &phba->lpfc_iocb_list);
1044}
1045
James Smart2a9bf3d2010-06-07 15:24:45 -04001046
James Smart4f774512009-05-22 14:52:35 -04001047/**
James Smart3772a992009-05-22 14:50:54 -04001048 * __lpfc_sli_release_iocbq_s3 - Release iocb to the iocb pool
1049 * @phba: Pointer to HBA context object.
1050 * @iocbq: Pointer to driver iocb object.
1051 *
1052 * This function is called with hbalock held to release driver
1053 * iocb object to the iocb pool. The iotag in the iocb object
1054 * does not change for each use of the iocb object. This function
1055 * clears all other fields of the iocb object when it is freed.
1056 **/
1057static void
1058__lpfc_sli_release_iocbq_s3(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1059{
1060 size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
1061
James Smart0e9bb8d2013-03-01 16:35:12 -05001062
1063 /*
James Smart3772a992009-05-22 14:50:54 -04001064 * Clean all volatile data fields, preserve iotag and node struct.
1065 */
1066 memset((char*)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean);
1067 iocbq->sli4_xritag = NO_XRI;
1068 list_add_tail(&iocbq->list, &phba->lpfc_iocb_list);
1069}
1070
1071/**
James Smart3621a712009-04-06 18:47:14 -04001072 * __lpfc_sli_release_iocbq - Release iocb to the iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001073 * @phba: Pointer to HBA context object.
1074 * @iocbq: Pointer to driver iocb object.
1075 *
1076 * This function is called with hbalock held to release driver
1077 * iocb object to the iocb pool. The iotag in the iocb object
1078 * does not change for each use of the iocb object. This function
1079 * clears all other fields of the iocb object when it is freed.
1080 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001081static void
James Smart2e0fef82007-06-17 19:56:36 -05001082__lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1083{
James Smart3772a992009-05-22 14:50:54 -04001084 phba->__lpfc_sli_release_iocbq(phba, iocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -04001085 phba->iocb_cnt--;
James Bottomley604a3e32005-10-29 10:28:33 -05001086}
1087
James Smarte59058c2008-08-24 21:49:00 -04001088/**
James Smart3621a712009-04-06 18:47:14 -04001089 * lpfc_sli_release_iocbq - Release iocb to the iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001090 * @phba: Pointer to HBA context object.
1091 * @iocbq: Pointer to driver iocb object.
1092 *
1093 * This function is called with no lock held to release the iocb to
1094 * iocb pool.
1095 **/
James Smart2e0fef82007-06-17 19:56:36 -05001096void
1097lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1098{
1099 unsigned long iflags;
1100
1101 /*
1102 * Clean all volatile data fields, preserve iotag and node struct.
1103 */
1104 spin_lock_irqsave(&phba->hbalock, iflags);
1105 __lpfc_sli_release_iocbq(phba, iocbq);
1106 spin_unlock_irqrestore(&phba->hbalock, iflags);
1107}
1108
James Smarte59058c2008-08-24 21:49:00 -04001109/**
James Smarta257bf92009-04-06 18:48:10 -04001110 * lpfc_sli_cancel_iocbs - Cancel all iocbs from a list.
1111 * @phba: Pointer to HBA context object.
1112 * @iocblist: List of IOCBs.
1113 * @ulpstatus: ULP status in IOCB command field.
1114 * @ulpWord4: ULP word-4 in IOCB command field.
1115 *
1116 * This function is called with a list of IOCBs to cancel. It cancels the IOCB
1117 * on the list by invoking the complete callback function associated with the
1118 * IOCB with the provided @ulpstatus and @ulpword4 set to the IOCB commond
1119 * fields.
1120 **/
1121void
1122lpfc_sli_cancel_iocbs(struct lpfc_hba *phba, struct list_head *iocblist,
1123 uint32_t ulpstatus, uint32_t ulpWord4)
1124{
1125 struct lpfc_iocbq *piocb;
1126
1127 while (!list_empty(iocblist)) {
1128 list_remove_head(iocblist, piocb, struct lpfc_iocbq, list);
James Smarta257bf92009-04-06 18:48:10 -04001129 if (!piocb->iocb_cmpl)
1130 lpfc_sli_release_iocbq(phba, piocb);
1131 else {
1132 piocb->iocb.ulpStatus = ulpstatus;
1133 piocb->iocb.un.ulpWord[4] = ulpWord4;
1134 (piocb->iocb_cmpl) (phba, piocb, piocb);
1135 }
1136 }
1137 return;
1138}
1139
1140/**
James Smart3621a712009-04-06 18:47:14 -04001141 * lpfc_sli_iocb_cmd_type - Get the iocb type
1142 * @iocb_cmnd: iocb command code.
James Smarte59058c2008-08-24 21:49:00 -04001143 *
1144 * This function is called by ring event handler function to get the iocb type.
1145 * This function translates the iocb command to an iocb command type used to
1146 * decide the final disposition of each completed IOCB.
1147 * The function returns
1148 * LPFC_UNKNOWN_IOCB if it is an unsupported iocb
1149 * LPFC_SOL_IOCB if it is a solicited iocb completion
1150 * LPFC_ABORT_IOCB if it is an abort iocb
1151 * LPFC_UNSOL_IOCB if it is an unsolicited iocb
1152 *
1153 * The caller is not required to hold any lock.
1154 **/
dea31012005-04-17 16:05:31 -05001155static lpfc_iocb_type
1156lpfc_sli_iocb_cmd_type(uint8_t iocb_cmnd)
1157{
1158 lpfc_iocb_type type = LPFC_UNKNOWN_IOCB;
1159
1160 if (iocb_cmnd > CMD_MAX_IOCB_CMD)
1161 return 0;
1162
1163 switch (iocb_cmnd) {
1164 case CMD_XMIT_SEQUENCE_CR:
1165 case CMD_XMIT_SEQUENCE_CX:
1166 case CMD_XMIT_BCAST_CN:
1167 case CMD_XMIT_BCAST_CX:
1168 case CMD_ELS_REQUEST_CR:
1169 case CMD_ELS_REQUEST_CX:
1170 case CMD_CREATE_XRI_CR:
1171 case CMD_CREATE_XRI_CX:
1172 case CMD_GET_RPI_CN:
1173 case CMD_XMIT_ELS_RSP_CX:
1174 case CMD_GET_RPI_CR:
1175 case CMD_FCP_IWRITE_CR:
1176 case CMD_FCP_IWRITE_CX:
1177 case CMD_FCP_IREAD_CR:
1178 case CMD_FCP_IREAD_CX:
1179 case CMD_FCP_ICMND_CR:
1180 case CMD_FCP_ICMND_CX:
James Smartf5603512006-12-02 13:35:43 -05001181 case CMD_FCP_TSEND_CX:
1182 case CMD_FCP_TRSP_CX:
1183 case CMD_FCP_TRECEIVE_CX:
1184 case CMD_FCP_AUTO_TRSP_CX:
dea31012005-04-17 16:05:31 -05001185 case CMD_ADAPTER_MSG:
1186 case CMD_ADAPTER_DUMP:
1187 case CMD_XMIT_SEQUENCE64_CR:
1188 case CMD_XMIT_SEQUENCE64_CX:
1189 case CMD_XMIT_BCAST64_CN:
1190 case CMD_XMIT_BCAST64_CX:
1191 case CMD_ELS_REQUEST64_CR:
1192 case CMD_ELS_REQUEST64_CX:
1193 case CMD_FCP_IWRITE64_CR:
1194 case CMD_FCP_IWRITE64_CX:
1195 case CMD_FCP_IREAD64_CR:
1196 case CMD_FCP_IREAD64_CX:
1197 case CMD_FCP_ICMND64_CR:
1198 case CMD_FCP_ICMND64_CX:
James Smartf5603512006-12-02 13:35:43 -05001199 case CMD_FCP_TSEND64_CX:
1200 case CMD_FCP_TRSP64_CX:
1201 case CMD_FCP_TRECEIVE64_CX:
dea31012005-04-17 16:05:31 -05001202 case CMD_GEN_REQUEST64_CR:
1203 case CMD_GEN_REQUEST64_CX:
1204 case CMD_XMIT_ELS_RSP64_CX:
James Smartda0436e2009-05-22 14:51:39 -04001205 case DSSCMD_IWRITE64_CR:
1206 case DSSCMD_IWRITE64_CX:
1207 case DSSCMD_IREAD64_CR:
1208 case DSSCMD_IREAD64_CX:
dea31012005-04-17 16:05:31 -05001209 type = LPFC_SOL_IOCB;
1210 break;
1211 case CMD_ABORT_XRI_CN:
1212 case CMD_ABORT_XRI_CX:
1213 case CMD_CLOSE_XRI_CN:
1214 case CMD_CLOSE_XRI_CX:
1215 case CMD_XRI_ABORTED_CX:
1216 case CMD_ABORT_MXRI64_CN:
James Smart6669f9b2009-10-02 15:16:45 -04001217 case CMD_XMIT_BLS_RSP64_CX:
dea31012005-04-17 16:05:31 -05001218 type = LPFC_ABORT_IOCB;
1219 break;
1220 case CMD_RCV_SEQUENCE_CX:
1221 case CMD_RCV_ELS_REQ_CX:
1222 case CMD_RCV_SEQUENCE64_CX:
1223 case CMD_RCV_ELS_REQ64_CX:
James Smart57127f12007-10-27 13:37:05 -04001224 case CMD_ASYNC_STATUS:
James Smarted957682007-06-17 19:56:37 -05001225 case CMD_IOCB_RCV_SEQ64_CX:
1226 case CMD_IOCB_RCV_ELS64_CX:
1227 case CMD_IOCB_RCV_CONT64_CX:
James Smart3163f722008-02-08 18:50:25 -05001228 case CMD_IOCB_RET_XRI64_CX:
dea31012005-04-17 16:05:31 -05001229 type = LPFC_UNSOL_IOCB;
1230 break;
James Smart3163f722008-02-08 18:50:25 -05001231 case CMD_IOCB_XMIT_MSEQ64_CR:
1232 case CMD_IOCB_XMIT_MSEQ64_CX:
1233 case CMD_IOCB_RCV_SEQ_LIST64_CX:
1234 case CMD_IOCB_RCV_ELS_LIST64_CX:
1235 case CMD_IOCB_CLOSE_EXTENDED_CN:
1236 case CMD_IOCB_ABORT_EXTENDED_CN:
1237 case CMD_IOCB_RET_HBQE64_CN:
1238 case CMD_IOCB_FCP_IBIDIR64_CR:
1239 case CMD_IOCB_FCP_IBIDIR64_CX:
1240 case CMD_IOCB_FCP_ITASKMGT64_CX:
1241 case CMD_IOCB_LOGENTRY_CN:
1242 case CMD_IOCB_LOGENTRY_ASYNC_CN:
1243 printk("%s - Unhandled SLI-3 Command x%x\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07001244 __func__, iocb_cmnd);
James Smart3163f722008-02-08 18:50:25 -05001245 type = LPFC_UNKNOWN_IOCB;
1246 break;
dea31012005-04-17 16:05:31 -05001247 default:
1248 type = LPFC_UNKNOWN_IOCB;
1249 break;
1250 }
1251
1252 return type;
1253}
1254
James Smarte59058c2008-08-24 21:49:00 -04001255/**
James Smart3621a712009-04-06 18:47:14 -04001256 * lpfc_sli_ring_map - Issue config_ring mbox for all rings
James Smarte59058c2008-08-24 21:49:00 -04001257 * @phba: Pointer to HBA context object.
1258 *
1259 * This function is called from SLI initialization code
1260 * to configure every ring of the HBA's SLI interface. The
1261 * caller is not required to hold any lock. This function issues
1262 * a config_ring mailbox command for each ring.
1263 * This function returns zero if successful else returns a negative
1264 * error code.
1265 **/
dea31012005-04-17 16:05:31 -05001266static int
James Smarted957682007-06-17 19:56:37 -05001267lpfc_sli_ring_map(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05001268{
1269 struct lpfc_sli *psli = &phba->sli;
James Smarted957682007-06-17 19:56:37 -05001270 LPFC_MBOXQ_t *pmb;
1271 MAILBOX_t *pmbox;
1272 int i, rc, ret = 0;
dea31012005-04-17 16:05:31 -05001273
James Smarted957682007-06-17 19:56:37 -05001274 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1275 if (!pmb)
1276 return -ENOMEM;
James Smart04c68492009-05-22 14:52:52 -04001277 pmbox = &pmb->u.mb;
James Smarted957682007-06-17 19:56:37 -05001278 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -05001279 for (i = 0; i < psli->num_rings; i++) {
dea31012005-04-17 16:05:31 -05001280 lpfc_config_ring(phba, i, pmb);
1281 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
1282 if (rc != MBX_SUCCESS) {
James Smart92d7f7b2007-06-17 19:56:38 -05001283 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04001284 "0446 Adapter failed to init (%d), "
dea31012005-04-17 16:05:31 -05001285 "mbxCmd x%x CFG_RING, mbxStatus x%x, "
1286 "ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04001287 rc, pmbox->mbxCommand,
1288 pmbox->mbxStatus, i);
James Smart2e0fef82007-06-17 19:56:36 -05001289 phba->link_state = LPFC_HBA_ERROR;
James Smarted957682007-06-17 19:56:37 -05001290 ret = -ENXIO;
1291 break;
dea31012005-04-17 16:05:31 -05001292 }
1293 }
James Smarted957682007-06-17 19:56:37 -05001294 mempool_free(pmb, phba->mbox_mem_pool);
1295 return ret;
dea31012005-04-17 16:05:31 -05001296}
1297
James Smarte59058c2008-08-24 21:49:00 -04001298/**
James Smart3621a712009-04-06 18:47:14 -04001299 * lpfc_sli_ringtxcmpl_put - Adds new iocb to the txcmplq
James Smarte59058c2008-08-24 21:49:00 -04001300 * @phba: Pointer to HBA context object.
1301 * @pring: Pointer to driver SLI ring object.
1302 * @piocb: Pointer to the driver iocb object.
1303 *
1304 * This function is called with hbalock held. The function adds the
1305 * new iocb to txcmplq of the given ring. This function always returns
1306 * 0. If this function is called for ELS ring, this function checks if
1307 * there is a vport associated with the ELS command. This function also
1308 * starts els_tmofunc timer if this is an ELS command.
1309 **/
dea31012005-04-17 16:05:31 -05001310static int
James Smart2e0fef82007-06-17 19:56:36 -05001311lpfc_sli_ringtxcmpl_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
1312 struct lpfc_iocbq *piocb)
dea31012005-04-17 16:05:31 -05001313{
dea31012005-04-17 16:05:31 -05001314 list_add_tail(&piocb->list, &pring->txcmplq);
James Smart4f2e66c2012-05-09 21:17:07 -04001315 piocb->iocb_flag |= LPFC_IO_ON_TXCMPLQ;
James Smart2a9bf3d2010-06-07 15:24:45 -04001316
James Smart92d7f7b2007-06-17 19:56:38 -05001317 if ((unlikely(pring->ringno == LPFC_ELS_RING)) &&
1318 (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) &&
1319 (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) {
1320 if (!piocb->vport)
1321 BUG();
1322 else
1323 mod_timer(&piocb->vport->els_tmofunc,
James Smart256ec0d2013-04-17 20:14:58 -04001324 jiffies +
1325 msecs_to_jiffies(1000 * (phba->fc_ratov << 1)));
James Smart92d7f7b2007-06-17 19:56:38 -05001326 }
1327
dea31012005-04-17 16:05:31 -05001328
James Smart2e0fef82007-06-17 19:56:36 -05001329 return 0;
dea31012005-04-17 16:05:31 -05001330}
1331
James Smarte59058c2008-08-24 21:49:00 -04001332/**
James Smart3621a712009-04-06 18:47:14 -04001333 * lpfc_sli_ringtx_get - Get first element of the txq
James Smarte59058c2008-08-24 21:49:00 -04001334 * @phba: Pointer to HBA context object.
1335 * @pring: Pointer to driver SLI ring object.
1336 *
1337 * This function is called with hbalock held to get next
1338 * iocb in txq of the given ring. If there is any iocb in
1339 * the txq, the function returns first iocb in the list after
1340 * removing the iocb from the list, else it returns NULL.
1341 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04001342struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -05001343lpfc_sli_ringtx_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001344{
dea31012005-04-17 16:05:31 -05001345 struct lpfc_iocbq *cmd_iocb;
1346
James Smart858c9f62007-06-17 19:56:39 -05001347 list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list);
James Smart2e0fef82007-06-17 19:56:36 -05001348 return cmd_iocb;
dea31012005-04-17 16:05:31 -05001349}
1350
James Smarte59058c2008-08-24 21:49:00 -04001351/**
James Smart3621a712009-04-06 18:47:14 -04001352 * lpfc_sli_next_iocb_slot - Get next iocb slot in the ring
James Smarte59058c2008-08-24 21:49:00 -04001353 * @phba: Pointer to HBA context object.
1354 * @pring: Pointer to driver SLI ring object.
1355 *
1356 * This function is called with hbalock held and the caller must post the
1357 * iocb without releasing the lock. If the caller releases the lock,
1358 * iocb slot returned by the function is not guaranteed to be available.
1359 * The function returns pointer to the next available iocb slot if there
1360 * is available slot in the ring, else it returns NULL.
1361 * If the get index of the ring is ahead of the put index, the function
1362 * will post an error attention event to the worker thread to take the
1363 * HBA to offline state.
1364 **/
dea31012005-04-17 16:05:31 -05001365static IOCB_t *
1366lpfc_sli_next_iocb_slot (struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
1367{
James Smart34b02dc2008-08-24 21:49:55 -04001368 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
James Smart7e56aa22012-08-03 12:35:34 -04001369 uint32_t max_cmd_idx = pring->sli.sli3.numCiocb;
1370 if ((pring->sli.sli3.next_cmdidx == pring->sli.sli3.cmdidx) &&
1371 (++pring->sli.sli3.next_cmdidx >= max_cmd_idx))
1372 pring->sli.sli3.next_cmdidx = 0;
dea31012005-04-17 16:05:31 -05001373
James Smart7e56aa22012-08-03 12:35:34 -04001374 if (unlikely(pring->sli.sli3.local_getidx ==
1375 pring->sli.sli3.next_cmdidx)) {
dea31012005-04-17 16:05:31 -05001376
James Smart7e56aa22012-08-03 12:35:34 -04001377 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05001378
James Smart7e56aa22012-08-03 12:35:34 -04001379 if (unlikely(pring->sli.sli3.local_getidx >= max_cmd_idx)) {
dea31012005-04-17 16:05:31 -05001380 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04001381 "0315 Ring %d issue: portCmdGet %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02001382 "is bigger than cmd ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04001383 pring->ringno,
James Smart7e56aa22012-08-03 12:35:34 -04001384 pring->sli.sli3.local_getidx,
1385 max_cmd_idx);
dea31012005-04-17 16:05:31 -05001386
James Smart2e0fef82007-06-17 19:56:36 -05001387 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001388 /*
1389 * All error attention handlers are posted to
1390 * worker thread
1391 */
1392 phba->work_ha |= HA_ERATT;
1393 phba->work_hs = HS_FFER3;
James Smart92d7f7b2007-06-17 19:56:38 -05001394
James Smart5e9d9b82008-06-14 22:52:53 -04001395 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05001396
1397 return NULL;
1398 }
1399
James Smart7e56aa22012-08-03 12:35:34 -04001400 if (pring->sli.sli3.local_getidx == pring->sli.sli3.next_cmdidx)
dea31012005-04-17 16:05:31 -05001401 return NULL;
1402 }
1403
James Smarted957682007-06-17 19:56:37 -05001404 return lpfc_cmd_iocb(phba, pring);
dea31012005-04-17 16:05:31 -05001405}
1406
James Smarte59058c2008-08-24 21:49:00 -04001407/**
James Smart3621a712009-04-06 18:47:14 -04001408 * lpfc_sli_next_iotag - Get an iotag for the iocb
James Smarte59058c2008-08-24 21:49:00 -04001409 * @phba: Pointer to HBA context object.
1410 * @iocbq: Pointer to driver iocb object.
1411 *
1412 * This function gets an iotag for the iocb. If there is no unused iotag and
1413 * the iocbq_lookup_len < 0xffff, this function allocates a bigger iotag_lookup
1414 * array and assigns a new iotag.
1415 * The function returns the allocated iotag if successful, else returns zero.
1416 * Zero is not a valid iotag.
1417 * The caller is not required to hold any lock.
1418 **/
James Bottomley604a3e32005-10-29 10:28:33 -05001419uint16_t
James Smart2e0fef82007-06-17 19:56:36 -05001420lpfc_sli_next_iotag(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
dea31012005-04-17 16:05:31 -05001421{
James Smart2e0fef82007-06-17 19:56:36 -05001422 struct lpfc_iocbq **new_arr;
1423 struct lpfc_iocbq **old_arr;
James Bottomley604a3e32005-10-29 10:28:33 -05001424 size_t new_len;
1425 struct lpfc_sli *psli = &phba->sli;
1426 uint16_t iotag;
dea31012005-04-17 16:05:31 -05001427
James Smart2e0fef82007-06-17 19:56:36 -05001428 spin_lock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001429 iotag = psli->last_iotag;
1430 if(++iotag < psli->iocbq_lookup_len) {
1431 psli->last_iotag = iotag;
1432 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001433 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001434 iocbq->iotag = iotag;
1435 return iotag;
James Smart2e0fef82007-06-17 19:56:36 -05001436 } else if (psli->iocbq_lookup_len < (0xffff
James Bottomley604a3e32005-10-29 10:28:33 -05001437 - LPFC_IOCBQ_LOOKUP_INCREMENT)) {
1438 new_len = psli->iocbq_lookup_len + LPFC_IOCBQ_LOOKUP_INCREMENT;
James Smart2e0fef82007-06-17 19:56:36 -05001439 spin_unlock_irq(&phba->hbalock);
1440 new_arr = kzalloc(new_len * sizeof (struct lpfc_iocbq *),
James Bottomley604a3e32005-10-29 10:28:33 -05001441 GFP_KERNEL);
1442 if (new_arr) {
James Smart2e0fef82007-06-17 19:56:36 -05001443 spin_lock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001444 old_arr = psli->iocbq_lookup;
1445 if (new_len <= psli->iocbq_lookup_len) {
1446 /* highly unprobable case */
1447 kfree(new_arr);
1448 iotag = psli->last_iotag;
1449 if(++iotag < psli->iocbq_lookup_len) {
1450 psli->last_iotag = iotag;
1451 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001452 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001453 iocbq->iotag = iotag;
1454 return iotag;
1455 }
James Smart2e0fef82007-06-17 19:56:36 -05001456 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001457 return 0;
1458 }
1459 if (psli->iocbq_lookup)
1460 memcpy(new_arr, old_arr,
1461 ((psli->last_iotag + 1) *
James Smart311464e2007-08-02 11:10:37 -04001462 sizeof (struct lpfc_iocbq *)));
James Bottomley604a3e32005-10-29 10:28:33 -05001463 psli->iocbq_lookup = new_arr;
1464 psli->iocbq_lookup_len = new_len;
1465 psli->last_iotag = iotag;
1466 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001467 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001468 iocbq->iotag = iotag;
1469 kfree(old_arr);
1470 return iotag;
1471 }
James Smart8f6d98d2006-08-01 07:34:00 -04001472 } else
James Smart2e0fef82007-06-17 19:56:36 -05001473 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001474
James Smartbc739052010-08-04 16:11:18 -04001475 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04001476 "0318 Failed to allocate IOTAG.last IOTAG is %d\n",
1477 psli->last_iotag);
dea31012005-04-17 16:05:31 -05001478
James Bottomley604a3e32005-10-29 10:28:33 -05001479 return 0;
dea31012005-04-17 16:05:31 -05001480}
1481
James Smarte59058c2008-08-24 21:49:00 -04001482/**
James Smart3621a712009-04-06 18:47:14 -04001483 * lpfc_sli_submit_iocb - Submit an iocb to the firmware
James Smarte59058c2008-08-24 21:49:00 -04001484 * @phba: Pointer to HBA context object.
1485 * @pring: Pointer to driver SLI ring object.
1486 * @iocb: Pointer to iocb slot in the ring.
1487 * @nextiocb: Pointer to driver iocb object which need to be
1488 * posted to firmware.
1489 *
1490 * This function is called with hbalock held to post a new iocb to
1491 * the firmware. This function copies the new iocb to ring iocb slot and
1492 * updates the ring pointers. It adds the new iocb to txcmplq if there is
1493 * a completion call back for this iocb else the function will free the
1494 * iocb object.
1495 **/
dea31012005-04-17 16:05:31 -05001496static void
1497lpfc_sli_submit_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
1498 IOCB_t *iocb, struct lpfc_iocbq *nextiocb)
1499{
1500 /*
James Bottomley604a3e32005-10-29 10:28:33 -05001501 * Set up an iotag
dea31012005-04-17 16:05:31 -05001502 */
James Bottomley604a3e32005-10-29 10:28:33 -05001503 nextiocb->iocb.ulpIoTag = (nextiocb->iocb_cmpl) ? nextiocb->iotag : 0;
dea31012005-04-17 16:05:31 -05001504
James Smarte2a0a9d2008-12-04 22:40:02 -05001505
James Smarta58cbd52007-08-02 11:09:43 -04001506 if (pring->ringno == LPFC_ELS_RING) {
1507 lpfc_debugfs_slow_ring_trc(phba,
1508 "IOCB cmd ring: wd4:x%08x wd6:x%08x wd7:x%08x",
1509 *(((uint32_t *) &nextiocb->iocb) + 4),
1510 *(((uint32_t *) &nextiocb->iocb) + 6),
1511 *(((uint32_t *) &nextiocb->iocb) + 7));
1512 }
1513
dea31012005-04-17 16:05:31 -05001514 /*
1515 * Issue iocb command to adapter
1516 */
James Smart92d7f7b2007-06-17 19:56:38 -05001517 lpfc_sli_pcimem_bcopy(&nextiocb->iocb, iocb, phba->iocb_cmd_size);
dea31012005-04-17 16:05:31 -05001518 wmb();
1519 pring->stats.iocb_cmd++;
1520
1521 /*
1522 * If there is no completion routine to call, we can release the
1523 * IOCB buffer back right now. For IOCBs, like QUE_RING_BUF,
1524 * that have no rsp ring completion, iocb_cmpl MUST be NULL.
1525 */
1526 if (nextiocb->iocb_cmpl)
1527 lpfc_sli_ringtxcmpl_put(phba, pring, nextiocb);
James Bottomley604a3e32005-10-29 10:28:33 -05001528 else
James Smart2e0fef82007-06-17 19:56:36 -05001529 __lpfc_sli_release_iocbq(phba, nextiocb);
dea31012005-04-17 16:05:31 -05001530
1531 /*
1532 * Let the HBA know what IOCB slot will be the next one the
1533 * driver will put a command into.
1534 */
James Smart7e56aa22012-08-03 12:35:34 -04001535 pring->sli.sli3.cmdidx = pring->sli.sli3.next_cmdidx;
1536 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx);
dea31012005-04-17 16:05:31 -05001537}
1538
James Smarte59058c2008-08-24 21:49:00 -04001539/**
James Smart3621a712009-04-06 18:47:14 -04001540 * lpfc_sli_update_full_ring - Update the chip attention register
James Smarte59058c2008-08-24 21:49:00 -04001541 * @phba: Pointer to HBA context object.
1542 * @pring: Pointer to driver SLI ring object.
1543 *
1544 * The caller is not required to hold any lock for calling this function.
1545 * This function updates the chip attention bits for the ring to inform firmware
1546 * that there are pending work to be done for this ring and requests an
1547 * interrupt when there is space available in the ring. This function is
1548 * called when the driver is unable to post more iocbs to the ring due
1549 * to unavailability of space in the ring.
1550 **/
dea31012005-04-17 16:05:31 -05001551static void
James Smart2e0fef82007-06-17 19:56:36 -05001552lpfc_sli_update_full_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001553{
1554 int ringno = pring->ringno;
1555
1556 pring->flag |= LPFC_CALL_RING_AVAILABLE;
1557
1558 wmb();
1559
1560 /*
1561 * Set ring 'ringno' to SET R0CE_REQ in Chip Att register.
1562 * The HBA will tell us when an IOCB entry is available.
1563 */
1564 writel((CA_R0ATT|CA_R0CE_REQ) << (ringno*4), phba->CAregaddr);
1565 readl(phba->CAregaddr); /* flush */
1566
1567 pring->stats.iocb_cmd_full++;
1568}
1569
James Smarte59058c2008-08-24 21:49:00 -04001570/**
James Smart3621a712009-04-06 18:47:14 -04001571 * lpfc_sli_update_ring - Update chip attention register
James Smarte59058c2008-08-24 21:49:00 -04001572 * @phba: Pointer to HBA context object.
1573 * @pring: Pointer to driver SLI ring object.
1574 *
1575 * This function updates the chip attention register bit for the
1576 * given ring to inform HBA that there is more work to be done
1577 * in this ring. The caller is not required to hold any lock.
1578 **/
dea31012005-04-17 16:05:31 -05001579static void
James Smart2e0fef82007-06-17 19:56:36 -05001580lpfc_sli_update_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001581{
1582 int ringno = pring->ringno;
1583
1584 /*
1585 * Tell the HBA that there is work to do in this ring.
1586 */
James Smart34b02dc2008-08-24 21:49:55 -04001587 if (!(phba->sli3_options & LPFC_SLI3_CRP_ENABLED)) {
1588 wmb();
1589 writel(CA_R0ATT << (ringno * 4), phba->CAregaddr);
1590 readl(phba->CAregaddr); /* flush */
1591 }
dea31012005-04-17 16:05:31 -05001592}
1593
James Smarte59058c2008-08-24 21:49:00 -04001594/**
James Smart3621a712009-04-06 18:47:14 -04001595 * lpfc_sli_resume_iocb - Process iocbs in the txq
James Smarte59058c2008-08-24 21:49:00 -04001596 * @phba: Pointer to HBA context object.
1597 * @pring: Pointer to driver SLI ring object.
1598 *
1599 * This function is called with hbalock held to post pending iocbs
1600 * in the txq to the firmware. This function is called when driver
1601 * detects space available in the ring.
1602 **/
dea31012005-04-17 16:05:31 -05001603static void
James Smart2e0fef82007-06-17 19:56:36 -05001604lpfc_sli_resume_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001605{
1606 IOCB_t *iocb;
1607 struct lpfc_iocbq *nextiocb;
1608
1609 /*
1610 * Check to see if:
1611 * (a) there is anything on the txq to send
1612 * (b) link is up
1613 * (c) link attention events can be processed (fcp ring only)
1614 * (d) IOCB processing is not blocked by the outstanding mbox command.
1615 */
James Smart0e9bb8d2013-03-01 16:35:12 -05001616
1617 if (lpfc_is_link_up(phba) &&
1618 (!list_empty(&pring->txq)) &&
dea31012005-04-17 16:05:31 -05001619 (pring->ringno != phba->sli.fcp_ring ||
James Smart0b727fe2007-10-27 13:37:25 -04001620 phba->sli.sli_flag & LPFC_PROCESS_LA)) {
dea31012005-04-17 16:05:31 -05001621
1622 while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) &&
1623 (nextiocb = lpfc_sli_ringtx_get(phba, pring)))
1624 lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb);
1625
1626 if (iocb)
1627 lpfc_sli_update_ring(phba, pring);
1628 else
1629 lpfc_sli_update_full_ring(phba, pring);
1630 }
1631
1632 return;
1633}
1634
James Smarte59058c2008-08-24 21:49:00 -04001635/**
James Smart3621a712009-04-06 18:47:14 -04001636 * lpfc_sli_next_hbq_slot - Get next hbq entry for the HBQ
James Smarte59058c2008-08-24 21:49:00 -04001637 * @phba: Pointer to HBA context object.
1638 * @hbqno: HBQ number.
1639 *
1640 * This function is called with hbalock held to get the next
1641 * available slot for the given HBQ. If there is free slot
1642 * available for the HBQ it will return pointer to the next available
1643 * HBQ entry else it will return NULL.
1644 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001645static struct lpfc_hbq_entry *
James Smarted957682007-06-17 19:56:37 -05001646lpfc_sli_next_hbq_slot(struct lpfc_hba *phba, uint32_t hbqno)
1647{
1648 struct hbq_s *hbqp = &phba->hbqs[hbqno];
1649
1650 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx &&
1651 ++hbqp->next_hbqPutIdx >= hbqp->entry_count)
1652 hbqp->next_hbqPutIdx = 0;
1653
1654 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001655 uint32_t raw_index = phba->hbq_get[hbqno];
James Smarted957682007-06-17 19:56:37 -05001656 uint32_t getidx = le32_to_cpu(raw_index);
1657
1658 hbqp->local_hbqGetIdx = getidx;
1659
1660 if (unlikely(hbqp->local_hbqGetIdx >= hbqp->entry_count)) {
1661 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05001662 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04001663 "1802 HBQ %d: local_hbqGetIdx "
James Smarted957682007-06-17 19:56:37 -05001664 "%u is > than hbqp->entry_count %u\n",
James Smarte8b62012007-08-02 11:10:09 -04001665 hbqno, hbqp->local_hbqGetIdx,
James Smarted957682007-06-17 19:56:37 -05001666 hbqp->entry_count);
1667
1668 phba->link_state = LPFC_HBA_ERROR;
1669 return NULL;
1670 }
1671
1672 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)
1673 return NULL;
1674 }
1675
James Smart51ef4c22007-08-02 11:10:31 -04001676 return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt +
1677 hbqp->hbqPutIdx;
James Smarted957682007-06-17 19:56:37 -05001678}
1679
James Smarte59058c2008-08-24 21:49:00 -04001680/**
James Smart3621a712009-04-06 18:47:14 -04001681 * lpfc_sli_hbqbuf_free_all - Free all the hbq buffers
James Smarte59058c2008-08-24 21:49:00 -04001682 * @phba: Pointer to HBA context object.
1683 *
1684 * This function is called with no lock held to free all the
1685 * hbq buffers while uninitializing the SLI interface. It also
1686 * frees the HBQ buffers returned by the firmware but not yet
1687 * processed by the upper layers.
1688 **/
James Smarted957682007-06-17 19:56:37 -05001689void
1690lpfc_sli_hbqbuf_free_all(struct lpfc_hba *phba)
1691{
James Smart92d7f7b2007-06-17 19:56:38 -05001692 struct lpfc_dmabuf *dmabuf, *next_dmabuf;
1693 struct hbq_dmabuf *hbq_buf;
James Smart3163f722008-02-08 18:50:25 -05001694 unsigned long flags;
James Smart51ef4c22007-08-02 11:10:31 -04001695 int i, hbq_count;
James Smart3163f722008-02-08 18:50:25 -05001696 uint32_t hbqno;
James Smarted957682007-06-17 19:56:37 -05001697
James Smart51ef4c22007-08-02 11:10:31 -04001698 hbq_count = lpfc_sli_hbq_count();
James Smarted957682007-06-17 19:56:37 -05001699 /* Return all memory used by all HBQs */
James Smart3163f722008-02-08 18:50:25 -05001700 spin_lock_irqsave(&phba->hbalock, flags);
James Smart51ef4c22007-08-02 11:10:31 -04001701 for (i = 0; i < hbq_count; ++i) {
1702 list_for_each_entry_safe(dmabuf, next_dmabuf,
1703 &phba->hbqs[i].hbq_buffer_list, list) {
1704 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1705 list_del(&hbq_buf->dbuf.list);
1706 (phba->hbqs[i].hbq_free_buffer)(phba, hbq_buf);
1707 }
James Smarta8adb832007-10-27 13:37:53 -04001708 phba->hbqs[i].buffer_count = 0;
James Smarted957682007-06-17 19:56:37 -05001709 }
James Smart3163f722008-02-08 18:50:25 -05001710 /* Return all HBQ buffer that are in-fly */
James Smart3772a992009-05-22 14:50:54 -04001711 list_for_each_entry_safe(dmabuf, next_dmabuf, &phba->rb_pend_list,
1712 list) {
James Smart3163f722008-02-08 18:50:25 -05001713 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1714 list_del(&hbq_buf->dbuf.list);
1715 if (hbq_buf->tag == -1) {
1716 (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer)
1717 (phba, hbq_buf);
1718 } else {
1719 hbqno = hbq_buf->tag >> 16;
1720 if (hbqno >= LPFC_MAX_HBQS)
1721 (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer)
1722 (phba, hbq_buf);
1723 else
1724 (phba->hbqs[hbqno].hbq_free_buffer)(phba,
1725 hbq_buf);
1726 }
1727 }
1728
1729 /* Mark the HBQs not in use */
1730 phba->hbq_in_use = 0;
1731 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smarted957682007-06-17 19:56:37 -05001732}
1733
James Smarte59058c2008-08-24 21:49:00 -04001734/**
James Smart3621a712009-04-06 18:47:14 -04001735 * lpfc_sli_hbq_to_firmware - Post the hbq buffer to firmware
James Smarte59058c2008-08-24 21:49:00 -04001736 * @phba: Pointer to HBA context object.
1737 * @hbqno: HBQ number.
1738 * @hbq_buf: Pointer to HBQ buffer.
1739 *
1740 * This function is called with the hbalock held to post a
1741 * hbq buffer to the firmware. If the function finds an empty
1742 * slot in the HBQ, it will post the buffer. The function will return
1743 * pointer to the hbq entry if it successfully post the buffer
1744 * else it will return NULL.
1745 **/
James Smart3772a992009-05-22 14:50:54 -04001746static int
James Smarted957682007-06-17 19:56:37 -05001747lpfc_sli_hbq_to_firmware(struct lpfc_hba *phba, uint32_t hbqno,
James Smart92d7f7b2007-06-17 19:56:38 -05001748 struct hbq_dmabuf *hbq_buf)
James Smarted957682007-06-17 19:56:37 -05001749{
James Smart3772a992009-05-22 14:50:54 -04001750 return phba->lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buf);
1751}
1752
1753/**
1754 * lpfc_sli_hbq_to_firmware_s3 - Post the hbq buffer to SLI3 firmware
1755 * @phba: Pointer to HBA context object.
1756 * @hbqno: HBQ number.
1757 * @hbq_buf: Pointer to HBQ buffer.
1758 *
1759 * This function is called with the hbalock held to post a hbq buffer to the
1760 * firmware. If the function finds an empty slot in the HBQ, it will post the
1761 * buffer and place it on the hbq_buffer_list. The function will return zero if
1762 * it successfully post the buffer else it will return an error.
1763 **/
1764static int
1765lpfc_sli_hbq_to_firmware_s3(struct lpfc_hba *phba, uint32_t hbqno,
1766 struct hbq_dmabuf *hbq_buf)
1767{
James Smarted957682007-06-17 19:56:37 -05001768 struct lpfc_hbq_entry *hbqe;
James Smart92d7f7b2007-06-17 19:56:38 -05001769 dma_addr_t physaddr = hbq_buf->dbuf.phys;
James Smarted957682007-06-17 19:56:37 -05001770
1771 /* Get next HBQ entry slot to use */
1772 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno);
1773 if (hbqe) {
1774 struct hbq_s *hbqp = &phba->hbqs[hbqno];
1775
James Smart92d7f7b2007-06-17 19:56:38 -05001776 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr));
1777 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr));
James Smart51ef4c22007-08-02 11:10:31 -04001778 hbqe->bde.tus.f.bdeSize = hbq_buf->size;
James Smarted957682007-06-17 19:56:37 -05001779 hbqe->bde.tus.f.bdeFlags = 0;
James Smart92d7f7b2007-06-17 19:56:38 -05001780 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w);
1781 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag);
1782 /* Sync SLIM */
James Smarted957682007-06-17 19:56:37 -05001783 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx;
1784 writel(hbqp->hbqPutIdx, phba->hbq_put + hbqno);
James Smart92d7f7b2007-06-17 19:56:38 -05001785 /* flush */
James Smarted957682007-06-17 19:56:37 -05001786 readl(phba->hbq_put + hbqno);
James Smart51ef4c22007-08-02 11:10:31 -04001787 list_add_tail(&hbq_buf->dbuf.list, &hbqp->hbq_buffer_list);
James Smart3772a992009-05-22 14:50:54 -04001788 return 0;
1789 } else
1790 return -ENOMEM;
James Smarted957682007-06-17 19:56:37 -05001791}
1792
James Smart4f774512009-05-22 14:52:35 -04001793/**
1794 * lpfc_sli_hbq_to_firmware_s4 - Post the hbq buffer to SLI4 firmware
1795 * @phba: Pointer to HBA context object.
1796 * @hbqno: HBQ number.
1797 * @hbq_buf: Pointer to HBQ buffer.
1798 *
1799 * This function is called with the hbalock held to post an RQE to the SLI4
1800 * firmware. If able to post the RQE to the RQ it will queue the hbq entry to
1801 * the hbq_buffer_list and return zero, otherwise it will return an error.
1802 **/
1803static int
1804lpfc_sli_hbq_to_firmware_s4(struct lpfc_hba *phba, uint32_t hbqno,
1805 struct hbq_dmabuf *hbq_buf)
1806{
1807 int rc;
1808 struct lpfc_rqe hrqe;
1809 struct lpfc_rqe drqe;
1810
1811 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys);
1812 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.phys);
1813 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys);
1814 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys);
1815 rc = lpfc_sli4_rq_put(phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq,
1816 &hrqe, &drqe);
1817 if (rc < 0)
1818 return rc;
1819 hbq_buf->tag = rc;
1820 list_add_tail(&hbq_buf->dbuf.list, &phba->hbqs[hbqno].hbq_buffer_list);
1821 return 0;
1822}
1823
James Smarte59058c2008-08-24 21:49:00 -04001824/* HBQ for ELS and CT traffic. */
James Smart92d7f7b2007-06-17 19:56:38 -05001825static struct lpfc_hbq_init lpfc_els_hbq = {
1826 .rn = 1,
James Smartdef9c7a2009-12-21 17:02:28 -05001827 .entry_count = 256,
James Smart92d7f7b2007-06-17 19:56:38 -05001828 .mask_count = 0,
1829 .profile = 0,
James Smart51ef4c22007-08-02 11:10:31 -04001830 .ring_mask = (1 << LPFC_ELS_RING),
James Smart92d7f7b2007-06-17 19:56:38 -05001831 .buffer_count = 0,
James Smarta257bf92009-04-06 18:48:10 -04001832 .init_count = 40,
1833 .add_count = 40,
James Smart92d7f7b2007-06-17 19:56:38 -05001834};
James Smarted957682007-06-17 19:56:37 -05001835
James Smarte59058c2008-08-24 21:49:00 -04001836/* HBQ for the extra ring if needed */
James Smart51ef4c22007-08-02 11:10:31 -04001837static struct lpfc_hbq_init lpfc_extra_hbq = {
1838 .rn = 1,
1839 .entry_count = 200,
1840 .mask_count = 0,
1841 .profile = 0,
1842 .ring_mask = (1 << LPFC_EXTRA_RING),
1843 .buffer_count = 0,
1844 .init_count = 0,
1845 .add_count = 5,
1846};
1847
James Smarte59058c2008-08-24 21:49:00 -04001848/* Array of HBQs */
James Smart78b2d852007-08-02 11:10:21 -04001849struct lpfc_hbq_init *lpfc_hbq_defs[] = {
James Smart92d7f7b2007-06-17 19:56:38 -05001850 &lpfc_els_hbq,
James Smart51ef4c22007-08-02 11:10:31 -04001851 &lpfc_extra_hbq,
James Smart92d7f7b2007-06-17 19:56:38 -05001852};
1853
James Smarte59058c2008-08-24 21:49:00 -04001854/**
James Smart3621a712009-04-06 18:47:14 -04001855 * lpfc_sli_hbqbuf_fill_hbqs - Post more hbq buffers to HBQ
James Smarte59058c2008-08-24 21:49:00 -04001856 * @phba: Pointer to HBA context object.
1857 * @hbqno: HBQ number.
1858 * @count: Number of HBQ buffers to be posted.
1859 *
James Smartd7c255b2008-08-24 21:50:00 -04001860 * This function is called with no lock held to post more hbq buffers to the
1861 * given HBQ. The function returns the number of HBQ buffers successfully
1862 * posted.
James Smarte59058c2008-08-24 21:49:00 -04001863 **/
James Smart311464e2007-08-02 11:10:37 -04001864static int
James Smart92d7f7b2007-06-17 19:56:38 -05001865lpfc_sli_hbqbuf_fill_hbqs(struct lpfc_hba *phba, uint32_t hbqno, uint32_t count)
1866{
James Smartd7c255b2008-08-24 21:50:00 -04001867 uint32_t i, posted = 0;
James Smart3163f722008-02-08 18:50:25 -05001868 unsigned long flags;
James Smart92d7f7b2007-06-17 19:56:38 -05001869 struct hbq_dmabuf *hbq_buffer;
James Smartd7c255b2008-08-24 21:50:00 -04001870 LIST_HEAD(hbq_buf_list);
Matthew Wilcoxeafe1df2008-02-21 05:44:33 -07001871 if (!phba->hbqs[hbqno].hbq_alloc_buffer)
James Smart51ef4c22007-08-02 11:10:31 -04001872 return 0;
James Smart51ef4c22007-08-02 11:10:31 -04001873
James Smartd7c255b2008-08-24 21:50:00 -04001874 if ((phba->hbqs[hbqno].buffer_count + count) >
1875 lpfc_hbq_defs[hbqno]->entry_count)
1876 count = lpfc_hbq_defs[hbqno]->entry_count -
1877 phba->hbqs[hbqno].buffer_count;
1878 if (!count)
1879 return 0;
1880 /* Allocate HBQ entries */
1881 for (i = 0; i < count; i++) {
1882 hbq_buffer = (phba->hbqs[hbqno].hbq_alloc_buffer)(phba);
1883 if (!hbq_buffer)
1884 break;
1885 list_add_tail(&hbq_buffer->dbuf.list, &hbq_buf_list);
1886 }
James Smart3163f722008-02-08 18:50:25 -05001887 /* Check whether HBQ is still in use */
1888 spin_lock_irqsave(&phba->hbalock, flags);
Matthew Wilcoxeafe1df2008-02-21 05:44:33 -07001889 if (!phba->hbq_in_use)
James Smartd7c255b2008-08-24 21:50:00 -04001890 goto err;
1891 while (!list_empty(&hbq_buf_list)) {
1892 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
1893 dbuf.list);
1894 hbq_buffer->tag = (phba->hbqs[hbqno].buffer_count |
1895 (hbqno << 16));
James Smart3772a992009-05-22 14:50:54 -04001896 if (!lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer)) {
James Smarta8adb832007-10-27 13:37:53 -04001897 phba->hbqs[hbqno].buffer_count++;
James Smartd7c255b2008-08-24 21:50:00 -04001898 posted++;
1899 } else
James Smart51ef4c22007-08-02 11:10:31 -04001900 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
James Smart92d7f7b2007-06-17 19:56:38 -05001901 }
James Smart3163f722008-02-08 18:50:25 -05001902 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smartd7c255b2008-08-24 21:50:00 -04001903 return posted;
1904err:
1905 spin_unlock_irqrestore(&phba->hbalock, flags);
1906 while (!list_empty(&hbq_buf_list)) {
1907 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
1908 dbuf.list);
1909 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
1910 }
James Smart92d7f7b2007-06-17 19:56:38 -05001911 return 0;
James Smarted957682007-06-17 19:56:37 -05001912}
1913
James Smarte59058c2008-08-24 21:49:00 -04001914/**
James Smart3621a712009-04-06 18:47:14 -04001915 * lpfc_sli_hbqbuf_add_hbqs - Post more HBQ buffers to firmware
James Smarte59058c2008-08-24 21:49:00 -04001916 * @phba: Pointer to HBA context object.
1917 * @qno: HBQ number.
1918 *
1919 * This function posts more buffers to the HBQ. This function
James Smartd7c255b2008-08-24 21:50:00 -04001920 * is called with no lock held. The function returns the number of HBQ entries
1921 * successfully allocated.
James Smarte59058c2008-08-24 21:49:00 -04001922 **/
James Smarted957682007-06-17 19:56:37 -05001923int
James Smart92d7f7b2007-06-17 19:56:38 -05001924lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *phba, uint32_t qno)
James Smarted957682007-06-17 19:56:37 -05001925{
James Smartdef9c7a2009-12-21 17:02:28 -05001926 if (phba->sli_rev == LPFC_SLI_REV4)
1927 return 0;
1928 else
1929 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
1930 lpfc_hbq_defs[qno]->add_count);
James Smarted957682007-06-17 19:56:37 -05001931}
1932
James Smarte59058c2008-08-24 21:49:00 -04001933/**
James Smart3621a712009-04-06 18:47:14 -04001934 * lpfc_sli_hbqbuf_init_hbqs - Post initial buffers to the HBQ
James Smarte59058c2008-08-24 21:49:00 -04001935 * @phba: Pointer to HBA context object.
1936 * @qno: HBQ queue number.
1937 *
1938 * This function is called from SLI initialization code path with
1939 * no lock held to post initial HBQ buffers to firmware. The
James Smartd7c255b2008-08-24 21:50:00 -04001940 * function returns the number of HBQ entries successfully allocated.
James Smarte59058c2008-08-24 21:49:00 -04001941 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001942static int
James Smart92d7f7b2007-06-17 19:56:38 -05001943lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *phba, uint32_t qno)
James Smarted957682007-06-17 19:56:37 -05001944{
James Smartdef9c7a2009-12-21 17:02:28 -05001945 if (phba->sli_rev == LPFC_SLI_REV4)
1946 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
James Smart73d91e52011-10-10 21:32:10 -04001947 lpfc_hbq_defs[qno]->entry_count);
James Smartdef9c7a2009-12-21 17:02:28 -05001948 else
1949 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
1950 lpfc_hbq_defs[qno]->init_count);
James Smarted957682007-06-17 19:56:37 -05001951}
1952
James Smarte59058c2008-08-24 21:49:00 -04001953/**
James Smart3772a992009-05-22 14:50:54 -04001954 * lpfc_sli_hbqbuf_get - Remove the first hbq off of an hbq list
1955 * @phba: Pointer to HBA context object.
1956 * @hbqno: HBQ number.
1957 *
1958 * This function removes the first hbq buffer on an hbq list and returns a
1959 * pointer to that buffer. If it finds no buffers on the list it returns NULL.
1960 **/
1961static struct hbq_dmabuf *
1962lpfc_sli_hbqbuf_get(struct list_head *rb_list)
1963{
1964 struct lpfc_dmabuf *d_buf;
1965
1966 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list);
1967 if (!d_buf)
1968 return NULL;
1969 return container_of(d_buf, struct hbq_dmabuf, dbuf);
1970}
1971
1972/**
James Smart3621a712009-04-06 18:47:14 -04001973 * lpfc_sli_hbqbuf_find - Find the hbq buffer associated with a tag
James Smarte59058c2008-08-24 21:49:00 -04001974 * @phba: Pointer to HBA context object.
1975 * @tag: Tag of the hbq buffer.
1976 *
1977 * This function is called with hbalock held. This function searches
1978 * for the hbq buffer associated with the given tag in the hbq buffer
1979 * list. If it finds the hbq buffer, it returns the hbq_buffer other wise
1980 * it returns NULL.
1981 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001982static struct hbq_dmabuf *
James Smarted957682007-06-17 19:56:37 -05001983lpfc_sli_hbqbuf_find(struct lpfc_hba *phba, uint32_t tag)
1984{
James Smart92d7f7b2007-06-17 19:56:38 -05001985 struct lpfc_dmabuf *d_buf;
1986 struct hbq_dmabuf *hbq_buf;
James Smart51ef4c22007-08-02 11:10:31 -04001987 uint32_t hbqno;
James Smarted957682007-06-17 19:56:37 -05001988
James Smart51ef4c22007-08-02 11:10:31 -04001989 hbqno = tag >> 16;
Jesper Juhla0a74e452007-08-09 20:47:15 +02001990 if (hbqno >= LPFC_MAX_HBQS)
James Smart51ef4c22007-08-02 11:10:31 -04001991 return NULL;
1992
James Smart3772a992009-05-22 14:50:54 -04001993 spin_lock_irq(&phba->hbalock);
James Smart51ef4c22007-08-02 11:10:31 -04001994 list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) {
James Smart92d7f7b2007-06-17 19:56:38 -05001995 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
James Smart51ef4c22007-08-02 11:10:31 -04001996 if (hbq_buf->tag == tag) {
James Smart3772a992009-05-22 14:50:54 -04001997 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05001998 return hbq_buf;
James Smarted957682007-06-17 19:56:37 -05001999 }
2000 }
James Smart3772a992009-05-22 14:50:54 -04002001 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05002002 lpfc_printf_log(phba, KERN_ERR, LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04002003 "1803 Bad hbq tag. Data: x%x x%x\n",
James Smarta8adb832007-10-27 13:37:53 -04002004 tag, phba->hbqs[tag >> 16].buffer_count);
James Smart92d7f7b2007-06-17 19:56:38 -05002005 return NULL;
James Smarted957682007-06-17 19:56:37 -05002006}
2007
James Smarte59058c2008-08-24 21:49:00 -04002008/**
James Smart3621a712009-04-06 18:47:14 -04002009 * lpfc_sli_free_hbq - Give back the hbq buffer to firmware
James Smarte59058c2008-08-24 21:49:00 -04002010 * @phba: Pointer to HBA context object.
2011 * @hbq_buffer: Pointer to HBQ buffer.
2012 *
2013 * This function is called with hbalock. This function gives back
2014 * the hbq buffer to firmware. If the HBQ does not have space to
2015 * post the buffer, it will free the buffer.
2016 **/
James Smarted957682007-06-17 19:56:37 -05002017void
James Smart51ef4c22007-08-02 11:10:31 -04002018lpfc_sli_free_hbq(struct lpfc_hba *phba, struct hbq_dmabuf *hbq_buffer)
James Smarted957682007-06-17 19:56:37 -05002019{
2020 uint32_t hbqno;
2021
James Smart51ef4c22007-08-02 11:10:31 -04002022 if (hbq_buffer) {
2023 hbqno = hbq_buffer->tag >> 16;
James Smart3772a992009-05-22 14:50:54 -04002024 if (lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer))
James Smart51ef4c22007-08-02 11:10:31 -04002025 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
James Smarted957682007-06-17 19:56:37 -05002026 }
2027}
2028
James Smarte59058c2008-08-24 21:49:00 -04002029/**
James Smart3621a712009-04-06 18:47:14 -04002030 * lpfc_sli_chk_mbx_command - Check if the mailbox is a legitimate mailbox
James Smarte59058c2008-08-24 21:49:00 -04002031 * @mbxCommand: mailbox command code.
2032 *
2033 * This function is called by the mailbox event handler function to verify
2034 * that the completed mailbox command is a legitimate mailbox command. If the
2035 * completed mailbox is not known to the function, it will return MBX_SHUTDOWN
2036 * and the mailbox event handler will take the HBA offline.
2037 **/
dea31012005-04-17 16:05:31 -05002038static int
2039lpfc_sli_chk_mbx_command(uint8_t mbxCommand)
2040{
2041 uint8_t ret;
2042
2043 switch (mbxCommand) {
2044 case MBX_LOAD_SM:
2045 case MBX_READ_NV:
2046 case MBX_WRITE_NV:
James Smarta8adb832007-10-27 13:37:53 -04002047 case MBX_WRITE_VPARMS:
dea31012005-04-17 16:05:31 -05002048 case MBX_RUN_BIU_DIAG:
2049 case MBX_INIT_LINK:
2050 case MBX_DOWN_LINK:
2051 case MBX_CONFIG_LINK:
2052 case MBX_CONFIG_RING:
2053 case MBX_RESET_RING:
2054 case MBX_READ_CONFIG:
2055 case MBX_READ_RCONFIG:
2056 case MBX_READ_SPARM:
2057 case MBX_READ_STATUS:
2058 case MBX_READ_RPI:
2059 case MBX_READ_XRI:
2060 case MBX_READ_REV:
2061 case MBX_READ_LNK_STAT:
2062 case MBX_REG_LOGIN:
2063 case MBX_UNREG_LOGIN:
dea31012005-04-17 16:05:31 -05002064 case MBX_CLEAR_LA:
2065 case MBX_DUMP_MEMORY:
2066 case MBX_DUMP_CONTEXT:
2067 case MBX_RUN_DIAGS:
2068 case MBX_RESTART:
2069 case MBX_UPDATE_CFG:
2070 case MBX_DOWN_LOAD:
2071 case MBX_DEL_LD_ENTRY:
2072 case MBX_RUN_PROGRAM:
2073 case MBX_SET_MASK:
James Smart09372822008-01-11 01:52:54 -05002074 case MBX_SET_VARIABLE:
dea31012005-04-17 16:05:31 -05002075 case MBX_UNREG_D_ID:
Jamie Wellnitz41415862006-02-28 19:25:27 -05002076 case MBX_KILL_BOARD:
dea31012005-04-17 16:05:31 -05002077 case MBX_CONFIG_FARP:
Jamie Wellnitz41415862006-02-28 19:25:27 -05002078 case MBX_BEACON:
dea31012005-04-17 16:05:31 -05002079 case MBX_LOAD_AREA:
2080 case MBX_RUN_BIU_DIAG64:
2081 case MBX_CONFIG_PORT:
2082 case MBX_READ_SPARM64:
2083 case MBX_READ_RPI64:
2084 case MBX_REG_LOGIN64:
James Smart76a95d72010-11-20 23:11:48 -05002085 case MBX_READ_TOPOLOGY:
James Smart09372822008-01-11 01:52:54 -05002086 case MBX_WRITE_WWN:
dea31012005-04-17 16:05:31 -05002087 case MBX_SET_DEBUG:
2088 case MBX_LOAD_EXP_ROM:
James Smart57127f12007-10-27 13:37:05 -04002089 case MBX_ASYNCEVT_ENABLE:
James Smart92d7f7b2007-06-17 19:56:38 -05002090 case MBX_REG_VPI:
2091 case MBX_UNREG_VPI:
James Smart858c9f62007-06-17 19:56:39 -05002092 case MBX_HEARTBEAT:
James Smart84774a42008-08-24 21:50:06 -04002093 case MBX_PORT_CAPABILITIES:
2094 case MBX_PORT_IOV_CONTROL:
James Smart04c68492009-05-22 14:52:52 -04002095 case MBX_SLI4_CONFIG:
2096 case MBX_SLI4_REQ_FTRS:
2097 case MBX_REG_FCFI:
2098 case MBX_UNREG_FCFI:
2099 case MBX_REG_VFI:
2100 case MBX_UNREG_VFI:
2101 case MBX_INIT_VPI:
2102 case MBX_INIT_VFI:
2103 case MBX_RESUME_RPI:
James Smartc7495932010-04-06 15:05:28 -04002104 case MBX_READ_EVENT_LOG_STATUS:
2105 case MBX_READ_EVENT_LOG:
James Smartdcf2a4e2010-09-29 11:18:53 -04002106 case MBX_SECURITY_MGMT:
2107 case MBX_AUTH_PORT:
James Smart940eb682012-08-03 12:37:08 -04002108 case MBX_ACCESS_VDATA:
dea31012005-04-17 16:05:31 -05002109 ret = mbxCommand;
2110 break;
2111 default:
2112 ret = MBX_SHUTDOWN;
2113 break;
2114 }
James Smart2e0fef82007-06-17 19:56:36 -05002115 return ret;
dea31012005-04-17 16:05:31 -05002116}
James Smarte59058c2008-08-24 21:49:00 -04002117
2118/**
James Smart3621a712009-04-06 18:47:14 -04002119 * lpfc_sli_wake_mbox_wait - lpfc_sli_issue_mbox_wait mbox completion handler
James Smarte59058c2008-08-24 21:49:00 -04002120 * @phba: Pointer to HBA context object.
2121 * @pmboxq: Pointer to mailbox command.
2122 *
2123 * This is completion handler function for mailbox commands issued from
2124 * lpfc_sli_issue_mbox_wait function. This function is called by the
2125 * mailbox event handler function with no lock held. This function
2126 * will wake up thread waiting on the wait queue pointed by context1
2127 * of the mailbox.
2128 **/
James Smart04c68492009-05-22 14:52:52 -04002129void
James Smart2e0fef82007-06-17 19:56:36 -05002130lpfc_sli_wake_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq)
dea31012005-04-17 16:05:31 -05002131{
2132 wait_queue_head_t *pdone_q;
James Smart858c9f62007-06-17 19:56:39 -05002133 unsigned long drvr_flag;
dea31012005-04-17 16:05:31 -05002134
2135 /*
2136 * If pdone_q is empty, the driver thread gave up waiting and
2137 * continued running.
2138 */
James Smart7054a602007-04-25 09:52:34 -04002139 pmboxq->mbox_flag |= LPFC_MBX_WAKE;
James Smart858c9f62007-06-17 19:56:39 -05002140 spin_lock_irqsave(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05002141 pdone_q = (wait_queue_head_t *) pmboxq->context1;
2142 if (pdone_q)
2143 wake_up_interruptible(pdone_q);
James Smart858c9f62007-06-17 19:56:39 -05002144 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05002145 return;
2146}
2147
James Smarte59058c2008-08-24 21:49:00 -04002148
2149/**
James Smart3621a712009-04-06 18:47:14 -04002150 * lpfc_sli_def_mbox_cmpl - Default mailbox completion handler
James Smarte59058c2008-08-24 21:49:00 -04002151 * @phba: Pointer to HBA context object.
2152 * @pmb: Pointer to mailbox object.
2153 *
2154 * This function is the default mailbox completion handler. It
2155 * frees the memory resources associated with the completed mailbox
2156 * command. If the completed command is a REG_LOGIN mailbox command,
2157 * this function will issue a UREG_LOGIN to re-claim the RPI.
2158 **/
dea31012005-04-17 16:05:31 -05002159void
James Smart2e0fef82007-06-17 19:56:36 -05002160lpfc_sli_def_mbox_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002161{
James Smartd439d282010-09-29 11:18:45 -04002162 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05002163 struct lpfc_dmabuf *mp;
James Smartd439d282010-09-29 11:18:45 -04002164 struct lpfc_nodelist *ndlp;
James Smart5af5eee2010-10-22 11:06:38 -04002165 struct Scsi_Host *shost;
James Smart04c68492009-05-22 14:52:52 -04002166 uint16_t rpi, vpi;
James Smart7054a602007-04-25 09:52:34 -04002167 int rc;
2168
dea31012005-04-17 16:05:31 -05002169 mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart7054a602007-04-25 09:52:34 -04002170
dea31012005-04-17 16:05:31 -05002171 if (mp) {
2172 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2173 kfree(mp);
2174 }
James Smart7054a602007-04-25 09:52:34 -04002175
2176 /*
2177 * If a REG_LOGIN succeeded after node is destroyed or node
2178 * is in re-discovery driver need to cleanup the RPI.
2179 */
James Smart2e0fef82007-06-17 19:56:36 -05002180 if (!(phba->pport->load_flag & FC_UNLOADING) &&
James Smart04c68492009-05-22 14:52:52 -04002181 pmb->u.mb.mbxCommand == MBX_REG_LOGIN64 &&
2182 !pmb->u.mb.mbxStatus) {
2183 rpi = pmb->u.mb.un.varWords[0];
James Smart6d368e52011-05-24 11:44:12 -04002184 vpi = pmb->u.mb.un.varRegLogin.vpi;
James Smart04c68492009-05-22 14:52:52 -04002185 lpfc_unreg_login(phba, vpi, rpi, pmb);
James Smart92d7f7b2007-06-17 19:56:38 -05002186 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart7054a602007-04-25 09:52:34 -04002187 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
2188 if (rc != MBX_NOT_FINISHED)
2189 return;
2190 }
2191
James Smart695a8142010-01-26 23:08:03 -05002192 if ((pmb->u.mb.mbxCommand == MBX_REG_VPI) &&
2193 !(phba->pport->load_flag & FC_UNLOADING) &&
2194 !pmb->u.mb.mbxStatus) {
James Smart5af5eee2010-10-22 11:06:38 -04002195 shost = lpfc_shost_from_vport(vport);
2196 spin_lock_irq(shost->host_lock);
2197 vport->vpi_state |= LPFC_VPI_REGISTERED;
2198 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
2199 spin_unlock_irq(shost->host_lock);
James Smart695a8142010-01-26 23:08:03 -05002200 }
2201
James Smartd439d282010-09-29 11:18:45 -04002202 if (pmb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
2203 ndlp = (struct lpfc_nodelist *)pmb->context2;
2204 lpfc_nlp_put(ndlp);
2205 pmb->context2 = NULL;
2206 }
2207
James Smartdcf2a4e2010-09-29 11:18:53 -04002208 /* Check security permission status on INIT_LINK mailbox command */
2209 if ((pmb->u.mb.mbxCommand == MBX_INIT_LINK) &&
2210 (pmb->u.mb.mbxStatus == MBXERR_SEC_NO_PERMISSION))
2211 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
2212 "2860 SLI authentication is required "
2213 "for INIT_LINK but has not done yet\n");
2214
James Smart04c68492009-05-22 14:52:52 -04002215 if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG)
2216 lpfc_sli4_mbox_cmd_free(phba, pmb);
2217 else
2218 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05002219}
2220
James Smarte59058c2008-08-24 21:49:00 -04002221/**
James Smart3621a712009-04-06 18:47:14 -04002222 * lpfc_sli_handle_mb_event - Handle mailbox completions from firmware
James Smarte59058c2008-08-24 21:49:00 -04002223 * @phba: Pointer to HBA context object.
2224 *
2225 * This function is called with no lock held. This function processes all
2226 * the completed mailbox commands and gives it to upper layers. The interrupt
2227 * service routine processes mailbox completion interrupt and adds completed
2228 * mailbox commands to the mboxq_cmpl queue and signals the worker thread.
2229 * Worker thread call lpfc_sli_handle_mb_event, which will return the
2230 * completed mailbox commands in mboxq_cmpl queue to the upper layers. This
2231 * function returns the mailbox commands to the upper layer by calling the
2232 * completion handler function of each mailbox.
2233 **/
dea31012005-04-17 16:05:31 -05002234int
James Smart2e0fef82007-06-17 19:56:36 -05002235lpfc_sli_handle_mb_event(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05002236{
James Smart92d7f7b2007-06-17 19:56:38 -05002237 MAILBOX_t *pmbox;
dea31012005-04-17 16:05:31 -05002238 LPFC_MBOXQ_t *pmb;
James Smart92d7f7b2007-06-17 19:56:38 -05002239 int rc;
2240 LIST_HEAD(cmplq);
dea31012005-04-17 16:05:31 -05002241
2242 phba->sli.slistat.mbox_event++;
2243
James Smart92d7f7b2007-06-17 19:56:38 -05002244 /* Get all completed mailboxe buffers into the cmplq */
2245 spin_lock_irq(&phba->hbalock);
2246 list_splice_init(&phba->sli.mboxq_cmpl, &cmplq);
2247 spin_unlock_irq(&phba->hbalock);
2248
dea31012005-04-17 16:05:31 -05002249 /* Get a Mailbox buffer to setup mailbox commands for callback */
James Smart92d7f7b2007-06-17 19:56:38 -05002250 do {
2251 list_remove_head(&cmplq, pmb, LPFC_MBOXQ_t, list);
2252 if (pmb == NULL)
2253 break;
2254
James Smart04c68492009-05-22 14:52:52 -04002255 pmbox = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002256
James Smart858c9f62007-06-17 19:56:39 -05002257 if (pmbox->mbxCommand != MBX_HEARTBEAT) {
2258 if (pmb->vport) {
2259 lpfc_debugfs_disc_trc(pmb->vport,
2260 LPFC_DISC_TRC_MBOX_VPORT,
2261 "MBOX cmpl vport: cmd:x%x mb:x%x x%x",
2262 (uint32_t)pmbox->mbxCommand,
2263 pmbox->un.varWords[0],
2264 pmbox->un.varWords[1]);
2265 }
2266 else {
2267 lpfc_debugfs_disc_trc(phba->pport,
2268 LPFC_DISC_TRC_MBOX,
2269 "MBOX cmpl: cmd:x%x mb:x%x x%x",
2270 (uint32_t)pmbox->mbxCommand,
2271 pmbox->un.varWords[0],
2272 pmbox->un.varWords[1]);
2273 }
2274 }
2275
dea31012005-04-17 16:05:31 -05002276 /*
2277 * It is a fatal error if unknown mbox command completion.
2278 */
2279 if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) ==
2280 MBX_SHUTDOWN) {
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02002281 /* Unknown mailbox command compl */
James Smart92d7f7b2007-06-17 19:56:38 -05002282 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002283 "(%d):0323 Unknown Mailbox command "
James Smarta183a152011-10-10 21:32:43 -04002284 "x%x (x%x/x%x) Cmpl\n",
James Smart92d7f7b2007-06-17 19:56:38 -05002285 pmb->vport ? pmb->vport->vpi : 0,
James Smart04c68492009-05-22 14:52:52 -04002286 pmbox->mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04002287 lpfc_sli_config_mbox_subsys_get(phba,
2288 pmb),
2289 lpfc_sli_config_mbox_opcode_get(phba,
2290 pmb));
James Smart2e0fef82007-06-17 19:56:36 -05002291 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05002292 phba->work_hs = HS_FFER3;
2293 lpfc_handle_eratt(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05002294 continue;
dea31012005-04-17 16:05:31 -05002295 }
2296
dea31012005-04-17 16:05:31 -05002297 if (pmbox->mbxStatus) {
2298 phba->sli.slistat.mbox_stat_err++;
2299 if (pmbox->mbxStatus == MBXERR_NO_RESOURCES) {
2300 /* Mbox cmd cmpl error - RETRYing */
James Smart92d7f7b2007-06-17 19:56:38 -05002301 lpfc_printf_log(phba, KERN_INFO,
James Smarta183a152011-10-10 21:32:43 -04002302 LOG_MBOX | LOG_SLI,
2303 "(%d):0305 Mbox cmd cmpl "
2304 "error - RETRYing Data: x%x "
2305 "(x%x/x%x) x%x x%x x%x\n",
2306 pmb->vport ? pmb->vport->vpi : 0,
2307 pmbox->mbxCommand,
2308 lpfc_sli_config_mbox_subsys_get(phba,
2309 pmb),
2310 lpfc_sli_config_mbox_opcode_get(phba,
2311 pmb),
2312 pmbox->mbxStatus,
2313 pmbox->un.varWords[0],
2314 pmb->vport->port_state);
dea31012005-04-17 16:05:31 -05002315 pmbox->mbxStatus = 0;
2316 pmbox->mbxOwner = OWN_HOST;
dea31012005-04-17 16:05:31 -05002317 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
James Smart04c68492009-05-22 14:52:52 -04002318 if (rc != MBX_NOT_FINISHED)
James Smart92d7f7b2007-06-17 19:56:38 -05002319 continue;
dea31012005-04-17 16:05:31 -05002320 }
2321 }
2322
2323 /* Mailbox cmd <cmd> Cmpl <cmpl> */
James Smart92d7f7b2007-06-17 19:56:38 -05002324 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04002325 "(%d):0307 Mailbox cmd x%x (x%x/x%x) Cmpl x%p "
James Smarte74c03c2013-04-17 20:15:19 -04002326 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x "
2327 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05002328 pmb->vport ? pmb->vport->vpi : 0,
dea31012005-04-17 16:05:31 -05002329 pmbox->mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04002330 lpfc_sli_config_mbox_subsys_get(phba, pmb),
2331 lpfc_sli_config_mbox_opcode_get(phba, pmb),
dea31012005-04-17 16:05:31 -05002332 pmb->mbox_cmpl,
2333 *((uint32_t *) pmbox),
2334 pmbox->un.varWords[0],
2335 pmbox->un.varWords[1],
2336 pmbox->un.varWords[2],
2337 pmbox->un.varWords[3],
2338 pmbox->un.varWords[4],
2339 pmbox->un.varWords[5],
2340 pmbox->un.varWords[6],
James Smarte74c03c2013-04-17 20:15:19 -04002341 pmbox->un.varWords[7],
2342 pmbox->un.varWords[8],
2343 pmbox->un.varWords[9],
2344 pmbox->un.varWords[10]);
dea31012005-04-17 16:05:31 -05002345
James Smart92d7f7b2007-06-17 19:56:38 -05002346 if (pmb->mbox_cmpl)
dea31012005-04-17 16:05:31 -05002347 pmb->mbox_cmpl(phba,pmb);
James Smart92d7f7b2007-06-17 19:56:38 -05002348 } while (1);
James Smart2e0fef82007-06-17 19:56:36 -05002349 return 0;
dea31012005-04-17 16:05:31 -05002350}
James Smart92d7f7b2007-06-17 19:56:38 -05002351
James Smarte59058c2008-08-24 21:49:00 -04002352/**
James Smart3621a712009-04-06 18:47:14 -04002353 * lpfc_sli_get_buff - Get the buffer associated with the buffer tag
James Smarte59058c2008-08-24 21:49:00 -04002354 * @phba: Pointer to HBA context object.
2355 * @pring: Pointer to driver SLI ring object.
2356 * @tag: buffer tag.
2357 *
2358 * This function is called with no lock held. When QUE_BUFTAG_BIT bit
2359 * is set in the tag the buffer is posted for a particular exchange,
2360 * the function will return the buffer without replacing the buffer.
2361 * If the buffer is for unsolicited ELS or CT traffic, this function
2362 * returns the buffer and also posts another buffer to the firmware.
2363 **/
James Smart76bb24e2007-10-27 13:38:00 -04002364static struct lpfc_dmabuf *
2365lpfc_sli_get_buff(struct lpfc_hba *phba,
James Smart9f1e1b52008-12-04 22:39:40 -05002366 struct lpfc_sli_ring *pring,
2367 uint32_t tag)
James Smart76bb24e2007-10-27 13:38:00 -04002368{
James Smart9f1e1b52008-12-04 22:39:40 -05002369 struct hbq_dmabuf *hbq_entry;
2370
James Smart76bb24e2007-10-27 13:38:00 -04002371 if (tag & QUE_BUFTAG_BIT)
2372 return lpfc_sli_ring_taggedbuf_get(phba, pring, tag);
James Smart9f1e1b52008-12-04 22:39:40 -05002373 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag);
2374 if (!hbq_entry)
2375 return NULL;
2376 return &hbq_entry->dbuf;
James Smart76bb24e2007-10-27 13:38:00 -04002377}
James Smart57127f12007-10-27 13:37:05 -04002378
James Smart3772a992009-05-22 14:50:54 -04002379/**
2380 * lpfc_complete_unsol_iocb - Complete an unsolicited sequence
2381 * @phba: Pointer to HBA context object.
2382 * @pring: Pointer to driver SLI ring object.
2383 * @saveq: Pointer to the iocbq struct representing the sequence starting frame.
2384 * @fch_r_ctl: the r_ctl for the first frame of the sequence.
2385 * @fch_type: the type for the first frame of the sequence.
2386 *
2387 * This function is called with no lock held. This function uses the r_ctl and
2388 * type of the received sequence to find the correct callback function to call
2389 * to process the sequence.
2390 **/
2391static int
2392lpfc_complete_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
2393 struct lpfc_iocbq *saveq, uint32_t fch_r_ctl,
2394 uint32_t fch_type)
2395{
2396 int i;
2397
2398 /* unSolicited Responses */
2399 if (pring->prt[0].profile) {
2400 if (pring->prt[0].lpfc_sli_rcv_unsol_event)
2401 (pring->prt[0].lpfc_sli_rcv_unsol_event) (phba, pring,
2402 saveq);
2403 return 1;
2404 }
2405 /* We must search, based on rctl / type
2406 for the right routine */
2407 for (i = 0; i < pring->num_mask; i++) {
2408 if ((pring->prt[i].rctl == fch_r_ctl) &&
2409 (pring->prt[i].type == fch_type)) {
2410 if (pring->prt[i].lpfc_sli_rcv_unsol_event)
2411 (pring->prt[i].lpfc_sli_rcv_unsol_event)
2412 (phba, pring, saveq);
2413 return 1;
2414 }
2415 }
2416 return 0;
2417}
James Smarte59058c2008-08-24 21:49:00 -04002418
2419/**
James Smart3621a712009-04-06 18:47:14 -04002420 * lpfc_sli_process_unsol_iocb - Unsolicited iocb handler
James Smarte59058c2008-08-24 21:49:00 -04002421 * @phba: Pointer to HBA context object.
2422 * @pring: Pointer to driver SLI ring object.
2423 * @saveq: Pointer to the unsolicited iocb.
2424 *
2425 * This function is called with no lock held by the ring event handler
2426 * when there is an unsolicited iocb posted to the response ring by the
2427 * firmware. This function gets the buffer associated with the iocbs
2428 * and calls the event handler for the ring. This function handles both
2429 * qring buffers and hbq buffers.
2430 * When the function returns 1 the caller can free the iocb object otherwise
2431 * upper layer functions will free the iocb objects.
2432 **/
dea31012005-04-17 16:05:31 -05002433static int
2434lpfc_sli_process_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
2435 struct lpfc_iocbq *saveq)
2436{
2437 IOCB_t * irsp;
2438 WORD5 * w5p;
2439 uint32_t Rctl, Type;
James Smart3772a992009-05-22 14:50:54 -04002440 uint32_t match;
James Smart76bb24e2007-10-27 13:38:00 -04002441 struct lpfc_iocbq *iocbq;
James Smart3163f722008-02-08 18:50:25 -05002442 struct lpfc_dmabuf *dmzbuf;
dea31012005-04-17 16:05:31 -05002443
2444 match = 0;
2445 irsp = &(saveq->iocb);
James Smart57127f12007-10-27 13:37:05 -04002446
2447 if (irsp->ulpCommand == CMD_ASYNC_STATUS) {
2448 if (pring->lpfc_sli_rcv_async_status)
2449 pring->lpfc_sli_rcv_async_status(phba, pring, saveq);
2450 else
2451 lpfc_printf_log(phba,
2452 KERN_WARNING,
2453 LOG_SLI,
2454 "0316 Ring %d handler: unexpected "
2455 "ASYNC_STATUS iocb received evt_code "
2456 "0x%x\n",
2457 pring->ringno,
2458 irsp->un.asyncstat.evt_code);
2459 return 1;
2460 }
2461
James Smart3163f722008-02-08 18:50:25 -05002462 if ((irsp->ulpCommand == CMD_IOCB_RET_XRI64_CX) &&
2463 (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED)) {
2464 if (irsp->ulpBdeCount > 0) {
2465 dmzbuf = lpfc_sli_get_buff(phba, pring,
2466 irsp->un.ulpWord[3]);
2467 lpfc_in_buf_free(phba, dmzbuf);
2468 }
2469
2470 if (irsp->ulpBdeCount > 1) {
2471 dmzbuf = lpfc_sli_get_buff(phba, pring,
2472 irsp->unsli3.sli3Words[3]);
2473 lpfc_in_buf_free(phba, dmzbuf);
2474 }
2475
2476 if (irsp->ulpBdeCount > 2) {
2477 dmzbuf = lpfc_sli_get_buff(phba, pring,
2478 irsp->unsli3.sli3Words[7]);
2479 lpfc_in_buf_free(phba, dmzbuf);
2480 }
2481
2482 return 1;
2483 }
2484
James Smart92d7f7b2007-06-17 19:56:38 -05002485 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
James Smart76bb24e2007-10-27 13:38:00 -04002486 if (irsp->ulpBdeCount != 0) {
2487 saveq->context2 = lpfc_sli_get_buff(phba, pring,
James Smart92d7f7b2007-06-17 19:56:38 -05002488 irsp->un.ulpWord[3]);
James Smart76bb24e2007-10-27 13:38:00 -04002489 if (!saveq->context2)
2490 lpfc_printf_log(phba,
2491 KERN_ERR,
2492 LOG_SLI,
2493 "0341 Ring %d Cannot find buffer for "
2494 "an unsolicited iocb. tag 0x%x\n",
2495 pring->ringno,
2496 irsp->un.ulpWord[3]);
James Smart76bb24e2007-10-27 13:38:00 -04002497 }
2498 if (irsp->ulpBdeCount == 2) {
2499 saveq->context3 = lpfc_sli_get_buff(phba, pring,
James Smart51ef4c22007-08-02 11:10:31 -04002500 irsp->unsli3.sli3Words[7]);
James Smart76bb24e2007-10-27 13:38:00 -04002501 if (!saveq->context3)
2502 lpfc_printf_log(phba,
2503 KERN_ERR,
2504 LOG_SLI,
2505 "0342 Ring %d Cannot find buffer for an"
2506 " unsolicited iocb. tag 0x%x\n",
2507 pring->ringno,
2508 irsp->unsli3.sli3Words[7]);
2509 }
2510 list_for_each_entry(iocbq, &saveq->list, list) {
James Smart76bb24e2007-10-27 13:38:00 -04002511 irsp = &(iocbq->iocb);
James Smart76bb24e2007-10-27 13:38:00 -04002512 if (irsp->ulpBdeCount != 0) {
2513 iocbq->context2 = lpfc_sli_get_buff(phba, pring,
2514 irsp->un.ulpWord[3]);
James Smart9c2face2008-01-11 01:53:18 -05002515 if (!iocbq->context2)
James Smart76bb24e2007-10-27 13:38:00 -04002516 lpfc_printf_log(phba,
2517 KERN_ERR,
2518 LOG_SLI,
2519 "0343 Ring %d Cannot find "
2520 "buffer for an unsolicited iocb"
2521 ". tag 0x%x\n", pring->ringno,
2522 irsp->un.ulpWord[3]);
2523 }
2524 if (irsp->ulpBdeCount == 2) {
2525 iocbq->context3 = lpfc_sli_get_buff(phba, pring,
2526 irsp->unsli3.sli3Words[7]);
James Smart9c2face2008-01-11 01:53:18 -05002527 if (!iocbq->context3)
James Smart76bb24e2007-10-27 13:38:00 -04002528 lpfc_printf_log(phba,
2529 KERN_ERR,
2530 LOG_SLI,
2531 "0344 Ring %d Cannot find "
2532 "buffer for an unsolicited "
2533 "iocb. tag 0x%x\n",
2534 pring->ringno,
2535 irsp->unsli3.sli3Words[7]);
2536 }
2537 }
James Smart92d7f7b2007-06-17 19:56:38 -05002538 }
James Smart9c2face2008-01-11 01:53:18 -05002539 if (irsp->ulpBdeCount != 0 &&
2540 (irsp->ulpCommand == CMD_IOCB_RCV_CONT64_CX ||
2541 irsp->ulpStatus == IOSTAT_INTERMED_RSP)) {
2542 int found = 0;
2543
2544 /* search continue save q for same XRI */
2545 list_for_each_entry(iocbq, &pring->iocb_continue_saveq, clist) {
James Smart7851fe22011-07-22 18:36:52 -04002546 if (iocbq->iocb.unsli3.rcvsli3.ox_id ==
2547 saveq->iocb.unsli3.rcvsli3.ox_id) {
James Smart9c2face2008-01-11 01:53:18 -05002548 list_add_tail(&saveq->list, &iocbq->list);
2549 found = 1;
2550 break;
2551 }
2552 }
2553 if (!found)
2554 list_add_tail(&saveq->clist,
2555 &pring->iocb_continue_saveq);
2556 if (saveq->iocb.ulpStatus != IOSTAT_INTERMED_RSP) {
2557 list_del_init(&iocbq->clist);
2558 saveq = iocbq;
2559 irsp = &(saveq->iocb);
2560 } else
2561 return 0;
2562 }
2563 if ((irsp->ulpCommand == CMD_RCV_ELS_REQ64_CX) ||
2564 (irsp->ulpCommand == CMD_RCV_ELS_REQ_CX) ||
2565 (irsp->ulpCommand == CMD_IOCB_RCV_ELS64_CX)) {
James Smart6a9c52c2009-10-02 15:16:51 -04002566 Rctl = FC_RCTL_ELS_REQ;
2567 Type = FC_TYPE_ELS;
James Smart9c2face2008-01-11 01:53:18 -05002568 } else {
2569 w5p = (WORD5 *)&(saveq->iocb.un.ulpWord[5]);
2570 Rctl = w5p->hcsw.Rctl;
2571 Type = w5p->hcsw.Type;
2572
2573 /* Firmware Workaround */
2574 if ((Rctl == 0) && (pring->ringno == LPFC_ELS_RING) &&
2575 (irsp->ulpCommand == CMD_RCV_SEQUENCE64_CX ||
2576 irsp->ulpCommand == CMD_IOCB_RCV_SEQ64_CX)) {
James Smart6a9c52c2009-10-02 15:16:51 -04002577 Rctl = FC_RCTL_ELS_REQ;
2578 Type = FC_TYPE_ELS;
James Smart9c2face2008-01-11 01:53:18 -05002579 w5p->hcsw.Rctl = Rctl;
2580 w5p->hcsw.Type = Type;
2581 }
2582 }
James Smart92d7f7b2007-06-17 19:56:38 -05002583
James Smart3772a992009-05-22 14:50:54 -04002584 if (!lpfc_complete_unsol_iocb(phba, pring, saveq, Rctl, Type))
James Smart92d7f7b2007-06-17 19:56:38 -05002585 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002586 "0313 Ring %d handler: unexpected Rctl x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05002587 "Type x%x received\n",
James Smarte8b62012007-08-02 11:10:09 -04002588 pring->ringno, Rctl, Type);
James Smart3772a992009-05-22 14:50:54 -04002589
James Smart92d7f7b2007-06-17 19:56:38 -05002590 return 1;
dea31012005-04-17 16:05:31 -05002591}
2592
James Smarte59058c2008-08-24 21:49:00 -04002593/**
James Smart3621a712009-04-06 18:47:14 -04002594 * lpfc_sli_iocbq_lookup - Find command iocb for the given response iocb
James Smarte59058c2008-08-24 21:49:00 -04002595 * @phba: Pointer to HBA context object.
2596 * @pring: Pointer to driver SLI ring object.
2597 * @prspiocb: Pointer to response iocb object.
2598 *
2599 * This function looks up the iocb_lookup table to get the command iocb
2600 * corresponding to the given response iocb using the iotag of the
2601 * response iocb. This function is called with the hbalock held.
2602 * This function returns the command iocb object if it finds the command
2603 * iocb else returns NULL.
2604 **/
dea31012005-04-17 16:05:31 -05002605static struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -05002606lpfc_sli_iocbq_lookup(struct lpfc_hba *phba,
2607 struct lpfc_sli_ring *pring,
2608 struct lpfc_iocbq *prspiocb)
dea31012005-04-17 16:05:31 -05002609{
dea31012005-04-17 16:05:31 -05002610 struct lpfc_iocbq *cmd_iocb = NULL;
2611 uint16_t iotag;
2612
James Bottomley604a3e32005-10-29 10:28:33 -05002613 iotag = prspiocb->iocb.ulpIoTag;
dea31012005-04-17 16:05:31 -05002614
James Bottomley604a3e32005-10-29 10:28:33 -05002615 if (iotag != 0 && iotag <= phba->sli.last_iotag) {
2616 cmd_iocb = phba->sli.iocbq_lookup[iotag];
James Smart92d7f7b2007-06-17 19:56:38 -05002617 list_del_init(&cmd_iocb->list);
James Smart4f2e66c2012-05-09 21:17:07 -04002618 if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) {
James Smart4f2e66c2012-05-09 21:17:07 -04002619 cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smart2a9bf3d2010-06-07 15:24:45 -04002620 }
James Bottomley604a3e32005-10-29 10:28:33 -05002621 return cmd_iocb;
dea31012005-04-17 16:05:31 -05002622 }
2623
dea31012005-04-17 16:05:31 -05002624 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002625 "0317 iotag x%x is out off "
James Bottomley604a3e32005-10-29 10:28:33 -05002626 "range: max iotag x%x wd0 x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04002627 iotag, phba->sli.last_iotag,
James Bottomley604a3e32005-10-29 10:28:33 -05002628 *(((uint32_t *) &prspiocb->iocb) + 7));
dea31012005-04-17 16:05:31 -05002629 return NULL;
2630}
2631
James Smarte59058c2008-08-24 21:49:00 -04002632/**
James Smart3772a992009-05-22 14:50:54 -04002633 * lpfc_sli_iocbq_lookup_by_tag - Find command iocb for the iotag
2634 * @phba: Pointer to HBA context object.
2635 * @pring: Pointer to driver SLI ring object.
2636 * @iotag: IOCB tag.
2637 *
2638 * This function looks up the iocb_lookup table to get the command iocb
2639 * corresponding to the given iotag. This function is called with the
2640 * hbalock held.
2641 * This function returns the command iocb object if it finds the command
2642 * iocb else returns NULL.
2643 **/
2644static struct lpfc_iocbq *
2645lpfc_sli_iocbq_lookup_by_tag(struct lpfc_hba *phba,
2646 struct lpfc_sli_ring *pring, uint16_t iotag)
2647{
2648 struct lpfc_iocbq *cmd_iocb;
2649
2650 if (iotag != 0 && iotag <= phba->sli.last_iotag) {
2651 cmd_iocb = phba->sli.iocbq_lookup[iotag];
James Smart4f2e66c2012-05-09 21:17:07 -04002652 if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) {
2653 /* remove from txcmpl queue list */
2654 list_del_init(&cmd_iocb->list);
2655 cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smart4f2e66c2012-05-09 21:17:07 -04002656 return cmd_iocb;
James Smart2a9bf3d2010-06-07 15:24:45 -04002657 }
James Smart3772a992009-05-22 14:50:54 -04002658 }
James Smart3772a992009-05-22 14:50:54 -04002659 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
2660 "0372 iotag x%x is out off range: max iotag (x%x)\n",
2661 iotag, phba->sli.last_iotag);
2662 return NULL;
2663}
2664
2665/**
James Smart3621a712009-04-06 18:47:14 -04002666 * lpfc_sli_process_sol_iocb - process solicited iocb completion
James Smarte59058c2008-08-24 21:49:00 -04002667 * @phba: Pointer to HBA context object.
2668 * @pring: Pointer to driver SLI ring object.
2669 * @saveq: Pointer to the response iocb to be processed.
2670 *
2671 * This function is called by the ring event handler for non-fcp
2672 * rings when there is a new response iocb in the response ring.
2673 * The caller is not required to hold any locks. This function
2674 * gets the command iocb associated with the response iocb and
2675 * calls the completion handler for the command iocb. If there
2676 * is no completion handler, the function will free the resources
2677 * associated with command iocb. If the response iocb is for
2678 * an already aborted command iocb, the status of the completion
2679 * is changed to IOSTAT_LOCAL_REJECT/IOERR_SLI_ABORTED.
2680 * This function always returns 1.
2681 **/
dea31012005-04-17 16:05:31 -05002682static int
James Smart2e0fef82007-06-17 19:56:36 -05002683lpfc_sli_process_sol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
dea31012005-04-17 16:05:31 -05002684 struct lpfc_iocbq *saveq)
2685{
James Smart2e0fef82007-06-17 19:56:36 -05002686 struct lpfc_iocbq *cmdiocbp;
dea31012005-04-17 16:05:31 -05002687 int rc = 1;
2688 unsigned long iflag;
2689
2690 /* Based on the iotag field, get the cmd IOCB from the txcmplq */
James Smart2e0fef82007-06-17 19:56:36 -05002691 spin_lock_irqsave(&phba->hbalock, iflag);
James Bottomley604a3e32005-10-29 10:28:33 -05002692 cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring, saveq);
James Smart2e0fef82007-06-17 19:56:36 -05002693 spin_unlock_irqrestore(&phba->hbalock, iflag);
2694
dea31012005-04-17 16:05:31 -05002695 if (cmdiocbp) {
2696 if (cmdiocbp->iocb_cmpl) {
2697 /*
James Smartea2151b2008-09-07 11:52:10 -04002698 * If an ELS command failed send an event to mgmt
2699 * application.
2700 */
2701 if (saveq->iocb.ulpStatus &&
2702 (pring->ringno == LPFC_ELS_RING) &&
2703 (cmdiocbp->iocb.ulpCommand ==
2704 CMD_ELS_REQUEST64_CR))
2705 lpfc_send_els_failure_event(phba,
2706 cmdiocbp, saveq);
2707
2708 /*
dea31012005-04-17 16:05:31 -05002709 * Post all ELS completions to the worker thread.
2710 * All other are passed to the completion callback.
2711 */
2712 if (pring->ringno == LPFC_ELS_RING) {
James Smart341af102010-01-26 23:07:37 -05002713 if ((phba->sli_rev < LPFC_SLI_REV4) &&
2714 (cmdiocbp->iocb_flag &
2715 LPFC_DRIVER_ABORTED)) {
2716 spin_lock_irqsave(&phba->hbalock,
2717 iflag);
James Smart07951072007-04-25 09:51:38 -04002718 cmdiocbp->iocb_flag &=
2719 ~LPFC_DRIVER_ABORTED;
James Smart341af102010-01-26 23:07:37 -05002720 spin_unlock_irqrestore(&phba->hbalock,
2721 iflag);
James Smart07951072007-04-25 09:51:38 -04002722 saveq->iocb.ulpStatus =
2723 IOSTAT_LOCAL_REJECT;
2724 saveq->iocb.un.ulpWord[4] =
2725 IOERR_SLI_ABORTED;
James Smart0ff10d42008-01-11 01:52:36 -05002726
2727 /* Firmware could still be in progress
2728 * of DMAing payload, so don't free data
2729 * buffer till after a hbeat.
2730 */
James Smart341af102010-01-26 23:07:37 -05002731 spin_lock_irqsave(&phba->hbalock,
2732 iflag);
James Smart0ff10d42008-01-11 01:52:36 -05002733 saveq->iocb_flag |= LPFC_DELAY_MEM_FREE;
James Smart341af102010-01-26 23:07:37 -05002734 spin_unlock_irqrestore(&phba->hbalock,
2735 iflag);
2736 }
James Smart0f65ff62010-02-26 14:14:23 -05002737 if (phba->sli_rev == LPFC_SLI_REV4) {
2738 if (saveq->iocb_flag &
2739 LPFC_EXCHANGE_BUSY) {
2740 /* Set cmdiocb flag for the
2741 * exchange busy so sgl (xri)
2742 * will not be released until
2743 * the abort xri is received
2744 * from hba.
2745 */
2746 spin_lock_irqsave(
2747 &phba->hbalock, iflag);
2748 cmdiocbp->iocb_flag |=
2749 LPFC_EXCHANGE_BUSY;
2750 spin_unlock_irqrestore(
2751 &phba->hbalock, iflag);
2752 }
2753 if (cmdiocbp->iocb_flag &
2754 LPFC_DRIVER_ABORTED) {
2755 /*
2756 * Clear LPFC_DRIVER_ABORTED
2757 * bit in case it was driver
2758 * initiated abort.
2759 */
2760 spin_lock_irqsave(
2761 &phba->hbalock, iflag);
2762 cmdiocbp->iocb_flag &=
2763 ~LPFC_DRIVER_ABORTED;
2764 spin_unlock_irqrestore(
2765 &phba->hbalock, iflag);
2766 cmdiocbp->iocb.ulpStatus =
2767 IOSTAT_LOCAL_REJECT;
2768 cmdiocbp->iocb.un.ulpWord[4] =
2769 IOERR_ABORT_REQUESTED;
2770 /*
2771 * For SLI4, irsiocb contains
2772 * NO_XRI in sli_xritag, it
2773 * shall not affect releasing
2774 * sgl (xri) process.
2775 */
2776 saveq->iocb.ulpStatus =
2777 IOSTAT_LOCAL_REJECT;
2778 saveq->iocb.un.ulpWord[4] =
2779 IOERR_SLI_ABORTED;
2780 spin_lock_irqsave(
2781 &phba->hbalock, iflag);
2782 saveq->iocb_flag |=
2783 LPFC_DELAY_MEM_FREE;
2784 spin_unlock_irqrestore(
2785 &phba->hbalock, iflag);
2786 }
James Smart07951072007-04-25 09:51:38 -04002787 }
dea31012005-04-17 16:05:31 -05002788 }
James Smart2e0fef82007-06-17 19:56:36 -05002789 (cmdiocbp->iocb_cmpl) (phba, cmdiocbp, saveq);
James Bottomley604a3e32005-10-29 10:28:33 -05002790 } else
2791 lpfc_sli_release_iocbq(phba, cmdiocbp);
dea31012005-04-17 16:05:31 -05002792 } else {
2793 /*
2794 * Unknown initiating command based on the response iotag.
2795 * This could be the case on the ELS ring because of
2796 * lpfc_els_abort().
2797 */
2798 if (pring->ringno != LPFC_ELS_RING) {
2799 /*
2800 * Ring <ringno> handler: unexpected completion IoTag
2801 * <IoTag>
2802 */
James Smarta257bf92009-04-06 18:48:10 -04002803 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002804 "0322 Ring %d handler: "
2805 "unexpected completion IoTag x%x "
2806 "Data: x%x x%x x%x x%x\n",
2807 pring->ringno,
2808 saveq->iocb.ulpIoTag,
2809 saveq->iocb.ulpStatus,
2810 saveq->iocb.un.ulpWord[4],
2811 saveq->iocb.ulpCommand,
2812 saveq->iocb.ulpContext);
dea31012005-04-17 16:05:31 -05002813 }
2814 }
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04002815
dea31012005-04-17 16:05:31 -05002816 return rc;
2817}
2818
James Smarte59058c2008-08-24 21:49:00 -04002819/**
James Smart3621a712009-04-06 18:47:14 -04002820 * lpfc_sli_rsp_pointers_error - Response ring pointer error handler
James Smarte59058c2008-08-24 21:49:00 -04002821 * @phba: Pointer to HBA context object.
2822 * @pring: Pointer to driver SLI ring object.
2823 *
2824 * This function is called from the iocb ring event handlers when
2825 * put pointer is ahead of the get pointer for a ring. This function signal
2826 * an error attention condition to the worker thread and the worker
2827 * thread will transition the HBA to offline state.
2828 **/
James Smart2e0fef82007-06-17 19:56:36 -05002829static void
2830lpfc_sli_rsp_pointers_error(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002831{
James Smart34b02dc2008-08-24 21:49:55 -04002832 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002833 /*
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02002834 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002835 * rsp ring <portRspMax>
2836 */
2837 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002838 "0312 Ring %d handler: portRspPut %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02002839 "is bigger than rsp ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04002840 pring->ringno, le32_to_cpu(pgp->rspPutInx),
James Smart7e56aa22012-08-03 12:35:34 -04002841 pring->sli.sli3.numRiocb);
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002842
James Smart2e0fef82007-06-17 19:56:36 -05002843 phba->link_state = LPFC_HBA_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002844
2845 /*
2846 * All error attention handlers are posted to
2847 * worker thread
2848 */
2849 phba->work_ha |= HA_ERATT;
2850 phba->work_hs = HS_FFER3;
James Smart92d7f7b2007-06-17 19:56:38 -05002851
James Smart5e9d9b82008-06-14 22:52:53 -04002852 lpfc_worker_wake_up(phba);
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002853
2854 return;
2855}
2856
James Smarte59058c2008-08-24 21:49:00 -04002857/**
James Smart3621a712009-04-06 18:47:14 -04002858 * lpfc_poll_eratt - Error attention polling timer timeout handler
James Smart93996272008-08-24 21:50:30 -04002859 * @ptr: Pointer to address of HBA context object.
2860 *
2861 * This function is invoked by the Error Attention polling timer when the
2862 * timer times out. It will check the SLI Error Attention register for
2863 * possible attention events. If so, it will post an Error Attention event
2864 * and wake up worker thread to process it. Otherwise, it will set up the
2865 * Error Attention polling timer for the next poll.
2866 **/
2867void lpfc_poll_eratt(unsigned long ptr)
2868{
2869 struct lpfc_hba *phba;
James Smartaa6fbb72012-08-03 12:36:03 -04002870 uint32_t eratt = 0, rem;
2871 uint64_t sli_intr, cnt;
James Smart93996272008-08-24 21:50:30 -04002872
2873 phba = (struct lpfc_hba *)ptr;
2874
James Smartaa6fbb72012-08-03 12:36:03 -04002875 /* Here we will also keep track of interrupts per sec of the hba */
2876 sli_intr = phba->sli.slistat.sli_intr;
2877
2878 if (phba->sli.slistat.sli_prev_intr > sli_intr)
2879 cnt = (((uint64_t)(-1) - phba->sli.slistat.sli_prev_intr) +
2880 sli_intr);
2881 else
2882 cnt = (sli_intr - phba->sli.slistat.sli_prev_intr);
2883
2884 /* 64-bit integer division not supporte on 32-bit x86 - use do_div */
2885 rem = do_div(cnt, LPFC_ERATT_POLL_INTERVAL);
2886 phba->sli.slistat.sli_ips = cnt;
2887
2888 phba->sli.slistat.sli_prev_intr = sli_intr;
2889
James Smart93996272008-08-24 21:50:30 -04002890 /* Check chip HA register for error event */
2891 eratt = lpfc_sli_check_eratt(phba);
2892
2893 if (eratt)
2894 /* Tell the worker thread there is work to do */
2895 lpfc_worker_wake_up(phba);
2896 else
2897 /* Restart the timer for next eratt poll */
James Smart256ec0d2013-04-17 20:14:58 -04002898 mod_timer(&phba->eratt_poll,
2899 jiffies +
2900 msecs_to_jiffies(1000 * LPFC_ERATT_POLL_INTERVAL));
James Smart93996272008-08-24 21:50:30 -04002901 return;
2902}
2903
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002904
James Smarte59058c2008-08-24 21:49:00 -04002905/**
James Smart3621a712009-04-06 18:47:14 -04002906 * lpfc_sli_handle_fast_ring_event - Handle ring events on FCP ring
James Smarte59058c2008-08-24 21:49:00 -04002907 * @phba: Pointer to HBA context object.
2908 * @pring: Pointer to driver SLI ring object.
2909 * @mask: Host attention register mask for this ring.
2910 *
2911 * This function is called from the interrupt context when there is a ring
2912 * event for the fcp ring. The caller does not hold any lock.
2913 * The function processes each response iocb in the response ring until it
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002914 * finds an iocb with LE bit set and chains all the iocbs up to the iocb with
James Smarte59058c2008-08-24 21:49:00 -04002915 * LE bit set. The function will call the completion handler of the command iocb
2916 * if the response iocb indicates a completion for a command iocb or it is
2917 * an abort completion. The function will call lpfc_sli_process_unsol_iocb
2918 * function if this is an unsolicited iocb.
dea31012005-04-17 16:05:31 -05002919 * This routine presumes LPFC_FCP_RING handling and doesn't bother
James Smart45ed1192009-10-02 15:17:02 -04002920 * to check it explicitly.
2921 */
2922int
James Smart2e0fef82007-06-17 19:56:36 -05002923lpfc_sli_handle_fast_ring_event(struct lpfc_hba *phba,
2924 struct lpfc_sli_ring *pring, uint32_t mask)
dea31012005-04-17 16:05:31 -05002925{
James Smart34b02dc2008-08-24 21:49:55 -04002926 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
dea31012005-04-17 16:05:31 -05002927 IOCB_t *irsp = NULL;
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002928 IOCB_t *entry = NULL;
dea31012005-04-17 16:05:31 -05002929 struct lpfc_iocbq *cmdiocbq = NULL;
2930 struct lpfc_iocbq rspiocbq;
dea31012005-04-17 16:05:31 -05002931 uint32_t status;
2932 uint32_t portRspPut, portRspMax;
2933 int rc = 1;
2934 lpfc_iocb_type type;
2935 unsigned long iflag;
2936 uint32_t rsp_cmpl = 0;
dea31012005-04-17 16:05:31 -05002937
James Smart2e0fef82007-06-17 19:56:36 -05002938 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05002939 pring->stats.iocb_event++;
2940
dea31012005-04-17 16:05:31 -05002941 /*
2942 * The next available response entry should never exceed the maximum
2943 * entries. If it does, treat it as an adapter hardware error.
2944 */
James Smart7e56aa22012-08-03 12:35:34 -04002945 portRspMax = pring->sli.sli3.numRiocb;
dea31012005-04-17 16:05:31 -05002946 portRspPut = le32_to_cpu(pgp->rspPutInx);
2947 if (unlikely(portRspPut >= portRspMax)) {
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002948 lpfc_sli_rsp_pointers_error(phba, pring);
James Smart2e0fef82007-06-17 19:56:36 -05002949 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05002950 return 1;
2951 }
James Smart45ed1192009-10-02 15:17:02 -04002952 if (phba->fcp_ring_in_use) {
2953 spin_unlock_irqrestore(&phba->hbalock, iflag);
2954 return 1;
2955 } else
2956 phba->fcp_ring_in_use = 1;
dea31012005-04-17 16:05:31 -05002957
2958 rmb();
James Smart7e56aa22012-08-03 12:35:34 -04002959 while (pring->sli.sli3.rspidx != portRspPut) {
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002960 /*
2961 * Fetch an entry off the ring and copy it into a local data
2962 * structure. The copy involves a byte-swap since the
2963 * network byte order and pci byte orders are different.
2964 */
James Smarted957682007-06-17 19:56:37 -05002965 entry = lpfc_resp_iocb(phba, pring);
James Smart858c9f62007-06-17 19:56:39 -05002966 phba->last_completion_time = jiffies;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002967
James Smart7e56aa22012-08-03 12:35:34 -04002968 if (++pring->sli.sli3.rspidx >= portRspMax)
2969 pring->sli.sli3.rspidx = 0;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002970
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002971 lpfc_sli_pcimem_bcopy((uint32_t *) entry,
2972 (uint32_t *) &rspiocbq.iocb,
James Smarted957682007-06-17 19:56:37 -05002973 phba->iocb_rsp_size);
James Smarta4bc3372006-12-02 13:34:16 -05002974 INIT_LIST_HEAD(&(rspiocbq.list));
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002975 irsp = &rspiocbq.iocb;
2976
dea31012005-04-17 16:05:31 -05002977 type = lpfc_sli_iocb_cmd_type(irsp->ulpCommand & CMD_IOCB_MASK);
2978 pring->stats.iocb_rsp++;
2979 rsp_cmpl++;
2980
2981 if (unlikely(irsp->ulpStatus)) {
James Smart92d7f7b2007-06-17 19:56:38 -05002982 /*
2983 * If resource errors reported from HBA, reduce
2984 * queuedepths of the SCSI device.
2985 */
2986 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&
James Smarte3d2b802012-08-14 14:25:43 -04002987 ((irsp->un.ulpWord[4] & IOERR_PARAM_MASK) ==
2988 IOERR_NO_RESOURCES)) {
James Smart92d7f7b2007-06-17 19:56:38 -05002989 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04002990 phba->lpfc_rampdown_queue_depth(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05002991 spin_lock_irqsave(&phba->hbalock, iflag);
2992 }
2993
dea31012005-04-17 16:05:31 -05002994 /* Rsp ring <ringno> error: IOCB */
2995 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002996 "0336 Rsp Ring %d error: IOCB Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05002997 "x%x x%x x%x x%x x%x x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04002998 pring->ringno,
James Smart92d7f7b2007-06-17 19:56:38 -05002999 irsp->un.ulpWord[0],
3000 irsp->un.ulpWord[1],
3001 irsp->un.ulpWord[2],
3002 irsp->un.ulpWord[3],
3003 irsp->un.ulpWord[4],
3004 irsp->un.ulpWord[5],
James Smartd7c255b2008-08-24 21:50:00 -04003005 *(uint32_t *)&irsp->un1,
3006 *((uint32_t *)&irsp->un1 + 1));
dea31012005-04-17 16:05:31 -05003007 }
3008
3009 switch (type) {
3010 case LPFC_ABORT_IOCB:
3011 case LPFC_SOL_IOCB:
3012 /*
3013 * Idle exchange closed via ABTS from port. No iocb
3014 * resources need to be recovered.
3015 */
3016 if (unlikely(irsp->ulpCommand == CMD_XRI_ABORTED_CX)) {
James Smartdca94792006-08-01 07:34:08 -04003017 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003018 "0333 IOCB cmd 0x%x"
James Smartdca94792006-08-01 07:34:08 -04003019 " processed. Skipping"
James Smart92d7f7b2007-06-17 19:56:38 -05003020 " completion\n",
James Smartdca94792006-08-01 07:34:08 -04003021 irsp->ulpCommand);
dea31012005-04-17 16:05:31 -05003022 break;
3023 }
3024
James Bottomley604a3e32005-10-29 10:28:33 -05003025 cmdiocbq = lpfc_sli_iocbq_lookup(phba, pring,
3026 &rspiocbq);
James Smart0f65ff62010-02-26 14:14:23 -05003027 if (unlikely(!cmdiocbq))
3028 break;
3029 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED)
3030 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
3031 if (cmdiocbq->iocb_cmpl) {
3032 spin_unlock_irqrestore(&phba->hbalock, iflag);
3033 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq,
3034 &rspiocbq);
3035 spin_lock_irqsave(&phba->hbalock, iflag);
3036 }
dea31012005-04-17 16:05:31 -05003037 break;
James Smarta4bc3372006-12-02 13:34:16 -05003038 case LPFC_UNSOL_IOCB:
James Smart2e0fef82007-06-17 19:56:36 -05003039 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta4bc3372006-12-02 13:34:16 -05003040 lpfc_sli_process_unsol_iocb(phba, pring, &rspiocbq);
James Smart2e0fef82007-06-17 19:56:36 -05003041 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta4bc3372006-12-02 13:34:16 -05003042 break;
dea31012005-04-17 16:05:31 -05003043 default:
3044 if (irsp->ulpCommand == CMD_ADAPTER_MSG) {
3045 char adaptermsg[LPFC_MAX_ADPTMSG];
3046 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG);
3047 memcpy(&adaptermsg[0], (uint8_t *) irsp,
3048 MAX_MSG_DATA);
Joe Perches898eb712007-10-18 03:06:30 -07003049 dev_warn(&((phba->pcidev)->dev),
3050 "lpfc%d: %s\n",
dea31012005-04-17 16:05:31 -05003051 phba->brd_no, adaptermsg);
3052 } else {
3053 /* Unknown IOCB command */
3054 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003055 "0334 Unknown IOCB command "
James Smart92d7f7b2007-06-17 19:56:38 -05003056 "Data: x%x, x%x x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003057 type, irsp->ulpCommand,
James Smart92d7f7b2007-06-17 19:56:38 -05003058 irsp->ulpStatus,
3059 irsp->ulpIoTag,
3060 irsp->ulpContext);
dea31012005-04-17 16:05:31 -05003061 }
3062 break;
3063 }
3064
3065 /*
3066 * The response IOCB has been processed. Update the ring
3067 * pointer in SLIM. If the port response put pointer has not
3068 * been updated, sync the pgp->rspPutInx and fetch the new port
3069 * response put pointer.
3070 */
James Smart7e56aa22012-08-03 12:35:34 -04003071 writel(pring->sli.sli3.rspidx,
3072 &phba->host_gp[pring->ringno].rspGetInx);
dea31012005-04-17 16:05:31 -05003073
James Smart7e56aa22012-08-03 12:35:34 -04003074 if (pring->sli.sli3.rspidx == portRspPut)
dea31012005-04-17 16:05:31 -05003075 portRspPut = le32_to_cpu(pgp->rspPutInx);
3076 }
3077
3078 if ((rsp_cmpl > 0) && (mask & HA_R0RE_REQ)) {
3079 pring->stats.iocb_rsp_full++;
3080 status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4));
3081 writel(status, phba->CAregaddr);
3082 readl(phba->CAregaddr);
3083 }
3084 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
3085 pring->flag &= ~LPFC_CALL_RING_AVAILABLE;
3086 pring->stats.iocb_cmd_empty++;
3087
3088 /* Force update of the local copy of cmdGetInx */
James Smart7e56aa22012-08-03 12:35:34 -04003089 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05003090 lpfc_sli_resume_iocb(phba, pring);
3091
3092 if ((pring->lpfc_sli_cmd_available))
3093 (pring->lpfc_sli_cmd_available) (phba, pring);
3094
3095 }
3096
James Smart45ed1192009-10-02 15:17:02 -04003097 phba->fcp_ring_in_use = 0;
James Smart2e0fef82007-06-17 19:56:36 -05003098 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003099 return rc;
3100}
3101
James Smarte59058c2008-08-24 21:49:00 -04003102/**
James Smart3772a992009-05-22 14:50:54 -04003103 * lpfc_sli_sp_handle_rspiocb - Handle slow-path response iocb
3104 * @phba: Pointer to HBA context object.
3105 * @pring: Pointer to driver SLI ring object.
3106 * @rspiocbp: Pointer to driver response IOCB object.
3107 *
3108 * This function is called from the worker thread when there is a slow-path
3109 * response IOCB to process. This function chains all the response iocbs until
3110 * seeing the iocb with the LE bit set. The function will call
3111 * lpfc_sli_process_sol_iocb function if the response iocb indicates a
3112 * completion of a command iocb. The function will call the
3113 * lpfc_sli_process_unsol_iocb function if this is an unsolicited iocb.
3114 * The function frees the resources or calls the completion handler if this
3115 * iocb is an abort completion. The function returns NULL when the response
3116 * iocb has the LE bit set and all the chained iocbs are processed, otherwise
3117 * this function shall chain the iocb on to the iocb_continueq and return the
3118 * response iocb passed in.
3119 **/
3120static struct lpfc_iocbq *
3121lpfc_sli_sp_handle_rspiocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
3122 struct lpfc_iocbq *rspiocbp)
3123{
3124 struct lpfc_iocbq *saveq;
3125 struct lpfc_iocbq *cmdiocbp;
3126 struct lpfc_iocbq *next_iocb;
3127 IOCB_t *irsp = NULL;
3128 uint32_t free_saveq;
3129 uint8_t iocb_cmd_type;
3130 lpfc_iocb_type type;
3131 unsigned long iflag;
3132 int rc;
3133
3134 spin_lock_irqsave(&phba->hbalock, iflag);
3135 /* First add the response iocb to the countinueq list */
3136 list_add_tail(&rspiocbp->list, &(pring->iocb_continueq));
3137 pring->iocb_continueq_cnt++;
3138
Justin P. Mattock70f23fd2011-05-10 10:16:21 +02003139 /* Now, determine whether the list is completed for processing */
James Smart3772a992009-05-22 14:50:54 -04003140 irsp = &rspiocbp->iocb;
3141 if (irsp->ulpLe) {
3142 /*
3143 * By default, the driver expects to free all resources
3144 * associated with this iocb completion.
3145 */
3146 free_saveq = 1;
3147 saveq = list_get_first(&pring->iocb_continueq,
3148 struct lpfc_iocbq, list);
3149 irsp = &(saveq->iocb);
3150 list_del_init(&pring->iocb_continueq);
3151 pring->iocb_continueq_cnt = 0;
3152
3153 pring->stats.iocb_rsp++;
3154
3155 /*
3156 * If resource errors reported from HBA, reduce
3157 * queuedepths of the SCSI device.
3158 */
3159 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&
James Smarte3d2b802012-08-14 14:25:43 -04003160 ((irsp->un.ulpWord[4] & IOERR_PARAM_MASK) ==
3161 IOERR_NO_RESOURCES)) {
James Smart3772a992009-05-22 14:50:54 -04003162 spin_unlock_irqrestore(&phba->hbalock, iflag);
3163 phba->lpfc_rampdown_queue_depth(phba);
3164 spin_lock_irqsave(&phba->hbalock, iflag);
3165 }
3166
3167 if (irsp->ulpStatus) {
3168 /* Rsp ring <ringno> error: IOCB */
3169 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3170 "0328 Rsp Ring %d error: "
3171 "IOCB Data: "
3172 "x%x x%x x%x x%x "
3173 "x%x x%x x%x x%x "
3174 "x%x x%x x%x x%x "
3175 "x%x x%x x%x x%x\n",
3176 pring->ringno,
3177 irsp->un.ulpWord[0],
3178 irsp->un.ulpWord[1],
3179 irsp->un.ulpWord[2],
3180 irsp->un.ulpWord[3],
3181 irsp->un.ulpWord[4],
3182 irsp->un.ulpWord[5],
3183 *(((uint32_t *) irsp) + 6),
3184 *(((uint32_t *) irsp) + 7),
3185 *(((uint32_t *) irsp) + 8),
3186 *(((uint32_t *) irsp) + 9),
3187 *(((uint32_t *) irsp) + 10),
3188 *(((uint32_t *) irsp) + 11),
3189 *(((uint32_t *) irsp) + 12),
3190 *(((uint32_t *) irsp) + 13),
3191 *(((uint32_t *) irsp) + 14),
3192 *(((uint32_t *) irsp) + 15));
3193 }
3194
3195 /*
3196 * Fetch the IOCB command type and call the correct completion
3197 * routine. Solicited and Unsolicited IOCBs on the ELS ring
3198 * get freed back to the lpfc_iocb_list by the discovery
3199 * kernel thread.
3200 */
3201 iocb_cmd_type = irsp->ulpCommand & CMD_IOCB_MASK;
3202 type = lpfc_sli_iocb_cmd_type(iocb_cmd_type);
3203 switch (type) {
3204 case LPFC_SOL_IOCB:
3205 spin_unlock_irqrestore(&phba->hbalock, iflag);
3206 rc = lpfc_sli_process_sol_iocb(phba, pring, saveq);
3207 spin_lock_irqsave(&phba->hbalock, iflag);
3208 break;
3209
3210 case LPFC_UNSOL_IOCB:
3211 spin_unlock_irqrestore(&phba->hbalock, iflag);
3212 rc = lpfc_sli_process_unsol_iocb(phba, pring, saveq);
3213 spin_lock_irqsave(&phba->hbalock, iflag);
3214 if (!rc)
3215 free_saveq = 0;
3216 break;
3217
3218 case LPFC_ABORT_IOCB:
3219 cmdiocbp = NULL;
3220 if (irsp->ulpCommand != CMD_XRI_ABORTED_CX)
3221 cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring,
3222 saveq);
3223 if (cmdiocbp) {
3224 /* Call the specified completion routine */
3225 if (cmdiocbp->iocb_cmpl) {
3226 spin_unlock_irqrestore(&phba->hbalock,
3227 iflag);
3228 (cmdiocbp->iocb_cmpl)(phba, cmdiocbp,
3229 saveq);
3230 spin_lock_irqsave(&phba->hbalock,
3231 iflag);
3232 } else
3233 __lpfc_sli_release_iocbq(phba,
3234 cmdiocbp);
3235 }
3236 break;
3237
3238 case LPFC_UNKNOWN_IOCB:
3239 if (irsp->ulpCommand == CMD_ADAPTER_MSG) {
3240 char adaptermsg[LPFC_MAX_ADPTMSG];
3241 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG);
3242 memcpy(&adaptermsg[0], (uint8_t *)irsp,
3243 MAX_MSG_DATA);
3244 dev_warn(&((phba->pcidev)->dev),
3245 "lpfc%d: %s\n",
3246 phba->brd_no, adaptermsg);
3247 } else {
3248 /* Unknown IOCB command */
3249 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3250 "0335 Unknown IOCB "
3251 "command Data: x%x "
3252 "x%x x%x x%x\n",
3253 irsp->ulpCommand,
3254 irsp->ulpStatus,
3255 irsp->ulpIoTag,
3256 irsp->ulpContext);
3257 }
3258 break;
3259 }
3260
3261 if (free_saveq) {
3262 list_for_each_entry_safe(rspiocbp, next_iocb,
3263 &saveq->list, list) {
James Smart61f35bf2013-05-31 17:03:48 -04003264 list_del_init(&rspiocbp->list);
James Smart3772a992009-05-22 14:50:54 -04003265 __lpfc_sli_release_iocbq(phba, rspiocbp);
3266 }
3267 __lpfc_sli_release_iocbq(phba, saveq);
3268 }
3269 rspiocbp = NULL;
3270 }
3271 spin_unlock_irqrestore(&phba->hbalock, iflag);
3272 return rspiocbp;
3273}
3274
3275/**
3276 * lpfc_sli_handle_slow_ring_event - Wrapper func for handling slow-path iocbs
James Smarte59058c2008-08-24 21:49:00 -04003277 * @phba: Pointer to HBA context object.
3278 * @pring: Pointer to driver SLI ring object.
3279 * @mask: Host attention register mask for this ring.
3280 *
James Smart3772a992009-05-22 14:50:54 -04003281 * This routine wraps the actual slow_ring event process routine from the
3282 * API jump table function pointer from the lpfc_hba struct.
James Smarte59058c2008-08-24 21:49:00 -04003283 **/
James Smart3772a992009-05-22 14:50:54 -04003284void
James Smart2e0fef82007-06-17 19:56:36 -05003285lpfc_sli_handle_slow_ring_event(struct lpfc_hba *phba,
3286 struct lpfc_sli_ring *pring, uint32_t mask)
dea31012005-04-17 16:05:31 -05003287{
James Smart3772a992009-05-22 14:50:54 -04003288 phba->lpfc_sli_handle_slow_ring_event(phba, pring, mask);
3289}
3290
3291/**
3292 * lpfc_sli_handle_slow_ring_event_s3 - Handle SLI3 ring event for non-FCP rings
3293 * @phba: Pointer to HBA context object.
3294 * @pring: Pointer to driver SLI ring object.
3295 * @mask: Host attention register mask for this ring.
3296 *
3297 * This function is called from the worker thread when there is a ring event
3298 * for non-fcp rings. The caller does not hold any lock. The function will
3299 * remove each response iocb in the response ring and calls the handle
3300 * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it.
3301 **/
3302static void
3303lpfc_sli_handle_slow_ring_event_s3(struct lpfc_hba *phba,
3304 struct lpfc_sli_ring *pring, uint32_t mask)
3305{
James Smart34b02dc2008-08-24 21:49:55 -04003306 struct lpfc_pgp *pgp;
dea31012005-04-17 16:05:31 -05003307 IOCB_t *entry;
3308 IOCB_t *irsp = NULL;
3309 struct lpfc_iocbq *rspiocbp = NULL;
dea31012005-04-17 16:05:31 -05003310 uint32_t portRspPut, portRspMax;
dea31012005-04-17 16:05:31 -05003311 unsigned long iflag;
James Smart3772a992009-05-22 14:50:54 -04003312 uint32_t status;
dea31012005-04-17 16:05:31 -05003313
James Smart34b02dc2008-08-24 21:49:55 -04003314 pgp = &phba->port_gp[pring->ringno];
James Smart2e0fef82007-06-17 19:56:36 -05003315 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003316 pring->stats.iocb_event++;
3317
dea31012005-04-17 16:05:31 -05003318 /*
3319 * The next available response entry should never exceed the maximum
3320 * entries. If it does, treat it as an adapter hardware error.
3321 */
James Smart7e56aa22012-08-03 12:35:34 -04003322 portRspMax = pring->sli.sli3.numRiocb;
dea31012005-04-17 16:05:31 -05003323 portRspPut = le32_to_cpu(pgp->rspPutInx);
3324 if (portRspPut >= portRspMax) {
3325 /*
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003326 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
dea31012005-04-17 16:05:31 -05003327 * rsp ring <portRspMax>
3328 */
James Smarted957682007-06-17 19:56:37 -05003329 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003330 "0303 Ring %d handler: portRspPut %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003331 "is bigger than rsp ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003332 pring->ringno, portRspPut, portRspMax);
dea31012005-04-17 16:05:31 -05003333
James Smart2e0fef82007-06-17 19:56:36 -05003334 phba->link_state = LPFC_HBA_ERROR;
3335 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003336
3337 phba->work_hs = HS_FFER3;
3338 lpfc_handle_eratt(phba);
3339
James Smart3772a992009-05-22 14:50:54 -04003340 return;
dea31012005-04-17 16:05:31 -05003341 }
3342
3343 rmb();
James Smart7e56aa22012-08-03 12:35:34 -04003344 while (pring->sli.sli3.rspidx != portRspPut) {
dea31012005-04-17 16:05:31 -05003345 /*
3346 * Build a completion list and call the appropriate handler.
3347 * The process is to get the next available response iocb, get
3348 * a free iocb from the list, copy the response data into the
3349 * free iocb, insert to the continuation list, and update the
3350 * next response index to slim. This process makes response
3351 * iocb's in the ring available to DMA as fast as possible but
3352 * pays a penalty for a copy operation. Since the iocb is
3353 * only 32 bytes, this penalty is considered small relative to
3354 * the PCI reads for register values and a slim write. When
3355 * the ulpLe field is set, the entire Command has been
3356 * received.
3357 */
James Smarted957682007-06-17 19:56:37 -05003358 entry = lpfc_resp_iocb(phba, pring);
3359
James Smart858c9f62007-06-17 19:56:39 -05003360 phba->last_completion_time = jiffies;
James Smart2e0fef82007-06-17 19:56:36 -05003361 rspiocbp = __lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05003362 if (rspiocbp == NULL) {
3363 printk(KERN_ERR "%s: out of buffers! Failing "
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07003364 "completion.\n", __func__);
dea31012005-04-17 16:05:31 -05003365 break;
3366 }
3367
James Smarted957682007-06-17 19:56:37 -05003368 lpfc_sli_pcimem_bcopy(entry, &rspiocbp->iocb,
3369 phba->iocb_rsp_size);
dea31012005-04-17 16:05:31 -05003370 irsp = &rspiocbp->iocb;
3371
James Smart7e56aa22012-08-03 12:35:34 -04003372 if (++pring->sli.sli3.rspidx >= portRspMax)
3373 pring->sli.sli3.rspidx = 0;
dea31012005-04-17 16:05:31 -05003374
James Smarta58cbd52007-08-02 11:09:43 -04003375 if (pring->ringno == LPFC_ELS_RING) {
3376 lpfc_debugfs_slow_ring_trc(phba,
3377 "IOCB rsp ring: wd4:x%08x wd6:x%08x wd7:x%08x",
3378 *(((uint32_t *) irsp) + 4),
3379 *(((uint32_t *) irsp) + 6),
3380 *(((uint32_t *) irsp) + 7));
3381 }
3382
James Smart7e56aa22012-08-03 12:35:34 -04003383 writel(pring->sli.sli3.rspidx,
3384 &phba->host_gp[pring->ringno].rspGetInx);
dea31012005-04-17 16:05:31 -05003385
James Smart3772a992009-05-22 14:50:54 -04003386 spin_unlock_irqrestore(&phba->hbalock, iflag);
3387 /* Handle the response IOCB */
3388 rspiocbp = lpfc_sli_sp_handle_rspiocb(phba, pring, rspiocbp);
3389 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003390
3391 /*
3392 * If the port response put pointer has not been updated, sync
3393 * the pgp->rspPutInx in the MAILBOX_tand fetch the new port
3394 * response put pointer.
3395 */
James Smart7e56aa22012-08-03 12:35:34 -04003396 if (pring->sli.sli3.rspidx == portRspPut) {
dea31012005-04-17 16:05:31 -05003397 portRspPut = le32_to_cpu(pgp->rspPutInx);
3398 }
James Smart7e56aa22012-08-03 12:35:34 -04003399 } /* while (pring->sli.sli3.rspidx != portRspPut) */
dea31012005-04-17 16:05:31 -05003400
James Smart92d7f7b2007-06-17 19:56:38 -05003401 if ((rspiocbp != NULL) && (mask & HA_R0RE_REQ)) {
dea31012005-04-17 16:05:31 -05003402 /* At least one response entry has been freed */
3403 pring->stats.iocb_rsp_full++;
3404 /* SET RxRE_RSP in Chip Att register */
3405 status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4));
3406 writel(status, phba->CAregaddr);
3407 readl(phba->CAregaddr); /* flush */
3408 }
3409 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
3410 pring->flag &= ~LPFC_CALL_RING_AVAILABLE;
3411 pring->stats.iocb_cmd_empty++;
3412
3413 /* Force update of the local copy of cmdGetInx */
James Smart7e56aa22012-08-03 12:35:34 -04003414 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05003415 lpfc_sli_resume_iocb(phba, pring);
3416
3417 if ((pring->lpfc_sli_cmd_available))
3418 (pring->lpfc_sli_cmd_available) (phba, pring);
3419
3420 }
3421
James Smart2e0fef82007-06-17 19:56:36 -05003422 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04003423 return;
dea31012005-04-17 16:05:31 -05003424}
3425
James Smarte59058c2008-08-24 21:49:00 -04003426/**
James Smart4f774512009-05-22 14:52:35 -04003427 * lpfc_sli_handle_slow_ring_event_s4 - Handle SLI4 slow-path els events
3428 * @phba: Pointer to HBA context object.
3429 * @pring: Pointer to driver SLI ring object.
3430 * @mask: Host attention register mask for this ring.
3431 *
3432 * This function is called from the worker thread when there is a pending
3433 * ELS response iocb on the driver internal slow-path response iocb worker
3434 * queue. The caller does not hold any lock. The function will remove each
3435 * response iocb from the response worker queue and calls the handle
3436 * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it.
3437 **/
3438static void
3439lpfc_sli_handle_slow_ring_event_s4(struct lpfc_hba *phba,
3440 struct lpfc_sli_ring *pring, uint32_t mask)
3441{
3442 struct lpfc_iocbq *irspiocbq;
James Smart4d9ab992009-10-02 15:16:39 -04003443 struct hbq_dmabuf *dmabuf;
3444 struct lpfc_cq_event *cq_event;
James Smart4f774512009-05-22 14:52:35 -04003445 unsigned long iflag;
3446
James Smart45ed1192009-10-02 15:17:02 -04003447 spin_lock_irqsave(&phba->hbalock, iflag);
3448 phba->hba_flag &= ~HBA_SP_QUEUE_EVT;
3449 spin_unlock_irqrestore(&phba->hbalock, iflag);
3450 while (!list_empty(&phba->sli4_hba.sp_queue_event)) {
James Smart4f774512009-05-22 14:52:35 -04003451 /* Get the response iocb from the head of work queue */
3452 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart45ed1192009-10-02 15:17:02 -04003453 list_remove_head(&phba->sli4_hba.sp_queue_event,
James Smart4d9ab992009-10-02 15:16:39 -04003454 cq_event, struct lpfc_cq_event, list);
James Smart4f774512009-05-22 14:52:35 -04003455 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart4d9ab992009-10-02 15:16:39 -04003456
3457 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) {
3458 case CQE_CODE_COMPL_WQE:
3459 irspiocbq = container_of(cq_event, struct lpfc_iocbq,
3460 cq_event);
James Smart45ed1192009-10-02 15:17:02 -04003461 /* Translate ELS WCQE to response IOCBQ */
3462 irspiocbq = lpfc_sli4_els_wcqe_to_rspiocbq(phba,
3463 irspiocbq);
3464 if (irspiocbq)
3465 lpfc_sli_sp_handle_rspiocb(phba, pring,
3466 irspiocbq);
James Smart4d9ab992009-10-02 15:16:39 -04003467 break;
3468 case CQE_CODE_RECEIVE:
James Smart7851fe22011-07-22 18:36:52 -04003469 case CQE_CODE_RECEIVE_V1:
James Smart4d9ab992009-10-02 15:16:39 -04003470 dmabuf = container_of(cq_event, struct hbq_dmabuf,
3471 cq_event);
3472 lpfc_sli4_handle_received_buffer(phba, dmabuf);
3473 break;
3474 default:
3475 break;
3476 }
James Smart4f774512009-05-22 14:52:35 -04003477 }
3478}
3479
3480/**
James Smart3621a712009-04-06 18:47:14 -04003481 * lpfc_sli_abort_iocb_ring - Abort all iocbs in the ring
James Smarte59058c2008-08-24 21:49:00 -04003482 * @phba: Pointer to HBA context object.
3483 * @pring: Pointer to driver SLI ring object.
3484 *
3485 * This function aborts all iocbs in the given ring and frees all the iocb
3486 * objects in txq. This function issues an abort iocb for all the iocb commands
3487 * in txcmplq. The iocbs in the txcmplq is not guaranteed to complete before
3488 * the return of this function. The caller is not required to hold any locks.
3489 **/
James Smart2e0fef82007-06-17 19:56:36 -05003490void
dea31012005-04-17 16:05:31 -05003491lpfc_sli_abort_iocb_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
3492{
James Smart2534ba72007-04-25 09:52:20 -04003493 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05003494 struct lpfc_iocbq *iocb, *next_iocb;
dea31012005-04-17 16:05:31 -05003495
James Smart92d7f7b2007-06-17 19:56:38 -05003496 if (pring->ringno == LPFC_ELS_RING) {
3497 lpfc_fabric_abort_hba(phba);
3498 }
3499
dea31012005-04-17 16:05:31 -05003500 /* Error everything on txq and txcmplq
3501 * First do the txq.
3502 */
James Smart2e0fef82007-06-17 19:56:36 -05003503 spin_lock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04003504 list_splice_init(&pring->txq, &completions);
dea31012005-04-17 16:05:31 -05003505
3506 /* Next issue ABTS for everything on the txcmplq */
James Smart2534ba72007-04-25 09:52:20 -04003507 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list)
3508 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
3509
James Smart2e0fef82007-06-17 19:56:36 -05003510 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04003511
James Smarta257bf92009-04-06 18:48:10 -04003512 /* Cancel all the IOCBs from the completions list */
3513 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
3514 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05003515}
3516
James Smarte59058c2008-08-24 21:49:00 -04003517/**
James Smart3621a712009-04-06 18:47:14 -04003518 * lpfc_sli_flush_fcp_rings - flush all iocbs in the fcp ring
James Smarta8e497d2008-08-24 21:50:11 -04003519 * @phba: Pointer to HBA context object.
3520 *
3521 * This function flushes all iocbs in the fcp ring and frees all the iocb
3522 * objects in txq and txcmplq. This function will not issue abort iocbs
3523 * for all the iocb commands in txcmplq, they will just be returned with
3524 * IOERR_SLI_DOWN. This function is invoked with EEH when device's PCI
3525 * slot has been permanently disabled.
3526 **/
3527void
3528lpfc_sli_flush_fcp_rings(struct lpfc_hba *phba)
3529{
3530 LIST_HEAD(txq);
3531 LIST_HEAD(txcmplq);
James Smarta8e497d2008-08-24 21:50:11 -04003532 struct lpfc_sli *psli = &phba->sli;
3533 struct lpfc_sli_ring *pring;
3534
3535 /* Currently, only one fcp ring */
3536 pring = &psli->ring[psli->fcp_ring];
3537
3538 spin_lock_irq(&phba->hbalock);
3539 /* Retrieve everything on txq */
3540 list_splice_init(&pring->txq, &txq);
James Smarta8e497d2008-08-24 21:50:11 -04003541
3542 /* Retrieve everything on the txcmplq */
3543 list_splice_init(&pring->txcmplq, &txcmplq);
James Smart4f2e66c2012-05-09 21:17:07 -04003544
3545 /* Indicate the I/O queues are flushed */
3546 phba->hba_flag |= HBA_FCP_IOQ_FLUSH;
James Smarta8e497d2008-08-24 21:50:11 -04003547 spin_unlock_irq(&phba->hbalock);
3548
3549 /* Flush the txq */
James Smarta257bf92009-04-06 18:48:10 -04003550 lpfc_sli_cancel_iocbs(phba, &txq, IOSTAT_LOCAL_REJECT,
3551 IOERR_SLI_DOWN);
James Smarta8e497d2008-08-24 21:50:11 -04003552
3553 /* Flush the txcmpq */
James Smarta257bf92009-04-06 18:48:10 -04003554 lpfc_sli_cancel_iocbs(phba, &txcmplq, IOSTAT_LOCAL_REJECT,
3555 IOERR_SLI_DOWN);
James Smarta8e497d2008-08-24 21:50:11 -04003556}
3557
3558/**
James Smart3772a992009-05-22 14:50:54 -04003559 * lpfc_sli_brdready_s3 - Check for sli3 host ready status
James Smarte59058c2008-08-24 21:49:00 -04003560 * @phba: Pointer to HBA context object.
3561 * @mask: Bit mask to be checked.
3562 *
3563 * This function reads the host status register and compares
3564 * with the provided bit mask to check if HBA completed
3565 * the restart. This function will wait in a loop for the
3566 * HBA to complete restart. If the HBA does not restart within
3567 * 15 iterations, the function will reset the HBA again. The
3568 * function returns 1 when HBA fail to restart otherwise returns
3569 * zero.
3570 **/
James Smart3772a992009-05-22 14:50:54 -04003571static int
3572lpfc_sli_brdready_s3(struct lpfc_hba *phba, uint32_t mask)
dea31012005-04-17 16:05:31 -05003573{
Jamie Wellnitz41415862006-02-28 19:25:27 -05003574 uint32_t status;
3575 int i = 0;
3576 int retval = 0;
dea31012005-04-17 16:05:31 -05003577
Jamie Wellnitz41415862006-02-28 19:25:27 -05003578 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05003579 if (lpfc_readl(phba->HSregaddr, &status))
3580 return 1;
dea31012005-04-17 16:05:31 -05003581
Jamie Wellnitz41415862006-02-28 19:25:27 -05003582 /*
3583 * Check status register every 100ms for 5 retries, then every
3584 * 500ms for 5, then every 2.5 sec for 5, then reset board and
3585 * every 2.5 sec for 4.
3586 * Break our of the loop if errors occurred during init.
3587 */
3588 while (((status & mask) != mask) &&
3589 !(status & HS_FFERM) &&
3590 i++ < 20) {
dea31012005-04-17 16:05:31 -05003591
Jamie Wellnitz41415862006-02-28 19:25:27 -05003592 if (i <= 5)
3593 msleep(10);
3594 else if (i <= 10)
3595 msleep(500);
3596 else
3597 msleep(2500);
dea31012005-04-17 16:05:31 -05003598
Jamie Wellnitz41415862006-02-28 19:25:27 -05003599 if (i == 15) {
James Smart2e0fef82007-06-17 19:56:36 -05003600 /* Do post */
James Smart92d7f7b2007-06-17 19:56:38 -05003601 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003602 lpfc_sli_brdrestart(phba);
3603 }
3604 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05003605 if (lpfc_readl(phba->HSregaddr, &status)) {
3606 retval = 1;
3607 break;
3608 }
dea31012005-04-17 16:05:31 -05003609 }
dea31012005-04-17 16:05:31 -05003610
Jamie Wellnitz41415862006-02-28 19:25:27 -05003611 /* Check to see if any errors occurred during init */
3612 if ((status & HS_FFERM) || (i >= 20)) {
James Smarte40a02c2010-02-26 14:13:54 -05003613 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3614 "2751 Adapter failed to restart, "
3615 "status reg x%x, FW Data: A8 x%x AC x%x\n",
3616 status,
3617 readl(phba->MBslimaddr + 0xa8),
3618 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05003619 phba->link_state = LPFC_HBA_ERROR;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003620 retval = 1;
3621 }
dea31012005-04-17 16:05:31 -05003622
Jamie Wellnitz41415862006-02-28 19:25:27 -05003623 return retval;
dea31012005-04-17 16:05:31 -05003624}
3625
James Smartda0436e2009-05-22 14:51:39 -04003626/**
3627 * lpfc_sli_brdready_s4 - Check for sli4 host ready status
3628 * @phba: Pointer to HBA context object.
3629 * @mask: Bit mask to be checked.
3630 *
3631 * This function checks the host status register to check if HBA is
3632 * ready. This function will wait in a loop for the HBA to be ready
3633 * If the HBA is not ready , the function will will reset the HBA PCI
3634 * function again. The function returns 1 when HBA fail to be ready
3635 * otherwise returns zero.
3636 **/
3637static int
3638lpfc_sli_brdready_s4(struct lpfc_hba *phba, uint32_t mask)
3639{
3640 uint32_t status;
3641 int retval = 0;
3642
3643 /* Read the HBA Host Status Register */
3644 status = lpfc_sli4_post_status_check(phba);
3645
3646 if (status) {
3647 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
3648 lpfc_sli_brdrestart(phba);
3649 status = lpfc_sli4_post_status_check(phba);
3650 }
3651
3652 /* Check to see if any errors occurred during init */
3653 if (status) {
3654 phba->link_state = LPFC_HBA_ERROR;
3655 retval = 1;
3656 } else
3657 phba->sli4_hba.intr_enable = 0;
3658
3659 return retval;
3660}
3661
3662/**
3663 * lpfc_sli_brdready - Wrapper func for checking the hba readyness
3664 * @phba: Pointer to HBA context object.
3665 * @mask: Bit mask to be checked.
3666 *
3667 * This routine wraps the actual SLI3 or SLI4 hba readyness check routine
3668 * from the API jump table function pointer from the lpfc_hba struct.
3669 **/
3670int
3671lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask)
3672{
3673 return phba->lpfc_sli_brdready(phba, mask);
3674}
3675
James Smart92908312006-03-07 15:04:13 -05003676#define BARRIER_TEST_PATTERN (0xdeadbeef)
3677
James Smarte59058c2008-08-24 21:49:00 -04003678/**
James Smart3621a712009-04-06 18:47:14 -04003679 * lpfc_reset_barrier - Make HBA ready for HBA reset
James Smarte59058c2008-08-24 21:49:00 -04003680 * @phba: Pointer to HBA context object.
3681 *
James Smart1b511972011-12-13 13:23:09 -05003682 * This function is called before resetting an HBA. This function is called
3683 * with hbalock held and requests HBA to quiesce DMAs before a reset.
James Smarte59058c2008-08-24 21:49:00 -04003684 **/
James Smart2e0fef82007-06-17 19:56:36 -05003685void lpfc_reset_barrier(struct lpfc_hba *phba)
James Smart92908312006-03-07 15:04:13 -05003686{
James Smart65a29c12006-07-06 15:50:50 -04003687 uint32_t __iomem *resp_buf;
3688 uint32_t __iomem *mbox_buf;
James Smart92908312006-03-07 15:04:13 -05003689 volatile uint32_t mbox;
James Smart9940b972011-03-11 16:06:12 -05003690 uint32_t hc_copy, ha_copy, resp_data;
James Smart92908312006-03-07 15:04:13 -05003691 int i;
3692 uint8_t hdrtype;
3693
3694 pci_read_config_byte(phba->pcidev, PCI_HEADER_TYPE, &hdrtype);
3695 if (hdrtype != 0x80 ||
3696 (FC_JEDEC_ID(phba->vpd.rev.biuRev) != HELIOS_JEDEC_ID &&
3697 FC_JEDEC_ID(phba->vpd.rev.biuRev) != THOR_JEDEC_ID))
3698 return;
3699
3700 /*
3701 * Tell the other part of the chip to suspend temporarily all
3702 * its DMA activity.
3703 */
James Smart65a29c12006-07-06 15:50:50 -04003704 resp_buf = phba->MBslimaddr;
James Smart92908312006-03-07 15:04:13 -05003705
3706 /* Disable the error attention */
James Smart9940b972011-03-11 16:06:12 -05003707 if (lpfc_readl(phba->HCregaddr, &hc_copy))
3708 return;
James Smart92908312006-03-07 15:04:13 -05003709 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr);
3710 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05003711 phba->link_flag |= LS_IGNORE_ERATT;
James Smart92908312006-03-07 15:04:13 -05003712
James Smart9940b972011-03-11 16:06:12 -05003713 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3714 return;
3715 if (ha_copy & HA_ERATT) {
James Smart92908312006-03-07 15:04:13 -05003716 /* Clear Chip error bit */
3717 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003718 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003719 }
3720
3721 mbox = 0;
3722 ((MAILBOX_t *)&mbox)->mbxCommand = MBX_KILL_BOARD;
3723 ((MAILBOX_t *)&mbox)->mbxOwner = OWN_CHIP;
3724
3725 writel(BARRIER_TEST_PATTERN, (resp_buf + 1));
James Smart65a29c12006-07-06 15:50:50 -04003726 mbox_buf = phba->MBslimaddr;
James Smart92908312006-03-07 15:04:13 -05003727 writel(mbox, mbox_buf);
3728
James Smart9940b972011-03-11 16:06:12 -05003729 for (i = 0; i < 50; i++) {
3730 if (lpfc_readl((resp_buf + 1), &resp_data))
3731 return;
3732 if (resp_data != ~(BARRIER_TEST_PATTERN))
3733 mdelay(1);
3734 else
3735 break;
3736 }
3737 resp_data = 0;
3738 if (lpfc_readl((resp_buf + 1), &resp_data))
3739 return;
3740 if (resp_data != ~(BARRIER_TEST_PATTERN)) {
James Smartf4b4c682009-05-22 14:53:12 -04003741 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE ||
James Smart2e0fef82007-06-17 19:56:36 -05003742 phba->pport->stopped)
James Smart92908312006-03-07 15:04:13 -05003743 goto restore_hc;
3744 else
3745 goto clear_errat;
3746 }
3747
3748 ((MAILBOX_t *)&mbox)->mbxOwner = OWN_HOST;
James Smart9940b972011-03-11 16:06:12 -05003749 resp_data = 0;
3750 for (i = 0; i < 500; i++) {
3751 if (lpfc_readl(resp_buf, &resp_data))
3752 return;
3753 if (resp_data != mbox)
3754 mdelay(1);
3755 else
3756 break;
3757 }
James Smart92908312006-03-07 15:04:13 -05003758
3759clear_errat:
3760
James Smart9940b972011-03-11 16:06:12 -05003761 while (++i < 500) {
3762 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3763 return;
3764 if (!(ha_copy & HA_ERATT))
3765 mdelay(1);
3766 else
3767 break;
3768 }
James Smart92908312006-03-07 15:04:13 -05003769
3770 if (readl(phba->HAregaddr) & HA_ERATT) {
3771 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003772 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003773 }
3774
3775restore_hc:
James Smart2e0fef82007-06-17 19:56:36 -05003776 phba->link_flag &= ~LS_IGNORE_ERATT;
James Smart92908312006-03-07 15:04:13 -05003777 writel(hc_copy, phba->HCregaddr);
3778 readl(phba->HCregaddr); /* flush */
3779}
3780
James Smarte59058c2008-08-24 21:49:00 -04003781/**
James Smart3621a712009-04-06 18:47:14 -04003782 * lpfc_sli_brdkill - Issue a kill_board mailbox command
James Smarte59058c2008-08-24 21:49:00 -04003783 * @phba: Pointer to HBA context object.
3784 *
3785 * This function issues a kill_board mailbox command and waits for
3786 * the error attention interrupt. This function is called for stopping
3787 * the firmware processing. The caller is not required to hold any
3788 * locks. This function calls lpfc_hba_down_post function to free
3789 * any pending commands after the kill. The function will return 1 when it
3790 * fails to kill the board else will return 0.
3791 **/
Jamie Wellnitz41415862006-02-28 19:25:27 -05003792int
James Smart2e0fef82007-06-17 19:56:36 -05003793lpfc_sli_brdkill(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05003794{
Jamie Wellnitz41415862006-02-28 19:25:27 -05003795 struct lpfc_sli *psli;
3796 LPFC_MBOXQ_t *pmb;
3797 uint32_t status;
3798 uint32_t ha_copy;
3799 int retval;
3800 int i = 0;
3801
3802 psli = &phba->sli;
3803
3804 /* Kill HBA */
James Smarted957682007-06-17 19:56:37 -05003805 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003806 "0329 Kill HBA Data: x%x x%x\n",
3807 phba->pport->port_state, psli->sli_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003808
James Smart98c9ea52007-10-27 13:37:33 -04003809 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3810 if (!pmb)
Jamie Wellnitz41415862006-02-28 19:25:27 -05003811 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003812
3813 /* Disable the error attention */
James Smart2e0fef82007-06-17 19:56:36 -05003814 spin_lock_irq(&phba->hbalock);
James Smart9940b972011-03-11 16:06:12 -05003815 if (lpfc_readl(phba->HCregaddr, &status)) {
3816 spin_unlock_irq(&phba->hbalock);
3817 mempool_free(pmb, phba->mbox_mem_pool);
3818 return 1;
3819 }
Jamie Wellnitz41415862006-02-28 19:25:27 -05003820 status &= ~HC_ERINT_ENA;
3821 writel(status, phba->HCregaddr);
3822 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05003823 phba->link_flag |= LS_IGNORE_ERATT;
3824 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003825
3826 lpfc_kill_board(phba, pmb);
3827 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
3828 retval = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
3829
3830 if (retval != MBX_SUCCESS) {
3831 if (retval != MBX_BUSY)
3832 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte40a02c2010-02-26 14:13:54 -05003833 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3834 "2752 KILL_BOARD command failed retval %d\n",
3835 retval);
James Smart2e0fef82007-06-17 19:56:36 -05003836 spin_lock_irq(&phba->hbalock);
3837 phba->link_flag &= ~LS_IGNORE_ERATT;
3838 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003839 return 1;
3840 }
3841
James Smartf4b4c682009-05-22 14:53:12 -04003842 spin_lock_irq(&phba->hbalock);
3843 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
3844 spin_unlock_irq(&phba->hbalock);
James Smart92908312006-03-07 15:04:13 -05003845
Jamie Wellnitz41415862006-02-28 19:25:27 -05003846 mempool_free(pmb, phba->mbox_mem_pool);
3847
3848 /* There is no completion for a KILL_BOARD mbox cmd. Check for an error
3849 * attention every 100ms for 3 seconds. If we don't get ERATT after
3850 * 3 seconds we still set HBA_ERROR state because the status of the
3851 * board is now undefined.
3852 */
James Smart9940b972011-03-11 16:06:12 -05003853 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3854 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003855 while ((i++ < 30) && !(ha_copy & HA_ERATT)) {
3856 mdelay(100);
James Smart9940b972011-03-11 16:06:12 -05003857 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3858 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003859 }
3860
3861 del_timer_sync(&psli->mbox_tmo);
James Smart92908312006-03-07 15:04:13 -05003862 if (ha_copy & HA_ERATT) {
3863 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003864 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003865 }
James Smart2e0fef82007-06-17 19:56:36 -05003866 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003867 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart04c68492009-05-22 14:52:52 -04003868 psli->mbox_active = NULL;
James Smart2e0fef82007-06-17 19:56:36 -05003869 phba->link_flag &= ~LS_IGNORE_ERATT;
3870 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003871
Jamie Wellnitz41415862006-02-28 19:25:27 -05003872 lpfc_hba_down_post(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003873 phba->link_state = LPFC_HBA_ERROR;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003874
James Smart2e0fef82007-06-17 19:56:36 -05003875 return ha_copy & HA_ERATT ? 0 : 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003876}
3877
James Smarte59058c2008-08-24 21:49:00 -04003878/**
James Smart3772a992009-05-22 14:50:54 -04003879 * lpfc_sli_brdreset - Reset a sli-2 or sli-3 HBA
James Smarte59058c2008-08-24 21:49:00 -04003880 * @phba: Pointer to HBA context object.
3881 *
3882 * This function resets the HBA by writing HC_INITFF to the control
3883 * register. After the HBA resets, this function resets all the iocb ring
3884 * indices. This function disables PCI layer parity checking during
3885 * the reset.
3886 * This function returns 0 always.
3887 * The caller is not required to hold any locks.
3888 **/
Jamie Wellnitz41415862006-02-28 19:25:27 -05003889int
James Smart2e0fef82007-06-17 19:56:36 -05003890lpfc_sli_brdreset(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -05003891{
3892 struct lpfc_sli *psli;
dea31012005-04-17 16:05:31 -05003893 struct lpfc_sli_ring *pring;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003894 uint16_t cfg_value;
dea31012005-04-17 16:05:31 -05003895 int i;
dea31012005-04-17 16:05:31 -05003896
Jamie Wellnitz41415862006-02-28 19:25:27 -05003897 psli = &phba->sli;
dea31012005-04-17 16:05:31 -05003898
Jamie Wellnitz41415862006-02-28 19:25:27 -05003899 /* Reset HBA */
3900 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003901 "0325 Reset HBA Data: x%x x%x\n",
James Smart2e0fef82007-06-17 19:56:36 -05003902 phba->pport->port_state, psli->sli_flag);
dea31012005-04-17 16:05:31 -05003903
3904 /* perform board reset */
3905 phba->fc_eventTag = 0;
James Smart4d9ab992009-10-02 15:16:39 -04003906 phba->link_events = 0;
James Smart2e0fef82007-06-17 19:56:36 -05003907 phba->pport->fc_myDID = 0;
3908 phba->pport->fc_prevDID = 0;
dea31012005-04-17 16:05:31 -05003909
Jamie Wellnitz41415862006-02-28 19:25:27 -05003910 /* Turn off parity checking and serr during the physical reset */
3911 pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value);
3912 pci_write_config_word(phba->pcidev, PCI_COMMAND,
3913 (cfg_value &
3914 ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR)));
3915
James Smart3772a992009-05-22 14:50:54 -04003916 psli->sli_flag &= ~(LPFC_SLI_ACTIVE | LPFC_PROCESS_LA);
3917
Jamie Wellnitz41415862006-02-28 19:25:27 -05003918 /* Now toggle INITFF bit in the Host Control Register */
3919 writel(HC_INITFF, phba->HCregaddr);
3920 mdelay(1);
3921 readl(phba->HCregaddr); /* flush */
3922 writel(0, phba->HCregaddr);
3923 readl(phba->HCregaddr); /* flush */
3924
3925 /* Restore PCI cmd register */
3926 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value);
dea31012005-04-17 16:05:31 -05003927
3928 /* Initialize relevant SLI info */
Jamie Wellnitz41415862006-02-28 19:25:27 -05003929 for (i = 0; i < psli->num_rings; i++) {
3930 pring = &psli->ring[i];
dea31012005-04-17 16:05:31 -05003931 pring->flag = 0;
James Smart7e56aa22012-08-03 12:35:34 -04003932 pring->sli.sli3.rspidx = 0;
3933 pring->sli.sli3.next_cmdidx = 0;
3934 pring->sli.sli3.local_getidx = 0;
3935 pring->sli.sli3.cmdidx = 0;
dea31012005-04-17 16:05:31 -05003936 pring->missbufcnt = 0;
3937 }
dea31012005-04-17 16:05:31 -05003938
James Smart2e0fef82007-06-17 19:56:36 -05003939 phba->link_state = LPFC_WARM_START;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003940 return 0;
3941}
3942
James Smarte59058c2008-08-24 21:49:00 -04003943/**
James Smartda0436e2009-05-22 14:51:39 -04003944 * lpfc_sli4_brdreset - Reset a sli-4 HBA
3945 * @phba: Pointer to HBA context object.
3946 *
3947 * This function resets a SLI4 HBA. This function disables PCI layer parity
3948 * checking during resets the device. The caller is not required to hold
3949 * any locks.
3950 *
3951 * This function returns 0 always.
3952 **/
3953int
3954lpfc_sli4_brdreset(struct lpfc_hba *phba)
3955{
3956 struct lpfc_sli *psli = &phba->sli;
3957 uint16_t cfg_value;
James Smart27b01b82012-05-09 21:19:44 -04003958 int rc;
James Smartda0436e2009-05-22 14:51:39 -04003959
3960 /* Reset HBA */
3961 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
3962 "0295 Reset HBA Data: x%x x%x\n",
3963 phba->pport->port_state, psli->sli_flag);
3964
3965 /* perform board reset */
3966 phba->fc_eventTag = 0;
James Smart4d9ab992009-10-02 15:16:39 -04003967 phba->link_events = 0;
James Smartda0436e2009-05-22 14:51:39 -04003968 phba->pport->fc_myDID = 0;
3969 phba->pport->fc_prevDID = 0;
3970
James Smartda0436e2009-05-22 14:51:39 -04003971 spin_lock_irq(&phba->hbalock);
3972 psli->sli_flag &= ~(LPFC_PROCESS_LA);
3973 phba->fcf.fcf_flag = 0;
James Smartda0436e2009-05-22 14:51:39 -04003974 spin_unlock_irq(&phba->hbalock);
3975
3976 /* Now physically reset the device */
3977 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
3978 "0389 Performing PCI function reset!\n");
James Smartbe858b62010-12-15 17:57:20 -05003979
3980 /* Turn off parity checking and serr during the physical reset */
3981 pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value);
3982 pci_write_config_word(phba->pcidev, PCI_COMMAND, (cfg_value &
3983 ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR)));
3984
James Smart88318812012-09-29 11:29:29 -04003985 /* Perform FCoE PCI function reset before freeing queue memory */
James Smart27b01b82012-05-09 21:19:44 -04003986 rc = lpfc_pci_function_reset(phba);
James Smart88318812012-09-29 11:29:29 -04003987 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04003988
James Smartbe858b62010-12-15 17:57:20 -05003989 /* Restore PCI cmd register */
3990 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value);
3991
James Smart27b01b82012-05-09 21:19:44 -04003992 return rc;
James Smartda0436e2009-05-22 14:51:39 -04003993}
3994
3995/**
3996 * lpfc_sli_brdrestart_s3 - Restart a sli-3 hba
James Smarte59058c2008-08-24 21:49:00 -04003997 * @phba: Pointer to HBA context object.
3998 *
3999 * This function is called in the SLI initialization code path to
4000 * restart the HBA. The caller is not required to hold any lock.
4001 * This function writes MBX_RESTART mailbox command to the SLIM and
4002 * resets the HBA. At the end of the function, it calls lpfc_hba_down_post
4003 * function to free any pending commands. The function enables
4004 * POST only during the first initialization. The function returns zero.
4005 * The function does not guarantee completion of MBX_RESTART mailbox
4006 * command before the return of this function.
4007 **/
James Smartda0436e2009-05-22 14:51:39 -04004008static int
4009lpfc_sli_brdrestart_s3(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -05004010{
4011 MAILBOX_t *mb;
4012 struct lpfc_sli *psli;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004013 volatile uint32_t word0;
4014 void __iomem *to_slim;
James Smart0d878412009-10-02 15:16:56 -04004015 uint32_t hba_aer_enabled;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004016
James Smart2e0fef82007-06-17 19:56:36 -05004017 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004018
James Smart0d878412009-10-02 15:16:56 -04004019 /* Take PCIe device Advanced Error Reporting (AER) state */
4020 hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED;
4021
Jamie Wellnitz41415862006-02-28 19:25:27 -05004022 psli = &phba->sli;
4023
4024 /* Restart HBA */
4025 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04004026 "0337 Restart HBA Data: x%x x%x\n",
James Smart2e0fef82007-06-17 19:56:36 -05004027 phba->pport->port_state, psli->sli_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004028
4029 word0 = 0;
4030 mb = (MAILBOX_t *) &word0;
4031 mb->mbxCommand = MBX_RESTART;
4032 mb->mbxHc = 1;
4033
James Smart92908312006-03-07 15:04:13 -05004034 lpfc_reset_barrier(phba);
4035
Jamie Wellnitz41415862006-02-28 19:25:27 -05004036 to_slim = phba->MBslimaddr;
4037 writel(*(uint32_t *) mb, to_slim);
4038 readl(to_slim); /* flush */
4039
4040 /* Only skip post after fc_ffinit is completed */
James Smarteaf15d52008-12-04 22:39:29 -05004041 if (phba->pport->port_state)
Jamie Wellnitz41415862006-02-28 19:25:27 -05004042 word0 = 1; /* This is really setting up word1 */
James Smarteaf15d52008-12-04 22:39:29 -05004043 else
Jamie Wellnitz41415862006-02-28 19:25:27 -05004044 word0 = 0; /* This is really setting up word1 */
James Smart65a29c12006-07-06 15:50:50 -04004045 to_slim = phba->MBslimaddr + sizeof (uint32_t);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004046 writel(*(uint32_t *) mb, to_slim);
4047 readl(to_slim); /* flush */
4048
4049 lpfc_sli_brdreset(phba);
James Smart2e0fef82007-06-17 19:56:36 -05004050 phba->pport->stopped = 0;
4051 phba->link_state = LPFC_INIT_START;
James Smartda0436e2009-05-22 14:51:39 -04004052 phba->hba_flag = 0;
James Smart2e0fef82007-06-17 19:56:36 -05004053 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004054
James Smart64ba8812006-08-02 15:24:34 -04004055 memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets));
4056 psli->stats_start = get_seconds();
4057
James Smarteaf15d52008-12-04 22:39:29 -05004058 /* Give the INITFF and Post time to settle. */
4059 mdelay(100);
dea31012005-04-17 16:05:31 -05004060
James Smart0d878412009-10-02 15:16:56 -04004061 /* Reset HBA AER if it was enabled, note hba_flag was reset above */
4062 if (hba_aer_enabled)
4063 pci_disable_pcie_error_reporting(phba->pcidev);
4064
Jamie Wellnitz41415862006-02-28 19:25:27 -05004065 lpfc_hba_down_post(phba);
dea31012005-04-17 16:05:31 -05004066
4067 return 0;
4068}
4069
James Smarte59058c2008-08-24 21:49:00 -04004070/**
James Smartda0436e2009-05-22 14:51:39 -04004071 * lpfc_sli_brdrestart_s4 - Restart the sli-4 hba
4072 * @phba: Pointer to HBA context object.
4073 *
4074 * This function is called in the SLI initialization code path to restart
4075 * a SLI4 HBA. The caller is not required to hold any lock.
4076 * At the end of the function, it calls lpfc_hba_down_post function to
4077 * free any pending commands.
4078 **/
4079static int
4080lpfc_sli_brdrestart_s4(struct lpfc_hba *phba)
4081{
4082 struct lpfc_sli *psli = &phba->sli;
James Smart75baf692010-06-08 18:31:21 -04004083 uint32_t hba_aer_enabled;
James Smart27b01b82012-05-09 21:19:44 -04004084 int rc;
James Smartda0436e2009-05-22 14:51:39 -04004085
4086 /* Restart HBA */
4087 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4088 "0296 Restart HBA Data: x%x x%x\n",
4089 phba->pport->port_state, psli->sli_flag);
4090
James Smart75baf692010-06-08 18:31:21 -04004091 /* Take PCIe device Advanced Error Reporting (AER) state */
4092 hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED;
4093
James Smart27b01b82012-05-09 21:19:44 -04004094 rc = lpfc_sli4_brdreset(phba);
James Smartda0436e2009-05-22 14:51:39 -04004095
4096 spin_lock_irq(&phba->hbalock);
4097 phba->pport->stopped = 0;
4098 phba->link_state = LPFC_INIT_START;
4099 phba->hba_flag = 0;
4100 spin_unlock_irq(&phba->hbalock);
4101
4102 memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets));
4103 psli->stats_start = get_seconds();
4104
James Smart75baf692010-06-08 18:31:21 -04004105 /* Reset HBA AER if it was enabled, note hba_flag was reset above */
4106 if (hba_aer_enabled)
4107 pci_disable_pcie_error_reporting(phba->pcidev);
4108
James Smartda0436e2009-05-22 14:51:39 -04004109 lpfc_hba_down_post(phba);
4110
James Smart27b01b82012-05-09 21:19:44 -04004111 return rc;
James Smartda0436e2009-05-22 14:51:39 -04004112}
4113
4114/**
4115 * lpfc_sli_brdrestart - Wrapper func for restarting hba
4116 * @phba: Pointer to HBA context object.
4117 *
4118 * This routine wraps the actual SLI3 or SLI4 hba restart routine from the
4119 * API jump table function pointer from the lpfc_hba struct.
4120**/
4121int
4122lpfc_sli_brdrestart(struct lpfc_hba *phba)
4123{
4124 return phba->lpfc_sli_brdrestart(phba);
4125}
4126
4127/**
James Smart3621a712009-04-06 18:47:14 -04004128 * lpfc_sli_chipset_init - Wait for the restart of the HBA after a restart
James Smarte59058c2008-08-24 21:49:00 -04004129 * @phba: Pointer to HBA context object.
4130 *
4131 * This function is called after a HBA restart to wait for successful
4132 * restart of the HBA. Successful restart of the HBA is indicated by
4133 * HS_FFRDY and HS_MBRDY bits. If the HBA fails to restart even after 15
4134 * iteration, the function will restart the HBA again. The function returns
4135 * zero if HBA successfully restarted else returns negative error code.
4136 **/
dea31012005-04-17 16:05:31 -05004137static int
4138lpfc_sli_chipset_init(struct lpfc_hba *phba)
4139{
4140 uint32_t status, i = 0;
4141
4142 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004143 if (lpfc_readl(phba->HSregaddr, &status))
4144 return -EIO;
dea31012005-04-17 16:05:31 -05004145
4146 /* Check status register to see what current state is */
4147 i = 0;
4148 while ((status & (HS_FFRDY | HS_MBRDY)) != (HS_FFRDY | HS_MBRDY)) {
4149
James Smartdcf2a4e2010-09-29 11:18:53 -04004150 /* Check every 10ms for 10 retries, then every 100ms for 90
4151 * retries, then every 1 sec for 50 retires for a total of
4152 * ~60 seconds before reset the board again and check every
4153 * 1 sec for 50 retries. The up to 60 seconds before the
4154 * board ready is required by the Falcon FIPS zeroization
4155 * complete, and any reset the board in between shall cause
4156 * restart of zeroization, further delay the board ready.
dea31012005-04-17 16:05:31 -05004157 */
James Smartdcf2a4e2010-09-29 11:18:53 -04004158 if (i++ >= 200) {
dea31012005-04-17 16:05:31 -05004159 /* Adapter failed to init, timeout, status reg
4160 <status> */
James Smarted957682007-06-17 19:56:37 -05004161 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004162 "0436 Adapter failed to init, "
James Smart09372822008-01-11 01:52:54 -05004163 "timeout, status reg x%x, "
4164 "FW Data: A8 x%x AC x%x\n", status,
4165 readl(phba->MBslimaddr + 0xa8),
4166 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004167 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004168 return -ETIMEDOUT;
4169 }
4170
4171 /* Check to see if any errors occurred during init */
4172 if (status & HS_FFERM) {
4173 /* ERROR: During chipset initialization */
4174 /* Adapter failed to init, chipset, status reg
4175 <status> */
James Smarted957682007-06-17 19:56:37 -05004176 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004177 "0437 Adapter failed to init, "
James Smart09372822008-01-11 01:52:54 -05004178 "chipset, status reg x%x, "
4179 "FW Data: A8 x%x AC x%x\n", status,
4180 readl(phba->MBslimaddr + 0xa8),
4181 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004182 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004183 return -EIO;
4184 }
4185
James Smartdcf2a4e2010-09-29 11:18:53 -04004186 if (i <= 10)
dea31012005-04-17 16:05:31 -05004187 msleep(10);
James Smartdcf2a4e2010-09-29 11:18:53 -04004188 else if (i <= 100)
4189 msleep(100);
4190 else
4191 msleep(1000);
dea31012005-04-17 16:05:31 -05004192
James Smartdcf2a4e2010-09-29 11:18:53 -04004193 if (i == 150) {
4194 /* Do post */
James Smart92d7f7b2007-06-17 19:56:38 -05004195 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004196 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05004197 }
4198 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004199 if (lpfc_readl(phba->HSregaddr, &status))
4200 return -EIO;
dea31012005-04-17 16:05:31 -05004201 }
4202
4203 /* Check to see if any errors occurred during init */
4204 if (status & HS_FFERM) {
4205 /* ERROR: During chipset initialization */
4206 /* Adapter failed to init, chipset, status reg <status> */
James Smarted957682007-06-17 19:56:37 -05004207 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004208 "0438 Adapter failed to init, chipset, "
James Smart09372822008-01-11 01:52:54 -05004209 "status reg x%x, "
4210 "FW Data: A8 x%x AC x%x\n", status,
4211 readl(phba->MBslimaddr + 0xa8),
4212 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004213 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004214 return -EIO;
4215 }
4216
4217 /* Clear all interrupt enable conditions */
4218 writel(0, phba->HCregaddr);
4219 readl(phba->HCregaddr); /* flush */
4220
4221 /* setup host attn register */
4222 writel(0xffffffff, phba->HAregaddr);
4223 readl(phba->HAregaddr); /* flush */
4224 return 0;
4225}
4226
James Smarte59058c2008-08-24 21:49:00 -04004227/**
James Smart3621a712009-04-06 18:47:14 -04004228 * lpfc_sli_hbq_count - Get the number of HBQs to be configured
James Smarte59058c2008-08-24 21:49:00 -04004229 *
4230 * This function calculates and returns the number of HBQs required to be
4231 * configured.
4232 **/
James Smart78b2d852007-08-02 11:10:21 -04004233int
James Smarted957682007-06-17 19:56:37 -05004234lpfc_sli_hbq_count(void)
4235{
James Smart92d7f7b2007-06-17 19:56:38 -05004236 return ARRAY_SIZE(lpfc_hbq_defs);
James Smarted957682007-06-17 19:56:37 -05004237}
4238
James Smarte59058c2008-08-24 21:49:00 -04004239/**
James Smart3621a712009-04-06 18:47:14 -04004240 * lpfc_sli_hbq_entry_count - Calculate total number of hbq entries
James Smarte59058c2008-08-24 21:49:00 -04004241 *
4242 * This function adds the number of hbq entries in every HBQ to get
4243 * the total number of hbq entries required for the HBA and returns
4244 * the total count.
4245 **/
James Smarted957682007-06-17 19:56:37 -05004246static int
4247lpfc_sli_hbq_entry_count(void)
4248{
4249 int hbq_count = lpfc_sli_hbq_count();
4250 int count = 0;
4251 int i;
4252
4253 for (i = 0; i < hbq_count; ++i)
James Smart92d7f7b2007-06-17 19:56:38 -05004254 count += lpfc_hbq_defs[i]->entry_count;
James Smarted957682007-06-17 19:56:37 -05004255 return count;
4256}
4257
James Smarte59058c2008-08-24 21:49:00 -04004258/**
James Smart3621a712009-04-06 18:47:14 -04004259 * lpfc_sli_hbq_size - Calculate memory required for all hbq entries
James Smarte59058c2008-08-24 21:49:00 -04004260 *
4261 * This function calculates amount of memory required for all hbq entries
4262 * to be configured and returns the total memory required.
4263 **/
dea31012005-04-17 16:05:31 -05004264int
James Smarted957682007-06-17 19:56:37 -05004265lpfc_sli_hbq_size(void)
4266{
4267 return lpfc_sli_hbq_entry_count() * sizeof(struct lpfc_hbq_entry);
4268}
4269
James Smarte59058c2008-08-24 21:49:00 -04004270/**
James Smart3621a712009-04-06 18:47:14 -04004271 * lpfc_sli_hbq_setup - configure and initialize HBQs
James Smarte59058c2008-08-24 21:49:00 -04004272 * @phba: Pointer to HBA context object.
4273 *
4274 * This function is called during the SLI initialization to configure
4275 * all the HBQs and post buffers to the HBQ. The caller is not
4276 * required to hold any locks. This function will return zero if successful
4277 * else it will return negative error code.
4278 **/
James Smarted957682007-06-17 19:56:37 -05004279static int
4280lpfc_sli_hbq_setup(struct lpfc_hba *phba)
4281{
4282 int hbq_count = lpfc_sli_hbq_count();
4283 LPFC_MBOXQ_t *pmb;
4284 MAILBOX_t *pmbox;
4285 uint32_t hbqno;
4286 uint32_t hbq_entry_index;
James Smarted957682007-06-17 19:56:37 -05004287
James Smart92d7f7b2007-06-17 19:56:38 -05004288 /* Get a Mailbox buffer to setup mailbox
4289 * commands for HBA initialization
4290 */
James Smarted957682007-06-17 19:56:37 -05004291 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4292
4293 if (!pmb)
4294 return -ENOMEM;
4295
James Smart04c68492009-05-22 14:52:52 -04004296 pmbox = &pmb->u.mb;
James Smarted957682007-06-17 19:56:37 -05004297
4298 /* Initialize the struct lpfc_sli_hbq structure for each hbq */
4299 phba->link_state = LPFC_INIT_MBX_CMDS;
James Smart3163f722008-02-08 18:50:25 -05004300 phba->hbq_in_use = 1;
James Smarted957682007-06-17 19:56:37 -05004301
4302 hbq_entry_index = 0;
4303 for (hbqno = 0; hbqno < hbq_count; ++hbqno) {
4304 phba->hbqs[hbqno].next_hbqPutIdx = 0;
4305 phba->hbqs[hbqno].hbqPutIdx = 0;
4306 phba->hbqs[hbqno].local_hbqGetIdx = 0;
4307 phba->hbqs[hbqno].entry_count =
James Smart92d7f7b2007-06-17 19:56:38 -05004308 lpfc_hbq_defs[hbqno]->entry_count;
James Smart51ef4c22007-08-02 11:10:31 -04004309 lpfc_config_hbq(phba, hbqno, lpfc_hbq_defs[hbqno],
4310 hbq_entry_index, pmb);
James Smarted957682007-06-17 19:56:37 -05004311 hbq_entry_index += phba->hbqs[hbqno].entry_count;
4312
4313 if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) {
4314 /* Adapter failed to init, mbxCmd <cmd> CFG_RING,
4315 mbxStatus <status>, ring <num> */
4316
4317 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05004318 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004319 "1805 Adapter failed to init. "
James Smarted957682007-06-17 19:56:37 -05004320 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04004321 pmbox->mbxCommand,
James Smarted957682007-06-17 19:56:37 -05004322 pmbox->mbxStatus, hbqno);
4323
4324 phba->link_state = LPFC_HBA_ERROR;
4325 mempool_free(pmb, phba->mbox_mem_pool);
James Smart6e7288d2010-06-07 15:23:35 -04004326 return -ENXIO;
James Smarted957682007-06-17 19:56:37 -05004327 }
4328 }
4329 phba->hbq_count = hbq_count;
4330
James Smarted957682007-06-17 19:56:37 -05004331 mempool_free(pmb, phba->mbox_mem_pool);
4332
James Smart92d7f7b2007-06-17 19:56:38 -05004333 /* Initially populate or replenish the HBQs */
James Smartd7c255b2008-08-24 21:50:00 -04004334 for (hbqno = 0; hbqno < hbq_count; ++hbqno)
4335 lpfc_sli_hbqbuf_init_hbqs(phba, hbqno);
James Smarted957682007-06-17 19:56:37 -05004336 return 0;
4337}
4338
James Smarte59058c2008-08-24 21:49:00 -04004339/**
James Smart4f774512009-05-22 14:52:35 -04004340 * lpfc_sli4_rb_setup - Initialize and post RBs to HBA
4341 * @phba: Pointer to HBA context object.
4342 *
4343 * This function is called during the SLI initialization to configure
4344 * all the HBQs and post buffers to the HBQ. The caller is not
4345 * required to hold any locks. This function will return zero if successful
4346 * else it will return negative error code.
4347 **/
4348static int
4349lpfc_sli4_rb_setup(struct lpfc_hba *phba)
4350{
4351 phba->hbq_in_use = 1;
4352 phba->hbqs[0].entry_count = lpfc_hbq_defs[0]->entry_count;
4353 phba->hbq_count = 1;
4354 /* Initially populate or replenish the HBQs */
4355 lpfc_sli_hbqbuf_init_hbqs(phba, 0);
4356 return 0;
4357}
4358
4359/**
James Smart3621a712009-04-06 18:47:14 -04004360 * lpfc_sli_config_port - Issue config port mailbox command
James Smarte59058c2008-08-24 21:49:00 -04004361 * @phba: Pointer to HBA context object.
4362 * @sli_mode: sli mode - 2/3
4363 *
4364 * This function is called by the sli intialization code path
4365 * to issue config_port mailbox command. This function restarts the
4366 * HBA firmware and issues a config_port mailbox command to configure
4367 * the SLI interface in the sli mode specified by sli_mode
4368 * variable. The caller is not required to hold any locks.
4369 * The function returns 0 if successful, else returns negative error
4370 * code.
4371 **/
James Smart93996272008-08-24 21:50:30 -04004372int
4373lpfc_sli_config_port(struct lpfc_hba *phba, int sli_mode)
dea31012005-04-17 16:05:31 -05004374{
4375 LPFC_MBOXQ_t *pmb;
4376 uint32_t resetcount = 0, rc = 0, done = 0;
4377
4378 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4379 if (!pmb) {
James Smart2e0fef82007-06-17 19:56:36 -05004380 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004381 return -ENOMEM;
4382 }
4383
James Smarted957682007-06-17 19:56:37 -05004384 phba->sli_rev = sli_mode;
dea31012005-04-17 16:05:31 -05004385 while (resetcount < 2 && !done) {
James Smart2e0fef82007-06-17 19:56:36 -05004386 spin_lock_irq(&phba->hbalock);
James Smart1c067a42006-08-01 07:33:52 -04004387 phba->sli.sli_flag |= LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004388 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05004389 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004390 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05004391 rc = lpfc_sli_chipset_init(phba);
4392 if (rc)
4393 break;
4394
James Smart2e0fef82007-06-17 19:56:36 -05004395 spin_lock_irq(&phba->hbalock);
James Smart1c067a42006-08-01 07:33:52 -04004396 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004397 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004398 resetcount++;
4399
James Smarted957682007-06-17 19:56:37 -05004400 /* Call pre CONFIG_PORT mailbox command initialization. A
4401 * value of 0 means the call was successful. Any other
4402 * nonzero value is a failure, but if ERESTART is returned,
4403 * the driver may reset the HBA and try again.
4404 */
dea31012005-04-17 16:05:31 -05004405 rc = lpfc_config_port_prep(phba);
4406 if (rc == -ERESTART) {
James Smarted957682007-06-17 19:56:37 -05004407 phba->link_state = LPFC_LINK_UNKNOWN;
dea31012005-04-17 16:05:31 -05004408 continue;
James Smart34b02dc2008-08-24 21:49:55 -04004409 } else if (rc)
dea31012005-04-17 16:05:31 -05004410 break;
James Smart6d368e52011-05-24 11:44:12 -04004411
James Smart2e0fef82007-06-17 19:56:36 -05004412 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -05004413 lpfc_config_port(phba, pmb);
4414 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
James Smart34b02dc2008-08-24 21:49:55 -04004415 phba->sli3_options &= ~(LPFC_SLI3_NPIV_ENABLED |
4416 LPFC_SLI3_HBQ_ENABLED |
4417 LPFC_SLI3_CRP_ENABLED |
James Smartbc739052010-08-04 16:11:18 -04004418 LPFC_SLI3_BG_ENABLED |
4419 LPFC_SLI3_DSS_ENABLED);
James Smarted957682007-06-17 19:56:37 -05004420 if (rc != MBX_SUCCESS) {
dea31012005-04-17 16:05:31 -05004421 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004422 "0442 Adapter failed to init, mbxCmd x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05004423 "CONFIG_PORT, mbxStatus x%x Data: x%x\n",
James Smart04c68492009-05-22 14:52:52 -04004424 pmb->u.mb.mbxCommand, pmb->u.mb.mbxStatus, 0);
James Smart2e0fef82007-06-17 19:56:36 -05004425 spin_lock_irq(&phba->hbalock);
James Smart04c68492009-05-22 14:52:52 -04004426 phba->sli.sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004427 spin_unlock_irq(&phba->hbalock);
4428 rc = -ENXIO;
James Smart04c68492009-05-22 14:52:52 -04004429 } else {
4430 /* Allow asynchronous mailbox command to go through */
4431 spin_lock_irq(&phba->hbalock);
4432 phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
4433 spin_unlock_irq(&phba->hbalock);
James Smarted957682007-06-17 19:56:37 -05004434 done = 1;
James Smartcb69f7d2011-12-13 13:21:57 -05004435
4436 if ((pmb->u.mb.un.varCfgPort.casabt == 1) &&
4437 (pmb->u.mb.un.varCfgPort.gasabt == 0))
4438 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
4439 "3110 Port did not grant ASABT\n");
James Smart04c68492009-05-22 14:52:52 -04004440 }
dea31012005-04-17 16:05:31 -05004441 }
James Smarted957682007-06-17 19:56:37 -05004442 if (!done) {
4443 rc = -EINVAL;
4444 goto do_prep_failed;
4445 }
James Smart04c68492009-05-22 14:52:52 -04004446 if (pmb->u.mb.un.varCfgPort.sli_mode == 3) {
4447 if (!pmb->u.mb.un.varCfgPort.cMA) {
James Smart34b02dc2008-08-24 21:49:55 -04004448 rc = -ENXIO;
4449 goto do_prep_failed;
4450 }
James Smart04c68492009-05-22 14:52:52 -04004451 if (phba->max_vpi && pmb->u.mb.un.varCfgPort.gmv) {
James Smart34b02dc2008-08-24 21:49:55 -04004452 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
James Smart04c68492009-05-22 14:52:52 -04004453 phba->max_vpi = pmb->u.mb.un.varCfgPort.max_vpi;
4454 phba->max_vports = (phba->max_vpi > phba->max_vports) ?
4455 phba->max_vpi : phba->max_vports;
4456
James Smart34b02dc2008-08-24 21:49:55 -04004457 } else
4458 phba->max_vpi = 0;
James Smartbc739052010-08-04 16:11:18 -04004459 phba->fips_level = 0;
4460 phba->fips_spec_rev = 0;
4461 if (pmb->u.mb.un.varCfgPort.gdss) {
James Smart04c68492009-05-22 14:52:52 -04004462 phba->sli3_options |= LPFC_SLI3_DSS_ENABLED;
James Smartbc739052010-08-04 16:11:18 -04004463 phba->fips_level = pmb->u.mb.un.varCfgPort.fips_level;
4464 phba->fips_spec_rev = pmb->u.mb.un.varCfgPort.fips_rev;
4465 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4466 "2850 Security Crypto Active. FIPS x%d "
4467 "(Spec Rev: x%d)",
4468 phba->fips_level, phba->fips_spec_rev);
4469 }
4470 if (pmb->u.mb.un.varCfgPort.sec_err) {
4471 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4472 "2856 Config Port Security Crypto "
4473 "Error: x%x ",
4474 pmb->u.mb.un.varCfgPort.sec_err);
4475 }
James Smart04c68492009-05-22 14:52:52 -04004476 if (pmb->u.mb.un.varCfgPort.gerbm)
James Smart34b02dc2008-08-24 21:49:55 -04004477 phba->sli3_options |= LPFC_SLI3_HBQ_ENABLED;
James Smart04c68492009-05-22 14:52:52 -04004478 if (pmb->u.mb.un.varCfgPort.gcrp)
James Smart34b02dc2008-08-24 21:49:55 -04004479 phba->sli3_options |= LPFC_SLI3_CRP_ENABLED;
James Smart6e7288d2010-06-07 15:23:35 -04004480
4481 phba->hbq_get = phba->mbox->us.s3_pgp.hbq_get;
4482 phba->port_gp = phba->mbox->us.s3_pgp.port;
James Smarte2a0a9d2008-12-04 22:40:02 -05004483
4484 if (phba->cfg_enable_bg) {
James Smart04c68492009-05-22 14:52:52 -04004485 if (pmb->u.mb.un.varCfgPort.gbg)
James Smarte2a0a9d2008-12-04 22:40:02 -05004486 phba->sli3_options |= LPFC_SLI3_BG_ENABLED;
4487 else
4488 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4489 "0443 Adapter did not grant "
4490 "BlockGuard\n");
4491 }
James Smart34b02dc2008-08-24 21:49:55 -04004492 } else {
James Smart8f34f4c2008-12-04 22:39:23 -05004493 phba->hbq_get = NULL;
James Smart34b02dc2008-08-24 21:49:55 -04004494 phba->port_gp = phba->mbox->us.s2.port;
James Smartd7c255b2008-08-24 21:50:00 -04004495 phba->max_vpi = 0;
James Smarted957682007-06-17 19:56:37 -05004496 }
James Smart92d7f7b2007-06-17 19:56:38 -05004497do_prep_failed:
James Smarted957682007-06-17 19:56:37 -05004498 mempool_free(pmb, phba->mbox_mem_pool);
4499 return rc;
4500}
4501
James Smarte59058c2008-08-24 21:49:00 -04004502
4503/**
James Smart3621a712009-04-06 18:47:14 -04004504 * lpfc_sli_hba_setup - SLI intialization function
James Smarte59058c2008-08-24 21:49:00 -04004505 * @phba: Pointer to HBA context object.
4506 *
4507 * This function is the main SLI intialization function. This function
4508 * is called by the HBA intialization code, HBA reset code and HBA
4509 * error attention handler code. Caller is not required to hold any
4510 * locks. This function issues config_port mailbox command to configure
4511 * the SLI, setup iocb rings and HBQ rings. In the end the function
4512 * calls the config_port_post function to issue init_link mailbox
4513 * command and to start the discovery. The function will return zero
4514 * if successful, else it will return negative error code.
4515 **/
James Smarted957682007-06-17 19:56:37 -05004516int
4517lpfc_sli_hba_setup(struct lpfc_hba *phba)
4518{
4519 uint32_t rc;
James Smart6d368e52011-05-24 11:44:12 -04004520 int mode = 3, i;
4521 int longs;
James Smarted957682007-06-17 19:56:37 -05004522
4523 switch (lpfc_sli_mode) {
4524 case 2:
James Smart78b2d852007-08-02 11:10:21 -04004525 if (phba->cfg_enable_npiv) {
James Smart92d7f7b2007-06-17 19:56:38 -05004526 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004527 "1824 NPIV enabled: Override lpfc_sli_mode "
James Smart92d7f7b2007-06-17 19:56:38 -05004528 "parameter (%d) to auto (0).\n",
James Smarte8b62012007-08-02 11:10:09 -04004529 lpfc_sli_mode);
James Smart92d7f7b2007-06-17 19:56:38 -05004530 break;
4531 }
James Smarted957682007-06-17 19:56:37 -05004532 mode = 2;
4533 break;
4534 case 0:
4535 case 3:
4536 break;
4537 default:
James Smart92d7f7b2007-06-17 19:56:38 -05004538 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004539 "1819 Unrecognized lpfc_sli_mode "
4540 "parameter: %d.\n", lpfc_sli_mode);
James Smarted957682007-06-17 19:56:37 -05004541
4542 break;
4543 }
4544
James Smart93996272008-08-24 21:50:30 -04004545 rc = lpfc_sli_config_port(phba, mode);
4546
James Smarted957682007-06-17 19:56:37 -05004547 if (rc && lpfc_sli_mode == 3)
James Smart92d7f7b2007-06-17 19:56:38 -05004548 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004549 "1820 Unable to select SLI-3. "
4550 "Not supported by adapter.\n");
James Smarted957682007-06-17 19:56:37 -05004551 if (rc && mode != 2)
James Smart93996272008-08-24 21:50:30 -04004552 rc = lpfc_sli_config_port(phba, 2);
James Smarted957682007-06-17 19:56:37 -05004553 if (rc)
dea31012005-04-17 16:05:31 -05004554 goto lpfc_sli_hba_setup_error;
4555
James Smart0d878412009-10-02 15:16:56 -04004556 /* Enable PCIe device Advanced Error Reporting (AER) if configured */
4557 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
4558 rc = pci_enable_pcie_error_reporting(phba->pcidev);
4559 if (!rc) {
4560 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4561 "2709 This device supports "
4562 "Advanced Error Reporting (AER)\n");
4563 spin_lock_irq(&phba->hbalock);
4564 phba->hba_flag |= HBA_AER_ENABLED;
4565 spin_unlock_irq(&phba->hbalock);
4566 } else {
4567 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4568 "2708 This device does not support "
4569 "Advanced Error Reporting (AER)\n");
4570 phba->cfg_aer_support = 0;
4571 }
4572 }
4573
James Smarted957682007-06-17 19:56:37 -05004574 if (phba->sli_rev == 3) {
4575 phba->iocb_cmd_size = SLI3_IOCB_CMD_SIZE;
4576 phba->iocb_rsp_size = SLI3_IOCB_RSP_SIZE;
James Smarted957682007-06-17 19:56:37 -05004577 } else {
4578 phba->iocb_cmd_size = SLI2_IOCB_CMD_SIZE;
4579 phba->iocb_rsp_size = SLI2_IOCB_RSP_SIZE;
James Smart92d7f7b2007-06-17 19:56:38 -05004580 phba->sli3_options = 0;
James Smarted957682007-06-17 19:56:37 -05004581 }
4582
4583 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004584 "0444 Firmware in SLI %x mode. Max_vpi %d\n",
4585 phba->sli_rev, phba->max_vpi);
James Smarted957682007-06-17 19:56:37 -05004586 rc = lpfc_sli_ring_map(phba);
dea31012005-04-17 16:05:31 -05004587
4588 if (rc)
4589 goto lpfc_sli_hba_setup_error;
4590
James Smart6d368e52011-05-24 11:44:12 -04004591 /* Initialize VPIs. */
4592 if (phba->sli_rev == LPFC_SLI_REV3) {
4593 /*
4594 * The VPI bitmask and physical ID array are allocated
4595 * and initialized once only - at driver load. A port
4596 * reset doesn't need to reinitialize this memory.
4597 */
4598 if ((phba->vpi_bmask == NULL) && (phba->vpi_ids == NULL)) {
4599 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG;
4600 phba->vpi_bmask = kzalloc(longs * sizeof(unsigned long),
4601 GFP_KERNEL);
4602 if (!phba->vpi_bmask) {
4603 rc = -ENOMEM;
4604 goto lpfc_sli_hba_setup_error;
4605 }
4606
4607 phba->vpi_ids = kzalloc(
4608 (phba->max_vpi+1) * sizeof(uint16_t),
4609 GFP_KERNEL);
4610 if (!phba->vpi_ids) {
4611 kfree(phba->vpi_bmask);
4612 rc = -ENOMEM;
4613 goto lpfc_sli_hba_setup_error;
4614 }
4615 for (i = 0; i < phba->max_vpi; i++)
4616 phba->vpi_ids[i] = i;
4617 }
4618 }
4619
James Smart93996272008-08-24 21:50:30 -04004620 /* Init HBQs */
James Smarted957682007-06-17 19:56:37 -05004621 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
4622 rc = lpfc_sli_hbq_setup(phba);
4623 if (rc)
4624 goto lpfc_sli_hba_setup_error;
4625 }
James Smart04c68492009-05-22 14:52:52 -04004626 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004627 phba->sli.sli_flag |= LPFC_PROCESS_LA;
James Smart04c68492009-05-22 14:52:52 -04004628 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004629
4630 rc = lpfc_config_port_post(phba);
4631 if (rc)
4632 goto lpfc_sli_hba_setup_error;
4633
James Smarted957682007-06-17 19:56:37 -05004634 return rc;
4635
James Smart92d7f7b2007-06-17 19:56:38 -05004636lpfc_sli_hba_setup_error:
James Smart2e0fef82007-06-17 19:56:36 -05004637 phba->link_state = LPFC_HBA_ERROR;
James Smarte40a02c2010-02-26 14:13:54 -05004638 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004639 "0445 Firmware initialization failed\n");
dea31012005-04-17 16:05:31 -05004640 return rc;
4641}
4642
James Smartda0436e2009-05-22 14:51:39 -04004643/**
4644 * lpfc_sli4_read_fcoe_params - Read fcoe params from conf region
4645 * @phba: Pointer to HBA context object.
4646 * @mboxq: mailbox pointer.
4647 * This function issue a dump mailbox command to read config region
4648 * 23 and parse the records in the region and populate driver
4649 * data structure.
4650 **/
4651static int
James Smartff78d8f2011-12-13 13:21:35 -05004652lpfc_sli4_read_fcoe_params(struct lpfc_hba *phba)
James Smartda0436e2009-05-22 14:51:39 -04004653{
James Smartff78d8f2011-12-13 13:21:35 -05004654 LPFC_MBOXQ_t *mboxq;
James Smartda0436e2009-05-22 14:51:39 -04004655 struct lpfc_dmabuf *mp;
4656 struct lpfc_mqe *mqe;
4657 uint32_t data_length;
4658 int rc;
4659
4660 /* Program the default value of vlan_id and fc_map */
4661 phba->valid_vlan = 0;
4662 phba->fc_map[0] = LPFC_FCOE_FCF_MAP0;
4663 phba->fc_map[1] = LPFC_FCOE_FCF_MAP1;
4664 phba->fc_map[2] = LPFC_FCOE_FCF_MAP2;
4665
James Smartff78d8f2011-12-13 13:21:35 -05004666 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4667 if (!mboxq)
James Smartda0436e2009-05-22 14:51:39 -04004668 return -ENOMEM;
4669
James Smartff78d8f2011-12-13 13:21:35 -05004670 mqe = &mboxq->u.mqe;
4671 if (lpfc_sli4_dump_cfg_rg23(phba, mboxq)) {
4672 rc = -ENOMEM;
4673 goto out_free_mboxq;
4674 }
4675
James Smartda0436e2009-05-22 14:51:39 -04004676 mp = (struct lpfc_dmabuf *) mboxq->context1;
4677 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4678
4679 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
4680 "(%d):2571 Mailbox cmd x%x Status x%x "
4681 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x "
4682 "x%x x%x x%x x%x x%x x%x x%x x%x x%x "
4683 "CQ: x%x x%x x%x x%x\n",
4684 mboxq->vport ? mboxq->vport->vpi : 0,
4685 bf_get(lpfc_mqe_command, mqe),
4686 bf_get(lpfc_mqe_status, mqe),
4687 mqe->un.mb_words[0], mqe->un.mb_words[1],
4688 mqe->un.mb_words[2], mqe->un.mb_words[3],
4689 mqe->un.mb_words[4], mqe->un.mb_words[5],
4690 mqe->un.mb_words[6], mqe->un.mb_words[7],
4691 mqe->un.mb_words[8], mqe->un.mb_words[9],
4692 mqe->un.mb_words[10], mqe->un.mb_words[11],
4693 mqe->un.mb_words[12], mqe->un.mb_words[13],
4694 mqe->un.mb_words[14], mqe->un.mb_words[15],
4695 mqe->un.mb_words[16], mqe->un.mb_words[50],
4696 mboxq->mcqe.word0,
4697 mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1,
4698 mboxq->mcqe.trailer);
4699
4700 if (rc) {
4701 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4702 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004703 rc = -EIO;
4704 goto out_free_mboxq;
James Smartda0436e2009-05-22 14:51:39 -04004705 }
4706 data_length = mqe->un.mb_words[5];
James Smarta0c87cb2009-07-19 10:01:10 -04004707 if (data_length > DMP_RGN23_SIZE) {
James Smartd11e31d2009-06-10 17:23:06 -04004708 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4709 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004710 rc = -EIO;
4711 goto out_free_mboxq;
James Smartd11e31d2009-06-10 17:23:06 -04004712 }
James Smartda0436e2009-05-22 14:51:39 -04004713
4714 lpfc_parse_fcoe_conf(phba, mp->virt, data_length);
4715 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4716 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004717 rc = 0;
4718
4719out_free_mboxq:
4720 mempool_free(mboxq, phba->mbox_mem_pool);
4721 return rc;
James Smartda0436e2009-05-22 14:51:39 -04004722}
4723
4724/**
4725 * lpfc_sli4_read_rev - Issue READ_REV and collect vpd data
4726 * @phba: pointer to lpfc hba data structure.
4727 * @mboxq: pointer to the LPFC_MBOXQ_t structure.
4728 * @vpd: pointer to the memory to hold resulting port vpd data.
4729 * @vpd_size: On input, the number of bytes allocated to @vpd.
4730 * On output, the number of data bytes in @vpd.
4731 *
4732 * This routine executes a READ_REV SLI4 mailbox command. In
4733 * addition, this routine gets the port vpd data.
4734 *
4735 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02004736 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -04004737 * -ENOMEM - could not allocated memory.
James Smartda0436e2009-05-22 14:51:39 -04004738 **/
4739static int
4740lpfc_sli4_read_rev(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
4741 uint8_t *vpd, uint32_t *vpd_size)
4742{
4743 int rc = 0;
4744 uint32_t dma_size;
4745 struct lpfc_dmabuf *dmabuf;
4746 struct lpfc_mqe *mqe;
4747
4748 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
4749 if (!dmabuf)
4750 return -ENOMEM;
4751
4752 /*
4753 * Get a DMA buffer for the vpd data resulting from the READ_REV
4754 * mailbox command.
4755 */
4756 dma_size = *vpd_size;
4757 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
4758 dma_size,
4759 &dmabuf->phys,
4760 GFP_KERNEL);
4761 if (!dmabuf->virt) {
4762 kfree(dmabuf);
4763 return -ENOMEM;
4764 }
4765 memset(dmabuf->virt, 0, dma_size);
4766
4767 /*
4768 * The SLI4 implementation of READ_REV conflicts at word1,
4769 * bits 31:16 and SLI4 adds vpd functionality not present
4770 * in SLI3. This code corrects the conflicts.
4771 */
4772 lpfc_read_rev(phba, mboxq);
4773 mqe = &mboxq->u.mqe;
4774 mqe->un.read_rev.vpd_paddr_high = putPaddrHigh(dmabuf->phys);
4775 mqe->un.read_rev.vpd_paddr_low = putPaddrLow(dmabuf->phys);
4776 mqe->un.read_rev.word1 &= 0x0000FFFF;
4777 bf_set(lpfc_mbx_rd_rev_vpd, &mqe->un.read_rev, 1);
4778 bf_set(lpfc_mbx_rd_rev_avail_len, &mqe->un.read_rev, dma_size);
4779
4780 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4781 if (rc) {
4782 dma_free_coherent(&phba->pcidev->dev, dma_size,
4783 dmabuf->virt, dmabuf->phys);
James Smartdef9c7a2009-12-21 17:02:28 -05004784 kfree(dmabuf);
James Smartda0436e2009-05-22 14:51:39 -04004785 return -EIO;
4786 }
4787
James Smartda0436e2009-05-22 14:51:39 -04004788 /*
4789 * The available vpd length cannot be bigger than the
4790 * DMA buffer passed to the port. Catch the less than
4791 * case and update the caller's size.
4792 */
4793 if (mqe->un.read_rev.avail_vpd_len < *vpd_size)
4794 *vpd_size = mqe->un.read_rev.avail_vpd_len;
4795
James Smartd7c47992010-06-08 18:31:54 -04004796 memcpy(vpd, dmabuf->virt, *vpd_size);
4797
James Smartda0436e2009-05-22 14:51:39 -04004798 dma_free_coherent(&phba->pcidev->dev, dma_size,
4799 dmabuf->virt, dmabuf->phys);
4800 kfree(dmabuf);
4801 return 0;
4802}
4803
4804/**
James Smartcd1c8302011-10-10 21:33:25 -04004805 * lpfc_sli4_retrieve_pport_name - Retrieve SLI4 device physical port name
4806 * @phba: pointer to lpfc hba data structure.
4807 *
4808 * This routine retrieves SLI4 device physical port name this PCI function
4809 * is attached to.
4810 *
4811 * Return codes
Anatol Pomozov4907cb72012-09-01 10:31:09 -07004812 * 0 - successful
James Smartcd1c8302011-10-10 21:33:25 -04004813 * otherwise - failed to retrieve physical port name
4814 **/
4815static int
4816lpfc_sli4_retrieve_pport_name(struct lpfc_hba *phba)
4817{
4818 LPFC_MBOXQ_t *mboxq;
James Smartcd1c8302011-10-10 21:33:25 -04004819 struct lpfc_mbx_get_cntl_attributes *mbx_cntl_attr;
4820 struct lpfc_controller_attribute *cntl_attr;
4821 struct lpfc_mbx_get_port_name *get_port_name;
4822 void *virtaddr = NULL;
4823 uint32_t alloclen, reqlen;
4824 uint32_t shdr_status, shdr_add_status;
4825 union lpfc_sli4_cfg_shdr *shdr;
4826 char cport_name = 0;
4827 int rc;
4828
4829 /* We assume nothing at this point */
4830 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL;
4831 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_NON;
4832
4833 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4834 if (!mboxq)
4835 return -ENOMEM;
James Smartcd1c8302011-10-10 21:33:25 -04004836 /* obtain link type and link number via READ_CONFIG */
James Smartff78d8f2011-12-13 13:21:35 -05004837 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL;
4838 lpfc_sli4_read_config(phba);
4839 if (phba->sli4_hba.lnk_info.lnk_dv == LPFC_LNK_DAT_VAL)
4840 goto retrieve_ppname;
James Smartcd1c8302011-10-10 21:33:25 -04004841
4842 /* obtain link type and link number via COMMON_GET_CNTL_ATTRIBUTES */
4843 reqlen = sizeof(struct lpfc_mbx_get_cntl_attributes);
4844 alloclen = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
4845 LPFC_MBOX_OPCODE_GET_CNTL_ATTRIBUTES, reqlen,
4846 LPFC_SLI4_MBX_NEMBED);
4847 if (alloclen < reqlen) {
4848 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
4849 "3084 Allocated DMA memory size (%d) is "
4850 "less than the requested DMA memory size "
4851 "(%d)\n", alloclen, reqlen);
4852 rc = -ENOMEM;
4853 goto out_free_mboxq;
4854 }
4855 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4856 virtaddr = mboxq->sge_array->addr[0];
4857 mbx_cntl_attr = (struct lpfc_mbx_get_cntl_attributes *)virtaddr;
4858 shdr = &mbx_cntl_attr->cfg_shdr;
4859 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
4860 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
4861 if (shdr_status || shdr_add_status || rc) {
4862 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
4863 "3085 Mailbox x%x (x%x/x%x) failed, "
4864 "rc:x%x, status:x%x, add_status:x%x\n",
4865 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
4866 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
4867 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
4868 rc, shdr_status, shdr_add_status);
4869 rc = -ENXIO;
4870 goto out_free_mboxq;
4871 }
4872 cntl_attr = &mbx_cntl_attr->cntl_attr;
4873 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_VAL;
4874 phba->sli4_hba.lnk_info.lnk_tp =
4875 bf_get(lpfc_cntl_attr_lnk_type, cntl_attr);
4876 phba->sli4_hba.lnk_info.lnk_no =
4877 bf_get(lpfc_cntl_attr_lnk_numb, cntl_attr);
4878 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4879 "3086 lnk_type:%d, lnk_numb:%d\n",
4880 phba->sli4_hba.lnk_info.lnk_tp,
4881 phba->sli4_hba.lnk_info.lnk_no);
4882
4883retrieve_ppname:
4884 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
4885 LPFC_MBOX_OPCODE_GET_PORT_NAME,
4886 sizeof(struct lpfc_mbx_get_port_name) -
4887 sizeof(struct lpfc_sli4_cfg_mhdr),
4888 LPFC_SLI4_MBX_EMBED);
4889 get_port_name = &mboxq->u.mqe.un.get_port_name;
4890 shdr = (union lpfc_sli4_cfg_shdr *)&get_port_name->header.cfg_shdr;
4891 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_OPCODE_VERSION_1);
4892 bf_set(lpfc_mbx_get_port_name_lnk_type, &get_port_name->u.request,
4893 phba->sli4_hba.lnk_info.lnk_tp);
4894 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4895 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
4896 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
4897 if (shdr_status || shdr_add_status || rc) {
4898 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
4899 "3087 Mailbox x%x (x%x/x%x) failed: "
4900 "rc:x%x, status:x%x, add_status:x%x\n",
4901 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
4902 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
4903 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
4904 rc, shdr_status, shdr_add_status);
4905 rc = -ENXIO;
4906 goto out_free_mboxq;
4907 }
4908 switch (phba->sli4_hba.lnk_info.lnk_no) {
4909 case LPFC_LINK_NUMBER_0:
4910 cport_name = bf_get(lpfc_mbx_get_port_name_name0,
4911 &get_port_name->u.response);
4912 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4913 break;
4914 case LPFC_LINK_NUMBER_1:
4915 cport_name = bf_get(lpfc_mbx_get_port_name_name1,
4916 &get_port_name->u.response);
4917 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4918 break;
4919 case LPFC_LINK_NUMBER_2:
4920 cport_name = bf_get(lpfc_mbx_get_port_name_name2,
4921 &get_port_name->u.response);
4922 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4923 break;
4924 case LPFC_LINK_NUMBER_3:
4925 cport_name = bf_get(lpfc_mbx_get_port_name_name3,
4926 &get_port_name->u.response);
4927 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4928 break;
4929 default:
4930 break;
4931 }
4932
4933 if (phba->sli4_hba.pport_name_sta == LPFC_SLI4_PPNAME_GET) {
4934 phba->Port[0] = cport_name;
4935 phba->Port[1] = '\0';
4936 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4937 "3091 SLI get port name: %s\n", phba->Port);
4938 }
4939
4940out_free_mboxq:
4941 if (rc != MBX_TIMEOUT) {
4942 if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG)
4943 lpfc_sli4_mbox_cmd_free(phba, mboxq);
4944 else
4945 mempool_free(mboxq, phba->mbox_mem_pool);
4946 }
4947 return rc;
4948}
4949
4950/**
James Smartda0436e2009-05-22 14:51:39 -04004951 * lpfc_sli4_arm_cqeq_intr - Arm sli-4 device completion and event queues
4952 * @phba: pointer to lpfc hba data structure.
4953 *
4954 * This routine is called to explicitly arm the SLI4 device's completion and
4955 * event queues
4956 **/
4957static void
4958lpfc_sli4_arm_cqeq_intr(struct lpfc_hba *phba)
4959{
James Smart962bc512013-01-03 15:44:00 -05004960 int fcp_eqidx;
James Smartda0436e2009-05-22 14:51:39 -04004961
4962 lpfc_sli4_cq_release(phba->sli4_hba.mbx_cq, LPFC_QUEUE_REARM);
4963 lpfc_sli4_cq_release(phba->sli4_hba.els_cq, LPFC_QUEUE_REARM);
James Smart05580562011-05-24 11:40:48 -04004964 fcp_eqidx = 0;
James Smart2e90f4b2011-12-13 13:22:37 -05004965 if (phba->sli4_hba.fcp_cq) {
James Smart67d12732012-08-03 12:36:13 -04004966 do {
James Smart2e90f4b2011-12-13 13:22:37 -05004967 lpfc_sli4_cq_release(phba->sli4_hba.fcp_cq[fcp_eqidx],
4968 LPFC_QUEUE_REARM);
James Smart67d12732012-08-03 12:36:13 -04004969 } while (++fcp_eqidx < phba->cfg_fcp_io_channel);
James Smart2e90f4b2011-12-13 13:22:37 -05004970 }
James Smart67d12732012-08-03 12:36:13 -04004971 if (phba->sli4_hba.hba_eq) {
4972 for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_io_channel;
James Smart2e90f4b2011-12-13 13:22:37 -05004973 fcp_eqidx++)
James Smart67d12732012-08-03 12:36:13 -04004974 lpfc_sli4_eq_release(phba->sli4_hba.hba_eq[fcp_eqidx],
James Smart2e90f4b2011-12-13 13:22:37 -05004975 LPFC_QUEUE_REARM);
4976 }
James Smartda0436e2009-05-22 14:51:39 -04004977}
4978
4979/**
James Smart6d368e52011-05-24 11:44:12 -04004980 * lpfc_sli4_get_avail_extnt_rsrc - Get available resource extent count.
4981 * @phba: Pointer to HBA context object.
4982 * @type: The resource extent type.
James Smartb76f2dc2011-07-22 18:37:42 -04004983 * @extnt_count: buffer to hold port available extent count.
4984 * @extnt_size: buffer to hold element count per extent.
James Smart6d368e52011-05-24 11:44:12 -04004985 *
James Smartb76f2dc2011-07-22 18:37:42 -04004986 * This function calls the port and retrievs the number of available
4987 * extents and their size for a particular extent type.
4988 *
4989 * Returns: 0 if successful. Nonzero otherwise.
James Smart6d368e52011-05-24 11:44:12 -04004990 **/
James Smartb76f2dc2011-07-22 18:37:42 -04004991int
James Smart6d368e52011-05-24 11:44:12 -04004992lpfc_sli4_get_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type,
4993 uint16_t *extnt_count, uint16_t *extnt_size)
4994{
4995 int rc = 0;
4996 uint32_t length;
4997 uint32_t mbox_tmo;
4998 struct lpfc_mbx_get_rsrc_extent_info *rsrc_info;
4999 LPFC_MBOXQ_t *mbox;
5000
5001 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5002 if (!mbox)
5003 return -ENOMEM;
5004
5005 /* Find out how many extents are available for this resource type */
5006 length = (sizeof(struct lpfc_mbx_get_rsrc_extent_info) -
5007 sizeof(struct lpfc_sli4_cfg_mhdr));
5008 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5009 LPFC_MBOX_OPCODE_GET_RSRC_EXTENT_INFO,
5010 length, LPFC_SLI4_MBX_EMBED);
5011
5012 /* Send an extents count of 0 - the GET doesn't use it. */
5013 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
5014 LPFC_SLI4_MBX_EMBED);
5015 if (unlikely(rc)) {
5016 rc = -EIO;
5017 goto err_exit;
5018 }
5019
5020 if (!phba->sli4_hba.intr_enable)
5021 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5022 else {
James Smarta183a152011-10-10 21:32:43 -04005023 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005024 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5025 }
5026 if (unlikely(rc)) {
5027 rc = -EIO;
5028 goto err_exit;
5029 }
5030
5031 rsrc_info = &mbox->u.mqe.un.rsrc_extent_info;
5032 if (bf_get(lpfc_mbox_hdr_status,
5033 &rsrc_info->header.cfg_shdr.response)) {
5034 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5035 "2930 Failed to get resource extents "
5036 "Status 0x%x Add'l Status 0x%x\n",
5037 bf_get(lpfc_mbox_hdr_status,
5038 &rsrc_info->header.cfg_shdr.response),
5039 bf_get(lpfc_mbox_hdr_add_status,
5040 &rsrc_info->header.cfg_shdr.response));
5041 rc = -EIO;
5042 goto err_exit;
5043 }
5044
5045 *extnt_count = bf_get(lpfc_mbx_get_rsrc_extent_info_cnt,
5046 &rsrc_info->u.rsp);
5047 *extnt_size = bf_get(lpfc_mbx_get_rsrc_extent_info_size,
5048 &rsrc_info->u.rsp);
James Smart8a9d2e82012-05-09 21:16:12 -04005049
5050 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
5051 "3162 Retrieved extents type-%d from port: count:%d, "
5052 "size:%d\n", type, *extnt_count, *extnt_size);
5053
5054err_exit:
James Smart6d368e52011-05-24 11:44:12 -04005055 mempool_free(mbox, phba->mbox_mem_pool);
5056 return rc;
5057}
5058
5059/**
5060 * lpfc_sli4_chk_avail_extnt_rsrc - Check for available SLI4 resource extents.
5061 * @phba: Pointer to HBA context object.
5062 * @type: The extent type to check.
5063 *
5064 * This function reads the current available extents from the port and checks
5065 * if the extent count or extent size has changed since the last access.
5066 * Callers use this routine post port reset to understand if there is a
5067 * extent reprovisioning requirement.
5068 *
5069 * Returns:
5070 * -Error: error indicates problem.
5071 * 1: Extent count or size has changed.
5072 * 0: No changes.
5073 **/
5074static int
5075lpfc_sli4_chk_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type)
5076{
5077 uint16_t curr_ext_cnt, rsrc_ext_cnt;
5078 uint16_t size_diff, rsrc_ext_size;
5079 int rc = 0;
5080 struct lpfc_rsrc_blks *rsrc_entry;
5081 struct list_head *rsrc_blk_list = NULL;
5082
5083 size_diff = 0;
5084 curr_ext_cnt = 0;
5085 rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
5086 &rsrc_ext_cnt,
5087 &rsrc_ext_size);
5088 if (unlikely(rc))
5089 return -EIO;
5090
5091 switch (type) {
5092 case LPFC_RSC_TYPE_FCOE_RPI:
5093 rsrc_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list;
5094 break;
5095 case LPFC_RSC_TYPE_FCOE_VPI:
5096 rsrc_blk_list = &phba->lpfc_vpi_blk_list;
5097 break;
5098 case LPFC_RSC_TYPE_FCOE_XRI:
5099 rsrc_blk_list = &phba->sli4_hba.lpfc_xri_blk_list;
5100 break;
5101 case LPFC_RSC_TYPE_FCOE_VFI:
5102 rsrc_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list;
5103 break;
5104 default:
5105 break;
5106 }
5107
5108 list_for_each_entry(rsrc_entry, rsrc_blk_list, list) {
5109 curr_ext_cnt++;
5110 if (rsrc_entry->rsrc_size != rsrc_ext_size)
5111 size_diff++;
5112 }
5113
5114 if (curr_ext_cnt != rsrc_ext_cnt || size_diff != 0)
5115 rc = 1;
5116
5117 return rc;
5118}
5119
5120/**
5121 * lpfc_sli4_cfg_post_extnts -
5122 * @phba: Pointer to HBA context object.
5123 * @extnt_cnt - number of available extents.
5124 * @type - the extent type (rpi, xri, vfi, vpi).
5125 * @emb - buffer to hold either MBX_EMBED or MBX_NEMBED operation.
5126 * @mbox - pointer to the caller's allocated mailbox structure.
5127 *
5128 * This function executes the extents allocation request. It also
5129 * takes care of the amount of memory needed to allocate or get the
5130 * allocated extents. It is the caller's responsibility to evaluate
5131 * the response.
5132 *
5133 * Returns:
5134 * -Error: Error value describes the condition found.
5135 * 0: if successful
5136 **/
5137static int
James Smart8a9d2e82012-05-09 21:16:12 -04005138lpfc_sli4_cfg_post_extnts(struct lpfc_hba *phba, uint16_t extnt_cnt,
James Smart6d368e52011-05-24 11:44:12 -04005139 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox)
5140{
5141 int rc = 0;
5142 uint32_t req_len;
5143 uint32_t emb_len;
5144 uint32_t alloc_len, mbox_tmo;
5145
5146 /* Calculate the total requested length of the dma memory */
James Smart8a9d2e82012-05-09 21:16:12 -04005147 req_len = extnt_cnt * sizeof(uint16_t);
James Smart6d368e52011-05-24 11:44:12 -04005148
5149 /*
5150 * Calculate the size of an embedded mailbox. The uint32_t
5151 * accounts for extents-specific word.
5152 */
5153 emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) -
5154 sizeof(uint32_t);
5155
5156 /*
5157 * Presume the allocation and response will fit into an embedded
5158 * mailbox. If not true, reconfigure to a non-embedded mailbox.
5159 */
5160 *emb = LPFC_SLI4_MBX_EMBED;
5161 if (req_len > emb_len) {
James Smart8a9d2e82012-05-09 21:16:12 -04005162 req_len = extnt_cnt * sizeof(uint16_t) +
James Smart6d368e52011-05-24 11:44:12 -04005163 sizeof(union lpfc_sli4_cfg_shdr) +
5164 sizeof(uint32_t);
5165 *emb = LPFC_SLI4_MBX_NEMBED;
5166 }
5167
5168 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5169 LPFC_MBOX_OPCODE_ALLOC_RSRC_EXTENT,
5170 req_len, *emb);
5171 if (alloc_len < req_len) {
5172 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartb76f2dc2011-07-22 18:37:42 -04005173 "2982 Allocated DMA memory size (x%x) is "
James Smart6d368e52011-05-24 11:44:12 -04005174 "less than the requested DMA memory "
5175 "size (x%x)\n", alloc_len, req_len);
5176 return -ENOMEM;
5177 }
James Smart8a9d2e82012-05-09 21:16:12 -04005178 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb);
James Smart6d368e52011-05-24 11:44:12 -04005179 if (unlikely(rc))
5180 return -EIO;
5181
5182 if (!phba->sli4_hba.intr_enable)
5183 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5184 else {
James Smarta183a152011-10-10 21:32:43 -04005185 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005186 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5187 }
5188
5189 if (unlikely(rc))
5190 rc = -EIO;
5191 return rc;
5192}
5193
5194/**
5195 * lpfc_sli4_alloc_extent - Allocate an SLI4 resource extent.
5196 * @phba: Pointer to HBA context object.
5197 * @type: The resource extent type to allocate.
5198 *
5199 * This function allocates the number of elements for the specified
5200 * resource type.
5201 **/
5202static int
5203lpfc_sli4_alloc_extent(struct lpfc_hba *phba, uint16_t type)
5204{
5205 bool emb = false;
5206 uint16_t rsrc_id_cnt, rsrc_cnt, rsrc_size;
5207 uint16_t rsrc_id, rsrc_start, j, k;
5208 uint16_t *ids;
5209 int i, rc;
5210 unsigned long longs;
5211 unsigned long *bmask;
5212 struct lpfc_rsrc_blks *rsrc_blks;
5213 LPFC_MBOXQ_t *mbox;
5214 uint32_t length;
5215 struct lpfc_id_range *id_array = NULL;
5216 void *virtaddr = NULL;
5217 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc;
5218 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext;
5219 struct list_head *ext_blk_list;
5220
5221 rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
5222 &rsrc_cnt,
5223 &rsrc_size);
5224 if (unlikely(rc))
5225 return -EIO;
5226
5227 if ((rsrc_cnt == 0) || (rsrc_size == 0)) {
5228 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5229 "3009 No available Resource Extents "
5230 "for resource type 0x%x: Count: 0x%x, "
5231 "Size 0x%x\n", type, rsrc_cnt,
5232 rsrc_size);
5233 return -ENOMEM;
5234 }
5235
James Smart8a9d2e82012-05-09 21:16:12 -04005236 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_INIT | LOG_SLI,
5237 "2903 Post resource extents type-0x%x: "
5238 "count:%d, size %d\n", type, rsrc_cnt, rsrc_size);
James Smart6d368e52011-05-24 11:44:12 -04005239
5240 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5241 if (!mbox)
5242 return -ENOMEM;
5243
James Smart8a9d2e82012-05-09 21:16:12 -04005244 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005245 if (unlikely(rc)) {
5246 rc = -EIO;
5247 goto err_exit;
5248 }
5249
5250 /*
5251 * Figure out where the response is located. Then get local pointers
5252 * to the response data. The port does not guarantee to respond to
5253 * all extents counts request so update the local variable with the
5254 * allocated count from the port.
5255 */
5256 if (emb == LPFC_SLI4_MBX_EMBED) {
5257 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents;
5258 id_array = &rsrc_ext->u.rsp.id[0];
5259 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
5260 } else {
5261 virtaddr = mbox->sge_array->addr[0];
5262 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr;
5263 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
5264 id_array = &n_rsrc->id;
5265 }
5266
5267 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG;
5268 rsrc_id_cnt = rsrc_cnt * rsrc_size;
5269
5270 /*
5271 * Based on the resource size and count, correct the base and max
5272 * resource values.
5273 */
5274 length = sizeof(struct lpfc_rsrc_blks);
5275 switch (type) {
5276 case LPFC_RSC_TYPE_FCOE_RPI:
5277 phba->sli4_hba.rpi_bmask = kzalloc(longs *
5278 sizeof(unsigned long),
5279 GFP_KERNEL);
5280 if (unlikely(!phba->sli4_hba.rpi_bmask)) {
5281 rc = -ENOMEM;
5282 goto err_exit;
5283 }
5284 phba->sli4_hba.rpi_ids = kzalloc(rsrc_id_cnt *
5285 sizeof(uint16_t),
5286 GFP_KERNEL);
5287 if (unlikely(!phba->sli4_hba.rpi_ids)) {
5288 kfree(phba->sli4_hba.rpi_bmask);
5289 rc = -ENOMEM;
5290 goto err_exit;
5291 }
5292
5293 /*
5294 * The next_rpi was initialized with the maximum available
5295 * count but the port may allocate a smaller number. Catch
5296 * that case and update the next_rpi.
5297 */
5298 phba->sli4_hba.next_rpi = rsrc_id_cnt;
5299
5300 /* Initialize local ptrs for common extent processing later. */
5301 bmask = phba->sli4_hba.rpi_bmask;
5302 ids = phba->sli4_hba.rpi_ids;
5303 ext_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list;
5304 break;
5305 case LPFC_RSC_TYPE_FCOE_VPI:
5306 phba->vpi_bmask = kzalloc(longs *
5307 sizeof(unsigned long),
5308 GFP_KERNEL);
5309 if (unlikely(!phba->vpi_bmask)) {
5310 rc = -ENOMEM;
5311 goto err_exit;
5312 }
5313 phba->vpi_ids = kzalloc(rsrc_id_cnt *
5314 sizeof(uint16_t),
5315 GFP_KERNEL);
5316 if (unlikely(!phba->vpi_ids)) {
5317 kfree(phba->vpi_bmask);
5318 rc = -ENOMEM;
5319 goto err_exit;
5320 }
5321
5322 /* Initialize local ptrs for common extent processing later. */
5323 bmask = phba->vpi_bmask;
5324 ids = phba->vpi_ids;
5325 ext_blk_list = &phba->lpfc_vpi_blk_list;
5326 break;
5327 case LPFC_RSC_TYPE_FCOE_XRI:
5328 phba->sli4_hba.xri_bmask = kzalloc(longs *
5329 sizeof(unsigned long),
5330 GFP_KERNEL);
5331 if (unlikely(!phba->sli4_hba.xri_bmask)) {
5332 rc = -ENOMEM;
5333 goto err_exit;
5334 }
James Smart8a9d2e82012-05-09 21:16:12 -04005335 phba->sli4_hba.max_cfg_param.xri_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005336 phba->sli4_hba.xri_ids = kzalloc(rsrc_id_cnt *
5337 sizeof(uint16_t),
5338 GFP_KERNEL);
5339 if (unlikely(!phba->sli4_hba.xri_ids)) {
5340 kfree(phba->sli4_hba.xri_bmask);
5341 rc = -ENOMEM;
5342 goto err_exit;
5343 }
5344
5345 /* Initialize local ptrs for common extent processing later. */
5346 bmask = phba->sli4_hba.xri_bmask;
5347 ids = phba->sli4_hba.xri_ids;
5348 ext_blk_list = &phba->sli4_hba.lpfc_xri_blk_list;
5349 break;
5350 case LPFC_RSC_TYPE_FCOE_VFI:
5351 phba->sli4_hba.vfi_bmask = kzalloc(longs *
5352 sizeof(unsigned long),
5353 GFP_KERNEL);
5354 if (unlikely(!phba->sli4_hba.vfi_bmask)) {
5355 rc = -ENOMEM;
5356 goto err_exit;
5357 }
5358 phba->sli4_hba.vfi_ids = kzalloc(rsrc_id_cnt *
5359 sizeof(uint16_t),
5360 GFP_KERNEL);
5361 if (unlikely(!phba->sli4_hba.vfi_ids)) {
5362 kfree(phba->sli4_hba.vfi_bmask);
5363 rc = -ENOMEM;
5364 goto err_exit;
5365 }
5366
5367 /* Initialize local ptrs for common extent processing later. */
5368 bmask = phba->sli4_hba.vfi_bmask;
5369 ids = phba->sli4_hba.vfi_ids;
5370 ext_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list;
5371 break;
5372 default:
5373 /* Unsupported Opcode. Fail call. */
5374 id_array = NULL;
5375 bmask = NULL;
5376 ids = NULL;
5377 ext_blk_list = NULL;
5378 goto err_exit;
5379 }
5380
5381 /*
5382 * Complete initializing the extent configuration with the
5383 * allocated ids assigned to this function. The bitmask serves
5384 * as an index into the array and manages the available ids. The
5385 * array just stores the ids communicated to the port via the wqes.
5386 */
5387 for (i = 0, j = 0, k = 0; i < rsrc_cnt; i++) {
5388 if ((i % 2) == 0)
5389 rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_0,
5390 &id_array[k]);
5391 else
5392 rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_1,
5393 &id_array[k]);
5394
5395 rsrc_blks = kzalloc(length, GFP_KERNEL);
5396 if (unlikely(!rsrc_blks)) {
5397 rc = -ENOMEM;
5398 kfree(bmask);
5399 kfree(ids);
5400 goto err_exit;
5401 }
5402 rsrc_blks->rsrc_start = rsrc_id;
5403 rsrc_blks->rsrc_size = rsrc_size;
5404 list_add_tail(&rsrc_blks->list, ext_blk_list);
5405 rsrc_start = rsrc_id;
5406 if ((type == LPFC_RSC_TYPE_FCOE_XRI) && (j == 0))
5407 phba->sli4_hba.scsi_xri_start = rsrc_start +
5408 lpfc_sli4_get_els_iocb_cnt(phba);
5409
5410 while (rsrc_id < (rsrc_start + rsrc_size)) {
5411 ids[j] = rsrc_id;
5412 rsrc_id++;
5413 j++;
5414 }
5415 /* Entire word processed. Get next word.*/
5416 if ((i % 2) == 1)
5417 k++;
5418 }
5419 err_exit:
5420 lpfc_sli4_mbox_cmd_free(phba, mbox);
5421 return rc;
5422}
5423
5424/**
5425 * lpfc_sli4_dealloc_extent - Deallocate an SLI4 resource extent.
5426 * @phba: Pointer to HBA context object.
5427 * @type: the extent's type.
5428 *
5429 * This function deallocates all extents of a particular resource type.
5430 * SLI4 does not allow for deallocating a particular extent range. It
5431 * is the caller's responsibility to release all kernel memory resources.
5432 **/
5433static int
5434lpfc_sli4_dealloc_extent(struct lpfc_hba *phba, uint16_t type)
5435{
5436 int rc;
5437 uint32_t length, mbox_tmo = 0;
5438 LPFC_MBOXQ_t *mbox;
5439 struct lpfc_mbx_dealloc_rsrc_extents *dealloc_rsrc;
5440 struct lpfc_rsrc_blks *rsrc_blk, *rsrc_blk_next;
5441
5442 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5443 if (!mbox)
5444 return -ENOMEM;
5445
5446 /*
5447 * This function sends an embedded mailbox because it only sends the
5448 * the resource type. All extents of this type are released by the
5449 * port.
5450 */
5451 length = (sizeof(struct lpfc_mbx_dealloc_rsrc_extents) -
5452 sizeof(struct lpfc_sli4_cfg_mhdr));
5453 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5454 LPFC_MBOX_OPCODE_DEALLOC_RSRC_EXTENT,
5455 length, LPFC_SLI4_MBX_EMBED);
5456
5457 /* Send an extents count of 0 - the dealloc doesn't use it. */
5458 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
5459 LPFC_SLI4_MBX_EMBED);
5460 if (unlikely(rc)) {
5461 rc = -EIO;
5462 goto out_free_mbox;
5463 }
5464 if (!phba->sli4_hba.intr_enable)
5465 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5466 else {
James Smarta183a152011-10-10 21:32:43 -04005467 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005468 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5469 }
5470 if (unlikely(rc)) {
5471 rc = -EIO;
5472 goto out_free_mbox;
5473 }
5474
5475 dealloc_rsrc = &mbox->u.mqe.un.dealloc_rsrc_extents;
5476 if (bf_get(lpfc_mbox_hdr_status,
5477 &dealloc_rsrc->header.cfg_shdr.response)) {
5478 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5479 "2919 Failed to release resource extents "
5480 "for type %d - Status 0x%x Add'l Status 0x%x. "
5481 "Resource memory not released.\n",
5482 type,
5483 bf_get(lpfc_mbox_hdr_status,
5484 &dealloc_rsrc->header.cfg_shdr.response),
5485 bf_get(lpfc_mbox_hdr_add_status,
5486 &dealloc_rsrc->header.cfg_shdr.response));
5487 rc = -EIO;
5488 goto out_free_mbox;
5489 }
5490
5491 /* Release kernel memory resources for the specific type. */
5492 switch (type) {
5493 case LPFC_RSC_TYPE_FCOE_VPI:
5494 kfree(phba->vpi_bmask);
5495 kfree(phba->vpi_ids);
5496 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5497 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5498 &phba->lpfc_vpi_blk_list, list) {
5499 list_del_init(&rsrc_blk->list);
5500 kfree(rsrc_blk);
5501 }
James Smart16a3a202013-04-17 20:14:38 -04005502 phba->sli4_hba.max_cfg_param.vpi_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005503 break;
5504 case LPFC_RSC_TYPE_FCOE_XRI:
5505 kfree(phba->sli4_hba.xri_bmask);
5506 kfree(phba->sli4_hba.xri_ids);
James Smart6d368e52011-05-24 11:44:12 -04005507 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5508 &phba->sli4_hba.lpfc_xri_blk_list, list) {
5509 list_del_init(&rsrc_blk->list);
5510 kfree(rsrc_blk);
5511 }
5512 break;
5513 case LPFC_RSC_TYPE_FCOE_VFI:
5514 kfree(phba->sli4_hba.vfi_bmask);
5515 kfree(phba->sli4_hba.vfi_ids);
5516 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5517 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5518 &phba->sli4_hba.lpfc_vfi_blk_list, list) {
5519 list_del_init(&rsrc_blk->list);
5520 kfree(rsrc_blk);
5521 }
5522 break;
5523 case LPFC_RSC_TYPE_FCOE_RPI:
5524 /* RPI bitmask and physical id array are cleaned up earlier. */
5525 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5526 &phba->sli4_hba.lpfc_rpi_blk_list, list) {
5527 list_del_init(&rsrc_blk->list);
5528 kfree(rsrc_blk);
5529 }
5530 break;
5531 default:
5532 break;
5533 }
5534
5535 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5536
5537 out_free_mbox:
5538 mempool_free(mbox, phba->mbox_mem_pool);
5539 return rc;
5540}
5541
5542/**
5543 * lpfc_sli4_alloc_resource_identifiers - Allocate all SLI4 resource extents.
5544 * @phba: Pointer to HBA context object.
5545 *
5546 * This function allocates all SLI4 resource identifiers.
5547 **/
5548int
5549lpfc_sli4_alloc_resource_identifiers(struct lpfc_hba *phba)
5550{
5551 int i, rc, error = 0;
5552 uint16_t count, base;
5553 unsigned long longs;
5554
James Smartff78d8f2011-12-13 13:21:35 -05005555 if (!phba->sli4_hba.rpi_hdrs_in_use)
5556 phba->sli4_hba.next_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart6d368e52011-05-24 11:44:12 -04005557 if (phba->sli4_hba.extents_in_use) {
5558 /*
5559 * The port supports resource extents. The XRI, VPI, VFI, RPI
5560 * resource extent count must be read and allocated before
5561 * provisioning the resource id arrays.
5562 */
5563 if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) ==
5564 LPFC_IDX_RSRC_RDY) {
5565 /*
5566 * Extent-based resources are set - the driver could
5567 * be in a port reset. Figure out if any corrective
5568 * actions need to be taken.
5569 */
5570 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5571 LPFC_RSC_TYPE_FCOE_VFI);
5572 if (rc != 0)
5573 error++;
5574 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5575 LPFC_RSC_TYPE_FCOE_VPI);
5576 if (rc != 0)
5577 error++;
5578 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5579 LPFC_RSC_TYPE_FCOE_XRI);
5580 if (rc != 0)
5581 error++;
5582 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5583 LPFC_RSC_TYPE_FCOE_RPI);
5584 if (rc != 0)
5585 error++;
5586
5587 /*
5588 * It's possible that the number of resources
5589 * provided to this port instance changed between
5590 * resets. Detect this condition and reallocate
5591 * resources. Otherwise, there is no action.
5592 */
5593 if (error) {
5594 lpfc_printf_log(phba, KERN_INFO,
5595 LOG_MBOX | LOG_INIT,
5596 "2931 Detected extent resource "
5597 "change. Reallocating all "
5598 "extents.\n");
5599 rc = lpfc_sli4_dealloc_extent(phba,
5600 LPFC_RSC_TYPE_FCOE_VFI);
5601 rc = lpfc_sli4_dealloc_extent(phba,
5602 LPFC_RSC_TYPE_FCOE_VPI);
5603 rc = lpfc_sli4_dealloc_extent(phba,
5604 LPFC_RSC_TYPE_FCOE_XRI);
5605 rc = lpfc_sli4_dealloc_extent(phba,
5606 LPFC_RSC_TYPE_FCOE_RPI);
5607 } else
5608 return 0;
5609 }
5610
5611 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
5612 if (unlikely(rc))
5613 goto err_exit;
5614
5615 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
5616 if (unlikely(rc))
5617 goto err_exit;
5618
5619 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
5620 if (unlikely(rc))
5621 goto err_exit;
5622
5623 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);
5624 if (unlikely(rc))
5625 goto err_exit;
5626 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags,
5627 LPFC_IDX_RSRC_RDY);
5628 return rc;
5629 } else {
5630 /*
5631 * The port does not support resource extents. The XRI, VPI,
5632 * VFI, RPI resource ids were determined from READ_CONFIG.
5633 * Just allocate the bitmasks and provision the resource id
5634 * arrays. If a port reset is active, the resources don't
5635 * need any action - just exit.
5636 */
5637 if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) ==
James Smartff78d8f2011-12-13 13:21:35 -05005638 LPFC_IDX_RSRC_RDY) {
5639 lpfc_sli4_dealloc_resource_identifiers(phba);
5640 lpfc_sli4_remove_rpis(phba);
5641 }
James Smart6d368e52011-05-24 11:44:12 -04005642 /* RPIs. */
5643 count = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart0a630c22013-01-03 15:44:09 -05005644 if (count <= 0) {
5645 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5646 "3279 Invalid provisioning of "
5647 "rpi:%d\n", count);
5648 rc = -EINVAL;
5649 goto err_exit;
5650 }
James Smart6d368e52011-05-24 11:44:12 -04005651 base = phba->sli4_hba.max_cfg_param.rpi_base;
5652 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5653 phba->sli4_hba.rpi_bmask = kzalloc(longs *
5654 sizeof(unsigned long),
5655 GFP_KERNEL);
5656 if (unlikely(!phba->sli4_hba.rpi_bmask)) {
5657 rc = -ENOMEM;
5658 goto err_exit;
5659 }
5660 phba->sli4_hba.rpi_ids = kzalloc(count *
5661 sizeof(uint16_t),
5662 GFP_KERNEL);
5663 if (unlikely(!phba->sli4_hba.rpi_ids)) {
5664 rc = -ENOMEM;
5665 goto free_rpi_bmask;
5666 }
5667
5668 for (i = 0; i < count; i++)
5669 phba->sli4_hba.rpi_ids[i] = base + i;
5670
5671 /* VPIs. */
5672 count = phba->sli4_hba.max_cfg_param.max_vpi;
James Smart0a630c22013-01-03 15:44:09 -05005673 if (count <= 0) {
5674 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5675 "3280 Invalid provisioning of "
5676 "vpi:%d\n", count);
5677 rc = -EINVAL;
5678 goto free_rpi_ids;
5679 }
James Smart6d368e52011-05-24 11:44:12 -04005680 base = phba->sli4_hba.max_cfg_param.vpi_base;
5681 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5682 phba->vpi_bmask = kzalloc(longs *
5683 sizeof(unsigned long),
5684 GFP_KERNEL);
5685 if (unlikely(!phba->vpi_bmask)) {
5686 rc = -ENOMEM;
5687 goto free_rpi_ids;
5688 }
5689 phba->vpi_ids = kzalloc(count *
5690 sizeof(uint16_t),
5691 GFP_KERNEL);
5692 if (unlikely(!phba->vpi_ids)) {
5693 rc = -ENOMEM;
5694 goto free_vpi_bmask;
5695 }
5696
5697 for (i = 0; i < count; i++)
5698 phba->vpi_ids[i] = base + i;
5699
5700 /* XRIs. */
5701 count = phba->sli4_hba.max_cfg_param.max_xri;
James Smart0a630c22013-01-03 15:44:09 -05005702 if (count <= 0) {
5703 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5704 "3281 Invalid provisioning of "
5705 "xri:%d\n", count);
5706 rc = -EINVAL;
5707 goto free_vpi_ids;
5708 }
James Smart6d368e52011-05-24 11:44:12 -04005709 base = phba->sli4_hba.max_cfg_param.xri_base;
5710 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5711 phba->sli4_hba.xri_bmask = kzalloc(longs *
5712 sizeof(unsigned long),
5713 GFP_KERNEL);
5714 if (unlikely(!phba->sli4_hba.xri_bmask)) {
5715 rc = -ENOMEM;
5716 goto free_vpi_ids;
5717 }
James Smart41899be2012-03-01 22:34:19 -05005718 phba->sli4_hba.max_cfg_param.xri_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005719 phba->sli4_hba.xri_ids = kzalloc(count *
5720 sizeof(uint16_t),
5721 GFP_KERNEL);
5722 if (unlikely(!phba->sli4_hba.xri_ids)) {
5723 rc = -ENOMEM;
5724 goto free_xri_bmask;
5725 }
5726
5727 for (i = 0; i < count; i++)
5728 phba->sli4_hba.xri_ids[i] = base + i;
5729
5730 /* VFIs. */
5731 count = phba->sli4_hba.max_cfg_param.max_vfi;
James Smart0a630c22013-01-03 15:44:09 -05005732 if (count <= 0) {
5733 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5734 "3282 Invalid provisioning of "
5735 "vfi:%d\n", count);
5736 rc = -EINVAL;
5737 goto free_xri_ids;
5738 }
James Smart6d368e52011-05-24 11:44:12 -04005739 base = phba->sli4_hba.max_cfg_param.vfi_base;
5740 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5741 phba->sli4_hba.vfi_bmask = kzalloc(longs *
5742 sizeof(unsigned long),
5743 GFP_KERNEL);
5744 if (unlikely(!phba->sli4_hba.vfi_bmask)) {
5745 rc = -ENOMEM;
5746 goto free_xri_ids;
5747 }
5748 phba->sli4_hba.vfi_ids = kzalloc(count *
5749 sizeof(uint16_t),
5750 GFP_KERNEL);
5751 if (unlikely(!phba->sli4_hba.vfi_ids)) {
5752 rc = -ENOMEM;
5753 goto free_vfi_bmask;
5754 }
5755
5756 for (i = 0; i < count; i++)
5757 phba->sli4_hba.vfi_ids[i] = base + i;
5758
5759 /*
5760 * Mark all resources ready. An HBA reset doesn't need
5761 * to reset the initialization.
5762 */
5763 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags,
5764 LPFC_IDX_RSRC_RDY);
5765 return 0;
5766 }
5767
5768 free_vfi_bmask:
5769 kfree(phba->sli4_hba.vfi_bmask);
5770 free_xri_ids:
5771 kfree(phba->sli4_hba.xri_ids);
5772 free_xri_bmask:
5773 kfree(phba->sli4_hba.xri_bmask);
5774 free_vpi_ids:
5775 kfree(phba->vpi_ids);
5776 free_vpi_bmask:
5777 kfree(phba->vpi_bmask);
5778 free_rpi_ids:
5779 kfree(phba->sli4_hba.rpi_ids);
5780 free_rpi_bmask:
5781 kfree(phba->sli4_hba.rpi_bmask);
5782 err_exit:
5783 return rc;
5784}
5785
5786/**
5787 * lpfc_sli4_dealloc_resource_identifiers - Deallocate all SLI4 resource extents.
5788 * @phba: Pointer to HBA context object.
5789 *
5790 * This function allocates the number of elements for the specified
5791 * resource type.
5792 **/
5793int
5794lpfc_sli4_dealloc_resource_identifiers(struct lpfc_hba *phba)
5795{
5796 if (phba->sli4_hba.extents_in_use) {
5797 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
5798 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
5799 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);
5800 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
5801 } else {
5802 kfree(phba->vpi_bmask);
James Smart16a3a202013-04-17 20:14:38 -04005803 phba->sli4_hba.max_cfg_param.vpi_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005804 kfree(phba->vpi_ids);
5805 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5806 kfree(phba->sli4_hba.xri_bmask);
5807 kfree(phba->sli4_hba.xri_ids);
James Smart6d368e52011-05-24 11:44:12 -04005808 kfree(phba->sli4_hba.vfi_bmask);
5809 kfree(phba->sli4_hba.vfi_ids);
5810 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5811 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5812 }
5813
5814 return 0;
5815}
5816
5817/**
James Smartb76f2dc2011-07-22 18:37:42 -04005818 * lpfc_sli4_get_allocated_extnts - Get the port's allocated extents.
5819 * @phba: Pointer to HBA context object.
5820 * @type: The resource extent type.
5821 * @extnt_count: buffer to hold port extent count response
5822 * @extnt_size: buffer to hold port extent size response.
5823 *
5824 * This function calls the port to read the host allocated extents
5825 * for a particular type.
5826 **/
5827int
5828lpfc_sli4_get_allocated_extnts(struct lpfc_hba *phba, uint16_t type,
5829 uint16_t *extnt_cnt, uint16_t *extnt_size)
5830{
5831 bool emb;
5832 int rc = 0;
5833 uint16_t curr_blks = 0;
5834 uint32_t req_len, emb_len;
5835 uint32_t alloc_len, mbox_tmo;
5836 struct list_head *blk_list_head;
5837 struct lpfc_rsrc_blks *rsrc_blk;
5838 LPFC_MBOXQ_t *mbox;
5839 void *virtaddr = NULL;
5840 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc;
5841 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext;
5842 union lpfc_sli4_cfg_shdr *shdr;
5843
5844 switch (type) {
5845 case LPFC_RSC_TYPE_FCOE_VPI:
5846 blk_list_head = &phba->lpfc_vpi_blk_list;
5847 break;
5848 case LPFC_RSC_TYPE_FCOE_XRI:
5849 blk_list_head = &phba->sli4_hba.lpfc_xri_blk_list;
5850 break;
5851 case LPFC_RSC_TYPE_FCOE_VFI:
5852 blk_list_head = &phba->sli4_hba.lpfc_vfi_blk_list;
5853 break;
5854 case LPFC_RSC_TYPE_FCOE_RPI:
5855 blk_list_head = &phba->sli4_hba.lpfc_rpi_blk_list;
5856 break;
5857 default:
5858 return -EIO;
5859 }
5860
5861 /* Count the number of extents currently allocatd for this type. */
5862 list_for_each_entry(rsrc_blk, blk_list_head, list) {
5863 if (curr_blks == 0) {
5864 /*
5865 * The GET_ALLOCATED mailbox does not return the size,
5866 * just the count. The size should be just the size
5867 * stored in the current allocated block and all sizes
5868 * for an extent type are the same so set the return
5869 * value now.
5870 */
5871 *extnt_size = rsrc_blk->rsrc_size;
5872 }
5873 curr_blks++;
5874 }
5875
5876 /* Calculate the total requested length of the dma memory. */
5877 req_len = curr_blks * sizeof(uint16_t);
5878
5879 /*
5880 * Calculate the size of an embedded mailbox. The uint32_t
5881 * accounts for extents-specific word.
5882 */
5883 emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) -
5884 sizeof(uint32_t);
5885
5886 /*
5887 * Presume the allocation and response will fit into an embedded
5888 * mailbox. If not true, reconfigure to a non-embedded mailbox.
5889 */
5890 emb = LPFC_SLI4_MBX_EMBED;
5891 req_len = emb_len;
5892 if (req_len > emb_len) {
5893 req_len = curr_blks * sizeof(uint16_t) +
5894 sizeof(union lpfc_sli4_cfg_shdr) +
5895 sizeof(uint32_t);
5896 emb = LPFC_SLI4_MBX_NEMBED;
5897 }
5898
5899 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5900 if (!mbox)
5901 return -ENOMEM;
5902 memset(mbox, 0, sizeof(LPFC_MBOXQ_t));
5903
5904 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5905 LPFC_MBOX_OPCODE_GET_ALLOC_RSRC_EXTENT,
5906 req_len, emb);
5907 if (alloc_len < req_len) {
5908 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5909 "2983 Allocated DMA memory size (x%x) is "
5910 "less than the requested DMA memory "
5911 "size (x%x)\n", alloc_len, req_len);
5912 rc = -ENOMEM;
5913 goto err_exit;
5914 }
5915 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb);
5916 if (unlikely(rc)) {
5917 rc = -EIO;
5918 goto err_exit;
5919 }
5920
5921 if (!phba->sli4_hba.intr_enable)
5922 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5923 else {
James Smarta183a152011-10-10 21:32:43 -04005924 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smartb76f2dc2011-07-22 18:37:42 -04005925 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5926 }
5927
5928 if (unlikely(rc)) {
5929 rc = -EIO;
5930 goto err_exit;
5931 }
5932
5933 /*
5934 * Figure out where the response is located. Then get local pointers
5935 * to the response data. The port does not guarantee to respond to
5936 * all extents counts request so update the local variable with the
5937 * allocated count from the port.
5938 */
5939 if (emb == LPFC_SLI4_MBX_EMBED) {
5940 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents;
5941 shdr = &rsrc_ext->header.cfg_shdr;
5942 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
5943 } else {
5944 virtaddr = mbox->sge_array->addr[0];
5945 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr;
5946 shdr = &n_rsrc->cfg_shdr;
5947 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
5948 }
5949
5950 if (bf_get(lpfc_mbox_hdr_status, &shdr->response)) {
5951 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5952 "2984 Failed to read allocated resources "
5953 "for type %d - Status 0x%x Add'l Status 0x%x.\n",
5954 type,
5955 bf_get(lpfc_mbox_hdr_status, &shdr->response),
5956 bf_get(lpfc_mbox_hdr_add_status, &shdr->response));
5957 rc = -EIO;
5958 goto err_exit;
5959 }
5960 err_exit:
5961 lpfc_sli4_mbox_cmd_free(phba, mbox);
5962 return rc;
5963}
5964
5965/**
James Smart8a9d2e82012-05-09 21:16:12 -04005966 * lpfc_sli4_repost_els_sgl_list - Repsot the els buffers sgl pages as block
5967 * @phba: pointer to lpfc hba data structure.
5968 *
5969 * This routine walks the list of els buffers that have been allocated and
5970 * repost them to the port by using SGL block post. This is needed after a
5971 * pci_function_reset/warm_start or start. It attempts to construct blocks
5972 * of els buffer sgls which contains contiguous xris and uses the non-embedded
5973 * SGL block post mailbox commands to post them to the port. For single els
5974 * buffer sgl with non-contiguous xri, if any, it shall use embedded SGL post
5975 * mailbox command for posting.
5976 *
5977 * Returns: 0 = success, non-zero failure.
5978 **/
5979static int
5980lpfc_sli4_repost_els_sgl_list(struct lpfc_hba *phba)
5981{
5982 struct lpfc_sglq *sglq_entry = NULL;
5983 struct lpfc_sglq *sglq_entry_next = NULL;
5984 struct lpfc_sglq *sglq_entry_first = NULL;
James Smart711ea882013-04-17 20:18:29 -04005985 int status, total_cnt, post_cnt = 0, num_posted = 0, block_cnt = 0;
James Smart8a9d2e82012-05-09 21:16:12 -04005986 int last_xritag = NO_XRI;
5987 LIST_HEAD(prep_sgl_list);
5988 LIST_HEAD(blck_sgl_list);
5989 LIST_HEAD(allc_sgl_list);
5990 LIST_HEAD(post_sgl_list);
5991 LIST_HEAD(free_sgl_list);
5992
James Smart38c20672013-03-01 16:37:44 -05005993 spin_lock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04005994 list_splice_init(&phba->sli4_hba.lpfc_sgl_list, &allc_sgl_list);
James Smart38c20672013-03-01 16:37:44 -05005995 spin_unlock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04005996
James Smart711ea882013-04-17 20:18:29 -04005997 total_cnt = phba->sli4_hba.els_xri_cnt;
James Smart8a9d2e82012-05-09 21:16:12 -04005998 list_for_each_entry_safe(sglq_entry, sglq_entry_next,
5999 &allc_sgl_list, list) {
6000 list_del_init(&sglq_entry->list);
6001 block_cnt++;
6002 if ((last_xritag != NO_XRI) &&
6003 (sglq_entry->sli4_xritag != last_xritag + 1)) {
6004 /* a hole in xri block, form a sgl posting block */
6005 list_splice_init(&prep_sgl_list, &blck_sgl_list);
6006 post_cnt = block_cnt - 1;
6007 /* prepare list for next posting block */
6008 list_add_tail(&sglq_entry->list, &prep_sgl_list);
6009 block_cnt = 1;
6010 } else {
6011 /* prepare list for next posting block */
6012 list_add_tail(&sglq_entry->list, &prep_sgl_list);
6013 /* enough sgls for non-embed sgl mbox command */
6014 if (block_cnt == LPFC_NEMBED_MBOX_SGL_CNT) {
6015 list_splice_init(&prep_sgl_list,
6016 &blck_sgl_list);
6017 post_cnt = block_cnt;
6018 block_cnt = 0;
6019 }
6020 }
6021 num_posted++;
6022
6023 /* keep track of last sgl's xritag */
6024 last_xritag = sglq_entry->sli4_xritag;
6025
6026 /* end of repost sgl list condition for els buffers */
6027 if (num_posted == phba->sli4_hba.els_xri_cnt) {
6028 if (post_cnt == 0) {
6029 list_splice_init(&prep_sgl_list,
6030 &blck_sgl_list);
6031 post_cnt = block_cnt;
6032 } else if (block_cnt == 1) {
6033 status = lpfc_sli4_post_sgl(phba,
6034 sglq_entry->phys, 0,
6035 sglq_entry->sli4_xritag);
6036 if (!status) {
6037 /* successful, put sgl to posted list */
6038 list_add_tail(&sglq_entry->list,
6039 &post_sgl_list);
6040 } else {
6041 /* Failure, put sgl to free list */
6042 lpfc_printf_log(phba, KERN_WARNING,
6043 LOG_SLI,
6044 "3159 Failed to post els "
6045 "sgl, xritag:x%x\n",
6046 sglq_entry->sli4_xritag);
6047 list_add_tail(&sglq_entry->list,
6048 &free_sgl_list);
James Smart711ea882013-04-17 20:18:29 -04006049 total_cnt--;
James Smart8a9d2e82012-05-09 21:16:12 -04006050 }
6051 }
6052 }
6053
6054 /* continue until a nembed page worth of sgls */
6055 if (post_cnt == 0)
6056 continue;
6057
6058 /* post the els buffer list sgls as a block */
6059 status = lpfc_sli4_post_els_sgl_list(phba, &blck_sgl_list,
6060 post_cnt);
6061
6062 if (!status) {
6063 /* success, put sgl list to posted sgl list */
6064 list_splice_init(&blck_sgl_list, &post_sgl_list);
6065 } else {
6066 /* Failure, put sgl list to free sgl list */
6067 sglq_entry_first = list_first_entry(&blck_sgl_list,
6068 struct lpfc_sglq,
6069 list);
6070 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
6071 "3160 Failed to post els sgl-list, "
6072 "xritag:x%x-x%x\n",
6073 sglq_entry_first->sli4_xritag,
6074 (sglq_entry_first->sli4_xritag +
6075 post_cnt - 1));
6076 list_splice_init(&blck_sgl_list, &free_sgl_list);
James Smart711ea882013-04-17 20:18:29 -04006077 total_cnt -= post_cnt;
James Smart8a9d2e82012-05-09 21:16:12 -04006078 }
6079
6080 /* don't reset xirtag due to hole in xri block */
6081 if (block_cnt == 0)
6082 last_xritag = NO_XRI;
6083
6084 /* reset els sgl post count for next round of posting */
6085 post_cnt = 0;
6086 }
James Smart711ea882013-04-17 20:18:29 -04006087 /* update the number of XRIs posted for ELS */
6088 phba->sli4_hba.els_xri_cnt = total_cnt;
James Smart8a9d2e82012-05-09 21:16:12 -04006089
6090 /* free the els sgls failed to post */
6091 lpfc_free_sgl_list(phba, &free_sgl_list);
6092
6093 /* push els sgls posted to the availble list */
6094 if (!list_empty(&post_sgl_list)) {
James Smart38c20672013-03-01 16:37:44 -05006095 spin_lock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04006096 list_splice_init(&post_sgl_list,
6097 &phba->sli4_hba.lpfc_sgl_list);
James Smart38c20672013-03-01 16:37:44 -05006098 spin_unlock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04006099 } else {
6100 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6101 "3161 Failure to post els sgl to port.\n");
6102 return -EIO;
6103 }
6104 return 0;
6105}
6106
6107/**
James Smartda0436e2009-05-22 14:51:39 -04006108 * lpfc_sli4_hba_setup - SLI4 device intialization PCI function
6109 * @phba: Pointer to HBA context object.
6110 *
6111 * This function is the main SLI4 device intialization PCI function. This
6112 * function is called by the HBA intialization code, HBA reset code and
6113 * HBA error attention handler code. Caller is not required to hold any
6114 * locks.
6115 **/
6116int
6117lpfc_sli4_hba_setup(struct lpfc_hba *phba)
6118{
6119 int rc;
6120 LPFC_MBOXQ_t *mboxq;
6121 struct lpfc_mqe *mqe;
6122 uint8_t *vpd;
6123 uint32_t vpd_size;
6124 uint32_t ftr_rsp = 0;
6125 struct Scsi_Host *shost = lpfc_shost_from_vport(phba->pport);
6126 struct lpfc_vport *vport = phba->pport;
6127 struct lpfc_dmabuf *mp;
6128
6129 /* Perform a PCI function reset to start from clean */
6130 rc = lpfc_pci_function_reset(phba);
6131 if (unlikely(rc))
6132 return -ENODEV;
6133
6134 /* Check the HBA Host Status Register for readyness */
6135 rc = lpfc_sli4_post_status_check(phba);
6136 if (unlikely(rc))
6137 return -ENODEV;
6138 else {
6139 spin_lock_irq(&phba->hbalock);
6140 phba->sli.sli_flag |= LPFC_SLI_ACTIVE;
6141 spin_unlock_irq(&phba->hbalock);
6142 }
6143
6144 /*
6145 * Allocate a single mailbox container for initializing the
6146 * port.
6147 */
6148 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6149 if (!mboxq)
6150 return -ENOMEM;
6151
James Smartda0436e2009-05-22 14:51:39 -04006152 /* Issue READ_REV to collect vpd and FW information. */
James Smart49198b32010-04-06 15:04:33 -04006153 vpd_size = SLI4_PAGE_SIZE;
James Smartda0436e2009-05-22 14:51:39 -04006154 vpd = kzalloc(vpd_size, GFP_KERNEL);
6155 if (!vpd) {
6156 rc = -ENOMEM;
6157 goto out_free_mbox;
6158 }
6159
6160 rc = lpfc_sli4_read_rev(phba, mboxq, vpd, &vpd_size);
James Smart76a95d72010-11-20 23:11:48 -05006161 if (unlikely(rc)) {
6162 kfree(vpd);
6163 goto out_free_mbox;
6164 }
James Smartda0436e2009-05-22 14:51:39 -04006165 mqe = &mboxq->u.mqe;
James Smartf1126682009-06-10 17:22:44 -04006166 phba->sli_rev = bf_get(lpfc_mbx_rd_rev_sli_lvl, &mqe->un.read_rev);
6167 if (bf_get(lpfc_mbx_rd_rev_fcoe, &mqe->un.read_rev))
James Smart76a95d72010-11-20 23:11:48 -05006168 phba->hba_flag |= HBA_FCOE_MODE;
6169 else
6170 phba->hba_flag &= ~HBA_FCOE_MODE;
James Smart45ed1192009-10-02 15:17:02 -04006171
6172 if (bf_get(lpfc_mbx_rd_rev_cee_ver, &mqe->un.read_rev) ==
6173 LPFC_DCBX_CEE_MODE)
6174 phba->hba_flag |= HBA_FIP_SUPPORT;
6175 else
6176 phba->hba_flag &= ~HBA_FIP_SUPPORT;
6177
James Smart4f2e66c2012-05-09 21:17:07 -04006178 phba->hba_flag &= ~HBA_FCP_IOQ_FLUSH;
6179
James Smartc31098c2011-04-16 11:03:33 -04006180 if (phba->sli_rev != LPFC_SLI_REV4) {
James Smartda0436e2009-05-22 14:51:39 -04006181 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6182 "0376 READ_REV Error. SLI Level %d "
6183 "FCoE enabled %d\n",
James Smart76a95d72010-11-20 23:11:48 -05006184 phba->sli_rev, phba->hba_flag & HBA_FCOE_MODE);
James Smartda0436e2009-05-22 14:51:39 -04006185 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006186 kfree(vpd);
6187 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006188 }
James Smartcd1c8302011-10-10 21:33:25 -04006189
6190 /*
James Smartff78d8f2011-12-13 13:21:35 -05006191 * Continue initialization with default values even if driver failed
6192 * to read FCoE param config regions, only read parameters if the
6193 * board is FCoE
6194 */
6195 if (phba->hba_flag & HBA_FCOE_MODE &&
6196 lpfc_sli4_read_fcoe_params(phba))
6197 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_INIT,
6198 "2570 Failed to read FCoE parameters\n");
6199
6200 /*
James Smartcd1c8302011-10-10 21:33:25 -04006201 * Retrieve sli4 device physical port name, failure of doing it
6202 * is considered as non-fatal.
6203 */
6204 rc = lpfc_sli4_retrieve_pport_name(phba);
6205 if (!rc)
6206 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
6207 "3080 Successful retrieving SLI4 device "
6208 "physical port name: %s.\n", phba->Port);
6209
James Smartda0436e2009-05-22 14:51:39 -04006210 /*
6211 * Evaluate the read rev and vpd data. Populate the driver
6212 * state with the results. If this routine fails, the failure
6213 * is not fatal as the driver will use generic values.
6214 */
6215 rc = lpfc_parse_vpd(phba, vpd, vpd_size);
6216 if (unlikely(!rc)) {
6217 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6218 "0377 Error %d parsing vpd. "
6219 "Using defaults.\n", rc);
6220 rc = 0;
6221 }
James Smart76a95d72010-11-20 23:11:48 -05006222 kfree(vpd);
James Smartda0436e2009-05-22 14:51:39 -04006223
James Smartf1126682009-06-10 17:22:44 -04006224 /* Save information as VPD data */
6225 phba->vpd.rev.biuRev = mqe->un.read_rev.first_hw_rev;
6226 phba->vpd.rev.smRev = mqe->un.read_rev.second_hw_rev;
6227 phba->vpd.rev.endecRev = mqe->un.read_rev.third_hw_rev;
6228 phba->vpd.rev.fcphHigh = bf_get(lpfc_mbx_rd_rev_fcph_high,
6229 &mqe->un.read_rev);
6230 phba->vpd.rev.fcphLow = bf_get(lpfc_mbx_rd_rev_fcph_low,
6231 &mqe->un.read_rev);
6232 phba->vpd.rev.feaLevelHigh = bf_get(lpfc_mbx_rd_rev_ftr_lvl_high,
6233 &mqe->un.read_rev);
6234 phba->vpd.rev.feaLevelLow = bf_get(lpfc_mbx_rd_rev_ftr_lvl_low,
6235 &mqe->un.read_rev);
6236 phba->vpd.rev.sli1FwRev = mqe->un.read_rev.fw_id_rev;
6237 memcpy(phba->vpd.rev.sli1FwName, mqe->un.read_rev.fw_name, 16);
6238 phba->vpd.rev.sli2FwRev = mqe->un.read_rev.ulp_fw_id_rev;
6239 memcpy(phba->vpd.rev.sli2FwName, mqe->un.read_rev.ulp_fw_name, 16);
6240 phba->vpd.rev.opFwRev = mqe->un.read_rev.fw_id_rev;
6241 memcpy(phba->vpd.rev.opFwName, mqe->un.read_rev.fw_name, 16);
6242 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
6243 "(%d):0380 READ_REV Status x%x "
6244 "fw_rev:%s fcphHi:%x fcphLo:%x flHi:%x flLo:%x\n",
6245 mboxq->vport ? mboxq->vport->vpi : 0,
6246 bf_get(lpfc_mqe_status, mqe),
6247 phba->vpd.rev.opFwName,
6248 phba->vpd.rev.fcphHigh, phba->vpd.rev.fcphLow,
6249 phba->vpd.rev.feaLevelHigh, phba->vpd.rev.feaLevelLow);
James Smartda0436e2009-05-22 14:51:39 -04006250
6251 /*
6252 * Discover the port's supported feature set and match it against the
6253 * hosts requests.
6254 */
6255 lpfc_request_features(phba, mboxq);
6256 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6257 if (unlikely(rc)) {
6258 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006259 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006260 }
6261
6262 /*
6263 * The port must support FCP initiator mode as this is the
6264 * only mode running in the host.
6265 */
6266 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_fcpi, &mqe->un.req_ftrs))) {
6267 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
6268 "0378 No support for fcpi mode.\n");
6269 ftr_rsp++;
6270 }
James Smartfedd3b72011-02-16 12:39:24 -05006271 if (bf_get(lpfc_mbx_rq_ftr_rsp_perfh, &mqe->un.req_ftrs))
6272 phba->sli3_options |= LPFC_SLI4_PERFH_ENABLED;
6273 else
6274 phba->sli3_options &= ~LPFC_SLI4_PERFH_ENABLED;
James Smartda0436e2009-05-22 14:51:39 -04006275 /*
6276 * If the port cannot support the host's requested features
6277 * then turn off the global config parameters to disable the
6278 * feature in the driver. This is not a fatal error.
6279 */
James Smartbf086112011-08-21 21:48:13 -04006280 phba->sli3_options &= ~LPFC_SLI3_BG_ENABLED;
6281 if (phba->cfg_enable_bg) {
6282 if (bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs))
6283 phba->sli3_options |= LPFC_SLI3_BG_ENABLED;
6284 else
6285 ftr_rsp++;
6286 }
James Smartda0436e2009-05-22 14:51:39 -04006287
6288 if (phba->max_vpi && phba->cfg_enable_npiv &&
6289 !(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs)))
6290 ftr_rsp++;
6291
6292 if (ftr_rsp) {
6293 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
6294 "0379 Feature Mismatch Data: x%08x %08x "
6295 "x%x x%x x%x\n", mqe->un.req_ftrs.word2,
6296 mqe->un.req_ftrs.word3, phba->cfg_enable_bg,
6297 phba->cfg_enable_npiv, phba->max_vpi);
6298 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs)))
6299 phba->cfg_enable_bg = 0;
6300 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs)))
6301 phba->cfg_enable_npiv = 0;
6302 }
6303
6304 /* These SLI3 features are assumed in SLI4 */
6305 spin_lock_irq(&phba->hbalock);
6306 phba->sli3_options |= (LPFC_SLI3_NPIV_ENABLED | LPFC_SLI3_HBQ_ENABLED);
6307 spin_unlock_irq(&phba->hbalock);
6308
James Smart6d368e52011-05-24 11:44:12 -04006309 /*
6310 * Allocate all resources (xri,rpi,vpi,vfi) now. Subsequent
6311 * calls depends on these resources to complete port setup.
6312 */
6313 rc = lpfc_sli4_alloc_resource_identifiers(phba);
6314 if (rc) {
6315 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6316 "2920 Failed to alloc Resource IDs "
6317 "rc = x%x\n", rc);
6318 goto out_free_mbox;
6319 }
6320
James Smartda0436e2009-05-22 14:51:39 -04006321 /* Read the port's service parameters. */
James Smart9f1177a2010-02-26 14:12:57 -05006322 rc = lpfc_read_sparam(phba, mboxq, vport->vpi);
6323 if (rc) {
6324 phba->link_state = LPFC_HBA_ERROR;
6325 rc = -ENOMEM;
James Smart76a95d72010-11-20 23:11:48 -05006326 goto out_free_mbox;
James Smart9f1177a2010-02-26 14:12:57 -05006327 }
6328
James Smartda0436e2009-05-22 14:51:39 -04006329 mboxq->vport = vport;
6330 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6331 mp = (struct lpfc_dmabuf *) mboxq->context1;
6332 if (rc == MBX_SUCCESS) {
6333 memcpy(&vport->fc_sparam, mp->virt, sizeof(struct serv_parm));
6334 rc = 0;
6335 }
6336
6337 /*
6338 * This memory was allocated by the lpfc_read_sparam routine. Release
6339 * it to the mbuf pool.
6340 */
6341 lpfc_mbuf_free(phba, mp->virt, mp->phys);
6342 kfree(mp);
6343 mboxq->context1 = NULL;
6344 if (unlikely(rc)) {
6345 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6346 "0382 READ_SPARAM command failed "
6347 "status %d, mbxStatus x%x\n",
6348 rc, bf_get(lpfc_mqe_status, mqe));
6349 phba->link_state = LPFC_HBA_ERROR;
6350 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006351 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006352 }
6353
James Smart05580562011-05-24 11:40:48 -04006354 lpfc_update_vport_wwn(vport);
James Smartda0436e2009-05-22 14:51:39 -04006355
6356 /* Update the fc_host data structures with new wwn. */
6357 fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn);
6358 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn);
6359
James Smart8a9d2e82012-05-09 21:16:12 -04006360 /* update host els and scsi xri-sgl sizes and mappings */
6361 rc = lpfc_sli4_xri_sgl_update(phba);
6362 if (unlikely(rc)) {
6363 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6364 "1400 Failed to update xri-sgl size and "
6365 "mapping: %d\n", rc);
6366 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006367 }
6368
James Smart8a9d2e82012-05-09 21:16:12 -04006369 /* register the els sgl pool to the port */
6370 rc = lpfc_sli4_repost_els_sgl_list(phba);
6371 if (unlikely(rc)) {
6372 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6373 "0582 Error %d during els sgl post "
6374 "operation\n", rc);
6375 rc = -ENODEV;
6376 goto out_free_mbox;
6377 }
6378
6379 /* register the allocated scsi sgl pool to the port */
James Smartda0436e2009-05-22 14:51:39 -04006380 rc = lpfc_sli4_repost_scsi_sgl_list(phba);
6381 if (unlikely(rc)) {
James Smart6d368e52011-05-24 11:44:12 -04006382 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart6a9c52c2009-10-02 15:16:51 -04006383 "0383 Error %d during scsi sgl post "
6384 "operation\n", rc);
James Smartda0436e2009-05-22 14:51:39 -04006385 /* Some Scsi buffers were moved to the abort scsi list */
6386 /* A pci function reset will repost them */
6387 rc = -ENODEV;
James Smart76a95d72010-11-20 23:11:48 -05006388 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006389 }
6390
6391 /* Post the rpi header region to the device. */
6392 rc = lpfc_sli4_post_all_rpi_hdrs(phba);
6393 if (unlikely(rc)) {
6394 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6395 "0393 Error %d during rpi post operation\n",
6396 rc);
6397 rc = -ENODEV;
James Smart76a95d72010-11-20 23:11:48 -05006398 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006399 }
James Smart97f2ecf2012-03-01 22:35:23 -05006400 lpfc_sli4_node_prep(phba);
James Smartda0436e2009-05-22 14:51:39 -04006401
James Smart5350d872011-10-10 21:33:49 -04006402 /* Create all the SLI4 queues */
6403 rc = lpfc_sli4_queue_create(phba);
6404 if (rc) {
6405 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6406 "3089 Failed to allocate queues\n");
6407 rc = -ENODEV;
6408 goto out_stop_timers;
6409 }
James Smartda0436e2009-05-22 14:51:39 -04006410 /* Set up all the queues to the device */
6411 rc = lpfc_sli4_queue_setup(phba);
6412 if (unlikely(rc)) {
6413 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6414 "0381 Error %d during queue setup.\n ", rc);
James Smart5350d872011-10-10 21:33:49 -04006415 goto out_destroy_queue;
James Smartda0436e2009-05-22 14:51:39 -04006416 }
6417
6418 /* Arm the CQs and then EQs on device */
6419 lpfc_sli4_arm_cqeq_intr(phba);
6420
6421 /* Indicate device interrupt mode */
6422 phba->sli4_hba.intr_enable = 1;
6423
6424 /* Allow asynchronous mailbox command to go through */
6425 spin_lock_irq(&phba->hbalock);
6426 phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
6427 spin_unlock_irq(&phba->hbalock);
6428
6429 /* Post receive buffers to the device */
6430 lpfc_sli4_rb_setup(phba);
6431
James Smartfc2b9892010-02-26 14:15:29 -05006432 /* Reset HBA FCF states after HBA reset */
6433 phba->fcf.fcf_flag = 0;
6434 phba->fcf.current_rec.flag = 0;
6435
James Smartda0436e2009-05-22 14:51:39 -04006436 /* Start the ELS watchdog timer */
James Smart8fa38512009-07-19 10:01:03 -04006437 mod_timer(&vport->els_tmofunc,
James Smart256ec0d2013-04-17 20:14:58 -04006438 jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov * 2)));
James Smartda0436e2009-05-22 14:51:39 -04006439
6440 /* Start heart beat timer */
6441 mod_timer(&phba->hb_tmofunc,
James Smart256ec0d2013-04-17 20:14:58 -04006442 jiffies + msecs_to_jiffies(1000 * LPFC_HB_MBOX_INTERVAL));
James Smartda0436e2009-05-22 14:51:39 -04006443 phba->hb_outstanding = 0;
6444 phba->last_completion_time = jiffies;
6445
6446 /* Start error attention (ERATT) polling timer */
James Smart256ec0d2013-04-17 20:14:58 -04006447 mod_timer(&phba->eratt_poll,
6448 jiffies + msecs_to_jiffies(1000 * LPFC_ERATT_POLL_INTERVAL));
James Smartda0436e2009-05-22 14:51:39 -04006449
James Smart75baf692010-06-08 18:31:21 -04006450 /* Enable PCIe device Advanced Error Reporting (AER) if configured */
6451 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
6452 rc = pci_enable_pcie_error_reporting(phba->pcidev);
6453 if (!rc) {
6454 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6455 "2829 This device supports "
6456 "Advanced Error Reporting (AER)\n");
6457 spin_lock_irq(&phba->hbalock);
6458 phba->hba_flag |= HBA_AER_ENABLED;
6459 spin_unlock_irq(&phba->hbalock);
6460 } else {
6461 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6462 "2830 This device does not support "
6463 "Advanced Error Reporting (AER)\n");
6464 phba->cfg_aer_support = 0;
6465 }
James Smart0a96e972011-07-22 18:37:28 -04006466 rc = 0;
James Smart75baf692010-06-08 18:31:21 -04006467 }
6468
James Smart76a95d72010-11-20 23:11:48 -05006469 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
6470 /*
6471 * The FC Port needs to register FCFI (index 0)
6472 */
6473 lpfc_reg_fcfi(phba, mboxq);
6474 mboxq->vport = phba->pport;
6475 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smart9589b0622011-04-16 11:03:17 -04006476 if (rc != MBX_SUCCESS)
James Smart76a95d72010-11-20 23:11:48 -05006477 goto out_unset_queue;
James Smart9589b0622011-04-16 11:03:17 -04006478 rc = 0;
6479 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi,
6480 &mboxq->u.mqe.un.reg_fcfi);
James Smart026abb82011-12-13 13:20:45 -05006481
6482 /* Check if the port is configured to be disabled */
6483 lpfc_sli_read_link_ste(phba);
James Smart76a95d72010-11-20 23:11:48 -05006484 }
James Smart026abb82011-12-13 13:20:45 -05006485
James Smartda0436e2009-05-22 14:51:39 -04006486 /*
6487 * The port is ready, set the host's link state to LINK_DOWN
6488 * in preparation for link interrupts.
6489 */
James Smartda0436e2009-05-22 14:51:39 -04006490 spin_lock_irq(&phba->hbalock);
6491 phba->link_state = LPFC_LINK_DOWN;
6492 spin_unlock_irq(&phba->hbalock);
James Smart026abb82011-12-13 13:20:45 -05006493 if (!(phba->hba_flag & HBA_FCOE_MODE) &&
6494 (phba->hba_flag & LINK_DISABLED)) {
6495 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI,
6496 "3103 Adapter Link is disabled.\n");
6497 lpfc_down_link(phba, mboxq);
6498 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6499 if (rc != MBX_SUCCESS) {
6500 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI,
6501 "3104 Adapter failed to issue "
6502 "DOWN_LINK mbox cmd, rc:x%x\n", rc);
6503 goto out_unset_queue;
6504 }
6505 } else if (phba->cfg_suppress_link_up == LPFC_INITIALIZE_LINK) {
James Smart1b511972011-12-13 13:23:09 -05006506 /* don't perform init_link on SLI4 FC port loopback test */
6507 if (!(phba->link_flag & LS_LOOPBACK_MODE)) {
6508 rc = phba->lpfc_hba_init_link(phba, MBX_NOWAIT);
6509 if (rc)
6510 goto out_unset_queue;
6511 }
James Smart5350d872011-10-10 21:33:49 -04006512 }
6513 mempool_free(mboxq, phba->mbox_mem_pool);
6514 return rc;
James Smart76a95d72010-11-20 23:11:48 -05006515out_unset_queue:
James Smartda0436e2009-05-22 14:51:39 -04006516 /* Unset all the queues set up in this routine when error out */
James Smart5350d872011-10-10 21:33:49 -04006517 lpfc_sli4_queue_unset(phba);
6518out_destroy_queue:
6519 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04006520out_stop_timers:
James Smart5350d872011-10-10 21:33:49 -04006521 lpfc_stop_hba_timers(phba);
James Smartda0436e2009-05-22 14:51:39 -04006522out_free_mbox:
6523 mempool_free(mboxq, phba->mbox_mem_pool);
6524 return rc;
6525}
James Smarte59058c2008-08-24 21:49:00 -04006526
6527/**
James Smart3621a712009-04-06 18:47:14 -04006528 * lpfc_mbox_timeout - Timeout call back function for mbox timer
James Smarte59058c2008-08-24 21:49:00 -04006529 * @ptr: context object - pointer to hba structure.
dea31012005-04-17 16:05:31 -05006530 *
James Smarte59058c2008-08-24 21:49:00 -04006531 * This is the callback function for mailbox timer. The mailbox
6532 * timer is armed when a new mailbox command is issued and the timer
6533 * is deleted when the mailbox complete. The function is called by
6534 * the kernel timer code when a mailbox does not complete within
6535 * expected time. This function wakes up the worker thread to
6536 * process the mailbox timeout and returns. All the processing is
6537 * done by the worker thread function lpfc_mbox_timeout_handler.
6538 **/
dea31012005-04-17 16:05:31 -05006539void
6540lpfc_mbox_timeout(unsigned long ptr)
6541{
James Smart92d7f7b2007-06-17 19:56:38 -05006542 struct lpfc_hba *phba = (struct lpfc_hba *) ptr;
dea31012005-04-17 16:05:31 -05006543 unsigned long iflag;
James Smart2e0fef82007-06-17 19:56:36 -05006544 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05006545
James Smart2e0fef82007-06-17 19:56:36 -05006546 spin_lock_irqsave(&phba->pport->work_port_lock, iflag);
James Smart92d7f7b2007-06-17 19:56:38 -05006547 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05006548 if (!tmo_posted)
6549 phba->pport->work_port_events |= WORKER_MBOX_TMO;
6550 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag);
6551
James Smart5e9d9b82008-06-14 22:52:53 -04006552 if (!tmo_posted)
6553 lpfc_worker_wake_up(phba);
6554 return;
dea31012005-04-17 16:05:31 -05006555}
6556
James Smarte59058c2008-08-24 21:49:00 -04006557
6558/**
James Smart3621a712009-04-06 18:47:14 -04006559 * lpfc_mbox_timeout_handler - Worker thread function to handle mailbox timeout
James Smarte59058c2008-08-24 21:49:00 -04006560 * @phba: Pointer to HBA context object.
6561 *
6562 * This function is called from worker thread when a mailbox command times out.
6563 * The caller is not required to hold any locks. This function will reset the
6564 * HBA and recover all the pending commands.
6565 **/
dea31012005-04-17 16:05:31 -05006566void
6567lpfc_mbox_timeout_handler(struct lpfc_hba *phba)
6568{
James Smart2e0fef82007-06-17 19:56:36 -05006569 LPFC_MBOXQ_t *pmbox = phba->sli.mbox_active;
James Smart04c68492009-05-22 14:52:52 -04006570 MAILBOX_t *mb = &pmbox->u.mb;
James Smart1dcb58e2007-04-25 09:51:30 -04006571 struct lpfc_sli *psli = &phba->sli;
6572 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05006573
James Smarta257bf92009-04-06 18:48:10 -04006574 /* Check the pmbox pointer first. There is a race condition
6575 * between the mbox timeout handler getting executed in the
6576 * worklist and the mailbox actually completing. When this
6577 * race condition occurs, the mbox_active will be NULL.
6578 */
6579 spin_lock_irq(&phba->hbalock);
6580 if (pmbox == NULL) {
6581 lpfc_printf_log(phba, KERN_WARNING,
6582 LOG_MBOX | LOG_SLI,
6583 "0353 Active Mailbox cleared - mailbox timeout "
6584 "exiting\n");
6585 spin_unlock_irq(&phba->hbalock);
6586 return;
6587 }
6588
dea31012005-04-17 16:05:31 -05006589 /* Mbox cmd <mbxCommand> timeout */
James Smarted957682007-06-17 19:56:37 -05006590 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006591 "0310 Mailbox command x%x timeout Data: x%x x%x x%p\n",
James Smart92d7f7b2007-06-17 19:56:38 -05006592 mb->mbxCommand,
6593 phba->pport->port_state,
6594 phba->sli.sli_flag,
6595 phba->sli.mbox_active);
James Smarta257bf92009-04-06 18:48:10 -04006596 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05006597
James Smart1dcb58e2007-04-25 09:51:30 -04006598 /* Setting state unknown so lpfc_sli_abort_iocb_ring
6599 * would get IOCB_ERROR from lpfc_sli_issue_iocb, allowing
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006600 * it to fail all outstanding SCSI IO.
James Smart1dcb58e2007-04-25 09:51:30 -04006601 */
James Smart2e0fef82007-06-17 19:56:36 -05006602 spin_lock_irq(&phba->pport->work_port_lock);
6603 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
6604 spin_unlock_irq(&phba->pport->work_port_lock);
6605 spin_lock_irq(&phba->hbalock);
6606 phba->link_state = LPFC_LINK_UNKNOWN;
James Smartf4b4c682009-05-22 14:53:12 -04006607 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006608 spin_unlock_irq(&phba->hbalock);
James Smart1dcb58e2007-04-25 09:51:30 -04006609
6610 pring = &psli->ring[psli->fcp_ring];
6611 lpfc_sli_abort_iocb_ring(phba, pring);
6612
6613 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart76bb24e2007-10-27 13:38:00 -04006614 "0345 Resetting board due to mailbox timeout\n");
James Smart3772a992009-05-22 14:50:54 -04006615
6616 /* Reset the HBA device */
6617 lpfc_reset_hba(phba);
dea31012005-04-17 16:05:31 -05006618}
6619
James Smarte59058c2008-08-24 21:49:00 -04006620/**
James Smart3772a992009-05-22 14:50:54 -04006621 * lpfc_sli_issue_mbox_s3 - Issue an SLI3 mailbox command to firmware
James Smarte59058c2008-08-24 21:49:00 -04006622 * @phba: Pointer to HBA context object.
6623 * @pmbox: Pointer to mailbox object.
6624 * @flag: Flag indicating how the mailbox need to be processed.
6625 *
6626 * This function is called by discovery code and HBA management code
James Smart3772a992009-05-22 14:50:54 -04006627 * to submit a mailbox command to firmware with SLI-3 interface spec. This
6628 * function gets the hbalock to protect the data structures.
James Smarte59058c2008-08-24 21:49:00 -04006629 * The mailbox command can be submitted in polling mode, in which case
6630 * this function will wait in a polling loop for the completion of the
6631 * mailbox.
6632 * If the mailbox is submitted in no_wait mode (not polling) the
6633 * function will submit the command and returns immediately without waiting
6634 * for the mailbox completion. The no_wait is supported only when HBA
6635 * is in SLI2/SLI3 mode - interrupts are enabled.
6636 * The SLI interface allows only one mailbox pending at a time. If the
6637 * mailbox is issued in polling mode and there is already a mailbox
6638 * pending, then the function will return an error. If the mailbox is issued
6639 * in NO_WAIT mode and there is a mailbox pending already, the function
6640 * will return MBX_BUSY after queuing the mailbox into mailbox queue.
6641 * The sli layer owns the mailbox object until the completion of mailbox
6642 * command if this function return MBX_BUSY or MBX_SUCCESS. For all other
6643 * return codes the caller owns the mailbox command after the return of
6644 * the function.
6645 **/
James Smart3772a992009-05-22 14:50:54 -04006646static int
6647lpfc_sli_issue_mbox_s3(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox,
6648 uint32_t flag)
dea31012005-04-17 16:05:31 -05006649{
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006650 MAILBOX_t *mbx;
James Smart2e0fef82007-06-17 19:56:36 -05006651 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05006652 uint32_t status, evtctr;
James Smart9940b972011-03-11 16:06:12 -05006653 uint32_t ha_copy, hc_copy;
dea31012005-04-17 16:05:31 -05006654 int i;
James Smart09372822008-01-11 01:52:54 -05006655 unsigned long timeout;
dea31012005-04-17 16:05:31 -05006656 unsigned long drvr_flag = 0;
James Smart34b02dc2008-08-24 21:49:55 -04006657 uint32_t word0, ldata;
dea31012005-04-17 16:05:31 -05006658 void __iomem *to_slim;
James Smart58da1ff2008-04-07 10:15:56 -04006659 int processing_queue = 0;
6660
6661 spin_lock_irqsave(&phba->hbalock, drvr_flag);
6662 if (!pmbox) {
James Smart8568a4d2009-07-19 10:01:16 -04006663 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart58da1ff2008-04-07 10:15:56 -04006664 /* processing mbox queue from intr_handler */
James Smart3772a992009-05-22 14:50:54 -04006665 if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
6666 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6667 return MBX_SUCCESS;
6668 }
James Smart58da1ff2008-04-07 10:15:56 -04006669 processing_queue = 1;
James Smart58da1ff2008-04-07 10:15:56 -04006670 pmbox = lpfc_mbox_get(phba);
6671 if (!pmbox) {
6672 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6673 return MBX_SUCCESS;
6674 }
6675 }
dea31012005-04-17 16:05:31 -05006676
James Smarted957682007-06-17 19:56:37 -05006677 if (pmbox->mbox_cmpl && pmbox->mbox_cmpl != lpfc_sli_def_mbox_cmpl &&
James Smart92d7f7b2007-06-17 19:56:38 -05006678 pmbox->mbox_cmpl != lpfc_sli_wake_mbox_wait) {
James Smarted957682007-06-17 19:56:37 -05006679 if(!pmbox->vport) {
James Smart58da1ff2008-04-07 10:15:56 -04006680 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
James Smarted957682007-06-17 19:56:37 -05006681 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05006682 LOG_MBOX | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04006683 "1806 Mbox x%x failed. No vport\n",
James Smart3772a992009-05-22 14:50:54 -04006684 pmbox->u.mb.mbxCommand);
James Smarted957682007-06-17 19:56:37 -05006685 dump_stack();
James Smart58da1ff2008-04-07 10:15:56 -04006686 goto out_not_finished;
James Smarted957682007-06-17 19:56:37 -05006687 }
6688 }
6689
Linas Vepstas8d63f372007-02-14 14:28:36 -06006690 /* If the PCI channel is in offline state, do not post mbox. */
James Smart58da1ff2008-04-07 10:15:56 -04006691 if (unlikely(pci_channel_offline(phba->pcidev))) {
6692 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6693 goto out_not_finished;
6694 }
Linas Vepstas8d63f372007-02-14 14:28:36 -06006695
James Smarta257bf92009-04-06 18:48:10 -04006696 /* If HBA has a deferred error attention, fail the iocb. */
6697 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
6698 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6699 goto out_not_finished;
6700 }
6701
dea31012005-04-17 16:05:31 -05006702 psli = &phba->sli;
James Smart92d7f7b2007-06-17 19:56:38 -05006703
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006704 mbx = &pmbox->u.mb;
dea31012005-04-17 16:05:31 -05006705 status = MBX_SUCCESS;
6706
James Smart2e0fef82007-06-17 19:56:36 -05006707 if (phba->link_state == LPFC_HBA_ERROR) {
6708 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05006709
6710 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006711 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6712 "(%d):0311 Mailbox command x%x cannot "
6713 "issue Data: x%x x%x\n",
6714 pmbox->vport ? pmbox->vport->vpi : 0,
6715 pmbox->u.mb.mbxCommand, psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006716 goto out_not_finished;
Jamie Wellnitz41415862006-02-28 19:25:27 -05006717 }
6718
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006719 if (mbx->mbxCommand != MBX_KILL_BOARD && flag & MBX_NOWAIT) {
James Smart9940b972011-03-11 16:06:12 -05006720 if (lpfc_readl(phba->HCregaddr, &hc_copy) ||
6721 !(hc_copy & HC_MBINT_ENA)) {
6722 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6723 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart3772a992009-05-22 14:50:54 -04006724 "(%d):2528 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 Smart9940b972011-03-11 16:06:12 -05006728 goto out_not_finished;
6729 }
James Smart92908312006-03-07 15:04:13 -05006730 }
6731
dea31012005-04-17 16:05:31 -05006732 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
6733 /* Polling for a mbox command when another one is already active
6734 * is not allowed in SLI. Also, the driver must have established
6735 * SLI2 mode to queue and process multiple mbox commands.
6736 */
6737
6738 if (flag & MBX_POLL) {
James Smart2e0fef82007-06-17 19:56:36 -05006739 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006740
6741 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006742 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6743 "(%d):2529 Mailbox command x%x "
6744 "cannot issue Data: x%x x%x\n",
6745 pmbox->vport ? pmbox->vport->vpi : 0,
6746 pmbox->u.mb.mbxCommand,
6747 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006748 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006749 }
6750
James Smart3772a992009-05-22 14:50:54 -04006751 if (!(psli->sli_flag & LPFC_SLI_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05006752 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006753 /* 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):2530 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
dea31012005-04-17 16:05:31 -05006763 /* Another mailbox command is still being processed, queue this
6764 * command to be processed later.
6765 */
6766 lpfc_mbox_put(phba, pmbox);
6767
6768 /* Mbox cmd issue - BUSY */
James Smarted957682007-06-17 19:56:37 -05006769 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006770 "(%d):0308 Mbox cmd issue - BUSY Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05006771 "x%x x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05006772 pmbox->vport ? pmbox->vport->vpi : 0xffffff,
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006773 mbx->mbxCommand, phba->pport->port_state,
James Smart92d7f7b2007-06-17 19:56:38 -05006774 psli->sli_flag, flag);
dea31012005-04-17 16:05:31 -05006775
6776 psli->slistat.mbox_busy++;
James Smart2e0fef82007-06-17 19:56:36 -05006777 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006778
James Smart858c9f62007-06-17 19:56:39 -05006779 if (pmbox->vport) {
6780 lpfc_debugfs_disc_trc(pmbox->vport,
6781 LPFC_DISC_TRC_MBOX_VPORT,
6782 "MBOX Bsy vport: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006783 (uint32_t)mbx->mbxCommand,
6784 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006785 }
6786 else {
6787 lpfc_debugfs_disc_trc(phba->pport,
6788 LPFC_DISC_TRC_MBOX,
6789 "MBOX Bsy: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006790 (uint32_t)mbx->mbxCommand,
6791 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006792 }
6793
James Smart2e0fef82007-06-17 19:56:36 -05006794 return MBX_BUSY;
dea31012005-04-17 16:05:31 -05006795 }
6796
dea31012005-04-17 16:05:31 -05006797 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
6798
6799 /* If we are not polling, we MUST be in SLI2 mode */
6800 if (flag != MBX_POLL) {
James Smart3772a992009-05-22 14:50:54 -04006801 if (!(psli->sli_flag & LPFC_SLI_ACTIVE) &&
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006802 (mbx->mbxCommand != MBX_KILL_BOARD)) {
dea31012005-04-17 16:05:31 -05006803 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006804 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006805 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006806 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6807 "(%d):2531 Mailbox command x%x "
6808 "cannot issue Data: x%x x%x\n",
6809 pmbox->vport ? pmbox->vport->vpi : 0,
6810 pmbox->u.mb.mbxCommand,
6811 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006812 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006813 }
6814 /* timeout active mbox command */
James Smart256ec0d2013-04-17 20:14:58 -04006815 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) *
6816 1000);
6817 mod_timer(&psli->mbox_tmo, jiffies + timeout);
dea31012005-04-17 16:05:31 -05006818 }
6819
6820 /* Mailbox cmd <cmd> issue */
James Smarted957682007-06-17 19:56:37 -05006821 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006822 "(%d):0309 Mailbox cmd x%x issue Data: x%x x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05006823 "x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04006824 pmbox->vport ? pmbox->vport->vpi : 0,
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006825 mbx->mbxCommand, phba->pport->port_state,
James Smart92d7f7b2007-06-17 19:56:38 -05006826 psli->sli_flag, flag);
dea31012005-04-17 16:05:31 -05006827
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006828 if (mbx->mbxCommand != MBX_HEARTBEAT) {
James Smart858c9f62007-06-17 19:56:39 -05006829 if (pmbox->vport) {
6830 lpfc_debugfs_disc_trc(pmbox->vport,
6831 LPFC_DISC_TRC_MBOX_VPORT,
6832 "MBOX Send vport: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006833 (uint32_t)mbx->mbxCommand,
6834 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006835 }
6836 else {
6837 lpfc_debugfs_disc_trc(phba->pport,
6838 LPFC_DISC_TRC_MBOX,
6839 "MBOX Send: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006840 (uint32_t)mbx->mbxCommand,
6841 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05006842 }
6843 }
6844
dea31012005-04-17 16:05:31 -05006845 psli->slistat.mbox_cmd++;
6846 evtctr = psli->slistat.mbox_event;
6847
6848 /* next set own bit for the adapter and copy over command word */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006849 mbx->mbxOwner = OWN_CHIP;
dea31012005-04-17 16:05:31 -05006850
James Smart3772a992009-05-22 14:50:54 -04006851 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
James Smart7a470272010-03-15 11:25:20 -04006852 /* Populate mbox extension offset word. */
6853 if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len) {
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006854 *(((uint32_t *)mbx) + pmbox->mbox_offset_word)
James Smart7a470272010-03-15 11:25:20 -04006855 = (uint8_t *)phba->mbox_ext
6856 - (uint8_t *)phba->mbox;
6857 }
6858
6859 /* Copy the mailbox extension data */
6860 if (pmbox->in_ext_byte_len && pmbox->context2) {
6861 lpfc_sli_pcimem_bcopy(pmbox->context2,
6862 (uint8_t *)phba->mbox_ext,
6863 pmbox->in_ext_byte_len);
6864 }
6865 /* Copy command data to host SLIM area */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006866 lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE);
dea31012005-04-17 16:05:31 -05006867 } else {
James Smart7a470272010-03-15 11:25:20 -04006868 /* Populate mbox extension offset word. */
6869 if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len)
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006870 *(((uint32_t *)mbx) + pmbox->mbox_offset_word)
James Smart7a470272010-03-15 11:25:20 -04006871 = MAILBOX_HBA_EXT_OFFSET;
6872
6873 /* Copy the mailbox extension data */
6874 if (pmbox->in_ext_byte_len && pmbox->context2) {
6875 lpfc_memcpy_to_slim(phba->MBslimaddr +
6876 MAILBOX_HBA_EXT_OFFSET,
6877 pmbox->context2, pmbox->in_ext_byte_len);
6878
6879 }
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006880 if (mbx->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05006881 /* copy command data into host mbox for cmpl */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006882 lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE);
dea31012005-04-17 16:05:31 -05006883 }
6884
6885 /* First copy mbox command data to HBA SLIM, skip past first
6886 word */
6887 to_slim = phba->MBslimaddr + sizeof (uint32_t);
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006888 lpfc_memcpy_to_slim(to_slim, &mbx->un.varWords[0],
dea31012005-04-17 16:05:31 -05006889 MAILBOX_CMD_SIZE - sizeof (uint32_t));
6890
6891 /* Next copy over first word, with mbxOwner set */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006892 ldata = *((uint32_t *)mbx);
dea31012005-04-17 16:05:31 -05006893 to_slim = phba->MBslimaddr;
6894 writel(ldata, to_slim);
6895 readl(to_slim); /* flush */
6896
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006897 if (mbx->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05006898 /* switch over to host mailbox */
James Smart3772a992009-05-22 14:50:54 -04006899 psli->sli_flag |= LPFC_SLI_ACTIVE;
dea31012005-04-17 16:05:31 -05006900 }
6901 }
6902
6903 wmb();
dea31012005-04-17 16:05:31 -05006904
6905 switch (flag) {
6906 case MBX_NOWAIT:
James Smart09372822008-01-11 01:52:54 -05006907 /* Set up reference to mailbox command */
dea31012005-04-17 16:05:31 -05006908 psli->mbox_active = pmbox;
James Smart09372822008-01-11 01:52:54 -05006909 /* Interrupt board to do it */
6910 writel(CA_MBATT, phba->CAregaddr);
6911 readl(phba->CAregaddr); /* flush */
6912 /* Don't wait for it to finish, just return */
dea31012005-04-17 16:05:31 -05006913 break;
6914
6915 case MBX_POLL:
James Smart09372822008-01-11 01:52:54 -05006916 /* Set up null reference to mailbox command */
dea31012005-04-17 16:05:31 -05006917 psli->mbox_active = NULL;
James Smart09372822008-01-11 01:52:54 -05006918 /* Interrupt board to do it */
6919 writel(CA_MBATT, phba->CAregaddr);
6920 readl(phba->CAregaddr); /* flush */
6921
James Smart3772a992009-05-22 14:50:54 -04006922 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006923 /* First read mbox status word */
James Smart34b02dc2008-08-24 21:49:55 -04006924 word0 = *((uint32_t *)phba->mbox);
dea31012005-04-17 16:05:31 -05006925 word0 = le32_to_cpu(word0);
6926 } else {
6927 /* First read mbox status word */
James Smart9940b972011-03-11 16:06:12 -05006928 if (lpfc_readl(phba->MBslimaddr, &word0)) {
6929 spin_unlock_irqrestore(&phba->hbalock,
6930 drvr_flag);
6931 goto out_not_finished;
6932 }
dea31012005-04-17 16:05:31 -05006933 }
6934
6935 /* Read the HBA Host Attention Register */
James Smart9940b972011-03-11 16:06:12 -05006936 if (lpfc_readl(phba->HAregaddr, &ha_copy)) {
6937 spin_unlock_irqrestore(&phba->hbalock,
6938 drvr_flag);
6939 goto out_not_finished;
6940 }
James Smarta183a152011-10-10 21:32:43 -04006941 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) *
6942 1000) + jiffies;
James Smart09372822008-01-11 01:52:54 -05006943 i = 0;
dea31012005-04-17 16:05:31 -05006944 /* Wait for command to complete */
Jamie Wellnitz41415862006-02-28 19:25:27 -05006945 while (((word0 & OWN_CHIP) == OWN_CHIP) ||
6946 (!(ha_copy & HA_MBATT) &&
James Smart2e0fef82007-06-17 19:56:36 -05006947 (phba->link_state > LPFC_WARM_START))) {
James Smart09372822008-01-11 01:52:54 -05006948 if (time_after(jiffies, timeout)) {
dea31012005-04-17 16:05:31 -05006949 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006950 spin_unlock_irqrestore(&phba->hbalock,
dea31012005-04-17 16:05:31 -05006951 drvr_flag);
James Smart58da1ff2008-04-07 10:15:56 -04006952 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006953 }
6954
6955 /* Check if we took a mbox interrupt while we were
6956 polling */
6957 if (((word0 & OWN_CHIP) != OWN_CHIP)
6958 && (evtctr != psli->slistat.mbox_event))
6959 break;
6960
James Smart09372822008-01-11 01:52:54 -05006961 if (i++ > 10) {
6962 spin_unlock_irqrestore(&phba->hbalock,
6963 drvr_flag);
6964 msleep(1);
6965 spin_lock_irqsave(&phba->hbalock, drvr_flag);
6966 }
dea31012005-04-17 16:05:31 -05006967
James Smart3772a992009-05-22 14:50:54 -04006968 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006969 /* First copy command data */
James Smart34b02dc2008-08-24 21:49:55 -04006970 word0 = *((uint32_t *)phba->mbox);
dea31012005-04-17 16:05:31 -05006971 word0 = le32_to_cpu(word0);
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006972 if (mbx->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05006973 MAILBOX_t *slimmb;
James Smart34b02dc2008-08-24 21:49:55 -04006974 uint32_t slimword0;
dea31012005-04-17 16:05:31 -05006975 /* Check real SLIM for any errors */
6976 slimword0 = readl(phba->MBslimaddr);
6977 slimmb = (MAILBOX_t *) & slimword0;
6978 if (((slimword0 & OWN_CHIP) != OWN_CHIP)
6979 && slimmb->mbxStatus) {
6980 psli->sli_flag &=
James Smart3772a992009-05-22 14:50:54 -04006981 ~LPFC_SLI_ACTIVE;
dea31012005-04-17 16:05:31 -05006982 word0 = slimword0;
6983 }
6984 }
6985 } else {
6986 /* First copy command data */
6987 word0 = readl(phba->MBslimaddr);
6988 }
6989 /* Read the HBA Host Attention Register */
James Smart9940b972011-03-11 16:06:12 -05006990 if (lpfc_readl(phba->HAregaddr, &ha_copy)) {
6991 spin_unlock_irqrestore(&phba->hbalock,
6992 drvr_flag);
6993 goto out_not_finished;
6994 }
dea31012005-04-17 16:05:31 -05006995 }
6996
James Smart3772a992009-05-22 14:50:54 -04006997 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006998 /* copy results back to user */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08006999 lpfc_sli_pcimem_bcopy(phba->mbox, mbx, MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -04007000 /* Copy the mailbox extension data */
7001 if (pmbox->out_ext_byte_len && pmbox->context2) {
7002 lpfc_sli_pcimem_bcopy(phba->mbox_ext,
7003 pmbox->context2,
7004 pmbox->out_ext_byte_len);
7005 }
dea31012005-04-17 16:05:31 -05007006 } else {
7007 /* First copy command data */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08007008 lpfc_memcpy_from_slim(mbx, phba->MBslimaddr,
dea31012005-04-17 16:05:31 -05007009 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -04007010 /* Copy the mailbox extension data */
7011 if (pmbox->out_ext_byte_len && pmbox->context2) {
7012 lpfc_memcpy_from_slim(pmbox->context2,
7013 phba->MBslimaddr +
7014 MAILBOX_HBA_EXT_OFFSET,
7015 pmbox->out_ext_byte_len);
dea31012005-04-17 16:05:31 -05007016 }
7017 }
7018
7019 writel(HA_MBATT, phba->HAregaddr);
7020 readl(phba->HAregaddr); /* flush */
7021
7022 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
Randy Dunlapbf07bde2013-02-22 10:23:54 -08007023 status = mbx->mbxStatus;
dea31012005-04-17 16:05:31 -05007024 }
7025
James Smart2e0fef82007-06-17 19:56:36 -05007026 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
7027 return status;
James Smart58da1ff2008-04-07 10:15:56 -04007028
7029out_not_finished:
7030 if (processing_queue) {
James Smartda0436e2009-05-22 14:51:39 -04007031 pmbox->u.mb.mbxStatus = MBX_NOT_FINISHED;
James Smart58da1ff2008-04-07 10:15:56 -04007032 lpfc_mbox_cmpl_put(phba, pmbox);
7033 }
7034 return MBX_NOT_FINISHED;
dea31012005-04-17 16:05:31 -05007035}
7036
James Smarte59058c2008-08-24 21:49:00 -04007037/**
James Smartf1126682009-06-10 17:22:44 -04007038 * lpfc_sli4_async_mbox_block - Block posting SLI4 asynchronous mailbox command
7039 * @phba: Pointer to HBA context object.
7040 *
7041 * The function blocks the posting of SLI4 asynchronous mailbox commands from
7042 * the driver internal pending mailbox queue. It will then try to wait out the
7043 * possible outstanding mailbox command before return.
7044 *
7045 * Returns:
7046 * 0 - the outstanding mailbox command completed; otherwise, the wait for
7047 * the outstanding mailbox command timed out.
7048 **/
7049static int
7050lpfc_sli4_async_mbox_block(struct lpfc_hba *phba)
7051{
7052 struct lpfc_sli *psli = &phba->sli;
James Smartf1126682009-06-10 17:22:44 -04007053 int rc = 0;
James Smarta183a152011-10-10 21:32:43 -04007054 unsigned long timeout = 0;
James Smartf1126682009-06-10 17:22:44 -04007055
7056 /* Mark the asynchronous mailbox command posting as blocked */
7057 spin_lock_irq(&phba->hbalock);
7058 psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
James Smartf1126682009-06-10 17:22:44 -04007059 /* Determine how long we might wait for the active mailbox
7060 * command to be gracefully completed by firmware.
7061 */
James Smarta183a152011-10-10 21:32:43 -04007062 if (phba->sli.mbox_active)
7063 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
7064 phba->sli.mbox_active) *
7065 1000) + jiffies;
7066 spin_unlock_irq(&phba->hbalock);
7067
James Smartf1126682009-06-10 17:22:44 -04007068 /* Wait for the outstnading mailbox command to complete */
7069 while (phba->sli.mbox_active) {
7070 /* Check active mailbox complete status every 2ms */
7071 msleep(2);
7072 if (time_after(jiffies, timeout)) {
7073 /* Timeout, marked the outstanding cmd not complete */
7074 rc = 1;
7075 break;
7076 }
7077 }
7078
7079 /* Can not cleanly block async mailbox command, fails it */
7080 if (rc) {
7081 spin_lock_irq(&phba->hbalock);
7082 psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
7083 spin_unlock_irq(&phba->hbalock);
7084 }
7085 return rc;
7086}
7087
7088/**
7089 * lpfc_sli4_async_mbox_unblock - Block posting SLI4 async mailbox command
7090 * @phba: Pointer to HBA context object.
7091 *
7092 * The function unblocks and resume posting of SLI4 asynchronous mailbox
7093 * commands from the driver internal pending mailbox queue. It makes sure
7094 * that there is no outstanding mailbox command before resuming posting
7095 * asynchronous mailbox commands. If, for any reason, there is outstanding
7096 * mailbox command, it will try to wait it out before resuming asynchronous
7097 * mailbox command posting.
7098 **/
7099static void
7100lpfc_sli4_async_mbox_unblock(struct lpfc_hba *phba)
7101{
7102 struct lpfc_sli *psli = &phba->sli;
7103
7104 spin_lock_irq(&phba->hbalock);
7105 if (!(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
7106 /* Asynchronous mailbox posting is not blocked, do nothing */
7107 spin_unlock_irq(&phba->hbalock);
7108 return;
7109 }
7110
7111 /* Outstanding synchronous mailbox command is guaranteed to be done,
7112 * successful or timeout, after timing-out the outstanding mailbox
7113 * command shall always be removed, so just unblock posting async
7114 * mailbox command and resume
7115 */
7116 psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
7117 spin_unlock_irq(&phba->hbalock);
7118
7119 /* wake up worker thread to post asynchronlous mailbox command */
7120 lpfc_worker_wake_up(phba);
7121}
7122
7123/**
James Smart2d843ed2012-09-29 11:29:06 -04007124 * lpfc_sli4_wait_bmbx_ready - Wait for bootstrap mailbox register ready
7125 * @phba: Pointer to HBA context object.
7126 * @mboxq: Pointer to mailbox object.
7127 *
7128 * The function waits for the bootstrap mailbox register ready bit from
7129 * port for twice the regular mailbox command timeout value.
7130 *
7131 * 0 - no timeout on waiting for bootstrap mailbox register ready.
7132 * MBXERR_ERROR - wait for bootstrap mailbox register timed out.
7133 **/
7134static int
7135lpfc_sli4_wait_bmbx_ready(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
7136{
7137 uint32_t db_ready;
7138 unsigned long timeout;
7139 struct lpfc_register bmbx_reg;
7140
7141 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, mboxq)
7142 * 1000) + jiffies;
7143
7144 do {
7145 bmbx_reg.word0 = readl(phba->sli4_hba.BMBXregaddr);
7146 db_ready = bf_get(lpfc_bmbx_rdy, &bmbx_reg);
7147 if (!db_ready)
7148 msleep(2);
7149
7150 if (time_after(jiffies, timeout))
7151 return MBXERR_ERROR;
7152 } while (!db_ready);
7153
7154 return 0;
7155}
7156
7157/**
James Smartda0436e2009-05-22 14:51:39 -04007158 * lpfc_sli4_post_sync_mbox - Post an SLI4 mailbox to the bootstrap mailbox
7159 * @phba: Pointer to HBA context object.
7160 * @mboxq: Pointer to mailbox object.
7161 *
7162 * The function posts a mailbox to the port. The mailbox is expected
7163 * to be comletely filled in and ready for the port to operate on it.
7164 * This routine executes a synchronous completion operation on the
7165 * mailbox by polling for its completion.
7166 *
7167 * The caller must not be holding any locks when calling this routine.
7168 *
7169 * Returns:
7170 * MBX_SUCCESS - mailbox posted successfully
7171 * Any of the MBX error values.
7172 **/
7173static int
7174lpfc_sli4_post_sync_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
7175{
7176 int rc = MBX_SUCCESS;
7177 unsigned long iflag;
James Smartda0436e2009-05-22 14:51:39 -04007178 uint32_t mcqe_status;
7179 uint32_t mbx_cmnd;
James Smartda0436e2009-05-22 14:51:39 -04007180 struct lpfc_sli *psli = &phba->sli;
7181 struct lpfc_mqe *mb = &mboxq->u.mqe;
7182 struct lpfc_bmbx_create *mbox_rgn;
7183 struct dma_address *dma_address;
James Smartda0436e2009-05-22 14:51:39 -04007184
7185 /*
7186 * Only one mailbox can be active to the bootstrap mailbox region
7187 * at a time and there is no queueing provided.
7188 */
7189 spin_lock_irqsave(&phba->hbalock, iflag);
7190 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
7191 spin_unlock_irqrestore(&phba->hbalock, iflag);
7192 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007193 "(%d):2532 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007194 "cannot issue Data: x%x x%x\n",
7195 mboxq->vport ? mboxq->vport->vpi : 0,
7196 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007197 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7198 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007199 psli->sli_flag, MBX_POLL);
7200 return MBXERR_ERROR;
7201 }
7202 /* The server grabs the token and owns it until release */
7203 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
7204 phba->sli.mbox_active = mboxq;
7205 spin_unlock_irqrestore(&phba->hbalock, iflag);
7206
James Smart2d843ed2012-09-29 11:29:06 -04007207 /* wait for bootstrap mbox register for readyness */
7208 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
7209 if (rc)
7210 goto exit;
7211
James Smartda0436e2009-05-22 14:51:39 -04007212 /*
7213 * Initialize the bootstrap memory region to avoid stale data areas
7214 * in the mailbox post. Then copy the caller's mailbox contents to
7215 * the bmbx mailbox region.
7216 */
7217 mbx_cmnd = bf_get(lpfc_mqe_command, mb);
7218 memset(phba->sli4_hba.bmbx.avirt, 0, sizeof(struct lpfc_bmbx_create));
7219 lpfc_sli_pcimem_bcopy(mb, phba->sli4_hba.bmbx.avirt,
7220 sizeof(struct lpfc_mqe));
7221
7222 /* Post the high mailbox dma address to the port and wait for ready. */
7223 dma_address = &phba->sli4_hba.bmbx.dma_address;
7224 writel(dma_address->addr_hi, phba->sli4_hba.BMBXregaddr);
7225
James Smart2d843ed2012-09-29 11:29:06 -04007226 /* wait for bootstrap mbox register for hi-address write done */
7227 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
7228 if (rc)
7229 goto exit;
James Smartda0436e2009-05-22 14:51:39 -04007230
7231 /* Post the low mailbox dma address to the port. */
7232 writel(dma_address->addr_lo, phba->sli4_hba.BMBXregaddr);
James Smartda0436e2009-05-22 14:51:39 -04007233
James Smart2d843ed2012-09-29 11:29:06 -04007234 /* wait for bootstrap mbox register for low address write done */
7235 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
7236 if (rc)
7237 goto exit;
James Smartda0436e2009-05-22 14:51:39 -04007238
7239 /*
7240 * Read the CQ to ensure the mailbox has completed.
7241 * If so, update the mailbox status so that the upper layers
7242 * can complete the request normally.
7243 */
7244 lpfc_sli_pcimem_bcopy(phba->sli4_hba.bmbx.avirt, mb,
7245 sizeof(struct lpfc_mqe));
7246 mbox_rgn = (struct lpfc_bmbx_create *) phba->sli4_hba.bmbx.avirt;
7247 lpfc_sli_pcimem_bcopy(&mbox_rgn->mcqe, &mboxq->mcqe,
7248 sizeof(struct lpfc_mcqe));
7249 mcqe_status = bf_get(lpfc_mcqe_status, &mbox_rgn->mcqe);
James Smart05580562011-05-24 11:40:48 -04007250 /*
7251 * When the CQE status indicates a failure and the mailbox status
7252 * indicates success then copy the CQE status into the mailbox status
7253 * (and prefix it with x4000).
7254 */
James Smartda0436e2009-05-22 14:51:39 -04007255 if (mcqe_status != MB_CQE_STATUS_SUCCESS) {
James Smart05580562011-05-24 11:40:48 -04007256 if (bf_get(lpfc_mqe_status, mb) == MBX_SUCCESS)
7257 bf_set(lpfc_mqe_status, mb,
7258 (LPFC_MBX_ERROR_RANGE | mcqe_status));
James Smartda0436e2009-05-22 14:51:39 -04007259 rc = MBXERR_ERROR;
James Smartd7c47992010-06-08 18:31:54 -04007260 } else
7261 lpfc_sli4_swap_str(phba, mboxq);
James Smartda0436e2009-05-22 14:51:39 -04007262
7263 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007264 "(%d):0356 Mailbox cmd x%x (x%x/x%x) Status x%x "
James Smartda0436e2009-05-22 14:51:39 -04007265 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x"
7266 " x%x x%x CQ: x%x x%x x%x x%x\n",
James Smarta183a152011-10-10 21:32:43 -04007267 mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd,
7268 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7269 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007270 bf_get(lpfc_mqe_status, mb),
7271 mb->un.mb_words[0], mb->un.mb_words[1],
7272 mb->un.mb_words[2], mb->un.mb_words[3],
7273 mb->un.mb_words[4], mb->un.mb_words[5],
7274 mb->un.mb_words[6], mb->un.mb_words[7],
7275 mb->un.mb_words[8], mb->un.mb_words[9],
7276 mb->un.mb_words[10], mb->un.mb_words[11],
7277 mb->un.mb_words[12], mboxq->mcqe.word0,
7278 mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1,
7279 mboxq->mcqe.trailer);
7280exit:
7281 /* We are holding the token, no needed for lock when release */
7282 spin_lock_irqsave(&phba->hbalock, iflag);
7283 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7284 phba->sli.mbox_active = NULL;
7285 spin_unlock_irqrestore(&phba->hbalock, iflag);
7286 return rc;
7287}
7288
7289/**
7290 * lpfc_sli_issue_mbox_s4 - Issue an SLI4 mailbox command to firmware
7291 * @phba: Pointer to HBA context object.
7292 * @pmbox: Pointer to mailbox object.
7293 * @flag: Flag indicating how the mailbox need to be processed.
7294 *
7295 * This function is called by discovery code and HBA management code to submit
7296 * a mailbox command to firmware with SLI-4 interface spec.
7297 *
7298 * Return codes the caller owns the mailbox command after the return of the
7299 * function.
7300 **/
7301static int
7302lpfc_sli_issue_mbox_s4(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
7303 uint32_t flag)
7304{
7305 struct lpfc_sli *psli = &phba->sli;
7306 unsigned long iflags;
7307 int rc;
7308
James Smartb76f2dc2011-07-22 18:37:42 -04007309 /* dump from issue mailbox command if setup */
7310 lpfc_idiag_mbxacc_dump_issue_mbox(phba, &mboxq->u.mb);
7311
James Smart8fa38512009-07-19 10:01:03 -04007312 rc = lpfc_mbox_dev_check(phba);
7313 if (unlikely(rc)) {
7314 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007315 "(%d):2544 Mailbox command x%x (x%x/x%x) "
James Smart8fa38512009-07-19 10:01:03 -04007316 "cannot issue Data: x%x x%x\n",
7317 mboxq->vport ? mboxq->vport->vpi : 0,
7318 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007319 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7320 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smart8fa38512009-07-19 10:01:03 -04007321 psli->sli_flag, flag);
7322 goto out_not_finished;
7323 }
7324
James Smartda0436e2009-05-22 14:51:39 -04007325 /* Detect polling mode and jump to a handler */
7326 if (!phba->sli4_hba.intr_enable) {
7327 if (flag == MBX_POLL)
7328 rc = lpfc_sli4_post_sync_mbox(phba, mboxq);
7329 else
7330 rc = -EIO;
7331 if (rc != MBX_SUCCESS)
James Smart05580562011-05-24 11:40:48 -04007332 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
James Smartda0436e2009-05-22 14:51:39 -04007333 "(%d):2541 Mailbox command x%x "
James Smartcc459f12012-05-09 21:18:30 -04007334 "(x%x/x%x) failure: "
7335 "mqe_sta: x%x mcqe_sta: x%x/x%x "
7336 "Data: x%x x%x\n,",
James Smartda0436e2009-05-22 14:51:39 -04007337 mboxq->vport ? mboxq->vport->vpi : 0,
7338 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007339 lpfc_sli_config_mbox_subsys_get(phba,
7340 mboxq),
7341 lpfc_sli_config_mbox_opcode_get(phba,
7342 mboxq),
James Smartcc459f12012-05-09 21:18:30 -04007343 bf_get(lpfc_mqe_status, &mboxq->u.mqe),
7344 bf_get(lpfc_mcqe_status, &mboxq->mcqe),
7345 bf_get(lpfc_mcqe_ext_status,
7346 &mboxq->mcqe),
James Smartda0436e2009-05-22 14:51:39 -04007347 psli->sli_flag, flag);
7348 return rc;
7349 } else if (flag == MBX_POLL) {
James Smartf1126682009-06-10 17:22:44 -04007350 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
7351 "(%d):2542 Try to issue mailbox command "
James Smarta183a152011-10-10 21:32:43 -04007352 "x%x (x%x/x%x) synchronously ahead of async"
James Smartf1126682009-06-10 17:22:44 -04007353 "mailbox command queue: x%x x%x\n",
James Smartda0436e2009-05-22 14:51:39 -04007354 mboxq->vport ? mboxq->vport->vpi : 0,
7355 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007356 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7357 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007358 psli->sli_flag, flag);
James Smartf1126682009-06-10 17:22:44 -04007359 /* Try to block the asynchronous mailbox posting */
7360 rc = lpfc_sli4_async_mbox_block(phba);
7361 if (!rc) {
7362 /* Successfully blocked, now issue sync mbox cmd */
7363 rc = lpfc_sli4_post_sync_mbox(phba, mboxq);
7364 if (rc != MBX_SUCCESS)
James Smartcc459f12012-05-09 21:18:30 -04007365 lpfc_printf_log(phba, KERN_WARNING,
James Smarta183a152011-10-10 21:32:43 -04007366 LOG_MBOX | LOG_SLI,
James Smartcc459f12012-05-09 21:18:30 -04007367 "(%d):2597 Sync Mailbox command "
7368 "x%x (x%x/x%x) failure: "
7369 "mqe_sta: x%x mcqe_sta: x%x/x%x "
7370 "Data: x%x x%x\n,",
7371 mboxq->vport ? mboxq->vport->vpi : 0,
James Smarta183a152011-10-10 21:32:43 -04007372 mboxq->u.mb.mbxCommand,
7373 lpfc_sli_config_mbox_subsys_get(phba,
7374 mboxq),
7375 lpfc_sli_config_mbox_opcode_get(phba,
7376 mboxq),
James Smartcc459f12012-05-09 21:18:30 -04007377 bf_get(lpfc_mqe_status, &mboxq->u.mqe),
7378 bf_get(lpfc_mcqe_status, &mboxq->mcqe),
7379 bf_get(lpfc_mcqe_ext_status,
7380 &mboxq->mcqe),
James Smarta183a152011-10-10 21:32:43 -04007381 psli->sli_flag, flag);
James Smartf1126682009-06-10 17:22:44 -04007382 /* Unblock the async mailbox posting afterward */
7383 lpfc_sli4_async_mbox_unblock(phba);
7384 }
7385 return rc;
James Smartda0436e2009-05-22 14:51:39 -04007386 }
7387
7388 /* Now, interrupt mode asynchrous mailbox command */
7389 rc = lpfc_mbox_cmd_check(phba, mboxq);
7390 if (rc) {
7391 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007392 "(%d):2543 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007393 "cannot issue Data: x%x x%x\n",
7394 mboxq->vport ? mboxq->vport->vpi : 0,
7395 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007396 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7397 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007398 psli->sli_flag, flag);
7399 goto out_not_finished;
7400 }
James Smartda0436e2009-05-22 14:51:39 -04007401
7402 /* Put the mailbox command to the driver internal FIFO */
7403 psli->slistat.mbox_busy++;
7404 spin_lock_irqsave(&phba->hbalock, iflags);
7405 lpfc_mbox_put(phba, mboxq);
7406 spin_unlock_irqrestore(&phba->hbalock, iflags);
7407 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
7408 "(%d):0354 Mbox cmd issue - Enqueue Data: "
James Smarta183a152011-10-10 21:32:43 -04007409 "x%x (x%x/x%x) x%x x%x x%x\n",
James Smartda0436e2009-05-22 14:51:39 -04007410 mboxq->vport ? mboxq->vport->vpi : 0xffffff,
7411 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
James Smarta183a152011-10-10 21:32:43 -04007412 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7413 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007414 phba->pport->port_state,
7415 psli->sli_flag, MBX_NOWAIT);
7416 /* Wake up worker thread to transport mailbox command from head */
7417 lpfc_worker_wake_up(phba);
7418
7419 return MBX_BUSY;
7420
7421out_not_finished:
7422 return MBX_NOT_FINISHED;
7423}
7424
7425/**
7426 * lpfc_sli4_post_async_mbox - Post an SLI4 mailbox command to device
7427 * @phba: Pointer to HBA context object.
7428 *
7429 * This function is called by worker thread to send a mailbox command to
7430 * SLI4 HBA firmware.
7431 *
7432 **/
7433int
7434lpfc_sli4_post_async_mbox(struct lpfc_hba *phba)
7435{
7436 struct lpfc_sli *psli = &phba->sli;
7437 LPFC_MBOXQ_t *mboxq;
7438 int rc = MBX_SUCCESS;
7439 unsigned long iflags;
7440 struct lpfc_mqe *mqe;
7441 uint32_t mbx_cmnd;
7442
7443 /* Check interrupt mode before post async mailbox command */
7444 if (unlikely(!phba->sli4_hba.intr_enable))
7445 return MBX_NOT_FINISHED;
7446
7447 /* Check for mailbox command service token */
7448 spin_lock_irqsave(&phba->hbalock, iflags);
7449 if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
7450 spin_unlock_irqrestore(&phba->hbalock, iflags);
7451 return MBX_NOT_FINISHED;
7452 }
7453 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
7454 spin_unlock_irqrestore(&phba->hbalock, iflags);
7455 return MBX_NOT_FINISHED;
7456 }
7457 if (unlikely(phba->sli.mbox_active)) {
7458 spin_unlock_irqrestore(&phba->hbalock, iflags);
7459 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7460 "0384 There is pending active mailbox cmd\n");
7461 return MBX_NOT_FINISHED;
7462 }
7463 /* Take the mailbox command service token */
7464 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
7465
7466 /* Get the next mailbox command from head of queue */
7467 mboxq = lpfc_mbox_get(phba);
7468
7469 /* If no more mailbox command waiting for post, we're done */
7470 if (!mboxq) {
7471 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7472 spin_unlock_irqrestore(&phba->hbalock, iflags);
7473 return MBX_SUCCESS;
7474 }
7475 phba->sli.mbox_active = mboxq;
7476 spin_unlock_irqrestore(&phba->hbalock, iflags);
7477
7478 /* Check device readiness for posting mailbox command */
7479 rc = lpfc_mbox_dev_check(phba);
7480 if (unlikely(rc))
7481 /* Driver clean routine will clean up pending mailbox */
7482 goto out_not_finished;
7483
7484 /* Prepare the mbox command to be posted */
7485 mqe = &mboxq->u.mqe;
7486 mbx_cmnd = bf_get(lpfc_mqe_command, mqe);
7487
7488 /* Start timer for the mbox_tmo and log some mailbox post messages */
7489 mod_timer(&psli->mbox_tmo, (jiffies +
James Smart256ec0d2013-04-17 20:14:58 -04007490 msecs_to_jiffies(1000 * lpfc_mbox_tmo_val(phba, mboxq))));
James Smartda0436e2009-05-22 14:51:39 -04007491
7492 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007493 "(%d):0355 Mailbox cmd x%x (x%x/x%x) issue Data: "
James Smartda0436e2009-05-22 14:51:39 -04007494 "x%x x%x\n",
7495 mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd,
James Smarta183a152011-10-10 21:32:43 -04007496 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7497 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007498 phba->pport->port_state, psli->sli_flag);
7499
7500 if (mbx_cmnd != MBX_HEARTBEAT) {
7501 if (mboxq->vport) {
7502 lpfc_debugfs_disc_trc(mboxq->vport,
7503 LPFC_DISC_TRC_MBOX_VPORT,
7504 "MBOX Send vport: cmd:x%x mb:x%x x%x",
7505 mbx_cmnd, mqe->un.mb_words[0],
7506 mqe->un.mb_words[1]);
7507 } else {
7508 lpfc_debugfs_disc_trc(phba->pport,
7509 LPFC_DISC_TRC_MBOX,
7510 "MBOX Send: cmd:x%x mb:x%x x%x",
7511 mbx_cmnd, mqe->un.mb_words[0],
7512 mqe->un.mb_words[1]);
7513 }
7514 }
7515 psli->slistat.mbox_cmd++;
7516
7517 /* Post the mailbox command to the port */
7518 rc = lpfc_sli4_mq_put(phba->sli4_hba.mbx_wq, mqe);
7519 if (rc != MBX_SUCCESS) {
7520 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007521 "(%d):2533 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007522 "cannot issue Data: x%x x%x\n",
7523 mboxq->vport ? mboxq->vport->vpi : 0,
7524 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007525 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7526 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007527 psli->sli_flag, MBX_NOWAIT);
7528 goto out_not_finished;
7529 }
7530
7531 return rc;
7532
7533out_not_finished:
7534 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartd7069f02012-03-01 22:36:29 -05007535 if (phba->sli.mbox_active) {
7536 mboxq->u.mb.mbxStatus = MBX_NOT_FINISHED;
7537 __lpfc_mbox_cmpl_put(phba, mboxq);
7538 /* Release the token */
7539 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7540 phba->sli.mbox_active = NULL;
7541 }
James Smartda0436e2009-05-22 14:51:39 -04007542 spin_unlock_irqrestore(&phba->hbalock, iflags);
7543
7544 return MBX_NOT_FINISHED;
7545}
7546
7547/**
7548 * lpfc_sli_issue_mbox - Wrapper func for issuing mailbox command
7549 * @phba: Pointer to HBA context object.
7550 * @pmbox: Pointer to mailbox object.
7551 * @flag: Flag indicating how the mailbox need to be processed.
7552 *
7553 * This routine wraps the actual SLI3 or SLI4 mailbox issuing routine from
7554 * the API jump table function pointer from the lpfc_hba struct.
7555 *
7556 * Return codes the caller owns the mailbox command after the return of the
7557 * function.
7558 **/
7559int
7560lpfc_sli_issue_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox, uint32_t flag)
7561{
7562 return phba->lpfc_sli_issue_mbox(phba, pmbox, flag);
7563}
7564
7565/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03007566 * lpfc_mbox_api_table_setup - Set up mbox api function jump table
James Smartda0436e2009-05-22 14:51:39 -04007567 * @phba: The hba struct for which this call is being executed.
7568 * @dev_grp: The HBA PCI-Device group number.
7569 *
7570 * This routine sets up the mbox interface API function jump table in @phba
7571 * struct.
7572 * Returns: 0 - success, -ENODEV - failure.
7573 **/
7574int
7575lpfc_mbox_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
7576{
7577
7578 switch (dev_grp) {
7579 case LPFC_PCI_DEV_LP:
7580 phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s3;
7581 phba->lpfc_sli_handle_slow_ring_event =
7582 lpfc_sli_handle_slow_ring_event_s3;
7583 phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s3;
7584 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s3;
7585 phba->lpfc_sli_brdready = lpfc_sli_brdready_s3;
7586 break;
7587 case LPFC_PCI_DEV_OC:
7588 phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s4;
7589 phba->lpfc_sli_handle_slow_ring_event =
7590 lpfc_sli_handle_slow_ring_event_s4;
7591 phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s4;
7592 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s4;
7593 phba->lpfc_sli_brdready = lpfc_sli_brdready_s4;
7594 break;
7595 default:
7596 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7597 "1420 Invalid HBA PCI-device group: 0x%x\n",
7598 dev_grp);
7599 return -ENODEV;
7600 break;
7601 }
7602 return 0;
7603}
7604
7605/**
James Smart3621a712009-04-06 18:47:14 -04007606 * __lpfc_sli_ringtx_put - Add an iocb to the txq
James Smarte59058c2008-08-24 21:49:00 -04007607 * @phba: Pointer to HBA context object.
7608 * @pring: Pointer to driver SLI ring object.
7609 * @piocb: Pointer to address of newly added command iocb.
7610 *
7611 * This function is called with hbalock held to add a command
7612 * iocb to the txq when SLI layer cannot submit the command iocb
7613 * to the ring.
7614 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04007615void
James Smart92d7f7b2007-06-17 19:56:38 -05007616__lpfc_sli_ringtx_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05007617 struct lpfc_iocbq *piocb)
dea31012005-04-17 16:05:31 -05007618{
7619 /* Insert the caller's iocb in the txq tail for later processing. */
7620 list_add_tail(&piocb->list, &pring->txq);
dea31012005-04-17 16:05:31 -05007621}
7622
James Smarte59058c2008-08-24 21:49:00 -04007623/**
James Smart3621a712009-04-06 18:47:14 -04007624 * lpfc_sli_next_iocb - Get the next iocb in the txq
James Smarte59058c2008-08-24 21:49:00 -04007625 * @phba: Pointer to HBA context object.
7626 * @pring: Pointer to driver SLI ring object.
7627 * @piocb: Pointer to address of newly added command iocb.
7628 *
7629 * This function is called with hbalock held before a new
7630 * iocb is submitted to the firmware. This function checks
7631 * txq to flush the iocbs in txq to Firmware before
7632 * submitting new iocbs to the Firmware.
7633 * If there are iocbs in the txq which need to be submitted
7634 * to firmware, lpfc_sli_next_iocb returns the first element
7635 * of the txq after dequeuing it from txq.
7636 * If there is no iocb in the txq then the function will return
7637 * *piocb and *piocb is set to NULL. Caller needs to check
7638 * *piocb to find if there are more commands in the txq.
7639 **/
dea31012005-04-17 16:05:31 -05007640static struct lpfc_iocbq *
7641lpfc_sli_next_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05007642 struct lpfc_iocbq **piocb)
dea31012005-04-17 16:05:31 -05007643{
7644 struct lpfc_iocbq * nextiocb;
7645
7646 nextiocb = lpfc_sli_ringtx_get(phba, pring);
7647 if (!nextiocb) {
7648 nextiocb = *piocb;
7649 *piocb = NULL;
7650 }
7651
7652 return nextiocb;
7653}
7654
James Smarte59058c2008-08-24 21:49:00 -04007655/**
James Smart3772a992009-05-22 14:50:54 -04007656 * __lpfc_sli_issue_iocb_s3 - SLI3 device lockless ver of lpfc_sli_issue_iocb
James Smarte59058c2008-08-24 21:49:00 -04007657 * @phba: Pointer to HBA context object.
James Smart3772a992009-05-22 14:50:54 -04007658 * @ring_number: SLI ring number to issue iocb on.
James Smarte59058c2008-08-24 21:49:00 -04007659 * @piocb: Pointer to command iocb.
7660 * @flag: Flag indicating if this command can be put into txq.
7661 *
James Smart3772a992009-05-22 14:50:54 -04007662 * __lpfc_sli_issue_iocb_s3 is used by other functions in the driver to issue
7663 * an iocb command to an HBA with SLI-3 interface spec. If the PCI slot is
7664 * recovering from error state, if HBA is resetting or if LPFC_STOP_IOCB_EVENT
7665 * flag is turned on, the function returns IOCB_ERROR. When the link is down,
7666 * this function allows only iocbs for posting buffers. This function finds
7667 * next available slot in the command ring and posts the command to the
7668 * available slot and writes the port attention register to request HBA start
7669 * processing new iocb. If there is no slot available in the ring and
7670 * flag & SLI_IOCB_RET_IOCB is set, the new iocb is added to the txq, otherwise
7671 * the function returns IOCB_BUSY.
James Smarte59058c2008-08-24 21:49:00 -04007672 *
James Smart3772a992009-05-22 14:50:54 -04007673 * This function is called with hbalock held. The function will return success
7674 * after it successfully submit the iocb to firmware or after adding to the
7675 * txq.
James Smarte59058c2008-08-24 21:49:00 -04007676 **/
James Smart98c9ea52007-10-27 13:37:33 -04007677static int
James Smart3772a992009-05-22 14:50:54 -04007678__lpfc_sli_issue_iocb_s3(struct lpfc_hba *phba, uint32_t ring_number,
dea31012005-04-17 16:05:31 -05007679 struct lpfc_iocbq *piocb, uint32_t flag)
7680{
7681 struct lpfc_iocbq *nextiocb;
7682 IOCB_t *iocb;
James Smart3772a992009-05-22 14:50:54 -04007683 struct lpfc_sli_ring *pring = &phba->sli.ring[ring_number];
dea31012005-04-17 16:05:31 -05007684
James Smart92d7f7b2007-06-17 19:56:38 -05007685 if (piocb->iocb_cmpl && (!piocb->vport) &&
7686 (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) &&
7687 (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) {
7688 lpfc_printf_log(phba, KERN_ERR,
7689 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04007690 "1807 IOCB x%x failed. No vport\n",
James Smart92d7f7b2007-06-17 19:56:38 -05007691 piocb->iocb.ulpCommand);
7692 dump_stack();
7693 return IOCB_ERROR;
7694 }
7695
7696
Linas Vepstas8d63f372007-02-14 14:28:36 -06007697 /* If the PCI channel is in offline state, do not post iocbs. */
7698 if (unlikely(pci_channel_offline(phba->pcidev)))
7699 return IOCB_ERROR;
7700
James Smarta257bf92009-04-06 18:48:10 -04007701 /* If HBA has a deferred error attention, fail the iocb. */
7702 if (unlikely(phba->hba_flag & DEFER_ERATT))
7703 return IOCB_ERROR;
7704
dea31012005-04-17 16:05:31 -05007705 /*
7706 * We should never get an IOCB if we are in a < LINK_DOWN state
7707 */
James Smart2e0fef82007-06-17 19:56:36 -05007708 if (unlikely(phba->link_state < LPFC_LINK_DOWN))
dea31012005-04-17 16:05:31 -05007709 return IOCB_ERROR;
7710
7711 /*
7712 * Check to see if we are blocking IOCB processing because of a
James Smart0b727fe2007-10-27 13:37:25 -04007713 * outstanding event.
dea31012005-04-17 16:05:31 -05007714 */
James Smart0b727fe2007-10-27 13:37:25 -04007715 if (unlikely(pring->flag & LPFC_STOP_IOCB_EVENT))
dea31012005-04-17 16:05:31 -05007716 goto iocb_busy;
7717
James Smart2e0fef82007-06-17 19:56:36 -05007718 if (unlikely(phba->link_state == LPFC_LINK_DOWN)) {
dea31012005-04-17 16:05:31 -05007719 /*
James Smart2680eea2007-04-25 09:52:55 -04007720 * Only CREATE_XRI, CLOSE_XRI, and QUE_RING_BUF
dea31012005-04-17 16:05:31 -05007721 * can be issued if the link is not up.
7722 */
7723 switch (piocb->iocb.ulpCommand) {
James Smart84774a42008-08-24 21:50:06 -04007724 case CMD_GEN_REQUEST64_CR:
7725 case CMD_GEN_REQUEST64_CX:
7726 if (!(phba->sli.sli_flag & LPFC_MENLO_MAINT) ||
7727 (piocb->iocb.un.genreq64.w5.hcsw.Rctl !=
James Smart6a9c52c2009-10-02 15:16:51 -04007728 FC_RCTL_DD_UNSOL_CMD) ||
James Smart84774a42008-08-24 21:50:06 -04007729 (piocb->iocb.un.genreq64.w5.hcsw.Type !=
7730 MENLO_TRANSPORT_TYPE))
7731
7732 goto iocb_busy;
7733 break;
dea31012005-04-17 16:05:31 -05007734 case CMD_QUE_RING_BUF_CN:
7735 case CMD_QUE_RING_BUF64_CN:
dea31012005-04-17 16:05:31 -05007736 /*
7737 * For IOCBs, like QUE_RING_BUF, that have no rsp ring
7738 * completion, iocb_cmpl MUST be 0.
7739 */
7740 if (piocb->iocb_cmpl)
7741 piocb->iocb_cmpl = NULL;
7742 /*FALLTHROUGH*/
7743 case CMD_CREATE_XRI_CR:
James Smart2680eea2007-04-25 09:52:55 -04007744 case CMD_CLOSE_XRI_CN:
7745 case CMD_CLOSE_XRI_CX:
dea31012005-04-17 16:05:31 -05007746 break;
7747 default:
7748 goto iocb_busy;
7749 }
7750
7751 /*
7752 * For FCP commands, we must be in a state where we can process link
7753 * attention events.
7754 */
7755 } else if (unlikely(pring->ringno == phba->sli.fcp_ring &&
James Smart92d7f7b2007-06-17 19:56:38 -05007756 !(phba->sli.sli_flag & LPFC_PROCESS_LA))) {
dea31012005-04-17 16:05:31 -05007757 goto iocb_busy;
James Smart92d7f7b2007-06-17 19:56:38 -05007758 }
dea31012005-04-17 16:05:31 -05007759
dea31012005-04-17 16:05:31 -05007760 while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) &&
7761 (nextiocb = lpfc_sli_next_iocb(phba, pring, &piocb)))
7762 lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb);
7763
7764 if (iocb)
7765 lpfc_sli_update_ring(phba, pring);
7766 else
7767 lpfc_sli_update_full_ring(phba, pring);
7768
7769 if (!piocb)
7770 return IOCB_SUCCESS;
7771
7772 goto out_busy;
7773
7774 iocb_busy:
7775 pring->stats.iocb_cmd_delay++;
7776
7777 out_busy:
7778
7779 if (!(flag & SLI_IOCB_RET_IOCB)) {
James Smart92d7f7b2007-06-17 19:56:38 -05007780 __lpfc_sli_ringtx_put(phba, pring, piocb);
dea31012005-04-17 16:05:31 -05007781 return IOCB_SUCCESS;
7782 }
7783
7784 return IOCB_BUSY;
7785}
7786
James Smart3772a992009-05-22 14:50:54 -04007787/**
James Smart4f774512009-05-22 14:52:35 -04007788 * lpfc_sli4_bpl2sgl - Convert the bpl/bde to a sgl.
7789 * @phba: Pointer to HBA context object.
7790 * @piocb: Pointer to command iocb.
7791 * @sglq: Pointer to the scatter gather queue object.
7792 *
7793 * This routine converts the bpl or bde that is in the IOCB
7794 * to a sgl list for the sli4 hardware. The physical address
7795 * of the bpl/bde is converted back to a virtual address.
7796 * If the IOCB contains a BPL then the list of BDE's is
7797 * converted to sli4_sge's. If the IOCB contains a single
7798 * BDE then it is converted to a single sli_sge.
7799 * The IOCB is still in cpu endianess so the contents of
7800 * the bpl can be used without byte swapping.
7801 *
7802 * Returns valid XRI = Success, NO_XRI = Failure.
7803**/
7804static uint16_t
7805lpfc_sli4_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq,
7806 struct lpfc_sglq *sglq)
7807{
7808 uint16_t xritag = NO_XRI;
7809 struct ulp_bde64 *bpl = NULL;
7810 struct ulp_bde64 bde;
7811 struct sli4_sge *sgl = NULL;
James Smart1b511972011-12-13 13:23:09 -05007812 struct lpfc_dmabuf *dmabuf;
James Smart4f774512009-05-22 14:52:35 -04007813 IOCB_t *icmd;
7814 int numBdes = 0;
7815 int i = 0;
James Smart63e801c2010-11-20 23:14:19 -05007816 uint32_t offset = 0; /* accumulated offset in the sg request list */
7817 int inbound = 0; /* number of sg reply entries inbound from firmware */
James Smart4f774512009-05-22 14:52:35 -04007818
7819 if (!piocbq || !sglq)
7820 return xritag;
7821
7822 sgl = (struct sli4_sge *)sglq->sgl;
7823 icmd = &piocbq->iocb;
James Smart6b5151f2012-01-18 16:24:06 -05007824 if (icmd->ulpCommand == CMD_XMIT_BLS_RSP64_CX)
7825 return sglq->sli4_xritag;
James Smart4f774512009-05-22 14:52:35 -04007826 if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
7827 numBdes = icmd->un.genreq64.bdl.bdeSize /
7828 sizeof(struct ulp_bde64);
7829 /* The addrHigh and addrLow fields within the IOCB
7830 * have not been byteswapped yet so there is no
7831 * need to swap them back.
7832 */
James Smart1b511972011-12-13 13:23:09 -05007833 if (piocbq->context3)
7834 dmabuf = (struct lpfc_dmabuf *)piocbq->context3;
7835 else
7836 return xritag;
James Smart4f774512009-05-22 14:52:35 -04007837
James Smart1b511972011-12-13 13:23:09 -05007838 bpl = (struct ulp_bde64 *)dmabuf->virt;
James Smart4f774512009-05-22 14:52:35 -04007839 if (!bpl)
7840 return xritag;
7841
7842 for (i = 0; i < numBdes; i++) {
7843 /* Should already be byte swapped. */
James Smart28baac72010-02-12 14:42:03 -05007844 sgl->addr_hi = bpl->addrHigh;
7845 sgl->addr_lo = bpl->addrLow;
7846
James Smart05580562011-05-24 11:40:48 -04007847 sgl->word2 = le32_to_cpu(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007848 if ((i+1) == numBdes)
7849 bf_set(lpfc_sli4_sge_last, sgl, 1);
7850 else
7851 bf_set(lpfc_sli4_sge_last, sgl, 0);
James Smart28baac72010-02-12 14:42:03 -05007852 /* swap the size field back to the cpu so we
7853 * can assign it to the sgl.
7854 */
7855 bde.tus.w = le32_to_cpu(bpl->tus.w);
7856 sgl->sge_len = cpu_to_le32(bde.tus.f.bdeSize);
James Smart63e801c2010-11-20 23:14:19 -05007857 /* The offsets in the sgl need to be accumulated
7858 * separately for the request and reply lists.
7859 * The request is always first, the reply follows.
7860 */
7861 if (piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) {
7862 /* add up the reply sg entries */
7863 if (bpl->tus.f.bdeFlags == BUFF_TYPE_BDE_64I)
7864 inbound++;
7865 /* first inbound? reset the offset */
7866 if (inbound == 1)
7867 offset = 0;
7868 bf_set(lpfc_sli4_sge_offset, sgl, offset);
James Smartf9bb2da2011-10-10 21:34:11 -04007869 bf_set(lpfc_sli4_sge_type, sgl,
7870 LPFC_SGE_TYPE_DATA);
James Smart63e801c2010-11-20 23:14:19 -05007871 offset += bde.tus.f.bdeSize;
7872 }
James Smart546fc852011-03-11 16:06:29 -05007873 sgl->word2 = cpu_to_le32(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007874 bpl++;
7875 sgl++;
7876 }
7877 } else if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BDE_64) {
7878 /* The addrHigh and addrLow fields of the BDE have not
7879 * been byteswapped yet so they need to be swapped
7880 * before putting them in the sgl.
7881 */
7882 sgl->addr_hi =
7883 cpu_to_le32(icmd->un.genreq64.bdl.addrHigh);
7884 sgl->addr_lo =
7885 cpu_to_le32(icmd->un.genreq64.bdl.addrLow);
James Smart05580562011-05-24 11:40:48 -04007886 sgl->word2 = le32_to_cpu(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007887 bf_set(lpfc_sli4_sge_last, sgl, 1);
7888 sgl->word2 = cpu_to_le32(sgl->word2);
James Smart28baac72010-02-12 14:42:03 -05007889 sgl->sge_len =
7890 cpu_to_le32(icmd->un.genreq64.bdl.bdeSize);
James Smart4f774512009-05-22 14:52:35 -04007891 }
7892 return sglq->sli4_xritag;
7893}
7894
7895/**
7896 * lpfc_sli4_scmd_to_wqidx_distr - scsi command to SLI4 WQ index distribution
7897 * @phba: Pointer to HBA context object.
James Smart4f774512009-05-22 14:52:35 -04007898 *
James Smarta93ff372010-10-22 11:06:08 -04007899 * This routine performs a roundrobin SCSI command to SLI4 FCP WQ index
James Smart8fa38512009-07-19 10:01:03 -04007900 * distribution. This is called by __lpfc_sli_issue_iocb_s4() with the hbalock
7901 * held.
James Smart4f774512009-05-22 14:52:35 -04007902 *
7903 * Return: index into SLI4 fast-path FCP queue index.
7904 **/
James Smart2a76a282012-08-03 12:35:54 -04007905static inline uint32_t
James Smart8fa38512009-07-19 10:01:03 -04007906lpfc_sli4_scmd_to_wqidx_distr(struct lpfc_hba *phba)
James Smart4f774512009-05-22 14:52:35 -04007907{
James Smart7bb03bb2013-04-17 20:19:16 -04007908 struct lpfc_vector_map_info *cpup;
7909 int chann, cpu;
James Smart4f774512009-05-22 14:52:35 -04007910
James Smart7bb03bb2013-04-17 20:19:16 -04007911 if (phba->cfg_fcp_io_sched == LPFC_FCP_SCHED_BY_CPU) {
7912 cpu = smp_processor_id();
7913 if (cpu < phba->sli4_hba.num_present_cpu) {
7914 cpup = phba->sli4_hba.cpu_map;
7915 cpup += cpu;
7916 return cpup->channel_id;
7917 }
7918 chann = cpu;
7919 }
7920 chann = atomic_add_return(1, &phba->fcp_qidx);
7921 chann = (chann % phba->cfg_fcp_io_channel);
7922 return chann;
James Smart4f774512009-05-22 14:52:35 -04007923}
7924
7925/**
7926 * lpfc_sli_iocb2wqe - Convert the IOCB to a work queue entry.
7927 * @phba: Pointer to HBA context object.
7928 * @piocb: Pointer to command iocb.
7929 * @wqe: Pointer to the work queue entry.
7930 *
7931 * This routine converts the iocb command to its Work Queue Entry
7932 * equivalent. The wqe pointer should not have any fields set when
7933 * this routine is called because it will memcpy over them.
7934 * This routine does not set the CQ_ID or the WQEC bits in the
7935 * wqe.
7936 *
7937 * Returns: 0 = Success, IOCB_ERROR = Failure.
7938 **/
7939static int
7940lpfc_sli4_iocb2wqe(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq,
7941 union lpfc_wqe *wqe)
7942{
James Smart5ffc2662009-11-18 15:39:44 -05007943 uint32_t xmit_len = 0, total_len = 0;
James Smart4f774512009-05-22 14:52:35 -04007944 uint8_t ct = 0;
7945 uint32_t fip;
7946 uint32_t abort_tag;
7947 uint8_t command_type = ELS_COMMAND_NON_FIP;
7948 uint8_t cmnd;
7949 uint16_t xritag;
James Smartdcf2a4e2010-09-29 11:18:53 -04007950 uint16_t abrt_iotag;
7951 struct lpfc_iocbq *abrtiocbq;
James Smart4f774512009-05-22 14:52:35 -04007952 struct ulp_bde64 *bpl = NULL;
James Smartf0d9bcc2010-10-22 11:07:09 -04007953 uint32_t els_id = LPFC_ELS_ID_DEFAULT;
James Smart5ffc2662009-11-18 15:39:44 -05007954 int numBdes, i;
7955 struct ulp_bde64 bde;
James Smartc31098c2011-04-16 11:03:33 -04007956 struct lpfc_nodelist *ndlp;
James Smartff78d8f2011-12-13 13:21:35 -05007957 uint32_t *pcmd;
James Smart1b511972011-12-13 13:23:09 -05007958 uint32_t if_type;
James Smart4f774512009-05-22 14:52:35 -04007959
James Smart45ed1192009-10-02 15:17:02 -04007960 fip = phba->hba_flag & HBA_FIP_SUPPORT;
James Smart4f774512009-05-22 14:52:35 -04007961 /* The fcp commands will set command type */
James Smart0c287582009-06-10 17:22:56 -04007962 if (iocbq->iocb_flag & LPFC_IO_FCP)
James Smart4f774512009-05-22 14:52:35 -04007963 command_type = FCP_COMMAND;
James Smartc8685952009-11-18 15:39:16 -05007964 else if (fip && (iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK))
James Smart0c287582009-06-10 17:22:56 -04007965 command_type = ELS_COMMAND_FIP;
7966 else
7967 command_type = ELS_COMMAND_NON_FIP;
7968
James Smart4f774512009-05-22 14:52:35 -04007969 /* Some of the fields are in the right position already */
7970 memcpy(wqe, &iocbq->iocb, sizeof(union lpfc_wqe));
7971 abort_tag = (uint32_t) iocbq->iotag;
7972 xritag = iocbq->sli4_xritag;
James Smartf0d9bcc2010-10-22 11:07:09 -04007973 wqe->generic.wqe_com.word7 = 0; /* The ct field has moved so reset */
James Smart4f774512009-05-22 14:52:35 -04007974 /* words0-2 bpl convert bde */
7975 if (iocbq->iocb.un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
James Smart5ffc2662009-11-18 15:39:44 -05007976 numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
7977 sizeof(struct ulp_bde64);
James Smart4f774512009-05-22 14:52:35 -04007978 bpl = (struct ulp_bde64 *)
7979 ((struct lpfc_dmabuf *)iocbq->context3)->virt;
7980 if (!bpl)
7981 return IOCB_ERROR;
7982
7983 /* Should already be byte swapped. */
7984 wqe->generic.bde.addrHigh = le32_to_cpu(bpl->addrHigh);
7985 wqe->generic.bde.addrLow = le32_to_cpu(bpl->addrLow);
7986 /* swap the size field back to the cpu so we
7987 * can assign it to the sgl.
7988 */
7989 wqe->generic.bde.tus.w = le32_to_cpu(bpl->tus.w);
James Smart5ffc2662009-11-18 15:39:44 -05007990 xmit_len = wqe->generic.bde.tus.f.bdeSize;
7991 total_len = 0;
7992 for (i = 0; i < numBdes; i++) {
7993 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
7994 total_len += bde.tus.f.bdeSize;
7995 }
James Smart4f774512009-05-22 14:52:35 -04007996 } else
James Smart5ffc2662009-11-18 15:39:44 -05007997 xmit_len = iocbq->iocb.un.fcpi64.bdl.bdeSize;
James Smart4f774512009-05-22 14:52:35 -04007998
7999 iocbq->iocb.ulpIoTag = iocbq->iotag;
8000 cmnd = iocbq->iocb.ulpCommand;
8001
8002 switch (iocbq->iocb.ulpCommand) {
8003 case CMD_ELS_REQUEST64_CR:
James Smart93d1379e2012-05-09 21:19:34 -04008004 if (iocbq->iocb_flag & LPFC_IO_LIBDFC)
8005 ndlp = iocbq->context_un.ndlp;
8006 else
8007 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart4f774512009-05-22 14:52:35 -04008008 if (!iocbq->iocb.ulpLe) {
8009 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8010 "2007 Only Limited Edition cmd Format"
8011 " supported 0x%x\n",
8012 iocbq->iocb.ulpCommand);
8013 return IOCB_ERROR;
8014 }
James Smartff78d8f2011-12-13 13:21:35 -05008015
James Smart5ffc2662009-11-18 15:39:44 -05008016 wqe->els_req.payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04008017 /* Els_reguest64 has a TMO */
8018 bf_set(wqe_tmo, &wqe->els_req.wqe_com,
8019 iocbq->iocb.ulpTimeout);
8020 /* Need a VF for word 4 set the vf bit*/
8021 bf_set(els_req64_vf, &wqe->els_req, 0);
8022 /* And a VFID for word 12 */
8023 bf_set(els_req64_vfid, &wqe->els_req, 0);
James Smart4f774512009-05-22 14:52:35 -04008024 ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l);
James Smartf0d9bcc2010-10-22 11:07:09 -04008025 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
8026 iocbq->iocb.ulpContext);
8027 bf_set(wqe_ct, &wqe->els_req.wqe_com, ct);
8028 bf_set(wqe_pu, &wqe->els_req.wqe_com, 0);
James Smart4f774512009-05-22 14:52:35 -04008029 /* CCP CCPE PV PRI in word10 were set in the memcpy */
James Smartff78d8f2011-12-13 13:21:35 -05008030 if (command_type == ELS_COMMAND_FIP)
James Smartc8685952009-11-18 15:39:16 -05008031 els_id = ((iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK)
8032 >> LPFC_FIP_ELS_ID_SHIFT);
James Smartff78d8f2011-12-13 13:21:35 -05008033 pcmd = (uint32_t *) (((struct lpfc_dmabuf *)
8034 iocbq->context2)->virt);
James Smart1b511972011-12-13 13:23:09 -05008035 if_type = bf_get(lpfc_sli_intf_if_type,
8036 &phba->sli4_hba.sli_intf);
8037 if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
James Smartff78d8f2011-12-13 13:21:35 -05008038 if (pcmd && (*pcmd == ELS_CMD_FLOGI ||
James Smartcb69f7d2011-12-13 13:21:57 -05008039 *pcmd == ELS_CMD_SCR ||
James Smart6b5151f2012-01-18 16:24:06 -05008040 *pcmd == ELS_CMD_FDISC ||
James Smartbdcd2b92012-03-01 22:33:52 -05008041 *pcmd == ELS_CMD_LOGO ||
James Smartff78d8f2011-12-13 13:21:35 -05008042 *pcmd == ELS_CMD_PLOGI)) {
8043 bf_set(els_req64_sp, &wqe->els_req, 1);
8044 bf_set(els_req64_sid, &wqe->els_req,
8045 iocbq->vport->fc_myDID);
James Smart939723a2012-05-09 21:19:03 -04008046 if ((*pcmd == ELS_CMD_FLOGI) &&
8047 !(phba->fc_topology ==
8048 LPFC_TOPOLOGY_LOOP))
8049 bf_set(els_req64_sid, &wqe->els_req, 0);
James Smartff78d8f2011-12-13 13:21:35 -05008050 bf_set(wqe_ct, &wqe->els_req.wqe_com, 1);
8051 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
James Smarta7dd9c02012-05-09 21:16:50 -04008052 phba->vpi_ids[iocbq->vport->vpi]);
James Smart3ef6d242012-01-18 16:23:48 -05008053 } else if (pcmd && iocbq->context1) {
James Smartff78d8f2011-12-13 13:21:35 -05008054 bf_set(wqe_ct, &wqe->els_req.wqe_com, 0);
8055 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
8056 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
8057 }
James Smartc8685952009-11-18 15:39:16 -05008058 }
James Smart6d368e52011-05-24 11:44:12 -04008059 bf_set(wqe_temp_rpi, &wqe->els_req.wqe_com,
8060 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008061 bf_set(wqe_els_id, &wqe->els_req.wqe_com, els_id);
8062 bf_set(wqe_dbde, &wqe->els_req.wqe_com, 1);
8063 bf_set(wqe_iod, &wqe->els_req.wqe_com, LPFC_WQE_IOD_READ);
8064 bf_set(wqe_qosd, &wqe->els_req.wqe_com, 1);
8065 bf_set(wqe_lenloc, &wqe->els_req.wqe_com, LPFC_WQE_LENLOC_NONE);
8066 bf_set(wqe_ebde_cnt, &wqe->els_req.wqe_com, 0);
James Smart7851fe22011-07-22 18:36:52 -04008067 break;
James Smart5ffc2662009-11-18 15:39:44 -05008068 case CMD_XMIT_SEQUENCE64_CX:
James Smartf0d9bcc2010-10-22 11:07:09 -04008069 bf_set(wqe_ctxt_tag, &wqe->xmit_sequence.wqe_com,
8070 iocbq->iocb.un.ulpWord[3]);
8071 bf_set(wqe_rcvoxid, &wqe->xmit_sequence.wqe_com,
James Smart7851fe22011-07-22 18:36:52 -04008072 iocbq->iocb.unsli3.rcvsli3.ox_id);
James Smart5ffc2662009-11-18 15:39:44 -05008073 /* The entire sequence is transmitted for this IOCB */
8074 xmit_len = total_len;
8075 cmnd = CMD_XMIT_SEQUENCE64_CR;
James Smart1b511972011-12-13 13:23:09 -05008076 if (phba->link_flag & LS_LOOPBACK_MODE)
8077 bf_set(wqe_xo, &wqe->xmit_sequence.wge_ctl, 1);
James Smart4f774512009-05-22 14:52:35 -04008078 case CMD_XMIT_SEQUENCE64_CR:
James Smartf0d9bcc2010-10-22 11:07:09 -04008079 /* word3 iocb=io_tag32 wqe=reserved */
8080 wqe->xmit_sequence.rsvd3 = 0;
James Smart4f774512009-05-22 14:52:35 -04008081 /* word4 relative_offset memcpy */
8082 /* word5 r_ctl/df_ctl memcpy */
James Smartf0d9bcc2010-10-22 11:07:09 -04008083 bf_set(wqe_pu, &wqe->xmit_sequence.wqe_com, 0);
8084 bf_set(wqe_dbde, &wqe->xmit_sequence.wqe_com, 1);
8085 bf_set(wqe_iod, &wqe->xmit_sequence.wqe_com,
8086 LPFC_WQE_IOD_WRITE);
8087 bf_set(wqe_lenloc, &wqe->xmit_sequence.wqe_com,
8088 LPFC_WQE_LENLOC_WORD12);
8089 bf_set(wqe_ebde_cnt, &wqe->xmit_sequence.wqe_com, 0);
James Smart5ffc2662009-11-18 15:39:44 -05008090 wqe->xmit_sequence.xmit_len = xmit_len;
8091 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008092 break;
James Smart4f774512009-05-22 14:52:35 -04008093 case CMD_XMIT_BCAST64_CN:
James Smartf0d9bcc2010-10-22 11:07:09 -04008094 /* word3 iocb=iotag32 wqe=seq_payload_len */
8095 wqe->xmit_bcast64.seq_payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04008096 /* word4 iocb=rsvd wqe=rsvd */
8097 /* word5 iocb=rctl/type/df_ctl wqe=rctl/type/df_ctl memcpy */
8098 /* word6 iocb=ctxt_tag/io_tag wqe=ctxt_tag/xri */
James Smartf0d9bcc2010-10-22 11:07:09 -04008099 bf_set(wqe_ct, &wqe->xmit_bcast64.wqe_com,
James Smart4f774512009-05-22 14:52:35 -04008100 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
James Smartf0d9bcc2010-10-22 11:07:09 -04008101 bf_set(wqe_dbde, &wqe->xmit_bcast64.wqe_com, 1);
8102 bf_set(wqe_iod, &wqe->xmit_bcast64.wqe_com, LPFC_WQE_IOD_WRITE);
8103 bf_set(wqe_lenloc, &wqe->xmit_bcast64.wqe_com,
8104 LPFC_WQE_LENLOC_WORD3);
8105 bf_set(wqe_ebde_cnt, &wqe->xmit_bcast64.wqe_com, 0);
James Smart7851fe22011-07-22 18:36:52 -04008106 break;
James Smart4f774512009-05-22 14:52:35 -04008107 case CMD_FCP_IWRITE64_CR:
8108 command_type = FCP_COMMAND_DATA_OUT;
James Smartf0d9bcc2010-10-22 11:07:09 -04008109 /* word3 iocb=iotag wqe=payload_offset_len */
8110 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
8111 wqe->fcp_iwrite.payload_offset_len =
James Smart5ffc2662009-11-18 15:39:44 -05008112 xmit_len + sizeof(struct fcp_rsp);
James Smartf0d9bcc2010-10-22 11:07:09 -04008113 /* word4 iocb=parameter wqe=total_xfer_length memcpy */
8114 /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */
8115 bf_set(wqe_erp, &wqe->fcp_iwrite.wqe_com,
8116 iocbq->iocb.ulpFCP2Rcvy);
8117 bf_set(wqe_lnk, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpXS);
8118 /* Always open the exchange */
8119 bf_set(wqe_xc, &wqe->fcp_iwrite.wqe_com, 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04008120 bf_set(wqe_iod, &wqe->fcp_iwrite.wqe_com, LPFC_WQE_IOD_WRITE);
8121 bf_set(wqe_lenloc, &wqe->fcp_iwrite.wqe_com,
8122 LPFC_WQE_LENLOC_WORD4);
8123 bf_set(wqe_ebde_cnt, &wqe->fcp_iwrite.wqe_com, 0);
8124 bf_set(wqe_pu, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpPU);
James Smartacd68592012-01-18 16:25:09 -05008125 bf_set(wqe_dbde, &wqe->fcp_iwrite.wqe_com, 1);
James Smart7851fe22011-07-22 18:36:52 -04008126 break;
James Smartf0d9bcc2010-10-22 11:07:09 -04008127 case CMD_FCP_IREAD64_CR:
8128 /* word3 iocb=iotag wqe=payload_offset_len */
8129 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
8130 wqe->fcp_iread.payload_offset_len =
8131 xmit_len + sizeof(struct fcp_rsp);
8132 /* word4 iocb=parameter wqe=total_xfer_length memcpy */
8133 /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */
8134 bf_set(wqe_erp, &wqe->fcp_iread.wqe_com,
8135 iocbq->iocb.ulpFCP2Rcvy);
8136 bf_set(wqe_lnk, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpXS);
James Smart4f774512009-05-22 14:52:35 -04008137 /* Always open the exchange */
8138 bf_set(wqe_xc, &wqe->fcp_iread.wqe_com, 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04008139 bf_set(wqe_iod, &wqe->fcp_iread.wqe_com, LPFC_WQE_IOD_READ);
8140 bf_set(wqe_lenloc, &wqe->fcp_iread.wqe_com,
8141 LPFC_WQE_LENLOC_WORD4);
8142 bf_set(wqe_ebde_cnt, &wqe->fcp_iread.wqe_com, 0);
8143 bf_set(wqe_pu, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpPU);
James Smartacd68592012-01-18 16:25:09 -05008144 bf_set(wqe_dbde, &wqe->fcp_iread.wqe_com, 1);
James Smart7851fe22011-07-22 18:36:52 -04008145 break;
James Smartf1126682009-06-10 17:22:44 -04008146 case CMD_FCP_ICMND64_CR:
James Smartf0d9bcc2010-10-22 11:07:09 -04008147 /* word3 iocb=IO_TAG wqe=reserved */
8148 wqe->fcp_icmd.rsrvd3 = 0;
8149 bf_set(wqe_pu, &wqe->fcp_icmd.wqe_com, 0);
James Smartf1126682009-06-10 17:22:44 -04008150 /* Always open the exchange */
James Smartf0d9bcc2010-10-22 11:07:09 -04008151 bf_set(wqe_xc, &wqe->fcp_icmd.wqe_com, 0);
8152 bf_set(wqe_dbde, &wqe->fcp_icmd.wqe_com, 1);
8153 bf_set(wqe_iod, &wqe->fcp_icmd.wqe_com, LPFC_WQE_IOD_WRITE);
8154 bf_set(wqe_qosd, &wqe->fcp_icmd.wqe_com, 1);
8155 bf_set(wqe_lenloc, &wqe->fcp_icmd.wqe_com,
8156 LPFC_WQE_LENLOC_NONE);
8157 bf_set(wqe_ebde_cnt, &wqe->fcp_icmd.wqe_com, 0);
James Smart2a94aea2012-09-29 11:30:31 -04008158 bf_set(wqe_erp, &wqe->fcp_icmd.wqe_com,
8159 iocbq->iocb.ulpFCP2Rcvy);
James Smart7851fe22011-07-22 18:36:52 -04008160 break;
James Smart4f774512009-05-22 14:52:35 -04008161 case CMD_GEN_REQUEST64_CR:
James Smart63e801c2010-11-20 23:14:19 -05008162 /* For this command calculate the xmit length of the
8163 * request bde.
8164 */
8165 xmit_len = 0;
8166 numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
8167 sizeof(struct ulp_bde64);
8168 for (i = 0; i < numBdes; i++) {
James Smart63e801c2010-11-20 23:14:19 -05008169 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
James Smart546fc852011-03-11 16:06:29 -05008170 if (bde.tus.f.bdeFlags != BUFF_TYPE_BDE_64)
8171 break;
James Smart63e801c2010-11-20 23:14:19 -05008172 xmit_len += bde.tus.f.bdeSize;
8173 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008174 /* word3 iocb=IO_TAG wqe=request_payload_len */
8175 wqe->gen_req.request_payload_len = xmit_len;
8176 /* word4 iocb=parameter wqe=relative_offset memcpy */
8177 /* word5 [rctl, type, df_ctl, la] copied in memcpy */
James Smart4f774512009-05-22 14:52:35 -04008178 /* word6 context tag copied in memcpy */
8179 if (iocbq->iocb.ulpCt_h || iocbq->iocb.ulpCt_l) {
8180 ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l);
8181 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8182 "2015 Invalid CT %x command 0x%x\n",
8183 ct, iocbq->iocb.ulpCommand);
8184 return IOCB_ERROR;
8185 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008186 bf_set(wqe_ct, &wqe->gen_req.wqe_com, 0);
8187 bf_set(wqe_tmo, &wqe->gen_req.wqe_com, iocbq->iocb.ulpTimeout);
8188 bf_set(wqe_pu, &wqe->gen_req.wqe_com, iocbq->iocb.ulpPU);
8189 bf_set(wqe_dbde, &wqe->gen_req.wqe_com, 1);
8190 bf_set(wqe_iod, &wqe->gen_req.wqe_com, LPFC_WQE_IOD_READ);
8191 bf_set(wqe_qosd, &wqe->gen_req.wqe_com, 1);
8192 bf_set(wqe_lenloc, &wqe->gen_req.wqe_com, LPFC_WQE_LENLOC_NONE);
8193 bf_set(wqe_ebde_cnt, &wqe->gen_req.wqe_com, 0);
James Smart4f774512009-05-22 14:52:35 -04008194 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008195 break;
James Smart4f774512009-05-22 14:52:35 -04008196 case CMD_XMIT_ELS_RSP64_CX:
James Smartc31098c2011-04-16 11:03:33 -04008197 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart4f774512009-05-22 14:52:35 -04008198 /* words0-2 BDE memcpy */
James Smartf0d9bcc2010-10-22 11:07:09 -04008199 /* word3 iocb=iotag32 wqe=response_payload_len */
8200 wqe->xmit_els_rsp.response_payload_len = xmit_len;
James Smart939723a2012-05-09 21:19:03 -04008201 /* word4 */
8202 wqe->xmit_els_rsp.word4 = 0;
James Smart4f774512009-05-22 14:52:35 -04008203 /* word5 iocb=rsvd wge=did */
8204 bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest,
James Smart939723a2012-05-09 21:19:03 -04008205 iocbq->iocb.un.xseq64.xmit_els_remoteID);
8206
8207 if_type = bf_get(lpfc_sli_intf_if_type,
8208 &phba->sli4_hba.sli_intf);
8209 if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
8210 if (iocbq->vport->fc_flag & FC_PT2PT) {
8211 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1);
8212 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp,
8213 iocbq->vport->fc_myDID);
8214 if (iocbq->vport->fc_myDID == Fabric_DID) {
8215 bf_set(wqe_els_did,
8216 &wqe->xmit_els_rsp.wqe_dest, 0);
8217 }
8218 }
8219 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008220 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com,
8221 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
8222 bf_set(wqe_pu, &wqe->xmit_els_rsp.wqe_com, iocbq->iocb.ulpPU);
8223 bf_set(wqe_rcvoxid, &wqe->xmit_els_rsp.wqe_com,
James Smart7851fe22011-07-22 18:36:52 -04008224 iocbq->iocb.unsli3.rcvsli3.ox_id);
James Smart4f774512009-05-22 14:52:35 -04008225 if (!iocbq->iocb.ulpCt_h && iocbq->iocb.ulpCt_l)
James Smartf0d9bcc2010-10-22 11:07:09 -04008226 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com,
James Smart6d368e52011-05-24 11:44:12 -04008227 phba->vpi_ids[iocbq->vport->vpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008228 bf_set(wqe_dbde, &wqe->xmit_els_rsp.wqe_com, 1);
8229 bf_set(wqe_iod, &wqe->xmit_els_rsp.wqe_com, LPFC_WQE_IOD_WRITE);
8230 bf_set(wqe_qosd, &wqe->xmit_els_rsp.wqe_com, 1);
8231 bf_set(wqe_lenloc, &wqe->xmit_els_rsp.wqe_com,
8232 LPFC_WQE_LENLOC_WORD3);
8233 bf_set(wqe_ebde_cnt, &wqe->xmit_els_rsp.wqe_com, 0);
James Smart6d368e52011-05-24 11:44:12 -04008234 bf_set(wqe_rsp_temp_rpi, &wqe->xmit_els_rsp,
8235 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
James Smartff78d8f2011-12-13 13:21:35 -05008236 pcmd = (uint32_t *) (((struct lpfc_dmabuf *)
8237 iocbq->context2)->virt);
8238 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart939723a2012-05-09 21:19:03 -04008239 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1);
8240 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp,
James Smartff78d8f2011-12-13 13:21:35 -05008241 iocbq->vport->fc_myDID);
James Smart939723a2012-05-09 21:19:03 -04008242 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com, 1);
8243 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com,
James Smartff78d8f2011-12-13 13:21:35 -05008244 phba->vpi_ids[phba->pport->vpi]);
8245 }
James Smart4f774512009-05-22 14:52:35 -04008246 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008247 break;
James Smart4f774512009-05-22 14:52:35 -04008248 case CMD_CLOSE_XRI_CN:
8249 case CMD_ABORT_XRI_CN:
8250 case CMD_ABORT_XRI_CX:
8251 /* words 0-2 memcpy should be 0 rserved */
8252 /* port will send abts */
James Smartdcf2a4e2010-09-29 11:18:53 -04008253 abrt_iotag = iocbq->iocb.un.acxri.abortContextTag;
8254 if (abrt_iotag != 0 && abrt_iotag <= phba->sli.last_iotag) {
8255 abrtiocbq = phba->sli.iocbq_lookup[abrt_iotag];
8256 fip = abrtiocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK;
8257 } else
8258 fip = 0;
8259
8260 if ((iocbq->iocb.ulpCommand == CMD_CLOSE_XRI_CN) || fip)
James Smart4f774512009-05-22 14:52:35 -04008261 /*
James Smartdcf2a4e2010-09-29 11:18:53 -04008262 * The link is down, or the command was ELS_FIP
8263 * so the fw does not need to send abts
James Smart4f774512009-05-22 14:52:35 -04008264 * on the wire.
8265 */
8266 bf_set(abort_cmd_ia, &wqe->abort_cmd, 1);
8267 else
8268 bf_set(abort_cmd_ia, &wqe->abort_cmd, 0);
8269 bf_set(abort_cmd_criteria, &wqe->abort_cmd, T_XRI_TAG);
James Smartf0d9bcc2010-10-22 11:07:09 -04008270 /* word5 iocb=CONTEXT_TAG|IO_TAG wqe=reserved */
8271 wqe->abort_cmd.rsrvd5 = 0;
8272 bf_set(wqe_ct, &wqe->abort_cmd.wqe_com,
James Smart4f774512009-05-22 14:52:35 -04008273 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
8274 abort_tag = iocbq->iocb.un.acxri.abortIoTag;
James Smart4f774512009-05-22 14:52:35 -04008275 /*
8276 * The abort handler will send us CMD_ABORT_XRI_CN or
8277 * CMD_CLOSE_XRI_CN and the fw only accepts CMD_ABORT_XRI_CX
8278 */
James Smartf0d9bcc2010-10-22 11:07:09 -04008279 bf_set(wqe_cmnd, &wqe->abort_cmd.wqe_com, CMD_ABORT_XRI_CX);
8280 bf_set(wqe_qosd, &wqe->abort_cmd.wqe_com, 1);
8281 bf_set(wqe_lenloc, &wqe->abort_cmd.wqe_com,
8282 LPFC_WQE_LENLOC_NONE);
James Smart4f774512009-05-22 14:52:35 -04008283 cmnd = CMD_ABORT_XRI_CX;
8284 command_type = OTHER_COMMAND;
8285 xritag = 0;
James Smart7851fe22011-07-22 18:36:52 -04008286 break;
James Smart6669f9b2009-10-02 15:16:45 -04008287 case CMD_XMIT_BLS_RSP64_CX:
James Smart6b5151f2012-01-18 16:24:06 -05008288 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart546fc852011-03-11 16:06:29 -05008289 /* As BLS ABTS RSP WQE is very different from other WQEs,
James Smart6669f9b2009-10-02 15:16:45 -04008290 * we re-construct this WQE here based on information in
8291 * iocbq from scratch.
8292 */
8293 memset(wqe, 0, sizeof(union lpfc_wqe));
James Smart5ffc2662009-11-18 15:39:44 -05008294 /* OX_ID is invariable to who sent ABTS to CT exchange */
James Smart6669f9b2009-10-02 15:16:45 -04008295 bf_set(xmit_bls_rsp64_oxid, &wqe->xmit_bls_rsp,
James Smart546fc852011-03-11 16:06:29 -05008296 bf_get(lpfc_abts_oxid, &iocbq->iocb.un.bls_rsp));
8297 if (bf_get(lpfc_abts_orig, &iocbq->iocb.un.bls_rsp) ==
James Smart5ffc2662009-11-18 15:39:44 -05008298 LPFC_ABTS_UNSOL_INT) {
8299 /* ABTS sent by initiator to CT exchange, the
8300 * RX_ID field will be filled with the newly
8301 * allocated responder XRI.
8302 */
8303 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp,
8304 iocbq->sli4_xritag);
8305 } else {
8306 /* ABTS sent by responder to CT exchange, the
8307 * RX_ID field will be filled with the responder
8308 * RX_ID from ABTS.
8309 */
8310 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp,
James Smart546fc852011-03-11 16:06:29 -05008311 bf_get(lpfc_abts_rxid, &iocbq->iocb.un.bls_rsp));
James Smart5ffc2662009-11-18 15:39:44 -05008312 }
James Smart6669f9b2009-10-02 15:16:45 -04008313 bf_set(xmit_bls_rsp64_seqcnthi, &wqe->xmit_bls_rsp, 0xffff);
8314 bf_set(wqe_xmit_bls_pt, &wqe->xmit_bls_rsp.wqe_dest, 0x1);
James Smart6b5151f2012-01-18 16:24:06 -05008315
8316 /* Use CT=VPI */
8317 bf_set(wqe_els_did, &wqe->xmit_bls_rsp.wqe_dest,
8318 ndlp->nlp_DID);
8319 bf_set(xmit_bls_rsp64_temprpi, &wqe->xmit_bls_rsp,
8320 iocbq->iocb.ulpContext);
8321 bf_set(wqe_ct, &wqe->xmit_bls_rsp.wqe_com, 1);
James Smart6669f9b2009-10-02 15:16:45 -04008322 bf_set(wqe_ctxt_tag, &wqe->xmit_bls_rsp.wqe_com,
James Smart6b5151f2012-01-18 16:24:06 -05008323 phba->vpi_ids[phba->pport->vpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008324 bf_set(wqe_qosd, &wqe->xmit_bls_rsp.wqe_com, 1);
8325 bf_set(wqe_lenloc, &wqe->xmit_bls_rsp.wqe_com,
8326 LPFC_WQE_LENLOC_NONE);
James Smart6669f9b2009-10-02 15:16:45 -04008327 /* Overwrite the pre-set comnd type with OTHER_COMMAND */
8328 command_type = OTHER_COMMAND;
James Smart546fc852011-03-11 16:06:29 -05008329 if (iocbq->iocb.un.xseq64.w5.hcsw.Rctl == FC_RCTL_BA_RJT) {
8330 bf_set(xmit_bls_rsp64_rjt_vspec, &wqe->xmit_bls_rsp,
8331 bf_get(lpfc_vndr_code, &iocbq->iocb.un.bls_rsp));
8332 bf_set(xmit_bls_rsp64_rjt_expc, &wqe->xmit_bls_rsp,
8333 bf_get(lpfc_rsn_expln, &iocbq->iocb.un.bls_rsp));
8334 bf_set(xmit_bls_rsp64_rjt_rsnc, &wqe->xmit_bls_rsp,
8335 bf_get(lpfc_rsn_code, &iocbq->iocb.un.bls_rsp));
8336 }
8337
James Smart7851fe22011-07-22 18:36:52 -04008338 break;
James Smart4f774512009-05-22 14:52:35 -04008339 case CMD_XRI_ABORTED_CX:
8340 case CMD_CREATE_XRI_CR: /* Do we expect to use this? */
James Smart4f774512009-05-22 14:52:35 -04008341 case CMD_IOCB_FCP_IBIDIR64_CR: /* bidirectional xfer */
8342 case CMD_FCP_TSEND64_CX: /* Target mode send xfer-ready */
8343 case CMD_FCP_TRSP64_CX: /* Target mode rcv */
8344 case CMD_FCP_AUTO_TRSP_CX: /* Auto target rsp */
8345 default:
8346 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8347 "2014 Invalid command 0x%x\n",
8348 iocbq->iocb.ulpCommand);
8349 return IOCB_ERROR;
James Smart7851fe22011-07-22 18:36:52 -04008350 break;
James Smart4f774512009-05-22 14:52:35 -04008351 }
James Smart6d368e52011-05-24 11:44:12 -04008352
James Smart8012cc32012-10-31 14:44:49 -04008353 if (iocbq->iocb_flag & LPFC_IO_DIF_PASS)
8354 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_PASSTHRU);
8355 else if (iocbq->iocb_flag & LPFC_IO_DIF_STRIP)
8356 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_STRIP);
8357 else if (iocbq->iocb_flag & LPFC_IO_DIF_INSERT)
8358 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_INSERT);
8359 iocbq->iocb_flag &= ~(LPFC_IO_DIF_PASS | LPFC_IO_DIF_STRIP |
8360 LPFC_IO_DIF_INSERT);
James Smartf0d9bcc2010-10-22 11:07:09 -04008361 bf_set(wqe_xri_tag, &wqe->generic.wqe_com, xritag);
8362 bf_set(wqe_reqtag, &wqe->generic.wqe_com, iocbq->iotag);
8363 wqe->generic.wqe_com.abort_tag = abort_tag;
8364 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type);
8365 bf_set(wqe_cmnd, &wqe->generic.wqe_com, cmnd);
8366 bf_set(wqe_class, &wqe->generic.wqe_com, iocbq->iocb.ulpClass);
8367 bf_set(wqe_cqid, &wqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT);
James Smart4f774512009-05-22 14:52:35 -04008368 return 0;
8369}
8370
8371/**
8372 * __lpfc_sli_issue_iocb_s4 - SLI4 device lockless ver of lpfc_sli_issue_iocb
8373 * @phba: Pointer to HBA context object.
8374 * @ring_number: SLI ring number to issue iocb on.
8375 * @piocb: Pointer to command iocb.
8376 * @flag: Flag indicating if this command can be put into txq.
8377 *
8378 * __lpfc_sli_issue_iocb_s4 is used by other functions in the driver to issue
8379 * an iocb command to an HBA with SLI-4 interface spec.
8380 *
8381 * This function is called with hbalock held. The function will return success
8382 * after it successfully submit the iocb to firmware or after adding to the
8383 * txq.
8384 **/
8385static int
8386__lpfc_sli_issue_iocb_s4(struct lpfc_hba *phba, uint32_t ring_number,
8387 struct lpfc_iocbq *piocb, uint32_t flag)
8388{
8389 struct lpfc_sglq *sglq;
James Smart4f774512009-05-22 14:52:35 -04008390 union lpfc_wqe wqe;
8391 struct lpfc_sli_ring *pring = &phba->sli.ring[ring_number];
James Smart4f774512009-05-22 14:52:35 -04008392
8393 if (piocb->sli4_xritag == NO_XRI) {
8394 if (piocb->iocb.ulpCommand == CMD_ABORT_XRI_CN ||
James Smart6b5151f2012-01-18 16:24:06 -05008395 piocb->iocb.ulpCommand == CMD_CLOSE_XRI_CN)
James Smart4f774512009-05-22 14:52:35 -04008396 sglq = NULL;
8397 else {
James Smart0e9bb8d2013-03-01 16:35:12 -05008398 if (!list_empty(&pring->txq)) {
James Smart2a9bf3d2010-06-07 15:24:45 -04008399 if (!(flag & SLI_IOCB_RET_IOCB)) {
8400 __lpfc_sli_ringtx_put(phba,
8401 pring, piocb);
8402 return IOCB_SUCCESS;
8403 } else {
8404 return IOCB_BUSY;
8405 }
8406 } else {
James Smart6d368e52011-05-24 11:44:12 -04008407 sglq = __lpfc_sli_get_sglq(phba, piocb);
James Smart2a9bf3d2010-06-07 15:24:45 -04008408 if (!sglq) {
8409 if (!(flag & SLI_IOCB_RET_IOCB)) {
8410 __lpfc_sli_ringtx_put(phba,
8411 pring,
8412 piocb);
8413 return IOCB_SUCCESS;
8414 } else
8415 return IOCB_BUSY;
8416 }
8417 }
James Smart4f774512009-05-22 14:52:35 -04008418 }
8419 } else if (piocb->iocb_flag & LPFC_IO_FCP) {
James Smart6d368e52011-05-24 11:44:12 -04008420 /* These IO's already have an XRI and a mapped sgl. */
8421 sglq = NULL;
James Smart4f774512009-05-22 14:52:35 -04008422 } else {
James Smart6d368e52011-05-24 11:44:12 -04008423 /*
8424 * This is a continuation of a commandi,(CX) so this
James Smart4f774512009-05-22 14:52:35 -04008425 * sglq is on the active list
8426 */
James Smartedccdc12013-01-03 15:43:45 -05008427 sglq = __lpfc_get_active_sglq(phba, piocb->sli4_lxritag);
James Smart4f774512009-05-22 14:52:35 -04008428 if (!sglq)
8429 return IOCB_ERROR;
8430 }
8431
8432 if (sglq) {
James Smart6d368e52011-05-24 11:44:12 -04008433 piocb->sli4_lxritag = sglq->sli4_lxritag;
James Smart2a9bf3d2010-06-07 15:24:45 -04008434 piocb->sli4_xritag = sglq->sli4_xritag;
James Smart2a9bf3d2010-06-07 15:24:45 -04008435 if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocb, sglq))
James Smart4f774512009-05-22 14:52:35 -04008436 return IOCB_ERROR;
8437 }
8438
8439 if (lpfc_sli4_iocb2wqe(phba, piocb, &wqe))
8440 return IOCB_ERROR;
8441
James Smart341af102010-01-26 23:07:37 -05008442 if ((piocb->iocb_flag & LPFC_IO_FCP) ||
8443 (piocb->iocb_flag & LPFC_USE_FCPWQIDX)) {
James Smartea714f32013-04-17 20:18:47 -04008444 if (unlikely(!phba->sli4_hba.fcp_wq))
8445 return IOCB_ERROR;
James Smart5ffc2662009-11-18 15:39:44 -05008446 if (lpfc_sli4_wq_put(phba->sli4_hba.fcp_wq[piocb->fcp_wqidx],
8447 &wqe))
James Smart4f774512009-05-22 14:52:35 -04008448 return IOCB_ERROR;
8449 } else {
James Smartea714f32013-04-17 20:18:47 -04008450 if (unlikely(!phba->sli4_hba.els_wq))
8451 return IOCB_ERROR;
James Smart4f774512009-05-22 14:52:35 -04008452 if (lpfc_sli4_wq_put(phba->sli4_hba.els_wq, &wqe))
8453 return IOCB_ERROR;
8454 }
8455 lpfc_sli_ringtxcmpl_put(phba, pring, piocb);
8456
8457 return 0;
8458}
8459
8460/**
James Smart3772a992009-05-22 14:50:54 -04008461 * __lpfc_sli_issue_iocb - Wrapper func of lockless version for issuing iocb
8462 *
8463 * This routine wraps the actual lockless version for issusing IOCB function
8464 * pointer from the lpfc_hba struct.
8465 *
8466 * Return codes:
8467 * IOCB_ERROR - Error
8468 * IOCB_SUCCESS - Success
8469 * IOCB_BUSY - Busy
8470 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04008471int
James Smart3772a992009-05-22 14:50:54 -04008472__lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number,
8473 struct lpfc_iocbq *piocb, uint32_t flag)
8474{
8475 return phba->__lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
8476}
8477
8478/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03008479 * lpfc_sli_api_table_setup - Set up sli api function jump table
James Smart3772a992009-05-22 14:50:54 -04008480 * @phba: The hba struct for which this call is being executed.
8481 * @dev_grp: The HBA PCI-Device group number.
8482 *
8483 * This routine sets up the SLI interface API function jump table in @phba
8484 * struct.
8485 * Returns: 0 - success, -ENODEV - failure.
8486 **/
8487int
8488lpfc_sli_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
8489{
8490
8491 switch (dev_grp) {
8492 case LPFC_PCI_DEV_LP:
8493 phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s3;
8494 phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s3;
8495 break;
James Smart4f774512009-05-22 14:52:35 -04008496 case LPFC_PCI_DEV_OC:
8497 phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s4;
8498 phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s4;
8499 break;
James Smart3772a992009-05-22 14:50:54 -04008500 default:
8501 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8502 "1419 Invalid HBA PCI-device group: 0x%x\n",
8503 dev_grp);
8504 return -ENODEV;
8505 break;
8506 }
8507 phba->lpfc_get_iocb_from_iocbq = lpfc_get_iocb_from_iocbq;
8508 return 0;
8509}
James Smart92d7f7b2007-06-17 19:56:38 -05008510
James Smarte59058c2008-08-24 21:49:00 -04008511/**
James Smart3621a712009-04-06 18:47:14 -04008512 * lpfc_sli_issue_iocb - Wrapper function for __lpfc_sli_issue_iocb
James Smarte59058c2008-08-24 21:49:00 -04008513 * @phba: Pointer to HBA context object.
8514 * @pring: Pointer to driver SLI ring object.
8515 * @piocb: Pointer to command iocb.
8516 * @flag: Flag indicating if this command can be put into txq.
8517 *
8518 * lpfc_sli_issue_iocb is a wrapper around __lpfc_sli_issue_iocb
8519 * function. This function gets the hbalock and calls
8520 * __lpfc_sli_issue_iocb function and will return the error returned
8521 * by __lpfc_sli_issue_iocb function. This wrapper is used by
8522 * functions which do not hold hbalock.
8523 **/
James Smart92d7f7b2007-06-17 19:56:38 -05008524int
James Smart3772a992009-05-22 14:50:54 -04008525lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number,
James Smart92d7f7b2007-06-17 19:56:38 -05008526 struct lpfc_iocbq *piocb, uint32_t flag)
8527{
James Smartba20c852012-08-03 12:36:52 -04008528 struct lpfc_fcp_eq_hdl *fcp_eq_hdl;
James Smart2a76a282012-08-03 12:35:54 -04008529 struct lpfc_sli_ring *pring;
James Smartba20c852012-08-03 12:36:52 -04008530 struct lpfc_queue *fpeq;
8531 struct lpfc_eqe *eqe;
James Smart92d7f7b2007-06-17 19:56:38 -05008532 unsigned long iflags;
James Smart2a76a282012-08-03 12:35:54 -04008533 int rc, idx;
James Smart92d7f7b2007-06-17 19:56:38 -05008534
James Smart7e56aa22012-08-03 12:35:34 -04008535 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smart2a76a282012-08-03 12:35:54 -04008536 if (piocb->iocb_flag & LPFC_IO_FCP) {
8537 if (unlikely(!phba->sli4_hba.fcp_wq))
8538 return IOCB_ERROR;
8539 idx = lpfc_sli4_scmd_to_wqidx_distr(phba);
8540 piocb->fcp_wqidx = idx;
8541 ring_number = MAX_SLI3_CONFIGURED_RINGS + idx;
James Smart92d7f7b2007-06-17 19:56:38 -05008542
James Smartba20c852012-08-03 12:36:52 -04008543 pring = &phba->sli.ring[ring_number];
8544 spin_lock_irqsave(&pring->ring_lock, iflags);
8545 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb,
8546 flag);
8547 spin_unlock_irqrestore(&pring->ring_lock, iflags);
8548
8549 if (lpfc_fcp_look_ahead) {
8550 fcp_eq_hdl = &phba->sli4_hba.fcp_eq_hdl[idx];
8551
8552 if (atomic_dec_and_test(&fcp_eq_hdl->
8553 fcp_eq_in_use)) {
8554
8555 /* Get associated EQ with this index */
8556 fpeq = phba->sli4_hba.hba_eq[idx];
8557
8558 /* Turn off interrupts from this EQ */
8559 lpfc_sli4_eq_clr_intr(fpeq);
8560
8561 /*
8562 * Process all the events on FCP EQ
8563 */
8564 while ((eqe = lpfc_sli4_eq_get(fpeq))) {
8565 lpfc_sli4_hba_handle_eqe(phba,
8566 eqe, idx);
8567 fpeq->EQ_processed++;
8568 }
8569
8570 /* Always clear and re-arm the EQ */
8571 lpfc_sli4_eq_release(fpeq,
8572 LPFC_QUEUE_REARM);
8573 }
8574 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
8575 }
8576 } else {
8577 pring = &phba->sli.ring[ring_number];
8578 spin_lock_irqsave(&pring->ring_lock, iflags);
8579 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb,
8580 flag);
8581 spin_unlock_irqrestore(&pring->ring_lock, iflags);
8582
James Smart2a76a282012-08-03 12:35:54 -04008583 }
James Smart7e56aa22012-08-03 12:35:34 -04008584 } else {
8585 /* For now, SLI2/3 will still use hbalock */
8586 spin_lock_irqsave(&phba->hbalock, iflags);
8587 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
8588 spin_unlock_irqrestore(&phba->hbalock, iflags);
8589 }
James Smart92d7f7b2007-06-17 19:56:38 -05008590 return rc;
8591}
8592
James Smarte59058c2008-08-24 21:49:00 -04008593/**
James Smart3621a712009-04-06 18:47:14 -04008594 * lpfc_extra_ring_setup - Extra ring setup function
James Smarte59058c2008-08-24 21:49:00 -04008595 * @phba: Pointer to HBA context object.
8596 *
8597 * This function is called while driver attaches with the
8598 * HBA to setup the extra ring. The extra ring is used
8599 * only when driver needs to support target mode functionality
8600 * or IP over FC functionalities.
8601 *
8602 * This function is called with no lock held.
8603 **/
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008604static int
8605lpfc_extra_ring_setup( struct lpfc_hba *phba)
8606{
8607 struct lpfc_sli *psli;
8608 struct lpfc_sli_ring *pring;
8609
8610 psli = &phba->sli;
8611
8612 /* Adjust cmd/rsp ring iocb entries more evenly */
James Smarta4bc3372006-12-02 13:34:16 -05008613
8614 /* Take some away from the FCP ring */
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008615 pring = &psli->ring[psli->fcp_ring];
James Smart7e56aa22012-08-03 12:35:34 -04008616 pring->sli.sli3.numCiocb -= SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8617 pring->sli.sli3.numRiocb -= SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8618 pring->sli.sli3.numCiocb -= SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8619 pring->sli.sli3.numRiocb -= SLI2_IOCB_RSP_R3XTRA_ENTRIES;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008620
James Smarta4bc3372006-12-02 13:34:16 -05008621 /* and give them to the extra ring */
8622 pring = &psli->ring[psli->extra_ring];
8623
James Smart7e56aa22012-08-03 12:35:34 -04008624 pring->sli.sli3.numCiocb += SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8625 pring->sli.sli3.numRiocb += SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8626 pring->sli.sli3.numCiocb += SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8627 pring->sli.sli3.numRiocb += SLI2_IOCB_RSP_R3XTRA_ENTRIES;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008628
8629 /* Setup default profile for this ring */
8630 pring->iotag_max = 4096;
8631 pring->num_mask = 1;
8632 pring->prt[0].profile = 0; /* Mask 0 */
James Smarta4bc3372006-12-02 13:34:16 -05008633 pring->prt[0].rctl = phba->cfg_multi_ring_rctl;
8634 pring->prt[0].type = phba->cfg_multi_ring_type;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008635 pring->prt[0].lpfc_sli_rcv_unsol_event = NULL;
8636 return 0;
8637}
8638
James Smartcb69f7d2011-12-13 13:21:57 -05008639/* lpfc_sli_abts_err_handler - handle a failed ABTS request from an SLI3 port.
8640 * @phba: Pointer to HBA context object.
8641 * @iocbq: Pointer to iocb object.
8642 *
8643 * The async_event handler calls this routine when it receives
8644 * an ASYNC_STATUS_CN event from the port. The port generates
8645 * this event when an Abort Sequence request to an rport fails
8646 * twice in succession. The abort could be originated by the
8647 * driver or by the port. The ABTS could have been for an ELS
8648 * or FCP IO. The port only generates this event when an ABTS
8649 * fails to complete after one retry.
8650 */
8651static void
8652lpfc_sli_abts_err_handler(struct lpfc_hba *phba,
8653 struct lpfc_iocbq *iocbq)
8654{
8655 struct lpfc_nodelist *ndlp = NULL;
8656 uint16_t rpi = 0, vpi = 0;
8657 struct lpfc_vport *vport = NULL;
8658
8659 /* The rpi in the ulpContext is vport-sensitive. */
8660 vpi = iocbq->iocb.un.asyncstat.sub_ctxt_tag;
8661 rpi = iocbq->iocb.ulpContext;
8662
8663 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
8664 "3092 Port generated ABTS async event "
8665 "on vpi %d rpi %d status 0x%x\n",
8666 vpi, rpi, iocbq->iocb.ulpStatus);
8667
8668 vport = lpfc_find_vport_by_vpid(phba, vpi);
8669 if (!vport)
8670 goto err_exit;
8671 ndlp = lpfc_findnode_rpi(vport, rpi);
8672 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
8673 goto err_exit;
8674
8675 if (iocbq->iocb.ulpStatus == IOSTAT_LOCAL_REJECT)
8676 lpfc_sli_abts_recover_port(vport, ndlp);
8677 return;
8678
8679 err_exit:
8680 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
8681 "3095 Event Context not found, no "
8682 "action on vpi %d rpi %d status 0x%x, reason 0x%x\n",
8683 iocbq->iocb.ulpContext, iocbq->iocb.ulpStatus,
8684 vpi, rpi);
8685}
8686
8687/* lpfc_sli4_abts_err_handler - handle a failed ABTS request from an SLI4 port.
8688 * @phba: pointer to HBA context object.
8689 * @ndlp: nodelist pointer for the impacted rport.
8690 * @axri: pointer to the wcqe containing the failed exchange.
8691 *
8692 * The driver calls this routine when it receives an ABORT_XRI_FCP CQE from the
8693 * port. The port generates this event when an abort exchange request to an
8694 * rport fails twice in succession with no reply. The abort could be originated
8695 * by the driver or by the port. The ABTS could have been for an ELS or FCP IO.
8696 */
8697void
8698lpfc_sli4_abts_err_handler(struct lpfc_hba *phba,
8699 struct lpfc_nodelist *ndlp,
8700 struct sli4_wcqe_xri_aborted *axri)
8701{
8702 struct lpfc_vport *vport;
James Smart5c1db2a2012-03-01 22:34:36 -05008703 uint32_t ext_status = 0;
James Smartcb69f7d2011-12-13 13:21:57 -05008704
James Smart6b5151f2012-01-18 16:24:06 -05008705 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
James Smartcb69f7d2011-12-13 13:21:57 -05008706 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
8707 "3115 Node Context not found, driver "
8708 "ignoring abts err event\n");
James Smart6b5151f2012-01-18 16:24:06 -05008709 return;
8710 }
8711
James Smartcb69f7d2011-12-13 13:21:57 -05008712 vport = ndlp->vport;
8713 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
8714 "3116 Port generated FCP XRI ABORT event on "
James Smart5c1db2a2012-03-01 22:34:36 -05008715 "vpi %d rpi %d xri x%x status 0x%x parameter x%x\n",
James Smartcb69f7d2011-12-13 13:21:57 -05008716 ndlp->vport->vpi, ndlp->nlp_rpi,
8717 bf_get(lpfc_wcqe_xa_xri, axri),
James Smart5c1db2a2012-03-01 22:34:36 -05008718 bf_get(lpfc_wcqe_xa_status, axri),
8719 axri->parameter);
James Smartcb69f7d2011-12-13 13:21:57 -05008720
James Smart5c1db2a2012-03-01 22:34:36 -05008721 /*
8722 * Catch the ABTS protocol failure case. Older OCe FW releases returned
8723 * LOCAL_REJECT and 0 for a failed ABTS exchange and later OCe and
8724 * LPe FW releases returned LOCAL_REJECT and SEQUENCE_TIMEOUT.
8725 */
James Smarte3d2b802012-08-14 14:25:43 -04008726 ext_status = axri->parameter & IOERR_PARAM_MASK;
James Smart5c1db2a2012-03-01 22:34:36 -05008727 if ((bf_get(lpfc_wcqe_xa_status, axri) == IOSTAT_LOCAL_REJECT) &&
8728 ((ext_status == IOERR_SEQUENCE_TIMEOUT) || (ext_status == 0)))
James Smartcb69f7d2011-12-13 13:21:57 -05008729 lpfc_sli_abts_recover_port(vport, ndlp);
8730}
8731
James Smarte59058c2008-08-24 21:49:00 -04008732/**
James Smart3621a712009-04-06 18:47:14 -04008733 * lpfc_sli_async_event_handler - ASYNC iocb handler function
James Smarte59058c2008-08-24 21:49:00 -04008734 * @phba: Pointer to HBA context object.
8735 * @pring: Pointer to driver SLI ring object.
8736 * @iocbq: Pointer to iocb object.
8737 *
8738 * This function is called by the slow ring event handler
8739 * function when there is an ASYNC event iocb in the ring.
8740 * This function is called with no lock held.
8741 * Currently this function handles only temperature related
8742 * ASYNC events. The function decodes the temperature sensor
8743 * event message and posts events for the management applications.
8744 **/
James Smart98c9ea52007-10-27 13:37:33 -04008745static void
James Smart57127f12007-10-27 13:37:05 -04008746lpfc_sli_async_event_handler(struct lpfc_hba * phba,
8747 struct lpfc_sli_ring * pring, struct lpfc_iocbq * iocbq)
8748{
8749 IOCB_t *icmd;
8750 uint16_t evt_code;
James Smart57127f12007-10-27 13:37:05 -04008751 struct temp_event temp_event_data;
8752 struct Scsi_Host *shost;
James Smarta257bf92009-04-06 18:48:10 -04008753 uint32_t *iocb_w;
James Smart57127f12007-10-27 13:37:05 -04008754
8755 icmd = &iocbq->iocb;
8756 evt_code = icmd->un.asyncstat.evt_code;
James Smart57127f12007-10-27 13:37:05 -04008757
James Smartcb69f7d2011-12-13 13:21:57 -05008758 switch (evt_code) {
8759 case ASYNC_TEMP_WARN:
8760 case ASYNC_TEMP_SAFE:
8761 temp_event_data.data = (uint32_t) icmd->ulpContext;
8762 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT;
8763 if (evt_code == ASYNC_TEMP_WARN) {
8764 temp_event_data.event_code = LPFC_THRESHOLD_TEMP;
8765 lpfc_printf_log(phba, KERN_ERR, LOG_TEMP,
8766 "0347 Adapter is very hot, please take "
8767 "corrective action. temperature : %d Celsius\n",
8768 (uint32_t) icmd->ulpContext);
8769 } else {
8770 temp_event_data.event_code = LPFC_NORMAL_TEMP;
8771 lpfc_printf_log(phba, KERN_ERR, LOG_TEMP,
8772 "0340 Adapter temperature is OK now. "
8773 "temperature : %d Celsius\n",
8774 (uint32_t) icmd->ulpContext);
8775 }
8776
8777 /* Send temperature change event to applications */
8778 shost = lpfc_shost_from_vport(phba->pport);
8779 fc_host_post_vendor_event(shost, fc_get_event_number(),
8780 sizeof(temp_event_data), (char *) &temp_event_data,
8781 LPFC_NL_VENDOR_ID);
8782 break;
8783 case ASYNC_STATUS_CN:
8784 lpfc_sli_abts_err_handler(phba, iocbq);
8785 break;
8786 default:
James Smarta257bf92009-04-06 18:48:10 -04008787 iocb_w = (uint32_t *) icmd;
James Smartcb69f7d2011-12-13 13:21:57 -05008788 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart76bb24e2007-10-27 13:38:00 -04008789 "0346 Ring %d handler: unexpected ASYNC_STATUS"
James Smarte4e74272009-07-19 10:01:38 -04008790 " evt_code 0x%x\n"
James Smarta257bf92009-04-06 18:48:10 -04008791 "W0 0x%08x W1 0x%08x W2 0x%08x W3 0x%08x\n"
8792 "W4 0x%08x W5 0x%08x W6 0x%08x W7 0x%08x\n"
8793 "W8 0x%08x W9 0x%08x W10 0x%08x W11 0x%08x\n"
8794 "W12 0x%08x W13 0x%08x W14 0x%08x W15 0x%08x\n",
James Smartcb69f7d2011-12-13 13:21:57 -05008795 pring->ringno, icmd->un.asyncstat.evt_code,
James Smarta257bf92009-04-06 18:48:10 -04008796 iocb_w[0], iocb_w[1], iocb_w[2], iocb_w[3],
8797 iocb_w[4], iocb_w[5], iocb_w[6], iocb_w[7],
8798 iocb_w[8], iocb_w[9], iocb_w[10], iocb_w[11],
8799 iocb_w[12], iocb_w[13], iocb_w[14], iocb_w[15]);
8800
James Smartcb69f7d2011-12-13 13:21:57 -05008801 break;
James Smart57127f12007-10-27 13:37:05 -04008802 }
James Smart57127f12007-10-27 13:37:05 -04008803}
8804
8805
James Smarte59058c2008-08-24 21:49:00 -04008806/**
James Smart3621a712009-04-06 18:47:14 -04008807 * lpfc_sli_setup - SLI ring setup function
James Smarte59058c2008-08-24 21:49:00 -04008808 * @phba: Pointer to HBA context object.
8809 *
8810 * lpfc_sli_setup sets up rings of the SLI interface with
8811 * number of iocbs per ring and iotags. This function is
8812 * called while driver attach to the HBA and before the
8813 * interrupts are enabled. So there is no need for locking.
8814 *
8815 * This function always returns 0.
8816 **/
dea31012005-04-17 16:05:31 -05008817int
8818lpfc_sli_setup(struct lpfc_hba *phba)
8819{
James Smarted957682007-06-17 19:56:37 -05008820 int i, totiocbsize = 0;
dea31012005-04-17 16:05:31 -05008821 struct lpfc_sli *psli = &phba->sli;
8822 struct lpfc_sli_ring *pring;
8823
James Smart2a76a282012-08-03 12:35:54 -04008824 psli->num_rings = MAX_SLI3_CONFIGURED_RINGS;
8825 if (phba->sli_rev == LPFC_SLI_REV4)
James Smart67d12732012-08-03 12:36:13 -04008826 psli->num_rings += phba->cfg_fcp_io_channel;
dea31012005-04-17 16:05:31 -05008827 psli->sli_flag = 0;
8828 psli->fcp_ring = LPFC_FCP_RING;
8829 psli->next_ring = LPFC_FCP_NEXT_RING;
James Smarta4bc3372006-12-02 13:34:16 -05008830 psli->extra_ring = LPFC_EXTRA_RING;
dea31012005-04-17 16:05:31 -05008831
James Bottomley604a3e32005-10-29 10:28:33 -05008832 psli->iocbq_lookup = NULL;
8833 psli->iocbq_lookup_len = 0;
8834 psli->last_iotag = 0;
8835
dea31012005-04-17 16:05:31 -05008836 for (i = 0; i < psli->num_rings; i++) {
8837 pring = &psli->ring[i];
8838 switch (i) {
8839 case LPFC_FCP_RING: /* ring 0 - FCP */
8840 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -04008841 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R0_ENTRIES;
8842 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R0_ENTRIES;
8843 pring->sli.sli3.numCiocb +=
8844 SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8845 pring->sli.sli3.numRiocb +=
8846 SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8847 pring->sli.sli3.numCiocb +=
8848 SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8849 pring->sli.sli3.numRiocb +=
8850 SLI2_IOCB_RSP_R3XTRA_ENTRIES;
8851 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008852 SLI3_IOCB_CMD_SIZE :
8853 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -04008854 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008855 SLI3_IOCB_RSP_SIZE :
8856 SLI2_IOCB_RSP_SIZE;
dea31012005-04-17 16:05:31 -05008857 pring->iotag_ctr = 0;
8858 pring->iotag_max =
James Smart92d7f7b2007-06-17 19:56:38 -05008859 (phba->cfg_hba_queue_depth * 2);
dea31012005-04-17 16:05:31 -05008860 pring->fast_iotag = pring->iotag_max;
8861 pring->num_mask = 0;
8862 break;
James Smarta4bc3372006-12-02 13:34:16 -05008863 case LPFC_EXTRA_RING: /* ring 1 - EXTRA */
dea31012005-04-17 16:05:31 -05008864 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -04008865 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R1_ENTRIES;
8866 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R1_ENTRIES;
8867 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008868 SLI3_IOCB_CMD_SIZE :
8869 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -04008870 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008871 SLI3_IOCB_RSP_SIZE :
8872 SLI2_IOCB_RSP_SIZE;
James Smart2e0fef82007-06-17 19:56:36 -05008873 pring->iotag_max = phba->cfg_hba_queue_depth;
dea31012005-04-17 16:05:31 -05008874 pring->num_mask = 0;
8875 break;
8876 case LPFC_ELS_RING: /* ring 2 - ELS / CT */
8877 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -04008878 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R2_ENTRIES;
8879 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R2_ENTRIES;
8880 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008881 SLI3_IOCB_CMD_SIZE :
8882 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -04008883 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008884 SLI3_IOCB_RSP_SIZE :
8885 SLI2_IOCB_RSP_SIZE;
dea31012005-04-17 16:05:31 -05008886 pring->fast_iotag = 0;
8887 pring->iotag_ctr = 0;
8888 pring->iotag_max = 4096;
James Smart57127f12007-10-27 13:37:05 -04008889 pring->lpfc_sli_rcv_async_status =
8890 lpfc_sli_async_event_handler;
James Smart6669f9b2009-10-02 15:16:45 -04008891 pring->num_mask = LPFC_MAX_RING_MASK;
dea31012005-04-17 16:05:31 -05008892 pring->prt[0].profile = 0; /* Mask 0 */
James Smart6a9c52c2009-10-02 15:16:51 -04008893 pring->prt[0].rctl = FC_RCTL_ELS_REQ;
8894 pring->prt[0].type = FC_TYPE_ELS;
dea31012005-04-17 16:05:31 -05008895 pring->prt[0].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008896 lpfc_els_unsol_event;
dea31012005-04-17 16:05:31 -05008897 pring->prt[1].profile = 0; /* Mask 1 */
James Smart6a9c52c2009-10-02 15:16:51 -04008898 pring->prt[1].rctl = FC_RCTL_ELS_REP;
8899 pring->prt[1].type = FC_TYPE_ELS;
dea31012005-04-17 16:05:31 -05008900 pring->prt[1].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008901 lpfc_els_unsol_event;
dea31012005-04-17 16:05:31 -05008902 pring->prt[2].profile = 0; /* Mask 2 */
8903 /* NameServer Inquiry */
James Smart6a9c52c2009-10-02 15:16:51 -04008904 pring->prt[2].rctl = FC_RCTL_DD_UNSOL_CTL;
dea31012005-04-17 16:05:31 -05008905 /* NameServer */
James Smart6a9c52c2009-10-02 15:16:51 -04008906 pring->prt[2].type = FC_TYPE_CT;
dea31012005-04-17 16:05:31 -05008907 pring->prt[2].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008908 lpfc_ct_unsol_event;
dea31012005-04-17 16:05:31 -05008909 pring->prt[3].profile = 0; /* Mask 3 */
8910 /* NameServer response */
James Smart6a9c52c2009-10-02 15:16:51 -04008911 pring->prt[3].rctl = FC_RCTL_DD_SOL_CTL;
dea31012005-04-17 16:05:31 -05008912 /* NameServer */
James Smart6a9c52c2009-10-02 15:16:51 -04008913 pring->prt[3].type = FC_TYPE_CT;
dea31012005-04-17 16:05:31 -05008914 pring->prt[3].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008915 lpfc_ct_unsol_event;
dea31012005-04-17 16:05:31 -05008916 break;
8917 }
James Smart7e56aa22012-08-03 12:35:34 -04008918 totiocbsize += (pring->sli.sli3.numCiocb *
8919 pring->sli.sli3.sizeCiocb) +
8920 (pring->sli.sli3.numRiocb * pring->sli.sli3.sizeRiocb);
dea31012005-04-17 16:05:31 -05008921 }
James Smarted957682007-06-17 19:56:37 -05008922 if (totiocbsize > MAX_SLIM_IOCB_SIZE) {
dea31012005-04-17 16:05:31 -05008923 /* Too many cmd / rsp ring entries in SLI2 SLIM */
James Smarte8b62012007-08-02 11:10:09 -04008924 printk(KERN_ERR "%d:0462 Too many cmd / rsp ring entries in "
8925 "SLI2 SLIM Data: x%x x%lx\n",
8926 phba->brd_no, totiocbsize,
8927 (unsigned long) MAX_SLIM_IOCB_SIZE);
dea31012005-04-17 16:05:31 -05008928 }
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008929 if (phba->cfg_multi_ring_support == 2)
8930 lpfc_extra_ring_setup(phba);
dea31012005-04-17 16:05:31 -05008931
8932 return 0;
8933}
8934
James Smarte59058c2008-08-24 21:49:00 -04008935/**
James Smart3621a712009-04-06 18:47:14 -04008936 * lpfc_sli_queue_setup - Queue initialization function
James Smarte59058c2008-08-24 21:49:00 -04008937 * @phba: Pointer to HBA context object.
8938 *
8939 * lpfc_sli_queue_setup sets up mailbox queues and iocb queues for each
8940 * ring. This function also initializes ring indices of each ring.
8941 * This function is called during the initialization of the SLI
8942 * interface of an HBA.
8943 * This function is called with no lock held and always returns
8944 * 1.
8945 **/
dea31012005-04-17 16:05:31 -05008946int
James Smart2e0fef82007-06-17 19:56:36 -05008947lpfc_sli_queue_setup(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05008948{
8949 struct lpfc_sli *psli;
8950 struct lpfc_sli_ring *pring;
James Bottomley604a3e32005-10-29 10:28:33 -05008951 int i;
dea31012005-04-17 16:05:31 -05008952
8953 psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05008954 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05008955 INIT_LIST_HEAD(&psli->mboxq);
James Smart92d7f7b2007-06-17 19:56:38 -05008956 INIT_LIST_HEAD(&psli->mboxq_cmpl);
dea31012005-04-17 16:05:31 -05008957 /* Initialize list headers for txq and txcmplq as double linked lists */
8958 for (i = 0; i < psli->num_rings; i++) {
8959 pring = &psli->ring[i];
8960 pring->ringno = i;
James Smart7e56aa22012-08-03 12:35:34 -04008961 pring->sli.sli3.next_cmdidx = 0;
8962 pring->sli.sli3.local_getidx = 0;
8963 pring->sli.sli3.cmdidx = 0;
dea31012005-04-17 16:05:31 -05008964 INIT_LIST_HEAD(&pring->txq);
8965 INIT_LIST_HEAD(&pring->txcmplq);
8966 INIT_LIST_HEAD(&pring->iocb_continueq);
James Smart9c2face2008-01-11 01:53:18 -05008967 INIT_LIST_HEAD(&pring->iocb_continue_saveq);
dea31012005-04-17 16:05:31 -05008968 INIT_LIST_HEAD(&pring->postbufq);
James Smart7e56aa22012-08-03 12:35:34 -04008969 spin_lock_init(&pring->ring_lock);
dea31012005-04-17 16:05:31 -05008970 }
James Smart2e0fef82007-06-17 19:56:36 -05008971 spin_unlock_irq(&phba->hbalock);
8972 return 1;
dea31012005-04-17 16:05:31 -05008973}
8974
James Smarte59058c2008-08-24 21:49:00 -04008975/**
James Smart04c68492009-05-22 14:52:52 -04008976 * lpfc_sli_mbox_sys_flush - Flush mailbox command sub-system
8977 * @phba: Pointer to HBA context object.
8978 *
8979 * This routine flushes the mailbox command subsystem. It will unconditionally
8980 * flush all the mailbox commands in the three possible stages in the mailbox
8981 * command sub-system: pending mailbox command queue; the outstanding mailbox
8982 * command; and completed mailbox command queue. It is caller's responsibility
8983 * to make sure that the driver is in the proper state to flush the mailbox
8984 * command sub-system. Namely, the posting of mailbox commands into the
8985 * pending mailbox command queue from the various clients must be stopped;
8986 * either the HBA is in a state that it will never works on the outstanding
8987 * mailbox command (such as in EEH or ERATT conditions) or the outstanding
8988 * mailbox command has been completed.
8989 **/
8990static void
8991lpfc_sli_mbox_sys_flush(struct lpfc_hba *phba)
8992{
8993 LIST_HEAD(completions);
8994 struct lpfc_sli *psli = &phba->sli;
8995 LPFC_MBOXQ_t *pmb;
8996 unsigned long iflag;
8997
8998 /* Flush all the mailbox commands in the mbox system */
8999 spin_lock_irqsave(&phba->hbalock, iflag);
9000 /* The pending mailbox command queue */
9001 list_splice_init(&phba->sli.mboxq, &completions);
9002 /* The outstanding active mailbox command */
9003 if (psli->mbox_active) {
9004 list_add_tail(&psli->mbox_active->list, &completions);
9005 psli->mbox_active = NULL;
9006 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
9007 }
9008 /* The completed mailbox command queue */
9009 list_splice_init(&phba->sli.mboxq_cmpl, &completions);
9010 spin_unlock_irqrestore(&phba->hbalock, iflag);
9011
9012 /* Return all flushed mailbox commands with MBX_NOT_FINISHED status */
9013 while (!list_empty(&completions)) {
9014 list_remove_head(&completions, pmb, LPFC_MBOXQ_t, list);
9015 pmb->u.mb.mbxStatus = MBX_NOT_FINISHED;
9016 if (pmb->mbox_cmpl)
9017 pmb->mbox_cmpl(phba, pmb);
9018 }
9019}
9020
9021/**
James Smart3621a712009-04-06 18:47:14 -04009022 * lpfc_sli_host_down - Vport cleanup function
James Smarte59058c2008-08-24 21:49:00 -04009023 * @vport: Pointer to virtual port object.
9024 *
9025 * lpfc_sli_host_down is called to clean up the resources
9026 * associated with a vport before destroying virtual
9027 * port data structures.
9028 * This function does following operations:
9029 * - Free discovery resources associated with this virtual
9030 * port.
9031 * - Free iocbs associated with this virtual port in
9032 * the txq.
9033 * - Send abort for all iocb commands associated with this
9034 * vport in txcmplq.
9035 *
9036 * This function is called with no lock held and always returns 1.
9037 **/
dea31012005-04-17 16:05:31 -05009038int
James Smart92d7f7b2007-06-17 19:56:38 -05009039lpfc_sli_host_down(struct lpfc_vport *vport)
9040{
James Smart858c9f62007-06-17 19:56:39 -05009041 LIST_HEAD(completions);
James Smart92d7f7b2007-06-17 19:56:38 -05009042 struct lpfc_hba *phba = vport->phba;
9043 struct lpfc_sli *psli = &phba->sli;
9044 struct lpfc_sli_ring *pring;
9045 struct lpfc_iocbq *iocb, *next_iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05009046 int i;
9047 unsigned long flags = 0;
9048 uint16_t prev_pring_flag;
9049
9050 lpfc_cleanup_discovery_resources(vport);
9051
9052 spin_lock_irqsave(&phba->hbalock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009053 for (i = 0; i < psli->num_rings; i++) {
9054 pring = &psli->ring[i];
9055 prev_pring_flag = pring->flag;
James Smart5e9d9b82008-06-14 22:52:53 -04009056 /* Only slow rings */
9057 if (pring->ringno == LPFC_ELS_RING) {
James Smart858c9f62007-06-17 19:56:39 -05009058 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -04009059 /* Set the lpfc data pending flag */
9060 set_bit(LPFC_DATA_READY, &phba->data_flags);
9061 }
James Smart92d7f7b2007-06-17 19:56:38 -05009062 /*
9063 * Error everything on the txq since these iocbs have not been
9064 * given to the FW yet.
9065 */
James Smart92d7f7b2007-06-17 19:56:38 -05009066 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
9067 if (iocb->vport != vport)
9068 continue;
James Smart858c9f62007-06-17 19:56:39 -05009069 list_move_tail(&iocb->list, &completions);
James Smart92d7f7b2007-06-17 19:56:38 -05009070 }
9071
9072 /* Next issue ABTS for everything on the txcmplq */
9073 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq,
9074 list) {
9075 if (iocb->vport != vport)
9076 continue;
9077 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
9078 }
9079
9080 pring->flag = prev_pring_flag;
9081 }
9082
9083 spin_unlock_irqrestore(&phba->hbalock, flags);
9084
James Smarta257bf92009-04-06 18:48:10 -04009085 /* Cancel all the IOCBs from the completions list */
9086 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
9087 IOERR_SLI_DOWN);
James Smart92d7f7b2007-06-17 19:56:38 -05009088 return 1;
9089}
9090
James Smarte59058c2008-08-24 21:49:00 -04009091/**
James Smart3621a712009-04-06 18:47:14 -04009092 * lpfc_sli_hba_down - Resource cleanup function for the HBA
James Smarte59058c2008-08-24 21:49:00 -04009093 * @phba: Pointer to HBA context object.
9094 *
9095 * This function cleans up all iocb, buffers, mailbox commands
9096 * while shutting down the HBA. This function is called with no
9097 * lock held and always returns 1.
9098 * This function does the following to cleanup driver resources:
9099 * - Free discovery resources for each virtual port
9100 * - Cleanup any pending fabric iocbs
9101 * - Iterate through the iocb txq and free each entry
9102 * in the list.
9103 * - Free up any buffer posted to the HBA
9104 * - Free mailbox commands in the mailbox queue.
9105 **/
James Smart92d7f7b2007-06-17 19:56:38 -05009106int
James Smart2e0fef82007-06-17 19:56:36 -05009107lpfc_sli_hba_down(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05009108{
James Smart2534ba72007-04-25 09:52:20 -04009109 LIST_HEAD(completions);
James Smart2e0fef82007-06-17 19:56:36 -05009110 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05009111 struct lpfc_sli_ring *pring;
James Smart0ff10d42008-01-11 01:52:36 -05009112 struct lpfc_dmabuf *buf_ptr;
dea31012005-04-17 16:05:31 -05009113 unsigned long flags = 0;
James Smart04c68492009-05-22 14:52:52 -04009114 int i;
9115
9116 /* Shutdown the mailbox command sub-system */
James Smart618a5232012-06-12 13:54:36 -04009117 lpfc_sli_mbox_sys_shutdown(phba, LPFC_MBX_WAIT);
dea31012005-04-17 16:05:31 -05009118
dea31012005-04-17 16:05:31 -05009119 lpfc_hba_down_prep(phba);
9120
James Smart92d7f7b2007-06-17 19:56:38 -05009121 lpfc_fabric_abort_hba(phba);
9122
James Smart2e0fef82007-06-17 19:56:36 -05009123 spin_lock_irqsave(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -05009124 for (i = 0; i < psli->num_rings; i++) {
9125 pring = &psli->ring[i];
James Smart5e9d9b82008-06-14 22:52:53 -04009126 /* Only slow rings */
9127 if (pring->ringno == LPFC_ELS_RING) {
James Smart858c9f62007-06-17 19:56:39 -05009128 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -04009129 /* Set the lpfc data pending flag */
9130 set_bit(LPFC_DATA_READY, &phba->data_flags);
9131 }
dea31012005-04-17 16:05:31 -05009132
9133 /*
9134 * Error everything on the txq since these iocbs have not been
9135 * given to the FW yet.
9136 */
James Smart2534ba72007-04-25 09:52:20 -04009137 list_splice_init(&pring->txq, &completions);
dea31012005-04-17 16:05:31 -05009138 }
James Smart2e0fef82007-06-17 19:56:36 -05009139 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -05009140
James Smarta257bf92009-04-06 18:48:10 -04009141 /* Cancel all the IOCBs from the completions list */
9142 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
9143 IOERR_SLI_DOWN);
James Smart2534ba72007-04-25 09:52:20 -04009144
James Smart0ff10d42008-01-11 01:52:36 -05009145 spin_lock_irqsave(&phba->hbalock, flags);
9146 list_splice_init(&phba->elsbuf, &completions);
9147 phba->elsbuf_cnt = 0;
9148 phba->elsbuf_prev_cnt = 0;
9149 spin_unlock_irqrestore(&phba->hbalock, flags);
9150
9151 while (!list_empty(&completions)) {
9152 list_remove_head(&completions, buf_ptr,
9153 struct lpfc_dmabuf, list);
9154 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
9155 kfree(buf_ptr);
9156 }
9157
dea31012005-04-17 16:05:31 -05009158 /* Return any active mbox cmds */
9159 del_timer_sync(&psli->mbox_tmo);
James Smart92d7f7b2007-06-17 19:56:38 -05009160
James Smartda0436e2009-05-22 14:51:39 -04009161 spin_lock_irqsave(&phba->pport->work_port_lock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009162 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
James Smartda0436e2009-05-22 14:51:39 -04009163 spin_unlock_irqrestore(&phba->pport->work_port_lock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009164
James Smartda0436e2009-05-22 14:51:39 -04009165 return 1;
9166}
James Smart92d7f7b2007-06-17 19:56:38 -05009167
James Smartda0436e2009-05-22 14:51:39 -04009168/**
James Smart3621a712009-04-06 18:47:14 -04009169 * lpfc_sli_pcimem_bcopy - SLI memory copy function
James Smarte59058c2008-08-24 21:49:00 -04009170 * @srcp: Source memory pointer.
9171 * @destp: Destination memory pointer.
9172 * @cnt: Number of words required to be copied.
9173 *
9174 * This function is used for copying data between driver memory
9175 * and the SLI memory. This function also changes the endianness
9176 * of each word if native endianness is different from SLI
9177 * endianness. This function can be called with or without
9178 * lock.
9179 **/
dea31012005-04-17 16:05:31 -05009180void
9181lpfc_sli_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt)
9182{
9183 uint32_t *src = srcp;
9184 uint32_t *dest = destp;
9185 uint32_t ldata;
9186 int i;
9187
9188 for (i = 0; i < (int)cnt; i += sizeof (uint32_t)) {
9189 ldata = *src;
9190 ldata = le32_to_cpu(ldata);
9191 *dest = ldata;
9192 src++;
9193 dest++;
9194 }
9195}
9196
James Smarte59058c2008-08-24 21:49:00 -04009197
9198/**
James Smarta0c87cb2009-07-19 10:01:10 -04009199 * lpfc_sli_bemem_bcopy - SLI memory copy function
9200 * @srcp: Source memory pointer.
9201 * @destp: Destination memory pointer.
9202 * @cnt: Number of words required to be copied.
9203 *
9204 * This function is used for copying data between a data structure
9205 * with big endian representation to local endianness.
9206 * This function can be called with or without lock.
9207 **/
9208void
9209lpfc_sli_bemem_bcopy(void *srcp, void *destp, uint32_t cnt)
9210{
9211 uint32_t *src = srcp;
9212 uint32_t *dest = destp;
9213 uint32_t ldata;
9214 int i;
9215
9216 for (i = 0; i < (int)cnt; i += sizeof(uint32_t)) {
9217 ldata = *src;
9218 ldata = be32_to_cpu(ldata);
9219 *dest = ldata;
9220 src++;
9221 dest++;
9222 }
9223}
9224
9225/**
James Smart3621a712009-04-06 18:47:14 -04009226 * lpfc_sli_ringpostbuf_put - Function to add a buffer to postbufq
James Smarte59058c2008-08-24 21:49:00 -04009227 * @phba: Pointer to HBA context object.
9228 * @pring: Pointer to driver SLI ring object.
9229 * @mp: Pointer to driver buffer object.
9230 *
9231 * This function is called with no lock held.
9232 * It always return zero after adding the buffer to the postbufq
9233 * buffer list.
9234 **/
dea31012005-04-17 16:05:31 -05009235int
James Smart2e0fef82007-06-17 19:56:36 -05009236lpfc_sli_ringpostbuf_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9237 struct lpfc_dmabuf *mp)
dea31012005-04-17 16:05:31 -05009238{
9239 /* Stick struct lpfc_dmabuf at end of postbufq so driver can look it up
9240 later */
James Smart2e0fef82007-06-17 19:56:36 -05009241 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009242 list_add_tail(&mp->list, &pring->postbufq);
dea31012005-04-17 16:05:31 -05009243 pring->postbufq_cnt++;
James Smart2e0fef82007-06-17 19:56:36 -05009244 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009245 return 0;
9246}
9247
James Smarte59058c2008-08-24 21:49:00 -04009248/**
James Smart3621a712009-04-06 18:47:14 -04009249 * lpfc_sli_get_buffer_tag - allocates a tag for a CMD_QUE_XRI64_CX buffer
James Smarte59058c2008-08-24 21:49:00 -04009250 * @phba: Pointer to HBA context object.
9251 *
9252 * When HBQ is enabled, buffers are searched based on tags. This function
9253 * allocates a tag for buffer posted using CMD_QUE_XRI64_CX iocb. The
9254 * tag is bit wise or-ed with QUE_BUFTAG_BIT to make sure that the tag
9255 * does not conflict with tags of buffer posted for unsolicited events.
9256 * The function returns the allocated tag. The function is called with
9257 * no locks held.
9258 **/
James Smart76bb24e2007-10-27 13:38:00 -04009259uint32_t
9260lpfc_sli_get_buffer_tag(struct lpfc_hba *phba)
9261{
9262 spin_lock_irq(&phba->hbalock);
9263 phba->buffer_tag_count++;
9264 /*
9265 * Always set the QUE_BUFTAG_BIT to distiguish between
9266 * a tag assigned by HBQ.
9267 */
9268 phba->buffer_tag_count |= QUE_BUFTAG_BIT;
9269 spin_unlock_irq(&phba->hbalock);
9270 return phba->buffer_tag_count;
9271}
9272
James Smarte59058c2008-08-24 21:49:00 -04009273/**
James Smart3621a712009-04-06 18:47:14 -04009274 * lpfc_sli_ring_taggedbuf_get - find HBQ buffer associated with given tag
James Smarte59058c2008-08-24 21:49:00 -04009275 * @phba: Pointer to HBA context object.
9276 * @pring: Pointer to driver SLI ring object.
9277 * @tag: Buffer tag.
9278 *
9279 * Buffers posted using CMD_QUE_XRI64_CX iocb are in pring->postbufq
9280 * list. After HBA DMA data to these buffers, CMD_IOCB_RET_XRI64_CX
9281 * iocb is posted to the response ring with the tag of the buffer.
9282 * This function searches the pring->postbufq list using the tag
9283 * to find buffer associated with CMD_IOCB_RET_XRI64_CX
9284 * iocb. If the buffer is found then lpfc_dmabuf object of the
9285 * buffer is returned to the caller else NULL is returned.
9286 * This function is called with no lock held.
9287 **/
James Smart76bb24e2007-10-27 13:38:00 -04009288struct lpfc_dmabuf *
9289lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9290 uint32_t tag)
9291{
9292 struct lpfc_dmabuf *mp, *next_mp;
9293 struct list_head *slp = &pring->postbufq;
9294
Lucas De Marchi25985ed2011-03-30 22:57:33 -03009295 /* Search postbufq, from the beginning, looking for a match on tag */
James Smart76bb24e2007-10-27 13:38:00 -04009296 spin_lock_irq(&phba->hbalock);
9297 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
9298 if (mp->buffer_tag == tag) {
9299 list_del_init(&mp->list);
9300 pring->postbufq_cnt--;
9301 spin_unlock_irq(&phba->hbalock);
9302 return mp;
9303 }
9304 }
9305
9306 spin_unlock_irq(&phba->hbalock);
9307 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartd7c255b2008-08-24 21:50:00 -04009308 "0402 Cannot find virtual addr for buffer tag on "
James Smart76bb24e2007-10-27 13:38:00 -04009309 "ring %d Data x%lx x%p x%p x%x\n",
9310 pring->ringno, (unsigned long) tag,
9311 slp->next, slp->prev, pring->postbufq_cnt);
9312
9313 return NULL;
9314}
dea31012005-04-17 16:05:31 -05009315
James Smarte59058c2008-08-24 21:49:00 -04009316/**
James Smart3621a712009-04-06 18:47:14 -04009317 * lpfc_sli_ringpostbuf_get - search buffers for unsolicited CT and ELS events
James Smarte59058c2008-08-24 21:49:00 -04009318 * @phba: Pointer to HBA context object.
9319 * @pring: Pointer to driver SLI ring object.
9320 * @phys: DMA address of the buffer.
9321 *
9322 * This function searches the buffer list using the dma_address
9323 * of unsolicited event to find the driver's lpfc_dmabuf object
9324 * corresponding to the dma_address. The function returns the
9325 * lpfc_dmabuf object if a buffer is found else it returns NULL.
9326 * This function is called by the ct and els unsolicited event
9327 * handlers to get the buffer associated with the unsolicited
9328 * event.
9329 *
9330 * This function is called with no lock held.
9331 **/
dea31012005-04-17 16:05:31 -05009332struct lpfc_dmabuf *
9333lpfc_sli_ringpostbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9334 dma_addr_t phys)
9335{
9336 struct lpfc_dmabuf *mp, *next_mp;
9337 struct list_head *slp = &pring->postbufq;
9338
Lucas De Marchi25985ed2011-03-30 22:57:33 -03009339 /* Search postbufq, from the beginning, looking for a match on phys */
James Smart2e0fef82007-06-17 19:56:36 -05009340 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009341 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
9342 if (mp->phys == phys) {
9343 list_del_init(&mp->list);
9344 pring->postbufq_cnt--;
James Smart2e0fef82007-06-17 19:56:36 -05009345 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009346 return mp;
9347 }
9348 }
9349
James Smart2e0fef82007-06-17 19:56:36 -05009350 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009351 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04009352 "0410 Cannot find virtual addr for mapped buf on "
dea31012005-04-17 16:05:31 -05009353 "ring %d Data x%llx x%p x%p x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04009354 pring->ringno, (unsigned long long)phys,
dea31012005-04-17 16:05:31 -05009355 slp->next, slp->prev, pring->postbufq_cnt);
9356 return NULL;
9357}
9358
James Smarte59058c2008-08-24 21:49:00 -04009359/**
James Smart3621a712009-04-06 18:47:14 -04009360 * lpfc_sli_abort_els_cmpl - Completion handler for the els abort iocbs
James Smarte59058c2008-08-24 21:49:00 -04009361 * @phba: Pointer to HBA context object.
9362 * @cmdiocb: Pointer to driver command iocb object.
9363 * @rspiocb: Pointer to driver response iocb object.
9364 *
9365 * This function is the completion handler for the abort iocbs for
9366 * ELS commands. This function is called from the ELS ring event
9367 * handler with no lock held. This function frees memory resources
9368 * associated with the abort iocb.
9369 **/
dea31012005-04-17 16:05:31 -05009370static void
James Smart2e0fef82007-06-17 19:56:36 -05009371lpfc_sli_abort_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9372 struct lpfc_iocbq *rspiocb)
dea31012005-04-17 16:05:31 -05009373{
James Smart2e0fef82007-06-17 19:56:36 -05009374 IOCB_t *irsp = &rspiocb->iocb;
James Smart2680eea2007-04-25 09:52:55 -04009375 uint16_t abort_iotag, abort_context;
James Smartff78d8f2011-12-13 13:21:35 -05009376 struct lpfc_iocbq *abort_iocb = NULL;
James Smart2680eea2007-04-25 09:52:55 -04009377
9378 if (irsp->ulpStatus) {
James Smartff78d8f2011-12-13 13:21:35 -05009379
9380 /*
9381 * Assume that the port already completed and returned, or
9382 * will return the iocb. Just Log the message.
9383 */
James Smart2680eea2007-04-25 09:52:55 -04009384 abort_context = cmdiocb->iocb.un.acxri.abortContextTag;
9385 abort_iotag = cmdiocb->iocb.un.acxri.abortIoTag;
9386
James Smart2e0fef82007-06-17 19:56:36 -05009387 spin_lock_irq(&phba->hbalock);
James Smart45ed1192009-10-02 15:17:02 -04009388 if (phba->sli_rev < LPFC_SLI_REV4) {
9389 if (abort_iotag != 0 &&
9390 abort_iotag <= phba->sli.last_iotag)
9391 abort_iocb =
9392 phba->sli.iocbq_lookup[abort_iotag];
9393 } else
9394 /* For sli4 the abort_tag is the XRI,
9395 * so the abort routine puts the iotag of the iocb
9396 * being aborted in the context field of the abort
9397 * IOCB.
9398 */
9399 abort_iocb = phba->sli.iocbq_lookup[abort_context];
James Smart2680eea2007-04-25 09:52:55 -04009400
James Smart2a9bf3d2010-06-07 15:24:45 -04009401 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS | LOG_SLI,
9402 "0327 Cannot abort els iocb %p "
9403 "with tag %x context %x, abort status %x, "
9404 "abort code %x\n",
9405 abort_iocb, abort_iotag, abort_context,
9406 irsp->ulpStatus, irsp->un.ulpWord[4]);
James Smart2680eea2007-04-25 09:52:55 -04009407
James Smartff78d8f2011-12-13 13:21:35 -05009408 spin_unlock_irq(&phba->hbalock);
James Smart2680eea2007-04-25 09:52:55 -04009409 }
James Bottomley604a3e32005-10-29 10:28:33 -05009410 lpfc_sli_release_iocbq(phba, cmdiocb);
dea31012005-04-17 16:05:31 -05009411 return;
9412}
9413
James Smarte59058c2008-08-24 21:49:00 -04009414/**
James Smart3621a712009-04-06 18:47:14 -04009415 * lpfc_ignore_els_cmpl - Completion handler for aborted ELS command
James Smarte59058c2008-08-24 21:49:00 -04009416 * @phba: Pointer to HBA context object.
9417 * @cmdiocb: Pointer to driver command iocb object.
9418 * @rspiocb: Pointer to driver response iocb object.
9419 *
9420 * The function is called from SLI ring event handler with no
9421 * lock held. This function is the completion handler for ELS commands
9422 * which are aborted. The function frees memory resources used for
9423 * the aborted ELS commands.
9424 **/
James Smart92d7f7b2007-06-17 19:56:38 -05009425static void
9426lpfc_ignore_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9427 struct lpfc_iocbq *rspiocb)
9428{
9429 IOCB_t *irsp = &rspiocb->iocb;
9430
9431 /* ELS cmd tag <ulpIoTag> completes */
9432 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smartd7c255b2008-08-24 21:50:00 -04009433 "0139 Ignoring ELS cmd tag x%x completion Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05009434 "x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04009435 irsp->ulpIoTag, irsp->ulpStatus,
James Smart92d7f7b2007-06-17 19:56:38 -05009436 irsp->un.ulpWord[4], irsp->ulpTimeout);
James Smart858c9f62007-06-17 19:56:39 -05009437 if (cmdiocb->iocb.ulpCommand == CMD_GEN_REQUEST64_CR)
9438 lpfc_ct_free_iocb(phba, cmdiocb);
9439 else
9440 lpfc_els_free_iocb(phba, cmdiocb);
James Smart92d7f7b2007-06-17 19:56:38 -05009441 return;
9442}
9443
James Smarte59058c2008-08-24 21:49:00 -04009444/**
James Smart5af5eee2010-10-22 11:06:38 -04009445 * lpfc_sli_abort_iotag_issue - Issue abort for a command iocb
James Smarte59058c2008-08-24 21:49:00 -04009446 * @phba: Pointer to HBA context object.
9447 * @pring: Pointer to driver SLI ring object.
9448 * @cmdiocb: Pointer to driver command iocb object.
9449 *
James Smart5af5eee2010-10-22 11:06:38 -04009450 * This function issues an abort iocb for the provided command iocb down to
9451 * the port. Other than the case the outstanding command iocb is an abort
9452 * request, this function issues abort out unconditionally. This function is
9453 * called with hbalock held. The function returns 0 when it fails due to
9454 * memory allocation failure or when the command iocb is an abort request.
James Smarte59058c2008-08-24 21:49:00 -04009455 **/
James Smart5af5eee2010-10-22 11:06:38 -04009456static int
9457lpfc_sli_abort_iotag_issue(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05009458 struct lpfc_iocbq *cmdiocb)
dea31012005-04-17 16:05:31 -05009459{
James Smart2e0fef82007-06-17 19:56:36 -05009460 struct lpfc_vport *vport = cmdiocb->vport;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009461 struct lpfc_iocbq *abtsiocbp;
dea31012005-04-17 16:05:31 -05009462 IOCB_t *icmd = NULL;
9463 IOCB_t *iabt = NULL;
James Smart5af5eee2010-10-22 11:06:38 -04009464 int retval;
James Smart7e56aa22012-08-03 12:35:34 -04009465 unsigned long iflags;
James Smart07951072007-04-25 09:51:38 -04009466
James Smart92d7f7b2007-06-17 19:56:38 -05009467 /*
9468 * There are certain command types we don't want to abort. And we
9469 * don't want to abort commands that are already in the process of
9470 * being aborted.
James Smart07951072007-04-25 09:51:38 -04009471 */
9472 icmd = &cmdiocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05009473 if (icmd->ulpCommand == CMD_ABORT_XRI_CN ||
James Smart92d7f7b2007-06-17 19:56:38 -05009474 icmd->ulpCommand == CMD_CLOSE_XRI_CN ||
9475 (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0)
James Smart07951072007-04-25 09:51:38 -04009476 return 0;
9477
dea31012005-04-17 16:05:31 -05009478 /* issue ABTS for this IOCB based on iotag */
James Smart92d7f7b2007-06-17 19:56:38 -05009479 abtsiocbp = __lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05009480 if (abtsiocbp == NULL)
9481 return 0;
dea31012005-04-17 16:05:31 -05009482
James Smart07951072007-04-25 09:51:38 -04009483 /* This signals the response to set the correct status
James Smart341af102010-01-26 23:07:37 -05009484 * before calling the completion handler
James Smart07951072007-04-25 09:51:38 -04009485 */
9486 cmdiocb->iocb_flag |= LPFC_DRIVER_ABORTED;
9487
dea31012005-04-17 16:05:31 -05009488 iabt = &abtsiocbp->iocb;
James Smart07951072007-04-25 09:51:38 -04009489 iabt->un.acxri.abortType = ABORT_TYPE_ABTS;
9490 iabt->un.acxri.abortContextTag = icmd->ulpContext;
James Smart45ed1192009-10-02 15:17:02 -04009491 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smartda0436e2009-05-22 14:51:39 -04009492 iabt->un.acxri.abortIoTag = cmdiocb->sli4_xritag;
James Smart45ed1192009-10-02 15:17:02 -04009493 iabt->un.acxri.abortContextTag = cmdiocb->iotag;
9494 }
James Smartda0436e2009-05-22 14:51:39 -04009495 else
9496 iabt->un.acxri.abortIoTag = icmd->ulpIoTag;
dea31012005-04-17 16:05:31 -05009497 iabt->ulpLe = 1;
James Smart07951072007-04-25 09:51:38 -04009498 iabt->ulpClass = icmd->ulpClass;
dea31012005-04-17 16:05:31 -05009499
James Smart5ffc2662009-11-18 15:39:44 -05009500 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
9501 abtsiocbp->fcp_wqidx = cmdiocb->fcp_wqidx;
James Smart341af102010-01-26 23:07:37 -05009502 if (cmdiocb->iocb_flag & LPFC_IO_FCP)
9503 abtsiocbp->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart5ffc2662009-11-18 15:39:44 -05009504
James Smart2e0fef82007-06-17 19:56:36 -05009505 if (phba->link_state >= LPFC_LINK_UP)
James Smart07951072007-04-25 09:51:38 -04009506 iabt->ulpCommand = CMD_ABORT_XRI_CN;
9507 else
9508 iabt->ulpCommand = CMD_CLOSE_XRI_CN;
9509
9510 abtsiocbp->iocb_cmpl = lpfc_sli_abort_els_cmpl;
James Smart5b8bd0c2007-04-25 09:52:49 -04009511
James Smarte8b62012007-08-02 11:10:09 -04009512 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
9513 "0339 Abort xri x%x, original iotag x%x, "
9514 "abort cmd iotag x%x\n",
James Smart2a9bf3d2010-06-07 15:24:45 -04009515 iabt->un.acxri.abortIoTag,
James Smarte8b62012007-08-02 11:10:09 -04009516 iabt->un.acxri.abortContextTag,
James Smart2a9bf3d2010-06-07 15:24:45 -04009517 abtsiocbp->iotag);
James Smart7e56aa22012-08-03 12:35:34 -04009518
9519 if (phba->sli_rev == LPFC_SLI_REV4) {
9520 /* Note: both hbalock and ring_lock need to be set here */
9521 spin_lock_irqsave(&pring->ring_lock, iflags);
9522 retval = __lpfc_sli_issue_iocb(phba, pring->ringno,
9523 abtsiocbp, 0);
9524 spin_unlock_irqrestore(&pring->ring_lock, iflags);
9525 } else {
9526 retval = __lpfc_sli_issue_iocb(phba, pring->ringno,
9527 abtsiocbp, 0);
9528 }
James Smart07951072007-04-25 09:51:38 -04009529
James Smartd7c255b2008-08-24 21:50:00 -04009530 if (retval)
9531 __lpfc_sli_release_iocbq(phba, abtsiocbp);
James Smart5af5eee2010-10-22 11:06:38 -04009532
9533 /*
9534 * Caller to this routine should check for IOCB_ERROR
9535 * and handle it properly. This routine no longer removes
9536 * iocb off txcmplq and call compl in case of IOCB_ERROR.
9537 */
9538 return retval;
9539}
9540
9541/**
9542 * lpfc_sli_issue_abort_iotag - Abort function for a command iocb
9543 * @phba: Pointer to HBA context object.
9544 * @pring: Pointer to driver SLI ring object.
9545 * @cmdiocb: Pointer to driver command iocb object.
9546 *
9547 * This function issues an abort iocb for the provided command iocb. In case
9548 * of unloading, the abort iocb will not be issued to commands on the ELS
9549 * ring. Instead, the callback function shall be changed to those commands
9550 * so that nothing happens when them finishes. This function is called with
9551 * hbalock held. The function returns 0 when the command iocb is an abort
9552 * request.
9553 **/
9554int
9555lpfc_sli_issue_abort_iotag(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9556 struct lpfc_iocbq *cmdiocb)
9557{
9558 struct lpfc_vport *vport = cmdiocb->vport;
9559 int retval = IOCB_ERROR;
9560 IOCB_t *icmd = NULL;
9561
9562 /*
9563 * There are certain command types we don't want to abort. And we
9564 * don't want to abort commands that are already in the process of
9565 * being aborted.
9566 */
9567 icmd = &cmdiocb->iocb;
9568 if (icmd->ulpCommand == CMD_ABORT_XRI_CN ||
9569 icmd->ulpCommand == CMD_CLOSE_XRI_CN ||
9570 (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0)
9571 return 0;
9572
9573 /*
9574 * If we're unloading, don't abort iocb on the ELS ring, but change
9575 * the callback so that nothing happens when it finishes.
9576 */
9577 if ((vport->load_flag & FC_UNLOADING) &&
9578 (pring->ringno == LPFC_ELS_RING)) {
9579 if (cmdiocb->iocb_flag & LPFC_IO_FABRIC)
9580 cmdiocb->fabric_iocb_cmpl = lpfc_ignore_els_cmpl;
9581 else
9582 cmdiocb->iocb_cmpl = lpfc_ignore_els_cmpl;
9583 goto abort_iotag_exit;
9584 }
9585
9586 /* Now, we try to issue the abort to the cmdiocb out */
9587 retval = lpfc_sli_abort_iotag_issue(phba, pring, cmdiocb);
9588
James Smart07951072007-04-25 09:51:38 -04009589abort_iotag_exit:
James Smart2e0fef82007-06-17 19:56:36 -05009590 /*
9591 * Caller to this routine should check for IOCB_ERROR
9592 * and handle it properly. This routine no longer removes
9593 * iocb off txcmplq and call compl in case of IOCB_ERROR.
James Smart07951072007-04-25 09:51:38 -04009594 */
James Smart2e0fef82007-06-17 19:56:36 -05009595 return retval;
dea31012005-04-17 16:05:31 -05009596}
9597
James Smarte59058c2008-08-24 21:49:00 -04009598/**
James Smart5af5eee2010-10-22 11:06:38 -04009599 * lpfc_sli_iocb_ring_abort - Unconditionally abort all iocbs on an iocb ring
9600 * @phba: Pointer to HBA context object.
9601 * @pring: Pointer to driver SLI ring object.
9602 *
9603 * This function aborts all iocbs in the given ring and frees all the iocb
9604 * objects in txq. This function issues abort iocbs unconditionally for all
9605 * the iocb commands in txcmplq. The iocbs in the txcmplq is not guaranteed
9606 * to complete before the return of this function. The caller is not required
9607 * to hold any locks.
9608 **/
9609static void
9610lpfc_sli_iocb_ring_abort(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
9611{
9612 LIST_HEAD(completions);
9613 struct lpfc_iocbq *iocb, *next_iocb;
9614
9615 if (pring->ringno == LPFC_ELS_RING)
9616 lpfc_fabric_abort_hba(phba);
9617
9618 spin_lock_irq(&phba->hbalock);
9619
9620 /* Take off all the iocbs on txq for cancelling */
9621 list_splice_init(&pring->txq, &completions);
9622 pring->txq_cnt = 0;
9623
9624 /* Next issue ABTS for everything on the txcmplq */
9625 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list)
9626 lpfc_sli_abort_iotag_issue(phba, pring, iocb);
9627
9628 spin_unlock_irq(&phba->hbalock);
9629
9630 /* Cancel all the IOCBs from the completions list */
9631 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
9632 IOERR_SLI_ABORTED);
9633}
9634
9635/**
9636 * lpfc_sli_hba_iocb_abort - Abort all iocbs to an hba.
9637 * @phba: pointer to lpfc HBA data structure.
9638 *
9639 * This routine will abort all pending and outstanding iocbs to an HBA.
9640 **/
9641void
9642lpfc_sli_hba_iocb_abort(struct lpfc_hba *phba)
9643{
9644 struct lpfc_sli *psli = &phba->sli;
9645 struct lpfc_sli_ring *pring;
9646 int i;
9647
9648 for (i = 0; i < psli->num_rings; i++) {
9649 pring = &psli->ring[i];
9650 lpfc_sli_iocb_ring_abort(phba, pring);
9651 }
9652}
9653
9654/**
James Smart3621a712009-04-06 18:47:14 -04009655 * lpfc_sli_validate_fcp_iocb - find commands associated with a vport or LUN
James Smarte59058c2008-08-24 21:49:00 -04009656 * @iocbq: Pointer to driver iocb object.
9657 * @vport: Pointer to driver virtual port object.
9658 * @tgt_id: SCSI ID of the target.
9659 * @lun_id: LUN ID of the scsi device.
9660 * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST
9661 *
James Smart3621a712009-04-06 18:47:14 -04009662 * This function acts as an iocb filter for functions which abort or count
James Smarte59058c2008-08-24 21:49:00 -04009663 * all FCP iocbs pending on a lun/SCSI target/SCSI host. It will return
9664 * 0 if the filtering criteria is met for the given iocb and will return
9665 * 1 if the filtering criteria is not met.
9666 * If ctx_cmd == LPFC_CTX_LUN, the function returns 0 only if the
9667 * given iocb is for the SCSI device specified by vport, tgt_id and
9668 * lun_id parameter.
9669 * If ctx_cmd == LPFC_CTX_TGT, the function returns 0 only if the
9670 * given iocb is for the SCSI target specified by vport and tgt_id
9671 * parameters.
9672 * If ctx_cmd == LPFC_CTX_HOST, the function returns 0 only if the
9673 * given iocb is for the SCSI host associated with the given vport.
9674 * This function is called with no locks held.
9675 **/
dea31012005-04-17 16:05:31 -05009676static int
James Smart51ef4c22007-08-02 11:10:31 -04009677lpfc_sli_validate_fcp_iocb(struct lpfc_iocbq *iocbq, struct lpfc_vport *vport,
9678 uint16_t tgt_id, uint64_t lun_id,
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009679 lpfc_ctx_cmd ctx_cmd)
dea31012005-04-17 16:05:31 -05009680{
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009681 struct lpfc_scsi_buf *lpfc_cmd;
dea31012005-04-17 16:05:31 -05009682 int rc = 1;
9683
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009684 if (!(iocbq->iocb_flag & LPFC_IO_FCP))
9685 return rc;
9686
James Smart51ef4c22007-08-02 11:10:31 -04009687 if (iocbq->vport != vport)
9688 return rc;
9689
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009690 lpfc_cmd = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq);
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009691
James Smart495a7142008-06-14 22:52:59 -04009692 if (lpfc_cmd->pCmd == NULL)
dea31012005-04-17 16:05:31 -05009693 return rc;
9694
9695 switch (ctx_cmd) {
9696 case LPFC_CTX_LUN:
James Smart495a7142008-06-14 22:52:59 -04009697 if ((lpfc_cmd->rdata->pnode) &&
9698 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id) &&
9699 (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id))
dea31012005-04-17 16:05:31 -05009700 rc = 0;
9701 break;
9702 case LPFC_CTX_TGT:
James Smart495a7142008-06-14 22:52:59 -04009703 if ((lpfc_cmd->rdata->pnode) &&
9704 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id))
dea31012005-04-17 16:05:31 -05009705 rc = 0;
9706 break;
dea31012005-04-17 16:05:31 -05009707 case LPFC_CTX_HOST:
9708 rc = 0;
9709 break;
9710 default:
9711 printk(KERN_ERR "%s: Unknown context cmd type, value %d\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07009712 __func__, ctx_cmd);
dea31012005-04-17 16:05:31 -05009713 break;
9714 }
9715
9716 return rc;
9717}
9718
James Smarte59058c2008-08-24 21:49:00 -04009719/**
James Smart3621a712009-04-06 18:47:14 -04009720 * lpfc_sli_sum_iocb - Function to count the number of FCP iocbs pending
James Smarte59058c2008-08-24 21:49:00 -04009721 * @vport: Pointer to virtual port.
9722 * @tgt_id: SCSI ID of the target.
9723 * @lun_id: LUN ID of the scsi device.
9724 * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
9725 *
9726 * This function returns number of FCP commands pending for the vport.
9727 * When ctx_cmd == LPFC_CTX_LUN, the function returns number of FCP
9728 * commands pending on the vport associated with SCSI device specified
9729 * by tgt_id and lun_id parameters.
9730 * When ctx_cmd == LPFC_CTX_TGT, the function returns number of FCP
9731 * commands pending on the vport associated with SCSI target specified
9732 * by tgt_id parameter.
9733 * When ctx_cmd == LPFC_CTX_HOST, the function returns number of FCP
9734 * commands pending on the vport.
9735 * This function returns the number of iocbs which satisfy the filter.
9736 * This function is called without any lock held.
9737 **/
dea31012005-04-17 16:05:31 -05009738int
James Smart51ef4c22007-08-02 11:10:31 -04009739lpfc_sli_sum_iocb(struct lpfc_vport *vport, uint16_t tgt_id, uint64_t lun_id,
9740 lpfc_ctx_cmd ctx_cmd)
dea31012005-04-17 16:05:31 -05009741{
James Smart51ef4c22007-08-02 11:10:31 -04009742 struct lpfc_hba *phba = vport->phba;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009743 struct lpfc_iocbq *iocbq;
9744 int sum, i;
dea31012005-04-17 16:05:31 -05009745
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009746 for (i = 1, sum = 0; i <= phba->sli.last_iotag; i++) {
9747 iocbq = phba->sli.iocbq_lookup[i];
dea31012005-04-17 16:05:31 -05009748
James Smart51ef4c22007-08-02 11:10:31 -04009749 if (lpfc_sli_validate_fcp_iocb (iocbq, vport, tgt_id, lun_id,
9750 ctx_cmd) == 0)
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009751 sum++;
dea31012005-04-17 16:05:31 -05009752 }
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009753
dea31012005-04-17 16:05:31 -05009754 return sum;
9755}
9756
James Smarte59058c2008-08-24 21:49:00 -04009757/**
James Smart3621a712009-04-06 18:47:14 -04009758 * lpfc_sli_abort_fcp_cmpl - Completion handler function for aborted FCP IOCBs
James Smarte59058c2008-08-24 21:49:00 -04009759 * @phba: Pointer to HBA context object
9760 * @cmdiocb: Pointer to command iocb object.
9761 * @rspiocb: Pointer to response iocb object.
9762 *
9763 * This function is called when an aborted FCP iocb completes. This
9764 * function is called by the ring event handler with no lock held.
9765 * This function frees the iocb.
9766 **/
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009767void
James Smart2e0fef82007-06-17 19:56:36 -05009768lpfc_sli_abort_fcp_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9769 struct lpfc_iocbq *rspiocb)
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009770{
James Smartcb69f7d2011-12-13 13:21:57 -05009771 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
9772 "3096 ABORT_XRI_CN completing on xri x%x "
9773 "original iotag x%x, abort cmd iotag x%x "
9774 "status 0x%x, reason 0x%x\n",
9775 cmdiocb->iocb.un.acxri.abortContextTag,
9776 cmdiocb->iocb.un.acxri.abortIoTag,
9777 cmdiocb->iotag, rspiocb->iocb.ulpStatus,
9778 rspiocb->iocb.un.ulpWord[4]);
James Bottomley604a3e32005-10-29 10:28:33 -05009779 lpfc_sli_release_iocbq(phba, cmdiocb);
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009780 return;
9781}
9782
James Smarte59058c2008-08-24 21:49:00 -04009783/**
James Smart3621a712009-04-06 18:47:14 -04009784 * lpfc_sli_abort_iocb - issue abort for all commands on a host/target/LUN
James Smarte59058c2008-08-24 21:49:00 -04009785 * @vport: Pointer to virtual port.
9786 * @pring: Pointer to driver SLI ring object.
9787 * @tgt_id: SCSI ID of the target.
9788 * @lun_id: LUN ID of the scsi device.
9789 * @abort_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
9790 *
9791 * This function sends an abort command for every SCSI command
9792 * associated with the given virtual port pending on the ring
9793 * filtered by lpfc_sli_validate_fcp_iocb function.
9794 * When abort_cmd == LPFC_CTX_LUN, the function sends abort only to the
9795 * FCP iocbs associated with lun specified by tgt_id and lun_id
9796 * parameters
9797 * When abort_cmd == LPFC_CTX_TGT, the function sends abort only to the
9798 * FCP iocbs associated with SCSI target specified by tgt_id parameter.
9799 * When abort_cmd == LPFC_CTX_HOST, the function sends abort to all
9800 * FCP iocbs associated with virtual port.
9801 * This function returns number of iocbs it failed to abort.
9802 * This function is called with no locks held.
9803 **/
dea31012005-04-17 16:05:31 -05009804int
James Smart51ef4c22007-08-02 11:10:31 -04009805lpfc_sli_abort_iocb(struct lpfc_vport *vport, struct lpfc_sli_ring *pring,
9806 uint16_t tgt_id, uint64_t lun_id, lpfc_ctx_cmd abort_cmd)
dea31012005-04-17 16:05:31 -05009807{
James Smart51ef4c22007-08-02 11:10:31 -04009808 struct lpfc_hba *phba = vport->phba;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009809 struct lpfc_iocbq *iocbq;
9810 struct lpfc_iocbq *abtsiocb;
dea31012005-04-17 16:05:31 -05009811 IOCB_t *cmd = NULL;
dea31012005-04-17 16:05:31 -05009812 int errcnt = 0, ret_val = 0;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009813 int i;
dea31012005-04-17 16:05:31 -05009814
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009815 for (i = 1; i <= phba->sli.last_iotag; i++) {
9816 iocbq = phba->sli.iocbq_lookup[i];
dea31012005-04-17 16:05:31 -05009817
James Smart51ef4c22007-08-02 11:10:31 -04009818 if (lpfc_sli_validate_fcp_iocb(iocbq, vport, tgt_id, lun_id,
James Smart2e0fef82007-06-17 19:56:36 -05009819 abort_cmd) != 0)
dea31012005-04-17 16:05:31 -05009820 continue;
9821
9822 /* issue ABTS for this IOCB based on iotag */
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009823 abtsiocb = lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05009824 if (abtsiocb == NULL) {
9825 errcnt++;
9826 continue;
9827 }
dea31012005-04-17 16:05:31 -05009828
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009829 cmd = &iocbq->iocb;
dea31012005-04-17 16:05:31 -05009830 abtsiocb->iocb.un.acxri.abortType = ABORT_TYPE_ABTS;
9831 abtsiocb->iocb.un.acxri.abortContextTag = cmd->ulpContext;
James Smartda0436e2009-05-22 14:51:39 -04009832 if (phba->sli_rev == LPFC_SLI_REV4)
9833 abtsiocb->iocb.un.acxri.abortIoTag = iocbq->sli4_xritag;
9834 else
9835 abtsiocb->iocb.un.acxri.abortIoTag = cmd->ulpIoTag;
dea31012005-04-17 16:05:31 -05009836 abtsiocb->iocb.ulpLe = 1;
9837 abtsiocb->iocb.ulpClass = cmd->ulpClass;
James Smart2e0fef82007-06-17 19:56:36 -05009838 abtsiocb->vport = phba->pport;
dea31012005-04-17 16:05:31 -05009839
James Smart5ffc2662009-11-18 15:39:44 -05009840 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
9841 abtsiocb->fcp_wqidx = iocbq->fcp_wqidx;
James Smart341af102010-01-26 23:07:37 -05009842 if (iocbq->iocb_flag & LPFC_IO_FCP)
9843 abtsiocb->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart5ffc2662009-11-18 15:39:44 -05009844
James Smart2e0fef82007-06-17 19:56:36 -05009845 if (lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05009846 abtsiocb->iocb.ulpCommand = CMD_ABORT_XRI_CN;
9847 else
9848 abtsiocb->iocb.ulpCommand = CMD_CLOSE_XRI_CN;
9849
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009850 /* Setup callback routine and issue the command. */
9851 abtsiocb->iocb_cmpl = lpfc_sli_abort_fcp_cmpl;
James Smartda0436e2009-05-22 14:51:39 -04009852 ret_val = lpfc_sli_issue_iocb(phba, pring->ringno,
9853 abtsiocb, 0);
dea31012005-04-17 16:05:31 -05009854 if (ret_val == IOCB_ERROR) {
James Bottomley604a3e32005-10-29 10:28:33 -05009855 lpfc_sli_release_iocbq(phba, abtsiocb);
dea31012005-04-17 16:05:31 -05009856 errcnt++;
9857 continue;
9858 }
9859 }
9860
9861 return errcnt;
9862}
9863
James Smarte59058c2008-08-24 21:49:00 -04009864/**
James Smart3621a712009-04-06 18:47:14 -04009865 * lpfc_sli_wake_iocb_wait - lpfc_sli_issue_iocb_wait's completion handler
James Smarte59058c2008-08-24 21:49:00 -04009866 * @phba: Pointer to HBA context object.
9867 * @cmdiocbq: Pointer to command iocb.
9868 * @rspiocbq: Pointer to response iocb.
9869 *
9870 * This function is the completion handler for iocbs issued using
9871 * lpfc_sli_issue_iocb_wait function. This function is called by the
9872 * ring event handler function without any lock held. This function
9873 * can be called from both worker thread context and interrupt
9874 * context. This function also can be called from other thread which
9875 * cleans up the SLI layer objects.
9876 * This function copy the contents of the response iocb to the
9877 * response iocb memory object provided by the caller of
9878 * lpfc_sli_issue_iocb_wait and then wakes up the thread which
9879 * sleeps for the iocb completion.
9880 **/
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009881static void
9882lpfc_sli_wake_iocb_wait(struct lpfc_hba *phba,
9883 struct lpfc_iocbq *cmdiocbq,
9884 struct lpfc_iocbq *rspiocbq)
dea31012005-04-17 16:05:31 -05009885{
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009886 wait_queue_head_t *pdone_q;
9887 unsigned long iflags;
James Smart0f65ff62010-02-26 14:14:23 -05009888 struct lpfc_scsi_buf *lpfc_cmd;
dea31012005-04-17 16:05:31 -05009889
James Smart2e0fef82007-06-17 19:56:36 -05009890 spin_lock_irqsave(&phba->hbalock, iflags);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009891 cmdiocbq->iocb_flag |= LPFC_IO_WAKE;
9892 if (cmdiocbq->context2 && rspiocbq)
9893 memcpy(&((struct lpfc_iocbq *)cmdiocbq->context2)->iocb,
9894 &rspiocbq->iocb, sizeof(IOCB_t));
9895
James Smart0f65ff62010-02-26 14:14:23 -05009896 /* Set the exchange busy flag for task management commands */
9897 if ((cmdiocbq->iocb_flag & LPFC_IO_FCP) &&
9898 !(cmdiocbq->iocb_flag & LPFC_IO_LIBDFC)) {
9899 lpfc_cmd = container_of(cmdiocbq, struct lpfc_scsi_buf,
9900 cur_iocbq);
9901 lpfc_cmd->exch_busy = rspiocbq->iocb_flag & LPFC_EXCHANGE_BUSY;
9902 }
9903
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009904 pdone_q = cmdiocbq->context_un.wait_queue;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009905 if (pdone_q)
9906 wake_up(pdone_q);
James Smart858c9f62007-06-17 19:56:39 -05009907 spin_unlock_irqrestore(&phba->hbalock, iflags);
dea31012005-04-17 16:05:31 -05009908 return;
9909}
9910
James Smarte59058c2008-08-24 21:49:00 -04009911/**
James Smartd11e31d2009-06-10 17:23:06 -04009912 * lpfc_chk_iocb_flg - Test IOCB flag with lock held.
9913 * @phba: Pointer to HBA context object..
9914 * @piocbq: Pointer to command iocb.
9915 * @flag: Flag to test.
9916 *
9917 * This routine grabs the hbalock and then test the iocb_flag to
9918 * see if the passed in flag is set.
9919 * Returns:
9920 * 1 if flag is set.
9921 * 0 if flag is not set.
9922 **/
9923static int
9924lpfc_chk_iocb_flg(struct lpfc_hba *phba,
9925 struct lpfc_iocbq *piocbq, uint32_t flag)
9926{
9927 unsigned long iflags;
9928 int ret;
9929
9930 spin_lock_irqsave(&phba->hbalock, iflags);
9931 ret = piocbq->iocb_flag & flag;
9932 spin_unlock_irqrestore(&phba->hbalock, iflags);
9933 return ret;
9934
9935}
9936
9937/**
James Smart3621a712009-04-06 18:47:14 -04009938 * lpfc_sli_issue_iocb_wait - Synchronous function to issue iocb commands
James Smarte59058c2008-08-24 21:49:00 -04009939 * @phba: Pointer to HBA context object..
9940 * @pring: Pointer to sli ring.
9941 * @piocb: Pointer to command iocb.
9942 * @prspiocbq: Pointer to response iocb.
9943 * @timeout: Timeout in number of seconds.
9944 *
9945 * This function issues the iocb to firmware and waits for the
9946 * iocb to complete. If the iocb command is not
9947 * completed within timeout seconds, it returns IOCB_TIMEDOUT.
9948 * Caller should not free the iocb resources if this function
9949 * returns IOCB_TIMEDOUT.
9950 * The function waits for the iocb completion using an
9951 * non-interruptible wait.
9952 * This function will sleep while waiting for iocb completion.
9953 * So, this function should not be called from any context which
9954 * does not allow sleeping. Due to the same reason, this function
9955 * cannot be called with interrupt disabled.
9956 * This function assumes that the iocb completions occur while
9957 * this function sleep. So, this function cannot be called from
9958 * the thread which process iocb completion for this ring.
9959 * This function clears the iocb_flag of the iocb object before
9960 * issuing the iocb and the iocb completion handler sets this
9961 * flag and wakes this thread when the iocb completes.
9962 * The contents of the response iocb will be copied to prspiocbq
9963 * by the completion handler when the command completes.
9964 * This function returns IOCB_SUCCESS when success.
9965 * This function is called with no lock held.
9966 **/
dea31012005-04-17 16:05:31 -05009967int
James Smart2e0fef82007-06-17 19:56:36 -05009968lpfc_sli_issue_iocb_wait(struct lpfc_hba *phba,
James Smartda0436e2009-05-22 14:51:39 -04009969 uint32_t ring_number,
James Smart2e0fef82007-06-17 19:56:36 -05009970 struct lpfc_iocbq *piocb,
9971 struct lpfc_iocbq *prspiocbq,
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009972 uint32_t timeout)
dea31012005-04-17 16:05:31 -05009973{
Peter Zijlstra7259f0d2006-10-29 22:46:36 -08009974 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009975 long timeleft, timeout_req = 0;
9976 int retval = IOCB_SUCCESS;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009977 uint32_t creg_val;
James Smart0e9bb8d2013-03-01 16:35:12 -05009978 struct lpfc_iocbq *iocb;
9979 int txq_cnt = 0;
9980 int txcmplq_cnt = 0;
James Smart2a9bf3d2010-06-07 15:24:45 -04009981 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
dea31012005-04-17 16:05:31 -05009982 /*
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009983 * If the caller has provided a response iocbq buffer, then context2
9984 * is NULL or its an error.
dea31012005-04-17 16:05:31 -05009985 */
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009986 if (prspiocbq) {
9987 if (piocb->context2)
9988 return IOCB_ERROR;
9989 piocb->context2 = prspiocbq;
dea31012005-04-17 16:05:31 -05009990 }
9991
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009992 piocb->iocb_cmpl = lpfc_sli_wake_iocb_wait;
9993 piocb->context_un.wait_queue = &done_q;
9994 piocb->iocb_flag &= ~LPFC_IO_WAKE;
dea31012005-04-17 16:05:31 -05009995
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009996 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
James Smart9940b972011-03-11 16:06:12 -05009997 if (lpfc_readl(phba->HCregaddr, &creg_val))
9998 return IOCB_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009999 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING);
10000 writel(creg_val, phba->HCregaddr);
10001 readl(phba->HCregaddr); /* flush */
10002 }
10003
James Smart2a9bf3d2010-06-07 15:24:45 -040010004 retval = lpfc_sli_issue_iocb(phba, ring_number, piocb,
10005 SLI_IOCB_RET_IOCB);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010006 if (retval == IOCB_SUCCESS) {
James Smart256ec0d2013-04-17 20:14:58 -040010007 timeout_req = msecs_to_jiffies(timeout * 1000);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010008 timeleft = wait_event_timeout(done_q,
James Smartd11e31d2009-06-10 17:23:06 -040010009 lpfc_chk_iocb_flg(phba, piocb, LPFC_IO_WAKE),
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010010 timeout_req);
dea31012005-04-17 16:05:31 -050010011
James Smart7054a602007-04-25 09:52:34 -040010012 if (piocb->iocb_flag & LPFC_IO_WAKE) {
10013 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010014 "0331 IOCB wake signaled\n");
James Smart7054a602007-04-25 09:52:34 -040010015 } else if (timeleft == 0) {
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010016 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010017 "0338 IOCB wait timeout error - no "
10018 "wake response Data x%x\n", timeout);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010019 retval = IOCB_TIMEDOUT;
James Smart7054a602007-04-25 09:52:34 -040010020 } else {
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010021 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010022 "0330 IOCB wake NOT set, "
10023 "Data x%x x%lx\n",
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010024 timeout, (timeleft / jiffies));
10025 retval = IOCB_TIMEDOUT;
dea31012005-04-17 16:05:31 -050010026 }
James Smart2a9bf3d2010-06-07 15:24:45 -040010027 } else if (retval == IOCB_BUSY) {
James Smart0e9bb8d2013-03-01 16:35:12 -050010028 if (phba->cfg_log_verbose & LOG_SLI) {
10029 list_for_each_entry(iocb, &pring->txq, list) {
10030 txq_cnt++;
10031 }
10032 list_for_each_entry(iocb, &pring->txcmplq, list) {
10033 txcmplq_cnt++;
10034 }
10035 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
10036 "2818 Max IOCBs %d txq cnt %d txcmplq cnt %d\n",
10037 phba->iocb_cnt, txq_cnt, txcmplq_cnt);
10038 }
James Smart2a9bf3d2010-06-07 15:24:45 -040010039 return retval;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010040 } else {
10041 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smartd7c255b2008-08-24 21:50:00 -040010042 "0332 IOCB wait issue failed, Data x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040010043 retval);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010044 retval = IOCB_ERROR;
dea31012005-04-17 16:05:31 -050010045 }
10046
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050010047 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
James Smart9940b972011-03-11 16:06:12 -050010048 if (lpfc_readl(phba->HCregaddr, &creg_val))
10049 return IOCB_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050010050 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING);
10051 writel(creg_val, phba->HCregaddr);
10052 readl(phba->HCregaddr); /* flush */
10053 }
10054
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010055 if (prspiocbq)
10056 piocb->context2 = NULL;
10057
10058 piocb->context_un.wait_queue = NULL;
10059 piocb->iocb_cmpl = NULL;
dea31012005-04-17 16:05:31 -050010060 return retval;
10061}
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040010062
James Smarte59058c2008-08-24 21:49:00 -040010063/**
James Smart3621a712009-04-06 18:47:14 -040010064 * lpfc_sli_issue_mbox_wait - Synchronous function to issue mailbox
James Smarte59058c2008-08-24 21:49:00 -040010065 * @phba: Pointer to HBA context object.
10066 * @pmboxq: Pointer to driver mailbox object.
10067 * @timeout: Timeout in number of seconds.
10068 *
10069 * This function issues the mailbox to firmware and waits for the
10070 * mailbox command to complete. If the mailbox command is not
10071 * completed within timeout seconds, it returns MBX_TIMEOUT.
10072 * The function waits for the mailbox completion using an
10073 * interruptible wait. If the thread is woken up due to a
10074 * signal, MBX_TIMEOUT error is returned to the caller. Caller
10075 * should not free the mailbox resources, if this function returns
10076 * MBX_TIMEOUT.
10077 * This function will sleep while waiting for mailbox completion.
10078 * So, this function should not be called from any context which
10079 * does not allow sleeping. Due to the same reason, this function
10080 * cannot be called with interrupt disabled.
10081 * This function assumes that the mailbox completion occurs while
10082 * this function sleep. So, this function cannot be called from
10083 * the worker thread which processes mailbox completion.
10084 * This function is called in the context of HBA management
10085 * applications.
10086 * This function returns MBX_SUCCESS when successful.
10087 * This function is called with no lock held.
10088 **/
dea31012005-04-17 16:05:31 -050010089int
James Smart2e0fef82007-06-17 19:56:36 -050010090lpfc_sli_issue_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq,
dea31012005-04-17 16:05:31 -050010091 uint32_t timeout)
10092{
Peter Zijlstra7259f0d2006-10-29 22:46:36 -080010093 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q);
dea31012005-04-17 16:05:31 -050010094 int retval;
James Smart858c9f62007-06-17 19:56:39 -050010095 unsigned long flag;
dea31012005-04-17 16:05:31 -050010096
10097 /* The caller must leave context1 empty. */
James Smart98c9ea52007-10-27 13:37:33 -040010098 if (pmboxq->context1)
James Smart2e0fef82007-06-17 19:56:36 -050010099 return MBX_NOT_FINISHED;
dea31012005-04-17 16:05:31 -050010100
James Smart495a7142008-06-14 22:52:59 -040010101 pmboxq->mbox_flag &= ~LPFC_MBX_WAKE;
dea31012005-04-17 16:05:31 -050010102 /* setup wake call as IOCB callback */
10103 pmboxq->mbox_cmpl = lpfc_sli_wake_mbox_wait;
10104 /* setup context field to pass wait_queue pointer to wake function */
10105 pmboxq->context1 = &done_q;
10106
dea31012005-04-17 16:05:31 -050010107 /* now issue the command */
10108 retval = lpfc_sli_issue_mbox(phba, pmboxq, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -050010109 if (retval == MBX_BUSY || retval == MBX_SUCCESS) {
James Smart7054a602007-04-25 09:52:34 -040010110 wait_event_interruptible_timeout(done_q,
10111 pmboxq->mbox_flag & LPFC_MBX_WAKE,
James Smart256ec0d2013-04-17 20:14:58 -040010112 msecs_to_jiffies(timeout * 1000));
James Smart7054a602007-04-25 09:52:34 -040010113
James Smart858c9f62007-06-17 19:56:39 -050010114 spin_lock_irqsave(&phba->hbalock, flag);
dea31012005-04-17 16:05:31 -050010115 pmboxq->context1 = NULL;
James Smart7054a602007-04-25 09:52:34 -040010116 /*
10117 * if LPFC_MBX_WAKE flag is set the mailbox is completed
10118 * else do not free the resources.
10119 */
James Smartd7c47992010-06-08 18:31:54 -040010120 if (pmboxq->mbox_flag & LPFC_MBX_WAKE) {
dea31012005-04-17 16:05:31 -050010121 retval = MBX_SUCCESS;
James Smartd7c47992010-06-08 18:31:54 -040010122 lpfc_sli4_swap_str(phba, pmboxq);
10123 } else {
James Smart7054a602007-04-25 09:52:34 -040010124 retval = MBX_TIMEOUT;
James Smart858c9f62007-06-17 19:56:39 -050010125 pmboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
10126 }
10127 spin_unlock_irqrestore(&phba->hbalock, flag);
dea31012005-04-17 16:05:31 -050010128 }
10129
dea31012005-04-17 16:05:31 -050010130 return retval;
10131}
10132
James Smarte59058c2008-08-24 21:49:00 -040010133/**
James Smart3772a992009-05-22 14:50:54 -040010134 * lpfc_sli_mbox_sys_shutdown - shutdown mailbox command sub-system
James Smarte59058c2008-08-24 21:49:00 -040010135 * @phba: Pointer to HBA context.
10136 *
James Smart3772a992009-05-22 14:50:54 -040010137 * This function is called to shutdown the driver's mailbox sub-system.
10138 * It first marks the mailbox sub-system is in a block state to prevent
10139 * the asynchronous mailbox command from issued off the pending mailbox
10140 * command queue. If the mailbox command sub-system shutdown is due to
10141 * HBA error conditions such as EEH or ERATT, this routine shall invoke
10142 * the mailbox sub-system flush routine to forcefully bring down the
10143 * mailbox sub-system. Otherwise, if it is due to normal condition (such
10144 * as with offline or HBA function reset), this routine will wait for the
10145 * outstanding mailbox command to complete before invoking the mailbox
10146 * sub-system flush routine to gracefully bring down mailbox sub-system.
James Smarte59058c2008-08-24 21:49:00 -040010147 **/
James Smart3772a992009-05-22 14:50:54 -040010148void
James Smart618a5232012-06-12 13:54:36 -040010149lpfc_sli_mbox_sys_shutdown(struct lpfc_hba *phba, int mbx_action)
James Smartb4c02652006-07-06 15:50:43 -040010150{
James Smart3772a992009-05-22 14:50:54 -040010151 struct lpfc_sli *psli = &phba->sli;
James Smart3772a992009-05-22 14:50:54 -040010152 unsigned long timeout;
10153
James Smart618a5232012-06-12 13:54:36 -040010154 if (mbx_action == LPFC_MBX_NO_WAIT) {
10155 /* delay 100ms for port state */
10156 msleep(100);
10157 lpfc_sli_mbox_sys_flush(phba);
10158 return;
10159 }
James Smarta183a152011-10-10 21:32:43 -040010160 timeout = msecs_to_jiffies(LPFC_MBOX_TMO * 1000) + jiffies;
James Smartd7069f02012-03-01 22:36:29 -050010161
James Smart3772a992009-05-22 14:50:54 -040010162 spin_lock_irq(&phba->hbalock);
10163 psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
James Smart3772a992009-05-22 14:50:54 -040010164
10165 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
James Smart3772a992009-05-22 14:50:54 -040010166 /* Determine how long we might wait for the active mailbox
10167 * command to be gracefully completed by firmware.
10168 */
James Smarta183a152011-10-10 21:32:43 -040010169 if (phba->sli.mbox_active)
10170 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
10171 phba->sli.mbox_active) *
10172 1000) + jiffies;
10173 spin_unlock_irq(&phba->hbalock);
10174
James Smart3772a992009-05-22 14:50:54 -040010175 while (phba->sli.mbox_active) {
10176 /* Check active mailbox complete status every 2ms */
10177 msleep(2);
10178 if (time_after(jiffies, timeout))
10179 /* Timeout, let the mailbox flush routine to
10180 * forcefully release active mailbox command
10181 */
10182 break;
10183 }
James Smartd7069f02012-03-01 22:36:29 -050010184 } else
10185 spin_unlock_irq(&phba->hbalock);
10186
James Smart3772a992009-05-22 14:50:54 -040010187 lpfc_sli_mbox_sys_flush(phba);
10188}
10189
10190/**
10191 * lpfc_sli_eratt_read - read sli-3 error attention events
10192 * @phba: Pointer to HBA context.
10193 *
10194 * This function is called to read the SLI3 device error attention registers
10195 * for possible error attention events. The caller must hold the hostlock
10196 * with spin_lock_irq().
10197 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010198 * This function returns 1 when there is Error Attention in the Host Attention
James Smart3772a992009-05-22 14:50:54 -040010199 * Register and returns 0 otherwise.
10200 **/
10201static int
10202lpfc_sli_eratt_read(struct lpfc_hba *phba)
10203{
James Smarted957682007-06-17 19:56:37 -050010204 uint32_t ha_copy;
James Smartb4c02652006-07-06 15:50:43 -040010205
James Smart3772a992009-05-22 14:50:54 -040010206 /* Read chip Host Attention (HA) register */
James Smart9940b972011-03-11 16:06:12 -050010207 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10208 goto unplug_err;
10209
James Smart3772a992009-05-22 14:50:54 -040010210 if (ha_copy & HA_ERATT) {
10211 /* Read host status register to retrieve error event */
James Smart9940b972011-03-11 16:06:12 -050010212 if (lpfc_sli_read_hs(phba))
10213 goto unplug_err;
James Smartb4c02652006-07-06 15:50:43 -040010214
James Smart3772a992009-05-22 14:50:54 -040010215 /* Check if there is a deferred error condition is active */
10216 if ((HS_FFER1 & phba->work_hs) &&
10217 ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 |
James Smartdcf2a4e2010-09-29 11:18:53 -040010218 HS_FFER6 | HS_FFER7 | HS_FFER8) & phba->work_hs)) {
James Smart3772a992009-05-22 14:50:54 -040010219 phba->hba_flag |= DEFER_ERATT;
James Smart3772a992009-05-22 14:50:54 -040010220 /* Clear all interrupt enable conditions */
10221 writel(0, phba->HCregaddr);
10222 readl(phba->HCregaddr);
10223 }
10224
10225 /* Set the driver HA work bitmap */
James Smart3772a992009-05-22 14:50:54 -040010226 phba->work_ha |= HA_ERATT;
10227 /* Indicate polling handles this ERATT */
10228 phba->hba_flag |= HBA_ERATT_HANDLED;
James Smart3772a992009-05-22 14:50:54 -040010229 return 1;
James Smartb4c02652006-07-06 15:50:43 -040010230 }
James Smart3772a992009-05-22 14:50:54 -040010231 return 0;
James Smart9940b972011-03-11 16:06:12 -050010232
10233unplug_err:
10234 /* Set the driver HS work bitmap */
10235 phba->work_hs |= UNPLUG_ERR;
10236 /* Set the driver HA work bitmap */
10237 phba->work_ha |= HA_ERATT;
10238 /* Indicate polling handles this ERATT */
10239 phba->hba_flag |= HBA_ERATT_HANDLED;
10240 return 1;
James Smartb4c02652006-07-06 15:50:43 -040010241}
10242
James Smarte59058c2008-08-24 21:49:00 -040010243/**
James Smartda0436e2009-05-22 14:51:39 -040010244 * lpfc_sli4_eratt_read - read sli-4 error attention events
10245 * @phba: Pointer to HBA context.
10246 *
10247 * This function is called to read the SLI4 device error attention registers
10248 * for possible error attention events. The caller must hold the hostlock
10249 * with spin_lock_irq().
10250 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010251 * This function returns 1 when there is Error Attention in the Host Attention
James Smartda0436e2009-05-22 14:51:39 -040010252 * Register and returns 0 otherwise.
10253 **/
10254static int
10255lpfc_sli4_eratt_read(struct lpfc_hba *phba)
10256{
10257 uint32_t uerr_sta_hi, uerr_sta_lo;
James Smart2fcee4b2010-12-15 17:57:46 -050010258 uint32_t if_type, portsmphr;
10259 struct lpfc_register portstat_reg;
James Smartda0436e2009-05-22 14:51:39 -040010260
James Smart2fcee4b2010-12-15 17:57:46 -050010261 /*
10262 * For now, use the SLI4 device internal unrecoverable error
James Smartda0436e2009-05-22 14:51:39 -040010263 * registers for error attention. This can be changed later.
10264 */
James Smart2fcee4b2010-12-15 17:57:46 -050010265 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
10266 switch (if_type) {
10267 case LPFC_SLI_INTF_IF_TYPE_0:
James Smart9940b972011-03-11 16:06:12 -050010268 if (lpfc_readl(phba->sli4_hba.u.if_type0.UERRLOregaddr,
10269 &uerr_sta_lo) ||
10270 lpfc_readl(phba->sli4_hba.u.if_type0.UERRHIregaddr,
10271 &uerr_sta_hi)) {
10272 phba->work_hs |= UNPLUG_ERR;
10273 phba->work_ha |= HA_ERATT;
10274 phba->hba_flag |= HBA_ERATT_HANDLED;
10275 return 1;
10276 }
James Smart2fcee4b2010-12-15 17:57:46 -050010277 if ((~phba->sli4_hba.ue_mask_lo & uerr_sta_lo) ||
10278 (~phba->sli4_hba.ue_mask_hi & uerr_sta_hi)) {
10279 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10280 "1423 HBA Unrecoverable error: "
10281 "uerr_lo_reg=0x%x, uerr_hi_reg=0x%x, "
10282 "ue_mask_lo_reg=0x%x, "
10283 "ue_mask_hi_reg=0x%x\n",
10284 uerr_sta_lo, uerr_sta_hi,
10285 phba->sli4_hba.ue_mask_lo,
10286 phba->sli4_hba.ue_mask_hi);
10287 phba->work_status[0] = uerr_sta_lo;
10288 phba->work_status[1] = uerr_sta_hi;
10289 phba->work_ha |= HA_ERATT;
10290 phba->hba_flag |= HBA_ERATT_HANDLED;
10291 return 1;
10292 }
10293 break;
10294 case LPFC_SLI_INTF_IF_TYPE_2:
James Smart9940b972011-03-11 16:06:12 -050010295 if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr,
10296 &portstat_reg.word0) ||
10297 lpfc_readl(phba->sli4_hba.PSMPHRregaddr,
10298 &portsmphr)){
10299 phba->work_hs |= UNPLUG_ERR;
10300 phba->work_ha |= HA_ERATT;
10301 phba->hba_flag |= HBA_ERATT_HANDLED;
10302 return 1;
10303 }
James Smart2fcee4b2010-12-15 17:57:46 -050010304 if (bf_get(lpfc_sliport_status_err, &portstat_reg)) {
10305 phba->work_status[0] =
10306 readl(phba->sli4_hba.u.if_type2.ERR1regaddr);
10307 phba->work_status[1] =
10308 readl(phba->sli4_hba.u.if_type2.ERR2regaddr);
10309 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2e90f4b2011-12-13 13:22:37 -050010310 "2885 Port Status Event: "
James Smart2fcee4b2010-12-15 17:57:46 -050010311 "port status reg 0x%x, "
10312 "port smphr reg 0x%x, "
10313 "error 1=0x%x, error 2=0x%x\n",
10314 portstat_reg.word0,
10315 portsmphr,
10316 phba->work_status[0],
10317 phba->work_status[1]);
10318 phba->work_ha |= HA_ERATT;
10319 phba->hba_flag |= HBA_ERATT_HANDLED;
10320 return 1;
10321 }
10322 break;
10323 case LPFC_SLI_INTF_IF_TYPE_1:
10324 default:
James Smarta747c9c2009-11-18 15:41:10 -050010325 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2fcee4b2010-12-15 17:57:46 -050010326 "2886 HBA Error Attention on unsupported "
10327 "if type %d.", if_type);
James Smarta747c9c2009-11-18 15:41:10 -050010328 return 1;
James Smartda0436e2009-05-22 14:51:39 -040010329 }
James Smart2fcee4b2010-12-15 17:57:46 -050010330
James Smartda0436e2009-05-22 14:51:39 -040010331 return 0;
10332}
10333
10334/**
James Smart3621a712009-04-06 18:47:14 -040010335 * lpfc_sli_check_eratt - check error attention events
James Smart93996272008-08-24 21:50:30 -040010336 * @phba: Pointer to HBA context.
10337 *
James Smart3772a992009-05-22 14:50:54 -040010338 * This function is called from timer soft interrupt context to check HBA's
James Smart93996272008-08-24 21:50:30 -040010339 * error attention register bit for error attention events.
10340 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010341 * This function returns 1 when there is Error Attention in the Host Attention
James Smart93996272008-08-24 21:50:30 -040010342 * Register and returns 0 otherwise.
10343 **/
10344int
10345lpfc_sli_check_eratt(struct lpfc_hba *phba)
10346{
10347 uint32_t ha_copy;
10348
10349 /* If somebody is waiting to handle an eratt, don't process it
10350 * here. The brdkill function will do this.
10351 */
10352 if (phba->link_flag & LS_IGNORE_ERATT)
10353 return 0;
10354
10355 /* Check if interrupt handler handles this ERATT */
10356 spin_lock_irq(&phba->hbalock);
10357 if (phba->hba_flag & HBA_ERATT_HANDLED) {
10358 /* Interrupt handler has handled ERATT */
10359 spin_unlock_irq(&phba->hbalock);
10360 return 0;
10361 }
10362
James Smarta257bf92009-04-06 18:48:10 -040010363 /*
10364 * If there is deferred error attention, do not check for error
10365 * attention
10366 */
10367 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
10368 spin_unlock_irq(&phba->hbalock);
10369 return 0;
10370 }
10371
James Smart3772a992009-05-22 14:50:54 -040010372 /* If PCI channel is offline, don't process it */
10373 if (unlikely(pci_channel_offline(phba->pcidev))) {
James Smart93996272008-08-24 21:50:30 -040010374 spin_unlock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -040010375 return 0;
10376 }
10377
10378 switch (phba->sli_rev) {
10379 case LPFC_SLI_REV2:
10380 case LPFC_SLI_REV3:
10381 /* Read chip Host Attention (HA) register */
10382 ha_copy = lpfc_sli_eratt_read(phba);
10383 break;
James Smartda0436e2009-05-22 14:51:39 -040010384 case LPFC_SLI_REV4:
James Smart2fcee4b2010-12-15 17:57:46 -050010385 /* Read device Uncoverable Error (UERR) registers */
James Smartda0436e2009-05-22 14:51:39 -040010386 ha_copy = lpfc_sli4_eratt_read(phba);
10387 break;
James Smart3772a992009-05-22 14:50:54 -040010388 default:
10389 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10390 "0299 Invalid SLI revision (%d)\n",
10391 phba->sli_rev);
10392 ha_copy = 0;
10393 break;
James Smart93996272008-08-24 21:50:30 -040010394 }
10395 spin_unlock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -040010396
10397 return ha_copy;
10398}
10399
10400/**
10401 * lpfc_intr_state_check - Check device state for interrupt handling
10402 * @phba: Pointer to HBA context.
10403 *
10404 * This inline routine checks whether a device or its PCI slot is in a state
10405 * that the interrupt should be handled.
10406 *
10407 * This function returns 0 if the device or the PCI slot is in a state that
10408 * interrupt should be handled, otherwise -EIO.
10409 */
10410static inline int
10411lpfc_intr_state_check(struct lpfc_hba *phba)
10412{
10413 /* If the pci channel is offline, ignore all the interrupts */
10414 if (unlikely(pci_channel_offline(phba->pcidev)))
10415 return -EIO;
10416
10417 /* Update device level interrupt statistics */
10418 phba->sli.slistat.sli_intr++;
10419
10420 /* Ignore all interrupts during initialization. */
10421 if (unlikely(phba->link_state < LPFC_LINK_DOWN))
10422 return -EIO;
10423
James Smart93996272008-08-24 21:50:30 -040010424 return 0;
10425}
10426
10427/**
James Smart3772a992009-05-22 14:50:54 -040010428 * lpfc_sli_sp_intr_handler - Slow-path interrupt handler to SLI-3 device
James Smarte59058c2008-08-24 21:49:00 -040010429 * @irq: Interrupt number.
10430 * @dev_id: The device context pointer.
10431 *
James Smart93996272008-08-24 21:50:30 -040010432 * This function is directly called from the PCI layer as an interrupt
James Smart3772a992009-05-22 14:50:54 -040010433 * service routine when device with SLI-3 interface spec is enabled with
10434 * MSI-X multi-message interrupt mode and there are slow-path events in
10435 * the HBA. However, when the device is enabled with either MSI or Pin-IRQ
10436 * interrupt mode, this function is called as part of the device-level
10437 * interrupt handler. When the PCI slot is in error recovery or the HBA
10438 * is undergoing initialization, the interrupt handler will not process
10439 * the interrupt. The link attention and ELS ring attention events are
10440 * handled by the worker thread. The interrupt handler signals the worker
10441 * thread and returns for these events. This function is called without
10442 * any lock held. It gets the hbalock to access and update SLI data
James Smart93996272008-08-24 21:50:30 -040010443 * structures.
10444 *
10445 * This function returns IRQ_HANDLED when interrupt is handled else it
10446 * returns IRQ_NONE.
James Smarte59058c2008-08-24 21:49:00 -040010447 **/
dea31012005-04-17 16:05:31 -050010448irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010449lpfc_sli_sp_intr_handler(int irq, void *dev_id)
dea31012005-04-17 16:05:31 -050010450{
James Smart2e0fef82007-06-17 19:56:36 -050010451 struct lpfc_hba *phba;
James Smarta747c9c2009-11-18 15:41:10 -050010452 uint32_t ha_copy, hc_copy;
dea31012005-04-17 16:05:31 -050010453 uint32_t work_ha_copy;
10454 unsigned long status;
James Smart5b75da22008-12-04 22:39:35 -050010455 unsigned long iflag;
dea31012005-04-17 16:05:31 -050010456 uint32_t control;
10457
James Smart92d7f7b2007-06-17 19:56:38 -050010458 MAILBOX_t *mbox, *pmbox;
James Smart858c9f62007-06-17 19:56:39 -050010459 struct lpfc_vport *vport;
10460 struct lpfc_nodelist *ndlp;
10461 struct lpfc_dmabuf *mp;
James Smart92d7f7b2007-06-17 19:56:38 -050010462 LPFC_MBOXQ_t *pmb;
10463 int rc;
10464
dea31012005-04-17 16:05:31 -050010465 /*
10466 * Get the driver's phba structure from the dev_id and
10467 * assume the HBA is not interrupting.
10468 */
James Smart93996272008-08-24 21:50:30 -040010469 phba = (struct lpfc_hba *)dev_id;
dea31012005-04-17 16:05:31 -050010470
10471 if (unlikely(!phba))
10472 return IRQ_NONE;
10473
dea31012005-04-17 16:05:31 -050010474 /*
James Smart93996272008-08-24 21:50:30 -040010475 * Stuff needs to be attented to when this function is invoked as an
10476 * individual interrupt handler in MSI-X multi-message interrupt mode
dea31012005-04-17 16:05:31 -050010477 */
James Smart93996272008-08-24 21:50:30 -040010478 if (phba->intr_type == MSIX) {
James Smart3772a992009-05-22 14:50:54 -040010479 /* Check device state for handling interrupt */
10480 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010481 return IRQ_NONE;
10482 /* Need to read HA REG for slow-path events */
James Smart5b75da22008-12-04 22:39:35 -050010483 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart9940b972011-03-11 16:06:12 -050010484 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10485 goto unplug_error;
James Smart93996272008-08-24 21:50:30 -040010486 /* If somebody is waiting to handle an eratt don't process it
10487 * here. The brdkill function will do this.
10488 */
10489 if (phba->link_flag & LS_IGNORE_ERATT)
10490 ha_copy &= ~HA_ERATT;
10491 /* Check the need for handling ERATT in interrupt handler */
10492 if (ha_copy & HA_ERATT) {
10493 if (phba->hba_flag & HBA_ERATT_HANDLED)
10494 /* ERATT polling has handled ERATT */
10495 ha_copy &= ~HA_ERATT;
10496 else
10497 /* Indicate interrupt handler handles ERATT */
10498 phba->hba_flag |= HBA_ERATT_HANDLED;
10499 }
James Smarta257bf92009-04-06 18:48:10 -040010500
10501 /*
10502 * If there is deferred error attention, do not check for any
10503 * interrupt.
10504 */
10505 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
James Smart3772a992009-05-22 14:50:54 -040010506 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010507 return IRQ_NONE;
10508 }
10509
James Smart93996272008-08-24 21:50:30 -040010510 /* Clear up only attention source related to slow-path */
James Smart9940b972011-03-11 16:06:12 -050010511 if (lpfc_readl(phba->HCregaddr, &hc_copy))
10512 goto unplug_error;
10513
James Smarta747c9c2009-11-18 15:41:10 -050010514 writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA |
10515 HC_LAINT_ENA | HC_ERINT_ENA),
10516 phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010517 writel((ha_copy & (HA_MBATT | HA_R2_CLR_MSK)),
10518 phba->HAregaddr);
James Smarta747c9c2009-11-18 15:41:10 -050010519 writel(hc_copy, phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010520 readl(phba->HAregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010521 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010522 } else
10523 ha_copy = phba->ha_copy;
dea31012005-04-17 16:05:31 -050010524
dea31012005-04-17 16:05:31 -050010525 work_ha_copy = ha_copy & phba->work_ha_mask;
10526
James Smart93996272008-08-24 21:50:30 -040010527 if (work_ha_copy) {
dea31012005-04-17 16:05:31 -050010528 if (work_ha_copy & HA_LATT) {
10529 if (phba->sli.sli_flag & LPFC_PROCESS_LA) {
10530 /*
10531 * Turn off Link Attention interrupts
10532 * until CLEAR_LA done
10533 */
James Smart5b75da22008-12-04 22:39:35 -050010534 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010535 phba->sli.sli_flag &= ~LPFC_PROCESS_LA;
James Smart9940b972011-03-11 16:06:12 -050010536 if (lpfc_readl(phba->HCregaddr, &control))
10537 goto unplug_error;
dea31012005-04-17 16:05:31 -050010538 control &= ~HC_LAINT_ENA;
10539 writel(control, phba->HCregaddr);
10540 readl(phba->HCregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010541 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010542 }
10543 else
10544 work_ha_copy &= ~HA_LATT;
10545 }
10546
James Smart93996272008-08-24 21:50:30 -040010547 if (work_ha_copy & ~(HA_ERATT | HA_MBATT | HA_LATT)) {
James Smart858c9f62007-06-17 19:56:39 -050010548 /*
10549 * Turn off Slow Rings interrupts, LPFC_ELS_RING is
10550 * the only slow ring.
10551 */
10552 status = (work_ha_copy &
10553 (HA_RXMASK << (4*LPFC_ELS_RING)));
10554 status >>= (4*LPFC_ELS_RING);
10555 if (status & HA_RXMASK) {
James Smart5b75da22008-12-04 22:39:35 -050010556 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart9940b972011-03-11 16:06:12 -050010557 if (lpfc_readl(phba->HCregaddr, &control))
10558 goto unplug_error;
James Smarta58cbd52007-08-02 11:09:43 -040010559
10560 lpfc_debugfs_slow_ring_trc(phba,
10561 "ISR slow ring: ctl:x%x stat:x%x isrcnt:x%x",
10562 control, status,
10563 (uint32_t)phba->sli.slistat.sli_intr);
10564
James Smart858c9f62007-06-17 19:56:39 -050010565 if (control & (HC_R0INT_ENA << LPFC_ELS_RING)) {
James Smarta58cbd52007-08-02 11:09:43 -040010566 lpfc_debugfs_slow_ring_trc(phba,
10567 "ISR Disable ring:"
10568 "pwork:x%x hawork:x%x wait:x%x",
10569 phba->work_ha, work_ha_copy,
10570 (uint32_t)((unsigned long)
James Smart5e9d9b82008-06-14 22:52:53 -040010571 &phba->work_waitq));
James Smarta58cbd52007-08-02 11:09:43 -040010572
James Smart858c9f62007-06-17 19:56:39 -050010573 control &=
10574 ~(HC_R0INT_ENA << LPFC_ELS_RING);
dea31012005-04-17 16:05:31 -050010575 writel(control, phba->HCregaddr);
10576 readl(phba->HCregaddr); /* flush */
dea31012005-04-17 16:05:31 -050010577 }
James Smarta58cbd52007-08-02 11:09:43 -040010578 else {
10579 lpfc_debugfs_slow_ring_trc(phba,
10580 "ISR slow ring: pwork:"
10581 "x%x hawork:x%x wait:x%x",
10582 phba->work_ha, work_ha_copy,
10583 (uint32_t)((unsigned long)
James Smart5e9d9b82008-06-14 22:52:53 -040010584 &phba->work_waitq));
James Smarta58cbd52007-08-02 11:09:43 -040010585 }
James Smart5b75da22008-12-04 22:39:35 -050010586 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010587 }
10588 }
James Smart5b75da22008-12-04 22:39:35 -050010589 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010590 if (work_ha_copy & HA_ERATT) {
James Smart9940b972011-03-11 16:06:12 -050010591 if (lpfc_sli_read_hs(phba))
10592 goto unplug_error;
James Smarta257bf92009-04-06 18:48:10 -040010593 /*
10594 * Check if there is a deferred error condition
10595 * is active
10596 */
10597 if ((HS_FFER1 & phba->work_hs) &&
10598 ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 |
James Smartdcf2a4e2010-09-29 11:18:53 -040010599 HS_FFER6 | HS_FFER7 | HS_FFER8) &
10600 phba->work_hs)) {
James Smarta257bf92009-04-06 18:48:10 -040010601 phba->hba_flag |= DEFER_ERATT;
10602 /* Clear all interrupt enable conditions */
10603 writel(0, phba->HCregaddr);
10604 readl(phba->HCregaddr);
10605 }
10606 }
10607
James Smart93996272008-08-24 21:50:30 -040010608 if ((work_ha_copy & HA_MBATT) && (phba->sli.mbox_active)) {
James Smart92d7f7b2007-06-17 19:56:38 -050010609 pmb = phba->sli.mbox_active;
James Smart04c68492009-05-22 14:52:52 -040010610 pmbox = &pmb->u.mb;
James Smart34b02dc2008-08-24 21:49:55 -040010611 mbox = phba->mbox;
James Smart858c9f62007-06-17 19:56:39 -050010612 vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -050010613
10614 /* First check out the status word */
10615 lpfc_sli_pcimem_bcopy(mbox, pmbox, sizeof(uint32_t));
10616 if (pmbox->mbxOwner != OWN_HOST) {
James Smart5b75da22008-12-04 22:39:35 -050010617 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart92d7f7b2007-06-17 19:56:38 -050010618 /*
10619 * Stray Mailbox Interrupt, mbxCommand <cmd>
10620 * mbxStatus <status>
10621 */
James Smart09372822008-01-11 01:52:54 -050010622 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
James Smart92d7f7b2007-06-17 19:56:38 -050010623 LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010624 "(%d):0304 Stray Mailbox "
James Smart92d7f7b2007-06-17 19:56:38 -050010625 "Interrupt mbxCommand x%x "
10626 "mbxStatus x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040010627 (vport ? vport->vpi : 0),
James Smart92d7f7b2007-06-17 19:56:38 -050010628 pmbox->mbxCommand,
10629 pmbox->mbxStatus);
James Smart09372822008-01-11 01:52:54 -050010630 /* clear mailbox attention bit */
10631 work_ha_copy &= ~HA_MBATT;
10632 } else {
James Smart97eab632008-04-07 10:16:05 -040010633 phba->sli.mbox_active = NULL;
James Smart5b75da22008-12-04 22:39:35 -050010634 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart09372822008-01-11 01:52:54 -050010635 phba->last_completion_time = jiffies;
10636 del_timer(&phba->sli.mbox_tmo);
James Smart09372822008-01-11 01:52:54 -050010637 if (pmb->mbox_cmpl) {
10638 lpfc_sli_pcimem_bcopy(mbox, pmbox,
10639 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -040010640 if (pmb->out_ext_byte_len &&
10641 pmb->context2)
10642 lpfc_sli_pcimem_bcopy(
10643 phba->mbox_ext,
10644 pmb->context2,
10645 pmb->out_ext_byte_len);
James Smart858c9f62007-06-17 19:56:39 -050010646 }
James Smart09372822008-01-11 01:52:54 -050010647 if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) {
10648 pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG;
10649
10650 lpfc_debugfs_disc_trc(vport,
10651 LPFC_DISC_TRC_MBOX_VPORT,
10652 "MBOX dflt rpi: : "
10653 "status:x%x rpi:x%x",
10654 (uint32_t)pmbox->mbxStatus,
10655 pmbox->un.varWords[0], 0);
10656
10657 if (!pmbox->mbxStatus) {
10658 mp = (struct lpfc_dmabuf *)
10659 (pmb->context1);
10660 ndlp = (struct lpfc_nodelist *)
10661 pmb->context2;
10662
10663 /* Reg_LOGIN of dflt RPI was
10664 * successful. new lets get
10665 * rid of the RPI using the
10666 * same mbox buffer.
10667 */
10668 lpfc_unreg_login(phba,
10669 vport->vpi,
10670 pmbox->un.varWords[0],
10671 pmb);
10672 pmb->mbox_cmpl =
10673 lpfc_mbx_cmpl_dflt_rpi;
10674 pmb->context1 = mp;
10675 pmb->context2 = ndlp;
10676 pmb->vport = vport;
James Smart58da1ff2008-04-07 10:15:56 -040010677 rc = lpfc_sli_issue_mbox(phba,
10678 pmb,
10679 MBX_NOWAIT);
10680 if (rc != MBX_BUSY)
10681 lpfc_printf_log(phba,
10682 KERN_ERR,
10683 LOG_MBOX | LOG_SLI,
James Smartd7c255b2008-08-24 21:50:00 -040010684 "0350 rc should have"
James Smart6a9c52c2009-10-02 15:16:51 -040010685 "been MBX_BUSY\n");
James Smart3772a992009-05-22 14:50:54 -040010686 if (rc != MBX_NOT_FINISHED)
10687 goto send_current_mbox;
James Smart09372822008-01-11 01:52:54 -050010688 }
10689 }
James Smart5b75da22008-12-04 22:39:35 -050010690 spin_lock_irqsave(
10691 &phba->pport->work_port_lock,
10692 iflag);
James Smart09372822008-01-11 01:52:54 -050010693 phba->pport->work_port_events &=
10694 ~WORKER_MBOX_TMO;
James Smart5b75da22008-12-04 22:39:35 -050010695 spin_unlock_irqrestore(
10696 &phba->pport->work_port_lock,
10697 iflag);
James Smart09372822008-01-11 01:52:54 -050010698 lpfc_mbox_cmpl_put(phba, pmb);
James Smart858c9f62007-06-17 19:56:39 -050010699 }
James Smart97eab632008-04-07 10:16:05 -040010700 } else
James Smart5b75da22008-12-04 22:39:35 -050010701 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010702
James Smart92d7f7b2007-06-17 19:56:38 -050010703 if ((work_ha_copy & HA_MBATT) &&
10704 (phba->sli.mbox_active == NULL)) {
James Smart858c9f62007-06-17 19:56:39 -050010705send_current_mbox:
James Smart92d7f7b2007-06-17 19:56:38 -050010706 /* Process next mailbox command if there is one */
James Smart58da1ff2008-04-07 10:15:56 -040010707 do {
10708 rc = lpfc_sli_issue_mbox(phba, NULL,
10709 MBX_NOWAIT);
10710 } while (rc == MBX_NOT_FINISHED);
10711 if (rc != MBX_SUCCESS)
10712 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
10713 LOG_SLI, "0349 rc should be "
James Smart6a9c52c2009-10-02 15:16:51 -040010714 "MBX_SUCCESS\n");
James Smart92d7f7b2007-06-17 19:56:38 -050010715 }
10716
James Smart5b75da22008-12-04 22:39:35 -050010717 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010718 phba->work_ha |= work_ha_copy;
James Smart5b75da22008-12-04 22:39:35 -050010719 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart5e9d9b82008-06-14 22:52:53 -040010720 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -050010721 }
James Smart93996272008-08-24 21:50:30 -040010722 return IRQ_HANDLED;
James Smart9940b972011-03-11 16:06:12 -050010723unplug_error:
10724 spin_unlock_irqrestore(&phba->hbalock, iflag);
10725 return IRQ_HANDLED;
dea31012005-04-17 16:05:31 -050010726
James Smart3772a992009-05-22 14:50:54 -040010727} /* lpfc_sli_sp_intr_handler */
James Smart93996272008-08-24 21:50:30 -040010728
10729/**
James Smart3772a992009-05-22 14:50:54 -040010730 * lpfc_sli_fp_intr_handler - Fast-path interrupt handler to SLI-3 device.
James Smart93996272008-08-24 21:50:30 -040010731 * @irq: Interrupt number.
10732 * @dev_id: The device context pointer.
10733 *
10734 * This function is directly called from the PCI layer as an interrupt
James Smart3772a992009-05-22 14:50:54 -040010735 * service routine when device with SLI-3 interface spec is enabled with
10736 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
10737 * ring event in the HBA. However, when the device is enabled with either
10738 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
10739 * device-level interrupt handler. When the PCI slot is in error recovery
10740 * or the HBA is undergoing initialization, the interrupt handler will not
10741 * process the interrupt. The SCSI FCP fast-path ring event are handled in
10742 * the intrrupt context. This function is called without any lock held.
10743 * It gets the hbalock to access and update SLI data structures.
James Smart93996272008-08-24 21:50:30 -040010744 *
10745 * This function returns IRQ_HANDLED when interrupt is handled else it
10746 * returns IRQ_NONE.
10747 **/
10748irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010749lpfc_sli_fp_intr_handler(int irq, void *dev_id)
James Smart93996272008-08-24 21:50:30 -040010750{
10751 struct lpfc_hba *phba;
10752 uint32_t ha_copy;
10753 unsigned long status;
James Smart5b75da22008-12-04 22:39:35 -050010754 unsigned long iflag;
James Smart93996272008-08-24 21:50:30 -040010755
10756 /* Get the driver's phba structure from the dev_id and
10757 * assume the HBA is not interrupting.
10758 */
10759 phba = (struct lpfc_hba *) dev_id;
10760
10761 if (unlikely(!phba))
10762 return IRQ_NONE;
dea31012005-04-17 16:05:31 -050010763
10764 /*
James Smart93996272008-08-24 21:50:30 -040010765 * Stuff needs to be attented to when this function is invoked as an
10766 * individual interrupt handler in MSI-X multi-message interrupt mode
dea31012005-04-17 16:05:31 -050010767 */
James Smart93996272008-08-24 21:50:30 -040010768 if (phba->intr_type == MSIX) {
James Smart3772a992009-05-22 14:50:54 -040010769 /* Check device state for handling interrupt */
10770 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010771 return IRQ_NONE;
10772 /* Need to read HA REG for FCP ring and other ring events */
James Smart9940b972011-03-11 16:06:12 -050010773 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10774 return IRQ_HANDLED;
James Smart93996272008-08-24 21:50:30 -040010775 /* Clear up only attention source related to fast-path */
James Smart5b75da22008-12-04 22:39:35 -050010776 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010777 /*
10778 * If there is deferred error attention, do not check for
10779 * any interrupt.
10780 */
10781 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
James Smart3772a992009-05-22 14:50:54 -040010782 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010783 return IRQ_NONE;
10784 }
James Smart93996272008-08-24 21:50:30 -040010785 writel((ha_copy & (HA_R0_CLR_MSK | HA_R1_CLR_MSK)),
10786 phba->HAregaddr);
10787 readl(phba->HAregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010788 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010789 } else
10790 ha_copy = phba->ha_copy;
10791
10792 /*
10793 * Process all events on FCP ring. Take the optimized path for FCP IO.
10794 */
10795 ha_copy &= ~(phba->work_ha_mask);
10796
10797 status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
dea31012005-04-17 16:05:31 -050010798 status >>= (4*LPFC_FCP_RING);
James Smart858c9f62007-06-17 19:56:39 -050010799 if (status & HA_RXMASK)
dea31012005-04-17 16:05:31 -050010800 lpfc_sli_handle_fast_ring_event(phba,
10801 &phba->sli.ring[LPFC_FCP_RING],
10802 status);
James Smarta4bc3372006-12-02 13:34:16 -050010803
10804 if (phba->cfg_multi_ring_support == 2) {
10805 /*
James Smart93996272008-08-24 21:50:30 -040010806 * Process all events on extra ring. Take the optimized path
10807 * for extra ring IO.
James Smarta4bc3372006-12-02 13:34:16 -050010808 */
James Smart93996272008-08-24 21:50:30 -040010809 status = (ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING)));
James Smarta4bc3372006-12-02 13:34:16 -050010810 status >>= (4*LPFC_EXTRA_RING);
James Smart858c9f62007-06-17 19:56:39 -050010811 if (status & HA_RXMASK) {
James Smarta4bc3372006-12-02 13:34:16 -050010812 lpfc_sli_handle_fast_ring_event(phba,
10813 &phba->sli.ring[LPFC_EXTRA_RING],
10814 status);
10815 }
10816 }
dea31012005-04-17 16:05:31 -050010817 return IRQ_HANDLED;
James Smart3772a992009-05-22 14:50:54 -040010818} /* lpfc_sli_fp_intr_handler */
dea31012005-04-17 16:05:31 -050010819
James Smart93996272008-08-24 21:50:30 -040010820/**
James Smart3772a992009-05-22 14:50:54 -040010821 * lpfc_sli_intr_handler - Device-level interrupt handler to SLI-3 device
James Smart93996272008-08-24 21:50:30 -040010822 * @irq: Interrupt number.
10823 * @dev_id: The device context pointer.
10824 *
James Smart3772a992009-05-22 14:50:54 -040010825 * This function is the HBA device-level interrupt handler to device with
10826 * SLI-3 interface spec, called from the PCI layer when either MSI or
10827 * Pin-IRQ interrupt mode is enabled and there is an event in the HBA which
10828 * requires driver attention. This function invokes the slow-path interrupt
10829 * attention handling function and fast-path interrupt attention handling
10830 * function in turn to process the relevant HBA attention events. This
10831 * function is called without any lock held. It gets the hbalock to access
10832 * and update SLI data structures.
James Smart93996272008-08-24 21:50:30 -040010833 *
10834 * This function returns IRQ_HANDLED when interrupt is handled, else it
10835 * returns IRQ_NONE.
10836 **/
10837irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010838lpfc_sli_intr_handler(int irq, void *dev_id)
James Smart93996272008-08-24 21:50:30 -040010839{
10840 struct lpfc_hba *phba;
10841 irqreturn_t sp_irq_rc, fp_irq_rc;
10842 unsigned long status1, status2;
James Smarta747c9c2009-11-18 15:41:10 -050010843 uint32_t hc_copy;
James Smart93996272008-08-24 21:50:30 -040010844
10845 /*
10846 * Get the driver's phba structure from the dev_id and
10847 * assume the HBA is not interrupting.
10848 */
10849 phba = (struct lpfc_hba *) dev_id;
10850
10851 if (unlikely(!phba))
10852 return IRQ_NONE;
10853
James Smart3772a992009-05-22 14:50:54 -040010854 /* Check device state for handling interrupt */
10855 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010856 return IRQ_NONE;
10857
10858 spin_lock(&phba->hbalock);
James Smart9940b972011-03-11 16:06:12 -050010859 if (lpfc_readl(phba->HAregaddr, &phba->ha_copy)) {
10860 spin_unlock(&phba->hbalock);
10861 return IRQ_HANDLED;
10862 }
10863
James Smart93996272008-08-24 21:50:30 -040010864 if (unlikely(!phba->ha_copy)) {
10865 spin_unlock(&phba->hbalock);
10866 return IRQ_NONE;
10867 } else if (phba->ha_copy & HA_ERATT) {
10868 if (phba->hba_flag & HBA_ERATT_HANDLED)
10869 /* ERATT polling has handled ERATT */
10870 phba->ha_copy &= ~HA_ERATT;
10871 else
10872 /* Indicate interrupt handler handles ERATT */
10873 phba->hba_flag |= HBA_ERATT_HANDLED;
10874 }
10875
James Smarta257bf92009-04-06 18:48:10 -040010876 /*
10877 * If there is deferred error attention, do not check for any interrupt.
10878 */
10879 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
Dan Carpenterec21b3b2010-08-08 00:15:17 +020010880 spin_unlock(&phba->hbalock);
James Smarta257bf92009-04-06 18:48:10 -040010881 return IRQ_NONE;
10882 }
10883
James Smart93996272008-08-24 21:50:30 -040010884 /* Clear attention sources except link and error attentions */
James Smart9940b972011-03-11 16:06:12 -050010885 if (lpfc_readl(phba->HCregaddr, &hc_copy)) {
10886 spin_unlock(&phba->hbalock);
10887 return IRQ_HANDLED;
10888 }
James Smarta747c9c2009-11-18 15:41:10 -050010889 writel(hc_copy & ~(HC_MBINT_ENA | HC_R0INT_ENA | HC_R1INT_ENA
10890 | HC_R2INT_ENA | HC_LAINT_ENA | HC_ERINT_ENA),
10891 phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010892 writel((phba->ha_copy & ~(HA_LATT | HA_ERATT)), phba->HAregaddr);
James Smarta747c9c2009-11-18 15:41:10 -050010893 writel(hc_copy, phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010894 readl(phba->HAregaddr); /* flush */
10895 spin_unlock(&phba->hbalock);
10896
10897 /*
10898 * Invokes slow-path host attention interrupt handling as appropriate.
10899 */
10900
10901 /* status of events with mailbox and link attention */
10902 status1 = phba->ha_copy & (HA_MBATT | HA_LATT | HA_ERATT);
10903
10904 /* status of events with ELS ring */
10905 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
10906 status2 >>= (4*LPFC_ELS_RING);
10907
10908 if (status1 || (status2 & HA_RXMASK))
James Smart3772a992009-05-22 14:50:54 -040010909 sp_irq_rc = lpfc_sli_sp_intr_handler(irq, dev_id);
James Smart93996272008-08-24 21:50:30 -040010910 else
10911 sp_irq_rc = IRQ_NONE;
10912
10913 /*
10914 * Invoke fast-path host attention interrupt handling as appropriate.
10915 */
10916
10917 /* status of events with FCP ring */
10918 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
10919 status1 >>= (4*LPFC_FCP_RING);
10920
10921 /* status of events with extra ring */
10922 if (phba->cfg_multi_ring_support == 2) {
10923 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING)));
10924 status2 >>= (4*LPFC_EXTRA_RING);
10925 } else
10926 status2 = 0;
10927
10928 if ((status1 & HA_RXMASK) || (status2 & HA_RXMASK))
James Smart3772a992009-05-22 14:50:54 -040010929 fp_irq_rc = lpfc_sli_fp_intr_handler(irq, dev_id);
James Smart93996272008-08-24 21:50:30 -040010930 else
10931 fp_irq_rc = IRQ_NONE;
10932
10933 /* Return device-level interrupt handling status */
10934 return (sp_irq_rc == IRQ_HANDLED) ? sp_irq_rc : fp_irq_rc;
James Smart3772a992009-05-22 14:50:54 -040010935} /* lpfc_sli_intr_handler */
James Smart4f774512009-05-22 14:52:35 -040010936
10937/**
10938 * lpfc_sli4_fcp_xri_abort_event_proc - Process fcp xri abort event
10939 * @phba: pointer to lpfc hba data structure.
10940 *
10941 * This routine is invoked by the worker thread to process all the pending
10942 * SLI4 FCP abort XRI events.
10943 **/
10944void lpfc_sli4_fcp_xri_abort_event_proc(struct lpfc_hba *phba)
10945{
10946 struct lpfc_cq_event *cq_event;
10947
10948 /* First, declare the fcp xri abort event has been handled */
10949 spin_lock_irq(&phba->hbalock);
10950 phba->hba_flag &= ~FCP_XRI_ABORT_EVENT;
10951 spin_unlock_irq(&phba->hbalock);
10952 /* Now, handle all the fcp xri abort events */
10953 while (!list_empty(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue)) {
10954 /* Get the first event from the head of the event queue */
10955 spin_lock_irq(&phba->hbalock);
10956 list_remove_head(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue,
10957 cq_event, struct lpfc_cq_event, list);
10958 spin_unlock_irq(&phba->hbalock);
10959 /* Notify aborted XRI for FCP work queue */
10960 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri);
10961 /* Free the event processed back to the free pool */
10962 lpfc_sli4_cq_event_release(phba, cq_event);
10963 }
10964}
10965
10966/**
10967 * lpfc_sli4_els_xri_abort_event_proc - Process els xri abort event
10968 * @phba: pointer to lpfc hba data structure.
10969 *
10970 * This routine is invoked by the worker thread to process all the pending
10971 * SLI4 els abort xri events.
10972 **/
10973void lpfc_sli4_els_xri_abort_event_proc(struct lpfc_hba *phba)
10974{
10975 struct lpfc_cq_event *cq_event;
10976
10977 /* First, declare the els xri abort event has been handled */
10978 spin_lock_irq(&phba->hbalock);
10979 phba->hba_flag &= ~ELS_XRI_ABORT_EVENT;
10980 spin_unlock_irq(&phba->hbalock);
10981 /* Now, handle all the els xri abort events */
10982 while (!list_empty(&phba->sli4_hba.sp_els_xri_aborted_work_queue)) {
10983 /* Get the first event from the head of the event queue */
10984 spin_lock_irq(&phba->hbalock);
10985 list_remove_head(&phba->sli4_hba.sp_els_xri_aborted_work_queue,
10986 cq_event, struct lpfc_cq_event, list);
10987 spin_unlock_irq(&phba->hbalock);
10988 /* Notify aborted XRI for ELS work queue */
10989 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri);
10990 /* Free the event processed back to the free pool */
10991 lpfc_sli4_cq_event_release(phba, cq_event);
10992 }
10993}
10994
James Smart341af102010-01-26 23:07:37 -050010995/**
10996 * lpfc_sli4_iocb_param_transfer - Transfer pIocbOut and cmpl status to pIocbIn
10997 * @phba: pointer to lpfc hba data structure
10998 * @pIocbIn: pointer to the rspiocbq
10999 * @pIocbOut: pointer to the cmdiocbq
11000 * @wcqe: pointer to the complete wcqe
11001 *
11002 * This routine transfers the fields of a command iocbq to a response iocbq
11003 * by copying all the IOCB fields from command iocbq and transferring the
11004 * completion status information from the complete wcqe.
11005 **/
James Smart4f774512009-05-22 14:52:35 -040011006static void
James Smart341af102010-01-26 23:07:37 -050011007lpfc_sli4_iocb_param_transfer(struct lpfc_hba *phba,
11008 struct lpfc_iocbq *pIocbIn,
James Smart4f774512009-05-22 14:52:35 -040011009 struct lpfc_iocbq *pIocbOut,
11010 struct lpfc_wcqe_complete *wcqe)
11011{
James Smart341af102010-01-26 23:07:37 -050011012 unsigned long iflags;
James Smartacd68592012-01-18 16:25:09 -050011013 uint32_t status;
James Smart4f774512009-05-22 14:52:35 -040011014 size_t offset = offsetof(struct lpfc_iocbq, iocb);
11015
11016 memcpy((char *)pIocbIn + offset, (char *)pIocbOut + offset,
11017 sizeof(struct lpfc_iocbq) - offset);
James Smart4f774512009-05-22 14:52:35 -040011018 /* Map WCQE parameters into irspiocb parameters */
James Smartacd68592012-01-18 16:25:09 -050011019 status = bf_get(lpfc_wcqe_c_status, wcqe);
11020 pIocbIn->iocb.ulpStatus = (status & LPFC_IOCB_STATUS_MASK);
James Smart4f774512009-05-22 14:52:35 -040011021 if (pIocbOut->iocb_flag & LPFC_IO_FCP)
11022 if (pIocbIn->iocb.ulpStatus == IOSTAT_FCP_RSP_ERROR)
11023 pIocbIn->iocb.un.fcpi.fcpi_parm =
11024 pIocbOut->iocb.un.fcpi.fcpi_parm -
11025 wcqe->total_data_placed;
11026 else
11027 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter;
James Smart695a8142010-01-26 23:08:03 -050011028 else {
James Smart4f774512009-05-22 14:52:35 -040011029 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter;
James Smart695a8142010-01-26 23:08:03 -050011030 pIocbIn->iocb.un.genreq64.bdl.bdeSize = wcqe->total_data_placed;
11031 }
James Smart341af102010-01-26 23:07:37 -050011032
James Smartacd68592012-01-18 16:25:09 -050011033 /* Convert BG errors for completion status */
11034 if (status == CQE_STATUS_DI_ERROR) {
11035 pIocbIn->iocb.ulpStatus = IOSTAT_LOCAL_REJECT;
11036
11037 if (bf_get(lpfc_wcqe_c_bg_edir, wcqe))
11038 pIocbIn->iocb.un.ulpWord[4] = IOERR_RX_DMA_FAILED;
11039 else
11040 pIocbIn->iocb.un.ulpWord[4] = IOERR_TX_DMA_FAILED;
11041
11042 pIocbIn->iocb.unsli3.sli3_bg.bgstat = 0;
11043 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) /* Guard Check failed */
11044 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11045 BGS_GUARD_ERR_MASK;
11046 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) /* App Tag Check failed */
11047 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11048 BGS_APPTAG_ERR_MASK;
11049 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) /* Ref Tag Check failed */
11050 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11051 BGS_REFTAG_ERR_MASK;
11052
11053 /* Check to see if there was any good data before the error */
11054 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) {
11055 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11056 BGS_HI_WATER_MARK_PRESENT_MASK;
11057 pIocbIn->iocb.unsli3.sli3_bg.bghm =
11058 wcqe->total_data_placed;
11059 }
11060
11061 /*
11062 * Set ALL the error bits to indicate we don't know what
11063 * type of error it is.
11064 */
11065 if (!pIocbIn->iocb.unsli3.sli3_bg.bgstat)
11066 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
11067 (BGS_REFTAG_ERR_MASK | BGS_APPTAG_ERR_MASK |
11068 BGS_GUARD_ERR_MASK);
11069 }
11070
James Smart341af102010-01-26 23:07:37 -050011071 /* Pick up HBA exchange busy condition */
11072 if (bf_get(lpfc_wcqe_c_xb, wcqe)) {
11073 spin_lock_irqsave(&phba->hbalock, iflags);
11074 pIocbIn->iocb_flag |= LPFC_EXCHANGE_BUSY;
11075 spin_unlock_irqrestore(&phba->hbalock, iflags);
11076 }
James Smart4f774512009-05-22 14:52:35 -040011077}
11078
11079/**
James Smart45ed1192009-10-02 15:17:02 -040011080 * lpfc_sli4_els_wcqe_to_rspiocbq - Get response iocbq from els wcqe
11081 * @phba: Pointer to HBA context object.
11082 * @wcqe: Pointer to work-queue completion queue entry.
11083 *
11084 * This routine handles an ELS work-queue completion event and construct
11085 * a pseudo response ELS IODBQ from the SLI4 ELS WCQE for the common
11086 * discovery engine to handle.
11087 *
11088 * Return: Pointer to the receive IOCBQ, NULL otherwise.
11089 **/
11090static struct lpfc_iocbq *
11091lpfc_sli4_els_wcqe_to_rspiocbq(struct lpfc_hba *phba,
11092 struct lpfc_iocbq *irspiocbq)
11093{
11094 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
11095 struct lpfc_iocbq *cmdiocbq;
11096 struct lpfc_wcqe_complete *wcqe;
11097 unsigned long iflags;
11098
11099 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl;
James Smart7e56aa22012-08-03 12:35:34 -040011100 spin_lock_irqsave(&pring->ring_lock, iflags);
James Smart45ed1192009-10-02 15:17:02 -040011101 pring->stats.iocb_event++;
11102 /* Look up the ELS command IOCB and create pseudo response IOCB */
11103 cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring,
11104 bf_get(lpfc_wcqe_c_request_tag, wcqe));
James Smart7e56aa22012-08-03 12:35:34 -040011105 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart45ed1192009-10-02 15:17:02 -040011106
11107 if (unlikely(!cmdiocbq)) {
11108 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11109 "0386 ELS complete with no corresponding "
11110 "cmdiocb: iotag (%d)\n",
11111 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11112 lpfc_sli_release_iocbq(phba, irspiocbq);
11113 return NULL;
11114 }
11115
11116 /* Fake the irspiocbq and copy necessary response information */
James Smart341af102010-01-26 23:07:37 -050011117 lpfc_sli4_iocb_param_transfer(phba, irspiocbq, cmdiocbq, wcqe);
James Smart45ed1192009-10-02 15:17:02 -040011118
11119 return irspiocbq;
11120}
11121
11122/**
James Smart04c68492009-05-22 14:52:52 -040011123 * lpfc_sli4_sp_handle_async_event - Handle an asynchroous event
11124 * @phba: Pointer to HBA context object.
11125 * @cqe: Pointer to mailbox completion queue entry.
11126 *
11127 * This routine process a mailbox completion queue entry with asynchrous
11128 * event.
11129 *
11130 * Return: true if work posted to worker thread, otherwise false.
11131 **/
11132static bool
11133lpfc_sli4_sp_handle_async_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
11134{
11135 struct lpfc_cq_event *cq_event;
11136 unsigned long iflags;
11137
11138 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
11139 "0392 Async Event: word0:x%x, word1:x%x, "
11140 "word2:x%x, word3:x%x\n", mcqe->word0,
11141 mcqe->mcqe_tag0, mcqe->mcqe_tag1, mcqe->trailer);
11142
11143 /* Allocate a new internal CQ_EVENT entry */
11144 cq_event = lpfc_sli4_cq_event_alloc(phba);
11145 if (!cq_event) {
11146 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11147 "0394 Failed to allocate CQ_EVENT entry\n");
11148 return false;
11149 }
11150
11151 /* Move the CQE into an asynchronous event entry */
11152 memcpy(&cq_event->cqe, mcqe, sizeof(struct lpfc_mcqe));
11153 spin_lock_irqsave(&phba->hbalock, iflags);
11154 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue);
11155 /* Set the async event flag */
11156 phba->hba_flag |= ASYNC_EVENT;
11157 spin_unlock_irqrestore(&phba->hbalock, iflags);
11158
11159 return true;
11160}
11161
11162/**
11163 * lpfc_sli4_sp_handle_mbox_event - Handle a mailbox completion event
11164 * @phba: Pointer to HBA context object.
11165 * @cqe: Pointer to mailbox completion queue entry.
11166 *
11167 * This routine process a mailbox completion queue entry with mailbox
11168 * completion event.
11169 *
11170 * Return: true if work posted to worker thread, otherwise false.
11171 **/
11172static bool
11173lpfc_sli4_sp_handle_mbox_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
11174{
11175 uint32_t mcqe_status;
11176 MAILBOX_t *mbox, *pmbox;
11177 struct lpfc_mqe *mqe;
11178 struct lpfc_vport *vport;
11179 struct lpfc_nodelist *ndlp;
11180 struct lpfc_dmabuf *mp;
11181 unsigned long iflags;
11182 LPFC_MBOXQ_t *pmb;
11183 bool workposted = false;
11184 int rc;
11185
11186 /* If not a mailbox complete MCQE, out by checking mailbox consume */
11187 if (!bf_get(lpfc_trailer_completed, mcqe))
11188 goto out_no_mqe_complete;
11189
11190 /* Get the reference to the active mbox command */
11191 spin_lock_irqsave(&phba->hbalock, iflags);
11192 pmb = phba->sli.mbox_active;
11193 if (unlikely(!pmb)) {
11194 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
11195 "1832 No pending MBOX command to handle\n");
11196 spin_unlock_irqrestore(&phba->hbalock, iflags);
11197 goto out_no_mqe_complete;
11198 }
11199 spin_unlock_irqrestore(&phba->hbalock, iflags);
11200 mqe = &pmb->u.mqe;
11201 pmbox = (MAILBOX_t *)&pmb->u.mqe;
11202 mbox = phba->mbox;
11203 vport = pmb->vport;
11204
11205 /* Reset heartbeat timer */
11206 phba->last_completion_time = jiffies;
11207 del_timer(&phba->sli.mbox_tmo);
11208
11209 /* Move mbox data to caller's mailbox region, do endian swapping */
11210 if (pmb->mbox_cmpl && mbox)
11211 lpfc_sli_pcimem_bcopy(mbox, mqe, sizeof(struct lpfc_mqe));
James Smart04c68492009-05-22 14:52:52 -040011212
James Smart73d91e52011-10-10 21:32:10 -040011213 /*
11214 * For mcqe errors, conditionally move a modified error code to
11215 * the mbox so that the error will not be missed.
11216 */
11217 mcqe_status = bf_get(lpfc_mcqe_status, mcqe);
11218 if (mcqe_status != MB_CQE_STATUS_SUCCESS) {
11219 if (bf_get(lpfc_mqe_status, mqe) == MBX_SUCCESS)
11220 bf_set(lpfc_mqe_status, mqe,
11221 (LPFC_MBX_ERROR_RANGE | mcqe_status));
11222 }
James Smart04c68492009-05-22 14:52:52 -040011223 if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) {
11224 pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG;
11225 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_MBOX_VPORT,
11226 "MBOX dflt rpi: status:x%x rpi:x%x",
11227 mcqe_status,
11228 pmbox->un.varWords[0], 0);
11229 if (mcqe_status == MB_CQE_STATUS_SUCCESS) {
11230 mp = (struct lpfc_dmabuf *)(pmb->context1);
11231 ndlp = (struct lpfc_nodelist *)pmb->context2;
11232 /* Reg_LOGIN of dflt RPI was successful. Now lets get
11233 * RID of the PPI using the same mbox buffer.
11234 */
11235 lpfc_unreg_login(phba, vport->vpi,
11236 pmbox->un.varWords[0], pmb);
11237 pmb->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
11238 pmb->context1 = mp;
11239 pmb->context2 = ndlp;
11240 pmb->vport = vport;
11241 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
11242 if (rc != MBX_BUSY)
11243 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
11244 LOG_SLI, "0385 rc should "
11245 "have been MBX_BUSY\n");
11246 if (rc != MBX_NOT_FINISHED)
11247 goto send_current_mbox;
11248 }
11249 }
11250 spin_lock_irqsave(&phba->pport->work_port_lock, iflags);
11251 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
11252 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflags);
11253
11254 /* There is mailbox completion work to do */
11255 spin_lock_irqsave(&phba->hbalock, iflags);
11256 __lpfc_mbox_cmpl_put(phba, pmb);
11257 phba->work_ha |= HA_MBATT;
11258 spin_unlock_irqrestore(&phba->hbalock, iflags);
11259 workposted = true;
11260
11261send_current_mbox:
11262 spin_lock_irqsave(&phba->hbalock, iflags);
11263 /* Release the mailbox command posting token */
11264 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
11265 /* Setting active mailbox pointer need to be in sync to flag clear */
11266 phba->sli.mbox_active = NULL;
11267 spin_unlock_irqrestore(&phba->hbalock, iflags);
11268 /* Wake up worker thread to post the next pending mailbox command */
11269 lpfc_worker_wake_up(phba);
11270out_no_mqe_complete:
11271 if (bf_get(lpfc_trailer_consumed, mcqe))
11272 lpfc_sli4_mq_release(phba->sli4_hba.mbx_wq);
11273 return workposted;
11274}
11275
11276/**
11277 * lpfc_sli4_sp_handle_mcqe - Process a mailbox completion queue entry
11278 * @phba: Pointer to HBA context object.
11279 * @cqe: Pointer to mailbox completion queue entry.
11280 *
11281 * This routine process a mailbox completion queue entry, it invokes the
11282 * proper mailbox complete handling or asynchrous event handling routine
11283 * according to the MCQE's async bit.
11284 *
11285 * Return: true if work posted to worker thread, otherwise false.
11286 **/
11287static bool
11288lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_cqe *cqe)
11289{
11290 struct lpfc_mcqe mcqe;
11291 bool workposted;
11292
11293 /* Copy the mailbox MCQE and convert endian order as needed */
11294 lpfc_sli_pcimem_bcopy(cqe, &mcqe, sizeof(struct lpfc_mcqe));
11295
11296 /* Invoke the proper event handling routine */
11297 if (!bf_get(lpfc_trailer_async, &mcqe))
11298 workposted = lpfc_sli4_sp_handle_mbox_event(phba, &mcqe);
11299 else
11300 workposted = lpfc_sli4_sp_handle_async_event(phba, &mcqe);
11301 return workposted;
11302}
11303
11304/**
James Smart4f774512009-05-22 14:52:35 -040011305 * lpfc_sli4_sp_handle_els_wcqe - Handle els work-queue completion event
11306 * @phba: Pointer to HBA context object.
James Smart2a76a282012-08-03 12:35:54 -040011307 * @cq: Pointer to associated CQ
James Smart4f774512009-05-22 14:52:35 -040011308 * @wcqe: Pointer to work-queue completion queue entry.
11309 *
11310 * This routine handles an ELS work-queue completion event.
11311 *
11312 * Return: true if work posted to worker thread, otherwise false.
11313 **/
11314static bool
James Smart2a76a282012-08-03 12:35:54 -040011315lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040011316 struct lpfc_wcqe_complete *wcqe)
11317{
James Smart4f774512009-05-22 14:52:35 -040011318 struct lpfc_iocbq *irspiocbq;
11319 unsigned long iflags;
James Smart2a76a282012-08-03 12:35:54 -040011320 struct lpfc_sli_ring *pring = cq->pring;
James Smart0e9bb8d2013-03-01 16:35:12 -050011321 int txq_cnt = 0;
11322 int txcmplq_cnt = 0;
11323 int fcp_txcmplq_cnt = 0;
James Smart4f774512009-05-22 14:52:35 -040011324
James Smart45ed1192009-10-02 15:17:02 -040011325 /* Get an irspiocbq for later ELS response processing use */
James Smart4f774512009-05-22 14:52:35 -040011326 irspiocbq = lpfc_sli_get_iocbq(phba);
11327 if (!irspiocbq) {
James Smart0e9bb8d2013-03-01 16:35:12 -050011328 if (!list_empty(&pring->txq))
11329 txq_cnt++;
11330 if (!list_empty(&pring->txcmplq))
11331 txcmplq_cnt++;
11332 if (!list_empty(&phba->sli.ring[LPFC_FCP_RING].txcmplq))
11333 fcp_txcmplq_cnt++;
James Smart4f774512009-05-22 14:52:35 -040011334 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart2a9bf3d2010-06-07 15:24:45 -040011335 "0387 NO IOCBQ data: txq_cnt=%d iocb_cnt=%d "
11336 "fcp_txcmplq_cnt=%d, els_txcmplq_cnt=%d\n",
James Smart0e9bb8d2013-03-01 16:35:12 -050011337 txq_cnt, phba->iocb_cnt,
11338 fcp_txcmplq_cnt,
11339 txcmplq_cnt);
James Smart45ed1192009-10-02 15:17:02 -040011340 return false;
James Smart4f774512009-05-22 14:52:35 -040011341 }
James Smart4f774512009-05-22 14:52:35 -040011342
James Smart45ed1192009-10-02 15:17:02 -040011343 /* Save off the slow-path queue event for work thread to process */
11344 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe));
James Smart4f774512009-05-22 14:52:35 -040011345 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart4d9ab992009-10-02 15:16:39 -040011346 list_add_tail(&irspiocbq->cq_event.list,
James Smart45ed1192009-10-02 15:17:02 -040011347 &phba->sli4_hba.sp_queue_event);
11348 phba->hba_flag |= HBA_SP_QUEUE_EVT;
James Smart4f774512009-05-22 14:52:35 -040011349 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart4f774512009-05-22 14:52:35 -040011350
James Smart45ed1192009-10-02 15:17:02 -040011351 return true;
James Smart4f774512009-05-22 14:52:35 -040011352}
11353
11354/**
11355 * lpfc_sli4_sp_handle_rel_wcqe - Handle slow-path WQ entry consumed event
11356 * @phba: Pointer to HBA context object.
11357 * @wcqe: Pointer to work-queue completion queue entry.
11358 *
11359 * This routine handles slow-path WQ entry comsumed event by invoking the
11360 * proper WQ release routine to the slow-path WQ.
11361 **/
11362static void
11363lpfc_sli4_sp_handle_rel_wcqe(struct lpfc_hba *phba,
11364 struct lpfc_wcqe_release *wcqe)
11365{
James Smart2e90f4b2011-12-13 13:22:37 -050011366 /* sanity check on queue memory */
11367 if (unlikely(!phba->sli4_hba.els_wq))
11368 return;
James Smart4f774512009-05-22 14:52:35 -040011369 /* Check for the slow-path ELS work queue */
11370 if (bf_get(lpfc_wcqe_r_wq_id, wcqe) == phba->sli4_hba.els_wq->queue_id)
11371 lpfc_sli4_wq_release(phba->sli4_hba.els_wq,
11372 bf_get(lpfc_wcqe_r_wqe_index, wcqe));
11373 else
11374 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11375 "2579 Slow-path wqe consume event carries "
11376 "miss-matched qid: wcqe-qid=x%x, sp-qid=x%x\n",
11377 bf_get(lpfc_wcqe_r_wqe_index, wcqe),
11378 phba->sli4_hba.els_wq->queue_id);
11379}
11380
11381/**
11382 * lpfc_sli4_sp_handle_abort_xri_wcqe - Handle a xri abort event
11383 * @phba: Pointer to HBA context object.
11384 * @cq: Pointer to a WQ completion queue.
11385 * @wcqe: Pointer to work-queue completion queue entry.
11386 *
11387 * This routine handles an XRI abort event.
11388 *
11389 * Return: true if work posted to worker thread, otherwise false.
11390 **/
11391static bool
11392lpfc_sli4_sp_handle_abort_xri_wcqe(struct lpfc_hba *phba,
11393 struct lpfc_queue *cq,
11394 struct sli4_wcqe_xri_aborted *wcqe)
11395{
11396 bool workposted = false;
11397 struct lpfc_cq_event *cq_event;
11398 unsigned long iflags;
11399
11400 /* Allocate a new internal CQ_EVENT entry */
11401 cq_event = lpfc_sli4_cq_event_alloc(phba);
11402 if (!cq_event) {
11403 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11404 "0602 Failed to allocate CQ_EVENT entry\n");
11405 return false;
11406 }
11407
11408 /* Move the CQE into the proper xri abort event list */
11409 memcpy(&cq_event->cqe, wcqe, sizeof(struct sli4_wcqe_xri_aborted));
11410 switch (cq->subtype) {
11411 case LPFC_FCP:
11412 spin_lock_irqsave(&phba->hbalock, iflags);
11413 list_add_tail(&cq_event->list,
11414 &phba->sli4_hba.sp_fcp_xri_aborted_work_queue);
11415 /* Set the fcp xri abort event flag */
11416 phba->hba_flag |= FCP_XRI_ABORT_EVENT;
11417 spin_unlock_irqrestore(&phba->hbalock, iflags);
11418 workposted = true;
11419 break;
11420 case LPFC_ELS:
11421 spin_lock_irqsave(&phba->hbalock, iflags);
11422 list_add_tail(&cq_event->list,
11423 &phba->sli4_hba.sp_els_xri_aborted_work_queue);
11424 /* Set the els xri abort event flag */
11425 phba->hba_flag |= ELS_XRI_ABORT_EVENT;
11426 spin_unlock_irqrestore(&phba->hbalock, iflags);
11427 workposted = true;
11428 break;
11429 default:
11430 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11431 "0603 Invalid work queue CQE subtype (x%x)\n",
11432 cq->subtype);
11433 workposted = false;
11434 break;
11435 }
11436 return workposted;
11437}
11438
11439/**
James Smart4d9ab992009-10-02 15:16:39 -040011440 * lpfc_sli4_sp_handle_rcqe - Process a receive-queue completion queue entry
James Smart4f774512009-05-22 14:52:35 -040011441 * @phba: Pointer to HBA context object.
James Smart4d9ab992009-10-02 15:16:39 -040011442 * @rcqe: Pointer to receive-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011443 *
James Smart4d9ab992009-10-02 15:16:39 -040011444 * This routine process a receive-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011445 *
11446 * Return: true if work posted to worker thread, otherwise false.
11447 **/
11448static bool
James Smart4d9ab992009-10-02 15:16:39 -040011449lpfc_sli4_sp_handle_rcqe(struct lpfc_hba *phba, struct lpfc_rcqe *rcqe)
11450{
11451 bool workposted = false;
11452 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq;
11453 struct lpfc_queue *drq = phba->sli4_hba.dat_rq;
11454 struct hbq_dmabuf *dma_buf;
James Smart7851fe22011-07-22 18:36:52 -040011455 uint32_t status, rq_id;
James Smart4d9ab992009-10-02 15:16:39 -040011456 unsigned long iflags;
11457
James Smart2e90f4b2011-12-13 13:22:37 -050011458 /* sanity check on queue memory */
11459 if (unlikely(!hrq) || unlikely(!drq))
11460 return workposted;
11461
James Smart7851fe22011-07-22 18:36:52 -040011462 if (bf_get(lpfc_cqe_code, rcqe) == CQE_CODE_RECEIVE_V1)
11463 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe);
11464 else
11465 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe);
11466 if (rq_id != hrq->queue_id)
James Smart4d9ab992009-10-02 15:16:39 -040011467 goto out;
11468
11469 status = bf_get(lpfc_rcqe_status, rcqe);
11470 switch (status) {
11471 case FC_STATUS_RQ_BUF_LEN_EXCEEDED:
11472 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11473 "2537 Receive Frame Truncated!!\n");
James Smartb84daac2012-08-03 12:35:13 -040011474 hrq->RQ_buf_trunc++;
James Smart4d9ab992009-10-02 15:16:39 -040011475 case FC_STATUS_RQ_SUCCESS:
James Smart5ffc2662009-11-18 15:39:44 -050011476 lpfc_sli4_rq_release(hrq, drq);
James Smart4d9ab992009-10-02 15:16:39 -040011477 spin_lock_irqsave(&phba->hbalock, iflags);
11478 dma_buf = lpfc_sli_hbqbuf_get(&phba->hbqs[0].hbq_buffer_list);
11479 if (!dma_buf) {
James Smartb84daac2012-08-03 12:35:13 -040011480 hrq->RQ_no_buf_found++;
James Smart4d9ab992009-10-02 15:16:39 -040011481 spin_unlock_irqrestore(&phba->hbalock, iflags);
11482 goto out;
11483 }
James Smartb84daac2012-08-03 12:35:13 -040011484 hrq->RQ_rcv_buf++;
James Smart4d9ab992009-10-02 15:16:39 -040011485 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe));
11486 /* save off the frame for the word thread to process */
11487 list_add_tail(&dma_buf->cq_event.list,
James Smart45ed1192009-10-02 15:17:02 -040011488 &phba->sli4_hba.sp_queue_event);
James Smart4d9ab992009-10-02 15:16:39 -040011489 /* Frame received */
James Smart45ed1192009-10-02 15:17:02 -040011490 phba->hba_flag |= HBA_SP_QUEUE_EVT;
James Smart4d9ab992009-10-02 15:16:39 -040011491 spin_unlock_irqrestore(&phba->hbalock, iflags);
11492 workposted = true;
11493 break;
11494 case FC_STATUS_INSUFF_BUF_NEED_BUF:
11495 case FC_STATUS_INSUFF_BUF_FRM_DISC:
James Smartb84daac2012-08-03 12:35:13 -040011496 hrq->RQ_no_posted_buf++;
James Smart4d9ab992009-10-02 15:16:39 -040011497 /* Post more buffers if possible */
11498 spin_lock_irqsave(&phba->hbalock, iflags);
11499 phba->hba_flag |= HBA_POST_RECEIVE_BUFFER;
11500 spin_unlock_irqrestore(&phba->hbalock, iflags);
11501 workposted = true;
11502 break;
11503 }
11504out:
11505 return workposted;
James Smart4d9ab992009-10-02 15:16:39 -040011506}
11507
11508/**
11509 * lpfc_sli4_sp_handle_cqe - Process a slow path completion queue entry
11510 * @phba: Pointer to HBA context object.
11511 * @cq: Pointer to the completion queue.
11512 * @wcqe: Pointer to a completion queue entry.
11513 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030011514 * This routine process a slow-path work-queue or receive queue completion queue
James Smart4d9ab992009-10-02 15:16:39 -040011515 * entry.
11516 *
11517 * Return: true if work posted to worker thread, otherwise false.
11518 **/
11519static bool
11520lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040011521 struct lpfc_cqe *cqe)
11522{
James Smart45ed1192009-10-02 15:17:02 -040011523 struct lpfc_cqe cqevt;
James Smart4f774512009-05-22 14:52:35 -040011524 bool workposted = false;
11525
11526 /* Copy the work queue CQE and convert endian order if needed */
James Smart45ed1192009-10-02 15:17:02 -040011527 lpfc_sli_pcimem_bcopy(cqe, &cqevt, sizeof(struct lpfc_cqe));
James Smart4f774512009-05-22 14:52:35 -040011528
11529 /* Check and process for different type of WCQE and dispatch */
James Smart45ed1192009-10-02 15:17:02 -040011530 switch (bf_get(lpfc_cqe_code, &cqevt)) {
James Smart4f774512009-05-22 14:52:35 -040011531 case CQE_CODE_COMPL_WQE:
James Smart45ed1192009-10-02 15:17:02 -040011532 /* Process the WQ/RQ complete event */
James Smartbc739052010-08-04 16:11:18 -040011533 phba->last_completion_time = jiffies;
James Smart2a76a282012-08-03 12:35:54 -040011534 workposted = lpfc_sli4_sp_handle_els_wcqe(phba, cq,
James Smart45ed1192009-10-02 15:17:02 -040011535 (struct lpfc_wcqe_complete *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011536 break;
11537 case CQE_CODE_RELEASE_WQE:
11538 /* Process the WQ release event */
11539 lpfc_sli4_sp_handle_rel_wcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040011540 (struct lpfc_wcqe_release *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011541 break;
11542 case CQE_CODE_XRI_ABORTED:
11543 /* Process the WQ XRI abort event */
James Smartbc739052010-08-04 16:11:18 -040011544 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040011545 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq,
James Smart45ed1192009-10-02 15:17:02 -040011546 (struct sli4_wcqe_xri_aborted *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011547 break;
James Smart4d9ab992009-10-02 15:16:39 -040011548 case CQE_CODE_RECEIVE:
James Smart7851fe22011-07-22 18:36:52 -040011549 case CQE_CODE_RECEIVE_V1:
James Smart4d9ab992009-10-02 15:16:39 -040011550 /* Process the RQ event */
James Smartbc739052010-08-04 16:11:18 -040011551 phba->last_completion_time = jiffies;
James Smart4d9ab992009-10-02 15:16:39 -040011552 workposted = lpfc_sli4_sp_handle_rcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040011553 (struct lpfc_rcqe *)&cqevt);
James Smart4d9ab992009-10-02 15:16:39 -040011554 break;
James Smart4f774512009-05-22 14:52:35 -040011555 default:
11556 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11557 "0388 Not a valid WCQE code: x%x\n",
James Smart45ed1192009-10-02 15:17:02 -040011558 bf_get(lpfc_cqe_code, &cqevt));
James Smart4f774512009-05-22 14:52:35 -040011559 break;
11560 }
11561 return workposted;
11562}
11563
11564/**
James Smart4f774512009-05-22 14:52:35 -040011565 * lpfc_sli4_sp_handle_eqe - Process a slow-path event queue entry
11566 * @phba: Pointer to HBA context object.
11567 * @eqe: Pointer to fast-path event queue entry.
11568 *
11569 * This routine process a event queue entry from the slow-path event queue.
11570 * It will check the MajorCode and MinorCode to determine this is for a
11571 * completion event on a completion queue, if not, an error shall be logged
11572 * and just return. Otherwise, it will get to the corresponding completion
11573 * queue and process all the entries on that completion queue, rearm the
11574 * completion queue, and then return.
11575 *
11576 **/
11577static void
James Smart67d12732012-08-03 12:36:13 -040011578lpfc_sli4_sp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe,
11579 struct lpfc_queue *speq)
James Smart4f774512009-05-22 14:52:35 -040011580{
James Smart67d12732012-08-03 12:36:13 -040011581 struct lpfc_queue *cq = NULL, *childq;
James Smart4f774512009-05-22 14:52:35 -040011582 struct lpfc_cqe *cqe;
11583 bool workposted = false;
11584 int ecount = 0;
11585 uint16_t cqid;
11586
James Smart4f774512009-05-22 14:52:35 -040011587 /* Get the reference to the corresponding CQ */
James Smartcb5172e2010-03-15 11:25:07 -040011588 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
James Smart4f774512009-05-22 14:52:35 -040011589
James Smart4f774512009-05-22 14:52:35 -040011590 list_for_each_entry(childq, &speq->child_list, list) {
11591 if (childq->queue_id == cqid) {
11592 cq = childq;
11593 break;
11594 }
11595 }
11596 if (unlikely(!cq)) {
James Smart75baf692010-06-08 18:31:21 -040011597 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE)
11598 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11599 "0365 Slow-path CQ identifier "
11600 "(%d) does not exist\n", cqid);
James Smart4f774512009-05-22 14:52:35 -040011601 return;
11602 }
11603
11604 /* Process all the entries to the CQ */
11605 switch (cq->type) {
11606 case LPFC_MCQ:
11607 while ((cqe = lpfc_sli4_cq_get(cq))) {
11608 workposted |= lpfc_sli4_sp_handle_mcqe(phba, cqe);
James Smart73d91e52011-10-10 21:32:10 -040011609 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011610 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
James Smartb84daac2012-08-03 12:35:13 -040011611 cq->CQ_mbox++;
James Smart4f774512009-05-22 14:52:35 -040011612 }
11613 break;
11614 case LPFC_WCQ:
11615 while ((cqe = lpfc_sli4_cq_get(cq))) {
James Smart05580562011-05-24 11:40:48 -040011616 if (cq->subtype == LPFC_FCP)
11617 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq,
11618 cqe);
11619 else
11620 workposted |= lpfc_sli4_sp_handle_cqe(phba, cq,
11621 cqe);
James Smart73d91e52011-10-10 21:32:10 -040011622 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011623 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
11624 }
James Smartb84daac2012-08-03 12:35:13 -040011625
11626 /* Track the max number of CQEs processed in 1 EQ */
11627 if (ecount > cq->CQ_max_cqe)
11628 cq->CQ_max_cqe = ecount;
James Smart4f774512009-05-22 14:52:35 -040011629 break;
11630 default:
11631 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11632 "0370 Invalid completion queue type (%d)\n",
11633 cq->type);
11634 return;
11635 }
11636
11637 /* Catch the no cq entry condition, log an error */
11638 if (unlikely(ecount == 0))
11639 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11640 "0371 No entry from the CQ: identifier "
11641 "(x%x), type (%d)\n", cq->queue_id, cq->type);
11642
11643 /* In any case, flash and re-arm the RCQ */
11644 lpfc_sli4_cq_release(cq, LPFC_QUEUE_REARM);
11645
11646 /* wake up worker thread if there are works to be done */
11647 if (workposted)
11648 lpfc_worker_wake_up(phba);
11649}
11650
11651/**
11652 * lpfc_sli4_fp_handle_fcp_wcqe - Process fast-path work queue completion entry
James Smart2a76a282012-08-03 12:35:54 -040011653 * @phba: Pointer to HBA context object.
11654 * @cq: Pointer to associated CQ
11655 * @wcqe: Pointer to work-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011656 *
11657 * This routine process a fast-path work queue completion entry from fast-path
11658 * event queue for FCP command response completion.
11659 **/
11660static void
James Smart2a76a282012-08-03 12:35:54 -040011661lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040011662 struct lpfc_wcqe_complete *wcqe)
11663{
James Smart2a76a282012-08-03 12:35:54 -040011664 struct lpfc_sli_ring *pring = cq->pring;
James Smart4f774512009-05-22 14:52:35 -040011665 struct lpfc_iocbq *cmdiocbq;
11666 struct lpfc_iocbq irspiocbq;
11667 unsigned long iflags;
11668
James Smart4f774512009-05-22 14:52:35 -040011669 /* Check for response status */
11670 if (unlikely(bf_get(lpfc_wcqe_c_status, wcqe))) {
11671 /* If resource errors reported from HBA, reduce queue
11672 * depth of the SCSI device.
11673 */
James Smarte3d2b802012-08-14 14:25:43 -040011674 if (((bf_get(lpfc_wcqe_c_status, wcqe) ==
11675 IOSTAT_LOCAL_REJECT)) &&
11676 ((wcqe->parameter & IOERR_PARAM_MASK) ==
11677 IOERR_NO_RESOURCES))
James Smart4f774512009-05-22 14:52:35 -040011678 phba->lpfc_rampdown_queue_depth(phba);
James Smarte3d2b802012-08-14 14:25:43 -040011679
James Smart4f774512009-05-22 14:52:35 -040011680 /* Log the error status */
11681 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11682 "0373 FCP complete error: status=x%x, "
11683 "hw_status=x%x, total_data_specified=%d, "
11684 "parameter=x%x, word3=x%x\n",
11685 bf_get(lpfc_wcqe_c_status, wcqe),
11686 bf_get(lpfc_wcqe_c_hw_status, wcqe),
11687 wcqe->total_data_placed, wcqe->parameter,
11688 wcqe->word3);
11689 }
11690
11691 /* Look up the FCP command IOCB and create pseudo response IOCB */
James Smart7e56aa22012-08-03 12:35:34 -040011692 spin_lock_irqsave(&pring->ring_lock, iflags);
11693 pring->stats.iocb_event++;
James Smart4f774512009-05-22 14:52:35 -040011694 cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring,
11695 bf_get(lpfc_wcqe_c_request_tag, wcqe));
James Smart7e56aa22012-08-03 12:35:34 -040011696 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart4f774512009-05-22 14:52:35 -040011697 if (unlikely(!cmdiocbq)) {
11698 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11699 "0374 FCP complete with no corresponding "
11700 "cmdiocb: iotag (%d)\n",
11701 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11702 return;
11703 }
11704 if (unlikely(!cmdiocbq->iocb_cmpl)) {
11705 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11706 "0375 FCP cmdiocb not callback function "
11707 "iotag: (%d)\n",
11708 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11709 return;
11710 }
11711
11712 /* Fake the irspiocb and copy necessary response information */
James Smart341af102010-01-26 23:07:37 -050011713 lpfc_sli4_iocb_param_transfer(phba, &irspiocbq, cmdiocbq, wcqe);
James Smart4f774512009-05-22 14:52:35 -040011714
James Smart0f65ff62010-02-26 14:14:23 -050011715 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED) {
11716 spin_lock_irqsave(&phba->hbalock, iflags);
11717 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
11718 spin_unlock_irqrestore(&phba->hbalock, iflags);
11719 }
11720
James Smart4f774512009-05-22 14:52:35 -040011721 /* Pass the cmd_iocb and the rsp state to the upper layer */
11722 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq, &irspiocbq);
11723}
11724
11725/**
11726 * lpfc_sli4_fp_handle_rel_wcqe - Handle fast-path WQ entry consumed event
11727 * @phba: Pointer to HBA context object.
11728 * @cq: Pointer to completion queue.
11729 * @wcqe: Pointer to work-queue completion queue entry.
11730 *
11731 * This routine handles an fast-path WQ entry comsumed event by invoking the
11732 * proper WQ release routine to the slow-path WQ.
11733 **/
11734static void
11735lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
11736 struct lpfc_wcqe_release *wcqe)
11737{
11738 struct lpfc_queue *childwq;
11739 bool wqid_matched = false;
11740 uint16_t fcp_wqid;
11741
11742 /* Check for fast-path FCP work queue release */
11743 fcp_wqid = bf_get(lpfc_wcqe_r_wq_id, wcqe);
11744 list_for_each_entry(childwq, &cq->child_list, list) {
11745 if (childwq->queue_id == fcp_wqid) {
11746 lpfc_sli4_wq_release(childwq,
11747 bf_get(lpfc_wcqe_r_wqe_index, wcqe));
11748 wqid_matched = true;
11749 break;
11750 }
11751 }
11752 /* Report warning log message if no match found */
11753 if (wqid_matched != true)
11754 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11755 "2580 Fast-path wqe consume event carries "
11756 "miss-matched qid: wcqe-qid=x%x\n", fcp_wqid);
11757}
11758
11759/**
11760 * lpfc_sli4_fp_handle_wcqe - Process fast-path work queue completion entry
11761 * @cq: Pointer to the completion queue.
11762 * @eqe: Pointer to fast-path completion queue entry.
11763 *
11764 * This routine process a fast-path work queue completion entry from fast-path
11765 * event queue for FCP command response completion.
11766 **/
11767static int
11768lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
11769 struct lpfc_cqe *cqe)
11770{
11771 struct lpfc_wcqe_release wcqe;
11772 bool workposted = false;
11773
11774 /* Copy the work queue CQE and convert endian order if needed */
11775 lpfc_sli_pcimem_bcopy(cqe, &wcqe, sizeof(struct lpfc_cqe));
11776
11777 /* Check and process for different type of WCQE and dispatch */
11778 switch (bf_get(lpfc_wcqe_c_code, &wcqe)) {
11779 case CQE_CODE_COMPL_WQE:
James Smartb84daac2012-08-03 12:35:13 -040011780 cq->CQ_wq++;
James Smart4f774512009-05-22 14:52:35 -040011781 /* Process the WQ complete event */
James Smart98fc5dd2010-06-07 15:24:29 -040011782 phba->last_completion_time = jiffies;
James Smart2a76a282012-08-03 12:35:54 -040011783 lpfc_sli4_fp_handle_fcp_wcqe(phba, cq,
James Smart4f774512009-05-22 14:52:35 -040011784 (struct lpfc_wcqe_complete *)&wcqe);
11785 break;
11786 case CQE_CODE_RELEASE_WQE:
James Smartb84daac2012-08-03 12:35:13 -040011787 cq->CQ_release_wqe++;
James Smart4f774512009-05-22 14:52:35 -040011788 /* Process the WQ release event */
11789 lpfc_sli4_fp_handle_rel_wcqe(phba, cq,
11790 (struct lpfc_wcqe_release *)&wcqe);
11791 break;
11792 case CQE_CODE_XRI_ABORTED:
James Smartb84daac2012-08-03 12:35:13 -040011793 cq->CQ_xri_aborted++;
James Smart4f774512009-05-22 14:52:35 -040011794 /* Process the WQ XRI abort event */
James Smartbc739052010-08-04 16:11:18 -040011795 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040011796 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq,
11797 (struct sli4_wcqe_xri_aborted *)&wcqe);
11798 break;
11799 default:
11800 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11801 "0144 Not a valid WCQE code: x%x\n",
11802 bf_get(lpfc_wcqe_c_code, &wcqe));
11803 break;
11804 }
11805 return workposted;
11806}
11807
11808/**
James Smart67d12732012-08-03 12:36:13 -040011809 * lpfc_sli4_hba_handle_eqe - Process a fast-path event queue entry
James Smart4f774512009-05-22 14:52:35 -040011810 * @phba: Pointer to HBA context object.
11811 * @eqe: Pointer to fast-path event queue entry.
11812 *
11813 * This routine process a event queue entry from the fast-path event queue.
11814 * It will check the MajorCode and MinorCode to determine this is for a
11815 * completion event on a completion queue, if not, an error shall be logged
11816 * and just return. Otherwise, it will get to the corresponding completion
11817 * queue and process all the entries on the completion queue, rearm the
11818 * completion queue, and then return.
11819 **/
11820static void
James Smart67d12732012-08-03 12:36:13 -040011821lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe,
11822 uint32_t qidx)
James Smart4f774512009-05-22 14:52:35 -040011823{
11824 struct lpfc_queue *cq;
11825 struct lpfc_cqe *cqe;
11826 bool workposted = false;
11827 uint16_t cqid;
11828 int ecount = 0;
11829
James Smartcb5172e2010-03-15 11:25:07 -040011830 if (unlikely(bf_get_le32(lpfc_eqe_major_code, eqe) != 0)) {
James Smart4f774512009-05-22 14:52:35 -040011831 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart67d12732012-08-03 12:36:13 -040011832 "0366 Not a valid completion "
James Smart4f774512009-05-22 14:52:35 -040011833 "event: majorcode=x%x, minorcode=x%x\n",
James Smartcb5172e2010-03-15 11:25:07 -040011834 bf_get_le32(lpfc_eqe_major_code, eqe),
11835 bf_get_le32(lpfc_eqe_minor_code, eqe));
James Smart4f774512009-05-22 14:52:35 -040011836 return;
11837 }
11838
James Smart67d12732012-08-03 12:36:13 -040011839 /* Get the reference to the corresponding CQ */
11840 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
11841
11842 /* Check if this is a Slow path event */
11843 if (unlikely(cqid != phba->sli4_hba.fcp_cq_map[qidx])) {
11844 lpfc_sli4_sp_handle_eqe(phba, eqe,
11845 phba->sli4_hba.hba_eq[qidx]);
11846 return;
11847 }
11848
James Smart2e90f4b2011-12-13 13:22:37 -050011849 if (unlikely(!phba->sli4_hba.fcp_cq)) {
11850 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11851 "3146 Fast-path completion queues "
11852 "does not exist\n");
11853 return;
11854 }
James Smart67d12732012-08-03 12:36:13 -040011855 cq = phba->sli4_hba.fcp_cq[qidx];
James Smart4f774512009-05-22 14:52:35 -040011856 if (unlikely(!cq)) {
James Smart75baf692010-06-08 18:31:21 -040011857 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE)
11858 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11859 "0367 Fast-path completion queue "
James Smart67d12732012-08-03 12:36:13 -040011860 "(%d) does not exist\n", qidx);
James Smart4f774512009-05-22 14:52:35 -040011861 return;
11862 }
11863
James Smart4f774512009-05-22 14:52:35 -040011864 if (unlikely(cqid != cq->queue_id)) {
11865 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11866 "0368 Miss-matched fast-path completion "
11867 "queue identifier: eqcqid=%d, fcpcqid=%d\n",
11868 cqid, cq->queue_id);
11869 return;
11870 }
11871
11872 /* Process all the entries to the CQ */
11873 while ((cqe = lpfc_sli4_cq_get(cq))) {
11874 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe);
James Smart73d91e52011-10-10 21:32:10 -040011875 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011876 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
11877 }
11878
James Smartb84daac2012-08-03 12:35:13 -040011879 /* Track the max number of CQEs processed in 1 EQ */
11880 if (ecount > cq->CQ_max_cqe)
11881 cq->CQ_max_cqe = ecount;
11882
James Smart4f774512009-05-22 14:52:35 -040011883 /* Catch the no cq entry condition */
11884 if (unlikely(ecount == 0))
11885 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11886 "0369 No entry from fast-path completion "
11887 "queue fcpcqid=%d\n", cq->queue_id);
11888
11889 /* In any case, flash and re-arm the CQ */
11890 lpfc_sli4_cq_release(cq, LPFC_QUEUE_REARM);
11891
11892 /* wake up worker thread if there are works to be done */
11893 if (workposted)
11894 lpfc_worker_wake_up(phba);
11895}
11896
11897static void
11898lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq)
11899{
11900 struct lpfc_eqe *eqe;
11901
11902 /* walk all the EQ entries and drop on the floor */
11903 while ((eqe = lpfc_sli4_eq_get(eq)))
11904 ;
11905
11906 /* Clear and re-arm the EQ */
11907 lpfc_sli4_eq_release(eq, LPFC_QUEUE_REARM);
11908}
11909
11910/**
James Smart67d12732012-08-03 12:36:13 -040011911 * lpfc_sli4_hba_intr_handler - HBA interrupt handler to SLI-4 device
James Smart4f774512009-05-22 14:52:35 -040011912 * @irq: Interrupt number.
11913 * @dev_id: The device context pointer.
11914 *
11915 * This function is directly called from the PCI layer as an interrupt
11916 * service routine when device with SLI-4 interface spec is enabled with
11917 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
11918 * ring event in the HBA. However, when the device is enabled with either
11919 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
11920 * device-level interrupt handler. When the PCI slot is in error recovery
11921 * or the HBA is undergoing initialization, the interrupt handler will not
11922 * process the interrupt. The SCSI FCP fast-path ring event are handled in
11923 * the intrrupt context. This function is called without any lock held.
11924 * It gets the hbalock to access and update SLI data structures. Note that,
11925 * the FCP EQ to FCP CQ are one-to-one map such that the FCP EQ index is
11926 * equal to that of FCP CQ index.
11927 *
James Smart67d12732012-08-03 12:36:13 -040011928 * The link attention and ELS ring attention events are handled
11929 * by the worker thread. The interrupt handler signals the worker thread
11930 * and returns for these events. This function is called without any lock
11931 * held. It gets the hbalock to access and update SLI data structures.
11932 *
James Smart4f774512009-05-22 14:52:35 -040011933 * This function returns IRQ_HANDLED when interrupt is handled else it
11934 * returns IRQ_NONE.
11935 **/
11936irqreturn_t
James Smart67d12732012-08-03 12:36:13 -040011937lpfc_sli4_hba_intr_handler(int irq, void *dev_id)
James Smart4f774512009-05-22 14:52:35 -040011938{
11939 struct lpfc_hba *phba;
11940 struct lpfc_fcp_eq_hdl *fcp_eq_hdl;
11941 struct lpfc_queue *fpeq;
11942 struct lpfc_eqe *eqe;
11943 unsigned long iflag;
11944 int ecount = 0;
James Smart962bc512013-01-03 15:44:00 -050011945 int fcp_eqidx;
James Smart4f774512009-05-22 14:52:35 -040011946
11947 /* Get the driver's phba structure from the dev_id */
11948 fcp_eq_hdl = (struct lpfc_fcp_eq_hdl *)dev_id;
11949 phba = fcp_eq_hdl->phba;
11950 fcp_eqidx = fcp_eq_hdl->idx;
11951
11952 if (unlikely(!phba))
11953 return IRQ_NONE;
James Smart67d12732012-08-03 12:36:13 -040011954 if (unlikely(!phba->sli4_hba.hba_eq))
James Smart5350d872011-10-10 21:33:49 -040011955 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040011956
11957 /* Get to the EQ struct associated with this vector */
James Smart67d12732012-08-03 12:36:13 -040011958 fpeq = phba->sli4_hba.hba_eq[fcp_eqidx];
James Smart2e90f4b2011-12-13 13:22:37 -050011959 if (unlikely(!fpeq))
11960 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040011961
James Smartba20c852012-08-03 12:36:52 -040011962 if (lpfc_fcp_look_ahead) {
11963 if (atomic_dec_and_test(&fcp_eq_hdl->fcp_eq_in_use))
11964 lpfc_sli4_eq_clr_intr(fpeq);
11965 else {
11966 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
11967 return IRQ_NONE;
11968 }
11969 }
11970
James Smart4f774512009-05-22 14:52:35 -040011971 /* Check device state for handling interrupt */
11972 if (unlikely(lpfc_intr_state_check(phba))) {
James Smartb84daac2012-08-03 12:35:13 -040011973 fpeq->EQ_badstate++;
James Smart4f774512009-05-22 14:52:35 -040011974 /* Check again for link_state with lock held */
11975 spin_lock_irqsave(&phba->hbalock, iflag);
11976 if (phba->link_state < LPFC_LINK_DOWN)
11977 /* Flush, clear interrupt, and rearm the EQ */
11978 lpfc_sli4_eq_flush(phba, fpeq);
11979 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smartba20c852012-08-03 12:36:52 -040011980 if (lpfc_fcp_look_ahead)
11981 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
James Smart4f774512009-05-22 14:52:35 -040011982 return IRQ_NONE;
11983 }
11984
11985 /*
11986 * Process all the event on FCP fast-path EQ
11987 */
11988 while ((eqe = lpfc_sli4_eq_get(fpeq))) {
James Smart67d12732012-08-03 12:36:13 -040011989 lpfc_sli4_hba_handle_eqe(phba, eqe, fcp_eqidx);
James Smart73d91e52011-10-10 21:32:10 -040011990 if (!(++ecount % fpeq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011991 lpfc_sli4_eq_release(fpeq, LPFC_QUEUE_NOARM);
James Smartb84daac2012-08-03 12:35:13 -040011992 fpeq->EQ_processed++;
James Smart4f774512009-05-22 14:52:35 -040011993 }
11994
James Smartb84daac2012-08-03 12:35:13 -040011995 /* Track the max number of EQEs processed in 1 intr */
11996 if (ecount > fpeq->EQ_max_eqe)
11997 fpeq->EQ_max_eqe = ecount;
11998
James Smart4f774512009-05-22 14:52:35 -040011999 /* Always clear and re-arm the fast-path EQ */
12000 lpfc_sli4_eq_release(fpeq, LPFC_QUEUE_REARM);
12001
12002 if (unlikely(ecount == 0)) {
James Smartb84daac2012-08-03 12:35:13 -040012003 fpeq->EQ_no_entry++;
James Smartba20c852012-08-03 12:36:52 -040012004
12005 if (lpfc_fcp_look_ahead) {
12006 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
12007 return IRQ_NONE;
12008 }
12009
James Smart4f774512009-05-22 14:52:35 -040012010 if (phba->intr_type == MSIX)
12011 /* MSI-X treated interrupt served as no EQ share INT */
12012 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
12013 "0358 MSI-X interrupt with no EQE\n");
12014 else
12015 /* Non MSI-X treated on interrupt as EQ share INT */
12016 return IRQ_NONE;
12017 }
12018
James Smartba20c852012-08-03 12:36:52 -040012019 if (lpfc_fcp_look_ahead)
12020 atomic_inc(&fcp_eq_hdl->fcp_eq_in_use);
James Smart4f774512009-05-22 14:52:35 -040012021 return IRQ_HANDLED;
12022} /* lpfc_sli4_fp_intr_handler */
12023
12024/**
12025 * lpfc_sli4_intr_handler - Device-level interrupt handler for SLI-4 device
12026 * @irq: Interrupt number.
12027 * @dev_id: The device context pointer.
12028 *
12029 * This function is the device-level interrupt handler to device with SLI-4
12030 * interface spec, called from the PCI layer when either MSI or Pin-IRQ
12031 * interrupt mode is enabled and there is an event in the HBA which requires
12032 * driver attention. This function invokes the slow-path interrupt attention
12033 * handling function and fast-path interrupt attention handling function in
12034 * turn to process the relevant HBA attention events. This function is called
12035 * without any lock held. It gets the hbalock to access and update SLI data
12036 * structures.
12037 *
12038 * This function returns IRQ_HANDLED when interrupt is handled, else it
12039 * returns IRQ_NONE.
12040 **/
12041irqreturn_t
12042lpfc_sli4_intr_handler(int irq, void *dev_id)
12043{
12044 struct lpfc_hba *phba;
James Smart67d12732012-08-03 12:36:13 -040012045 irqreturn_t hba_irq_rc;
12046 bool hba_handled = false;
James Smart962bc512013-01-03 15:44:00 -050012047 int fcp_eqidx;
James Smart4f774512009-05-22 14:52:35 -040012048
12049 /* Get the driver's phba structure from the dev_id */
12050 phba = (struct lpfc_hba *)dev_id;
12051
12052 if (unlikely(!phba))
12053 return IRQ_NONE;
12054
12055 /*
James Smart4f774512009-05-22 14:52:35 -040012056 * Invoke fast-path host attention interrupt handling as appropriate.
12057 */
James Smart67d12732012-08-03 12:36:13 -040012058 for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_io_channel; fcp_eqidx++) {
12059 hba_irq_rc = lpfc_sli4_hba_intr_handler(irq,
James Smart4f774512009-05-22 14:52:35 -040012060 &phba->sli4_hba.fcp_eq_hdl[fcp_eqidx]);
James Smart67d12732012-08-03 12:36:13 -040012061 if (hba_irq_rc == IRQ_HANDLED)
12062 hba_handled |= true;
James Smart4f774512009-05-22 14:52:35 -040012063 }
12064
James Smart67d12732012-08-03 12:36:13 -040012065 return (hba_handled == true) ? IRQ_HANDLED : IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040012066} /* lpfc_sli4_intr_handler */
12067
12068/**
12069 * lpfc_sli4_queue_free - free a queue structure and associated memory
12070 * @queue: The queue structure to free.
12071 *
Uwe Kleine-Königb5950762010-11-01 15:38:34 -040012072 * This function frees a queue structure and the DMAable memory used for
James Smart4f774512009-05-22 14:52:35 -040012073 * the host resident queue. This function must be called after destroying the
12074 * queue on the HBA.
12075 **/
12076void
12077lpfc_sli4_queue_free(struct lpfc_queue *queue)
12078{
12079 struct lpfc_dmabuf *dmabuf;
12080
12081 if (!queue)
12082 return;
12083
12084 while (!list_empty(&queue->page_list)) {
12085 list_remove_head(&queue->page_list, dmabuf, struct lpfc_dmabuf,
12086 list);
James Smart49198b32010-04-06 15:04:33 -040012087 dma_free_coherent(&queue->phba->pcidev->dev, SLI4_PAGE_SIZE,
James Smart4f774512009-05-22 14:52:35 -040012088 dmabuf->virt, dmabuf->phys);
12089 kfree(dmabuf);
12090 }
12091 kfree(queue);
12092 return;
12093}
12094
12095/**
12096 * lpfc_sli4_queue_alloc - Allocate and initialize a queue structure
12097 * @phba: The HBA that this queue is being created on.
12098 * @entry_size: The size of each queue entry for this queue.
12099 * @entry count: The number of entries that this queue will handle.
12100 *
12101 * This function allocates a queue structure and the DMAable memory used for
12102 * the host resident queue. This function must be called before creating the
12103 * queue on the HBA.
12104 **/
12105struct lpfc_queue *
12106lpfc_sli4_queue_alloc(struct lpfc_hba *phba, uint32_t entry_size,
12107 uint32_t entry_count)
12108{
12109 struct lpfc_queue *queue;
12110 struct lpfc_dmabuf *dmabuf;
12111 int x, total_qe_count;
12112 void *dma_pointer;
James Smartcb5172e2010-03-15 11:25:07 -040012113 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart4f774512009-05-22 14:52:35 -040012114
James Smartcb5172e2010-03-15 11:25:07 -040012115 if (!phba->sli4_hba.pc_sli4_params.supported)
12116 hw_page_size = SLI4_PAGE_SIZE;
12117
James Smart4f774512009-05-22 14:52:35 -040012118 queue = kzalloc(sizeof(struct lpfc_queue) +
12119 (sizeof(union sli4_qe) * entry_count), GFP_KERNEL);
12120 if (!queue)
12121 return NULL;
James Smartcb5172e2010-03-15 11:25:07 -040012122 queue->page_count = (ALIGN(entry_size * entry_count,
12123 hw_page_size))/hw_page_size;
James Smart4f774512009-05-22 14:52:35 -040012124 INIT_LIST_HEAD(&queue->list);
12125 INIT_LIST_HEAD(&queue->page_list);
12126 INIT_LIST_HEAD(&queue->child_list);
12127 for (x = 0, total_qe_count = 0; x < queue->page_count; x++) {
12128 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
12129 if (!dmabuf)
12130 goto out_fail;
12131 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
James Smartcb5172e2010-03-15 11:25:07 -040012132 hw_page_size, &dmabuf->phys,
James Smart4f774512009-05-22 14:52:35 -040012133 GFP_KERNEL);
12134 if (!dmabuf->virt) {
12135 kfree(dmabuf);
12136 goto out_fail;
12137 }
James Smartcb5172e2010-03-15 11:25:07 -040012138 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012139 dmabuf->buffer_tag = x;
12140 list_add_tail(&dmabuf->list, &queue->page_list);
12141 /* initialize queue's entry array */
12142 dma_pointer = dmabuf->virt;
12143 for (; total_qe_count < entry_count &&
James Smartcb5172e2010-03-15 11:25:07 -040012144 dma_pointer < (hw_page_size + dmabuf->virt);
James Smart4f774512009-05-22 14:52:35 -040012145 total_qe_count++, dma_pointer += entry_size) {
12146 queue->qe[total_qe_count].address = dma_pointer;
12147 }
12148 }
12149 queue->entry_size = entry_size;
12150 queue->entry_count = entry_count;
James Smart73d91e52011-10-10 21:32:10 -040012151
12152 /*
12153 * entry_repost is calculated based on the number of entries in the
12154 * queue. This works out except for RQs. If buffers are NOT initially
12155 * posted for every RQE, entry_repost should be adjusted accordingly.
12156 */
12157 queue->entry_repost = (entry_count >> 3);
12158 if (queue->entry_repost < LPFC_QUEUE_MIN_REPOST)
12159 queue->entry_repost = LPFC_QUEUE_MIN_REPOST;
James Smart4f774512009-05-22 14:52:35 -040012160 queue->phba = phba;
12161
12162 return queue;
12163out_fail:
12164 lpfc_sli4_queue_free(queue);
12165 return NULL;
12166}
12167
12168/**
James Smart962bc512013-01-03 15:44:00 -050012169 * lpfc_dual_chute_pci_bar_map - Map pci base address register to host memory
12170 * @phba: HBA structure that indicates port to create a queue on.
12171 * @pci_barset: PCI BAR set flag.
12172 *
12173 * This function shall perform iomap of the specified PCI BAR address to host
12174 * memory address if not already done so and return it. The returned host
12175 * memory address can be NULL.
12176 */
12177static void __iomem *
12178lpfc_dual_chute_pci_bar_map(struct lpfc_hba *phba, uint16_t pci_barset)
12179{
12180 struct pci_dev *pdev;
12181 unsigned long bar_map, bar_map_len;
12182
12183 if (!phba->pcidev)
12184 return NULL;
12185 else
12186 pdev = phba->pcidev;
12187
12188 switch (pci_barset) {
12189 case WQ_PCI_BAR_0_AND_1:
12190 if (!phba->pci_bar0_memmap_p) {
12191 bar_map = pci_resource_start(pdev, PCI_64BIT_BAR0);
12192 bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR0);
12193 phba->pci_bar0_memmap_p = ioremap(bar_map, bar_map_len);
12194 }
12195 return phba->pci_bar0_memmap_p;
12196 case WQ_PCI_BAR_2_AND_3:
12197 if (!phba->pci_bar2_memmap_p) {
12198 bar_map = pci_resource_start(pdev, PCI_64BIT_BAR2);
12199 bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR2);
12200 phba->pci_bar2_memmap_p = ioremap(bar_map, bar_map_len);
12201 }
12202 return phba->pci_bar2_memmap_p;
12203 case WQ_PCI_BAR_4_AND_5:
12204 if (!phba->pci_bar4_memmap_p) {
12205 bar_map = pci_resource_start(pdev, PCI_64BIT_BAR4);
12206 bar_map_len = pci_resource_len(pdev, PCI_64BIT_BAR4);
12207 phba->pci_bar4_memmap_p = ioremap(bar_map, bar_map_len);
12208 }
12209 return phba->pci_bar4_memmap_p;
12210 default:
12211 break;
12212 }
12213 return NULL;
12214}
12215
12216/**
James Smart173edbb2012-06-12 13:54:50 -040012217 * lpfc_modify_fcp_eq_delay - Modify Delay Multiplier on FCP EQs
12218 * @phba: HBA structure that indicates port to create a queue on.
12219 * @startq: The starting FCP EQ to modify
12220 *
12221 * This function sends an MODIFY_EQ_DELAY mailbox command to the HBA.
12222 *
12223 * The @phba struct is used to send mailbox command to HBA. The @startq
12224 * is used to get the starting FCP EQ to change.
12225 * This function is asynchronous and will wait for the mailbox
12226 * command to finish before continuing.
12227 *
12228 * On success this function will return a zero. If unable to allocate enough
12229 * memory this function will return -ENOMEM. If the queue create mailbox command
12230 * fails this function will return -ENXIO.
12231 **/
12232uint32_t
12233lpfc_modify_fcp_eq_delay(struct lpfc_hba *phba, uint16_t startq)
12234{
12235 struct lpfc_mbx_modify_eq_delay *eq_delay;
12236 LPFC_MBOXQ_t *mbox;
12237 struct lpfc_queue *eq;
12238 int cnt, rc, length, status = 0;
12239 uint32_t shdr_status, shdr_add_status;
James Smartee020062012-09-29 11:28:52 -040012240 uint32_t result;
James Smart173edbb2012-06-12 13:54:50 -040012241 int fcp_eqidx;
12242 union lpfc_sli4_cfg_shdr *shdr;
12243 uint16_t dmult;
12244
James Smart67d12732012-08-03 12:36:13 -040012245 if (startq >= phba->cfg_fcp_io_channel)
James Smart173edbb2012-06-12 13:54:50 -040012246 return 0;
12247
12248 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12249 if (!mbox)
12250 return -ENOMEM;
12251 length = (sizeof(struct lpfc_mbx_modify_eq_delay) -
12252 sizeof(struct lpfc_sli4_cfg_mhdr));
12253 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12254 LPFC_MBOX_OPCODE_MODIFY_EQ_DELAY,
12255 length, LPFC_SLI4_MBX_EMBED);
12256 eq_delay = &mbox->u.mqe.un.eq_delay;
12257
12258 /* Calculate delay multiper from maximum interrupt per second */
James Smartee020062012-09-29 11:28:52 -040012259 result = phba->cfg_fcp_imax / phba->cfg_fcp_io_channel;
12260 if (result > LPFC_DMULT_CONST)
12261 dmult = 0;
12262 else
12263 dmult = LPFC_DMULT_CONST/result - 1;
James Smart173edbb2012-06-12 13:54:50 -040012264
12265 cnt = 0;
James Smart67d12732012-08-03 12:36:13 -040012266 for (fcp_eqidx = startq; fcp_eqidx < phba->cfg_fcp_io_channel;
James Smart173edbb2012-06-12 13:54:50 -040012267 fcp_eqidx++) {
James Smart67d12732012-08-03 12:36:13 -040012268 eq = phba->sli4_hba.hba_eq[fcp_eqidx];
James Smart173edbb2012-06-12 13:54:50 -040012269 if (!eq)
12270 continue;
12271 eq_delay->u.request.eq[cnt].eq_id = eq->queue_id;
12272 eq_delay->u.request.eq[cnt].phase = 0;
12273 eq_delay->u.request.eq[cnt].delay_multi = dmult;
12274 cnt++;
12275 if (cnt >= LPFC_MAX_EQ_DELAY)
12276 break;
12277 }
12278 eq_delay->u.request.num_eq = cnt;
12279
12280 mbox->vport = phba->pport;
12281 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
12282 mbox->context1 = NULL;
12283 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12284 shdr = (union lpfc_sli4_cfg_shdr *) &eq_delay->header.cfg_shdr;
12285 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12286 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12287 if (shdr_status || shdr_add_status || rc) {
12288 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12289 "2512 MODIFY_EQ_DELAY mailbox failed with "
12290 "status x%x add_status x%x, mbx status x%x\n",
12291 shdr_status, shdr_add_status, rc);
12292 status = -ENXIO;
12293 }
12294 mempool_free(mbox, phba->mbox_mem_pool);
12295 return status;
12296}
12297
12298/**
James Smart4f774512009-05-22 14:52:35 -040012299 * lpfc_eq_create - Create an Event Queue on the HBA
12300 * @phba: HBA structure that indicates port to create a queue on.
12301 * @eq: The queue structure to use to create the event queue.
12302 * @imax: The maximum interrupt per second limit.
12303 *
12304 * This function creates an event queue, as detailed in @eq, on a port,
12305 * described by @phba by sending an EQ_CREATE mailbox command to the HBA.
12306 *
12307 * The @phba struct is used to send mailbox command to HBA. The @eq struct
12308 * is used to get the entry count and entry size that are necessary to
12309 * determine the number of pages to allocate and use for this queue. This
12310 * function will send the EQ_CREATE mailbox command to the HBA to setup the
12311 * event queue. This function is asynchronous and will wait for the mailbox
12312 * command to finish before continuing.
12313 *
12314 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012315 * memory this function will return -ENOMEM. If the queue create mailbox command
12316 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012317 **/
12318uint32_t
James Smartee020062012-09-29 11:28:52 -040012319lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax)
James Smart4f774512009-05-22 14:52:35 -040012320{
12321 struct lpfc_mbx_eq_create *eq_create;
12322 LPFC_MBOXQ_t *mbox;
12323 int rc, length, status = 0;
12324 struct lpfc_dmabuf *dmabuf;
12325 uint32_t shdr_status, shdr_add_status;
12326 union lpfc_sli4_cfg_shdr *shdr;
12327 uint16_t dmult;
James Smart49198b32010-04-06 15:04:33 -040012328 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
12329
James Smart2e90f4b2011-12-13 13:22:37 -050012330 /* sanity check on queue memory */
12331 if (!eq)
12332 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012333 if (!phba->sli4_hba.pc_sli4_params.supported)
12334 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012335
12336 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12337 if (!mbox)
12338 return -ENOMEM;
12339 length = (sizeof(struct lpfc_mbx_eq_create) -
12340 sizeof(struct lpfc_sli4_cfg_mhdr));
12341 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12342 LPFC_MBOX_OPCODE_EQ_CREATE,
12343 length, LPFC_SLI4_MBX_EMBED);
12344 eq_create = &mbox->u.mqe.un.eq_create;
12345 bf_set(lpfc_mbx_eq_create_num_pages, &eq_create->u.request,
12346 eq->page_count);
12347 bf_set(lpfc_eq_context_size, &eq_create->u.request.context,
12348 LPFC_EQE_SIZE);
12349 bf_set(lpfc_eq_context_valid, &eq_create->u.request.context, 1);
12350 /* Calculate delay multiper from maximum interrupt per second */
James Smartee020062012-09-29 11:28:52 -040012351 if (imax > LPFC_DMULT_CONST)
12352 dmult = 0;
12353 else
12354 dmult = LPFC_DMULT_CONST/imax - 1;
James Smart4f774512009-05-22 14:52:35 -040012355 bf_set(lpfc_eq_context_delay_multi, &eq_create->u.request.context,
12356 dmult);
12357 switch (eq->entry_count) {
12358 default:
12359 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12360 "0360 Unsupported EQ count. (%d)\n",
12361 eq->entry_count);
12362 if (eq->entry_count < 256)
12363 return -EINVAL;
12364 /* otherwise default to smallest count (drop through) */
12365 case 256:
12366 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12367 LPFC_EQ_CNT_256);
12368 break;
12369 case 512:
12370 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12371 LPFC_EQ_CNT_512);
12372 break;
12373 case 1024:
12374 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12375 LPFC_EQ_CNT_1024);
12376 break;
12377 case 2048:
12378 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12379 LPFC_EQ_CNT_2048);
12380 break;
12381 case 4096:
12382 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12383 LPFC_EQ_CNT_4096);
12384 break;
12385 }
12386 list_for_each_entry(dmabuf, &eq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012387 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012388 eq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
12389 putPaddrLow(dmabuf->phys);
12390 eq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
12391 putPaddrHigh(dmabuf->phys);
12392 }
12393 mbox->vport = phba->pport;
12394 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
12395 mbox->context1 = NULL;
12396 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12397 shdr = (union lpfc_sli4_cfg_shdr *) &eq_create->header.cfg_shdr;
12398 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12399 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12400 if (shdr_status || shdr_add_status || rc) {
12401 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12402 "2500 EQ_CREATE mailbox failed with "
12403 "status x%x add_status x%x, mbx status x%x\n",
12404 shdr_status, shdr_add_status, rc);
12405 status = -ENXIO;
12406 }
12407 eq->type = LPFC_EQ;
12408 eq->subtype = LPFC_NONE;
12409 eq->queue_id = bf_get(lpfc_mbx_eq_create_q_id, &eq_create->u.response);
12410 if (eq->queue_id == 0xFFFF)
12411 status = -ENXIO;
12412 eq->host_index = 0;
12413 eq->hba_index = 0;
12414
James Smart8fa38512009-07-19 10:01:03 -040012415 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012416 return status;
12417}
12418
12419/**
12420 * lpfc_cq_create - Create a Completion Queue on the HBA
12421 * @phba: HBA structure that indicates port to create a queue on.
12422 * @cq: The queue structure to use to create the completion queue.
12423 * @eq: The event queue to bind this completion queue to.
12424 *
12425 * This function creates a completion queue, as detailed in @wq, on a port,
12426 * described by @phba by sending a CQ_CREATE mailbox command to the HBA.
12427 *
12428 * The @phba struct is used to send mailbox command to HBA. The @cq struct
12429 * is used to get the entry count and entry size that are necessary to
12430 * determine the number of pages to allocate and use for this queue. The @eq
12431 * is used to indicate which event queue to bind this completion queue to. This
12432 * function will send the CQ_CREATE mailbox command to the HBA to setup the
12433 * completion queue. This function is asynchronous and will wait for the mailbox
12434 * command to finish before continuing.
12435 *
12436 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012437 * memory this function will return -ENOMEM. If the queue create mailbox command
12438 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012439 **/
12440uint32_t
12441lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq,
12442 struct lpfc_queue *eq, uint32_t type, uint32_t subtype)
12443{
12444 struct lpfc_mbx_cq_create *cq_create;
12445 struct lpfc_dmabuf *dmabuf;
12446 LPFC_MBOXQ_t *mbox;
12447 int rc, length, status = 0;
12448 uint32_t shdr_status, shdr_add_status;
12449 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012450 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
12451
James Smart2e90f4b2011-12-13 13:22:37 -050012452 /* sanity check on queue memory */
12453 if (!cq || !eq)
12454 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012455 if (!phba->sli4_hba.pc_sli4_params.supported)
12456 hw_page_size = SLI4_PAGE_SIZE;
12457
James Smart4f774512009-05-22 14:52:35 -040012458 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12459 if (!mbox)
12460 return -ENOMEM;
12461 length = (sizeof(struct lpfc_mbx_cq_create) -
12462 sizeof(struct lpfc_sli4_cfg_mhdr));
12463 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12464 LPFC_MBOX_OPCODE_CQ_CREATE,
12465 length, LPFC_SLI4_MBX_EMBED);
12466 cq_create = &mbox->u.mqe.un.cq_create;
James Smart5a6f1332011-03-11 16:05:35 -050012467 shdr = (union lpfc_sli4_cfg_shdr *) &cq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040012468 bf_set(lpfc_mbx_cq_create_num_pages, &cq_create->u.request,
12469 cq->page_count);
12470 bf_set(lpfc_cq_context_event, &cq_create->u.request.context, 1);
12471 bf_set(lpfc_cq_context_valid, &cq_create->u.request.context, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012472 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12473 phba->sli4_hba.pc_sli4_params.cqv);
12474 if (phba->sli4_hba.pc_sli4_params.cqv == LPFC_Q_CREATE_VERSION_2) {
James Smartc31098c2011-04-16 11:03:33 -040012475 /* FW only supports 1. Should be PAGE_SIZE/SLI4_PAGE_SIZE */
12476 bf_set(lpfc_mbx_cq_create_page_size, &cq_create->u.request, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012477 bf_set(lpfc_cq_eq_id_2, &cq_create->u.request.context,
12478 eq->queue_id);
12479 } else {
12480 bf_set(lpfc_cq_eq_id, &cq_create->u.request.context,
12481 eq->queue_id);
12482 }
James Smart4f774512009-05-22 14:52:35 -040012483 switch (cq->entry_count) {
12484 default:
12485 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12486 "0361 Unsupported CQ count. (%d)\n",
12487 cq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040012488 if (cq->entry_count < 256) {
12489 status = -EINVAL;
12490 goto out;
12491 }
James Smart4f774512009-05-22 14:52:35 -040012492 /* otherwise default to smallest count (drop through) */
12493 case 256:
12494 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12495 LPFC_CQ_CNT_256);
12496 break;
12497 case 512:
12498 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12499 LPFC_CQ_CNT_512);
12500 break;
12501 case 1024:
12502 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12503 LPFC_CQ_CNT_1024);
12504 break;
12505 }
12506 list_for_each_entry(dmabuf, &cq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012507 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012508 cq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
12509 putPaddrLow(dmabuf->phys);
12510 cq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
12511 putPaddrHigh(dmabuf->phys);
12512 }
12513 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12514
12515 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040012516 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12517 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12518 if (shdr_status || shdr_add_status || rc) {
12519 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12520 "2501 CQ_CREATE mailbox failed with "
12521 "status x%x add_status x%x, mbx status x%x\n",
12522 shdr_status, shdr_add_status, rc);
12523 status = -ENXIO;
12524 goto out;
12525 }
12526 cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response);
12527 if (cq->queue_id == 0xFFFF) {
12528 status = -ENXIO;
12529 goto out;
12530 }
12531 /* link the cq onto the parent eq child list */
12532 list_add_tail(&cq->list, &eq->child_list);
12533 /* Set up completion queue's type and subtype */
12534 cq->type = type;
12535 cq->subtype = subtype;
12536 cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response);
James Smart2a622bf2011-02-16 12:40:06 -050012537 cq->assoc_qid = eq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040012538 cq->host_index = 0;
12539 cq->hba_index = 0;
James Smart4f774512009-05-22 14:52:35 -040012540
James Smart8fa38512009-07-19 10:01:03 -040012541out:
12542 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012543 return status;
12544}
12545
12546/**
James Smartb19a0612010-04-06 14:48:51 -040012547 * lpfc_mq_create_fb_init - Send MCC_CREATE without async events registration
James Smart04c68492009-05-22 14:52:52 -040012548 * @phba: HBA structure that indicates port to create a queue on.
12549 * @mq: The queue structure to use to create the mailbox queue.
James Smartb19a0612010-04-06 14:48:51 -040012550 * @mbox: An allocated pointer to type LPFC_MBOXQ_t
12551 * @cq: The completion queue to associate with this cq.
James Smart04c68492009-05-22 14:52:52 -040012552 *
James Smartb19a0612010-04-06 14:48:51 -040012553 * This function provides failback (fb) functionality when the
12554 * mq_create_ext fails on older FW generations. It's purpose is identical
12555 * to mq_create_ext otherwise.
James Smart04c68492009-05-22 14:52:52 -040012556 *
James Smartb19a0612010-04-06 14:48:51 -040012557 * This routine cannot fail as all attributes were previously accessed and
12558 * initialized in mq_create_ext.
James Smart04c68492009-05-22 14:52:52 -040012559 **/
James Smartb19a0612010-04-06 14:48:51 -040012560static void
12561lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq,
12562 LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq)
James Smart04c68492009-05-22 14:52:52 -040012563{
12564 struct lpfc_mbx_mq_create *mq_create;
12565 struct lpfc_dmabuf *dmabuf;
James Smartb19a0612010-04-06 14:48:51 -040012566 int length;
James Smart04c68492009-05-22 14:52:52 -040012567
James Smart04c68492009-05-22 14:52:52 -040012568 length = (sizeof(struct lpfc_mbx_mq_create) -
12569 sizeof(struct lpfc_sli4_cfg_mhdr));
12570 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12571 LPFC_MBOX_OPCODE_MQ_CREATE,
12572 length, LPFC_SLI4_MBX_EMBED);
12573 mq_create = &mbox->u.mqe.un.mq_create;
12574 bf_set(lpfc_mbx_mq_create_num_pages, &mq_create->u.request,
James Smartb19a0612010-04-06 14:48:51 -040012575 mq->page_count);
James Smart04c68492009-05-22 14:52:52 -040012576 bf_set(lpfc_mq_context_cq_id, &mq_create->u.request.context,
James Smartb19a0612010-04-06 14:48:51 -040012577 cq->queue_id);
James Smart04c68492009-05-22 14:52:52 -040012578 bf_set(lpfc_mq_context_valid, &mq_create->u.request.context, 1);
12579 switch (mq->entry_count) {
James Smart04c68492009-05-22 14:52:52 -040012580 case 16:
James Smart5a6f1332011-03-11 16:05:35 -050012581 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12582 LPFC_MQ_RING_SIZE_16);
James Smart04c68492009-05-22 14:52:52 -040012583 break;
12584 case 32:
James Smart5a6f1332011-03-11 16:05:35 -050012585 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12586 LPFC_MQ_RING_SIZE_32);
James Smart04c68492009-05-22 14:52:52 -040012587 break;
12588 case 64:
James Smart5a6f1332011-03-11 16:05:35 -050012589 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12590 LPFC_MQ_RING_SIZE_64);
James Smart04c68492009-05-22 14:52:52 -040012591 break;
12592 case 128:
James Smart5a6f1332011-03-11 16:05:35 -050012593 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12594 LPFC_MQ_RING_SIZE_128);
James Smart04c68492009-05-22 14:52:52 -040012595 break;
12596 }
12597 list_for_each_entry(dmabuf, &mq->page_list, list) {
12598 mq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
James Smartb19a0612010-04-06 14:48:51 -040012599 putPaddrLow(dmabuf->phys);
James Smart04c68492009-05-22 14:52:52 -040012600 mq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
James Smartb19a0612010-04-06 14:48:51 -040012601 putPaddrHigh(dmabuf->phys);
12602 }
12603}
12604
12605/**
12606 * lpfc_mq_create - Create a mailbox Queue on the HBA
12607 * @phba: HBA structure that indicates port to create a queue on.
12608 * @mq: The queue structure to use to create the mailbox queue.
12609 * @cq: The completion queue to associate with this cq.
12610 * @subtype: The queue's subtype.
12611 *
12612 * This function creates a mailbox queue, as detailed in @mq, on a port,
12613 * described by @phba by sending a MQ_CREATE mailbox command to the HBA.
12614 *
12615 * The @phba struct is used to send mailbox command to HBA. The @cq struct
12616 * is used to get the entry count and entry size that are necessary to
12617 * determine the number of pages to allocate and use for this queue. This
12618 * function will send the MQ_CREATE mailbox command to the HBA to setup the
12619 * mailbox queue. This function is asynchronous and will wait for the mailbox
12620 * command to finish before continuing.
12621 *
12622 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012623 * memory this function will return -ENOMEM. If the queue create mailbox command
12624 * fails this function will return -ENXIO.
James Smartb19a0612010-04-06 14:48:51 -040012625 **/
12626int32_t
12627lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq,
12628 struct lpfc_queue *cq, uint32_t subtype)
12629{
12630 struct lpfc_mbx_mq_create *mq_create;
12631 struct lpfc_mbx_mq_create_ext *mq_create_ext;
12632 struct lpfc_dmabuf *dmabuf;
12633 LPFC_MBOXQ_t *mbox;
12634 int rc, length, status = 0;
12635 uint32_t shdr_status, shdr_add_status;
12636 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012637 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smartb19a0612010-04-06 14:48:51 -040012638
James Smart2e90f4b2011-12-13 13:22:37 -050012639 /* sanity check on queue memory */
12640 if (!mq || !cq)
12641 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012642 if (!phba->sli4_hba.pc_sli4_params.supported)
12643 hw_page_size = SLI4_PAGE_SIZE;
James Smartb19a0612010-04-06 14:48:51 -040012644
12645 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12646 if (!mbox)
12647 return -ENOMEM;
12648 length = (sizeof(struct lpfc_mbx_mq_create_ext) -
12649 sizeof(struct lpfc_sli4_cfg_mhdr));
12650 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12651 LPFC_MBOX_OPCODE_MQ_CREATE_EXT,
12652 length, LPFC_SLI4_MBX_EMBED);
12653
12654 mq_create_ext = &mbox->u.mqe.un.mq_create_ext;
James Smart5a6f1332011-03-11 16:05:35 -050012655 shdr = (union lpfc_sli4_cfg_shdr *) &mq_create_ext->header.cfg_shdr;
James Smart70f3c072010-12-15 17:57:33 -050012656 bf_set(lpfc_mbx_mq_create_ext_num_pages,
12657 &mq_create_ext->u.request, mq->page_count);
12658 bf_set(lpfc_mbx_mq_create_ext_async_evt_link,
12659 &mq_create_ext->u.request, 1);
12660 bf_set(lpfc_mbx_mq_create_ext_async_evt_fip,
James Smartb19a0612010-04-06 14:48:51 -040012661 &mq_create_ext->u.request, 1);
12662 bf_set(lpfc_mbx_mq_create_ext_async_evt_group5,
12663 &mq_create_ext->u.request, 1);
James Smart70f3c072010-12-15 17:57:33 -050012664 bf_set(lpfc_mbx_mq_create_ext_async_evt_fc,
12665 &mq_create_ext->u.request, 1);
12666 bf_set(lpfc_mbx_mq_create_ext_async_evt_sli,
12667 &mq_create_ext->u.request, 1);
James Smartb19a0612010-04-06 14:48:51 -040012668 bf_set(lpfc_mq_context_valid, &mq_create_ext->u.request.context, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012669 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12670 phba->sli4_hba.pc_sli4_params.mqv);
12671 if (phba->sli4_hba.pc_sli4_params.mqv == LPFC_Q_CREATE_VERSION_1)
12672 bf_set(lpfc_mbx_mq_create_ext_cq_id, &mq_create_ext->u.request,
12673 cq->queue_id);
12674 else
12675 bf_set(lpfc_mq_context_cq_id, &mq_create_ext->u.request.context,
12676 cq->queue_id);
James Smartb19a0612010-04-06 14:48:51 -040012677 switch (mq->entry_count) {
12678 default:
12679 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12680 "0362 Unsupported MQ count. (%d)\n",
12681 mq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040012682 if (mq->entry_count < 16) {
12683 status = -EINVAL;
12684 goto out;
12685 }
James Smartb19a0612010-04-06 14:48:51 -040012686 /* otherwise default to smallest count (drop through) */
12687 case 16:
James Smart5a6f1332011-03-11 16:05:35 -050012688 bf_set(lpfc_mq_context_ring_size,
12689 &mq_create_ext->u.request.context,
12690 LPFC_MQ_RING_SIZE_16);
James Smartb19a0612010-04-06 14:48:51 -040012691 break;
12692 case 32:
James Smart5a6f1332011-03-11 16:05:35 -050012693 bf_set(lpfc_mq_context_ring_size,
12694 &mq_create_ext->u.request.context,
12695 LPFC_MQ_RING_SIZE_32);
James Smartb19a0612010-04-06 14:48:51 -040012696 break;
12697 case 64:
James Smart5a6f1332011-03-11 16:05:35 -050012698 bf_set(lpfc_mq_context_ring_size,
12699 &mq_create_ext->u.request.context,
12700 LPFC_MQ_RING_SIZE_64);
James Smartb19a0612010-04-06 14:48:51 -040012701 break;
12702 case 128:
James Smart5a6f1332011-03-11 16:05:35 -050012703 bf_set(lpfc_mq_context_ring_size,
12704 &mq_create_ext->u.request.context,
12705 LPFC_MQ_RING_SIZE_128);
James Smartb19a0612010-04-06 14:48:51 -040012706 break;
12707 }
12708 list_for_each_entry(dmabuf, &mq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012709 memset(dmabuf->virt, 0, hw_page_size);
James Smartb19a0612010-04-06 14:48:51 -040012710 mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_lo =
12711 putPaddrLow(dmabuf->phys);
12712 mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_hi =
James Smart04c68492009-05-22 14:52:52 -040012713 putPaddrHigh(dmabuf->phys);
12714 }
12715 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smartb19a0612010-04-06 14:48:51 -040012716 mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id,
12717 &mq_create_ext->u.response);
12718 if (rc != MBX_SUCCESS) {
12719 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
12720 "2795 MQ_CREATE_EXT failed with "
12721 "status x%x. Failback to MQ_CREATE.\n",
12722 rc);
12723 lpfc_mq_create_fb_init(phba, mq, mbox, cq);
12724 mq_create = &mbox->u.mqe.un.mq_create;
12725 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12726 shdr = (union lpfc_sli4_cfg_shdr *) &mq_create->header.cfg_shdr;
12727 mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id,
12728 &mq_create->u.response);
12729 }
12730
James Smart04c68492009-05-22 14:52:52 -040012731 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart04c68492009-05-22 14:52:52 -040012732 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12733 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12734 if (shdr_status || shdr_add_status || rc) {
12735 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12736 "2502 MQ_CREATE mailbox failed with "
12737 "status x%x add_status x%x, mbx status x%x\n",
12738 shdr_status, shdr_add_status, rc);
12739 status = -ENXIO;
12740 goto out;
12741 }
James Smart04c68492009-05-22 14:52:52 -040012742 if (mq->queue_id == 0xFFFF) {
12743 status = -ENXIO;
12744 goto out;
12745 }
12746 mq->type = LPFC_MQ;
James Smart2a622bf2011-02-16 12:40:06 -050012747 mq->assoc_qid = cq->queue_id;
James Smart04c68492009-05-22 14:52:52 -040012748 mq->subtype = subtype;
12749 mq->host_index = 0;
12750 mq->hba_index = 0;
12751
12752 /* link the mq onto the parent cq child list */
12753 list_add_tail(&mq->list, &cq->child_list);
12754out:
James Smart8fa38512009-07-19 10:01:03 -040012755 mempool_free(mbox, phba->mbox_mem_pool);
James Smart04c68492009-05-22 14:52:52 -040012756 return status;
12757}
12758
12759/**
James Smart4f774512009-05-22 14:52:35 -040012760 * lpfc_wq_create - Create a Work Queue on the HBA
12761 * @phba: HBA structure that indicates port to create a queue on.
12762 * @wq: The queue structure to use to create the work queue.
12763 * @cq: The completion queue to bind this work queue to.
12764 * @subtype: The subtype of the work queue indicating its functionality.
12765 *
12766 * This function creates a work queue, as detailed in @wq, on a port, described
12767 * by @phba by sending a WQ_CREATE mailbox command to the HBA.
12768 *
12769 * The @phba struct is used to send mailbox command to HBA. The @wq struct
12770 * is used to get the entry count and entry size that are necessary to
12771 * determine the number of pages to allocate and use for this queue. The @cq
12772 * is used to indicate which completion queue to bind this work queue to. This
12773 * function will send the WQ_CREATE mailbox command to the HBA to setup the
12774 * work queue. This function is asynchronous and will wait for the mailbox
12775 * command to finish before continuing.
12776 *
12777 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012778 * memory this function will return -ENOMEM. If the queue create mailbox command
12779 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012780 **/
12781uint32_t
12782lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq,
12783 struct lpfc_queue *cq, uint32_t subtype)
12784{
12785 struct lpfc_mbx_wq_create *wq_create;
12786 struct lpfc_dmabuf *dmabuf;
12787 LPFC_MBOXQ_t *mbox;
12788 int rc, length, status = 0;
12789 uint32_t shdr_status, shdr_add_status;
12790 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012791 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart5a6f1332011-03-11 16:05:35 -050012792 struct dma_address *page;
James Smart962bc512013-01-03 15:44:00 -050012793 void __iomem *bar_memmap_p;
12794 uint32_t db_offset;
12795 uint16_t pci_barset;
James Smart49198b32010-04-06 15:04:33 -040012796
James Smart2e90f4b2011-12-13 13:22:37 -050012797 /* sanity check on queue memory */
12798 if (!wq || !cq)
12799 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012800 if (!phba->sli4_hba.pc_sli4_params.supported)
12801 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012802
12803 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12804 if (!mbox)
12805 return -ENOMEM;
12806 length = (sizeof(struct lpfc_mbx_wq_create) -
12807 sizeof(struct lpfc_sli4_cfg_mhdr));
12808 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
12809 LPFC_MBOX_OPCODE_FCOE_WQ_CREATE,
12810 length, LPFC_SLI4_MBX_EMBED);
12811 wq_create = &mbox->u.mqe.un.wq_create;
James Smart5a6f1332011-03-11 16:05:35 -050012812 shdr = (union lpfc_sli4_cfg_shdr *) &wq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040012813 bf_set(lpfc_mbx_wq_create_num_pages, &wq_create->u.request,
12814 wq->page_count);
12815 bf_set(lpfc_mbx_wq_create_cq_id, &wq_create->u.request,
12816 cq->queue_id);
James Smart5a6f1332011-03-11 16:05:35 -050012817 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12818 phba->sli4_hba.pc_sli4_params.wqv);
James Smart962bc512013-01-03 15:44:00 -050012819
James Smart5a6f1332011-03-11 16:05:35 -050012820 if (phba->sli4_hba.pc_sli4_params.wqv == LPFC_Q_CREATE_VERSION_1) {
12821 bf_set(lpfc_mbx_wq_create_wqe_count, &wq_create->u.request_1,
12822 wq->entry_count);
12823 switch (wq->entry_size) {
12824 default:
12825 case 64:
12826 bf_set(lpfc_mbx_wq_create_wqe_size,
12827 &wq_create->u.request_1,
12828 LPFC_WQ_WQE_SIZE_64);
12829 break;
12830 case 128:
12831 bf_set(lpfc_mbx_wq_create_wqe_size,
12832 &wq_create->u.request_1,
12833 LPFC_WQ_WQE_SIZE_128);
12834 break;
12835 }
12836 bf_set(lpfc_mbx_wq_create_page_size, &wq_create->u.request_1,
12837 (PAGE_SIZE/SLI4_PAGE_SIZE));
12838 page = wq_create->u.request_1.page;
12839 } else {
12840 page = wq_create->u.request.page;
12841 }
James Smart4f774512009-05-22 14:52:35 -040012842 list_for_each_entry(dmabuf, &wq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012843 memset(dmabuf->virt, 0, hw_page_size);
James Smart5a6f1332011-03-11 16:05:35 -050012844 page[dmabuf->buffer_tag].addr_lo = putPaddrLow(dmabuf->phys);
12845 page[dmabuf->buffer_tag].addr_hi = putPaddrHigh(dmabuf->phys);
James Smart4f774512009-05-22 14:52:35 -040012846 }
James Smart962bc512013-01-03 15:44:00 -050012847
12848 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
12849 bf_set(lpfc_mbx_wq_create_dua, &wq_create->u.request, 1);
12850
James Smart4f774512009-05-22 14:52:35 -040012851 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12852 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040012853 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12854 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12855 if (shdr_status || shdr_add_status || rc) {
12856 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12857 "2503 WQ_CREATE mailbox failed with "
12858 "status x%x add_status x%x, mbx status x%x\n",
12859 shdr_status, shdr_add_status, rc);
12860 status = -ENXIO;
12861 goto out;
12862 }
12863 wq->queue_id = bf_get(lpfc_mbx_wq_create_q_id, &wq_create->u.response);
12864 if (wq->queue_id == 0xFFFF) {
12865 status = -ENXIO;
12866 goto out;
12867 }
James Smart962bc512013-01-03 15:44:00 -050012868 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) {
12869 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format,
12870 &wq_create->u.response);
12871 if ((wq->db_format != LPFC_DB_LIST_FORMAT) &&
12872 (wq->db_format != LPFC_DB_RING_FORMAT)) {
12873 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12874 "3265 WQ[%d] doorbell format not "
12875 "supported: x%x\n", wq->queue_id,
12876 wq->db_format);
12877 status = -EINVAL;
12878 goto out;
12879 }
12880 pci_barset = bf_get(lpfc_mbx_wq_create_bar_set,
12881 &wq_create->u.response);
12882 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset);
12883 if (!bar_memmap_p) {
12884 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12885 "3263 WQ[%d] failed to memmap pci "
12886 "barset:x%x\n", wq->queue_id,
12887 pci_barset);
12888 status = -ENOMEM;
12889 goto out;
12890 }
12891 db_offset = wq_create->u.response.doorbell_offset;
12892 if ((db_offset != LPFC_ULP0_WQ_DOORBELL) &&
12893 (db_offset != LPFC_ULP1_WQ_DOORBELL)) {
12894 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12895 "3252 WQ[%d] doorbell offset not "
12896 "supported: x%x\n", wq->queue_id,
12897 db_offset);
12898 status = -EINVAL;
12899 goto out;
12900 }
12901 wq->db_regaddr = bar_memmap_p + db_offset;
12902 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarta22e7db2013-04-17 20:16:37 -040012903 "3264 WQ[%d]: barset:x%x, offset:x%x, "
12904 "format:x%x\n", wq->queue_id, pci_barset,
12905 db_offset, wq->db_format);
James Smart962bc512013-01-03 15:44:00 -050012906 } 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,
James Smarta22e7db2013-04-17 20:16:37 -040013125 "3266 RQ[qid:%d]: barset:x%x, offset:x%x, "
13126 "format:x%x\n", hrq->queue_id, pci_barset,
13127 db_offset, hrq->db_format);
James Smart962bc512013-01-03 15:44:00 -050013128 } else {
13129 hrq->db_format = LPFC_DB_RING_FORMAT;
13130 hrq->db_regaddr = phba->sli4_hba.RQDBregaddr;
13131 }
James Smart4f774512009-05-22 14:52:35 -040013132 hrq->type = LPFC_HRQ;
James Smart2a622bf2011-02-16 12:40:06 -050013133 hrq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040013134 hrq->subtype = subtype;
13135 hrq->host_index = 0;
13136 hrq->hba_index = 0;
13137
13138 /* now create the data queue */
13139 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13140 LPFC_MBOX_OPCODE_FCOE_RQ_CREATE,
13141 length, LPFC_SLI4_MBX_EMBED);
James Smart5a6f1332011-03-11 16:05:35 -050013142 bf_set(lpfc_mbox_hdr_version, &shdr->request,
13143 phba->sli4_hba.pc_sli4_params.rqv);
13144 if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) {
13145 bf_set(lpfc_rq_context_rqe_count_1,
James Smartc31098c2011-04-16 11:03:33 -040013146 &rq_create->u.request.context, hrq->entry_count);
James Smart5a6f1332011-03-11 16:05:35 -050013147 rq_create->u.request.context.buffer_size = LPFC_DATA_BUF_SIZE;
James Smartc31098c2011-04-16 11:03:33 -040013148 bf_set(lpfc_rq_context_rqe_size, &rq_create->u.request.context,
13149 LPFC_RQE_SIZE_8);
13150 bf_set(lpfc_rq_context_page_size, &rq_create->u.request.context,
13151 (PAGE_SIZE/SLI4_PAGE_SIZE));
James Smart5a6f1332011-03-11 16:05:35 -050013152 } else {
13153 switch (drq->entry_count) {
13154 default:
13155 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13156 "2536 Unsupported RQ count. (%d)\n",
13157 drq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040013158 if (drq->entry_count < 512) {
13159 status = -EINVAL;
13160 goto out;
13161 }
James Smart5a6f1332011-03-11 16:05:35 -050013162 /* otherwise default to smallest count (drop through) */
13163 case 512:
13164 bf_set(lpfc_rq_context_rqe_count,
13165 &rq_create->u.request.context,
13166 LPFC_RQ_RING_SIZE_512);
13167 break;
13168 case 1024:
13169 bf_set(lpfc_rq_context_rqe_count,
13170 &rq_create->u.request.context,
13171 LPFC_RQ_RING_SIZE_1024);
13172 break;
13173 case 2048:
13174 bf_set(lpfc_rq_context_rqe_count,
13175 &rq_create->u.request.context,
13176 LPFC_RQ_RING_SIZE_2048);
13177 break;
13178 case 4096:
13179 bf_set(lpfc_rq_context_rqe_count,
13180 &rq_create->u.request.context,
13181 LPFC_RQ_RING_SIZE_4096);
13182 break;
13183 }
13184 bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context,
13185 LPFC_DATA_BUF_SIZE);
James Smart4f774512009-05-22 14:52:35 -040013186 }
13187 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context,
13188 cq->queue_id);
13189 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request,
13190 drq->page_count);
James Smart4f774512009-05-22 14:52:35 -040013191 list_for_each_entry(dmabuf, &drq->page_list, list) {
13192 rq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
13193 putPaddrLow(dmabuf->phys);
13194 rq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
13195 putPaddrHigh(dmabuf->phys);
13196 }
James Smart962bc512013-01-03 15:44:00 -050013197 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
13198 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1);
James Smart4f774512009-05-22 14:52:35 -040013199 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13200 /* The IOCTL status is embedded in the mailbox subheader. */
13201 shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr;
13202 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13203 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13204 if (shdr_status || shdr_add_status || rc) {
13205 status = -ENXIO;
13206 goto out;
13207 }
13208 drq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response);
13209 if (drq->queue_id == 0xFFFF) {
13210 status = -ENXIO;
13211 goto out;
13212 }
13213 drq->type = LPFC_DRQ;
James Smart2a622bf2011-02-16 12:40:06 -050013214 drq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040013215 drq->subtype = subtype;
13216 drq->host_index = 0;
13217 drq->hba_index = 0;
13218
13219 /* link the header and data RQs onto the parent cq child list */
13220 list_add_tail(&hrq->list, &cq->child_list);
13221 list_add_tail(&drq->list, &cq->child_list);
13222
13223out:
James Smart8fa38512009-07-19 10:01:03 -040013224 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013225 return status;
13226}
13227
13228/**
13229 * lpfc_eq_destroy - Destroy an event Queue on the HBA
13230 * @eq: The queue structure associated with the queue to destroy.
13231 *
13232 * This function destroys a queue, as detailed in @eq by sending an mailbox
13233 * command, specific to the type of queue, to the HBA.
13234 *
13235 * The @eq struct is used to get the queue ID of the queue to destroy.
13236 *
13237 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013238 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013239 **/
13240uint32_t
13241lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq)
13242{
13243 LPFC_MBOXQ_t *mbox;
13244 int rc, length, status = 0;
13245 uint32_t shdr_status, shdr_add_status;
13246 union lpfc_sli4_cfg_shdr *shdr;
13247
James Smart2e90f4b2011-12-13 13:22:37 -050013248 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013249 if (!eq)
13250 return -ENODEV;
13251 mbox = mempool_alloc(eq->phba->mbox_mem_pool, GFP_KERNEL);
13252 if (!mbox)
13253 return -ENOMEM;
13254 length = (sizeof(struct lpfc_mbx_eq_destroy) -
13255 sizeof(struct lpfc_sli4_cfg_mhdr));
13256 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
13257 LPFC_MBOX_OPCODE_EQ_DESTROY,
13258 length, LPFC_SLI4_MBX_EMBED);
13259 bf_set(lpfc_mbx_eq_destroy_q_id, &mbox->u.mqe.un.eq_destroy.u.request,
13260 eq->queue_id);
13261 mbox->vport = eq->phba->pport;
13262 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13263
13264 rc = lpfc_sli_issue_mbox(eq->phba, mbox, MBX_POLL);
13265 /* The IOCTL status is embedded in the mailbox subheader. */
13266 shdr = (union lpfc_sli4_cfg_shdr *)
13267 &mbox->u.mqe.un.eq_destroy.header.cfg_shdr;
13268 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13269 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13270 if (shdr_status || shdr_add_status || rc) {
13271 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13272 "2505 EQ_DESTROY mailbox failed with "
13273 "status x%x add_status x%x, mbx status x%x\n",
13274 shdr_status, shdr_add_status, rc);
13275 status = -ENXIO;
13276 }
13277
13278 /* Remove eq from any list */
13279 list_del_init(&eq->list);
James Smart8fa38512009-07-19 10:01:03 -040013280 mempool_free(mbox, eq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013281 return status;
13282}
13283
13284/**
13285 * lpfc_cq_destroy - Destroy a Completion Queue on the HBA
13286 * @cq: The queue structure associated with the queue to destroy.
13287 *
13288 * This function destroys a queue, as detailed in @cq by sending an mailbox
13289 * command, specific to the type of queue, to the HBA.
13290 *
13291 * The @cq struct is used to get the queue ID of the queue to destroy.
13292 *
13293 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013294 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013295 **/
13296uint32_t
13297lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq)
13298{
13299 LPFC_MBOXQ_t *mbox;
13300 int rc, length, status = 0;
13301 uint32_t shdr_status, shdr_add_status;
13302 union lpfc_sli4_cfg_shdr *shdr;
13303
James Smart2e90f4b2011-12-13 13:22:37 -050013304 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013305 if (!cq)
13306 return -ENODEV;
13307 mbox = mempool_alloc(cq->phba->mbox_mem_pool, GFP_KERNEL);
13308 if (!mbox)
13309 return -ENOMEM;
13310 length = (sizeof(struct lpfc_mbx_cq_destroy) -
13311 sizeof(struct lpfc_sli4_cfg_mhdr));
13312 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
13313 LPFC_MBOX_OPCODE_CQ_DESTROY,
13314 length, LPFC_SLI4_MBX_EMBED);
13315 bf_set(lpfc_mbx_cq_destroy_q_id, &mbox->u.mqe.un.cq_destroy.u.request,
13316 cq->queue_id);
13317 mbox->vport = cq->phba->pport;
13318 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13319 rc = lpfc_sli_issue_mbox(cq->phba, mbox, MBX_POLL);
13320 /* The IOCTL status is embedded in the mailbox subheader. */
13321 shdr = (union lpfc_sli4_cfg_shdr *)
13322 &mbox->u.mqe.un.wq_create.header.cfg_shdr;
13323 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13324 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13325 if (shdr_status || shdr_add_status || rc) {
13326 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13327 "2506 CQ_DESTROY mailbox failed with "
13328 "status x%x add_status x%x, mbx status x%x\n",
13329 shdr_status, shdr_add_status, rc);
13330 status = -ENXIO;
13331 }
13332 /* Remove cq from any list */
13333 list_del_init(&cq->list);
James Smart8fa38512009-07-19 10:01:03 -040013334 mempool_free(mbox, cq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013335 return status;
13336}
13337
13338/**
James Smart04c68492009-05-22 14:52:52 -040013339 * lpfc_mq_destroy - Destroy a Mailbox Queue on the HBA
13340 * @qm: The queue structure associated with the queue to destroy.
13341 *
13342 * This function destroys a queue, as detailed in @mq by sending an mailbox
13343 * command, specific to the type of queue, to the HBA.
13344 *
13345 * The @mq struct is used to get the queue ID of the queue to destroy.
13346 *
13347 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013348 * command fails this function will return -ENXIO.
James Smart04c68492009-05-22 14:52:52 -040013349 **/
13350uint32_t
13351lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq)
13352{
13353 LPFC_MBOXQ_t *mbox;
13354 int rc, length, status = 0;
13355 uint32_t shdr_status, shdr_add_status;
13356 union lpfc_sli4_cfg_shdr *shdr;
13357
James Smart2e90f4b2011-12-13 13:22:37 -050013358 /* sanity check on queue memory */
James Smart04c68492009-05-22 14:52:52 -040013359 if (!mq)
13360 return -ENODEV;
13361 mbox = mempool_alloc(mq->phba->mbox_mem_pool, GFP_KERNEL);
13362 if (!mbox)
13363 return -ENOMEM;
13364 length = (sizeof(struct lpfc_mbx_mq_destroy) -
13365 sizeof(struct lpfc_sli4_cfg_mhdr));
13366 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
13367 LPFC_MBOX_OPCODE_MQ_DESTROY,
13368 length, LPFC_SLI4_MBX_EMBED);
13369 bf_set(lpfc_mbx_mq_destroy_q_id, &mbox->u.mqe.un.mq_destroy.u.request,
13370 mq->queue_id);
13371 mbox->vport = mq->phba->pport;
13372 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13373 rc = lpfc_sli_issue_mbox(mq->phba, mbox, MBX_POLL);
13374 /* The IOCTL status is embedded in the mailbox subheader. */
13375 shdr = (union lpfc_sli4_cfg_shdr *)
13376 &mbox->u.mqe.un.mq_destroy.header.cfg_shdr;
13377 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13378 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13379 if (shdr_status || shdr_add_status || rc) {
13380 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13381 "2507 MQ_DESTROY mailbox failed with "
13382 "status x%x add_status x%x, mbx status x%x\n",
13383 shdr_status, shdr_add_status, rc);
13384 status = -ENXIO;
13385 }
13386 /* Remove mq from any list */
13387 list_del_init(&mq->list);
James Smart8fa38512009-07-19 10:01:03 -040013388 mempool_free(mbox, mq->phba->mbox_mem_pool);
James Smart04c68492009-05-22 14:52:52 -040013389 return status;
13390}
13391
13392/**
James Smart4f774512009-05-22 14:52:35 -040013393 * lpfc_wq_destroy - Destroy a Work Queue on the HBA
13394 * @wq: The queue structure associated with the queue to destroy.
13395 *
13396 * This function destroys a queue, as detailed in @wq by sending an mailbox
13397 * command, specific to the type of queue, to the HBA.
13398 *
13399 * The @wq struct is used to get the queue ID of the queue to destroy.
13400 *
13401 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013402 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013403 **/
13404uint32_t
13405lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq)
13406{
13407 LPFC_MBOXQ_t *mbox;
13408 int rc, length, status = 0;
13409 uint32_t shdr_status, shdr_add_status;
13410 union lpfc_sli4_cfg_shdr *shdr;
13411
James Smart2e90f4b2011-12-13 13:22:37 -050013412 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013413 if (!wq)
13414 return -ENODEV;
13415 mbox = mempool_alloc(wq->phba->mbox_mem_pool, GFP_KERNEL);
13416 if (!mbox)
13417 return -ENOMEM;
13418 length = (sizeof(struct lpfc_mbx_wq_destroy) -
13419 sizeof(struct lpfc_sli4_cfg_mhdr));
13420 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13421 LPFC_MBOX_OPCODE_FCOE_WQ_DESTROY,
13422 length, LPFC_SLI4_MBX_EMBED);
13423 bf_set(lpfc_mbx_wq_destroy_q_id, &mbox->u.mqe.un.wq_destroy.u.request,
13424 wq->queue_id);
13425 mbox->vport = wq->phba->pport;
13426 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13427 rc = lpfc_sli_issue_mbox(wq->phba, mbox, MBX_POLL);
13428 shdr = (union lpfc_sli4_cfg_shdr *)
13429 &mbox->u.mqe.un.wq_destroy.header.cfg_shdr;
13430 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13431 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13432 if (shdr_status || shdr_add_status || rc) {
13433 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13434 "2508 WQ_DESTROY mailbox failed with "
13435 "status x%x add_status x%x, mbx status x%x\n",
13436 shdr_status, shdr_add_status, rc);
13437 status = -ENXIO;
13438 }
13439 /* Remove wq from any list */
13440 list_del_init(&wq->list);
James Smart8fa38512009-07-19 10:01:03 -040013441 mempool_free(mbox, wq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013442 return status;
13443}
13444
13445/**
13446 * lpfc_rq_destroy - Destroy a Receive Queue on the HBA
13447 * @rq: The queue structure associated with the queue to destroy.
13448 *
13449 * This function destroys a queue, as detailed in @rq by sending an mailbox
13450 * command, specific to the type of queue, to the HBA.
13451 *
13452 * The @rq struct is used to get the queue ID of the queue to destroy.
13453 *
13454 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013455 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013456 **/
13457uint32_t
13458lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq,
13459 struct lpfc_queue *drq)
13460{
13461 LPFC_MBOXQ_t *mbox;
13462 int rc, length, status = 0;
13463 uint32_t shdr_status, shdr_add_status;
13464 union lpfc_sli4_cfg_shdr *shdr;
13465
James Smart2e90f4b2011-12-13 13:22:37 -050013466 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013467 if (!hrq || !drq)
13468 return -ENODEV;
13469 mbox = mempool_alloc(hrq->phba->mbox_mem_pool, GFP_KERNEL);
13470 if (!mbox)
13471 return -ENOMEM;
13472 length = (sizeof(struct lpfc_mbx_rq_destroy) -
James Smartfedd3b72011-02-16 12:39:24 -050013473 sizeof(struct lpfc_sli4_cfg_mhdr));
James Smart4f774512009-05-22 14:52:35 -040013474 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13475 LPFC_MBOX_OPCODE_FCOE_RQ_DESTROY,
13476 length, LPFC_SLI4_MBX_EMBED);
13477 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request,
13478 hrq->queue_id);
13479 mbox->vport = hrq->phba->pport;
13480 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13481 rc = lpfc_sli_issue_mbox(hrq->phba, mbox, MBX_POLL);
13482 /* The IOCTL status is embedded in the mailbox subheader. */
13483 shdr = (union lpfc_sli4_cfg_shdr *)
13484 &mbox->u.mqe.un.rq_destroy.header.cfg_shdr;
13485 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13486 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13487 if (shdr_status || shdr_add_status || rc) {
13488 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13489 "2509 RQ_DESTROY mailbox failed with "
13490 "status x%x add_status x%x, mbx status x%x\n",
13491 shdr_status, shdr_add_status, rc);
13492 if (rc != MBX_TIMEOUT)
13493 mempool_free(mbox, hrq->phba->mbox_mem_pool);
13494 return -ENXIO;
13495 }
13496 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request,
13497 drq->queue_id);
13498 rc = lpfc_sli_issue_mbox(drq->phba, mbox, MBX_POLL);
13499 shdr = (union lpfc_sli4_cfg_shdr *)
13500 &mbox->u.mqe.un.rq_destroy.header.cfg_shdr;
13501 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13502 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13503 if (shdr_status || shdr_add_status || rc) {
13504 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13505 "2510 RQ_DESTROY mailbox failed with "
13506 "status x%x add_status x%x, mbx status x%x\n",
13507 shdr_status, shdr_add_status, rc);
13508 status = -ENXIO;
13509 }
13510 list_del_init(&hrq->list);
13511 list_del_init(&drq->list);
James Smart8fa38512009-07-19 10:01:03 -040013512 mempool_free(mbox, hrq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013513 return status;
13514}
13515
13516/**
13517 * lpfc_sli4_post_sgl - Post scatter gather list for an XRI to HBA
13518 * @phba: The virtual port for which this call being executed.
13519 * @pdma_phys_addr0: Physical address of the 1st SGL page.
13520 * @pdma_phys_addr1: Physical address of the 2nd SGL page.
13521 * @xritag: the xritag that ties this io to the SGL pages.
13522 *
13523 * This routine will post the sgl pages for the IO that has the xritag
13524 * that is in the iocbq structure. The xritag is assigned during iocbq
13525 * creation and persists for as long as the driver is loaded.
13526 * if the caller has fewer than 256 scatter gather segments to map then
13527 * pdma_phys_addr1 should be 0.
13528 * If the caller needs to map more than 256 scatter gather segment then
13529 * pdma_phys_addr1 should be a valid physical address.
13530 * physical address for SGLs must be 64 byte aligned.
13531 * If you are going to map 2 SGL's then the first one must have 256 entries
13532 * the second sgl can have between 1 and 256 entries.
13533 *
13534 * Return codes:
13535 * 0 - Success
13536 * -ENXIO, -ENOMEM - Failure
13537 **/
13538int
13539lpfc_sli4_post_sgl(struct lpfc_hba *phba,
13540 dma_addr_t pdma_phys_addr0,
13541 dma_addr_t pdma_phys_addr1,
13542 uint16_t xritag)
13543{
13544 struct lpfc_mbx_post_sgl_pages *post_sgl_pages;
13545 LPFC_MBOXQ_t *mbox;
13546 int rc;
13547 uint32_t shdr_status, shdr_add_status;
James Smart6d368e52011-05-24 11:44:12 -040013548 uint32_t mbox_tmo;
James Smart4f774512009-05-22 14:52:35 -040013549 union lpfc_sli4_cfg_shdr *shdr;
13550
13551 if (xritag == NO_XRI) {
13552 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13553 "0364 Invalid param:\n");
13554 return -EINVAL;
13555 }
13556
13557 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
13558 if (!mbox)
13559 return -ENOMEM;
13560
13561 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13562 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES,
13563 sizeof(struct lpfc_mbx_post_sgl_pages) -
James Smartfedd3b72011-02-16 12:39:24 -050013564 sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED);
James Smart4f774512009-05-22 14:52:35 -040013565
13566 post_sgl_pages = (struct lpfc_mbx_post_sgl_pages *)
13567 &mbox->u.mqe.un.post_sgl_pages;
13568 bf_set(lpfc_post_sgl_pages_xri, post_sgl_pages, xritag);
13569 bf_set(lpfc_post_sgl_pages_xricnt, post_sgl_pages, 1);
13570
13571 post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_lo =
13572 cpu_to_le32(putPaddrLow(pdma_phys_addr0));
13573 post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_hi =
13574 cpu_to_le32(putPaddrHigh(pdma_phys_addr0));
13575
13576 post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_lo =
13577 cpu_to_le32(putPaddrLow(pdma_phys_addr1));
13578 post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_hi =
13579 cpu_to_le32(putPaddrHigh(pdma_phys_addr1));
13580 if (!phba->sli4_hba.intr_enable)
13581 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smart6d368e52011-05-24 11:44:12 -040013582 else {
James Smarta183a152011-10-10 21:32:43 -040013583 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -040013584 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13585 }
James Smart4f774512009-05-22 14:52:35 -040013586 /* The IOCTL status is embedded in the mailbox subheader. */
13587 shdr = (union lpfc_sli4_cfg_shdr *) &post_sgl_pages->header.cfg_shdr;
13588 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13589 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13590 if (rc != MBX_TIMEOUT)
13591 mempool_free(mbox, phba->mbox_mem_pool);
13592 if (shdr_status || shdr_add_status || rc) {
13593 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13594 "2511 POST_SGL mailbox failed with "
13595 "status x%x add_status x%x, mbx status x%x\n",
13596 shdr_status, shdr_add_status, rc);
13597 rc = -ENXIO;
13598 }
13599 return 0;
13600}
James Smart4f774512009-05-22 14:52:35 -040013601
13602/**
James Smart88a2cfb2011-07-22 18:36:33 -040013603 * lpfc_sli4_alloc_xri - Get an available rpi in the device's range
James Smart6d368e52011-05-24 11:44:12 -040013604 * @phba: pointer to lpfc hba data structure.
13605 *
13606 * This routine is invoked to post rpi header templates to the
James Smart88a2cfb2011-07-22 18:36:33 -040013607 * HBA consistent with the SLI-4 interface spec. This routine
13608 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
13609 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6d368e52011-05-24 11:44:12 -040013610 *
James Smart88a2cfb2011-07-22 18:36:33 -040013611 * Returns
13612 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
13613 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
13614 **/
James Smart6d368e52011-05-24 11:44:12 -040013615uint16_t
13616lpfc_sli4_alloc_xri(struct lpfc_hba *phba)
13617{
13618 unsigned long xri;
13619
13620 /*
13621 * Fetch the next logical xri. Because this index is logical,
13622 * the driver starts at 0 each time.
13623 */
13624 spin_lock_irq(&phba->hbalock);
13625 xri = find_next_zero_bit(phba->sli4_hba.xri_bmask,
13626 phba->sli4_hba.max_cfg_param.max_xri, 0);
13627 if (xri >= phba->sli4_hba.max_cfg_param.max_xri) {
13628 spin_unlock_irq(&phba->hbalock);
13629 return NO_XRI;
13630 } else {
13631 set_bit(xri, phba->sli4_hba.xri_bmask);
13632 phba->sli4_hba.max_cfg_param.xri_used++;
James Smart6d368e52011-05-24 11:44:12 -040013633 }
James Smart6d368e52011-05-24 11:44:12 -040013634 spin_unlock_irq(&phba->hbalock);
13635 return xri;
13636}
13637
13638/**
13639 * lpfc_sli4_free_xri - Release an xri for reuse.
13640 * @phba: pointer to lpfc hba data structure.
13641 *
13642 * This routine is invoked to release an xri to the pool of
13643 * available rpis maintained by the driver.
13644 **/
13645void
13646__lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri)
13647{
13648 if (test_and_clear_bit(xri, phba->sli4_hba.xri_bmask)) {
James Smart6d368e52011-05-24 11:44:12 -040013649 phba->sli4_hba.max_cfg_param.xri_used--;
13650 }
13651}
13652
13653/**
13654 * lpfc_sli4_free_xri - Release an xri for reuse.
13655 * @phba: pointer to lpfc hba data structure.
13656 *
13657 * This routine is invoked to release an xri to the pool of
13658 * available rpis maintained by the driver.
13659 **/
13660void
13661lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri)
13662{
13663 spin_lock_irq(&phba->hbalock);
13664 __lpfc_sli4_free_xri(phba, xri);
13665 spin_unlock_irq(&phba->hbalock);
13666}
13667
13668/**
James Smart4f774512009-05-22 14:52:35 -040013669 * lpfc_sli4_next_xritag - Get an xritag for the io
13670 * @phba: Pointer to HBA context object.
13671 *
13672 * This function gets an xritag for the iocb. If there is no unused xritag
13673 * it will return 0xffff.
13674 * The function returns the allocated xritag if successful, else returns zero.
13675 * Zero is not a valid xritag.
13676 * The caller is not required to hold any lock.
13677 **/
13678uint16_t
13679lpfc_sli4_next_xritag(struct lpfc_hba *phba)
13680{
James Smart6d368e52011-05-24 11:44:12 -040013681 uint16_t xri_index;
James Smart4f774512009-05-22 14:52:35 -040013682
James Smart6d368e52011-05-24 11:44:12 -040013683 xri_index = lpfc_sli4_alloc_xri(phba);
James Smart81378052012-05-09 21:17:37 -040013684 if (xri_index == NO_XRI)
13685 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
13686 "2004 Failed to allocate XRI.last XRITAG is %d"
13687 " Max XRI is %d, Used XRI is %d\n",
13688 xri_index,
13689 phba->sli4_hba.max_cfg_param.max_xri,
13690 phba->sli4_hba.max_cfg_param.xri_used);
13691 return xri_index;
James Smart4f774512009-05-22 14:52:35 -040013692}
13693
13694/**
James Smart6d368e52011-05-24 11:44:12 -040013695 * lpfc_sli4_post_els_sgl_list - post a block of ELS sgls to the port.
James Smart4f774512009-05-22 14:52:35 -040013696 * @phba: pointer to lpfc hba data structure.
James Smart8a9d2e82012-05-09 21:16:12 -040013697 * @post_sgl_list: pointer to els sgl entry list.
13698 * @count: number of els sgl entries on the list.
James Smart4f774512009-05-22 14:52:35 -040013699 *
13700 * This routine is invoked to post a block of driver's sgl pages to the
13701 * HBA using non-embedded mailbox command. No Lock is held. This routine
13702 * is only called when the driver is loading and after all IO has been
13703 * stopped.
13704 **/
James Smart8a9d2e82012-05-09 21:16:12 -040013705static int
13706lpfc_sli4_post_els_sgl_list(struct lpfc_hba *phba,
13707 struct list_head *post_sgl_list,
13708 int post_cnt)
James Smart4f774512009-05-22 14:52:35 -040013709{
James Smart8a9d2e82012-05-09 21:16:12 -040013710 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL;
James Smart4f774512009-05-22 14:52:35 -040013711 struct lpfc_mbx_post_uembed_sgl_page1 *sgl;
13712 struct sgl_page_pairs *sgl_pg_pairs;
13713 void *viraddr;
13714 LPFC_MBOXQ_t *mbox;
13715 uint32_t reqlen, alloclen, pg_pairs;
13716 uint32_t mbox_tmo;
James Smart8a9d2e82012-05-09 21:16:12 -040013717 uint16_t xritag_start = 0;
13718 int rc = 0;
James Smart4f774512009-05-22 14:52:35 -040013719 uint32_t shdr_status, shdr_add_status;
13720 union lpfc_sli4_cfg_shdr *shdr;
13721
James Smart8a9d2e82012-05-09 21:16:12 -040013722 reqlen = phba->sli4_hba.els_xri_cnt * sizeof(struct sgl_page_pairs) +
James Smart4f774512009-05-22 14:52:35 -040013723 sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t);
James Smart49198b32010-04-06 15:04:33 -040013724 if (reqlen > SLI4_PAGE_SIZE) {
James Smart4f774512009-05-22 14:52:35 -040013725 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
13726 "2559 Block sgl registration required DMA "
13727 "size (%d) great than a page\n", reqlen);
13728 return -ENOMEM;
13729 }
13730 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart6d368e52011-05-24 11:44:12 -040013731 if (!mbox)
James Smart4f774512009-05-22 14:52:35 -040013732 return -ENOMEM;
James Smart4f774512009-05-22 14:52:35 -040013733
13734 /* Allocate DMA memory and set up the non-embedded mailbox command */
13735 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13736 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen,
13737 LPFC_SLI4_MBX_NEMBED);
13738
13739 if (alloclen < reqlen) {
13740 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13741 "0285 Allocated DMA memory size (%d) is "
13742 "less than the requested DMA memory "
13743 "size (%d)\n", alloclen, reqlen);
13744 lpfc_sli4_mbox_cmd_free(phba, mbox);
13745 return -ENOMEM;
13746 }
James Smart4f774512009-05-22 14:52:35 -040013747 /* Set up the SGL pages in the non-embedded DMA pages */
James Smart6d368e52011-05-24 11:44:12 -040013748 viraddr = mbox->sge_array->addr[0];
James Smart4f774512009-05-22 14:52:35 -040013749 sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr;
13750 sgl_pg_pairs = &sgl->sgl_pg_pairs;
13751
James Smart8a9d2e82012-05-09 21:16:12 -040013752 pg_pairs = 0;
13753 list_for_each_entry_safe(sglq_entry, sglq_next, post_sgl_list, list) {
James Smart4f774512009-05-22 14:52:35 -040013754 /* Set up the sge entry */
13755 sgl_pg_pairs->sgl_pg0_addr_lo =
13756 cpu_to_le32(putPaddrLow(sglq_entry->phys));
13757 sgl_pg_pairs->sgl_pg0_addr_hi =
13758 cpu_to_le32(putPaddrHigh(sglq_entry->phys));
13759 sgl_pg_pairs->sgl_pg1_addr_lo =
13760 cpu_to_le32(putPaddrLow(0));
13761 sgl_pg_pairs->sgl_pg1_addr_hi =
13762 cpu_to_le32(putPaddrHigh(0));
James Smart6d368e52011-05-24 11:44:12 -040013763
James Smart4f774512009-05-22 14:52:35 -040013764 /* Keep the first xritag on the list */
13765 if (pg_pairs == 0)
13766 xritag_start = sglq_entry->sli4_xritag;
13767 sgl_pg_pairs++;
James Smart8a9d2e82012-05-09 21:16:12 -040013768 pg_pairs++;
James Smart4f774512009-05-22 14:52:35 -040013769 }
James Smart6d368e52011-05-24 11:44:12 -040013770
13771 /* Complete initialization and perform endian conversion. */
James Smart4f774512009-05-22 14:52:35 -040013772 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start);
James Smart8a9d2e82012-05-09 21:16:12 -040013773 bf_set(lpfc_post_sgl_pages_xricnt, sgl, phba->sli4_hba.els_xri_cnt);
James Smart4f774512009-05-22 14:52:35 -040013774 sgl->word0 = cpu_to_le32(sgl->word0);
James Smart4f774512009-05-22 14:52:35 -040013775 if (!phba->sli4_hba.intr_enable)
13776 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13777 else {
James Smarta183a152011-10-10 21:32:43 -040013778 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart4f774512009-05-22 14:52:35 -040013779 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13780 }
13781 shdr = (union lpfc_sli4_cfg_shdr *) &sgl->cfg_shdr;
13782 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13783 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13784 if (rc != MBX_TIMEOUT)
13785 lpfc_sli4_mbox_cmd_free(phba, mbox);
13786 if (shdr_status || shdr_add_status || rc) {
13787 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13788 "2513 POST_SGL_BLOCK mailbox command failed "
13789 "status x%x add_status x%x mbx status x%x\n",
13790 shdr_status, shdr_add_status, rc);
13791 rc = -ENXIO;
13792 }
13793 return rc;
13794}
13795
13796/**
13797 * lpfc_sli4_post_scsi_sgl_block - post a block of scsi sgl list to firmware
13798 * @phba: pointer to lpfc hba data structure.
13799 * @sblist: pointer to scsi buffer list.
13800 * @count: number of scsi buffers on the list.
13801 *
13802 * This routine is invoked to post a block of @count scsi sgl pages from a
13803 * SCSI buffer list @sblist to the HBA using non-embedded mailbox command.
13804 * No Lock is held.
13805 *
13806 **/
13807int
James Smart8a9d2e82012-05-09 21:16:12 -040013808lpfc_sli4_post_scsi_sgl_block(struct lpfc_hba *phba,
13809 struct list_head *sblist,
13810 int count)
James Smart4f774512009-05-22 14:52:35 -040013811{
13812 struct lpfc_scsi_buf *psb;
13813 struct lpfc_mbx_post_uembed_sgl_page1 *sgl;
13814 struct sgl_page_pairs *sgl_pg_pairs;
13815 void *viraddr;
13816 LPFC_MBOXQ_t *mbox;
13817 uint32_t reqlen, alloclen, pg_pairs;
13818 uint32_t mbox_tmo;
13819 uint16_t xritag_start = 0;
13820 int rc = 0;
13821 uint32_t shdr_status, shdr_add_status;
13822 dma_addr_t pdma_phys_bpl1;
13823 union lpfc_sli4_cfg_shdr *shdr;
13824
13825 /* Calculate the requested length of the dma memory */
James Smart8a9d2e82012-05-09 21:16:12 -040013826 reqlen = count * sizeof(struct sgl_page_pairs) +
James Smart4f774512009-05-22 14:52:35 -040013827 sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t);
James Smart49198b32010-04-06 15:04:33 -040013828 if (reqlen > SLI4_PAGE_SIZE) {
James Smart4f774512009-05-22 14:52:35 -040013829 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
13830 "0217 Block sgl registration required DMA "
13831 "size (%d) great than a page\n", reqlen);
13832 return -ENOMEM;
13833 }
13834 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
13835 if (!mbox) {
13836 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13837 "0283 Failed to allocate mbox cmd memory\n");
13838 return -ENOMEM;
13839 }
13840
13841 /* Allocate DMA memory and set up the non-embedded mailbox command */
13842 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13843 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen,
13844 LPFC_SLI4_MBX_NEMBED);
13845
13846 if (alloclen < reqlen) {
13847 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13848 "2561 Allocated DMA memory size (%d) is "
13849 "less than the requested DMA memory "
13850 "size (%d)\n", alloclen, reqlen);
13851 lpfc_sli4_mbox_cmd_free(phba, mbox);
13852 return -ENOMEM;
13853 }
James Smart6d368e52011-05-24 11:44:12 -040013854
James Smart4f774512009-05-22 14:52:35 -040013855 /* Get the first SGE entry from the non-embedded DMA memory */
James Smart4f774512009-05-22 14:52:35 -040013856 viraddr = mbox->sge_array->addr[0];
13857
13858 /* Set up the SGL pages in the non-embedded DMA pages */
13859 sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr;
13860 sgl_pg_pairs = &sgl->sgl_pg_pairs;
13861
13862 pg_pairs = 0;
13863 list_for_each_entry(psb, sblist, list) {
13864 /* Set up the sge entry */
13865 sgl_pg_pairs->sgl_pg0_addr_lo =
13866 cpu_to_le32(putPaddrLow(psb->dma_phys_bpl));
13867 sgl_pg_pairs->sgl_pg0_addr_hi =
13868 cpu_to_le32(putPaddrHigh(psb->dma_phys_bpl));
13869 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE)
13870 pdma_phys_bpl1 = psb->dma_phys_bpl + SGL_PAGE_SIZE;
13871 else
13872 pdma_phys_bpl1 = 0;
13873 sgl_pg_pairs->sgl_pg1_addr_lo =
13874 cpu_to_le32(putPaddrLow(pdma_phys_bpl1));
13875 sgl_pg_pairs->sgl_pg1_addr_hi =
13876 cpu_to_le32(putPaddrHigh(pdma_phys_bpl1));
13877 /* Keep the first xritag on the list */
13878 if (pg_pairs == 0)
13879 xritag_start = psb->cur_iocbq.sli4_xritag;
13880 sgl_pg_pairs++;
13881 pg_pairs++;
13882 }
13883 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start);
13884 bf_set(lpfc_post_sgl_pages_xricnt, sgl, pg_pairs);
13885 /* Perform endian conversion if necessary */
13886 sgl->word0 = cpu_to_le32(sgl->word0);
13887
13888 if (!phba->sli4_hba.intr_enable)
13889 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13890 else {
James Smarta183a152011-10-10 21:32:43 -040013891 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart4f774512009-05-22 14:52:35 -040013892 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13893 }
13894 shdr = (union lpfc_sli4_cfg_shdr *) &sgl->cfg_shdr;
13895 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13896 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13897 if (rc != MBX_TIMEOUT)
13898 lpfc_sli4_mbox_cmd_free(phba, mbox);
13899 if (shdr_status || shdr_add_status || rc) {
13900 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13901 "2564 POST_SGL_BLOCK mailbox command failed "
13902 "status x%x add_status x%x mbx status x%x\n",
13903 shdr_status, shdr_add_status, rc);
13904 rc = -ENXIO;
13905 }
13906 return rc;
13907}
13908
13909/**
13910 * lpfc_fc_frame_check - Check that this frame is a valid frame to handle
13911 * @phba: pointer to lpfc_hba struct that the frame was received on
13912 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
13913 *
13914 * This function checks the fields in the @fc_hdr to see if the FC frame is a
13915 * valid type of frame that the LPFC driver will handle. This function will
13916 * return a zero if the frame is a valid frame or a non zero value when the
13917 * frame does not pass the check.
13918 **/
13919static int
13920lpfc_fc_frame_check(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr)
13921{
Tomas Henzl474ffb72010-12-22 16:52:40 +010013922 /* make rctl_names static to save stack space */
13923 static char *rctl_names[] = FC_RCTL_NAMES_INIT;
James Smart4f774512009-05-22 14:52:35 -040013924 char *type_names[] = FC_TYPE_NAMES_INIT;
13925 struct fc_vft_header *fc_vft_hdr;
James Smart546fc852011-03-11 16:06:29 -050013926 uint32_t *header = (uint32_t *) fc_hdr;
James Smart4f774512009-05-22 14:52:35 -040013927
13928 switch (fc_hdr->fh_r_ctl) {
13929 case FC_RCTL_DD_UNCAT: /* uncategorized information */
13930 case FC_RCTL_DD_SOL_DATA: /* solicited data */
13931 case FC_RCTL_DD_UNSOL_CTL: /* unsolicited control */
13932 case FC_RCTL_DD_SOL_CTL: /* solicited control or reply */
13933 case FC_RCTL_DD_UNSOL_DATA: /* unsolicited data */
13934 case FC_RCTL_DD_DATA_DESC: /* data descriptor */
13935 case FC_RCTL_DD_UNSOL_CMD: /* unsolicited command */
13936 case FC_RCTL_DD_CMD_STATUS: /* command status */
13937 case FC_RCTL_ELS_REQ: /* extended link services request */
13938 case FC_RCTL_ELS_REP: /* extended link services reply */
13939 case FC_RCTL_ELS4_REQ: /* FC-4 ELS request */
13940 case FC_RCTL_ELS4_REP: /* FC-4 ELS reply */
13941 case FC_RCTL_BA_NOP: /* basic link service NOP */
13942 case FC_RCTL_BA_ABTS: /* basic link service abort */
13943 case FC_RCTL_BA_RMC: /* remove connection */
13944 case FC_RCTL_BA_ACC: /* basic accept */
13945 case FC_RCTL_BA_RJT: /* basic reject */
13946 case FC_RCTL_BA_PRMT:
13947 case FC_RCTL_ACK_1: /* acknowledge_1 */
13948 case FC_RCTL_ACK_0: /* acknowledge_0 */
13949 case FC_RCTL_P_RJT: /* port reject */
13950 case FC_RCTL_F_RJT: /* fabric reject */
13951 case FC_RCTL_P_BSY: /* port busy */
13952 case FC_RCTL_F_BSY: /* fabric busy to data frame */
13953 case FC_RCTL_F_BSYL: /* fabric busy to link control frame */
13954 case FC_RCTL_LCR: /* link credit reset */
13955 case FC_RCTL_END: /* end */
13956 break;
13957 case FC_RCTL_VFTH: /* Virtual Fabric tagging Header */
13958 fc_vft_hdr = (struct fc_vft_header *)fc_hdr;
13959 fc_hdr = &((struct fc_frame_header *)fc_vft_hdr)[1];
13960 return lpfc_fc_frame_check(phba, fc_hdr);
13961 default:
13962 goto drop;
13963 }
13964 switch (fc_hdr->fh_type) {
13965 case FC_TYPE_BLS:
13966 case FC_TYPE_ELS:
13967 case FC_TYPE_FCP:
13968 case FC_TYPE_CT:
13969 break;
13970 case FC_TYPE_IP:
13971 case FC_TYPE_ILS:
13972 default:
13973 goto drop;
13974 }
James Smart546fc852011-03-11 16:06:29 -050013975
James Smart4f774512009-05-22 14:52:35 -040013976 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart88f43a02013-04-17 20:19:44 -040013977 "2538 Received frame rctl:%s (x%x), type:%s (x%x), "
13978 "frame Data:%08x %08x %08x %08x %08x %08x %08x\n",
13979 rctl_names[fc_hdr->fh_r_ctl], fc_hdr->fh_r_ctl,
13980 type_names[fc_hdr->fh_type], fc_hdr->fh_type,
James Smart546fc852011-03-11 16:06:29 -050013981 be32_to_cpu(header[0]), be32_to_cpu(header[1]),
13982 be32_to_cpu(header[2]), be32_to_cpu(header[3]),
James Smart88f43a02013-04-17 20:19:44 -040013983 be32_to_cpu(header[4]), be32_to_cpu(header[5]),
13984 be32_to_cpu(header[6]));
James Smart4f774512009-05-22 14:52:35 -040013985 return 0;
13986drop:
13987 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS,
13988 "2539 Dropped frame rctl:%s type:%s\n",
13989 rctl_names[fc_hdr->fh_r_ctl],
13990 type_names[fc_hdr->fh_type]);
13991 return 1;
13992}
13993
13994/**
13995 * lpfc_fc_hdr_get_vfi - Get the VFI from an FC frame
13996 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
13997 *
13998 * This function processes the FC header to retrieve the VFI from the VF
13999 * header, if one exists. This function will return the VFI if one exists
14000 * or 0 if no VSAN Header exists.
14001 **/
14002static uint32_t
14003lpfc_fc_hdr_get_vfi(struct fc_frame_header *fc_hdr)
14004{
14005 struct fc_vft_header *fc_vft_hdr = (struct fc_vft_header *)fc_hdr;
14006
14007 if (fc_hdr->fh_r_ctl != FC_RCTL_VFTH)
14008 return 0;
14009 return bf_get(fc_vft_hdr_vf_id, fc_vft_hdr);
14010}
14011
14012/**
14013 * lpfc_fc_frame_to_vport - Finds the vport that a frame is destined to
14014 * @phba: Pointer to the HBA structure to search for the vport on
14015 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
14016 * @fcfi: The FC Fabric ID that the frame came from
14017 *
14018 * This function searches the @phba for a vport that matches the content of the
14019 * @fc_hdr passed in and the @fcfi. This function uses the @fc_hdr to fetch the
14020 * VFI, if the Virtual Fabric Tagging Header exists, and the DID. This function
14021 * returns the matching vport pointer or NULL if unable to match frame to a
14022 * vport.
14023 **/
14024static struct lpfc_vport *
14025lpfc_fc_frame_to_vport(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr,
14026 uint16_t fcfi)
14027{
14028 struct lpfc_vport **vports;
14029 struct lpfc_vport *vport = NULL;
14030 int i;
14031 uint32_t did = (fc_hdr->fh_d_id[0] << 16 |
14032 fc_hdr->fh_d_id[1] << 8 |
14033 fc_hdr->fh_d_id[2]);
James Smart939723a2012-05-09 21:19:03 -040014034
James Smartbf086112011-08-21 21:48:13 -040014035 if (did == Fabric_DID)
14036 return phba->pport;
James Smart939723a2012-05-09 21:19:03 -040014037 if ((phba->pport->fc_flag & FC_PT2PT) &&
14038 !(phba->link_state == LPFC_HBA_READY))
14039 return phba->pport;
14040
James Smart4f774512009-05-22 14:52:35 -040014041 vports = lpfc_create_vport_work_array(phba);
14042 if (vports != NULL)
14043 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) {
14044 if (phba->fcf.fcfi == fcfi &&
14045 vports[i]->vfi == lpfc_fc_hdr_get_vfi(fc_hdr) &&
14046 vports[i]->fc_myDID == did) {
14047 vport = vports[i];
14048 break;
14049 }
14050 }
14051 lpfc_destroy_vport_work_array(phba, vports);
14052 return vport;
14053}
14054
14055/**
James Smart45ed1192009-10-02 15:17:02 -040014056 * lpfc_update_rcv_time_stamp - Update vport's rcv seq time stamp
14057 * @vport: The vport to work on.
14058 *
14059 * This function updates the receive sequence time stamp for this vport. The
14060 * receive sequence time stamp indicates the time that the last frame of the
14061 * the sequence that has been idle for the longest amount of time was received.
14062 * the driver uses this time stamp to indicate if any received sequences have
14063 * timed out.
14064 **/
14065void
14066lpfc_update_rcv_time_stamp(struct lpfc_vport *vport)
14067{
14068 struct lpfc_dmabuf *h_buf;
14069 struct hbq_dmabuf *dmabuf = NULL;
14070
14071 /* get the oldest sequence on the rcv list */
14072 h_buf = list_get_first(&vport->rcv_buffer_list,
14073 struct lpfc_dmabuf, list);
14074 if (!h_buf)
14075 return;
14076 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14077 vport->rcv_buffer_time_stamp = dmabuf->time_stamp;
14078}
14079
14080/**
14081 * lpfc_cleanup_rcv_buffers - Cleans up all outstanding receive sequences.
14082 * @vport: The vport that the received sequences were sent to.
14083 *
14084 * This function cleans up all outstanding received sequences. This is called
14085 * by the driver when a link event or user action invalidates all the received
14086 * sequences.
14087 **/
14088void
14089lpfc_cleanup_rcv_buffers(struct lpfc_vport *vport)
14090{
14091 struct lpfc_dmabuf *h_buf, *hnext;
14092 struct lpfc_dmabuf *d_buf, *dnext;
14093 struct hbq_dmabuf *dmabuf = NULL;
14094
14095 /* start with the oldest sequence on the rcv list */
14096 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
14097 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14098 list_del_init(&dmabuf->hbuf.list);
14099 list_for_each_entry_safe(d_buf, dnext,
14100 &dmabuf->dbuf.list, list) {
14101 list_del_init(&d_buf->list);
14102 lpfc_in_buf_free(vport->phba, d_buf);
14103 }
14104 lpfc_in_buf_free(vport->phba, &dmabuf->dbuf);
14105 }
14106}
14107
14108/**
14109 * lpfc_rcv_seq_check_edtov - Cleans up timed out receive sequences.
14110 * @vport: The vport that the received sequences were sent to.
14111 *
14112 * This function determines whether any received sequences have timed out by
14113 * first checking the vport's rcv_buffer_time_stamp. If this time_stamp
14114 * indicates that there is at least one timed out sequence this routine will
14115 * go through the received sequences one at a time from most inactive to most
14116 * active to determine which ones need to be cleaned up. Once it has determined
14117 * that a sequence needs to be cleaned up it will simply free up the resources
14118 * without sending an abort.
14119 **/
14120void
14121lpfc_rcv_seq_check_edtov(struct lpfc_vport *vport)
14122{
14123 struct lpfc_dmabuf *h_buf, *hnext;
14124 struct lpfc_dmabuf *d_buf, *dnext;
14125 struct hbq_dmabuf *dmabuf = NULL;
14126 unsigned long timeout;
14127 int abort_count = 0;
14128
14129 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
14130 vport->rcv_buffer_time_stamp);
14131 if (list_empty(&vport->rcv_buffer_list) ||
14132 time_before(jiffies, timeout))
14133 return;
14134 /* start with the oldest sequence on the rcv list */
14135 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
14136 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14137 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
14138 dmabuf->time_stamp);
14139 if (time_before(jiffies, timeout))
14140 break;
14141 abort_count++;
14142 list_del_init(&dmabuf->hbuf.list);
14143 list_for_each_entry_safe(d_buf, dnext,
14144 &dmabuf->dbuf.list, list) {
14145 list_del_init(&d_buf->list);
14146 lpfc_in_buf_free(vport->phba, d_buf);
14147 }
14148 lpfc_in_buf_free(vport->phba, &dmabuf->dbuf);
14149 }
14150 if (abort_count)
14151 lpfc_update_rcv_time_stamp(vport);
14152}
14153
14154/**
James Smart4f774512009-05-22 14:52:35 -040014155 * lpfc_fc_frame_add - Adds a frame to the vport's list of received sequences
14156 * @dmabuf: pointer to a dmabuf that describes the hdr and data of the FC frame
14157 *
14158 * This function searches through the existing incomplete sequences that have
14159 * been sent to this @vport. If the frame matches one of the incomplete
14160 * sequences then the dbuf in the @dmabuf is added to the list of frames that
14161 * make up that sequence. If no sequence is found that matches this frame then
14162 * the function will add the hbuf in the @dmabuf to the @vport's rcv_buffer_list
14163 * This function returns a pointer to the first dmabuf in the sequence list that
14164 * the frame was linked to.
14165 **/
14166static struct hbq_dmabuf *
14167lpfc_fc_frame_add(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf)
14168{
14169 struct fc_frame_header *new_hdr;
14170 struct fc_frame_header *temp_hdr;
14171 struct lpfc_dmabuf *d_buf;
14172 struct lpfc_dmabuf *h_buf;
14173 struct hbq_dmabuf *seq_dmabuf = NULL;
14174 struct hbq_dmabuf *temp_dmabuf = NULL;
14175
James Smart4d9ab992009-10-02 15:16:39 -040014176 INIT_LIST_HEAD(&dmabuf->dbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040014177 dmabuf->time_stamp = jiffies;
James Smart4f774512009-05-22 14:52:35 -040014178 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14179 /* Use the hdr_buf to find the sequence that this frame belongs to */
14180 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) {
14181 temp_hdr = (struct fc_frame_header *)h_buf->virt;
14182 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) ||
14183 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) ||
14184 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
14185 continue;
14186 /* found a pending sequence that matches this frame */
14187 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14188 break;
14189 }
14190 if (!seq_dmabuf) {
14191 /*
14192 * This indicates first frame received for this sequence.
14193 * Queue the buffer on the vport's rcv_buffer_list.
14194 */
14195 list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list);
James Smart45ed1192009-10-02 15:17:02 -040014196 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040014197 return dmabuf;
14198 }
14199 temp_hdr = seq_dmabuf->hbuf.virt;
James Smarteeead812009-12-21 17:01:23 -050014200 if (be16_to_cpu(new_hdr->fh_seq_cnt) <
14201 be16_to_cpu(temp_hdr->fh_seq_cnt)) {
James Smart4d9ab992009-10-02 15:16:39 -040014202 list_del_init(&seq_dmabuf->hbuf.list);
14203 list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list);
14204 list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040014205 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040014206 return dmabuf;
14207 }
James Smart45ed1192009-10-02 15:17:02 -040014208 /* move this sequence to the tail to indicate a young sequence */
14209 list_move_tail(&seq_dmabuf->hbuf.list, &vport->rcv_buffer_list);
14210 seq_dmabuf->time_stamp = jiffies;
14211 lpfc_update_rcv_time_stamp(vport);
James Smarteeead812009-12-21 17:01:23 -050014212 if (list_empty(&seq_dmabuf->dbuf.list)) {
14213 temp_hdr = dmabuf->hbuf.virt;
14214 list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list);
14215 return seq_dmabuf;
14216 }
James Smart4f774512009-05-22 14:52:35 -040014217 /* find the correct place in the sequence to insert this frame */
14218 list_for_each_entry_reverse(d_buf, &seq_dmabuf->dbuf.list, list) {
14219 temp_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14220 temp_hdr = (struct fc_frame_header *)temp_dmabuf->hbuf.virt;
14221 /*
14222 * If the frame's sequence count is greater than the frame on
14223 * the list then insert the frame right after this frame
14224 */
James Smarteeead812009-12-21 17:01:23 -050014225 if (be16_to_cpu(new_hdr->fh_seq_cnt) >
14226 be16_to_cpu(temp_hdr->fh_seq_cnt)) {
James Smart4f774512009-05-22 14:52:35 -040014227 list_add(&dmabuf->dbuf.list, &temp_dmabuf->dbuf.list);
14228 return seq_dmabuf;
14229 }
14230 }
14231 return NULL;
14232}
14233
14234/**
James Smart6669f9b2009-10-02 15:16:45 -040014235 * lpfc_sli4_abort_partial_seq - Abort partially assembled unsol sequence
14236 * @vport: pointer to a vitural port
14237 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14238 *
14239 * This function tries to abort from the partially assembed sequence, described
14240 * by the information from basic abbort @dmabuf. It checks to see whether such
14241 * partially assembled sequence held by the driver. If so, it shall free up all
14242 * the frames from the partially assembled sequence.
14243 *
14244 * Return
14245 * true -- if there is matching partially assembled sequence present and all
14246 * the frames freed with the sequence;
14247 * false -- if there is no matching partially assembled sequence present so
14248 * nothing got aborted in the lower layer driver
14249 **/
14250static bool
14251lpfc_sli4_abort_partial_seq(struct lpfc_vport *vport,
14252 struct hbq_dmabuf *dmabuf)
14253{
14254 struct fc_frame_header *new_hdr;
14255 struct fc_frame_header *temp_hdr;
14256 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf;
14257 struct hbq_dmabuf *seq_dmabuf = NULL;
14258
14259 /* Use the hdr_buf to find the sequence that matches this frame */
14260 INIT_LIST_HEAD(&dmabuf->dbuf.list);
14261 INIT_LIST_HEAD(&dmabuf->hbuf.list);
14262 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14263 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) {
14264 temp_hdr = (struct fc_frame_header *)h_buf->virt;
14265 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) ||
14266 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) ||
14267 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
14268 continue;
14269 /* found a pending sequence that matches this frame */
14270 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
14271 break;
14272 }
14273
14274 /* Free up all the frames from the partially assembled sequence */
14275 if (seq_dmabuf) {
14276 list_for_each_entry_safe(d_buf, n_buf,
14277 &seq_dmabuf->dbuf.list, list) {
14278 list_del_init(&d_buf->list);
14279 lpfc_in_buf_free(vport->phba, d_buf);
14280 }
14281 return true;
14282 }
14283 return false;
14284}
14285
14286/**
James Smart6dd9e312013-01-03 15:43:37 -050014287 * lpfc_sli4_abort_ulp_seq - Abort assembled unsol sequence from ulp
14288 * @vport: pointer to a vitural port
14289 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14290 *
14291 * This function tries to abort from the assembed sequence from upper level
14292 * protocol, described by the information from basic abbort @dmabuf. It
14293 * checks to see whether such pending context exists at upper level protocol.
14294 * If so, it shall clean up the pending context.
14295 *
14296 * Return
14297 * true -- if there is matching pending context of the sequence cleaned
14298 * at ulp;
14299 * false -- if there is no matching pending context of the sequence present
14300 * at ulp.
14301 **/
14302static bool
14303lpfc_sli4_abort_ulp_seq(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf)
14304{
14305 struct lpfc_hba *phba = vport->phba;
14306 int handled;
14307
14308 /* Accepting abort at ulp with SLI4 only */
14309 if (phba->sli_rev < LPFC_SLI_REV4)
14310 return false;
14311
14312 /* Register all caring upper level protocols to attend abort */
14313 handled = lpfc_ct_handle_unsol_abort(phba, dmabuf);
14314 if (handled)
14315 return true;
14316
14317 return false;
14318}
14319
14320/**
James Smart546fc852011-03-11 16:06:29 -050014321 * lpfc_sli4_seq_abort_rsp_cmpl - BLS ABORT RSP seq abort iocb complete handler
James Smart6669f9b2009-10-02 15:16:45 -040014322 * @phba: Pointer to HBA context object.
14323 * @cmd_iocbq: pointer to the command iocbq structure.
14324 * @rsp_iocbq: pointer to the response iocbq structure.
14325 *
James Smart546fc852011-03-11 16:06:29 -050014326 * This function handles the sequence abort response iocb command complete
James Smart6669f9b2009-10-02 15:16:45 -040014327 * event. It properly releases the memory allocated to the sequence abort
14328 * accept iocb.
14329 **/
14330static void
James Smart546fc852011-03-11 16:06:29 -050014331lpfc_sli4_seq_abort_rsp_cmpl(struct lpfc_hba *phba,
James Smart6669f9b2009-10-02 15:16:45 -040014332 struct lpfc_iocbq *cmd_iocbq,
14333 struct lpfc_iocbq *rsp_iocbq)
14334{
James Smart6dd9e312013-01-03 15:43:37 -050014335 struct lpfc_nodelist *ndlp;
14336
14337 if (cmd_iocbq) {
14338 ndlp = (struct lpfc_nodelist *)cmd_iocbq->context1;
14339 lpfc_nlp_put(ndlp);
14340 lpfc_nlp_not_used(ndlp);
James Smart6669f9b2009-10-02 15:16:45 -040014341 lpfc_sli_release_iocbq(phba, cmd_iocbq);
James Smart6dd9e312013-01-03 15:43:37 -050014342 }
James Smart6b5151f2012-01-18 16:24:06 -050014343
14344 /* Failure means BLS ABORT RSP did not get delivered to remote node*/
14345 if (rsp_iocbq && rsp_iocbq->iocb.ulpStatus)
14346 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14347 "3154 BLS ABORT RSP failed, data: x%x/x%x\n",
14348 rsp_iocbq->iocb.ulpStatus,
14349 rsp_iocbq->iocb.un.ulpWord[4]);
James Smart6669f9b2009-10-02 15:16:45 -040014350}
14351
14352/**
James Smart6d368e52011-05-24 11:44:12 -040014353 * lpfc_sli4_xri_inrange - check xri is in range of xris owned by driver.
14354 * @phba: Pointer to HBA context object.
14355 * @xri: xri id in transaction.
14356 *
14357 * This function validates the xri maps to the known range of XRIs allocated an
14358 * used by the driver.
14359 **/
James Smart7851fe22011-07-22 18:36:52 -040014360uint16_t
James Smart6d368e52011-05-24 11:44:12 -040014361lpfc_sli4_xri_inrange(struct lpfc_hba *phba,
14362 uint16_t xri)
14363{
14364 int i;
14365
14366 for (i = 0; i < phba->sli4_hba.max_cfg_param.max_xri; i++) {
14367 if (xri == phba->sli4_hba.xri_ids[i])
14368 return i;
14369 }
14370 return NO_XRI;
14371}
14372
James Smart6d368e52011-05-24 11:44:12 -040014373/**
James Smart546fc852011-03-11 16:06:29 -050014374 * lpfc_sli4_seq_abort_rsp - bls rsp to sequence abort
James Smart6669f9b2009-10-02 15:16:45 -040014375 * @phba: Pointer to HBA context object.
14376 * @fc_hdr: pointer to a FC frame header.
14377 *
James Smart546fc852011-03-11 16:06:29 -050014378 * This function sends a basic response to a previous unsol sequence abort
James Smart6669f9b2009-10-02 15:16:45 -040014379 * event after aborting the sequence handling.
14380 **/
14381static void
James Smart6dd9e312013-01-03 15:43:37 -050014382lpfc_sli4_seq_abort_rsp(struct lpfc_vport *vport,
14383 struct fc_frame_header *fc_hdr, bool aborted)
James Smart6669f9b2009-10-02 15:16:45 -040014384{
James Smart6dd9e312013-01-03 15:43:37 -050014385 struct lpfc_hba *phba = vport->phba;
James Smart6669f9b2009-10-02 15:16:45 -040014386 struct lpfc_iocbq *ctiocb = NULL;
14387 struct lpfc_nodelist *ndlp;
James Smartee0f4fe2012-05-09 21:19:14 -040014388 uint16_t oxid, rxid, xri, lxri;
James Smart5ffc2662009-11-18 15:39:44 -050014389 uint32_t sid, fctl;
James Smart6669f9b2009-10-02 15:16:45 -040014390 IOCB_t *icmd;
James Smart546fc852011-03-11 16:06:29 -050014391 int rc;
James Smart6669f9b2009-10-02 15:16:45 -040014392
14393 if (!lpfc_is_link_up(phba))
14394 return;
14395
14396 sid = sli4_sid_from_fc_hdr(fc_hdr);
14397 oxid = be16_to_cpu(fc_hdr->fh_ox_id);
James Smart5ffc2662009-11-18 15:39:44 -050014398 rxid = be16_to_cpu(fc_hdr->fh_rx_id);
James Smart6669f9b2009-10-02 15:16:45 -040014399
James Smart6dd9e312013-01-03 15:43:37 -050014400 ndlp = lpfc_findnode_did(vport, sid);
James Smart6669f9b2009-10-02 15:16:45 -040014401 if (!ndlp) {
James Smart6dd9e312013-01-03 15:43:37 -050014402 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
14403 if (!ndlp) {
14404 lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS,
14405 "1268 Failed to allocate ndlp for "
14406 "oxid:x%x SID:x%x\n", oxid, sid);
14407 return;
14408 }
14409 lpfc_nlp_init(vport, ndlp, sid);
14410 /* Put ndlp onto pport node list */
14411 lpfc_enqueue_node(vport, ndlp);
14412 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
14413 /* re-setup ndlp without removing from node list */
14414 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_UNUSED_NODE);
14415 if (!ndlp) {
14416 lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS,
14417 "3275 Failed to active ndlp found "
14418 "for oxid:x%x SID:x%x\n", oxid, sid);
14419 return;
14420 }
James Smart6669f9b2009-10-02 15:16:45 -040014421 }
14422
James Smart546fc852011-03-11 16:06:29 -050014423 /* Allocate buffer for rsp iocb */
James Smart6669f9b2009-10-02 15:16:45 -040014424 ctiocb = lpfc_sli_get_iocbq(phba);
14425 if (!ctiocb)
14426 return;
14427
James Smart5ffc2662009-11-18 15:39:44 -050014428 /* Extract the F_CTL field from FC_HDR */
14429 fctl = sli4_fctl_from_fc_hdr(fc_hdr);
14430
James Smart6669f9b2009-10-02 15:16:45 -040014431 icmd = &ctiocb->iocb;
James Smart6669f9b2009-10-02 15:16:45 -040014432 icmd->un.xseq64.bdl.bdeSize = 0;
James Smart5ffc2662009-11-18 15:39:44 -050014433 icmd->un.xseq64.bdl.ulpIoTag32 = 0;
James Smart6669f9b2009-10-02 15:16:45 -040014434 icmd->un.xseq64.w5.hcsw.Dfctl = 0;
14435 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_ACC;
14436 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS;
14437
14438 /* Fill in the rest of iocb fields */
14439 icmd->ulpCommand = CMD_XMIT_BLS_RSP64_CX;
14440 icmd->ulpBdeCount = 0;
14441 icmd->ulpLe = 1;
14442 icmd->ulpClass = CLASS3;
James Smart6d368e52011-05-24 11:44:12 -040014443 icmd->ulpContext = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smart6dd9e312013-01-03 15:43:37 -050014444 ctiocb->context1 = lpfc_nlp_get(ndlp);
James Smart6669f9b2009-10-02 15:16:45 -040014445
James Smart6669f9b2009-10-02 15:16:45 -040014446 ctiocb->iocb_cmpl = NULL;
14447 ctiocb->vport = phba->pport;
James Smart546fc852011-03-11 16:06:29 -050014448 ctiocb->iocb_cmpl = lpfc_sli4_seq_abort_rsp_cmpl;
James Smart6d368e52011-05-24 11:44:12 -040014449 ctiocb->sli4_lxritag = NO_XRI;
James Smart546fc852011-03-11 16:06:29 -050014450 ctiocb->sli4_xritag = NO_XRI;
14451
James Smartee0f4fe2012-05-09 21:19:14 -040014452 if (fctl & FC_FC_EX_CTX)
14453 /* Exchange responder sent the abort so we
14454 * own the oxid.
14455 */
14456 xri = oxid;
14457 else
14458 xri = rxid;
14459 lxri = lpfc_sli4_xri_inrange(phba, xri);
14460 if (lxri != NO_XRI)
14461 lpfc_set_rrq_active(phba, ndlp, lxri,
14462 (xri == oxid) ? rxid : oxid, 0);
James Smart6dd9e312013-01-03 15:43:37 -050014463 /* For BA_ABTS from exchange responder, if the logical xri with
14464 * the oxid maps to the FCP XRI range, the port no longer has
14465 * that exchange context, send a BLS_RJT. Override the IOCB for
14466 * a BA_RJT.
James Smart546fc852011-03-11 16:06:29 -050014467 */
James Smart6dd9e312013-01-03 15:43:37 -050014468 if ((fctl & FC_FC_EX_CTX) &&
14469 (lxri > lpfc_sli4_get_els_iocb_cnt(phba))) {
14470 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT;
14471 bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0);
14472 bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID);
14473 bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE);
14474 }
14475
14476 /* If BA_ABTS failed to abort a partially assembled receive sequence,
14477 * the driver no longer has that exchange, send a BLS_RJT. Override
14478 * the IOCB for a BA_RJT.
14479 */
14480 if (aborted == false) {
James Smart546fc852011-03-11 16:06:29 -050014481 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT;
14482 bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0);
14483 bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID);
14484 bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE);
14485 }
James Smart6669f9b2009-10-02 15:16:45 -040014486
James Smart5ffc2662009-11-18 15:39:44 -050014487 if (fctl & FC_FC_EX_CTX) {
14488 /* ABTS sent by responder to CT exchange, construction
14489 * of BA_ACC will use OX_ID from ABTS for the XRI_TAG
14490 * field and RX_ID from ABTS for RX_ID field.
14491 */
James Smart546fc852011-03-11 16:06:29 -050014492 bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_RSP);
James Smart5ffc2662009-11-18 15:39:44 -050014493 } else {
14494 /* ABTS sent by initiator to CT exchange, construction
14495 * of BA_ACC will need to allocate a new XRI as for the
James Smartf09c3ac2012-03-01 22:33:29 -050014496 * XRI_TAG field.
James Smart5ffc2662009-11-18 15:39:44 -050014497 */
James Smart546fc852011-03-11 16:06:29 -050014498 bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_INT);
James Smart5ffc2662009-11-18 15:39:44 -050014499 }
James Smartf09c3ac2012-03-01 22:33:29 -050014500 bf_set(lpfc_abts_rxid, &icmd->un.bls_rsp, rxid);
James Smart546fc852011-03-11 16:06:29 -050014501 bf_set(lpfc_abts_oxid, &icmd->un.bls_rsp, oxid);
James Smart5ffc2662009-11-18 15:39:44 -050014502
James Smart546fc852011-03-11 16:06:29 -050014503 /* Xmit CT abts response on exchange <xid> */
James Smart6dd9e312013-01-03 15:43:37 -050014504 lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS,
14505 "1200 Send BLS cmd x%x on oxid x%x Data: x%x\n",
14506 icmd->un.xseq64.w5.hcsw.Rctl, oxid, phba->link_state);
James Smart546fc852011-03-11 16:06:29 -050014507
14508 rc = lpfc_sli_issue_iocb(phba, LPFC_ELS_RING, ctiocb, 0);
14509 if (rc == IOCB_ERROR) {
James Smart6dd9e312013-01-03 15:43:37 -050014510 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
14511 "2925 Failed to issue CT ABTS RSP x%x on "
14512 "xri x%x, Data x%x\n",
14513 icmd->un.xseq64.w5.hcsw.Rctl, oxid,
14514 phba->link_state);
14515 lpfc_nlp_put(ndlp);
14516 ctiocb->context1 = NULL;
James Smart546fc852011-03-11 16:06:29 -050014517 lpfc_sli_release_iocbq(phba, ctiocb);
14518 }
James Smart6669f9b2009-10-02 15:16:45 -040014519}
14520
14521/**
14522 * lpfc_sli4_handle_unsol_abort - Handle sli-4 unsolicited abort event
14523 * @vport: Pointer to the vport on which this sequence was received
14524 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14525 *
14526 * This function handles an SLI-4 unsolicited abort event. If the unsolicited
14527 * receive sequence is only partially assembed by the driver, it shall abort
14528 * the partially assembled frames for the sequence. Otherwise, if the
14529 * unsolicited receive sequence has been completely assembled and passed to
14530 * the Upper Layer Protocol (UPL), it then mark the per oxid status for the
14531 * unsolicited sequence has been aborted. After that, it will issue a basic
14532 * accept to accept the abort.
14533 **/
14534void
14535lpfc_sli4_handle_unsol_abort(struct lpfc_vport *vport,
14536 struct hbq_dmabuf *dmabuf)
14537{
14538 struct lpfc_hba *phba = vport->phba;
14539 struct fc_frame_header fc_hdr;
James Smart5ffc2662009-11-18 15:39:44 -050014540 uint32_t fctl;
James Smart6dd9e312013-01-03 15:43:37 -050014541 bool aborted;
James Smart6669f9b2009-10-02 15:16:45 -040014542
James Smart6669f9b2009-10-02 15:16:45 -040014543 /* Make a copy of fc_hdr before the dmabuf being released */
14544 memcpy(&fc_hdr, dmabuf->hbuf.virt, sizeof(struct fc_frame_header));
James Smart5ffc2662009-11-18 15:39:44 -050014545 fctl = sli4_fctl_from_fc_hdr(&fc_hdr);
James Smart6669f9b2009-10-02 15:16:45 -040014546
James Smart5ffc2662009-11-18 15:39:44 -050014547 if (fctl & FC_FC_EX_CTX) {
James Smart6dd9e312013-01-03 15:43:37 -050014548 /* ABTS by responder to exchange, no cleanup needed */
14549 aborted = true;
James Smart5ffc2662009-11-18 15:39:44 -050014550 } else {
James Smart6dd9e312013-01-03 15:43:37 -050014551 /* ABTS by initiator to exchange, need to do cleanup */
14552 aborted = lpfc_sli4_abort_partial_seq(vport, dmabuf);
14553 if (aborted == false)
14554 aborted = lpfc_sli4_abort_ulp_seq(vport, dmabuf);
James Smart5ffc2662009-11-18 15:39:44 -050014555 }
James Smart6dd9e312013-01-03 15:43:37 -050014556 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14557
14558 /* Respond with BA_ACC or BA_RJT accordingly */
14559 lpfc_sli4_seq_abort_rsp(vport, &fc_hdr, aborted);
James Smart6669f9b2009-10-02 15:16:45 -040014560}
14561
14562/**
James Smart4f774512009-05-22 14:52:35 -040014563 * lpfc_seq_complete - Indicates if a sequence is complete
14564 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14565 *
14566 * This function checks the sequence, starting with the frame described by
14567 * @dmabuf, to see if all the frames associated with this sequence are present.
14568 * the frames associated with this sequence are linked to the @dmabuf using the
14569 * dbuf list. This function looks for two major things. 1) That the first frame
14570 * has a sequence count of zero. 2) There is a frame with last frame of sequence
14571 * set. 3) That there are no holes in the sequence count. The function will
14572 * return 1 when the sequence is complete, otherwise it will return 0.
14573 **/
14574static int
14575lpfc_seq_complete(struct hbq_dmabuf *dmabuf)
14576{
14577 struct fc_frame_header *hdr;
14578 struct lpfc_dmabuf *d_buf;
14579 struct hbq_dmabuf *seq_dmabuf;
14580 uint32_t fctl;
14581 int seq_count = 0;
14582
14583 hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14584 /* make sure first fame of sequence has a sequence count of zero */
14585 if (hdr->fh_seq_cnt != seq_count)
14586 return 0;
14587 fctl = (hdr->fh_f_ctl[0] << 16 |
14588 hdr->fh_f_ctl[1] << 8 |
14589 hdr->fh_f_ctl[2]);
14590 /* If last frame of sequence we can return success. */
14591 if (fctl & FC_FC_END_SEQ)
14592 return 1;
14593 list_for_each_entry(d_buf, &dmabuf->dbuf.list, list) {
14594 seq_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14595 hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14596 /* If there is a hole in the sequence count then fail. */
James Smarteeead812009-12-21 17:01:23 -050014597 if (++seq_count != be16_to_cpu(hdr->fh_seq_cnt))
James Smart4f774512009-05-22 14:52:35 -040014598 return 0;
14599 fctl = (hdr->fh_f_ctl[0] << 16 |
14600 hdr->fh_f_ctl[1] << 8 |
14601 hdr->fh_f_ctl[2]);
14602 /* If last frame of sequence we can return success. */
14603 if (fctl & FC_FC_END_SEQ)
14604 return 1;
14605 }
14606 return 0;
14607}
14608
14609/**
14610 * lpfc_prep_seq - Prep sequence for ULP processing
14611 * @vport: Pointer to the vport on which this sequence was received
14612 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14613 *
14614 * This function takes a sequence, described by a list of frames, and creates
14615 * a list of iocbq structures to describe the sequence. This iocbq list will be
14616 * used to issue to the generic unsolicited sequence handler. This routine
14617 * returns a pointer to the first iocbq in the list. If the function is unable
14618 * to allocate an iocbq then it throw out the received frames that were not
14619 * able to be described and return a pointer to the first iocbq. If unable to
14620 * allocate any iocbqs (including the first) this function will return NULL.
14621 **/
14622static struct lpfc_iocbq *
14623lpfc_prep_seq(struct lpfc_vport *vport, struct hbq_dmabuf *seq_dmabuf)
14624{
James Smart7851fe22011-07-22 18:36:52 -040014625 struct hbq_dmabuf *hbq_buf;
James Smart4f774512009-05-22 14:52:35 -040014626 struct lpfc_dmabuf *d_buf, *n_buf;
14627 struct lpfc_iocbq *first_iocbq, *iocbq;
14628 struct fc_frame_header *fc_hdr;
14629 uint32_t sid;
James Smart7851fe22011-07-22 18:36:52 -040014630 uint32_t len, tot_len;
James Smarteeead812009-12-21 17:01:23 -050014631 struct ulp_bde64 *pbde;
James Smart4f774512009-05-22 14:52:35 -040014632
14633 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14634 /* remove from receive buffer list */
14635 list_del_init(&seq_dmabuf->hbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040014636 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040014637 /* get the Remote Port's SID */
James Smart6669f9b2009-10-02 15:16:45 -040014638 sid = sli4_sid_from_fc_hdr(fc_hdr);
James Smart7851fe22011-07-22 18:36:52 -040014639 tot_len = 0;
James Smart4f774512009-05-22 14:52:35 -040014640 /* Get an iocbq struct to fill in. */
14641 first_iocbq = lpfc_sli_get_iocbq(vport->phba);
14642 if (first_iocbq) {
14643 /* Initialize the first IOCB. */
James Smart8fa38512009-07-19 10:01:03 -040014644 first_iocbq->iocb.unsli3.rcvsli3.acc_len = 0;
James Smart4f774512009-05-22 14:52:35 -040014645 first_iocbq->iocb.ulpStatus = IOSTAT_SUCCESS;
James Smart939723a2012-05-09 21:19:03 -040014646
14647 /* Check FC Header to see what TYPE of frame we are rcv'ing */
14648 if (sli4_type_from_fc_hdr(fc_hdr) == FC_TYPE_ELS) {
14649 first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_ELS64_CX;
14650 first_iocbq->iocb.un.rcvels.parmRo =
14651 sli4_did_from_fc_hdr(fc_hdr);
14652 first_iocbq->iocb.ulpPU = PARM_NPIV_DID;
14653 } else
14654 first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_SEQ64_CX;
James Smart7851fe22011-07-22 18:36:52 -040014655 first_iocbq->iocb.ulpContext = NO_XRI;
14656 first_iocbq->iocb.unsli3.rcvsli3.ox_id =
14657 be16_to_cpu(fc_hdr->fh_ox_id);
14658 /* iocbq is prepped for internal consumption. Physical vpi. */
14659 first_iocbq->iocb.unsli3.rcvsli3.vpi =
14660 vport->phba->vpi_ids[vport->vpi];
James Smart4f774512009-05-22 14:52:35 -040014661 /* put the first buffer into the first IOCBq */
14662 first_iocbq->context2 = &seq_dmabuf->dbuf;
14663 first_iocbq->context3 = NULL;
14664 first_iocbq->iocb.ulpBdeCount = 1;
14665 first_iocbq->iocb.un.cont64[0].tus.f.bdeSize =
14666 LPFC_DATA_BUF_SIZE;
14667 first_iocbq->iocb.un.rcvels.remoteID = sid;
James Smart7851fe22011-07-22 18:36:52 -040014668 tot_len = bf_get(lpfc_rcqe_length,
James Smart4d9ab992009-10-02 15:16:39 -040014669 &seq_dmabuf->cq_event.cqe.rcqe_cmpl);
James Smart7851fe22011-07-22 18:36:52 -040014670 first_iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len;
James Smart4f774512009-05-22 14:52:35 -040014671 }
14672 iocbq = first_iocbq;
14673 /*
14674 * Each IOCBq can have two Buffers assigned, so go through the list
14675 * of buffers for this sequence and save two buffers in each IOCBq
14676 */
14677 list_for_each_entry_safe(d_buf, n_buf, &seq_dmabuf->dbuf.list, list) {
14678 if (!iocbq) {
14679 lpfc_in_buf_free(vport->phba, d_buf);
14680 continue;
14681 }
14682 if (!iocbq->context3) {
14683 iocbq->context3 = d_buf;
14684 iocbq->iocb.ulpBdeCount++;
James Smarteeead812009-12-21 17:01:23 -050014685 pbde = (struct ulp_bde64 *)
14686 &iocbq->iocb.unsli3.sli3Words[4];
14687 pbde->tus.f.bdeSize = LPFC_DATA_BUF_SIZE;
James Smart7851fe22011-07-22 18:36:52 -040014688
14689 /* We need to get the size out of the right CQE */
14690 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14691 len = bf_get(lpfc_rcqe_length,
14692 &hbq_buf->cq_event.cqe.rcqe_cmpl);
14693 iocbq->iocb.unsli3.rcvsli3.acc_len += len;
14694 tot_len += len;
James Smart4f774512009-05-22 14:52:35 -040014695 } else {
14696 iocbq = lpfc_sli_get_iocbq(vport->phba);
14697 if (!iocbq) {
14698 if (first_iocbq) {
14699 first_iocbq->iocb.ulpStatus =
14700 IOSTAT_FCP_RSP_ERROR;
14701 first_iocbq->iocb.un.ulpWord[4] =
14702 IOERR_NO_RESOURCES;
14703 }
14704 lpfc_in_buf_free(vport->phba, d_buf);
14705 continue;
14706 }
14707 iocbq->context2 = d_buf;
14708 iocbq->context3 = NULL;
14709 iocbq->iocb.ulpBdeCount = 1;
14710 iocbq->iocb.un.cont64[0].tus.f.bdeSize =
14711 LPFC_DATA_BUF_SIZE;
James Smart7851fe22011-07-22 18:36:52 -040014712
14713 /* We need to get the size out of the right CQE */
14714 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14715 len = bf_get(lpfc_rcqe_length,
14716 &hbq_buf->cq_event.cqe.rcqe_cmpl);
14717 tot_len += len;
14718 iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len;
14719
James Smart4f774512009-05-22 14:52:35 -040014720 iocbq->iocb.un.rcvels.remoteID = sid;
14721 list_add_tail(&iocbq->list, &first_iocbq->list);
14722 }
14723 }
14724 return first_iocbq;
14725}
14726
James Smart6669f9b2009-10-02 15:16:45 -040014727static void
14728lpfc_sli4_send_seq_to_ulp(struct lpfc_vport *vport,
14729 struct hbq_dmabuf *seq_dmabuf)
14730{
14731 struct fc_frame_header *fc_hdr;
14732 struct lpfc_iocbq *iocbq, *curr_iocb, *next_iocb;
14733 struct lpfc_hba *phba = vport->phba;
14734
14735 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14736 iocbq = lpfc_prep_seq(vport, seq_dmabuf);
14737 if (!iocbq) {
14738 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14739 "2707 Ring %d handler: Failed to allocate "
14740 "iocb Rctl x%x Type x%x received\n",
14741 LPFC_ELS_RING,
14742 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
14743 return;
14744 }
14745 if (!lpfc_complete_unsol_iocb(phba,
14746 &phba->sli.ring[LPFC_ELS_RING],
14747 iocbq, fc_hdr->fh_r_ctl,
14748 fc_hdr->fh_type))
James Smart6d368e52011-05-24 11:44:12 -040014749 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart6669f9b2009-10-02 15:16:45 -040014750 "2540 Ring %d handler: unexpected Rctl "
14751 "x%x Type x%x received\n",
14752 LPFC_ELS_RING,
14753 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
14754
14755 /* Free iocb created in lpfc_prep_seq */
14756 list_for_each_entry_safe(curr_iocb, next_iocb,
14757 &iocbq->list, list) {
14758 list_del_init(&curr_iocb->list);
14759 lpfc_sli_release_iocbq(phba, curr_iocb);
14760 }
14761 lpfc_sli_release_iocbq(phba, iocbq);
14762}
14763
James Smart4f774512009-05-22 14:52:35 -040014764/**
14765 * lpfc_sli4_handle_received_buffer - Handle received buffers from firmware
14766 * @phba: Pointer to HBA context object.
14767 *
14768 * This function is called with no lock held. This function processes all
14769 * the received buffers and gives it to upper layers when a received buffer
14770 * indicates that it is the final frame in the sequence. The interrupt
14771 * service routine processes received buffers at interrupt contexts and adds
14772 * received dma buffers to the rb_pend_list queue and signals the worker thread.
14773 * Worker thread calls lpfc_sli4_handle_received_buffer, which will call the
14774 * appropriate receive function when the final frame in a sequence is received.
14775 **/
James Smart4d9ab992009-10-02 15:16:39 -040014776void
14777lpfc_sli4_handle_received_buffer(struct lpfc_hba *phba,
14778 struct hbq_dmabuf *dmabuf)
James Smart4f774512009-05-22 14:52:35 -040014779{
James Smart4d9ab992009-10-02 15:16:39 -040014780 struct hbq_dmabuf *seq_dmabuf;
James Smart4f774512009-05-22 14:52:35 -040014781 struct fc_frame_header *fc_hdr;
14782 struct lpfc_vport *vport;
14783 uint32_t fcfi;
James Smart939723a2012-05-09 21:19:03 -040014784 uint32_t did;
James Smart4f774512009-05-22 14:52:35 -040014785
James Smart4f774512009-05-22 14:52:35 -040014786 /* Process each received buffer */
James Smart4d9ab992009-10-02 15:16:39 -040014787 fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14788 /* check to see if this a valid type of frame */
14789 if (lpfc_fc_frame_check(phba, fc_hdr)) {
14790 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14791 return;
14792 }
James Smart7851fe22011-07-22 18:36:52 -040014793 if ((bf_get(lpfc_cqe_code,
14794 &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1))
14795 fcfi = bf_get(lpfc_rcqe_fcf_id_v1,
14796 &dmabuf->cq_event.cqe.rcqe_cmpl);
14797 else
14798 fcfi = bf_get(lpfc_rcqe_fcf_id,
14799 &dmabuf->cq_event.cqe.rcqe_cmpl);
James Smart939723a2012-05-09 21:19:03 -040014800
James Smart4d9ab992009-10-02 15:16:39 -040014801 vport = lpfc_fc_frame_to_vport(phba, fc_hdr, fcfi);
James Smart939723a2012-05-09 21:19:03 -040014802 if (!vport) {
James Smart4d9ab992009-10-02 15:16:39 -040014803 /* throw out the frame */
14804 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14805 return;
14806 }
James Smart939723a2012-05-09 21:19:03 -040014807
14808 /* d_id this frame is directed to */
14809 did = sli4_did_from_fc_hdr(fc_hdr);
14810
14811 /* vport is registered unless we rcv a FLOGI directed to Fabric_DID */
14812 if (!(vport->vpi_state & LPFC_VPI_REGISTERED) &&
14813 (did != Fabric_DID)) {
14814 /*
14815 * Throw out the frame if we are not pt2pt.
14816 * The pt2pt protocol allows for discovery frames
14817 * to be received without a registered VPI.
14818 */
14819 if (!(vport->fc_flag & FC_PT2PT) ||
14820 (phba->link_state == LPFC_HBA_READY)) {
14821 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14822 return;
14823 }
14824 }
14825
James Smart6669f9b2009-10-02 15:16:45 -040014826 /* Handle the basic abort sequence (BA_ABTS) event */
14827 if (fc_hdr->fh_r_ctl == FC_RCTL_BA_ABTS) {
14828 lpfc_sli4_handle_unsol_abort(vport, dmabuf);
14829 return;
14830 }
14831
James Smart4d9ab992009-10-02 15:16:39 -040014832 /* Link this frame */
14833 seq_dmabuf = lpfc_fc_frame_add(vport, dmabuf);
14834 if (!seq_dmabuf) {
14835 /* unable to add frame to vport - throw it out */
14836 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14837 return;
14838 }
14839 /* If not last frame in sequence continue processing frames. */
James Smartdef9c7a2009-12-21 17:02:28 -050014840 if (!lpfc_seq_complete(seq_dmabuf))
James Smart4d9ab992009-10-02 15:16:39 -040014841 return;
James Smartdef9c7a2009-12-21 17:02:28 -050014842
James Smart6669f9b2009-10-02 15:16:45 -040014843 /* Send the complete sequence to the upper layer protocol */
14844 lpfc_sli4_send_seq_to_ulp(vport, seq_dmabuf);
James Smart4f774512009-05-22 14:52:35 -040014845}
James Smart6fb120a2009-05-22 14:52:59 -040014846
14847/**
14848 * lpfc_sli4_post_all_rpi_hdrs - Post the rpi header memory region to the port
14849 * @phba: pointer to lpfc hba data structure.
14850 *
14851 * This routine is invoked to post rpi header templates to the
14852 * HBA consistent with the SLI-4 interface spec. This routine
James Smart49198b32010-04-06 15:04:33 -040014853 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
14854 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6fb120a2009-05-22 14:52:59 -040014855 *
14856 * This routine does not require any locks. It's usage is expected
14857 * to be driver load or reset recovery when the driver is
14858 * sequential.
14859 *
14860 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014861 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -040014862 * -EIO - The mailbox failed to complete successfully.
James Smart6fb120a2009-05-22 14:52:59 -040014863 * When this error occurs, the driver is not guaranteed
14864 * to have any rpi regions posted to the device and
14865 * must either attempt to repost the regions or take a
14866 * fatal error.
14867 **/
14868int
14869lpfc_sli4_post_all_rpi_hdrs(struct lpfc_hba *phba)
14870{
14871 struct lpfc_rpi_hdr *rpi_page;
14872 uint32_t rc = 0;
James Smart6d368e52011-05-24 11:44:12 -040014873 uint16_t lrpi = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014874
James Smart6d368e52011-05-24 11:44:12 -040014875 /* SLI4 ports that support extents do not require RPI headers. */
14876 if (!phba->sli4_hba.rpi_hdrs_in_use)
14877 goto exit;
14878 if (phba->sli4_hba.extents_in_use)
14879 return -EIO;
14880
James Smart6fb120a2009-05-22 14:52:59 -040014881 list_for_each_entry(rpi_page, &phba->sli4_hba.lpfc_rpi_hdr_list, list) {
James Smart6d368e52011-05-24 11:44:12 -040014882 /*
14883 * Assign the rpi headers a physical rpi only if the driver
14884 * has not initialized those resources. A port reset only
14885 * needs the headers posted.
14886 */
14887 if (bf_get(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags) !=
14888 LPFC_RPI_RSRC_RDY)
14889 rpi_page->start_rpi = phba->sli4_hba.rpi_ids[lrpi];
14890
James Smart6fb120a2009-05-22 14:52:59 -040014891 rc = lpfc_sli4_post_rpi_hdr(phba, rpi_page);
14892 if (rc != MBX_SUCCESS) {
14893 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14894 "2008 Error %d posting all rpi "
14895 "headers\n", rc);
14896 rc = -EIO;
14897 break;
14898 }
14899 }
14900
James Smart6d368e52011-05-24 11:44:12 -040014901 exit:
14902 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags,
14903 LPFC_RPI_RSRC_RDY);
James Smart6fb120a2009-05-22 14:52:59 -040014904 return rc;
14905}
14906
14907/**
14908 * lpfc_sli4_post_rpi_hdr - Post an rpi header memory region to the port
14909 * @phba: pointer to lpfc hba data structure.
14910 * @rpi_page: pointer to the rpi memory region.
14911 *
14912 * This routine is invoked to post a single rpi header to the
14913 * HBA consistent with the SLI-4 interface spec. This memory region
14914 * maps up to 64 rpi context regions.
14915 *
14916 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014917 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -040014918 * -ENOMEM - No available memory
14919 * -EIO - The mailbox failed to complete successfully.
James Smart6fb120a2009-05-22 14:52:59 -040014920 **/
14921int
14922lpfc_sli4_post_rpi_hdr(struct lpfc_hba *phba, struct lpfc_rpi_hdr *rpi_page)
14923{
14924 LPFC_MBOXQ_t *mboxq;
14925 struct lpfc_mbx_post_hdr_tmpl *hdr_tmpl;
14926 uint32_t rc = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014927 uint32_t shdr_status, shdr_add_status;
14928 union lpfc_sli4_cfg_shdr *shdr;
14929
James Smart6d368e52011-05-24 11:44:12 -040014930 /* SLI4 ports that support extents do not require RPI headers. */
14931 if (!phba->sli4_hba.rpi_hdrs_in_use)
14932 return rc;
14933 if (phba->sli4_hba.extents_in_use)
14934 return -EIO;
14935
James Smart6fb120a2009-05-22 14:52:59 -040014936 /* The port is notified of the header region via a mailbox command. */
14937 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14938 if (!mboxq) {
14939 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14940 "2001 Unable to allocate memory for issuing "
14941 "SLI_CONFIG_SPECIAL mailbox command\n");
14942 return -ENOMEM;
14943 }
14944
14945 /* Post all rpi memory regions to the port. */
14946 hdr_tmpl = &mboxq->u.mqe.un.hdr_tmpl;
James Smart6fb120a2009-05-22 14:52:59 -040014947 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
14948 LPFC_MBOX_OPCODE_FCOE_POST_HDR_TEMPLATE,
14949 sizeof(struct lpfc_mbx_post_hdr_tmpl) -
James Smartfedd3b72011-02-16 12:39:24 -050014950 sizeof(struct lpfc_sli4_cfg_mhdr),
14951 LPFC_SLI4_MBX_EMBED);
James Smart6d368e52011-05-24 11:44:12 -040014952
14953
14954 /* Post the physical rpi to the port for this rpi header. */
James Smart6fb120a2009-05-22 14:52:59 -040014955 bf_set(lpfc_mbx_post_hdr_tmpl_rpi_offset, hdr_tmpl,
14956 rpi_page->start_rpi);
James Smart6d368e52011-05-24 11:44:12 -040014957 bf_set(lpfc_mbx_post_hdr_tmpl_page_cnt,
14958 hdr_tmpl, rpi_page->page_count);
14959
James Smart6fb120a2009-05-22 14:52:59 -040014960 hdr_tmpl->rpi_paddr_lo = putPaddrLow(rpi_page->dmabuf->phys);
14961 hdr_tmpl->rpi_paddr_hi = putPaddrHigh(rpi_page->dmabuf->phys);
James Smartf1126682009-06-10 17:22:44 -040014962 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smart6fb120a2009-05-22 14:52:59 -040014963 shdr = (union lpfc_sli4_cfg_shdr *) &hdr_tmpl->header.cfg_shdr;
14964 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
14965 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
14966 if (rc != MBX_TIMEOUT)
14967 mempool_free(mboxq, phba->mbox_mem_pool);
14968 if (shdr_status || shdr_add_status || rc) {
14969 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14970 "2514 POST_RPI_HDR mailbox failed with "
14971 "status x%x add_status x%x, mbx status x%x\n",
14972 shdr_status, shdr_add_status, rc);
14973 rc = -ENXIO;
14974 }
14975 return rc;
14976}
14977
14978/**
14979 * lpfc_sli4_alloc_rpi - Get an available rpi in the device's range
14980 * @phba: pointer to lpfc hba data structure.
14981 *
14982 * This routine is invoked to post rpi header templates to the
14983 * HBA consistent with the SLI-4 interface spec. This routine
James Smart49198b32010-04-06 15:04:33 -040014984 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
14985 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6fb120a2009-05-22 14:52:59 -040014986 *
14987 * Returns
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014988 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
James Smart6fb120a2009-05-22 14:52:59 -040014989 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
14990 **/
14991int
14992lpfc_sli4_alloc_rpi(struct lpfc_hba *phba)
14993{
James Smart6d368e52011-05-24 11:44:12 -040014994 unsigned long rpi;
14995 uint16_t max_rpi, rpi_limit;
14996 uint16_t rpi_remaining, lrpi = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014997 struct lpfc_rpi_hdr *rpi_hdr;
14998
14999 max_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart6fb120a2009-05-22 14:52:59 -040015000 rpi_limit = phba->sli4_hba.next_rpi;
15001
15002 /*
James Smart6d368e52011-05-24 11:44:12 -040015003 * Fetch the next logical rpi. Because this index is logical,
15004 * the driver starts at 0 each time.
James Smart6fb120a2009-05-22 14:52:59 -040015005 */
15006 spin_lock_irq(&phba->hbalock);
James Smart6d368e52011-05-24 11:44:12 -040015007 rpi = find_next_zero_bit(phba->sli4_hba.rpi_bmask, rpi_limit, 0);
15008 if (rpi >= rpi_limit)
James Smart6fb120a2009-05-22 14:52:59 -040015009 rpi = LPFC_RPI_ALLOC_ERROR;
15010 else {
15011 set_bit(rpi, phba->sli4_hba.rpi_bmask);
15012 phba->sli4_hba.max_cfg_param.rpi_used++;
15013 phba->sli4_hba.rpi_count++;
15014 }
15015
15016 /*
15017 * Don't try to allocate more rpi header regions if the device limit
James Smart6d368e52011-05-24 11:44:12 -040015018 * has been exhausted.
James Smart6fb120a2009-05-22 14:52:59 -040015019 */
15020 if ((rpi == LPFC_RPI_ALLOC_ERROR) &&
15021 (phba->sli4_hba.rpi_count >= max_rpi)) {
15022 spin_unlock_irq(&phba->hbalock);
15023 return rpi;
15024 }
15025
15026 /*
James Smart6d368e52011-05-24 11:44:12 -040015027 * RPI header postings are not required for SLI4 ports capable of
15028 * extents.
15029 */
15030 if (!phba->sli4_hba.rpi_hdrs_in_use) {
15031 spin_unlock_irq(&phba->hbalock);
15032 return rpi;
15033 }
15034
15035 /*
James Smart6fb120a2009-05-22 14:52:59 -040015036 * If the driver is running low on rpi resources, allocate another
15037 * page now. Note that the next_rpi value is used because
15038 * it represents how many are actually in use whereas max_rpi notes
15039 * how many are supported max by the device.
15040 */
James Smart6d368e52011-05-24 11:44:12 -040015041 rpi_remaining = phba->sli4_hba.next_rpi - phba->sli4_hba.rpi_count;
James Smart6fb120a2009-05-22 14:52:59 -040015042 spin_unlock_irq(&phba->hbalock);
15043 if (rpi_remaining < LPFC_RPI_LOW_WATER_MARK) {
15044 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba);
15045 if (!rpi_hdr) {
15046 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15047 "2002 Error Could not grow rpi "
15048 "count\n");
15049 } else {
James Smart6d368e52011-05-24 11:44:12 -040015050 lrpi = rpi_hdr->start_rpi;
15051 rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi];
James Smart6fb120a2009-05-22 14:52:59 -040015052 lpfc_sli4_post_rpi_hdr(phba, rpi_hdr);
15053 }
15054 }
15055
15056 return rpi;
15057}
15058
15059/**
15060 * lpfc_sli4_free_rpi - Release an rpi for reuse.
15061 * @phba: pointer to lpfc hba data structure.
15062 *
15063 * This routine is invoked to release an rpi to the pool of
15064 * available rpis maintained by the driver.
15065 **/
15066void
James Smartd7c47992010-06-08 18:31:54 -040015067__lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi)
15068{
15069 if (test_and_clear_bit(rpi, phba->sli4_hba.rpi_bmask)) {
15070 phba->sli4_hba.rpi_count--;
15071 phba->sli4_hba.max_cfg_param.rpi_used--;
15072 }
15073}
15074
15075/**
15076 * lpfc_sli4_free_rpi - Release an rpi for reuse.
15077 * @phba: pointer to lpfc hba data structure.
15078 *
15079 * This routine is invoked to release an rpi to the pool of
15080 * available rpis maintained by the driver.
15081 **/
15082void
James Smart6fb120a2009-05-22 14:52:59 -040015083lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi)
15084{
15085 spin_lock_irq(&phba->hbalock);
James Smartd7c47992010-06-08 18:31:54 -040015086 __lpfc_sli4_free_rpi(phba, rpi);
James Smart6fb120a2009-05-22 14:52:59 -040015087 spin_unlock_irq(&phba->hbalock);
15088}
15089
15090/**
15091 * lpfc_sli4_remove_rpis - Remove the rpi bitmask region
15092 * @phba: pointer to lpfc hba data structure.
15093 *
15094 * This routine is invoked to remove the memory region that
15095 * provided rpi via a bitmask.
15096 **/
15097void
15098lpfc_sli4_remove_rpis(struct lpfc_hba *phba)
15099{
15100 kfree(phba->sli4_hba.rpi_bmask);
James Smart6d368e52011-05-24 11:44:12 -040015101 kfree(phba->sli4_hba.rpi_ids);
15102 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
James Smart6fb120a2009-05-22 14:52:59 -040015103}
15104
15105/**
15106 * lpfc_sli4_resume_rpi - Remove the rpi bitmask region
15107 * @phba: pointer to lpfc hba data structure.
15108 *
15109 * This routine is invoked to remove the memory region that
15110 * provided rpi via a bitmask.
15111 **/
15112int
James Smart6b5151f2012-01-18 16:24:06 -050015113lpfc_sli4_resume_rpi(struct lpfc_nodelist *ndlp,
15114 void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *), void *arg)
James Smart6fb120a2009-05-22 14:52:59 -040015115{
15116 LPFC_MBOXQ_t *mboxq;
15117 struct lpfc_hba *phba = ndlp->phba;
15118 int rc;
15119
15120 /* The port is notified of the header region via a mailbox command. */
15121 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15122 if (!mboxq)
15123 return -ENOMEM;
15124
15125 /* Post all rpi memory regions to the port. */
15126 lpfc_resume_rpi(mboxq, ndlp);
James Smart6b5151f2012-01-18 16:24:06 -050015127 if (cmpl) {
15128 mboxq->mbox_cmpl = cmpl;
15129 mboxq->context1 = arg;
15130 mboxq->context2 = ndlp;
James Smart72859902012-01-18 16:25:38 -050015131 } else
15132 mboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart6b5151f2012-01-18 16:24:06 -050015133 mboxq->vport = ndlp->vport;
James Smart6fb120a2009-05-22 14:52:59 -040015134 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15135 if (rc == MBX_NOT_FINISHED) {
15136 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15137 "2010 Resume RPI Mailbox failed "
15138 "status %d, mbxStatus x%x\n", rc,
15139 bf_get(lpfc_mqe_status, &mboxq->u.mqe));
15140 mempool_free(mboxq, phba->mbox_mem_pool);
15141 return -EIO;
15142 }
15143 return 0;
15144}
15145
15146/**
15147 * lpfc_sli4_init_vpi - Initialize a vpi with the port
James Smart76a95d72010-11-20 23:11:48 -050015148 * @vport: Pointer to the vport for which the vpi is being initialized
James Smart6fb120a2009-05-22 14:52:59 -040015149 *
James Smart76a95d72010-11-20 23:11:48 -050015150 * This routine is invoked to activate a vpi with the port.
James Smart6fb120a2009-05-22 14:52:59 -040015151 *
15152 * Returns:
15153 * 0 success
15154 * -Evalue otherwise
15155 **/
15156int
James Smart76a95d72010-11-20 23:11:48 -050015157lpfc_sli4_init_vpi(struct lpfc_vport *vport)
James Smart6fb120a2009-05-22 14:52:59 -040015158{
15159 LPFC_MBOXQ_t *mboxq;
15160 int rc = 0;
James Smart6a9c52c2009-10-02 15:16:51 -040015161 int retval = MBX_SUCCESS;
James Smart6fb120a2009-05-22 14:52:59 -040015162 uint32_t mbox_tmo;
James Smart76a95d72010-11-20 23:11:48 -050015163 struct lpfc_hba *phba = vport->phba;
James Smart6fb120a2009-05-22 14:52:59 -040015164 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15165 if (!mboxq)
15166 return -ENOMEM;
James Smart76a95d72010-11-20 23:11:48 -050015167 lpfc_init_vpi(phba, mboxq, vport->vpi);
James Smarta183a152011-10-10 21:32:43 -040015168 mbox_tmo = lpfc_mbox_tmo_val(phba, mboxq);
James Smart6fb120a2009-05-22 14:52:59 -040015169 rc = lpfc_sli_issue_mbox_wait(phba, mboxq, mbox_tmo);
James Smart6fb120a2009-05-22 14:52:59 -040015170 if (rc != MBX_SUCCESS) {
James Smart76a95d72010-11-20 23:11:48 -050015171 lpfc_printf_vlog(vport, KERN_ERR, LOG_SLI,
James Smart6fb120a2009-05-22 14:52:59 -040015172 "2022 INIT VPI Mailbox failed "
15173 "status %d, mbxStatus x%x\n", rc,
15174 bf_get(lpfc_mqe_status, &mboxq->u.mqe));
James Smart6a9c52c2009-10-02 15:16:51 -040015175 retval = -EIO;
James Smart6fb120a2009-05-22 14:52:59 -040015176 }
James Smart6a9c52c2009-10-02 15:16:51 -040015177 if (rc != MBX_TIMEOUT)
James Smart76a95d72010-11-20 23:11:48 -050015178 mempool_free(mboxq, vport->phba->mbox_mem_pool);
James Smart6a9c52c2009-10-02 15:16:51 -040015179
15180 return retval;
James Smart6fb120a2009-05-22 14:52:59 -040015181}
15182
15183/**
15184 * lpfc_mbx_cmpl_add_fcf_record - add fcf mbox completion handler.
15185 * @phba: pointer to lpfc hba data structure.
15186 * @mboxq: Pointer to mailbox object.
15187 *
15188 * This routine is invoked to manually add a single FCF record. The caller
15189 * must pass a completely initialized FCF_Record. This routine takes
15190 * care of the nonembedded mailbox operations.
15191 **/
15192static void
15193lpfc_mbx_cmpl_add_fcf_record(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
15194{
15195 void *virt_addr;
15196 union lpfc_sli4_cfg_shdr *shdr;
15197 uint32_t shdr_status, shdr_add_status;
15198
15199 virt_addr = mboxq->sge_array->addr[0];
15200 /* The IOCTL status is embedded in the mailbox subheader. */
15201 shdr = (union lpfc_sli4_cfg_shdr *) virt_addr;
15202 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
15203 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
15204
15205 if ((shdr_status || shdr_add_status) &&
15206 (shdr_status != STATUS_FCF_IN_USE))
15207 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15208 "2558 ADD_FCF_RECORD mailbox failed with "
15209 "status x%x add_status x%x\n",
15210 shdr_status, shdr_add_status);
15211
15212 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15213}
15214
15215/**
15216 * lpfc_sli4_add_fcf_record - Manually add an FCF Record.
15217 * @phba: pointer to lpfc hba data structure.
15218 * @fcf_record: pointer to the initialized fcf record to add.
15219 *
15220 * This routine is invoked to manually add a single FCF record. The caller
15221 * must pass a completely initialized FCF_Record. This routine takes
15222 * care of the nonembedded mailbox operations.
15223 **/
15224int
15225lpfc_sli4_add_fcf_record(struct lpfc_hba *phba, struct fcf_record *fcf_record)
15226{
15227 int rc = 0;
15228 LPFC_MBOXQ_t *mboxq;
15229 uint8_t *bytep;
15230 void *virt_addr;
15231 dma_addr_t phys_addr;
15232 struct lpfc_mbx_sge sge;
15233 uint32_t alloc_len, req_len;
15234 uint32_t fcfindex;
15235
15236 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15237 if (!mboxq) {
15238 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15239 "2009 Failed to allocate mbox for ADD_FCF cmd\n");
15240 return -ENOMEM;
15241 }
15242
15243 req_len = sizeof(struct fcf_record) + sizeof(union lpfc_sli4_cfg_shdr) +
15244 sizeof(uint32_t);
15245
15246 /* Allocate DMA memory and set up the non-embedded mailbox command */
15247 alloc_len = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
15248 LPFC_MBOX_OPCODE_FCOE_ADD_FCF,
15249 req_len, LPFC_SLI4_MBX_NEMBED);
15250 if (alloc_len < req_len) {
15251 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15252 "2523 Allocated DMA memory size (x%x) is "
15253 "less than the requested DMA memory "
15254 "size (x%x)\n", alloc_len, req_len);
15255 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15256 return -ENOMEM;
15257 }
15258
15259 /*
15260 * Get the first SGE entry from the non-embedded DMA memory. This
15261 * routine only uses a single SGE.
15262 */
15263 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
15264 phys_addr = getPaddr(sge.pa_hi, sge.pa_lo);
James Smart6fb120a2009-05-22 14:52:59 -040015265 virt_addr = mboxq->sge_array->addr[0];
15266 /*
15267 * Configure the FCF record for FCFI 0. This is the driver's
15268 * hardcoded default and gets used in nonFIP mode.
15269 */
15270 fcfindex = bf_get(lpfc_fcf_record_fcf_index, fcf_record);
15271 bytep = virt_addr + sizeof(union lpfc_sli4_cfg_shdr);
15272 lpfc_sli_pcimem_bcopy(&fcfindex, bytep, sizeof(uint32_t));
15273
15274 /*
15275 * Copy the fcf_index and the FCF Record Data. The data starts after
15276 * the FCoE header plus word10. The data copy needs to be endian
15277 * correct.
15278 */
15279 bytep += sizeof(uint32_t);
15280 lpfc_sli_pcimem_bcopy(fcf_record, bytep, sizeof(struct fcf_record));
15281 mboxq->vport = phba->pport;
15282 mboxq->mbox_cmpl = lpfc_mbx_cmpl_add_fcf_record;
15283 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15284 if (rc == MBX_NOT_FINISHED) {
15285 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15286 "2515 ADD_FCF_RECORD mailbox failed with "
15287 "status 0x%x\n", rc);
15288 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15289 rc = -EIO;
15290 } else
15291 rc = 0;
15292
15293 return rc;
15294}
15295
15296/**
15297 * lpfc_sli4_build_dflt_fcf_record - Build the driver's default FCF Record.
15298 * @phba: pointer to lpfc hba data structure.
15299 * @fcf_record: pointer to the fcf record to write the default data.
15300 * @fcf_index: FCF table entry index.
15301 *
15302 * This routine is invoked to build the driver's default FCF record. The
15303 * values used are hardcoded. This routine handles memory initialization.
15304 *
15305 **/
15306void
15307lpfc_sli4_build_dflt_fcf_record(struct lpfc_hba *phba,
15308 struct fcf_record *fcf_record,
15309 uint16_t fcf_index)
15310{
15311 memset(fcf_record, 0, sizeof(struct fcf_record));
15312 fcf_record->max_rcv_size = LPFC_FCOE_MAX_RCV_SIZE;
15313 fcf_record->fka_adv_period = LPFC_FCOE_FKA_ADV_PER;
15314 fcf_record->fip_priority = LPFC_FCOE_FIP_PRIORITY;
15315 bf_set(lpfc_fcf_record_mac_0, fcf_record, phba->fc_map[0]);
15316 bf_set(lpfc_fcf_record_mac_1, fcf_record, phba->fc_map[1]);
15317 bf_set(lpfc_fcf_record_mac_2, fcf_record, phba->fc_map[2]);
15318 bf_set(lpfc_fcf_record_mac_3, fcf_record, LPFC_FCOE_FCF_MAC3);
15319 bf_set(lpfc_fcf_record_mac_4, fcf_record, LPFC_FCOE_FCF_MAC4);
15320 bf_set(lpfc_fcf_record_mac_5, fcf_record, LPFC_FCOE_FCF_MAC5);
15321 bf_set(lpfc_fcf_record_fc_map_0, fcf_record, phba->fc_map[0]);
15322 bf_set(lpfc_fcf_record_fc_map_1, fcf_record, phba->fc_map[1]);
15323 bf_set(lpfc_fcf_record_fc_map_2, fcf_record, phba->fc_map[2]);
15324 bf_set(lpfc_fcf_record_fcf_valid, fcf_record, 1);
James Smart0c287582009-06-10 17:22:56 -040015325 bf_set(lpfc_fcf_record_fcf_avail, fcf_record, 1);
James Smart6fb120a2009-05-22 14:52:59 -040015326 bf_set(lpfc_fcf_record_fcf_index, fcf_record, fcf_index);
15327 bf_set(lpfc_fcf_record_mac_addr_prov, fcf_record,
15328 LPFC_FCF_FPMA | LPFC_FCF_SPMA);
15329 /* Set the VLAN bit map */
15330 if (phba->valid_vlan) {
15331 fcf_record->vlan_bitmap[phba->vlan_id / 8]
15332 = 1 << (phba->vlan_id % 8);
15333 }
15334}
15335
15336/**
James Smart0c9ab6f2010-02-26 14:15:57 -050015337 * lpfc_sli4_fcf_scan_read_fcf_rec - Read hba fcf record for fcf scan.
James Smart6fb120a2009-05-22 14:52:59 -040015338 * @phba: pointer to lpfc hba data structure.
15339 * @fcf_index: FCF table entry offset.
15340 *
James Smart0c9ab6f2010-02-26 14:15:57 -050015341 * This routine is invoked to scan the entire FCF table by reading FCF
15342 * record and processing it one at a time starting from the @fcf_index
15343 * for initial FCF discovery or fast FCF failover rediscovery.
15344 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030015345 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050015346 * otherwise.
James Smart6fb120a2009-05-22 14:52:59 -040015347 **/
15348int
James Smart0c9ab6f2010-02-26 14:15:57 -050015349lpfc_sli4_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -040015350{
15351 int rc = 0, error;
15352 LPFC_MBOXQ_t *mboxq;
James Smart6fb120a2009-05-22 14:52:59 -040015353
James Smart32b97932009-07-19 10:01:21 -040015354 phba->fcoe_eventtag_at_fcf_scan = phba->fcoe_eventtag;
James Smart80c17842012-03-01 22:35:45 -050015355 phba->fcoe_cvl_eventtag_attn = phba->fcoe_cvl_eventtag;
James Smart6fb120a2009-05-22 14:52:59 -040015356 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15357 if (!mboxq) {
15358 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15359 "2000 Failed to allocate mbox for "
15360 "READ_FCF cmd\n");
James Smart4d9ab992009-10-02 15:16:39 -040015361 error = -ENOMEM;
James Smart0c9ab6f2010-02-26 14:15:57 -050015362 goto fail_fcf_scan;
James Smart6fb120a2009-05-22 14:52:59 -040015363 }
James Smartecfd03c2010-02-12 14:41:27 -050015364 /* Construct the read FCF record mailbox command */
James Smart0c9ab6f2010-02-26 14:15:57 -050015365 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
James Smartecfd03c2010-02-12 14:41:27 -050015366 if (rc) {
15367 error = -EINVAL;
James Smart0c9ab6f2010-02-26 14:15:57 -050015368 goto fail_fcf_scan;
James Smart6fb120a2009-05-22 14:52:59 -040015369 }
James Smartecfd03c2010-02-12 14:41:27 -050015370 /* Issue the mailbox command asynchronously */
James Smart6fb120a2009-05-22 14:52:59 -040015371 mboxq->vport = phba->pport;
James Smart0c9ab6f2010-02-26 14:15:57 -050015372 mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_scan_read_fcf_rec;
James Smarta93ff372010-10-22 11:06:08 -040015373
15374 spin_lock_irq(&phba->hbalock);
15375 phba->hba_flag |= FCF_TS_INPROG;
15376 spin_unlock_irq(&phba->hbalock);
15377
James Smart6fb120a2009-05-22 14:52:59 -040015378 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
James Smartecfd03c2010-02-12 14:41:27 -050015379 if (rc == MBX_NOT_FINISHED)
James Smart6fb120a2009-05-22 14:52:59 -040015380 error = -EIO;
James Smartecfd03c2010-02-12 14:41:27 -050015381 else {
James Smart38b92ef2010-08-04 16:11:39 -040015382 /* Reset eligible FCF count for new scan */
15383 if (fcf_index == LPFC_FCOE_FCF_GET_FIRST)
James Smart999d8132010-03-15 11:24:56 -040015384 phba->fcf.eligible_fcf_cnt = 0;
James Smart6fb120a2009-05-22 14:52:59 -040015385 error = 0;
James Smart32b97932009-07-19 10:01:21 -040015386 }
James Smart0c9ab6f2010-02-26 14:15:57 -050015387fail_fcf_scan:
James Smart4d9ab992009-10-02 15:16:39 -040015388 if (error) {
15389 if (mboxq)
15390 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smarta93ff372010-10-22 11:06:08 -040015391 /* FCF scan failed, clear FCF_TS_INPROG flag */
James Smart4d9ab992009-10-02 15:16:39 -040015392 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -040015393 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart4d9ab992009-10-02 15:16:39 -040015394 spin_unlock_irq(&phba->hbalock);
15395 }
James Smart6fb120a2009-05-22 14:52:59 -040015396 return error;
15397}
James Smarta0c87cb2009-07-19 10:01:10 -040015398
15399/**
James Smarta93ff372010-10-22 11:06:08 -040015400 * lpfc_sli4_fcf_rr_read_fcf_rec - Read hba fcf record for roundrobin fcf.
James Smart0c9ab6f2010-02-26 14:15:57 -050015401 * @phba: pointer to lpfc hba data structure.
15402 * @fcf_index: FCF table entry offset.
15403 *
15404 * This routine is invoked to read an FCF record indicated by @fcf_index
James Smarta93ff372010-10-22 11:06:08 -040015405 * and to use it for FLOGI roundrobin FCF failover.
James Smart0c9ab6f2010-02-26 14:15:57 -050015406 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030015407 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050015408 * otherwise.
15409 **/
15410int
15411lpfc_sli4_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
15412{
15413 int rc = 0, error;
15414 LPFC_MBOXQ_t *mboxq;
15415
15416 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15417 if (!mboxq) {
15418 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT,
15419 "2763 Failed to allocate mbox for "
15420 "READ_FCF cmd\n");
15421 error = -ENOMEM;
15422 goto fail_fcf_read;
15423 }
15424 /* Construct the read FCF record mailbox command */
15425 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
15426 if (rc) {
15427 error = -EINVAL;
15428 goto fail_fcf_read;
15429 }
15430 /* Issue the mailbox command asynchronously */
15431 mboxq->vport = phba->pport;
15432 mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_rr_read_fcf_rec;
15433 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15434 if (rc == MBX_NOT_FINISHED)
15435 error = -EIO;
15436 else
15437 error = 0;
15438
15439fail_fcf_read:
15440 if (error && mboxq)
15441 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15442 return error;
15443}
15444
15445/**
15446 * lpfc_sli4_read_fcf_rec - Read hba fcf record for update eligible fcf bmask.
15447 * @phba: pointer to lpfc hba data structure.
15448 * @fcf_index: FCF table entry offset.
15449 *
15450 * This routine is invoked to read an FCF record indicated by @fcf_index to
James Smarta93ff372010-10-22 11:06:08 -040015451 * determine whether it's eligible for FLOGI roundrobin failover list.
James Smart0c9ab6f2010-02-26 14:15:57 -050015452 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030015453 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050015454 * otherwise.
15455 **/
15456int
15457lpfc_sli4_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
15458{
15459 int rc = 0, error;
15460 LPFC_MBOXQ_t *mboxq;
15461
15462 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15463 if (!mboxq) {
15464 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT,
15465 "2758 Failed to allocate mbox for "
15466 "READ_FCF cmd\n");
15467 error = -ENOMEM;
15468 goto fail_fcf_read;
15469 }
15470 /* Construct the read FCF record mailbox command */
15471 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
15472 if (rc) {
15473 error = -EINVAL;
15474 goto fail_fcf_read;
15475 }
15476 /* Issue the mailbox command asynchronously */
15477 mboxq->vport = phba->pport;
15478 mboxq->mbox_cmpl = lpfc_mbx_cmpl_read_fcf_rec;
15479 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
15480 if (rc == MBX_NOT_FINISHED)
15481 error = -EIO;
15482 else
15483 error = 0;
15484
15485fail_fcf_read:
15486 if (error && mboxq)
15487 lpfc_sli4_mbox_cmd_free(phba, mboxq);
15488 return error;
15489}
15490
15491/**
James Smart7d791df2011-07-22 18:37:52 -040015492 * lpfc_check_next_fcf_pri
15493 * phba pointer to the lpfc_hba struct for this port.
15494 * This routine is called from the lpfc_sli4_fcf_rr_next_index_get
15495 * routine when the rr_bmask is empty. The FCF indecies are put into the
15496 * rr_bmask based on their priority level. Starting from the highest priority
15497 * to the lowest. The most likely FCF candidate will be in the highest
15498 * priority group. When this routine is called it searches the fcf_pri list for
15499 * next lowest priority group and repopulates the rr_bmask with only those
15500 * fcf_indexes.
15501 * returns:
15502 * 1=success 0=failure
15503 **/
15504int
15505lpfc_check_next_fcf_pri_level(struct lpfc_hba *phba)
15506{
15507 uint16_t next_fcf_pri;
15508 uint16_t last_index;
15509 struct lpfc_fcf_pri *fcf_pri;
15510 int rc;
15511 int ret = 0;
15512
15513 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
15514 LPFC_SLI4_FCF_TBL_INDX_MAX);
15515 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
15516 "3060 Last IDX %d\n", last_index);
James Smart25626692013-03-01 16:36:54 -050015517
15518 /* Verify the priority list has 2 or more entries */
15519 spin_lock_irq(&phba->hbalock);
15520 if (list_empty(&phba->fcf.fcf_pri_list) ||
15521 list_is_singular(&phba->fcf.fcf_pri_list)) {
15522 spin_unlock_irq(&phba->hbalock);
James Smart7d791df2011-07-22 18:37:52 -040015523 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
15524 "3061 Last IDX %d\n", last_index);
15525 return 0; /* Empty rr list */
15526 }
James Smart25626692013-03-01 16:36:54 -050015527 spin_unlock_irq(&phba->hbalock);
15528
James Smart7d791df2011-07-22 18:37:52 -040015529 next_fcf_pri = 0;
15530 /*
15531 * Clear the rr_bmask and set all of the bits that are at this
15532 * priority.
15533 */
15534 memset(phba->fcf.fcf_rr_bmask, 0,
15535 sizeof(*phba->fcf.fcf_rr_bmask));
15536 spin_lock_irq(&phba->hbalock);
15537 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15538 if (fcf_pri->fcf_rec.flag & LPFC_FCF_FLOGI_FAILED)
15539 continue;
15540 /*
15541 * the 1st priority that has not FLOGI failed
15542 * will be the highest.
15543 */
15544 if (!next_fcf_pri)
15545 next_fcf_pri = fcf_pri->fcf_rec.priority;
15546 spin_unlock_irq(&phba->hbalock);
15547 if (fcf_pri->fcf_rec.priority == next_fcf_pri) {
15548 rc = lpfc_sli4_fcf_rr_index_set(phba,
15549 fcf_pri->fcf_rec.fcf_index);
15550 if (rc)
15551 return 0;
15552 }
15553 spin_lock_irq(&phba->hbalock);
15554 }
15555 /*
15556 * if next_fcf_pri was not set above and the list is not empty then
15557 * we have failed flogis on all of them. So reset flogi failed
Anatol Pomozov4907cb72012-09-01 10:31:09 -070015558 * and start at the beginning.
James Smart7d791df2011-07-22 18:37:52 -040015559 */
15560 if (!next_fcf_pri && !list_empty(&phba->fcf.fcf_pri_list)) {
15561 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15562 fcf_pri->fcf_rec.flag &= ~LPFC_FCF_FLOGI_FAILED;
15563 /*
15564 * the 1st priority that has not FLOGI failed
15565 * will be the highest.
15566 */
15567 if (!next_fcf_pri)
15568 next_fcf_pri = fcf_pri->fcf_rec.priority;
15569 spin_unlock_irq(&phba->hbalock);
15570 if (fcf_pri->fcf_rec.priority == next_fcf_pri) {
15571 rc = lpfc_sli4_fcf_rr_index_set(phba,
15572 fcf_pri->fcf_rec.fcf_index);
15573 if (rc)
15574 return 0;
15575 }
15576 spin_lock_irq(&phba->hbalock);
15577 }
15578 } else
15579 ret = 1;
15580 spin_unlock_irq(&phba->hbalock);
15581
15582 return ret;
15583}
15584/**
James Smart0c9ab6f2010-02-26 14:15:57 -050015585 * lpfc_sli4_fcf_rr_next_index_get - Get next eligible fcf record index
15586 * @phba: pointer to lpfc hba data structure.
15587 *
15588 * This routine is to get the next eligible FCF record index in a round
15589 * robin fashion. If the next eligible FCF record index equals to the
James Smarta93ff372010-10-22 11:06:08 -040015590 * initial roundrobin FCF record index, LPFC_FCOE_FCF_NEXT_NONE (0xFFFF)
James Smart0c9ab6f2010-02-26 14:15:57 -050015591 * shall be returned, otherwise, the next eligible FCF record's index
15592 * shall be returned.
15593 **/
15594uint16_t
15595lpfc_sli4_fcf_rr_next_index_get(struct lpfc_hba *phba)
15596{
15597 uint16_t next_fcf_index;
15598
James Smart421c6622013-01-03 15:44:16 -050015599initial_priority:
James Smart3804dc82010-07-14 15:31:37 -040015600 /* Search start from next bit of currently registered FCF index */
James Smart421c6622013-01-03 15:44:16 -050015601 next_fcf_index = phba->fcf.current_rec.fcf_indx;
15602
James Smart7d791df2011-07-22 18:37:52 -040015603next_priority:
James Smart421c6622013-01-03 15:44:16 -050015604 /* Determine the next fcf index to check */
15605 next_fcf_index = (next_fcf_index + 1) % LPFC_SLI4_FCF_TBL_INDX_MAX;
James Smart0c9ab6f2010-02-26 14:15:57 -050015606 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
15607 LPFC_SLI4_FCF_TBL_INDX_MAX,
James Smart3804dc82010-07-14 15:31:37 -040015608 next_fcf_index);
15609
James Smart0c9ab6f2010-02-26 14:15:57 -050015610 /* Wrap around condition on phba->fcf.fcf_rr_bmask */
James Smart7d791df2011-07-22 18:37:52 -040015611 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15612 /*
15613 * If we have wrapped then we need to clear the bits that
15614 * have been tested so that we can detect when we should
15615 * change the priority level.
15616 */
James Smart0c9ab6f2010-02-26 14:15:57 -050015617 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
15618 LPFC_SLI4_FCF_TBL_INDX_MAX, 0);
James Smart7d791df2011-07-22 18:37:52 -040015619 }
15620
James Smart0c9ab6f2010-02-26 14:15:57 -050015621
James Smart3804dc82010-07-14 15:31:37 -040015622 /* Check roundrobin failover list empty condition */
James Smart7d791df2011-07-22 18:37:52 -040015623 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX ||
15624 next_fcf_index == phba->fcf.current_rec.fcf_indx) {
15625 /*
15626 * If next fcf index is not found check if there are lower
15627 * Priority level fcf's in the fcf_priority list.
15628 * Set up the rr_bmask with all of the avaiable fcf bits
15629 * at that level and continue the selection process.
15630 */
15631 if (lpfc_check_next_fcf_pri_level(phba))
James Smart421c6622013-01-03 15:44:16 -050015632 goto initial_priority;
James Smart3804dc82010-07-14 15:31:37 -040015633 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
15634 "2844 No roundrobin failover FCF available\n");
James Smart7d791df2011-07-22 18:37:52 -040015635 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX)
15636 return LPFC_FCOE_FCF_NEXT_NONE;
15637 else {
15638 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
15639 "3063 Only FCF available idx %d, flag %x\n",
15640 next_fcf_index,
15641 phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag);
15642 return next_fcf_index;
15643 }
James Smart3804dc82010-07-14 15:31:37 -040015644 }
15645
James Smart7d791df2011-07-22 18:37:52 -040015646 if (next_fcf_index < LPFC_SLI4_FCF_TBL_INDX_MAX &&
15647 phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag &
15648 LPFC_FCF_FLOGI_FAILED)
15649 goto next_priority;
15650
James Smart3804dc82010-07-14 15:31:37 -040015651 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015652 "2845 Get next roundrobin failover FCF (x%x)\n",
15653 next_fcf_index);
15654
James Smart0c9ab6f2010-02-26 14:15:57 -050015655 return next_fcf_index;
15656}
15657
15658/**
15659 * lpfc_sli4_fcf_rr_index_set - Set bmask with eligible fcf record index
15660 * @phba: pointer to lpfc hba data structure.
15661 *
15662 * This routine sets the FCF record index in to the eligible bmask for
James Smarta93ff372010-10-22 11:06:08 -040015663 * roundrobin failover search. It checks to make sure that the index
James Smart0c9ab6f2010-02-26 14:15:57 -050015664 * does not go beyond the range of the driver allocated bmask dimension
15665 * before setting the bit.
15666 *
15667 * Returns 0 if the index bit successfully set, otherwise, it returns
15668 * -EINVAL.
15669 **/
15670int
15671lpfc_sli4_fcf_rr_index_set(struct lpfc_hba *phba, uint16_t fcf_index)
15672{
15673 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15674 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015675 "2610 FCF (x%x) reached driver's book "
15676 "keeping dimension:x%x\n",
James Smart0c9ab6f2010-02-26 14:15:57 -050015677 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
15678 return -EINVAL;
15679 }
15680 /* Set the eligible FCF record index bmask */
15681 set_bit(fcf_index, phba->fcf.fcf_rr_bmask);
15682
James Smart3804dc82010-07-14 15:31:37 -040015683 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015684 "2790 Set FCF (x%x) to roundrobin FCF failover "
James Smart3804dc82010-07-14 15:31:37 -040015685 "bmask\n", fcf_index);
15686
James Smart0c9ab6f2010-02-26 14:15:57 -050015687 return 0;
15688}
15689
15690/**
James Smart3804dc82010-07-14 15:31:37 -040015691 * lpfc_sli4_fcf_rr_index_clear - Clear bmask from eligible fcf record index
James Smart0c9ab6f2010-02-26 14:15:57 -050015692 * @phba: pointer to lpfc hba data structure.
15693 *
15694 * This routine clears the FCF record index from the eligible bmask for
James Smarta93ff372010-10-22 11:06:08 -040015695 * roundrobin failover search. It checks to make sure that the index
James Smart0c9ab6f2010-02-26 14:15:57 -050015696 * does not go beyond the range of the driver allocated bmask dimension
15697 * before clearing the bit.
15698 **/
15699void
15700lpfc_sli4_fcf_rr_index_clear(struct lpfc_hba *phba, uint16_t fcf_index)
15701{
James Smart7d791df2011-07-22 18:37:52 -040015702 struct lpfc_fcf_pri *fcf_pri;
James Smart0c9ab6f2010-02-26 14:15:57 -050015703 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15704 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015705 "2762 FCF (x%x) reached driver's book "
15706 "keeping dimension:x%x\n",
James Smart0c9ab6f2010-02-26 14:15:57 -050015707 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
15708 return;
15709 }
15710 /* Clear the eligible FCF record index bmask */
James Smart7d791df2011-07-22 18:37:52 -040015711 spin_lock_irq(&phba->hbalock);
15712 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15713 if (fcf_pri->fcf_rec.fcf_index == fcf_index) {
15714 list_del_init(&fcf_pri->list);
15715 break;
15716 }
15717 }
15718 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015719 clear_bit(fcf_index, phba->fcf.fcf_rr_bmask);
James Smart3804dc82010-07-14 15:31:37 -040015720
15721 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015722 "2791 Clear FCF (x%x) from roundrobin failover "
James Smart3804dc82010-07-14 15:31:37 -040015723 "bmask\n", fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -050015724}
15725
15726/**
James Smartecfd03c2010-02-12 14:41:27 -050015727 * lpfc_mbx_cmpl_redisc_fcf_table - completion routine for rediscover FCF table
15728 * @phba: pointer to lpfc hba data structure.
15729 *
15730 * This routine is the completion routine for the rediscover FCF table mailbox
15731 * command. If the mailbox command returned failure, it will try to stop the
15732 * FCF rediscover wait timer.
15733 **/
15734void
15735lpfc_mbx_cmpl_redisc_fcf_table(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox)
15736{
15737 struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf;
15738 uint32_t shdr_status, shdr_add_status;
15739
15740 redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl;
15741
15742 shdr_status = bf_get(lpfc_mbox_hdr_status,
15743 &redisc_fcf->header.cfg_shdr.response);
15744 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status,
15745 &redisc_fcf->header.cfg_shdr.response);
15746 if (shdr_status || shdr_add_status) {
James Smart0c9ab6f2010-02-26 14:15:57 -050015747 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartecfd03c2010-02-12 14:41:27 -050015748 "2746 Requesting for FCF rediscovery failed "
15749 "status x%x add_status x%x\n",
15750 shdr_status, shdr_add_status);
James Smart0c9ab6f2010-02-26 14:15:57 -050015751 if (phba->fcf.fcf_flag & FCF_ACVL_DISC) {
James Smartfc2b9892010-02-26 14:15:29 -050015752 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015753 phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
James Smartfc2b9892010-02-26 14:15:29 -050015754 spin_unlock_irq(&phba->hbalock);
15755 /*
15756 * CVL event triggered FCF rediscover request failed,
15757 * last resort to re-try current registered FCF entry.
15758 */
15759 lpfc_retry_pport_discovery(phba);
15760 } else {
15761 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015762 phba->fcf.fcf_flag &= ~FCF_DEAD_DISC;
James Smartfc2b9892010-02-26 14:15:29 -050015763 spin_unlock_irq(&phba->hbalock);
15764 /*
15765 * DEAD FCF event triggered FCF rediscover request
15766 * failed, last resort to fail over as a link down
15767 * to FCF registration.
15768 */
15769 lpfc_sli4_fcf_dead_failthrough(phba);
15770 }
James Smart0c9ab6f2010-02-26 14:15:57 -050015771 } else {
15772 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015773 "2775 Start FCF rediscover quiescent timer\n");
James Smartecfd03c2010-02-12 14:41:27 -050015774 /*
15775 * Start FCF rediscovery wait timer for pending FCF
15776 * before rescan FCF record table.
15777 */
15778 lpfc_fcf_redisc_wait_start_timer(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -050015779 }
James Smartecfd03c2010-02-12 14:41:27 -050015780
15781 mempool_free(mbox, phba->mbox_mem_pool);
15782}
15783
15784/**
James Smart3804dc82010-07-14 15:31:37 -040015785 * lpfc_sli4_redisc_fcf_table - Request to rediscover entire FCF table by port.
James Smartecfd03c2010-02-12 14:41:27 -050015786 * @phba: pointer to lpfc hba data structure.
15787 *
15788 * This routine is invoked to request for rediscovery of the entire FCF table
15789 * by the port.
15790 **/
15791int
15792lpfc_sli4_redisc_fcf_table(struct lpfc_hba *phba)
15793{
15794 LPFC_MBOXQ_t *mbox;
15795 struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf;
15796 int rc, length;
15797
James Smart0c9ab6f2010-02-26 14:15:57 -050015798 /* Cancel retry delay timers to all vports before FCF rediscover */
15799 lpfc_cancel_all_vport_retry_delay_timer(phba);
15800
James Smartecfd03c2010-02-12 14:41:27 -050015801 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15802 if (!mbox) {
15803 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15804 "2745 Failed to allocate mbox for "
15805 "requesting FCF rediscover.\n");
15806 return -ENOMEM;
15807 }
15808
15809 length = (sizeof(struct lpfc_mbx_redisc_fcf_tbl) -
15810 sizeof(struct lpfc_sli4_cfg_mhdr));
15811 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
15812 LPFC_MBOX_OPCODE_FCOE_REDISCOVER_FCF,
15813 length, LPFC_SLI4_MBX_EMBED);
15814
15815 redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl;
15816 /* Set count to 0 for invalidating the entire FCF database */
15817 bf_set(lpfc_mbx_redisc_fcf_count, redisc_fcf, 0);
15818
15819 /* Issue the mailbox command asynchronously */
15820 mbox->vport = phba->pport;
15821 mbox->mbox_cmpl = lpfc_mbx_cmpl_redisc_fcf_table;
15822 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
15823
15824 if (rc == MBX_NOT_FINISHED) {
15825 mempool_free(mbox, phba->mbox_mem_pool);
15826 return -EIO;
15827 }
15828 return 0;
15829}
15830
15831/**
James Smartfc2b9892010-02-26 14:15:29 -050015832 * lpfc_sli4_fcf_dead_failthrough - Failthrough routine to fcf dead event
15833 * @phba: pointer to lpfc hba data structure.
15834 *
15835 * This function is the failover routine as a last resort to the FCF DEAD
15836 * event when driver failed to perform fast FCF failover.
15837 **/
15838void
15839lpfc_sli4_fcf_dead_failthrough(struct lpfc_hba *phba)
15840{
15841 uint32_t link_state;
15842
15843 /*
15844 * Last resort as FCF DEAD event failover will treat this as
15845 * a link down, but save the link state because we don't want
15846 * it to be changed to Link Down unless it is already down.
15847 */
15848 link_state = phba->link_state;
15849 lpfc_linkdown(phba);
15850 phba->link_state = link_state;
15851
15852 /* Unregister FCF if no devices connected to it */
15853 lpfc_unregister_unused_fcf(phba);
15854}
15855
15856/**
James Smart026abb82011-12-13 13:20:45 -050015857 * lpfc_sli_get_config_region23 - Get sli3 port region 23 data.
James Smarta0c87cb2009-07-19 10:01:10 -040015858 * @phba: pointer to lpfc hba data structure.
James Smart026abb82011-12-13 13:20:45 -050015859 * @rgn23_data: pointer to configure region 23 data.
James Smarta0c87cb2009-07-19 10:01:10 -040015860 *
James Smart026abb82011-12-13 13:20:45 -050015861 * This function gets SLI3 port configure region 23 data through memory dump
15862 * mailbox command. When it successfully retrieves data, the size of the data
15863 * will be returned, otherwise, 0 will be returned.
James Smarta0c87cb2009-07-19 10:01:10 -040015864 **/
James Smart026abb82011-12-13 13:20:45 -050015865static uint32_t
15866lpfc_sli_get_config_region23(struct lpfc_hba *phba, char *rgn23_data)
James Smarta0c87cb2009-07-19 10:01:10 -040015867{
15868 LPFC_MBOXQ_t *pmb = NULL;
15869 MAILBOX_t *mb;
James Smart026abb82011-12-13 13:20:45 -050015870 uint32_t offset = 0;
James Smarta0c87cb2009-07-19 10:01:10 -040015871 int rc;
15872
James Smart026abb82011-12-13 13:20:45 -050015873 if (!rgn23_data)
15874 return 0;
15875
James Smarta0c87cb2009-07-19 10:01:10 -040015876 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15877 if (!pmb) {
15878 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart026abb82011-12-13 13:20:45 -050015879 "2600 failed to allocate mailbox memory\n");
15880 return 0;
James Smarta0c87cb2009-07-19 10:01:10 -040015881 }
15882 mb = &pmb->u.mb;
15883
James Smarta0c87cb2009-07-19 10:01:10 -040015884 do {
15885 lpfc_dump_mem(phba, pmb, offset, DMP_REGION_23);
15886 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
15887
15888 if (rc != MBX_SUCCESS) {
15889 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smart026abb82011-12-13 13:20:45 -050015890 "2601 failed to read config "
15891 "region 23, rc 0x%x Status 0x%x\n",
15892 rc, mb->mbxStatus);
James Smarta0c87cb2009-07-19 10:01:10 -040015893 mb->un.varDmp.word_cnt = 0;
15894 }
15895 /*
15896 * dump mem may return a zero when finished or we got a
15897 * mailbox error, either way we are done.
15898 */
15899 if (mb->un.varDmp.word_cnt == 0)
15900 break;
15901 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset)
15902 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset;
15903
15904 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
James Smart026abb82011-12-13 13:20:45 -050015905 rgn23_data + offset,
15906 mb->un.varDmp.word_cnt);
James Smarta0c87cb2009-07-19 10:01:10 -040015907 offset += mb->un.varDmp.word_cnt;
15908 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE);
15909
James Smart026abb82011-12-13 13:20:45 -050015910 mempool_free(pmb, phba->mbox_mem_pool);
15911 return offset;
15912}
15913
15914/**
15915 * lpfc_sli4_get_config_region23 - Get sli4 port region 23 data.
15916 * @phba: pointer to lpfc hba data structure.
15917 * @rgn23_data: pointer to configure region 23 data.
15918 *
15919 * This function gets SLI4 port configure region 23 data through memory dump
15920 * mailbox command. When it successfully retrieves data, the size of the data
15921 * will be returned, otherwise, 0 will be returned.
15922 **/
15923static uint32_t
15924lpfc_sli4_get_config_region23(struct lpfc_hba *phba, char *rgn23_data)
15925{
15926 LPFC_MBOXQ_t *mboxq = NULL;
15927 struct lpfc_dmabuf *mp = NULL;
15928 struct lpfc_mqe *mqe;
15929 uint32_t data_length = 0;
15930 int rc;
15931
15932 if (!rgn23_data)
15933 return 0;
15934
15935 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15936 if (!mboxq) {
15937 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15938 "3105 failed to allocate mailbox memory\n");
15939 return 0;
15940 }
15941
15942 if (lpfc_sli4_dump_cfg_rg23(phba, mboxq))
15943 goto out;
15944 mqe = &mboxq->u.mqe;
15945 mp = (struct lpfc_dmabuf *) mboxq->context1;
15946 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
15947 if (rc)
15948 goto out;
15949 data_length = mqe->un.mb_words[5];
15950 if (data_length == 0)
15951 goto out;
15952 if (data_length > DMP_RGN23_SIZE) {
15953 data_length = 0;
15954 goto out;
15955 }
15956 lpfc_sli_pcimem_bcopy((char *)mp->virt, rgn23_data, data_length);
15957out:
15958 mempool_free(mboxq, phba->mbox_mem_pool);
15959 if (mp) {
15960 lpfc_mbuf_free(phba, mp->virt, mp->phys);
15961 kfree(mp);
15962 }
15963 return data_length;
15964}
15965
15966/**
15967 * lpfc_sli_read_link_ste - Read region 23 to decide if link is disabled.
15968 * @phba: pointer to lpfc hba data structure.
15969 *
15970 * This function read region 23 and parse TLV for port status to
15971 * decide if the user disaled the port. If the TLV indicates the
15972 * port is disabled, the hba_flag is set accordingly.
15973 **/
15974void
15975lpfc_sli_read_link_ste(struct lpfc_hba *phba)
15976{
15977 uint8_t *rgn23_data = NULL;
15978 uint32_t if_type, data_size, sub_tlv_len, tlv_offset;
15979 uint32_t offset = 0;
15980
15981 /* Get adapter Region 23 data */
15982 rgn23_data = kzalloc(DMP_RGN23_SIZE, GFP_KERNEL);
15983 if (!rgn23_data)
15984 goto out;
15985
15986 if (phba->sli_rev < LPFC_SLI_REV4)
15987 data_size = lpfc_sli_get_config_region23(phba, rgn23_data);
15988 else {
15989 if_type = bf_get(lpfc_sli_intf_if_type,
15990 &phba->sli4_hba.sli_intf);
15991 if (if_type == LPFC_SLI_INTF_IF_TYPE_0)
15992 goto out;
15993 data_size = lpfc_sli4_get_config_region23(phba, rgn23_data);
15994 }
James Smarta0c87cb2009-07-19 10:01:10 -040015995
15996 if (!data_size)
15997 goto out;
15998
15999 /* Check the region signature first */
16000 if (memcmp(&rgn23_data[offset], LPFC_REGION23_SIGNATURE, 4)) {
16001 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16002 "2619 Config region 23 has bad signature\n");
16003 goto out;
16004 }
16005 offset += 4;
16006
16007 /* Check the data structure version */
16008 if (rgn23_data[offset] != LPFC_REGION23_VERSION) {
16009 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16010 "2620 Config region 23 has bad version\n");
16011 goto out;
16012 }
16013 offset += 4;
16014
16015 /* Parse TLV entries in the region */
16016 while (offset < data_size) {
16017 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC)
16018 break;
16019 /*
16020 * If the TLV is not driver specific TLV or driver id is
16021 * not linux driver id, skip the record.
16022 */
16023 if ((rgn23_data[offset] != DRIVER_SPECIFIC_TYPE) ||
16024 (rgn23_data[offset + 2] != LINUX_DRIVER_ID) ||
16025 (rgn23_data[offset + 3] != 0)) {
16026 offset += rgn23_data[offset + 1] * 4 + 4;
16027 continue;
16028 }
16029
16030 /* Driver found a driver specific TLV in the config region */
16031 sub_tlv_len = rgn23_data[offset + 1] * 4;
16032 offset += 4;
16033 tlv_offset = 0;
16034
16035 /*
16036 * Search for configured port state sub-TLV.
16037 */
16038 while ((offset < data_size) &&
16039 (tlv_offset < sub_tlv_len)) {
16040 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC) {
16041 offset += 4;
16042 tlv_offset += 4;
16043 break;
16044 }
16045 if (rgn23_data[offset] != PORT_STE_TYPE) {
16046 offset += rgn23_data[offset + 1] * 4 + 4;
16047 tlv_offset += rgn23_data[offset + 1] * 4 + 4;
16048 continue;
16049 }
16050
16051 /* This HBA contains PORT_STE configured */
16052 if (!rgn23_data[offset + 2])
16053 phba->hba_flag |= LINK_DISABLED;
16054
16055 goto out;
16056 }
16057 }
James Smart026abb82011-12-13 13:20:45 -050016058
James Smarta0c87cb2009-07-19 10:01:10 -040016059out:
James Smarta0c87cb2009-07-19 10:01:10 -040016060 kfree(rgn23_data);
16061 return;
16062}
James Smart695a8142010-01-26 23:08:03 -050016063
16064/**
James Smart52d52442011-05-24 11:42:45 -040016065 * lpfc_wr_object - write an object to the firmware
16066 * @phba: HBA structure that indicates port to create a queue on.
16067 * @dmabuf_list: list of dmabufs to write to the port.
16068 * @size: the total byte value of the objects to write to the port.
16069 * @offset: the current offset to be used to start the transfer.
16070 *
16071 * This routine will create a wr_object mailbox command to send to the port.
16072 * the mailbox command will be constructed using the dma buffers described in
16073 * @dmabuf_list to create a list of BDEs. This routine will fill in as many
16074 * BDEs that the imbedded mailbox can support. The @offset variable will be
16075 * used to indicate the starting offset of the transfer and will also return
16076 * the offset after the write object mailbox has completed. @size is used to
16077 * determine the end of the object and whether the eof bit should be set.
16078 *
16079 * Return 0 is successful and offset will contain the the new offset to use
16080 * for the next write.
16081 * Return negative value for error cases.
16082 **/
16083int
16084lpfc_wr_object(struct lpfc_hba *phba, struct list_head *dmabuf_list,
16085 uint32_t size, uint32_t *offset)
16086{
16087 struct lpfc_mbx_wr_object *wr_object;
16088 LPFC_MBOXQ_t *mbox;
16089 int rc = 0, i = 0;
16090 uint32_t shdr_status, shdr_add_status;
16091 uint32_t mbox_tmo;
16092 union lpfc_sli4_cfg_shdr *shdr;
16093 struct lpfc_dmabuf *dmabuf;
16094 uint32_t written = 0;
16095
16096 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
16097 if (!mbox)
16098 return -ENOMEM;
16099
16100 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
16101 LPFC_MBOX_OPCODE_WRITE_OBJECT,
16102 sizeof(struct lpfc_mbx_wr_object) -
16103 sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED);
16104
16105 wr_object = (struct lpfc_mbx_wr_object *)&mbox->u.mqe.un.wr_object;
16106 wr_object->u.request.write_offset = *offset;
16107 sprintf((uint8_t *)wr_object->u.request.object_name, "/");
16108 wr_object->u.request.object_name[0] =
16109 cpu_to_le32(wr_object->u.request.object_name[0]);
16110 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0);
16111 list_for_each_entry(dmabuf, dmabuf_list, list) {
16112 if (i >= LPFC_MBX_WR_CONFIG_MAX_BDE || written >= size)
16113 break;
16114 wr_object->u.request.bde[i].addrLow = putPaddrLow(dmabuf->phys);
16115 wr_object->u.request.bde[i].addrHigh =
16116 putPaddrHigh(dmabuf->phys);
16117 if (written + SLI4_PAGE_SIZE >= size) {
16118 wr_object->u.request.bde[i].tus.f.bdeSize =
16119 (size - written);
16120 written += (size - written);
16121 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 1);
16122 } else {
16123 wr_object->u.request.bde[i].tus.f.bdeSize =
16124 SLI4_PAGE_SIZE;
16125 written += SLI4_PAGE_SIZE;
16126 }
16127 i++;
16128 }
16129 wr_object->u.request.bde_count = i;
16130 bf_set(lpfc_wr_object_write_length, &wr_object->u.request, written);
16131 if (!phba->sli4_hba.intr_enable)
16132 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
16133 else {
James Smarta183a152011-10-10 21:32:43 -040016134 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart52d52442011-05-24 11:42:45 -040016135 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
16136 }
16137 /* The IOCTL status is embedded in the mailbox subheader. */
16138 shdr = (union lpfc_sli4_cfg_shdr *) &wr_object->header.cfg_shdr;
16139 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16140 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16141 if (rc != MBX_TIMEOUT)
16142 mempool_free(mbox, phba->mbox_mem_pool);
16143 if (shdr_status || shdr_add_status || rc) {
16144 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16145 "3025 Write Object mailbox failed with "
16146 "status x%x add_status x%x, mbx status x%x\n",
16147 shdr_status, shdr_add_status, rc);
16148 rc = -ENXIO;
16149 } else
16150 *offset += wr_object->u.response.actual_write_length;
16151 return rc;
16152}
16153
16154/**
James Smart695a8142010-01-26 23:08:03 -050016155 * lpfc_cleanup_pending_mbox - Free up vport discovery mailbox commands.
16156 * @vport: pointer to vport data structure.
16157 *
16158 * This function iterate through the mailboxq and clean up all REG_LOGIN
16159 * and REG_VPI mailbox commands associated with the vport. This function
16160 * is called when driver want to restart discovery of the vport due to
16161 * a Clear Virtual Link event.
16162 **/
16163void
16164lpfc_cleanup_pending_mbox(struct lpfc_vport *vport)
16165{
16166 struct lpfc_hba *phba = vport->phba;
16167 LPFC_MBOXQ_t *mb, *nextmb;
16168 struct lpfc_dmabuf *mp;
James Smart78730cf2010-04-06 15:06:30 -040016169 struct lpfc_nodelist *ndlp;
James Smartd439d282010-09-29 11:18:45 -040016170 struct lpfc_nodelist *act_mbx_ndlp = NULL;
James Smart589a52d2010-07-14 15:30:54 -040016171 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartd439d282010-09-29 11:18:45 -040016172 LIST_HEAD(mbox_cmd_list);
James Smart63e801c2010-11-20 23:14:19 -050016173 uint8_t restart_loop;
James Smart695a8142010-01-26 23:08:03 -050016174
James Smartd439d282010-09-29 11:18:45 -040016175 /* Clean up internally queued mailbox commands with the vport */
James Smart695a8142010-01-26 23:08:03 -050016176 spin_lock_irq(&phba->hbalock);
16177 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
16178 if (mb->vport != vport)
16179 continue;
16180
16181 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) &&
16182 (mb->u.mb.mbxCommand != MBX_REG_VPI))
16183 continue;
16184
James Smartd439d282010-09-29 11:18:45 -040016185 list_del(&mb->list);
16186 list_add_tail(&mb->list, &mbox_cmd_list);
16187 }
16188 /* Clean up active mailbox command with the vport */
16189 mb = phba->sli.mbox_active;
16190 if (mb && (mb->vport == vport)) {
16191 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) ||
16192 (mb->u.mb.mbxCommand == MBX_REG_VPI))
16193 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16194 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
16195 act_mbx_ndlp = (struct lpfc_nodelist *)mb->context2;
16196 /* Put reference count for delayed processing */
16197 act_mbx_ndlp = lpfc_nlp_get(act_mbx_ndlp);
16198 /* Unregister the RPI when mailbox complete */
16199 mb->mbox_flag |= LPFC_MBX_IMED_UNREG;
16200 }
16201 }
James Smart63e801c2010-11-20 23:14:19 -050016202 /* Cleanup any mailbox completions which are not yet processed */
16203 do {
16204 restart_loop = 0;
16205 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
16206 /*
16207 * If this mailox is already processed or it is
16208 * for another vport ignore it.
16209 */
16210 if ((mb->vport != vport) ||
16211 (mb->mbox_flag & LPFC_MBX_IMED_UNREG))
16212 continue;
16213
16214 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) &&
16215 (mb->u.mb.mbxCommand != MBX_REG_VPI))
16216 continue;
16217
16218 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16219 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
16220 ndlp = (struct lpfc_nodelist *)mb->context2;
16221 /* Unregister the RPI when mailbox complete */
16222 mb->mbox_flag |= LPFC_MBX_IMED_UNREG;
16223 restart_loop = 1;
16224 spin_unlock_irq(&phba->hbalock);
16225 spin_lock(shost->host_lock);
16226 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
16227 spin_unlock(shost->host_lock);
16228 spin_lock_irq(&phba->hbalock);
16229 break;
16230 }
16231 }
16232 } while (restart_loop);
16233
James Smartd439d282010-09-29 11:18:45 -040016234 spin_unlock_irq(&phba->hbalock);
16235
16236 /* Release the cleaned-up mailbox commands */
16237 while (!list_empty(&mbox_cmd_list)) {
16238 list_remove_head(&mbox_cmd_list, mb, LPFC_MBOXQ_t, list);
James Smart695a8142010-01-26 23:08:03 -050016239 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
16240 mp = (struct lpfc_dmabuf *) (mb->context1);
16241 if (mp) {
16242 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
16243 kfree(mp);
16244 }
James Smart78730cf2010-04-06 15:06:30 -040016245 ndlp = (struct lpfc_nodelist *) mb->context2;
James Smartd439d282010-09-29 11:18:45 -040016246 mb->context2 = NULL;
James Smart78730cf2010-04-06 15:06:30 -040016247 if (ndlp) {
Dan Carpenterec21b3b2010-08-08 00:15:17 +020016248 spin_lock(shost->host_lock);
James Smart589a52d2010-07-14 15:30:54 -040016249 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
Dan Carpenterec21b3b2010-08-08 00:15:17 +020016250 spin_unlock(shost->host_lock);
James Smart78730cf2010-04-06 15:06:30 -040016251 lpfc_nlp_put(ndlp);
James Smart78730cf2010-04-06 15:06:30 -040016252 }
James Smart695a8142010-01-26 23:08:03 -050016253 }
James Smart695a8142010-01-26 23:08:03 -050016254 mempool_free(mb, phba->mbox_mem_pool);
16255 }
James Smartd439d282010-09-29 11:18:45 -040016256
16257 /* Release the ndlp with the cleaned-up active mailbox command */
16258 if (act_mbx_ndlp) {
16259 spin_lock(shost->host_lock);
16260 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
16261 spin_unlock(shost->host_lock);
16262 lpfc_nlp_put(act_mbx_ndlp);
James Smart695a8142010-01-26 23:08:03 -050016263 }
James Smart695a8142010-01-26 23:08:03 -050016264}
16265
James Smart2a9bf3d2010-06-07 15:24:45 -040016266/**
16267 * lpfc_drain_txq - Drain the txq
16268 * @phba: Pointer to HBA context object.
16269 *
16270 * This function attempt to submit IOCBs on the txq
16271 * to the adapter. For SLI4 adapters, the txq contains
16272 * ELS IOCBs that have been deferred because the there
16273 * are no SGLs. This congestion can occur with large
16274 * vport counts during node discovery.
16275 **/
16276
16277uint32_t
16278lpfc_drain_txq(struct lpfc_hba *phba)
16279{
16280 LIST_HEAD(completions);
16281 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
16282 struct lpfc_iocbq *piocbq = 0;
16283 unsigned long iflags = 0;
16284 char *fail_msg = NULL;
16285 struct lpfc_sglq *sglq;
16286 union lpfc_wqe wqe;
James Smart0e9bb8d2013-03-01 16:35:12 -050016287 int txq_cnt = 0;
James Smart2a9bf3d2010-06-07 15:24:45 -040016288
James Smart398d81c2013-05-31 17:04:19 -040016289 spin_lock_irqsave(&pring->ring_lock, iflags);
James Smart0e9bb8d2013-03-01 16:35:12 -050016290 list_for_each_entry(piocbq, &pring->txq, list) {
16291 txq_cnt++;
16292 }
16293
16294 if (txq_cnt > pring->txq_max)
16295 pring->txq_max = txq_cnt;
James Smart2a9bf3d2010-06-07 15:24:45 -040016296
James Smart398d81c2013-05-31 17:04:19 -040016297 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart2a9bf3d2010-06-07 15:24:45 -040016298
James Smart0e9bb8d2013-03-01 16:35:12 -050016299 while (!list_empty(&pring->txq)) {
James Smart398d81c2013-05-31 17:04:19 -040016300 spin_lock_irqsave(&pring->ring_lock, iflags);
James Smart2a9bf3d2010-06-07 15:24:45 -040016301
James Smart19ca7602010-11-20 23:11:55 -050016302 piocbq = lpfc_sli_ringtx_get(phba, pring);
James Smarta6298522012-06-12 13:54:11 -040016303 if (!piocbq) {
James Smart398d81c2013-05-31 17:04:19 -040016304 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smarta6298522012-06-12 13:54:11 -040016305 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
16306 "2823 txq empty and txq_cnt is %d\n ",
James Smart0e9bb8d2013-03-01 16:35:12 -050016307 txq_cnt);
James Smarta6298522012-06-12 13:54:11 -040016308 break;
16309 }
James Smart19ca7602010-11-20 23:11:55 -050016310 sglq = __lpfc_sli_get_sglq(phba, piocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -040016311 if (!sglq) {
James Smart19ca7602010-11-20 23:11:55 -050016312 __lpfc_sli_ringtx_put(phba, pring, piocbq);
James Smart398d81c2013-05-31 17:04:19 -040016313 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart2a9bf3d2010-06-07 15:24:45 -040016314 break;
James Smart2a9bf3d2010-06-07 15:24:45 -040016315 }
James Smart0e9bb8d2013-03-01 16:35:12 -050016316 txq_cnt--;
James Smart2a9bf3d2010-06-07 15:24:45 -040016317
16318 /* The xri and iocb resources secured,
16319 * attempt to issue request
16320 */
James Smart6d368e52011-05-24 11:44:12 -040016321 piocbq->sli4_lxritag = sglq->sli4_lxritag;
James Smart2a9bf3d2010-06-07 15:24:45 -040016322 piocbq->sli4_xritag = sglq->sli4_xritag;
16323 if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocbq, sglq))
16324 fail_msg = "to convert bpl to sgl";
16325 else if (lpfc_sli4_iocb2wqe(phba, piocbq, &wqe))
16326 fail_msg = "to convert iocb to wqe";
16327 else if (lpfc_sli4_wq_put(phba->sli4_hba.els_wq, &wqe))
16328 fail_msg = " - Wq is full";
16329 else
16330 lpfc_sli_ringtxcmpl_put(phba, pring, piocbq);
16331
16332 if (fail_msg) {
16333 /* Failed means we can't issue and need to cancel */
16334 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
16335 "2822 IOCB failed %s iotag 0x%x "
16336 "xri 0x%x\n",
16337 fail_msg,
16338 piocbq->iotag, piocbq->sli4_xritag);
16339 list_add_tail(&piocbq->list, &completions);
16340 }
James Smart398d81c2013-05-31 17:04:19 -040016341 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart2a9bf3d2010-06-07 15:24:45 -040016342 }
16343
James Smart2a9bf3d2010-06-07 15:24:45 -040016344 /* Cancel all the IOCBs that cannot be issued */
16345 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
16346 IOERR_SLI_ABORTED);
16347
James Smart0e9bb8d2013-03-01 16:35:12 -050016348 return txq_cnt;
James Smart2a9bf3d2010-06-07 15:24:45 -040016349}