blob: b035e5badd52fb1a08e66c26c37b2f42942516e0 [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 Smart05580562011-05-24 11:40:48 -040072
James Smart4f774512009-05-22 14:52:35 -040073static IOCB_t *
74lpfc_get_iocb_from_iocbq(struct lpfc_iocbq *iocbq)
75{
76 return &iocbq->iocb;
77}
78
79/**
80 * lpfc_sli4_wq_put - Put a Work Queue Entry on an Work Queue
81 * @q: The Work Queue to operate on.
82 * @wqe: The work Queue Entry to put on the Work queue.
83 *
84 * This routine will copy the contents of @wqe to the next available entry on
85 * the @q. This function will then ring the Work Queue Doorbell to signal the
86 * HBA to start processing the Work Queue Entry. This function returns 0 if
87 * successful. If no entries are available on @q then this function will return
88 * -ENOMEM.
89 * The caller is expected to hold the hbalock when calling this routine.
90 **/
91static uint32_t
92lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe *wqe)
93{
James Smart2e90f4b2011-12-13 13:22:37 -050094 union lpfc_wqe *temp_wqe;
James Smart4f774512009-05-22 14:52:35 -040095 struct lpfc_register doorbell;
96 uint32_t host_index;
97
James Smart2e90f4b2011-12-13 13:22:37 -050098 /* sanity check on queue memory */
99 if (unlikely(!q))
100 return -ENOMEM;
101 temp_wqe = q->qe[q->host_index].wqe;
102
James Smart4f774512009-05-22 14:52:35 -0400103 /* If the host has not yet processed the next entry then we are done */
104 if (((q->host_index + 1) % q->entry_count) == q->hba_index)
105 return -ENOMEM;
106 /* set consumption flag every once in a while */
James Smartff78d8f2011-12-13 13:21:35 -0500107 if (!((q->host_index + 1) % q->entry_repost))
James Smartf0d9bcc2010-10-22 11:07:09 -0400108 bf_set(wqe_wqec, &wqe->generic.wqe_com, 1);
James Smartfedd3b72011-02-16 12:39:24 -0500109 if (q->phba->sli3_options & LPFC_SLI4_PHWQ_ENABLED)
110 bf_set(wqe_wqid, &wqe->generic.wqe_com, q->queue_id);
James Smart4f774512009-05-22 14:52:35 -0400111 lpfc_sli_pcimem_bcopy(wqe, temp_wqe, q->entry_size);
112
113 /* Update the host index before invoking device */
114 host_index = q->host_index;
115 q->host_index = ((q->host_index + 1) % q->entry_count);
116
117 /* Ring Doorbell */
118 doorbell.word0 = 0;
119 bf_set(lpfc_wq_doorbell_num_posted, &doorbell, 1);
120 bf_set(lpfc_wq_doorbell_index, &doorbell, host_index);
121 bf_set(lpfc_wq_doorbell_id, &doorbell, q->queue_id);
122 writel(doorbell.word0, q->phba->sli4_hba.WQDBregaddr);
123 readl(q->phba->sli4_hba.WQDBregaddr); /* Flush */
124
125 return 0;
126}
127
128/**
129 * lpfc_sli4_wq_release - Updates internal hba index for WQ
130 * @q: The Work Queue to operate on.
131 * @index: The index to advance the hba index to.
132 *
133 * This routine will update the HBA index of a queue to reflect consumption of
134 * Work Queue Entries by the HBA. When the HBA indicates that it has consumed
135 * an entry the host calls this function to update the queue's internal
136 * pointers. This routine returns the number of entries that were consumed by
137 * the HBA.
138 **/
139static uint32_t
140lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index)
141{
142 uint32_t released = 0;
143
James Smart2e90f4b2011-12-13 13:22:37 -0500144 /* sanity check on queue memory */
145 if (unlikely(!q))
146 return 0;
147
James Smart4f774512009-05-22 14:52:35 -0400148 if (q->hba_index == index)
149 return 0;
150 do {
151 q->hba_index = ((q->hba_index + 1) % q->entry_count);
152 released++;
153 } while (q->hba_index != index);
154 return released;
155}
156
157/**
158 * lpfc_sli4_mq_put - Put a Mailbox Queue Entry on an Mailbox Queue
159 * @q: The Mailbox Queue to operate on.
160 * @wqe: The Mailbox Queue Entry to put on the Work queue.
161 *
162 * This routine will copy the contents of @mqe to the next available entry on
163 * the @q. This function will then ring the Work Queue Doorbell to signal the
164 * HBA to start processing the Work Queue Entry. This function returns 0 if
165 * successful. If no entries are available on @q then this function will return
166 * -ENOMEM.
167 * The caller is expected to hold the hbalock when calling this routine.
168 **/
169static uint32_t
170lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe)
171{
James Smart2e90f4b2011-12-13 13:22:37 -0500172 struct lpfc_mqe *temp_mqe;
James Smart4f774512009-05-22 14:52:35 -0400173 struct lpfc_register doorbell;
174 uint32_t host_index;
175
James Smart2e90f4b2011-12-13 13:22:37 -0500176 /* sanity check on queue memory */
177 if (unlikely(!q))
178 return -ENOMEM;
179 temp_mqe = q->qe[q->host_index].mqe;
180
James Smart4f774512009-05-22 14:52:35 -0400181 /* If the host has not yet processed the next entry then we are done */
182 if (((q->host_index + 1) % q->entry_count) == q->hba_index)
183 return -ENOMEM;
184 lpfc_sli_pcimem_bcopy(mqe, temp_mqe, q->entry_size);
185 /* Save off the mailbox pointer for completion */
186 q->phba->mbox = (MAILBOX_t *)temp_mqe;
187
188 /* Update the host index before invoking device */
189 host_index = q->host_index;
190 q->host_index = ((q->host_index + 1) % q->entry_count);
191
192 /* Ring Doorbell */
193 doorbell.word0 = 0;
194 bf_set(lpfc_mq_doorbell_num_posted, &doorbell, 1);
195 bf_set(lpfc_mq_doorbell_id, &doorbell, q->queue_id);
196 writel(doorbell.word0, q->phba->sli4_hba.MQDBregaddr);
197 readl(q->phba->sli4_hba.MQDBregaddr); /* Flush */
198 return 0;
199}
200
201/**
202 * lpfc_sli4_mq_release - Updates internal hba index for MQ
203 * @q: The Mailbox Queue to operate on.
204 *
205 * This routine will update the HBA index of a queue to reflect consumption of
206 * a Mailbox Queue Entry by the HBA. When the HBA indicates that it has consumed
207 * an entry the host calls this function to update the queue's internal
208 * pointers. This routine returns the number of entries that were consumed by
209 * the HBA.
210 **/
211static uint32_t
212lpfc_sli4_mq_release(struct lpfc_queue *q)
213{
James Smart2e90f4b2011-12-13 13:22:37 -0500214 /* sanity check on queue memory */
215 if (unlikely(!q))
216 return 0;
217
James Smart4f774512009-05-22 14:52:35 -0400218 /* Clear the mailbox pointer for completion */
219 q->phba->mbox = NULL;
220 q->hba_index = ((q->hba_index + 1) % q->entry_count);
221 return 1;
222}
223
224/**
225 * lpfc_sli4_eq_get - Gets the next valid EQE from a EQ
226 * @q: The Event Queue to get the first valid EQE from
227 *
228 * This routine will get the first valid Event Queue Entry from @q, update
229 * the queue's internal hba index, and return the EQE. If no valid EQEs are in
230 * the Queue (no more work to do), or the Queue is full of EQEs that have been
231 * processed, but not popped back to the HBA then this routine will return NULL.
232 **/
233static struct lpfc_eqe *
234lpfc_sli4_eq_get(struct lpfc_queue *q)
235{
James Smart2e90f4b2011-12-13 13:22:37 -0500236 struct lpfc_eqe *eqe;
237
238 /* sanity check on queue memory */
239 if (unlikely(!q))
240 return NULL;
241 eqe = q->qe[q->hba_index].eqe;
James Smart4f774512009-05-22 14:52:35 -0400242
243 /* If the next EQE is not valid then we are done */
James Smartcb5172e2010-03-15 11:25:07 -0400244 if (!bf_get_le32(lpfc_eqe_valid, eqe))
James Smart4f774512009-05-22 14:52:35 -0400245 return NULL;
246 /* If the host has not yet processed the next entry then we are done */
247 if (((q->hba_index + 1) % q->entry_count) == q->host_index)
248 return NULL;
249
250 q->hba_index = ((q->hba_index + 1) % q->entry_count);
251 return eqe;
252}
253
254/**
255 * lpfc_sli4_eq_release - Indicates the host has finished processing an EQ
256 * @q: The Event Queue that the host has completed processing for.
257 * @arm: Indicates whether the host wants to arms this CQ.
258 *
259 * This routine will mark all Event Queue Entries on @q, from the last
260 * known completed entry to the last entry that was processed, as completed
261 * by clearing the valid bit for each completion queue entry. Then it will
262 * notify the HBA, by ringing the doorbell, that the EQEs have been processed.
263 * The internal host index in the @q will be updated by this routine to indicate
264 * that the host has finished processing the entries. The @arm parameter
265 * indicates that the queue should be rearmed when ringing the doorbell.
266 *
267 * This function will return the number of EQEs that were popped.
268 **/
269uint32_t
270lpfc_sli4_eq_release(struct lpfc_queue *q, bool arm)
271{
272 uint32_t released = 0;
273 struct lpfc_eqe *temp_eqe;
274 struct lpfc_register doorbell;
275
James Smart2e90f4b2011-12-13 13:22:37 -0500276 /* sanity check on queue memory */
277 if (unlikely(!q))
278 return 0;
279
James Smart4f774512009-05-22 14:52:35 -0400280 /* while there are valid entries */
281 while (q->hba_index != q->host_index) {
282 temp_eqe = q->qe[q->host_index].eqe;
James Smartcb5172e2010-03-15 11:25:07 -0400283 bf_set_le32(lpfc_eqe_valid, temp_eqe, 0);
James Smart4f774512009-05-22 14:52:35 -0400284 released++;
285 q->host_index = ((q->host_index + 1) % q->entry_count);
286 }
287 if (unlikely(released == 0 && !arm))
288 return 0;
289
290 /* ring doorbell for number popped */
291 doorbell.word0 = 0;
292 if (arm) {
293 bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1);
294 bf_set(lpfc_eqcq_doorbell_eqci, &doorbell, 1);
295 }
296 bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, released);
297 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_EVENT);
James Smart6b5151f2012-01-18 16:24:06 -0500298 bf_set(lpfc_eqcq_doorbell_eqid_hi, &doorbell,
299 (q->queue_id >> LPFC_EQID_HI_FIELD_SHIFT));
300 bf_set(lpfc_eqcq_doorbell_eqid_lo, &doorbell, q->queue_id);
James Smart4f774512009-05-22 14:52:35 -0400301 writel(doorbell.word0, q->phba->sli4_hba.EQCQDBregaddr);
James Smarta747c9c2009-11-18 15:41:10 -0500302 /* PCI read to flush PCI pipeline on re-arming for INTx mode */
303 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM))
304 readl(q->phba->sli4_hba.EQCQDBregaddr);
James Smart4f774512009-05-22 14:52:35 -0400305 return released;
306}
307
308/**
309 * lpfc_sli4_cq_get - Gets the next valid CQE from a CQ
310 * @q: The Completion Queue to get the first valid CQE from
311 *
312 * This routine will get the first valid Completion Queue Entry from @q, update
313 * the queue's internal hba index, and return the CQE. If no valid CQEs are in
314 * the Queue (no more work to do), or the Queue is full of CQEs that have been
315 * processed, but not popped back to the HBA then this routine will return NULL.
316 **/
317static struct lpfc_cqe *
318lpfc_sli4_cq_get(struct lpfc_queue *q)
319{
320 struct lpfc_cqe *cqe;
321
James Smart2e90f4b2011-12-13 13:22:37 -0500322 /* sanity check on queue memory */
323 if (unlikely(!q))
324 return NULL;
325
James Smart4f774512009-05-22 14:52:35 -0400326 /* If the next CQE is not valid then we are done */
James Smartcb5172e2010-03-15 11:25:07 -0400327 if (!bf_get_le32(lpfc_cqe_valid, q->qe[q->hba_index].cqe))
James Smart4f774512009-05-22 14:52:35 -0400328 return NULL;
329 /* If the host has not yet processed the next entry then we are done */
330 if (((q->hba_index + 1) % q->entry_count) == q->host_index)
331 return NULL;
332
333 cqe = q->qe[q->hba_index].cqe;
334 q->hba_index = ((q->hba_index + 1) % q->entry_count);
335 return cqe;
336}
337
338/**
339 * lpfc_sli4_cq_release - Indicates the host has finished processing a CQ
340 * @q: The Completion Queue that the host has completed processing for.
341 * @arm: Indicates whether the host wants to arms this CQ.
342 *
343 * This routine will mark all Completion queue entries on @q, from the last
344 * known completed entry to the last entry that was processed, as completed
345 * by clearing the valid bit for each completion queue entry. Then it will
346 * notify the HBA, by ringing the doorbell, that the CQEs have been processed.
347 * The internal host index in the @q will be updated by this routine to indicate
348 * that the host has finished processing the entries. The @arm parameter
349 * indicates that the queue should be rearmed when ringing the doorbell.
350 *
351 * This function will return the number of CQEs that were released.
352 **/
353uint32_t
354lpfc_sli4_cq_release(struct lpfc_queue *q, bool arm)
355{
356 uint32_t released = 0;
357 struct lpfc_cqe *temp_qe;
358 struct lpfc_register doorbell;
359
James Smart2e90f4b2011-12-13 13:22:37 -0500360 /* sanity check on queue memory */
361 if (unlikely(!q))
362 return 0;
James Smart4f774512009-05-22 14:52:35 -0400363 /* while there are valid entries */
364 while (q->hba_index != q->host_index) {
365 temp_qe = q->qe[q->host_index].cqe;
James Smartcb5172e2010-03-15 11:25:07 -0400366 bf_set_le32(lpfc_cqe_valid, temp_qe, 0);
James Smart4f774512009-05-22 14:52:35 -0400367 released++;
368 q->host_index = ((q->host_index + 1) % q->entry_count);
369 }
370 if (unlikely(released == 0 && !arm))
371 return 0;
372
373 /* ring doorbell for number popped */
374 doorbell.word0 = 0;
375 if (arm)
376 bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1);
377 bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, released);
378 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_COMPLETION);
James Smart6b5151f2012-01-18 16:24:06 -0500379 bf_set(lpfc_eqcq_doorbell_cqid_hi, &doorbell,
380 (q->queue_id >> LPFC_CQID_HI_FIELD_SHIFT));
381 bf_set(lpfc_eqcq_doorbell_cqid_lo, &doorbell, q->queue_id);
James Smart4f774512009-05-22 14:52:35 -0400382 writel(doorbell.word0, q->phba->sli4_hba.EQCQDBregaddr);
383 return released;
384}
385
386/**
387 * lpfc_sli4_rq_put - Put a Receive Buffer Queue Entry on a Receive Queue
388 * @q: The Header Receive Queue to operate on.
389 * @wqe: The Receive Queue Entry to put on the Receive queue.
390 *
391 * This routine will copy the contents of @wqe to the next available entry on
392 * the @q. This function will then ring the Receive Queue Doorbell to signal the
393 * HBA to start processing the Receive Queue Entry. This function returns the
394 * index that the rqe was copied to if successful. If no entries are available
395 * on @q then this function will return -ENOMEM.
396 * The caller is expected to hold the hbalock when calling this routine.
397 **/
398static int
399lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
400 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe)
401{
James Smart2e90f4b2011-12-13 13:22:37 -0500402 struct lpfc_rqe *temp_hrqe;
403 struct lpfc_rqe *temp_drqe;
James Smart4f774512009-05-22 14:52:35 -0400404 struct lpfc_register doorbell;
405 int put_index = hq->host_index;
406
James Smart2e90f4b2011-12-13 13:22:37 -0500407 /* sanity check on queue memory */
408 if (unlikely(!hq) || unlikely(!dq))
409 return -ENOMEM;
410 temp_hrqe = hq->qe[hq->host_index].rqe;
411 temp_drqe = dq->qe[dq->host_index].rqe;
412
James Smart4f774512009-05-22 14:52:35 -0400413 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ)
414 return -EINVAL;
415 if (hq->host_index != dq->host_index)
416 return -EINVAL;
417 /* If the host has not yet processed the next entry then we are done */
418 if (((hq->host_index + 1) % hq->entry_count) == hq->hba_index)
419 return -EBUSY;
420 lpfc_sli_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size);
421 lpfc_sli_pcimem_bcopy(drqe, temp_drqe, dq->entry_size);
422
423 /* Update the host index to point to the next slot */
424 hq->host_index = ((hq->host_index + 1) % hq->entry_count);
425 dq->host_index = ((dq->host_index + 1) % dq->entry_count);
426
427 /* Ring The Header Receive Queue Doorbell */
James Smart73d91e52011-10-10 21:32:10 -0400428 if (!(hq->host_index % hq->entry_repost)) {
James Smart4f774512009-05-22 14:52:35 -0400429 doorbell.word0 = 0;
430 bf_set(lpfc_rq_doorbell_num_posted, &doorbell,
James Smart73d91e52011-10-10 21:32:10 -0400431 hq->entry_repost);
James Smart4f774512009-05-22 14:52:35 -0400432 bf_set(lpfc_rq_doorbell_id, &doorbell, hq->queue_id);
433 writel(doorbell.word0, hq->phba->sli4_hba.RQDBregaddr);
434 }
435 return put_index;
436}
437
438/**
439 * lpfc_sli4_rq_release - Updates internal hba index for RQ
440 * @q: The Header Receive Queue to operate on.
441 *
442 * This routine will update the HBA index of a queue to reflect consumption of
443 * one Receive Queue Entry by the HBA. When the HBA indicates that it has
444 * consumed an entry the host calls this function to update the queue's
445 * internal pointers. This routine returns the number of entries that were
446 * consumed by the HBA.
447 **/
448static uint32_t
449lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq)
450{
James Smart2e90f4b2011-12-13 13:22:37 -0500451 /* sanity check on queue memory */
452 if (unlikely(!hq) || unlikely(!dq))
453 return 0;
454
James Smart4f774512009-05-22 14:52:35 -0400455 if ((hq->type != LPFC_HRQ) || (dq->type != LPFC_DRQ))
456 return 0;
457 hq->hba_index = ((hq->hba_index + 1) % hq->entry_count);
458 dq->hba_index = ((dq->hba_index + 1) % dq->entry_count);
459 return 1;
460}
461
James Smarte59058c2008-08-24 21:49:00 -0400462/**
James Smart3621a712009-04-06 18:47:14 -0400463 * lpfc_cmd_iocb - Get next command iocb entry in the ring
James Smarte59058c2008-08-24 21:49:00 -0400464 * @phba: Pointer to HBA context object.
465 * @pring: Pointer to driver SLI ring object.
466 *
467 * This function returns pointer to next command iocb entry
468 * in the command ring. The caller must hold hbalock to prevent
469 * other threads consume the next command iocb.
470 * SLI-2/SLI-3 provide different sized iocbs.
471 **/
James Smarted957682007-06-17 19:56:37 -0500472static inline IOCB_t *
473lpfc_cmd_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
474{
475 return (IOCB_t *) (((char *) pring->cmdringaddr) +
476 pring->cmdidx * phba->iocb_cmd_size);
477}
478
James Smarte59058c2008-08-24 21:49:00 -0400479/**
James Smart3621a712009-04-06 18:47:14 -0400480 * lpfc_resp_iocb - Get next response iocb entry in the ring
James Smarte59058c2008-08-24 21:49:00 -0400481 * @phba: Pointer to HBA context object.
482 * @pring: Pointer to driver SLI ring object.
483 *
484 * This function returns pointer to next response iocb entry
485 * in the response ring. The caller must hold hbalock to make sure
486 * that no other thread consume the next response iocb.
487 * SLI-2/SLI-3 provide different sized iocbs.
488 **/
James Smarted957682007-06-17 19:56:37 -0500489static inline IOCB_t *
490lpfc_resp_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
491{
492 return (IOCB_t *) (((char *) pring->rspringaddr) +
493 pring->rspidx * phba->iocb_rsp_size);
494}
495
James Smarte59058c2008-08-24 21:49:00 -0400496/**
James Smart3621a712009-04-06 18:47:14 -0400497 * __lpfc_sli_get_iocbq - Allocates an iocb object from iocb pool
James Smarte59058c2008-08-24 21:49:00 -0400498 * @phba: Pointer to HBA context object.
499 *
500 * This function is called with hbalock held. This function
501 * allocates a new driver iocb object from the iocb pool. If the
502 * allocation is successful, it returns pointer to the newly
503 * allocated iocb object else it returns NULL.
504 **/
James Smart4f2e66c2012-05-09 21:17:07 -0400505struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -0500506__lpfc_sli_get_iocbq(struct lpfc_hba *phba)
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -0400507{
508 struct list_head *lpfc_iocb_list = &phba->lpfc_iocb_list;
509 struct lpfc_iocbq * iocbq = NULL;
510
511 list_remove_head(lpfc_iocb_list, iocbq, struct lpfc_iocbq, list);
James Smart2a9bf3d2010-06-07 15:24:45 -0400512 if (iocbq)
513 phba->iocb_cnt++;
514 if (phba->iocb_cnt > phba->iocb_max)
515 phba->iocb_max = phba->iocb_cnt;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -0400516 return iocbq;
517}
518
James Smarte59058c2008-08-24 21:49:00 -0400519/**
James Smartda0436e2009-05-22 14:51:39 -0400520 * __lpfc_clear_active_sglq - Remove the active sglq for this XRI.
521 * @phba: Pointer to HBA context object.
522 * @xritag: XRI value.
523 *
524 * This function clears the sglq pointer from the array of acive
525 * sglq's. The xritag that is passed in is used to index into the
526 * array. Before the xritag can be used it needs to be adjusted
527 * by subtracting the xribase.
528 *
529 * Returns sglq ponter = success, NULL = Failure.
530 **/
531static struct lpfc_sglq *
532__lpfc_clear_active_sglq(struct lpfc_hba *phba, uint16_t xritag)
533{
James Smartda0436e2009-05-22 14:51:39 -0400534 struct lpfc_sglq *sglq;
James Smart6d368e52011-05-24 11:44:12 -0400535
536 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag];
537 phba->sli4_hba.lpfc_sglq_active_list[xritag] = NULL;
James Smartda0436e2009-05-22 14:51:39 -0400538 return sglq;
539}
540
541/**
542 * __lpfc_get_active_sglq - Get the active sglq for this XRI.
543 * @phba: Pointer to HBA context object.
544 * @xritag: XRI value.
545 *
546 * This function returns the sglq pointer from the array of acive
547 * sglq's. The xritag that is passed in is used to index into the
548 * array. Before the xritag can be used it needs to be adjusted
549 * by subtracting the xribase.
550 *
551 * Returns sglq ponter = success, NULL = Failure.
552 **/
James Smart0f65ff62010-02-26 14:14:23 -0500553struct lpfc_sglq *
James Smartda0436e2009-05-22 14:51:39 -0400554__lpfc_get_active_sglq(struct lpfc_hba *phba, uint16_t xritag)
555{
James Smartda0436e2009-05-22 14:51:39 -0400556 struct lpfc_sglq *sglq;
James Smart6d368e52011-05-24 11:44:12 -0400557
558 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag];
James Smartda0436e2009-05-22 14:51:39 -0400559 return sglq;
560}
561
562/**
James Smart1151e3e2011-02-16 12:39:35 -0500563 * lpfc_clr_rrq_active - Clears RRQ active bit in xri_bitmap.
James Smart19ca7602010-11-20 23:11:55 -0500564 * @phba: Pointer to HBA context object.
565 * @xritag: xri used in this exchange.
566 * @rrq: The RRQ to be cleared.
567 *
James Smart19ca7602010-11-20 23:11:55 -0500568 **/
James Smart1151e3e2011-02-16 12:39:35 -0500569void
570lpfc_clr_rrq_active(struct lpfc_hba *phba,
571 uint16_t xritag,
572 struct lpfc_node_rrq *rrq)
James Smart19ca7602010-11-20 23:11:55 -0500573{
James Smart1151e3e2011-02-16 12:39:35 -0500574 struct lpfc_nodelist *ndlp = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500575
James Smart1151e3e2011-02-16 12:39:35 -0500576 if ((rrq->vport) && NLP_CHK_NODE_ACT(rrq->ndlp))
577 ndlp = lpfc_findnode_did(rrq->vport, rrq->nlp_DID);
James Smart19ca7602010-11-20 23:11:55 -0500578
579 /* The target DID could have been swapped (cable swap)
580 * we should use the ndlp from the findnode if it is
581 * available.
582 */
James Smart1151e3e2011-02-16 12:39:35 -0500583 if ((!ndlp) && rrq->ndlp)
James Smart19ca7602010-11-20 23:11:55 -0500584 ndlp = rrq->ndlp;
585
James Smart1151e3e2011-02-16 12:39:35 -0500586 if (!ndlp)
587 goto out;
588
James Smart6d368e52011-05-24 11:44:12 -0400589 if (test_and_clear_bit(xritag, ndlp->active_rrqs.xri_bitmap)) {
James Smart19ca7602010-11-20 23:11:55 -0500590 rrq->send_rrq = 0;
591 rrq->xritag = 0;
592 rrq->rrq_stop_time = 0;
593 }
James Smart1151e3e2011-02-16 12:39:35 -0500594out:
James Smart19ca7602010-11-20 23:11:55 -0500595 mempool_free(rrq, phba->rrq_pool);
596}
597
598/**
599 * lpfc_handle_rrq_active - Checks if RRQ has waithed RATOV.
600 * @phba: Pointer to HBA context object.
601 *
602 * This function is called with hbalock held. This function
603 * Checks if stop_time (ratov from setting rrq active) has
604 * been reached, if it has and the send_rrq flag is set then
605 * it will call lpfc_send_rrq. If the send_rrq flag is not set
606 * then it will just call the routine to clear the rrq and
607 * free the rrq resource.
608 * The timer is set to the next rrq that is going to expire before
609 * leaving the routine.
610 *
611 **/
612void
613lpfc_handle_rrq_active(struct lpfc_hba *phba)
614{
615 struct lpfc_node_rrq *rrq;
616 struct lpfc_node_rrq *nextrrq;
617 unsigned long next_time;
618 unsigned long iflags;
James Smart1151e3e2011-02-16 12:39:35 -0500619 LIST_HEAD(send_rrq);
James Smart19ca7602010-11-20 23:11:55 -0500620
621 spin_lock_irqsave(&phba->hbalock, iflags);
622 phba->hba_flag &= ~HBA_RRQ_ACTIVE;
623 next_time = jiffies + HZ * (phba->fc_ratov + 1);
624 list_for_each_entry_safe(rrq, nextrrq,
James Smart1151e3e2011-02-16 12:39:35 -0500625 &phba->active_rrq_list, list) {
626 if (time_after(jiffies, rrq->rrq_stop_time))
627 list_move(&rrq->list, &send_rrq);
628 else if (time_before(rrq->rrq_stop_time, next_time))
James Smart19ca7602010-11-20 23:11:55 -0500629 next_time = rrq->rrq_stop_time;
630 }
631 spin_unlock_irqrestore(&phba->hbalock, iflags);
632 if (!list_empty(&phba->active_rrq_list))
633 mod_timer(&phba->rrq_tmr, next_time);
James Smart1151e3e2011-02-16 12:39:35 -0500634 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) {
635 list_del(&rrq->list);
636 if (!rrq->send_rrq)
637 /* this call will free the rrq */
638 lpfc_clr_rrq_active(phba, rrq->xritag, rrq);
639 else if (lpfc_send_rrq(phba, rrq)) {
640 /* if we send the rrq then the completion handler
641 * will clear the bit in the xribitmap.
642 */
643 lpfc_clr_rrq_active(phba, rrq->xritag,
644 rrq);
645 }
646 }
James Smart19ca7602010-11-20 23:11:55 -0500647}
648
649/**
650 * lpfc_get_active_rrq - Get the active RRQ for this exchange.
651 * @vport: Pointer to vport context object.
652 * @xri: The xri used in the exchange.
653 * @did: The targets DID for this exchange.
654 *
655 * returns NULL = rrq not found in the phba->active_rrq_list.
656 * rrq = rrq for this xri and target.
657 **/
658struct lpfc_node_rrq *
659lpfc_get_active_rrq(struct lpfc_vport *vport, uint16_t xri, uint32_t did)
660{
661 struct lpfc_hba *phba = vport->phba;
662 struct lpfc_node_rrq *rrq;
663 struct lpfc_node_rrq *nextrrq;
664 unsigned long iflags;
665
666 if (phba->sli_rev != LPFC_SLI_REV4)
667 return NULL;
668 spin_lock_irqsave(&phba->hbalock, iflags);
669 list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list) {
670 if (rrq->vport == vport && rrq->xritag == xri &&
671 rrq->nlp_DID == did){
672 list_del(&rrq->list);
673 spin_unlock_irqrestore(&phba->hbalock, iflags);
674 return rrq;
675 }
676 }
677 spin_unlock_irqrestore(&phba->hbalock, iflags);
678 return NULL;
679}
680
681/**
682 * lpfc_cleanup_vports_rrqs - Remove and clear the active RRQ for this vport.
683 * @vport: Pointer to vport context object.
James Smart1151e3e2011-02-16 12:39:35 -0500684 * @ndlp: Pointer to the lpfc_node_list structure.
685 * If ndlp is NULL Remove all active RRQs for this vport from the
686 * phba->active_rrq_list and clear the rrq.
687 * If ndlp is not NULL then only remove rrqs for this vport & this ndlp.
James Smart19ca7602010-11-20 23:11:55 -0500688 **/
689void
James Smart1151e3e2011-02-16 12:39:35 -0500690lpfc_cleanup_vports_rrqs(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smart19ca7602010-11-20 23:11:55 -0500691
692{
693 struct lpfc_hba *phba = vport->phba;
694 struct lpfc_node_rrq *rrq;
695 struct lpfc_node_rrq *nextrrq;
696 unsigned long iflags;
James Smart1151e3e2011-02-16 12:39:35 -0500697 LIST_HEAD(rrq_list);
James Smart19ca7602010-11-20 23:11:55 -0500698
699 if (phba->sli_rev != LPFC_SLI_REV4)
700 return;
James Smart1151e3e2011-02-16 12:39:35 -0500701 if (!ndlp) {
702 lpfc_sli4_vport_delete_els_xri_aborted(vport);
703 lpfc_sli4_vport_delete_fcp_xri_aborted(vport);
James Smart19ca7602010-11-20 23:11:55 -0500704 }
James Smart1151e3e2011-02-16 12:39:35 -0500705 spin_lock_irqsave(&phba->hbalock, iflags);
706 list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list)
707 if ((rrq->vport == vport) && (!ndlp || rrq->ndlp == ndlp))
708 list_move(&rrq->list, &rrq_list);
James Smart19ca7602010-11-20 23:11:55 -0500709 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart1151e3e2011-02-16 12:39:35 -0500710
711 list_for_each_entry_safe(rrq, nextrrq, &rrq_list, list) {
712 list_del(&rrq->list);
713 lpfc_clr_rrq_active(phba, rrq->xritag, rrq);
714 }
James Smart19ca7602010-11-20 23:11:55 -0500715}
716
717/**
718 * lpfc_cleanup_wt_rrqs - Remove all rrq's from the active list.
719 * @phba: Pointer to HBA context object.
720 *
721 * Remove all rrqs from the phba->active_rrq_list and free them by
722 * calling __lpfc_clr_active_rrq
723 *
724 **/
725void
726lpfc_cleanup_wt_rrqs(struct lpfc_hba *phba)
727{
728 struct lpfc_node_rrq *rrq;
729 struct lpfc_node_rrq *nextrrq;
730 unsigned long next_time;
731 unsigned long iflags;
James Smart1151e3e2011-02-16 12:39:35 -0500732 LIST_HEAD(rrq_list);
James Smart19ca7602010-11-20 23:11:55 -0500733
734 if (phba->sli_rev != LPFC_SLI_REV4)
735 return;
736 spin_lock_irqsave(&phba->hbalock, iflags);
737 phba->hba_flag &= ~HBA_RRQ_ACTIVE;
738 next_time = jiffies + HZ * (phba->fc_ratov * 2);
James Smart1151e3e2011-02-16 12:39:35 -0500739 list_splice_init(&phba->active_rrq_list, &rrq_list);
James Smart19ca7602010-11-20 23:11:55 -0500740 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart1151e3e2011-02-16 12:39:35 -0500741
742 list_for_each_entry_safe(rrq, nextrrq, &rrq_list, list) {
743 list_del(&rrq->list);
744 lpfc_clr_rrq_active(phba, rrq->xritag, rrq);
745 }
James Smart19ca7602010-11-20 23:11:55 -0500746 if (!list_empty(&phba->active_rrq_list))
747 mod_timer(&phba->rrq_tmr, next_time);
748}
749
750
751/**
James Smart1151e3e2011-02-16 12:39:35 -0500752 * lpfc_test_rrq_active - Test RRQ bit in xri_bitmap.
James Smart19ca7602010-11-20 23:11:55 -0500753 * @phba: Pointer to HBA context object.
754 * @ndlp: Targets nodelist pointer for this exchange.
755 * @xritag the xri in the bitmap to test.
756 *
757 * This function is called with hbalock held. This function
758 * returns 0 = rrq not active for this xri
759 * 1 = rrq is valid for this xri.
760 **/
James Smart1151e3e2011-02-16 12:39:35 -0500761int
762lpfc_test_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp,
James Smart19ca7602010-11-20 23:11:55 -0500763 uint16_t xritag)
764{
James Smart19ca7602010-11-20 23:11:55 -0500765 if (!ndlp)
766 return 0;
James Smart6d368e52011-05-24 11:44:12 -0400767 if (test_bit(xritag, ndlp->active_rrqs.xri_bitmap))
James Smart19ca7602010-11-20 23:11:55 -0500768 return 1;
769 else
770 return 0;
771}
772
773/**
774 * lpfc_set_rrq_active - set RRQ active bit in xri_bitmap.
775 * @phba: Pointer to HBA context object.
776 * @ndlp: nodelist pointer for this target.
777 * @xritag: xri used in this exchange.
778 * @rxid: Remote Exchange ID.
779 * @send_rrq: Flag used to determine if we should send rrq els cmd.
780 *
781 * This function takes the hbalock.
782 * The active bit is always set in the active rrq xri_bitmap even
783 * if there is no slot avaiable for the other rrq information.
784 *
785 * returns 0 rrq actived for this xri
786 * < 0 No memory or invalid ndlp.
787 **/
788int
789lpfc_set_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp,
James Smartb42c07c2012-01-18 16:25:55 -0500790 uint16_t xritag, uint16_t rxid, uint16_t send_rrq)
James Smart19ca7602010-11-20 23:11:55 -0500791{
James Smart19ca7602010-11-20 23:11:55 -0500792 unsigned long iflags;
James Smartb42c07c2012-01-18 16:25:55 -0500793 struct lpfc_node_rrq *rrq;
794 int empty;
795
796 if (!ndlp)
797 return -EINVAL;
798
799 if (!phba->cfg_enable_rrq)
800 return -EINVAL;
James Smart19ca7602010-11-20 23:11:55 -0500801
802 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartb42c07c2012-01-18 16:25:55 -0500803 if (phba->pport->load_flag & FC_UNLOADING) {
804 phba->hba_flag &= ~HBA_RRQ_ACTIVE;
805 goto out;
806 }
807
808 /*
809 * set the active bit even if there is no mem available.
810 */
811 if (NLP_CHK_FREE_REQ(ndlp))
812 goto out;
813
814 if (ndlp->vport && (ndlp->vport->load_flag & FC_UNLOADING))
815 goto out;
816
817 if (test_and_set_bit(xritag, ndlp->active_rrqs.xri_bitmap))
818 goto out;
819
James Smart19ca7602010-11-20 23:11:55 -0500820 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smartb42c07c2012-01-18 16:25:55 -0500821 rrq = mempool_alloc(phba->rrq_pool, GFP_KERNEL);
822 if (!rrq) {
823 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
824 "3155 Unable to allocate RRQ xri:0x%x rxid:0x%x"
825 " DID:0x%x Send:%d\n",
826 xritag, rxid, ndlp->nlp_DID, send_rrq);
827 return -EINVAL;
828 }
829 rrq->send_rrq = send_rrq;
830 rrq->xritag = xritag;
831 rrq->rrq_stop_time = jiffies + HZ * (phba->fc_ratov + 1);
832 rrq->ndlp = ndlp;
833 rrq->nlp_DID = ndlp->nlp_DID;
834 rrq->vport = ndlp->vport;
835 rrq->rxid = rxid;
836 rrq->send_rrq = send_rrq;
837 spin_lock_irqsave(&phba->hbalock, iflags);
838 empty = list_empty(&phba->active_rrq_list);
839 list_add_tail(&rrq->list, &phba->active_rrq_list);
840 phba->hba_flag |= HBA_RRQ_ACTIVE;
841 if (empty)
842 lpfc_worker_wake_up(phba);
843 spin_unlock_irqrestore(&phba->hbalock, iflags);
844 return 0;
845out:
846 spin_unlock_irqrestore(&phba->hbalock, iflags);
847 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
848 "2921 Can't set rrq active xri:0x%x rxid:0x%x"
849 " DID:0x%x Send:%d\n",
850 xritag, rxid, ndlp->nlp_DID, send_rrq);
851 return -EINVAL;
James Smart19ca7602010-11-20 23:11:55 -0500852}
853
854/**
James Smartda0436e2009-05-22 14:51:39 -0400855 * __lpfc_sli_get_sglq - Allocates an iocb object from sgl pool
856 * @phba: Pointer to HBA context object.
James Smart19ca7602010-11-20 23:11:55 -0500857 * @piocb: Pointer to the iocbq.
James Smartda0436e2009-05-22 14:51:39 -0400858 *
859 * This function is called with hbalock held. This function
James Smart6d368e52011-05-24 11:44:12 -0400860 * gets a new driver sglq object from the sglq list. If the
James Smartda0436e2009-05-22 14:51:39 -0400861 * list is not empty then it is successful, it returns pointer to the newly
862 * allocated sglq object else it returns NULL.
863 **/
864static struct lpfc_sglq *
James Smart19ca7602010-11-20 23:11:55 -0500865__lpfc_sli_get_sglq(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq)
James Smartda0436e2009-05-22 14:51:39 -0400866{
867 struct list_head *lpfc_sgl_list = &phba->sli4_hba.lpfc_sgl_list;
868 struct lpfc_sglq *sglq = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500869 struct lpfc_sglq *start_sglq = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500870 struct lpfc_scsi_buf *lpfc_cmd;
871 struct lpfc_nodelist *ndlp;
872 int found = 0;
873
874 if (piocbq->iocb_flag & LPFC_IO_FCP) {
875 lpfc_cmd = (struct lpfc_scsi_buf *) piocbq->context1;
876 ndlp = lpfc_cmd->rdata->pnode;
James Smartbe858b62010-12-15 17:57:20 -0500877 } else if ((piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) &&
878 !(piocbq->iocb_flag & LPFC_IO_LIBDFC))
James Smart19ca7602010-11-20 23:11:55 -0500879 ndlp = piocbq->context_un.ndlp;
James Smart19ca7602010-11-20 23:11:55 -0500880 else
881 ndlp = piocbq->context1;
882
James Smartda0436e2009-05-22 14:51:39 -0400883 list_remove_head(lpfc_sgl_list, sglq, struct lpfc_sglq, list);
James Smart19ca7602010-11-20 23:11:55 -0500884 start_sglq = sglq;
885 while (!found) {
886 if (!sglq)
887 return NULL;
James Smart1151e3e2011-02-16 12:39:35 -0500888 if (lpfc_test_rrq_active(phba, ndlp, sglq->sli4_xritag)) {
James Smart19ca7602010-11-20 23:11:55 -0500889 /* This xri has an rrq outstanding for this DID.
890 * put it back in the list and get another xri.
891 */
892 list_add_tail(&sglq->list, lpfc_sgl_list);
893 sglq = NULL;
894 list_remove_head(lpfc_sgl_list, sglq,
895 struct lpfc_sglq, list);
896 if (sglq == start_sglq) {
897 sglq = NULL;
898 break;
899 } else
900 continue;
901 }
902 sglq->ndlp = ndlp;
903 found = 1;
James Smart6d368e52011-05-24 11:44:12 -0400904 phba->sli4_hba.lpfc_sglq_active_list[sglq->sli4_lxritag] = sglq;
James Smart19ca7602010-11-20 23:11:55 -0500905 sglq->state = SGL_ALLOCATED;
906 }
James Smartda0436e2009-05-22 14:51:39 -0400907 return sglq;
908}
909
910/**
James Smart3621a712009-04-06 18:47:14 -0400911 * lpfc_sli_get_iocbq - Allocates an iocb object from iocb pool
James Smarte59058c2008-08-24 21:49:00 -0400912 * @phba: Pointer to HBA context object.
913 *
914 * This function is called with no lock held. This function
915 * allocates a new driver iocb object from the iocb pool. If the
916 * allocation is successful, it returns pointer to the newly
917 * allocated iocb object else it returns NULL.
918 **/
James Smart2e0fef82007-06-17 19:56:36 -0500919struct lpfc_iocbq *
920lpfc_sli_get_iocbq(struct lpfc_hba *phba)
James Bottomley604a3e32005-10-29 10:28:33 -0500921{
James Smart2e0fef82007-06-17 19:56:36 -0500922 struct lpfc_iocbq * iocbq = NULL;
923 unsigned long iflags;
924
925 spin_lock_irqsave(&phba->hbalock, iflags);
926 iocbq = __lpfc_sli_get_iocbq(phba);
927 spin_unlock_irqrestore(&phba->hbalock, iflags);
928 return iocbq;
929}
930
James Smarte59058c2008-08-24 21:49:00 -0400931/**
James Smart4f774512009-05-22 14:52:35 -0400932 * __lpfc_sli_release_iocbq_s4 - Release iocb to the iocb pool
933 * @phba: Pointer to HBA context object.
934 * @iocbq: Pointer to driver iocb object.
935 *
936 * This function is called with hbalock held to release driver
937 * iocb object to the iocb pool. The iotag in the iocb object
938 * does not change for each use of the iocb object. This function
939 * clears all other fields of the iocb object when it is freed.
940 * The sqlq structure that holds the xritag and phys and virtual
941 * mappings for the scatter gather list is retrieved from the
942 * active array of sglq. The get of the sglq pointer also clears
943 * the entry in the array. If the status of the IO indiactes that
944 * this IO was aborted then the sglq entry it put on the
945 * lpfc_abts_els_sgl_list until the CQ_ABORTED_XRI is received. If the
946 * IO has good status or fails for any other reason then the sglq
947 * entry is added to the free list (lpfc_sgl_list).
948 **/
949static void
950__lpfc_sli_release_iocbq_s4(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
951{
952 struct lpfc_sglq *sglq;
953 size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
James Smart2a9bf3d2010-06-07 15:24:45 -0400954 unsigned long iflag = 0;
955 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
James Smart4f774512009-05-22 14:52:35 -0400956
957 if (iocbq->sli4_xritag == NO_XRI)
958 sglq = NULL;
959 else
James Smart6d368e52011-05-24 11:44:12 -0400960 sglq = __lpfc_clear_active_sglq(phba, iocbq->sli4_lxritag);
961
James Smart4f774512009-05-22 14:52:35 -0400962 if (sglq) {
James Smart0f65ff62010-02-26 14:14:23 -0500963 if ((iocbq->iocb_flag & LPFC_EXCHANGE_BUSY) &&
964 (sglq->state != SGL_XRI_ABORTED)) {
James Smart4f774512009-05-22 14:52:35 -0400965 spin_lock_irqsave(&phba->sli4_hba.abts_sgl_list_lock,
966 iflag);
967 list_add(&sglq->list,
968 &phba->sli4_hba.lpfc_abts_els_sgl_list);
969 spin_unlock_irqrestore(
970 &phba->sli4_hba.abts_sgl_list_lock, iflag);
James Smart0f65ff62010-02-26 14:14:23 -0500971 } else {
972 sglq->state = SGL_FREED;
James Smart19ca7602010-11-20 23:11:55 -0500973 sglq->ndlp = NULL;
James Smartfedd3b72011-02-16 12:39:24 -0500974 list_add_tail(&sglq->list,
975 &phba->sli4_hba.lpfc_sgl_list);
James Smart2a9bf3d2010-06-07 15:24:45 -0400976
977 /* Check if TXQ queue needs to be serviced */
James Smart589a52d2010-07-14 15:30:54 -0400978 if (pring->txq_cnt)
James Smart2a9bf3d2010-06-07 15:24:45 -0400979 lpfc_worker_wake_up(phba);
James Smart0f65ff62010-02-26 14:14:23 -0500980 }
James Smart4f774512009-05-22 14:52:35 -0400981 }
982
983
984 /*
985 * Clean all volatile data fields, preserve iotag and node struct.
986 */
987 memset((char *)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean);
James Smart6d368e52011-05-24 11:44:12 -0400988 iocbq->sli4_lxritag = NO_XRI;
James Smart4f774512009-05-22 14:52:35 -0400989 iocbq->sli4_xritag = NO_XRI;
990 list_add_tail(&iocbq->list, &phba->lpfc_iocb_list);
991}
992
James Smart2a9bf3d2010-06-07 15:24:45 -0400993
James Smart4f774512009-05-22 14:52:35 -0400994/**
James Smart3772a992009-05-22 14:50:54 -0400995 * __lpfc_sli_release_iocbq_s3 - Release iocb to the iocb pool
996 * @phba: Pointer to HBA context object.
997 * @iocbq: Pointer to driver iocb object.
998 *
999 * This function is called with hbalock held to release driver
1000 * iocb object to the iocb pool. The iotag in the iocb object
1001 * does not change for each use of the iocb object. This function
1002 * clears all other fields of the iocb object when it is freed.
1003 **/
1004static void
1005__lpfc_sli_release_iocbq_s3(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1006{
1007 size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
1008
1009 /*
1010 * Clean all volatile data fields, preserve iotag and node struct.
1011 */
1012 memset((char*)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean);
1013 iocbq->sli4_xritag = NO_XRI;
1014 list_add_tail(&iocbq->list, &phba->lpfc_iocb_list);
1015}
1016
1017/**
James Smart3621a712009-04-06 18:47:14 -04001018 * __lpfc_sli_release_iocbq - Release iocb to the iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001019 * @phba: Pointer to HBA context object.
1020 * @iocbq: Pointer to driver iocb object.
1021 *
1022 * This function is called with hbalock held to release driver
1023 * iocb object to the iocb pool. The iotag in the iocb object
1024 * does not change for each use of the iocb object. This function
1025 * clears all other fields of the iocb object when it is freed.
1026 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001027static void
James Smart2e0fef82007-06-17 19:56:36 -05001028__lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1029{
James Smart3772a992009-05-22 14:50:54 -04001030 phba->__lpfc_sli_release_iocbq(phba, iocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -04001031 phba->iocb_cnt--;
James Bottomley604a3e32005-10-29 10:28:33 -05001032}
1033
James Smarte59058c2008-08-24 21:49:00 -04001034/**
James Smart3621a712009-04-06 18:47:14 -04001035 * lpfc_sli_release_iocbq - Release iocb to the iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001036 * @phba: Pointer to HBA context object.
1037 * @iocbq: Pointer to driver iocb object.
1038 *
1039 * This function is called with no lock held to release the iocb to
1040 * iocb pool.
1041 **/
James Smart2e0fef82007-06-17 19:56:36 -05001042void
1043lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1044{
1045 unsigned long iflags;
1046
1047 /*
1048 * Clean all volatile data fields, preserve iotag and node struct.
1049 */
1050 spin_lock_irqsave(&phba->hbalock, iflags);
1051 __lpfc_sli_release_iocbq(phba, iocbq);
1052 spin_unlock_irqrestore(&phba->hbalock, iflags);
1053}
1054
James Smarte59058c2008-08-24 21:49:00 -04001055/**
James Smarta257bf92009-04-06 18:48:10 -04001056 * lpfc_sli_cancel_iocbs - Cancel all iocbs from a list.
1057 * @phba: Pointer to HBA context object.
1058 * @iocblist: List of IOCBs.
1059 * @ulpstatus: ULP status in IOCB command field.
1060 * @ulpWord4: ULP word-4 in IOCB command field.
1061 *
1062 * This function is called with a list of IOCBs to cancel. It cancels the IOCB
1063 * on the list by invoking the complete callback function associated with the
1064 * IOCB with the provided @ulpstatus and @ulpword4 set to the IOCB commond
1065 * fields.
1066 **/
1067void
1068lpfc_sli_cancel_iocbs(struct lpfc_hba *phba, struct list_head *iocblist,
1069 uint32_t ulpstatus, uint32_t ulpWord4)
1070{
1071 struct lpfc_iocbq *piocb;
1072
1073 while (!list_empty(iocblist)) {
1074 list_remove_head(iocblist, piocb, struct lpfc_iocbq, list);
1075
1076 if (!piocb->iocb_cmpl)
1077 lpfc_sli_release_iocbq(phba, piocb);
1078 else {
1079 piocb->iocb.ulpStatus = ulpstatus;
1080 piocb->iocb.un.ulpWord[4] = ulpWord4;
1081 (piocb->iocb_cmpl) (phba, piocb, piocb);
1082 }
1083 }
1084 return;
1085}
1086
1087/**
James Smart3621a712009-04-06 18:47:14 -04001088 * lpfc_sli_iocb_cmd_type - Get the iocb type
1089 * @iocb_cmnd: iocb command code.
James Smarte59058c2008-08-24 21:49:00 -04001090 *
1091 * This function is called by ring event handler function to get the iocb type.
1092 * This function translates the iocb command to an iocb command type used to
1093 * decide the final disposition of each completed IOCB.
1094 * The function returns
1095 * LPFC_UNKNOWN_IOCB if it is an unsupported iocb
1096 * LPFC_SOL_IOCB if it is a solicited iocb completion
1097 * LPFC_ABORT_IOCB if it is an abort iocb
1098 * LPFC_UNSOL_IOCB if it is an unsolicited iocb
1099 *
1100 * The caller is not required to hold any lock.
1101 **/
dea31012005-04-17 16:05:31 -05001102static lpfc_iocb_type
1103lpfc_sli_iocb_cmd_type(uint8_t iocb_cmnd)
1104{
1105 lpfc_iocb_type type = LPFC_UNKNOWN_IOCB;
1106
1107 if (iocb_cmnd > CMD_MAX_IOCB_CMD)
1108 return 0;
1109
1110 switch (iocb_cmnd) {
1111 case CMD_XMIT_SEQUENCE_CR:
1112 case CMD_XMIT_SEQUENCE_CX:
1113 case CMD_XMIT_BCAST_CN:
1114 case CMD_XMIT_BCAST_CX:
1115 case CMD_ELS_REQUEST_CR:
1116 case CMD_ELS_REQUEST_CX:
1117 case CMD_CREATE_XRI_CR:
1118 case CMD_CREATE_XRI_CX:
1119 case CMD_GET_RPI_CN:
1120 case CMD_XMIT_ELS_RSP_CX:
1121 case CMD_GET_RPI_CR:
1122 case CMD_FCP_IWRITE_CR:
1123 case CMD_FCP_IWRITE_CX:
1124 case CMD_FCP_IREAD_CR:
1125 case CMD_FCP_IREAD_CX:
1126 case CMD_FCP_ICMND_CR:
1127 case CMD_FCP_ICMND_CX:
James Smartf5603512006-12-02 13:35:43 -05001128 case CMD_FCP_TSEND_CX:
1129 case CMD_FCP_TRSP_CX:
1130 case CMD_FCP_TRECEIVE_CX:
1131 case CMD_FCP_AUTO_TRSP_CX:
dea31012005-04-17 16:05:31 -05001132 case CMD_ADAPTER_MSG:
1133 case CMD_ADAPTER_DUMP:
1134 case CMD_XMIT_SEQUENCE64_CR:
1135 case CMD_XMIT_SEQUENCE64_CX:
1136 case CMD_XMIT_BCAST64_CN:
1137 case CMD_XMIT_BCAST64_CX:
1138 case CMD_ELS_REQUEST64_CR:
1139 case CMD_ELS_REQUEST64_CX:
1140 case CMD_FCP_IWRITE64_CR:
1141 case CMD_FCP_IWRITE64_CX:
1142 case CMD_FCP_IREAD64_CR:
1143 case CMD_FCP_IREAD64_CX:
1144 case CMD_FCP_ICMND64_CR:
1145 case CMD_FCP_ICMND64_CX:
James Smartf5603512006-12-02 13:35:43 -05001146 case CMD_FCP_TSEND64_CX:
1147 case CMD_FCP_TRSP64_CX:
1148 case CMD_FCP_TRECEIVE64_CX:
dea31012005-04-17 16:05:31 -05001149 case CMD_GEN_REQUEST64_CR:
1150 case CMD_GEN_REQUEST64_CX:
1151 case CMD_XMIT_ELS_RSP64_CX:
James Smartda0436e2009-05-22 14:51:39 -04001152 case DSSCMD_IWRITE64_CR:
1153 case DSSCMD_IWRITE64_CX:
1154 case DSSCMD_IREAD64_CR:
1155 case DSSCMD_IREAD64_CX:
dea31012005-04-17 16:05:31 -05001156 type = LPFC_SOL_IOCB;
1157 break;
1158 case CMD_ABORT_XRI_CN:
1159 case CMD_ABORT_XRI_CX:
1160 case CMD_CLOSE_XRI_CN:
1161 case CMD_CLOSE_XRI_CX:
1162 case CMD_XRI_ABORTED_CX:
1163 case CMD_ABORT_MXRI64_CN:
James Smart6669f9b2009-10-02 15:16:45 -04001164 case CMD_XMIT_BLS_RSP64_CX:
dea31012005-04-17 16:05:31 -05001165 type = LPFC_ABORT_IOCB;
1166 break;
1167 case CMD_RCV_SEQUENCE_CX:
1168 case CMD_RCV_ELS_REQ_CX:
1169 case CMD_RCV_SEQUENCE64_CX:
1170 case CMD_RCV_ELS_REQ64_CX:
James Smart57127f12007-10-27 13:37:05 -04001171 case CMD_ASYNC_STATUS:
James Smarted957682007-06-17 19:56:37 -05001172 case CMD_IOCB_RCV_SEQ64_CX:
1173 case CMD_IOCB_RCV_ELS64_CX:
1174 case CMD_IOCB_RCV_CONT64_CX:
James Smart3163f722008-02-08 18:50:25 -05001175 case CMD_IOCB_RET_XRI64_CX:
dea31012005-04-17 16:05:31 -05001176 type = LPFC_UNSOL_IOCB;
1177 break;
James Smart3163f722008-02-08 18:50:25 -05001178 case CMD_IOCB_XMIT_MSEQ64_CR:
1179 case CMD_IOCB_XMIT_MSEQ64_CX:
1180 case CMD_IOCB_RCV_SEQ_LIST64_CX:
1181 case CMD_IOCB_RCV_ELS_LIST64_CX:
1182 case CMD_IOCB_CLOSE_EXTENDED_CN:
1183 case CMD_IOCB_ABORT_EXTENDED_CN:
1184 case CMD_IOCB_RET_HBQE64_CN:
1185 case CMD_IOCB_FCP_IBIDIR64_CR:
1186 case CMD_IOCB_FCP_IBIDIR64_CX:
1187 case CMD_IOCB_FCP_ITASKMGT64_CX:
1188 case CMD_IOCB_LOGENTRY_CN:
1189 case CMD_IOCB_LOGENTRY_ASYNC_CN:
1190 printk("%s - Unhandled SLI-3 Command x%x\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07001191 __func__, iocb_cmnd);
James Smart3163f722008-02-08 18:50:25 -05001192 type = LPFC_UNKNOWN_IOCB;
1193 break;
dea31012005-04-17 16:05:31 -05001194 default:
1195 type = LPFC_UNKNOWN_IOCB;
1196 break;
1197 }
1198
1199 return type;
1200}
1201
James Smarte59058c2008-08-24 21:49:00 -04001202/**
James Smart3621a712009-04-06 18:47:14 -04001203 * lpfc_sli_ring_map - Issue config_ring mbox for all rings
James Smarte59058c2008-08-24 21:49:00 -04001204 * @phba: Pointer to HBA context object.
1205 *
1206 * This function is called from SLI initialization code
1207 * to configure every ring of the HBA's SLI interface. The
1208 * caller is not required to hold any lock. This function issues
1209 * a config_ring mailbox command for each ring.
1210 * This function returns zero if successful else returns a negative
1211 * error code.
1212 **/
dea31012005-04-17 16:05:31 -05001213static int
James Smarted957682007-06-17 19:56:37 -05001214lpfc_sli_ring_map(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05001215{
1216 struct lpfc_sli *psli = &phba->sli;
James Smarted957682007-06-17 19:56:37 -05001217 LPFC_MBOXQ_t *pmb;
1218 MAILBOX_t *pmbox;
1219 int i, rc, ret = 0;
dea31012005-04-17 16:05:31 -05001220
James Smarted957682007-06-17 19:56:37 -05001221 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1222 if (!pmb)
1223 return -ENOMEM;
James Smart04c68492009-05-22 14:52:52 -04001224 pmbox = &pmb->u.mb;
James Smarted957682007-06-17 19:56:37 -05001225 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -05001226 for (i = 0; i < psli->num_rings; i++) {
dea31012005-04-17 16:05:31 -05001227 lpfc_config_ring(phba, i, pmb);
1228 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
1229 if (rc != MBX_SUCCESS) {
James Smart92d7f7b2007-06-17 19:56:38 -05001230 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04001231 "0446 Adapter failed to init (%d), "
dea31012005-04-17 16:05:31 -05001232 "mbxCmd x%x CFG_RING, mbxStatus x%x, "
1233 "ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04001234 rc, pmbox->mbxCommand,
1235 pmbox->mbxStatus, i);
James Smart2e0fef82007-06-17 19:56:36 -05001236 phba->link_state = LPFC_HBA_ERROR;
James Smarted957682007-06-17 19:56:37 -05001237 ret = -ENXIO;
1238 break;
dea31012005-04-17 16:05:31 -05001239 }
1240 }
James Smarted957682007-06-17 19:56:37 -05001241 mempool_free(pmb, phba->mbox_mem_pool);
1242 return ret;
dea31012005-04-17 16:05:31 -05001243}
1244
James Smarte59058c2008-08-24 21:49:00 -04001245/**
James Smart3621a712009-04-06 18:47:14 -04001246 * lpfc_sli_ringtxcmpl_put - Adds new iocb to the txcmplq
James Smarte59058c2008-08-24 21:49:00 -04001247 * @phba: Pointer to HBA context object.
1248 * @pring: Pointer to driver SLI ring object.
1249 * @piocb: Pointer to the driver iocb object.
1250 *
1251 * This function is called with hbalock held. The function adds the
1252 * new iocb to txcmplq of the given ring. This function always returns
1253 * 0. If this function is called for ELS ring, this function checks if
1254 * there is a vport associated with the ELS command. This function also
1255 * starts els_tmofunc timer if this is an ELS command.
1256 **/
dea31012005-04-17 16:05:31 -05001257static int
James Smart2e0fef82007-06-17 19:56:36 -05001258lpfc_sli_ringtxcmpl_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
1259 struct lpfc_iocbq *piocb)
dea31012005-04-17 16:05:31 -05001260{
dea31012005-04-17 16:05:31 -05001261 list_add_tail(&piocb->list, &pring->txcmplq);
James Smart4f2e66c2012-05-09 21:17:07 -04001262 piocb->iocb_flag |= LPFC_IO_ON_TXCMPLQ;
dea31012005-04-17 16:05:31 -05001263 pring->txcmplq_cnt++;
James Smart2a9bf3d2010-06-07 15:24:45 -04001264 if (pring->txcmplq_cnt > pring->txcmplq_max)
1265 pring->txcmplq_max = pring->txcmplq_cnt;
1266
James Smart92d7f7b2007-06-17 19:56:38 -05001267 if ((unlikely(pring->ringno == LPFC_ELS_RING)) &&
1268 (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) &&
1269 (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) {
1270 if (!piocb->vport)
1271 BUG();
1272 else
1273 mod_timer(&piocb->vport->els_tmofunc,
1274 jiffies + HZ * (phba->fc_ratov << 1));
1275 }
1276
dea31012005-04-17 16:05:31 -05001277
James Smart2e0fef82007-06-17 19:56:36 -05001278 return 0;
dea31012005-04-17 16:05:31 -05001279}
1280
James Smarte59058c2008-08-24 21:49:00 -04001281/**
James Smart3621a712009-04-06 18:47:14 -04001282 * lpfc_sli_ringtx_get - Get first element of the txq
James Smarte59058c2008-08-24 21:49:00 -04001283 * @phba: Pointer to HBA context object.
1284 * @pring: Pointer to driver SLI ring object.
1285 *
1286 * This function is called with hbalock held to get next
1287 * iocb in txq of the given ring. If there is any iocb in
1288 * the txq, the function returns first iocb in the list after
1289 * removing the iocb from the list, else it returns NULL.
1290 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04001291struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -05001292lpfc_sli_ringtx_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001293{
dea31012005-04-17 16:05:31 -05001294 struct lpfc_iocbq *cmd_iocb;
1295
James Smart858c9f62007-06-17 19:56:39 -05001296 list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list);
1297 if (cmd_iocb != NULL)
dea31012005-04-17 16:05:31 -05001298 pring->txq_cnt--;
James Smart2e0fef82007-06-17 19:56:36 -05001299 return cmd_iocb;
dea31012005-04-17 16:05:31 -05001300}
1301
James Smarte59058c2008-08-24 21:49:00 -04001302/**
James Smart3621a712009-04-06 18:47:14 -04001303 * lpfc_sli_next_iocb_slot - Get next iocb slot in the ring
James Smarte59058c2008-08-24 21:49:00 -04001304 * @phba: Pointer to HBA context object.
1305 * @pring: Pointer to driver SLI ring object.
1306 *
1307 * This function is called with hbalock held and the caller must post the
1308 * iocb without releasing the lock. If the caller releases the lock,
1309 * iocb slot returned by the function is not guaranteed to be available.
1310 * The function returns pointer to the next available iocb slot if there
1311 * is available slot in the ring, else it returns NULL.
1312 * If the get index of the ring is ahead of the put index, the function
1313 * will post an error attention event to the worker thread to take the
1314 * HBA to offline state.
1315 **/
dea31012005-04-17 16:05:31 -05001316static IOCB_t *
1317lpfc_sli_next_iocb_slot (struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
1318{
James Smart34b02dc2008-08-24 21:49:55 -04001319 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
dea31012005-04-17 16:05:31 -05001320 uint32_t max_cmd_idx = pring->numCiocb;
dea31012005-04-17 16:05:31 -05001321 if ((pring->next_cmdidx == pring->cmdidx) &&
1322 (++pring->next_cmdidx >= max_cmd_idx))
1323 pring->next_cmdidx = 0;
1324
1325 if (unlikely(pring->local_getidx == pring->next_cmdidx)) {
1326
1327 pring->local_getidx = le32_to_cpu(pgp->cmdGetInx);
1328
1329 if (unlikely(pring->local_getidx >= max_cmd_idx)) {
1330 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04001331 "0315 Ring %d issue: portCmdGet %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02001332 "is bigger than cmd ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04001333 pring->ringno,
dea31012005-04-17 16:05:31 -05001334 pring->local_getidx, max_cmd_idx);
1335
James Smart2e0fef82007-06-17 19:56:36 -05001336 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001337 /*
1338 * All error attention handlers are posted to
1339 * worker thread
1340 */
1341 phba->work_ha |= HA_ERATT;
1342 phba->work_hs = HS_FFER3;
James Smart92d7f7b2007-06-17 19:56:38 -05001343
James Smart5e9d9b82008-06-14 22:52:53 -04001344 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05001345
1346 return NULL;
1347 }
1348
1349 if (pring->local_getidx == pring->next_cmdidx)
1350 return NULL;
1351 }
1352
James Smarted957682007-06-17 19:56:37 -05001353 return lpfc_cmd_iocb(phba, pring);
dea31012005-04-17 16:05:31 -05001354}
1355
James Smarte59058c2008-08-24 21:49:00 -04001356/**
James Smart3621a712009-04-06 18:47:14 -04001357 * lpfc_sli_next_iotag - Get an iotag for the iocb
James Smarte59058c2008-08-24 21:49:00 -04001358 * @phba: Pointer to HBA context object.
1359 * @iocbq: Pointer to driver iocb object.
1360 *
1361 * This function gets an iotag for the iocb. If there is no unused iotag and
1362 * the iocbq_lookup_len < 0xffff, this function allocates a bigger iotag_lookup
1363 * array and assigns a new iotag.
1364 * The function returns the allocated iotag if successful, else returns zero.
1365 * Zero is not a valid iotag.
1366 * The caller is not required to hold any lock.
1367 **/
James Bottomley604a3e32005-10-29 10:28:33 -05001368uint16_t
James Smart2e0fef82007-06-17 19:56:36 -05001369lpfc_sli_next_iotag(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
dea31012005-04-17 16:05:31 -05001370{
James Smart2e0fef82007-06-17 19:56:36 -05001371 struct lpfc_iocbq **new_arr;
1372 struct lpfc_iocbq **old_arr;
James Bottomley604a3e32005-10-29 10:28:33 -05001373 size_t new_len;
1374 struct lpfc_sli *psli = &phba->sli;
1375 uint16_t iotag;
dea31012005-04-17 16:05:31 -05001376
James Smart2e0fef82007-06-17 19:56:36 -05001377 spin_lock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001378 iotag = psli->last_iotag;
1379 if(++iotag < psli->iocbq_lookup_len) {
1380 psli->last_iotag = iotag;
1381 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001382 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001383 iocbq->iotag = iotag;
1384 return iotag;
James Smart2e0fef82007-06-17 19:56:36 -05001385 } else if (psli->iocbq_lookup_len < (0xffff
James Bottomley604a3e32005-10-29 10:28:33 -05001386 - LPFC_IOCBQ_LOOKUP_INCREMENT)) {
1387 new_len = psli->iocbq_lookup_len + LPFC_IOCBQ_LOOKUP_INCREMENT;
James Smart2e0fef82007-06-17 19:56:36 -05001388 spin_unlock_irq(&phba->hbalock);
1389 new_arr = kzalloc(new_len * sizeof (struct lpfc_iocbq *),
James Bottomley604a3e32005-10-29 10:28:33 -05001390 GFP_KERNEL);
1391 if (new_arr) {
James Smart2e0fef82007-06-17 19:56:36 -05001392 spin_lock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001393 old_arr = psli->iocbq_lookup;
1394 if (new_len <= psli->iocbq_lookup_len) {
1395 /* highly unprobable case */
1396 kfree(new_arr);
1397 iotag = psli->last_iotag;
1398 if(++iotag < psli->iocbq_lookup_len) {
1399 psli->last_iotag = iotag;
1400 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001401 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001402 iocbq->iotag = iotag;
1403 return iotag;
1404 }
James Smart2e0fef82007-06-17 19:56:36 -05001405 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001406 return 0;
1407 }
1408 if (psli->iocbq_lookup)
1409 memcpy(new_arr, old_arr,
1410 ((psli->last_iotag + 1) *
James Smart311464e2007-08-02 11:10:37 -04001411 sizeof (struct lpfc_iocbq *)));
James Bottomley604a3e32005-10-29 10:28:33 -05001412 psli->iocbq_lookup = new_arr;
1413 psli->iocbq_lookup_len = new_len;
1414 psli->last_iotag = iotag;
1415 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001416 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001417 iocbq->iotag = iotag;
1418 kfree(old_arr);
1419 return iotag;
1420 }
James Smart8f6d98d2006-08-01 07:34:00 -04001421 } else
James Smart2e0fef82007-06-17 19:56:36 -05001422 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001423
James Smartbc739052010-08-04 16:11:18 -04001424 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04001425 "0318 Failed to allocate IOTAG.last IOTAG is %d\n",
1426 psli->last_iotag);
dea31012005-04-17 16:05:31 -05001427
James Bottomley604a3e32005-10-29 10:28:33 -05001428 return 0;
dea31012005-04-17 16:05:31 -05001429}
1430
James Smarte59058c2008-08-24 21:49:00 -04001431/**
James Smart3621a712009-04-06 18:47:14 -04001432 * lpfc_sli_submit_iocb - Submit an iocb to the firmware
James Smarte59058c2008-08-24 21:49:00 -04001433 * @phba: Pointer to HBA context object.
1434 * @pring: Pointer to driver SLI ring object.
1435 * @iocb: Pointer to iocb slot in the ring.
1436 * @nextiocb: Pointer to driver iocb object which need to be
1437 * posted to firmware.
1438 *
1439 * This function is called with hbalock held to post a new iocb to
1440 * the firmware. This function copies the new iocb to ring iocb slot and
1441 * updates the ring pointers. It adds the new iocb to txcmplq if there is
1442 * a completion call back for this iocb else the function will free the
1443 * iocb object.
1444 **/
dea31012005-04-17 16:05:31 -05001445static void
1446lpfc_sli_submit_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
1447 IOCB_t *iocb, struct lpfc_iocbq *nextiocb)
1448{
1449 /*
James Bottomley604a3e32005-10-29 10:28:33 -05001450 * Set up an iotag
dea31012005-04-17 16:05:31 -05001451 */
James Bottomley604a3e32005-10-29 10:28:33 -05001452 nextiocb->iocb.ulpIoTag = (nextiocb->iocb_cmpl) ? nextiocb->iotag : 0;
dea31012005-04-17 16:05:31 -05001453
James Smarte2a0a9d2008-12-04 22:40:02 -05001454
James Smarta58cbd52007-08-02 11:09:43 -04001455 if (pring->ringno == LPFC_ELS_RING) {
1456 lpfc_debugfs_slow_ring_trc(phba,
1457 "IOCB cmd ring: wd4:x%08x wd6:x%08x wd7:x%08x",
1458 *(((uint32_t *) &nextiocb->iocb) + 4),
1459 *(((uint32_t *) &nextiocb->iocb) + 6),
1460 *(((uint32_t *) &nextiocb->iocb) + 7));
1461 }
1462
dea31012005-04-17 16:05:31 -05001463 /*
1464 * Issue iocb command to adapter
1465 */
James Smart92d7f7b2007-06-17 19:56:38 -05001466 lpfc_sli_pcimem_bcopy(&nextiocb->iocb, iocb, phba->iocb_cmd_size);
dea31012005-04-17 16:05:31 -05001467 wmb();
1468 pring->stats.iocb_cmd++;
1469
1470 /*
1471 * If there is no completion routine to call, we can release the
1472 * IOCB buffer back right now. For IOCBs, like QUE_RING_BUF,
1473 * that have no rsp ring completion, iocb_cmpl MUST be NULL.
1474 */
1475 if (nextiocb->iocb_cmpl)
1476 lpfc_sli_ringtxcmpl_put(phba, pring, nextiocb);
James Bottomley604a3e32005-10-29 10:28:33 -05001477 else
James Smart2e0fef82007-06-17 19:56:36 -05001478 __lpfc_sli_release_iocbq(phba, nextiocb);
dea31012005-04-17 16:05:31 -05001479
1480 /*
1481 * Let the HBA know what IOCB slot will be the next one the
1482 * driver will put a command into.
1483 */
1484 pring->cmdidx = pring->next_cmdidx;
James Smarted957682007-06-17 19:56:37 -05001485 writel(pring->cmdidx, &phba->host_gp[pring->ringno].cmdPutInx);
dea31012005-04-17 16:05:31 -05001486}
1487
James Smarte59058c2008-08-24 21:49:00 -04001488/**
James Smart3621a712009-04-06 18:47:14 -04001489 * lpfc_sli_update_full_ring - Update the chip attention register
James Smarte59058c2008-08-24 21:49:00 -04001490 * @phba: Pointer to HBA context object.
1491 * @pring: Pointer to driver SLI ring object.
1492 *
1493 * The caller is not required to hold any lock for calling this function.
1494 * This function updates the chip attention bits for the ring to inform firmware
1495 * that there are pending work to be done for this ring and requests an
1496 * interrupt when there is space available in the ring. This function is
1497 * called when the driver is unable to post more iocbs to the ring due
1498 * to unavailability of space in the ring.
1499 **/
dea31012005-04-17 16:05:31 -05001500static void
James Smart2e0fef82007-06-17 19:56:36 -05001501lpfc_sli_update_full_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001502{
1503 int ringno = pring->ringno;
1504
1505 pring->flag |= LPFC_CALL_RING_AVAILABLE;
1506
1507 wmb();
1508
1509 /*
1510 * Set ring 'ringno' to SET R0CE_REQ in Chip Att register.
1511 * The HBA will tell us when an IOCB entry is available.
1512 */
1513 writel((CA_R0ATT|CA_R0CE_REQ) << (ringno*4), phba->CAregaddr);
1514 readl(phba->CAregaddr); /* flush */
1515
1516 pring->stats.iocb_cmd_full++;
1517}
1518
James Smarte59058c2008-08-24 21:49:00 -04001519/**
James Smart3621a712009-04-06 18:47:14 -04001520 * lpfc_sli_update_ring - Update chip attention register
James Smarte59058c2008-08-24 21:49:00 -04001521 * @phba: Pointer to HBA context object.
1522 * @pring: Pointer to driver SLI ring object.
1523 *
1524 * This function updates the chip attention register bit for the
1525 * given ring to inform HBA that there is more work to be done
1526 * in this ring. The caller is not required to hold any lock.
1527 **/
dea31012005-04-17 16:05:31 -05001528static void
James Smart2e0fef82007-06-17 19:56:36 -05001529lpfc_sli_update_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001530{
1531 int ringno = pring->ringno;
1532
1533 /*
1534 * Tell the HBA that there is work to do in this ring.
1535 */
James Smart34b02dc2008-08-24 21:49:55 -04001536 if (!(phba->sli3_options & LPFC_SLI3_CRP_ENABLED)) {
1537 wmb();
1538 writel(CA_R0ATT << (ringno * 4), phba->CAregaddr);
1539 readl(phba->CAregaddr); /* flush */
1540 }
dea31012005-04-17 16:05:31 -05001541}
1542
James Smarte59058c2008-08-24 21:49:00 -04001543/**
James Smart3621a712009-04-06 18:47:14 -04001544 * lpfc_sli_resume_iocb - Process iocbs in the txq
James Smarte59058c2008-08-24 21:49:00 -04001545 * @phba: Pointer to HBA context object.
1546 * @pring: Pointer to driver SLI ring object.
1547 *
1548 * This function is called with hbalock held to post pending iocbs
1549 * in the txq to the firmware. This function is called when driver
1550 * detects space available in the ring.
1551 **/
dea31012005-04-17 16:05:31 -05001552static void
James Smart2e0fef82007-06-17 19:56:36 -05001553lpfc_sli_resume_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001554{
1555 IOCB_t *iocb;
1556 struct lpfc_iocbq *nextiocb;
1557
1558 /*
1559 * Check to see if:
1560 * (a) there is anything on the txq to send
1561 * (b) link is up
1562 * (c) link attention events can be processed (fcp ring only)
1563 * (d) IOCB processing is not blocked by the outstanding mbox command.
1564 */
1565 if (pring->txq_cnt &&
James Smart2e0fef82007-06-17 19:56:36 -05001566 lpfc_is_link_up(phba) &&
dea31012005-04-17 16:05:31 -05001567 (pring->ringno != phba->sli.fcp_ring ||
James Smart0b727fe2007-10-27 13:37:25 -04001568 phba->sli.sli_flag & LPFC_PROCESS_LA)) {
dea31012005-04-17 16:05:31 -05001569
1570 while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) &&
1571 (nextiocb = lpfc_sli_ringtx_get(phba, pring)))
1572 lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb);
1573
1574 if (iocb)
1575 lpfc_sli_update_ring(phba, pring);
1576 else
1577 lpfc_sli_update_full_ring(phba, pring);
1578 }
1579
1580 return;
1581}
1582
James Smarte59058c2008-08-24 21:49:00 -04001583/**
James Smart3621a712009-04-06 18:47:14 -04001584 * lpfc_sli_next_hbq_slot - Get next hbq entry for the HBQ
James Smarte59058c2008-08-24 21:49:00 -04001585 * @phba: Pointer to HBA context object.
1586 * @hbqno: HBQ number.
1587 *
1588 * This function is called with hbalock held to get the next
1589 * available slot for the given HBQ. If there is free slot
1590 * available for the HBQ it will return pointer to the next available
1591 * HBQ entry else it will return NULL.
1592 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001593static struct lpfc_hbq_entry *
James Smarted957682007-06-17 19:56:37 -05001594lpfc_sli_next_hbq_slot(struct lpfc_hba *phba, uint32_t hbqno)
1595{
1596 struct hbq_s *hbqp = &phba->hbqs[hbqno];
1597
1598 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx &&
1599 ++hbqp->next_hbqPutIdx >= hbqp->entry_count)
1600 hbqp->next_hbqPutIdx = 0;
1601
1602 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001603 uint32_t raw_index = phba->hbq_get[hbqno];
James Smarted957682007-06-17 19:56:37 -05001604 uint32_t getidx = le32_to_cpu(raw_index);
1605
1606 hbqp->local_hbqGetIdx = getidx;
1607
1608 if (unlikely(hbqp->local_hbqGetIdx >= hbqp->entry_count)) {
1609 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05001610 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04001611 "1802 HBQ %d: local_hbqGetIdx "
James Smarted957682007-06-17 19:56:37 -05001612 "%u is > than hbqp->entry_count %u\n",
James Smarte8b62012007-08-02 11:10:09 -04001613 hbqno, hbqp->local_hbqGetIdx,
James Smarted957682007-06-17 19:56:37 -05001614 hbqp->entry_count);
1615
1616 phba->link_state = LPFC_HBA_ERROR;
1617 return NULL;
1618 }
1619
1620 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)
1621 return NULL;
1622 }
1623
James Smart51ef4c22007-08-02 11:10:31 -04001624 return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt +
1625 hbqp->hbqPutIdx;
James Smarted957682007-06-17 19:56:37 -05001626}
1627
James Smarte59058c2008-08-24 21:49:00 -04001628/**
James Smart3621a712009-04-06 18:47:14 -04001629 * lpfc_sli_hbqbuf_free_all - Free all the hbq buffers
James Smarte59058c2008-08-24 21:49:00 -04001630 * @phba: Pointer to HBA context object.
1631 *
1632 * This function is called with no lock held to free all the
1633 * hbq buffers while uninitializing the SLI interface. It also
1634 * frees the HBQ buffers returned by the firmware but not yet
1635 * processed by the upper layers.
1636 **/
James Smarted957682007-06-17 19:56:37 -05001637void
1638lpfc_sli_hbqbuf_free_all(struct lpfc_hba *phba)
1639{
James Smart92d7f7b2007-06-17 19:56:38 -05001640 struct lpfc_dmabuf *dmabuf, *next_dmabuf;
1641 struct hbq_dmabuf *hbq_buf;
James Smart3163f722008-02-08 18:50:25 -05001642 unsigned long flags;
James Smart51ef4c22007-08-02 11:10:31 -04001643 int i, hbq_count;
James Smart3163f722008-02-08 18:50:25 -05001644 uint32_t hbqno;
James Smarted957682007-06-17 19:56:37 -05001645
James Smart51ef4c22007-08-02 11:10:31 -04001646 hbq_count = lpfc_sli_hbq_count();
James Smarted957682007-06-17 19:56:37 -05001647 /* Return all memory used by all HBQs */
James Smart3163f722008-02-08 18:50:25 -05001648 spin_lock_irqsave(&phba->hbalock, flags);
James Smart51ef4c22007-08-02 11:10:31 -04001649 for (i = 0; i < hbq_count; ++i) {
1650 list_for_each_entry_safe(dmabuf, next_dmabuf,
1651 &phba->hbqs[i].hbq_buffer_list, list) {
1652 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1653 list_del(&hbq_buf->dbuf.list);
1654 (phba->hbqs[i].hbq_free_buffer)(phba, hbq_buf);
1655 }
James Smarta8adb832007-10-27 13:37:53 -04001656 phba->hbqs[i].buffer_count = 0;
James Smarted957682007-06-17 19:56:37 -05001657 }
James Smart3163f722008-02-08 18:50:25 -05001658 /* Return all HBQ buffer that are in-fly */
James Smart3772a992009-05-22 14:50:54 -04001659 list_for_each_entry_safe(dmabuf, next_dmabuf, &phba->rb_pend_list,
1660 list) {
James Smart3163f722008-02-08 18:50:25 -05001661 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1662 list_del(&hbq_buf->dbuf.list);
1663 if (hbq_buf->tag == -1) {
1664 (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer)
1665 (phba, hbq_buf);
1666 } else {
1667 hbqno = hbq_buf->tag >> 16;
1668 if (hbqno >= LPFC_MAX_HBQS)
1669 (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer)
1670 (phba, hbq_buf);
1671 else
1672 (phba->hbqs[hbqno].hbq_free_buffer)(phba,
1673 hbq_buf);
1674 }
1675 }
1676
1677 /* Mark the HBQs not in use */
1678 phba->hbq_in_use = 0;
1679 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smarted957682007-06-17 19:56:37 -05001680}
1681
James Smarte59058c2008-08-24 21:49:00 -04001682/**
James Smart3621a712009-04-06 18:47:14 -04001683 * lpfc_sli_hbq_to_firmware - Post the hbq buffer to firmware
James Smarte59058c2008-08-24 21:49:00 -04001684 * @phba: Pointer to HBA context object.
1685 * @hbqno: HBQ number.
1686 * @hbq_buf: Pointer to HBQ buffer.
1687 *
1688 * This function is called with the hbalock held to post a
1689 * hbq buffer to the firmware. If the function finds an empty
1690 * slot in the HBQ, it will post the buffer. The function will return
1691 * pointer to the hbq entry if it successfully post the buffer
1692 * else it will return NULL.
1693 **/
James Smart3772a992009-05-22 14:50:54 -04001694static int
James Smarted957682007-06-17 19:56:37 -05001695lpfc_sli_hbq_to_firmware(struct lpfc_hba *phba, uint32_t hbqno,
James Smart92d7f7b2007-06-17 19:56:38 -05001696 struct hbq_dmabuf *hbq_buf)
James Smarted957682007-06-17 19:56:37 -05001697{
James Smart3772a992009-05-22 14:50:54 -04001698 return phba->lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buf);
1699}
1700
1701/**
1702 * lpfc_sli_hbq_to_firmware_s3 - Post the hbq buffer to SLI3 firmware
1703 * @phba: Pointer to HBA context object.
1704 * @hbqno: HBQ number.
1705 * @hbq_buf: Pointer to HBQ buffer.
1706 *
1707 * This function is called with the hbalock held to post a hbq buffer to the
1708 * firmware. If the function finds an empty slot in the HBQ, it will post the
1709 * buffer and place it on the hbq_buffer_list. The function will return zero if
1710 * it successfully post the buffer else it will return an error.
1711 **/
1712static int
1713lpfc_sli_hbq_to_firmware_s3(struct lpfc_hba *phba, uint32_t hbqno,
1714 struct hbq_dmabuf *hbq_buf)
1715{
James Smarted957682007-06-17 19:56:37 -05001716 struct lpfc_hbq_entry *hbqe;
James Smart92d7f7b2007-06-17 19:56:38 -05001717 dma_addr_t physaddr = hbq_buf->dbuf.phys;
James Smarted957682007-06-17 19:56:37 -05001718
1719 /* Get next HBQ entry slot to use */
1720 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno);
1721 if (hbqe) {
1722 struct hbq_s *hbqp = &phba->hbqs[hbqno];
1723
James Smart92d7f7b2007-06-17 19:56:38 -05001724 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr));
1725 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr));
James Smart51ef4c22007-08-02 11:10:31 -04001726 hbqe->bde.tus.f.bdeSize = hbq_buf->size;
James Smarted957682007-06-17 19:56:37 -05001727 hbqe->bde.tus.f.bdeFlags = 0;
James Smart92d7f7b2007-06-17 19:56:38 -05001728 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w);
1729 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag);
1730 /* Sync SLIM */
James Smarted957682007-06-17 19:56:37 -05001731 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx;
1732 writel(hbqp->hbqPutIdx, phba->hbq_put + hbqno);
James Smart92d7f7b2007-06-17 19:56:38 -05001733 /* flush */
James Smarted957682007-06-17 19:56:37 -05001734 readl(phba->hbq_put + hbqno);
James Smart51ef4c22007-08-02 11:10:31 -04001735 list_add_tail(&hbq_buf->dbuf.list, &hbqp->hbq_buffer_list);
James Smart3772a992009-05-22 14:50:54 -04001736 return 0;
1737 } else
1738 return -ENOMEM;
James Smarted957682007-06-17 19:56:37 -05001739}
1740
James Smart4f774512009-05-22 14:52:35 -04001741/**
1742 * lpfc_sli_hbq_to_firmware_s4 - Post the hbq buffer to SLI4 firmware
1743 * @phba: Pointer to HBA context object.
1744 * @hbqno: HBQ number.
1745 * @hbq_buf: Pointer to HBQ buffer.
1746 *
1747 * This function is called with the hbalock held to post an RQE to the SLI4
1748 * firmware. If able to post the RQE to the RQ it will queue the hbq entry to
1749 * the hbq_buffer_list and return zero, otherwise it will return an error.
1750 **/
1751static int
1752lpfc_sli_hbq_to_firmware_s4(struct lpfc_hba *phba, uint32_t hbqno,
1753 struct hbq_dmabuf *hbq_buf)
1754{
1755 int rc;
1756 struct lpfc_rqe hrqe;
1757 struct lpfc_rqe drqe;
1758
1759 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys);
1760 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.phys);
1761 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys);
1762 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys);
1763 rc = lpfc_sli4_rq_put(phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq,
1764 &hrqe, &drqe);
1765 if (rc < 0)
1766 return rc;
1767 hbq_buf->tag = rc;
1768 list_add_tail(&hbq_buf->dbuf.list, &phba->hbqs[hbqno].hbq_buffer_list);
1769 return 0;
1770}
1771
James Smarte59058c2008-08-24 21:49:00 -04001772/* HBQ for ELS and CT traffic. */
James Smart92d7f7b2007-06-17 19:56:38 -05001773static struct lpfc_hbq_init lpfc_els_hbq = {
1774 .rn = 1,
James Smartdef9c7a2009-12-21 17:02:28 -05001775 .entry_count = 256,
James Smart92d7f7b2007-06-17 19:56:38 -05001776 .mask_count = 0,
1777 .profile = 0,
James Smart51ef4c22007-08-02 11:10:31 -04001778 .ring_mask = (1 << LPFC_ELS_RING),
James Smart92d7f7b2007-06-17 19:56:38 -05001779 .buffer_count = 0,
James Smarta257bf92009-04-06 18:48:10 -04001780 .init_count = 40,
1781 .add_count = 40,
James Smart92d7f7b2007-06-17 19:56:38 -05001782};
James Smarted957682007-06-17 19:56:37 -05001783
James Smarte59058c2008-08-24 21:49:00 -04001784/* HBQ for the extra ring if needed */
James Smart51ef4c22007-08-02 11:10:31 -04001785static struct lpfc_hbq_init lpfc_extra_hbq = {
1786 .rn = 1,
1787 .entry_count = 200,
1788 .mask_count = 0,
1789 .profile = 0,
1790 .ring_mask = (1 << LPFC_EXTRA_RING),
1791 .buffer_count = 0,
1792 .init_count = 0,
1793 .add_count = 5,
1794};
1795
James Smarte59058c2008-08-24 21:49:00 -04001796/* Array of HBQs */
James Smart78b2d852007-08-02 11:10:21 -04001797struct lpfc_hbq_init *lpfc_hbq_defs[] = {
James Smart92d7f7b2007-06-17 19:56:38 -05001798 &lpfc_els_hbq,
James Smart51ef4c22007-08-02 11:10:31 -04001799 &lpfc_extra_hbq,
James Smart92d7f7b2007-06-17 19:56:38 -05001800};
1801
James Smarte59058c2008-08-24 21:49:00 -04001802/**
James Smart3621a712009-04-06 18:47:14 -04001803 * lpfc_sli_hbqbuf_fill_hbqs - Post more hbq buffers to HBQ
James Smarte59058c2008-08-24 21:49:00 -04001804 * @phba: Pointer to HBA context object.
1805 * @hbqno: HBQ number.
1806 * @count: Number of HBQ buffers to be posted.
1807 *
James Smartd7c255b2008-08-24 21:50:00 -04001808 * This function is called with no lock held to post more hbq buffers to the
1809 * given HBQ. The function returns the number of HBQ buffers successfully
1810 * posted.
James Smarte59058c2008-08-24 21:49:00 -04001811 **/
James Smart311464e2007-08-02 11:10:37 -04001812static int
James Smart92d7f7b2007-06-17 19:56:38 -05001813lpfc_sli_hbqbuf_fill_hbqs(struct lpfc_hba *phba, uint32_t hbqno, uint32_t count)
1814{
James Smartd7c255b2008-08-24 21:50:00 -04001815 uint32_t i, posted = 0;
James Smart3163f722008-02-08 18:50:25 -05001816 unsigned long flags;
James Smart92d7f7b2007-06-17 19:56:38 -05001817 struct hbq_dmabuf *hbq_buffer;
James Smartd7c255b2008-08-24 21:50:00 -04001818 LIST_HEAD(hbq_buf_list);
Matthew Wilcoxeafe1df2008-02-21 05:44:33 -07001819 if (!phba->hbqs[hbqno].hbq_alloc_buffer)
James Smart51ef4c22007-08-02 11:10:31 -04001820 return 0;
James Smart51ef4c22007-08-02 11:10:31 -04001821
James Smartd7c255b2008-08-24 21:50:00 -04001822 if ((phba->hbqs[hbqno].buffer_count + count) >
1823 lpfc_hbq_defs[hbqno]->entry_count)
1824 count = lpfc_hbq_defs[hbqno]->entry_count -
1825 phba->hbqs[hbqno].buffer_count;
1826 if (!count)
1827 return 0;
1828 /* Allocate HBQ entries */
1829 for (i = 0; i < count; i++) {
1830 hbq_buffer = (phba->hbqs[hbqno].hbq_alloc_buffer)(phba);
1831 if (!hbq_buffer)
1832 break;
1833 list_add_tail(&hbq_buffer->dbuf.list, &hbq_buf_list);
1834 }
James Smart3163f722008-02-08 18:50:25 -05001835 /* Check whether HBQ is still in use */
1836 spin_lock_irqsave(&phba->hbalock, flags);
Matthew Wilcoxeafe1df2008-02-21 05:44:33 -07001837 if (!phba->hbq_in_use)
James Smartd7c255b2008-08-24 21:50:00 -04001838 goto err;
1839 while (!list_empty(&hbq_buf_list)) {
1840 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
1841 dbuf.list);
1842 hbq_buffer->tag = (phba->hbqs[hbqno].buffer_count |
1843 (hbqno << 16));
James Smart3772a992009-05-22 14:50:54 -04001844 if (!lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer)) {
James Smarta8adb832007-10-27 13:37:53 -04001845 phba->hbqs[hbqno].buffer_count++;
James Smartd7c255b2008-08-24 21:50:00 -04001846 posted++;
1847 } else
James Smart51ef4c22007-08-02 11:10:31 -04001848 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
James Smart92d7f7b2007-06-17 19:56:38 -05001849 }
James Smart3163f722008-02-08 18:50:25 -05001850 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smartd7c255b2008-08-24 21:50:00 -04001851 return posted;
1852err:
1853 spin_unlock_irqrestore(&phba->hbalock, flags);
1854 while (!list_empty(&hbq_buf_list)) {
1855 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
1856 dbuf.list);
1857 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
1858 }
James Smart92d7f7b2007-06-17 19:56:38 -05001859 return 0;
James Smarted957682007-06-17 19:56:37 -05001860}
1861
James Smarte59058c2008-08-24 21:49:00 -04001862/**
James Smart3621a712009-04-06 18:47:14 -04001863 * lpfc_sli_hbqbuf_add_hbqs - Post more HBQ buffers to firmware
James Smarte59058c2008-08-24 21:49:00 -04001864 * @phba: Pointer to HBA context object.
1865 * @qno: HBQ number.
1866 *
1867 * This function posts more buffers to the HBQ. This function
James Smartd7c255b2008-08-24 21:50:00 -04001868 * is called with no lock held. The function returns the number of HBQ entries
1869 * successfully allocated.
James Smarte59058c2008-08-24 21:49:00 -04001870 **/
James Smarted957682007-06-17 19:56:37 -05001871int
James Smart92d7f7b2007-06-17 19:56:38 -05001872lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *phba, uint32_t qno)
James Smarted957682007-06-17 19:56:37 -05001873{
James Smartdef9c7a2009-12-21 17:02:28 -05001874 if (phba->sli_rev == LPFC_SLI_REV4)
1875 return 0;
1876 else
1877 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
1878 lpfc_hbq_defs[qno]->add_count);
James Smarted957682007-06-17 19:56:37 -05001879}
1880
James Smarte59058c2008-08-24 21:49:00 -04001881/**
James Smart3621a712009-04-06 18:47:14 -04001882 * lpfc_sli_hbqbuf_init_hbqs - Post initial buffers to the HBQ
James Smarte59058c2008-08-24 21:49:00 -04001883 * @phba: Pointer to HBA context object.
1884 * @qno: HBQ queue number.
1885 *
1886 * This function is called from SLI initialization code path with
1887 * no lock held to post initial HBQ buffers to firmware. The
James Smartd7c255b2008-08-24 21:50:00 -04001888 * function returns the number of HBQ entries successfully allocated.
James Smarte59058c2008-08-24 21:49:00 -04001889 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001890static int
James Smart92d7f7b2007-06-17 19:56:38 -05001891lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *phba, uint32_t qno)
James Smarted957682007-06-17 19:56:37 -05001892{
James Smartdef9c7a2009-12-21 17:02:28 -05001893 if (phba->sli_rev == LPFC_SLI_REV4)
1894 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
James Smart73d91e52011-10-10 21:32:10 -04001895 lpfc_hbq_defs[qno]->entry_count);
James Smartdef9c7a2009-12-21 17:02:28 -05001896 else
1897 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
1898 lpfc_hbq_defs[qno]->init_count);
James Smarted957682007-06-17 19:56:37 -05001899}
1900
James Smarte59058c2008-08-24 21:49:00 -04001901/**
James Smart3772a992009-05-22 14:50:54 -04001902 * lpfc_sli_hbqbuf_get - Remove the first hbq off of an hbq list
1903 * @phba: Pointer to HBA context object.
1904 * @hbqno: HBQ number.
1905 *
1906 * This function removes the first hbq buffer on an hbq list and returns a
1907 * pointer to that buffer. If it finds no buffers on the list it returns NULL.
1908 **/
1909static struct hbq_dmabuf *
1910lpfc_sli_hbqbuf_get(struct list_head *rb_list)
1911{
1912 struct lpfc_dmabuf *d_buf;
1913
1914 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list);
1915 if (!d_buf)
1916 return NULL;
1917 return container_of(d_buf, struct hbq_dmabuf, dbuf);
1918}
1919
1920/**
James Smart3621a712009-04-06 18:47:14 -04001921 * lpfc_sli_hbqbuf_find - Find the hbq buffer associated with a tag
James Smarte59058c2008-08-24 21:49:00 -04001922 * @phba: Pointer to HBA context object.
1923 * @tag: Tag of the hbq buffer.
1924 *
1925 * This function is called with hbalock held. This function searches
1926 * for the hbq buffer associated with the given tag in the hbq buffer
1927 * list. If it finds the hbq buffer, it returns the hbq_buffer other wise
1928 * it returns NULL.
1929 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001930static struct hbq_dmabuf *
James Smarted957682007-06-17 19:56:37 -05001931lpfc_sli_hbqbuf_find(struct lpfc_hba *phba, uint32_t tag)
1932{
James Smart92d7f7b2007-06-17 19:56:38 -05001933 struct lpfc_dmabuf *d_buf;
1934 struct hbq_dmabuf *hbq_buf;
James Smart51ef4c22007-08-02 11:10:31 -04001935 uint32_t hbqno;
James Smarted957682007-06-17 19:56:37 -05001936
James Smart51ef4c22007-08-02 11:10:31 -04001937 hbqno = tag >> 16;
Jesper Juhla0a74e452007-08-09 20:47:15 +02001938 if (hbqno >= LPFC_MAX_HBQS)
James Smart51ef4c22007-08-02 11:10:31 -04001939 return NULL;
1940
James Smart3772a992009-05-22 14:50:54 -04001941 spin_lock_irq(&phba->hbalock);
James Smart51ef4c22007-08-02 11:10:31 -04001942 list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) {
James Smart92d7f7b2007-06-17 19:56:38 -05001943 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
James Smart51ef4c22007-08-02 11:10:31 -04001944 if (hbq_buf->tag == tag) {
James Smart3772a992009-05-22 14:50:54 -04001945 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05001946 return hbq_buf;
James Smarted957682007-06-17 19:56:37 -05001947 }
1948 }
James Smart3772a992009-05-22 14:50:54 -04001949 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05001950 lpfc_printf_log(phba, KERN_ERR, LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04001951 "1803 Bad hbq tag. Data: x%x x%x\n",
James Smarta8adb832007-10-27 13:37:53 -04001952 tag, phba->hbqs[tag >> 16].buffer_count);
James Smart92d7f7b2007-06-17 19:56:38 -05001953 return NULL;
James Smarted957682007-06-17 19:56:37 -05001954}
1955
James Smarte59058c2008-08-24 21:49:00 -04001956/**
James Smart3621a712009-04-06 18:47:14 -04001957 * lpfc_sli_free_hbq - Give back the hbq buffer to firmware
James Smarte59058c2008-08-24 21:49:00 -04001958 * @phba: Pointer to HBA context object.
1959 * @hbq_buffer: Pointer to HBQ buffer.
1960 *
1961 * This function is called with hbalock. This function gives back
1962 * the hbq buffer to firmware. If the HBQ does not have space to
1963 * post the buffer, it will free the buffer.
1964 **/
James Smarted957682007-06-17 19:56:37 -05001965void
James Smart51ef4c22007-08-02 11:10:31 -04001966lpfc_sli_free_hbq(struct lpfc_hba *phba, struct hbq_dmabuf *hbq_buffer)
James Smarted957682007-06-17 19:56:37 -05001967{
1968 uint32_t hbqno;
1969
James Smart51ef4c22007-08-02 11:10:31 -04001970 if (hbq_buffer) {
1971 hbqno = hbq_buffer->tag >> 16;
James Smart3772a992009-05-22 14:50:54 -04001972 if (lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer))
James Smart51ef4c22007-08-02 11:10:31 -04001973 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
James Smarted957682007-06-17 19:56:37 -05001974 }
1975}
1976
James Smarte59058c2008-08-24 21:49:00 -04001977/**
James Smart3621a712009-04-06 18:47:14 -04001978 * lpfc_sli_chk_mbx_command - Check if the mailbox is a legitimate mailbox
James Smarte59058c2008-08-24 21:49:00 -04001979 * @mbxCommand: mailbox command code.
1980 *
1981 * This function is called by the mailbox event handler function to verify
1982 * that the completed mailbox command is a legitimate mailbox command. If the
1983 * completed mailbox is not known to the function, it will return MBX_SHUTDOWN
1984 * and the mailbox event handler will take the HBA offline.
1985 **/
dea31012005-04-17 16:05:31 -05001986static int
1987lpfc_sli_chk_mbx_command(uint8_t mbxCommand)
1988{
1989 uint8_t ret;
1990
1991 switch (mbxCommand) {
1992 case MBX_LOAD_SM:
1993 case MBX_READ_NV:
1994 case MBX_WRITE_NV:
James Smarta8adb832007-10-27 13:37:53 -04001995 case MBX_WRITE_VPARMS:
dea31012005-04-17 16:05:31 -05001996 case MBX_RUN_BIU_DIAG:
1997 case MBX_INIT_LINK:
1998 case MBX_DOWN_LINK:
1999 case MBX_CONFIG_LINK:
2000 case MBX_CONFIG_RING:
2001 case MBX_RESET_RING:
2002 case MBX_READ_CONFIG:
2003 case MBX_READ_RCONFIG:
2004 case MBX_READ_SPARM:
2005 case MBX_READ_STATUS:
2006 case MBX_READ_RPI:
2007 case MBX_READ_XRI:
2008 case MBX_READ_REV:
2009 case MBX_READ_LNK_STAT:
2010 case MBX_REG_LOGIN:
2011 case MBX_UNREG_LOGIN:
dea31012005-04-17 16:05:31 -05002012 case MBX_CLEAR_LA:
2013 case MBX_DUMP_MEMORY:
2014 case MBX_DUMP_CONTEXT:
2015 case MBX_RUN_DIAGS:
2016 case MBX_RESTART:
2017 case MBX_UPDATE_CFG:
2018 case MBX_DOWN_LOAD:
2019 case MBX_DEL_LD_ENTRY:
2020 case MBX_RUN_PROGRAM:
2021 case MBX_SET_MASK:
James Smart09372822008-01-11 01:52:54 -05002022 case MBX_SET_VARIABLE:
dea31012005-04-17 16:05:31 -05002023 case MBX_UNREG_D_ID:
Jamie Wellnitz41415862006-02-28 19:25:27 -05002024 case MBX_KILL_BOARD:
dea31012005-04-17 16:05:31 -05002025 case MBX_CONFIG_FARP:
Jamie Wellnitz41415862006-02-28 19:25:27 -05002026 case MBX_BEACON:
dea31012005-04-17 16:05:31 -05002027 case MBX_LOAD_AREA:
2028 case MBX_RUN_BIU_DIAG64:
2029 case MBX_CONFIG_PORT:
2030 case MBX_READ_SPARM64:
2031 case MBX_READ_RPI64:
2032 case MBX_REG_LOGIN64:
James Smart76a95d72010-11-20 23:11:48 -05002033 case MBX_READ_TOPOLOGY:
James Smart09372822008-01-11 01:52:54 -05002034 case MBX_WRITE_WWN:
dea31012005-04-17 16:05:31 -05002035 case MBX_SET_DEBUG:
2036 case MBX_LOAD_EXP_ROM:
James Smart57127f12007-10-27 13:37:05 -04002037 case MBX_ASYNCEVT_ENABLE:
James Smart92d7f7b2007-06-17 19:56:38 -05002038 case MBX_REG_VPI:
2039 case MBX_UNREG_VPI:
James Smart858c9f62007-06-17 19:56:39 -05002040 case MBX_HEARTBEAT:
James Smart84774a42008-08-24 21:50:06 -04002041 case MBX_PORT_CAPABILITIES:
2042 case MBX_PORT_IOV_CONTROL:
James Smart04c68492009-05-22 14:52:52 -04002043 case MBX_SLI4_CONFIG:
2044 case MBX_SLI4_REQ_FTRS:
2045 case MBX_REG_FCFI:
2046 case MBX_UNREG_FCFI:
2047 case MBX_REG_VFI:
2048 case MBX_UNREG_VFI:
2049 case MBX_INIT_VPI:
2050 case MBX_INIT_VFI:
2051 case MBX_RESUME_RPI:
James Smartc7495932010-04-06 15:05:28 -04002052 case MBX_READ_EVENT_LOG_STATUS:
2053 case MBX_READ_EVENT_LOG:
James Smartdcf2a4e2010-09-29 11:18:53 -04002054 case MBX_SECURITY_MGMT:
2055 case MBX_AUTH_PORT:
dea31012005-04-17 16:05:31 -05002056 ret = mbxCommand;
2057 break;
2058 default:
2059 ret = MBX_SHUTDOWN;
2060 break;
2061 }
James Smart2e0fef82007-06-17 19:56:36 -05002062 return ret;
dea31012005-04-17 16:05:31 -05002063}
James Smarte59058c2008-08-24 21:49:00 -04002064
2065/**
James Smart3621a712009-04-06 18:47:14 -04002066 * lpfc_sli_wake_mbox_wait - lpfc_sli_issue_mbox_wait mbox completion handler
James Smarte59058c2008-08-24 21:49:00 -04002067 * @phba: Pointer to HBA context object.
2068 * @pmboxq: Pointer to mailbox command.
2069 *
2070 * This is completion handler function for mailbox commands issued from
2071 * lpfc_sli_issue_mbox_wait function. This function is called by the
2072 * mailbox event handler function with no lock held. This function
2073 * will wake up thread waiting on the wait queue pointed by context1
2074 * of the mailbox.
2075 **/
James Smart04c68492009-05-22 14:52:52 -04002076void
James Smart2e0fef82007-06-17 19:56:36 -05002077lpfc_sli_wake_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq)
dea31012005-04-17 16:05:31 -05002078{
2079 wait_queue_head_t *pdone_q;
James Smart858c9f62007-06-17 19:56:39 -05002080 unsigned long drvr_flag;
dea31012005-04-17 16:05:31 -05002081
2082 /*
2083 * If pdone_q is empty, the driver thread gave up waiting and
2084 * continued running.
2085 */
James Smart7054a602007-04-25 09:52:34 -04002086 pmboxq->mbox_flag |= LPFC_MBX_WAKE;
James Smart858c9f62007-06-17 19:56:39 -05002087 spin_lock_irqsave(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05002088 pdone_q = (wait_queue_head_t *) pmboxq->context1;
2089 if (pdone_q)
2090 wake_up_interruptible(pdone_q);
James Smart858c9f62007-06-17 19:56:39 -05002091 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05002092 return;
2093}
2094
James Smarte59058c2008-08-24 21:49:00 -04002095
2096/**
James Smart3621a712009-04-06 18:47:14 -04002097 * lpfc_sli_def_mbox_cmpl - Default mailbox completion handler
James Smarte59058c2008-08-24 21:49:00 -04002098 * @phba: Pointer to HBA context object.
2099 * @pmb: Pointer to mailbox object.
2100 *
2101 * This function is the default mailbox completion handler. It
2102 * frees the memory resources associated with the completed mailbox
2103 * command. If the completed command is a REG_LOGIN mailbox command,
2104 * this function will issue a UREG_LOGIN to re-claim the RPI.
2105 **/
dea31012005-04-17 16:05:31 -05002106void
James Smart2e0fef82007-06-17 19:56:36 -05002107lpfc_sli_def_mbox_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002108{
James Smartd439d282010-09-29 11:18:45 -04002109 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05002110 struct lpfc_dmabuf *mp;
James Smartd439d282010-09-29 11:18:45 -04002111 struct lpfc_nodelist *ndlp;
James Smart5af5eee2010-10-22 11:06:38 -04002112 struct Scsi_Host *shost;
James Smart04c68492009-05-22 14:52:52 -04002113 uint16_t rpi, vpi;
James Smart7054a602007-04-25 09:52:34 -04002114 int rc;
2115
dea31012005-04-17 16:05:31 -05002116 mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart7054a602007-04-25 09:52:34 -04002117
dea31012005-04-17 16:05:31 -05002118 if (mp) {
2119 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2120 kfree(mp);
2121 }
James Smart7054a602007-04-25 09:52:34 -04002122
2123 /*
2124 * If a REG_LOGIN succeeded after node is destroyed or node
2125 * is in re-discovery driver need to cleanup the RPI.
2126 */
James Smart2e0fef82007-06-17 19:56:36 -05002127 if (!(phba->pport->load_flag & FC_UNLOADING) &&
James Smart04c68492009-05-22 14:52:52 -04002128 pmb->u.mb.mbxCommand == MBX_REG_LOGIN64 &&
2129 !pmb->u.mb.mbxStatus) {
2130 rpi = pmb->u.mb.un.varWords[0];
James Smart6d368e52011-05-24 11:44:12 -04002131 vpi = pmb->u.mb.un.varRegLogin.vpi;
James Smart04c68492009-05-22 14:52:52 -04002132 lpfc_unreg_login(phba, vpi, rpi, pmb);
James Smart92d7f7b2007-06-17 19:56:38 -05002133 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart7054a602007-04-25 09:52:34 -04002134 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
2135 if (rc != MBX_NOT_FINISHED)
2136 return;
2137 }
2138
James Smart695a8142010-01-26 23:08:03 -05002139 if ((pmb->u.mb.mbxCommand == MBX_REG_VPI) &&
2140 !(phba->pport->load_flag & FC_UNLOADING) &&
2141 !pmb->u.mb.mbxStatus) {
James Smart5af5eee2010-10-22 11:06:38 -04002142 shost = lpfc_shost_from_vport(vport);
2143 spin_lock_irq(shost->host_lock);
2144 vport->vpi_state |= LPFC_VPI_REGISTERED;
2145 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
2146 spin_unlock_irq(shost->host_lock);
James Smart695a8142010-01-26 23:08:03 -05002147 }
2148
James Smartd439d282010-09-29 11:18:45 -04002149 if (pmb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
2150 ndlp = (struct lpfc_nodelist *)pmb->context2;
2151 lpfc_nlp_put(ndlp);
2152 pmb->context2 = NULL;
2153 }
2154
James Smartdcf2a4e2010-09-29 11:18:53 -04002155 /* Check security permission status on INIT_LINK mailbox command */
2156 if ((pmb->u.mb.mbxCommand == MBX_INIT_LINK) &&
2157 (pmb->u.mb.mbxStatus == MBXERR_SEC_NO_PERMISSION))
2158 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
2159 "2860 SLI authentication is required "
2160 "for INIT_LINK but has not done yet\n");
2161
James Smart04c68492009-05-22 14:52:52 -04002162 if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG)
2163 lpfc_sli4_mbox_cmd_free(phba, pmb);
2164 else
2165 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05002166}
2167
James Smarte59058c2008-08-24 21:49:00 -04002168/**
James Smart3621a712009-04-06 18:47:14 -04002169 * lpfc_sli_handle_mb_event - Handle mailbox completions from firmware
James Smarte59058c2008-08-24 21:49:00 -04002170 * @phba: Pointer to HBA context object.
2171 *
2172 * This function is called with no lock held. This function processes all
2173 * the completed mailbox commands and gives it to upper layers. The interrupt
2174 * service routine processes mailbox completion interrupt and adds completed
2175 * mailbox commands to the mboxq_cmpl queue and signals the worker thread.
2176 * Worker thread call lpfc_sli_handle_mb_event, which will return the
2177 * completed mailbox commands in mboxq_cmpl queue to the upper layers. This
2178 * function returns the mailbox commands to the upper layer by calling the
2179 * completion handler function of each mailbox.
2180 **/
dea31012005-04-17 16:05:31 -05002181int
James Smart2e0fef82007-06-17 19:56:36 -05002182lpfc_sli_handle_mb_event(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05002183{
James Smart92d7f7b2007-06-17 19:56:38 -05002184 MAILBOX_t *pmbox;
dea31012005-04-17 16:05:31 -05002185 LPFC_MBOXQ_t *pmb;
James Smart92d7f7b2007-06-17 19:56:38 -05002186 int rc;
2187 LIST_HEAD(cmplq);
dea31012005-04-17 16:05:31 -05002188
2189 phba->sli.slistat.mbox_event++;
2190
James Smart92d7f7b2007-06-17 19:56:38 -05002191 /* Get all completed mailboxe buffers into the cmplq */
2192 spin_lock_irq(&phba->hbalock);
2193 list_splice_init(&phba->sli.mboxq_cmpl, &cmplq);
2194 spin_unlock_irq(&phba->hbalock);
2195
dea31012005-04-17 16:05:31 -05002196 /* Get a Mailbox buffer to setup mailbox commands for callback */
James Smart92d7f7b2007-06-17 19:56:38 -05002197 do {
2198 list_remove_head(&cmplq, pmb, LPFC_MBOXQ_t, list);
2199 if (pmb == NULL)
2200 break;
2201
James Smart04c68492009-05-22 14:52:52 -04002202 pmbox = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002203
James Smart858c9f62007-06-17 19:56:39 -05002204 if (pmbox->mbxCommand != MBX_HEARTBEAT) {
2205 if (pmb->vport) {
2206 lpfc_debugfs_disc_trc(pmb->vport,
2207 LPFC_DISC_TRC_MBOX_VPORT,
2208 "MBOX cmpl vport: cmd:x%x mb:x%x x%x",
2209 (uint32_t)pmbox->mbxCommand,
2210 pmbox->un.varWords[0],
2211 pmbox->un.varWords[1]);
2212 }
2213 else {
2214 lpfc_debugfs_disc_trc(phba->pport,
2215 LPFC_DISC_TRC_MBOX,
2216 "MBOX cmpl: cmd:x%x mb:x%x x%x",
2217 (uint32_t)pmbox->mbxCommand,
2218 pmbox->un.varWords[0],
2219 pmbox->un.varWords[1]);
2220 }
2221 }
2222
dea31012005-04-17 16:05:31 -05002223 /*
2224 * It is a fatal error if unknown mbox command completion.
2225 */
2226 if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) ==
2227 MBX_SHUTDOWN) {
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02002228 /* Unknown mailbox command compl */
James Smart92d7f7b2007-06-17 19:56:38 -05002229 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002230 "(%d):0323 Unknown Mailbox command "
James Smarta183a152011-10-10 21:32:43 -04002231 "x%x (x%x/x%x) Cmpl\n",
James Smart92d7f7b2007-06-17 19:56:38 -05002232 pmb->vport ? pmb->vport->vpi : 0,
James Smart04c68492009-05-22 14:52:52 -04002233 pmbox->mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04002234 lpfc_sli_config_mbox_subsys_get(phba,
2235 pmb),
2236 lpfc_sli_config_mbox_opcode_get(phba,
2237 pmb));
James Smart2e0fef82007-06-17 19:56:36 -05002238 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05002239 phba->work_hs = HS_FFER3;
2240 lpfc_handle_eratt(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05002241 continue;
dea31012005-04-17 16:05:31 -05002242 }
2243
dea31012005-04-17 16:05:31 -05002244 if (pmbox->mbxStatus) {
2245 phba->sli.slistat.mbox_stat_err++;
2246 if (pmbox->mbxStatus == MBXERR_NO_RESOURCES) {
2247 /* Mbox cmd cmpl error - RETRYing */
James Smart92d7f7b2007-06-17 19:56:38 -05002248 lpfc_printf_log(phba, KERN_INFO,
James Smarta183a152011-10-10 21:32:43 -04002249 LOG_MBOX | LOG_SLI,
2250 "(%d):0305 Mbox cmd cmpl "
2251 "error - RETRYing Data: x%x "
2252 "(x%x/x%x) x%x x%x x%x\n",
2253 pmb->vport ? pmb->vport->vpi : 0,
2254 pmbox->mbxCommand,
2255 lpfc_sli_config_mbox_subsys_get(phba,
2256 pmb),
2257 lpfc_sli_config_mbox_opcode_get(phba,
2258 pmb),
2259 pmbox->mbxStatus,
2260 pmbox->un.varWords[0],
2261 pmb->vport->port_state);
dea31012005-04-17 16:05:31 -05002262 pmbox->mbxStatus = 0;
2263 pmbox->mbxOwner = OWN_HOST;
dea31012005-04-17 16:05:31 -05002264 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
James Smart04c68492009-05-22 14:52:52 -04002265 if (rc != MBX_NOT_FINISHED)
James Smart92d7f7b2007-06-17 19:56:38 -05002266 continue;
dea31012005-04-17 16:05:31 -05002267 }
2268 }
2269
2270 /* Mailbox cmd <cmd> Cmpl <cmpl> */
James Smart92d7f7b2007-06-17 19:56:38 -05002271 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04002272 "(%d):0307 Mailbox cmd x%x (x%x/x%x) Cmpl x%p "
dea31012005-04-17 16:05:31 -05002273 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05002274 pmb->vport ? pmb->vport->vpi : 0,
dea31012005-04-17 16:05:31 -05002275 pmbox->mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04002276 lpfc_sli_config_mbox_subsys_get(phba, pmb),
2277 lpfc_sli_config_mbox_opcode_get(phba, pmb),
dea31012005-04-17 16:05:31 -05002278 pmb->mbox_cmpl,
2279 *((uint32_t *) pmbox),
2280 pmbox->un.varWords[0],
2281 pmbox->un.varWords[1],
2282 pmbox->un.varWords[2],
2283 pmbox->un.varWords[3],
2284 pmbox->un.varWords[4],
2285 pmbox->un.varWords[5],
2286 pmbox->un.varWords[6],
2287 pmbox->un.varWords[7]);
2288
James Smart92d7f7b2007-06-17 19:56:38 -05002289 if (pmb->mbox_cmpl)
dea31012005-04-17 16:05:31 -05002290 pmb->mbox_cmpl(phba,pmb);
James Smart92d7f7b2007-06-17 19:56:38 -05002291 } while (1);
James Smart2e0fef82007-06-17 19:56:36 -05002292 return 0;
dea31012005-04-17 16:05:31 -05002293}
James Smart92d7f7b2007-06-17 19:56:38 -05002294
James Smarte59058c2008-08-24 21:49:00 -04002295/**
James Smart3621a712009-04-06 18:47:14 -04002296 * lpfc_sli_get_buff - Get the buffer associated with the buffer tag
James Smarte59058c2008-08-24 21:49:00 -04002297 * @phba: Pointer to HBA context object.
2298 * @pring: Pointer to driver SLI ring object.
2299 * @tag: buffer tag.
2300 *
2301 * This function is called with no lock held. When QUE_BUFTAG_BIT bit
2302 * is set in the tag the buffer is posted for a particular exchange,
2303 * the function will return the buffer without replacing the buffer.
2304 * If the buffer is for unsolicited ELS or CT traffic, this function
2305 * returns the buffer and also posts another buffer to the firmware.
2306 **/
James Smart76bb24e2007-10-27 13:38:00 -04002307static struct lpfc_dmabuf *
2308lpfc_sli_get_buff(struct lpfc_hba *phba,
James Smart9f1e1b52008-12-04 22:39:40 -05002309 struct lpfc_sli_ring *pring,
2310 uint32_t tag)
James Smart76bb24e2007-10-27 13:38:00 -04002311{
James Smart9f1e1b52008-12-04 22:39:40 -05002312 struct hbq_dmabuf *hbq_entry;
2313
James Smart76bb24e2007-10-27 13:38:00 -04002314 if (tag & QUE_BUFTAG_BIT)
2315 return lpfc_sli_ring_taggedbuf_get(phba, pring, tag);
James Smart9f1e1b52008-12-04 22:39:40 -05002316 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag);
2317 if (!hbq_entry)
2318 return NULL;
2319 return &hbq_entry->dbuf;
James Smart76bb24e2007-10-27 13:38:00 -04002320}
James Smart57127f12007-10-27 13:37:05 -04002321
James Smart3772a992009-05-22 14:50:54 -04002322/**
2323 * lpfc_complete_unsol_iocb - Complete an unsolicited sequence
2324 * @phba: Pointer to HBA context object.
2325 * @pring: Pointer to driver SLI ring object.
2326 * @saveq: Pointer to the iocbq struct representing the sequence starting frame.
2327 * @fch_r_ctl: the r_ctl for the first frame of the sequence.
2328 * @fch_type: the type for the first frame of the sequence.
2329 *
2330 * This function is called with no lock held. This function uses the r_ctl and
2331 * type of the received sequence to find the correct callback function to call
2332 * to process the sequence.
2333 **/
2334static int
2335lpfc_complete_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
2336 struct lpfc_iocbq *saveq, uint32_t fch_r_ctl,
2337 uint32_t fch_type)
2338{
2339 int i;
2340
2341 /* unSolicited Responses */
2342 if (pring->prt[0].profile) {
2343 if (pring->prt[0].lpfc_sli_rcv_unsol_event)
2344 (pring->prt[0].lpfc_sli_rcv_unsol_event) (phba, pring,
2345 saveq);
2346 return 1;
2347 }
2348 /* We must search, based on rctl / type
2349 for the right routine */
2350 for (i = 0; i < pring->num_mask; i++) {
2351 if ((pring->prt[i].rctl == fch_r_ctl) &&
2352 (pring->prt[i].type == fch_type)) {
2353 if (pring->prt[i].lpfc_sli_rcv_unsol_event)
2354 (pring->prt[i].lpfc_sli_rcv_unsol_event)
2355 (phba, pring, saveq);
2356 return 1;
2357 }
2358 }
2359 return 0;
2360}
James Smarte59058c2008-08-24 21:49:00 -04002361
2362/**
James Smart3621a712009-04-06 18:47:14 -04002363 * lpfc_sli_process_unsol_iocb - Unsolicited iocb handler
James Smarte59058c2008-08-24 21:49:00 -04002364 * @phba: Pointer to HBA context object.
2365 * @pring: Pointer to driver SLI ring object.
2366 * @saveq: Pointer to the unsolicited iocb.
2367 *
2368 * This function is called with no lock held by the ring event handler
2369 * when there is an unsolicited iocb posted to the response ring by the
2370 * firmware. This function gets the buffer associated with the iocbs
2371 * and calls the event handler for the ring. This function handles both
2372 * qring buffers and hbq buffers.
2373 * When the function returns 1 the caller can free the iocb object otherwise
2374 * upper layer functions will free the iocb objects.
2375 **/
dea31012005-04-17 16:05:31 -05002376static int
2377lpfc_sli_process_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
2378 struct lpfc_iocbq *saveq)
2379{
2380 IOCB_t * irsp;
2381 WORD5 * w5p;
2382 uint32_t Rctl, Type;
James Smart3772a992009-05-22 14:50:54 -04002383 uint32_t match;
James Smart76bb24e2007-10-27 13:38:00 -04002384 struct lpfc_iocbq *iocbq;
James Smart3163f722008-02-08 18:50:25 -05002385 struct lpfc_dmabuf *dmzbuf;
dea31012005-04-17 16:05:31 -05002386
2387 match = 0;
2388 irsp = &(saveq->iocb);
James Smart57127f12007-10-27 13:37:05 -04002389
2390 if (irsp->ulpCommand == CMD_ASYNC_STATUS) {
2391 if (pring->lpfc_sli_rcv_async_status)
2392 pring->lpfc_sli_rcv_async_status(phba, pring, saveq);
2393 else
2394 lpfc_printf_log(phba,
2395 KERN_WARNING,
2396 LOG_SLI,
2397 "0316 Ring %d handler: unexpected "
2398 "ASYNC_STATUS iocb received evt_code "
2399 "0x%x\n",
2400 pring->ringno,
2401 irsp->un.asyncstat.evt_code);
2402 return 1;
2403 }
2404
James Smart3163f722008-02-08 18:50:25 -05002405 if ((irsp->ulpCommand == CMD_IOCB_RET_XRI64_CX) &&
2406 (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED)) {
2407 if (irsp->ulpBdeCount > 0) {
2408 dmzbuf = lpfc_sli_get_buff(phba, pring,
2409 irsp->un.ulpWord[3]);
2410 lpfc_in_buf_free(phba, dmzbuf);
2411 }
2412
2413 if (irsp->ulpBdeCount > 1) {
2414 dmzbuf = lpfc_sli_get_buff(phba, pring,
2415 irsp->unsli3.sli3Words[3]);
2416 lpfc_in_buf_free(phba, dmzbuf);
2417 }
2418
2419 if (irsp->ulpBdeCount > 2) {
2420 dmzbuf = lpfc_sli_get_buff(phba, pring,
2421 irsp->unsli3.sli3Words[7]);
2422 lpfc_in_buf_free(phba, dmzbuf);
2423 }
2424
2425 return 1;
2426 }
2427
James Smart92d7f7b2007-06-17 19:56:38 -05002428 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
James Smart76bb24e2007-10-27 13:38:00 -04002429 if (irsp->ulpBdeCount != 0) {
2430 saveq->context2 = lpfc_sli_get_buff(phba, pring,
James Smart92d7f7b2007-06-17 19:56:38 -05002431 irsp->un.ulpWord[3]);
James Smart76bb24e2007-10-27 13:38:00 -04002432 if (!saveq->context2)
2433 lpfc_printf_log(phba,
2434 KERN_ERR,
2435 LOG_SLI,
2436 "0341 Ring %d Cannot find buffer for "
2437 "an unsolicited iocb. tag 0x%x\n",
2438 pring->ringno,
2439 irsp->un.ulpWord[3]);
James Smart76bb24e2007-10-27 13:38:00 -04002440 }
2441 if (irsp->ulpBdeCount == 2) {
2442 saveq->context3 = lpfc_sli_get_buff(phba, pring,
James Smart51ef4c22007-08-02 11:10:31 -04002443 irsp->unsli3.sli3Words[7]);
James Smart76bb24e2007-10-27 13:38:00 -04002444 if (!saveq->context3)
2445 lpfc_printf_log(phba,
2446 KERN_ERR,
2447 LOG_SLI,
2448 "0342 Ring %d Cannot find buffer for an"
2449 " unsolicited iocb. tag 0x%x\n",
2450 pring->ringno,
2451 irsp->unsli3.sli3Words[7]);
2452 }
2453 list_for_each_entry(iocbq, &saveq->list, list) {
James Smart76bb24e2007-10-27 13:38:00 -04002454 irsp = &(iocbq->iocb);
James Smart76bb24e2007-10-27 13:38:00 -04002455 if (irsp->ulpBdeCount != 0) {
2456 iocbq->context2 = lpfc_sli_get_buff(phba, pring,
2457 irsp->un.ulpWord[3]);
James Smart9c2face2008-01-11 01:53:18 -05002458 if (!iocbq->context2)
James Smart76bb24e2007-10-27 13:38:00 -04002459 lpfc_printf_log(phba,
2460 KERN_ERR,
2461 LOG_SLI,
2462 "0343 Ring %d Cannot find "
2463 "buffer for an unsolicited iocb"
2464 ". tag 0x%x\n", pring->ringno,
2465 irsp->un.ulpWord[3]);
2466 }
2467 if (irsp->ulpBdeCount == 2) {
2468 iocbq->context3 = lpfc_sli_get_buff(phba, pring,
2469 irsp->unsli3.sli3Words[7]);
James Smart9c2face2008-01-11 01:53:18 -05002470 if (!iocbq->context3)
James Smart76bb24e2007-10-27 13:38:00 -04002471 lpfc_printf_log(phba,
2472 KERN_ERR,
2473 LOG_SLI,
2474 "0344 Ring %d Cannot find "
2475 "buffer for an unsolicited "
2476 "iocb. tag 0x%x\n",
2477 pring->ringno,
2478 irsp->unsli3.sli3Words[7]);
2479 }
2480 }
James Smart92d7f7b2007-06-17 19:56:38 -05002481 }
James Smart9c2face2008-01-11 01:53:18 -05002482 if (irsp->ulpBdeCount != 0 &&
2483 (irsp->ulpCommand == CMD_IOCB_RCV_CONT64_CX ||
2484 irsp->ulpStatus == IOSTAT_INTERMED_RSP)) {
2485 int found = 0;
2486
2487 /* search continue save q for same XRI */
2488 list_for_each_entry(iocbq, &pring->iocb_continue_saveq, clist) {
James Smart7851fe22011-07-22 18:36:52 -04002489 if (iocbq->iocb.unsli3.rcvsli3.ox_id ==
2490 saveq->iocb.unsli3.rcvsli3.ox_id) {
James Smart9c2face2008-01-11 01:53:18 -05002491 list_add_tail(&saveq->list, &iocbq->list);
2492 found = 1;
2493 break;
2494 }
2495 }
2496 if (!found)
2497 list_add_tail(&saveq->clist,
2498 &pring->iocb_continue_saveq);
2499 if (saveq->iocb.ulpStatus != IOSTAT_INTERMED_RSP) {
2500 list_del_init(&iocbq->clist);
2501 saveq = iocbq;
2502 irsp = &(saveq->iocb);
2503 } else
2504 return 0;
2505 }
2506 if ((irsp->ulpCommand == CMD_RCV_ELS_REQ64_CX) ||
2507 (irsp->ulpCommand == CMD_RCV_ELS_REQ_CX) ||
2508 (irsp->ulpCommand == CMD_IOCB_RCV_ELS64_CX)) {
James Smart6a9c52c2009-10-02 15:16:51 -04002509 Rctl = FC_RCTL_ELS_REQ;
2510 Type = FC_TYPE_ELS;
James Smart9c2face2008-01-11 01:53:18 -05002511 } else {
2512 w5p = (WORD5 *)&(saveq->iocb.un.ulpWord[5]);
2513 Rctl = w5p->hcsw.Rctl;
2514 Type = w5p->hcsw.Type;
2515
2516 /* Firmware Workaround */
2517 if ((Rctl == 0) && (pring->ringno == LPFC_ELS_RING) &&
2518 (irsp->ulpCommand == CMD_RCV_SEQUENCE64_CX ||
2519 irsp->ulpCommand == CMD_IOCB_RCV_SEQ64_CX)) {
James Smart6a9c52c2009-10-02 15:16:51 -04002520 Rctl = FC_RCTL_ELS_REQ;
2521 Type = FC_TYPE_ELS;
James Smart9c2face2008-01-11 01:53:18 -05002522 w5p->hcsw.Rctl = Rctl;
2523 w5p->hcsw.Type = Type;
2524 }
2525 }
James Smart92d7f7b2007-06-17 19:56:38 -05002526
James Smart3772a992009-05-22 14:50:54 -04002527 if (!lpfc_complete_unsol_iocb(phba, pring, saveq, Rctl, Type))
James Smart92d7f7b2007-06-17 19:56:38 -05002528 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002529 "0313 Ring %d handler: unexpected Rctl x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05002530 "Type x%x received\n",
James Smarte8b62012007-08-02 11:10:09 -04002531 pring->ringno, Rctl, Type);
James Smart3772a992009-05-22 14:50:54 -04002532
James Smart92d7f7b2007-06-17 19:56:38 -05002533 return 1;
dea31012005-04-17 16:05:31 -05002534}
2535
James Smarte59058c2008-08-24 21:49:00 -04002536/**
James Smart3621a712009-04-06 18:47:14 -04002537 * lpfc_sli_iocbq_lookup - Find command iocb for the given response iocb
James Smarte59058c2008-08-24 21:49:00 -04002538 * @phba: Pointer to HBA context object.
2539 * @pring: Pointer to driver SLI ring object.
2540 * @prspiocb: Pointer to response iocb object.
2541 *
2542 * This function looks up the iocb_lookup table to get the command iocb
2543 * corresponding to the given response iocb using the iotag of the
2544 * response iocb. This function is called with the hbalock held.
2545 * This function returns the command iocb object if it finds the command
2546 * iocb else returns NULL.
2547 **/
dea31012005-04-17 16:05:31 -05002548static struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -05002549lpfc_sli_iocbq_lookup(struct lpfc_hba *phba,
2550 struct lpfc_sli_ring *pring,
2551 struct lpfc_iocbq *prspiocb)
dea31012005-04-17 16:05:31 -05002552{
dea31012005-04-17 16:05:31 -05002553 struct lpfc_iocbq *cmd_iocb = NULL;
2554 uint16_t iotag;
2555
James Bottomley604a3e32005-10-29 10:28:33 -05002556 iotag = prspiocb->iocb.ulpIoTag;
dea31012005-04-17 16:05:31 -05002557
James Bottomley604a3e32005-10-29 10:28:33 -05002558 if (iotag != 0 && iotag <= phba->sli.last_iotag) {
2559 cmd_iocb = phba->sli.iocbq_lookup[iotag];
James Smart92d7f7b2007-06-17 19:56:38 -05002560 list_del_init(&cmd_iocb->list);
James Smart4f2e66c2012-05-09 21:17:07 -04002561 if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) {
James Smart2a9bf3d2010-06-07 15:24:45 -04002562 pring->txcmplq_cnt--;
James Smart4f2e66c2012-05-09 21:17:07 -04002563 cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smart2a9bf3d2010-06-07 15:24:45 -04002564 }
James Bottomley604a3e32005-10-29 10:28:33 -05002565 return cmd_iocb;
dea31012005-04-17 16:05:31 -05002566 }
2567
dea31012005-04-17 16:05:31 -05002568 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002569 "0317 iotag x%x is out off "
James Bottomley604a3e32005-10-29 10:28:33 -05002570 "range: max iotag x%x wd0 x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04002571 iotag, phba->sli.last_iotag,
James Bottomley604a3e32005-10-29 10:28:33 -05002572 *(((uint32_t *) &prspiocb->iocb) + 7));
dea31012005-04-17 16:05:31 -05002573 return NULL;
2574}
2575
James Smarte59058c2008-08-24 21:49:00 -04002576/**
James Smart3772a992009-05-22 14:50:54 -04002577 * lpfc_sli_iocbq_lookup_by_tag - Find command iocb for the iotag
2578 * @phba: Pointer to HBA context object.
2579 * @pring: Pointer to driver SLI ring object.
2580 * @iotag: IOCB tag.
2581 *
2582 * This function looks up the iocb_lookup table to get the command iocb
2583 * corresponding to the given iotag. This function is called with the
2584 * hbalock held.
2585 * This function returns the command iocb object if it finds the command
2586 * iocb else returns NULL.
2587 **/
2588static struct lpfc_iocbq *
2589lpfc_sli_iocbq_lookup_by_tag(struct lpfc_hba *phba,
2590 struct lpfc_sli_ring *pring, uint16_t iotag)
2591{
2592 struct lpfc_iocbq *cmd_iocb;
2593
2594 if (iotag != 0 && iotag <= phba->sli.last_iotag) {
2595 cmd_iocb = phba->sli.iocbq_lookup[iotag];
James Smart4f2e66c2012-05-09 21:17:07 -04002596 if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) {
2597 /* remove from txcmpl queue list */
2598 list_del_init(&cmd_iocb->list);
2599 cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smart2a9bf3d2010-06-07 15:24:45 -04002600 pring->txcmplq_cnt--;
James Smart4f2e66c2012-05-09 21:17:07 -04002601 return cmd_iocb;
James Smart2a9bf3d2010-06-07 15:24:45 -04002602 }
James Smart3772a992009-05-22 14:50:54 -04002603 }
James Smart3772a992009-05-22 14:50:54 -04002604 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
2605 "0372 iotag x%x is out off range: max iotag (x%x)\n",
2606 iotag, phba->sli.last_iotag);
2607 return NULL;
2608}
2609
2610/**
James Smart3621a712009-04-06 18:47:14 -04002611 * lpfc_sli_process_sol_iocb - process solicited iocb completion
James Smarte59058c2008-08-24 21:49:00 -04002612 * @phba: Pointer to HBA context object.
2613 * @pring: Pointer to driver SLI ring object.
2614 * @saveq: Pointer to the response iocb to be processed.
2615 *
2616 * This function is called by the ring event handler for non-fcp
2617 * rings when there is a new response iocb in the response ring.
2618 * The caller is not required to hold any locks. This function
2619 * gets the command iocb associated with the response iocb and
2620 * calls the completion handler for the command iocb. If there
2621 * is no completion handler, the function will free the resources
2622 * associated with command iocb. If the response iocb is for
2623 * an already aborted command iocb, the status of the completion
2624 * is changed to IOSTAT_LOCAL_REJECT/IOERR_SLI_ABORTED.
2625 * This function always returns 1.
2626 **/
dea31012005-04-17 16:05:31 -05002627static int
James Smart2e0fef82007-06-17 19:56:36 -05002628lpfc_sli_process_sol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
dea31012005-04-17 16:05:31 -05002629 struct lpfc_iocbq *saveq)
2630{
James Smart2e0fef82007-06-17 19:56:36 -05002631 struct lpfc_iocbq *cmdiocbp;
dea31012005-04-17 16:05:31 -05002632 int rc = 1;
2633 unsigned long iflag;
2634
2635 /* Based on the iotag field, get the cmd IOCB from the txcmplq */
James Smart2e0fef82007-06-17 19:56:36 -05002636 spin_lock_irqsave(&phba->hbalock, iflag);
James Bottomley604a3e32005-10-29 10:28:33 -05002637 cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring, saveq);
James Smart2e0fef82007-06-17 19:56:36 -05002638 spin_unlock_irqrestore(&phba->hbalock, iflag);
2639
dea31012005-04-17 16:05:31 -05002640 if (cmdiocbp) {
2641 if (cmdiocbp->iocb_cmpl) {
2642 /*
James Smartea2151b2008-09-07 11:52:10 -04002643 * If an ELS command failed send an event to mgmt
2644 * application.
2645 */
2646 if (saveq->iocb.ulpStatus &&
2647 (pring->ringno == LPFC_ELS_RING) &&
2648 (cmdiocbp->iocb.ulpCommand ==
2649 CMD_ELS_REQUEST64_CR))
2650 lpfc_send_els_failure_event(phba,
2651 cmdiocbp, saveq);
2652
2653 /*
dea31012005-04-17 16:05:31 -05002654 * Post all ELS completions to the worker thread.
2655 * All other are passed to the completion callback.
2656 */
2657 if (pring->ringno == LPFC_ELS_RING) {
James Smart341af102010-01-26 23:07:37 -05002658 if ((phba->sli_rev < LPFC_SLI_REV4) &&
2659 (cmdiocbp->iocb_flag &
2660 LPFC_DRIVER_ABORTED)) {
2661 spin_lock_irqsave(&phba->hbalock,
2662 iflag);
James Smart07951072007-04-25 09:51:38 -04002663 cmdiocbp->iocb_flag &=
2664 ~LPFC_DRIVER_ABORTED;
James Smart341af102010-01-26 23:07:37 -05002665 spin_unlock_irqrestore(&phba->hbalock,
2666 iflag);
James Smart07951072007-04-25 09:51:38 -04002667 saveq->iocb.ulpStatus =
2668 IOSTAT_LOCAL_REJECT;
2669 saveq->iocb.un.ulpWord[4] =
2670 IOERR_SLI_ABORTED;
James Smart0ff10d42008-01-11 01:52:36 -05002671
2672 /* Firmware could still be in progress
2673 * of DMAing payload, so don't free data
2674 * buffer till after a hbeat.
2675 */
James Smart341af102010-01-26 23:07:37 -05002676 spin_lock_irqsave(&phba->hbalock,
2677 iflag);
James Smart0ff10d42008-01-11 01:52:36 -05002678 saveq->iocb_flag |= LPFC_DELAY_MEM_FREE;
James Smart341af102010-01-26 23:07:37 -05002679 spin_unlock_irqrestore(&phba->hbalock,
2680 iflag);
2681 }
James Smart0f65ff62010-02-26 14:14:23 -05002682 if (phba->sli_rev == LPFC_SLI_REV4) {
2683 if (saveq->iocb_flag &
2684 LPFC_EXCHANGE_BUSY) {
2685 /* Set cmdiocb flag for the
2686 * exchange busy so sgl (xri)
2687 * will not be released until
2688 * the abort xri is received
2689 * from hba.
2690 */
2691 spin_lock_irqsave(
2692 &phba->hbalock, iflag);
2693 cmdiocbp->iocb_flag |=
2694 LPFC_EXCHANGE_BUSY;
2695 spin_unlock_irqrestore(
2696 &phba->hbalock, iflag);
2697 }
2698 if (cmdiocbp->iocb_flag &
2699 LPFC_DRIVER_ABORTED) {
2700 /*
2701 * Clear LPFC_DRIVER_ABORTED
2702 * bit in case it was driver
2703 * initiated abort.
2704 */
2705 spin_lock_irqsave(
2706 &phba->hbalock, iflag);
2707 cmdiocbp->iocb_flag &=
2708 ~LPFC_DRIVER_ABORTED;
2709 spin_unlock_irqrestore(
2710 &phba->hbalock, iflag);
2711 cmdiocbp->iocb.ulpStatus =
2712 IOSTAT_LOCAL_REJECT;
2713 cmdiocbp->iocb.un.ulpWord[4] =
2714 IOERR_ABORT_REQUESTED;
2715 /*
2716 * For SLI4, irsiocb contains
2717 * NO_XRI in sli_xritag, it
2718 * shall not affect releasing
2719 * sgl (xri) process.
2720 */
2721 saveq->iocb.ulpStatus =
2722 IOSTAT_LOCAL_REJECT;
2723 saveq->iocb.un.ulpWord[4] =
2724 IOERR_SLI_ABORTED;
2725 spin_lock_irqsave(
2726 &phba->hbalock, iflag);
2727 saveq->iocb_flag |=
2728 LPFC_DELAY_MEM_FREE;
2729 spin_unlock_irqrestore(
2730 &phba->hbalock, iflag);
2731 }
James Smart07951072007-04-25 09:51:38 -04002732 }
dea31012005-04-17 16:05:31 -05002733 }
James Smart2e0fef82007-06-17 19:56:36 -05002734 (cmdiocbp->iocb_cmpl) (phba, cmdiocbp, saveq);
James Bottomley604a3e32005-10-29 10:28:33 -05002735 } else
2736 lpfc_sli_release_iocbq(phba, cmdiocbp);
dea31012005-04-17 16:05:31 -05002737 } else {
2738 /*
2739 * Unknown initiating command based on the response iotag.
2740 * This could be the case on the ELS ring because of
2741 * lpfc_els_abort().
2742 */
2743 if (pring->ringno != LPFC_ELS_RING) {
2744 /*
2745 * Ring <ringno> handler: unexpected completion IoTag
2746 * <IoTag>
2747 */
James Smarta257bf92009-04-06 18:48:10 -04002748 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002749 "0322 Ring %d handler: "
2750 "unexpected completion IoTag x%x "
2751 "Data: x%x x%x x%x x%x\n",
2752 pring->ringno,
2753 saveq->iocb.ulpIoTag,
2754 saveq->iocb.ulpStatus,
2755 saveq->iocb.un.ulpWord[4],
2756 saveq->iocb.ulpCommand,
2757 saveq->iocb.ulpContext);
dea31012005-04-17 16:05:31 -05002758 }
2759 }
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04002760
dea31012005-04-17 16:05:31 -05002761 return rc;
2762}
2763
James Smarte59058c2008-08-24 21:49:00 -04002764/**
James Smart3621a712009-04-06 18:47:14 -04002765 * lpfc_sli_rsp_pointers_error - Response ring pointer error handler
James Smarte59058c2008-08-24 21:49:00 -04002766 * @phba: Pointer to HBA context object.
2767 * @pring: Pointer to driver SLI ring object.
2768 *
2769 * This function is called from the iocb ring event handlers when
2770 * put pointer is ahead of the get pointer for a ring. This function signal
2771 * an error attention condition to the worker thread and the worker
2772 * thread will transition the HBA to offline state.
2773 **/
James Smart2e0fef82007-06-17 19:56:36 -05002774static void
2775lpfc_sli_rsp_pointers_error(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002776{
James Smart34b02dc2008-08-24 21:49:55 -04002777 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002778 /*
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02002779 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002780 * rsp ring <portRspMax>
2781 */
2782 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002783 "0312 Ring %d handler: portRspPut %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02002784 "is bigger than rsp ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04002785 pring->ringno, le32_to_cpu(pgp->rspPutInx),
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002786 pring->numRiocb);
2787
James Smart2e0fef82007-06-17 19:56:36 -05002788 phba->link_state = LPFC_HBA_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002789
2790 /*
2791 * All error attention handlers are posted to
2792 * worker thread
2793 */
2794 phba->work_ha |= HA_ERATT;
2795 phba->work_hs = HS_FFER3;
James Smart92d7f7b2007-06-17 19:56:38 -05002796
James Smart5e9d9b82008-06-14 22:52:53 -04002797 lpfc_worker_wake_up(phba);
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002798
2799 return;
2800}
2801
James Smarte59058c2008-08-24 21:49:00 -04002802/**
James Smart3621a712009-04-06 18:47:14 -04002803 * lpfc_poll_eratt - Error attention polling timer timeout handler
James Smart93996272008-08-24 21:50:30 -04002804 * @ptr: Pointer to address of HBA context object.
2805 *
2806 * This function is invoked by the Error Attention polling timer when the
2807 * timer times out. It will check the SLI Error Attention register for
2808 * possible attention events. If so, it will post an Error Attention event
2809 * and wake up worker thread to process it. Otherwise, it will set up the
2810 * Error Attention polling timer for the next poll.
2811 **/
2812void lpfc_poll_eratt(unsigned long ptr)
2813{
2814 struct lpfc_hba *phba;
2815 uint32_t eratt = 0;
2816
2817 phba = (struct lpfc_hba *)ptr;
2818
2819 /* Check chip HA register for error event */
2820 eratt = lpfc_sli_check_eratt(phba);
2821
2822 if (eratt)
2823 /* Tell the worker thread there is work to do */
2824 lpfc_worker_wake_up(phba);
2825 else
2826 /* Restart the timer for next eratt poll */
2827 mod_timer(&phba->eratt_poll, jiffies +
2828 HZ * LPFC_ERATT_POLL_INTERVAL);
2829 return;
2830}
2831
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002832
James Smarte59058c2008-08-24 21:49:00 -04002833/**
James Smart3621a712009-04-06 18:47:14 -04002834 * lpfc_sli_handle_fast_ring_event - Handle ring events on FCP ring
James Smarte59058c2008-08-24 21:49:00 -04002835 * @phba: Pointer to HBA context object.
2836 * @pring: Pointer to driver SLI ring object.
2837 * @mask: Host attention register mask for this ring.
2838 *
2839 * This function is called from the interrupt context when there is a ring
2840 * event for the fcp ring. The caller does not hold any lock.
2841 * The function processes each response iocb in the response ring until it
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002842 * finds an iocb with LE bit set and chains all the iocbs up to the iocb with
James Smarte59058c2008-08-24 21:49:00 -04002843 * LE bit set. The function will call the completion handler of the command iocb
2844 * if the response iocb indicates a completion for a command iocb or it is
2845 * an abort completion. The function will call lpfc_sli_process_unsol_iocb
2846 * function if this is an unsolicited iocb.
dea31012005-04-17 16:05:31 -05002847 * This routine presumes LPFC_FCP_RING handling and doesn't bother
James Smart45ed1192009-10-02 15:17:02 -04002848 * to check it explicitly.
2849 */
2850int
James Smart2e0fef82007-06-17 19:56:36 -05002851lpfc_sli_handle_fast_ring_event(struct lpfc_hba *phba,
2852 struct lpfc_sli_ring *pring, uint32_t mask)
dea31012005-04-17 16:05:31 -05002853{
James Smart34b02dc2008-08-24 21:49:55 -04002854 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
dea31012005-04-17 16:05:31 -05002855 IOCB_t *irsp = NULL;
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002856 IOCB_t *entry = NULL;
dea31012005-04-17 16:05:31 -05002857 struct lpfc_iocbq *cmdiocbq = NULL;
2858 struct lpfc_iocbq rspiocbq;
dea31012005-04-17 16:05:31 -05002859 uint32_t status;
2860 uint32_t portRspPut, portRspMax;
2861 int rc = 1;
2862 lpfc_iocb_type type;
2863 unsigned long iflag;
2864 uint32_t rsp_cmpl = 0;
dea31012005-04-17 16:05:31 -05002865
James Smart2e0fef82007-06-17 19:56:36 -05002866 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05002867 pring->stats.iocb_event++;
2868
dea31012005-04-17 16:05:31 -05002869 /*
2870 * The next available response entry should never exceed the maximum
2871 * entries. If it does, treat it as an adapter hardware error.
2872 */
2873 portRspMax = pring->numRiocb;
2874 portRspPut = le32_to_cpu(pgp->rspPutInx);
2875 if (unlikely(portRspPut >= portRspMax)) {
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002876 lpfc_sli_rsp_pointers_error(phba, pring);
James Smart2e0fef82007-06-17 19:56:36 -05002877 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05002878 return 1;
2879 }
James Smart45ed1192009-10-02 15:17:02 -04002880 if (phba->fcp_ring_in_use) {
2881 spin_unlock_irqrestore(&phba->hbalock, iflag);
2882 return 1;
2883 } else
2884 phba->fcp_ring_in_use = 1;
dea31012005-04-17 16:05:31 -05002885
2886 rmb();
2887 while (pring->rspidx != portRspPut) {
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002888 /*
2889 * Fetch an entry off the ring and copy it into a local data
2890 * structure. The copy involves a byte-swap since the
2891 * network byte order and pci byte orders are different.
2892 */
James Smarted957682007-06-17 19:56:37 -05002893 entry = lpfc_resp_iocb(phba, pring);
James Smart858c9f62007-06-17 19:56:39 -05002894 phba->last_completion_time = jiffies;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05002895
2896 if (++pring->rspidx >= portRspMax)
2897 pring->rspidx = 0;
2898
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002899 lpfc_sli_pcimem_bcopy((uint32_t *) entry,
2900 (uint32_t *) &rspiocbq.iocb,
James Smarted957682007-06-17 19:56:37 -05002901 phba->iocb_rsp_size);
James Smarta4bc3372006-12-02 13:34:16 -05002902 INIT_LIST_HEAD(&(rspiocbq.list));
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04002903 irsp = &rspiocbq.iocb;
2904
dea31012005-04-17 16:05:31 -05002905 type = lpfc_sli_iocb_cmd_type(irsp->ulpCommand & CMD_IOCB_MASK);
2906 pring->stats.iocb_rsp++;
2907 rsp_cmpl++;
2908
2909 if (unlikely(irsp->ulpStatus)) {
James Smart92d7f7b2007-06-17 19:56:38 -05002910 /*
2911 * If resource errors reported from HBA, reduce
2912 * queuedepths of the SCSI device.
2913 */
2914 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&
2915 (irsp->un.ulpWord[4] == IOERR_NO_RESOURCES)) {
2916 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04002917 phba->lpfc_rampdown_queue_depth(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05002918 spin_lock_irqsave(&phba->hbalock, iflag);
2919 }
2920
dea31012005-04-17 16:05:31 -05002921 /* Rsp ring <ringno> error: IOCB */
2922 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002923 "0336 Rsp Ring %d error: IOCB Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05002924 "x%x x%x x%x x%x x%x x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04002925 pring->ringno,
James Smart92d7f7b2007-06-17 19:56:38 -05002926 irsp->un.ulpWord[0],
2927 irsp->un.ulpWord[1],
2928 irsp->un.ulpWord[2],
2929 irsp->un.ulpWord[3],
2930 irsp->un.ulpWord[4],
2931 irsp->un.ulpWord[5],
James Smartd7c255b2008-08-24 21:50:00 -04002932 *(uint32_t *)&irsp->un1,
2933 *((uint32_t *)&irsp->un1 + 1));
dea31012005-04-17 16:05:31 -05002934 }
2935
2936 switch (type) {
2937 case LPFC_ABORT_IOCB:
2938 case LPFC_SOL_IOCB:
2939 /*
2940 * Idle exchange closed via ABTS from port. No iocb
2941 * resources need to be recovered.
2942 */
2943 if (unlikely(irsp->ulpCommand == CMD_XRI_ABORTED_CX)) {
James Smartdca94792006-08-01 07:34:08 -04002944 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002945 "0333 IOCB cmd 0x%x"
James Smartdca94792006-08-01 07:34:08 -04002946 " processed. Skipping"
James Smart92d7f7b2007-06-17 19:56:38 -05002947 " completion\n",
James Smartdca94792006-08-01 07:34:08 -04002948 irsp->ulpCommand);
dea31012005-04-17 16:05:31 -05002949 break;
2950 }
2951
James Bottomley604a3e32005-10-29 10:28:33 -05002952 cmdiocbq = lpfc_sli_iocbq_lookup(phba, pring,
2953 &rspiocbq);
James Smart0f65ff62010-02-26 14:14:23 -05002954 if (unlikely(!cmdiocbq))
2955 break;
2956 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED)
2957 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
2958 if (cmdiocbq->iocb_cmpl) {
2959 spin_unlock_irqrestore(&phba->hbalock, iflag);
2960 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq,
2961 &rspiocbq);
2962 spin_lock_irqsave(&phba->hbalock, iflag);
2963 }
dea31012005-04-17 16:05:31 -05002964 break;
James Smarta4bc3372006-12-02 13:34:16 -05002965 case LPFC_UNSOL_IOCB:
James Smart2e0fef82007-06-17 19:56:36 -05002966 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta4bc3372006-12-02 13:34:16 -05002967 lpfc_sli_process_unsol_iocb(phba, pring, &rspiocbq);
James Smart2e0fef82007-06-17 19:56:36 -05002968 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta4bc3372006-12-02 13:34:16 -05002969 break;
dea31012005-04-17 16:05:31 -05002970 default:
2971 if (irsp->ulpCommand == CMD_ADAPTER_MSG) {
2972 char adaptermsg[LPFC_MAX_ADPTMSG];
2973 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG);
2974 memcpy(&adaptermsg[0], (uint8_t *) irsp,
2975 MAX_MSG_DATA);
Joe Perches898eb712007-10-18 03:06:30 -07002976 dev_warn(&((phba->pcidev)->dev),
2977 "lpfc%d: %s\n",
dea31012005-04-17 16:05:31 -05002978 phba->brd_no, adaptermsg);
2979 } else {
2980 /* Unknown IOCB command */
2981 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002982 "0334 Unknown IOCB command "
James Smart92d7f7b2007-06-17 19:56:38 -05002983 "Data: x%x, x%x x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04002984 type, irsp->ulpCommand,
James Smart92d7f7b2007-06-17 19:56:38 -05002985 irsp->ulpStatus,
2986 irsp->ulpIoTag,
2987 irsp->ulpContext);
dea31012005-04-17 16:05:31 -05002988 }
2989 break;
2990 }
2991
2992 /*
2993 * The response IOCB has been processed. Update the ring
2994 * pointer in SLIM. If the port response put pointer has not
2995 * been updated, sync the pgp->rspPutInx and fetch the new port
2996 * response put pointer.
2997 */
James Smarted957682007-06-17 19:56:37 -05002998 writel(pring->rspidx, &phba->host_gp[pring->ringno].rspGetInx);
dea31012005-04-17 16:05:31 -05002999
3000 if (pring->rspidx == portRspPut)
3001 portRspPut = le32_to_cpu(pgp->rspPutInx);
3002 }
3003
3004 if ((rsp_cmpl > 0) && (mask & HA_R0RE_REQ)) {
3005 pring->stats.iocb_rsp_full++;
3006 status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4));
3007 writel(status, phba->CAregaddr);
3008 readl(phba->CAregaddr);
3009 }
3010 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
3011 pring->flag &= ~LPFC_CALL_RING_AVAILABLE;
3012 pring->stats.iocb_cmd_empty++;
3013
3014 /* Force update of the local copy of cmdGetInx */
3015 pring->local_getidx = le32_to_cpu(pgp->cmdGetInx);
3016 lpfc_sli_resume_iocb(phba, pring);
3017
3018 if ((pring->lpfc_sli_cmd_available))
3019 (pring->lpfc_sli_cmd_available) (phba, pring);
3020
3021 }
3022
James Smart45ed1192009-10-02 15:17:02 -04003023 phba->fcp_ring_in_use = 0;
James Smart2e0fef82007-06-17 19:56:36 -05003024 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003025 return rc;
3026}
3027
James Smarte59058c2008-08-24 21:49:00 -04003028/**
James Smart3772a992009-05-22 14:50:54 -04003029 * lpfc_sli_sp_handle_rspiocb - Handle slow-path response iocb
3030 * @phba: Pointer to HBA context object.
3031 * @pring: Pointer to driver SLI ring object.
3032 * @rspiocbp: Pointer to driver response IOCB object.
3033 *
3034 * This function is called from the worker thread when there is a slow-path
3035 * response IOCB to process. This function chains all the response iocbs until
3036 * seeing the iocb with the LE bit set. The function will call
3037 * lpfc_sli_process_sol_iocb function if the response iocb indicates a
3038 * completion of a command iocb. The function will call the
3039 * lpfc_sli_process_unsol_iocb function if this is an unsolicited iocb.
3040 * The function frees the resources or calls the completion handler if this
3041 * iocb is an abort completion. The function returns NULL when the response
3042 * iocb has the LE bit set and all the chained iocbs are processed, otherwise
3043 * this function shall chain the iocb on to the iocb_continueq and return the
3044 * response iocb passed in.
3045 **/
3046static struct lpfc_iocbq *
3047lpfc_sli_sp_handle_rspiocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
3048 struct lpfc_iocbq *rspiocbp)
3049{
3050 struct lpfc_iocbq *saveq;
3051 struct lpfc_iocbq *cmdiocbp;
3052 struct lpfc_iocbq *next_iocb;
3053 IOCB_t *irsp = NULL;
3054 uint32_t free_saveq;
3055 uint8_t iocb_cmd_type;
3056 lpfc_iocb_type type;
3057 unsigned long iflag;
3058 int rc;
3059
3060 spin_lock_irqsave(&phba->hbalock, iflag);
3061 /* First add the response iocb to the countinueq list */
3062 list_add_tail(&rspiocbp->list, &(pring->iocb_continueq));
3063 pring->iocb_continueq_cnt++;
3064
Justin P. Mattock70f23fd2011-05-10 10:16:21 +02003065 /* Now, determine whether the list is completed for processing */
James Smart3772a992009-05-22 14:50:54 -04003066 irsp = &rspiocbp->iocb;
3067 if (irsp->ulpLe) {
3068 /*
3069 * By default, the driver expects to free all resources
3070 * associated with this iocb completion.
3071 */
3072 free_saveq = 1;
3073 saveq = list_get_first(&pring->iocb_continueq,
3074 struct lpfc_iocbq, list);
3075 irsp = &(saveq->iocb);
3076 list_del_init(&pring->iocb_continueq);
3077 pring->iocb_continueq_cnt = 0;
3078
3079 pring->stats.iocb_rsp++;
3080
3081 /*
3082 * If resource errors reported from HBA, reduce
3083 * queuedepths of the SCSI device.
3084 */
3085 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&
3086 (irsp->un.ulpWord[4] == IOERR_NO_RESOURCES)) {
3087 spin_unlock_irqrestore(&phba->hbalock, iflag);
3088 phba->lpfc_rampdown_queue_depth(phba);
3089 spin_lock_irqsave(&phba->hbalock, iflag);
3090 }
3091
3092 if (irsp->ulpStatus) {
3093 /* Rsp ring <ringno> error: IOCB */
3094 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3095 "0328 Rsp Ring %d error: "
3096 "IOCB Data: "
3097 "x%x x%x x%x x%x "
3098 "x%x x%x x%x x%x "
3099 "x%x x%x x%x x%x "
3100 "x%x x%x x%x x%x\n",
3101 pring->ringno,
3102 irsp->un.ulpWord[0],
3103 irsp->un.ulpWord[1],
3104 irsp->un.ulpWord[2],
3105 irsp->un.ulpWord[3],
3106 irsp->un.ulpWord[4],
3107 irsp->un.ulpWord[5],
3108 *(((uint32_t *) irsp) + 6),
3109 *(((uint32_t *) irsp) + 7),
3110 *(((uint32_t *) irsp) + 8),
3111 *(((uint32_t *) irsp) + 9),
3112 *(((uint32_t *) irsp) + 10),
3113 *(((uint32_t *) irsp) + 11),
3114 *(((uint32_t *) irsp) + 12),
3115 *(((uint32_t *) irsp) + 13),
3116 *(((uint32_t *) irsp) + 14),
3117 *(((uint32_t *) irsp) + 15));
3118 }
3119
3120 /*
3121 * Fetch the IOCB command type and call the correct completion
3122 * routine. Solicited and Unsolicited IOCBs on the ELS ring
3123 * get freed back to the lpfc_iocb_list by the discovery
3124 * kernel thread.
3125 */
3126 iocb_cmd_type = irsp->ulpCommand & CMD_IOCB_MASK;
3127 type = lpfc_sli_iocb_cmd_type(iocb_cmd_type);
3128 switch (type) {
3129 case LPFC_SOL_IOCB:
3130 spin_unlock_irqrestore(&phba->hbalock, iflag);
3131 rc = lpfc_sli_process_sol_iocb(phba, pring, saveq);
3132 spin_lock_irqsave(&phba->hbalock, iflag);
3133 break;
3134
3135 case LPFC_UNSOL_IOCB:
3136 spin_unlock_irqrestore(&phba->hbalock, iflag);
3137 rc = lpfc_sli_process_unsol_iocb(phba, pring, saveq);
3138 spin_lock_irqsave(&phba->hbalock, iflag);
3139 if (!rc)
3140 free_saveq = 0;
3141 break;
3142
3143 case LPFC_ABORT_IOCB:
3144 cmdiocbp = NULL;
3145 if (irsp->ulpCommand != CMD_XRI_ABORTED_CX)
3146 cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring,
3147 saveq);
3148 if (cmdiocbp) {
3149 /* Call the specified completion routine */
3150 if (cmdiocbp->iocb_cmpl) {
3151 spin_unlock_irqrestore(&phba->hbalock,
3152 iflag);
3153 (cmdiocbp->iocb_cmpl)(phba, cmdiocbp,
3154 saveq);
3155 spin_lock_irqsave(&phba->hbalock,
3156 iflag);
3157 } else
3158 __lpfc_sli_release_iocbq(phba,
3159 cmdiocbp);
3160 }
3161 break;
3162
3163 case LPFC_UNKNOWN_IOCB:
3164 if (irsp->ulpCommand == CMD_ADAPTER_MSG) {
3165 char adaptermsg[LPFC_MAX_ADPTMSG];
3166 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG);
3167 memcpy(&adaptermsg[0], (uint8_t *)irsp,
3168 MAX_MSG_DATA);
3169 dev_warn(&((phba->pcidev)->dev),
3170 "lpfc%d: %s\n",
3171 phba->brd_no, adaptermsg);
3172 } else {
3173 /* Unknown IOCB command */
3174 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3175 "0335 Unknown IOCB "
3176 "command Data: x%x "
3177 "x%x x%x x%x\n",
3178 irsp->ulpCommand,
3179 irsp->ulpStatus,
3180 irsp->ulpIoTag,
3181 irsp->ulpContext);
3182 }
3183 break;
3184 }
3185
3186 if (free_saveq) {
3187 list_for_each_entry_safe(rspiocbp, next_iocb,
3188 &saveq->list, list) {
3189 list_del(&rspiocbp->list);
3190 __lpfc_sli_release_iocbq(phba, rspiocbp);
3191 }
3192 __lpfc_sli_release_iocbq(phba, saveq);
3193 }
3194 rspiocbp = NULL;
3195 }
3196 spin_unlock_irqrestore(&phba->hbalock, iflag);
3197 return rspiocbp;
3198}
3199
3200/**
3201 * lpfc_sli_handle_slow_ring_event - Wrapper func for handling slow-path iocbs
James Smarte59058c2008-08-24 21:49:00 -04003202 * @phba: Pointer to HBA context object.
3203 * @pring: Pointer to driver SLI ring object.
3204 * @mask: Host attention register mask for this ring.
3205 *
James Smart3772a992009-05-22 14:50:54 -04003206 * This routine wraps the actual slow_ring event process routine from the
3207 * API jump table function pointer from the lpfc_hba struct.
James Smarte59058c2008-08-24 21:49:00 -04003208 **/
James Smart3772a992009-05-22 14:50:54 -04003209void
James Smart2e0fef82007-06-17 19:56:36 -05003210lpfc_sli_handle_slow_ring_event(struct lpfc_hba *phba,
3211 struct lpfc_sli_ring *pring, uint32_t mask)
dea31012005-04-17 16:05:31 -05003212{
James Smart3772a992009-05-22 14:50:54 -04003213 phba->lpfc_sli_handle_slow_ring_event(phba, pring, mask);
3214}
3215
3216/**
3217 * lpfc_sli_handle_slow_ring_event_s3 - Handle SLI3 ring event for non-FCP rings
3218 * @phba: Pointer to HBA context object.
3219 * @pring: Pointer to driver SLI ring object.
3220 * @mask: Host attention register mask for this ring.
3221 *
3222 * This function is called from the worker thread when there is a ring event
3223 * for non-fcp rings. The caller does not hold any lock. The function will
3224 * remove each response iocb in the response ring and calls the handle
3225 * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it.
3226 **/
3227static void
3228lpfc_sli_handle_slow_ring_event_s3(struct lpfc_hba *phba,
3229 struct lpfc_sli_ring *pring, uint32_t mask)
3230{
James Smart34b02dc2008-08-24 21:49:55 -04003231 struct lpfc_pgp *pgp;
dea31012005-04-17 16:05:31 -05003232 IOCB_t *entry;
3233 IOCB_t *irsp = NULL;
3234 struct lpfc_iocbq *rspiocbp = NULL;
dea31012005-04-17 16:05:31 -05003235 uint32_t portRspPut, portRspMax;
dea31012005-04-17 16:05:31 -05003236 unsigned long iflag;
James Smart3772a992009-05-22 14:50:54 -04003237 uint32_t status;
dea31012005-04-17 16:05:31 -05003238
James Smart34b02dc2008-08-24 21:49:55 -04003239 pgp = &phba->port_gp[pring->ringno];
James Smart2e0fef82007-06-17 19:56:36 -05003240 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003241 pring->stats.iocb_event++;
3242
dea31012005-04-17 16:05:31 -05003243 /*
3244 * The next available response entry should never exceed the maximum
3245 * entries. If it does, treat it as an adapter hardware error.
3246 */
3247 portRspMax = pring->numRiocb;
3248 portRspPut = le32_to_cpu(pgp->rspPutInx);
3249 if (portRspPut >= portRspMax) {
3250 /*
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003251 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
dea31012005-04-17 16:05:31 -05003252 * rsp ring <portRspMax>
3253 */
James Smarted957682007-06-17 19:56:37 -05003254 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003255 "0303 Ring %d handler: portRspPut %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003256 "is bigger than rsp ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003257 pring->ringno, portRspPut, portRspMax);
dea31012005-04-17 16:05:31 -05003258
James Smart2e0fef82007-06-17 19:56:36 -05003259 phba->link_state = LPFC_HBA_ERROR;
3260 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003261
3262 phba->work_hs = HS_FFER3;
3263 lpfc_handle_eratt(phba);
3264
James Smart3772a992009-05-22 14:50:54 -04003265 return;
dea31012005-04-17 16:05:31 -05003266 }
3267
3268 rmb();
dea31012005-04-17 16:05:31 -05003269 while (pring->rspidx != portRspPut) {
3270 /*
3271 * Build a completion list and call the appropriate handler.
3272 * The process is to get the next available response iocb, get
3273 * a free iocb from the list, copy the response data into the
3274 * free iocb, insert to the continuation list, and update the
3275 * next response index to slim. This process makes response
3276 * iocb's in the ring available to DMA as fast as possible but
3277 * pays a penalty for a copy operation. Since the iocb is
3278 * only 32 bytes, this penalty is considered small relative to
3279 * the PCI reads for register values and a slim write. When
3280 * the ulpLe field is set, the entire Command has been
3281 * received.
3282 */
James Smarted957682007-06-17 19:56:37 -05003283 entry = lpfc_resp_iocb(phba, pring);
3284
James Smart858c9f62007-06-17 19:56:39 -05003285 phba->last_completion_time = jiffies;
James Smart2e0fef82007-06-17 19:56:36 -05003286 rspiocbp = __lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05003287 if (rspiocbp == NULL) {
3288 printk(KERN_ERR "%s: out of buffers! Failing "
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07003289 "completion.\n", __func__);
dea31012005-04-17 16:05:31 -05003290 break;
3291 }
3292
James Smarted957682007-06-17 19:56:37 -05003293 lpfc_sli_pcimem_bcopy(entry, &rspiocbp->iocb,
3294 phba->iocb_rsp_size);
dea31012005-04-17 16:05:31 -05003295 irsp = &rspiocbp->iocb;
3296
3297 if (++pring->rspidx >= portRspMax)
3298 pring->rspidx = 0;
3299
James Smarta58cbd52007-08-02 11:09:43 -04003300 if (pring->ringno == LPFC_ELS_RING) {
3301 lpfc_debugfs_slow_ring_trc(phba,
3302 "IOCB rsp ring: wd4:x%08x wd6:x%08x wd7:x%08x",
3303 *(((uint32_t *) irsp) + 4),
3304 *(((uint32_t *) irsp) + 6),
3305 *(((uint32_t *) irsp) + 7));
3306 }
3307
James Smarted957682007-06-17 19:56:37 -05003308 writel(pring->rspidx, &phba->host_gp[pring->ringno].rspGetInx);
dea31012005-04-17 16:05:31 -05003309
James Smart3772a992009-05-22 14:50:54 -04003310 spin_unlock_irqrestore(&phba->hbalock, iflag);
3311 /* Handle the response IOCB */
3312 rspiocbp = lpfc_sli_sp_handle_rspiocb(phba, pring, rspiocbp);
3313 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003314
3315 /*
3316 * If the port response put pointer has not been updated, sync
3317 * the pgp->rspPutInx in the MAILBOX_tand fetch the new port
3318 * response put pointer.
3319 */
3320 if (pring->rspidx == portRspPut) {
3321 portRspPut = le32_to_cpu(pgp->rspPutInx);
3322 }
3323 } /* while (pring->rspidx != portRspPut) */
3324
James Smart92d7f7b2007-06-17 19:56:38 -05003325 if ((rspiocbp != NULL) && (mask & HA_R0RE_REQ)) {
dea31012005-04-17 16:05:31 -05003326 /* At least one response entry has been freed */
3327 pring->stats.iocb_rsp_full++;
3328 /* SET RxRE_RSP in Chip Att register */
3329 status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4));
3330 writel(status, phba->CAregaddr);
3331 readl(phba->CAregaddr); /* flush */
3332 }
3333 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
3334 pring->flag &= ~LPFC_CALL_RING_AVAILABLE;
3335 pring->stats.iocb_cmd_empty++;
3336
3337 /* Force update of the local copy of cmdGetInx */
3338 pring->local_getidx = le32_to_cpu(pgp->cmdGetInx);
3339 lpfc_sli_resume_iocb(phba, pring);
3340
3341 if ((pring->lpfc_sli_cmd_available))
3342 (pring->lpfc_sli_cmd_available) (phba, pring);
3343
3344 }
3345
James Smart2e0fef82007-06-17 19:56:36 -05003346 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04003347 return;
dea31012005-04-17 16:05:31 -05003348}
3349
James Smarte59058c2008-08-24 21:49:00 -04003350/**
James Smart4f774512009-05-22 14:52:35 -04003351 * lpfc_sli_handle_slow_ring_event_s4 - Handle SLI4 slow-path els events
3352 * @phba: Pointer to HBA context object.
3353 * @pring: Pointer to driver SLI ring object.
3354 * @mask: Host attention register mask for this ring.
3355 *
3356 * This function is called from the worker thread when there is a pending
3357 * ELS response iocb on the driver internal slow-path response iocb worker
3358 * queue. The caller does not hold any lock. The function will remove each
3359 * response iocb from the response worker queue and calls the handle
3360 * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it.
3361 **/
3362static void
3363lpfc_sli_handle_slow_ring_event_s4(struct lpfc_hba *phba,
3364 struct lpfc_sli_ring *pring, uint32_t mask)
3365{
3366 struct lpfc_iocbq *irspiocbq;
James Smart4d9ab992009-10-02 15:16:39 -04003367 struct hbq_dmabuf *dmabuf;
3368 struct lpfc_cq_event *cq_event;
James Smart4f774512009-05-22 14:52:35 -04003369 unsigned long iflag;
3370
James Smart45ed1192009-10-02 15:17:02 -04003371 spin_lock_irqsave(&phba->hbalock, iflag);
3372 phba->hba_flag &= ~HBA_SP_QUEUE_EVT;
3373 spin_unlock_irqrestore(&phba->hbalock, iflag);
3374 while (!list_empty(&phba->sli4_hba.sp_queue_event)) {
James Smart4f774512009-05-22 14:52:35 -04003375 /* Get the response iocb from the head of work queue */
3376 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart45ed1192009-10-02 15:17:02 -04003377 list_remove_head(&phba->sli4_hba.sp_queue_event,
James Smart4d9ab992009-10-02 15:16:39 -04003378 cq_event, struct lpfc_cq_event, list);
James Smart4f774512009-05-22 14:52:35 -04003379 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart4d9ab992009-10-02 15:16:39 -04003380
3381 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) {
3382 case CQE_CODE_COMPL_WQE:
3383 irspiocbq = container_of(cq_event, struct lpfc_iocbq,
3384 cq_event);
James Smart45ed1192009-10-02 15:17:02 -04003385 /* Translate ELS WCQE to response IOCBQ */
3386 irspiocbq = lpfc_sli4_els_wcqe_to_rspiocbq(phba,
3387 irspiocbq);
3388 if (irspiocbq)
3389 lpfc_sli_sp_handle_rspiocb(phba, pring,
3390 irspiocbq);
James Smart4d9ab992009-10-02 15:16:39 -04003391 break;
3392 case CQE_CODE_RECEIVE:
James Smart7851fe22011-07-22 18:36:52 -04003393 case CQE_CODE_RECEIVE_V1:
James Smart4d9ab992009-10-02 15:16:39 -04003394 dmabuf = container_of(cq_event, struct hbq_dmabuf,
3395 cq_event);
3396 lpfc_sli4_handle_received_buffer(phba, dmabuf);
3397 break;
3398 default:
3399 break;
3400 }
James Smart4f774512009-05-22 14:52:35 -04003401 }
3402}
3403
3404/**
James Smart3621a712009-04-06 18:47:14 -04003405 * lpfc_sli_abort_iocb_ring - Abort all iocbs in the ring
James Smarte59058c2008-08-24 21:49:00 -04003406 * @phba: Pointer to HBA context object.
3407 * @pring: Pointer to driver SLI ring object.
3408 *
3409 * This function aborts all iocbs in the given ring and frees all the iocb
3410 * objects in txq. This function issues an abort iocb for all the iocb commands
3411 * in txcmplq. The iocbs in the txcmplq is not guaranteed to complete before
3412 * the return of this function. The caller is not required to hold any locks.
3413 **/
James Smart2e0fef82007-06-17 19:56:36 -05003414void
dea31012005-04-17 16:05:31 -05003415lpfc_sli_abort_iocb_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
3416{
James Smart2534ba72007-04-25 09:52:20 -04003417 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05003418 struct lpfc_iocbq *iocb, *next_iocb;
dea31012005-04-17 16:05:31 -05003419
James Smart92d7f7b2007-06-17 19:56:38 -05003420 if (pring->ringno == LPFC_ELS_RING) {
3421 lpfc_fabric_abort_hba(phba);
3422 }
3423
dea31012005-04-17 16:05:31 -05003424 /* Error everything on txq and txcmplq
3425 * First do the txq.
3426 */
James Smart2e0fef82007-06-17 19:56:36 -05003427 spin_lock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04003428 list_splice_init(&pring->txq, &completions);
dea31012005-04-17 16:05:31 -05003429 pring->txq_cnt = 0;
dea31012005-04-17 16:05:31 -05003430
3431 /* Next issue ABTS for everything on the txcmplq */
James Smart2534ba72007-04-25 09:52:20 -04003432 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list)
3433 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
3434
James Smart2e0fef82007-06-17 19:56:36 -05003435 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04003436
James Smarta257bf92009-04-06 18:48:10 -04003437 /* Cancel all the IOCBs from the completions list */
3438 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
3439 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05003440}
3441
James Smarte59058c2008-08-24 21:49:00 -04003442/**
James Smart3621a712009-04-06 18:47:14 -04003443 * lpfc_sli_flush_fcp_rings - flush all iocbs in the fcp ring
James Smarta8e497d2008-08-24 21:50:11 -04003444 * @phba: Pointer to HBA context object.
3445 *
3446 * This function flushes all iocbs in the fcp ring and frees all the iocb
3447 * objects in txq and txcmplq. This function will not issue abort iocbs
3448 * for all the iocb commands in txcmplq, they will just be returned with
3449 * IOERR_SLI_DOWN. This function is invoked with EEH when device's PCI
3450 * slot has been permanently disabled.
3451 **/
3452void
3453lpfc_sli_flush_fcp_rings(struct lpfc_hba *phba)
3454{
3455 LIST_HEAD(txq);
3456 LIST_HEAD(txcmplq);
James Smarta8e497d2008-08-24 21:50:11 -04003457 struct lpfc_sli *psli = &phba->sli;
3458 struct lpfc_sli_ring *pring;
3459
3460 /* Currently, only one fcp ring */
3461 pring = &psli->ring[psli->fcp_ring];
3462
3463 spin_lock_irq(&phba->hbalock);
3464 /* Retrieve everything on txq */
3465 list_splice_init(&pring->txq, &txq);
3466 pring->txq_cnt = 0;
3467
3468 /* Retrieve everything on the txcmplq */
3469 list_splice_init(&pring->txcmplq, &txcmplq);
3470 pring->txcmplq_cnt = 0;
James Smart4f2e66c2012-05-09 21:17:07 -04003471
3472 /* Indicate the I/O queues are flushed */
3473 phba->hba_flag |= HBA_FCP_IOQ_FLUSH;
James Smarta8e497d2008-08-24 21:50:11 -04003474 spin_unlock_irq(&phba->hbalock);
3475
3476 /* Flush the txq */
James Smarta257bf92009-04-06 18:48:10 -04003477 lpfc_sli_cancel_iocbs(phba, &txq, IOSTAT_LOCAL_REJECT,
3478 IOERR_SLI_DOWN);
James Smarta8e497d2008-08-24 21:50:11 -04003479
3480 /* Flush the txcmpq */
James Smarta257bf92009-04-06 18:48:10 -04003481 lpfc_sli_cancel_iocbs(phba, &txcmplq, IOSTAT_LOCAL_REJECT,
3482 IOERR_SLI_DOWN);
James Smarta8e497d2008-08-24 21:50:11 -04003483}
3484
3485/**
James Smart3772a992009-05-22 14:50:54 -04003486 * lpfc_sli_brdready_s3 - Check for sli3 host ready status
James Smarte59058c2008-08-24 21:49:00 -04003487 * @phba: Pointer to HBA context object.
3488 * @mask: Bit mask to be checked.
3489 *
3490 * This function reads the host status register and compares
3491 * with the provided bit mask to check if HBA completed
3492 * the restart. This function will wait in a loop for the
3493 * HBA to complete restart. If the HBA does not restart within
3494 * 15 iterations, the function will reset the HBA again. The
3495 * function returns 1 when HBA fail to restart otherwise returns
3496 * zero.
3497 **/
James Smart3772a992009-05-22 14:50:54 -04003498static int
3499lpfc_sli_brdready_s3(struct lpfc_hba *phba, uint32_t mask)
dea31012005-04-17 16:05:31 -05003500{
Jamie Wellnitz41415862006-02-28 19:25:27 -05003501 uint32_t status;
3502 int i = 0;
3503 int retval = 0;
dea31012005-04-17 16:05:31 -05003504
Jamie Wellnitz41415862006-02-28 19:25:27 -05003505 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05003506 if (lpfc_readl(phba->HSregaddr, &status))
3507 return 1;
dea31012005-04-17 16:05:31 -05003508
Jamie Wellnitz41415862006-02-28 19:25:27 -05003509 /*
3510 * Check status register every 100ms for 5 retries, then every
3511 * 500ms for 5, then every 2.5 sec for 5, then reset board and
3512 * every 2.5 sec for 4.
3513 * Break our of the loop if errors occurred during init.
3514 */
3515 while (((status & mask) != mask) &&
3516 !(status & HS_FFERM) &&
3517 i++ < 20) {
dea31012005-04-17 16:05:31 -05003518
Jamie Wellnitz41415862006-02-28 19:25:27 -05003519 if (i <= 5)
3520 msleep(10);
3521 else if (i <= 10)
3522 msleep(500);
3523 else
3524 msleep(2500);
dea31012005-04-17 16:05:31 -05003525
Jamie Wellnitz41415862006-02-28 19:25:27 -05003526 if (i == 15) {
James Smart2e0fef82007-06-17 19:56:36 -05003527 /* Do post */
James Smart92d7f7b2007-06-17 19:56:38 -05003528 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003529 lpfc_sli_brdrestart(phba);
3530 }
3531 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05003532 if (lpfc_readl(phba->HSregaddr, &status)) {
3533 retval = 1;
3534 break;
3535 }
dea31012005-04-17 16:05:31 -05003536 }
dea31012005-04-17 16:05:31 -05003537
Jamie Wellnitz41415862006-02-28 19:25:27 -05003538 /* Check to see if any errors occurred during init */
3539 if ((status & HS_FFERM) || (i >= 20)) {
James Smarte40a02c2010-02-26 14:13:54 -05003540 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3541 "2751 Adapter failed to restart, "
3542 "status reg x%x, FW Data: A8 x%x AC x%x\n",
3543 status,
3544 readl(phba->MBslimaddr + 0xa8),
3545 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05003546 phba->link_state = LPFC_HBA_ERROR;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003547 retval = 1;
3548 }
dea31012005-04-17 16:05:31 -05003549
Jamie Wellnitz41415862006-02-28 19:25:27 -05003550 return retval;
dea31012005-04-17 16:05:31 -05003551}
3552
James Smartda0436e2009-05-22 14:51:39 -04003553/**
3554 * lpfc_sli_brdready_s4 - Check for sli4 host ready status
3555 * @phba: Pointer to HBA context object.
3556 * @mask: Bit mask to be checked.
3557 *
3558 * This function checks the host status register to check if HBA is
3559 * ready. This function will wait in a loop for the HBA to be ready
3560 * If the HBA is not ready , the function will will reset the HBA PCI
3561 * function again. The function returns 1 when HBA fail to be ready
3562 * otherwise returns zero.
3563 **/
3564static int
3565lpfc_sli_brdready_s4(struct lpfc_hba *phba, uint32_t mask)
3566{
3567 uint32_t status;
3568 int retval = 0;
3569
3570 /* Read the HBA Host Status Register */
3571 status = lpfc_sli4_post_status_check(phba);
3572
3573 if (status) {
3574 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
3575 lpfc_sli_brdrestart(phba);
3576 status = lpfc_sli4_post_status_check(phba);
3577 }
3578
3579 /* Check to see if any errors occurred during init */
3580 if (status) {
3581 phba->link_state = LPFC_HBA_ERROR;
3582 retval = 1;
3583 } else
3584 phba->sli4_hba.intr_enable = 0;
3585
3586 return retval;
3587}
3588
3589/**
3590 * lpfc_sli_brdready - Wrapper func for checking the hba readyness
3591 * @phba: Pointer to HBA context object.
3592 * @mask: Bit mask to be checked.
3593 *
3594 * This routine wraps the actual SLI3 or SLI4 hba readyness check routine
3595 * from the API jump table function pointer from the lpfc_hba struct.
3596 **/
3597int
3598lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask)
3599{
3600 return phba->lpfc_sli_brdready(phba, mask);
3601}
3602
James Smart92908312006-03-07 15:04:13 -05003603#define BARRIER_TEST_PATTERN (0xdeadbeef)
3604
James Smarte59058c2008-08-24 21:49:00 -04003605/**
James Smart3621a712009-04-06 18:47:14 -04003606 * lpfc_reset_barrier - Make HBA ready for HBA reset
James Smarte59058c2008-08-24 21:49:00 -04003607 * @phba: Pointer to HBA context object.
3608 *
James Smart1b511972011-12-13 13:23:09 -05003609 * This function is called before resetting an HBA. This function is called
3610 * with hbalock held and requests HBA to quiesce DMAs before a reset.
James Smarte59058c2008-08-24 21:49:00 -04003611 **/
James Smart2e0fef82007-06-17 19:56:36 -05003612void lpfc_reset_barrier(struct lpfc_hba *phba)
James Smart92908312006-03-07 15:04:13 -05003613{
James Smart65a29c12006-07-06 15:50:50 -04003614 uint32_t __iomem *resp_buf;
3615 uint32_t __iomem *mbox_buf;
James Smart92908312006-03-07 15:04:13 -05003616 volatile uint32_t mbox;
James Smart9940b972011-03-11 16:06:12 -05003617 uint32_t hc_copy, ha_copy, resp_data;
James Smart92908312006-03-07 15:04:13 -05003618 int i;
3619 uint8_t hdrtype;
3620
3621 pci_read_config_byte(phba->pcidev, PCI_HEADER_TYPE, &hdrtype);
3622 if (hdrtype != 0x80 ||
3623 (FC_JEDEC_ID(phba->vpd.rev.biuRev) != HELIOS_JEDEC_ID &&
3624 FC_JEDEC_ID(phba->vpd.rev.biuRev) != THOR_JEDEC_ID))
3625 return;
3626
3627 /*
3628 * Tell the other part of the chip to suspend temporarily all
3629 * its DMA activity.
3630 */
James Smart65a29c12006-07-06 15:50:50 -04003631 resp_buf = phba->MBslimaddr;
James Smart92908312006-03-07 15:04:13 -05003632
3633 /* Disable the error attention */
James Smart9940b972011-03-11 16:06:12 -05003634 if (lpfc_readl(phba->HCregaddr, &hc_copy))
3635 return;
James Smart92908312006-03-07 15:04:13 -05003636 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr);
3637 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05003638 phba->link_flag |= LS_IGNORE_ERATT;
James Smart92908312006-03-07 15:04:13 -05003639
James Smart9940b972011-03-11 16:06:12 -05003640 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3641 return;
3642 if (ha_copy & HA_ERATT) {
James Smart92908312006-03-07 15:04:13 -05003643 /* Clear Chip error bit */
3644 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003645 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003646 }
3647
3648 mbox = 0;
3649 ((MAILBOX_t *)&mbox)->mbxCommand = MBX_KILL_BOARD;
3650 ((MAILBOX_t *)&mbox)->mbxOwner = OWN_CHIP;
3651
3652 writel(BARRIER_TEST_PATTERN, (resp_buf + 1));
James Smart65a29c12006-07-06 15:50:50 -04003653 mbox_buf = phba->MBslimaddr;
James Smart92908312006-03-07 15:04:13 -05003654 writel(mbox, mbox_buf);
3655
James Smart9940b972011-03-11 16:06:12 -05003656 for (i = 0; i < 50; i++) {
3657 if (lpfc_readl((resp_buf + 1), &resp_data))
3658 return;
3659 if (resp_data != ~(BARRIER_TEST_PATTERN))
3660 mdelay(1);
3661 else
3662 break;
3663 }
3664 resp_data = 0;
3665 if (lpfc_readl((resp_buf + 1), &resp_data))
3666 return;
3667 if (resp_data != ~(BARRIER_TEST_PATTERN)) {
James Smartf4b4c682009-05-22 14:53:12 -04003668 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE ||
James Smart2e0fef82007-06-17 19:56:36 -05003669 phba->pport->stopped)
James Smart92908312006-03-07 15:04:13 -05003670 goto restore_hc;
3671 else
3672 goto clear_errat;
3673 }
3674
3675 ((MAILBOX_t *)&mbox)->mbxOwner = OWN_HOST;
James Smart9940b972011-03-11 16:06:12 -05003676 resp_data = 0;
3677 for (i = 0; i < 500; i++) {
3678 if (lpfc_readl(resp_buf, &resp_data))
3679 return;
3680 if (resp_data != mbox)
3681 mdelay(1);
3682 else
3683 break;
3684 }
James Smart92908312006-03-07 15:04:13 -05003685
3686clear_errat:
3687
James Smart9940b972011-03-11 16:06:12 -05003688 while (++i < 500) {
3689 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3690 return;
3691 if (!(ha_copy & HA_ERATT))
3692 mdelay(1);
3693 else
3694 break;
3695 }
James Smart92908312006-03-07 15:04:13 -05003696
3697 if (readl(phba->HAregaddr) & HA_ERATT) {
3698 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003699 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003700 }
3701
3702restore_hc:
James Smart2e0fef82007-06-17 19:56:36 -05003703 phba->link_flag &= ~LS_IGNORE_ERATT;
James Smart92908312006-03-07 15:04:13 -05003704 writel(hc_copy, phba->HCregaddr);
3705 readl(phba->HCregaddr); /* flush */
3706}
3707
James Smarte59058c2008-08-24 21:49:00 -04003708/**
James Smart3621a712009-04-06 18:47:14 -04003709 * lpfc_sli_brdkill - Issue a kill_board mailbox command
James Smarte59058c2008-08-24 21:49:00 -04003710 * @phba: Pointer to HBA context object.
3711 *
3712 * This function issues a kill_board mailbox command and waits for
3713 * the error attention interrupt. This function is called for stopping
3714 * the firmware processing. The caller is not required to hold any
3715 * locks. This function calls lpfc_hba_down_post function to free
3716 * any pending commands after the kill. The function will return 1 when it
3717 * fails to kill the board else will return 0.
3718 **/
Jamie Wellnitz41415862006-02-28 19:25:27 -05003719int
James Smart2e0fef82007-06-17 19:56:36 -05003720lpfc_sli_brdkill(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05003721{
Jamie Wellnitz41415862006-02-28 19:25:27 -05003722 struct lpfc_sli *psli;
3723 LPFC_MBOXQ_t *pmb;
3724 uint32_t status;
3725 uint32_t ha_copy;
3726 int retval;
3727 int i = 0;
3728
3729 psli = &phba->sli;
3730
3731 /* Kill HBA */
James Smarted957682007-06-17 19:56:37 -05003732 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003733 "0329 Kill HBA Data: x%x x%x\n",
3734 phba->pport->port_state, psli->sli_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003735
James Smart98c9ea52007-10-27 13:37:33 -04003736 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3737 if (!pmb)
Jamie Wellnitz41415862006-02-28 19:25:27 -05003738 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003739
3740 /* Disable the error attention */
James Smart2e0fef82007-06-17 19:56:36 -05003741 spin_lock_irq(&phba->hbalock);
James Smart9940b972011-03-11 16:06:12 -05003742 if (lpfc_readl(phba->HCregaddr, &status)) {
3743 spin_unlock_irq(&phba->hbalock);
3744 mempool_free(pmb, phba->mbox_mem_pool);
3745 return 1;
3746 }
Jamie Wellnitz41415862006-02-28 19:25:27 -05003747 status &= ~HC_ERINT_ENA;
3748 writel(status, phba->HCregaddr);
3749 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05003750 phba->link_flag |= LS_IGNORE_ERATT;
3751 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003752
3753 lpfc_kill_board(phba, pmb);
3754 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
3755 retval = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
3756
3757 if (retval != MBX_SUCCESS) {
3758 if (retval != MBX_BUSY)
3759 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte40a02c2010-02-26 14:13:54 -05003760 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3761 "2752 KILL_BOARD command failed retval %d\n",
3762 retval);
James Smart2e0fef82007-06-17 19:56:36 -05003763 spin_lock_irq(&phba->hbalock);
3764 phba->link_flag &= ~LS_IGNORE_ERATT;
3765 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003766 return 1;
3767 }
3768
James Smartf4b4c682009-05-22 14:53:12 -04003769 spin_lock_irq(&phba->hbalock);
3770 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
3771 spin_unlock_irq(&phba->hbalock);
James Smart92908312006-03-07 15:04:13 -05003772
Jamie Wellnitz41415862006-02-28 19:25:27 -05003773 mempool_free(pmb, phba->mbox_mem_pool);
3774
3775 /* There is no completion for a KILL_BOARD mbox cmd. Check for an error
3776 * attention every 100ms for 3 seconds. If we don't get ERATT after
3777 * 3 seconds we still set HBA_ERROR state because the status of the
3778 * board is now undefined.
3779 */
James Smart9940b972011-03-11 16:06:12 -05003780 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3781 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003782 while ((i++ < 30) && !(ha_copy & HA_ERATT)) {
3783 mdelay(100);
James Smart9940b972011-03-11 16:06:12 -05003784 if (lpfc_readl(phba->HAregaddr, &ha_copy))
3785 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003786 }
3787
3788 del_timer_sync(&psli->mbox_tmo);
James Smart92908312006-03-07 15:04:13 -05003789 if (ha_copy & HA_ERATT) {
3790 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05003791 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05003792 }
James Smart2e0fef82007-06-17 19:56:36 -05003793 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003794 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart04c68492009-05-22 14:52:52 -04003795 psli->mbox_active = NULL;
James Smart2e0fef82007-06-17 19:56:36 -05003796 phba->link_flag &= ~LS_IGNORE_ERATT;
3797 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003798
Jamie Wellnitz41415862006-02-28 19:25:27 -05003799 lpfc_hba_down_post(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003800 phba->link_state = LPFC_HBA_ERROR;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003801
James Smart2e0fef82007-06-17 19:56:36 -05003802 return ha_copy & HA_ERATT ? 0 : 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003803}
3804
James Smarte59058c2008-08-24 21:49:00 -04003805/**
James Smart3772a992009-05-22 14:50:54 -04003806 * lpfc_sli_brdreset - Reset a sli-2 or sli-3 HBA
James Smarte59058c2008-08-24 21:49:00 -04003807 * @phba: Pointer to HBA context object.
3808 *
3809 * This function resets the HBA by writing HC_INITFF to the control
3810 * register. After the HBA resets, this function resets all the iocb ring
3811 * indices. This function disables PCI layer parity checking during
3812 * the reset.
3813 * This function returns 0 always.
3814 * The caller is not required to hold any locks.
3815 **/
Jamie Wellnitz41415862006-02-28 19:25:27 -05003816int
James Smart2e0fef82007-06-17 19:56:36 -05003817lpfc_sli_brdreset(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -05003818{
3819 struct lpfc_sli *psli;
dea31012005-04-17 16:05:31 -05003820 struct lpfc_sli_ring *pring;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003821 uint16_t cfg_value;
dea31012005-04-17 16:05:31 -05003822 int i;
dea31012005-04-17 16:05:31 -05003823
Jamie Wellnitz41415862006-02-28 19:25:27 -05003824 psli = &phba->sli;
dea31012005-04-17 16:05:31 -05003825
Jamie Wellnitz41415862006-02-28 19:25:27 -05003826 /* Reset HBA */
3827 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003828 "0325 Reset HBA Data: x%x x%x\n",
James Smart2e0fef82007-06-17 19:56:36 -05003829 phba->pport->port_state, psli->sli_flag);
dea31012005-04-17 16:05:31 -05003830
3831 /* perform board reset */
3832 phba->fc_eventTag = 0;
James Smart4d9ab992009-10-02 15:16:39 -04003833 phba->link_events = 0;
James Smart2e0fef82007-06-17 19:56:36 -05003834 phba->pport->fc_myDID = 0;
3835 phba->pport->fc_prevDID = 0;
dea31012005-04-17 16:05:31 -05003836
Jamie Wellnitz41415862006-02-28 19:25:27 -05003837 /* Turn off parity checking and serr during the physical reset */
3838 pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value);
3839 pci_write_config_word(phba->pcidev, PCI_COMMAND,
3840 (cfg_value &
3841 ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR)));
3842
James Smart3772a992009-05-22 14:50:54 -04003843 psli->sli_flag &= ~(LPFC_SLI_ACTIVE | LPFC_PROCESS_LA);
3844
Jamie Wellnitz41415862006-02-28 19:25:27 -05003845 /* Now toggle INITFF bit in the Host Control Register */
3846 writel(HC_INITFF, phba->HCregaddr);
3847 mdelay(1);
3848 readl(phba->HCregaddr); /* flush */
3849 writel(0, phba->HCregaddr);
3850 readl(phba->HCregaddr); /* flush */
3851
3852 /* Restore PCI cmd register */
3853 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value);
dea31012005-04-17 16:05:31 -05003854
3855 /* Initialize relevant SLI info */
Jamie Wellnitz41415862006-02-28 19:25:27 -05003856 for (i = 0; i < psli->num_rings; i++) {
3857 pring = &psli->ring[i];
dea31012005-04-17 16:05:31 -05003858 pring->flag = 0;
3859 pring->rspidx = 0;
3860 pring->next_cmdidx = 0;
3861 pring->local_getidx = 0;
3862 pring->cmdidx = 0;
3863 pring->missbufcnt = 0;
3864 }
dea31012005-04-17 16:05:31 -05003865
James Smart2e0fef82007-06-17 19:56:36 -05003866 phba->link_state = LPFC_WARM_START;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003867 return 0;
3868}
3869
James Smarte59058c2008-08-24 21:49:00 -04003870/**
James Smartda0436e2009-05-22 14:51:39 -04003871 * lpfc_sli4_brdreset - Reset a sli-4 HBA
3872 * @phba: Pointer to HBA context object.
3873 *
3874 * This function resets a SLI4 HBA. This function disables PCI layer parity
3875 * checking during resets the device. The caller is not required to hold
3876 * any locks.
3877 *
3878 * This function returns 0 always.
3879 **/
3880int
3881lpfc_sli4_brdreset(struct lpfc_hba *phba)
3882{
3883 struct lpfc_sli *psli = &phba->sli;
3884 uint16_t cfg_value;
James Smartda0436e2009-05-22 14:51:39 -04003885
3886 /* Reset HBA */
3887 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
3888 "0295 Reset HBA Data: x%x x%x\n",
3889 phba->pport->port_state, psli->sli_flag);
3890
3891 /* perform board reset */
3892 phba->fc_eventTag = 0;
James Smart4d9ab992009-10-02 15:16:39 -04003893 phba->link_events = 0;
James Smartda0436e2009-05-22 14:51:39 -04003894 phba->pport->fc_myDID = 0;
3895 phba->pport->fc_prevDID = 0;
3896
James Smartda0436e2009-05-22 14:51:39 -04003897 spin_lock_irq(&phba->hbalock);
3898 psli->sli_flag &= ~(LPFC_PROCESS_LA);
3899 phba->fcf.fcf_flag = 0;
James Smartda0436e2009-05-22 14:51:39 -04003900 spin_unlock_irq(&phba->hbalock);
3901
3902 /* Now physically reset the device */
3903 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
3904 "0389 Performing PCI function reset!\n");
James Smartbe858b62010-12-15 17:57:20 -05003905
3906 /* Turn off parity checking and serr during the physical reset */
3907 pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value);
3908 pci_write_config_word(phba->pcidev, PCI_COMMAND, (cfg_value &
3909 ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR)));
3910
James Smartda0436e2009-05-22 14:51:39 -04003911 /* Perform FCoE PCI function reset */
James Smart2e90f4b2011-12-13 13:22:37 -05003912 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04003913 lpfc_pci_function_reset(phba);
3914
James Smartbe858b62010-12-15 17:57:20 -05003915 /* Restore PCI cmd register */
3916 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value);
3917
James Smartda0436e2009-05-22 14:51:39 -04003918 return 0;
3919}
3920
3921/**
3922 * lpfc_sli_brdrestart_s3 - Restart a sli-3 hba
James Smarte59058c2008-08-24 21:49:00 -04003923 * @phba: Pointer to HBA context object.
3924 *
3925 * This function is called in the SLI initialization code path to
3926 * restart the HBA. The caller is not required to hold any lock.
3927 * This function writes MBX_RESTART mailbox command to the SLIM and
3928 * resets the HBA. At the end of the function, it calls lpfc_hba_down_post
3929 * function to free any pending commands. The function enables
3930 * POST only during the first initialization. The function returns zero.
3931 * The function does not guarantee completion of MBX_RESTART mailbox
3932 * command before the return of this function.
3933 **/
James Smartda0436e2009-05-22 14:51:39 -04003934static int
3935lpfc_sli_brdrestart_s3(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -05003936{
3937 MAILBOX_t *mb;
3938 struct lpfc_sli *psli;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003939 volatile uint32_t word0;
3940 void __iomem *to_slim;
James Smart0d878412009-10-02 15:16:56 -04003941 uint32_t hba_aer_enabled;
Jamie Wellnitz41415862006-02-28 19:25:27 -05003942
James Smart2e0fef82007-06-17 19:56:36 -05003943 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003944
James Smart0d878412009-10-02 15:16:56 -04003945 /* Take PCIe device Advanced Error Reporting (AER) state */
3946 hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED;
3947
Jamie Wellnitz41415862006-02-28 19:25:27 -05003948 psli = &phba->sli;
3949
3950 /* Restart HBA */
3951 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003952 "0337 Restart HBA Data: x%x x%x\n",
James Smart2e0fef82007-06-17 19:56:36 -05003953 phba->pport->port_state, psli->sli_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003954
3955 word0 = 0;
3956 mb = (MAILBOX_t *) &word0;
3957 mb->mbxCommand = MBX_RESTART;
3958 mb->mbxHc = 1;
3959
James Smart92908312006-03-07 15:04:13 -05003960 lpfc_reset_barrier(phba);
3961
Jamie Wellnitz41415862006-02-28 19:25:27 -05003962 to_slim = phba->MBslimaddr;
3963 writel(*(uint32_t *) mb, to_slim);
3964 readl(to_slim); /* flush */
3965
3966 /* Only skip post after fc_ffinit is completed */
James Smarteaf15d52008-12-04 22:39:29 -05003967 if (phba->pport->port_state)
Jamie Wellnitz41415862006-02-28 19:25:27 -05003968 word0 = 1; /* This is really setting up word1 */
James Smarteaf15d52008-12-04 22:39:29 -05003969 else
Jamie Wellnitz41415862006-02-28 19:25:27 -05003970 word0 = 0; /* This is really setting up word1 */
James Smart65a29c12006-07-06 15:50:50 -04003971 to_slim = phba->MBslimaddr + sizeof (uint32_t);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003972 writel(*(uint32_t *) mb, to_slim);
3973 readl(to_slim); /* flush */
3974
3975 lpfc_sli_brdreset(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003976 phba->pport->stopped = 0;
3977 phba->link_state = LPFC_INIT_START;
James Smartda0436e2009-05-22 14:51:39 -04003978 phba->hba_flag = 0;
James Smart2e0fef82007-06-17 19:56:36 -05003979 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05003980
James Smart64ba8812006-08-02 15:24:34 -04003981 memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets));
3982 psli->stats_start = get_seconds();
3983
James Smarteaf15d52008-12-04 22:39:29 -05003984 /* Give the INITFF and Post time to settle. */
3985 mdelay(100);
dea31012005-04-17 16:05:31 -05003986
James Smart0d878412009-10-02 15:16:56 -04003987 /* Reset HBA AER if it was enabled, note hba_flag was reset above */
3988 if (hba_aer_enabled)
3989 pci_disable_pcie_error_reporting(phba->pcidev);
3990
Jamie Wellnitz41415862006-02-28 19:25:27 -05003991 lpfc_hba_down_post(phba);
dea31012005-04-17 16:05:31 -05003992
3993 return 0;
3994}
3995
James Smarte59058c2008-08-24 21:49:00 -04003996/**
James Smartda0436e2009-05-22 14:51:39 -04003997 * lpfc_sli_brdrestart_s4 - Restart the sli-4 hba
3998 * @phba: Pointer to HBA context object.
3999 *
4000 * This function is called in the SLI initialization code path to restart
4001 * a SLI4 HBA. The caller is not required to hold any lock.
4002 * At the end of the function, it calls lpfc_hba_down_post function to
4003 * free any pending commands.
4004 **/
4005static int
4006lpfc_sli_brdrestart_s4(struct lpfc_hba *phba)
4007{
4008 struct lpfc_sli *psli = &phba->sli;
James Smart75baf692010-06-08 18:31:21 -04004009 uint32_t hba_aer_enabled;
James Smartda0436e2009-05-22 14:51:39 -04004010
4011 /* Restart HBA */
4012 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4013 "0296 Restart HBA Data: x%x x%x\n",
4014 phba->pport->port_state, psli->sli_flag);
4015
James Smart75baf692010-06-08 18:31:21 -04004016 /* Take PCIe device Advanced Error Reporting (AER) state */
4017 hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED;
4018
James Smartda0436e2009-05-22 14:51:39 -04004019 lpfc_sli4_brdreset(phba);
4020
4021 spin_lock_irq(&phba->hbalock);
4022 phba->pport->stopped = 0;
4023 phba->link_state = LPFC_INIT_START;
4024 phba->hba_flag = 0;
4025 spin_unlock_irq(&phba->hbalock);
4026
4027 memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets));
4028 psli->stats_start = get_seconds();
4029
James Smart75baf692010-06-08 18:31:21 -04004030 /* Reset HBA AER if it was enabled, note hba_flag was reset above */
4031 if (hba_aer_enabled)
4032 pci_disable_pcie_error_reporting(phba->pcidev);
4033
James Smartda0436e2009-05-22 14:51:39 -04004034 lpfc_hba_down_post(phba);
4035
4036 return 0;
4037}
4038
4039/**
4040 * lpfc_sli_brdrestart - Wrapper func for restarting hba
4041 * @phba: Pointer to HBA context object.
4042 *
4043 * This routine wraps the actual SLI3 or SLI4 hba restart routine from the
4044 * API jump table function pointer from the lpfc_hba struct.
4045**/
4046int
4047lpfc_sli_brdrestart(struct lpfc_hba *phba)
4048{
4049 return phba->lpfc_sli_brdrestart(phba);
4050}
4051
4052/**
James Smart3621a712009-04-06 18:47:14 -04004053 * lpfc_sli_chipset_init - Wait for the restart of the HBA after a restart
James Smarte59058c2008-08-24 21:49:00 -04004054 * @phba: Pointer to HBA context object.
4055 *
4056 * This function is called after a HBA restart to wait for successful
4057 * restart of the HBA. Successful restart of the HBA is indicated by
4058 * HS_FFRDY and HS_MBRDY bits. If the HBA fails to restart even after 15
4059 * iteration, the function will restart the HBA again. The function returns
4060 * zero if HBA successfully restarted else returns negative error code.
4061 **/
dea31012005-04-17 16:05:31 -05004062static int
4063lpfc_sli_chipset_init(struct lpfc_hba *phba)
4064{
4065 uint32_t status, i = 0;
4066
4067 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004068 if (lpfc_readl(phba->HSregaddr, &status))
4069 return -EIO;
dea31012005-04-17 16:05:31 -05004070
4071 /* Check status register to see what current state is */
4072 i = 0;
4073 while ((status & (HS_FFRDY | HS_MBRDY)) != (HS_FFRDY | HS_MBRDY)) {
4074
James Smartdcf2a4e2010-09-29 11:18:53 -04004075 /* Check every 10ms for 10 retries, then every 100ms for 90
4076 * retries, then every 1 sec for 50 retires for a total of
4077 * ~60 seconds before reset the board again and check every
4078 * 1 sec for 50 retries. The up to 60 seconds before the
4079 * board ready is required by the Falcon FIPS zeroization
4080 * complete, and any reset the board in between shall cause
4081 * restart of zeroization, further delay the board ready.
dea31012005-04-17 16:05:31 -05004082 */
James Smartdcf2a4e2010-09-29 11:18:53 -04004083 if (i++ >= 200) {
dea31012005-04-17 16:05:31 -05004084 /* Adapter failed to init, timeout, status reg
4085 <status> */
James Smarted957682007-06-17 19:56:37 -05004086 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004087 "0436 Adapter failed to init, "
James Smart09372822008-01-11 01:52:54 -05004088 "timeout, status reg x%x, "
4089 "FW Data: A8 x%x AC x%x\n", status,
4090 readl(phba->MBslimaddr + 0xa8),
4091 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004092 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004093 return -ETIMEDOUT;
4094 }
4095
4096 /* Check to see if any errors occurred during init */
4097 if (status & HS_FFERM) {
4098 /* ERROR: During chipset initialization */
4099 /* Adapter failed to init, chipset, status reg
4100 <status> */
James Smarted957682007-06-17 19:56:37 -05004101 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004102 "0437 Adapter failed to init, "
James Smart09372822008-01-11 01:52:54 -05004103 "chipset, status reg x%x, "
4104 "FW Data: A8 x%x AC x%x\n", status,
4105 readl(phba->MBslimaddr + 0xa8),
4106 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004107 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004108 return -EIO;
4109 }
4110
James Smartdcf2a4e2010-09-29 11:18:53 -04004111 if (i <= 10)
dea31012005-04-17 16:05:31 -05004112 msleep(10);
James Smartdcf2a4e2010-09-29 11:18:53 -04004113 else if (i <= 100)
4114 msleep(100);
4115 else
4116 msleep(1000);
dea31012005-04-17 16:05:31 -05004117
James Smartdcf2a4e2010-09-29 11:18:53 -04004118 if (i == 150) {
4119 /* Do post */
James Smart92d7f7b2007-06-17 19:56:38 -05004120 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004121 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05004122 }
4123 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004124 if (lpfc_readl(phba->HSregaddr, &status))
4125 return -EIO;
dea31012005-04-17 16:05:31 -05004126 }
4127
4128 /* Check to see if any errors occurred during init */
4129 if (status & HS_FFERM) {
4130 /* ERROR: During chipset initialization */
4131 /* Adapter failed to init, chipset, status reg <status> */
James Smarted957682007-06-17 19:56:37 -05004132 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004133 "0438 Adapter failed to init, chipset, "
James Smart09372822008-01-11 01:52:54 -05004134 "status reg x%x, "
4135 "FW Data: A8 x%x AC x%x\n", status,
4136 readl(phba->MBslimaddr + 0xa8),
4137 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004138 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004139 return -EIO;
4140 }
4141
4142 /* Clear all interrupt enable conditions */
4143 writel(0, phba->HCregaddr);
4144 readl(phba->HCregaddr); /* flush */
4145
4146 /* setup host attn register */
4147 writel(0xffffffff, phba->HAregaddr);
4148 readl(phba->HAregaddr); /* flush */
4149 return 0;
4150}
4151
James Smarte59058c2008-08-24 21:49:00 -04004152/**
James Smart3621a712009-04-06 18:47:14 -04004153 * lpfc_sli_hbq_count - Get the number of HBQs to be configured
James Smarte59058c2008-08-24 21:49:00 -04004154 *
4155 * This function calculates and returns the number of HBQs required to be
4156 * configured.
4157 **/
James Smart78b2d852007-08-02 11:10:21 -04004158int
James Smarted957682007-06-17 19:56:37 -05004159lpfc_sli_hbq_count(void)
4160{
James Smart92d7f7b2007-06-17 19:56:38 -05004161 return ARRAY_SIZE(lpfc_hbq_defs);
James Smarted957682007-06-17 19:56:37 -05004162}
4163
James Smarte59058c2008-08-24 21:49:00 -04004164/**
James Smart3621a712009-04-06 18:47:14 -04004165 * lpfc_sli_hbq_entry_count - Calculate total number of hbq entries
James Smarte59058c2008-08-24 21:49:00 -04004166 *
4167 * This function adds the number of hbq entries in every HBQ to get
4168 * the total number of hbq entries required for the HBA and returns
4169 * the total count.
4170 **/
James Smarted957682007-06-17 19:56:37 -05004171static int
4172lpfc_sli_hbq_entry_count(void)
4173{
4174 int hbq_count = lpfc_sli_hbq_count();
4175 int count = 0;
4176 int i;
4177
4178 for (i = 0; i < hbq_count; ++i)
James Smart92d7f7b2007-06-17 19:56:38 -05004179 count += lpfc_hbq_defs[i]->entry_count;
James Smarted957682007-06-17 19:56:37 -05004180 return count;
4181}
4182
James Smarte59058c2008-08-24 21:49:00 -04004183/**
James Smart3621a712009-04-06 18:47:14 -04004184 * lpfc_sli_hbq_size - Calculate memory required for all hbq entries
James Smarte59058c2008-08-24 21:49:00 -04004185 *
4186 * This function calculates amount of memory required for all hbq entries
4187 * to be configured and returns the total memory required.
4188 **/
dea31012005-04-17 16:05:31 -05004189int
James Smarted957682007-06-17 19:56:37 -05004190lpfc_sli_hbq_size(void)
4191{
4192 return lpfc_sli_hbq_entry_count() * sizeof(struct lpfc_hbq_entry);
4193}
4194
James Smarte59058c2008-08-24 21:49:00 -04004195/**
James Smart3621a712009-04-06 18:47:14 -04004196 * lpfc_sli_hbq_setup - configure and initialize HBQs
James Smarte59058c2008-08-24 21:49:00 -04004197 * @phba: Pointer to HBA context object.
4198 *
4199 * This function is called during the SLI initialization to configure
4200 * all the HBQs and post buffers to the HBQ. The caller is not
4201 * required to hold any locks. This function will return zero if successful
4202 * else it will return negative error code.
4203 **/
James Smarted957682007-06-17 19:56:37 -05004204static int
4205lpfc_sli_hbq_setup(struct lpfc_hba *phba)
4206{
4207 int hbq_count = lpfc_sli_hbq_count();
4208 LPFC_MBOXQ_t *pmb;
4209 MAILBOX_t *pmbox;
4210 uint32_t hbqno;
4211 uint32_t hbq_entry_index;
James Smarted957682007-06-17 19:56:37 -05004212
James Smart92d7f7b2007-06-17 19:56:38 -05004213 /* Get a Mailbox buffer to setup mailbox
4214 * commands for HBA initialization
4215 */
James Smarted957682007-06-17 19:56:37 -05004216 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4217
4218 if (!pmb)
4219 return -ENOMEM;
4220
James Smart04c68492009-05-22 14:52:52 -04004221 pmbox = &pmb->u.mb;
James Smarted957682007-06-17 19:56:37 -05004222
4223 /* Initialize the struct lpfc_sli_hbq structure for each hbq */
4224 phba->link_state = LPFC_INIT_MBX_CMDS;
James Smart3163f722008-02-08 18:50:25 -05004225 phba->hbq_in_use = 1;
James Smarted957682007-06-17 19:56:37 -05004226
4227 hbq_entry_index = 0;
4228 for (hbqno = 0; hbqno < hbq_count; ++hbqno) {
4229 phba->hbqs[hbqno].next_hbqPutIdx = 0;
4230 phba->hbqs[hbqno].hbqPutIdx = 0;
4231 phba->hbqs[hbqno].local_hbqGetIdx = 0;
4232 phba->hbqs[hbqno].entry_count =
James Smart92d7f7b2007-06-17 19:56:38 -05004233 lpfc_hbq_defs[hbqno]->entry_count;
James Smart51ef4c22007-08-02 11:10:31 -04004234 lpfc_config_hbq(phba, hbqno, lpfc_hbq_defs[hbqno],
4235 hbq_entry_index, pmb);
James Smarted957682007-06-17 19:56:37 -05004236 hbq_entry_index += phba->hbqs[hbqno].entry_count;
4237
4238 if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) {
4239 /* Adapter failed to init, mbxCmd <cmd> CFG_RING,
4240 mbxStatus <status>, ring <num> */
4241
4242 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05004243 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004244 "1805 Adapter failed to init. "
James Smarted957682007-06-17 19:56:37 -05004245 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04004246 pmbox->mbxCommand,
James Smarted957682007-06-17 19:56:37 -05004247 pmbox->mbxStatus, hbqno);
4248
4249 phba->link_state = LPFC_HBA_ERROR;
4250 mempool_free(pmb, phba->mbox_mem_pool);
James Smart6e7288d2010-06-07 15:23:35 -04004251 return -ENXIO;
James Smarted957682007-06-17 19:56:37 -05004252 }
4253 }
4254 phba->hbq_count = hbq_count;
4255
James Smarted957682007-06-17 19:56:37 -05004256 mempool_free(pmb, phba->mbox_mem_pool);
4257
James Smart92d7f7b2007-06-17 19:56:38 -05004258 /* Initially populate or replenish the HBQs */
James Smartd7c255b2008-08-24 21:50:00 -04004259 for (hbqno = 0; hbqno < hbq_count; ++hbqno)
4260 lpfc_sli_hbqbuf_init_hbqs(phba, hbqno);
James Smarted957682007-06-17 19:56:37 -05004261 return 0;
4262}
4263
James Smarte59058c2008-08-24 21:49:00 -04004264/**
James Smart4f774512009-05-22 14:52:35 -04004265 * lpfc_sli4_rb_setup - Initialize and post RBs to HBA
4266 * @phba: Pointer to HBA context object.
4267 *
4268 * This function is called during the SLI initialization to configure
4269 * all the HBQs and post buffers to the HBQ. The caller is not
4270 * required to hold any locks. This function will return zero if successful
4271 * else it will return negative error code.
4272 **/
4273static int
4274lpfc_sli4_rb_setup(struct lpfc_hba *phba)
4275{
4276 phba->hbq_in_use = 1;
4277 phba->hbqs[0].entry_count = lpfc_hbq_defs[0]->entry_count;
4278 phba->hbq_count = 1;
4279 /* Initially populate or replenish the HBQs */
4280 lpfc_sli_hbqbuf_init_hbqs(phba, 0);
4281 return 0;
4282}
4283
4284/**
James Smart3621a712009-04-06 18:47:14 -04004285 * lpfc_sli_config_port - Issue config port mailbox command
James Smarte59058c2008-08-24 21:49:00 -04004286 * @phba: Pointer to HBA context object.
4287 * @sli_mode: sli mode - 2/3
4288 *
4289 * This function is called by the sli intialization code path
4290 * to issue config_port mailbox command. This function restarts the
4291 * HBA firmware and issues a config_port mailbox command to configure
4292 * the SLI interface in the sli mode specified by sli_mode
4293 * variable. The caller is not required to hold any locks.
4294 * The function returns 0 if successful, else returns negative error
4295 * code.
4296 **/
James Smart93996272008-08-24 21:50:30 -04004297int
4298lpfc_sli_config_port(struct lpfc_hba *phba, int sli_mode)
dea31012005-04-17 16:05:31 -05004299{
4300 LPFC_MBOXQ_t *pmb;
4301 uint32_t resetcount = 0, rc = 0, done = 0;
4302
4303 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4304 if (!pmb) {
James Smart2e0fef82007-06-17 19:56:36 -05004305 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004306 return -ENOMEM;
4307 }
4308
James Smarted957682007-06-17 19:56:37 -05004309 phba->sli_rev = sli_mode;
dea31012005-04-17 16:05:31 -05004310 while (resetcount < 2 && !done) {
James Smart2e0fef82007-06-17 19:56:36 -05004311 spin_lock_irq(&phba->hbalock);
James Smart1c067a42006-08-01 07:33:52 -04004312 phba->sli.sli_flag |= LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004313 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05004314 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004315 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05004316 rc = lpfc_sli_chipset_init(phba);
4317 if (rc)
4318 break;
4319
James Smart2e0fef82007-06-17 19:56:36 -05004320 spin_lock_irq(&phba->hbalock);
James Smart1c067a42006-08-01 07:33:52 -04004321 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004322 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004323 resetcount++;
4324
James Smarted957682007-06-17 19:56:37 -05004325 /* Call pre CONFIG_PORT mailbox command initialization. A
4326 * value of 0 means the call was successful. Any other
4327 * nonzero value is a failure, but if ERESTART is returned,
4328 * the driver may reset the HBA and try again.
4329 */
dea31012005-04-17 16:05:31 -05004330 rc = lpfc_config_port_prep(phba);
4331 if (rc == -ERESTART) {
James Smarted957682007-06-17 19:56:37 -05004332 phba->link_state = LPFC_LINK_UNKNOWN;
dea31012005-04-17 16:05:31 -05004333 continue;
James Smart34b02dc2008-08-24 21:49:55 -04004334 } else if (rc)
dea31012005-04-17 16:05:31 -05004335 break;
James Smart6d368e52011-05-24 11:44:12 -04004336
James Smart2e0fef82007-06-17 19:56:36 -05004337 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -05004338 lpfc_config_port(phba, pmb);
4339 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
James Smart34b02dc2008-08-24 21:49:55 -04004340 phba->sli3_options &= ~(LPFC_SLI3_NPIV_ENABLED |
4341 LPFC_SLI3_HBQ_ENABLED |
4342 LPFC_SLI3_CRP_ENABLED |
James Smartbc739052010-08-04 16:11:18 -04004343 LPFC_SLI3_BG_ENABLED |
4344 LPFC_SLI3_DSS_ENABLED);
James Smarted957682007-06-17 19:56:37 -05004345 if (rc != MBX_SUCCESS) {
dea31012005-04-17 16:05:31 -05004346 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004347 "0442 Adapter failed to init, mbxCmd x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05004348 "CONFIG_PORT, mbxStatus x%x Data: x%x\n",
James Smart04c68492009-05-22 14:52:52 -04004349 pmb->u.mb.mbxCommand, pmb->u.mb.mbxStatus, 0);
James Smart2e0fef82007-06-17 19:56:36 -05004350 spin_lock_irq(&phba->hbalock);
James Smart04c68492009-05-22 14:52:52 -04004351 phba->sli.sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004352 spin_unlock_irq(&phba->hbalock);
4353 rc = -ENXIO;
James Smart04c68492009-05-22 14:52:52 -04004354 } else {
4355 /* Allow asynchronous mailbox command to go through */
4356 spin_lock_irq(&phba->hbalock);
4357 phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
4358 spin_unlock_irq(&phba->hbalock);
James Smarted957682007-06-17 19:56:37 -05004359 done = 1;
James Smartcb69f7d2011-12-13 13:21:57 -05004360
4361 if ((pmb->u.mb.un.varCfgPort.casabt == 1) &&
4362 (pmb->u.mb.un.varCfgPort.gasabt == 0))
4363 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
4364 "3110 Port did not grant ASABT\n");
James Smart04c68492009-05-22 14:52:52 -04004365 }
dea31012005-04-17 16:05:31 -05004366 }
James Smarted957682007-06-17 19:56:37 -05004367 if (!done) {
4368 rc = -EINVAL;
4369 goto do_prep_failed;
4370 }
James Smart04c68492009-05-22 14:52:52 -04004371 if (pmb->u.mb.un.varCfgPort.sli_mode == 3) {
4372 if (!pmb->u.mb.un.varCfgPort.cMA) {
James Smart34b02dc2008-08-24 21:49:55 -04004373 rc = -ENXIO;
4374 goto do_prep_failed;
4375 }
James Smart04c68492009-05-22 14:52:52 -04004376 if (phba->max_vpi && pmb->u.mb.un.varCfgPort.gmv) {
James Smart34b02dc2008-08-24 21:49:55 -04004377 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
James Smart04c68492009-05-22 14:52:52 -04004378 phba->max_vpi = pmb->u.mb.un.varCfgPort.max_vpi;
4379 phba->max_vports = (phba->max_vpi > phba->max_vports) ?
4380 phba->max_vpi : phba->max_vports;
4381
James Smart34b02dc2008-08-24 21:49:55 -04004382 } else
4383 phba->max_vpi = 0;
James Smartbc739052010-08-04 16:11:18 -04004384 phba->fips_level = 0;
4385 phba->fips_spec_rev = 0;
4386 if (pmb->u.mb.un.varCfgPort.gdss) {
James Smart04c68492009-05-22 14:52:52 -04004387 phba->sli3_options |= LPFC_SLI3_DSS_ENABLED;
James Smartbc739052010-08-04 16:11:18 -04004388 phba->fips_level = pmb->u.mb.un.varCfgPort.fips_level;
4389 phba->fips_spec_rev = pmb->u.mb.un.varCfgPort.fips_rev;
4390 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4391 "2850 Security Crypto Active. FIPS x%d "
4392 "(Spec Rev: x%d)",
4393 phba->fips_level, phba->fips_spec_rev);
4394 }
4395 if (pmb->u.mb.un.varCfgPort.sec_err) {
4396 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4397 "2856 Config Port Security Crypto "
4398 "Error: x%x ",
4399 pmb->u.mb.un.varCfgPort.sec_err);
4400 }
James Smart04c68492009-05-22 14:52:52 -04004401 if (pmb->u.mb.un.varCfgPort.gerbm)
James Smart34b02dc2008-08-24 21:49:55 -04004402 phba->sli3_options |= LPFC_SLI3_HBQ_ENABLED;
James Smart04c68492009-05-22 14:52:52 -04004403 if (pmb->u.mb.un.varCfgPort.gcrp)
James Smart34b02dc2008-08-24 21:49:55 -04004404 phba->sli3_options |= LPFC_SLI3_CRP_ENABLED;
James Smart6e7288d2010-06-07 15:23:35 -04004405
4406 phba->hbq_get = phba->mbox->us.s3_pgp.hbq_get;
4407 phba->port_gp = phba->mbox->us.s3_pgp.port;
James Smarte2a0a9d2008-12-04 22:40:02 -05004408
4409 if (phba->cfg_enable_bg) {
James Smart04c68492009-05-22 14:52:52 -04004410 if (pmb->u.mb.un.varCfgPort.gbg)
James Smarte2a0a9d2008-12-04 22:40:02 -05004411 phba->sli3_options |= LPFC_SLI3_BG_ENABLED;
4412 else
4413 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4414 "0443 Adapter did not grant "
4415 "BlockGuard\n");
4416 }
James Smart34b02dc2008-08-24 21:49:55 -04004417 } else {
James Smart8f34f4c2008-12-04 22:39:23 -05004418 phba->hbq_get = NULL;
James Smart34b02dc2008-08-24 21:49:55 -04004419 phba->port_gp = phba->mbox->us.s2.port;
James Smartd7c255b2008-08-24 21:50:00 -04004420 phba->max_vpi = 0;
James Smarted957682007-06-17 19:56:37 -05004421 }
James Smart92d7f7b2007-06-17 19:56:38 -05004422do_prep_failed:
James Smarted957682007-06-17 19:56:37 -05004423 mempool_free(pmb, phba->mbox_mem_pool);
4424 return rc;
4425}
4426
James Smarte59058c2008-08-24 21:49:00 -04004427
4428/**
James Smart3621a712009-04-06 18:47:14 -04004429 * lpfc_sli_hba_setup - SLI intialization function
James Smarte59058c2008-08-24 21:49:00 -04004430 * @phba: Pointer to HBA context object.
4431 *
4432 * This function is the main SLI intialization function. This function
4433 * is called by the HBA intialization code, HBA reset code and HBA
4434 * error attention handler code. Caller is not required to hold any
4435 * locks. This function issues config_port mailbox command to configure
4436 * the SLI, setup iocb rings and HBQ rings. In the end the function
4437 * calls the config_port_post function to issue init_link mailbox
4438 * command and to start the discovery. The function will return zero
4439 * if successful, else it will return negative error code.
4440 **/
James Smarted957682007-06-17 19:56:37 -05004441int
4442lpfc_sli_hba_setup(struct lpfc_hba *phba)
4443{
4444 uint32_t rc;
James Smart6d368e52011-05-24 11:44:12 -04004445 int mode = 3, i;
4446 int longs;
James Smarted957682007-06-17 19:56:37 -05004447
4448 switch (lpfc_sli_mode) {
4449 case 2:
James Smart78b2d852007-08-02 11:10:21 -04004450 if (phba->cfg_enable_npiv) {
James Smart92d7f7b2007-06-17 19:56:38 -05004451 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004452 "1824 NPIV enabled: Override lpfc_sli_mode "
James Smart92d7f7b2007-06-17 19:56:38 -05004453 "parameter (%d) to auto (0).\n",
James Smarte8b62012007-08-02 11:10:09 -04004454 lpfc_sli_mode);
James Smart92d7f7b2007-06-17 19:56:38 -05004455 break;
4456 }
James Smarted957682007-06-17 19:56:37 -05004457 mode = 2;
4458 break;
4459 case 0:
4460 case 3:
4461 break;
4462 default:
James Smart92d7f7b2007-06-17 19:56:38 -05004463 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004464 "1819 Unrecognized lpfc_sli_mode "
4465 "parameter: %d.\n", lpfc_sli_mode);
James Smarted957682007-06-17 19:56:37 -05004466
4467 break;
4468 }
4469
James Smart93996272008-08-24 21:50:30 -04004470 rc = lpfc_sli_config_port(phba, mode);
4471
James Smarted957682007-06-17 19:56:37 -05004472 if (rc && lpfc_sli_mode == 3)
James Smart92d7f7b2007-06-17 19:56:38 -05004473 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004474 "1820 Unable to select SLI-3. "
4475 "Not supported by adapter.\n");
James Smarted957682007-06-17 19:56:37 -05004476 if (rc && mode != 2)
James Smart93996272008-08-24 21:50:30 -04004477 rc = lpfc_sli_config_port(phba, 2);
James Smarted957682007-06-17 19:56:37 -05004478 if (rc)
dea31012005-04-17 16:05:31 -05004479 goto lpfc_sli_hba_setup_error;
4480
James Smart0d878412009-10-02 15:16:56 -04004481 /* Enable PCIe device Advanced Error Reporting (AER) if configured */
4482 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
4483 rc = pci_enable_pcie_error_reporting(phba->pcidev);
4484 if (!rc) {
4485 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4486 "2709 This device supports "
4487 "Advanced Error Reporting (AER)\n");
4488 spin_lock_irq(&phba->hbalock);
4489 phba->hba_flag |= HBA_AER_ENABLED;
4490 spin_unlock_irq(&phba->hbalock);
4491 } else {
4492 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4493 "2708 This device does not support "
4494 "Advanced Error Reporting (AER)\n");
4495 phba->cfg_aer_support = 0;
4496 }
4497 }
4498
James Smarted957682007-06-17 19:56:37 -05004499 if (phba->sli_rev == 3) {
4500 phba->iocb_cmd_size = SLI3_IOCB_CMD_SIZE;
4501 phba->iocb_rsp_size = SLI3_IOCB_RSP_SIZE;
James Smarted957682007-06-17 19:56:37 -05004502 } else {
4503 phba->iocb_cmd_size = SLI2_IOCB_CMD_SIZE;
4504 phba->iocb_rsp_size = SLI2_IOCB_RSP_SIZE;
James Smart92d7f7b2007-06-17 19:56:38 -05004505 phba->sli3_options = 0;
James Smarted957682007-06-17 19:56:37 -05004506 }
4507
4508 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004509 "0444 Firmware in SLI %x mode. Max_vpi %d\n",
4510 phba->sli_rev, phba->max_vpi);
James Smarted957682007-06-17 19:56:37 -05004511 rc = lpfc_sli_ring_map(phba);
dea31012005-04-17 16:05:31 -05004512
4513 if (rc)
4514 goto lpfc_sli_hba_setup_error;
4515
James Smart6d368e52011-05-24 11:44:12 -04004516 /* Initialize VPIs. */
4517 if (phba->sli_rev == LPFC_SLI_REV3) {
4518 /*
4519 * The VPI bitmask and physical ID array are allocated
4520 * and initialized once only - at driver load. A port
4521 * reset doesn't need to reinitialize this memory.
4522 */
4523 if ((phba->vpi_bmask == NULL) && (phba->vpi_ids == NULL)) {
4524 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG;
4525 phba->vpi_bmask = kzalloc(longs * sizeof(unsigned long),
4526 GFP_KERNEL);
4527 if (!phba->vpi_bmask) {
4528 rc = -ENOMEM;
4529 goto lpfc_sli_hba_setup_error;
4530 }
4531
4532 phba->vpi_ids = kzalloc(
4533 (phba->max_vpi+1) * sizeof(uint16_t),
4534 GFP_KERNEL);
4535 if (!phba->vpi_ids) {
4536 kfree(phba->vpi_bmask);
4537 rc = -ENOMEM;
4538 goto lpfc_sli_hba_setup_error;
4539 }
4540 for (i = 0; i < phba->max_vpi; i++)
4541 phba->vpi_ids[i] = i;
4542 }
4543 }
4544
James Smart93996272008-08-24 21:50:30 -04004545 /* Init HBQs */
James Smarted957682007-06-17 19:56:37 -05004546 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
4547 rc = lpfc_sli_hbq_setup(phba);
4548 if (rc)
4549 goto lpfc_sli_hba_setup_error;
4550 }
James Smart04c68492009-05-22 14:52:52 -04004551 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004552 phba->sli.sli_flag |= LPFC_PROCESS_LA;
James Smart04c68492009-05-22 14:52:52 -04004553 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004554
4555 rc = lpfc_config_port_post(phba);
4556 if (rc)
4557 goto lpfc_sli_hba_setup_error;
4558
James Smarted957682007-06-17 19:56:37 -05004559 return rc;
4560
James Smart92d7f7b2007-06-17 19:56:38 -05004561lpfc_sli_hba_setup_error:
James Smart2e0fef82007-06-17 19:56:36 -05004562 phba->link_state = LPFC_HBA_ERROR;
James Smarte40a02c2010-02-26 14:13:54 -05004563 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004564 "0445 Firmware initialization failed\n");
dea31012005-04-17 16:05:31 -05004565 return rc;
4566}
4567
James Smartda0436e2009-05-22 14:51:39 -04004568/**
4569 * lpfc_sli4_read_fcoe_params - Read fcoe params from conf region
4570 * @phba: Pointer to HBA context object.
4571 * @mboxq: mailbox pointer.
4572 * This function issue a dump mailbox command to read config region
4573 * 23 and parse the records in the region and populate driver
4574 * data structure.
4575 **/
4576static int
James Smartff78d8f2011-12-13 13:21:35 -05004577lpfc_sli4_read_fcoe_params(struct lpfc_hba *phba)
James Smartda0436e2009-05-22 14:51:39 -04004578{
James Smartff78d8f2011-12-13 13:21:35 -05004579 LPFC_MBOXQ_t *mboxq;
James Smartda0436e2009-05-22 14:51:39 -04004580 struct lpfc_dmabuf *mp;
4581 struct lpfc_mqe *mqe;
4582 uint32_t data_length;
4583 int rc;
4584
4585 /* Program the default value of vlan_id and fc_map */
4586 phba->valid_vlan = 0;
4587 phba->fc_map[0] = LPFC_FCOE_FCF_MAP0;
4588 phba->fc_map[1] = LPFC_FCOE_FCF_MAP1;
4589 phba->fc_map[2] = LPFC_FCOE_FCF_MAP2;
4590
James Smartff78d8f2011-12-13 13:21:35 -05004591 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4592 if (!mboxq)
James Smartda0436e2009-05-22 14:51:39 -04004593 return -ENOMEM;
4594
James Smartff78d8f2011-12-13 13:21:35 -05004595 mqe = &mboxq->u.mqe;
4596 if (lpfc_sli4_dump_cfg_rg23(phba, mboxq)) {
4597 rc = -ENOMEM;
4598 goto out_free_mboxq;
4599 }
4600
James Smartda0436e2009-05-22 14:51:39 -04004601 mp = (struct lpfc_dmabuf *) mboxq->context1;
4602 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4603
4604 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
4605 "(%d):2571 Mailbox cmd x%x Status x%x "
4606 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x "
4607 "x%x x%x x%x x%x x%x x%x x%x x%x x%x "
4608 "CQ: x%x x%x x%x x%x\n",
4609 mboxq->vport ? mboxq->vport->vpi : 0,
4610 bf_get(lpfc_mqe_command, mqe),
4611 bf_get(lpfc_mqe_status, mqe),
4612 mqe->un.mb_words[0], mqe->un.mb_words[1],
4613 mqe->un.mb_words[2], mqe->un.mb_words[3],
4614 mqe->un.mb_words[4], mqe->un.mb_words[5],
4615 mqe->un.mb_words[6], mqe->un.mb_words[7],
4616 mqe->un.mb_words[8], mqe->un.mb_words[9],
4617 mqe->un.mb_words[10], mqe->un.mb_words[11],
4618 mqe->un.mb_words[12], mqe->un.mb_words[13],
4619 mqe->un.mb_words[14], mqe->un.mb_words[15],
4620 mqe->un.mb_words[16], mqe->un.mb_words[50],
4621 mboxq->mcqe.word0,
4622 mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1,
4623 mboxq->mcqe.trailer);
4624
4625 if (rc) {
4626 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4627 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004628 rc = -EIO;
4629 goto out_free_mboxq;
James Smartda0436e2009-05-22 14:51:39 -04004630 }
4631 data_length = mqe->un.mb_words[5];
James Smarta0c87cb2009-07-19 10:01:10 -04004632 if (data_length > DMP_RGN23_SIZE) {
James Smartd11e31d2009-06-10 17:23:06 -04004633 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4634 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004635 rc = -EIO;
4636 goto out_free_mboxq;
James Smartd11e31d2009-06-10 17:23:06 -04004637 }
James Smartda0436e2009-05-22 14:51:39 -04004638
4639 lpfc_parse_fcoe_conf(phba, mp->virt, data_length);
4640 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4641 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05004642 rc = 0;
4643
4644out_free_mboxq:
4645 mempool_free(mboxq, phba->mbox_mem_pool);
4646 return rc;
James Smartda0436e2009-05-22 14:51:39 -04004647}
4648
4649/**
4650 * lpfc_sli4_read_rev - Issue READ_REV and collect vpd data
4651 * @phba: pointer to lpfc hba data structure.
4652 * @mboxq: pointer to the LPFC_MBOXQ_t structure.
4653 * @vpd: pointer to the memory to hold resulting port vpd data.
4654 * @vpd_size: On input, the number of bytes allocated to @vpd.
4655 * On output, the number of data bytes in @vpd.
4656 *
4657 * This routine executes a READ_REV SLI4 mailbox command. In
4658 * addition, this routine gets the port vpd data.
4659 *
4660 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02004661 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -04004662 * -ENOMEM - could not allocated memory.
James Smartda0436e2009-05-22 14:51:39 -04004663 **/
4664static int
4665lpfc_sli4_read_rev(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
4666 uint8_t *vpd, uint32_t *vpd_size)
4667{
4668 int rc = 0;
4669 uint32_t dma_size;
4670 struct lpfc_dmabuf *dmabuf;
4671 struct lpfc_mqe *mqe;
4672
4673 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
4674 if (!dmabuf)
4675 return -ENOMEM;
4676
4677 /*
4678 * Get a DMA buffer for the vpd data resulting from the READ_REV
4679 * mailbox command.
4680 */
4681 dma_size = *vpd_size;
4682 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
4683 dma_size,
4684 &dmabuf->phys,
4685 GFP_KERNEL);
4686 if (!dmabuf->virt) {
4687 kfree(dmabuf);
4688 return -ENOMEM;
4689 }
4690 memset(dmabuf->virt, 0, dma_size);
4691
4692 /*
4693 * The SLI4 implementation of READ_REV conflicts at word1,
4694 * bits 31:16 and SLI4 adds vpd functionality not present
4695 * in SLI3. This code corrects the conflicts.
4696 */
4697 lpfc_read_rev(phba, mboxq);
4698 mqe = &mboxq->u.mqe;
4699 mqe->un.read_rev.vpd_paddr_high = putPaddrHigh(dmabuf->phys);
4700 mqe->un.read_rev.vpd_paddr_low = putPaddrLow(dmabuf->phys);
4701 mqe->un.read_rev.word1 &= 0x0000FFFF;
4702 bf_set(lpfc_mbx_rd_rev_vpd, &mqe->un.read_rev, 1);
4703 bf_set(lpfc_mbx_rd_rev_avail_len, &mqe->un.read_rev, dma_size);
4704
4705 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4706 if (rc) {
4707 dma_free_coherent(&phba->pcidev->dev, dma_size,
4708 dmabuf->virt, dmabuf->phys);
James Smartdef9c7a2009-12-21 17:02:28 -05004709 kfree(dmabuf);
James Smartda0436e2009-05-22 14:51:39 -04004710 return -EIO;
4711 }
4712
James Smartda0436e2009-05-22 14:51:39 -04004713 /*
4714 * The available vpd length cannot be bigger than the
4715 * DMA buffer passed to the port. Catch the less than
4716 * case and update the caller's size.
4717 */
4718 if (mqe->un.read_rev.avail_vpd_len < *vpd_size)
4719 *vpd_size = mqe->un.read_rev.avail_vpd_len;
4720
James Smartd7c47992010-06-08 18:31:54 -04004721 memcpy(vpd, dmabuf->virt, *vpd_size);
4722
James Smartda0436e2009-05-22 14:51:39 -04004723 dma_free_coherent(&phba->pcidev->dev, dma_size,
4724 dmabuf->virt, dmabuf->phys);
4725 kfree(dmabuf);
4726 return 0;
4727}
4728
4729/**
James Smartcd1c8302011-10-10 21:33:25 -04004730 * lpfc_sli4_retrieve_pport_name - Retrieve SLI4 device physical port name
4731 * @phba: pointer to lpfc hba data structure.
4732 *
4733 * This routine retrieves SLI4 device physical port name this PCI function
4734 * is attached to.
4735 *
4736 * Return codes
4737 * 0 - sucessful
4738 * otherwise - failed to retrieve physical port name
4739 **/
4740static int
4741lpfc_sli4_retrieve_pport_name(struct lpfc_hba *phba)
4742{
4743 LPFC_MBOXQ_t *mboxq;
James Smartcd1c8302011-10-10 21:33:25 -04004744 struct lpfc_mbx_get_cntl_attributes *mbx_cntl_attr;
4745 struct lpfc_controller_attribute *cntl_attr;
4746 struct lpfc_mbx_get_port_name *get_port_name;
4747 void *virtaddr = NULL;
4748 uint32_t alloclen, reqlen;
4749 uint32_t shdr_status, shdr_add_status;
4750 union lpfc_sli4_cfg_shdr *shdr;
4751 char cport_name = 0;
4752 int rc;
4753
4754 /* We assume nothing at this point */
4755 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL;
4756 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_NON;
4757
4758 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4759 if (!mboxq)
4760 return -ENOMEM;
James Smartcd1c8302011-10-10 21:33:25 -04004761 /* obtain link type and link number via READ_CONFIG */
James Smartff78d8f2011-12-13 13:21:35 -05004762 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL;
4763 lpfc_sli4_read_config(phba);
4764 if (phba->sli4_hba.lnk_info.lnk_dv == LPFC_LNK_DAT_VAL)
4765 goto retrieve_ppname;
James Smartcd1c8302011-10-10 21:33:25 -04004766
4767 /* obtain link type and link number via COMMON_GET_CNTL_ATTRIBUTES */
4768 reqlen = sizeof(struct lpfc_mbx_get_cntl_attributes);
4769 alloclen = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
4770 LPFC_MBOX_OPCODE_GET_CNTL_ATTRIBUTES, reqlen,
4771 LPFC_SLI4_MBX_NEMBED);
4772 if (alloclen < reqlen) {
4773 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
4774 "3084 Allocated DMA memory size (%d) is "
4775 "less than the requested DMA memory size "
4776 "(%d)\n", alloclen, reqlen);
4777 rc = -ENOMEM;
4778 goto out_free_mboxq;
4779 }
4780 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4781 virtaddr = mboxq->sge_array->addr[0];
4782 mbx_cntl_attr = (struct lpfc_mbx_get_cntl_attributes *)virtaddr;
4783 shdr = &mbx_cntl_attr->cfg_shdr;
4784 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
4785 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
4786 if (shdr_status || shdr_add_status || rc) {
4787 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
4788 "3085 Mailbox x%x (x%x/x%x) failed, "
4789 "rc:x%x, status:x%x, add_status:x%x\n",
4790 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
4791 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
4792 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
4793 rc, shdr_status, shdr_add_status);
4794 rc = -ENXIO;
4795 goto out_free_mboxq;
4796 }
4797 cntl_attr = &mbx_cntl_attr->cntl_attr;
4798 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_VAL;
4799 phba->sli4_hba.lnk_info.lnk_tp =
4800 bf_get(lpfc_cntl_attr_lnk_type, cntl_attr);
4801 phba->sli4_hba.lnk_info.lnk_no =
4802 bf_get(lpfc_cntl_attr_lnk_numb, cntl_attr);
4803 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4804 "3086 lnk_type:%d, lnk_numb:%d\n",
4805 phba->sli4_hba.lnk_info.lnk_tp,
4806 phba->sli4_hba.lnk_info.lnk_no);
4807
4808retrieve_ppname:
4809 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
4810 LPFC_MBOX_OPCODE_GET_PORT_NAME,
4811 sizeof(struct lpfc_mbx_get_port_name) -
4812 sizeof(struct lpfc_sli4_cfg_mhdr),
4813 LPFC_SLI4_MBX_EMBED);
4814 get_port_name = &mboxq->u.mqe.un.get_port_name;
4815 shdr = (union lpfc_sli4_cfg_shdr *)&get_port_name->header.cfg_shdr;
4816 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_OPCODE_VERSION_1);
4817 bf_set(lpfc_mbx_get_port_name_lnk_type, &get_port_name->u.request,
4818 phba->sli4_hba.lnk_info.lnk_tp);
4819 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
4820 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
4821 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
4822 if (shdr_status || shdr_add_status || rc) {
4823 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
4824 "3087 Mailbox x%x (x%x/x%x) failed: "
4825 "rc:x%x, status:x%x, add_status:x%x\n",
4826 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
4827 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
4828 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
4829 rc, shdr_status, shdr_add_status);
4830 rc = -ENXIO;
4831 goto out_free_mboxq;
4832 }
4833 switch (phba->sli4_hba.lnk_info.lnk_no) {
4834 case LPFC_LINK_NUMBER_0:
4835 cport_name = bf_get(lpfc_mbx_get_port_name_name0,
4836 &get_port_name->u.response);
4837 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4838 break;
4839 case LPFC_LINK_NUMBER_1:
4840 cport_name = bf_get(lpfc_mbx_get_port_name_name1,
4841 &get_port_name->u.response);
4842 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4843 break;
4844 case LPFC_LINK_NUMBER_2:
4845 cport_name = bf_get(lpfc_mbx_get_port_name_name2,
4846 &get_port_name->u.response);
4847 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4848 break;
4849 case LPFC_LINK_NUMBER_3:
4850 cport_name = bf_get(lpfc_mbx_get_port_name_name3,
4851 &get_port_name->u.response);
4852 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
4853 break;
4854 default:
4855 break;
4856 }
4857
4858 if (phba->sli4_hba.pport_name_sta == LPFC_SLI4_PPNAME_GET) {
4859 phba->Port[0] = cport_name;
4860 phba->Port[1] = '\0';
4861 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4862 "3091 SLI get port name: %s\n", phba->Port);
4863 }
4864
4865out_free_mboxq:
4866 if (rc != MBX_TIMEOUT) {
4867 if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG)
4868 lpfc_sli4_mbox_cmd_free(phba, mboxq);
4869 else
4870 mempool_free(mboxq, phba->mbox_mem_pool);
4871 }
4872 return rc;
4873}
4874
4875/**
James Smartda0436e2009-05-22 14:51:39 -04004876 * lpfc_sli4_arm_cqeq_intr - Arm sli-4 device completion and event queues
4877 * @phba: pointer to lpfc hba data structure.
4878 *
4879 * This routine is called to explicitly arm the SLI4 device's completion and
4880 * event queues
4881 **/
4882static void
4883lpfc_sli4_arm_cqeq_intr(struct lpfc_hba *phba)
4884{
4885 uint8_t fcp_eqidx;
4886
4887 lpfc_sli4_cq_release(phba->sli4_hba.mbx_cq, LPFC_QUEUE_REARM);
4888 lpfc_sli4_cq_release(phba->sli4_hba.els_cq, LPFC_QUEUE_REARM);
James Smart05580562011-05-24 11:40:48 -04004889 fcp_eqidx = 0;
James Smart2e90f4b2011-12-13 13:22:37 -05004890 if (phba->sli4_hba.fcp_cq) {
4891 do
4892 lpfc_sli4_cq_release(phba->sli4_hba.fcp_cq[fcp_eqidx],
4893 LPFC_QUEUE_REARM);
4894 while (++fcp_eqidx < phba->cfg_fcp_eq_count);
4895 }
James Smartda0436e2009-05-22 14:51:39 -04004896 lpfc_sli4_eq_release(phba->sli4_hba.sp_eq, LPFC_QUEUE_REARM);
James Smart2e90f4b2011-12-13 13:22:37 -05004897 if (phba->sli4_hba.fp_eq) {
4898 for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_eq_count;
4899 fcp_eqidx++)
4900 lpfc_sli4_eq_release(phba->sli4_hba.fp_eq[fcp_eqidx],
4901 LPFC_QUEUE_REARM);
4902 }
James Smartda0436e2009-05-22 14:51:39 -04004903}
4904
4905/**
James Smart6d368e52011-05-24 11:44:12 -04004906 * lpfc_sli4_get_avail_extnt_rsrc - Get available resource extent count.
4907 * @phba: Pointer to HBA context object.
4908 * @type: The resource extent type.
James Smartb76f2dc2011-07-22 18:37:42 -04004909 * @extnt_count: buffer to hold port available extent count.
4910 * @extnt_size: buffer to hold element count per extent.
James Smart6d368e52011-05-24 11:44:12 -04004911 *
James Smartb76f2dc2011-07-22 18:37:42 -04004912 * This function calls the port and retrievs the number of available
4913 * extents and their size for a particular extent type.
4914 *
4915 * Returns: 0 if successful. Nonzero otherwise.
James Smart6d368e52011-05-24 11:44:12 -04004916 **/
James Smartb76f2dc2011-07-22 18:37:42 -04004917int
James Smart6d368e52011-05-24 11:44:12 -04004918lpfc_sli4_get_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type,
4919 uint16_t *extnt_count, uint16_t *extnt_size)
4920{
4921 int rc = 0;
4922 uint32_t length;
4923 uint32_t mbox_tmo;
4924 struct lpfc_mbx_get_rsrc_extent_info *rsrc_info;
4925 LPFC_MBOXQ_t *mbox;
4926
4927 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4928 if (!mbox)
4929 return -ENOMEM;
4930
4931 /* Find out how many extents are available for this resource type */
4932 length = (sizeof(struct lpfc_mbx_get_rsrc_extent_info) -
4933 sizeof(struct lpfc_sli4_cfg_mhdr));
4934 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
4935 LPFC_MBOX_OPCODE_GET_RSRC_EXTENT_INFO,
4936 length, LPFC_SLI4_MBX_EMBED);
4937
4938 /* Send an extents count of 0 - the GET doesn't use it. */
4939 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
4940 LPFC_SLI4_MBX_EMBED);
4941 if (unlikely(rc)) {
4942 rc = -EIO;
4943 goto err_exit;
4944 }
4945
4946 if (!phba->sli4_hba.intr_enable)
4947 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
4948 else {
James Smarta183a152011-10-10 21:32:43 -04004949 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04004950 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
4951 }
4952 if (unlikely(rc)) {
4953 rc = -EIO;
4954 goto err_exit;
4955 }
4956
4957 rsrc_info = &mbox->u.mqe.un.rsrc_extent_info;
4958 if (bf_get(lpfc_mbox_hdr_status,
4959 &rsrc_info->header.cfg_shdr.response)) {
4960 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
4961 "2930 Failed to get resource extents "
4962 "Status 0x%x Add'l Status 0x%x\n",
4963 bf_get(lpfc_mbox_hdr_status,
4964 &rsrc_info->header.cfg_shdr.response),
4965 bf_get(lpfc_mbox_hdr_add_status,
4966 &rsrc_info->header.cfg_shdr.response));
4967 rc = -EIO;
4968 goto err_exit;
4969 }
4970
4971 *extnt_count = bf_get(lpfc_mbx_get_rsrc_extent_info_cnt,
4972 &rsrc_info->u.rsp);
4973 *extnt_size = bf_get(lpfc_mbx_get_rsrc_extent_info_size,
4974 &rsrc_info->u.rsp);
James Smart8a9d2e82012-05-09 21:16:12 -04004975
4976 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4977 "3162 Retrieved extents type-%d from port: count:%d, "
4978 "size:%d\n", type, *extnt_count, *extnt_size);
4979
4980err_exit:
James Smart6d368e52011-05-24 11:44:12 -04004981 mempool_free(mbox, phba->mbox_mem_pool);
4982 return rc;
4983}
4984
4985/**
4986 * lpfc_sli4_chk_avail_extnt_rsrc - Check for available SLI4 resource extents.
4987 * @phba: Pointer to HBA context object.
4988 * @type: The extent type to check.
4989 *
4990 * This function reads the current available extents from the port and checks
4991 * if the extent count or extent size has changed since the last access.
4992 * Callers use this routine post port reset to understand if there is a
4993 * extent reprovisioning requirement.
4994 *
4995 * Returns:
4996 * -Error: error indicates problem.
4997 * 1: Extent count or size has changed.
4998 * 0: No changes.
4999 **/
5000static int
5001lpfc_sli4_chk_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type)
5002{
5003 uint16_t curr_ext_cnt, rsrc_ext_cnt;
5004 uint16_t size_diff, rsrc_ext_size;
5005 int rc = 0;
5006 struct lpfc_rsrc_blks *rsrc_entry;
5007 struct list_head *rsrc_blk_list = NULL;
5008
5009 size_diff = 0;
5010 curr_ext_cnt = 0;
5011 rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
5012 &rsrc_ext_cnt,
5013 &rsrc_ext_size);
5014 if (unlikely(rc))
5015 return -EIO;
5016
5017 switch (type) {
5018 case LPFC_RSC_TYPE_FCOE_RPI:
5019 rsrc_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list;
5020 break;
5021 case LPFC_RSC_TYPE_FCOE_VPI:
5022 rsrc_blk_list = &phba->lpfc_vpi_blk_list;
5023 break;
5024 case LPFC_RSC_TYPE_FCOE_XRI:
5025 rsrc_blk_list = &phba->sli4_hba.lpfc_xri_blk_list;
5026 break;
5027 case LPFC_RSC_TYPE_FCOE_VFI:
5028 rsrc_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list;
5029 break;
5030 default:
5031 break;
5032 }
5033
5034 list_for_each_entry(rsrc_entry, rsrc_blk_list, list) {
5035 curr_ext_cnt++;
5036 if (rsrc_entry->rsrc_size != rsrc_ext_size)
5037 size_diff++;
5038 }
5039
5040 if (curr_ext_cnt != rsrc_ext_cnt || size_diff != 0)
5041 rc = 1;
5042
5043 return rc;
5044}
5045
5046/**
5047 * lpfc_sli4_cfg_post_extnts -
5048 * @phba: Pointer to HBA context object.
5049 * @extnt_cnt - number of available extents.
5050 * @type - the extent type (rpi, xri, vfi, vpi).
5051 * @emb - buffer to hold either MBX_EMBED or MBX_NEMBED operation.
5052 * @mbox - pointer to the caller's allocated mailbox structure.
5053 *
5054 * This function executes the extents allocation request. It also
5055 * takes care of the amount of memory needed to allocate or get the
5056 * allocated extents. It is the caller's responsibility to evaluate
5057 * the response.
5058 *
5059 * Returns:
5060 * -Error: Error value describes the condition found.
5061 * 0: if successful
5062 **/
5063static int
James Smart8a9d2e82012-05-09 21:16:12 -04005064lpfc_sli4_cfg_post_extnts(struct lpfc_hba *phba, uint16_t extnt_cnt,
James Smart6d368e52011-05-24 11:44:12 -04005065 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox)
5066{
5067 int rc = 0;
5068 uint32_t req_len;
5069 uint32_t emb_len;
5070 uint32_t alloc_len, mbox_tmo;
5071
5072 /* Calculate the total requested length of the dma memory */
James Smart8a9d2e82012-05-09 21:16:12 -04005073 req_len = extnt_cnt * sizeof(uint16_t);
James Smart6d368e52011-05-24 11:44:12 -04005074
5075 /*
5076 * Calculate the size of an embedded mailbox. The uint32_t
5077 * accounts for extents-specific word.
5078 */
5079 emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) -
5080 sizeof(uint32_t);
5081
5082 /*
5083 * Presume the allocation and response will fit into an embedded
5084 * mailbox. If not true, reconfigure to a non-embedded mailbox.
5085 */
5086 *emb = LPFC_SLI4_MBX_EMBED;
5087 if (req_len > emb_len) {
James Smart8a9d2e82012-05-09 21:16:12 -04005088 req_len = extnt_cnt * sizeof(uint16_t) +
James Smart6d368e52011-05-24 11:44:12 -04005089 sizeof(union lpfc_sli4_cfg_shdr) +
5090 sizeof(uint32_t);
5091 *emb = LPFC_SLI4_MBX_NEMBED;
5092 }
5093
5094 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5095 LPFC_MBOX_OPCODE_ALLOC_RSRC_EXTENT,
5096 req_len, *emb);
5097 if (alloc_len < req_len) {
5098 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartb76f2dc2011-07-22 18:37:42 -04005099 "2982 Allocated DMA memory size (x%x) is "
James Smart6d368e52011-05-24 11:44:12 -04005100 "less than the requested DMA memory "
5101 "size (x%x)\n", alloc_len, req_len);
5102 return -ENOMEM;
5103 }
James Smart8a9d2e82012-05-09 21:16:12 -04005104 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb);
James Smart6d368e52011-05-24 11:44:12 -04005105 if (unlikely(rc))
5106 return -EIO;
5107
5108 if (!phba->sli4_hba.intr_enable)
5109 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5110 else {
James Smarta183a152011-10-10 21:32:43 -04005111 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005112 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5113 }
5114
5115 if (unlikely(rc))
5116 rc = -EIO;
5117 return rc;
5118}
5119
5120/**
5121 * lpfc_sli4_alloc_extent - Allocate an SLI4 resource extent.
5122 * @phba: Pointer to HBA context object.
5123 * @type: The resource extent type to allocate.
5124 *
5125 * This function allocates the number of elements for the specified
5126 * resource type.
5127 **/
5128static int
5129lpfc_sli4_alloc_extent(struct lpfc_hba *phba, uint16_t type)
5130{
5131 bool emb = false;
5132 uint16_t rsrc_id_cnt, rsrc_cnt, rsrc_size;
5133 uint16_t rsrc_id, rsrc_start, j, k;
5134 uint16_t *ids;
5135 int i, rc;
5136 unsigned long longs;
5137 unsigned long *bmask;
5138 struct lpfc_rsrc_blks *rsrc_blks;
5139 LPFC_MBOXQ_t *mbox;
5140 uint32_t length;
5141 struct lpfc_id_range *id_array = NULL;
5142 void *virtaddr = NULL;
5143 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc;
5144 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext;
5145 struct list_head *ext_blk_list;
5146
5147 rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
5148 &rsrc_cnt,
5149 &rsrc_size);
5150 if (unlikely(rc))
5151 return -EIO;
5152
5153 if ((rsrc_cnt == 0) || (rsrc_size == 0)) {
5154 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5155 "3009 No available Resource Extents "
5156 "for resource type 0x%x: Count: 0x%x, "
5157 "Size 0x%x\n", type, rsrc_cnt,
5158 rsrc_size);
5159 return -ENOMEM;
5160 }
5161
James Smart8a9d2e82012-05-09 21:16:12 -04005162 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_INIT | LOG_SLI,
5163 "2903 Post resource extents type-0x%x: "
5164 "count:%d, size %d\n", type, rsrc_cnt, rsrc_size);
James Smart6d368e52011-05-24 11:44:12 -04005165
5166 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5167 if (!mbox)
5168 return -ENOMEM;
5169
James Smart8a9d2e82012-05-09 21:16:12 -04005170 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005171 if (unlikely(rc)) {
5172 rc = -EIO;
5173 goto err_exit;
5174 }
5175
5176 /*
5177 * Figure out where the response is located. Then get local pointers
5178 * to the response data. The port does not guarantee to respond to
5179 * all extents counts request so update the local variable with the
5180 * allocated count from the port.
5181 */
5182 if (emb == LPFC_SLI4_MBX_EMBED) {
5183 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents;
5184 id_array = &rsrc_ext->u.rsp.id[0];
5185 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
5186 } else {
5187 virtaddr = mbox->sge_array->addr[0];
5188 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr;
5189 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
5190 id_array = &n_rsrc->id;
5191 }
5192
5193 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG;
5194 rsrc_id_cnt = rsrc_cnt * rsrc_size;
5195
5196 /*
5197 * Based on the resource size and count, correct the base and max
5198 * resource values.
5199 */
5200 length = sizeof(struct lpfc_rsrc_blks);
5201 switch (type) {
5202 case LPFC_RSC_TYPE_FCOE_RPI:
5203 phba->sli4_hba.rpi_bmask = kzalloc(longs *
5204 sizeof(unsigned long),
5205 GFP_KERNEL);
5206 if (unlikely(!phba->sli4_hba.rpi_bmask)) {
5207 rc = -ENOMEM;
5208 goto err_exit;
5209 }
5210 phba->sli4_hba.rpi_ids = kzalloc(rsrc_id_cnt *
5211 sizeof(uint16_t),
5212 GFP_KERNEL);
5213 if (unlikely(!phba->sli4_hba.rpi_ids)) {
5214 kfree(phba->sli4_hba.rpi_bmask);
5215 rc = -ENOMEM;
5216 goto err_exit;
5217 }
5218
5219 /*
5220 * The next_rpi was initialized with the maximum available
5221 * count but the port may allocate a smaller number. Catch
5222 * that case and update the next_rpi.
5223 */
5224 phba->sli4_hba.next_rpi = rsrc_id_cnt;
5225
5226 /* Initialize local ptrs for common extent processing later. */
5227 bmask = phba->sli4_hba.rpi_bmask;
5228 ids = phba->sli4_hba.rpi_ids;
5229 ext_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list;
5230 break;
5231 case LPFC_RSC_TYPE_FCOE_VPI:
5232 phba->vpi_bmask = kzalloc(longs *
5233 sizeof(unsigned long),
5234 GFP_KERNEL);
5235 if (unlikely(!phba->vpi_bmask)) {
5236 rc = -ENOMEM;
5237 goto err_exit;
5238 }
5239 phba->vpi_ids = kzalloc(rsrc_id_cnt *
5240 sizeof(uint16_t),
5241 GFP_KERNEL);
5242 if (unlikely(!phba->vpi_ids)) {
5243 kfree(phba->vpi_bmask);
5244 rc = -ENOMEM;
5245 goto err_exit;
5246 }
5247
5248 /* Initialize local ptrs for common extent processing later. */
5249 bmask = phba->vpi_bmask;
5250 ids = phba->vpi_ids;
5251 ext_blk_list = &phba->lpfc_vpi_blk_list;
5252 break;
5253 case LPFC_RSC_TYPE_FCOE_XRI:
5254 phba->sli4_hba.xri_bmask = kzalloc(longs *
5255 sizeof(unsigned long),
5256 GFP_KERNEL);
5257 if (unlikely(!phba->sli4_hba.xri_bmask)) {
5258 rc = -ENOMEM;
5259 goto err_exit;
5260 }
James Smart8a9d2e82012-05-09 21:16:12 -04005261 phba->sli4_hba.max_cfg_param.xri_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005262 phba->sli4_hba.xri_ids = kzalloc(rsrc_id_cnt *
5263 sizeof(uint16_t),
5264 GFP_KERNEL);
5265 if (unlikely(!phba->sli4_hba.xri_ids)) {
5266 kfree(phba->sli4_hba.xri_bmask);
5267 rc = -ENOMEM;
5268 goto err_exit;
5269 }
5270
5271 /* Initialize local ptrs for common extent processing later. */
5272 bmask = phba->sli4_hba.xri_bmask;
5273 ids = phba->sli4_hba.xri_ids;
5274 ext_blk_list = &phba->sli4_hba.lpfc_xri_blk_list;
5275 break;
5276 case LPFC_RSC_TYPE_FCOE_VFI:
5277 phba->sli4_hba.vfi_bmask = kzalloc(longs *
5278 sizeof(unsigned long),
5279 GFP_KERNEL);
5280 if (unlikely(!phba->sli4_hba.vfi_bmask)) {
5281 rc = -ENOMEM;
5282 goto err_exit;
5283 }
5284 phba->sli4_hba.vfi_ids = kzalloc(rsrc_id_cnt *
5285 sizeof(uint16_t),
5286 GFP_KERNEL);
5287 if (unlikely(!phba->sli4_hba.vfi_ids)) {
5288 kfree(phba->sli4_hba.vfi_bmask);
5289 rc = -ENOMEM;
5290 goto err_exit;
5291 }
5292
5293 /* Initialize local ptrs for common extent processing later. */
5294 bmask = phba->sli4_hba.vfi_bmask;
5295 ids = phba->sli4_hba.vfi_ids;
5296 ext_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list;
5297 break;
5298 default:
5299 /* Unsupported Opcode. Fail call. */
5300 id_array = NULL;
5301 bmask = NULL;
5302 ids = NULL;
5303 ext_blk_list = NULL;
5304 goto err_exit;
5305 }
5306
5307 /*
5308 * Complete initializing the extent configuration with the
5309 * allocated ids assigned to this function. The bitmask serves
5310 * as an index into the array and manages the available ids. The
5311 * array just stores the ids communicated to the port via the wqes.
5312 */
5313 for (i = 0, j = 0, k = 0; i < rsrc_cnt; i++) {
5314 if ((i % 2) == 0)
5315 rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_0,
5316 &id_array[k]);
5317 else
5318 rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_1,
5319 &id_array[k]);
5320
5321 rsrc_blks = kzalloc(length, GFP_KERNEL);
5322 if (unlikely(!rsrc_blks)) {
5323 rc = -ENOMEM;
5324 kfree(bmask);
5325 kfree(ids);
5326 goto err_exit;
5327 }
5328 rsrc_blks->rsrc_start = rsrc_id;
5329 rsrc_blks->rsrc_size = rsrc_size;
5330 list_add_tail(&rsrc_blks->list, ext_blk_list);
5331 rsrc_start = rsrc_id;
5332 if ((type == LPFC_RSC_TYPE_FCOE_XRI) && (j == 0))
5333 phba->sli4_hba.scsi_xri_start = rsrc_start +
5334 lpfc_sli4_get_els_iocb_cnt(phba);
5335
5336 while (rsrc_id < (rsrc_start + rsrc_size)) {
5337 ids[j] = rsrc_id;
5338 rsrc_id++;
5339 j++;
5340 }
5341 /* Entire word processed. Get next word.*/
5342 if ((i % 2) == 1)
5343 k++;
5344 }
5345 err_exit:
5346 lpfc_sli4_mbox_cmd_free(phba, mbox);
5347 return rc;
5348}
5349
5350/**
5351 * lpfc_sli4_dealloc_extent - Deallocate an SLI4 resource extent.
5352 * @phba: Pointer to HBA context object.
5353 * @type: the extent's type.
5354 *
5355 * This function deallocates all extents of a particular resource type.
5356 * SLI4 does not allow for deallocating a particular extent range. It
5357 * is the caller's responsibility to release all kernel memory resources.
5358 **/
5359static int
5360lpfc_sli4_dealloc_extent(struct lpfc_hba *phba, uint16_t type)
5361{
5362 int rc;
5363 uint32_t length, mbox_tmo = 0;
5364 LPFC_MBOXQ_t *mbox;
5365 struct lpfc_mbx_dealloc_rsrc_extents *dealloc_rsrc;
5366 struct lpfc_rsrc_blks *rsrc_blk, *rsrc_blk_next;
5367
5368 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5369 if (!mbox)
5370 return -ENOMEM;
5371
5372 /*
5373 * This function sends an embedded mailbox because it only sends the
5374 * the resource type. All extents of this type are released by the
5375 * port.
5376 */
5377 length = (sizeof(struct lpfc_mbx_dealloc_rsrc_extents) -
5378 sizeof(struct lpfc_sli4_cfg_mhdr));
5379 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5380 LPFC_MBOX_OPCODE_DEALLOC_RSRC_EXTENT,
5381 length, LPFC_SLI4_MBX_EMBED);
5382
5383 /* Send an extents count of 0 - the dealloc doesn't use it. */
5384 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
5385 LPFC_SLI4_MBX_EMBED);
5386 if (unlikely(rc)) {
5387 rc = -EIO;
5388 goto out_free_mbox;
5389 }
5390 if (!phba->sli4_hba.intr_enable)
5391 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5392 else {
James Smarta183a152011-10-10 21:32:43 -04005393 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005394 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5395 }
5396 if (unlikely(rc)) {
5397 rc = -EIO;
5398 goto out_free_mbox;
5399 }
5400
5401 dealloc_rsrc = &mbox->u.mqe.un.dealloc_rsrc_extents;
5402 if (bf_get(lpfc_mbox_hdr_status,
5403 &dealloc_rsrc->header.cfg_shdr.response)) {
5404 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5405 "2919 Failed to release resource extents "
5406 "for type %d - Status 0x%x Add'l Status 0x%x. "
5407 "Resource memory not released.\n",
5408 type,
5409 bf_get(lpfc_mbox_hdr_status,
5410 &dealloc_rsrc->header.cfg_shdr.response),
5411 bf_get(lpfc_mbox_hdr_add_status,
5412 &dealloc_rsrc->header.cfg_shdr.response));
5413 rc = -EIO;
5414 goto out_free_mbox;
5415 }
5416
5417 /* Release kernel memory resources for the specific type. */
5418 switch (type) {
5419 case LPFC_RSC_TYPE_FCOE_VPI:
5420 kfree(phba->vpi_bmask);
5421 kfree(phba->vpi_ids);
5422 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5423 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5424 &phba->lpfc_vpi_blk_list, list) {
5425 list_del_init(&rsrc_blk->list);
5426 kfree(rsrc_blk);
5427 }
5428 break;
5429 case LPFC_RSC_TYPE_FCOE_XRI:
5430 kfree(phba->sli4_hba.xri_bmask);
5431 kfree(phba->sli4_hba.xri_ids);
James Smart6d368e52011-05-24 11:44:12 -04005432 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5433 &phba->sli4_hba.lpfc_xri_blk_list, list) {
5434 list_del_init(&rsrc_blk->list);
5435 kfree(rsrc_blk);
5436 }
5437 break;
5438 case LPFC_RSC_TYPE_FCOE_VFI:
5439 kfree(phba->sli4_hba.vfi_bmask);
5440 kfree(phba->sli4_hba.vfi_ids);
5441 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5442 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5443 &phba->sli4_hba.lpfc_vfi_blk_list, list) {
5444 list_del_init(&rsrc_blk->list);
5445 kfree(rsrc_blk);
5446 }
5447 break;
5448 case LPFC_RSC_TYPE_FCOE_RPI:
5449 /* RPI bitmask and physical id array are cleaned up earlier. */
5450 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
5451 &phba->sli4_hba.lpfc_rpi_blk_list, list) {
5452 list_del_init(&rsrc_blk->list);
5453 kfree(rsrc_blk);
5454 }
5455 break;
5456 default:
5457 break;
5458 }
5459
5460 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5461
5462 out_free_mbox:
5463 mempool_free(mbox, phba->mbox_mem_pool);
5464 return rc;
5465}
5466
5467/**
5468 * lpfc_sli4_alloc_resource_identifiers - Allocate all SLI4 resource extents.
5469 * @phba: Pointer to HBA context object.
5470 *
5471 * This function allocates all SLI4 resource identifiers.
5472 **/
5473int
5474lpfc_sli4_alloc_resource_identifiers(struct lpfc_hba *phba)
5475{
5476 int i, rc, error = 0;
5477 uint16_t count, base;
5478 unsigned long longs;
5479
James Smartff78d8f2011-12-13 13:21:35 -05005480 if (!phba->sli4_hba.rpi_hdrs_in_use)
5481 phba->sli4_hba.next_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart6d368e52011-05-24 11:44:12 -04005482 if (phba->sli4_hba.extents_in_use) {
5483 /*
5484 * The port supports resource extents. The XRI, VPI, VFI, RPI
5485 * resource extent count must be read and allocated before
5486 * provisioning the resource id arrays.
5487 */
5488 if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) ==
5489 LPFC_IDX_RSRC_RDY) {
5490 /*
5491 * Extent-based resources are set - the driver could
5492 * be in a port reset. Figure out if any corrective
5493 * actions need to be taken.
5494 */
5495 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5496 LPFC_RSC_TYPE_FCOE_VFI);
5497 if (rc != 0)
5498 error++;
5499 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5500 LPFC_RSC_TYPE_FCOE_VPI);
5501 if (rc != 0)
5502 error++;
5503 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5504 LPFC_RSC_TYPE_FCOE_XRI);
5505 if (rc != 0)
5506 error++;
5507 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
5508 LPFC_RSC_TYPE_FCOE_RPI);
5509 if (rc != 0)
5510 error++;
5511
5512 /*
5513 * It's possible that the number of resources
5514 * provided to this port instance changed between
5515 * resets. Detect this condition and reallocate
5516 * resources. Otherwise, there is no action.
5517 */
5518 if (error) {
5519 lpfc_printf_log(phba, KERN_INFO,
5520 LOG_MBOX | LOG_INIT,
5521 "2931 Detected extent resource "
5522 "change. Reallocating all "
5523 "extents.\n");
5524 rc = lpfc_sli4_dealloc_extent(phba,
5525 LPFC_RSC_TYPE_FCOE_VFI);
5526 rc = lpfc_sli4_dealloc_extent(phba,
5527 LPFC_RSC_TYPE_FCOE_VPI);
5528 rc = lpfc_sli4_dealloc_extent(phba,
5529 LPFC_RSC_TYPE_FCOE_XRI);
5530 rc = lpfc_sli4_dealloc_extent(phba,
5531 LPFC_RSC_TYPE_FCOE_RPI);
5532 } else
5533 return 0;
5534 }
5535
5536 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
5537 if (unlikely(rc))
5538 goto err_exit;
5539
5540 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
5541 if (unlikely(rc))
5542 goto err_exit;
5543
5544 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
5545 if (unlikely(rc))
5546 goto err_exit;
5547
5548 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);
5549 if (unlikely(rc))
5550 goto err_exit;
5551 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags,
5552 LPFC_IDX_RSRC_RDY);
5553 return rc;
5554 } else {
5555 /*
5556 * The port does not support resource extents. The XRI, VPI,
5557 * VFI, RPI resource ids were determined from READ_CONFIG.
5558 * Just allocate the bitmasks and provision the resource id
5559 * arrays. If a port reset is active, the resources don't
5560 * need any action - just exit.
5561 */
5562 if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) ==
James Smartff78d8f2011-12-13 13:21:35 -05005563 LPFC_IDX_RSRC_RDY) {
5564 lpfc_sli4_dealloc_resource_identifiers(phba);
5565 lpfc_sli4_remove_rpis(phba);
5566 }
James Smart6d368e52011-05-24 11:44:12 -04005567 /* RPIs. */
5568 count = phba->sli4_hba.max_cfg_param.max_rpi;
5569 base = phba->sli4_hba.max_cfg_param.rpi_base;
5570 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5571 phba->sli4_hba.rpi_bmask = kzalloc(longs *
5572 sizeof(unsigned long),
5573 GFP_KERNEL);
5574 if (unlikely(!phba->sli4_hba.rpi_bmask)) {
5575 rc = -ENOMEM;
5576 goto err_exit;
5577 }
5578 phba->sli4_hba.rpi_ids = kzalloc(count *
5579 sizeof(uint16_t),
5580 GFP_KERNEL);
5581 if (unlikely(!phba->sli4_hba.rpi_ids)) {
5582 rc = -ENOMEM;
5583 goto free_rpi_bmask;
5584 }
5585
5586 for (i = 0; i < count; i++)
5587 phba->sli4_hba.rpi_ids[i] = base + i;
5588
5589 /* VPIs. */
5590 count = phba->sli4_hba.max_cfg_param.max_vpi;
5591 base = phba->sli4_hba.max_cfg_param.vpi_base;
5592 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5593 phba->vpi_bmask = kzalloc(longs *
5594 sizeof(unsigned long),
5595 GFP_KERNEL);
5596 if (unlikely(!phba->vpi_bmask)) {
5597 rc = -ENOMEM;
5598 goto free_rpi_ids;
5599 }
5600 phba->vpi_ids = kzalloc(count *
5601 sizeof(uint16_t),
5602 GFP_KERNEL);
5603 if (unlikely(!phba->vpi_ids)) {
5604 rc = -ENOMEM;
5605 goto free_vpi_bmask;
5606 }
5607
5608 for (i = 0; i < count; i++)
5609 phba->vpi_ids[i] = base + i;
5610
5611 /* XRIs. */
5612 count = phba->sli4_hba.max_cfg_param.max_xri;
5613 base = phba->sli4_hba.max_cfg_param.xri_base;
5614 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5615 phba->sli4_hba.xri_bmask = kzalloc(longs *
5616 sizeof(unsigned long),
5617 GFP_KERNEL);
5618 if (unlikely(!phba->sli4_hba.xri_bmask)) {
5619 rc = -ENOMEM;
5620 goto free_vpi_ids;
5621 }
James Smart41899be2012-03-01 22:34:19 -05005622 phba->sli4_hba.max_cfg_param.xri_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04005623 phba->sli4_hba.xri_ids = kzalloc(count *
5624 sizeof(uint16_t),
5625 GFP_KERNEL);
5626 if (unlikely(!phba->sli4_hba.xri_ids)) {
5627 rc = -ENOMEM;
5628 goto free_xri_bmask;
5629 }
5630
5631 for (i = 0; i < count; i++)
5632 phba->sli4_hba.xri_ids[i] = base + i;
5633
5634 /* VFIs. */
5635 count = phba->sli4_hba.max_cfg_param.max_vfi;
5636 base = phba->sli4_hba.max_cfg_param.vfi_base;
5637 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
5638 phba->sli4_hba.vfi_bmask = kzalloc(longs *
5639 sizeof(unsigned long),
5640 GFP_KERNEL);
5641 if (unlikely(!phba->sli4_hba.vfi_bmask)) {
5642 rc = -ENOMEM;
5643 goto free_xri_ids;
5644 }
5645 phba->sli4_hba.vfi_ids = kzalloc(count *
5646 sizeof(uint16_t),
5647 GFP_KERNEL);
5648 if (unlikely(!phba->sli4_hba.vfi_ids)) {
5649 rc = -ENOMEM;
5650 goto free_vfi_bmask;
5651 }
5652
5653 for (i = 0; i < count; i++)
5654 phba->sli4_hba.vfi_ids[i] = base + i;
5655
5656 /*
5657 * Mark all resources ready. An HBA reset doesn't need
5658 * to reset the initialization.
5659 */
5660 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags,
5661 LPFC_IDX_RSRC_RDY);
5662 return 0;
5663 }
5664
5665 free_vfi_bmask:
5666 kfree(phba->sli4_hba.vfi_bmask);
5667 free_xri_ids:
5668 kfree(phba->sli4_hba.xri_ids);
5669 free_xri_bmask:
5670 kfree(phba->sli4_hba.xri_bmask);
5671 free_vpi_ids:
5672 kfree(phba->vpi_ids);
5673 free_vpi_bmask:
5674 kfree(phba->vpi_bmask);
5675 free_rpi_ids:
5676 kfree(phba->sli4_hba.rpi_ids);
5677 free_rpi_bmask:
5678 kfree(phba->sli4_hba.rpi_bmask);
5679 err_exit:
5680 return rc;
5681}
5682
5683/**
5684 * lpfc_sli4_dealloc_resource_identifiers - Deallocate all SLI4 resource extents.
5685 * @phba: Pointer to HBA context object.
5686 *
5687 * This function allocates the number of elements for the specified
5688 * resource type.
5689 **/
5690int
5691lpfc_sli4_dealloc_resource_identifiers(struct lpfc_hba *phba)
5692{
5693 if (phba->sli4_hba.extents_in_use) {
5694 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
5695 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
5696 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);
5697 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
5698 } else {
5699 kfree(phba->vpi_bmask);
5700 kfree(phba->vpi_ids);
5701 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5702 kfree(phba->sli4_hba.xri_bmask);
5703 kfree(phba->sli4_hba.xri_ids);
James Smart6d368e52011-05-24 11:44:12 -04005704 kfree(phba->sli4_hba.vfi_bmask);
5705 kfree(phba->sli4_hba.vfi_ids);
5706 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5707 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
5708 }
5709
5710 return 0;
5711}
5712
5713/**
James Smartb76f2dc2011-07-22 18:37:42 -04005714 * lpfc_sli4_get_allocated_extnts - Get the port's allocated extents.
5715 * @phba: Pointer to HBA context object.
5716 * @type: The resource extent type.
5717 * @extnt_count: buffer to hold port extent count response
5718 * @extnt_size: buffer to hold port extent size response.
5719 *
5720 * This function calls the port to read the host allocated extents
5721 * for a particular type.
5722 **/
5723int
5724lpfc_sli4_get_allocated_extnts(struct lpfc_hba *phba, uint16_t type,
5725 uint16_t *extnt_cnt, uint16_t *extnt_size)
5726{
5727 bool emb;
5728 int rc = 0;
5729 uint16_t curr_blks = 0;
5730 uint32_t req_len, emb_len;
5731 uint32_t alloc_len, mbox_tmo;
5732 struct list_head *blk_list_head;
5733 struct lpfc_rsrc_blks *rsrc_blk;
5734 LPFC_MBOXQ_t *mbox;
5735 void *virtaddr = NULL;
5736 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc;
5737 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext;
5738 union lpfc_sli4_cfg_shdr *shdr;
5739
5740 switch (type) {
5741 case LPFC_RSC_TYPE_FCOE_VPI:
5742 blk_list_head = &phba->lpfc_vpi_blk_list;
5743 break;
5744 case LPFC_RSC_TYPE_FCOE_XRI:
5745 blk_list_head = &phba->sli4_hba.lpfc_xri_blk_list;
5746 break;
5747 case LPFC_RSC_TYPE_FCOE_VFI:
5748 blk_list_head = &phba->sli4_hba.lpfc_vfi_blk_list;
5749 break;
5750 case LPFC_RSC_TYPE_FCOE_RPI:
5751 blk_list_head = &phba->sli4_hba.lpfc_rpi_blk_list;
5752 break;
5753 default:
5754 return -EIO;
5755 }
5756
5757 /* Count the number of extents currently allocatd for this type. */
5758 list_for_each_entry(rsrc_blk, blk_list_head, list) {
5759 if (curr_blks == 0) {
5760 /*
5761 * The GET_ALLOCATED mailbox does not return the size,
5762 * just the count. The size should be just the size
5763 * stored in the current allocated block and all sizes
5764 * for an extent type are the same so set the return
5765 * value now.
5766 */
5767 *extnt_size = rsrc_blk->rsrc_size;
5768 }
5769 curr_blks++;
5770 }
5771
5772 /* Calculate the total requested length of the dma memory. */
5773 req_len = curr_blks * sizeof(uint16_t);
5774
5775 /*
5776 * Calculate the size of an embedded mailbox. The uint32_t
5777 * accounts for extents-specific word.
5778 */
5779 emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) -
5780 sizeof(uint32_t);
5781
5782 /*
5783 * Presume the allocation and response will fit into an embedded
5784 * mailbox. If not true, reconfigure to a non-embedded mailbox.
5785 */
5786 emb = LPFC_SLI4_MBX_EMBED;
5787 req_len = emb_len;
5788 if (req_len > emb_len) {
5789 req_len = curr_blks * sizeof(uint16_t) +
5790 sizeof(union lpfc_sli4_cfg_shdr) +
5791 sizeof(uint32_t);
5792 emb = LPFC_SLI4_MBX_NEMBED;
5793 }
5794
5795 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5796 if (!mbox)
5797 return -ENOMEM;
5798 memset(mbox, 0, sizeof(LPFC_MBOXQ_t));
5799
5800 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5801 LPFC_MBOX_OPCODE_GET_ALLOC_RSRC_EXTENT,
5802 req_len, emb);
5803 if (alloc_len < req_len) {
5804 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5805 "2983 Allocated DMA memory size (x%x) is "
5806 "less than the requested DMA memory "
5807 "size (x%x)\n", alloc_len, req_len);
5808 rc = -ENOMEM;
5809 goto err_exit;
5810 }
5811 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb);
5812 if (unlikely(rc)) {
5813 rc = -EIO;
5814 goto err_exit;
5815 }
5816
5817 if (!phba->sli4_hba.intr_enable)
5818 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5819 else {
James Smarta183a152011-10-10 21:32:43 -04005820 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smartb76f2dc2011-07-22 18:37:42 -04005821 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5822 }
5823
5824 if (unlikely(rc)) {
5825 rc = -EIO;
5826 goto err_exit;
5827 }
5828
5829 /*
5830 * Figure out where the response is located. Then get local pointers
5831 * to the response data. The port does not guarantee to respond to
5832 * all extents counts request so update the local variable with the
5833 * allocated count from the port.
5834 */
5835 if (emb == LPFC_SLI4_MBX_EMBED) {
5836 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents;
5837 shdr = &rsrc_ext->header.cfg_shdr;
5838 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
5839 } else {
5840 virtaddr = mbox->sge_array->addr[0];
5841 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr;
5842 shdr = &n_rsrc->cfg_shdr;
5843 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
5844 }
5845
5846 if (bf_get(lpfc_mbox_hdr_status, &shdr->response)) {
5847 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5848 "2984 Failed to read allocated resources "
5849 "for type %d - Status 0x%x Add'l Status 0x%x.\n",
5850 type,
5851 bf_get(lpfc_mbox_hdr_status, &shdr->response),
5852 bf_get(lpfc_mbox_hdr_add_status, &shdr->response));
5853 rc = -EIO;
5854 goto err_exit;
5855 }
5856 err_exit:
5857 lpfc_sli4_mbox_cmd_free(phba, mbox);
5858 return rc;
5859}
5860
5861/**
James Smart8a9d2e82012-05-09 21:16:12 -04005862 * lpfc_sli4_repost_els_sgl_list - Repsot the els buffers sgl pages as block
5863 * @phba: pointer to lpfc hba data structure.
5864 *
5865 * This routine walks the list of els buffers that have been allocated and
5866 * repost them to the port by using SGL block post. This is needed after a
5867 * pci_function_reset/warm_start or start. It attempts to construct blocks
5868 * of els buffer sgls which contains contiguous xris and uses the non-embedded
5869 * SGL block post mailbox commands to post them to the port. For single els
5870 * buffer sgl with non-contiguous xri, if any, it shall use embedded SGL post
5871 * mailbox command for posting.
5872 *
5873 * Returns: 0 = success, non-zero failure.
5874 **/
5875static int
5876lpfc_sli4_repost_els_sgl_list(struct lpfc_hba *phba)
5877{
5878 struct lpfc_sglq *sglq_entry = NULL;
5879 struct lpfc_sglq *sglq_entry_next = NULL;
5880 struct lpfc_sglq *sglq_entry_first = NULL;
5881 int status, post_cnt = 0, num_posted = 0, block_cnt = 0;
5882 int last_xritag = NO_XRI;
5883 LIST_HEAD(prep_sgl_list);
5884 LIST_HEAD(blck_sgl_list);
5885 LIST_HEAD(allc_sgl_list);
5886 LIST_HEAD(post_sgl_list);
5887 LIST_HEAD(free_sgl_list);
5888
5889 spin_lock(&phba->hbalock);
5890 list_splice_init(&phba->sli4_hba.lpfc_sgl_list, &allc_sgl_list);
5891 spin_unlock(&phba->hbalock);
5892
5893 list_for_each_entry_safe(sglq_entry, sglq_entry_next,
5894 &allc_sgl_list, list) {
5895 list_del_init(&sglq_entry->list);
5896 block_cnt++;
5897 if ((last_xritag != NO_XRI) &&
5898 (sglq_entry->sli4_xritag != last_xritag + 1)) {
5899 /* a hole in xri block, form a sgl posting block */
5900 list_splice_init(&prep_sgl_list, &blck_sgl_list);
5901 post_cnt = block_cnt - 1;
5902 /* prepare list for next posting block */
5903 list_add_tail(&sglq_entry->list, &prep_sgl_list);
5904 block_cnt = 1;
5905 } else {
5906 /* prepare list for next posting block */
5907 list_add_tail(&sglq_entry->list, &prep_sgl_list);
5908 /* enough sgls for non-embed sgl mbox command */
5909 if (block_cnt == LPFC_NEMBED_MBOX_SGL_CNT) {
5910 list_splice_init(&prep_sgl_list,
5911 &blck_sgl_list);
5912 post_cnt = block_cnt;
5913 block_cnt = 0;
5914 }
5915 }
5916 num_posted++;
5917
5918 /* keep track of last sgl's xritag */
5919 last_xritag = sglq_entry->sli4_xritag;
5920
5921 /* end of repost sgl list condition for els buffers */
5922 if (num_posted == phba->sli4_hba.els_xri_cnt) {
5923 if (post_cnt == 0) {
5924 list_splice_init(&prep_sgl_list,
5925 &blck_sgl_list);
5926 post_cnt = block_cnt;
5927 } else if (block_cnt == 1) {
5928 status = lpfc_sli4_post_sgl(phba,
5929 sglq_entry->phys, 0,
5930 sglq_entry->sli4_xritag);
5931 if (!status) {
5932 /* successful, put sgl to posted list */
5933 list_add_tail(&sglq_entry->list,
5934 &post_sgl_list);
5935 } else {
5936 /* Failure, put sgl to free list */
5937 lpfc_printf_log(phba, KERN_WARNING,
5938 LOG_SLI,
5939 "3159 Failed to post els "
5940 "sgl, xritag:x%x\n",
5941 sglq_entry->sli4_xritag);
5942 list_add_tail(&sglq_entry->list,
5943 &free_sgl_list);
5944 spin_lock_irq(&phba->hbalock);
5945 phba->sli4_hba.els_xri_cnt--;
5946 spin_unlock_irq(&phba->hbalock);
5947 }
5948 }
5949 }
5950
5951 /* continue until a nembed page worth of sgls */
5952 if (post_cnt == 0)
5953 continue;
5954
5955 /* post the els buffer list sgls as a block */
5956 status = lpfc_sli4_post_els_sgl_list(phba, &blck_sgl_list,
5957 post_cnt);
5958
5959 if (!status) {
5960 /* success, put sgl list to posted sgl list */
5961 list_splice_init(&blck_sgl_list, &post_sgl_list);
5962 } else {
5963 /* Failure, put sgl list to free sgl list */
5964 sglq_entry_first = list_first_entry(&blck_sgl_list,
5965 struct lpfc_sglq,
5966 list);
5967 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
5968 "3160 Failed to post els sgl-list, "
5969 "xritag:x%x-x%x\n",
5970 sglq_entry_first->sli4_xritag,
5971 (sglq_entry_first->sli4_xritag +
5972 post_cnt - 1));
5973 list_splice_init(&blck_sgl_list, &free_sgl_list);
5974 spin_lock_irq(&phba->hbalock);
5975 phba->sli4_hba.els_xri_cnt -= post_cnt;
5976 spin_unlock_irq(&phba->hbalock);
5977 }
5978
5979 /* don't reset xirtag due to hole in xri block */
5980 if (block_cnt == 0)
5981 last_xritag = NO_XRI;
5982
5983 /* reset els sgl post count for next round of posting */
5984 post_cnt = 0;
5985 }
5986
5987 /* free the els sgls failed to post */
5988 lpfc_free_sgl_list(phba, &free_sgl_list);
5989
5990 /* push els sgls posted to the availble list */
5991 if (!list_empty(&post_sgl_list)) {
5992 spin_lock(&phba->hbalock);
5993 list_splice_init(&post_sgl_list,
5994 &phba->sli4_hba.lpfc_sgl_list);
5995 spin_unlock(&phba->hbalock);
5996 } else {
5997 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5998 "3161 Failure to post els sgl to port.\n");
5999 return -EIO;
6000 }
6001 return 0;
6002}
6003
6004/**
James Smartda0436e2009-05-22 14:51:39 -04006005 * lpfc_sli4_hba_setup - SLI4 device intialization PCI function
6006 * @phba: Pointer to HBA context object.
6007 *
6008 * This function is the main SLI4 device intialization PCI function. This
6009 * function is called by the HBA intialization code, HBA reset code and
6010 * HBA error attention handler code. Caller is not required to hold any
6011 * locks.
6012 **/
6013int
6014lpfc_sli4_hba_setup(struct lpfc_hba *phba)
6015{
6016 int rc;
6017 LPFC_MBOXQ_t *mboxq;
6018 struct lpfc_mqe *mqe;
6019 uint8_t *vpd;
6020 uint32_t vpd_size;
6021 uint32_t ftr_rsp = 0;
6022 struct Scsi_Host *shost = lpfc_shost_from_vport(phba->pport);
6023 struct lpfc_vport *vport = phba->pport;
6024 struct lpfc_dmabuf *mp;
6025
6026 /* Perform a PCI function reset to start from clean */
6027 rc = lpfc_pci_function_reset(phba);
6028 if (unlikely(rc))
6029 return -ENODEV;
6030
6031 /* Check the HBA Host Status Register for readyness */
6032 rc = lpfc_sli4_post_status_check(phba);
6033 if (unlikely(rc))
6034 return -ENODEV;
6035 else {
6036 spin_lock_irq(&phba->hbalock);
6037 phba->sli.sli_flag |= LPFC_SLI_ACTIVE;
6038 spin_unlock_irq(&phba->hbalock);
6039 }
6040
6041 /*
6042 * Allocate a single mailbox container for initializing the
6043 * port.
6044 */
6045 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6046 if (!mboxq)
6047 return -ENOMEM;
6048
James Smartda0436e2009-05-22 14:51:39 -04006049 /* Issue READ_REV to collect vpd and FW information. */
James Smart49198b32010-04-06 15:04:33 -04006050 vpd_size = SLI4_PAGE_SIZE;
James Smartda0436e2009-05-22 14:51:39 -04006051 vpd = kzalloc(vpd_size, GFP_KERNEL);
6052 if (!vpd) {
6053 rc = -ENOMEM;
6054 goto out_free_mbox;
6055 }
6056
6057 rc = lpfc_sli4_read_rev(phba, mboxq, vpd, &vpd_size);
James Smart76a95d72010-11-20 23:11:48 -05006058 if (unlikely(rc)) {
6059 kfree(vpd);
6060 goto out_free_mbox;
6061 }
James Smartda0436e2009-05-22 14:51:39 -04006062 mqe = &mboxq->u.mqe;
James Smartf1126682009-06-10 17:22:44 -04006063 phba->sli_rev = bf_get(lpfc_mbx_rd_rev_sli_lvl, &mqe->un.read_rev);
6064 if (bf_get(lpfc_mbx_rd_rev_fcoe, &mqe->un.read_rev))
James Smart76a95d72010-11-20 23:11:48 -05006065 phba->hba_flag |= HBA_FCOE_MODE;
6066 else
6067 phba->hba_flag &= ~HBA_FCOE_MODE;
James Smart45ed1192009-10-02 15:17:02 -04006068
6069 if (bf_get(lpfc_mbx_rd_rev_cee_ver, &mqe->un.read_rev) ==
6070 LPFC_DCBX_CEE_MODE)
6071 phba->hba_flag |= HBA_FIP_SUPPORT;
6072 else
6073 phba->hba_flag &= ~HBA_FIP_SUPPORT;
6074
James Smart4f2e66c2012-05-09 21:17:07 -04006075 phba->hba_flag &= ~HBA_FCP_IOQ_FLUSH;
6076
James Smartc31098c2011-04-16 11:03:33 -04006077 if (phba->sli_rev != LPFC_SLI_REV4) {
James Smartda0436e2009-05-22 14:51:39 -04006078 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6079 "0376 READ_REV Error. SLI Level %d "
6080 "FCoE enabled %d\n",
James Smart76a95d72010-11-20 23:11:48 -05006081 phba->sli_rev, phba->hba_flag & HBA_FCOE_MODE);
James Smartda0436e2009-05-22 14:51:39 -04006082 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006083 kfree(vpd);
6084 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006085 }
James Smartcd1c8302011-10-10 21:33:25 -04006086
6087 /*
James Smartff78d8f2011-12-13 13:21:35 -05006088 * Continue initialization with default values even if driver failed
6089 * to read FCoE param config regions, only read parameters if the
6090 * board is FCoE
6091 */
6092 if (phba->hba_flag & HBA_FCOE_MODE &&
6093 lpfc_sli4_read_fcoe_params(phba))
6094 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_INIT,
6095 "2570 Failed to read FCoE parameters\n");
6096
6097 /*
James Smartcd1c8302011-10-10 21:33:25 -04006098 * Retrieve sli4 device physical port name, failure of doing it
6099 * is considered as non-fatal.
6100 */
6101 rc = lpfc_sli4_retrieve_pport_name(phba);
6102 if (!rc)
6103 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
6104 "3080 Successful retrieving SLI4 device "
6105 "physical port name: %s.\n", phba->Port);
6106
James Smartda0436e2009-05-22 14:51:39 -04006107 /*
6108 * Evaluate the read rev and vpd data. Populate the driver
6109 * state with the results. If this routine fails, the failure
6110 * is not fatal as the driver will use generic values.
6111 */
6112 rc = lpfc_parse_vpd(phba, vpd, vpd_size);
6113 if (unlikely(!rc)) {
6114 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6115 "0377 Error %d parsing vpd. "
6116 "Using defaults.\n", rc);
6117 rc = 0;
6118 }
James Smart76a95d72010-11-20 23:11:48 -05006119 kfree(vpd);
James Smartda0436e2009-05-22 14:51:39 -04006120
James Smartf1126682009-06-10 17:22:44 -04006121 /* Save information as VPD data */
6122 phba->vpd.rev.biuRev = mqe->un.read_rev.first_hw_rev;
6123 phba->vpd.rev.smRev = mqe->un.read_rev.second_hw_rev;
6124 phba->vpd.rev.endecRev = mqe->un.read_rev.third_hw_rev;
6125 phba->vpd.rev.fcphHigh = bf_get(lpfc_mbx_rd_rev_fcph_high,
6126 &mqe->un.read_rev);
6127 phba->vpd.rev.fcphLow = bf_get(lpfc_mbx_rd_rev_fcph_low,
6128 &mqe->un.read_rev);
6129 phba->vpd.rev.feaLevelHigh = bf_get(lpfc_mbx_rd_rev_ftr_lvl_high,
6130 &mqe->un.read_rev);
6131 phba->vpd.rev.feaLevelLow = bf_get(lpfc_mbx_rd_rev_ftr_lvl_low,
6132 &mqe->un.read_rev);
6133 phba->vpd.rev.sli1FwRev = mqe->un.read_rev.fw_id_rev;
6134 memcpy(phba->vpd.rev.sli1FwName, mqe->un.read_rev.fw_name, 16);
6135 phba->vpd.rev.sli2FwRev = mqe->un.read_rev.ulp_fw_id_rev;
6136 memcpy(phba->vpd.rev.sli2FwName, mqe->un.read_rev.ulp_fw_name, 16);
6137 phba->vpd.rev.opFwRev = mqe->un.read_rev.fw_id_rev;
6138 memcpy(phba->vpd.rev.opFwName, mqe->un.read_rev.fw_name, 16);
6139 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
6140 "(%d):0380 READ_REV Status x%x "
6141 "fw_rev:%s fcphHi:%x fcphLo:%x flHi:%x flLo:%x\n",
6142 mboxq->vport ? mboxq->vport->vpi : 0,
6143 bf_get(lpfc_mqe_status, mqe),
6144 phba->vpd.rev.opFwName,
6145 phba->vpd.rev.fcphHigh, phba->vpd.rev.fcphLow,
6146 phba->vpd.rev.feaLevelHigh, phba->vpd.rev.feaLevelLow);
James Smartda0436e2009-05-22 14:51:39 -04006147
6148 /*
6149 * Discover the port's supported feature set and match it against the
6150 * hosts requests.
6151 */
6152 lpfc_request_features(phba, mboxq);
6153 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6154 if (unlikely(rc)) {
6155 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006156 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006157 }
6158
6159 /*
6160 * The port must support FCP initiator mode as this is the
6161 * only mode running in the host.
6162 */
6163 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_fcpi, &mqe->un.req_ftrs))) {
6164 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
6165 "0378 No support for fcpi mode.\n");
6166 ftr_rsp++;
6167 }
James Smartfedd3b72011-02-16 12:39:24 -05006168 if (bf_get(lpfc_mbx_rq_ftr_rsp_perfh, &mqe->un.req_ftrs))
6169 phba->sli3_options |= LPFC_SLI4_PERFH_ENABLED;
6170 else
6171 phba->sli3_options &= ~LPFC_SLI4_PERFH_ENABLED;
James Smartda0436e2009-05-22 14:51:39 -04006172 /*
6173 * If the port cannot support the host's requested features
6174 * then turn off the global config parameters to disable the
6175 * feature in the driver. This is not a fatal error.
6176 */
James Smartbf086112011-08-21 21:48:13 -04006177 phba->sli3_options &= ~LPFC_SLI3_BG_ENABLED;
6178 if (phba->cfg_enable_bg) {
6179 if (bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs))
6180 phba->sli3_options |= LPFC_SLI3_BG_ENABLED;
6181 else
6182 ftr_rsp++;
6183 }
James Smartda0436e2009-05-22 14:51:39 -04006184
6185 if (phba->max_vpi && phba->cfg_enable_npiv &&
6186 !(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs)))
6187 ftr_rsp++;
6188
6189 if (ftr_rsp) {
6190 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
6191 "0379 Feature Mismatch Data: x%08x %08x "
6192 "x%x x%x x%x\n", mqe->un.req_ftrs.word2,
6193 mqe->un.req_ftrs.word3, phba->cfg_enable_bg,
6194 phba->cfg_enable_npiv, phba->max_vpi);
6195 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs)))
6196 phba->cfg_enable_bg = 0;
6197 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs)))
6198 phba->cfg_enable_npiv = 0;
6199 }
6200
6201 /* These SLI3 features are assumed in SLI4 */
6202 spin_lock_irq(&phba->hbalock);
6203 phba->sli3_options |= (LPFC_SLI3_NPIV_ENABLED | LPFC_SLI3_HBQ_ENABLED);
6204 spin_unlock_irq(&phba->hbalock);
6205
James Smart6d368e52011-05-24 11:44:12 -04006206 /*
6207 * Allocate all resources (xri,rpi,vpi,vfi) now. Subsequent
6208 * calls depends on these resources to complete port setup.
6209 */
6210 rc = lpfc_sli4_alloc_resource_identifiers(phba);
6211 if (rc) {
6212 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6213 "2920 Failed to alloc Resource IDs "
6214 "rc = x%x\n", rc);
6215 goto out_free_mbox;
6216 }
6217
James Smartda0436e2009-05-22 14:51:39 -04006218 /* Read the port's service parameters. */
James Smart9f1177a2010-02-26 14:12:57 -05006219 rc = lpfc_read_sparam(phba, mboxq, vport->vpi);
6220 if (rc) {
6221 phba->link_state = LPFC_HBA_ERROR;
6222 rc = -ENOMEM;
James Smart76a95d72010-11-20 23:11:48 -05006223 goto out_free_mbox;
James Smart9f1177a2010-02-26 14:12:57 -05006224 }
6225
James Smartda0436e2009-05-22 14:51:39 -04006226 mboxq->vport = vport;
6227 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6228 mp = (struct lpfc_dmabuf *) mboxq->context1;
6229 if (rc == MBX_SUCCESS) {
6230 memcpy(&vport->fc_sparam, mp->virt, sizeof(struct serv_parm));
6231 rc = 0;
6232 }
6233
6234 /*
6235 * This memory was allocated by the lpfc_read_sparam routine. Release
6236 * it to the mbuf pool.
6237 */
6238 lpfc_mbuf_free(phba, mp->virt, mp->phys);
6239 kfree(mp);
6240 mboxq->context1 = NULL;
6241 if (unlikely(rc)) {
6242 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6243 "0382 READ_SPARAM command failed "
6244 "status %d, mbxStatus x%x\n",
6245 rc, bf_get(lpfc_mqe_status, mqe));
6246 phba->link_state = LPFC_HBA_ERROR;
6247 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05006248 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006249 }
6250
James Smart05580562011-05-24 11:40:48 -04006251 lpfc_update_vport_wwn(vport);
James Smartda0436e2009-05-22 14:51:39 -04006252
6253 /* Update the fc_host data structures with new wwn. */
6254 fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn);
6255 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn);
6256
James Smart8a9d2e82012-05-09 21:16:12 -04006257 /* update host els and scsi xri-sgl sizes and mappings */
6258 rc = lpfc_sli4_xri_sgl_update(phba);
6259 if (unlikely(rc)) {
6260 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6261 "1400 Failed to update xri-sgl size and "
6262 "mapping: %d\n", rc);
6263 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006264 }
6265
James Smart8a9d2e82012-05-09 21:16:12 -04006266 /* register the els sgl pool to the port */
6267 rc = lpfc_sli4_repost_els_sgl_list(phba);
6268 if (unlikely(rc)) {
6269 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6270 "0582 Error %d during els sgl post "
6271 "operation\n", rc);
6272 rc = -ENODEV;
6273 goto out_free_mbox;
6274 }
6275
6276 /* register the allocated scsi sgl pool to the port */
James Smartda0436e2009-05-22 14:51:39 -04006277 rc = lpfc_sli4_repost_scsi_sgl_list(phba);
6278 if (unlikely(rc)) {
James Smart6d368e52011-05-24 11:44:12 -04006279 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart6a9c52c2009-10-02 15:16:51 -04006280 "0383 Error %d during scsi sgl post "
6281 "operation\n", rc);
James Smartda0436e2009-05-22 14:51:39 -04006282 /* Some Scsi buffers were moved to the abort scsi list */
6283 /* A pci function reset will repost them */
6284 rc = -ENODEV;
James Smart76a95d72010-11-20 23:11:48 -05006285 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006286 }
6287
6288 /* Post the rpi header region to the device. */
6289 rc = lpfc_sli4_post_all_rpi_hdrs(phba);
6290 if (unlikely(rc)) {
6291 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6292 "0393 Error %d during rpi post operation\n",
6293 rc);
6294 rc = -ENODEV;
James Smart76a95d72010-11-20 23:11:48 -05006295 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04006296 }
James Smart97f2ecf2012-03-01 22:35:23 -05006297 lpfc_sli4_node_prep(phba);
James Smartda0436e2009-05-22 14:51:39 -04006298
James Smart5350d872011-10-10 21:33:49 -04006299 /* Create all the SLI4 queues */
6300 rc = lpfc_sli4_queue_create(phba);
6301 if (rc) {
6302 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6303 "3089 Failed to allocate queues\n");
6304 rc = -ENODEV;
6305 goto out_stop_timers;
6306 }
James Smartda0436e2009-05-22 14:51:39 -04006307 /* Set up all the queues to the device */
6308 rc = lpfc_sli4_queue_setup(phba);
6309 if (unlikely(rc)) {
6310 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6311 "0381 Error %d during queue setup.\n ", rc);
James Smart5350d872011-10-10 21:33:49 -04006312 goto out_destroy_queue;
James Smartda0436e2009-05-22 14:51:39 -04006313 }
6314
6315 /* Arm the CQs and then EQs on device */
6316 lpfc_sli4_arm_cqeq_intr(phba);
6317
6318 /* Indicate device interrupt mode */
6319 phba->sli4_hba.intr_enable = 1;
6320
6321 /* Allow asynchronous mailbox command to go through */
6322 spin_lock_irq(&phba->hbalock);
6323 phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
6324 spin_unlock_irq(&phba->hbalock);
6325
6326 /* Post receive buffers to the device */
6327 lpfc_sli4_rb_setup(phba);
6328
James Smartfc2b9892010-02-26 14:15:29 -05006329 /* Reset HBA FCF states after HBA reset */
6330 phba->fcf.fcf_flag = 0;
6331 phba->fcf.current_rec.flag = 0;
6332
James Smartda0436e2009-05-22 14:51:39 -04006333 /* Start the ELS watchdog timer */
James Smart8fa38512009-07-19 10:01:03 -04006334 mod_timer(&vport->els_tmofunc,
6335 jiffies + HZ * (phba->fc_ratov * 2));
James Smartda0436e2009-05-22 14:51:39 -04006336
6337 /* Start heart beat timer */
6338 mod_timer(&phba->hb_tmofunc,
6339 jiffies + HZ * LPFC_HB_MBOX_INTERVAL);
6340 phba->hb_outstanding = 0;
6341 phba->last_completion_time = jiffies;
6342
6343 /* Start error attention (ERATT) polling timer */
6344 mod_timer(&phba->eratt_poll, jiffies + HZ * LPFC_ERATT_POLL_INTERVAL);
6345
James Smart75baf692010-06-08 18:31:21 -04006346 /* Enable PCIe device Advanced Error Reporting (AER) if configured */
6347 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
6348 rc = pci_enable_pcie_error_reporting(phba->pcidev);
6349 if (!rc) {
6350 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6351 "2829 This device supports "
6352 "Advanced Error Reporting (AER)\n");
6353 spin_lock_irq(&phba->hbalock);
6354 phba->hba_flag |= HBA_AER_ENABLED;
6355 spin_unlock_irq(&phba->hbalock);
6356 } else {
6357 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6358 "2830 This device does not support "
6359 "Advanced Error Reporting (AER)\n");
6360 phba->cfg_aer_support = 0;
6361 }
James Smart0a96e972011-07-22 18:37:28 -04006362 rc = 0;
James Smart75baf692010-06-08 18:31:21 -04006363 }
6364
James Smart76a95d72010-11-20 23:11:48 -05006365 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
6366 /*
6367 * The FC Port needs to register FCFI (index 0)
6368 */
6369 lpfc_reg_fcfi(phba, mboxq);
6370 mboxq->vport = phba->pport;
6371 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smart9589b0622011-04-16 11:03:17 -04006372 if (rc != MBX_SUCCESS)
James Smart76a95d72010-11-20 23:11:48 -05006373 goto out_unset_queue;
James Smart9589b0622011-04-16 11:03:17 -04006374 rc = 0;
6375 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi,
6376 &mboxq->u.mqe.un.reg_fcfi);
James Smart026abb82011-12-13 13:20:45 -05006377
6378 /* Check if the port is configured to be disabled */
6379 lpfc_sli_read_link_ste(phba);
James Smart76a95d72010-11-20 23:11:48 -05006380 }
James Smart026abb82011-12-13 13:20:45 -05006381
James Smartda0436e2009-05-22 14:51:39 -04006382 /*
6383 * The port is ready, set the host's link state to LINK_DOWN
6384 * in preparation for link interrupts.
6385 */
James Smartda0436e2009-05-22 14:51:39 -04006386 spin_lock_irq(&phba->hbalock);
6387 phba->link_state = LPFC_LINK_DOWN;
6388 spin_unlock_irq(&phba->hbalock);
James Smart026abb82011-12-13 13:20:45 -05006389 if (!(phba->hba_flag & HBA_FCOE_MODE) &&
6390 (phba->hba_flag & LINK_DISABLED)) {
6391 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI,
6392 "3103 Adapter Link is disabled.\n");
6393 lpfc_down_link(phba, mboxq);
6394 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6395 if (rc != MBX_SUCCESS) {
6396 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI,
6397 "3104 Adapter failed to issue "
6398 "DOWN_LINK mbox cmd, rc:x%x\n", rc);
6399 goto out_unset_queue;
6400 }
6401 } else if (phba->cfg_suppress_link_up == LPFC_INITIALIZE_LINK) {
James Smart1b511972011-12-13 13:23:09 -05006402 /* don't perform init_link on SLI4 FC port loopback test */
6403 if (!(phba->link_flag & LS_LOOPBACK_MODE)) {
6404 rc = phba->lpfc_hba_init_link(phba, MBX_NOWAIT);
6405 if (rc)
6406 goto out_unset_queue;
6407 }
James Smart5350d872011-10-10 21:33:49 -04006408 }
6409 mempool_free(mboxq, phba->mbox_mem_pool);
6410 return rc;
James Smart76a95d72010-11-20 23:11:48 -05006411out_unset_queue:
James Smartda0436e2009-05-22 14:51:39 -04006412 /* Unset all the queues set up in this routine when error out */
James Smart5350d872011-10-10 21:33:49 -04006413 lpfc_sli4_queue_unset(phba);
6414out_destroy_queue:
6415 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04006416out_stop_timers:
James Smart5350d872011-10-10 21:33:49 -04006417 lpfc_stop_hba_timers(phba);
James Smartda0436e2009-05-22 14:51:39 -04006418out_free_mbox:
6419 mempool_free(mboxq, phba->mbox_mem_pool);
6420 return rc;
6421}
James Smarte59058c2008-08-24 21:49:00 -04006422
6423/**
James Smart3621a712009-04-06 18:47:14 -04006424 * lpfc_mbox_timeout - Timeout call back function for mbox timer
James Smarte59058c2008-08-24 21:49:00 -04006425 * @ptr: context object - pointer to hba structure.
dea31012005-04-17 16:05:31 -05006426 *
James Smarte59058c2008-08-24 21:49:00 -04006427 * This is the callback function for mailbox timer. The mailbox
6428 * timer is armed when a new mailbox command is issued and the timer
6429 * is deleted when the mailbox complete. The function is called by
6430 * the kernel timer code when a mailbox does not complete within
6431 * expected time. This function wakes up the worker thread to
6432 * process the mailbox timeout and returns. All the processing is
6433 * done by the worker thread function lpfc_mbox_timeout_handler.
6434 **/
dea31012005-04-17 16:05:31 -05006435void
6436lpfc_mbox_timeout(unsigned long ptr)
6437{
James Smart92d7f7b2007-06-17 19:56:38 -05006438 struct lpfc_hba *phba = (struct lpfc_hba *) ptr;
dea31012005-04-17 16:05:31 -05006439 unsigned long iflag;
James Smart2e0fef82007-06-17 19:56:36 -05006440 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05006441
James Smart2e0fef82007-06-17 19:56:36 -05006442 spin_lock_irqsave(&phba->pport->work_port_lock, iflag);
James Smart92d7f7b2007-06-17 19:56:38 -05006443 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05006444 if (!tmo_posted)
6445 phba->pport->work_port_events |= WORKER_MBOX_TMO;
6446 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag);
6447
James Smart5e9d9b82008-06-14 22:52:53 -04006448 if (!tmo_posted)
6449 lpfc_worker_wake_up(phba);
6450 return;
dea31012005-04-17 16:05:31 -05006451}
6452
James Smarte59058c2008-08-24 21:49:00 -04006453
6454/**
James Smart3621a712009-04-06 18:47:14 -04006455 * lpfc_mbox_timeout_handler - Worker thread function to handle mailbox timeout
James Smarte59058c2008-08-24 21:49:00 -04006456 * @phba: Pointer to HBA context object.
6457 *
6458 * This function is called from worker thread when a mailbox command times out.
6459 * The caller is not required to hold any locks. This function will reset the
6460 * HBA and recover all the pending commands.
6461 **/
dea31012005-04-17 16:05:31 -05006462void
6463lpfc_mbox_timeout_handler(struct lpfc_hba *phba)
6464{
James Smart2e0fef82007-06-17 19:56:36 -05006465 LPFC_MBOXQ_t *pmbox = phba->sli.mbox_active;
James Smart04c68492009-05-22 14:52:52 -04006466 MAILBOX_t *mb = &pmbox->u.mb;
James Smart1dcb58e2007-04-25 09:51:30 -04006467 struct lpfc_sli *psli = &phba->sli;
6468 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05006469
James Smarta257bf92009-04-06 18:48:10 -04006470 /* Check the pmbox pointer first. There is a race condition
6471 * between the mbox timeout handler getting executed in the
6472 * worklist and the mailbox actually completing. When this
6473 * race condition occurs, the mbox_active will be NULL.
6474 */
6475 spin_lock_irq(&phba->hbalock);
6476 if (pmbox == NULL) {
6477 lpfc_printf_log(phba, KERN_WARNING,
6478 LOG_MBOX | LOG_SLI,
6479 "0353 Active Mailbox cleared - mailbox timeout "
6480 "exiting\n");
6481 spin_unlock_irq(&phba->hbalock);
6482 return;
6483 }
6484
dea31012005-04-17 16:05:31 -05006485 /* Mbox cmd <mbxCommand> timeout */
James Smarted957682007-06-17 19:56:37 -05006486 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006487 "0310 Mailbox command x%x timeout Data: x%x x%x x%p\n",
James Smart92d7f7b2007-06-17 19:56:38 -05006488 mb->mbxCommand,
6489 phba->pport->port_state,
6490 phba->sli.sli_flag,
6491 phba->sli.mbox_active);
James Smarta257bf92009-04-06 18:48:10 -04006492 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05006493
James Smart1dcb58e2007-04-25 09:51:30 -04006494 /* Setting state unknown so lpfc_sli_abort_iocb_ring
6495 * would get IOCB_ERROR from lpfc_sli_issue_iocb, allowing
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006496 * it to fail all outstanding SCSI IO.
James Smart1dcb58e2007-04-25 09:51:30 -04006497 */
James Smart2e0fef82007-06-17 19:56:36 -05006498 spin_lock_irq(&phba->pport->work_port_lock);
6499 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
6500 spin_unlock_irq(&phba->pport->work_port_lock);
6501 spin_lock_irq(&phba->hbalock);
6502 phba->link_state = LPFC_LINK_UNKNOWN;
James Smartf4b4c682009-05-22 14:53:12 -04006503 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006504 spin_unlock_irq(&phba->hbalock);
James Smart1dcb58e2007-04-25 09:51:30 -04006505
6506 pring = &psli->ring[psli->fcp_ring];
6507 lpfc_sli_abort_iocb_ring(phba, pring);
6508
6509 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart76bb24e2007-10-27 13:38:00 -04006510 "0345 Resetting board due to mailbox timeout\n");
James Smart3772a992009-05-22 14:50:54 -04006511
6512 /* Reset the HBA device */
6513 lpfc_reset_hba(phba);
dea31012005-04-17 16:05:31 -05006514}
6515
James Smarte59058c2008-08-24 21:49:00 -04006516/**
James Smart3772a992009-05-22 14:50:54 -04006517 * lpfc_sli_issue_mbox_s3 - Issue an SLI3 mailbox command to firmware
James Smarte59058c2008-08-24 21:49:00 -04006518 * @phba: Pointer to HBA context object.
6519 * @pmbox: Pointer to mailbox object.
6520 * @flag: Flag indicating how the mailbox need to be processed.
6521 *
6522 * This function is called by discovery code and HBA management code
James Smart3772a992009-05-22 14:50:54 -04006523 * to submit a mailbox command to firmware with SLI-3 interface spec. This
6524 * function gets the hbalock to protect the data structures.
James Smarte59058c2008-08-24 21:49:00 -04006525 * The mailbox command can be submitted in polling mode, in which case
6526 * this function will wait in a polling loop for the completion of the
6527 * mailbox.
6528 * If the mailbox is submitted in no_wait mode (not polling) the
6529 * function will submit the command and returns immediately without waiting
6530 * for the mailbox completion. The no_wait is supported only when HBA
6531 * is in SLI2/SLI3 mode - interrupts are enabled.
6532 * The SLI interface allows only one mailbox pending at a time. If the
6533 * mailbox is issued in polling mode and there is already a mailbox
6534 * pending, then the function will return an error. If the mailbox is issued
6535 * in NO_WAIT mode and there is a mailbox pending already, the function
6536 * will return MBX_BUSY after queuing the mailbox into mailbox queue.
6537 * The sli layer owns the mailbox object until the completion of mailbox
6538 * command if this function return MBX_BUSY or MBX_SUCCESS. For all other
6539 * return codes the caller owns the mailbox command after the return of
6540 * the function.
6541 **/
James Smart3772a992009-05-22 14:50:54 -04006542static int
6543lpfc_sli_issue_mbox_s3(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox,
6544 uint32_t flag)
dea31012005-04-17 16:05:31 -05006545{
dea31012005-04-17 16:05:31 -05006546 MAILBOX_t *mb;
James Smart2e0fef82007-06-17 19:56:36 -05006547 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05006548 uint32_t status, evtctr;
James Smart9940b972011-03-11 16:06:12 -05006549 uint32_t ha_copy, hc_copy;
dea31012005-04-17 16:05:31 -05006550 int i;
James Smart09372822008-01-11 01:52:54 -05006551 unsigned long timeout;
dea31012005-04-17 16:05:31 -05006552 unsigned long drvr_flag = 0;
James Smart34b02dc2008-08-24 21:49:55 -04006553 uint32_t word0, ldata;
dea31012005-04-17 16:05:31 -05006554 void __iomem *to_slim;
James Smart58da1ff2008-04-07 10:15:56 -04006555 int processing_queue = 0;
6556
6557 spin_lock_irqsave(&phba->hbalock, drvr_flag);
6558 if (!pmbox) {
James Smart8568a4d2009-07-19 10:01:16 -04006559 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart58da1ff2008-04-07 10:15:56 -04006560 /* processing mbox queue from intr_handler */
James Smart3772a992009-05-22 14:50:54 -04006561 if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
6562 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6563 return MBX_SUCCESS;
6564 }
James Smart58da1ff2008-04-07 10:15:56 -04006565 processing_queue = 1;
James Smart58da1ff2008-04-07 10:15:56 -04006566 pmbox = lpfc_mbox_get(phba);
6567 if (!pmbox) {
6568 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6569 return MBX_SUCCESS;
6570 }
6571 }
dea31012005-04-17 16:05:31 -05006572
James Smarted957682007-06-17 19:56:37 -05006573 if (pmbox->mbox_cmpl && pmbox->mbox_cmpl != lpfc_sli_def_mbox_cmpl &&
James Smart92d7f7b2007-06-17 19:56:38 -05006574 pmbox->mbox_cmpl != lpfc_sli_wake_mbox_wait) {
James Smarted957682007-06-17 19:56:37 -05006575 if(!pmbox->vport) {
James Smart58da1ff2008-04-07 10:15:56 -04006576 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
James Smarted957682007-06-17 19:56:37 -05006577 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05006578 LOG_MBOX | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04006579 "1806 Mbox x%x failed. No vport\n",
James Smart3772a992009-05-22 14:50:54 -04006580 pmbox->u.mb.mbxCommand);
James Smarted957682007-06-17 19:56:37 -05006581 dump_stack();
James Smart58da1ff2008-04-07 10:15:56 -04006582 goto out_not_finished;
James Smarted957682007-06-17 19:56:37 -05006583 }
6584 }
6585
Linas Vepstas8d63f372007-02-14 14:28:36 -06006586 /* If the PCI channel is in offline state, do not post mbox. */
James Smart58da1ff2008-04-07 10:15:56 -04006587 if (unlikely(pci_channel_offline(phba->pcidev))) {
6588 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6589 goto out_not_finished;
6590 }
Linas Vepstas8d63f372007-02-14 14:28:36 -06006591
James Smarta257bf92009-04-06 18:48:10 -04006592 /* If HBA has a deferred error attention, fail the iocb. */
6593 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
6594 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6595 goto out_not_finished;
6596 }
6597
dea31012005-04-17 16:05:31 -05006598 psli = &phba->sli;
James Smart92d7f7b2007-06-17 19:56:38 -05006599
James Smart3772a992009-05-22 14:50:54 -04006600 mb = &pmbox->u.mb;
dea31012005-04-17 16:05:31 -05006601 status = MBX_SUCCESS;
6602
James Smart2e0fef82007-06-17 19:56:36 -05006603 if (phba->link_state == LPFC_HBA_ERROR) {
6604 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05006605
6606 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006607 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6608 "(%d):0311 Mailbox command x%x cannot "
6609 "issue Data: x%x x%x\n",
6610 pmbox->vport ? pmbox->vport->vpi : 0,
6611 pmbox->u.mb.mbxCommand, psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006612 goto out_not_finished;
Jamie Wellnitz41415862006-02-28 19:25:27 -05006613 }
6614
James Smart9940b972011-03-11 16:06:12 -05006615 if (mb->mbxCommand != MBX_KILL_BOARD && flag & MBX_NOWAIT) {
6616 if (lpfc_readl(phba->HCregaddr, &hc_copy) ||
6617 !(hc_copy & HC_MBINT_ENA)) {
6618 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6619 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart3772a992009-05-22 14:50:54 -04006620 "(%d):2528 Mailbox command x%x cannot "
6621 "issue Data: x%x x%x\n",
6622 pmbox->vport ? pmbox->vport->vpi : 0,
6623 pmbox->u.mb.mbxCommand, psli->sli_flag, flag);
James Smart9940b972011-03-11 16:06:12 -05006624 goto out_not_finished;
6625 }
James Smart92908312006-03-07 15:04:13 -05006626 }
6627
dea31012005-04-17 16:05:31 -05006628 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
6629 /* Polling for a mbox command when another one is already active
6630 * is not allowed in SLI. Also, the driver must have established
6631 * SLI2 mode to queue and process multiple mbox commands.
6632 */
6633
6634 if (flag & MBX_POLL) {
James Smart2e0fef82007-06-17 19:56:36 -05006635 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006636
6637 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006638 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6639 "(%d):2529 Mailbox command x%x "
6640 "cannot issue Data: x%x x%x\n",
6641 pmbox->vport ? pmbox->vport->vpi : 0,
6642 pmbox->u.mb.mbxCommand,
6643 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006644 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006645 }
6646
James Smart3772a992009-05-22 14:50:54 -04006647 if (!(psli->sli_flag & LPFC_SLI_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05006648 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006649 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006650 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6651 "(%d):2530 Mailbox command x%x "
6652 "cannot issue Data: x%x x%x\n",
6653 pmbox->vport ? pmbox->vport->vpi : 0,
6654 pmbox->u.mb.mbxCommand,
6655 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006656 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006657 }
6658
dea31012005-04-17 16:05:31 -05006659 /* Another mailbox command is still being processed, queue this
6660 * command to be processed later.
6661 */
6662 lpfc_mbox_put(phba, pmbox);
6663
6664 /* Mbox cmd issue - BUSY */
James Smarted957682007-06-17 19:56:37 -05006665 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006666 "(%d):0308 Mbox cmd issue - BUSY Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05006667 "x%x x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05006668 pmbox->vport ? pmbox->vport->vpi : 0xffffff,
6669 mb->mbxCommand, phba->pport->port_state,
6670 psli->sli_flag, flag);
dea31012005-04-17 16:05:31 -05006671
6672 psli->slistat.mbox_busy++;
James Smart2e0fef82007-06-17 19:56:36 -05006673 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006674
James Smart858c9f62007-06-17 19:56:39 -05006675 if (pmbox->vport) {
6676 lpfc_debugfs_disc_trc(pmbox->vport,
6677 LPFC_DISC_TRC_MBOX_VPORT,
6678 "MBOX Bsy vport: cmd:x%x mb:x%x x%x",
6679 (uint32_t)mb->mbxCommand,
6680 mb->un.varWords[0], mb->un.varWords[1]);
6681 }
6682 else {
6683 lpfc_debugfs_disc_trc(phba->pport,
6684 LPFC_DISC_TRC_MBOX,
6685 "MBOX Bsy: cmd:x%x mb:x%x x%x",
6686 (uint32_t)mb->mbxCommand,
6687 mb->un.varWords[0], mb->un.varWords[1]);
6688 }
6689
James Smart2e0fef82007-06-17 19:56:36 -05006690 return MBX_BUSY;
dea31012005-04-17 16:05:31 -05006691 }
6692
dea31012005-04-17 16:05:31 -05006693 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
6694
6695 /* If we are not polling, we MUST be in SLI2 mode */
6696 if (flag != MBX_POLL) {
James Smart3772a992009-05-22 14:50:54 -04006697 if (!(psli->sli_flag & LPFC_SLI_ACTIVE) &&
Jamie Wellnitz41415862006-02-28 19:25:27 -05006698 (mb->mbxCommand != MBX_KILL_BOARD)) {
dea31012005-04-17 16:05:31 -05006699 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006700 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05006701 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04006702 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
6703 "(%d):2531 Mailbox command x%x "
6704 "cannot issue Data: x%x x%x\n",
6705 pmbox->vport ? pmbox->vport->vpi : 0,
6706 pmbox->u.mb.mbxCommand,
6707 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04006708 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006709 }
6710 /* timeout active mbox command */
James Smarta309a6b2006-08-01 07:33:43 -04006711 mod_timer(&psli->mbox_tmo, (jiffies +
James Smarta183a152011-10-10 21:32:43 -04006712 (HZ * lpfc_mbox_tmo_val(phba, pmbox))));
dea31012005-04-17 16:05:31 -05006713 }
6714
6715 /* Mailbox cmd <cmd> issue */
James Smarted957682007-06-17 19:56:37 -05006716 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04006717 "(%d):0309 Mailbox cmd x%x issue Data: x%x x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05006718 "x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04006719 pmbox->vport ? pmbox->vport->vpi : 0,
James Smart92d7f7b2007-06-17 19:56:38 -05006720 mb->mbxCommand, phba->pport->port_state,
6721 psli->sli_flag, flag);
dea31012005-04-17 16:05:31 -05006722
James Smart858c9f62007-06-17 19:56:39 -05006723 if (mb->mbxCommand != MBX_HEARTBEAT) {
6724 if (pmbox->vport) {
6725 lpfc_debugfs_disc_trc(pmbox->vport,
6726 LPFC_DISC_TRC_MBOX_VPORT,
6727 "MBOX Send vport: cmd:x%x mb:x%x x%x",
6728 (uint32_t)mb->mbxCommand,
6729 mb->un.varWords[0], mb->un.varWords[1]);
6730 }
6731 else {
6732 lpfc_debugfs_disc_trc(phba->pport,
6733 LPFC_DISC_TRC_MBOX,
6734 "MBOX Send: cmd:x%x mb:x%x x%x",
6735 (uint32_t)mb->mbxCommand,
6736 mb->un.varWords[0], mb->un.varWords[1]);
6737 }
6738 }
6739
dea31012005-04-17 16:05:31 -05006740 psli->slistat.mbox_cmd++;
6741 evtctr = psli->slistat.mbox_event;
6742
6743 /* next set own bit for the adapter and copy over command word */
6744 mb->mbxOwner = OWN_CHIP;
6745
James Smart3772a992009-05-22 14:50:54 -04006746 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
James Smart7a470272010-03-15 11:25:20 -04006747 /* Populate mbox extension offset word. */
6748 if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len) {
6749 *(((uint32_t *)mb) + pmbox->mbox_offset_word)
6750 = (uint8_t *)phba->mbox_ext
6751 - (uint8_t *)phba->mbox;
6752 }
6753
6754 /* Copy the mailbox extension data */
6755 if (pmbox->in_ext_byte_len && pmbox->context2) {
6756 lpfc_sli_pcimem_bcopy(pmbox->context2,
6757 (uint8_t *)phba->mbox_ext,
6758 pmbox->in_ext_byte_len);
6759 }
6760 /* Copy command data to host SLIM area */
James Smart34b02dc2008-08-24 21:49:55 -04006761 lpfc_sli_pcimem_bcopy(mb, phba->mbox, MAILBOX_CMD_SIZE);
dea31012005-04-17 16:05:31 -05006762 } else {
James Smart7a470272010-03-15 11:25:20 -04006763 /* Populate mbox extension offset word. */
6764 if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len)
6765 *(((uint32_t *)mb) + pmbox->mbox_offset_word)
6766 = MAILBOX_HBA_EXT_OFFSET;
6767
6768 /* Copy the mailbox extension data */
6769 if (pmbox->in_ext_byte_len && pmbox->context2) {
6770 lpfc_memcpy_to_slim(phba->MBslimaddr +
6771 MAILBOX_HBA_EXT_OFFSET,
6772 pmbox->context2, pmbox->in_ext_byte_len);
6773
6774 }
James Smart92908312006-03-07 15:04:13 -05006775 if (mb->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05006776 /* copy command data into host mbox for cmpl */
James Smart34b02dc2008-08-24 21:49:55 -04006777 lpfc_sli_pcimem_bcopy(mb, phba->mbox, MAILBOX_CMD_SIZE);
dea31012005-04-17 16:05:31 -05006778 }
6779
6780 /* First copy mbox command data to HBA SLIM, skip past first
6781 word */
6782 to_slim = phba->MBslimaddr + sizeof (uint32_t);
6783 lpfc_memcpy_to_slim(to_slim, &mb->un.varWords[0],
6784 MAILBOX_CMD_SIZE - sizeof (uint32_t));
6785
6786 /* Next copy over first word, with mbxOwner set */
James Smart34b02dc2008-08-24 21:49:55 -04006787 ldata = *((uint32_t *)mb);
dea31012005-04-17 16:05:31 -05006788 to_slim = phba->MBslimaddr;
6789 writel(ldata, to_slim);
6790 readl(to_slim); /* flush */
6791
6792 if (mb->mbxCommand == MBX_CONFIG_PORT) {
6793 /* switch over to host mailbox */
James Smart3772a992009-05-22 14:50:54 -04006794 psli->sli_flag |= LPFC_SLI_ACTIVE;
dea31012005-04-17 16:05:31 -05006795 }
6796 }
6797
6798 wmb();
dea31012005-04-17 16:05:31 -05006799
6800 switch (flag) {
6801 case MBX_NOWAIT:
James Smart09372822008-01-11 01:52:54 -05006802 /* Set up reference to mailbox command */
dea31012005-04-17 16:05:31 -05006803 psli->mbox_active = pmbox;
James Smart09372822008-01-11 01:52:54 -05006804 /* Interrupt board to do it */
6805 writel(CA_MBATT, phba->CAregaddr);
6806 readl(phba->CAregaddr); /* flush */
6807 /* Don't wait for it to finish, just return */
dea31012005-04-17 16:05:31 -05006808 break;
6809
6810 case MBX_POLL:
James Smart09372822008-01-11 01:52:54 -05006811 /* Set up null reference to mailbox command */
dea31012005-04-17 16:05:31 -05006812 psli->mbox_active = NULL;
James Smart09372822008-01-11 01:52:54 -05006813 /* Interrupt board to do it */
6814 writel(CA_MBATT, phba->CAregaddr);
6815 readl(phba->CAregaddr); /* flush */
6816
James Smart3772a992009-05-22 14:50:54 -04006817 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006818 /* First read mbox status word */
James Smart34b02dc2008-08-24 21:49:55 -04006819 word0 = *((uint32_t *)phba->mbox);
dea31012005-04-17 16:05:31 -05006820 word0 = le32_to_cpu(word0);
6821 } else {
6822 /* First read mbox status word */
James Smart9940b972011-03-11 16:06:12 -05006823 if (lpfc_readl(phba->MBslimaddr, &word0)) {
6824 spin_unlock_irqrestore(&phba->hbalock,
6825 drvr_flag);
6826 goto out_not_finished;
6827 }
dea31012005-04-17 16:05:31 -05006828 }
6829
6830 /* Read the HBA Host Attention Register */
James Smart9940b972011-03-11 16:06:12 -05006831 if (lpfc_readl(phba->HAregaddr, &ha_copy)) {
6832 spin_unlock_irqrestore(&phba->hbalock,
6833 drvr_flag);
6834 goto out_not_finished;
6835 }
James Smarta183a152011-10-10 21:32:43 -04006836 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) *
6837 1000) + jiffies;
James Smart09372822008-01-11 01:52:54 -05006838 i = 0;
dea31012005-04-17 16:05:31 -05006839 /* Wait for command to complete */
Jamie Wellnitz41415862006-02-28 19:25:27 -05006840 while (((word0 & OWN_CHIP) == OWN_CHIP) ||
6841 (!(ha_copy & HA_MBATT) &&
James Smart2e0fef82007-06-17 19:56:36 -05006842 (phba->link_state > LPFC_WARM_START))) {
James Smart09372822008-01-11 01:52:54 -05006843 if (time_after(jiffies, timeout)) {
dea31012005-04-17 16:05:31 -05006844 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05006845 spin_unlock_irqrestore(&phba->hbalock,
dea31012005-04-17 16:05:31 -05006846 drvr_flag);
James Smart58da1ff2008-04-07 10:15:56 -04006847 goto out_not_finished;
dea31012005-04-17 16:05:31 -05006848 }
6849
6850 /* Check if we took a mbox interrupt while we were
6851 polling */
6852 if (((word0 & OWN_CHIP) != OWN_CHIP)
6853 && (evtctr != psli->slistat.mbox_event))
6854 break;
6855
James Smart09372822008-01-11 01:52:54 -05006856 if (i++ > 10) {
6857 spin_unlock_irqrestore(&phba->hbalock,
6858 drvr_flag);
6859 msleep(1);
6860 spin_lock_irqsave(&phba->hbalock, drvr_flag);
6861 }
dea31012005-04-17 16:05:31 -05006862
James Smart3772a992009-05-22 14:50:54 -04006863 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006864 /* First copy command data */
James Smart34b02dc2008-08-24 21:49:55 -04006865 word0 = *((uint32_t *)phba->mbox);
dea31012005-04-17 16:05:31 -05006866 word0 = le32_to_cpu(word0);
6867 if (mb->mbxCommand == MBX_CONFIG_PORT) {
6868 MAILBOX_t *slimmb;
James Smart34b02dc2008-08-24 21:49:55 -04006869 uint32_t slimword0;
dea31012005-04-17 16:05:31 -05006870 /* Check real SLIM for any errors */
6871 slimword0 = readl(phba->MBslimaddr);
6872 slimmb = (MAILBOX_t *) & slimword0;
6873 if (((slimword0 & OWN_CHIP) != OWN_CHIP)
6874 && slimmb->mbxStatus) {
6875 psli->sli_flag &=
James Smart3772a992009-05-22 14:50:54 -04006876 ~LPFC_SLI_ACTIVE;
dea31012005-04-17 16:05:31 -05006877 word0 = slimword0;
6878 }
6879 }
6880 } else {
6881 /* First copy command data */
6882 word0 = readl(phba->MBslimaddr);
6883 }
6884 /* Read the HBA Host Attention Register */
James Smart9940b972011-03-11 16:06:12 -05006885 if (lpfc_readl(phba->HAregaddr, &ha_copy)) {
6886 spin_unlock_irqrestore(&phba->hbalock,
6887 drvr_flag);
6888 goto out_not_finished;
6889 }
dea31012005-04-17 16:05:31 -05006890 }
6891
James Smart3772a992009-05-22 14:50:54 -04006892 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05006893 /* copy results back to user */
James Smart34b02dc2008-08-24 21:49:55 -04006894 lpfc_sli_pcimem_bcopy(phba->mbox, mb, MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -04006895 /* Copy the mailbox extension data */
6896 if (pmbox->out_ext_byte_len && pmbox->context2) {
6897 lpfc_sli_pcimem_bcopy(phba->mbox_ext,
6898 pmbox->context2,
6899 pmbox->out_ext_byte_len);
6900 }
dea31012005-04-17 16:05:31 -05006901 } else {
6902 /* First copy command data */
6903 lpfc_memcpy_from_slim(mb, phba->MBslimaddr,
6904 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -04006905 /* Copy the mailbox extension data */
6906 if (pmbox->out_ext_byte_len && pmbox->context2) {
6907 lpfc_memcpy_from_slim(pmbox->context2,
6908 phba->MBslimaddr +
6909 MAILBOX_HBA_EXT_OFFSET,
6910 pmbox->out_ext_byte_len);
dea31012005-04-17 16:05:31 -05006911 }
6912 }
6913
6914 writel(HA_MBATT, phba->HAregaddr);
6915 readl(phba->HAregaddr); /* flush */
6916
6917 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
6918 status = mb->mbxStatus;
6919 }
6920
James Smart2e0fef82007-06-17 19:56:36 -05006921 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
6922 return status;
James Smart58da1ff2008-04-07 10:15:56 -04006923
6924out_not_finished:
6925 if (processing_queue) {
James Smartda0436e2009-05-22 14:51:39 -04006926 pmbox->u.mb.mbxStatus = MBX_NOT_FINISHED;
James Smart58da1ff2008-04-07 10:15:56 -04006927 lpfc_mbox_cmpl_put(phba, pmbox);
6928 }
6929 return MBX_NOT_FINISHED;
dea31012005-04-17 16:05:31 -05006930}
6931
James Smarte59058c2008-08-24 21:49:00 -04006932/**
James Smartf1126682009-06-10 17:22:44 -04006933 * lpfc_sli4_async_mbox_block - Block posting SLI4 asynchronous mailbox command
6934 * @phba: Pointer to HBA context object.
6935 *
6936 * The function blocks the posting of SLI4 asynchronous mailbox commands from
6937 * the driver internal pending mailbox queue. It will then try to wait out the
6938 * possible outstanding mailbox command before return.
6939 *
6940 * Returns:
6941 * 0 - the outstanding mailbox command completed; otherwise, the wait for
6942 * the outstanding mailbox command timed out.
6943 **/
6944static int
6945lpfc_sli4_async_mbox_block(struct lpfc_hba *phba)
6946{
6947 struct lpfc_sli *psli = &phba->sli;
James Smartf1126682009-06-10 17:22:44 -04006948 int rc = 0;
James Smarta183a152011-10-10 21:32:43 -04006949 unsigned long timeout = 0;
James Smartf1126682009-06-10 17:22:44 -04006950
6951 /* Mark the asynchronous mailbox command posting as blocked */
6952 spin_lock_irq(&phba->hbalock);
6953 psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
James Smartf1126682009-06-10 17:22:44 -04006954 /* Determine how long we might wait for the active mailbox
6955 * command to be gracefully completed by firmware.
6956 */
James Smarta183a152011-10-10 21:32:43 -04006957 if (phba->sli.mbox_active)
6958 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
6959 phba->sli.mbox_active) *
6960 1000) + jiffies;
6961 spin_unlock_irq(&phba->hbalock);
6962
James Smartf1126682009-06-10 17:22:44 -04006963 /* Wait for the outstnading mailbox command to complete */
6964 while (phba->sli.mbox_active) {
6965 /* Check active mailbox complete status every 2ms */
6966 msleep(2);
6967 if (time_after(jiffies, timeout)) {
6968 /* Timeout, marked the outstanding cmd not complete */
6969 rc = 1;
6970 break;
6971 }
6972 }
6973
6974 /* Can not cleanly block async mailbox command, fails it */
6975 if (rc) {
6976 spin_lock_irq(&phba->hbalock);
6977 psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
6978 spin_unlock_irq(&phba->hbalock);
6979 }
6980 return rc;
6981}
6982
6983/**
6984 * lpfc_sli4_async_mbox_unblock - Block posting SLI4 async mailbox command
6985 * @phba: Pointer to HBA context object.
6986 *
6987 * The function unblocks and resume posting of SLI4 asynchronous mailbox
6988 * commands from the driver internal pending mailbox queue. It makes sure
6989 * that there is no outstanding mailbox command before resuming posting
6990 * asynchronous mailbox commands. If, for any reason, there is outstanding
6991 * mailbox command, it will try to wait it out before resuming asynchronous
6992 * mailbox command posting.
6993 **/
6994static void
6995lpfc_sli4_async_mbox_unblock(struct lpfc_hba *phba)
6996{
6997 struct lpfc_sli *psli = &phba->sli;
6998
6999 spin_lock_irq(&phba->hbalock);
7000 if (!(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
7001 /* Asynchronous mailbox posting is not blocked, do nothing */
7002 spin_unlock_irq(&phba->hbalock);
7003 return;
7004 }
7005
7006 /* Outstanding synchronous mailbox command is guaranteed to be done,
7007 * successful or timeout, after timing-out the outstanding mailbox
7008 * command shall always be removed, so just unblock posting async
7009 * mailbox command and resume
7010 */
7011 psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
7012 spin_unlock_irq(&phba->hbalock);
7013
7014 /* wake up worker thread to post asynchronlous mailbox command */
7015 lpfc_worker_wake_up(phba);
7016}
7017
7018/**
James Smartda0436e2009-05-22 14:51:39 -04007019 * lpfc_sli4_post_sync_mbox - Post an SLI4 mailbox to the bootstrap mailbox
7020 * @phba: Pointer to HBA context object.
7021 * @mboxq: Pointer to mailbox object.
7022 *
7023 * The function posts a mailbox to the port. The mailbox is expected
7024 * to be comletely filled in and ready for the port to operate on it.
7025 * This routine executes a synchronous completion operation on the
7026 * mailbox by polling for its completion.
7027 *
7028 * The caller must not be holding any locks when calling this routine.
7029 *
7030 * Returns:
7031 * MBX_SUCCESS - mailbox posted successfully
7032 * Any of the MBX error values.
7033 **/
7034static int
7035lpfc_sli4_post_sync_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
7036{
7037 int rc = MBX_SUCCESS;
7038 unsigned long iflag;
7039 uint32_t db_ready;
7040 uint32_t mcqe_status;
7041 uint32_t mbx_cmnd;
7042 unsigned long timeout;
7043 struct lpfc_sli *psli = &phba->sli;
7044 struct lpfc_mqe *mb = &mboxq->u.mqe;
7045 struct lpfc_bmbx_create *mbox_rgn;
7046 struct dma_address *dma_address;
7047 struct lpfc_register bmbx_reg;
7048
7049 /*
7050 * Only one mailbox can be active to the bootstrap mailbox region
7051 * at a time and there is no queueing provided.
7052 */
7053 spin_lock_irqsave(&phba->hbalock, iflag);
7054 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
7055 spin_unlock_irqrestore(&phba->hbalock, iflag);
7056 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007057 "(%d):2532 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007058 "cannot issue Data: x%x x%x\n",
7059 mboxq->vport ? mboxq->vport->vpi : 0,
7060 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007061 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7062 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007063 psli->sli_flag, MBX_POLL);
7064 return MBXERR_ERROR;
7065 }
7066 /* The server grabs the token and owns it until release */
7067 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
7068 phba->sli.mbox_active = mboxq;
7069 spin_unlock_irqrestore(&phba->hbalock, iflag);
7070
7071 /*
7072 * Initialize the bootstrap memory region to avoid stale data areas
7073 * in the mailbox post. Then copy the caller's mailbox contents to
7074 * the bmbx mailbox region.
7075 */
7076 mbx_cmnd = bf_get(lpfc_mqe_command, mb);
7077 memset(phba->sli4_hba.bmbx.avirt, 0, sizeof(struct lpfc_bmbx_create));
7078 lpfc_sli_pcimem_bcopy(mb, phba->sli4_hba.bmbx.avirt,
7079 sizeof(struct lpfc_mqe));
7080
7081 /* Post the high mailbox dma address to the port and wait for ready. */
7082 dma_address = &phba->sli4_hba.bmbx.dma_address;
7083 writel(dma_address->addr_hi, phba->sli4_hba.BMBXregaddr);
7084
James Smarta183a152011-10-10 21:32:43 -04007085 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, mboxq)
James Smartda0436e2009-05-22 14:51:39 -04007086 * 1000) + jiffies;
7087 do {
7088 bmbx_reg.word0 = readl(phba->sli4_hba.BMBXregaddr);
7089 db_ready = bf_get(lpfc_bmbx_rdy, &bmbx_reg);
7090 if (!db_ready)
7091 msleep(2);
7092
7093 if (time_after(jiffies, timeout)) {
7094 rc = MBXERR_ERROR;
7095 goto exit;
7096 }
7097 } while (!db_ready);
7098
7099 /* Post the low mailbox dma address to the port. */
7100 writel(dma_address->addr_lo, phba->sli4_hba.BMBXregaddr);
James Smarta183a152011-10-10 21:32:43 -04007101 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, mboxq)
James Smartda0436e2009-05-22 14:51:39 -04007102 * 1000) + jiffies;
7103 do {
7104 bmbx_reg.word0 = readl(phba->sli4_hba.BMBXregaddr);
7105 db_ready = bf_get(lpfc_bmbx_rdy, &bmbx_reg);
7106 if (!db_ready)
7107 msleep(2);
7108
7109 if (time_after(jiffies, timeout)) {
7110 rc = MBXERR_ERROR;
7111 goto exit;
7112 }
7113 } while (!db_ready);
7114
7115 /*
7116 * Read the CQ to ensure the mailbox has completed.
7117 * If so, update the mailbox status so that the upper layers
7118 * can complete the request normally.
7119 */
7120 lpfc_sli_pcimem_bcopy(phba->sli4_hba.bmbx.avirt, mb,
7121 sizeof(struct lpfc_mqe));
7122 mbox_rgn = (struct lpfc_bmbx_create *) phba->sli4_hba.bmbx.avirt;
7123 lpfc_sli_pcimem_bcopy(&mbox_rgn->mcqe, &mboxq->mcqe,
7124 sizeof(struct lpfc_mcqe));
7125 mcqe_status = bf_get(lpfc_mcqe_status, &mbox_rgn->mcqe);
James Smart05580562011-05-24 11:40:48 -04007126 /*
7127 * When the CQE status indicates a failure and the mailbox status
7128 * indicates success then copy the CQE status into the mailbox status
7129 * (and prefix it with x4000).
7130 */
James Smartda0436e2009-05-22 14:51:39 -04007131 if (mcqe_status != MB_CQE_STATUS_SUCCESS) {
James Smart05580562011-05-24 11:40:48 -04007132 if (bf_get(lpfc_mqe_status, mb) == MBX_SUCCESS)
7133 bf_set(lpfc_mqe_status, mb,
7134 (LPFC_MBX_ERROR_RANGE | mcqe_status));
James Smartda0436e2009-05-22 14:51:39 -04007135 rc = MBXERR_ERROR;
James Smartd7c47992010-06-08 18:31:54 -04007136 } else
7137 lpfc_sli4_swap_str(phba, mboxq);
James Smartda0436e2009-05-22 14:51:39 -04007138
7139 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007140 "(%d):0356 Mailbox cmd x%x (x%x/x%x) Status x%x "
James Smartda0436e2009-05-22 14:51:39 -04007141 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x"
7142 " x%x x%x CQ: x%x x%x x%x x%x\n",
James Smarta183a152011-10-10 21:32:43 -04007143 mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd,
7144 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7145 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007146 bf_get(lpfc_mqe_status, mb),
7147 mb->un.mb_words[0], mb->un.mb_words[1],
7148 mb->un.mb_words[2], mb->un.mb_words[3],
7149 mb->un.mb_words[4], mb->un.mb_words[5],
7150 mb->un.mb_words[6], mb->un.mb_words[7],
7151 mb->un.mb_words[8], mb->un.mb_words[9],
7152 mb->un.mb_words[10], mb->un.mb_words[11],
7153 mb->un.mb_words[12], mboxq->mcqe.word0,
7154 mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1,
7155 mboxq->mcqe.trailer);
7156exit:
7157 /* We are holding the token, no needed for lock when release */
7158 spin_lock_irqsave(&phba->hbalock, iflag);
7159 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7160 phba->sli.mbox_active = NULL;
7161 spin_unlock_irqrestore(&phba->hbalock, iflag);
7162 return rc;
7163}
7164
7165/**
7166 * lpfc_sli_issue_mbox_s4 - Issue an SLI4 mailbox command to firmware
7167 * @phba: Pointer to HBA context object.
7168 * @pmbox: Pointer to mailbox object.
7169 * @flag: Flag indicating how the mailbox need to be processed.
7170 *
7171 * This function is called by discovery code and HBA management code to submit
7172 * a mailbox command to firmware with SLI-4 interface spec.
7173 *
7174 * Return codes the caller owns the mailbox command after the return of the
7175 * function.
7176 **/
7177static int
7178lpfc_sli_issue_mbox_s4(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
7179 uint32_t flag)
7180{
7181 struct lpfc_sli *psli = &phba->sli;
7182 unsigned long iflags;
7183 int rc;
7184
James Smartb76f2dc2011-07-22 18:37:42 -04007185 /* dump from issue mailbox command if setup */
7186 lpfc_idiag_mbxacc_dump_issue_mbox(phba, &mboxq->u.mb);
7187
James Smart8fa38512009-07-19 10:01:03 -04007188 rc = lpfc_mbox_dev_check(phba);
7189 if (unlikely(rc)) {
7190 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007191 "(%d):2544 Mailbox command x%x (x%x/x%x) "
James Smart8fa38512009-07-19 10:01:03 -04007192 "cannot issue Data: x%x x%x\n",
7193 mboxq->vport ? mboxq->vport->vpi : 0,
7194 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007195 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7196 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smart8fa38512009-07-19 10:01:03 -04007197 psli->sli_flag, flag);
7198 goto out_not_finished;
7199 }
7200
James Smartda0436e2009-05-22 14:51:39 -04007201 /* Detect polling mode and jump to a handler */
7202 if (!phba->sli4_hba.intr_enable) {
7203 if (flag == MBX_POLL)
7204 rc = lpfc_sli4_post_sync_mbox(phba, mboxq);
7205 else
7206 rc = -EIO;
7207 if (rc != MBX_SUCCESS)
James Smart05580562011-05-24 11:40:48 -04007208 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
James Smartda0436e2009-05-22 14:51:39 -04007209 "(%d):2541 Mailbox command x%x "
James Smartcc459f12012-05-09 21:18:30 -04007210 "(x%x/x%x) failure: "
7211 "mqe_sta: x%x mcqe_sta: x%x/x%x "
7212 "Data: x%x x%x\n,",
James Smartda0436e2009-05-22 14:51:39 -04007213 mboxq->vport ? mboxq->vport->vpi : 0,
7214 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007215 lpfc_sli_config_mbox_subsys_get(phba,
7216 mboxq),
7217 lpfc_sli_config_mbox_opcode_get(phba,
7218 mboxq),
James Smartcc459f12012-05-09 21:18:30 -04007219 bf_get(lpfc_mqe_status, &mboxq->u.mqe),
7220 bf_get(lpfc_mcqe_status, &mboxq->mcqe),
7221 bf_get(lpfc_mcqe_ext_status,
7222 &mboxq->mcqe),
James Smartda0436e2009-05-22 14:51:39 -04007223 psli->sli_flag, flag);
7224 return rc;
7225 } else if (flag == MBX_POLL) {
James Smartf1126682009-06-10 17:22:44 -04007226 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
7227 "(%d):2542 Try to issue mailbox command "
James Smarta183a152011-10-10 21:32:43 -04007228 "x%x (x%x/x%x) synchronously ahead of async"
James Smartf1126682009-06-10 17:22:44 -04007229 "mailbox command queue: x%x x%x\n",
James Smartda0436e2009-05-22 14:51:39 -04007230 mboxq->vport ? mboxq->vport->vpi : 0,
7231 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007232 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7233 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007234 psli->sli_flag, flag);
James Smartf1126682009-06-10 17:22:44 -04007235 /* Try to block the asynchronous mailbox posting */
7236 rc = lpfc_sli4_async_mbox_block(phba);
7237 if (!rc) {
7238 /* Successfully blocked, now issue sync mbox cmd */
7239 rc = lpfc_sli4_post_sync_mbox(phba, mboxq);
7240 if (rc != MBX_SUCCESS)
James Smartcc459f12012-05-09 21:18:30 -04007241 lpfc_printf_log(phba, KERN_WARNING,
James Smarta183a152011-10-10 21:32:43 -04007242 LOG_MBOX | LOG_SLI,
James Smartcc459f12012-05-09 21:18:30 -04007243 "(%d):2597 Sync Mailbox command "
7244 "x%x (x%x/x%x) failure: "
7245 "mqe_sta: x%x mcqe_sta: x%x/x%x "
7246 "Data: x%x x%x\n,",
7247 mboxq->vport ? mboxq->vport->vpi : 0,
James Smarta183a152011-10-10 21:32:43 -04007248 mboxq->u.mb.mbxCommand,
7249 lpfc_sli_config_mbox_subsys_get(phba,
7250 mboxq),
7251 lpfc_sli_config_mbox_opcode_get(phba,
7252 mboxq),
James Smartcc459f12012-05-09 21:18:30 -04007253 bf_get(lpfc_mqe_status, &mboxq->u.mqe),
7254 bf_get(lpfc_mcqe_status, &mboxq->mcqe),
7255 bf_get(lpfc_mcqe_ext_status,
7256 &mboxq->mcqe),
James Smarta183a152011-10-10 21:32:43 -04007257 psli->sli_flag, flag);
James Smartf1126682009-06-10 17:22:44 -04007258 /* Unblock the async mailbox posting afterward */
7259 lpfc_sli4_async_mbox_unblock(phba);
7260 }
7261 return rc;
James Smartda0436e2009-05-22 14:51:39 -04007262 }
7263
7264 /* Now, interrupt mode asynchrous mailbox command */
7265 rc = lpfc_mbox_cmd_check(phba, mboxq);
7266 if (rc) {
7267 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007268 "(%d):2543 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007269 "cannot issue Data: x%x x%x\n",
7270 mboxq->vport ? mboxq->vport->vpi : 0,
7271 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007272 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7273 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007274 psli->sli_flag, flag);
7275 goto out_not_finished;
7276 }
James Smartda0436e2009-05-22 14:51:39 -04007277
7278 /* Put the mailbox command to the driver internal FIFO */
7279 psli->slistat.mbox_busy++;
7280 spin_lock_irqsave(&phba->hbalock, iflags);
7281 lpfc_mbox_put(phba, mboxq);
7282 spin_unlock_irqrestore(&phba->hbalock, iflags);
7283 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
7284 "(%d):0354 Mbox cmd issue - Enqueue Data: "
James Smarta183a152011-10-10 21:32:43 -04007285 "x%x (x%x/x%x) x%x x%x x%x\n",
James Smartda0436e2009-05-22 14:51:39 -04007286 mboxq->vport ? mboxq->vport->vpi : 0xffffff,
7287 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
James Smarta183a152011-10-10 21:32:43 -04007288 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7289 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007290 phba->pport->port_state,
7291 psli->sli_flag, MBX_NOWAIT);
7292 /* Wake up worker thread to transport mailbox command from head */
7293 lpfc_worker_wake_up(phba);
7294
7295 return MBX_BUSY;
7296
7297out_not_finished:
7298 return MBX_NOT_FINISHED;
7299}
7300
7301/**
7302 * lpfc_sli4_post_async_mbox - Post an SLI4 mailbox command to device
7303 * @phba: Pointer to HBA context object.
7304 *
7305 * This function is called by worker thread to send a mailbox command to
7306 * SLI4 HBA firmware.
7307 *
7308 **/
7309int
7310lpfc_sli4_post_async_mbox(struct lpfc_hba *phba)
7311{
7312 struct lpfc_sli *psli = &phba->sli;
7313 LPFC_MBOXQ_t *mboxq;
7314 int rc = MBX_SUCCESS;
7315 unsigned long iflags;
7316 struct lpfc_mqe *mqe;
7317 uint32_t mbx_cmnd;
7318
7319 /* Check interrupt mode before post async mailbox command */
7320 if (unlikely(!phba->sli4_hba.intr_enable))
7321 return MBX_NOT_FINISHED;
7322
7323 /* Check for mailbox command service token */
7324 spin_lock_irqsave(&phba->hbalock, iflags);
7325 if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
7326 spin_unlock_irqrestore(&phba->hbalock, iflags);
7327 return MBX_NOT_FINISHED;
7328 }
7329 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
7330 spin_unlock_irqrestore(&phba->hbalock, iflags);
7331 return MBX_NOT_FINISHED;
7332 }
7333 if (unlikely(phba->sli.mbox_active)) {
7334 spin_unlock_irqrestore(&phba->hbalock, iflags);
7335 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7336 "0384 There is pending active mailbox cmd\n");
7337 return MBX_NOT_FINISHED;
7338 }
7339 /* Take the mailbox command service token */
7340 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
7341
7342 /* Get the next mailbox command from head of queue */
7343 mboxq = lpfc_mbox_get(phba);
7344
7345 /* If no more mailbox command waiting for post, we're done */
7346 if (!mboxq) {
7347 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7348 spin_unlock_irqrestore(&phba->hbalock, iflags);
7349 return MBX_SUCCESS;
7350 }
7351 phba->sli.mbox_active = mboxq;
7352 spin_unlock_irqrestore(&phba->hbalock, iflags);
7353
7354 /* Check device readiness for posting mailbox command */
7355 rc = lpfc_mbox_dev_check(phba);
7356 if (unlikely(rc))
7357 /* Driver clean routine will clean up pending mailbox */
7358 goto out_not_finished;
7359
7360 /* Prepare the mbox command to be posted */
7361 mqe = &mboxq->u.mqe;
7362 mbx_cmnd = bf_get(lpfc_mqe_command, mqe);
7363
7364 /* Start timer for the mbox_tmo and log some mailbox post messages */
7365 mod_timer(&psli->mbox_tmo, (jiffies +
James Smarta183a152011-10-10 21:32:43 -04007366 (HZ * lpfc_mbox_tmo_val(phba, mboxq))));
James Smartda0436e2009-05-22 14:51:39 -04007367
7368 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007369 "(%d):0355 Mailbox cmd x%x (x%x/x%x) issue Data: "
James Smartda0436e2009-05-22 14:51:39 -04007370 "x%x x%x\n",
7371 mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd,
James Smarta183a152011-10-10 21:32:43 -04007372 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7373 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007374 phba->pport->port_state, psli->sli_flag);
7375
7376 if (mbx_cmnd != MBX_HEARTBEAT) {
7377 if (mboxq->vport) {
7378 lpfc_debugfs_disc_trc(mboxq->vport,
7379 LPFC_DISC_TRC_MBOX_VPORT,
7380 "MBOX Send vport: cmd:x%x mb:x%x x%x",
7381 mbx_cmnd, mqe->un.mb_words[0],
7382 mqe->un.mb_words[1]);
7383 } else {
7384 lpfc_debugfs_disc_trc(phba->pport,
7385 LPFC_DISC_TRC_MBOX,
7386 "MBOX Send: cmd:x%x mb:x%x x%x",
7387 mbx_cmnd, mqe->un.mb_words[0],
7388 mqe->un.mb_words[1]);
7389 }
7390 }
7391 psli->slistat.mbox_cmd++;
7392
7393 /* Post the mailbox command to the port */
7394 rc = lpfc_sli4_mq_put(phba->sli4_hba.mbx_wq, mqe);
7395 if (rc != MBX_SUCCESS) {
7396 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04007397 "(%d):2533 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04007398 "cannot issue Data: x%x x%x\n",
7399 mboxq->vport ? mboxq->vport->vpi : 0,
7400 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04007401 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
7402 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04007403 psli->sli_flag, MBX_NOWAIT);
7404 goto out_not_finished;
7405 }
7406
7407 return rc;
7408
7409out_not_finished:
7410 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartd7069f02012-03-01 22:36:29 -05007411 if (phba->sli.mbox_active) {
7412 mboxq->u.mb.mbxStatus = MBX_NOT_FINISHED;
7413 __lpfc_mbox_cmpl_put(phba, mboxq);
7414 /* Release the token */
7415 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
7416 phba->sli.mbox_active = NULL;
7417 }
James Smartda0436e2009-05-22 14:51:39 -04007418 spin_unlock_irqrestore(&phba->hbalock, iflags);
7419
7420 return MBX_NOT_FINISHED;
7421}
7422
7423/**
7424 * lpfc_sli_issue_mbox - Wrapper func for issuing mailbox command
7425 * @phba: Pointer to HBA context object.
7426 * @pmbox: Pointer to mailbox object.
7427 * @flag: Flag indicating how the mailbox need to be processed.
7428 *
7429 * This routine wraps the actual SLI3 or SLI4 mailbox issuing routine from
7430 * the API jump table function pointer from the lpfc_hba struct.
7431 *
7432 * Return codes the caller owns the mailbox command after the return of the
7433 * function.
7434 **/
7435int
7436lpfc_sli_issue_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox, uint32_t flag)
7437{
7438 return phba->lpfc_sli_issue_mbox(phba, pmbox, flag);
7439}
7440
7441/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03007442 * lpfc_mbox_api_table_setup - Set up mbox api function jump table
James Smartda0436e2009-05-22 14:51:39 -04007443 * @phba: The hba struct for which this call is being executed.
7444 * @dev_grp: The HBA PCI-Device group number.
7445 *
7446 * This routine sets up the mbox interface API function jump table in @phba
7447 * struct.
7448 * Returns: 0 - success, -ENODEV - failure.
7449 **/
7450int
7451lpfc_mbox_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
7452{
7453
7454 switch (dev_grp) {
7455 case LPFC_PCI_DEV_LP:
7456 phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s3;
7457 phba->lpfc_sli_handle_slow_ring_event =
7458 lpfc_sli_handle_slow_ring_event_s3;
7459 phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s3;
7460 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s3;
7461 phba->lpfc_sli_brdready = lpfc_sli_brdready_s3;
7462 break;
7463 case LPFC_PCI_DEV_OC:
7464 phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s4;
7465 phba->lpfc_sli_handle_slow_ring_event =
7466 lpfc_sli_handle_slow_ring_event_s4;
7467 phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s4;
7468 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s4;
7469 phba->lpfc_sli_brdready = lpfc_sli_brdready_s4;
7470 break;
7471 default:
7472 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7473 "1420 Invalid HBA PCI-device group: 0x%x\n",
7474 dev_grp);
7475 return -ENODEV;
7476 break;
7477 }
7478 return 0;
7479}
7480
7481/**
James Smart3621a712009-04-06 18:47:14 -04007482 * __lpfc_sli_ringtx_put - Add an iocb to the txq
James Smarte59058c2008-08-24 21:49:00 -04007483 * @phba: Pointer to HBA context object.
7484 * @pring: Pointer to driver SLI ring object.
7485 * @piocb: Pointer to address of newly added command iocb.
7486 *
7487 * This function is called with hbalock held to add a command
7488 * iocb to the txq when SLI layer cannot submit the command iocb
7489 * to the ring.
7490 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04007491void
James Smart92d7f7b2007-06-17 19:56:38 -05007492__lpfc_sli_ringtx_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05007493 struct lpfc_iocbq *piocb)
dea31012005-04-17 16:05:31 -05007494{
7495 /* Insert the caller's iocb in the txq tail for later processing. */
7496 list_add_tail(&piocb->list, &pring->txq);
7497 pring->txq_cnt++;
dea31012005-04-17 16:05:31 -05007498}
7499
James Smarte59058c2008-08-24 21:49:00 -04007500/**
James Smart3621a712009-04-06 18:47:14 -04007501 * lpfc_sli_next_iocb - Get the next iocb in the txq
James Smarte59058c2008-08-24 21:49:00 -04007502 * @phba: Pointer to HBA context object.
7503 * @pring: Pointer to driver SLI ring object.
7504 * @piocb: Pointer to address of newly added command iocb.
7505 *
7506 * This function is called with hbalock held before a new
7507 * iocb is submitted to the firmware. This function checks
7508 * txq to flush the iocbs in txq to Firmware before
7509 * submitting new iocbs to the Firmware.
7510 * If there are iocbs in the txq which need to be submitted
7511 * to firmware, lpfc_sli_next_iocb returns the first element
7512 * of the txq after dequeuing it from txq.
7513 * If there is no iocb in the txq then the function will return
7514 * *piocb and *piocb is set to NULL. Caller needs to check
7515 * *piocb to find if there are more commands in the txq.
7516 **/
dea31012005-04-17 16:05:31 -05007517static struct lpfc_iocbq *
7518lpfc_sli_next_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05007519 struct lpfc_iocbq **piocb)
dea31012005-04-17 16:05:31 -05007520{
7521 struct lpfc_iocbq * nextiocb;
7522
7523 nextiocb = lpfc_sli_ringtx_get(phba, pring);
7524 if (!nextiocb) {
7525 nextiocb = *piocb;
7526 *piocb = NULL;
7527 }
7528
7529 return nextiocb;
7530}
7531
James Smarte59058c2008-08-24 21:49:00 -04007532/**
James Smart3772a992009-05-22 14:50:54 -04007533 * __lpfc_sli_issue_iocb_s3 - SLI3 device lockless ver of lpfc_sli_issue_iocb
James Smarte59058c2008-08-24 21:49:00 -04007534 * @phba: Pointer to HBA context object.
James Smart3772a992009-05-22 14:50:54 -04007535 * @ring_number: SLI ring number to issue iocb on.
James Smarte59058c2008-08-24 21:49:00 -04007536 * @piocb: Pointer to command iocb.
7537 * @flag: Flag indicating if this command can be put into txq.
7538 *
James Smart3772a992009-05-22 14:50:54 -04007539 * __lpfc_sli_issue_iocb_s3 is used by other functions in the driver to issue
7540 * an iocb command to an HBA with SLI-3 interface spec. If the PCI slot is
7541 * recovering from error state, if HBA is resetting or if LPFC_STOP_IOCB_EVENT
7542 * flag is turned on, the function returns IOCB_ERROR. When the link is down,
7543 * this function allows only iocbs for posting buffers. This function finds
7544 * next available slot in the command ring and posts the command to the
7545 * available slot and writes the port attention register to request HBA start
7546 * processing new iocb. If there is no slot available in the ring and
7547 * flag & SLI_IOCB_RET_IOCB is set, the new iocb is added to the txq, otherwise
7548 * the function returns IOCB_BUSY.
James Smarte59058c2008-08-24 21:49:00 -04007549 *
James Smart3772a992009-05-22 14:50:54 -04007550 * This function is called with hbalock held. The function will return success
7551 * after it successfully submit the iocb to firmware or after adding to the
7552 * txq.
James Smarte59058c2008-08-24 21:49:00 -04007553 **/
James Smart98c9ea52007-10-27 13:37:33 -04007554static int
James Smart3772a992009-05-22 14:50:54 -04007555__lpfc_sli_issue_iocb_s3(struct lpfc_hba *phba, uint32_t ring_number,
dea31012005-04-17 16:05:31 -05007556 struct lpfc_iocbq *piocb, uint32_t flag)
7557{
7558 struct lpfc_iocbq *nextiocb;
7559 IOCB_t *iocb;
James Smart3772a992009-05-22 14:50:54 -04007560 struct lpfc_sli_ring *pring = &phba->sli.ring[ring_number];
dea31012005-04-17 16:05:31 -05007561
James Smart92d7f7b2007-06-17 19:56:38 -05007562 if (piocb->iocb_cmpl && (!piocb->vport) &&
7563 (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) &&
7564 (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) {
7565 lpfc_printf_log(phba, KERN_ERR,
7566 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04007567 "1807 IOCB x%x failed. No vport\n",
James Smart92d7f7b2007-06-17 19:56:38 -05007568 piocb->iocb.ulpCommand);
7569 dump_stack();
7570 return IOCB_ERROR;
7571 }
7572
7573
Linas Vepstas8d63f372007-02-14 14:28:36 -06007574 /* If the PCI channel is in offline state, do not post iocbs. */
7575 if (unlikely(pci_channel_offline(phba->pcidev)))
7576 return IOCB_ERROR;
7577
James Smarta257bf92009-04-06 18:48:10 -04007578 /* If HBA has a deferred error attention, fail the iocb. */
7579 if (unlikely(phba->hba_flag & DEFER_ERATT))
7580 return IOCB_ERROR;
7581
dea31012005-04-17 16:05:31 -05007582 /*
7583 * We should never get an IOCB if we are in a < LINK_DOWN state
7584 */
James Smart2e0fef82007-06-17 19:56:36 -05007585 if (unlikely(phba->link_state < LPFC_LINK_DOWN))
dea31012005-04-17 16:05:31 -05007586 return IOCB_ERROR;
7587
7588 /*
7589 * Check to see if we are blocking IOCB processing because of a
James Smart0b727fe2007-10-27 13:37:25 -04007590 * outstanding event.
dea31012005-04-17 16:05:31 -05007591 */
James Smart0b727fe2007-10-27 13:37:25 -04007592 if (unlikely(pring->flag & LPFC_STOP_IOCB_EVENT))
dea31012005-04-17 16:05:31 -05007593 goto iocb_busy;
7594
James Smart2e0fef82007-06-17 19:56:36 -05007595 if (unlikely(phba->link_state == LPFC_LINK_DOWN)) {
dea31012005-04-17 16:05:31 -05007596 /*
James Smart2680eea2007-04-25 09:52:55 -04007597 * Only CREATE_XRI, CLOSE_XRI, and QUE_RING_BUF
dea31012005-04-17 16:05:31 -05007598 * can be issued if the link is not up.
7599 */
7600 switch (piocb->iocb.ulpCommand) {
James Smart84774a42008-08-24 21:50:06 -04007601 case CMD_GEN_REQUEST64_CR:
7602 case CMD_GEN_REQUEST64_CX:
7603 if (!(phba->sli.sli_flag & LPFC_MENLO_MAINT) ||
7604 (piocb->iocb.un.genreq64.w5.hcsw.Rctl !=
James Smart6a9c52c2009-10-02 15:16:51 -04007605 FC_RCTL_DD_UNSOL_CMD) ||
James Smart84774a42008-08-24 21:50:06 -04007606 (piocb->iocb.un.genreq64.w5.hcsw.Type !=
7607 MENLO_TRANSPORT_TYPE))
7608
7609 goto iocb_busy;
7610 break;
dea31012005-04-17 16:05:31 -05007611 case CMD_QUE_RING_BUF_CN:
7612 case CMD_QUE_RING_BUF64_CN:
dea31012005-04-17 16:05:31 -05007613 /*
7614 * For IOCBs, like QUE_RING_BUF, that have no rsp ring
7615 * completion, iocb_cmpl MUST be 0.
7616 */
7617 if (piocb->iocb_cmpl)
7618 piocb->iocb_cmpl = NULL;
7619 /*FALLTHROUGH*/
7620 case CMD_CREATE_XRI_CR:
James Smart2680eea2007-04-25 09:52:55 -04007621 case CMD_CLOSE_XRI_CN:
7622 case CMD_CLOSE_XRI_CX:
dea31012005-04-17 16:05:31 -05007623 break;
7624 default:
7625 goto iocb_busy;
7626 }
7627
7628 /*
7629 * For FCP commands, we must be in a state where we can process link
7630 * attention events.
7631 */
7632 } else if (unlikely(pring->ringno == phba->sli.fcp_ring &&
James Smart92d7f7b2007-06-17 19:56:38 -05007633 !(phba->sli.sli_flag & LPFC_PROCESS_LA))) {
dea31012005-04-17 16:05:31 -05007634 goto iocb_busy;
James Smart92d7f7b2007-06-17 19:56:38 -05007635 }
dea31012005-04-17 16:05:31 -05007636
dea31012005-04-17 16:05:31 -05007637 while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) &&
7638 (nextiocb = lpfc_sli_next_iocb(phba, pring, &piocb)))
7639 lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb);
7640
7641 if (iocb)
7642 lpfc_sli_update_ring(phba, pring);
7643 else
7644 lpfc_sli_update_full_ring(phba, pring);
7645
7646 if (!piocb)
7647 return IOCB_SUCCESS;
7648
7649 goto out_busy;
7650
7651 iocb_busy:
7652 pring->stats.iocb_cmd_delay++;
7653
7654 out_busy:
7655
7656 if (!(flag & SLI_IOCB_RET_IOCB)) {
James Smart92d7f7b2007-06-17 19:56:38 -05007657 __lpfc_sli_ringtx_put(phba, pring, piocb);
dea31012005-04-17 16:05:31 -05007658 return IOCB_SUCCESS;
7659 }
7660
7661 return IOCB_BUSY;
7662}
7663
James Smart3772a992009-05-22 14:50:54 -04007664/**
James Smart4f774512009-05-22 14:52:35 -04007665 * lpfc_sli4_bpl2sgl - Convert the bpl/bde to a sgl.
7666 * @phba: Pointer to HBA context object.
7667 * @piocb: Pointer to command iocb.
7668 * @sglq: Pointer to the scatter gather queue object.
7669 *
7670 * This routine converts the bpl or bde that is in the IOCB
7671 * to a sgl list for the sli4 hardware. The physical address
7672 * of the bpl/bde is converted back to a virtual address.
7673 * If the IOCB contains a BPL then the list of BDE's is
7674 * converted to sli4_sge's. If the IOCB contains a single
7675 * BDE then it is converted to a single sli_sge.
7676 * The IOCB is still in cpu endianess so the contents of
7677 * the bpl can be used without byte swapping.
7678 *
7679 * Returns valid XRI = Success, NO_XRI = Failure.
7680**/
7681static uint16_t
7682lpfc_sli4_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq,
7683 struct lpfc_sglq *sglq)
7684{
7685 uint16_t xritag = NO_XRI;
7686 struct ulp_bde64 *bpl = NULL;
7687 struct ulp_bde64 bde;
7688 struct sli4_sge *sgl = NULL;
James Smart1b511972011-12-13 13:23:09 -05007689 struct lpfc_dmabuf *dmabuf;
James Smart4f774512009-05-22 14:52:35 -04007690 IOCB_t *icmd;
7691 int numBdes = 0;
7692 int i = 0;
James Smart63e801c2010-11-20 23:14:19 -05007693 uint32_t offset = 0; /* accumulated offset in the sg request list */
7694 int inbound = 0; /* number of sg reply entries inbound from firmware */
James Smart4f774512009-05-22 14:52:35 -04007695
7696 if (!piocbq || !sglq)
7697 return xritag;
7698
7699 sgl = (struct sli4_sge *)sglq->sgl;
7700 icmd = &piocbq->iocb;
James Smart6b5151f2012-01-18 16:24:06 -05007701 if (icmd->ulpCommand == CMD_XMIT_BLS_RSP64_CX)
7702 return sglq->sli4_xritag;
James Smart4f774512009-05-22 14:52:35 -04007703 if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
7704 numBdes = icmd->un.genreq64.bdl.bdeSize /
7705 sizeof(struct ulp_bde64);
7706 /* The addrHigh and addrLow fields within the IOCB
7707 * have not been byteswapped yet so there is no
7708 * need to swap them back.
7709 */
James Smart1b511972011-12-13 13:23:09 -05007710 if (piocbq->context3)
7711 dmabuf = (struct lpfc_dmabuf *)piocbq->context3;
7712 else
7713 return xritag;
James Smart4f774512009-05-22 14:52:35 -04007714
James Smart1b511972011-12-13 13:23:09 -05007715 bpl = (struct ulp_bde64 *)dmabuf->virt;
James Smart4f774512009-05-22 14:52:35 -04007716 if (!bpl)
7717 return xritag;
7718
7719 for (i = 0; i < numBdes; i++) {
7720 /* Should already be byte swapped. */
James Smart28baac72010-02-12 14:42:03 -05007721 sgl->addr_hi = bpl->addrHigh;
7722 sgl->addr_lo = bpl->addrLow;
7723
James Smart05580562011-05-24 11:40:48 -04007724 sgl->word2 = le32_to_cpu(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007725 if ((i+1) == numBdes)
7726 bf_set(lpfc_sli4_sge_last, sgl, 1);
7727 else
7728 bf_set(lpfc_sli4_sge_last, sgl, 0);
James Smart28baac72010-02-12 14:42:03 -05007729 /* swap the size field back to the cpu so we
7730 * can assign it to the sgl.
7731 */
7732 bde.tus.w = le32_to_cpu(bpl->tus.w);
7733 sgl->sge_len = cpu_to_le32(bde.tus.f.bdeSize);
James Smart63e801c2010-11-20 23:14:19 -05007734 /* The offsets in the sgl need to be accumulated
7735 * separately for the request and reply lists.
7736 * The request is always first, the reply follows.
7737 */
7738 if (piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) {
7739 /* add up the reply sg entries */
7740 if (bpl->tus.f.bdeFlags == BUFF_TYPE_BDE_64I)
7741 inbound++;
7742 /* first inbound? reset the offset */
7743 if (inbound == 1)
7744 offset = 0;
7745 bf_set(lpfc_sli4_sge_offset, sgl, offset);
James Smartf9bb2da2011-10-10 21:34:11 -04007746 bf_set(lpfc_sli4_sge_type, sgl,
7747 LPFC_SGE_TYPE_DATA);
James Smart63e801c2010-11-20 23:14:19 -05007748 offset += bde.tus.f.bdeSize;
7749 }
James Smart546fc852011-03-11 16:06:29 -05007750 sgl->word2 = cpu_to_le32(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007751 bpl++;
7752 sgl++;
7753 }
7754 } else if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BDE_64) {
7755 /* The addrHigh and addrLow fields of the BDE have not
7756 * been byteswapped yet so they need to be swapped
7757 * before putting them in the sgl.
7758 */
7759 sgl->addr_hi =
7760 cpu_to_le32(icmd->un.genreq64.bdl.addrHigh);
7761 sgl->addr_lo =
7762 cpu_to_le32(icmd->un.genreq64.bdl.addrLow);
James Smart05580562011-05-24 11:40:48 -04007763 sgl->word2 = le32_to_cpu(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04007764 bf_set(lpfc_sli4_sge_last, sgl, 1);
7765 sgl->word2 = cpu_to_le32(sgl->word2);
James Smart28baac72010-02-12 14:42:03 -05007766 sgl->sge_len =
7767 cpu_to_le32(icmd->un.genreq64.bdl.bdeSize);
James Smart4f774512009-05-22 14:52:35 -04007768 }
7769 return sglq->sli4_xritag;
7770}
7771
7772/**
7773 * lpfc_sli4_scmd_to_wqidx_distr - scsi command to SLI4 WQ index distribution
7774 * @phba: Pointer to HBA context object.
James Smart4f774512009-05-22 14:52:35 -04007775 *
James Smarta93ff372010-10-22 11:06:08 -04007776 * This routine performs a roundrobin SCSI command to SLI4 FCP WQ index
James Smart8fa38512009-07-19 10:01:03 -04007777 * distribution. This is called by __lpfc_sli_issue_iocb_s4() with the hbalock
7778 * held.
James Smart4f774512009-05-22 14:52:35 -04007779 *
7780 * Return: index into SLI4 fast-path FCP queue index.
7781 **/
7782static uint32_t
James Smart8fa38512009-07-19 10:01:03 -04007783lpfc_sli4_scmd_to_wqidx_distr(struct lpfc_hba *phba)
James Smart4f774512009-05-22 14:52:35 -04007784{
James Smart8fa38512009-07-19 10:01:03 -04007785 ++phba->fcp_qidx;
7786 if (phba->fcp_qidx >= phba->cfg_fcp_wq_count)
7787 phba->fcp_qidx = 0;
James Smart4f774512009-05-22 14:52:35 -04007788
James Smart8fa38512009-07-19 10:01:03 -04007789 return phba->fcp_qidx;
James Smart4f774512009-05-22 14:52:35 -04007790}
7791
7792/**
7793 * lpfc_sli_iocb2wqe - Convert the IOCB to a work queue entry.
7794 * @phba: Pointer to HBA context object.
7795 * @piocb: Pointer to command iocb.
7796 * @wqe: Pointer to the work queue entry.
7797 *
7798 * This routine converts the iocb command to its Work Queue Entry
7799 * equivalent. The wqe pointer should not have any fields set when
7800 * this routine is called because it will memcpy over them.
7801 * This routine does not set the CQ_ID or the WQEC bits in the
7802 * wqe.
7803 *
7804 * Returns: 0 = Success, IOCB_ERROR = Failure.
7805 **/
7806static int
7807lpfc_sli4_iocb2wqe(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq,
7808 union lpfc_wqe *wqe)
7809{
James Smart5ffc2662009-11-18 15:39:44 -05007810 uint32_t xmit_len = 0, total_len = 0;
James Smart4f774512009-05-22 14:52:35 -04007811 uint8_t ct = 0;
7812 uint32_t fip;
7813 uint32_t abort_tag;
7814 uint8_t command_type = ELS_COMMAND_NON_FIP;
7815 uint8_t cmnd;
7816 uint16_t xritag;
James Smartdcf2a4e2010-09-29 11:18:53 -04007817 uint16_t abrt_iotag;
7818 struct lpfc_iocbq *abrtiocbq;
James Smart4f774512009-05-22 14:52:35 -04007819 struct ulp_bde64 *bpl = NULL;
James Smartf0d9bcc2010-10-22 11:07:09 -04007820 uint32_t els_id = LPFC_ELS_ID_DEFAULT;
James Smart5ffc2662009-11-18 15:39:44 -05007821 int numBdes, i;
7822 struct ulp_bde64 bde;
James Smartc31098c2011-04-16 11:03:33 -04007823 struct lpfc_nodelist *ndlp;
James Smartff78d8f2011-12-13 13:21:35 -05007824 uint32_t *pcmd;
James Smart1b511972011-12-13 13:23:09 -05007825 uint32_t if_type;
James Smart4f774512009-05-22 14:52:35 -04007826
James Smart45ed1192009-10-02 15:17:02 -04007827 fip = phba->hba_flag & HBA_FIP_SUPPORT;
James Smart4f774512009-05-22 14:52:35 -04007828 /* The fcp commands will set command type */
James Smart0c287582009-06-10 17:22:56 -04007829 if (iocbq->iocb_flag & LPFC_IO_FCP)
James Smart4f774512009-05-22 14:52:35 -04007830 command_type = FCP_COMMAND;
James Smartc8685952009-11-18 15:39:16 -05007831 else if (fip && (iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK))
James Smart0c287582009-06-10 17:22:56 -04007832 command_type = ELS_COMMAND_FIP;
7833 else
7834 command_type = ELS_COMMAND_NON_FIP;
7835
James Smart4f774512009-05-22 14:52:35 -04007836 /* Some of the fields are in the right position already */
7837 memcpy(wqe, &iocbq->iocb, sizeof(union lpfc_wqe));
7838 abort_tag = (uint32_t) iocbq->iotag;
7839 xritag = iocbq->sli4_xritag;
James Smartf0d9bcc2010-10-22 11:07:09 -04007840 wqe->generic.wqe_com.word7 = 0; /* The ct field has moved so reset */
James Smart4f774512009-05-22 14:52:35 -04007841 /* words0-2 bpl convert bde */
7842 if (iocbq->iocb.un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
James Smart5ffc2662009-11-18 15:39:44 -05007843 numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
7844 sizeof(struct ulp_bde64);
James Smart4f774512009-05-22 14:52:35 -04007845 bpl = (struct ulp_bde64 *)
7846 ((struct lpfc_dmabuf *)iocbq->context3)->virt;
7847 if (!bpl)
7848 return IOCB_ERROR;
7849
7850 /* Should already be byte swapped. */
7851 wqe->generic.bde.addrHigh = le32_to_cpu(bpl->addrHigh);
7852 wqe->generic.bde.addrLow = le32_to_cpu(bpl->addrLow);
7853 /* swap the size field back to the cpu so we
7854 * can assign it to the sgl.
7855 */
7856 wqe->generic.bde.tus.w = le32_to_cpu(bpl->tus.w);
James Smart5ffc2662009-11-18 15:39:44 -05007857 xmit_len = wqe->generic.bde.tus.f.bdeSize;
7858 total_len = 0;
7859 for (i = 0; i < numBdes; i++) {
7860 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
7861 total_len += bde.tus.f.bdeSize;
7862 }
James Smart4f774512009-05-22 14:52:35 -04007863 } else
James Smart5ffc2662009-11-18 15:39:44 -05007864 xmit_len = iocbq->iocb.un.fcpi64.bdl.bdeSize;
James Smart4f774512009-05-22 14:52:35 -04007865
7866 iocbq->iocb.ulpIoTag = iocbq->iotag;
7867 cmnd = iocbq->iocb.ulpCommand;
7868
7869 switch (iocbq->iocb.ulpCommand) {
7870 case CMD_ELS_REQUEST64_CR:
James Smartc31098c2011-04-16 11:03:33 -04007871 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart4f774512009-05-22 14:52:35 -04007872 if (!iocbq->iocb.ulpLe) {
7873 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
7874 "2007 Only Limited Edition cmd Format"
7875 " supported 0x%x\n",
7876 iocbq->iocb.ulpCommand);
7877 return IOCB_ERROR;
7878 }
James Smartff78d8f2011-12-13 13:21:35 -05007879
James Smart5ffc2662009-11-18 15:39:44 -05007880 wqe->els_req.payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04007881 /* Els_reguest64 has a TMO */
7882 bf_set(wqe_tmo, &wqe->els_req.wqe_com,
7883 iocbq->iocb.ulpTimeout);
7884 /* Need a VF for word 4 set the vf bit*/
7885 bf_set(els_req64_vf, &wqe->els_req, 0);
7886 /* And a VFID for word 12 */
7887 bf_set(els_req64_vfid, &wqe->els_req, 0);
James Smart4f774512009-05-22 14:52:35 -04007888 ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l);
James Smartf0d9bcc2010-10-22 11:07:09 -04007889 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
7890 iocbq->iocb.ulpContext);
7891 bf_set(wqe_ct, &wqe->els_req.wqe_com, ct);
7892 bf_set(wqe_pu, &wqe->els_req.wqe_com, 0);
James Smart4f774512009-05-22 14:52:35 -04007893 /* CCP CCPE PV PRI in word10 were set in the memcpy */
James Smartff78d8f2011-12-13 13:21:35 -05007894 if (command_type == ELS_COMMAND_FIP)
James Smartc8685952009-11-18 15:39:16 -05007895 els_id = ((iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK)
7896 >> LPFC_FIP_ELS_ID_SHIFT);
James Smartff78d8f2011-12-13 13:21:35 -05007897 pcmd = (uint32_t *) (((struct lpfc_dmabuf *)
7898 iocbq->context2)->virt);
James Smart1b511972011-12-13 13:23:09 -05007899 if_type = bf_get(lpfc_sli_intf_if_type,
7900 &phba->sli4_hba.sli_intf);
7901 if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
James Smartff78d8f2011-12-13 13:21:35 -05007902 if (pcmd && (*pcmd == ELS_CMD_FLOGI ||
James Smartcb69f7d2011-12-13 13:21:57 -05007903 *pcmd == ELS_CMD_SCR ||
James Smart6b5151f2012-01-18 16:24:06 -05007904 *pcmd == ELS_CMD_FDISC ||
James Smartbdcd2b92012-03-01 22:33:52 -05007905 *pcmd == ELS_CMD_LOGO ||
James Smartff78d8f2011-12-13 13:21:35 -05007906 *pcmd == ELS_CMD_PLOGI)) {
7907 bf_set(els_req64_sp, &wqe->els_req, 1);
7908 bf_set(els_req64_sid, &wqe->els_req,
7909 iocbq->vport->fc_myDID);
7910 bf_set(wqe_ct, &wqe->els_req.wqe_com, 1);
7911 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
James Smarta7dd9c02012-05-09 21:16:50 -04007912 phba->vpi_ids[iocbq->vport->vpi]);
James Smart3ef6d242012-01-18 16:23:48 -05007913 } else if (pcmd && iocbq->context1) {
James Smartff78d8f2011-12-13 13:21:35 -05007914 bf_set(wqe_ct, &wqe->els_req.wqe_com, 0);
7915 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
7916 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
7917 }
James Smartc8685952009-11-18 15:39:16 -05007918 }
James Smart6d368e52011-05-24 11:44:12 -04007919 bf_set(wqe_temp_rpi, &wqe->els_req.wqe_com,
7920 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04007921 bf_set(wqe_els_id, &wqe->els_req.wqe_com, els_id);
7922 bf_set(wqe_dbde, &wqe->els_req.wqe_com, 1);
7923 bf_set(wqe_iod, &wqe->els_req.wqe_com, LPFC_WQE_IOD_READ);
7924 bf_set(wqe_qosd, &wqe->els_req.wqe_com, 1);
7925 bf_set(wqe_lenloc, &wqe->els_req.wqe_com, LPFC_WQE_LENLOC_NONE);
7926 bf_set(wqe_ebde_cnt, &wqe->els_req.wqe_com, 0);
James Smart7851fe22011-07-22 18:36:52 -04007927 break;
James Smart5ffc2662009-11-18 15:39:44 -05007928 case CMD_XMIT_SEQUENCE64_CX:
James Smartf0d9bcc2010-10-22 11:07:09 -04007929 bf_set(wqe_ctxt_tag, &wqe->xmit_sequence.wqe_com,
7930 iocbq->iocb.un.ulpWord[3]);
7931 bf_set(wqe_rcvoxid, &wqe->xmit_sequence.wqe_com,
James Smart7851fe22011-07-22 18:36:52 -04007932 iocbq->iocb.unsli3.rcvsli3.ox_id);
James Smart5ffc2662009-11-18 15:39:44 -05007933 /* The entire sequence is transmitted for this IOCB */
7934 xmit_len = total_len;
7935 cmnd = CMD_XMIT_SEQUENCE64_CR;
James Smart1b511972011-12-13 13:23:09 -05007936 if (phba->link_flag & LS_LOOPBACK_MODE)
7937 bf_set(wqe_xo, &wqe->xmit_sequence.wge_ctl, 1);
James Smart4f774512009-05-22 14:52:35 -04007938 case CMD_XMIT_SEQUENCE64_CR:
James Smartf0d9bcc2010-10-22 11:07:09 -04007939 /* word3 iocb=io_tag32 wqe=reserved */
7940 wqe->xmit_sequence.rsvd3 = 0;
James Smart4f774512009-05-22 14:52:35 -04007941 /* word4 relative_offset memcpy */
7942 /* word5 r_ctl/df_ctl memcpy */
James Smartf0d9bcc2010-10-22 11:07:09 -04007943 bf_set(wqe_pu, &wqe->xmit_sequence.wqe_com, 0);
7944 bf_set(wqe_dbde, &wqe->xmit_sequence.wqe_com, 1);
7945 bf_set(wqe_iod, &wqe->xmit_sequence.wqe_com,
7946 LPFC_WQE_IOD_WRITE);
7947 bf_set(wqe_lenloc, &wqe->xmit_sequence.wqe_com,
7948 LPFC_WQE_LENLOC_WORD12);
7949 bf_set(wqe_ebde_cnt, &wqe->xmit_sequence.wqe_com, 0);
James Smart5ffc2662009-11-18 15:39:44 -05007950 wqe->xmit_sequence.xmit_len = xmit_len;
7951 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04007952 break;
James Smart4f774512009-05-22 14:52:35 -04007953 case CMD_XMIT_BCAST64_CN:
James Smartf0d9bcc2010-10-22 11:07:09 -04007954 /* word3 iocb=iotag32 wqe=seq_payload_len */
7955 wqe->xmit_bcast64.seq_payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04007956 /* word4 iocb=rsvd wqe=rsvd */
7957 /* word5 iocb=rctl/type/df_ctl wqe=rctl/type/df_ctl memcpy */
7958 /* word6 iocb=ctxt_tag/io_tag wqe=ctxt_tag/xri */
James Smartf0d9bcc2010-10-22 11:07:09 -04007959 bf_set(wqe_ct, &wqe->xmit_bcast64.wqe_com,
James Smart4f774512009-05-22 14:52:35 -04007960 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
James Smartf0d9bcc2010-10-22 11:07:09 -04007961 bf_set(wqe_dbde, &wqe->xmit_bcast64.wqe_com, 1);
7962 bf_set(wqe_iod, &wqe->xmit_bcast64.wqe_com, LPFC_WQE_IOD_WRITE);
7963 bf_set(wqe_lenloc, &wqe->xmit_bcast64.wqe_com,
7964 LPFC_WQE_LENLOC_WORD3);
7965 bf_set(wqe_ebde_cnt, &wqe->xmit_bcast64.wqe_com, 0);
James Smart7851fe22011-07-22 18:36:52 -04007966 break;
James Smart4f774512009-05-22 14:52:35 -04007967 case CMD_FCP_IWRITE64_CR:
7968 command_type = FCP_COMMAND_DATA_OUT;
James Smartf0d9bcc2010-10-22 11:07:09 -04007969 /* word3 iocb=iotag wqe=payload_offset_len */
7970 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
7971 wqe->fcp_iwrite.payload_offset_len =
James Smart5ffc2662009-11-18 15:39:44 -05007972 xmit_len + sizeof(struct fcp_rsp);
James Smartf0d9bcc2010-10-22 11:07:09 -04007973 /* word4 iocb=parameter wqe=total_xfer_length memcpy */
7974 /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */
7975 bf_set(wqe_erp, &wqe->fcp_iwrite.wqe_com,
7976 iocbq->iocb.ulpFCP2Rcvy);
7977 bf_set(wqe_lnk, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpXS);
7978 /* Always open the exchange */
7979 bf_set(wqe_xc, &wqe->fcp_iwrite.wqe_com, 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04007980 bf_set(wqe_iod, &wqe->fcp_iwrite.wqe_com, LPFC_WQE_IOD_WRITE);
7981 bf_set(wqe_lenloc, &wqe->fcp_iwrite.wqe_com,
7982 LPFC_WQE_LENLOC_WORD4);
7983 bf_set(wqe_ebde_cnt, &wqe->fcp_iwrite.wqe_com, 0);
7984 bf_set(wqe_pu, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpPU);
James Smartacd68592012-01-18 16:25:09 -05007985 if (iocbq->iocb_flag & LPFC_IO_DIF) {
7986 iocbq->iocb_flag &= ~LPFC_IO_DIF;
7987 bf_set(wqe_dif, &wqe->generic.wqe_com, 1);
7988 }
7989 bf_set(wqe_dbde, &wqe->fcp_iwrite.wqe_com, 1);
James Smart7851fe22011-07-22 18:36:52 -04007990 break;
James Smartf0d9bcc2010-10-22 11:07:09 -04007991 case CMD_FCP_IREAD64_CR:
7992 /* word3 iocb=iotag wqe=payload_offset_len */
7993 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
7994 wqe->fcp_iread.payload_offset_len =
7995 xmit_len + sizeof(struct fcp_rsp);
7996 /* word4 iocb=parameter wqe=total_xfer_length memcpy */
7997 /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */
7998 bf_set(wqe_erp, &wqe->fcp_iread.wqe_com,
7999 iocbq->iocb.ulpFCP2Rcvy);
8000 bf_set(wqe_lnk, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpXS);
James Smart4f774512009-05-22 14:52:35 -04008001 /* Always open the exchange */
8002 bf_set(wqe_xc, &wqe->fcp_iread.wqe_com, 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04008003 bf_set(wqe_iod, &wqe->fcp_iread.wqe_com, LPFC_WQE_IOD_READ);
8004 bf_set(wqe_lenloc, &wqe->fcp_iread.wqe_com,
8005 LPFC_WQE_LENLOC_WORD4);
8006 bf_set(wqe_ebde_cnt, &wqe->fcp_iread.wqe_com, 0);
8007 bf_set(wqe_pu, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpPU);
James Smartacd68592012-01-18 16:25:09 -05008008 if (iocbq->iocb_flag & LPFC_IO_DIF) {
8009 iocbq->iocb_flag &= ~LPFC_IO_DIF;
8010 bf_set(wqe_dif, &wqe->generic.wqe_com, 1);
8011 }
8012 bf_set(wqe_dbde, &wqe->fcp_iread.wqe_com, 1);
James Smart7851fe22011-07-22 18:36:52 -04008013 break;
James Smartf1126682009-06-10 17:22:44 -04008014 case CMD_FCP_ICMND64_CR:
James Smartf0d9bcc2010-10-22 11:07:09 -04008015 /* word3 iocb=IO_TAG wqe=reserved */
8016 wqe->fcp_icmd.rsrvd3 = 0;
8017 bf_set(wqe_pu, &wqe->fcp_icmd.wqe_com, 0);
James Smartf1126682009-06-10 17:22:44 -04008018 /* Always open the exchange */
James Smartf0d9bcc2010-10-22 11:07:09 -04008019 bf_set(wqe_xc, &wqe->fcp_icmd.wqe_com, 0);
8020 bf_set(wqe_dbde, &wqe->fcp_icmd.wqe_com, 1);
8021 bf_set(wqe_iod, &wqe->fcp_icmd.wqe_com, LPFC_WQE_IOD_WRITE);
8022 bf_set(wqe_qosd, &wqe->fcp_icmd.wqe_com, 1);
8023 bf_set(wqe_lenloc, &wqe->fcp_icmd.wqe_com,
8024 LPFC_WQE_LENLOC_NONE);
8025 bf_set(wqe_ebde_cnt, &wqe->fcp_icmd.wqe_com, 0);
James Smart7851fe22011-07-22 18:36:52 -04008026 break;
James Smart4f774512009-05-22 14:52:35 -04008027 case CMD_GEN_REQUEST64_CR:
James Smart63e801c2010-11-20 23:14:19 -05008028 /* For this command calculate the xmit length of the
8029 * request bde.
8030 */
8031 xmit_len = 0;
8032 numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
8033 sizeof(struct ulp_bde64);
8034 for (i = 0; i < numBdes; i++) {
James Smart63e801c2010-11-20 23:14:19 -05008035 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
James Smart546fc852011-03-11 16:06:29 -05008036 if (bde.tus.f.bdeFlags != BUFF_TYPE_BDE_64)
8037 break;
James Smart63e801c2010-11-20 23:14:19 -05008038 xmit_len += bde.tus.f.bdeSize;
8039 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008040 /* word3 iocb=IO_TAG wqe=request_payload_len */
8041 wqe->gen_req.request_payload_len = xmit_len;
8042 /* word4 iocb=parameter wqe=relative_offset memcpy */
8043 /* word5 [rctl, type, df_ctl, la] copied in memcpy */
James Smart4f774512009-05-22 14:52:35 -04008044 /* word6 context tag copied in memcpy */
8045 if (iocbq->iocb.ulpCt_h || iocbq->iocb.ulpCt_l) {
8046 ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l);
8047 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8048 "2015 Invalid CT %x command 0x%x\n",
8049 ct, iocbq->iocb.ulpCommand);
8050 return IOCB_ERROR;
8051 }
James Smartf0d9bcc2010-10-22 11:07:09 -04008052 bf_set(wqe_ct, &wqe->gen_req.wqe_com, 0);
8053 bf_set(wqe_tmo, &wqe->gen_req.wqe_com, iocbq->iocb.ulpTimeout);
8054 bf_set(wqe_pu, &wqe->gen_req.wqe_com, iocbq->iocb.ulpPU);
8055 bf_set(wqe_dbde, &wqe->gen_req.wqe_com, 1);
8056 bf_set(wqe_iod, &wqe->gen_req.wqe_com, LPFC_WQE_IOD_READ);
8057 bf_set(wqe_qosd, &wqe->gen_req.wqe_com, 1);
8058 bf_set(wqe_lenloc, &wqe->gen_req.wqe_com, LPFC_WQE_LENLOC_NONE);
8059 bf_set(wqe_ebde_cnt, &wqe->gen_req.wqe_com, 0);
James Smart4f774512009-05-22 14:52:35 -04008060 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008061 break;
James Smart4f774512009-05-22 14:52:35 -04008062 case CMD_XMIT_ELS_RSP64_CX:
James Smartc31098c2011-04-16 11:03:33 -04008063 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart4f774512009-05-22 14:52:35 -04008064 /* words0-2 BDE memcpy */
James Smartf0d9bcc2010-10-22 11:07:09 -04008065 /* word3 iocb=iotag32 wqe=response_payload_len */
8066 wqe->xmit_els_rsp.response_payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04008067 /* word4 iocb=did wge=rsvd. */
James Smartf0d9bcc2010-10-22 11:07:09 -04008068 wqe->xmit_els_rsp.rsvd4 = 0;
James Smart4f774512009-05-22 14:52:35 -04008069 /* word5 iocb=rsvd wge=did */
8070 bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest,
8071 iocbq->iocb.un.elsreq64.remoteID);
James Smartf0d9bcc2010-10-22 11:07:09 -04008072 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com,
8073 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
8074 bf_set(wqe_pu, &wqe->xmit_els_rsp.wqe_com, iocbq->iocb.ulpPU);
8075 bf_set(wqe_rcvoxid, &wqe->xmit_els_rsp.wqe_com,
James Smart7851fe22011-07-22 18:36:52 -04008076 iocbq->iocb.unsli3.rcvsli3.ox_id);
James Smart4f774512009-05-22 14:52:35 -04008077 if (!iocbq->iocb.ulpCt_h && iocbq->iocb.ulpCt_l)
James Smartf0d9bcc2010-10-22 11:07:09 -04008078 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com,
James Smart6d368e52011-05-24 11:44:12 -04008079 phba->vpi_ids[iocbq->vport->vpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008080 bf_set(wqe_dbde, &wqe->xmit_els_rsp.wqe_com, 1);
8081 bf_set(wqe_iod, &wqe->xmit_els_rsp.wqe_com, LPFC_WQE_IOD_WRITE);
8082 bf_set(wqe_qosd, &wqe->xmit_els_rsp.wqe_com, 1);
8083 bf_set(wqe_lenloc, &wqe->xmit_els_rsp.wqe_com,
8084 LPFC_WQE_LENLOC_WORD3);
8085 bf_set(wqe_ebde_cnt, &wqe->xmit_els_rsp.wqe_com, 0);
James Smart6d368e52011-05-24 11:44:12 -04008086 bf_set(wqe_rsp_temp_rpi, &wqe->xmit_els_rsp,
8087 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
James Smartff78d8f2011-12-13 13:21:35 -05008088 pcmd = (uint32_t *) (((struct lpfc_dmabuf *)
8089 iocbq->context2)->virt);
8090 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
8091 bf_set(els_req64_sp, &wqe->els_req, 1);
8092 bf_set(els_req64_sid, &wqe->els_req,
8093 iocbq->vport->fc_myDID);
8094 bf_set(wqe_ct, &wqe->els_req.wqe_com, 1);
8095 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
8096 phba->vpi_ids[phba->pport->vpi]);
8097 }
James Smart4f774512009-05-22 14:52:35 -04008098 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04008099 break;
James Smart4f774512009-05-22 14:52:35 -04008100 case CMD_CLOSE_XRI_CN:
8101 case CMD_ABORT_XRI_CN:
8102 case CMD_ABORT_XRI_CX:
8103 /* words 0-2 memcpy should be 0 rserved */
8104 /* port will send abts */
James Smartdcf2a4e2010-09-29 11:18:53 -04008105 abrt_iotag = iocbq->iocb.un.acxri.abortContextTag;
8106 if (abrt_iotag != 0 && abrt_iotag <= phba->sli.last_iotag) {
8107 abrtiocbq = phba->sli.iocbq_lookup[abrt_iotag];
8108 fip = abrtiocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK;
8109 } else
8110 fip = 0;
8111
8112 if ((iocbq->iocb.ulpCommand == CMD_CLOSE_XRI_CN) || fip)
James Smart4f774512009-05-22 14:52:35 -04008113 /*
James Smartdcf2a4e2010-09-29 11:18:53 -04008114 * The link is down, or the command was ELS_FIP
8115 * so the fw does not need to send abts
James Smart4f774512009-05-22 14:52:35 -04008116 * on the wire.
8117 */
8118 bf_set(abort_cmd_ia, &wqe->abort_cmd, 1);
8119 else
8120 bf_set(abort_cmd_ia, &wqe->abort_cmd, 0);
8121 bf_set(abort_cmd_criteria, &wqe->abort_cmd, T_XRI_TAG);
James Smartf0d9bcc2010-10-22 11:07:09 -04008122 /* word5 iocb=CONTEXT_TAG|IO_TAG wqe=reserved */
8123 wqe->abort_cmd.rsrvd5 = 0;
8124 bf_set(wqe_ct, &wqe->abort_cmd.wqe_com,
James Smart4f774512009-05-22 14:52:35 -04008125 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
8126 abort_tag = iocbq->iocb.un.acxri.abortIoTag;
James Smart4f774512009-05-22 14:52:35 -04008127 /*
8128 * The abort handler will send us CMD_ABORT_XRI_CN or
8129 * CMD_CLOSE_XRI_CN and the fw only accepts CMD_ABORT_XRI_CX
8130 */
James Smartf0d9bcc2010-10-22 11:07:09 -04008131 bf_set(wqe_cmnd, &wqe->abort_cmd.wqe_com, CMD_ABORT_XRI_CX);
8132 bf_set(wqe_qosd, &wqe->abort_cmd.wqe_com, 1);
8133 bf_set(wqe_lenloc, &wqe->abort_cmd.wqe_com,
8134 LPFC_WQE_LENLOC_NONE);
James Smart4f774512009-05-22 14:52:35 -04008135 cmnd = CMD_ABORT_XRI_CX;
8136 command_type = OTHER_COMMAND;
8137 xritag = 0;
James Smart7851fe22011-07-22 18:36:52 -04008138 break;
James Smart6669f9b2009-10-02 15:16:45 -04008139 case CMD_XMIT_BLS_RSP64_CX:
James Smart6b5151f2012-01-18 16:24:06 -05008140 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart546fc852011-03-11 16:06:29 -05008141 /* As BLS ABTS RSP WQE is very different from other WQEs,
James Smart6669f9b2009-10-02 15:16:45 -04008142 * we re-construct this WQE here based on information in
8143 * iocbq from scratch.
8144 */
8145 memset(wqe, 0, sizeof(union lpfc_wqe));
James Smart5ffc2662009-11-18 15:39:44 -05008146 /* OX_ID is invariable to who sent ABTS to CT exchange */
James Smart6669f9b2009-10-02 15:16:45 -04008147 bf_set(xmit_bls_rsp64_oxid, &wqe->xmit_bls_rsp,
James Smart546fc852011-03-11 16:06:29 -05008148 bf_get(lpfc_abts_oxid, &iocbq->iocb.un.bls_rsp));
8149 if (bf_get(lpfc_abts_orig, &iocbq->iocb.un.bls_rsp) ==
James Smart5ffc2662009-11-18 15:39:44 -05008150 LPFC_ABTS_UNSOL_INT) {
8151 /* ABTS sent by initiator to CT exchange, the
8152 * RX_ID field will be filled with the newly
8153 * allocated responder XRI.
8154 */
8155 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp,
8156 iocbq->sli4_xritag);
8157 } else {
8158 /* ABTS sent by responder to CT exchange, the
8159 * RX_ID field will be filled with the responder
8160 * RX_ID from ABTS.
8161 */
8162 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp,
James Smart546fc852011-03-11 16:06:29 -05008163 bf_get(lpfc_abts_rxid, &iocbq->iocb.un.bls_rsp));
James Smart5ffc2662009-11-18 15:39:44 -05008164 }
James Smart6669f9b2009-10-02 15:16:45 -04008165 bf_set(xmit_bls_rsp64_seqcnthi, &wqe->xmit_bls_rsp, 0xffff);
8166 bf_set(wqe_xmit_bls_pt, &wqe->xmit_bls_rsp.wqe_dest, 0x1);
James Smart6b5151f2012-01-18 16:24:06 -05008167
8168 /* Use CT=VPI */
8169 bf_set(wqe_els_did, &wqe->xmit_bls_rsp.wqe_dest,
8170 ndlp->nlp_DID);
8171 bf_set(xmit_bls_rsp64_temprpi, &wqe->xmit_bls_rsp,
8172 iocbq->iocb.ulpContext);
8173 bf_set(wqe_ct, &wqe->xmit_bls_rsp.wqe_com, 1);
James Smart6669f9b2009-10-02 15:16:45 -04008174 bf_set(wqe_ctxt_tag, &wqe->xmit_bls_rsp.wqe_com,
James Smart6b5151f2012-01-18 16:24:06 -05008175 phba->vpi_ids[phba->pport->vpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04008176 bf_set(wqe_qosd, &wqe->xmit_bls_rsp.wqe_com, 1);
8177 bf_set(wqe_lenloc, &wqe->xmit_bls_rsp.wqe_com,
8178 LPFC_WQE_LENLOC_NONE);
James Smart6669f9b2009-10-02 15:16:45 -04008179 /* Overwrite the pre-set comnd type with OTHER_COMMAND */
8180 command_type = OTHER_COMMAND;
James Smart546fc852011-03-11 16:06:29 -05008181 if (iocbq->iocb.un.xseq64.w5.hcsw.Rctl == FC_RCTL_BA_RJT) {
8182 bf_set(xmit_bls_rsp64_rjt_vspec, &wqe->xmit_bls_rsp,
8183 bf_get(lpfc_vndr_code, &iocbq->iocb.un.bls_rsp));
8184 bf_set(xmit_bls_rsp64_rjt_expc, &wqe->xmit_bls_rsp,
8185 bf_get(lpfc_rsn_expln, &iocbq->iocb.un.bls_rsp));
8186 bf_set(xmit_bls_rsp64_rjt_rsnc, &wqe->xmit_bls_rsp,
8187 bf_get(lpfc_rsn_code, &iocbq->iocb.un.bls_rsp));
8188 }
8189
James Smart7851fe22011-07-22 18:36:52 -04008190 break;
James Smart4f774512009-05-22 14:52:35 -04008191 case CMD_XRI_ABORTED_CX:
8192 case CMD_CREATE_XRI_CR: /* Do we expect to use this? */
James Smart4f774512009-05-22 14:52:35 -04008193 case CMD_IOCB_FCP_IBIDIR64_CR: /* bidirectional xfer */
8194 case CMD_FCP_TSEND64_CX: /* Target mode send xfer-ready */
8195 case CMD_FCP_TRSP64_CX: /* Target mode rcv */
8196 case CMD_FCP_AUTO_TRSP_CX: /* Auto target rsp */
8197 default:
8198 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8199 "2014 Invalid command 0x%x\n",
8200 iocbq->iocb.ulpCommand);
8201 return IOCB_ERROR;
James Smart7851fe22011-07-22 18:36:52 -04008202 break;
James Smart4f774512009-05-22 14:52:35 -04008203 }
James Smart6d368e52011-05-24 11:44:12 -04008204
James Smartf0d9bcc2010-10-22 11:07:09 -04008205 bf_set(wqe_xri_tag, &wqe->generic.wqe_com, xritag);
8206 bf_set(wqe_reqtag, &wqe->generic.wqe_com, iocbq->iotag);
8207 wqe->generic.wqe_com.abort_tag = abort_tag;
8208 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type);
8209 bf_set(wqe_cmnd, &wqe->generic.wqe_com, cmnd);
8210 bf_set(wqe_class, &wqe->generic.wqe_com, iocbq->iocb.ulpClass);
8211 bf_set(wqe_cqid, &wqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT);
James Smart4f774512009-05-22 14:52:35 -04008212 return 0;
8213}
8214
8215/**
8216 * __lpfc_sli_issue_iocb_s4 - SLI4 device lockless ver of lpfc_sli_issue_iocb
8217 * @phba: Pointer to HBA context object.
8218 * @ring_number: SLI ring number to issue iocb on.
8219 * @piocb: Pointer to command iocb.
8220 * @flag: Flag indicating if this command can be put into txq.
8221 *
8222 * __lpfc_sli_issue_iocb_s4 is used by other functions in the driver to issue
8223 * an iocb command to an HBA with SLI-4 interface spec.
8224 *
8225 * This function is called with hbalock held. The function will return success
8226 * after it successfully submit the iocb to firmware or after adding to the
8227 * txq.
8228 **/
8229static int
8230__lpfc_sli_issue_iocb_s4(struct lpfc_hba *phba, uint32_t ring_number,
8231 struct lpfc_iocbq *piocb, uint32_t flag)
8232{
8233 struct lpfc_sglq *sglq;
James Smart4f774512009-05-22 14:52:35 -04008234 union lpfc_wqe wqe;
8235 struct lpfc_sli_ring *pring = &phba->sli.ring[ring_number];
James Smart4f774512009-05-22 14:52:35 -04008236
8237 if (piocb->sli4_xritag == NO_XRI) {
8238 if (piocb->iocb.ulpCommand == CMD_ABORT_XRI_CN ||
James Smart6b5151f2012-01-18 16:24:06 -05008239 piocb->iocb.ulpCommand == CMD_CLOSE_XRI_CN)
James Smart4f774512009-05-22 14:52:35 -04008240 sglq = NULL;
8241 else {
James Smart2a9bf3d2010-06-07 15:24:45 -04008242 if (pring->txq_cnt) {
8243 if (!(flag & SLI_IOCB_RET_IOCB)) {
8244 __lpfc_sli_ringtx_put(phba,
8245 pring, piocb);
8246 return IOCB_SUCCESS;
8247 } else {
8248 return IOCB_BUSY;
8249 }
8250 } else {
James Smart6d368e52011-05-24 11:44:12 -04008251 sglq = __lpfc_sli_get_sglq(phba, piocb);
James Smart2a9bf3d2010-06-07 15:24:45 -04008252 if (!sglq) {
8253 if (!(flag & SLI_IOCB_RET_IOCB)) {
8254 __lpfc_sli_ringtx_put(phba,
8255 pring,
8256 piocb);
8257 return IOCB_SUCCESS;
8258 } else
8259 return IOCB_BUSY;
8260 }
8261 }
James Smart4f774512009-05-22 14:52:35 -04008262 }
8263 } else if (piocb->iocb_flag & LPFC_IO_FCP) {
James Smart6d368e52011-05-24 11:44:12 -04008264 /* These IO's already have an XRI and a mapped sgl. */
8265 sglq = NULL;
James Smart4f774512009-05-22 14:52:35 -04008266 } else {
James Smart6d368e52011-05-24 11:44:12 -04008267 /*
8268 * This is a continuation of a commandi,(CX) so this
James Smart4f774512009-05-22 14:52:35 -04008269 * sglq is on the active list
8270 */
8271 sglq = __lpfc_get_active_sglq(phba, piocb->sli4_xritag);
8272 if (!sglq)
8273 return IOCB_ERROR;
8274 }
8275
8276 if (sglq) {
James Smart6d368e52011-05-24 11:44:12 -04008277 piocb->sli4_lxritag = sglq->sli4_lxritag;
James Smart2a9bf3d2010-06-07 15:24:45 -04008278 piocb->sli4_xritag = sglq->sli4_xritag;
James Smart2a9bf3d2010-06-07 15:24:45 -04008279 if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocb, sglq))
James Smart4f774512009-05-22 14:52:35 -04008280 return IOCB_ERROR;
8281 }
8282
8283 if (lpfc_sli4_iocb2wqe(phba, piocb, &wqe))
8284 return IOCB_ERROR;
8285
James Smart341af102010-01-26 23:07:37 -05008286 if ((piocb->iocb_flag & LPFC_IO_FCP) ||
8287 (piocb->iocb_flag & LPFC_USE_FCPWQIDX)) {
James Smart5ffc2662009-11-18 15:39:44 -05008288 /*
8289 * For FCP command IOCB, get a new WQ index to distribute
8290 * WQE across the WQsr. On the other hand, for abort IOCB,
8291 * it carries the same WQ index to the original command
8292 * IOCB.
8293 */
James Smart341af102010-01-26 23:07:37 -05008294 if (piocb->iocb_flag & LPFC_IO_FCP)
James Smart5ffc2662009-11-18 15:39:44 -05008295 piocb->fcp_wqidx = lpfc_sli4_scmd_to_wqidx_distr(phba);
James Smart2e90f4b2011-12-13 13:22:37 -05008296 if (unlikely(!phba->sli4_hba.fcp_wq))
8297 return IOCB_ERROR;
James Smart5ffc2662009-11-18 15:39:44 -05008298 if (lpfc_sli4_wq_put(phba->sli4_hba.fcp_wq[piocb->fcp_wqidx],
8299 &wqe))
James Smart4f774512009-05-22 14:52:35 -04008300 return IOCB_ERROR;
8301 } else {
8302 if (lpfc_sli4_wq_put(phba->sli4_hba.els_wq, &wqe))
8303 return IOCB_ERROR;
8304 }
8305 lpfc_sli_ringtxcmpl_put(phba, pring, piocb);
8306
8307 return 0;
8308}
8309
8310/**
James Smart3772a992009-05-22 14:50:54 -04008311 * __lpfc_sli_issue_iocb - Wrapper func of lockless version for issuing iocb
8312 *
8313 * This routine wraps the actual lockless version for issusing IOCB function
8314 * pointer from the lpfc_hba struct.
8315 *
8316 * Return codes:
8317 * IOCB_ERROR - Error
8318 * IOCB_SUCCESS - Success
8319 * IOCB_BUSY - Busy
8320 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04008321int
James Smart3772a992009-05-22 14:50:54 -04008322__lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number,
8323 struct lpfc_iocbq *piocb, uint32_t flag)
8324{
8325 return phba->__lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
8326}
8327
8328/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03008329 * lpfc_sli_api_table_setup - Set up sli api function jump table
James Smart3772a992009-05-22 14:50:54 -04008330 * @phba: The hba struct for which this call is being executed.
8331 * @dev_grp: The HBA PCI-Device group number.
8332 *
8333 * This routine sets up the SLI interface API function jump table in @phba
8334 * struct.
8335 * Returns: 0 - success, -ENODEV - failure.
8336 **/
8337int
8338lpfc_sli_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
8339{
8340
8341 switch (dev_grp) {
8342 case LPFC_PCI_DEV_LP:
8343 phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s3;
8344 phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s3;
8345 break;
James Smart4f774512009-05-22 14:52:35 -04008346 case LPFC_PCI_DEV_OC:
8347 phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s4;
8348 phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s4;
8349 break;
James Smart3772a992009-05-22 14:50:54 -04008350 default:
8351 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8352 "1419 Invalid HBA PCI-device group: 0x%x\n",
8353 dev_grp);
8354 return -ENODEV;
8355 break;
8356 }
8357 phba->lpfc_get_iocb_from_iocbq = lpfc_get_iocb_from_iocbq;
8358 return 0;
8359}
James Smart92d7f7b2007-06-17 19:56:38 -05008360
James Smarte59058c2008-08-24 21:49:00 -04008361/**
James Smart3621a712009-04-06 18:47:14 -04008362 * lpfc_sli_issue_iocb - Wrapper function for __lpfc_sli_issue_iocb
James Smarte59058c2008-08-24 21:49:00 -04008363 * @phba: Pointer to HBA context object.
8364 * @pring: Pointer to driver SLI ring object.
8365 * @piocb: Pointer to command iocb.
8366 * @flag: Flag indicating if this command can be put into txq.
8367 *
8368 * lpfc_sli_issue_iocb is a wrapper around __lpfc_sli_issue_iocb
8369 * function. This function gets the hbalock and calls
8370 * __lpfc_sli_issue_iocb function and will return the error returned
8371 * by __lpfc_sli_issue_iocb function. This wrapper is used by
8372 * functions which do not hold hbalock.
8373 **/
James Smart92d7f7b2007-06-17 19:56:38 -05008374int
James Smart3772a992009-05-22 14:50:54 -04008375lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number,
James Smart92d7f7b2007-06-17 19:56:38 -05008376 struct lpfc_iocbq *piocb, uint32_t flag)
8377{
8378 unsigned long iflags;
8379 int rc;
8380
8381 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart3772a992009-05-22 14:50:54 -04008382 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
James Smart92d7f7b2007-06-17 19:56:38 -05008383 spin_unlock_irqrestore(&phba->hbalock, iflags);
8384
8385 return rc;
8386}
8387
James Smarte59058c2008-08-24 21:49:00 -04008388/**
James Smart3621a712009-04-06 18:47:14 -04008389 * lpfc_extra_ring_setup - Extra ring setup function
James Smarte59058c2008-08-24 21:49:00 -04008390 * @phba: Pointer to HBA context object.
8391 *
8392 * This function is called while driver attaches with the
8393 * HBA to setup the extra ring. The extra ring is used
8394 * only when driver needs to support target mode functionality
8395 * or IP over FC functionalities.
8396 *
8397 * This function is called with no lock held.
8398 **/
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008399static int
8400lpfc_extra_ring_setup( struct lpfc_hba *phba)
8401{
8402 struct lpfc_sli *psli;
8403 struct lpfc_sli_ring *pring;
8404
8405 psli = &phba->sli;
8406
8407 /* Adjust cmd/rsp ring iocb entries more evenly */
James Smarta4bc3372006-12-02 13:34:16 -05008408
8409 /* Take some away from the FCP ring */
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008410 pring = &psli->ring[psli->fcp_ring];
8411 pring->numCiocb -= SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8412 pring->numRiocb -= SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8413 pring->numCiocb -= SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8414 pring->numRiocb -= SLI2_IOCB_RSP_R3XTRA_ENTRIES;
8415
James Smarta4bc3372006-12-02 13:34:16 -05008416 /* and give them to the extra ring */
8417 pring = &psli->ring[psli->extra_ring];
8418
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008419 pring->numCiocb += SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8420 pring->numRiocb += SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8421 pring->numCiocb += SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8422 pring->numRiocb += SLI2_IOCB_RSP_R3XTRA_ENTRIES;
8423
8424 /* Setup default profile for this ring */
8425 pring->iotag_max = 4096;
8426 pring->num_mask = 1;
8427 pring->prt[0].profile = 0; /* Mask 0 */
James Smarta4bc3372006-12-02 13:34:16 -05008428 pring->prt[0].rctl = phba->cfg_multi_ring_rctl;
8429 pring->prt[0].type = phba->cfg_multi_ring_type;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008430 pring->prt[0].lpfc_sli_rcv_unsol_event = NULL;
8431 return 0;
8432}
8433
James Smartcb69f7d2011-12-13 13:21:57 -05008434/* lpfc_sli_abts_recover_port - Recover a port that failed an ABTS.
8435 * @vport: pointer to virtual port object.
8436 * @ndlp: nodelist pointer for the impacted rport.
8437 *
8438 * The driver calls this routine in response to a XRI ABORT CQE
8439 * event from the port. In this event, the driver is required to
8440 * recover its login to the rport even though its login may be valid
8441 * from the driver's perspective. The failed ABTS notice from the
8442 * port indicates the rport is not responding.
8443 */
8444static void
8445lpfc_sli_abts_recover_port(struct lpfc_vport *vport,
8446 struct lpfc_nodelist *ndlp)
8447{
8448 struct Scsi_Host *shost;
8449 struct lpfc_hba *phba;
8450 unsigned long flags = 0;
8451
8452 shost = lpfc_shost_from_vport(vport);
8453 phba = vport->phba;
8454 if (ndlp->nlp_state != NLP_STE_MAPPED_NODE) {
8455 lpfc_printf_log(phba, KERN_INFO,
8456 LOG_SLI, "3093 No rport recovery needed. "
8457 "rport in state 0x%x\n",
8458 ndlp->nlp_state);
8459 return;
8460 }
8461 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
8462 "3094 Start rport recovery on shost id 0x%x "
8463 "fc_id 0x%06x vpi 0x%x rpi 0x%x state 0x%x "
8464 "flags 0x%x\n",
8465 shost->host_no, ndlp->nlp_DID,
8466 vport->vpi, ndlp->nlp_rpi, ndlp->nlp_state,
8467 ndlp->nlp_flag);
8468 /*
8469 * The rport is not responding. Don't attempt ADISC recovery.
8470 * Remove the FCP-2 flag to force a PLOGI.
8471 */
8472 spin_lock_irqsave(shost->host_lock, flags);
8473 ndlp->nlp_fcp_info &= ~NLP_FCP_2_DEVICE;
8474 spin_unlock_irqrestore(shost->host_lock, flags);
8475 lpfc_disc_state_machine(vport, ndlp, NULL,
8476 NLP_EVT_DEVICE_RECOVERY);
8477 lpfc_cancel_retry_delay_tmo(vport, ndlp);
8478 spin_lock_irqsave(shost->host_lock, flags);
8479 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
8480 spin_unlock_irqrestore(shost->host_lock, flags);
8481 lpfc_disc_start(vport);
8482}
8483
8484/* lpfc_sli_abts_err_handler - handle a failed ABTS request from an SLI3 port.
8485 * @phba: Pointer to HBA context object.
8486 * @iocbq: Pointer to iocb object.
8487 *
8488 * The async_event handler calls this routine when it receives
8489 * an ASYNC_STATUS_CN event from the port. The port generates
8490 * this event when an Abort Sequence request to an rport fails
8491 * twice in succession. The abort could be originated by the
8492 * driver or by the port. The ABTS could have been for an ELS
8493 * or FCP IO. The port only generates this event when an ABTS
8494 * fails to complete after one retry.
8495 */
8496static void
8497lpfc_sli_abts_err_handler(struct lpfc_hba *phba,
8498 struct lpfc_iocbq *iocbq)
8499{
8500 struct lpfc_nodelist *ndlp = NULL;
8501 uint16_t rpi = 0, vpi = 0;
8502 struct lpfc_vport *vport = NULL;
8503
8504 /* The rpi in the ulpContext is vport-sensitive. */
8505 vpi = iocbq->iocb.un.asyncstat.sub_ctxt_tag;
8506 rpi = iocbq->iocb.ulpContext;
8507
8508 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
8509 "3092 Port generated ABTS async event "
8510 "on vpi %d rpi %d status 0x%x\n",
8511 vpi, rpi, iocbq->iocb.ulpStatus);
8512
8513 vport = lpfc_find_vport_by_vpid(phba, vpi);
8514 if (!vport)
8515 goto err_exit;
8516 ndlp = lpfc_findnode_rpi(vport, rpi);
8517 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
8518 goto err_exit;
8519
8520 if (iocbq->iocb.ulpStatus == IOSTAT_LOCAL_REJECT)
8521 lpfc_sli_abts_recover_port(vport, ndlp);
8522 return;
8523
8524 err_exit:
8525 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
8526 "3095 Event Context not found, no "
8527 "action on vpi %d rpi %d status 0x%x, reason 0x%x\n",
8528 iocbq->iocb.ulpContext, iocbq->iocb.ulpStatus,
8529 vpi, rpi);
8530}
8531
8532/* lpfc_sli4_abts_err_handler - handle a failed ABTS request from an SLI4 port.
8533 * @phba: pointer to HBA context object.
8534 * @ndlp: nodelist pointer for the impacted rport.
8535 * @axri: pointer to the wcqe containing the failed exchange.
8536 *
8537 * The driver calls this routine when it receives an ABORT_XRI_FCP CQE from the
8538 * port. The port generates this event when an abort exchange request to an
8539 * rport fails twice in succession with no reply. The abort could be originated
8540 * by the driver or by the port. The ABTS could have been for an ELS or FCP IO.
8541 */
8542void
8543lpfc_sli4_abts_err_handler(struct lpfc_hba *phba,
8544 struct lpfc_nodelist *ndlp,
8545 struct sli4_wcqe_xri_aborted *axri)
8546{
8547 struct lpfc_vport *vport;
James Smart5c1db2a2012-03-01 22:34:36 -05008548 uint32_t ext_status = 0;
James Smartcb69f7d2011-12-13 13:21:57 -05008549
James Smart6b5151f2012-01-18 16:24:06 -05008550 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
James Smartcb69f7d2011-12-13 13:21:57 -05008551 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
8552 "3115 Node Context not found, driver "
8553 "ignoring abts err event\n");
James Smart6b5151f2012-01-18 16:24:06 -05008554 return;
8555 }
8556
James Smartcb69f7d2011-12-13 13:21:57 -05008557 vport = ndlp->vport;
8558 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
8559 "3116 Port generated FCP XRI ABORT event on "
James Smart5c1db2a2012-03-01 22:34:36 -05008560 "vpi %d rpi %d xri x%x status 0x%x parameter x%x\n",
James Smartcb69f7d2011-12-13 13:21:57 -05008561 ndlp->vport->vpi, ndlp->nlp_rpi,
8562 bf_get(lpfc_wcqe_xa_xri, axri),
James Smart5c1db2a2012-03-01 22:34:36 -05008563 bf_get(lpfc_wcqe_xa_status, axri),
8564 axri->parameter);
James Smartcb69f7d2011-12-13 13:21:57 -05008565
James Smart5c1db2a2012-03-01 22:34:36 -05008566 /*
8567 * Catch the ABTS protocol failure case. Older OCe FW releases returned
8568 * LOCAL_REJECT and 0 for a failed ABTS exchange and later OCe and
8569 * LPe FW releases returned LOCAL_REJECT and SEQUENCE_TIMEOUT.
8570 */
8571 ext_status = axri->parameter & WCQE_PARAM_MASK;
8572 if ((bf_get(lpfc_wcqe_xa_status, axri) == IOSTAT_LOCAL_REJECT) &&
8573 ((ext_status == IOERR_SEQUENCE_TIMEOUT) || (ext_status == 0)))
James Smartcb69f7d2011-12-13 13:21:57 -05008574 lpfc_sli_abts_recover_port(vport, ndlp);
8575}
8576
James Smarte59058c2008-08-24 21:49:00 -04008577/**
James Smart3621a712009-04-06 18:47:14 -04008578 * lpfc_sli_async_event_handler - ASYNC iocb handler function
James Smarte59058c2008-08-24 21:49:00 -04008579 * @phba: Pointer to HBA context object.
8580 * @pring: Pointer to driver SLI ring object.
8581 * @iocbq: Pointer to iocb object.
8582 *
8583 * This function is called by the slow ring event handler
8584 * function when there is an ASYNC event iocb in the ring.
8585 * This function is called with no lock held.
8586 * Currently this function handles only temperature related
8587 * ASYNC events. The function decodes the temperature sensor
8588 * event message and posts events for the management applications.
8589 **/
James Smart98c9ea52007-10-27 13:37:33 -04008590static void
James Smart57127f12007-10-27 13:37:05 -04008591lpfc_sli_async_event_handler(struct lpfc_hba * phba,
8592 struct lpfc_sli_ring * pring, struct lpfc_iocbq * iocbq)
8593{
8594 IOCB_t *icmd;
8595 uint16_t evt_code;
James Smart57127f12007-10-27 13:37:05 -04008596 struct temp_event temp_event_data;
8597 struct Scsi_Host *shost;
James Smarta257bf92009-04-06 18:48:10 -04008598 uint32_t *iocb_w;
James Smart57127f12007-10-27 13:37:05 -04008599
8600 icmd = &iocbq->iocb;
8601 evt_code = icmd->un.asyncstat.evt_code;
James Smart57127f12007-10-27 13:37:05 -04008602
James Smartcb69f7d2011-12-13 13:21:57 -05008603 switch (evt_code) {
8604 case ASYNC_TEMP_WARN:
8605 case ASYNC_TEMP_SAFE:
8606 temp_event_data.data = (uint32_t) icmd->ulpContext;
8607 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT;
8608 if (evt_code == ASYNC_TEMP_WARN) {
8609 temp_event_data.event_code = LPFC_THRESHOLD_TEMP;
8610 lpfc_printf_log(phba, KERN_ERR, LOG_TEMP,
8611 "0347 Adapter is very hot, please take "
8612 "corrective action. temperature : %d Celsius\n",
8613 (uint32_t) icmd->ulpContext);
8614 } else {
8615 temp_event_data.event_code = LPFC_NORMAL_TEMP;
8616 lpfc_printf_log(phba, KERN_ERR, LOG_TEMP,
8617 "0340 Adapter temperature is OK now. "
8618 "temperature : %d Celsius\n",
8619 (uint32_t) icmd->ulpContext);
8620 }
8621
8622 /* Send temperature change event to applications */
8623 shost = lpfc_shost_from_vport(phba->pport);
8624 fc_host_post_vendor_event(shost, fc_get_event_number(),
8625 sizeof(temp_event_data), (char *) &temp_event_data,
8626 LPFC_NL_VENDOR_ID);
8627 break;
8628 case ASYNC_STATUS_CN:
8629 lpfc_sli_abts_err_handler(phba, iocbq);
8630 break;
8631 default:
James Smarta257bf92009-04-06 18:48:10 -04008632 iocb_w = (uint32_t *) icmd;
James Smartcb69f7d2011-12-13 13:21:57 -05008633 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart76bb24e2007-10-27 13:38:00 -04008634 "0346 Ring %d handler: unexpected ASYNC_STATUS"
James Smarte4e74272009-07-19 10:01:38 -04008635 " evt_code 0x%x\n"
James Smarta257bf92009-04-06 18:48:10 -04008636 "W0 0x%08x W1 0x%08x W2 0x%08x W3 0x%08x\n"
8637 "W4 0x%08x W5 0x%08x W6 0x%08x W7 0x%08x\n"
8638 "W8 0x%08x W9 0x%08x W10 0x%08x W11 0x%08x\n"
8639 "W12 0x%08x W13 0x%08x W14 0x%08x W15 0x%08x\n",
James Smartcb69f7d2011-12-13 13:21:57 -05008640 pring->ringno, icmd->un.asyncstat.evt_code,
James Smarta257bf92009-04-06 18:48:10 -04008641 iocb_w[0], iocb_w[1], iocb_w[2], iocb_w[3],
8642 iocb_w[4], iocb_w[5], iocb_w[6], iocb_w[7],
8643 iocb_w[8], iocb_w[9], iocb_w[10], iocb_w[11],
8644 iocb_w[12], iocb_w[13], iocb_w[14], iocb_w[15]);
8645
James Smartcb69f7d2011-12-13 13:21:57 -05008646 break;
James Smart57127f12007-10-27 13:37:05 -04008647 }
James Smart57127f12007-10-27 13:37:05 -04008648}
8649
8650
James Smarte59058c2008-08-24 21:49:00 -04008651/**
James Smart3621a712009-04-06 18:47:14 -04008652 * lpfc_sli_setup - SLI ring setup function
James Smarte59058c2008-08-24 21:49:00 -04008653 * @phba: Pointer to HBA context object.
8654 *
8655 * lpfc_sli_setup sets up rings of the SLI interface with
8656 * number of iocbs per ring and iotags. This function is
8657 * called while driver attach to the HBA and before the
8658 * interrupts are enabled. So there is no need for locking.
8659 *
8660 * This function always returns 0.
8661 **/
dea31012005-04-17 16:05:31 -05008662int
8663lpfc_sli_setup(struct lpfc_hba *phba)
8664{
James Smarted957682007-06-17 19:56:37 -05008665 int i, totiocbsize = 0;
dea31012005-04-17 16:05:31 -05008666 struct lpfc_sli *psli = &phba->sli;
8667 struct lpfc_sli_ring *pring;
8668
8669 psli->num_rings = MAX_CONFIGURED_RINGS;
8670 psli->sli_flag = 0;
8671 psli->fcp_ring = LPFC_FCP_RING;
8672 psli->next_ring = LPFC_FCP_NEXT_RING;
James Smarta4bc3372006-12-02 13:34:16 -05008673 psli->extra_ring = LPFC_EXTRA_RING;
dea31012005-04-17 16:05:31 -05008674
James Bottomley604a3e32005-10-29 10:28:33 -05008675 psli->iocbq_lookup = NULL;
8676 psli->iocbq_lookup_len = 0;
8677 psli->last_iotag = 0;
8678
dea31012005-04-17 16:05:31 -05008679 for (i = 0; i < psli->num_rings; i++) {
8680 pring = &psli->ring[i];
8681 switch (i) {
8682 case LPFC_FCP_RING: /* ring 0 - FCP */
8683 /* numCiocb and numRiocb are used in config_port */
8684 pring->numCiocb = SLI2_IOCB_CMD_R0_ENTRIES;
8685 pring->numRiocb = SLI2_IOCB_RSP_R0_ENTRIES;
8686 pring->numCiocb += SLI2_IOCB_CMD_R1XTRA_ENTRIES;
8687 pring->numRiocb += SLI2_IOCB_RSP_R1XTRA_ENTRIES;
8688 pring->numCiocb += SLI2_IOCB_CMD_R3XTRA_ENTRIES;
8689 pring->numRiocb += SLI2_IOCB_RSP_R3XTRA_ENTRIES;
James Smarted957682007-06-17 19:56:37 -05008690 pring->sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008691 SLI3_IOCB_CMD_SIZE :
8692 SLI2_IOCB_CMD_SIZE;
James Smarted957682007-06-17 19:56:37 -05008693 pring->sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008694 SLI3_IOCB_RSP_SIZE :
8695 SLI2_IOCB_RSP_SIZE;
dea31012005-04-17 16:05:31 -05008696 pring->iotag_ctr = 0;
8697 pring->iotag_max =
James Smart92d7f7b2007-06-17 19:56:38 -05008698 (phba->cfg_hba_queue_depth * 2);
dea31012005-04-17 16:05:31 -05008699 pring->fast_iotag = pring->iotag_max;
8700 pring->num_mask = 0;
8701 break;
James Smarta4bc3372006-12-02 13:34:16 -05008702 case LPFC_EXTRA_RING: /* ring 1 - EXTRA */
dea31012005-04-17 16:05:31 -05008703 /* numCiocb and numRiocb are used in config_port */
8704 pring->numCiocb = SLI2_IOCB_CMD_R1_ENTRIES;
8705 pring->numRiocb = SLI2_IOCB_RSP_R1_ENTRIES;
James Smarted957682007-06-17 19:56:37 -05008706 pring->sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008707 SLI3_IOCB_CMD_SIZE :
8708 SLI2_IOCB_CMD_SIZE;
James Smarted957682007-06-17 19:56:37 -05008709 pring->sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008710 SLI3_IOCB_RSP_SIZE :
8711 SLI2_IOCB_RSP_SIZE;
James Smart2e0fef82007-06-17 19:56:36 -05008712 pring->iotag_max = phba->cfg_hba_queue_depth;
dea31012005-04-17 16:05:31 -05008713 pring->num_mask = 0;
8714 break;
8715 case LPFC_ELS_RING: /* ring 2 - ELS / CT */
8716 /* numCiocb and numRiocb are used in config_port */
8717 pring->numCiocb = SLI2_IOCB_CMD_R2_ENTRIES;
8718 pring->numRiocb = SLI2_IOCB_RSP_R2_ENTRIES;
James Smarted957682007-06-17 19:56:37 -05008719 pring->sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008720 SLI3_IOCB_CMD_SIZE :
8721 SLI2_IOCB_CMD_SIZE;
James Smarted957682007-06-17 19:56:37 -05008722 pring->sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -05008723 SLI3_IOCB_RSP_SIZE :
8724 SLI2_IOCB_RSP_SIZE;
dea31012005-04-17 16:05:31 -05008725 pring->fast_iotag = 0;
8726 pring->iotag_ctr = 0;
8727 pring->iotag_max = 4096;
James Smart57127f12007-10-27 13:37:05 -04008728 pring->lpfc_sli_rcv_async_status =
8729 lpfc_sli_async_event_handler;
James Smart6669f9b2009-10-02 15:16:45 -04008730 pring->num_mask = LPFC_MAX_RING_MASK;
dea31012005-04-17 16:05:31 -05008731 pring->prt[0].profile = 0; /* Mask 0 */
James Smart6a9c52c2009-10-02 15:16:51 -04008732 pring->prt[0].rctl = FC_RCTL_ELS_REQ;
8733 pring->prt[0].type = FC_TYPE_ELS;
dea31012005-04-17 16:05:31 -05008734 pring->prt[0].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008735 lpfc_els_unsol_event;
dea31012005-04-17 16:05:31 -05008736 pring->prt[1].profile = 0; /* Mask 1 */
James Smart6a9c52c2009-10-02 15:16:51 -04008737 pring->prt[1].rctl = FC_RCTL_ELS_REP;
8738 pring->prt[1].type = FC_TYPE_ELS;
dea31012005-04-17 16:05:31 -05008739 pring->prt[1].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008740 lpfc_els_unsol_event;
dea31012005-04-17 16:05:31 -05008741 pring->prt[2].profile = 0; /* Mask 2 */
8742 /* NameServer Inquiry */
James Smart6a9c52c2009-10-02 15:16:51 -04008743 pring->prt[2].rctl = FC_RCTL_DD_UNSOL_CTL;
dea31012005-04-17 16:05:31 -05008744 /* NameServer */
James Smart6a9c52c2009-10-02 15:16:51 -04008745 pring->prt[2].type = FC_TYPE_CT;
dea31012005-04-17 16:05:31 -05008746 pring->prt[2].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008747 lpfc_ct_unsol_event;
dea31012005-04-17 16:05:31 -05008748 pring->prt[3].profile = 0; /* Mask 3 */
8749 /* NameServer response */
James Smart6a9c52c2009-10-02 15:16:51 -04008750 pring->prt[3].rctl = FC_RCTL_DD_SOL_CTL;
dea31012005-04-17 16:05:31 -05008751 /* NameServer */
James Smart6a9c52c2009-10-02 15:16:51 -04008752 pring->prt[3].type = FC_TYPE_CT;
dea31012005-04-17 16:05:31 -05008753 pring->prt[3].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -05008754 lpfc_ct_unsol_event;
James Smart6669f9b2009-10-02 15:16:45 -04008755 /* abort unsolicited sequence */
8756 pring->prt[4].profile = 0; /* Mask 4 */
8757 pring->prt[4].rctl = FC_RCTL_BA_ABTS;
8758 pring->prt[4].type = FC_TYPE_BLS;
8759 pring->prt[4].lpfc_sli_rcv_unsol_event =
8760 lpfc_sli4_ct_abort_unsol_event;
dea31012005-04-17 16:05:31 -05008761 break;
8762 }
James Smarted957682007-06-17 19:56:37 -05008763 totiocbsize += (pring->numCiocb * pring->sizeCiocb) +
James Smart92d7f7b2007-06-17 19:56:38 -05008764 (pring->numRiocb * pring->sizeRiocb);
dea31012005-04-17 16:05:31 -05008765 }
James Smarted957682007-06-17 19:56:37 -05008766 if (totiocbsize > MAX_SLIM_IOCB_SIZE) {
dea31012005-04-17 16:05:31 -05008767 /* Too many cmd / rsp ring entries in SLI2 SLIM */
James Smarte8b62012007-08-02 11:10:09 -04008768 printk(KERN_ERR "%d:0462 Too many cmd / rsp ring entries in "
8769 "SLI2 SLIM Data: x%x x%lx\n",
8770 phba->brd_no, totiocbsize,
8771 (unsigned long) MAX_SLIM_IOCB_SIZE);
dea31012005-04-17 16:05:31 -05008772 }
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -05008773 if (phba->cfg_multi_ring_support == 2)
8774 lpfc_extra_ring_setup(phba);
dea31012005-04-17 16:05:31 -05008775
8776 return 0;
8777}
8778
James Smarte59058c2008-08-24 21:49:00 -04008779/**
James Smart3621a712009-04-06 18:47:14 -04008780 * lpfc_sli_queue_setup - Queue initialization function
James Smarte59058c2008-08-24 21:49:00 -04008781 * @phba: Pointer to HBA context object.
8782 *
8783 * lpfc_sli_queue_setup sets up mailbox queues and iocb queues for each
8784 * ring. This function also initializes ring indices of each ring.
8785 * This function is called during the initialization of the SLI
8786 * interface of an HBA.
8787 * This function is called with no lock held and always returns
8788 * 1.
8789 **/
dea31012005-04-17 16:05:31 -05008790int
James Smart2e0fef82007-06-17 19:56:36 -05008791lpfc_sli_queue_setup(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05008792{
8793 struct lpfc_sli *psli;
8794 struct lpfc_sli_ring *pring;
James Bottomley604a3e32005-10-29 10:28:33 -05008795 int i;
dea31012005-04-17 16:05:31 -05008796
8797 psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05008798 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05008799 INIT_LIST_HEAD(&psli->mboxq);
James Smart92d7f7b2007-06-17 19:56:38 -05008800 INIT_LIST_HEAD(&psli->mboxq_cmpl);
dea31012005-04-17 16:05:31 -05008801 /* Initialize list headers for txq and txcmplq as double linked lists */
8802 for (i = 0; i < psli->num_rings; i++) {
8803 pring = &psli->ring[i];
8804 pring->ringno = i;
8805 pring->next_cmdidx = 0;
8806 pring->local_getidx = 0;
8807 pring->cmdidx = 0;
8808 INIT_LIST_HEAD(&pring->txq);
8809 INIT_LIST_HEAD(&pring->txcmplq);
8810 INIT_LIST_HEAD(&pring->iocb_continueq);
James Smart9c2face2008-01-11 01:53:18 -05008811 INIT_LIST_HEAD(&pring->iocb_continue_saveq);
dea31012005-04-17 16:05:31 -05008812 INIT_LIST_HEAD(&pring->postbufq);
dea31012005-04-17 16:05:31 -05008813 }
James Smart2e0fef82007-06-17 19:56:36 -05008814 spin_unlock_irq(&phba->hbalock);
8815 return 1;
dea31012005-04-17 16:05:31 -05008816}
8817
James Smarte59058c2008-08-24 21:49:00 -04008818/**
James Smart04c68492009-05-22 14:52:52 -04008819 * lpfc_sli_mbox_sys_flush - Flush mailbox command sub-system
8820 * @phba: Pointer to HBA context object.
8821 *
8822 * This routine flushes the mailbox command subsystem. It will unconditionally
8823 * flush all the mailbox commands in the three possible stages in the mailbox
8824 * command sub-system: pending mailbox command queue; the outstanding mailbox
8825 * command; and completed mailbox command queue. It is caller's responsibility
8826 * to make sure that the driver is in the proper state to flush the mailbox
8827 * command sub-system. Namely, the posting of mailbox commands into the
8828 * pending mailbox command queue from the various clients must be stopped;
8829 * either the HBA is in a state that it will never works on the outstanding
8830 * mailbox command (such as in EEH or ERATT conditions) or the outstanding
8831 * mailbox command has been completed.
8832 **/
8833static void
8834lpfc_sli_mbox_sys_flush(struct lpfc_hba *phba)
8835{
8836 LIST_HEAD(completions);
8837 struct lpfc_sli *psli = &phba->sli;
8838 LPFC_MBOXQ_t *pmb;
8839 unsigned long iflag;
8840
8841 /* Flush all the mailbox commands in the mbox system */
8842 spin_lock_irqsave(&phba->hbalock, iflag);
8843 /* The pending mailbox command queue */
8844 list_splice_init(&phba->sli.mboxq, &completions);
8845 /* The outstanding active mailbox command */
8846 if (psli->mbox_active) {
8847 list_add_tail(&psli->mbox_active->list, &completions);
8848 psli->mbox_active = NULL;
8849 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
8850 }
8851 /* The completed mailbox command queue */
8852 list_splice_init(&phba->sli.mboxq_cmpl, &completions);
8853 spin_unlock_irqrestore(&phba->hbalock, iflag);
8854
8855 /* Return all flushed mailbox commands with MBX_NOT_FINISHED status */
8856 while (!list_empty(&completions)) {
8857 list_remove_head(&completions, pmb, LPFC_MBOXQ_t, list);
8858 pmb->u.mb.mbxStatus = MBX_NOT_FINISHED;
8859 if (pmb->mbox_cmpl)
8860 pmb->mbox_cmpl(phba, pmb);
8861 }
8862}
8863
8864/**
James Smart3621a712009-04-06 18:47:14 -04008865 * lpfc_sli_host_down - Vport cleanup function
James Smarte59058c2008-08-24 21:49:00 -04008866 * @vport: Pointer to virtual port object.
8867 *
8868 * lpfc_sli_host_down is called to clean up the resources
8869 * associated with a vport before destroying virtual
8870 * port data structures.
8871 * This function does following operations:
8872 * - Free discovery resources associated with this virtual
8873 * port.
8874 * - Free iocbs associated with this virtual port in
8875 * the txq.
8876 * - Send abort for all iocb commands associated with this
8877 * vport in txcmplq.
8878 *
8879 * This function is called with no lock held and always returns 1.
8880 **/
dea31012005-04-17 16:05:31 -05008881int
James Smart92d7f7b2007-06-17 19:56:38 -05008882lpfc_sli_host_down(struct lpfc_vport *vport)
8883{
James Smart858c9f62007-06-17 19:56:39 -05008884 LIST_HEAD(completions);
James Smart92d7f7b2007-06-17 19:56:38 -05008885 struct lpfc_hba *phba = vport->phba;
8886 struct lpfc_sli *psli = &phba->sli;
8887 struct lpfc_sli_ring *pring;
8888 struct lpfc_iocbq *iocb, *next_iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05008889 int i;
8890 unsigned long flags = 0;
8891 uint16_t prev_pring_flag;
8892
8893 lpfc_cleanup_discovery_resources(vport);
8894
8895 spin_lock_irqsave(&phba->hbalock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05008896 for (i = 0; i < psli->num_rings; i++) {
8897 pring = &psli->ring[i];
8898 prev_pring_flag = pring->flag;
James Smart5e9d9b82008-06-14 22:52:53 -04008899 /* Only slow rings */
8900 if (pring->ringno == LPFC_ELS_RING) {
James Smart858c9f62007-06-17 19:56:39 -05008901 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -04008902 /* Set the lpfc data pending flag */
8903 set_bit(LPFC_DATA_READY, &phba->data_flags);
8904 }
James Smart92d7f7b2007-06-17 19:56:38 -05008905 /*
8906 * Error everything on the txq since these iocbs have not been
8907 * given to the FW yet.
8908 */
James Smart92d7f7b2007-06-17 19:56:38 -05008909 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
8910 if (iocb->vport != vport)
8911 continue;
James Smart858c9f62007-06-17 19:56:39 -05008912 list_move_tail(&iocb->list, &completions);
James Smart92d7f7b2007-06-17 19:56:38 -05008913 pring->txq_cnt--;
James Smart92d7f7b2007-06-17 19:56:38 -05008914 }
8915
8916 /* Next issue ABTS for everything on the txcmplq */
8917 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq,
8918 list) {
8919 if (iocb->vport != vport)
8920 continue;
8921 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
8922 }
8923
8924 pring->flag = prev_pring_flag;
8925 }
8926
8927 spin_unlock_irqrestore(&phba->hbalock, flags);
8928
James Smarta257bf92009-04-06 18:48:10 -04008929 /* Cancel all the IOCBs from the completions list */
8930 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
8931 IOERR_SLI_DOWN);
James Smart92d7f7b2007-06-17 19:56:38 -05008932 return 1;
8933}
8934
James Smarte59058c2008-08-24 21:49:00 -04008935/**
James Smart3621a712009-04-06 18:47:14 -04008936 * lpfc_sli_hba_down - Resource cleanup function for the HBA
James Smarte59058c2008-08-24 21:49:00 -04008937 * @phba: Pointer to HBA context object.
8938 *
8939 * This function cleans up all iocb, buffers, mailbox commands
8940 * while shutting down the HBA. This function is called with no
8941 * lock held and always returns 1.
8942 * This function does the following to cleanup driver resources:
8943 * - Free discovery resources for each virtual port
8944 * - Cleanup any pending fabric iocbs
8945 * - Iterate through the iocb txq and free each entry
8946 * in the list.
8947 * - Free up any buffer posted to the HBA
8948 * - Free mailbox commands in the mailbox queue.
8949 **/
James Smart92d7f7b2007-06-17 19:56:38 -05008950int
James Smart2e0fef82007-06-17 19:56:36 -05008951lpfc_sli_hba_down(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05008952{
James Smart2534ba72007-04-25 09:52:20 -04008953 LIST_HEAD(completions);
James Smart2e0fef82007-06-17 19:56:36 -05008954 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05008955 struct lpfc_sli_ring *pring;
James Smart0ff10d42008-01-11 01:52:36 -05008956 struct lpfc_dmabuf *buf_ptr;
dea31012005-04-17 16:05:31 -05008957 unsigned long flags = 0;
James Smart04c68492009-05-22 14:52:52 -04008958 int i;
8959
8960 /* Shutdown the mailbox command sub-system */
8961 lpfc_sli_mbox_sys_shutdown(phba);
dea31012005-04-17 16:05:31 -05008962
dea31012005-04-17 16:05:31 -05008963 lpfc_hba_down_prep(phba);
8964
James Smart92d7f7b2007-06-17 19:56:38 -05008965 lpfc_fabric_abort_hba(phba);
8966
James Smart2e0fef82007-06-17 19:56:36 -05008967 spin_lock_irqsave(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -05008968 for (i = 0; i < psli->num_rings; i++) {
8969 pring = &psli->ring[i];
James Smart5e9d9b82008-06-14 22:52:53 -04008970 /* Only slow rings */
8971 if (pring->ringno == LPFC_ELS_RING) {
James Smart858c9f62007-06-17 19:56:39 -05008972 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -04008973 /* Set the lpfc data pending flag */
8974 set_bit(LPFC_DATA_READY, &phba->data_flags);
8975 }
dea31012005-04-17 16:05:31 -05008976
8977 /*
8978 * Error everything on the txq since these iocbs have not been
8979 * given to the FW yet.
8980 */
James Smart2534ba72007-04-25 09:52:20 -04008981 list_splice_init(&pring->txq, &completions);
dea31012005-04-17 16:05:31 -05008982 pring->txq_cnt = 0;
8983
dea31012005-04-17 16:05:31 -05008984 }
James Smart2e0fef82007-06-17 19:56:36 -05008985 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -05008986
James Smarta257bf92009-04-06 18:48:10 -04008987 /* Cancel all the IOCBs from the completions list */
8988 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
8989 IOERR_SLI_DOWN);
James Smart2534ba72007-04-25 09:52:20 -04008990
James Smart0ff10d42008-01-11 01:52:36 -05008991 spin_lock_irqsave(&phba->hbalock, flags);
8992 list_splice_init(&phba->elsbuf, &completions);
8993 phba->elsbuf_cnt = 0;
8994 phba->elsbuf_prev_cnt = 0;
8995 spin_unlock_irqrestore(&phba->hbalock, flags);
8996
8997 while (!list_empty(&completions)) {
8998 list_remove_head(&completions, buf_ptr,
8999 struct lpfc_dmabuf, list);
9000 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
9001 kfree(buf_ptr);
9002 }
9003
dea31012005-04-17 16:05:31 -05009004 /* Return any active mbox cmds */
9005 del_timer_sync(&psli->mbox_tmo);
James Smart92d7f7b2007-06-17 19:56:38 -05009006
James Smartda0436e2009-05-22 14:51:39 -04009007 spin_lock_irqsave(&phba->pport->work_port_lock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009008 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
James Smartda0436e2009-05-22 14:51:39 -04009009 spin_unlock_irqrestore(&phba->pport->work_port_lock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -05009010
James Smartda0436e2009-05-22 14:51:39 -04009011 return 1;
9012}
James Smart92d7f7b2007-06-17 19:56:38 -05009013
James Smartda0436e2009-05-22 14:51:39 -04009014/**
James Smart3621a712009-04-06 18:47:14 -04009015 * lpfc_sli_pcimem_bcopy - SLI memory copy function
James Smarte59058c2008-08-24 21:49:00 -04009016 * @srcp: Source memory pointer.
9017 * @destp: Destination memory pointer.
9018 * @cnt: Number of words required to be copied.
9019 *
9020 * This function is used for copying data between driver memory
9021 * and the SLI memory. This function also changes the endianness
9022 * of each word if native endianness is different from SLI
9023 * endianness. This function can be called with or without
9024 * lock.
9025 **/
dea31012005-04-17 16:05:31 -05009026void
9027lpfc_sli_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt)
9028{
9029 uint32_t *src = srcp;
9030 uint32_t *dest = destp;
9031 uint32_t ldata;
9032 int i;
9033
9034 for (i = 0; i < (int)cnt; i += sizeof (uint32_t)) {
9035 ldata = *src;
9036 ldata = le32_to_cpu(ldata);
9037 *dest = ldata;
9038 src++;
9039 dest++;
9040 }
9041}
9042
James Smarte59058c2008-08-24 21:49:00 -04009043
9044/**
James Smarta0c87cb2009-07-19 10:01:10 -04009045 * lpfc_sli_bemem_bcopy - SLI memory copy function
9046 * @srcp: Source memory pointer.
9047 * @destp: Destination memory pointer.
9048 * @cnt: Number of words required to be copied.
9049 *
9050 * This function is used for copying data between a data structure
9051 * with big endian representation to local endianness.
9052 * This function can be called with or without lock.
9053 **/
9054void
9055lpfc_sli_bemem_bcopy(void *srcp, void *destp, uint32_t cnt)
9056{
9057 uint32_t *src = srcp;
9058 uint32_t *dest = destp;
9059 uint32_t ldata;
9060 int i;
9061
9062 for (i = 0; i < (int)cnt; i += sizeof(uint32_t)) {
9063 ldata = *src;
9064 ldata = be32_to_cpu(ldata);
9065 *dest = ldata;
9066 src++;
9067 dest++;
9068 }
9069}
9070
9071/**
James Smart3621a712009-04-06 18:47:14 -04009072 * lpfc_sli_ringpostbuf_put - Function to add a buffer to postbufq
James Smarte59058c2008-08-24 21:49:00 -04009073 * @phba: Pointer to HBA context object.
9074 * @pring: Pointer to driver SLI ring object.
9075 * @mp: Pointer to driver buffer object.
9076 *
9077 * This function is called with no lock held.
9078 * It always return zero after adding the buffer to the postbufq
9079 * buffer list.
9080 **/
dea31012005-04-17 16:05:31 -05009081int
James Smart2e0fef82007-06-17 19:56:36 -05009082lpfc_sli_ringpostbuf_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9083 struct lpfc_dmabuf *mp)
dea31012005-04-17 16:05:31 -05009084{
9085 /* Stick struct lpfc_dmabuf at end of postbufq so driver can look it up
9086 later */
James Smart2e0fef82007-06-17 19:56:36 -05009087 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009088 list_add_tail(&mp->list, &pring->postbufq);
dea31012005-04-17 16:05:31 -05009089 pring->postbufq_cnt++;
James Smart2e0fef82007-06-17 19:56:36 -05009090 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009091 return 0;
9092}
9093
James Smarte59058c2008-08-24 21:49:00 -04009094/**
James Smart3621a712009-04-06 18:47:14 -04009095 * lpfc_sli_get_buffer_tag - allocates a tag for a CMD_QUE_XRI64_CX buffer
James Smarte59058c2008-08-24 21:49:00 -04009096 * @phba: Pointer to HBA context object.
9097 *
9098 * When HBQ is enabled, buffers are searched based on tags. This function
9099 * allocates a tag for buffer posted using CMD_QUE_XRI64_CX iocb. The
9100 * tag is bit wise or-ed with QUE_BUFTAG_BIT to make sure that the tag
9101 * does not conflict with tags of buffer posted for unsolicited events.
9102 * The function returns the allocated tag. The function is called with
9103 * no locks held.
9104 **/
James Smart76bb24e2007-10-27 13:38:00 -04009105uint32_t
9106lpfc_sli_get_buffer_tag(struct lpfc_hba *phba)
9107{
9108 spin_lock_irq(&phba->hbalock);
9109 phba->buffer_tag_count++;
9110 /*
9111 * Always set the QUE_BUFTAG_BIT to distiguish between
9112 * a tag assigned by HBQ.
9113 */
9114 phba->buffer_tag_count |= QUE_BUFTAG_BIT;
9115 spin_unlock_irq(&phba->hbalock);
9116 return phba->buffer_tag_count;
9117}
9118
James Smarte59058c2008-08-24 21:49:00 -04009119/**
James Smart3621a712009-04-06 18:47:14 -04009120 * lpfc_sli_ring_taggedbuf_get - find HBQ buffer associated with given tag
James Smarte59058c2008-08-24 21:49:00 -04009121 * @phba: Pointer to HBA context object.
9122 * @pring: Pointer to driver SLI ring object.
9123 * @tag: Buffer tag.
9124 *
9125 * Buffers posted using CMD_QUE_XRI64_CX iocb are in pring->postbufq
9126 * list. After HBA DMA data to these buffers, CMD_IOCB_RET_XRI64_CX
9127 * iocb is posted to the response ring with the tag of the buffer.
9128 * This function searches the pring->postbufq list using the tag
9129 * to find buffer associated with CMD_IOCB_RET_XRI64_CX
9130 * iocb. If the buffer is found then lpfc_dmabuf object of the
9131 * buffer is returned to the caller else NULL is returned.
9132 * This function is called with no lock held.
9133 **/
James Smart76bb24e2007-10-27 13:38:00 -04009134struct lpfc_dmabuf *
9135lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9136 uint32_t tag)
9137{
9138 struct lpfc_dmabuf *mp, *next_mp;
9139 struct list_head *slp = &pring->postbufq;
9140
Lucas De Marchi25985ed2011-03-30 22:57:33 -03009141 /* Search postbufq, from the beginning, looking for a match on tag */
James Smart76bb24e2007-10-27 13:38:00 -04009142 spin_lock_irq(&phba->hbalock);
9143 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
9144 if (mp->buffer_tag == tag) {
9145 list_del_init(&mp->list);
9146 pring->postbufq_cnt--;
9147 spin_unlock_irq(&phba->hbalock);
9148 return mp;
9149 }
9150 }
9151
9152 spin_unlock_irq(&phba->hbalock);
9153 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartd7c255b2008-08-24 21:50:00 -04009154 "0402 Cannot find virtual addr for buffer tag on "
James Smart76bb24e2007-10-27 13:38:00 -04009155 "ring %d Data x%lx x%p x%p x%x\n",
9156 pring->ringno, (unsigned long) tag,
9157 slp->next, slp->prev, pring->postbufq_cnt);
9158
9159 return NULL;
9160}
dea31012005-04-17 16:05:31 -05009161
James Smarte59058c2008-08-24 21:49:00 -04009162/**
James Smart3621a712009-04-06 18:47:14 -04009163 * lpfc_sli_ringpostbuf_get - search buffers for unsolicited CT and ELS events
James Smarte59058c2008-08-24 21:49:00 -04009164 * @phba: Pointer to HBA context object.
9165 * @pring: Pointer to driver SLI ring object.
9166 * @phys: DMA address of the buffer.
9167 *
9168 * This function searches the buffer list using the dma_address
9169 * of unsolicited event to find the driver's lpfc_dmabuf object
9170 * corresponding to the dma_address. The function returns the
9171 * lpfc_dmabuf object if a buffer is found else it returns NULL.
9172 * This function is called by the ct and els unsolicited event
9173 * handlers to get the buffer associated with the unsolicited
9174 * event.
9175 *
9176 * This function is called with no lock held.
9177 **/
dea31012005-04-17 16:05:31 -05009178struct lpfc_dmabuf *
9179lpfc_sli_ringpostbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9180 dma_addr_t phys)
9181{
9182 struct lpfc_dmabuf *mp, *next_mp;
9183 struct list_head *slp = &pring->postbufq;
9184
Lucas De Marchi25985ed2011-03-30 22:57:33 -03009185 /* Search postbufq, from the beginning, looking for a match on phys */
James Smart2e0fef82007-06-17 19:56:36 -05009186 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009187 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
9188 if (mp->phys == phys) {
9189 list_del_init(&mp->list);
9190 pring->postbufq_cnt--;
James Smart2e0fef82007-06-17 19:56:36 -05009191 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009192 return mp;
9193 }
9194 }
9195
James Smart2e0fef82007-06-17 19:56:36 -05009196 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05009197 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04009198 "0410 Cannot find virtual addr for mapped buf on "
dea31012005-04-17 16:05:31 -05009199 "ring %d Data x%llx x%p x%p x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04009200 pring->ringno, (unsigned long long)phys,
dea31012005-04-17 16:05:31 -05009201 slp->next, slp->prev, pring->postbufq_cnt);
9202 return NULL;
9203}
9204
James Smarte59058c2008-08-24 21:49:00 -04009205/**
James Smart3621a712009-04-06 18:47:14 -04009206 * lpfc_sli_abort_els_cmpl - Completion handler for the els abort iocbs
James Smarte59058c2008-08-24 21:49:00 -04009207 * @phba: Pointer to HBA context object.
9208 * @cmdiocb: Pointer to driver command iocb object.
9209 * @rspiocb: Pointer to driver response iocb object.
9210 *
9211 * This function is the completion handler for the abort iocbs for
9212 * ELS commands. This function is called from the ELS ring event
9213 * handler with no lock held. This function frees memory resources
9214 * associated with the abort iocb.
9215 **/
dea31012005-04-17 16:05:31 -05009216static void
James Smart2e0fef82007-06-17 19:56:36 -05009217lpfc_sli_abort_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9218 struct lpfc_iocbq *rspiocb)
dea31012005-04-17 16:05:31 -05009219{
James Smart2e0fef82007-06-17 19:56:36 -05009220 IOCB_t *irsp = &rspiocb->iocb;
James Smart2680eea2007-04-25 09:52:55 -04009221 uint16_t abort_iotag, abort_context;
James Smartff78d8f2011-12-13 13:21:35 -05009222 struct lpfc_iocbq *abort_iocb = NULL;
James Smart2680eea2007-04-25 09:52:55 -04009223
9224 if (irsp->ulpStatus) {
James Smartff78d8f2011-12-13 13:21:35 -05009225
9226 /*
9227 * Assume that the port already completed and returned, or
9228 * will return the iocb. Just Log the message.
9229 */
James Smart2680eea2007-04-25 09:52:55 -04009230 abort_context = cmdiocb->iocb.un.acxri.abortContextTag;
9231 abort_iotag = cmdiocb->iocb.un.acxri.abortIoTag;
9232
James Smart2e0fef82007-06-17 19:56:36 -05009233 spin_lock_irq(&phba->hbalock);
James Smart45ed1192009-10-02 15:17:02 -04009234 if (phba->sli_rev < LPFC_SLI_REV4) {
9235 if (abort_iotag != 0 &&
9236 abort_iotag <= phba->sli.last_iotag)
9237 abort_iocb =
9238 phba->sli.iocbq_lookup[abort_iotag];
9239 } else
9240 /* For sli4 the abort_tag is the XRI,
9241 * so the abort routine puts the iotag of the iocb
9242 * being aborted in the context field of the abort
9243 * IOCB.
9244 */
9245 abort_iocb = phba->sli.iocbq_lookup[abort_context];
James Smart2680eea2007-04-25 09:52:55 -04009246
James Smart2a9bf3d2010-06-07 15:24:45 -04009247 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS | LOG_SLI,
9248 "0327 Cannot abort els iocb %p "
9249 "with tag %x context %x, abort status %x, "
9250 "abort code %x\n",
9251 abort_iocb, abort_iotag, abort_context,
9252 irsp->ulpStatus, irsp->un.ulpWord[4]);
James Smart2680eea2007-04-25 09:52:55 -04009253
James Smartff78d8f2011-12-13 13:21:35 -05009254 spin_unlock_irq(&phba->hbalock);
James Smart2680eea2007-04-25 09:52:55 -04009255 }
James Bottomley604a3e32005-10-29 10:28:33 -05009256 lpfc_sli_release_iocbq(phba, cmdiocb);
dea31012005-04-17 16:05:31 -05009257 return;
9258}
9259
James Smarte59058c2008-08-24 21:49:00 -04009260/**
James Smart3621a712009-04-06 18:47:14 -04009261 * lpfc_ignore_els_cmpl - Completion handler for aborted ELS command
James Smarte59058c2008-08-24 21:49:00 -04009262 * @phba: Pointer to HBA context object.
9263 * @cmdiocb: Pointer to driver command iocb object.
9264 * @rspiocb: Pointer to driver response iocb object.
9265 *
9266 * The function is called from SLI ring event handler with no
9267 * lock held. This function is the completion handler for ELS commands
9268 * which are aborted. The function frees memory resources used for
9269 * the aborted ELS commands.
9270 **/
James Smart92d7f7b2007-06-17 19:56:38 -05009271static void
9272lpfc_ignore_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9273 struct lpfc_iocbq *rspiocb)
9274{
9275 IOCB_t *irsp = &rspiocb->iocb;
9276
9277 /* ELS cmd tag <ulpIoTag> completes */
9278 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smartd7c255b2008-08-24 21:50:00 -04009279 "0139 Ignoring ELS cmd tag x%x completion Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05009280 "x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04009281 irsp->ulpIoTag, irsp->ulpStatus,
James Smart92d7f7b2007-06-17 19:56:38 -05009282 irsp->un.ulpWord[4], irsp->ulpTimeout);
James Smart858c9f62007-06-17 19:56:39 -05009283 if (cmdiocb->iocb.ulpCommand == CMD_GEN_REQUEST64_CR)
9284 lpfc_ct_free_iocb(phba, cmdiocb);
9285 else
9286 lpfc_els_free_iocb(phba, cmdiocb);
James Smart92d7f7b2007-06-17 19:56:38 -05009287 return;
9288}
9289
James Smarte59058c2008-08-24 21:49:00 -04009290/**
James Smart5af5eee2010-10-22 11:06:38 -04009291 * lpfc_sli_abort_iotag_issue - Issue abort for a command iocb
James Smarte59058c2008-08-24 21:49:00 -04009292 * @phba: Pointer to HBA context object.
9293 * @pring: Pointer to driver SLI ring object.
9294 * @cmdiocb: Pointer to driver command iocb object.
9295 *
James Smart5af5eee2010-10-22 11:06:38 -04009296 * This function issues an abort iocb for the provided command iocb down to
9297 * the port. Other than the case the outstanding command iocb is an abort
9298 * request, this function issues abort out unconditionally. This function is
9299 * called with hbalock held. The function returns 0 when it fails due to
9300 * memory allocation failure or when the command iocb is an abort request.
James Smarte59058c2008-08-24 21:49:00 -04009301 **/
James Smart5af5eee2010-10-22 11:06:38 -04009302static int
9303lpfc_sli_abort_iotag_issue(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05009304 struct lpfc_iocbq *cmdiocb)
dea31012005-04-17 16:05:31 -05009305{
James Smart2e0fef82007-06-17 19:56:36 -05009306 struct lpfc_vport *vport = cmdiocb->vport;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009307 struct lpfc_iocbq *abtsiocbp;
dea31012005-04-17 16:05:31 -05009308 IOCB_t *icmd = NULL;
9309 IOCB_t *iabt = NULL;
James Smart5af5eee2010-10-22 11:06:38 -04009310 int retval;
James Smart07951072007-04-25 09:51:38 -04009311
James Smart92d7f7b2007-06-17 19:56:38 -05009312 /*
9313 * There are certain command types we don't want to abort. And we
9314 * don't want to abort commands that are already in the process of
9315 * being aborted.
James Smart07951072007-04-25 09:51:38 -04009316 */
9317 icmd = &cmdiocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05009318 if (icmd->ulpCommand == CMD_ABORT_XRI_CN ||
James Smart92d7f7b2007-06-17 19:56:38 -05009319 icmd->ulpCommand == CMD_CLOSE_XRI_CN ||
9320 (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0)
James Smart07951072007-04-25 09:51:38 -04009321 return 0;
9322
dea31012005-04-17 16:05:31 -05009323 /* issue ABTS for this IOCB based on iotag */
James Smart92d7f7b2007-06-17 19:56:38 -05009324 abtsiocbp = __lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05009325 if (abtsiocbp == NULL)
9326 return 0;
dea31012005-04-17 16:05:31 -05009327
James Smart07951072007-04-25 09:51:38 -04009328 /* This signals the response to set the correct status
James Smart341af102010-01-26 23:07:37 -05009329 * before calling the completion handler
James Smart07951072007-04-25 09:51:38 -04009330 */
9331 cmdiocb->iocb_flag |= LPFC_DRIVER_ABORTED;
9332
dea31012005-04-17 16:05:31 -05009333 iabt = &abtsiocbp->iocb;
James Smart07951072007-04-25 09:51:38 -04009334 iabt->un.acxri.abortType = ABORT_TYPE_ABTS;
9335 iabt->un.acxri.abortContextTag = icmd->ulpContext;
James Smart45ed1192009-10-02 15:17:02 -04009336 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smartda0436e2009-05-22 14:51:39 -04009337 iabt->un.acxri.abortIoTag = cmdiocb->sli4_xritag;
James Smart45ed1192009-10-02 15:17:02 -04009338 iabt->un.acxri.abortContextTag = cmdiocb->iotag;
9339 }
James Smartda0436e2009-05-22 14:51:39 -04009340 else
9341 iabt->un.acxri.abortIoTag = icmd->ulpIoTag;
dea31012005-04-17 16:05:31 -05009342 iabt->ulpLe = 1;
James Smart07951072007-04-25 09:51:38 -04009343 iabt->ulpClass = icmd->ulpClass;
dea31012005-04-17 16:05:31 -05009344
James Smart5ffc2662009-11-18 15:39:44 -05009345 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
9346 abtsiocbp->fcp_wqidx = cmdiocb->fcp_wqidx;
James Smart341af102010-01-26 23:07:37 -05009347 if (cmdiocb->iocb_flag & LPFC_IO_FCP)
9348 abtsiocbp->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart5ffc2662009-11-18 15:39:44 -05009349
James Smart2e0fef82007-06-17 19:56:36 -05009350 if (phba->link_state >= LPFC_LINK_UP)
James Smart07951072007-04-25 09:51:38 -04009351 iabt->ulpCommand = CMD_ABORT_XRI_CN;
9352 else
9353 iabt->ulpCommand = CMD_CLOSE_XRI_CN;
9354
9355 abtsiocbp->iocb_cmpl = lpfc_sli_abort_els_cmpl;
James Smart5b8bd0c2007-04-25 09:52:49 -04009356
James Smarte8b62012007-08-02 11:10:09 -04009357 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
9358 "0339 Abort xri x%x, original iotag x%x, "
9359 "abort cmd iotag x%x\n",
James Smart2a9bf3d2010-06-07 15:24:45 -04009360 iabt->un.acxri.abortIoTag,
James Smarte8b62012007-08-02 11:10:09 -04009361 iabt->un.acxri.abortContextTag,
James Smart2a9bf3d2010-06-07 15:24:45 -04009362 abtsiocbp->iotag);
James Smartda0436e2009-05-22 14:51:39 -04009363 retval = __lpfc_sli_issue_iocb(phba, pring->ringno, abtsiocbp, 0);
James Smart07951072007-04-25 09:51:38 -04009364
James Smartd7c255b2008-08-24 21:50:00 -04009365 if (retval)
9366 __lpfc_sli_release_iocbq(phba, abtsiocbp);
James Smart5af5eee2010-10-22 11:06:38 -04009367
9368 /*
9369 * Caller to this routine should check for IOCB_ERROR
9370 * and handle it properly. This routine no longer removes
9371 * iocb off txcmplq and call compl in case of IOCB_ERROR.
9372 */
9373 return retval;
9374}
9375
9376/**
9377 * lpfc_sli_issue_abort_iotag - Abort function for a command iocb
9378 * @phba: Pointer to HBA context object.
9379 * @pring: Pointer to driver SLI ring object.
9380 * @cmdiocb: Pointer to driver command iocb object.
9381 *
9382 * This function issues an abort iocb for the provided command iocb. In case
9383 * of unloading, the abort iocb will not be issued to commands on the ELS
9384 * ring. Instead, the callback function shall be changed to those commands
9385 * so that nothing happens when them finishes. This function is called with
9386 * hbalock held. The function returns 0 when the command iocb is an abort
9387 * request.
9388 **/
9389int
9390lpfc_sli_issue_abort_iotag(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
9391 struct lpfc_iocbq *cmdiocb)
9392{
9393 struct lpfc_vport *vport = cmdiocb->vport;
9394 int retval = IOCB_ERROR;
9395 IOCB_t *icmd = NULL;
9396
9397 /*
9398 * There are certain command types we don't want to abort. And we
9399 * don't want to abort commands that are already in the process of
9400 * being aborted.
9401 */
9402 icmd = &cmdiocb->iocb;
9403 if (icmd->ulpCommand == CMD_ABORT_XRI_CN ||
9404 icmd->ulpCommand == CMD_CLOSE_XRI_CN ||
9405 (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0)
9406 return 0;
9407
9408 /*
9409 * If we're unloading, don't abort iocb on the ELS ring, but change
9410 * the callback so that nothing happens when it finishes.
9411 */
9412 if ((vport->load_flag & FC_UNLOADING) &&
9413 (pring->ringno == LPFC_ELS_RING)) {
9414 if (cmdiocb->iocb_flag & LPFC_IO_FABRIC)
9415 cmdiocb->fabric_iocb_cmpl = lpfc_ignore_els_cmpl;
9416 else
9417 cmdiocb->iocb_cmpl = lpfc_ignore_els_cmpl;
9418 goto abort_iotag_exit;
9419 }
9420
9421 /* Now, we try to issue the abort to the cmdiocb out */
9422 retval = lpfc_sli_abort_iotag_issue(phba, pring, cmdiocb);
9423
James Smart07951072007-04-25 09:51:38 -04009424abort_iotag_exit:
James Smart2e0fef82007-06-17 19:56:36 -05009425 /*
9426 * Caller to this routine should check for IOCB_ERROR
9427 * and handle it properly. This routine no longer removes
9428 * iocb off txcmplq and call compl in case of IOCB_ERROR.
James Smart07951072007-04-25 09:51:38 -04009429 */
James Smart2e0fef82007-06-17 19:56:36 -05009430 return retval;
dea31012005-04-17 16:05:31 -05009431}
9432
James Smarte59058c2008-08-24 21:49:00 -04009433/**
James Smart5af5eee2010-10-22 11:06:38 -04009434 * lpfc_sli_iocb_ring_abort - Unconditionally abort all iocbs on an iocb ring
9435 * @phba: Pointer to HBA context object.
9436 * @pring: Pointer to driver SLI ring object.
9437 *
9438 * This function aborts all iocbs in the given ring and frees all the iocb
9439 * objects in txq. This function issues abort iocbs unconditionally for all
9440 * the iocb commands in txcmplq. The iocbs in the txcmplq is not guaranteed
9441 * to complete before the return of this function. The caller is not required
9442 * to hold any locks.
9443 **/
9444static void
9445lpfc_sli_iocb_ring_abort(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
9446{
9447 LIST_HEAD(completions);
9448 struct lpfc_iocbq *iocb, *next_iocb;
9449
9450 if (pring->ringno == LPFC_ELS_RING)
9451 lpfc_fabric_abort_hba(phba);
9452
9453 spin_lock_irq(&phba->hbalock);
9454
9455 /* Take off all the iocbs on txq for cancelling */
9456 list_splice_init(&pring->txq, &completions);
9457 pring->txq_cnt = 0;
9458
9459 /* Next issue ABTS for everything on the txcmplq */
9460 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list)
9461 lpfc_sli_abort_iotag_issue(phba, pring, iocb);
9462
9463 spin_unlock_irq(&phba->hbalock);
9464
9465 /* Cancel all the IOCBs from the completions list */
9466 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
9467 IOERR_SLI_ABORTED);
9468}
9469
9470/**
9471 * lpfc_sli_hba_iocb_abort - Abort all iocbs to an hba.
9472 * @phba: pointer to lpfc HBA data structure.
9473 *
9474 * This routine will abort all pending and outstanding iocbs to an HBA.
9475 **/
9476void
9477lpfc_sli_hba_iocb_abort(struct lpfc_hba *phba)
9478{
9479 struct lpfc_sli *psli = &phba->sli;
9480 struct lpfc_sli_ring *pring;
9481 int i;
9482
9483 for (i = 0; i < psli->num_rings; i++) {
9484 pring = &psli->ring[i];
9485 lpfc_sli_iocb_ring_abort(phba, pring);
9486 }
9487}
9488
9489/**
James Smart3621a712009-04-06 18:47:14 -04009490 * lpfc_sli_validate_fcp_iocb - find commands associated with a vport or LUN
James Smarte59058c2008-08-24 21:49:00 -04009491 * @iocbq: Pointer to driver iocb object.
9492 * @vport: Pointer to driver virtual port object.
9493 * @tgt_id: SCSI ID of the target.
9494 * @lun_id: LUN ID of the scsi device.
9495 * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST
9496 *
James Smart3621a712009-04-06 18:47:14 -04009497 * This function acts as an iocb filter for functions which abort or count
James Smarte59058c2008-08-24 21:49:00 -04009498 * all FCP iocbs pending on a lun/SCSI target/SCSI host. It will return
9499 * 0 if the filtering criteria is met for the given iocb and will return
9500 * 1 if the filtering criteria is not met.
9501 * If ctx_cmd == LPFC_CTX_LUN, the function returns 0 only if the
9502 * given iocb is for the SCSI device specified by vport, tgt_id and
9503 * lun_id parameter.
9504 * If ctx_cmd == LPFC_CTX_TGT, the function returns 0 only if the
9505 * given iocb is for the SCSI target specified by vport and tgt_id
9506 * parameters.
9507 * If ctx_cmd == LPFC_CTX_HOST, the function returns 0 only if the
9508 * given iocb is for the SCSI host associated with the given vport.
9509 * This function is called with no locks held.
9510 **/
dea31012005-04-17 16:05:31 -05009511static int
James Smart51ef4c22007-08-02 11:10:31 -04009512lpfc_sli_validate_fcp_iocb(struct lpfc_iocbq *iocbq, struct lpfc_vport *vport,
9513 uint16_t tgt_id, uint64_t lun_id,
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009514 lpfc_ctx_cmd ctx_cmd)
dea31012005-04-17 16:05:31 -05009515{
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009516 struct lpfc_scsi_buf *lpfc_cmd;
dea31012005-04-17 16:05:31 -05009517 int rc = 1;
9518
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009519 if (!(iocbq->iocb_flag & LPFC_IO_FCP))
9520 return rc;
9521
James Smart51ef4c22007-08-02 11:10:31 -04009522 if (iocbq->vport != vport)
9523 return rc;
9524
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009525 lpfc_cmd = container_of(iocbq, struct lpfc_scsi_buf, cur_iocbq);
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009526
James Smart495a7142008-06-14 22:52:59 -04009527 if (lpfc_cmd->pCmd == NULL)
dea31012005-04-17 16:05:31 -05009528 return rc;
9529
9530 switch (ctx_cmd) {
9531 case LPFC_CTX_LUN:
James Smart495a7142008-06-14 22:52:59 -04009532 if ((lpfc_cmd->rdata->pnode) &&
9533 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id) &&
9534 (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id))
dea31012005-04-17 16:05:31 -05009535 rc = 0;
9536 break;
9537 case LPFC_CTX_TGT:
James Smart495a7142008-06-14 22:52:59 -04009538 if ((lpfc_cmd->rdata->pnode) &&
9539 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id))
dea31012005-04-17 16:05:31 -05009540 rc = 0;
9541 break;
dea31012005-04-17 16:05:31 -05009542 case LPFC_CTX_HOST:
9543 rc = 0;
9544 break;
9545 default:
9546 printk(KERN_ERR "%s: Unknown context cmd type, value %d\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07009547 __func__, ctx_cmd);
dea31012005-04-17 16:05:31 -05009548 break;
9549 }
9550
9551 return rc;
9552}
9553
James Smarte59058c2008-08-24 21:49:00 -04009554/**
James Smart3621a712009-04-06 18:47:14 -04009555 * lpfc_sli_sum_iocb - Function to count the number of FCP iocbs pending
James Smarte59058c2008-08-24 21:49:00 -04009556 * @vport: Pointer to virtual port.
9557 * @tgt_id: SCSI ID of the target.
9558 * @lun_id: LUN ID of the scsi device.
9559 * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
9560 *
9561 * This function returns number of FCP commands pending for the vport.
9562 * When ctx_cmd == LPFC_CTX_LUN, the function returns number of FCP
9563 * commands pending on the vport associated with SCSI device specified
9564 * by tgt_id and lun_id parameters.
9565 * When ctx_cmd == LPFC_CTX_TGT, the function returns number of FCP
9566 * commands pending on the vport associated with SCSI target specified
9567 * by tgt_id parameter.
9568 * When ctx_cmd == LPFC_CTX_HOST, the function returns number of FCP
9569 * commands pending on the vport.
9570 * This function returns the number of iocbs which satisfy the filter.
9571 * This function is called without any lock held.
9572 **/
dea31012005-04-17 16:05:31 -05009573int
James Smart51ef4c22007-08-02 11:10:31 -04009574lpfc_sli_sum_iocb(struct lpfc_vport *vport, uint16_t tgt_id, uint64_t lun_id,
9575 lpfc_ctx_cmd ctx_cmd)
dea31012005-04-17 16:05:31 -05009576{
James Smart51ef4c22007-08-02 11:10:31 -04009577 struct lpfc_hba *phba = vport->phba;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009578 struct lpfc_iocbq *iocbq;
9579 int sum, i;
dea31012005-04-17 16:05:31 -05009580
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009581 for (i = 1, sum = 0; i <= phba->sli.last_iotag; i++) {
9582 iocbq = phba->sli.iocbq_lookup[i];
dea31012005-04-17 16:05:31 -05009583
James Smart51ef4c22007-08-02 11:10:31 -04009584 if (lpfc_sli_validate_fcp_iocb (iocbq, vport, tgt_id, lun_id,
9585 ctx_cmd) == 0)
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009586 sum++;
dea31012005-04-17 16:05:31 -05009587 }
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009588
dea31012005-04-17 16:05:31 -05009589 return sum;
9590}
9591
James Smarte59058c2008-08-24 21:49:00 -04009592/**
James Smart3621a712009-04-06 18:47:14 -04009593 * lpfc_sli_abort_fcp_cmpl - Completion handler function for aborted FCP IOCBs
James Smarte59058c2008-08-24 21:49:00 -04009594 * @phba: Pointer to HBA context object
9595 * @cmdiocb: Pointer to command iocb object.
9596 * @rspiocb: Pointer to response iocb object.
9597 *
9598 * This function is called when an aborted FCP iocb completes. This
9599 * function is called by the ring event handler with no lock held.
9600 * This function frees the iocb.
9601 **/
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009602void
James Smart2e0fef82007-06-17 19:56:36 -05009603lpfc_sli_abort_fcp_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
9604 struct lpfc_iocbq *rspiocb)
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009605{
James Smartcb69f7d2011-12-13 13:21:57 -05009606 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
9607 "3096 ABORT_XRI_CN completing on xri x%x "
9608 "original iotag x%x, abort cmd iotag x%x "
9609 "status 0x%x, reason 0x%x\n",
9610 cmdiocb->iocb.un.acxri.abortContextTag,
9611 cmdiocb->iocb.un.acxri.abortIoTag,
9612 cmdiocb->iotag, rspiocb->iocb.ulpStatus,
9613 rspiocb->iocb.un.ulpWord[4]);
James Bottomley604a3e32005-10-29 10:28:33 -05009614 lpfc_sli_release_iocbq(phba, cmdiocb);
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009615 return;
9616}
9617
James Smarte59058c2008-08-24 21:49:00 -04009618/**
James Smart3621a712009-04-06 18:47:14 -04009619 * lpfc_sli_abort_iocb - issue abort for all commands on a host/target/LUN
James Smarte59058c2008-08-24 21:49:00 -04009620 * @vport: Pointer to virtual port.
9621 * @pring: Pointer to driver SLI ring object.
9622 * @tgt_id: SCSI ID of the target.
9623 * @lun_id: LUN ID of the scsi device.
9624 * @abort_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
9625 *
9626 * This function sends an abort command for every SCSI command
9627 * associated with the given virtual port pending on the ring
9628 * filtered by lpfc_sli_validate_fcp_iocb function.
9629 * When abort_cmd == LPFC_CTX_LUN, the function sends abort only to the
9630 * FCP iocbs associated with lun specified by tgt_id and lun_id
9631 * parameters
9632 * When abort_cmd == LPFC_CTX_TGT, the function sends abort only to the
9633 * FCP iocbs associated with SCSI target specified by tgt_id parameter.
9634 * When abort_cmd == LPFC_CTX_HOST, the function sends abort to all
9635 * FCP iocbs associated with virtual port.
9636 * This function returns number of iocbs it failed to abort.
9637 * This function is called with no locks held.
9638 **/
dea31012005-04-17 16:05:31 -05009639int
James Smart51ef4c22007-08-02 11:10:31 -04009640lpfc_sli_abort_iocb(struct lpfc_vport *vport, struct lpfc_sli_ring *pring,
9641 uint16_t tgt_id, uint64_t lun_id, lpfc_ctx_cmd abort_cmd)
dea31012005-04-17 16:05:31 -05009642{
James Smart51ef4c22007-08-02 11:10:31 -04009643 struct lpfc_hba *phba = vport->phba;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009644 struct lpfc_iocbq *iocbq;
9645 struct lpfc_iocbq *abtsiocb;
dea31012005-04-17 16:05:31 -05009646 IOCB_t *cmd = NULL;
dea31012005-04-17 16:05:31 -05009647 int errcnt = 0, ret_val = 0;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009648 int i;
dea31012005-04-17 16:05:31 -05009649
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009650 for (i = 1; i <= phba->sli.last_iotag; i++) {
9651 iocbq = phba->sli.iocbq_lookup[i];
dea31012005-04-17 16:05:31 -05009652
James Smart51ef4c22007-08-02 11:10:31 -04009653 if (lpfc_sli_validate_fcp_iocb(iocbq, vport, tgt_id, lun_id,
James Smart2e0fef82007-06-17 19:56:36 -05009654 abort_cmd) != 0)
dea31012005-04-17 16:05:31 -05009655 continue;
9656
9657 /* issue ABTS for this IOCB based on iotag */
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009658 abtsiocb = lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05009659 if (abtsiocb == NULL) {
9660 errcnt++;
9661 continue;
9662 }
dea31012005-04-17 16:05:31 -05009663
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04009664 cmd = &iocbq->iocb;
dea31012005-04-17 16:05:31 -05009665 abtsiocb->iocb.un.acxri.abortType = ABORT_TYPE_ABTS;
9666 abtsiocb->iocb.un.acxri.abortContextTag = cmd->ulpContext;
James Smartda0436e2009-05-22 14:51:39 -04009667 if (phba->sli_rev == LPFC_SLI_REV4)
9668 abtsiocb->iocb.un.acxri.abortIoTag = iocbq->sli4_xritag;
9669 else
9670 abtsiocb->iocb.un.acxri.abortIoTag = cmd->ulpIoTag;
dea31012005-04-17 16:05:31 -05009671 abtsiocb->iocb.ulpLe = 1;
9672 abtsiocb->iocb.ulpClass = cmd->ulpClass;
James Smart2e0fef82007-06-17 19:56:36 -05009673 abtsiocb->vport = phba->pport;
dea31012005-04-17 16:05:31 -05009674
James Smart5ffc2662009-11-18 15:39:44 -05009675 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
9676 abtsiocb->fcp_wqidx = iocbq->fcp_wqidx;
James Smart341af102010-01-26 23:07:37 -05009677 if (iocbq->iocb_flag & LPFC_IO_FCP)
9678 abtsiocb->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart5ffc2662009-11-18 15:39:44 -05009679
James Smart2e0fef82007-06-17 19:56:36 -05009680 if (lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05009681 abtsiocb->iocb.ulpCommand = CMD_ABORT_XRI_CN;
9682 else
9683 abtsiocb->iocb.ulpCommand = CMD_CLOSE_XRI_CN;
9684
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -04009685 /* Setup callback routine and issue the command. */
9686 abtsiocb->iocb_cmpl = lpfc_sli_abort_fcp_cmpl;
James Smartda0436e2009-05-22 14:51:39 -04009687 ret_val = lpfc_sli_issue_iocb(phba, pring->ringno,
9688 abtsiocb, 0);
dea31012005-04-17 16:05:31 -05009689 if (ret_val == IOCB_ERROR) {
James Bottomley604a3e32005-10-29 10:28:33 -05009690 lpfc_sli_release_iocbq(phba, abtsiocb);
dea31012005-04-17 16:05:31 -05009691 errcnt++;
9692 continue;
9693 }
9694 }
9695
9696 return errcnt;
9697}
9698
James Smarte59058c2008-08-24 21:49:00 -04009699/**
James Smart3621a712009-04-06 18:47:14 -04009700 * lpfc_sli_wake_iocb_wait - lpfc_sli_issue_iocb_wait's completion handler
James Smarte59058c2008-08-24 21:49:00 -04009701 * @phba: Pointer to HBA context object.
9702 * @cmdiocbq: Pointer to command iocb.
9703 * @rspiocbq: Pointer to response iocb.
9704 *
9705 * This function is the completion handler for iocbs issued using
9706 * lpfc_sli_issue_iocb_wait function. This function is called by the
9707 * ring event handler function without any lock held. This function
9708 * can be called from both worker thread context and interrupt
9709 * context. This function also can be called from other thread which
9710 * cleans up the SLI layer objects.
9711 * This function copy the contents of the response iocb to the
9712 * response iocb memory object provided by the caller of
9713 * lpfc_sli_issue_iocb_wait and then wakes up the thread which
9714 * sleeps for the iocb completion.
9715 **/
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009716static void
9717lpfc_sli_wake_iocb_wait(struct lpfc_hba *phba,
9718 struct lpfc_iocbq *cmdiocbq,
9719 struct lpfc_iocbq *rspiocbq)
dea31012005-04-17 16:05:31 -05009720{
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009721 wait_queue_head_t *pdone_q;
9722 unsigned long iflags;
James Smart0f65ff62010-02-26 14:14:23 -05009723 struct lpfc_scsi_buf *lpfc_cmd;
dea31012005-04-17 16:05:31 -05009724
James Smart2e0fef82007-06-17 19:56:36 -05009725 spin_lock_irqsave(&phba->hbalock, iflags);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009726 cmdiocbq->iocb_flag |= LPFC_IO_WAKE;
9727 if (cmdiocbq->context2 && rspiocbq)
9728 memcpy(&((struct lpfc_iocbq *)cmdiocbq->context2)->iocb,
9729 &rspiocbq->iocb, sizeof(IOCB_t));
9730
James Smart0f65ff62010-02-26 14:14:23 -05009731 /* Set the exchange busy flag for task management commands */
9732 if ((cmdiocbq->iocb_flag & LPFC_IO_FCP) &&
9733 !(cmdiocbq->iocb_flag & LPFC_IO_LIBDFC)) {
9734 lpfc_cmd = container_of(cmdiocbq, struct lpfc_scsi_buf,
9735 cur_iocbq);
9736 lpfc_cmd->exch_busy = rspiocbq->iocb_flag & LPFC_EXCHANGE_BUSY;
9737 }
9738
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009739 pdone_q = cmdiocbq->context_un.wait_queue;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009740 if (pdone_q)
9741 wake_up(pdone_q);
James Smart858c9f62007-06-17 19:56:39 -05009742 spin_unlock_irqrestore(&phba->hbalock, iflags);
dea31012005-04-17 16:05:31 -05009743 return;
9744}
9745
James Smarte59058c2008-08-24 21:49:00 -04009746/**
James Smartd11e31d2009-06-10 17:23:06 -04009747 * lpfc_chk_iocb_flg - Test IOCB flag with lock held.
9748 * @phba: Pointer to HBA context object..
9749 * @piocbq: Pointer to command iocb.
9750 * @flag: Flag to test.
9751 *
9752 * This routine grabs the hbalock and then test the iocb_flag to
9753 * see if the passed in flag is set.
9754 * Returns:
9755 * 1 if flag is set.
9756 * 0 if flag is not set.
9757 **/
9758static int
9759lpfc_chk_iocb_flg(struct lpfc_hba *phba,
9760 struct lpfc_iocbq *piocbq, uint32_t flag)
9761{
9762 unsigned long iflags;
9763 int ret;
9764
9765 spin_lock_irqsave(&phba->hbalock, iflags);
9766 ret = piocbq->iocb_flag & flag;
9767 spin_unlock_irqrestore(&phba->hbalock, iflags);
9768 return ret;
9769
9770}
9771
9772/**
James Smart3621a712009-04-06 18:47:14 -04009773 * lpfc_sli_issue_iocb_wait - Synchronous function to issue iocb commands
James Smarte59058c2008-08-24 21:49:00 -04009774 * @phba: Pointer to HBA context object..
9775 * @pring: Pointer to sli ring.
9776 * @piocb: Pointer to command iocb.
9777 * @prspiocbq: Pointer to response iocb.
9778 * @timeout: Timeout in number of seconds.
9779 *
9780 * This function issues the iocb to firmware and waits for the
9781 * iocb to complete. If the iocb command is not
9782 * completed within timeout seconds, it returns IOCB_TIMEDOUT.
9783 * Caller should not free the iocb resources if this function
9784 * returns IOCB_TIMEDOUT.
9785 * The function waits for the iocb completion using an
9786 * non-interruptible wait.
9787 * This function will sleep while waiting for iocb completion.
9788 * So, this function should not be called from any context which
9789 * does not allow sleeping. Due to the same reason, this function
9790 * cannot be called with interrupt disabled.
9791 * This function assumes that the iocb completions occur while
9792 * this function sleep. So, this function cannot be called from
9793 * the thread which process iocb completion for this ring.
9794 * This function clears the iocb_flag of the iocb object before
9795 * issuing the iocb and the iocb completion handler sets this
9796 * flag and wakes this thread when the iocb completes.
9797 * The contents of the response iocb will be copied to prspiocbq
9798 * by the completion handler when the command completes.
9799 * This function returns IOCB_SUCCESS when success.
9800 * This function is called with no lock held.
9801 **/
dea31012005-04-17 16:05:31 -05009802int
James Smart2e0fef82007-06-17 19:56:36 -05009803lpfc_sli_issue_iocb_wait(struct lpfc_hba *phba,
James Smartda0436e2009-05-22 14:51:39 -04009804 uint32_t ring_number,
James Smart2e0fef82007-06-17 19:56:36 -05009805 struct lpfc_iocbq *piocb,
9806 struct lpfc_iocbq *prspiocbq,
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009807 uint32_t timeout)
dea31012005-04-17 16:05:31 -05009808{
Peter Zijlstra7259f0d2006-10-29 22:46:36 -08009809 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009810 long timeleft, timeout_req = 0;
9811 int retval = IOCB_SUCCESS;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009812 uint32_t creg_val;
James Smart2a9bf3d2010-06-07 15:24:45 -04009813 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
dea31012005-04-17 16:05:31 -05009814 /*
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009815 * If the caller has provided a response iocbq buffer, then context2
9816 * is NULL or its an error.
dea31012005-04-17 16:05:31 -05009817 */
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009818 if (prspiocbq) {
9819 if (piocb->context2)
9820 return IOCB_ERROR;
9821 piocb->context2 = prspiocbq;
dea31012005-04-17 16:05:31 -05009822 }
9823
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009824 piocb->iocb_cmpl = lpfc_sli_wake_iocb_wait;
9825 piocb->context_un.wait_queue = &done_q;
9826 piocb->iocb_flag &= ~LPFC_IO_WAKE;
dea31012005-04-17 16:05:31 -05009827
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009828 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
James Smart9940b972011-03-11 16:06:12 -05009829 if (lpfc_readl(phba->HCregaddr, &creg_val))
9830 return IOCB_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009831 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING);
9832 writel(creg_val, phba->HCregaddr);
9833 readl(phba->HCregaddr); /* flush */
9834 }
9835
James Smart2a9bf3d2010-06-07 15:24:45 -04009836 retval = lpfc_sli_issue_iocb(phba, ring_number, piocb,
9837 SLI_IOCB_RET_IOCB);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009838 if (retval == IOCB_SUCCESS) {
9839 timeout_req = timeout * HZ;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009840 timeleft = wait_event_timeout(done_q,
James Smartd11e31d2009-06-10 17:23:06 -04009841 lpfc_chk_iocb_flg(phba, piocb, LPFC_IO_WAKE),
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009842 timeout_req);
dea31012005-04-17 16:05:31 -05009843
James Smart7054a602007-04-25 09:52:34 -04009844 if (piocb->iocb_flag & LPFC_IO_WAKE) {
9845 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04009846 "0331 IOCB wake signaled\n");
James Smart7054a602007-04-25 09:52:34 -04009847 } else if (timeleft == 0) {
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009848 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04009849 "0338 IOCB wait timeout error - no "
9850 "wake response Data x%x\n", timeout);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009851 retval = IOCB_TIMEDOUT;
James Smart7054a602007-04-25 09:52:34 -04009852 } else {
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009853 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04009854 "0330 IOCB wake NOT set, "
9855 "Data x%x x%lx\n",
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009856 timeout, (timeleft / jiffies));
9857 retval = IOCB_TIMEDOUT;
dea31012005-04-17 16:05:31 -05009858 }
James Smart2a9bf3d2010-06-07 15:24:45 -04009859 } else if (retval == IOCB_BUSY) {
9860 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
9861 "2818 Max IOCBs %d txq cnt %d txcmplq cnt %d\n",
9862 phba->iocb_cnt, pring->txq_cnt, pring->txcmplq_cnt);
9863 return retval;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009864 } else {
9865 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smartd7c255b2008-08-24 21:50:00 -04009866 "0332 IOCB wait issue failed, Data x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04009867 retval);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009868 retval = IOCB_ERROR;
dea31012005-04-17 16:05:31 -05009869 }
9870
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009871 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
James Smart9940b972011-03-11 16:06:12 -05009872 if (lpfc_readl(phba->HCregaddr, &creg_val))
9873 return IOCB_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05009874 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING);
9875 writel(creg_val, phba->HCregaddr);
9876 readl(phba->HCregaddr); /* flush */
9877 }
9878
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009879 if (prspiocbq)
9880 piocb->context2 = NULL;
9881
9882 piocb->context_un.wait_queue = NULL;
9883 piocb->iocb_cmpl = NULL;
dea31012005-04-17 16:05:31 -05009884 return retval;
9885}
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04009886
James Smarte59058c2008-08-24 21:49:00 -04009887/**
James Smart3621a712009-04-06 18:47:14 -04009888 * lpfc_sli_issue_mbox_wait - Synchronous function to issue mailbox
James Smarte59058c2008-08-24 21:49:00 -04009889 * @phba: Pointer to HBA context object.
9890 * @pmboxq: Pointer to driver mailbox object.
9891 * @timeout: Timeout in number of seconds.
9892 *
9893 * This function issues the mailbox to firmware and waits for the
9894 * mailbox command to complete. If the mailbox command is not
9895 * completed within timeout seconds, it returns MBX_TIMEOUT.
9896 * The function waits for the mailbox completion using an
9897 * interruptible wait. If the thread is woken up due to a
9898 * signal, MBX_TIMEOUT error is returned to the caller. Caller
9899 * should not free the mailbox resources, if this function returns
9900 * MBX_TIMEOUT.
9901 * This function will sleep while waiting for mailbox completion.
9902 * So, this function should not be called from any context which
9903 * does not allow sleeping. Due to the same reason, this function
9904 * cannot be called with interrupt disabled.
9905 * This function assumes that the mailbox completion occurs while
9906 * this function sleep. So, this function cannot be called from
9907 * the worker thread which processes mailbox completion.
9908 * This function is called in the context of HBA management
9909 * applications.
9910 * This function returns MBX_SUCCESS when successful.
9911 * This function is called with no lock held.
9912 **/
dea31012005-04-17 16:05:31 -05009913int
James Smart2e0fef82007-06-17 19:56:36 -05009914lpfc_sli_issue_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq,
dea31012005-04-17 16:05:31 -05009915 uint32_t timeout)
9916{
Peter Zijlstra7259f0d2006-10-29 22:46:36 -08009917 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q);
dea31012005-04-17 16:05:31 -05009918 int retval;
James Smart858c9f62007-06-17 19:56:39 -05009919 unsigned long flag;
dea31012005-04-17 16:05:31 -05009920
9921 /* The caller must leave context1 empty. */
James Smart98c9ea52007-10-27 13:37:33 -04009922 if (pmboxq->context1)
James Smart2e0fef82007-06-17 19:56:36 -05009923 return MBX_NOT_FINISHED;
dea31012005-04-17 16:05:31 -05009924
James Smart495a7142008-06-14 22:52:59 -04009925 pmboxq->mbox_flag &= ~LPFC_MBX_WAKE;
dea31012005-04-17 16:05:31 -05009926 /* setup wake call as IOCB callback */
9927 pmboxq->mbox_cmpl = lpfc_sli_wake_mbox_wait;
9928 /* setup context field to pass wait_queue pointer to wake function */
9929 pmboxq->context1 = &done_q;
9930
dea31012005-04-17 16:05:31 -05009931 /* now issue the command */
9932 retval = lpfc_sli_issue_mbox(phba, pmboxq, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -05009933 if (retval == MBX_BUSY || retval == MBX_SUCCESS) {
James Smart7054a602007-04-25 09:52:34 -04009934 wait_event_interruptible_timeout(done_q,
9935 pmboxq->mbox_flag & LPFC_MBX_WAKE,
9936 timeout * HZ);
9937
James Smart858c9f62007-06-17 19:56:39 -05009938 spin_lock_irqsave(&phba->hbalock, flag);
dea31012005-04-17 16:05:31 -05009939 pmboxq->context1 = NULL;
James Smart7054a602007-04-25 09:52:34 -04009940 /*
9941 * if LPFC_MBX_WAKE flag is set the mailbox is completed
9942 * else do not free the resources.
9943 */
James Smartd7c47992010-06-08 18:31:54 -04009944 if (pmboxq->mbox_flag & LPFC_MBX_WAKE) {
dea31012005-04-17 16:05:31 -05009945 retval = MBX_SUCCESS;
James Smartd7c47992010-06-08 18:31:54 -04009946 lpfc_sli4_swap_str(phba, pmboxq);
9947 } else {
James Smart7054a602007-04-25 09:52:34 -04009948 retval = MBX_TIMEOUT;
James Smart858c9f62007-06-17 19:56:39 -05009949 pmboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
9950 }
9951 spin_unlock_irqrestore(&phba->hbalock, flag);
dea31012005-04-17 16:05:31 -05009952 }
9953
dea31012005-04-17 16:05:31 -05009954 return retval;
9955}
9956
James Smarte59058c2008-08-24 21:49:00 -04009957/**
James Smart3772a992009-05-22 14:50:54 -04009958 * lpfc_sli_mbox_sys_shutdown - shutdown mailbox command sub-system
James Smarte59058c2008-08-24 21:49:00 -04009959 * @phba: Pointer to HBA context.
9960 *
James Smart3772a992009-05-22 14:50:54 -04009961 * This function is called to shutdown the driver's mailbox sub-system.
9962 * It first marks the mailbox sub-system is in a block state to prevent
9963 * the asynchronous mailbox command from issued off the pending mailbox
9964 * command queue. If the mailbox command sub-system shutdown is due to
9965 * HBA error conditions such as EEH or ERATT, this routine shall invoke
9966 * the mailbox sub-system flush routine to forcefully bring down the
9967 * mailbox sub-system. Otherwise, if it is due to normal condition (such
9968 * as with offline or HBA function reset), this routine will wait for the
9969 * outstanding mailbox command to complete before invoking the mailbox
9970 * sub-system flush routine to gracefully bring down mailbox sub-system.
James Smarte59058c2008-08-24 21:49:00 -04009971 **/
James Smart3772a992009-05-22 14:50:54 -04009972void
9973lpfc_sli_mbox_sys_shutdown(struct lpfc_hba *phba)
James Smartb4c02652006-07-06 15:50:43 -04009974{
James Smart3772a992009-05-22 14:50:54 -04009975 struct lpfc_sli *psli = &phba->sli;
James Smart3772a992009-05-22 14:50:54 -04009976 unsigned long timeout;
9977
James Smarta183a152011-10-10 21:32:43 -04009978 timeout = msecs_to_jiffies(LPFC_MBOX_TMO * 1000) + jiffies;
James Smartd7069f02012-03-01 22:36:29 -05009979
James Smart3772a992009-05-22 14:50:54 -04009980 spin_lock_irq(&phba->hbalock);
9981 psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
James Smart3772a992009-05-22 14:50:54 -04009982
9983 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
James Smart3772a992009-05-22 14:50:54 -04009984 /* Determine how long we might wait for the active mailbox
9985 * command to be gracefully completed by firmware.
9986 */
James Smarta183a152011-10-10 21:32:43 -04009987 if (phba->sli.mbox_active)
9988 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
9989 phba->sli.mbox_active) *
9990 1000) + jiffies;
9991 spin_unlock_irq(&phba->hbalock);
9992
James Smart3772a992009-05-22 14:50:54 -04009993 while (phba->sli.mbox_active) {
9994 /* Check active mailbox complete status every 2ms */
9995 msleep(2);
9996 if (time_after(jiffies, timeout))
9997 /* Timeout, let the mailbox flush routine to
9998 * forcefully release active mailbox command
9999 */
10000 break;
10001 }
James Smartd7069f02012-03-01 22:36:29 -050010002 } else
10003 spin_unlock_irq(&phba->hbalock);
10004
James Smart3772a992009-05-22 14:50:54 -040010005 lpfc_sli_mbox_sys_flush(phba);
10006}
10007
10008/**
10009 * lpfc_sli_eratt_read - read sli-3 error attention events
10010 * @phba: Pointer to HBA context.
10011 *
10012 * This function is called to read the SLI3 device error attention registers
10013 * for possible error attention events. The caller must hold the hostlock
10014 * with spin_lock_irq().
10015 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010016 * This function returns 1 when there is Error Attention in the Host Attention
James Smart3772a992009-05-22 14:50:54 -040010017 * Register and returns 0 otherwise.
10018 **/
10019static int
10020lpfc_sli_eratt_read(struct lpfc_hba *phba)
10021{
James Smarted957682007-06-17 19:56:37 -050010022 uint32_t ha_copy;
James Smartb4c02652006-07-06 15:50:43 -040010023
James Smart3772a992009-05-22 14:50:54 -040010024 /* Read chip Host Attention (HA) register */
James Smart9940b972011-03-11 16:06:12 -050010025 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10026 goto unplug_err;
10027
James Smart3772a992009-05-22 14:50:54 -040010028 if (ha_copy & HA_ERATT) {
10029 /* Read host status register to retrieve error event */
James Smart9940b972011-03-11 16:06:12 -050010030 if (lpfc_sli_read_hs(phba))
10031 goto unplug_err;
James Smartb4c02652006-07-06 15:50:43 -040010032
James Smart3772a992009-05-22 14:50:54 -040010033 /* Check if there is a deferred error condition is active */
10034 if ((HS_FFER1 & phba->work_hs) &&
10035 ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 |
James Smartdcf2a4e2010-09-29 11:18:53 -040010036 HS_FFER6 | HS_FFER7 | HS_FFER8) & phba->work_hs)) {
James Smart3772a992009-05-22 14:50:54 -040010037 phba->hba_flag |= DEFER_ERATT;
James Smart3772a992009-05-22 14:50:54 -040010038 /* Clear all interrupt enable conditions */
10039 writel(0, phba->HCregaddr);
10040 readl(phba->HCregaddr);
10041 }
10042
10043 /* Set the driver HA work bitmap */
James Smart3772a992009-05-22 14:50:54 -040010044 phba->work_ha |= HA_ERATT;
10045 /* Indicate polling handles this ERATT */
10046 phba->hba_flag |= HBA_ERATT_HANDLED;
James Smart3772a992009-05-22 14:50:54 -040010047 return 1;
James Smartb4c02652006-07-06 15:50:43 -040010048 }
James Smart3772a992009-05-22 14:50:54 -040010049 return 0;
James Smart9940b972011-03-11 16:06:12 -050010050
10051unplug_err:
10052 /* Set the driver HS work bitmap */
10053 phba->work_hs |= UNPLUG_ERR;
10054 /* Set the driver HA work bitmap */
10055 phba->work_ha |= HA_ERATT;
10056 /* Indicate polling handles this ERATT */
10057 phba->hba_flag |= HBA_ERATT_HANDLED;
10058 return 1;
James Smartb4c02652006-07-06 15:50:43 -040010059}
10060
James Smarte59058c2008-08-24 21:49:00 -040010061/**
James Smartda0436e2009-05-22 14:51:39 -040010062 * lpfc_sli4_eratt_read - read sli-4 error attention events
10063 * @phba: Pointer to HBA context.
10064 *
10065 * This function is called to read the SLI4 device error attention registers
10066 * for possible error attention events. The caller must hold the hostlock
10067 * with spin_lock_irq().
10068 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010069 * This function returns 1 when there is Error Attention in the Host Attention
James Smartda0436e2009-05-22 14:51:39 -040010070 * Register and returns 0 otherwise.
10071 **/
10072static int
10073lpfc_sli4_eratt_read(struct lpfc_hba *phba)
10074{
10075 uint32_t uerr_sta_hi, uerr_sta_lo;
James Smart2fcee4b2010-12-15 17:57:46 -050010076 uint32_t if_type, portsmphr;
10077 struct lpfc_register portstat_reg;
James Smartda0436e2009-05-22 14:51:39 -040010078
James Smart2fcee4b2010-12-15 17:57:46 -050010079 /*
10080 * For now, use the SLI4 device internal unrecoverable error
James Smartda0436e2009-05-22 14:51:39 -040010081 * registers for error attention. This can be changed later.
10082 */
James Smart2fcee4b2010-12-15 17:57:46 -050010083 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
10084 switch (if_type) {
10085 case LPFC_SLI_INTF_IF_TYPE_0:
James Smart9940b972011-03-11 16:06:12 -050010086 if (lpfc_readl(phba->sli4_hba.u.if_type0.UERRLOregaddr,
10087 &uerr_sta_lo) ||
10088 lpfc_readl(phba->sli4_hba.u.if_type0.UERRHIregaddr,
10089 &uerr_sta_hi)) {
10090 phba->work_hs |= UNPLUG_ERR;
10091 phba->work_ha |= HA_ERATT;
10092 phba->hba_flag |= HBA_ERATT_HANDLED;
10093 return 1;
10094 }
James Smart2fcee4b2010-12-15 17:57:46 -050010095 if ((~phba->sli4_hba.ue_mask_lo & uerr_sta_lo) ||
10096 (~phba->sli4_hba.ue_mask_hi & uerr_sta_hi)) {
10097 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10098 "1423 HBA Unrecoverable error: "
10099 "uerr_lo_reg=0x%x, uerr_hi_reg=0x%x, "
10100 "ue_mask_lo_reg=0x%x, "
10101 "ue_mask_hi_reg=0x%x\n",
10102 uerr_sta_lo, uerr_sta_hi,
10103 phba->sli4_hba.ue_mask_lo,
10104 phba->sli4_hba.ue_mask_hi);
10105 phba->work_status[0] = uerr_sta_lo;
10106 phba->work_status[1] = uerr_sta_hi;
10107 phba->work_ha |= HA_ERATT;
10108 phba->hba_flag |= HBA_ERATT_HANDLED;
10109 return 1;
10110 }
10111 break;
10112 case LPFC_SLI_INTF_IF_TYPE_2:
James Smart9940b972011-03-11 16:06:12 -050010113 if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr,
10114 &portstat_reg.word0) ||
10115 lpfc_readl(phba->sli4_hba.PSMPHRregaddr,
10116 &portsmphr)){
10117 phba->work_hs |= UNPLUG_ERR;
10118 phba->work_ha |= HA_ERATT;
10119 phba->hba_flag |= HBA_ERATT_HANDLED;
10120 return 1;
10121 }
James Smart2fcee4b2010-12-15 17:57:46 -050010122 if (bf_get(lpfc_sliport_status_err, &portstat_reg)) {
10123 phba->work_status[0] =
10124 readl(phba->sli4_hba.u.if_type2.ERR1regaddr);
10125 phba->work_status[1] =
10126 readl(phba->sli4_hba.u.if_type2.ERR2regaddr);
10127 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2e90f4b2011-12-13 13:22:37 -050010128 "2885 Port Status Event: "
James Smart2fcee4b2010-12-15 17:57:46 -050010129 "port status reg 0x%x, "
10130 "port smphr reg 0x%x, "
10131 "error 1=0x%x, error 2=0x%x\n",
10132 portstat_reg.word0,
10133 portsmphr,
10134 phba->work_status[0],
10135 phba->work_status[1]);
10136 phba->work_ha |= HA_ERATT;
10137 phba->hba_flag |= HBA_ERATT_HANDLED;
10138 return 1;
10139 }
10140 break;
10141 case LPFC_SLI_INTF_IF_TYPE_1:
10142 default:
James Smarta747c9c2009-11-18 15:41:10 -050010143 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2fcee4b2010-12-15 17:57:46 -050010144 "2886 HBA Error Attention on unsupported "
10145 "if type %d.", if_type);
James Smarta747c9c2009-11-18 15:41:10 -050010146 return 1;
James Smartda0436e2009-05-22 14:51:39 -040010147 }
James Smart2fcee4b2010-12-15 17:57:46 -050010148
James Smartda0436e2009-05-22 14:51:39 -040010149 return 0;
10150}
10151
10152/**
James Smart3621a712009-04-06 18:47:14 -040010153 * lpfc_sli_check_eratt - check error attention events
James Smart93996272008-08-24 21:50:30 -040010154 * @phba: Pointer to HBA context.
10155 *
James Smart3772a992009-05-22 14:50:54 -040010156 * This function is called from timer soft interrupt context to check HBA's
James Smart93996272008-08-24 21:50:30 -040010157 * error attention register bit for error attention events.
10158 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010159 * This function returns 1 when there is Error Attention in the Host Attention
James Smart93996272008-08-24 21:50:30 -040010160 * Register and returns 0 otherwise.
10161 **/
10162int
10163lpfc_sli_check_eratt(struct lpfc_hba *phba)
10164{
10165 uint32_t ha_copy;
10166
10167 /* If somebody is waiting to handle an eratt, don't process it
10168 * here. The brdkill function will do this.
10169 */
10170 if (phba->link_flag & LS_IGNORE_ERATT)
10171 return 0;
10172
10173 /* Check if interrupt handler handles this ERATT */
10174 spin_lock_irq(&phba->hbalock);
10175 if (phba->hba_flag & HBA_ERATT_HANDLED) {
10176 /* Interrupt handler has handled ERATT */
10177 spin_unlock_irq(&phba->hbalock);
10178 return 0;
10179 }
10180
James Smarta257bf92009-04-06 18:48:10 -040010181 /*
10182 * If there is deferred error attention, do not check for error
10183 * attention
10184 */
10185 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
10186 spin_unlock_irq(&phba->hbalock);
10187 return 0;
10188 }
10189
James Smart3772a992009-05-22 14:50:54 -040010190 /* If PCI channel is offline, don't process it */
10191 if (unlikely(pci_channel_offline(phba->pcidev))) {
James Smart93996272008-08-24 21:50:30 -040010192 spin_unlock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -040010193 return 0;
10194 }
10195
10196 switch (phba->sli_rev) {
10197 case LPFC_SLI_REV2:
10198 case LPFC_SLI_REV3:
10199 /* Read chip Host Attention (HA) register */
10200 ha_copy = lpfc_sli_eratt_read(phba);
10201 break;
James Smartda0436e2009-05-22 14:51:39 -040010202 case LPFC_SLI_REV4:
James Smart2fcee4b2010-12-15 17:57:46 -050010203 /* Read device Uncoverable Error (UERR) registers */
James Smartda0436e2009-05-22 14:51:39 -040010204 ha_copy = lpfc_sli4_eratt_read(phba);
10205 break;
James Smart3772a992009-05-22 14:50:54 -040010206 default:
10207 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10208 "0299 Invalid SLI revision (%d)\n",
10209 phba->sli_rev);
10210 ha_copy = 0;
10211 break;
James Smart93996272008-08-24 21:50:30 -040010212 }
10213 spin_unlock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -040010214
10215 return ha_copy;
10216}
10217
10218/**
10219 * lpfc_intr_state_check - Check device state for interrupt handling
10220 * @phba: Pointer to HBA context.
10221 *
10222 * This inline routine checks whether a device or its PCI slot is in a state
10223 * that the interrupt should be handled.
10224 *
10225 * This function returns 0 if the device or the PCI slot is in a state that
10226 * interrupt should be handled, otherwise -EIO.
10227 */
10228static inline int
10229lpfc_intr_state_check(struct lpfc_hba *phba)
10230{
10231 /* If the pci channel is offline, ignore all the interrupts */
10232 if (unlikely(pci_channel_offline(phba->pcidev)))
10233 return -EIO;
10234
10235 /* Update device level interrupt statistics */
10236 phba->sli.slistat.sli_intr++;
10237
10238 /* Ignore all interrupts during initialization. */
10239 if (unlikely(phba->link_state < LPFC_LINK_DOWN))
10240 return -EIO;
10241
James Smart93996272008-08-24 21:50:30 -040010242 return 0;
10243}
10244
10245/**
James Smart3772a992009-05-22 14:50:54 -040010246 * lpfc_sli_sp_intr_handler - Slow-path interrupt handler to SLI-3 device
James Smarte59058c2008-08-24 21:49:00 -040010247 * @irq: Interrupt number.
10248 * @dev_id: The device context pointer.
10249 *
James Smart93996272008-08-24 21:50:30 -040010250 * This function is directly called from the PCI layer as an interrupt
James Smart3772a992009-05-22 14:50:54 -040010251 * service routine when device with SLI-3 interface spec is enabled with
10252 * MSI-X multi-message interrupt mode and there are slow-path events in
10253 * the HBA. However, when the device is enabled with either MSI or Pin-IRQ
10254 * interrupt mode, this function is called as part of the device-level
10255 * interrupt handler. When the PCI slot is in error recovery or the HBA
10256 * is undergoing initialization, the interrupt handler will not process
10257 * the interrupt. The link attention and ELS ring attention events are
10258 * handled by the worker thread. The interrupt handler signals the worker
10259 * thread and returns for these events. This function is called without
10260 * any lock held. It gets the hbalock to access and update SLI data
James Smart93996272008-08-24 21:50:30 -040010261 * structures.
10262 *
10263 * This function returns IRQ_HANDLED when interrupt is handled else it
10264 * returns IRQ_NONE.
James Smarte59058c2008-08-24 21:49:00 -040010265 **/
dea31012005-04-17 16:05:31 -050010266irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010267lpfc_sli_sp_intr_handler(int irq, void *dev_id)
dea31012005-04-17 16:05:31 -050010268{
James Smart2e0fef82007-06-17 19:56:36 -050010269 struct lpfc_hba *phba;
James Smarta747c9c2009-11-18 15:41:10 -050010270 uint32_t ha_copy, hc_copy;
dea31012005-04-17 16:05:31 -050010271 uint32_t work_ha_copy;
10272 unsigned long status;
James Smart5b75da22008-12-04 22:39:35 -050010273 unsigned long iflag;
dea31012005-04-17 16:05:31 -050010274 uint32_t control;
10275
James Smart92d7f7b2007-06-17 19:56:38 -050010276 MAILBOX_t *mbox, *pmbox;
James Smart858c9f62007-06-17 19:56:39 -050010277 struct lpfc_vport *vport;
10278 struct lpfc_nodelist *ndlp;
10279 struct lpfc_dmabuf *mp;
James Smart92d7f7b2007-06-17 19:56:38 -050010280 LPFC_MBOXQ_t *pmb;
10281 int rc;
10282
dea31012005-04-17 16:05:31 -050010283 /*
10284 * Get the driver's phba structure from the dev_id and
10285 * assume the HBA is not interrupting.
10286 */
James Smart93996272008-08-24 21:50:30 -040010287 phba = (struct lpfc_hba *)dev_id;
dea31012005-04-17 16:05:31 -050010288
10289 if (unlikely(!phba))
10290 return IRQ_NONE;
10291
dea31012005-04-17 16:05:31 -050010292 /*
James Smart93996272008-08-24 21:50:30 -040010293 * Stuff needs to be attented to when this function is invoked as an
10294 * individual interrupt handler in MSI-X multi-message interrupt mode
dea31012005-04-17 16:05:31 -050010295 */
James Smart93996272008-08-24 21:50:30 -040010296 if (phba->intr_type == MSIX) {
James Smart3772a992009-05-22 14:50:54 -040010297 /* Check device state for handling interrupt */
10298 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010299 return IRQ_NONE;
10300 /* Need to read HA REG for slow-path events */
James Smart5b75da22008-12-04 22:39:35 -050010301 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart9940b972011-03-11 16:06:12 -050010302 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10303 goto unplug_error;
James Smart93996272008-08-24 21:50:30 -040010304 /* If somebody is waiting to handle an eratt don't process it
10305 * here. The brdkill function will do this.
10306 */
10307 if (phba->link_flag & LS_IGNORE_ERATT)
10308 ha_copy &= ~HA_ERATT;
10309 /* Check the need for handling ERATT in interrupt handler */
10310 if (ha_copy & HA_ERATT) {
10311 if (phba->hba_flag & HBA_ERATT_HANDLED)
10312 /* ERATT polling has handled ERATT */
10313 ha_copy &= ~HA_ERATT;
10314 else
10315 /* Indicate interrupt handler handles ERATT */
10316 phba->hba_flag |= HBA_ERATT_HANDLED;
10317 }
James Smarta257bf92009-04-06 18:48:10 -040010318
10319 /*
10320 * If there is deferred error attention, do not check for any
10321 * interrupt.
10322 */
10323 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
James Smart3772a992009-05-22 14:50:54 -040010324 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010325 return IRQ_NONE;
10326 }
10327
James Smart93996272008-08-24 21:50:30 -040010328 /* Clear up only attention source related to slow-path */
James Smart9940b972011-03-11 16:06:12 -050010329 if (lpfc_readl(phba->HCregaddr, &hc_copy))
10330 goto unplug_error;
10331
James Smarta747c9c2009-11-18 15:41:10 -050010332 writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA |
10333 HC_LAINT_ENA | HC_ERINT_ENA),
10334 phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010335 writel((ha_copy & (HA_MBATT | HA_R2_CLR_MSK)),
10336 phba->HAregaddr);
James Smarta747c9c2009-11-18 15:41:10 -050010337 writel(hc_copy, phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010338 readl(phba->HAregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010339 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010340 } else
10341 ha_copy = phba->ha_copy;
dea31012005-04-17 16:05:31 -050010342
dea31012005-04-17 16:05:31 -050010343 work_ha_copy = ha_copy & phba->work_ha_mask;
10344
James Smart93996272008-08-24 21:50:30 -040010345 if (work_ha_copy) {
dea31012005-04-17 16:05:31 -050010346 if (work_ha_copy & HA_LATT) {
10347 if (phba->sli.sli_flag & LPFC_PROCESS_LA) {
10348 /*
10349 * Turn off Link Attention interrupts
10350 * until CLEAR_LA done
10351 */
James Smart5b75da22008-12-04 22:39:35 -050010352 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010353 phba->sli.sli_flag &= ~LPFC_PROCESS_LA;
James Smart9940b972011-03-11 16:06:12 -050010354 if (lpfc_readl(phba->HCregaddr, &control))
10355 goto unplug_error;
dea31012005-04-17 16:05:31 -050010356 control &= ~HC_LAINT_ENA;
10357 writel(control, phba->HCregaddr);
10358 readl(phba->HCregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010359 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010360 }
10361 else
10362 work_ha_copy &= ~HA_LATT;
10363 }
10364
James Smart93996272008-08-24 21:50:30 -040010365 if (work_ha_copy & ~(HA_ERATT | HA_MBATT | HA_LATT)) {
James Smart858c9f62007-06-17 19:56:39 -050010366 /*
10367 * Turn off Slow Rings interrupts, LPFC_ELS_RING is
10368 * the only slow ring.
10369 */
10370 status = (work_ha_copy &
10371 (HA_RXMASK << (4*LPFC_ELS_RING)));
10372 status >>= (4*LPFC_ELS_RING);
10373 if (status & HA_RXMASK) {
James Smart5b75da22008-12-04 22:39:35 -050010374 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart9940b972011-03-11 16:06:12 -050010375 if (lpfc_readl(phba->HCregaddr, &control))
10376 goto unplug_error;
James Smarta58cbd52007-08-02 11:09:43 -040010377
10378 lpfc_debugfs_slow_ring_trc(phba,
10379 "ISR slow ring: ctl:x%x stat:x%x isrcnt:x%x",
10380 control, status,
10381 (uint32_t)phba->sli.slistat.sli_intr);
10382
James Smart858c9f62007-06-17 19:56:39 -050010383 if (control & (HC_R0INT_ENA << LPFC_ELS_RING)) {
James Smarta58cbd52007-08-02 11:09:43 -040010384 lpfc_debugfs_slow_ring_trc(phba,
10385 "ISR Disable ring:"
10386 "pwork:x%x hawork:x%x wait:x%x",
10387 phba->work_ha, work_ha_copy,
10388 (uint32_t)((unsigned long)
James Smart5e9d9b82008-06-14 22:52:53 -040010389 &phba->work_waitq));
James Smarta58cbd52007-08-02 11:09:43 -040010390
James Smart858c9f62007-06-17 19:56:39 -050010391 control &=
10392 ~(HC_R0INT_ENA << LPFC_ELS_RING);
dea31012005-04-17 16:05:31 -050010393 writel(control, phba->HCregaddr);
10394 readl(phba->HCregaddr); /* flush */
dea31012005-04-17 16:05:31 -050010395 }
James Smarta58cbd52007-08-02 11:09:43 -040010396 else {
10397 lpfc_debugfs_slow_ring_trc(phba,
10398 "ISR slow ring: pwork:"
10399 "x%x hawork:x%x wait:x%x",
10400 phba->work_ha, work_ha_copy,
10401 (uint32_t)((unsigned long)
James Smart5e9d9b82008-06-14 22:52:53 -040010402 &phba->work_waitq));
James Smarta58cbd52007-08-02 11:09:43 -040010403 }
James Smart5b75da22008-12-04 22:39:35 -050010404 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010405 }
10406 }
James Smart5b75da22008-12-04 22:39:35 -050010407 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010408 if (work_ha_copy & HA_ERATT) {
James Smart9940b972011-03-11 16:06:12 -050010409 if (lpfc_sli_read_hs(phba))
10410 goto unplug_error;
James Smarta257bf92009-04-06 18:48:10 -040010411 /*
10412 * Check if there is a deferred error condition
10413 * is active
10414 */
10415 if ((HS_FFER1 & phba->work_hs) &&
10416 ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 |
James Smartdcf2a4e2010-09-29 11:18:53 -040010417 HS_FFER6 | HS_FFER7 | HS_FFER8) &
10418 phba->work_hs)) {
James Smarta257bf92009-04-06 18:48:10 -040010419 phba->hba_flag |= DEFER_ERATT;
10420 /* Clear all interrupt enable conditions */
10421 writel(0, phba->HCregaddr);
10422 readl(phba->HCregaddr);
10423 }
10424 }
10425
James Smart93996272008-08-24 21:50:30 -040010426 if ((work_ha_copy & HA_MBATT) && (phba->sli.mbox_active)) {
James Smart92d7f7b2007-06-17 19:56:38 -050010427 pmb = phba->sli.mbox_active;
James Smart04c68492009-05-22 14:52:52 -040010428 pmbox = &pmb->u.mb;
James Smart34b02dc2008-08-24 21:49:55 -040010429 mbox = phba->mbox;
James Smart858c9f62007-06-17 19:56:39 -050010430 vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -050010431
10432 /* First check out the status word */
10433 lpfc_sli_pcimem_bcopy(mbox, pmbox, sizeof(uint32_t));
10434 if (pmbox->mbxOwner != OWN_HOST) {
James Smart5b75da22008-12-04 22:39:35 -050010435 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart92d7f7b2007-06-17 19:56:38 -050010436 /*
10437 * Stray Mailbox Interrupt, mbxCommand <cmd>
10438 * mbxStatus <status>
10439 */
James Smart09372822008-01-11 01:52:54 -050010440 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
James Smart92d7f7b2007-06-17 19:56:38 -050010441 LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040010442 "(%d):0304 Stray Mailbox "
James Smart92d7f7b2007-06-17 19:56:38 -050010443 "Interrupt mbxCommand x%x "
10444 "mbxStatus x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040010445 (vport ? vport->vpi : 0),
James Smart92d7f7b2007-06-17 19:56:38 -050010446 pmbox->mbxCommand,
10447 pmbox->mbxStatus);
James Smart09372822008-01-11 01:52:54 -050010448 /* clear mailbox attention bit */
10449 work_ha_copy &= ~HA_MBATT;
10450 } else {
James Smart97eab632008-04-07 10:16:05 -040010451 phba->sli.mbox_active = NULL;
James Smart5b75da22008-12-04 22:39:35 -050010452 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart09372822008-01-11 01:52:54 -050010453 phba->last_completion_time = jiffies;
10454 del_timer(&phba->sli.mbox_tmo);
James Smart09372822008-01-11 01:52:54 -050010455 if (pmb->mbox_cmpl) {
10456 lpfc_sli_pcimem_bcopy(mbox, pmbox,
10457 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -040010458 if (pmb->out_ext_byte_len &&
10459 pmb->context2)
10460 lpfc_sli_pcimem_bcopy(
10461 phba->mbox_ext,
10462 pmb->context2,
10463 pmb->out_ext_byte_len);
James Smart858c9f62007-06-17 19:56:39 -050010464 }
James Smart09372822008-01-11 01:52:54 -050010465 if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) {
10466 pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG;
10467
10468 lpfc_debugfs_disc_trc(vport,
10469 LPFC_DISC_TRC_MBOX_VPORT,
10470 "MBOX dflt rpi: : "
10471 "status:x%x rpi:x%x",
10472 (uint32_t)pmbox->mbxStatus,
10473 pmbox->un.varWords[0], 0);
10474
10475 if (!pmbox->mbxStatus) {
10476 mp = (struct lpfc_dmabuf *)
10477 (pmb->context1);
10478 ndlp = (struct lpfc_nodelist *)
10479 pmb->context2;
10480
10481 /* Reg_LOGIN of dflt RPI was
10482 * successful. new lets get
10483 * rid of the RPI using the
10484 * same mbox buffer.
10485 */
10486 lpfc_unreg_login(phba,
10487 vport->vpi,
10488 pmbox->un.varWords[0],
10489 pmb);
10490 pmb->mbox_cmpl =
10491 lpfc_mbx_cmpl_dflt_rpi;
10492 pmb->context1 = mp;
10493 pmb->context2 = ndlp;
10494 pmb->vport = vport;
James Smart58da1ff2008-04-07 10:15:56 -040010495 rc = lpfc_sli_issue_mbox(phba,
10496 pmb,
10497 MBX_NOWAIT);
10498 if (rc != MBX_BUSY)
10499 lpfc_printf_log(phba,
10500 KERN_ERR,
10501 LOG_MBOX | LOG_SLI,
James Smartd7c255b2008-08-24 21:50:00 -040010502 "0350 rc should have"
James Smart6a9c52c2009-10-02 15:16:51 -040010503 "been MBX_BUSY\n");
James Smart3772a992009-05-22 14:50:54 -040010504 if (rc != MBX_NOT_FINISHED)
10505 goto send_current_mbox;
James Smart09372822008-01-11 01:52:54 -050010506 }
10507 }
James Smart5b75da22008-12-04 22:39:35 -050010508 spin_lock_irqsave(
10509 &phba->pport->work_port_lock,
10510 iflag);
James Smart09372822008-01-11 01:52:54 -050010511 phba->pport->work_port_events &=
10512 ~WORKER_MBOX_TMO;
James Smart5b75da22008-12-04 22:39:35 -050010513 spin_unlock_irqrestore(
10514 &phba->pport->work_port_lock,
10515 iflag);
James Smart09372822008-01-11 01:52:54 -050010516 lpfc_mbox_cmpl_put(phba, pmb);
James Smart858c9f62007-06-17 19:56:39 -050010517 }
James Smart97eab632008-04-07 10:16:05 -040010518 } else
James Smart5b75da22008-12-04 22:39:35 -050010519 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010520
James Smart92d7f7b2007-06-17 19:56:38 -050010521 if ((work_ha_copy & HA_MBATT) &&
10522 (phba->sli.mbox_active == NULL)) {
James Smart858c9f62007-06-17 19:56:39 -050010523send_current_mbox:
James Smart92d7f7b2007-06-17 19:56:38 -050010524 /* Process next mailbox command if there is one */
James Smart58da1ff2008-04-07 10:15:56 -040010525 do {
10526 rc = lpfc_sli_issue_mbox(phba, NULL,
10527 MBX_NOWAIT);
10528 } while (rc == MBX_NOT_FINISHED);
10529 if (rc != MBX_SUCCESS)
10530 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
10531 LOG_SLI, "0349 rc should be "
James Smart6a9c52c2009-10-02 15:16:51 -040010532 "MBX_SUCCESS\n");
James Smart92d7f7b2007-06-17 19:56:38 -050010533 }
10534
James Smart5b75da22008-12-04 22:39:35 -050010535 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050010536 phba->work_ha |= work_ha_copy;
James Smart5b75da22008-12-04 22:39:35 -050010537 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart5e9d9b82008-06-14 22:52:53 -040010538 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -050010539 }
James Smart93996272008-08-24 21:50:30 -040010540 return IRQ_HANDLED;
James Smart9940b972011-03-11 16:06:12 -050010541unplug_error:
10542 spin_unlock_irqrestore(&phba->hbalock, iflag);
10543 return IRQ_HANDLED;
dea31012005-04-17 16:05:31 -050010544
James Smart3772a992009-05-22 14:50:54 -040010545} /* lpfc_sli_sp_intr_handler */
James Smart93996272008-08-24 21:50:30 -040010546
10547/**
James Smart3772a992009-05-22 14:50:54 -040010548 * lpfc_sli_fp_intr_handler - Fast-path interrupt handler to SLI-3 device.
James Smart93996272008-08-24 21:50:30 -040010549 * @irq: Interrupt number.
10550 * @dev_id: The device context pointer.
10551 *
10552 * This function is directly called from the PCI layer as an interrupt
James Smart3772a992009-05-22 14:50:54 -040010553 * service routine when device with SLI-3 interface spec is enabled with
10554 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
10555 * ring event in the HBA. However, when the device is enabled with either
10556 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
10557 * device-level interrupt handler. When the PCI slot is in error recovery
10558 * or the HBA is undergoing initialization, the interrupt handler will not
10559 * process the interrupt. The SCSI FCP fast-path ring event are handled in
10560 * the intrrupt context. This function is called without any lock held.
10561 * It gets the hbalock to access and update SLI data structures.
James Smart93996272008-08-24 21:50:30 -040010562 *
10563 * This function returns IRQ_HANDLED when interrupt is handled else it
10564 * returns IRQ_NONE.
10565 **/
10566irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010567lpfc_sli_fp_intr_handler(int irq, void *dev_id)
James Smart93996272008-08-24 21:50:30 -040010568{
10569 struct lpfc_hba *phba;
10570 uint32_t ha_copy;
10571 unsigned long status;
James Smart5b75da22008-12-04 22:39:35 -050010572 unsigned long iflag;
James Smart93996272008-08-24 21:50:30 -040010573
10574 /* Get the driver's phba structure from the dev_id and
10575 * assume the HBA is not interrupting.
10576 */
10577 phba = (struct lpfc_hba *) dev_id;
10578
10579 if (unlikely(!phba))
10580 return IRQ_NONE;
dea31012005-04-17 16:05:31 -050010581
10582 /*
James Smart93996272008-08-24 21:50:30 -040010583 * Stuff needs to be attented to when this function is invoked as an
10584 * individual interrupt handler in MSI-X multi-message interrupt mode
dea31012005-04-17 16:05:31 -050010585 */
James Smart93996272008-08-24 21:50:30 -040010586 if (phba->intr_type == MSIX) {
James Smart3772a992009-05-22 14:50:54 -040010587 /* Check device state for handling interrupt */
10588 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010589 return IRQ_NONE;
10590 /* Need to read HA REG for FCP ring and other ring events */
James Smart9940b972011-03-11 16:06:12 -050010591 if (lpfc_readl(phba->HAregaddr, &ha_copy))
10592 return IRQ_HANDLED;
James Smart93996272008-08-24 21:50:30 -040010593 /* Clear up only attention source related to fast-path */
James Smart5b75da22008-12-04 22:39:35 -050010594 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010595 /*
10596 * If there is deferred error attention, do not check for
10597 * any interrupt.
10598 */
10599 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
James Smart3772a992009-05-22 14:50:54 -040010600 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040010601 return IRQ_NONE;
10602 }
James Smart93996272008-08-24 21:50:30 -040010603 writel((ha_copy & (HA_R0_CLR_MSK | HA_R1_CLR_MSK)),
10604 phba->HAregaddr);
10605 readl(phba->HAregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050010606 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040010607 } else
10608 ha_copy = phba->ha_copy;
10609
10610 /*
10611 * Process all events on FCP ring. Take the optimized path for FCP IO.
10612 */
10613 ha_copy &= ~(phba->work_ha_mask);
10614
10615 status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
dea31012005-04-17 16:05:31 -050010616 status >>= (4*LPFC_FCP_RING);
James Smart858c9f62007-06-17 19:56:39 -050010617 if (status & HA_RXMASK)
dea31012005-04-17 16:05:31 -050010618 lpfc_sli_handle_fast_ring_event(phba,
10619 &phba->sli.ring[LPFC_FCP_RING],
10620 status);
James Smarta4bc3372006-12-02 13:34:16 -050010621
10622 if (phba->cfg_multi_ring_support == 2) {
10623 /*
James Smart93996272008-08-24 21:50:30 -040010624 * Process all events on extra ring. Take the optimized path
10625 * for extra ring IO.
James Smarta4bc3372006-12-02 13:34:16 -050010626 */
James Smart93996272008-08-24 21:50:30 -040010627 status = (ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING)));
James Smarta4bc3372006-12-02 13:34:16 -050010628 status >>= (4*LPFC_EXTRA_RING);
James Smart858c9f62007-06-17 19:56:39 -050010629 if (status & HA_RXMASK) {
James Smarta4bc3372006-12-02 13:34:16 -050010630 lpfc_sli_handle_fast_ring_event(phba,
10631 &phba->sli.ring[LPFC_EXTRA_RING],
10632 status);
10633 }
10634 }
dea31012005-04-17 16:05:31 -050010635 return IRQ_HANDLED;
James Smart3772a992009-05-22 14:50:54 -040010636} /* lpfc_sli_fp_intr_handler */
dea31012005-04-17 16:05:31 -050010637
James Smart93996272008-08-24 21:50:30 -040010638/**
James Smart3772a992009-05-22 14:50:54 -040010639 * lpfc_sli_intr_handler - Device-level interrupt handler to SLI-3 device
James Smart93996272008-08-24 21:50:30 -040010640 * @irq: Interrupt number.
10641 * @dev_id: The device context pointer.
10642 *
James Smart3772a992009-05-22 14:50:54 -040010643 * This function is the HBA device-level interrupt handler to device with
10644 * SLI-3 interface spec, called from the PCI layer when either MSI or
10645 * Pin-IRQ interrupt mode is enabled and there is an event in the HBA which
10646 * requires driver attention. This function invokes the slow-path interrupt
10647 * attention handling function and fast-path interrupt attention handling
10648 * function in turn to process the relevant HBA attention events. This
10649 * function is called without any lock held. It gets the hbalock to access
10650 * and update SLI data structures.
James Smart93996272008-08-24 21:50:30 -040010651 *
10652 * This function returns IRQ_HANDLED when interrupt is handled, else it
10653 * returns IRQ_NONE.
10654 **/
10655irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040010656lpfc_sli_intr_handler(int irq, void *dev_id)
James Smart93996272008-08-24 21:50:30 -040010657{
10658 struct lpfc_hba *phba;
10659 irqreturn_t sp_irq_rc, fp_irq_rc;
10660 unsigned long status1, status2;
James Smarta747c9c2009-11-18 15:41:10 -050010661 uint32_t hc_copy;
James Smart93996272008-08-24 21:50:30 -040010662
10663 /*
10664 * Get the driver's phba structure from the dev_id and
10665 * assume the HBA is not interrupting.
10666 */
10667 phba = (struct lpfc_hba *) dev_id;
10668
10669 if (unlikely(!phba))
10670 return IRQ_NONE;
10671
James Smart3772a992009-05-22 14:50:54 -040010672 /* Check device state for handling interrupt */
10673 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040010674 return IRQ_NONE;
10675
10676 spin_lock(&phba->hbalock);
James Smart9940b972011-03-11 16:06:12 -050010677 if (lpfc_readl(phba->HAregaddr, &phba->ha_copy)) {
10678 spin_unlock(&phba->hbalock);
10679 return IRQ_HANDLED;
10680 }
10681
James Smart93996272008-08-24 21:50:30 -040010682 if (unlikely(!phba->ha_copy)) {
10683 spin_unlock(&phba->hbalock);
10684 return IRQ_NONE;
10685 } else if (phba->ha_copy & HA_ERATT) {
10686 if (phba->hba_flag & HBA_ERATT_HANDLED)
10687 /* ERATT polling has handled ERATT */
10688 phba->ha_copy &= ~HA_ERATT;
10689 else
10690 /* Indicate interrupt handler handles ERATT */
10691 phba->hba_flag |= HBA_ERATT_HANDLED;
10692 }
10693
James Smarta257bf92009-04-06 18:48:10 -040010694 /*
10695 * If there is deferred error attention, do not check for any interrupt.
10696 */
10697 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
Dan Carpenterec21b3b2010-08-08 00:15:17 +020010698 spin_unlock(&phba->hbalock);
James Smarta257bf92009-04-06 18:48:10 -040010699 return IRQ_NONE;
10700 }
10701
James Smart93996272008-08-24 21:50:30 -040010702 /* Clear attention sources except link and error attentions */
James Smart9940b972011-03-11 16:06:12 -050010703 if (lpfc_readl(phba->HCregaddr, &hc_copy)) {
10704 spin_unlock(&phba->hbalock);
10705 return IRQ_HANDLED;
10706 }
James Smarta747c9c2009-11-18 15:41:10 -050010707 writel(hc_copy & ~(HC_MBINT_ENA | HC_R0INT_ENA | HC_R1INT_ENA
10708 | HC_R2INT_ENA | HC_LAINT_ENA | HC_ERINT_ENA),
10709 phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010710 writel((phba->ha_copy & ~(HA_LATT | HA_ERATT)), phba->HAregaddr);
James Smarta747c9c2009-11-18 15:41:10 -050010711 writel(hc_copy, phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040010712 readl(phba->HAregaddr); /* flush */
10713 spin_unlock(&phba->hbalock);
10714
10715 /*
10716 * Invokes slow-path host attention interrupt handling as appropriate.
10717 */
10718
10719 /* status of events with mailbox and link attention */
10720 status1 = phba->ha_copy & (HA_MBATT | HA_LATT | HA_ERATT);
10721
10722 /* status of events with ELS ring */
10723 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
10724 status2 >>= (4*LPFC_ELS_RING);
10725
10726 if (status1 || (status2 & HA_RXMASK))
James Smart3772a992009-05-22 14:50:54 -040010727 sp_irq_rc = lpfc_sli_sp_intr_handler(irq, dev_id);
James Smart93996272008-08-24 21:50:30 -040010728 else
10729 sp_irq_rc = IRQ_NONE;
10730
10731 /*
10732 * Invoke fast-path host attention interrupt handling as appropriate.
10733 */
10734
10735 /* status of events with FCP ring */
10736 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
10737 status1 >>= (4*LPFC_FCP_RING);
10738
10739 /* status of events with extra ring */
10740 if (phba->cfg_multi_ring_support == 2) {
10741 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING)));
10742 status2 >>= (4*LPFC_EXTRA_RING);
10743 } else
10744 status2 = 0;
10745
10746 if ((status1 & HA_RXMASK) || (status2 & HA_RXMASK))
James Smart3772a992009-05-22 14:50:54 -040010747 fp_irq_rc = lpfc_sli_fp_intr_handler(irq, dev_id);
James Smart93996272008-08-24 21:50:30 -040010748 else
10749 fp_irq_rc = IRQ_NONE;
10750
10751 /* Return device-level interrupt handling status */
10752 return (sp_irq_rc == IRQ_HANDLED) ? sp_irq_rc : fp_irq_rc;
James Smart3772a992009-05-22 14:50:54 -040010753} /* lpfc_sli_intr_handler */
James Smart4f774512009-05-22 14:52:35 -040010754
10755/**
10756 * lpfc_sli4_fcp_xri_abort_event_proc - Process fcp xri abort event
10757 * @phba: pointer to lpfc hba data structure.
10758 *
10759 * This routine is invoked by the worker thread to process all the pending
10760 * SLI4 FCP abort XRI events.
10761 **/
10762void lpfc_sli4_fcp_xri_abort_event_proc(struct lpfc_hba *phba)
10763{
10764 struct lpfc_cq_event *cq_event;
10765
10766 /* First, declare the fcp xri abort event has been handled */
10767 spin_lock_irq(&phba->hbalock);
10768 phba->hba_flag &= ~FCP_XRI_ABORT_EVENT;
10769 spin_unlock_irq(&phba->hbalock);
10770 /* Now, handle all the fcp xri abort events */
10771 while (!list_empty(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue)) {
10772 /* Get the first event from the head of the event queue */
10773 spin_lock_irq(&phba->hbalock);
10774 list_remove_head(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue,
10775 cq_event, struct lpfc_cq_event, list);
10776 spin_unlock_irq(&phba->hbalock);
10777 /* Notify aborted XRI for FCP work queue */
10778 lpfc_sli4_fcp_xri_aborted(phba, &cq_event->cqe.wcqe_axri);
10779 /* Free the event processed back to the free pool */
10780 lpfc_sli4_cq_event_release(phba, cq_event);
10781 }
10782}
10783
10784/**
10785 * lpfc_sli4_els_xri_abort_event_proc - Process els xri abort event
10786 * @phba: pointer to lpfc hba data structure.
10787 *
10788 * This routine is invoked by the worker thread to process all the pending
10789 * SLI4 els abort xri events.
10790 **/
10791void lpfc_sli4_els_xri_abort_event_proc(struct lpfc_hba *phba)
10792{
10793 struct lpfc_cq_event *cq_event;
10794
10795 /* First, declare the els xri abort event has been handled */
10796 spin_lock_irq(&phba->hbalock);
10797 phba->hba_flag &= ~ELS_XRI_ABORT_EVENT;
10798 spin_unlock_irq(&phba->hbalock);
10799 /* Now, handle all the els xri abort events */
10800 while (!list_empty(&phba->sli4_hba.sp_els_xri_aborted_work_queue)) {
10801 /* Get the first event from the head of the event queue */
10802 spin_lock_irq(&phba->hbalock);
10803 list_remove_head(&phba->sli4_hba.sp_els_xri_aborted_work_queue,
10804 cq_event, struct lpfc_cq_event, list);
10805 spin_unlock_irq(&phba->hbalock);
10806 /* Notify aborted XRI for ELS work queue */
10807 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri);
10808 /* Free the event processed back to the free pool */
10809 lpfc_sli4_cq_event_release(phba, cq_event);
10810 }
10811}
10812
James Smart341af102010-01-26 23:07:37 -050010813/**
10814 * lpfc_sli4_iocb_param_transfer - Transfer pIocbOut and cmpl status to pIocbIn
10815 * @phba: pointer to lpfc hba data structure
10816 * @pIocbIn: pointer to the rspiocbq
10817 * @pIocbOut: pointer to the cmdiocbq
10818 * @wcqe: pointer to the complete wcqe
10819 *
10820 * This routine transfers the fields of a command iocbq to a response iocbq
10821 * by copying all the IOCB fields from command iocbq and transferring the
10822 * completion status information from the complete wcqe.
10823 **/
James Smart4f774512009-05-22 14:52:35 -040010824static void
James Smart341af102010-01-26 23:07:37 -050010825lpfc_sli4_iocb_param_transfer(struct lpfc_hba *phba,
10826 struct lpfc_iocbq *pIocbIn,
James Smart4f774512009-05-22 14:52:35 -040010827 struct lpfc_iocbq *pIocbOut,
10828 struct lpfc_wcqe_complete *wcqe)
10829{
James Smart341af102010-01-26 23:07:37 -050010830 unsigned long iflags;
James Smartacd68592012-01-18 16:25:09 -050010831 uint32_t status;
James Smart4f774512009-05-22 14:52:35 -040010832 size_t offset = offsetof(struct lpfc_iocbq, iocb);
10833
10834 memcpy((char *)pIocbIn + offset, (char *)pIocbOut + offset,
10835 sizeof(struct lpfc_iocbq) - offset);
James Smart4f774512009-05-22 14:52:35 -040010836 /* Map WCQE parameters into irspiocb parameters */
James Smartacd68592012-01-18 16:25:09 -050010837 status = bf_get(lpfc_wcqe_c_status, wcqe);
10838 pIocbIn->iocb.ulpStatus = (status & LPFC_IOCB_STATUS_MASK);
James Smart4f774512009-05-22 14:52:35 -040010839 if (pIocbOut->iocb_flag & LPFC_IO_FCP)
10840 if (pIocbIn->iocb.ulpStatus == IOSTAT_FCP_RSP_ERROR)
10841 pIocbIn->iocb.un.fcpi.fcpi_parm =
10842 pIocbOut->iocb.un.fcpi.fcpi_parm -
10843 wcqe->total_data_placed;
10844 else
10845 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter;
James Smart695a8142010-01-26 23:08:03 -050010846 else {
James Smart4f774512009-05-22 14:52:35 -040010847 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter;
James Smart695a8142010-01-26 23:08:03 -050010848 pIocbIn->iocb.un.genreq64.bdl.bdeSize = wcqe->total_data_placed;
10849 }
James Smart341af102010-01-26 23:07:37 -050010850
James Smartacd68592012-01-18 16:25:09 -050010851 /* Convert BG errors for completion status */
10852 if (status == CQE_STATUS_DI_ERROR) {
10853 pIocbIn->iocb.ulpStatus = IOSTAT_LOCAL_REJECT;
10854
10855 if (bf_get(lpfc_wcqe_c_bg_edir, wcqe))
10856 pIocbIn->iocb.un.ulpWord[4] = IOERR_RX_DMA_FAILED;
10857 else
10858 pIocbIn->iocb.un.ulpWord[4] = IOERR_TX_DMA_FAILED;
10859
10860 pIocbIn->iocb.unsli3.sli3_bg.bgstat = 0;
10861 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) /* Guard Check failed */
10862 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
10863 BGS_GUARD_ERR_MASK;
10864 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) /* App Tag Check failed */
10865 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
10866 BGS_APPTAG_ERR_MASK;
10867 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) /* Ref Tag Check failed */
10868 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
10869 BGS_REFTAG_ERR_MASK;
10870
10871 /* Check to see if there was any good data before the error */
10872 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) {
10873 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
10874 BGS_HI_WATER_MARK_PRESENT_MASK;
10875 pIocbIn->iocb.unsli3.sli3_bg.bghm =
10876 wcqe->total_data_placed;
10877 }
10878
10879 /*
10880 * Set ALL the error bits to indicate we don't know what
10881 * type of error it is.
10882 */
10883 if (!pIocbIn->iocb.unsli3.sli3_bg.bgstat)
10884 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
10885 (BGS_REFTAG_ERR_MASK | BGS_APPTAG_ERR_MASK |
10886 BGS_GUARD_ERR_MASK);
10887 }
10888
James Smart341af102010-01-26 23:07:37 -050010889 /* Pick up HBA exchange busy condition */
10890 if (bf_get(lpfc_wcqe_c_xb, wcqe)) {
10891 spin_lock_irqsave(&phba->hbalock, iflags);
10892 pIocbIn->iocb_flag |= LPFC_EXCHANGE_BUSY;
10893 spin_unlock_irqrestore(&phba->hbalock, iflags);
10894 }
James Smart4f774512009-05-22 14:52:35 -040010895}
10896
10897/**
James Smart45ed1192009-10-02 15:17:02 -040010898 * lpfc_sli4_els_wcqe_to_rspiocbq - Get response iocbq from els wcqe
10899 * @phba: Pointer to HBA context object.
10900 * @wcqe: Pointer to work-queue completion queue entry.
10901 *
10902 * This routine handles an ELS work-queue completion event and construct
10903 * a pseudo response ELS IODBQ from the SLI4 ELS WCQE for the common
10904 * discovery engine to handle.
10905 *
10906 * Return: Pointer to the receive IOCBQ, NULL otherwise.
10907 **/
10908static struct lpfc_iocbq *
10909lpfc_sli4_els_wcqe_to_rspiocbq(struct lpfc_hba *phba,
10910 struct lpfc_iocbq *irspiocbq)
10911{
10912 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
10913 struct lpfc_iocbq *cmdiocbq;
10914 struct lpfc_wcqe_complete *wcqe;
10915 unsigned long iflags;
10916
10917 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl;
10918 spin_lock_irqsave(&phba->hbalock, iflags);
10919 pring->stats.iocb_event++;
10920 /* Look up the ELS command IOCB and create pseudo response IOCB */
10921 cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring,
10922 bf_get(lpfc_wcqe_c_request_tag, wcqe));
10923 spin_unlock_irqrestore(&phba->hbalock, iflags);
10924
10925 if (unlikely(!cmdiocbq)) {
10926 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
10927 "0386 ELS complete with no corresponding "
10928 "cmdiocb: iotag (%d)\n",
10929 bf_get(lpfc_wcqe_c_request_tag, wcqe));
10930 lpfc_sli_release_iocbq(phba, irspiocbq);
10931 return NULL;
10932 }
10933
10934 /* Fake the irspiocbq and copy necessary response information */
James Smart341af102010-01-26 23:07:37 -050010935 lpfc_sli4_iocb_param_transfer(phba, irspiocbq, cmdiocbq, wcqe);
James Smart45ed1192009-10-02 15:17:02 -040010936
10937 return irspiocbq;
10938}
10939
10940/**
James Smart04c68492009-05-22 14:52:52 -040010941 * lpfc_sli4_sp_handle_async_event - Handle an asynchroous event
10942 * @phba: Pointer to HBA context object.
10943 * @cqe: Pointer to mailbox completion queue entry.
10944 *
10945 * This routine process a mailbox completion queue entry with asynchrous
10946 * event.
10947 *
10948 * Return: true if work posted to worker thread, otherwise false.
10949 **/
10950static bool
10951lpfc_sli4_sp_handle_async_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
10952{
10953 struct lpfc_cq_event *cq_event;
10954 unsigned long iflags;
10955
10956 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
10957 "0392 Async Event: word0:x%x, word1:x%x, "
10958 "word2:x%x, word3:x%x\n", mcqe->word0,
10959 mcqe->mcqe_tag0, mcqe->mcqe_tag1, mcqe->trailer);
10960
10961 /* Allocate a new internal CQ_EVENT entry */
10962 cq_event = lpfc_sli4_cq_event_alloc(phba);
10963 if (!cq_event) {
10964 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
10965 "0394 Failed to allocate CQ_EVENT entry\n");
10966 return false;
10967 }
10968
10969 /* Move the CQE into an asynchronous event entry */
10970 memcpy(&cq_event->cqe, mcqe, sizeof(struct lpfc_mcqe));
10971 spin_lock_irqsave(&phba->hbalock, iflags);
10972 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue);
10973 /* Set the async event flag */
10974 phba->hba_flag |= ASYNC_EVENT;
10975 spin_unlock_irqrestore(&phba->hbalock, iflags);
10976
10977 return true;
10978}
10979
10980/**
10981 * lpfc_sli4_sp_handle_mbox_event - Handle a mailbox completion event
10982 * @phba: Pointer to HBA context object.
10983 * @cqe: Pointer to mailbox completion queue entry.
10984 *
10985 * This routine process a mailbox completion queue entry with mailbox
10986 * completion event.
10987 *
10988 * Return: true if work posted to worker thread, otherwise false.
10989 **/
10990static bool
10991lpfc_sli4_sp_handle_mbox_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
10992{
10993 uint32_t mcqe_status;
10994 MAILBOX_t *mbox, *pmbox;
10995 struct lpfc_mqe *mqe;
10996 struct lpfc_vport *vport;
10997 struct lpfc_nodelist *ndlp;
10998 struct lpfc_dmabuf *mp;
10999 unsigned long iflags;
11000 LPFC_MBOXQ_t *pmb;
11001 bool workposted = false;
11002 int rc;
11003
11004 /* If not a mailbox complete MCQE, out by checking mailbox consume */
11005 if (!bf_get(lpfc_trailer_completed, mcqe))
11006 goto out_no_mqe_complete;
11007
11008 /* Get the reference to the active mbox command */
11009 spin_lock_irqsave(&phba->hbalock, iflags);
11010 pmb = phba->sli.mbox_active;
11011 if (unlikely(!pmb)) {
11012 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
11013 "1832 No pending MBOX command to handle\n");
11014 spin_unlock_irqrestore(&phba->hbalock, iflags);
11015 goto out_no_mqe_complete;
11016 }
11017 spin_unlock_irqrestore(&phba->hbalock, iflags);
11018 mqe = &pmb->u.mqe;
11019 pmbox = (MAILBOX_t *)&pmb->u.mqe;
11020 mbox = phba->mbox;
11021 vport = pmb->vport;
11022
11023 /* Reset heartbeat timer */
11024 phba->last_completion_time = jiffies;
11025 del_timer(&phba->sli.mbox_tmo);
11026
11027 /* Move mbox data to caller's mailbox region, do endian swapping */
11028 if (pmb->mbox_cmpl && mbox)
11029 lpfc_sli_pcimem_bcopy(mbox, mqe, sizeof(struct lpfc_mqe));
James Smart04c68492009-05-22 14:52:52 -040011030
James Smart73d91e52011-10-10 21:32:10 -040011031 /*
11032 * For mcqe errors, conditionally move a modified error code to
11033 * the mbox so that the error will not be missed.
11034 */
11035 mcqe_status = bf_get(lpfc_mcqe_status, mcqe);
11036 if (mcqe_status != MB_CQE_STATUS_SUCCESS) {
11037 if (bf_get(lpfc_mqe_status, mqe) == MBX_SUCCESS)
11038 bf_set(lpfc_mqe_status, mqe,
11039 (LPFC_MBX_ERROR_RANGE | mcqe_status));
11040 }
James Smart04c68492009-05-22 14:52:52 -040011041 if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) {
11042 pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG;
11043 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_MBOX_VPORT,
11044 "MBOX dflt rpi: status:x%x rpi:x%x",
11045 mcqe_status,
11046 pmbox->un.varWords[0], 0);
11047 if (mcqe_status == MB_CQE_STATUS_SUCCESS) {
11048 mp = (struct lpfc_dmabuf *)(pmb->context1);
11049 ndlp = (struct lpfc_nodelist *)pmb->context2;
11050 /* Reg_LOGIN of dflt RPI was successful. Now lets get
11051 * RID of the PPI using the same mbox buffer.
11052 */
11053 lpfc_unreg_login(phba, vport->vpi,
11054 pmbox->un.varWords[0], pmb);
11055 pmb->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
11056 pmb->context1 = mp;
11057 pmb->context2 = ndlp;
11058 pmb->vport = vport;
11059 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
11060 if (rc != MBX_BUSY)
11061 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
11062 LOG_SLI, "0385 rc should "
11063 "have been MBX_BUSY\n");
11064 if (rc != MBX_NOT_FINISHED)
11065 goto send_current_mbox;
11066 }
11067 }
11068 spin_lock_irqsave(&phba->pport->work_port_lock, iflags);
11069 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
11070 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflags);
11071
11072 /* There is mailbox completion work to do */
11073 spin_lock_irqsave(&phba->hbalock, iflags);
11074 __lpfc_mbox_cmpl_put(phba, pmb);
11075 phba->work_ha |= HA_MBATT;
11076 spin_unlock_irqrestore(&phba->hbalock, iflags);
11077 workposted = true;
11078
11079send_current_mbox:
11080 spin_lock_irqsave(&phba->hbalock, iflags);
11081 /* Release the mailbox command posting token */
11082 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
11083 /* Setting active mailbox pointer need to be in sync to flag clear */
11084 phba->sli.mbox_active = NULL;
11085 spin_unlock_irqrestore(&phba->hbalock, iflags);
11086 /* Wake up worker thread to post the next pending mailbox command */
11087 lpfc_worker_wake_up(phba);
11088out_no_mqe_complete:
11089 if (bf_get(lpfc_trailer_consumed, mcqe))
11090 lpfc_sli4_mq_release(phba->sli4_hba.mbx_wq);
11091 return workposted;
11092}
11093
11094/**
11095 * lpfc_sli4_sp_handle_mcqe - Process a mailbox completion queue entry
11096 * @phba: Pointer to HBA context object.
11097 * @cqe: Pointer to mailbox completion queue entry.
11098 *
11099 * This routine process a mailbox completion queue entry, it invokes the
11100 * proper mailbox complete handling or asynchrous event handling routine
11101 * according to the MCQE's async bit.
11102 *
11103 * Return: true if work posted to worker thread, otherwise false.
11104 **/
11105static bool
11106lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_cqe *cqe)
11107{
11108 struct lpfc_mcqe mcqe;
11109 bool workposted;
11110
11111 /* Copy the mailbox MCQE and convert endian order as needed */
11112 lpfc_sli_pcimem_bcopy(cqe, &mcqe, sizeof(struct lpfc_mcqe));
11113
11114 /* Invoke the proper event handling routine */
11115 if (!bf_get(lpfc_trailer_async, &mcqe))
11116 workposted = lpfc_sli4_sp_handle_mbox_event(phba, &mcqe);
11117 else
11118 workposted = lpfc_sli4_sp_handle_async_event(phba, &mcqe);
11119 return workposted;
11120}
11121
11122/**
James Smart4f774512009-05-22 14:52:35 -040011123 * lpfc_sli4_sp_handle_els_wcqe - Handle els work-queue completion event
11124 * @phba: Pointer to HBA context object.
11125 * @wcqe: Pointer to work-queue completion queue entry.
11126 *
11127 * This routine handles an ELS work-queue completion event.
11128 *
11129 * Return: true if work posted to worker thread, otherwise false.
11130 **/
11131static bool
11132lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba,
11133 struct lpfc_wcqe_complete *wcqe)
11134{
James Smart4f774512009-05-22 14:52:35 -040011135 struct lpfc_iocbq *irspiocbq;
11136 unsigned long iflags;
James Smart2a9bf3d2010-06-07 15:24:45 -040011137 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_FCP_RING];
James Smart4f774512009-05-22 14:52:35 -040011138
James Smart45ed1192009-10-02 15:17:02 -040011139 /* Get an irspiocbq for later ELS response processing use */
James Smart4f774512009-05-22 14:52:35 -040011140 irspiocbq = lpfc_sli_get_iocbq(phba);
11141 if (!irspiocbq) {
11142 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart2a9bf3d2010-06-07 15:24:45 -040011143 "0387 NO IOCBQ data: txq_cnt=%d iocb_cnt=%d "
11144 "fcp_txcmplq_cnt=%d, els_txcmplq_cnt=%d\n",
11145 pring->txq_cnt, phba->iocb_cnt,
11146 phba->sli.ring[LPFC_FCP_RING].txcmplq_cnt,
11147 phba->sli.ring[LPFC_ELS_RING].txcmplq_cnt);
James Smart45ed1192009-10-02 15:17:02 -040011148 return false;
James Smart4f774512009-05-22 14:52:35 -040011149 }
James Smart4f774512009-05-22 14:52:35 -040011150
James Smart45ed1192009-10-02 15:17:02 -040011151 /* Save off the slow-path queue event for work thread to process */
11152 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe));
James Smart4f774512009-05-22 14:52:35 -040011153 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart4d9ab992009-10-02 15:16:39 -040011154 list_add_tail(&irspiocbq->cq_event.list,
James Smart45ed1192009-10-02 15:17:02 -040011155 &phba->sli4_hba.sp_queue_event);
11156 phba->hba_flag |= HBA_SP_QUEUE_EVT;
James Smart4f774512009-05-22 14:52:35 -040011157 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart4f774512009-05-22 14:52:35 -040011158
James Smart45ed1192009-10-02 15:17:02 -040011159 return true;
James Smart4f774512009-05-22 14:52:35 -040011160}
11161
11162/**
11163 * lpfc_sli4_sp_handle_rel_wcqe - Handle slow-path WQ entry consumed event
11164 * @phba: Pointer to HBA context object.
11165 * @wcqe: Pointer to work-queue completion queue entry.
11166 *
11167 * This routine handles slow-path WQ entry comsumed event by invoking the
11168 * proper WQ release routine to the slow-path WQ.
11169 **/
11170static void
11171lpfc_sli4_sp_handle_rel_wcqe(struct lpfc_hba *phba,
11172 struct lpfc_wcqe_release *wcqe)
11173{
James Smart2e90f4b2011-12-13 13:22:37 -050011174 /* sanity check on queue memory */
11175 if (unlikely(!phba->sli4_hba.els_wq))
11176 return;
James Smart4f774512009-05-22 14:52:35 -040011177 /* Check for the slow-path ELS work queue */
11178 if (bf_get(lpfc_wcqe_r_wq_id, wcqe) == phba->sli4_hba.els_wq->queue_id)
11179 lpfc_sli4_wq_release(phba->sli4_hba.els_wq,
11180 bf_get(lpfc_wcqe_r_wqe_index, wcqe));
11181 else
11182 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11183 "2579 Slow-path wqe consume event carries "
11184 "miss-matched qid: wcqe-qid=x%x, sp-qid=x%x\n",
11185 bf_get(lpfc_wcqe_r_wqe_index, wcqe),
11186 phba->sli4_hba.els_wq->queue_id);
11187}
11188
11189/**
11190 * lpfc_sli4_sp_handle_abort_xri_wcqe - Handle a xri abort event
11191 * @phba: Pointer to HBA context object.
11192 * @cq: Pointer to a WQ completion queue.
11193 * @wcqe: Pointer to work-queue completion queue entry.
11194 *
11195 * This routine handles an XRI abort event.
11196 *
11197 * Return: true if work posted to worker thread, otherwise false.
11198 **/
11199static bool
11200lpfc_sli4_sp_handle_abort_xri_wcqe(struct lpfc_hba *phba,
11201 struct lpfc_queue *cq,
11202 struct sli4_wcqe_xri_aborted *wcqe)
11203{
11204 bool workposted = false;
11205 struct lpfc_cq_event *cq_event;
11206 unsigned long iflags;
11207
11208 /* Allocate a new internal CQ_EVENT entry */
11209 cq_event = lpfc_sli4_cq_event_alloc(phba);
11210 if (!cq_event) {
11211 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11212 "0602 Failed to allocate CQ_EVENT entry\n");
11213 return false;
11214 }
11215
11216 /* Move the CQE into the proper xri abort event list */
11217 memcpy(&cq_event->cqe, wcqe, sizeof(struct sli4_wcqe_xri_aborted));
11218 switch (cq->subtype) {
11219 case LPFC_FCP:
11220 spin_lock_irqsave(&phba->hbalock, iflags);
11221 list_add_tail(&cq_event->list,
11222 &phba->sli4_hba.sp_fcp_xri_aborted_work_queue);
11223 /* Set the fcp xri abort event flag */
11224 phba->hba_flag |= FCP_XRI_ABORT_EVENT;
11225 spin_unlock_irqrestore(&phba->hbalock, iflags);
11226 workposted = true;
11227 break;
11228 case LPFC_ELS:
11229 spin_lock_irqsave(&phba->hbalock, iflags);
11230 list_add_tail(&cq_event->list,
11231 &phba->sli4_hba.sp_els_xri_aborted_work_queue);
11232 /* Set the els xri abort event flag */
11233 phba->hba_flag |= ELS_XRI_ABORT_EVENT;
11234 spin_unlock_irqrestore(&phba->hbalock, iflags);
11235 workposted = true;
11236 break;
11237 default:
11238 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11239 "0603 Invalid work queue CQE subtype (x%x)\n",
11240 cq->subtype);
11241 workposted = false;
11242 break;
11243 }
11244 return workposted;
11245}
11246
11247/**
James Smart4d9ab992009-10-02 15:16:39 -040011248 * lpfc_sli4_sp_handle_rcqe - Process a receive-queue completion queue entry
James Smart4f774512009-05-22 14:52:35 -040011249 * @phba: Pointer to HBA context object.
James Smart4d9ab992009-10-02 15:16:39 -040011250 * @rcqe: Pointer to receive-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011251 *
James Smart4d9ab992009-10-02 15:16:39 -040011252 * This routine process a receive-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040011253 *
11254 * Return: true if work posted to worker thread, otherwise false.
11255 **/
11256static bool
James Smart4d9ab992009-10-02 15:16:39 -040011257lpfc_sli4_sp_handle_rcqe(struct lpfc_hba *phba, struct lpfc_rcqe *rcqe)
11258{
11259 bool workposted = false;
11260 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq;
11261 struct lpfc_queue *drq = phba->sli4_hba.dat_rq;
11262 struct hbq_dmabuf *dma_buf;
James Smart7851fe22011-07-22 18:36:52 -040011263 uint32_t status, rq_id;
James Smart4d9ab992009-10-02 15:16:39 -040011264 unsigned long iflags;
11265
James Smart2e90f4b2011-12-13 13:22:37 -050011266 /* sanity check on queue memory */
11267 if (unlikely(!hrq) || unlikely(!drq))
11268 return workposted;
11269
James Smart7851fe22011-07-22 18:36:52 -040011270 if (bf_get(lpfc_cqe_code, rcqe) == CQE_CODE_RECEIVE_V1)
11271 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe);
11272 else
11273 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe);
11274 if (rq_id != hrq->queue_id)
James Smart4d9ab992009-10-02 15:16:39 -040011275 goto out;
11276
11277 status = bf_get(lpfc_rcqe_status, rcqe);
11278 switch (status) {
11279 case FC_STATUS_RQ_BUF_LEN_EXCEEDED:
11280 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11281 "2537 Receive Frame Truncated!!\n");
11282 case FC_STATUS_RQ_SUCCESS:
James Smart5ffc2662009-11-18 15:39:44 -050011283 lpfc_sli4_rq_release(hrq, drq);
James Smart4d9ab992009-10-02 15:16:39 -040011284 spin_lock_irqsave(&phba->hbalock, iflags);
11285 dma_buf = lpfc_sli_hbqbuf_get(&phba->hbqs[0].hbq_buffer_list);
11286 if (!dma_buf) {
11287 spin_unlock_irqrestore(&phba->hbalock, iflags);
11288 goto out;
11289 }
11290 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe));
11291 /* save off the frame for the word thread to process */
11292 list_add_tail(&dma_buf->cq_event.list,
James Smart45ed1192009-10-02 15:17:02 -040011293 &phba->sli4_hba.sp_queue_event);
James Smart4d9ab992009-10-02 15:16:39 -040011294 /* Frame received */
James Smart45ed1192009-10-02 15:17:02 -040011295 phba->hba_flag |= HBA_SP_QUEUE_EVT;
James Smart4d9ab992009-10-02 15:16:39 -040011296 spin_unlock_irqrestore(&phba->hbalock, iflags);
11297 workposted = true;
11298 break;
11299 case FC_STATUS_INSUFF_BUF_NEED_BUF:
11300 case FC_STATUS_INSUFF_BUF_FRM_DISC:
11301 /* Post more buffers if possible */
11302 spin_lock_irqsave(&phba->hbalock, iflags);
11303 phba->hba_flag |= HBA_POST_RECEIVE_BUFFER;
11304 spin_unlock_irqrestore(&phba->hbalock, iflags);
11305 workposted = true;
11306 break;
11307 }
11308out:
11309 return workposted;
James Smart4d9ab992009-10-02 15:16:39 -040011310}
11311
11312/**
11313 * lpfc_sli4_sp_handle_cqe - Process a slow path completion queue entry
11314 * @phba: Pointer to HBA context object.
11315 * @cq: Pointer to the completion queue.
11316 * @wcqe: Pointer to a completion queue entry.
11317 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030011318 * This routine process a slow-path work-queue or receive queue completion queue
James Smart4d9ab992009-10-02 15:16:39 -040011319 * entry.
11320 *
11321 * Return: true if work posted to worker thread, otherwise false.
11322 **/
11323static bool
11324lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040011325 struct lpfc_cqe *cqe)
11326{
James Smart45ed1192009-10-02 15:17:02 -040011327 struct lpfc_cqe cqevt;
James Smart4f774512009-05-22 14:52:35 -040011328 bool workposted = false;
11329
11330 /* Copy the work queue CQE and convert endian order if needed */
James Smart45ed1192009-10-02 15:17:02 -040011331 lpfc_sli_pcimem_bcopy(cqe, &cqevt, sizeof(struct lpfc_cqe));
James Smart4f774512009-05-22 14:52:35 -040011332
11333 /* Check and process for different type of WCQE and dispatch */
James Smart45ed1192009-10-02 15:17:02 -040011334 switch (bf_get(lpfc_cqe_code, &cqevt)) {
James Smart4f774512009-05-22 14:52:35 -040011335 case CQE_CODE_COMPL_WQE:
James Smart45ed1192009-10-02 15:17:02 -040011336 /* Process the WQ/RQ complete event */
James Smartbc739052010-08-04 16:11:18 -040011337 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040011338 workposted = lpfc_sli4_sp_handle_els_wcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040011339 (struct lpfc_wcqe_complete *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011340 break;
11341 case CQE_CODE_RELEASE_WQE:
11342 /* Process the WQ release event */
11343 lpfc_sli4_sp_handle_rel_wcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040011344 (struct lpfc_wcqe_release *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011345 break;
11346 case CQE_CODE_XRI_ABORTED:
11347 /* Process the WQ XRI abort event */
James Smartbc739052010-08-04 16:11:18 -040011348 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040011349 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq,
James Smart45ed1192009-10-02 15:17:02 -040011350 (struct sli4_wcqe_xri_aborted *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040011351 break;
James Smart4d9ab992009-10-02 15:16:39 -040011352 case CQE_CODE_RECEIVE:
James Smart7851fe22011-07-22 18:36:52 -040011353 case CQE_CODE_RECEIVE_V1:
James Smart4d9ab992009-10-02 15:16:39 -040011354 /* Process the RQ event */
James Smartbc739052010-08-04 16:11:18 -040011355 phba->last_completion_time = jiffies;
James Smart4d9ab992009-10-02 15:16:39 -040011356 workposted = lpfc_sli4_sp_handle_rcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040011357 (struct lpfc_rcqe *)&cqevt);
James Smart4d9ab992009-10-02 15:16:39 -040011358 break;
James Smart4f774512009-05-22 14:52:35 -040011359 default:
11360 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11361 "0388 Not a valid WCQE code: x%x\n",
James Smart45ed1192009-10-02 15:17:02 -040011362 bf_get(lpfc_cqe_code, &cqevt));
James Smart4f774512009-05-22 14:52:35 -040011363 break;
11364 }
11365 return workposted;
11366}
11367
11368/**
James Smart4f774512009-05-22 14:52:35 -040011369 * lpfc_sli4_sp_handle_eqe - Process a slow-path event queue entry
11370 * @phba: Pointer to HBA context object.
11371 * @eqe: Pointer to fast-path event queue entry.
11372 *
11373 * This routine process a event queue entry from the slow-path event queue.
11374 * It will check the MajorCode and MinorCode to determine this is for a
11375 * completion event on a completion queue, if not, an error shall be logged
11376 * and just return. Otherwise, it will get to the corresponding completion
11377 * queue and process all the entries on that completion queue, rearm the
11378 * completion queue, and then return.
11379 *
11380 **/
11381static void
11382lpfc_sli4_sp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe)
11383{
11384 struct lpfc_queue *cq = NULL, *childq, *speq;
11385 struct lpfc_cqe *cqe;
11386 bool workposted = false;
11387 int ecount = 0;
11388 uint16_t cqid;
11389
James Smartcb5172e2010-03-15 11:25:07 -040011390 if (bf_get_le32(lpfc_eqe_major_code, eqe) != 0) {
James Smart4f774512009-05-22 14:52:35 -040011391 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11392 "0359 Not a valid slow-path completion "
11393 "event: majorcode=x%x, minorcode=x%x\n",
James Smartcb5172e2010-03-15 11:25:07 -040011394 bf_get_le32(lpfc_eqe_major_code, eqe),
11395 bf_get_le32(lpfc_eqe_minor_code, eqe));
James Smart4f774512009-05-22 14:52:35 -040011396 return;
11397 }
11398
11399 /* Get the reference to the corresponding CQ */
James Smartcb5172e2010-03-15 11:25:07 -040011400 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
James Smart4f774512009-05-22 14:52:35 -040011401
11402 /* Search for completion queue pointer matching this cqid */
11403 speq = phba->sli4_hba.sp_eq;
James Smart2e90f4b2011-12-13 13:22:37 -050011404 /* sanity check on queue memory */
11405 if (unlikely(!speq))
11406 return;
James Smart4f774512009-05-22 14:52:35 -040011407 list_for_each_entry(childq, &speq->child_list, list) {
11408 if (childq->queue_id == cqid) {
11409 cq = childq;
11410 break;
11411 }
11412 }
11413 if (unlikely(!cq)) {
James Smart75baf692010-06-08 18:31:21 -040011414 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE)
11415 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11416 "0365 Slow-path CQ identifier "
11417 "(%d) does not exist\n", cqid);
James Smart4f774512009-05-22 14:52:35 -040011418 return;
11419 }
11420
11421 /* Process all the entries to the CQ */
11422 switch (cq->type) {
11423 case LPFC_MCQ:
11424 while ((cqe = lpfc_sli4_cq_get(cq))) {
11425 workposted |= lpfc_sli4_sp_handle_mcqe(phba, cqe);
James Smart73d91e52011-10-10 21:32:10 -040011426 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011427 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
11428 }
11429 break;
11430 case LPFC_WCQ:
11431 while ((cqe = lpfc_sli4_cq_get(cq))) {
James Smart05580562011-05-24 11:40:48 -040011432 if (cq->subtype == LPFC_FCP)
11433 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq,
11434 cqe);
11435 else
11436 workposted |= lpfc_sli4_sp_handle_cqe(phba, cq,
11437 cqe);
James Smart73d91e52011-10-10 21:32:10 -040011438 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011439 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
11440 }
11441 break;
11442 default:
11443 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11444 "0370 Invalid completion queue type (%d)\n",
11445 cq->type);
11446 return;
11447 }
11448
11449 /* Catch the no cq entry condition, log an error */
11450 if (unlikely(ecount == 0))
11451 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11452 "0371 No entry from the CQ: identifier "
11453 "(x%x), type (%d)\n", cq->queue_id, cq->type);
11454
11455 /* In any case, flash and re-arm the RCQ */
11456 lpfc_sli4_cq_release(cq, LPFC_QUEUE_REARM);
11457
11458 /* wake up worker thread if there are works to be done */
11459 if (workposted)
11460 lpfc_worker_wake_up(phba);
11461}
11462
11463/**
11464 * lpfc_sli4_fp_handle_fcp_wcqe - Process fast-path work queue completion entry
11465 * @eqe: Pointer to fast-path completion queue entry.
11466 *
11467 * This routine process a fast-path work queue completion entry from fast-path
11468 * event queue for FCP command response completion.
11469 **/
11470static void
11471lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba,
11472 struct lpfc_wcqe_complete *wcqe)
11473{
11474 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_FCP_RING];
11475 struct lpfc_iocbq *cmdiocbq;
11476 struct lpfc_iocbq irspiocbq;
11477 unsigned long iflags;
11478
11479 spin_lock_irqsave(&phba->hbalock, iflags);
11480 pring->stats.iocb_event++;
11481 spin_unlock_irqrestore(&phba->hbalock, iflags);
11482
11483 /* Check for response status */
11484 if (unlikely(bf_get(lpfc_wcqe_c_status, wcqe))) {
11485 /* If resource errors reported from HBA, reduce queue
11486 * depth of the SCSI device.
11487 */
11488 if ((bf_get(lpfc_wcqe_c_status, wcqe) ==
11489 IOSTAT_LOCAL_REJECT) &&
11490 (wcqe->parameter == IOERR_NO_RESOURCES)) {
11491 phba->lpfc_rampdown_queue_depth(phba);
11492 }
11493 /* Log the error status */
11494 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11495 "0373 FCP complete error: status=x%x, "
11496 "hw_status=x%x, total_data_specified=%d, "
11497 "parameter=x%x, word3=x%x\n",
11498 bf_get(lpfc_wcqe_c_status, wcqe),
11499 bf_get(lpfc_wcqe_c_hw_status, wcqe),
11500 wcqe->total_data_placed, wcqe->parameter,
11501 wcqe->word3);
11502 }
11503
11504 /* Look up the FCP command IOCB and create pseudo response IOCB */
11505 spin_lock_irqsave(&phba->hbalock, iflags);
11506 cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring,
11507 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11508 spin_unlock_irqrestore(&phba->hbalock, iflags);
11509 if (unlikely(!cmdiocbq)) {
11510 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11511 "0374 FCP complete with no corresponding "
11512 "cmdiocb: iotag (%d)\n",
11513 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11514 return;
11515 }
11516 if (unlikely(!cmdiocbq->iocb_cmpl)) {
11517 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11518 "0375 FCP cmdiocb not callback function "
11519 "iotag: (%d)\n",
11520 bf_get(lpfc_wcqe_c_request_tag, wcqe));
11521 return;
11522 }
11523
11524 /* Fake the irspiocb and copy necessary response information */
James Smart341af102010-01-26 23:07:37 -050011525 lpfc_sli4_iocb_param_transfer(phba, &irspiocbq, cmdiocbq, wcqe);
James Smart4f774512009-05-22 14:52:35 -040011526
James Smart0f65ff62010-02-26 14:14:23 -050011527 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED) {
11528 spin_lock_irqsave(&phba->hbalock, iflags);
11529 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
11530 spin_unlock_irqrestore(&phba->hbalock, iflags);
11531 }
11532
James Smart4f774512009-05-22 14:52:35 -040011533 /* Pass the cmd_iocb and the rsp state to the upper layer */
11534 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq, &irspiocbq);
11535}
11536
11537/**
11538 * lpfc_sli4_fp_handle_rel_wcqe - Handle fast-path WQ entry consumed event
11539 * @phba: Pointer to HBA context object.
11540 * @cq: Pointer to completion queue.
11541 * @wcqe: Pointer to work-queue completion queue entry.
11542 *
11543 * This routine handles an fast-path WQ entry comsumed event by invoking the
11544 * proper WQ release routine to the slow-path WQ.
11545 **/
11546static void
11547lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
11548 struct lpfc_wcqe_release *wcqe)
11549{
11550 struct lpfc_queue *childwq;
11551 bool wqid_matched = false;
11552 uint16_t fcp_wqid;
11553
11554 /* Check for fast-path FCP work queue release */
11555 fcp_wqid = bf_get(lpfc_wcqe_r_wq_id, wcqe);
11556 list_for_each_entry(childwq, &cq->child_list, list) {
11557 if (childwq->queue_id == fcp_wqid) {
11558 lpfc_sli4_wq_release(childwq,
11559 bf_get(lpfc_wcqe_r_wqe_index, wcqe));
11560 wqid_matched = true;
11561 break;
11562 }
11563 }
11564 /* Report warning log message if no match found */
11565 if (wqid_matched != true)
11566 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11567 "2580 Fast-path wqe consume event carries "
11568 "miss-matched qid: wcqe-qid=x%x\n", fcp_wqid);
11569}
11570
11571/**
11572 * lpfc_sli4_fp_handle_wcqe - Process fast-path work queue completion entry
11573 * @cq: Pointer to the completion queue.
11574 * @eqe: Pointer to fast-path completion queue entry.
11575 *
11576 * This routine process a fast-path work queue completion entry from fast-path
11577 * event queue for FCP command response completion.
11578 **/
11579static int
11580lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
11581 struct lpfc_cqe *cqe)
11582{
11583 struct lpfc_wcqe_release wcqe;
11584 bool workposted = false;
11585
11586 /* Copy the work queue CQE and convert endian order if needed */
11587 lpfc_sli_pcimem_bcopy(cqe, &wcqe, sizeof(struct lpfc_cqe));
11588
11589 /* Check and process for different type of WCQE and dispatch */
11590 switch (bf_get(lpfc_wcqe_c_code, &wcqe)) {
11591 case CQE_CODE_COMPL_WQE:
11592 /* Process the WQ complete event */
James Smart98fc5dd2010-06-07 15:24:29 -040011593 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040011594 lpfc_sli4_fp_handle_fcp_wcqe(phba,
11595 (struct lpfc_wcqe_complete *)&wcqe);
11596 break;
11597 case CQE_CODE_RELEASE_WQE:
11598 /* Process the WQ release event */
11599 lpfc_sli4_fp_handle_rel_wcqe(phba, cq,
11600 (struct lpfc_wcqe_release *)&wcqe);
11601 break;
11602 case CQE_CODE_XRI_ABORTED:
11603 /* Process the WQ XRI abort event */
James Smartbc739052010-08-04 16:11:18 -040011604 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040011605 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq,
11606 (struct sli4_wcqe_xri_aborted *)&wcqe);
11607 break;
11608 default:
11609 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11610 "0144 Not a valid WCQE code: x%x\n",
11611 bf_get(lpfc_wcqe_c_code, &wcqe));
11612 break;
11613 }
11614 return workposted;
11615}
11616
11617/**
11618 * lpfc_sli4_fp_handle_eqe - Process a fast-path event queue entry
11619 * @phba: Pointer to HBA context object.
11620 * @eqe: Pointer to fast-path event queue entry.
11621 *
11622 * This routine process a event queue entry from the fast-path event queue.
11623 * It will check the MajorCode and MinorCode to determine this is for a
11624 * completion event on a completion queue, if not, an error shall be logged
11625 * and just return. Otherwise, it will get to the corresponding completion
11626 * queue and process all the entries on the completion queue, rearm the
11627 * completion queue, and then return.
11628 **/
11629static void
11630lpfc_sli4_fp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe,
11631 uint32_t fcp_cqidx)
11632{
11633 struct lpfc_queue *cq;
11634 struct lpfc_cqe *cqe;
11635 bool workposted = false;
11636 uint16_t cqid;
11637 int ecount = 0;
11638
James Smartcb5172e2010-03-15 11:25:07 -040011639 if (unlikely(bf_get_le32(lpfc_eqe_major_code, eqe) != 0)) {
James Smart4f774512009-05-22 14:52:35 -040011640 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11641 "0366 Not a valid fast-path completion "
11642 "event: majorcode=x%x, minorcode=x%x\n",
James Smartcb5172e2010-03-15 11:25:07 -040011643 bf_get_le32(lpfc_eqe_major_code, eqe),
11644 bf_get_le32(lpfc_eqe_minor_code, eqe));
James Smart4f774512009-05-22 14:52:35 -040011645 return;
11646 }
11647
James Smart2e90f4b2011-12-13 13:22:37 -050011648 if (unlikely(!phba->sli4_hba.fcp_cq)) {
11649 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11650 "3146 Fast-path completion queues "
11651 "does not exist\n");
11652 return;
11653 }
James Smart4f774512009-05-22 14:52:35 -040011654 cq = phba->sli4_hba.fcp_cq[fcp_cqidx];
11655 if (unlikely(!cq)) {
James Smart75baf692010-06-08 18:31:21 -040011656 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE)
11657 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11658 "0367 Fast-path completion queue "
James Smart2e90f4b2011-12-13 13:22:37 -050011659 "(%d) does not exist\n", fcp_cqidx);
James Smart4f774512009-05-22 14:52:35 -040011660 return;
11661 }
11662
11663 /* Get the reference to the corresponding CQ */
James Smartcb5172e2010-03-15 11:25:07 -040011664 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
James Smart4f774512009-05-22 14:52:35 -040011665 if (unlikely(cqid != cq->queue_id)) {
11666 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11667 "0368 Miss-matched fast-path completion "
11668 "queue identifier: eqcqid=%d, fcpcqid=%d\n",
11669 cqid, cq->queue_id);
11670 return;
11671 }
11672
11673 /* Process all the entries to the CQ */
11674 while ((cqe = lpfc_sli4_cq_get(cq))) {
11675 workposted |= lpfc_sli4_fp_handle_wcqe(phba, cq, cqe);
James Smart73d91e52011-10-10 21:32:10 -040011676 if (!(++ecount % cq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011677 lpfc_sli4_cq_release(cq, LPFC_QUEUE_NOARM);
11678 }
11679
11680 /* Catch the no cq entry condition */
11681 if (unlikely(ecount == 0))
11682 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
11683 "0369 No entry from fast-path completion "
11684 "queue fcpcqid=%d\n", cq->queue_id);
11685
11686 /* In any case, flash and re-arm the CQ */
11687 lpfc_sli4_cq_release(cq, LPFC_QUEUE_REARM);
11688
11689 /* wake up worker thread if there are works to be done */
11690 if (workposted)
11691 lpfc_worker_wake_up(phba);
11692}
11693
11694static void
11695lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq)
11696{
11697 struct lpfc_eqe *eqe;
11698
11699 /* walk all the EQ entries and drop on the floor */
11700 while ((eqe = lpfc_sli4_eq_get(eq)))
11701 ;
11702
11703 /* Clear and re-arm the EQ */
11704 lpfc_sli4_eq_release(eq, LPFC_QUEUE_REARM);
11705}
11706
11707/**
11708 * lpfc_sli4_sp_intr_handler - Slow-path interrupt handler to SLI-4 device
11709 * @irq: Interrupt number.
11710 * @dev_id: The device context pointer.
11711 *
11712 * This function is directly called from the PCI layer as an interrupt
11713 * service routine when device with SLI-4 interface spec is enabled with
11714 * MSI-X multi-message interrupt mode and there are slow-path events in
11715 * the HBA. However, when the device is enabled with either MSI or Pin-IRQ
11716 * interrupt mode, this function is called as part of the device-level
11717 * interrupt handler. When the PCI slot is in error recovery or the HBA is
11718 * undergoing initialization, the interrupt handler will not process the
11719 * interrupt. The link attention and ELS ring attention events are handled
11720 * by the worker thread. The interrupt handler signals the worker thread
11721 * and returns for these events. This function is called without any lock
11722 * held. It gets the hbalock to access and update SLI data structures.
11723 *
11724 * This function returns IRQ_HANDLED when interrupt is handled else it
11725 * returns IRQ_NONE.
11726 **/
11727irqreturn_t
11728lpfc_sli4_sp_intr_handler(int irq, void *dev_id)
11729{
11730 struct lpfc_hba *phba;
11731 struct lpfc_queue *speq;
11732 struct lpfc_eqe *eqe;
11733 unsigned long iflag;
11734 int ecount = 0;
11735
11736 /*
11737 * Get the driver's phba structure from the dev_id
11738 */
11739 phba = (struct lpfc_hba *)dev_id;
11740
11741 if (unlikely(!phba))
11742 return IRQ_NONE;
11743
11744 /* Get to the EQ struct associated with this vector */
11745 speq = phba->sli4_hba.sp_eq;
James Smart5350d872011-10-10 21:33:49 -040011746 if (unlikely(!speq))
11747 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040011748
11749 /* Check device state for handling interrupt */
11750 if (unlikely(lpfc_intr_state_check(phba))) {
11751 /* Check again for link_state with lock held */
11752 spin_lock_irqsave(&phba->hbalock, iflag);
11753 if (phba->link_state < LPFC_LINK_DOWN)
11754 /* Flush, clear interrupt, and rearm the EQ */
11755 lpfc_sli4_eq_flush(phba, speq);
11756 spin_unlock_irqrestore(&phba->hbalock, iflag);
11757 return IRQ_NONE;
11758 }
11759
11760 /*
11761 * Process all the event on FCP slow-path EQ
11762 */
11763 while ((eqe = lpfc_sli4_eq_get(speq))) {
11764 lpfc_sli4_sp_handle_eqe(phba, eqe);
James Smart73d91e52011-10-10 21:32:10 -040011765 if (!(++ecount % speq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011766 lpfc_sli4_eq_release(speq, LPFC_QUEUE_NOARM);
11767 }
11768
11769 /* Always clear and re-arm the slow-path EQ */
11770 lpfc_sli4_eq_release(speq, LPFC_QUEUE_REARM);
11771
11772 /* Catch the no cq entry condition */
11773 if (unlikely(ecount == 0)) {
11774 if (phba->intr_type == MSIX)
11775 /* MSI-X treated interrupt served as no EQ share INT */
11776 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11777 "0357 MSI-X interrupt with no EQE\n");
11778 else
11779 /* Non MSI-X treated on interrupt as EQ share INT */
11780 return IRQ_NONE;
11781 }
11782
11783 return IRQ_HANDLED;
11784} /* lpfc_sli4_sp_intr_handler */
11785
11786/**
11787 * lpfc_sli4_fp_intr_handler - Fast-path interrupt handler to SLI-4 device
11788 * @irq: Interrupt number.
11789 * @dev_id: The device context pointer.
11790 *
11791 * This function is directly called from the PCI layer as an interrupt
11792 * service routine when device with SLI-4 interface spec is enabled with
11793 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
11794 * ring event in the HBA. However, when the device is enabled with either
11795 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
11796 * device-level interrupt handler. When the PCI slot is in error recovery
11797 * or the HBA is undergoing initialization, the interrupt handler will not
11798 * process the interrupt. The SCSI FCP fast-path ring event are handled in
11799 * the intrrupt context. This function is called without any lock held.
11800 * It gets the hbalock to access and update SLI data structures. Note that,
11801 * the FCP EQ to FCP CQ are one-to-one map such that the FCP EQ index is
11802 * equal to that of FCP CQ index.
11803 *
11804 * This function returns IRQ_HANDLED when interrupt is handled else it
11805 * returns IRQ_NONE.
11806 **/
11807irqreturn_t
11808lpfc_sli4_fp_intr_handler(int irq, void *dev_id)
11809{
11810 struct lpfc_hba *phba;
11811 struct lpfc_fcp_eq_hdl *fcp_eq_hdl;
11812 struct lpfc_queue *fpeq;
11813 struct lpfc_eqe *eqe;
11814 unsigned long iflag;
11815 int ecount = 0;
11816 uint32_t fcp_eqidx;
11817
11818 /* Get the driver's phba structure from the dev_id */
11819 fcp_eq_hdl = (struct lpfc_fcp_eq_hdl *)dev_id;
11820 phba = fcp_eq_hdl->phba;
11821 fcp_eqidx = fcp_eq_hdl->idx;
11822
11823 if (unlikely(!phba))
11824 return IRQ_NONE;
James Smart5350d872011-10-10 21:33:49 -040011825 if (unlikely(!phba->sli4_hba.fp_eq))
11826 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040011827
11828 /* Get to the EQ struct associated with this vector */
11829 fpeq = phba->sli4_hba.fp_eq[fcp_eqidx];
James Smart2e90f4b2011-12-13 13:22:37 -050011830 if (unlikely(!fpeq))
11831 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040011832
11833 /* Check device state for handling interrupt */
11834 if (unlikely(lpfc_intr_state_check(phba))) {
11835 /* Check again for link_state with lock held */
11836 spin_lock_irqsave(&phba->hbalock, iflag);
11837 if (phba->link_state < LPFC_LINK_DOWN)
11838 /* Flush, clear interrupt, and rearm the EQ */
11839 lpfc_sli4_eq_flush(phba, fpeq);
11840 spin_unlock_irqrestore(&phba->hbalock, iflag);
11841 return IRQ_NONE;
11842 }
11843
11844 /*
11845 * Process all the event on FCP fast-path EQ
11846 */
11847 while ((eqe = lpfc_sli4_eq_get(fpeq))) {
11848 lpfc_sli4_fp_handle_eqe(phba, eqe, fcp_eqidx);
James Smart73d91e52011-10-10 21:32:10 -040011849 if (!(++ecount % fpeq->entry_repost))
James Smart4f774512009-05-22 14:52:35 -040011850 lpfc_sli4_eq_release(fpeq, LPFC_QUEUE_NOARM);
11851 }
11852
11853 /* Always clear and re-arm the fast-path EQ */
11854 lpfc_sli4_eq_release(fpeq, LPFC_QUEUE_REARM);
11855
11856 if (unlikely(ecount == 0)) {
11857 if (phba->intr_type == MSIX)
11858 /* MSI-X treated interrupt served as no EQ share INT */
11859 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
11860 "0358 MSI-X interrupt with no EQE\n");
11861 else
11862 /* Non MSI-X treated on interrupt as EQ share INT */
11863 return IRQ_NONE;
11864 }
11865
11866 return IRQ_HANDLED;
11867} /* lpfc_sli4_fp_intr_handler */
11868
11869/**
11870 * lpfc_sli4_intr_handler - Device-level interrupt handler for SLI-4 device
11871 * @irq: Interrupt number.
11872 * @dev_id: The device context pointer.
11873 *
11874 * This function is the device-level interrupt handler to device with SLI-4
11875 * interface spec, called from the PCI layer when either MSI or Pin-IRQ
11876 * interrupt mode is enabled and there is an event in the HBA which requires
11877 * driver attention. This function invokes the slow-path interrupt attention
11878 * handling function and fast-path interrupt attention handling function in
11879 * turn to process the relevant HBA attention events. This function is called
11880 * without any lock held. It gets the hbalock to access and update SLI data
11881 * structures.
11882 *
11883 * This function returns IRQ_HANDLED when interrupt is handled, else it
11884 * returns IRQ_NONE.
11885 **/
11886irqreturn_t
11887lpfc_sli4_intr_handler(int irq, void *dev_id)
11888{
11889 struct lpfc_hba *phba;
11890 irqreturn_t sp_irq_rc, fp_irq_rc;
11891 bool fp_handled = false;
11892 uint32_t fcp_eqidx;
11893
11894 /* Get the driver's phba structure from the dev_id */
11895 phba = (struct lpfc_hba *)dev_id;
11896
11897 if (unlikely(!phba))
11898 return IRQ_NONE;
11899
11900 /*
11901 * Invokes slow-path host attention interrupt handling as appropriate.
11902 */
11903 sp_irq_rc = lpfc_sli4_sp_intr_handler(irq, dev_id);
11904
11905 /*
11906 * Invoke fast-path host attention interrupt handling as appropriate.
11907 */
11908 for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_eq_count; fcp_eqidx++) {
11909 fp_irq_rc = lpfc_sli4_fp_intr_handler(irq,
11910 &phba->sli4_hba.fcp_eq_hdl[fcp_eqidx]);
11911 if (fp_irq_rc == IRQ_HANDLED)
11912 fp_handled |= true;
11913 }
11914
11915 return (fp_handled == true) ? IRQ_HANDLED : sp_irq_rc;
11916} /* lpfc_sli4_intr_handler */
11917
11918/**
11919 * lpfc_sli4_queue_free - free a queue structure and associated memory
11920 * @queue: The queue structure to free.
11921 *
Uwe Kleine-Königb5950762010-11-01 15:38:34 -040011922 * This function frees a queue structure and the DMAable memory used for
James Smart4f774512009-05-22 14:52:35 -040011923 * the host resident queue. This function must be called after destroying the
11924 * queue on the HBA.
11925 **/
11926void
11927lpfc_sli4_queue_free(struct lpfc_queue *queue)
11928{
11929 struct lpfc_dmabuf *dmabuf;
11930
11931 if (!queue)
11932 return;
11933
11934 while (!list_empty(&queue->page_list)) {
11935 list_remove_head(&queue->page_list, dmabuf, struct lpfc_dmabuf,
11936 list);
James Smart49198b32010-04-06 15:04:33 -040011937 dma_free_coherent(&queue->phba->pcidev->dev, SLI4_PAGE_SIZE,
James Smart4f774512009-05-22 14:52:35 -040011938 dmabuf->virt, dmabuf->phys);
11939 kfree(dmabuf);
11940 }
11941 kfree(queue);
11942 return;
11943}
11944
11945/**
11946 * lpfc_sli4_queue_alloc - Allocate and initialize a queue structure
11947 * @phba: The HBA that this queue is being created on.
11948 * @entry_size: The size of each queue entry for this queue.
11949 * @entry count: The number of entries that this queue will handle.
11950 *
11951 * This function allocates a queue structure and the DMAable memory used for
11952 * the host resident queue. This function must be called before creating the
11953 * queue on the HBA.
11954 **/
11955struct lpfc_queue *
11956lpfc_sli4_queue_alloc(struct lpfc_hba *phba, uint32_t entry_size,
11957 uint32_t entry_count)
11958{
11959 struct lpfc_queue *queue;
11960 struct lpfc_dmabuf *dmabuf;
11961 int x, total_qe_count;
11962 void *dma_pointer;
James Smartcb5172e2010-03-15 11:25:07 -040011963 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart4f774512009-05-22 14:52:35 -040011964
James Smartcb5172e2010-03-15 11:25:07 -040011965 if (!phba->sli4_hba.pc_sli4_params.supported)
11966 hw_page_size = SLI4_PAGE_SIZE;
11967
James Smart4f774512009-05-22 14:52:35 -040011968 queue = kzalloc(sizeof(struct lpfc_queue) +
11969 (sizeof(union sli4_qe) * entry_count), GFP_KERNEL);
11970 if (!queue)
11971 return NULL;
James Smartcb5172e2010-03-15 11:25:07 -040011972 queue->page_count = (ALIGN(entry_size * entry_count,
11973 hw_page_size))/hw_page_size;
James Smart4f774512009-05-22 14:52:35 -040011974 INIT_LIST_HEAD(&queue->list);
11975 INIT_LIST_HEAD(&queue->page_list);
11976 INIT_LIST_HEAD(&queue->child_list);
11977 for (x = 0, total_qe_count = 0; x < queue->page_count; x++) {
11978 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
11979 if (!dmabuf)
11980 goto out_fail;
11981 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
James Smartcb5172e2010-03-15 11:25:07 -040011982 hw_page_size, &dmabuf->phys,
James Smart4f774512009-05-22 14:52:35 -040011983 GFP_KERNEL);
11984 if (!dmabuf->virt) {
11985 kfree(dmabuf);
11986 goto out_fail;
11987 }
James Smartcb5172e2010-03-15 11:25:07 -040011988 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040011989 dmabuf->buffer_tag = x;
11990 list_add_tail(&dmabuf->list, &queue->page_list);
11991 /* initialize queue's entry array */
11992 dma_pointer = dmabuf->virt;
11993 for (; total_qe_count < entry_count &&
James Smartcb5172e2010-03-15 11:25:07 -040011994 dma_pointer < (hw_page_size + dmabuf->virt);
James Smart4f774512009-05-22 14:52:35 -040011995 total_qe_count++, dma_pointer += entry_size) {
11996 queue->qe[total_qe_count].address = dma_pointer;
11997 }
11998 }
11999 queue->entry_size = entry_size;
12000 queue->entry_count = entry_count;
James Smart73d91e52011-10-10 21:32:10 -040012001
12002 /*
12003 * entry_repost is calculated based on the number of entries in the
12004 * queue. This works out except for RQs. If buffers are NOT initially
12005 * posted for every RQE, entry_repost should be adjusted accordingly.
12006 */
12007 queue->entry_repost = (entry_count >> 3);
12008 if (queue->entry_repost < LPFC_QUEUE_MIN_REPOST)
12009 queue->entry_repost = LPFC_QUEUE_MIN_REPOST;
James Smart4f774512009-05-22 14:52:35 -040012010 queue->phba = phba;
12011
12012 return queue;
12013out_fail:
12014 lpfc_sli4_queue_free(queue);
12015 return NULL;
12016}
12017
12018/**
12019 * lpfc_eq_create - Create an Event Queue on the HBA
12020 * @phba: HBA structure that indicates port to create a queue on.
12021 * @eq: The queue structure to use to create the event queue.
12022 * @imax: The maximum interrupt per second limit.
12023 *
12024 * This function creates an event queue, as detailed in @eq, on a port,
12025 * described by @phba by sending an EQ_CREATE mailbox command to the HBA.
12026 *
12027 * The @phba struct is used to send mailbox command to HBA. The @eq struct
12028 * is used to get the entry count and entry size that are necessary to
12029 * determine the number of pages to allocate and use for this queue. This
12030 * function will send the EQ_CREATE mailbox command to the HBA to setup the
12031 * event queue. This function is asynchronous and will wait for the mailbox
12032 * command to finish before continuing.
12033 *
12034 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012035 * memory this function will return -ENOMEM. If the queue create mailbox command
12036 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012037 **/
12038uint32_t
12039lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint16_t imax)
12040{
12041 struct lpfc_mbx_eq_create *eq_create;
12042 LPFC_MBOXQ_t *mbox;
12043 int rc, length, status = 0;
12044 struct lpfc_dmabuf *dmabuf;
12045 uint32_t shdr_status, shdr_add_status;
12046 union lpfc_sli4_cfg_shdr *shdr;
12047 uint16_t dmult;
James Smart49198b32010-04-06 15:04:33 -040012048 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
12049
James Smart2e90f4b2011-12-13 13:22:37 -050012050 /* sanity check on queue memory */
12051 if (!eq)
12052 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012053 if (!phba->sli4_hba.pc_sli4_params.supported)
12054 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012055
12056 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12057 if (!mbox)
12058 return -ENOMEM;
12059 length = (sizeof(struct lpfc_mbx_eq_create) -
12060 sizeof(struct lpfc_sli4_cfg_mhdr));
12061 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12062 LPFC_MBOX_OPCODE_EQ_CREATE,
12063 length, LPFC_SLI4_MBX_EMBED);
12064 eq_create = &mbox->u.mqe.un.eq_create;
12065 bf_set(lpfc_mbx_eq_create_num_pages, &eq_create->u.request,
12066 eq->page_count);
12067 bf_set(lpfc_eq_context_size, &eq_create->u.request.context,
12068 LPFC_EQE_SIZE);
12069 bf_set(lpfc_eq_context_valid, &eq_create->u.request.context, 1);
12070 /* Calculate delay multiper from maximum interrupt per second */
12071 dmult = LPFC_DMULT_CONST/imax - 1;
12072 bf_set(lpfc_eq_context_delay_multi, &eq_create->u.request.context,
12073 dmult);
12074 switch (eq->entry_count) {
12075 default:
12076 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12077 "0360 Unsupported EQ count. (%d)\n",
12078 eq->entry_count);
12079 if (eq->entry_count < 256)
12080 return -EINVAL;
12081 /* otherwise default to smallest count (drop through) */
12082 case 256:
12083 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12084 LPFC_EQ_CNT_256);
12085 break;
12086 case 512:
12087 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12088 LPFC_EQ_CNT_512);
12089 break;
12090 case 1024:
12091 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12092 LPFC_EQ_CNT_1024);
12093 break;
12094 case 2048:
12095 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12096 LPFC_EQ_CNT_2048);
12097 break;
12098 case 4096:
12099 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
12100 LPFC_EQ_CNT_4096);
12101 break;
12102 }
12103 list_for_each_entry(dmabuf, &eq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012104 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012105 eq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
12106 putPaddrLow(dmabuf->phys);
12107 eq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
12108 putPaddrHigh(dmabuf->phys);
12109 }
12110 mbox->vport = phba->pport;
12111 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
12112 mbox->context1 = NULL;
12113 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12114 shdr = (union lpfc_sli4_cfg_shdr *) &eq_create->header.cfg_shdr;
12115 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12116 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12117 if (shdr_status || shdr_add_status || rc) {
12118 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12119 "2500 EQ_CREATE mailbox failed with "
12120 "status x%x add_status x%x, mbx status x%x\n",
12121 shdr_status, shdr_add_status, rc);
12122 status = -ENXIO;
12123 }
12124 eq->type = LPFC_EQ;
12125 eq->subtype = LPFC_NONE;
12126 eq->queue_id = bf_get(lpfc_mbx_eq_create_q_id, &eq_create->u.response);
12127 if (eq->queue_id == 0xFFFF)
12128 status = -ENXIO;
12129 eq->host_index = 0;
12130 eq->hba_index = 0;
12131
James Smart8fa38512009-07-19 10:01:03 -040012132 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012133 return status;
12134}
12135
12136/**
12137 * lpfc_cq_create - Create a Completion Queue on the HBA
12138 * @phba: HBA structure that indicates port to create a queue on.
12139 * @cq: The queue structure to use to create the completion queue.
12140 * @eq: The event queue to bind this completion queue to.
12141 *
12142 * This function creates a completion queue, as detailed in @wq, on a port,
12143 * described by @phba by sending a CQ_CREATE mailbox command to the HBA.
12144 *
12145 * The @phba struct is used to send mailbox command to HBA. The @cq struct
12146 * is used to get the entry count and entry size that are necessary to
12147 * determine the number of pages to allocate and use for this queue. The @eq
12148 * is used to indicate which event queue to bind this completion queue to. This
12149 * function will send the CQ_CREATE mailbox command to the HBA to setup the
12150 * completion queue. This function is asynchronous and will wait for the mailbox
12151 * command to finish before continuing.
12152 *
12153 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012154 * memory this function will return -ENOMEM. If the queue create mailbox command
12155 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012156 **/
12157uint32_t
12158lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq,
12159 struct lpfc_queue *eq, uint32_t type, uint32_t subtype)
12160{
12161 struct lpfc_mbx_cq_create *cq_create;
12162 struct lpfc_dmabuf *dmabuf;
12163 LPFC_MBOXQ_t *mbox;
12164 int rc, length, status = 0;
12165 uint32_t shdr_status, shdr_add_status;
12166 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012167 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
12168
James Smart2e90f4b2011-12-13 13:22:37 -050012169 /* sanity check on queue memory */
12170 if (!cq || !eq)
12171 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012172 if (!phba->sli4_hba.pc_sli4_params.supported)
12173 hw_page_size = SLI4_PAGE_SIZE;
12174
James Smart4f774512009-05-22 14:52:35 -040012175 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12176 if (!mbox)
12177 return -ENOMEM;
12178 length = (sizeof(struct lpfc_mbx_cq_create) -
12179 sizeof(struct lpfc_sli4_cfg_mhdr));
12180 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12181 LPFC_MBOX_OPCODE_CQ_CREATE,
12182 length, LPFC_SLI4_MBX_EMBED);
12183 cq_create = &mbox->u.mqe.un.cq_create;
James Smart5a6f1332011-03-11 16:05:35 -050012184 shdr = (union lpfc_sli4_cfg_shdr *) &cq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040012185 bf_set(lpfc_mbx_cq_create_num_pages, &cq_create->u.request,
12186 cq->page_count);
12187 bf_set(lpfc_cq_context_event, &cq_create->u.request.context, 1);
12188 bf_set(lpfc_cq_context_valid, &cq_create->u.request.context, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012189 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12190 phba->sli4_hba.pc_sli4_params.cqv);
12191 if (phba->sli4_hba.pc_sli4_params.cqv == LPFC_Q_CREATE_VERSION_2) {
James Smartc31098c2011-04-16 11:03:33 -040012192 /* FW only supports 1. Should be PAGE_SIZE/SLI4_PAGE_SIZE */
12193 bf_set(lpfc_mbx_cq_create_page_size, &cq_create->u.request, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012194 bf_set(lpfc_cq_eq_id_2, &cq_create->u.request.context,
12195 eq->queue_id);
12196 } else {
12197 bf_set(lpfc_cq_eq_id, &cq_create->u.request.context,
12198 eq->queue_id);
12199 }
James Smart4f774512009-05-22 14:52:35 -040012200 switch (cq->entry_count) {
12201 default:
12202 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12203 "0361 Unsupported CQ count. (%d)\n",
12204 cq->entry_count);
12205 if (cq->entry_count < 256)
12206 return -EINVAL;
12207 /* otherwise default to smallest count (drop through) */
12208 case 256:
12209 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12210 LPFC_CQ_CNT_256);
12211 break;
12212 case 512:
12213 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12214 LPFC_CQ_CNT_512);
12215 break;
12216 case 1024:
12217 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
12218 LPFC_CQ_CNT_1024);
12219 break;
12220 }
12221 list_for_each_entry(dmabuf, &cq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012222 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012223 cq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
12224 putPaddrLow(dmabuf->phys);
12225 cq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
12226 putPaddrHigh(dmabuf->phys);
12227 }
12228 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12229
12230 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040012231 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12232 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12233 if (shdr_status || shdr_add_status || rc) {
12234 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12235 "2501 CQ_CREATE mailbox failed with "
12236 "status x%x add_status x%x, mbx status x%x\n",
12237 shdr_status, shdr_add_status, rc);
12238 status = -ENXIO;
12239 goto out;
12240 }
12241 cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response);
12242 if (cq->queue_id == 0xFFFF) {
12243 status = -ENXIO;
12244 goto out;
12245 }
12246 /* link the cq onto the parent eq child list */
12247 list_add_tail(&cq->list, &eq->child_list);
12248 /* Set up completion queue's type and subtype */
12249 cq->type = type;
12250 cq->subtype = subtype;
12251 cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response);
James Smart2a622bf2011-02-16 12:40:06 -050012252 cq->assoc_qid = eq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040012253 cq->host_index = 0;
12254 cq->hba_index = 0;
James Smart4f774512009-05-22 14:52:35 -040012255
James Smart8fa38512009-07-19 10:01:03 -040012256out:
12257 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012258 return status;
12259}
12260
12261/**
James Smartb19a0612010-04-06 14:48:51 -040012262 * lpfc_mq_create_fb_init - Send MCC_CREATE without async events registration
James Smart04c68492009-05-22 14:52:52 -040012263 * @phba: HBA structure that indicates port to create a queue on.
12264 * @mq: The queue structure to use to create the mailbox queue.
James Smartb19a0612010-04-06 14:48:51 -040012265 * @mbox: An allocated pointer to type LPFC_MBOXQ_t
12266 * @cq: The completion queue to associate with this cq.
James Smart04c68492009-05-22 14:52:52 -040012267 *
James Smartb19a0612010-04-06 14:48:51 -040012268 * This function provides failback (fb) functionality when the
12269 * mq_create_ext fails on older FW generations. It's purpose is identical
12270 * to mq_create_ext otherwise.
James Smart04c68492009-05-22 14:52:52 -040012271 *
James Smartb19a0612010-04-06 14:48:51 -040012272 * This routine cannot fail as all attributes were previously accessed and
12273 * initialized in mq_create_ext.
James Smart04c68492009-05-22 14:52:52 -040012274 **/
James Smartb19a0612010-04-06 14:48:51 -040012275static void
12276lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq,
12277 LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq)
James Smart04c68492009-05-22 14:52:52 -040012278{
12279 struct lpfc_mbx_mq_create *mq_create;
12280 struct lpfc_dmabuf *dmabuf;
James Smartb19a0612010-04-06 14:48:51 -040012281 int length;
James Smart04c68492009-05-22 14:52:52 -040012282
James Smart04c68492009-05-22 14:52:52 -040012283 length = (sizeof(struct lpfc_mbx_mq_create) -
12284 sizeof(struct lpfc_sli4_cfg_mhdr));
12285 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12286 LPFC_MBOX_OPCODE_MQ_CREATE,
12287 length, LPFC_SLI4_MBX_EMBED);
12288 mq_create = &mbox->u.mqe.un.mq_create;
12289 bf_set(lpfc_mbx_mq_create_num_pages, &mq_create->u.request,
James Smartb19a0612010-04-06 14:48:51 -040012290 mq->page_count);
James Smart04c68492009-05-22 14:52:52 -040012291 bf_set(lpfc_mq_context_cq_id, &mq_create->u.request.context,
James Smartb19a0612010-04-06 14:48:51 -040012292 cq->queue_id);
James Smart04c68492009-05-22 14:52:52 -040012293 bf_set(lpfc_mq_context_valid, &mq_create->u.request.context, 1);
12294 switch (mq->entry_count) {
James Smart04c68492009-05-22 14:52:52 -040012295 case 16:
James Smart5a6f1332011-03-11 16:05:35 -050012296 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12297 LPFC_MQ_RING_SIZE_16);
James Smart04c68492009-05-22 14:52:52 -040012298 break;
12299 case 32:
James Smart5a6f1332011-03-11 16:05:35 -050012300 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12301 LPFC_MQ_RING_SIZE_32);
James Smart04c68492009-05-22 14:52:52 -040012302 break;
12303 case 64:
James Smart5a6f1332011-03-11 16:05:35 -050012304 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12305 LPFC_MQ_RING_SIZE_64);
James Smart04c68492009-05-22 14:52:52 -040012306 break;
12307 case 128:
James Smart5a6f1332011-03-11 16:05:35 -050012308 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
12309 LPFC_MQ_RING_SIZE_128);
James Smart04c68492009-05-22 14:52:52 -040012310 break;
12311 }
12312 list_for_each_entry(dmabuf, &mq->page_list, list) {
12313 mq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
James Smartb19a0612010-04-06 14:48:51 -040012314 putPaddrLow(dmabuf->phys);
James Smart04c68492009-05-22 14:52:52 -040012315 mq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
James Smartb19a0612010-04-06 14:48:51 -040012316 putPaddrHigh(dmabuf->phys);
12317 }
12318}
12319
12320/**
12321 * lpfc_mq_create - Create a mailbox Queue on the HBA
12322 * @phba: HBA structure that indicates port to create a queue on.
12323 * @mq: The queue structure to use to create the mailbox queue.
12324 * @cq: The completion queue to associate with this cq.
12325 * @subtype: The queue's subtype.
12326 *
12327 * This function creates a mailbox queue, as detailed in @mq, on a port,
12328 * described by @phba by sending a MQ_CREATE mailbox command to the HBA.
12329 *
12330 * The @phba struct is used to send mailbox command to HBA. The @cq struct
12331 * is used to get the entry count and entry size that are necessary to
12332 * determine the number of pages to allocate and use for this queue. This
12333 * function will send the MQ_CREATE mailbox command to the HBA to setup the
12334 * mailbox queue. This function is asynchronous and will wait for the mailbox
12335 * command to finish before continuing.
12336 *
12337 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012338 * memory this function will return -ENOMEM. If the queue create mailbox command
12339 * fails this function will return -ENXIO.
James Smartb19a0612010-04-06 14:48:51 -040012340 **/
12341int32_t
12342lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq,
12343 struct lpfc_queue *cq, uint32_t subtype)
12344{
12345 struct lpfc_mbx_mq_create *mq_create;
12346 struct lpfc_mbx_mq_create_ext *mq_create_ext;
12347 struct lpfc_dmabuf *dmabuf;
12348 LPFC_MBOXQ_t *mbox;
12349 int rc, length, status = 0;
12350 uint32_t shdr_status, shdr_add_status;
12351 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012352 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smartb19a0612010-04-06 14:48:51 -040012353
James Smart2e90f4b2011-12-13 13:22:37 -050012354 /* sanity check on queue memory */
12355 if (!mq || !cq)
12356 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012357 if (!phba->sli4_hba.pc_sli4_params.supported)
12358 hw_page_size = SLI4_PAGE_SIZE;
James Smartb19a0612010-04-06 14:48:51 -040012359
12360 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12361 if (!mbox)
12362 return -ENOMEM;
12363 length = (sizeof(struct lpfc_mbx_mq_create_ext) -
12364 sizeof(struct lpfc_sli4_cfg_mhdr));
12365 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12366 LPFC_MBOX_OPCODE_MQ_CREATE_EXT,
12367 length, LPFC_SLI4_MBX_EMBED);
12368
12369 mq_create_ext = &mbox->u.mqe.un.mq_create_ext;
James Smart5a6f1332011-03-11 16:05:35 -050012370 shdr = (union lpfc_sli4_cfg_shdr *) &mq_create_ext->header.cfg_shdr;
James Smart70f3c072010-12-15 17:57:33 -050012371 bf_set(lpfc_mbx_mq_create_ext_num_pages,
12372 &mq_create_ext->u.request, mq->page_count);
12373 bf_set(lpfc_mbx_mq_create_ext_async_evt_link,
12374 &mq_create_ext->u.request, 1);
12375 bf_set(lpfc_mbx_mq_create_ext_async_evt_fip,
James Smartb19a0612010-04-06 14:48:51 -040012376 &mq_create_ext->u.request, 1);
12377 bf_set(lpfc_mbx_mq_create_ext_async_evt_group5,
12378 &mq_create_ext->u.request, 1);
James Smart70f3c072010-12-15 17:57:33 -050012379 bf_set(lpfc_mbx_mq_create_ext_async_evt_fc,
12380 &mq_create_ext->u.request, 1);
12381 bf_set(lpfc_mbx_mq_create_ext_async_evt_sli,
12382 &mq_create_ext->u.request, 1);
James Smartb19a0612010-04-06 14:48:51 -040012383 bf_set(lpfc_mq_context_valid, &mq_create_ext->u.request.context, 1);
James Smart5a6f1332011-03-11 16:05:35 -050012384 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12385 phba->sli4_hba.pc_sli4_params.mqv);
12386 if (phba->sli4_hba.pc_sli4_params.mqv == LPFC_Q_CREATE_VERSION_1)
12387 bf_set(lpfc_mbx_mq_create_ext_cq_id, &mq_create_ext->u.request,
12388 cq->queue_id);
12389 else
12390 bf_set(lpfc_mq_context_cq_id, &mq_create_ext->u.request.context,
12391 cq->queue_id);
James Smartb19a0612010-04-06 14:48:51 -040012392 switch (mq->entry_count) {
12393 default:
12394 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12395 "0362 Unsupported MQ count. (%d)\n",
12396 mq->entry_count);
12397 if (mq->entry_count < 16)
12398 return -EINVAL;
12399 /* otherwise default to smallest count (drop through) */
12400 case 16:
James Smart5a6f1332011-03-11 16:05:35 -050012401 bf_set(lpfc_mq_context_ring_size,
12402 &mq_create_ext->u.request.context,
12403 LPFC_MQ_RING_SIZE_16);
James Smartb19a0612010-04-06 14:48:51 -040012404 break;
12405 case 32:
James Smart5a6f1332011-03-11 16:05:35 -050012406 bf_set(lpfc_mq_context_ring_size,
12407 &mq_create_ext->u.request.context,
12408 LPFC_MQ_RING_SIZE_32);
James Smartb19a0612010-04-06 14:48:51 -040012409 break;
12410 case 64:
James Smart5a6f1332011-03-11 16:05:35 -050012411 bf_set(lpfc_mq_context_ring_size,
12412 &mq_create_ext->u.request.context,
12413 LPFC_MQ_RING_SIZE_64);
James Smartb19a0612010-04-06 14:48:51 -040012414 break;
12415 case 128:
James Smart5a6f1332011-03-11 16:05:35 -050012416 bf_set(lpfc_mq_context_ring_size,
12417 &mq_create_ext->u.request.context,
12418 LPFC_MQ_RING_SIZE_128);
James Smartb19a0612010-04-06 14:48:51 -040012419 break;
12420 }
12421 list_for_each_entry(dmabuf, &mq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012422 memset(dmabuf->virt, 0, hw_page_size);
James Smartb19a0612010-04-06 14:48:51 -040012423 mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_lo =
12424 putPaddrLow(dmabuf->phys);
12425 mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_hi =
James Smart04c68492009-05-22 14:52:52 -040012426 putPaddrHigh(dmabuf->phys);
12427 }
12428 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smartb19a0612010-04-06 14:48:51 -040012429 mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id,
12430 &mq_create_ext->u.response);
12431 if (rc != MBX_SUCCESS) {
12432 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
12433 "2795 MQ_CREATE_EXT failed with "
12434 "status x%x. Failback to MQ_CREATE.\n",
12435 rc);
12436 lpfc_mq_create_fb_init(phba, mq, mbox, cq);
12437 mq_create = &mbox->u.mqe.un.mq_create;
12438 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12439 shdr = (union lpfc_sli4_cfg_shdr *) &mq_create->header.cfg_shdr;
12440 mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id,
12441 &mq_create->u.response);
12442 }
12443
James Smart04c68492009-05-22 14:52:52 -040012444 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart04c68492009-05-22 14:52:52 -040012445 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12446 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12447 if (shdr_status || shdr_add_status || rc) {
12448 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12449 "2502 MQ_CREATE mailbox failed with "
12450 "status x%x add_status x%x, mbx status x%x\n",
12451 shdr_status, shdr_add_status, rc);
12452 status = -ENXIO;
12453 goto out;
12454 }
James Smart04c68492009-05-22 14:52:52 -040012455 if (mq->queue_id == 0xFFFF) {
12456 status = -ENXIO;
12457 goto out;
12458 }
12459 mq->type = LPFC_MQ;
James Smart2a622bf2011-02-16 12:40:06 -050012460 mq->assoc_qid = cq->queue_id;
James Smart04c68492009-05-22 14:52:52 -040012461 mq->subtype = subtype;
12462 mq->host_index = 0;
12463 mq->hba_index = 0;
12464
12465 /* link the mq onto the parent cq child list */
12466 list_add_tail(&mq->list, &cq->child_list);
12467out:
James Smart8fa38512009-07-19 10:01:03 -040012468 mempool_free(mbox, phba->mbox_mem_pool);
James Smart04c68492009-05-22 14:52:52 -040012469 return status;
12470}
12471
12472/**
James Smart4f774512009-05-22 14:52:35 -040012473 * lpfc_wq_create - Create a Work Queue on the HBA
12474 * @phba: HBA structure that indicates port to create a queue on.
12475 * @wq: The queue structure to use to create the work queue.
12476 * @cq: The completion queue to bind this work queue to.
12477 * @subtype: The subtype of the work queue indicating its functionality.
12478 *
12479 * This function creates a work queue, as detailed in @wq, on a port, described
12480 * by @phba by sending a WQ_CREATE mailbox command to the HBA.
12481 *
12482 * The @phba struct is used to send mailbox command to HBA. The @wq struct
12483 * is used to get the entry count and entry size that are necessary to
12484 * determine the number of pages to allocate and use for this queue. The @cq
12485 * is used to indicate which completion queue to bind this work queue to. This
12486 * function will send the WQ_CREATE mailbox command to the HBA to setup the
12487 * work queue. This function is asynchronous and will wait for the mailbox
12488 * command to finish before continuing.
12489 *
12490 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012491 * memory this function will return -ENOMEM. If the queue create mailbox command
12492 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012493 **/
12494uint32_t
12495lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq,
12496 struct lpfc_queue *cq, uint32_t subtype)
12497{
12498 struct lpfc_mbx_wq_create *wq_create;
12499 struct lpfc_dmabuf *dmabuf;
12500 LPFC_MBOXQ_t *mbox;
12501 int rc, length, status = 0;
12502 uint32_t shdr_status, shdr_add_status;
12503 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012504 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart5a6f1332011-03-11 16:05:35 -050012505 struct dma_address *page;
James Smart49198b32010-04-06 15:04:33 -040012506
James Smart2e90f4b2011-12-13 13:22:37 -050012507 /* sanity check on queue memory */
12508 if (!wq || !cq)
12509 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012510 if (!phba->sli4_hba.pc_sli4_params.supported)
12511 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012512
12513 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12514 if (!mbox)
12515 return -ENOMEM;
12516 length = (sizeof(struct lpfc_mbx_wq_create) -
12517 sizeof(struct lpfc_sli4_cfg_mhdr));
12518 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
12519 LPFC_MBOX_OPCODE_FCOE_WQ_CREATE,
12520 length, LPFC_SLI4_MBX_EMBED);
12521 wq_create = &mbox->u.mqe.un.wq_create;
James Smart5a6f1332011-03-11 16:05:35 -050012522 shdr = (union lpfc_sli4_cfg_shdr *) &wq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040012523 bf_set(lpfc_mbx_wq_create_num_pages, &wq_create->u.request,
12524 wq->page_count);
12525 bf_set(lpfc_mbx_wq_create_cq_id, &wq_create->u.request,
12526 cq->queue_id);
James Smart5a6f1332011-03-11 16:05:35 -050012527 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12528 phba->sli4_hba.pc_sli4_params.wqv);
12529 if (phba->sli4_hba.pc_sli4_params.wqv == LPFC_Q_CREATE_VERSION_1) {
12530 bf_set(lpfc_mbx_wq_create_wqe_count, &wq_create->u.request_1,
12531 wq->entry_count);
12532 switch (wq->entry_size) {
12533 default:
12534 case 64:
12535 bf_set(lpfc_mbx_wq_create_wqe_size,
12536 &wq_create->u.request_1,
12537 LPFC_WQ_WQE_SIZE_64);
12538 break;
12539 case 128:
12540 bf_set(lpfc_mbx_wq_create_wqe_size,
12541 &wq_create->u.request_1,
12542 LPFC_WQ_WQE_SIZE_128);
12543 break;
12544 }
12545 bf_set(lpfc_mbx_wq_create_page_size, &wq_create->u.request_1,
12546 (PAGE_SIZE/SLI4_PAGE_SIZE));
12547 page = wq_create->u.request_1.page;
12548 } else {
12549 page = wq_create->u.request.page;
12550 }
James Smart4f774512009-05-22 14:52:35 -040012551 list_for_each_entry(dmabuf, &wq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012552 memset(dmabuf->virt, 0, hw_page_size);
James Smart5a6f1332011-03-11 16:05:35 -050012553 page[dmabuf->buffer_tag].addr_lo = putPaddrLow(dmabuf->phys);
12554 page[dmabuf->buffer_tag].addr_hi = putPaddrHigh(dmabuf->phys);
James Smart4f774512009-05-22 14:52:35 -040012555 }
12556 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12557 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040012558 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12559 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12560 if (shdr_status || shdr_add_status || rc) {
12561 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12562 "2503 WQ_CREATE mailbox failed with "
12563 "status x%x add_status x%x, mbx status x%x\n",
12564 shdr_status, shdr_add_status, rc);
12565 status = -ENXIO;
12566 goto out;
12567 }
12568 wq->queue_id = bf_get(lpfc_mbx_wq_create_q_id, &wq_create->u.response);
12569 if (wq->queue_id == 0xFFFF) {
12570 status = -ENXIO;
12571 goto out;
12572 }
12573 wq->type = LPFC_WQ;
James Smart2a622bf2011-02-16 12:40:06 -050012574 wq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040012575 wq->subtype = subtype;
12576 wq->host_index = 0;
12577 wq->hba_index = 0;
James Smartff78d8f2011-12-13 13:21:35 -050012578 wq->entry_repost = LPFC_RELEASE_NOTIFICATION_INTERVAL;
James Smart4f774512009-05-22 14:52:35 -040012579
12580 /* link the wq onto the parent cq child list */
12581 list_add_tail(&wq->list, &cq->child_list);
12582out:
James Smart8fa38512009-07-19 10:01:03 -040012583 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012584 return status;
12585}
12586
12587/**
James Smart73d91e52011-10-10 21:32:10 -040012588 * lpfc_rq_adjust_repost - Adjust entry_repost for an RQ
12589 * @phba: HBA structure that indicates port to create a queue on.
12590 * @rq: The queue structure to use for the receive queue.
12591 * @qno: The associated HBQ number
12592 *
12593 *
12594 * For SLI4 we need to adjust the RQ repost value based on
12595 * the number of buffers that are initially posted to the RQ.
12596 */
12597void
12598lpfc_rq_adjust_repost(struct lpfc_hba *phba, struct lpfc_queue *rq, int qno)
12599{
12600 uint32_t cnt;
12601
James Smart2e90f4b2011-12-13 13:22:37 -050012602 /* sanity check on queue memory */
12603 if (!rq)
12604 return;
James Smart73d91e52011-10-10 21:32:10 -040012605 cnt = lpfc_hbq_defs[qno]->entry_count;
12606
12607 /* Recalc repost for RQs based on buffers initially posted */
12608 cnt = (cnt >> 3);
12609 if (cnt < LPFC_QUEUE_MIN_REPOST)
12610 cnt = LPFC_QUEUE_MIN_REPOST;
12611
12612 rq->entry_repost = cnt;
12613}
12614
12615/**
James Smart4f774512009-05-22 14:52:35 -040012616 * lpfc_rq_create - Create a Receive Queue on the HBA
12617 * @phba: HBA structure that indicates port to create a queue on.
12618 * @hrq: The queue structure to use to create the header receive queue.
12619 * @drq: The queue structure to use to create the data receive queue.
12620 * @cq: The completion queue to bind this work queue to.
12621 *
12622 * This function creates a receive buffer queue pair , as detailed in @hrq and
12623 * @drq, on a port, described by @phba by sending a RQ_CREATE mailbox command
12624 * to the HBA.
12625 *
12626 * The @phba struct is used to send mailbox command to HBA. The @drq and @hrq
12627 * struct is used to get the entry count that is necessary to determine the
12628 * number of pages to use for this queue. The @cq is used to indicate which
12629 * completion queue to bind received buffers that are posted to these queues to.
12630 * This function will send the RQ_CREATE mailbox command to the HBA to setup the
12631 * receive queue pair. This function is asynchronous and will wait for the
12632 * mailbox command to finish before continuing.
12633 *
12634 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040012635 * memory this function will return -ENOMEM. If the queue create mailbox command
12636 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012637 **/
12638uint32_t
12639lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq,
12640 struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype)
12641{
12642 struct lpfc_mbx_rq_create *rq_create;
12643 struct lpfc_dmabuf *dmabuf;
12644 LPFC_MBOXQ_t *mbox;
12645 int rc, length, status = 0;
12646 uint32_t shdr_status, shdr_add_status;
12647 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040012648 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
12649
James Smart2e90f4b2011-12-13 13:22:37 -050012650 /* sanity check on queue memory */
12651 if (!hrq || !drq || !cq)
12652 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040012653 if (!phba->sli4_hba.pc_sli4_params.supported)
12654 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040012655
12656 if (hrq->entry_count != drq->entry_count)
12657 return -EINVAL;
12658 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
12659 if (!mbox)
12660 return -ENOMEM;
12661 length = (sizeof(struct lpfc_mbx_rq_create) -
12662 sizeof(struct lpfc_sli4_cfg_mhdr));
12663 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
12664 LPFC_MBOX_OPCODE_FCOE_RQ_CREATE,
12665 length, LPFC_SLI4_MBX_EMBED);
12666 rq_create = &mbox->u.mqe.un.rq_create;
James Smart5a6f1332011-03-11 16:05:35 -050012667 shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr;
12668 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12669 phba->sli4_hba.pc_sli4_params.rqv);
12670 if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) {
12671 bf_set(lpfc_rq_context_rqe_count_1,
12672 &rq_create->u.request.context,
12673 hrq->entry_count);
12674 rq_create->u.request.context.buffer_size = LPFC_HDR_BUF_SIZE;
James Smartc31098c2011-04-16 11:03:33 -040012675 bf_set(lpfc_rq_context_rqe_size,
12676 &rq_create->u.request.context,
12677 LPFC_RQE_SIZE_8);
12678 bf_set(lpfc_rq_context_page_size,
12679 &rq_create->u.request.context,
12680 (PAGE_SIZE/SLI4_PAGE_SIZE));
James Smart5a6f1332011-03-11 16:05:35 -050012681 } else {
12682 switch (hrq->entry_count) {
12683 default:
12684 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12685 "2535 Unsupported RQ count. (%d)\n",
12686 hrq->entry_count);
12687 if (hrq->entry_count < 512)
12688 return -EINVAL;
12689 /* otherwise default to smallest count (drop through) */
12690 case 512:
12691 bf_set(lpfc_rq_context_rqe_count,
12692 &rq_create->u.request.context,
12693 LPFC_RQ_RING_SIZE_512);
12694 break;
12695 case 1024:
12696 bf_set(lpfc_rq_context_rqe_count,
12697 &rq_create->u.request.context,
12698 LPFC_RQ_RING_SIZE_1024);
12699 break;
12700 case 2048:
12701 bf_set(lpfc_rq_context_rqe_count,
12702 &rq_create->u.request.context,
12703 LPFC_RQ_RING_SIZE_2048);
12704 break;
12705 case 4096:
12706 bf_set(lpfc_rq_context_rqe_count,
12707 &rq_create->u.request.context,
12708 LPFC_RQ_RING_SIZE_4096);
12709 break;
12710 }
12711 bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context,
12712 LPFC_HDR_BUF_SIZE);
James Smart4f774512009-05-22 14:52:35 -040012713 }
12714 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context,
12715 cq->queue_id);
12716 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request,
12717 hrq->page_count);
James Smart4f774512009-05-22 14:52:35 -040012718 list_for_each_entry(dmabuf, &hrq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040012719 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040012720 rq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
12721 putPaddrLow(dmabuf->phys);
12722 rq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
12723 putPaddrHigh(dmabuf->phys);
12724 }
12725 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12726 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040012727 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12728 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12729 if (shdr_status || shdr_add_status || rc) {
12730 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12731 "2504 RQ_CREATE mailbox failed with "
12732 "status x%x add_status x%x, mbx status x%x\n",
12733 shdr_status, shdr_add_status, rc);
12734 status = -ENXIO;
12735 goto out;
12736 }
12737 hrq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response);
12738 if (hrq->queue_id == 0xFFFF) {
12739 status = -ENXIO;
12740 goto out;
12741 }
12742 hrq->type = LPFC_HRQ;
James Smart2a622bf2011-02-16 12:40:06 -050012743 hrq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040012744 hrq->subtype = subtype;
12745 hrq->host_index = 0;
12746 hrq->hba_index = 0;
12747
12748 /* now create the data queue */
12749 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
12750 LPFC_MBOX_OPCODE_FCOE_RQ_CREATE,
12751 length, LPFC_SLI4_MBX_EMBED);
James Smart5a6f1332011-03-11 16:05:35 -050012752 bf_set(lpfc_mbox_hdr_version, &shdr->request,
12753 phba->sli4_hba.pc_sli4_params.rqv);
12754 if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) {
12755 bf_set(lpfc_rq_context_rqe_count_1,
James Smartc31098c2011-04-16 11:03:33 -040012756 &rq_create->u.request.context, hrq->entry_count);
James Smart5a6f1332011-03-11 16:05:35 -050012757 rq_create->u.request.context.buffer_size = LPFC_DATA_BUF_SIZE;
James Smartc31098c2011-04-16 11:03:33 -040012758 bf_set(lpfc_rq_context_rqe_size, &rq_create->u.request.context,
12759 LPFC_RQE_SIZE_8);
12760 bf_set(lpfc_rq_context_page_size, &rq_create->u.request.context,
12761 (PAGE_SIZE/SLI4_PAGE_SIZE));
James Smart5a6f1332011-03-11 16:05:35 -050012762 } else {
12763 switch (drq->entry_count) {
12764 default:
12765 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
12766 "2536 Unsupported RQ count. (%d)\n",
12767 drq->entry_count);
12768 if (drq->entry_count < 512)
12769 return -EINVAL;
12770 /* otherwise default to smallest count (drop through) */
12771 case 512:
12772 bf_set(lpfc_rq_context_rqe_count,
12773 &rq_create->u.request.context,
12774 LPFC_RQ_RING_SIZE_512);
12775 break;
12776 case 1024:
12777 bf_set(lpfc_rq_context_rqe_count,
12778 &rq_create->u.request.context,
12779 LPFC_RQ_RING_SIZE_1024);
12780 break;
12781 case 2048:
12782 bf_set(lpfc_rq_context_rqe_count,
12783 &rq_create->u.request.context,
12784 LPFC_RQ_RING_SIZE_2048);
12785 break;
12786 case 4096:
12787 bf_set(lpfc_rq_context_rqe_count,
12788 &rq_create->u.request.context,
12789 LPFC_RQ_RING_SIZE_4096);
12790 break;
12791 }
12792 bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context,
12793 LPFC_DATA_BUF_SIZE);
James Smart4f774512009-05-22 14:52:35 -040012794 }
12795 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context,
12796 cq->queue_id);
12797 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request,
12798 drq->page_count);
James Smart4f774512009-05-22 14:52:35 -040012799 list_for_each_entry(dmabuf, &drq->page_list, list) {
12800 rq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
12801 putPaddrLow(dmabuf->phys);
12802 rq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
12803 putPaddrHigh(dmabuf->phys);
12804 }
12805 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
12806 /* The IOCTL status is embedded in the mailbox subheader. */
12807 shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr;
12808 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12809 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12810 if (shdr_status || shdr_add_status || rc) {
12811 status = -ENXIO;
12812 goto out;
12813 }
12814 drq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response);
12815 if (drq->queue_id == 0xFFFF) {
12816 status = -ENXIO;
12817 goto out;
12818 }
12819 drq->type = LPFC_DRQ;
James Smart2a622bf2011-02-16 12:40:06 -050012820 drq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040012821 drq->subtype = subtype;
12822 drq->host_index = 0;
12823 drq->hba_index = 0;
12824
12825 /* link the header and data RQs onto the parent cq child list */
12826 list_add_tail(&hrq->list, &cq->child_list);
12827 list_add_tail(&drq->list, &cq->child_list);
12828
12829out:
James Smart8fa38512009-07-19 10:01:03 -040012830 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012831 return status;
12832}
12833
12834/**
12835 * lpfc_eq_destroy - Destroy an event Queue on the HBA
12836 * @eq: The queue structure associated with the queue to destroy.
12837 *
12838 * This function destroys a queue, as detailed in @eq by sending an mailbox
12839 * command, specific to the type of queue, to the HBA.
12840 *
12841 * The @eq struct is used to get the queue ID of the queue to destroy.
12842 *
12843 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040012844 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012845 **/
12846uint32_t
12847lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq)
12848{
12849 LPFC_MBOXQ_t *mbox;
12850 int rc, length, status = 0;
12851 uint32_t shdr_status, shdr_add_status;
12852 union lpfc_sli4_cfg_shdr *shdr;
12853
James Smart2e90f4b2011-12-13 13:22:37 -050012854 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040012855 if (!eq)
12856 return -ENODEV;
12857 mbox = mempool_alloc(eq->phba->mbox_mem_pool, GFP_KERNEL);
12858 if (!mbox)
12859 return -ENOMEM;
12860 length = (sizeof(struct lpfc_mbx_eq_destroy) -
12861 sizeof(struct lpfc_sli4_cfg_mhdr));
12862 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12863 LPFC_MBOX_OPCODE_EQ_DESTROY,
12864 length, LPFC_SLI4_MBX_EMBED);
12865 bf_set(lpfc_mbx_eq_destroy_q_id, &mbox->u.mqe.un.eq_destroy.u.request,
12866 eq->queue_id);
12867 mbox->vport = eq->phba->pport;
12868 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
12869
12870 rc = lpfc_sli_issue_mbox(eq->phba, mbox, MBX_POLL);
12871 /* The IOCTL status is embedded in the mailbox subheader. */
12872 shdr = (union lpfc_sli4_cfg_shdr *)
12873 &mbox->u.mqe.un.eq_destroy.header.cfg_shdr;
12874 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12875 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12876 if (shdr_status || shdr_add_status || rc) {
12877 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12878 "2505 EQ_DESTROY mailbox failed with "
12879 "status x%x add_status x%x, mbx status x%x\n",
12880 shdr_status, shdr_add_status, rc);
12881 status = -ENXIO;
12882 }
12883
12884 /* Remove eq from any list */
12885 list_del_init(&eq->list);
James Smart8fa38512009-07-19 10:01:03 -040012886 mempool_free(mbox, eq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012887 return status;
12888}
12889
12890/**
12891 * lpfc_cq_destroy - Destroy a Completion Queue on the HBA
12892 * @cq: The queue structure associated with the queue to destroy.
12893 *
12894 * This function destroys a queue, as detailed in @cq by sending an mailbox
12895 * command, specific to the type of queue, to the HBA.
12896 *
12897 * The @cq struct is used to get the queue ID of the queue to destroy.
12898 *
12899 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040012900 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040012901 **/
12902uint32_t
12903lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq)
12904{
12905 LPFC_MBOXQ_t *mbox;
12906 int rc, length, status = 0;
12907 uint32_t shdr_status, shdr_add_status;
12908 union lpfc_sli4_cfg_shdr *shdr;
12909
James Smart2e90f4b2011-12-13 13:22:37 -050012910 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040012911 if (!cq)
12912 return -ENODEV;
12913 mbox = mempool_alloc(cq->phba->mbox_mem_pool, GFP_KERNEL);
12914 if (!mbox)
12915 return -ENOMEM;
12916 length = (sizeof(struct lpfc_mbx_cq_destroy) -
12917 sizeof(struct lpfc_sli4_cfg_mhdr));
12918 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12919 LPFC_MBOX_OPCODE_CQ_DESTROY,
12920 length, LPFC_SLI4_MBX_EMBED);
12921 bf_set(lpfc_mbx_cq_destroy_q_id, &mbox->u.mqe.un.cq_destroy.u.request,
12922 cq->queue_id);
12923 mbox->vport = cq->phba->pport;
12924 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
12925 rc = lpfc_sli_issue_mbox(cq->phba, mbox, MBX_POLL);
12926 /* The IOCTL status is embedded in the mailbox subheader. */
12927 shdr = (union lpfc_sli4_cfg_shdr *)
12928 &mbox->u.mqe.un.wq_create.header.cfg_shdr;
12929 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12930 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12931 if (shdr_status || shdr_add_status || rc) {
12932 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12933 "2506 CQ_DESTROY mailbox failed with "
12934 "status x%x add_status x%x, mbx status x%x\n",
12935 shdr_status, shdr_add_status, rc);
12936 status = -ENXIO;
12937 }
12938 /* Remove cq from any list */
12939 list_del_init(&cq->list);
James Smart8fa38512009-07-19 10:01:03 -040012940 mempool_free(mbox, cq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040012941 return status;
12942}
12943
12944/**
James Smart04c68492009-05-22 14:52:52 -040012945 * lpfc_mq_destroy - Destroy a Mailbox Queue on the HBA
12946 * @qm: The queue structure associated with the queue to destroy.
12947 *
12948 * This function destroys a queue, as detailed in @mq by sending an mailbox
12949 * command, specific to the type of queue, to the HBA.
12950 *
12951 * The @mq struct is used to get the queue ID of the queue to destroy.
12952 *
12953 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040012954 * command fails this function will return -ENXIO.
James Smart04c68492009-05-22 14:52:52 -040012955 **/
12956uint32_t
12957lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq)
12958{
12959 LPFC_MBOXQ_t *mbox;
12960 int rc, length, status = 0;
12961 uint32_t shdr_status, shdr_add_status;
12962 union lpfc_sli4_cfg_shdr *shdr;
12963
James Smart2e90f4b2011-12-13 13:22:37 -050012964 /* sanity check on queue memory */
James Smart04c68492009-05-22 14:52:52 -040012965 if (!mq)
12966 return -ENODEV;
12967 mbox = mempool_alloc(mq->phba->mbox_mem_pool, GFP_KERNEL);
12968 if (!mbox)
12969 return -ENOMEM;
12970 length = (sizeof(struct lpfc_mbx_mq_destroy) -
12971 sizeof(struct lpfc_sli4_cfg_mhdr));
12972 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
12973 LPFC_MBOX_OPCODE_MQ_DESTROY,
12974 length, LPFC_SLI4_MBX_EMBED);
12975 bf_set(lpfc_mbx_mq_destroy_q_id, &mbox->u.mqe.un.mq_destroy.u.request,
12976 mq->queue_id);
12977 mbox->vport = mq->phba->pport;
12978 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
12979 rc = lpfc_sli_issue_mbox(mq->phba, mbox, MBX_POLL);
12980 /* The IOCTL status is embedded in the mailbox subheader. */
12981 shdr = (union lpfc_sli4_cfg_shdr *)
12982 &mbox->u.mqe.un.mq_destroy.header.cfg_shdr;
12983 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
12984 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
12985 if (shdr_status || shdr_add_status || rc) {
12986 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12987 "2507 MQ_DESTROY mailbox failed with "
12988 "status x%x add_status x%x, mbx status x%x\n",
12989 shdr_status, shdr_add_status, rc);
12990 status = -ENXIO;
12991 }
12992 /* Remove mq from any list */
12993 list_del_init(&mq->list);
James Smart8fa38512009-07-19 10:01:03 -040012994 mempool_free(mbox, mq->phba->mbox_mem_pool);
James Smart04c68492009-05-22 14:52:52 -040012995 return status;
12996}
12997
12998/**
James Smart4f774512009-05-22 14:52:35 -040012999 * lpfc_wq_destroy - Destroy a Work Queue on the HBA
13000 * @wq: The queue structure associated with the queue to destroy.
13001 *
13002 * This function destroys a queue, as detailed in @wq by sending an mailbox
13003 * command, specific to the type of queue, to the HBA.
13004 *
13005 * The @wq struct is used to get the queue ID of the queue to destroy.
13006 *
13007 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013008 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013009 **/
13010uint32_t
13011lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq)
13012{
13013 LPFC_MBOXQ_t *mbox;
13014 int rc, length, status = 0;
13015 uint32_t shdr_status, shdr_add_status;
13016 union lpfc_sli4_cfg_shdr *shdr;
13017
James Smart2e90f4b2011-12-13 13:22:37 -050013018 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013019 if (!wq)
13020 return -ENODEV;
13021 mbox = mempool_alloc(wq->phba->mbox_mem_pool, GFP_KERNEL);
13022 if (!mbox)
13023 return -ENOMEM;
13024 length = (sizeof(struct lpfc_mbx_wq_destroy) -
13025 sizeof(struct lpfc_sli4_cfg_mhdr));
13026 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13027 LPFC_MBOX_OPCODE_FCOE_WQ_DESTROY,
13028 length, LPFC_SLI4_MBX_EMBED);
13029 bf_set(lpfc_mbx_wq_destroy_q_id, &mbox->u.mqe.un.wq_destroy.u.request,
13030 wq->queue_id);
13031 mbox->vport = wq->phba->pport;
13032 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13033 rc = lpfc_sli_issue_mbox(wq->phba, mbox, MBX_POLL);
13034 shdr = (union lpfc_sli4_cfg_shdr *)
13035 &mbox->u.mqe.un.wq_destroy.header.cfg_shdr;
13036 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13037 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13038 if (shdr_status || shdr_add_status || rc) {
13039 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13040 "2508 WQ_DESTROY mailbox failed with "
13041 "status x%x add_status x%x, mbx status x%x\n",
13042 shdr_status, shdr_add_status, rc);
13043 status = -ENXIO;
13044 }
13045 /* Remove wq from any list */
13046 list_del_init(&wq->list);
James Smart8fa38512009-07-19 10:01:03 -040013047 mempool_free(mbox, wq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013048 return status;
13049}
13050
13051/**
13052 * lpfc_rq_destroy - Destroy a Receive Queue on the HBA
13053 * @rq: The queue structure associated with the queue to destroy.
13054 *
13055 * This function destroys a queue, as detailed in @rq by sending an mailbox
13056 * command, specific to the type of queue, to the HBA.
13057 *
13058 * The @rq struct is used to get the queue ID of the queue to destroy.
13059 *
13060 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040013061 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040013062 **/
13063uint32_t
13064lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq,
13065 struct lpfc_queue *drq)
13066{
13067 LPFC_MBOXQ_t *mbox;
13068 int rc, length, status = 0;
13069 uint32_t shdr_status, shdr_add_status;
13070 union lpfc_sli4_cfg_shdr *shdr;
13071
James Smart2e90f4b2011-12-13 13:22:37 -050013072 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040013073 if (!hrq || !drq)
13074 return -ENODEV;
13075 mbox = mempool_alloc(hrq->phba->mbox_mem_pool, GFP_KERNEL);
13076 if (!mbox)
13077 return -ENOMEM;
13078 length = (sizeof(struct lpfc_mbx_rq_destroy) -
James Smartfedd3b72011-02-16 12:39:24 -050013079 sizeof(struct lpfc_sli4_cfg_mhdr));
James Smart4f774512009-05-22 14:52:35 -040013080 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13081 LPFC_MBOX_OPCODE_FCOE_RQ_DESTROY,
13082 length, LPFC_SLI4_MBX_EMBED);
13083 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request,
13084 hrq->queue_id);
13085 mbox->vport = hrq->phba->pport;
13086 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
13087 rc = lpfc_sli_issue_mbox(hrq->phba, mbox, MBX_POLL);
13088 /* The IOCTL status is embedded in the mailbox subheader. */
13089 shdr = (union lpfc_sli4_cfg_shdr *)
13090 &mbox->u.mqe.un.rq_destroy.header.cfg_shdr;
13091 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13092 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13093 if (shdr_status || shdr_add_status || rc) {
13094 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13095 "2509 RQ_DESTROY mailbox failed with "
13096 "status x%x add_status x%x, mbx status x%x\n",
13097 shdr_status, shdr_add_status, rc);
13098 if (rc != MBX_TIMEOUT)
13099 mempool_free(mbox, hrq->phba->mbox_mem_pool);
13100 return -ENXIO;
13101 }
13102 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request,
13103 drq->queue_id);
13104 rc = lpfc_sli_issue_mbox(drq->phba, mbox, MBX_POLL);
13105 shdr = (union lpfc_sli4_cfg_shdr *)
13106 &mbox->u.mqe.un.rq_destroy.header.cfg_shdr;
13107 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13108 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13109 if (shdr_status || shdr_add_status || rc) {
13110 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13111 "2510 RQ_DESTROY mailbox failed with "
13112 "status x%x add_status x%x, mbx status x%x\n",
13113 shdr_status, shdr_add_status, rc);
13114 status = -ENXIO;
13115 }
13116 list_del_init(&hrq->list);
13117 list_del_init(&drq->list);
James Smart8fa38512009-07-19 10:01:03 -040013118 mempool_free(mbox, hrq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040013119 return status;
13120}
13121
13122/**
13123 * lpfc_sli4_post_sgl - Post scatter gather list for an XRI to HBA
13124 * @phba: The virtual port for which this call being executed.
13125 * @pdma_phys_addr0: Physical address of the 1st SGL page.
13126 * @pdma_phys_addr1: Physical address of the 2nd SGL page.
13127 * @xritag: the xritag that ties this io to the SGL pages.
13128 *
13129 * This routine will post the sgl pages for the IO that has the xritag
13130 * that is in the iocbq structure. The xritag is assigned during iocbq
13131 * creation and persists for as long as the driver is loaded.
13132 * if the caller has fewer than 256 scatter gather segments to map then
13133 * pdma_phys_addr1 should be 0.
13134 * If the caller needs to map more than 256 scatter gather segment then
13135 * pdma_phys_addr1 should be a valid physical address.
13136 * physical address for SGLs must be 64 byte aligned.
13137 * If you are going to map 2 SGL's then the first one must have 256 entries
13138 * the second sgl can have between 1 and 256 entries.
13139 *
13140 * Return codes:
13141 * 0 - Success
13142 * -ENXIO, -ENOMEM - Failure
13143 **/
13144int
13145lpfc_sli4_post_sgl(struct lpfc_hba *phba,
13146 dma_addr_t pdma_phys_addr0,
13147 dma_addr_t pdma_phys_addr1,
13148 uint16_t xritag)
13149{
13150 struct lpfc_mbx_post_sgl_pages *post_sgl_pages;
13151 LPFC_MBOXQ_t *mbox;
13152 int rc;
13153 uint32_t shdr_status, shdr_add_status;
James Smart6d368e52011-05-24 11:44:12 -040013154 uint32_t mbox_tmo;
James Smart4f774512009-05-22 14:52:35 -040013155 union lpfc_sli4_cfg_shdr *shdr;
13156
13157 if (xritag == NO_XRI) {
13158 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13159 "0364 Invalid param:\n");
13160 return -EINVAL;
13161 }
13162
13163 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
13164 if (!mbox)
13165 return -ENOMEM;
13166
13167 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13168 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES,
13169 sizeof(struct lpfc_mbx_post_sgl_pages) -
James Smartfedd3b72011-02-16 12:39:24 -050013170 sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED);
James Smart4f774512009-05-22 14:52:35 -040013171
13172 post_sgl_pages = (struct lpfc_mbx_post_sgl_pages *)
13173 &mbox->u.mqe.un.post_sgl_pages;
13174 bf_set(lpfc_post_sgl_pages_xri, post_sgl_pages, xritag);
13175 bf_set(lpfc_post_sgl_pages_xricnt, post_sgl_pages, 1);
13176
13177 post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_lo =
13178 cpu_to_le32(putPaddrLow(pdma_phys_addr0));
13179 post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_hi =
13180 cpu_to_le32(putPaddrHigh(pdma_phys_addr0));
13181
13182 post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_lo =
13183 cpu_to_le32(putPaddrLow(pdma_phys_addr1));
13184 post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_hi =
13185 cpu_to_le32(putPaddrHigh(pdma_phys_addr1));
13186 if (!phba->sli4_hba.intr_enable)
13187 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smart6d368e52011-05-24 11:44:12 -040013188 else {
James Smarta183a152011-10-10 21:32:43 -040013189 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -040013190 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13191 }
James Smart4f774512009-05-22 14:52:35 -040013192 /* The IOCTL status is embedded in the mailbox subheader. */
13193 shdr = (union lpfc_sli4_cfg_shdr *) &post_sgl_pages->header.cfg_shdr;
13194 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13195 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13196 if (rc != MBX_TIMEOUT)
13197 mempool_free(mbox, phba->mbox_mem_pool);
13198 if (shdr_status || shdr_add_status || rc) {
13199 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13200 "2511 POST_SGL mailbox failed with "
13201 "status x%x add_status x%x, mbx status x%x\n",
13202 shdr_status, shdr_add_status, rc);
13203 rc = -ENXIO;
13204 }
13205 return 0;
13206}
James Smart4f774512009-05-22 14:52:35 -040013207
13208/**
James Smart88a2cfb2011-07-22 18:36:33 -040013209 * lpfc_sli4_alloc_xri - Get an available rpi in the device's range
James Smart6d368e52011-05-24 11:44:12 -040013210 * @phba: pointer to lpfc hba data structure.
13211 *
13212 * This routine is invoked to post rpi header templates to the
James Smart88a2cfb2011-07-22 18:36:33 -040013213 * HBA consistent with the SLI-4 interface spec. This routine
13214 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
13215 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6d368e52011-05-24 11:44:12 -040013216 *
James Smart88a2cfb2011-07-22 18:36:33 -040013217 * Returns
13218 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
13219 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
13220 **/
James Smart6d368e52011-05-24 11:44:12 -040013221uint16_t
13222lpfc_sli4_alloc_xri(struct lpfc_hba *phba)
13223{
13224 unsigned long xri;
13225
13226 /*
13227 * Fetch the next logical xri. Because this index is logical,
13228 * the driver starts at 0 each time.
13229 */
13230 spin_lock_irq(&phba->hbalock);
13231 xri = find_next_zero_bit(phba->sli4_hba.xri_bmask,
13232 phba->sli4_hba.max_cfg_param.max_xri, 0);
13233 if (xri >= phba->sli4_hba.max_cfg_param.max_xri) {
13234 spin_unlock_irq(&phba->hbalock);
13235 return NO_XRI;
13236 } else {
13237 set_bit(xri, phba->sli4_hba.xri_bmask);
13238 phba->sli4_hba.max_cfg_param.xri_used++;
James Smart6d368e52011-05-24 11:44:12 -040013239 }
James Smart6d368e52011-05-24 11:44:12 -040013240 spin_unlock_irq(&phba->hbalock);
13241 return xri;
13242}
13243
13244/**
13245 * lpfc_sli4_free_xri - Release an xri for reuse.
13246 * @phba: pointer to lpfc hba data structure.
13247 *
13248 * This routine is invoked to release an xri to the pool of
13249 * available rpis maintained by the driver.
13250 **/
13251void
13252__lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri)
13253{
13254 if (test_and_clear_bit(xri, phba->sli4_hba.xri_bmask)) {
James Smart6d368e52011-05-24 11:44:12 -040013255 phba->sli4_hba.max_cfg_param.xri_used--;
13256 }
13257}
13258
13259/**
13260 * lpfc_sli4_free_xri - Release an xri for reuse.
13261 * @phba: pointer to lpfc hba data structure.
13262 *
13263 * This routine is invoked to release an xri to the pool of
13264 * available rpis maintained by the driver.
13265 **/
13266void
13267lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri)
13268{
13269 spin_lock_irq(&phba->hbalock);
13270 __lpfc_sli4_free_xri(phba, xri);
13271 spin_unlock_irq(&phba->hbalock);
13272}
13273
13274/**
James Smart4f774512009-05-22 14:52:35 -040013275 * lpfc_sli4_next_xritag - Get an xritag for the io
13276 * @phba: Pointer to HBA context object.
13277 *
13278 * This function gets an xritag for the iocb. If there is no unused xritag
13279 * it will return 0xffff.
13280 * The function returns the allocated xritag if successful, else returns zero.
13281 * Zero is not a valid xritag.
13282 * The caller is not required to hold any lock.
13283 **/
13284uint16_t
13285lpfc_sli4_next_xritag(struct lpfc_hba *phba)
13286{
James Smart6d368e52011-05-24 11:44:12 -040013287 uint16_t xri_index;
James Smart4f774512009-05-22 14:52:35 -040013288
James Smart6d368e52011-05-24 11:44:12 -040013289 xri_index = lpfc_sli4_alloc_xri(phba);
James Smart81378052012-05-09 21:17:37 -040013290 if (xri_index == NO_XRI)
13291 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
13292 "2004 Failed to allocate XRI.last XRITAG is %d"
13293 " Max XRI is %d, Used XRI is %d\n",
13294 xri_index,
13295 phba->sli4_hba.max_cfg_param.max_xri,
13296 phba->sli4_hba.max_cfg_param.xri_used);
13297 return xri_index;
James Smart4f774512009-05-22 14:52:35 -040013298}
13299
13300/**
James Smart6d368e52011-05-24 11:44:12 -040013301 * lpfc_sli4_post_els_sgl_list - post a block of ELS sgls to the port.
James Smart4f774512009-05-22 14:52:35 -040013302 * @phba: pointer to lpfc hba data structure.
James Smart8a9d2e82012-05-09 21:16:12 -040013303 * @post_sgl_list: pointer to els sgl entry list.
13304 * @count: number of els sgl entries on the list.
James Smart4f774512009-05-22 14:52:35 -040013305 *
13306 * This routine is invoked to post a block of driver's sgl pages to the
13307 * HBA using non-embedded mailbox command. No Lock is held. This routine
13308 * is only called when the driver is loading and after all IO has been
13309 * stopped.
13310 **/
James Smart8a9d2e82012-05-09 21:16:12 -040013311static int
13312lpfc_sli4_post_els_sgl_list(struct lpfc_hba *phba,
13313 struct list_head *post_sgl_list,
13314 int post_cnt)
James Smart4f774512009-05-22 14:52:35 -040013315{
James Smart8a9d2e82012-05-09 21:16:12 -040013316 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL;
James Smart4f774512009-05-22 14:52:35 -040013317 struct lpfc_mbx_post_uembed_sgl_page1 *sgl;
13318 struct sgl_page_pairs *sgl_pg_pairs;
13319 void *viraddr;
13320 LPFC_MBOXQ_t *mbox;
13321 uint32_t reqlen, alloclen, pg_pairs;
13322 uint32_t mbox_tmo;
James Smart8a9d2e82012-05-09 21:16:12 -040013323 uint16_t xritag_start = 0;
13324 int rc = 0;
James Smart4f774512009-05-22 14:52:35 -040013325 uint32_t shdr_status, shdr_add_status;
13326 union lpfc_sli4_cfg_shdr *shdr;
13327
James Smart8a9d2e82012-05-09 21:16:12 -040013328 reqlen = phba->sli4_hba.els_xri_cnt * sizeof(struct sgl_page_pairs) +
James Smart4f774512009-05-22 14:52:35 -040013329 sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t);
James Smart49198b32010-04-06 15:04:33 -040013330 if (reqlen > SLI4_PAGE_SIZE) {
James Smart4f774512009-05-22 14:52:35 -040013331 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
13332 "2559 Block sgl registration required DMA "
13333 "size (%d) great than a page\n", reqlen);
13334 return -ENOMEM;
13335 }
13336 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart6d368e52011-05-24 11:44:12 -040013337 if (!mbox)
James Smart4f774512009-05-22 14:52:35 -040013338 return -ENOMEM;
James Smart4f774512009-05-22 14:52:35 -040013339
13340 /* Allocate DMA memory and set up the non-embedded mailbox command */
13341 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13342 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen,
13343 LPFC_SLI4_MBX_NEMBED);
13344
13345 if (alloclen < reqlen) {
13346 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13347 "0285 Allocated DMA memory size (%d) is "
13348 "less than the requested DMA memory "
13349 "size (%d)\n", alloclen, reqlen);
13350 lpfc_sli4_mbox_cmd_free(phba, mbox);
13351 return -ENOMEM;
13352 }
James Smart4f774512009-05-22 14:52:35 -040013353 /* Set up the SGL pages in the non-embedded DMA pages */
James Smart6d368e52011-05-24 11:44:12 -040013354 viraddr = mbox->sge_array->addr[0];
James Smart4f774512009-05-22 14:52:35 -040013355 sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr;
13356 sgl_pg_pairs = &sgl->sgl_pg_pairs;
13357
James Smart8a9d2e82012-05-09 21:16:12 -040013358 pg_pairs = 0;
13359 list_for_each_entry_safe(sglq_entry, sglq_next, post_sgl_list, list) {
James Smart4f774512009-05-22 14:52:35 -040013360 /* Set up the sge entry */
13361 sgl_pg_pairs->sgl_pg0_addr_lo =
13362 cpu_to_le32(putPaddrLow(sglq_entry->phys));
13363 sgl_pg_pairs->sgl_pg0_addr_hi =
13364 cpu_to_le32(putPaddrHigh(sglq_entry->phys));
13365 sgl_pg_pairs->sgl_pg1_addr_lo =
13366 cpu_to_le32(putPaddrLow(0));
13367 sgl_pg_pairs->sgl_pg1_addr_hi =
13368 cpu_to_le32(putPaddrHigh(0));
James Smart6d368e52011-05-24 11:44:12 -040013369
James Smart4f774512009-05-22 14:52:35 -040013370 /* Keep the first xritag on the list */
13371 if (pg_pairs == 0)
13372 xritag_start = sglq_entry->sli4_xritag;
13373 sgl_pg_pairs++;
James Smart8a9d2e82012-05-09 21:16:12 -040013374 pg_pairs++;
James Smart4f774512009-05-22 14:52:35 -040013375 }
James Smart6d368e52011-05-24 11:44:12 -040013376
13377 /* Complete initialization and perform endian conversion. */
James Smart4f774512009-05-22 14:52:35 -040013378 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start);
James Smart8a9d2e82012-05-09 21:16:12 -040013379 bf_set(lpfc_post_sgl_pages_xricnt, sgl, phba->sli4_hba.els_xri_cnt);
James Smart4f774512009-05-22 14:52:35 -040013380 sgl->word0 = cpu_to_le32(sgl->word0);
James Smart4f774512009-05-22 14:52:35 -040013381 if (!phba->sli4_hba.intr_enable)
13382 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13383 else {
James Smarta183a152011-10-10 21:32:43 -040013384 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart4f774512009-05-22 14:52:35 -040013385 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13386 }
13387 shdr = (union lpfc_sli4_cfg_shdr *) &sgl->cfg_shdr;
13388 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
13389 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
13390 if (rc != MBX_TIMEOUT)
13391 lpfc_sli4_mbox_cmd_free(phba, mbox);
13392 if (shdr_status || shdr_add_status || rc) {
13393 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13394 "2513 POST_SGL_BLOCK mailbox command failed "
13395 "status x%x add_status x%x mbx status x%x\n",
13396 shdr_status, shdr_add_status, rc);
13397 rc = -ENXIO;
13398 }
13399 return rc;
13400}
13401
13402/**
13403 * lpfc_sli4_post_scsi_sgl_block - post a block of scsi sgl list to firmware
13404 * @phba: pointer to lpfc hba data structure.
13405 * @sblist: pointer to scsi buffer list.
13406 * @count: number of scsi buffers on the list.
13407 *
13408 * This routine is invoked to post a block of @count scsi sgl pages from a
13409 * SCSI buffer list @sblist to the HBA using non-embedded mailbox command.
13410 * No Lock is held.
13411 *
13412 **/
13413int
James Smart8a9d2e82012-05-09 21:16:12 -040013414lpfc_sli4_post_scsi_sgl_block(struct lpfc_hba *phba,
13415 struct list_head *sblist,
13416 int count)
James Smart4f774512009-05-22 14:52:35 -040013417{
13418 struct lpfc_scsi_buf *psb;
13419 struct lpfc_mbx_post_uembed_sgl_page1 *sgl;
13420 struct sgl_page_pairs *sgl_pg_pairs;
13421 void *viraddr;
13422 LPFC_MBOXQ_t *mbox;
13423 uint32_t reqlen, alloclen, pg_pairs;
13424 uint32_t mbox_tmo;
13425 uint16_t xritag_start = 0;
13426 int rc = 0;
13427 uint32_t shdr_status, shdr_add_status;
13428 dma_addr_t pdma_phys_bpl1;
13429 union lpfc_sli4_cfg_shdr *shdr;
13430
13431 /* Calculate the requested length of the dma memory */
James Smart8a9d2e82012-05-09 21:16:12 -040013432 reqlen = count * sizeof(struct sgl_page_pairs) +
James Smart4f774512009-05-22 14:52:35 -040013433 sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t);
James Smart49198b32010-04-06 15:04:33 -040013434 if (reqlen > SLI4_PAGE_SIZE) {
James Smart4f774512009-05-22 14:52:35 -040013435 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
13436 "0217 Block sgl registration required DMA "
13437 "size (%d) great than a page\n", reqlen);
13438 return -ENOMEM;
13439 }
13440 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
13441 if (!mbox) {
13442 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13443 "0283 Failed to allocate mbox cmd memory\n");
13444 return -ENOMEM;
13445 }
13446
13447 /* Allocate DMA memory and set up the non-embedded mailbox command */
13448 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
13449 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen,
13450 LPFC_SLI4_MBX_NEMBED);
13451
13452 if (alloclen < reqlen) {
13453 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
13454 "2561 Allocated DMA memory size (%d) is "
13455 "less than the requested DMA memory "
13456 "size (%d)\n", alloclen, reqlen);
13457 lpfc_sli4_mbox_cmd_free(phba, mbox);
13458 return -ENOMEM;
13459 }
James Smart6d368e52011-05-24 11:44:12 -040013460
James Smart4f774512009-05-22 14:52:35 -040013461 /* Get the first SGE entry from the non-embedded DMA memory */
James Smart4f774512009-05-22 14:52:35 -040013462 viraddr = mbox->sge_array->addr[0];
13463
13464 /* Set up the SGL pages in the non-embedded DMA pages */
13465 sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr;
13466 sgl_pg_pairs = &sgl->sgl_pg_pairs;
13467
13468 pg_pairs = 0;
13469 list_for_each_entry(psb, sblist, list) {
13470 /* Set up the sge entry */
13471 sgl_pg_pairs->sgl_pg0_addr_lo =
13472 cpu_to_le32(putPaddrLow(psb->dma_phys_bpl));
13473 sgl_pg_pairs->sgl_pg0_addr_hi =
13474 cpu_to_le32(putPaddrHigh(psb->dma_phys_bpl));
13475 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE)
13476 pdma_phys_bpl1 = psb->dma_phys_bpl + SGL_PAGE_SIZE;
13477 else
13478 pdma_phys_bpl1 = 0;
13479 sgl_pg_pairs->sgl_pg1_addr_lo =
13480 cpu_to_le32(putPaddrLow(pdma_phys_bpl1));
13481 sgl_pg_pairs->sgl_pg1_addr_hi =
13482 cpu_to_le32(putPaddrHigh(pdma_phys_bpl1));
13483 /* Keep the first xritag on the list */
13484 if (pg_pairs == 0)
13485 xritag_start = psb->cur_iocbq.sli4_xritag;
13486 sgl_pg_pairs++;
13487 pg_pairs++;
13488 }
13489 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start);
13490 bf_set(lpfc_post_sgl_pages_xricnt, sgl, pg_pairs);
13491 /* Perform endian conversion if necessary */
13492 sgl->word0 = cpu_to_le32(sgl->word0);
13493
13494 if (!phba->sli4_hba.intr_enable)
13495 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
13496 else {
James Smarta183a152011-10-10 21:32:43 -040013497 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart4f774512009-05-22 14:52:35 -040013498 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
13499 }
13500 shdr = (union lpfc_sli4_cfg_shdr *) &sgl->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 (rc != MBX_TIMEOUT)
13504 lpfc_sli4_mbox_cmd_free(phba, mbox);
13505 if (shdr_status || shdr_add_status || rc) {
13506 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13507 "2564 POST_SGL_BLOCK mailbox command failed "
13508 "status x%x add_status x%x mbx status x%x\n",
13509 shdr_status, shdr_add_status, rc);
13510 rc = -ENXIO;
13511 }
13512 return rc;
13513}
13514
13515/**
13516 * lpfc_fc_frame_check - Check that this frame is a valid frame to handle
13517 * @phba: pointer to lpfc_hba struct that the frame was received on
13518 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
13519 *
13520 * This function checks the fields in the @fc_hdr to see if the FC frame is a
13521 * valid type of frame that the LPFC driver will handle. This function will
13522 * return a zero if the frame is a valid frame or a non zero value when the
13523 * frame does not pass the check.
13524 **/
13525static int
13526lpfc_fc_frame_check(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr)
13527{
Tomas Henzl474ffb72010-12-22 16:52:40 +010013528 /* make rctl_names static to save stack space */
13529 static char *rctl_names[] = FC_RCTL_NAMES_INIT;
James Smart4f774512009-05-22 14:52:35 -040013530 char *type_names[] = FC_TYPE_NAMES_INIT;
13531 struct fc_vft_header *fc_vft_hdr;
James Smart546fc852011-03-11 16:06:29 -050013532 uint32_t *header = (uint32_t *) fc_hdr;
James Smart4f774512009-05-22 14:52:35 -040013533
13534 switch (fc_hdr->fh_r_ctl) {
13535 case FC_RCTL_DD_UNCAT: /* uncategorized information */
13536 case FC_RCTL_DD_SOL_DATA: /* solicited data */
13537 case FC_RCTL_DD_UNSOL_CTL: /* unsolicited control */
13538 case FC_RCTL_DD_SOL_CTL: /* solicited control or reply */
13539 case FC_RCTL_DD_UNSOL_DATA: /* unsolicited data */
13540 case FC_RCTL_DD_DATA_DESC: /* data descriptor */
13541 case FC_RCTL_DD_UNSOL_CMD: /* unsolicited command */
13542 case FC_RCTL_DD_CMD_STATUS: /* command status */
13543 case FC_RCTL_ELS_REQ: /* extended link services request */
13544 case FC_RCTL_ELS_REP: /* extended link services reply */
13545 case FC_RCTL_ELS4_REQ: /* FC-4 ELS request */
13546 case FC_RCTL_ELS4_REP: /* FC-4 ELS reply */
13547 case FC_RCTL_BA_NOP: /* basic link service NOP */
13548 case FC_RCTL_BA_ABTS: /* basic link service abort */
13549 case FC_RCTL_BA_RMC: /* remove connection */
13550 case FC_RCTL_BA_ACC: /* basic accept */
13551 case FC_RCTL_BA_RJT: /* basic reject */
13552 case FC_RCTL_BA_PRMT:
13553 case FC_RCTL_ACK_1: /* acknowledge_1 */
13554 case FC_RCTL_ACK_0: /* acknowledge_0 */
13555 case FC_RCTL_P_RJT: /* port reject */
13556 case FC_RCTL_F_RJT: /* fabric reject */
13557 case FC_RCTL_P_BSY: /* port busy */
13558 case FC_RCTL_F_BSY: /* fabric busy to data frame */
13559 case FC_RCTL_F_BSYL: /* fabric busy to link control frame */
13560 case FC_RCTL_LCR: /* link credit reset */
13561 case FC_RCTL_END: /* end */
13562 break;
13563 case FC_RCTL_VFTH: /* Virtual Fabric tagging Header */
13564 fc_vft_hdr = (struct fc_vft_header *)fc_hdr;
13565 fc_hdr = &((struct fc_frame_header *)fc_vft_hdr)[1];
13566 return lpfc_fc_frame_check(phba, fc_hdr);
13567 default:
13568 goto drop;
13569 }
13570 switch (fc_hdr->fh_type) {
13571 case FC_TYPE_BLS:
13572 case FC_TYPE_ELS:
13573 case FC_TYPE_FCP:
13574 case FC_TYPE_CT:
13575 break;
13576 case FC_TYPE_IP:
13577 case FC_TYPE_ILS:
13578 default:
13579 goto drop;
13580 }
James Smart546fc852011-03-11 16:06:29 -050013581
James Smart4f774512009-05-22 14:52:35 -040013582 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart546fc852011-03-11 16:06:29 -050013583 "2538 Received frame rctl:%s type:%s "
13584 "Frame Data:%08x %08x %08x %08x %08x %08x\n",
James Smart4f774512009-05-22 14:52:35 -040013585 rctl_names[fc_hdr->fh_r_ctl],
James Smart546fc852011-03-11 16:06:29 -050013586 type_names[fc_hdr->fh_type],
13587 be32_to_cpu(header[0]), be32_to_cpu(header[1]),
13588 be32_to_cpu(header[2]), be32_to_cpu(header[3]),
13589 be32_to_cpu(header[4]), be32_to_cpu(header[5]));
James Smart4f774512009-05-22 14:52:35 -040013590 return 0;
13591drop:
13592 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS,
13593 "2539 Dropped frame rctl:%s type:%s\n",
13594 rctl_names[fc_hdr->fh_r_ctl],
13595 type_names[fc_hdr->fh_type]);
13596 return 1;
13597}
13598
13599/**
13600 * lpfc_fc_hdr_get_vfi - Get the VFI from an FC frame
13601 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
13602 *
13603 * This function processes the FC header to retrieve the VFI from the VF
13604 * header, if one exists. This function will return the VFI if one exists
13605 * or 0 if no VSAN Header exists.
13606 **/
13607static uint32_t
13608lpfc_fc_hdr_get_vfi(struct fc_frame_header *fc_hdr)
13609{
13610 struct fc_vft_header *fc_vft_hdr = (struct fc_vft_header *)fc_hdr;
13611
13612 if (fc_hdr->fh_r_ctl != FC_RCTL_VFTH)
13613 return 0;
13614 return bf_get(fc_vft_hdr_vf_id, fc_vft_hdr);
13615}
13616
13617/**
13618 * lpfc_fc_frame_to_vport - Finds the vport that a frame is destined to
13619 * @phba: Pointer to the HBA structure to search for the vport on
13620 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
13621 * @fcfi: The FC Fabric ID that the frame came from
13622 *
13623 * This function searches the @phba for a vport that matches the content of the
13624 * @fc_hdr passed in and the @fcfi. This function uses the @fc_hdr to fetch the
13625 * VFI, if the Virtual Fabric Tagging Header exists, and the DID. This function
13626 * returns the matching vport pointer or NULL if unable to match frame to a
13627 * vport.
13628 **/
13629static struct lpfc_vport *
13630lpfc_fc_frame_to_vport(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr,
13631 uint16_t fcfi)
13632{
13633 struct lpfc_vport **vports;
13634 struct lpfc_vport *vport = NULL;
13635 int i;
13636 uint32_t did = (fc_hdr->fh_d_id[0] << 16 |
13637 fc_hdr->fh_d_id[1] << 8 |
13638 fc_hdr->fh_d_id[2]);
James Smartbf086112011-08-21 21:48:13 -040013639 if (did == Fabric_DID)
13640 return phba->pport;
James Smart4f774512009-05-22 14:52:35 -040013641 vports = lpfc_create_vport_work_array(phba);
13642 if (vports != NULL)
13643 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) {
13644 if (phba->fcf.fcfi == fcfi &&
13645 vports[i]->vfi == lpfc_fc_hdr_get_vfi(fc_hdr) &&
13646 vports[i]->fc_myDID == did) {
13647 vport = vports[i];
13648 break;
13649 }
13650 }
13651 lpfc_destroy_vport_work_array(phba, vports);
13652 return vport;
13653}
13654
13655/**
James Smart45ed1192009-10-02 15:17:02 -040013656 * lpfc_update_rcv_time_stamp - Update vport's rcv seq time stamp
13657 * @vport: The vport to work on.
13658 *
13659 * This function updates the receive sequence time stamp for this vport. The
13660 * receive sequence time stamp indicates the time that the last frame of the
13661 * the sequence that has been idle for the longest amount of time was received.
13662 * the driver uses this time stamp to indicate if any received sequences have
13663 * timed out.
13664 **/
13665void
13666lpfc_update_rcv_time_stamp(struct lpfc_vport *vport)
13667{
13668 struct lpfc_dmabuf *h_buf;
13669 struct hbq_dmabuf *dmabuf = NULL;
13670
13671 /* get the oldest sequence on the rcv list */
13672 h_buf = list_get_first(&vport->rcv_buffer_list,
13673 struct lpfc_dmabuf, list);
13674 if (!h_buf)
13675 return;
13676 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
13677 vport->rcv_buffer_time_stamp = dmabuf->time_stamp;
13678}
13679
13680/**
13681 * lpfc_cleanup_rcv_buffers - Cleans up all outstanding receive sequences.
13682 * @vport: The vport that the received sequences were sent to.
13683 *
13684 * This function cleans up all outstanding received sequences. This is called
13685 * by the driver when a link event or user action invalidates all the received
13686 * sequences.
13687 **/
13688void
13689lpfc_cleanup_rcv_buffers(struct lpfc_vport *vport)
13690{
13691 struct lpfc_dmabuf *h_buf, *hnext;
13692 struct lpfc_dmabuf *d_buf, *dnext;
13693 struct hbq_dmabuf *dmabuf = NULL;
13694
13695 /* start with the oldest sequence on the rcv list */
13696 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
13697 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
13698 list_del_init(&dmabuf->hbuf.list);
13699 list_for_each_entry_safe(d_buf, dnext,
13700 &dmabuf->dbuf.list, list) {
13701 list_del_init(&d_buf->list);
13702 lpfc_in_buf_free(vport->phba, d_buf);
13703 }
13704 lpfc_in_buf_free(vport->phba, &dmabuf->dbuf);
13705 }
13706}
13707
13708/**
13709 * lpfc_rcv_seq_check_edtov - Cleans up timed out receive sequences.
13710 * @vport: The vport that the received sequences were sent to.
13711 *
13712 * This function determines whether any received sequences have timed out by
13713 * first checking the vport's rcv_buffer_time_stamp. If this time_stamp
13714 * indicates that there is at least one timed out sequence this routine will
13715 * go through the received sequences one at a time from most inactive to most
13716 * active to determine which ones need to be cleaned up. Once it has determined
13717 * that a sequence needs to be cleaned up it will simply free up the resources
13718 * without sending an abort.
13719 **/
13720void
13721lpfc_rcv_seq_check_edtov(struct lpfc_vport *vport)
13722{
13723 struct lpfc_dmabuf *h_buf, *hnext;
13724 struct lpfc_dmabuf *d_buf, *dnext;
13725 struct hbq_dmabuf *dmabuf = NULL;
13726 unsigned long timeout;
13727 int abort_count = 0;
13728
13729 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
13730 vport->rcv_buffer_time_stamp);
13731 if (list_empty(&vport->rcv_buffer_list) ||
13732 time_before(jiffies, timeout))
13733 return;
13734 /* start with the oldest sequence on the rcv list */
13735 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
13736 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
13737 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
13738 dmabuf->time_stamp);
13739 if (time_before(jiffies, timeout))
13740 break;
13741 abort_count++;
13742 list_del_init(&dmabuf->hbuf.list);
13743 list_for_each_entry_safe(d_buf, dnext,
13744 &dmabuf->dbuf.list, list) {
13745 list_del_init(&d_buf->list);
13746 lpfc_in_buf_free(vport->phba, d_buf);
13747 }
13748 lpfc_in_buf_free(vport->phba, &dmabuf->dbuf);
13749 }
13750 if (abort_count)
13751 lpfc_update_rcv_time_stamp(vport);
13752}
13753
13754/**
James Smart4f774512009-05-22 14:52:35 -040013755 * lpfc_fc_frame_add - Adds a frame to the vport's list of received sequences
13756 * @dmabuf: pointer to a dmabuf that describes the hdr and data of the FC frame
13757 *
13758 * This function searches through the existing incomplete sequences that have
13759 * been sent to this @vport. If the frame matches one of the incomplete
13760 * sequences then the dbuf in the @dmabuf is added to the list of frames that
13761 * make up that sequence. If no sequence is found that matches this frame then
13762 * the function will add the hbuf in the @dmabuf to the @vport's rcv_buffer_list
13763 * This function returns a pointer to the first dmabuf in the sequence list that
13764 * the frame was linked to.
13765 **/
13766static struct hbq_dmabuf *
13767lpfc_fc_frame_add(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf)
13768{
13769 struct fc_frame_header *new_hdr;
13770 struct fc_frame_header *temp_hdr;
13771 struct lpfc_dmabuf *d_buf;
13772 struct lpfc_dmabuf *h_buf;
13773 struct hbq_dmabuf *seq_dmabuf = NULL;
13774 struct hbq_dmabuf *temp_dmabuf = NULL;
13775
James Smart4d9ab992009-10-02 15:16:39 -040013776 INIT_LIST_HEAD(&dmabuf->dbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040013777 dmabuf->time_stamp = jiffies;
James Smart4f774512009-05-22 14:52:35 -040013778 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
13779 /* Use the hdr_buf to find the sequence that this frame belongs to */
13780 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) {
13781 temp_hdr = (struct fc_frame_header *)h_buf->virt;
13782 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) ||
13783 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) ||
13784 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
13785 continue;
13786 /* found a pending sequence that matches this frame */
13787 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
13788 break;
13789 }
13790 if (!seq_dmabuf) {
13791 /*
13792 * This indicates first frame received for this sequence.
13793 * Queue the buffer on the vport's rcv_buffer_list.
13794 */
13795 list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list);
James Smart45ed1192009-10-02 15:17:02 -040013796 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040013797 return dmabuf;
13798 }
13799 temp_hdr = seq_dmabuf->hbuf.virt;
James Smarteeead812009-12-21 17:01:23 -050013800 if (be16_to_cpu(new_hdr->fh_seq_cnt) <
13801 be16_to_cpu(temp_hdr->fh_seq_cnt)) {
James Smart4d9ab992009-10-02 15:16:39 -040013802 list_del_init(&seq_dmabuf->hbuf.list);
13803 list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list);
13804 list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040013805 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040013806 return dmabuf;
13807 }
James Smart45ed1192009-10-02 15:17:02 -040013808 /* move this sequence to the tail to indicate a young sequence */
13809 list_move_tail(&seq_dmabuf->hbuf.list, &vport->rcv_buffer_list);
13810 seq_dmabuf->time_stamp = jiffies;
13811 lpfc_update_rcv_time_stamp(vport);
James Smarteeead812009-12-21 17:01:23 -050013812 if (list_empty(&seq_dmabuf->dbuf.list)) {
13813 temp_hdr = dmabuf->hbuf.virt;
13814 list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list);
13815 return seq_dmabuf;
13816 }
James Smart4f774512009-05-22 14:52:35 -040013817 /* find the correct place in the sequence to insert this frame */
13818 list_for_each_entry_reverse(d_buf, &seq_dmabuf->dbuf.list, list) {
13819 temp_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf);
13820 temp_hdr = (struct fc_frame_header *)temp_dmabuf->hbuf.virt;
13821 /*
13822 * If the frame's sequence count is greater than the frame on
13823 * the list then insert the frame right after this frame
13824 */
James Smarteeead812009-12-21 17:01:23 -050013825 if (be16_to_cpu(new_hdr->fh_seq_cnt) >
13826 be16_to_cpu(temp_hdr->fh_seq_cnt)) {
James Smart4f774512009-05-22 14:52:35 -040013827 list_add(&dmabuf->dbuf.list, &temp_dmabuf->dbuf.list);
13828 return seq_dmabuf;
13829 }
13830 }
13831 return NULL;
13832}
13833
13834/**
James Smart6669f9b2009-10-02 15:16:45 -040013835 * lpfc_sli4_abort_partial_seq - Abort partially assembled unsol sequence
13836 * @vport: pointer to a vitural port
13837 * @dmabuf: pointer to a dmabuf that describes the FC sequence
13838 *
13839 * This function tries to abort from the partially assembed sequence, described
13840 * by the information from basic abbort @dmabuf. It checks to see whether such
13841 * partially assembled sequence held by the driver. If so, it shall free up all
13842 * the frames from the partially assembled sequence.
13843 *
13844 * Return
13845 * true -- if there is matching partially assembled sequence present and all
13846 * the frames freed with the sequence;
13847 * false -- if there is no matching partially assembled sequence present so
13848 * nothing got aborted in the lower layer driver
13849 **/
13850static bool
13851lpfc_sli4_abort_partial_seq(struct lpfc_vport *vport,
13852 struct hbq_dmabuf *dmabuf)
13853{
13854 struct fc_frame_header *new_hdr;
13855 struct fc_frame_header *temp_hdr;
13856 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf;
13857 struct hbq_dmabuf *seq_dmabuf = NULL;
13858
13859 /* Use the hdr_buf to find the sequence that matches this frame */
13860 INIT_LIST_HEAD(&dmabuf->dbuf.list);
13861 INIT_LIST_HEAD(&dmabuf->hbuf.list);
13862 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
13863 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) {
13864 temp_hdr = (struct fc_frame_header *)h_buf->virt;
13865 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) ||
13866 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) ||
13867 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
13868 continue;
13869 /* found a pending sequence that matches this frame */
13870 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
13871 break;
13872 }
13873
13874 /* Free up all the frames from the partially assembled sequence */
13875 if (seq_dmabuf) {
13876 list_for_each_entry_safe(d_buf, n_buf,
13877 &seq_dmabuf->dbuf.list, list) {
13878 list_del_init(&d_buf->list);
13879 lpfc_in_buf_free(vport->phba, d_buf);
13880 }
13881 return true;
13882 }
13883 return false;
13884}
13885
13886/**
James Smart546fc852011-03-11 16:06:29 -050013887 * lpfc_sli4_seq_abort_rsp_cmpl - BLS ABORT RSP seq abort iocb complete handler
James Smart6669f9b2009-10-02 15:16:45 -040013888 * @phba: Pointer to HBA context object.
13889 * @cmd_iocbq: pointer to the command iocbq structure.
13890 * @rsp_iocbq: pointer to the response iocbq structure.
13891 *
James Smart546fc852011-03-11 16:06:29 -050013892 * This function handles the sequence abort response iocb command complete
James Smart6669f9b2009-10-02 15:16:45 -040013893 * event. It properly releases the memory allocated to the sequence abort
13894 * accept iocb.
13895 **/
13896static void
James Smart546fc852011-03-11 16:06:29 -050013897lpfc_sli4_seq_abort_rsp_cmpl(struct lpfc_hba *phba,
James Smart6669f9b2009-10-02 15:16:45 -040013898 struct lpfc_iocbq *cmd_iocbq,
13899 struct lpfc_iocbq *rsp_iocbq)
13900{
13901 if (cmd_iocbq)
13902 lpfc_sli_release_iocbq(phba, cmd_iocbq);
James Smart6b5151f2012-01-18 16:24:06 -050013903
13904 /* Failure means BLS ABORT RSP did not get delivered to remote node*/
13905 if (rsp_iocbq && rsp_iocbq->iocb.ulpStatus)
13906 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13907 "3154 BLS ABORT RSP failed, data: x%x/x%x\n",
13908 rsp_iocbq->iocb.ulpStatus,
13909 rsp_iocbq->iocb.un.ulpWord[4]);
James Smart6669f9b2009-10-02 15:16:45 -040013910}
13911
13912/**
James Smart6d368e52011-05-24 11:44:12 -040013913 * lpfc_sli4_xri_inrange - check xri is in range of xris owned by driver.
13914 * @phba: Pointer to HBA context object.
13915 * @xri: xri id in transaction.
13916 *
13917 * This function validates the xri maps to the known range of XRIs allocated an
13918 * used by the driver.
13919 **/
James Smart7851fe22011-07-22 18:36:52 -040013920uint16_t
James Smart6d368e52011-05-24 11:44:12 -040013921lpfc_sli4_xri_inrange(struct lpfc_hba *phba,
13922 uint16_t xri)
13923{
13924 int i;
13925
13926 for (i = 0; i < phba->sli4_hba.max_cfg_param.max_xri; i++) {
13927 if (xri == phba->sli4_hba.xri_ids[i])
13928 return i;
13929 }
13930 return NO_XRI;
13931}
13932
13933
13934/**
James Smart546fc852011-03-11 16:06:29 -050013935 * lpfc_sli4_seq_abort_rsp - bls rsp to sequence abort
James Smart6669f9b2009-10-02 15:16:45 -040013936 * @phba: Pointer to HBA context object.
13937 * @fc_hdr: pointer to a FC frame header.
13938 *
James Smart546fc852011-03-11 16:06:29 -050013939 * This function sends a basic response to a previous unsol sequence abort
James Smart6669f9b2009-10-02 15:16:45 -040013940 * event after aborting the sequence handling.
13941 **/
13942static void
James Smart546fc852011-03-11 16:06:29 -050013943lpfc_sli4_seq_abort_rsp(struct lpfc_hba *phba,
James Smart6669f9b2009-10-02 15:16:45 -040013944 struct fc_frame_header *fc_hdr)
13945{
13946 struct lpfc_iocbq *ctiocb = NULL;
13947 struct lpfc_nodelist *ndlp;
James Smart5ffc2662009-11-18 15:39:44 -050013948 uint16_t oxid, rxid;
13949 uint32_t sid, fctl;
James Smart6669f9b2009-10-02 15:16:45 -040013950 IOCB_t *icmd;
James Smart546fc852011-03-11 16:06:29 -050013951 int rc;
James Smart6669f9b2009-10-02 15:16:45 -040013952
13953 if (!lpfc_is_link_up(phba))
13954 return;
13955
13956 sid = sli4_sid_from_fc_hdr(fc_hdr);
13957 oxid = be16_to_cpu(fc_hdr->fh_ox_id);
James Smart5ffc2662009-11-18 15:39:44 -050013958 rxid = be16_to_cpu(fc_hdr->fh_rx_id);
James Smart6669f9b2009-10-02 15:16:45 -040013959
13960 ndlp = lpfc_findnode_did(phba->pport, sid);
13961 if (!ndlp) {
13962 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS,
13963 "1268 Find ndlp returned NULL for oxid:x%x "
13964 "SID:x%x\n", oxid, sid);
13965 return;
13966 }
James Smart6d368e52011-05-24 11:44:12 -040013967 if (lpfc_sli4_xri_inrange(phba, rxid))
James Smart19ca7602010-11-20 23:11:55 -050013968 lpfc_set_rrq_active(phba, ndlp, rxid, oxid, 0);
James Smart6669f9b2009-10-02 15:16:45 -040013969
James Smart546fc852011-03-11 16:06:29 -050013970 /* Allocate buffer for rsp iocb */
James Smart6669f9b2009-10-02 15:16:45 -040013971 ctiocb = lpfc_sli_get_iocbq(phba);
13972 if (!ctiocb)
13973 return;
13974
James Smart5ffc2662009-11-18 15:39:44 -050013975 /* Extract the F_CTL field from FC_HDR */
13976 fctl = sli4_fctl_from_fc_hdr(fc_hdr);
13977
James Smart6669f9b2009-10-02 15:16:45 -040013978 icmd = &ctiocb->iocb;
James Smart6669f9b2009-10-02 15:16:45 -040013979 icmd->un.xseq64.bdl.bdeSize = 0;
James Smart5ffc2662009-11-18 15:39:44 -050013980 icmd->un.xseq64.bdl.ulpIoTag32 = 0;
James Smart6669f9b2009-10-02 15:16:45 -040013981 icmd->un.xseq64.w5.hcsw.Dfctl = 0;
13982 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_ACC;
13983 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS;
13984
13985 /* Fill in the rest of iocb fields */
13986 icmd->ulpCommand = CMD_XMIT_BLS_RSP64_CX;
13987 icmd->ulpBdeCount = 0;
13988 icmd->ulpLe = 1;
13989 icmd->ulpClass = CLASS3;
James Smart6d368e52011-05-24 11:44:12 -040013990 icmd->ulpContext = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smartbe858b62010-12-15 17:57:20 -050013991 ctiocb->context1 = ndlp;
James Smart6669f9b2009-10-02 15:16:45 -040013992
James Smart6669f9b2009-10-02 15:16:45 -040013993 ctiocb->iocb_cmpl = NULL;
13994 ctiocb->vport = phba->pport;
James Smart546fc852011-03-11 16:06:29 -050013995 ctiocb->iocb_cmpl = lpfc_sli4_seq_abort_rsp_cmpl;
James Smart6d368e52011-05-24 11:44:12 -040013996 ctiocb->sli4_lxritag = NO_XRI;
James Smart546fc852011-03-11 16:06:29 -050013997 ctiocb->sli4_xritag = NO_XRI;
13998
13999 /* If the oxid maps to the FCP XRI range or if it is out of range,
14000 * send a BLS_RJT. The driver no longer has that exchange.
14001 * Override the IOCB for a BA_RJT.
14002 */
14003 if (oxid > (phba->sli4_hba.max_cfg_param.max_xri +
14004 phba->sli4_hba.max_cfg_param.xri_base) ||
14005 oxid > (lpfc_sli4_get_els_iocb_cnt(phba) +
14006 phba->sli4_hba.max_cfg_param.xri_base)) {
14007 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT;
14008 bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0);
14009 bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID);
14010 bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE);
14011 }
James Smart6669f9b2009-10-02 15:16:45 -040014012
James Smart5ffc2662009-11-18 15:39:44 -050014013 if (fctl & FC_FC_EX_CTX) {
14014 /* ABTS sent by responder to CT exchange, construction
14015 * of BA_ACC will use OX_ID from ABTS for the XRI_TAG
14016 * field and RX_ID from ABTS for RX_ID field.
14017 */
James Smart546fc852011-03-11 16:06:29 -050014018 bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_RSP);
James Smart5ffc2662009-11-18 15:39:44 -050014019 } else {
14020 /* ABTS sent by initiator to CT exchange, construction
14021 * of BA_ACC will need to allocate a new XRI as for the
James Smartf09c3ac2012-03-01 22:33:29 -050014022 * XRI_TAG field.
James Smart5ffc2662009-11-18 15:39:44 -050014023 */
James Smart546fc852011-03-11 16:06:29 -050014024 bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_INT);
James Smart5ffc2662009-11-18 15:39:44 -050014025 }
James Smartf09c3ac2012-03-01 22:33:29 -050014026 bf_set(lpfc_abts_rxid, &icmd->un.bls_rsp, rxid);
James Smart546fc852011-03-11 16:06:29 -050014027 bf_set(lpfc_abts_oxid, &icmd->un.bls_rsp, oxid);
James Smart5ffc2662009-11-18 15:39:44 -050014028
James Smart546fc852011-03-11 16:06:29 -050014029 /* Xmit CT abts response on exchange <xid> */
James Smart6669f9b2009-10-02 15:16:45 -040014030 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart546fc852011-03-11 16:06:29 -050014031 "1200 Send BLS cmd x%x on oxid x%x Data: x%x\n",
14032 icmd->un.xseq64.w5.hcsw.Rctl, oxid, phba->link_state);
14033
14034 rc = lpfc_sli_issue_iocb(phba, LPFC_ELS_RING, ctiocb, 0);
14035 if (rc == IOCB_ERROR) {
14036 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
14037 "2925 Failed to issue CT ABTS RSP x%x on "
14038 "xri x%x, Data x%x\n",
14039 icmd->un.xseq64.w5.hcsw.Rctl, oxid,
14040 phba->link_state);
14041 lpfc_sli_release_iocbq(phba, ctiocb);
14042 }
James Smart6669f9b2009-10-02 15:16:45 -040014043}
14044
14045/**
14046 * lpfc_sli4_handle_unsol_abort - Handle sli-4 unsolicited abort event
14047 * @vport: Pointer to the vport on which this sequence was received
14048 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14049 *
14050 * This function handles an SLI-4 unsolicited abort event. If the unsolicited
14051 * receive sequence is only partially assembed by the driver, it shall abort
14052 * the partially assembled frames for the sequence. Otherwise, if the
14053 * unsolicited receive sequence has been completely assembled and passed to
14054 * the Upper Layer Protocol (UPL), it then mark the per oxid status for the
14055 * unsolicited sequence has been aborted. After that, it will issue a basic
14056 * accept to accept the abort.
14057 **/
14058void
14059lpfc_sli4_handle_unsol_abort(struct lpfc_vport *vport,
14060 struct hbq_dmabuf *dmabuf)
14061{
14062 struct lpfc_hba *phba = vport->phba;
14063 struct fc_frame_header fc_hdr;
James Smart5ffc2662009-11-18 15:39:44 -050014064 uint32_t fctl;
James Smart6669f9b2009-10-02 15:16:45 -040014065 bool abts_par;
14066
James Smart6669f9b2009-10-02 15:16:45 -040014067 /* Make a copy of fc_hdr before the dmabuf being released */
14068 memcpy(&fc_hdr, dmabuf->hbuf.virt, sizeof(struct fc_frame_header));
James Smart5ffc2662009-11-18 15:39:44 -050014069 fctl = sli4_fctl_from_fc_hdr(&fc_hdr);
James Smart6669f9b2009-10-02 15:16:45 -040014070
James Smart5ffc2662009-11-18 15:39:44 -050014071 if (fctl & FC_FC_EX_CTX) {
14072 /*
14073 * ABTS sent by responder to exchange, just free the buffer
14074 */
James Smart6669f9b2009-10-02 15:16:45 -040014075 lpfc_in_buf_free(phba, &dmabuf->dbuf);
James Smart5ffc2662009-11-18 15:39:44 -050014076 } else {
14077 /*
14078 * ABTS sent by initiator to exchange, need to do cleanup
14079 */
14080 /* Try to abort partially assembled seq */
14081 abts_par = lpfc_sli4_abort_partial_seq(vport, dmabuf);
14082
14083 /* Send abort to ULP if partially seq abort failed */
14084 if (abts_par == false)
14085 lpfc_sli4_send_seq_to_ulp(vport, dmabuf);
14086 else
14087 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14088 }
James Smart6669f9b2009-10-02 15:16:45 -040014089 /* Send basic accept (BA_ACC) to the abort requester */
James Smart546fc852011-03-11 16:06:29 -050014090 lpfc_sli4_seq_abort_rsp(phba, &fc_hdr);
James Smart6669f9b2009-10-02 15:16:45 -040014091}
14092
14093/**
James Smart4f774512009-05-22 14:52:35 -040014094 * lpfc_seq_complete - Indicates if a sequence is complete
14095 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14096 *
14097 * This function checks the sequence, starting with the frame described by
14098 * @dmabuf, to see if all the frames associated with this sequence are present.
14099 * the frames associated with this sequence are linked to the @dmabuf using the
14100 * dbuf list. This function looks for two major things. 1) That the first frame
14101 * has a sequence count of zero. 2) There is a frame with last frame of sequence
14102 * set. 3) That there are no holes in the sequence count. The function will
14103 * return 1 when the sequence is complete, otherwise it will return 0.
14104 **/
14105static int
14106lpfc_seq_complete(struct hbq_dmabuf *dmabuf)
14107{
14108 struct fc_frame_header *hdr;
14109 struct lpfc_dmabuf *d_buf;
14110 struct hbq_dmabuf *seq_dmabuf;
14111 uint32_t fctl;
14112 int seq_count = 0;
14113
14114 hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14115 /* make sure first fame of sequence has a sequence count of zero */
14116 if (hdr->fh_seq_cnt != seq_count)
14117 return 0;
14118 fctl = (hdr->fh_f_ctl[0] << 16 |
14119 hdr->fh_f_ctl[1] << 8 |
14120 hdr->fh_f_ctl[2]);
14121 /* If last frame of sequence we can return success. */
14122 if (fctl & FC_FC_END_SEQ)
14123 return 1;
14124 list_for_each_entry(d_buf, &dmabuf->dbuf.list, list) {
14125 seq_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14126 hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14127 /* If there is a hole in the sequence count then fail. */
James Smarteeead812009-12-21 17:01:23 -050014128 if (++seq_count != be16_to_cpu(hdr->fh_seq_cnt))
James Smart4f774512009-05-22 14:52:35 -040014129 return 0;
14130 fctl = (hdr->fh_f_ctl[0] << 16 |
14131 hdr->fh_f_ctl[1] << 8 |
14132 hdr->fh_f_ctl[2]);
14133 /* If last frame of sequence we can return success. */
14134 if (fctl & FC_FC_END_SEQ)
14135 return 1;
14136 }
14137 return 0;
14138}
14139
14140/**
14141 * lpfc_prep_seq - Prep sequence for ULP processing
14142 * @vport: Pointer to the vport on which this sequence was received
14143 * @dmabuf: pointer to a dmabuf that describes the FC sequence
14144 *
14145 * This function takes a sequence, described by a list of frames, and creates
14146 * a list of iocbq structures to describe the sequence. This iocbq list will be
14147 * used to issue to the generic unsolicited sequence handler. This routine
14148 * returns a pointer to the first iocbq in the list. If the function is unable
14149 * to allocate an iocbq then it throw out the received frames that were not
14150 * able to be described and return a pointer to the first iocbq. If unable to
14151 * allocate any iocbqs (including the first) this function will return NULL.
14152 **/
14153static struct lpfc_iocbq *
14154lpfc_prep_seq(struct lpfc_vport *vport, struct hbq_dmabuf *seq_dmabuf)
14155{
James Smart7851fe22011-07-22 18:36:52 -040014156 struct hbq_dmabuf *hbq_buf;
James Smart4f774512009-05-22 14:52:35 -040014157 struct lpfc_dmabuf *d_buf, *n_buf;
14158 struct lpfc_iocbq *first_iocbq, *iocbq;
14159 struct fc_frame_header *fc_hdr;
14160 uint32_t sid;
James Smart7851fe22011-07-22 18:36:52 -040014161 uint32_t len, tot_len;
James Smarteeead812009-12-21 17:01:23 -050014162 struct ulp_bde64 *pbde;
James Smart4f774512009-05-22 14:52:35 -040014163
14164 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14165 /* remove from receive buffer list */
14166 list_del_init(&seq_dmabuf->hbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040014167 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040014168 /* get the Remote Port's SID */
James Smart6669f9b2009-10-02 15:16:45 -040014169 sid = sli4_sid_from_fc_hdr(fc_hdr);
James Smart7851fe22011-07-22 18:36:52 -040014170 tot_len = 0;
James Smart4f774512009-05-22 14:52:35 -040014171 /* Get an iocbq struct to fill in. */
14172 first_iocbq = lpfc_sli_get_iocbq(vport->phba);
14173 if (first_iocbq) {
14174 /* Initialize the first IOCB. */
James Smart8fa38512009-07-19 10:01:03 -040014175 first_iocbq->iocb.unsli3.rcvsli3.acc_len = 0;
James Smart4f774512009-05-22 14:52:35 -040014176 first_iocbq->iocb.ulpStatus = IOSTAT_SUCCESS;
14177 first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_SEQ64_CX;
James Smart7851fe22011-07-22 18:36:52 -040014178 first_iocbq->iocb.ulpContext = NO_XRI;
14179 first_iocbq->iocb.unsli3.rcvsli3.ox_id =
14180 be16_to_cpu(fc_hdr->fh_ox_id);
14181 /* iocbq is prepped for internal consumption. Physical vpi. */
14182 first_iocbq->iocb.unsli3.rcvsli3.vpi =
14183 vport->phba->vpi_ids[vport->vpi];
James Smart4f774512009-05-22 14:52:35 -040014184 /* put the first buffer into the first IOCBq */
14185 first_iocbq->context2 = &seq_dmabuf->dbuf;
14186 first_iocbq->context3 = NULL;
14187 first_iocbq->iocb.ulpBdeCount = 1;
14188 first_iocbq->iocb.un.cont64[0].tus.f.bdeSize =
14189 LPFC_DATA_BUF_SIZE;
14190 first_iocbq->iocb.un.rcvels.remoteID = sid;
James Smart7851fe22011-07-22 18:36:52 -040014191 tot_len = bf_get(lpfc_rcqe_length,
James Smart4d9ab992009-10-02 15:16:39 -040014192 &seq_dmabuf->cq_event.cqe.rcqe_cmpl);
James Smart7851fe22011-07-22 18:36:52 -040014193 first_iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len;
James Smart4f774512009-05-22 14:52:35 -040014194 }
14195 iocbq = first_iocbq;
14196 /*
14197 * Each IOCBq can have two Buffers assigned, so go through the list
14198 * of buffers for this sequence and save two buffers in each IOCBq
14199 */
14200 list_for_each_entry_safe(d_buf, n_buf, &seq_dmabuf->dbuf.list, list) {
14201 if (!iocbq) {
14202 lpfc_in_buf_free(vport->phba, d_buf);
14203 continue;
14204 }
14205 if (!iocbq->context3) {
14206 iocbq->context3 = d_buf;
14207 iocbq->iocb.ulpBdeCount++;
James Smarteeead812009-12-21 17:01:23 -050014208 pbde = (struct ulp_bde64 *)
14209 &iocbq->iocb.unsli3.sli3Words[4];
14210 pbde->tus.f.bdeSize = LPFC_DATA_BUF_SIZE;
James Smart7851fe22011-07-22 18:36:52 -040014211
14212 /* We need to get the size out of the right CQE */
14213 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14214 len = bf_get(lpfc_rcqe_length,
14215 &hbq_buf->cq_event.cqe.rcqe_cmpl);
14216 iocbq->iocb.unsli3.rcvsli3.acc_len += len;
14217 tot_len += len;
James Smart4f774512009-05-22 14:52:35 -040014218 } else {
14219 iocbq = lpfc_sli_get_iocbq(vport->phba);
14220 if (!iocbq) {
14221 if (first_iocbq) {
14222 first_iocbq->iocb.ulpStatus =
14223 IOSTAT_FCP_RSP_ERROR;
14224 first_iocbq->iocb.un.ulpWord[4] =
14225 IOERR_NO_RESOURCES;
14226 }
14227 lpfc_in_buf_free(vport->phba, d_buf);
14228 continue;
14229 }
14230 iocbq->context2 = d_buf;
14231 iocbq->context3 = NULL;
14232 iocbq->iocb.ulpBdeCount = 1;
14233 iocbq->iocb.un.cont64[0].tus.f.bdeSize =
14234 LPFC_DATA_BUF_SIZE;
James Smart7851fe22011-07-22 18:36:52 -040014235
14236 /* We need to get the size out of the right CQE */
14237 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
14238 len = bf_get(lpfc_rcqe_length,
14239 &hbq_buf->cq_event.cqe.rcqe_cmpl);
14240 tot_len += len;
14241 iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len;
14242
James Smart4f774512009-05-22 14:52:35 -040014243 iocbq->iocb.un.rcvels.remoteID = sid;
14244 list_add_tail(&iocbq->list, &first_iocbq->list);
14245 }
14246 }
14247 return first_iocbq;
14248}
14249
James Smart6669f9b2009-10-02 15:16:45 -040014250static void
14251lpfc_sli4_send_seq_to_ulp(struct lpfc_vport *vport,
14252 struct hbq_dmabuf *seq_dmabuf)
14253{
14254 struct fc_frame_header *fc_hdr;
14255 struct lpfc_iocbq *iocbq, *curr_iocb, *next_iocb;
14256 struct lpfc_hba *phba = vport->phba;
14257
14258 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
14259 iocbq = lpfc_prep_seq(vport, seq_dmabuf);
14260 if (!iocbq) {
14261 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14262 "2707 Ring %d handler: Failed to allocate "
14263 "iocb Rctl x%x Type x%x received\n",
14264 LPFC_ELS_RING,
14265 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
14266 return;
14267 }
14268 if (!lpfc_complete_unsol_iocb(phba,
14269 &phba->sli.ring[LPFC_ELS_RING],
14270 iocbq, fc_hdr->fh_r_ctl,
14271 fc_hdr->fh_type))
James Smart6d368e52011-05-24 11:44:12 -040014272 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart6669f9b2009-10-02 15:16:45 -040014273 "2540 Ring %d handler: unexpected Rctl "
14274 "x%x Type x%x received\n",
14275 LPFC_ELS_RING,
14276 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
14277
14278 /* Free iocb created in lpfc_prep_seq */
14279 list_for_each_entry_safe(curr_iocb, next_iocb,
14280 &iocbq->list, list) {
14281 list_del_init(&curr_iocb->list);
14282 lpfc_sli_release_iocbq(phba, curr_iocb);
14283 }
14284 lpfc_sli_release_iocbq(phba, iocbq);
14285}
14286
James Smart4f774512009-05-22 14:52:35 -040014287/**
14288 * lpfc_sli4_handle_received_buffer - Handle received buffers from firmware
14289 * @phba: Pointer to HBA context object.
14290 *
14291 * This function is called with no lock held. This function processes all
14292 * the received buffers and gives it to upper layers when a received buffer
14293 * indicates that it is the final frame in the sequence. The interrupt
14294 * service routine processes received buffers at interrupt contexts and adds
14295 * received dma buffers to the rb_pend_list queue and signals the worker thread.
14296 * Worker thread calls lpfc_sli4_handle_received_buffer, which will call the
14297 * appropriate receive function when the final frame in a sequence is received.
14298 **/
James Smart4d9ab992009-10-02 15:16:39 -040014299void
14300lpfc_sli4_handle_received_buffer(struct lpfc_hba *phba,
14301 struct hbq_dmabuf *dmabuf)
James Smart4f774512009-05-22 14:52:35 -040014302{
James Smart4d9ab992009-10-02 15:16:39 -040014303 struct hbq_dmabuf *seq_dmabuf;
James Smart4f774512009-05-22 14:52:35 -040014304 struct fc_frame_header *fc_hdr;
14305 struct lpfc_vport *vport;
14306 uint32_t fcfi;
James Smart4f774512009-05-22 14:52:35 -040014307
James Smart4f774512009-05-22 14:52:35 -040014308 /* Process each received buffer */
James Smart4d9ab992009-10-02 15:16:39 -040014309 fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
14310 /* check to see if this a valid type of frame */
14311 if (lpfc_fc_frame_check(phba, fc_hdr)) {
14312 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14313 return;
14314 }
James Smart7851fe22011-07-22 18:36:52 -040014315 if ((bf_get(lpfc_cqe_code,
14316 &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1))
14317 fcfi = bf_get(lpfc_rcqe_fcf_id_v1,
14318 &dmabuf->cq_event.cqe.rcqe_cmpl);
14319 else
14320 fcfi = bf_get(lpfc_rcqe_fcf_id,
14321 &dmabuf->cq_event.cqe.rcqe_cmpl);
James Smart4d9ab992009-10-02 15:16:39 -040014322 vport = lpfc_fc_frame_to_vport(phba, fc_hdr, fcfi);
James Smartc8685952009-11-18 15:39:16 -050014323 if (!vport || !(vport->vpi_state & LPFC_VPI_REGISTERED)) {
James Smart4d9ab992009-10-02 15:16:39 -040014324 /* throw out the frame */
14325 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14326 return;
14327 }
James Smart6669f9b2009-10-02 15:16:45 -040014328 /* Handle the basic abort sequence (BA_ABTS) event */
14329 if (fc_hdr->fh_r_ctl == FC_RCTL_BA_ABTS) {
14330 lpfc_sli4_handle_unsol_abort(vport, dmabuf);
14331 return;
14332 }
14333
James Smart4d9ab992009-10-02 15:16:39 -040014334 /* Link this frame */
14335 seq_dmabuf = lpfc_fc_frame_add(vport, dmabuf);
14336 if (!seq_dmabuf) {
14337 /* unable to add frame to vport - throw it out */
14338 lpfc_in_buf_free(phba, &dmabuf->dbuf);
14339 return;
14340 }
14341 /* If not last frame in sequence continue processing frames. */
James Smartdef9c7a2009-12-21 17:02:28 -050014342 if (!lpfc_seq_complete(seq_dmabuf))
James Smart4d9ab992009-10-02 15:16:39 -040014343 return;
James Smartdef9c7a2009-12-21 17:02:28 -050014344
James Smart6669f9b2009-10-02 15:16:45 -040014345 /* Send the complete sequence to the upper layer protocol */
14346 lpfc_sli4_send_seq_to_ulp(vport, seq_dmabuf);
James Smart4f774512009-05-22 14:52:35 -040014347}
James Smart6fb120a2009-05-22 14:52:59 -040014348
14349/**
14350 * lpfc_sli4_post_all_rpi_hdrs - Post the rpi header memory region to the port
14351 * @phba: pointer to lpfc hba data structure.
14352 *
14353 * This routine is invoked to post rpi header templates to the
14354 * HBA consistent with the SLI-4 interface spec. This routine
James Smart49198b32010-04-06 15:04:33 -040014355 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
14356 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6fb120a2009-05-22 14:52:59 -040014357 *
14358 * This routine does not require any locks. It's usage is expected
14359 * to be driver load or reset recovery when the driver is
14360 * sequential.
14361 *
14362 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014363 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -040014364 * -EIO - The mailbox failed to complete successfully.
James Smart6fb120a2009-05-22 14:52:59 -040014365 * When this error occurs, the driver is not guaranteed
14366 * to have any rpi regions posted to the device and
14367 * must either attempt to repost the regions or take a
14368 * fatal error.
14369 **/
14370int
14371lpfc_sli4_post_all_rpi_hdrs(struct lpfc_hba *phba)
14372{
14373 struct lpfc_rpi_hdr *rpi_page;
14374 uint32_t rc = 0;
James Smart6d368e52011-05-24 11:44:12 -040014375 uint16_t lrpi = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014376
James Smart6d368e52011-05-24 11:44:12 -040014377 /* SLI4 ports that support extents do not require RPI headers. */
14378 if (!phba->sli4_hba.rpi_hdrs_in_use)
14379 goto exit;
14380 if (phba->sli4_hba.extents_in_use)
14381 return -EIO;
14382
James Smart6fb120a2009-05-22 14:52:59 -040014383 list_for_each_entry(rpi_page, &phba->sli4_hba.lpfc_rpi_hdr_list, list) {
James Smart6d368e52011-05-24 11:44:12 -040014384 /*
14385 * Assign the rpi headers a physical rpi only if the driver
14386 * has not initialized those resources. A port reset only
14387 * needs the headers posted.
14388 */
14389 if (bf_get(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags) !=
14390 LPFC_RPI_RSRC_RDY)
14391 rpi_page->start_rpi = phba->sli4_hba.rpi_ids[lrpi];
14392
James Smart6fb120a2009-05-22 14:52:59 -040014393 rc = lpfc_sli4_post_rpi_hdr(phba, rpi_page);
14394 if (rc != MBX_SUCCESS) {
14395 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14396 "2008 Error %d posting all rpi "
14397 "headers\n", rc);
14398 rc = -EIO;
14399 break;
14400 }
14401 }
14402
James Smart6d368e52011-05-24 11:44:12 -040014403 exit:
14404 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags,
14405 LPFC_RPI_RSRC_RDY);
James Smart6fb120a2009-05-22 14:52:59 -040014406 return rc;
14407}
14408
14409/**
14410 * lpfc_sli4_post_rpi_hdr - Post an rpi header memory region to the port
14411 * @phba: pointer to lpfc hba data structure.
14412 * @rpi_page: pointer to the rpi memory region.
14413 *
14414 * This routine is invoked to post a single rpi header to the
14415 * HBA consistent with the SLI-4 interface spec. This memory region
14416 * maps up to 64 rpi context regions.
14417 *
14418 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014419 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -040014420 * -ENOMEM - No available memory
14421 * -EIO - The mailbox failed to complete successfully.
James Smart6fb120a2009-05-22 14:52:59 -040014422 **/
14423int
14424lpfc_sli4_post_rpi_hdr(struct lpfc_hba *phba, struct lpfc_rpi_hdr *rpi_page)
14425{
14426 LPFC_MBOXQ_t *mboxq;
14427 struct lpfc_mbx_post_hdr_tmpl *hdr_tmpl;
14428 uint32_t rc = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014429 uint32_t shdr_status, shdr_add_status;
14430 union lpfc_sli4_cfg_shdr *shdr;
14431
James Smart6d368e52011-05-24 11:44:12 -040014432 /* SLI4 ports that support extents do not require RPI headers. */
14433 if (!phba->sli4_hba.rpi_hdrs_in_use)
14434 return rc;
14435 if (phba->sli4_hba.extents_in_use)
14436 return -EIO;
14437
James Smart6fb120a2009-05-22 14:52:59 -040014438 /* The port is notified of the header region via a mailbox command. */
14439 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14440 if (!mboxq) {
14441 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14442 "2001 Unable to allocate memory for issuing "
14443 "SLI_CONFIG_SPECIAL mailbox command\n");
14444 return -ENOMEM;
14445 }
14446
14447 /* Post all rpi memory regions to the port. */
14448 hdr_tmpl = &mboxq->u.mqe.un.hdr_tmpl;
James Smart6fb120a2009-05-22 14:52:59 -040014449 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
14450 LPFC_MBOX_OPCODE_FCOE_POST_HDR_TEMPLATE,
14451 sizeof(struct lpfc_mbx_post_hdr_tmpl) -
James Smartfedd3b72011-02-16 12:39:24 -050014452 sizeof(struct lpfc_sli4_cfg_mhdr),
14453 LPFC_SLI4_MBX_EMBED);
James Smart6d368e52011-05-24 11:44:12 -040014454
14455
14456 /* Post the physical rpi to the port for this rpi header. */
James Smart6fb120a2009-05-22 14:52:59 -040014457 bf_set(lpfc_mbx_post_hdr_tmpl_rpi_offset, hdr_tmpl,
14458 rpi_page->start_rpi);
James Smart6d368e52011-05-24 11:44:12 -040014459 bf_set(lpfc_mbx_post_hdr_tmpl_page_cnt,
14460 hdr_tmpl, rpi_page->page_count);
14461
James Smart6fb120a2009-05-22 14:52:59 -040014462 hdr_tmpl->rpi_paddr_lo = putPaddrLow(rpi_page->dmabuf->phys);
14463 hdr_tmpl->rpi_paddr_hi = putPaddrHigh(rpi_page->dmabuf->phys);
James Smartf1126682009-06-10 17:22:44 -040014464 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smart6fb120a2009-05-22 14:52:59 -040014465 shdr = (union lpfc_sli4_cfg_shdr *) &hdr_tmpl->header.cfg_shdr;
14466 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
14467 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
14468 if (rc != MBX_TIMEOUT)
14469 mempool_free(mboxq, phba->mbox_mem_pool);
14470 if (shdr_status || shdr_add_status || rc) {
14471 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14472 "2514 POST_RPI_HDR mailbox failed with "
14473 "status x%x add_status x%x, mbx status x%x\n",
14474 shdr_status, shdr_add_status, rc);
14475 rc = -ENXIO;
14476 }
14477 return rc;
14478}
14479
14480/**
14481 * lpfc_sli4_alloc_rpi - Get an available rpi in the device's range
14482 * @phba: pointer to lpfc hba data structure.
14483 *
14484 * This routine is invoked to post rpi header templates to the
14485 * HBA consistent with the SLI-4 interface spec. This routine
James Smart49198b32010-04-06 15:04:33 -040014486 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
14487 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6fb120a2009-05-22 14:52:59 -040014488 *
14489 * Returns
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020014490 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
James Smart6fb120a2009-05-22 14:52:59 -040014491 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
14492 **/
14493int
14494lpfc_sli4_alloc_rpi(struct lpfc_hba *phba)
14495{
James Smart6d368e52011-05-24 11:44:12 -040014496 unsigned long rpi;
14497 uint16_t max_rpi, rpi_limit;
14498 uint16_t rpi_remaining, lrpi = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014499 struct lpfc_rpi_hdr *rpi_hdr;
14500
14501 max_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart6fb120a2009-05-22 14:52:59 -040014502 rpi_limit = phba->sli4_hba.next_rpi;
14503
14504 /*
James Smart6d368e52011-05-24 11:44:12 -040014505 * Fetch the next logical rpi. Because this index is logical,
14506 * the driver starts at 0 each time.
James Smart6fb120a2009-05-22 14:52:59 -040014507 */
14508 spin_lock_irq(&phba->hbalock);
James Smart6d368e52011-05-24 11:44:12 -040014509 rpi = find_next_zero_bit(phba->sli4_hba.rpi_bmask, rpi_limit, 0);
14510 if (rpi >= rpi_limit)
James Smart6fb120a2009-05-22 14:52:59 -040014511 rpi = LPFC_RPI_ALLOC_ERROR;
14512 else {
14513 set_bit(rpi, phba->sli4_hba.rpi_bmask);
14514 phba->sli4_hba.max_cfg_param.rpi_used++;
14515 phba->sli4_hba.rpi_count++;
14516 }
14517
14518 /*
14519 * Don't try to allocate more rpi header regions if the device limit
James Smart6d368e52011-05-24 11:44:12 -040014520 * has been exhausted.
James Smart6fb120a2009-05-22 14:52:59 -040014521 */
14522 if ((rpi == LPFC_RPI_ALLOC_ERROR) &&
14523 (phba->sli4_hba.rpi_count >= max_rpi)) {
14524 spin_unlock_irq(&phba->hbalock);
14525 return rpi;
14526 }
14527
14528 /*
James Smart6d368e52011-05-24 11:44:12 -040014529 * RPI header postings are not required for SLI4 ports capable of
14530 * extents.
14531 */
14532 if (!phba->sli4_hba.rpi_hdrs_in_use) {
14533 spin_unlock_irq(&phba->hbalock);
14534 return rpi;
14535 }
14536
14537 /*
James Smart6fb120a2009-05-22 14:52:59 -040014538 * If the driver is running low on rpi resources, allocate another
14539 * page now. Note that the next_rpi value is used because
14540 * it represents how many are actually in use whereas max_rpi notes
14541 * how many are supported max by the device.
14542 */
James Smart6d368e52011-05-24 11:44:12 -040014543 rpi_remaining = phba->sli4_hba.next_rpi - phba->sli4_hba.rpi_count;
James Smart6fb120a2009-05-22 14:52:59 -040014544 spin_unlock_irq(&phba->hbalock);
14545 if (rpi_remaining < LPFC_RPI_LOW_WATER_MARK) {
14546 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba);
14547 if (!rpi_hdr) {
14548 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14549 "2002 Error Could not grow rpi "
14550 "count\n");
14551 } else {
James Smart6d368e52011-05-24 11:44:12 -040014552 lrpi = rpi_hdr->start_rpi;
14553 rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi];
James Smart6fb120a2009-05-22 14:52:59 -040014554 lpfc_sli4_post_rpi_hdr(phba, rpi_hdr);
14555 }
14556 }
14557
14558 return rpi;
14559}
14560
14561/**
14562 * lpfc_sli4_free_rpi - Release an rpi for reuse.
14563 * @phba: pointer to lpfc hba data structure.
14564 *
14565 * This routine is invoked to release an rpi to the pool of
14566 * available rpis maintained by the driver.
14567 **/
14568void
James Smartd7c47992010-06-08 18:31:54 -040014569__lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi)
14570{
14571 if (test_and_clear_bit(rpi, phba->sli4_hba.rpi_bmask)) {
14572 phba->sli4_hba.rpi_count--;
14573 phba->sli4_hba.max_cfg_param.rpi_used--;
14574 }
14575}
14576
14577/**
14578 * lpfc_sli4_free_rpi - Release an rpi for reuse.
14579 * @phba: pointer to lpfc hba data structure.
14580 *
14581 * This routine is invoked to release an rpi to the pool of
14582 * available rpis maintained by the driver.
14583 **/
14584void
James Smart6fb120a2009-05-22 14:52:59 -040014585lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi)
14586{
14587 spin_lock_irq(&phba->hbalock);
James Smartd7c47992010-06-08 18:31:54 -040014588 __lpfc_sli4_free_rpi(phba, rpi);
James Smart6fb120a2009-05-22 14:52:59 -040014589 spin_unlock_irq(&phba->hbalock);
14590}
14591
14592/**
14593 * lpfc_sli4_remove_rpis - Remove the rpi bitmask region
14594 * @phba: pointer to lpfc hba data structure.
14595 *
14596 * This routine is invoked to remove the memory region that
14597 * provided rpi via a bitmask.
14598 **/
14599void
14600lpfc_sli4_remove_rpis(struct lpfc_hba *phba)
14601{
14602 kfree(phba->sli4_hba.rpi_bmask);
James Smart6d368e52011-05-24 11:44:12 -040014603 kfree(phba->sli4_hba.rpi_ids);
14604 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
James Smart6fb120a2009-05-22 14:52:59 -040014605}
14606
14607/**
14608 * lpfc_sli4_resume_rpi - Remove the rpi bitmask region
14609 * @phba: pointer to lpfc hba data structure.
14610 *
14611 * This routine is invoked to remove the memory region that
14612 * provided rpi via a bitmask.
14613 **/
14614int
James Smart6b5151f2012-01-18 16:24:06 -050014615lpfc_sli4_resume_rpi(struct lpfc_nodelist *ndlp,
14616 void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *), void *arg)
James Smart6fb120a2009-05-22 14:52:59 -040014617{
14618 LPFC_MBOXQ_t *mboxq;
14619 struct lpfc_hba *phba = ndlp->phba;
14620 int rc;
14621
14622 /* The port is notified of the header region via a mailbox command. */
14623 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14624 if (!mboxq)
14625 return -ENOMEM;
14626
14627 /* Post all rpi memory regions to the port. */
14628 lpfc_resume_rpi(mboxq, ndlp);
James Smart6b5151f2012-01-18 16:24:06 -050014629 if (cmpl) {
14630 mboxq->mbox_cmpl = cmpl;
14631 mboxq->context1 = arg;
14632 mboxq->context2 = ndlp;
James Smart72859902012-01-18 16:25:38 -050014633 } else
14634 mboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart6b5151f2012-01-18 16:24:06 -050014635 mboxq->vport = ndlp->vport;
James Smart6fb120a2009-05-22 14:52:59 -040014636 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
14637 if (rc == MBX_NOT_FINISHED) {
14638 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14639 "2010 Resume RPI Mailbox failed "
14640 "status %d, mbxStatus x%x\n", rc,
14641 bf_get(lpfc_mqe_status, &mboxq->u.mqe));
14642 mempool_free(mboxq, phba->mbox_mem_pool);
14643 return -EIO;
14644 }
14645 return 0;
14646}
14647
14648/**
14649 * lpfc_sli4_init_vpi - Initialize a vpi with the port
James Smart76a95d72010-11-20 23:11:48 -050014650 * @vport: Pointer to the vport for which the vpi is being initialized
James Smart6fb120a2009-05-22 14:52:59 -040014651 *
James Smart76a95d72010-11-20 23:11:48 -050014652 * This routine is invoked to activate a vpi with the port.
James Smart6fb120a2009-05-22 14:52:59 -040014653 *
14654 * Returns:
14655 * 0 success
14656 * -Evalue otherwise
14657 **/
14658int
James Smart76a95d72010-11-20 23:11:48 -050014659lpfc_sli4_init_vpi(struct lpfc_vport *vport)
James Smart6fb120a2009-05-22 14:52:59 -040014660{
14661 LPFC_MBOXQ_t *mboxq;
14662 int rc = 0;
James Smart6a9c52c2009-10-02 15:16:51 -040014663 int retval = MBX_SUCCESS;
James Smart6fb120a2009-05-22 14:52:59 -040014664 uint32_t mbox_tmo;
James Smart76a95d72010-11-20 23:11:48 -050014665 struct lpfc_hba *phba = vport->phba;
James Smart6fb120a2009-05-22 14:52:59 -040014666 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14667 if (!mboxq)
14668 return -ENOMEM;
James Smart76a95d72010-11-20 23:11:48 -050014669 lpfc_init_vpi(phba, mboxq, vport->vpi);
James Smarta183a152011-10-10 21:32:43 -040014670 mbox_tmo = lpfc_mbox_tmo_val(phba, mboxq);
James Smart6fb120a2009-05-22 14:52:59 -040014671 rc = lpfc_sli_issue_mbox_wait(phba, mboxq, mbox_tmo);
James Smart6fb120a2009-05-22 14:52:59 -040014672 if (rc != MBX_SUCCESS) {
James Smart76a95d72010-11-20 23:11:48 -050014673 lpfc_printf_vlog(vport, KERN_ERR, LOG_SLI,
James Smart6fb120a2009-05-22 14:52:59 -040014674 "2022 INIT VPI Mailbox failed "
14675 "status %d, mbxStatus x%x\n", rc,
14676 bf_get(lpfc_mqe_status, &mboxq->u.mqe));
James Smart6a9c52c2009-10-02 15:16:51 -040014677 retval = -EIO;
James Smart6fb120a2009-05-22 14:52:59 -040014678 }
James Smart6a9c52c2009-10-02 15:16:51 -040014679 if (rc != MBX_TIMEOUT)
James Smart76a95d72010-11-20 23:11:48 -050014680 mempool_free(mboxq, vport->phba->mbox_mem_pool);
James Smart6a9c52c2009-10-02 15:16:51 -040014681
14682 return retval;
James Smart6fb120a2009-05-22 14:52:59 -040014683}
14684
14685/**
14686 * lpfc_mbx_cmpl_add_fcf_record - add fcf mbox completion handler.
14687 * @phba: pointer to lpfc hba data structure.
14688 * @mboxq: Pointer to mailbox object.
14689 *
14690 * This routine is invoked to manually add a single FCF record. The caller
14691 * must pass a completely initialized FCF_Record. This routine takes
14692 * care of the nonembedded mailbox operations.
14693 **/
14694static void
14695lpfc_mbx_cmpl_add_fcf_record(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
14696{
14697 void *virt_addr;
14698 union lpfc_sli4_cfg_shdr *shdr;
14699 uint32_t shdr_status, shdr_add_status;
14700
14701 virt_addr = mboxq->sge_array->addr[0];
14702 /* The IOCTL status is embedded in the mailbox subheader. */
14703 shdr = (union lpfc_sli4_cfg_shdr *) virt_addr;
14704 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
14705 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
14706
14707 if ((shdr_status || shdr_add_status) &&
14708 (shdr_status != STATUS_FCF_IN_USE))
14709 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14710 "2558 ADD_FCF_RECORD mailbox failed with "
14711 "status x%x add_status x%x\n",
14712 shdr_status, shdr_add_status);
14713
14714 lpfc_sli4_mbox_cmd_free(phba, mboxq);
14715}
14716
14717/**
14718 * lpfc_sli4_add_fcf_record - Manually add an FCF Record.
14719 * @phba: pointer to lpfc hba data structure.
14720 * @fcf_record: pointer to the initialized fcf record to add.
14721 *
14722 * This routine is invoked to manually add a single FCF record. The caller
14723 * must pass a completely initialized FCF_Record. This routine takes
14724 * care of the nonembedded mailbox operations.
14725 **/
14726int
14727lpfc_sli4_add_fcf_record(struct lpfc_hba *phba, struct fcf_record *fcf_record)
14728{
14729 int rc = 0;
14730 LPFC_MBOXQ_t *mboxq;
14731 uint8_t *bytep;
14732 void *virt_addr;
14733 dma_addr_t phys_addr;
14734 struct lpfc_mbx_sge sge;
14735 uint32_t alloc_len, req_len;
14736 uint32_t fcfindex;
14737
14738 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14739 if (!mboxq) {
14740 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14741 "2009 Failed to allocate mbox for ADD_FCF cmd\n");
14742 return -ENOMEM;
14743 }
14744
14745 req_len = sizeof(struct fcf_record) + sizeof(union lpfc_sli4_cfg_shdr) +
14746 sizeof(uint32_t);
14747
14748 /* Allocate DMA memory and set up the non-embedded mailbox command */
14749 alloc_len = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
14750 LPFC_MBOX_OPCODE_FCOE_ADD_FCF,
14751 req_len, LPFC_SLI4_MBX_NEMBED);
14752 if (alloc_len < req_len) {
14753 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14754 "2523 Allocated DMA memory size (x%x) is "
14755 "less than the requested DMA memory "
14756 "size (x%x)\n", alloc_len, req_len);
14757 lpfc_sli4_mbox_cmd_free(phba, mboxq);
14758 return -ENOMEM;
14759 }
14760
14761 /*
14762 * Get the first SGE entry from the non-embedded DMA memory. This
14763 * routine only uses a single SGE.
14764 */
14765 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
14766 phys_addr = getPaddr(sge.pa_hi, sge.pa_lo);
James Smart6fb120a2009-05-22 14:52:59 -040014767 virt_addr = mboxq->sge_array->addr[0];
14768 /*
14769 * Configure the FCF record for FCFI 0. This is the driver's
14770 * hardcoded default and gets used in nonFIP mode.
14771 */
14772 fcfindex = bf_get(lpfc_fcf_record_fcf_index, fcf_record);
14773 bytep = virt_addr + sizeof(union lpfc_sli4_cfg_shdr);
14774 lpfc_sli_pcimem_bcopy(&fcfindex, bytep, sizeof(uint32_t));
14775
14776 /*
14777 * Copy the fcf_index and the FCF Record Data. The data starts after
14778 * the FCoE header plus word10. The data copy needs to be endian
14779 * correct.
14780 */
14781 bytep += sizeof(uint32_t);
14782 lpfc_sli_pcimem_bcopy(fcf_record, bytep, sizeof(struct fcf_record));
14783 mboxq->vport = phba->pport;
14784 mboxq->mbox_cmpl = lpfc_mbx_cmpl_add_fcf_record;
14785 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
14786 if (rc == MBX_NOT_FINISHED) {
14787 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14788 "2515 ADD_FCF_RECORD mailbox failed with "
14789 "status 0x%x\n", rc);
14790 lpfc_sli4_mbox_cmd_free(phba, mboxq);
14791 rc = -EIO;
14792 } else
14793 rc = 0;
14794
14795 return rc;
14796}
14797
14798/**
14799 * lpfc_sli4_build_dflt_fcf_record - Build the driver's default FCF Record.
14800 * @phba: pointer to lpfc hba data structure.
14801 * @fcf_record: pointer to the fcf record to write the default data.
14802 * @fcf_index: FCF table entry index.
14803 *
14804 * This routine is invoked to build the driver's default FCF record. The
14805 * values used are hardcoded. This routine handles memory initialization.
14806 *
14807 **/
14808void
14809lpfc_sli4_build_dflt_fcf_record(struct lpfc_hba *phba,
14810 struct fcf_record *fcf_record,
14811 uint16_t fcf_index)
14812{
14813 memset(fcf_record, 0, sizeof(struct fcf_record));
14814 fcf_record->max_rcv_size = LPFC_FCOE_MAX_RCV_SIZE;
14815 fcf_record->fka_adv_period = LPFC_FCOE_FKA_ADV_PER;
14816 fcf_record->fip_priority = LPFC_FCOE_FIP_PRIORITY;
14817 bf_set(lpfc_fcf_record_mac_0, fcf_record, phba->fc_map[0]);
14818 bf_set(lpfc_fcf_record_mac_1, fcf_record, phba->fc_map[1]);
14819 bf_set(lpfc_fcf_record_mac_2, fcf_record, phba->fc_map[2]);
14820 bf_set(lpfc_fcf_record_mac_3, fcf_record, LPFC_FCOE_FCF_MAC3);
14821 bf_set(lpfc_fcf_record_mac_4, fcf_record, LPFC_FCOE_FCF_MAC4);
14822 bf_set(lpfc_fcf_record_mac_5, fcf_record, LPFC_FCOE_FCF_MAC5);
14823 bf_set(lpfc_fcf_record_fc_map_0, fcf_record, phba->fc_map[0]);
14824 bf_set(lpfc_fcf_record_fc_map_1, fcf_record, phba->fc_map[1]);
14825 bf_set(lpfc_fcf_record_fc_map_2, fcf_record, phba->fc_map[2]);
14826 bf_set(lpfc_fcf_record_fcf_valid, fcf_record, 1);
James Smart0c287582009-06-10 17:22:56 -040014827 bf_set(lpfc_fcf_record_fcf_avail, fcf_record, 1);
James Smart6fb120a2009-05-22 14:52:59 -040014828 bf_set(lpfc_fcf_record_fcf_index, fcf_record, fcf_index);
14829 bf_set(lpfc_fcf_record_mac_addr_prov, fcf_record,
14830 LPFC_FCF_FPMA | LPFC_FCF_SPMA);
14831 /* Set the VLAN bit map */
14832 if (phba->valid_vlan) {
14833 fcf_record->vlan_bitmap[phba->vlan_id / 8]
14834 = 1 << (phba->vlan_id % 8);
14835 }
14836}
14837
14838/**
James Smart0c9ab6f2010-02-26 14:15:57 -050014839 * lpfc_sli4_fcf_scan_read_fcf_rec - Read hba fcf record for fcf scan.
James Smart6fb120a2009-05-22 14:52:59 -040014840 * @phba: pointer to lpfc hba data structure.
14841 * @fcf_index: FCF table entry offset.
14842 *
James Smart0c9ab6f2010-02-26 14:15:57 -050014843 * This routine is invoked to scan the entire FCF table by reading FCF
14844 * record and processing it one at a time starting from the @fcf_index
14845 * for initial FCF discovery or fast FCF failover rediscovery.
14846 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030014847 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050014848 * otherwise.
James Smart6fb120a2009-05-22 14:52:59 -040014849 **/
14850int
James Smart0c9ab6f2010-02-26 14:15:57 -050014851lpfc_sli4_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -040014852{
14853 int rc = 0, error;
14854 LPFC_MBOXQ_t *mboxq;
James Smart6fb120a2009-05-22 14:52:59 -040014855
James Smart32b97932009-07-19 10:01:21 -040014856 phba->fcoe_eventtag_at_fcf_scan = phba->fcoe_eventtag;
James Smart80c17842012-03-01 22:35:45 -050014857 phba->fcoe_cvl_eventtag_attn = phba->fcoe_cvl_eventtag;
James Smart6fb120a2009-05-22 14:52:59 -040014858 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14859 if (!mboxq) {
14860 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14861 "2000 Failed to allocate mbox for "
14862 "READ_FCF cmd\n");
James Smart4d9ab992009-10-02 15:16:39 -040014863 error = -ENOMEM;
James Smart0c9ab6f2010-02-26 14:15:57 -050014864 goto fail_fcf_scan;
James Smart6fb120a2009-05-22 14:52:59 -040014865 }
James Smartecfd03c2010-02-12 14:41:27 -050014866 /* Construct the read FCF record mailbox command */
James Smart0c9ab6f2010-02-26 14:15:57 -050014867 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
James Smartecfd03c2010-02-12 14:41:27 -050014868 if (rc) {
14869 error = -EINVAL;
James Smart0c9ab6f2010-02-26 14:15:57 -050014870 goto fail_fcf_scan;
James Smart6fb120a2009-05-22 14:52:59 -040014871 }
James Smartecfd03c2010-02-12 14:41:27 -050014872 /* Issue the mailbox command asynchronously */
James Smart6fb120a2009-05-22 14:52:59 -040014873 mboxq->vport = phba->pport;
James Smart0c9ab6f2010-02-26 14:15:57 -050014874 mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_scan_read_fcf_rec;
James Smarta93ff372010-10-22 11:06:08 -040014875
14876 spin_lock_irq(&phba->hbalock);
14877 phba->hba_flag |= FCF_TS_INPROG;
14878 spin_unlock_irq(&phba->hbalock);
14879
James Smart6fb120a2009-05-22 14:52:59 -040014880 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
James Smartecfd03c2010-02-12 14:41:27 -050014881 if (rc == MBX_NOT_FINISHED)
James Smart6fb120a2009-05-22 14:52:59 -040014882 error = -EIO;
James Smartecfd03c2010-02-12 14:41:27 -050014883 else {
James Smart38b92ef2010-08-04 16:11:39 -040014884 /* Reset eligible FCF count for new scan */
14885 if (fcf_index == LPFC_FCOE_FCF_GET_FIRST)
James Smart999d8132010-03-15 11:24:56 -040014886 phba->fcf.eligible_fcf_cnt = 0;
James Smart6fb120a2009-05-22 14:52:59 -040014887 error = 0;
James Smart32b97932009-07-19 10:01:21 -040014888 }
James Smart0c9ab6f2010-02-26 14:15:57 -050014889fail_fcf_scan:
James Smart4d9ab992009-10-02 15:16:39 -040014890 if (error) {
14891 if (mboxq)
14892 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smarta93ff372010-10-22 11:06:08 -040014893 /* FCF scan failed, clear FCF_TS_INPROG flag */
James Smart4d9ab992009-10-02 15:16:39 -040014894 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -040014895 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart4d9ab992009-10-02 15:16:39 -040014896 spin_unlock_irq(&phba->hbalock);
14897 }
James Smart6fb120a2009-05-22 14:52:59 -040014898 return error;
14899}
James Smarta0c87cb2009-07-19 10:01:10 -040014900
14901/**
James Smarta93ff372010-10-22 11:06:08 -040014902 * lpfc_sli4_fcf_rr_read_fcf_rec - Read hba fcf record for roundrobin fcf.
James Smart0c9ab6f2010-02-26 14:15:57 -050014903 * @phba: pointer to lpfc hba data structure.
14904 * @fcf_index: FCF table entry offset.
14905 *
14906 * This routine is invoked to read an FCF record indicated by @fcf_index
James Smarta93ff372010-10-22 11:06:08 -040014907 * and to use it for FLOGI roundrobin FCF failover.
James Smart0c9ab6f2010-02-26 14:15:57 -050014908 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030014909 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050014910 * otherwise.
14911 **/
14912int
14913lpfc_sli4_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
14914{
14915 int rc = 0, error;
14916 LPFC_MBOXQ_t *mboxq;
14917
14918 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14919 if (!mboxq) {
14920 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT,
14921 "2763 Failed to allocate mbox for "
14922 "READ_FCF cmd\n");
14923 error = -ENOMEM;
14924 goto fail_fcf_read;
14925 }
14926 /* Construct the read FCF record mailbox command */
14927 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
14928 if (rc) {
14929 error = -EINVAL;
14930 goto fail_fcf_read;
14931 }
14932 /* Issue the mailbox command asynchronously */
14933 mboxq->vport = phba->pport;
14934 mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_rr_read_fcf_rec;
14935 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
14936 if (rc == MBX_NOT_FINISHED)
14937 error = -EIO;
14938 else
14939 error = 0;
14940
14941fail_fcf_read:
14942 if (error && mboxq)
14943 lpfc_sli4_mbox_cmd_free(phba, mboxq);
14944 return error;
14945}
14946
14947/**
14948 * lpfc_sli4_read_fcf_rec - Read hba fcf record for update eligible fcf bmask.
14949 * @phba: pointer to lpfc hba data structure.
14950 * @fcf_index: FCF table entry offset.
14951 *
14952 * This routine is invoked to read an FCF record indicated by @fcf_index to
James Smarta93ff372010-10-22 11:06:08 -040014953 * determine whether it's eligible for FLOGI roundrobin failover list.
James Smart0c9ab6f2010-02-26 14:15:57 -050014954 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030014955 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050014956 * otherwise.
14957 **/
14958int
14959lpfc_sli4_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
14960{
14961 int rc = 0, error;
14962 LPFC_MBOXQ_t *mboxq;
14963
14964 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14965 if (!mboxq) {
14966 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT,
14967 "2758 Failed to allocate mbox for "
14968 "READ_FCF cmd\n");
14969 error = -ENOMEM;
14970 goto fail_fcf_read;
14971 }
14972 /* Construct the read FCF record mailbox command */
14973 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
14974 if (rc) {
14975 error = -EINVAL;
14976 goto fail_fcf_read;
14977 }
14978 /* Issue the mailbox command asynchronously */
14979 mboxq->vport = phba->pport;
14980 mboxq->mbox_cmpl = lpfc_mbx_cmpl_read_fcf_rec;
14981 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
14982 if (rc == MBX_NOT_FINISHED)
14983 error = -EIO;
14984 else
14985 error = 0;
14986
14987fail_fcf_read:
14988 if (error && mboxq)
14989 lpfc_sli4_mbox_cmd_free(phba, mboxq);
14990 return error;
14991}
14992
14993/**
James Smart7d791df2011-07-22 18:37:52 -040014994 * lpfc_check_next_fcf_pri
14995 * phba pointer to the lpfc_hba struct for this port.
14996 * This routine is called from the lpfc_sli4_fcf_rr_next_index_get
14997 * routine when the rr_bmask is empty. The FCF indecies are put into the
14998 * rr_bmask based on their priority level. Starting from the highest priority
14999 * to the lowest. The most likely FCF candidate will be in the highest
15000 * priority group. When this routine is called it searches the fcf_pri list for
15001 * next lowest priority group and repopulates the rr_bmask with only those
15002 * fcf_indexes.
15003 * returns:
15004 * 1=success 0=failure
15005 **/
15006int
15007lpfc_check_next_fcf_pri_level(struct lpfc_hba *phba)
15008{
15009 uint16_t next_fcf_pri;
15010 uint16_t last_index;
15011 struct lpfc_fcf_pri *fcf_pri;
15012 int rc;
15013 int ret = 0;
15014
15015 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
15016 LPFC_SLI4_FCF_TBL_INDX_MAX);
15017 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
15018 "3060 Last IDX %d\n", last_index);
15019 if (list_empty(&phba->fcf.fcf_pri_list)) {
15020 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
15021 "3061 Last IDX %d\n", last_index);
15022 return 0; /* Empty rr list */
15023 }
15024 next_fcf_pri = 0;
15025 /*
15026 * Clear the rr_bmask and set all of the bits that are at this
15027 * priority.
15028 */
15029 memset(phba->fcf.fcf_rr_bmask, 0,
15030 sizeof(*phba->fcf.fcf_rr_bmask));
15031 spin_lock_irq(&phba->hbalock);
15032 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15033 if (fcf_pri->fcf_rec.flag & LPFC_FCF_FLOGI_FAILED)
15034 continue;
15035 /*
15036 * the 1st priority that has not FLOGI failed
15037 * will be the highest.
15038 */
15039 if (!next_fcf_pri)
15040 next_fcf_pri = fcf_pri->fcf_rec.priority;
15041 spin_unlock_irq(&phba->hbalock);
15042 if (fcf_pri->fcf_rec.priority == next_fcf_pri) {
15043 rc = lpfc_sli4_fcf_rr_index_set(phba,
15044 fcf_pri->fcf_rec.fcf_index);
15045 if (rc)
15046 return 0;
15047 }
15048 spin_lock_irq(&phba->hbalock);
15049 }
15050 /*
15051 * if next_fcf_pri was not set above and the list is not empty then
15052 * we have failed flogis on all of them. So reset flogi failed
15053 * and start at the begining.
15054 */
15055 if (!next_fcf_pri && !list_empty(&phba->fcf.fcf_pri_list)) {
15056 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15057 fcf_pri->fcf_rec.flag &= ~LPFC_FCF_FLOGI_FAILED;
15058 /*
15059 * the 1st priority that has not FLOGI failed
15060 * will be the highest.
15061 */
15062 if (!next_fcf_pri)
15063 next_fcf_pri = fcf_pri->fcf_rec.priority;
15064 spin_unlock_irq(&phba->hbalock);
15065 if (fcf_pri->fcf_rec.priority == next_fcf_pri) {
15066 rc = lpfc_sli4_fcf_rr_index_set(phba,
15067 fcf_pri->fcf_rec.fcf_index);
15068 if (rc)
15069 return 0;
15070 }
15071 spin_lock_irq(&phba->hbalock);
15072 }
15073 } else
15074 ret = 1;
15075 spin_unlock_irq(&phba->hbalock);
15076
15077 return ret;
15078}
15079/**
James Smart0c9ab6f2010-02-26 14:15:57 -050015080 * lpfc_sli4_fcf_rr_next_index_get - Get next eligible fcf record index
15081 * @phba: pointer to lpfc hba data structure.
15082 *
15083 * This routine is to get the next eligible FCF record index in a round
15084 * robin fashion. If the next eligible FCF record index equals to the
James Smarta93ff372010-10-22 11:06:08 -040015085 * initial roundrobin FCF record index, LPFC_FCOE_FCF_NEXT_NONE (0xFFFF)
James Smart0c9ab6f2010-02-26 14:15:57 -050015086 * shall be returned, otherwise, the next eligible FCF record's index
15087 * shall be returned.
15088 **/
15089uint16_t
15090lpfc_sli4_fcf_rr_next_index_get(struct lpfc_hba *phba)
15091{
15092 uint16_t next_fcf_index;
15093
James Smart3804dc82010-07-14 15:31:37 -040015094 /* Search start from next bit of currently registered FCF index */
James Smart7d791df2011-07-22 18:37:52 -040015095next_priority:
James Smart3804dc82010-07-14 15:31:37 -040015096 next_fcf_index = (phba->fcf.current_rec.fcf_indx + 1) %
15097 LPFC_SLI4_FCF_TBL_INDX_MAX;
James Smart0c9ab6f2010-02-26 14:15:57 -050015098 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
15099 LPFC_SLI4_FCF_TBL_INDX_MAX,
James Smart3804dc82010-07-14 15:31:37 -040015100 next_fcf_index);
15101
James Smart0c9ab6f2010-02-26 14:15:57 -050015102 /* Wrap around condition on phba->fcf.fcf_rr_bmask */
James Smart7d791df2011-07-22 18:37:52 -040015103 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15104 /*
15105 * If we have wrapped then we need to clear the bits that
15106 * have been tested so that we can detect when we should
15107 * change the priority level.
15108 */
James Smart0c9ab6f2010-02-26 14:15:57 -050015109 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
15110 LPFC_SLI4_FCF_TBL_INDX_MAX, 0);
James Smart7d791df2011-07-22 18:37:52 -040015111 }
15112
James Smart0c9ab6f2010-02-26 14:15:57 -050015113
James Smart3804dc82010-07-14 15:31:37 -040015114 /* Check roundrobin failover list empty condition */
James Smart7d791df2011-07-22 18:37:52 -040015115 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX ||
15116 next_fcf_index == phba->fcf.current_rec.fcf_indx) {
15117 /*
15118 * If next fcf index is not found check if there are lower
15119 * Priority level fcf's in the fcf_priority list.
15120 * Set up the rr_bmask with all of the avaiable fcf bits
15121 * at that level and continue the selection process.
15122 */
15123 if (lpfc_check_next_fcf_pri_level(phba))
15124 goto next_priority;
James Smart3804dc82010-07-14 15:31:37 -040015125 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
15126 "2844 No roundrobin failover FCF available\n");
James Smart7d791df2011-07-22 18:37:52 -040015127 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX)
15128 return LPFC_FCOE_FCF_NEXT_NONE;
15129 else {
15130 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
15131 "3063 Only FCF available idx %d, flag %x\n",
15132 next_fcf_index,
15133 phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag);
15134 return next_fcf_index;
15135 }
James Smart3804dc82010-07-14 15:31:37 -040015136 }
15137
James Smart7d791df2011-07-22 18:37:52 -040015138 if (next_fcf_index < LPFC_SLI4_FCF_TBL_INDX_MAX &&
15139 phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag &
15140 LPFC_FCF_FLOGI_FAILED)
15141 goto next_priority;
15142
James Smart3804dc82010-07-14 15:31:37 -040015143 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015144 "2845 Get next roundrobin failover FCF (x%x)\n",
15145 next_fcf_index);
15146
James Smart0c9ab6f2010-02-26 14:15:57 -050015147 return next_fcf_index;
15148}
15149
15150/**
15151 * lpfc_sli4_fcf_rr_index_set - Set bmask with eligible fcf record index
15152 * @phba: pointer to lpfc hba data structure.
15153 *
15154 * This routine sets the FCF record index in to the eligible bmask for
James Smarta93ff372010-10-22 11:06:08 -040015155 * roundrobin failover search. It checks to make sure that the index
James Smart0c9ab6f2010-02-26 14:15:57 -050015156 * does not go beyond the range of the driver allocated bmask dimension
15157 * before setting the bit.
15158 *
15159 * Returns 0 if the index bit successfully set, otherwise, it returns
15160 * -EINVAL.
15161 **/
15162int
15163lpfc_sli4_fcf_rr_index_set(struct lpfc_hba *phba, uint16_t fcf_index)
15164{
15165 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15166 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015167 "2610 FCF (x%x) reached driver's book "
15168 "keeping dimension:x%x\n",
James Smart0c9ab6f2010-02-26 14:15:57 -050015169 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
15170 return -EINVAL;
15171 }
15172 /* Set the eligible FCF record index bmask */
15173 set_bit(fcf_index, phba->fcf.fcf_rr_bmask);
15174
James Smart3804dc82010-07-14 15:31:37 -040015175 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015176 "2790 Set FCF (x%x) to roundrobin FCF failover "
James Smart3804dc82010-07-14 15:31:37 -040015177 "bmask\n", fcf_index);
15178
James Smart0c9ab6f2010-02-26 14:15:57 -050015179 return 0;
15180}
15181
15182/**
James Smart3804dc82010-07-14 15:31:37 -040015183 * lpfc_sli4_fcf_rr_index_clear - Clear bmask from eligible fcf record index
James Smart0c9ab6f2010-02-26 14:15:57 -050015184 * @phba: pointer to lpfc hba data structure.
15185 *
15186 * This routine clears the FCF record index from the eligible bmask for
James Smarta93ff372010-10-22 11:06:08 -040015187 * roundrobin failover search. It checks to make sure that the index
James Smart0c9ab6f2010-02-26 14:15:57 -050015188 * does not go beyond the range of the driver allocated bmask dimension
15189 * before clearing the bit.
15190 **/
15191void
15192lpfc_sli4_fcf_rr_index_clear(struct lpfc_hba *phba, uint16_t fcf_index)
15193{
James Smart7d791df2011-07-22 18:37:52 -040015194 struct lpfc_fcf_pri *fcf_pri;
James Smart0c9ab6f2010-02-26 14:15:57 -050015195 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
15196 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015197 "2762 FCF (x%x) reached driver's book "
15198 "keeping dimension:x%x\n",
James Smart0c9ab6f2010-02-26 14:15:57 -050015199 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
15200 return;
15201 }
15202 /* Clear the eligible FCF record index bmask */
James Smart7d791df2011-07-22 18:37:52 -040015203 spin_lock_irq(&phba->hbalock);
15204 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
15205 if (fcf_pri->fcf_rec.fcf_index == fcf_index) {
15206 list_del_init(&fcf_pri->list);
15207 break;
15208 }
15209 }
15210 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015211 clear_bit(fcf_index, phba->fcf.fcf_rr_bmask);
James Smart3804dc82010-07-14 15:31:37 -040015212
15213 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015214 "2791 Clear FCF (x%x) from roundrobin failover "
James Smart3804dc82010-07-14 15:31:37 -040015215 "bmask\n", fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -050015216}
15217
15218/**
James Smartecfd03c2010-02-12 14:41:27 -050015219 * lpfc_mbx_cmpl_redisc_fcf_table - completion routine for rediscover FCF table
15220 * @phba: pointer to lpfc hba data structure.
15221 *
15222 * This routine is the completion routine for the rediscover FCF table mailbox
15223 * command. If the mailbox command returned failure, it will try to stop the
15224 * FCF rediscover wait timer.
15225 **/
15226void
15227lpfc_mbx_cmpl_redisc_fcf_table(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox)
15228{
15229 struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf;
15230 uint32_t shdr_status, shdr_add_status;
15231
15232 redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl;
15233
15234 shdr_status = bf_get(lpfc_mbox_hdr_status,
15235 &redisc_fcf->header.cfg_shdr.response);
15236 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status,
15237 &redisc_fcf->header.cfg_shdr.response);
15238 if (shdr_status || shdr_add_status) {
James Smart0c9ab6f2010-02-26 14:15:57 -050015239 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartecfd03c2010-02-12 14:41:27 -050015240 "2746 Requesting for FCF rediscovery failed "
15241 "status x%x add_status x%x\n",
15242 shdr_status, shdr_add_status);
James Smart0c9ab6f2010-02-26 14:15:57 -050015243 if (phba->fcf.fcf_flag & FCF_ACVL_DISC) {
James Smartfc2b9892010-02-26 14:15:29 -050015244 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015245 phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
James Smartfc2b9892010-02-26 14:15:29 -050015246 spin_unlock_irq(&phba->hbalock);
15247 /*
15248 * CVL event triggered FCF rediscover request failed,
15249 * last resort to re-try current registered FCF entry.
15250 */
15251 lpfc_retry_pport_discovery(phba);
15252 } else {
15253 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050015254 phba->fcf.fcf_flag &= ~FCF_DEAD_DISC;
James Smartfc2b9892010-02-26 14:15:29 -050015255 spin_unlock_irq(&phba->hbalock);
15256 /*
15257 * DEAD FCF event triggered FCF rediscover request
15258 * failed, last resort to fail over as a link down
15259 * to FCF registration.
15260 */
15261 lpfc_sli4_fcf_dead_failthrough(phba);
15262 }
James Smart0c9ab6f2010-02-26 14:15:57 -050015263 } else {
15264 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040015265 "2775 Start FCF rediscover quiescent timer\n");
James Smartecfd03c2010-02-12 14:41:27 -050015266 /*
15267 * Start FCF rediscovery wait timer for pending FCF
15268 * before rescan FCF record table.
15269 */
15270 lpfc_fcf_redisc_wait_start_timer(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -050015271 }
James Smartecfd03c2010-02-12 14:41:27 -050015272
15273 mempool_free(mbox, phba->mbox_mem_pool);
15274}
15275
15276/**
James Smart3804dc82010-07-14 15:31:37 -040015277 * lpfc_sli4_redisc_fcf_table - Request to rediscover entire FCF table by port.
James Smartecfd03c2010-02-12 14:41:27 -050015278 * @phba: pointer to lpfc hba data structure.
15279 *
15280 * This routine is invoked to request for rediscovery of the entire FCF table
15281 * by the port.
15282 **/
15283int
15284lpfc_sli4_redisc_fcf_table(struct lpfc_hba *phba)
15285{
15286 LPFC_MBOXQ_t *mbox;
15287 struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf;
15288 int rc, length;
15289
James Smart0c9ab6f2010-02-26 14:15:57 -050015290 /* Cancel retry delay timers to all vports before FCF rediscover */
15291 lpfc_cancel_all_vport_retry_delay_timer(phba);
15292
James Smartecfd03c2010-02-12 14:41:27 -050015293 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15294 if (!mbox) {
15295 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15296 "2745 Failed to allocate mbox for "
15297 "requesting FCF rediscover.\n");
15298 return -ENOMEM;
15299 }
15300
15301 length = (sizeof(struct lpfc_mbx_redisc_fcf_tbl) -
15302 sizeof(struct lpfc_sli4_cfg_mhdr));
15303 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
15304 LPFC_MBOX_OPCODE_FCOE_REDISCOVER_FCF,
15305 length, LPFC_SLI4_MBX_EMBED);
15306
15307 redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl;
15308 /* Set count to 0 for invalidating the entire FCF database */
15309 bf_set(lpfc_mbx_redisc_fcf_count, redisc_fcf, 0);
15310
15311 /* Issue the mailbox command asynchronously */
15312 mbox->vport = phba->pport;
15313 mbox->mbox_cmpl = lpfc_mbx_cmpl_redisc_fcf_table;
15314 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
15315
15316 if (rc == MBX_NOT_FINISHED) {
15317 mempool_free(mbox, phba->mbox_mem_pool);
15318 return -EIO;
15319 }
15320 return 0;
15321}
15322
15323/**
James Smartfc2b9892010-02-26 14:15:29 -050015324 * lpfc_sli4_fcf_dead_failthrough - Failthrough routine to fcf dead event
15325 * @phba: pointer to lpfc hba data structure.
15326 *
15327 * This function is the failover routine as a last resort to the FCF DEAD
15328 * event when driver failed to perform fast FCF failover.
15329 **/
15330void
15331lpfc_sli4_fcf_dead_failthrough(struct lpfc_hba *phba)
15332{
15333 uint32_t link_state;
15334
15335 /*
15336 * Last resort as FCF DEAD event failover will treat this as
15337 * a link down, but save the link state because we don't want
15338 * it to be changed to Link Down unless it is already down.
15339 */
15340 link_state = phba->link_state;
15341 lpfc_linkdown(phba);
15342 phba->link_state = link_state;
15343
15344 /* Unregister FCF if no devices connected to it */
15345 lpfc_unregister_unused_fcf(phba);
15346}
15347
15348/**
James Smart026abb82011-12-13 13:20:45 -050015349 * lpfc_sli_get_config_region23 - Get sli3 port region 23 data.
James Smarta0c87cb2009-07-19 10:01:10 -040015350 * @phba: pointer to lpfc hba data structure.
James Smart026abb82011-12-13 13:20:45 -050015351 * @rgn23_data: pointer to configure region 23 data.
James Smarta0c87cb2009-07-19 10:01:10 -040015352 *
James Smart026abb82011-12-13 13:20:45 -050015353 * This function gets SLI3 port configure region 23 data through memory dump
15354 * mailbox command. When it successfully retrieves data, the size of the data
15355 * will be returned, otherwise, 0 will be returned.
James Smarta0c87cb2009-07-19 10:01:10 -040015356 **/
James Smart026abb82011-12-13 13:20:45 -050015357static uint32_t
15358lpfc_sli_get_config_region23(struct lpfc_hba *phba, char *rgn23_data)
James Smarta0c87cb2009-07-19 10:01:10 -040015359{
15360 LPFC_MBOXQ_t *pmb = NULL;
15361 MAILBOX_t *mb;
James Smart026abb82011-12-13 13:20:45 -050015362 uint32_t offset = 0;
James Smarta0c87cb2009-07-19 10:01:10 -040015363 int rc;
15364
James Smart026abb82011-12-13 13:20:45 -050015365 if (!rgn23_data)
15366 return 0;
15367
James Smarta0c87cb2009-07-19 10:01:10 -040015368 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15369 if (!pmb) {
15370 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart026abb82011-12-13 13:20:45 -050015371 "2600 failed to allocate mailbox memory\n");
15372 return 0;
James Smarta0c87cb2009-07-19 10:01:10 -040015373 }
15374 mb = &pmb->u.mb;
15375
James Smarta0c87cb2009-07-19 10:01:10 -040015376 do {
15377 lpfc_dump_mem(phba, pmb, offset, DMP_REGION_23);
15378 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
15379
15380 if (rc != MBX_SUCCESS) {
15381 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smart026abb82011-12-13 13:20:45 -050015382 "2601 failed to read config "
15383 "region 23, rc 0x%x Status 0x%x\n",
15384 rc, mb->mbxStatus);
James Smarta0c87cb2009-07-19 10:01:10 -040015385 mb->un.varDmp.word_cnt = 0;
15386 }
15387 /*
15388 * dump mem may return a zero when finished or we got a
15389 * mailbox error, either way we are done.
15390 */
15391 if (mb->un.varDmp.word_cnt == 0)
15392 break;
15393 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset)
15394 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset;
15395
15396 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
James Smart026abb82011-12-13 13:20:45 -050015397 rgn23_data + offset,
15398 mb->un.varDmp.word_cnt);
James Smarta0c87cb2009-07-19 10:01:10 -040015399 offset += mb->un.varDmp.word_cnt;
15400 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE);
15401
James Smart026abb82011-12-13 13:20:45 -050015402 mempool_free(pmb, phba->mbox_mem_pool);
15403 return offset;
15404}
15405
15406/**
15407 * lpfc_sli4_get_config_region23 - Get sli4 port region 23 data.
15408 * @phba: pointer to lpfc hba data structure.
15409 * @rgn23_data: pointer to configure region 23 data.
15410 *
15411 * This function gets SLI4 port configure region 23 data through memory dump
15412 * mailbox command. When it successfully retrieves data, the size of the data
15413 * will be returned, otherwise, 0 will be returned.
15414 **/
15415static uint32_t
15416lpfc_sli4_get_config_region23(struct lpfc_hba *phba, char *rgn23_data)
15417{
15418 LPFC_MBOXQ_t *mboxq = NULL;
15419 struct lpfc_dmabuf *mp = NULL;
15420 struct lpfc_mqe *mqe;
15421 uint32_t data_length = 0;
15422 int rc;
15423
15424 if (!rgn23_data)
15425 return 0;
15426
15427 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15428 if (!mboxq) {
15429 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15430 "3105 failed to allocate mailbox memory\n");
15431 return 0;
15432 }
15433
15434 if (lpfc_sli4_dump_cfg_rg23(phba, mboxq))
15435 goto out;
15436 mqe = &mboxq->u.mqe;
15437 mp = (struct lpfc_dmabuf *) mboxq->context1;
15438 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
15439 if (rc)
15440 goto out;
15441 data_length = mqe->un.mb_words[5];
15442 if (data_length == 0)
15443 goto out;
15444 if (data_length > DMP_RGN23_SIZE) {
15445 data_length = 0;
15446 goto out;
15447 }
15448 lpfc_sli_pcimem_bcopy((char *)mp->virt, rgn23_data, data_length);
15449out:
15450 mempool_free(mboxq, phba->mbox_mem_pool);
15451 if (mp) {
15452 lpfc_mbuf_free(phba, mp->virt, mp->phys);
15453 kfree(mp);
15454 }
15455 return data_length;
15456}
15457
15458/**
15459 * lpfc_sli_read_link_ste - Read region 23 to decide if link is disabled.
15460 * @phba: pointer to lpfc hba data structure.
15461 *
15462 * This function read region 23 and parse TLV for port status to
15463 * decide if the user disaled the port. If the TLV indicates the
15464 * port is disabled, the hba_flag is set accordingly.
15465 **/
15466void
15467lpfc_sli_read_link_ste(struct lpfc_hba *phba)
15468{
15469 uint8_t *rgn23_data = NULL;
15470 uint32_t if_type, data_size, sub_tlv_len, tlv_offset;
15471 uint32_t offset = 0;
15472
15473 /* Get adapter Region 23 data */
15474 rgn23_data = kzalloc(DMP_RGN23_SIZE, GFP_KERNEL);
15475 if (!rgn23_data)
15476 goto out;
15477
15478 if (phba->sli_rev < LPFC_SLI_REV4)
15479 data_size = lpfc_sli_get_config_region23(phba, rgn23_data);
15480 else {
15481 if_type = bf_get(lpfc_sli_intf_if_type,
15482 &phba->sli4_hba.sli_intf);
15483 if (if_type == LPFC_SLI_INTF_IF_TYPE_0)
15484 goto out;
15485 data_size = lpfc_sli4_get_config_region23(phba, rgn23_data);
15486 }
James Smarta0c87cb2009-07-19 10:01:10 -040015487
15488 if (!data_size)
15489 goto out;
15490
15491 /* Check the region signature first */
15492 if (memcmp(&rgn23_data[offset], LPFC_REGION23_SIGNATURE, 4)) {
15493 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15494 "2619 Config region 23 has bad signature\n");
15495 goto out;
15496 }
15497 offset += 4;
15498
15499 /* Check the data structure version */
15500 if (rgn23_data[offset] != LPFC_REGION23_VERSION) {
15501 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15502 "2620 Config region 23 has bad version\n");
15503 goto out;
15504 }
15505 offset += 4;
15506
15507 /* Parse TLV entries in the region */
15508 while (offset < data_size) {
15509 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC)
15510 break;
15511 /*
15512 * If the TLV is not driver specific TLV or driver id is
15513 * not linux driver id, skip the record.
15514 */
15515 if ((rgn23_data[offset] != DRIVER_SPECIFIC_TYPE) ||
15516 (rgn23_data[offset + 2] != LINUX_DRIVER_ID) ||
15517 (rgn23_data[offset + 3] != 0)) {
15518 offset += rgn23_data[offset + 1] * 4 + 4;
15519 continue;
15520 }
15521
15522 /* Driver found a driver specific TLV in the config region */
15523 sub_tlv_len = rgn23_data[offset + 1] * 4;
15524 offset += 4;
15525 tlv_offset = 0;
15526
15527 /*
15528 * Search for configured port state sub-TLV.
15529 */
15530 while ((offset < data_size) &&
15531 (tlv_offset < sub_tlv_len)) {
15532 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC) {
15533 offset += 4;
15534 tlv_offset += 4;
15535 break;
15536 }
15537 if (rgn23_data[offset] != PORT_STE_TYPE) {
15538 offset += rgn23_data[offset + 1] * 4 + 4;
15539 tlv_offset += rgn23_data[offset + 1] * 4 + 4;
15540 continue;
15541 }
15542
15543 /* This HBA contains PORT_STE configured */
15544 if (!rgn23_data[offset + 2])
15545 phba->hba_flag |= LINK_DISABLED;
15546
15547 goto out;
15548 }
15549 }
James Smart026abb82011-12-13 13:20:45 -050015550
James Smarta0c87cb2009-07-19 10:01:10 -040015551out:
James Smarta0c87cb2009-07-19 10:01:10 -040015552 kfree(rgn23_data);
15553 return;
15554}
James Smart695a8142010-01-26 23:08:03 -050015555
15556/**
James Smart52d52442011-05-24 11:42:45 -040015557 * lpfc_wr_object - write an object to the firmware
15558 * @phba: HBA structure that indicates port to create a queue on.
15559 * @dmabuf_list: list of dmabufs to write to the port.
15560 * @size: the total byte value of the objects to write to the port.
15561 * @offset: the current offset to be used to start the transfer.
15562 *
15563 * This routine will create a wr_object mailbox command to send to the port.
15564 * the mailbox command will be constructed using the dma buffers described in
15565 * @dmabuf_list to create a list of BDEs. This routine will fill in as many
15566 * BDEs that the imbedded mailbox can support. The @offset variable will be
15567 * used to indicate the starting offset of the transfer and will also return
15568 * the offset after the write object mailbox has completed. @size is used to
15569 * determine the end of the object and whether the eof bit should be set.
15570 *
15571 * Return 0 is successful and offset will contain the the new offset to use
15572 * for the next write.
15573 * Return negative value for error cases.
15574 **/
15575int
15576lpfc_wr_object(struct lpfc_hba *phba, struct list_head *dmabuf_list,
15577 uint32_t size, uint32_t *offset)
15578{
15579 struct lpfc_mbx_wr_object *wr_object;
15580 LPFC_MBOXQ_t *mbox;
15581 int rc = 0, i = 0;
15582 uint32_t shdr_status, shdr_add_status;
15583 uint32_t mbox_tmo;
15584 union lpfc_sli4_cfg_shdr *shdr;
15585 struct lpfc_dmabuf *dmabuf;
15586 uint32_t written = 0;
15587
15588 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15589 if (!mbox)
15590 return -ENOMEM;
15591
15592 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
15593 LPFC_MBOX_OPCODE_WRITE_OBJECT,
15594 sizeof(struct lpfc_mbx_wr_object) -
15595 sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED);
15596
15597 wr_object = (struct lpfc_mbx_wr_object *)&mbox->u.mqe.un.wr_object;
15598 wr_object->u.request.write_offset = *offset;
15599 sprintf((uint8_t *)wr_object->u.request.object_name, "/");
15600 wr_object->u.request.object_name[0] =
15601 cpu_to_le32(wr_object->u.request.object_name[0]);
15602 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0);
15603 list_for_each_entry(dmabuf, dmabuf_list, list) {
15604 if (i >= LPFC_MBX_WR_CONFIG_MAX_BDE || written >= size)
15605 break;
15606 wr_object->u.request.bde[i].addrLow = putPaddrLow(dmabuf->phys);
15607 wr_object->u.request.bde[i].addrHigh =
15608 putPaddrHigh(dmabuf->phys);
15609 if (written + SLI4_PAGE_SIZE >= size) {
15610 wr_object->u.request.bde[i].tus.f.bdeSize =
15611 (size - written);
15612 written += (size - written);
15613 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 1);
15614 } else {
15615 wr_object->u.request.bde[i].tus.f.bdeSize =
15616 SLI4_PAGE_SIZE;
15617 written += SLI4_PAGE_SIZE;
15618 }
15619 i++;
15620 }
15621 wr_object->u.request.bde_count = i;
15622 bf_set(lpfc_wr_object_write_length, &wr_object->u.request, written);
15623 if (!phba->sli4_hba.intr_enable)
15624 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
15625 else {
James Smarta183a152011-10-10 21:32:43 -040015626 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart52d52442011-05-24 11:42:45 -040015627 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
15628 }
15629 /* The IOCTL status is embedded in the mailbox subheader. */
15630 shdr = (union lpfc_sli4_cfg_shdr *) &wr_object->header.cfg_shdr;
15631 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
15632 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
15633 if (rc != MBX_TIMEOUT)
15634 mempool_free(mbox, phba->mbox_mem_pool);
15635 if (shdr_status || shdr_add_status || rc) {
15636 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15637 "3025 Write Object mailbox failed with "
15638 "status x%x add_status x%x, mbx status x%x\n",
15639 shdr_status, shdr_add_status, rc);
15640 rc = -ENXIO;
15641 } else
15642 *offset += wr_object->u.response.actual_write_length;
15643 return rc;
15644}
15645
15646/**
James Smart695a8142010-01-26 23:08:03 -050015647 * lpfc_cleanup_pending_mbox - Free up vport discovery mailbox commands.
15648 * @vport: pointer to vport data structure.
15649 *
15650 * This function iterate through the mailboxq and clean up all REG_LOGIN
15651 * and REG_VPI mailbox commands associated with the vport. This function
15652 * is called when driver want to restart discovery of the vport due to
15653 * a Clear Virtual Link event.
15654 **/
15655void
15656lpfc_cleanup_pending_mbox(struct lpfc_vport *vport)
15657{
15658 struct lpfc_hba *phba = vport->phba;
15659 LPFC_MBOXQ_t *mb, *nextmb;
15660 struct lpfc_dmabuf *mp;
James Smart78730cf2010-04-06 15:06:30 -040015661 struct lpfc_nodelist *ndlp;
James Smartd439d282010-09-29 11:18:45 -040015662 struct lpfc_nodelist *act_mbx_ndlp = NULL;
James Smart589a52d2010-07-14 15:30:54 -040015663 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartd439d282010-09-29 11:18:45 -040015664 LIST_HEAD(mbox_cmd_list);
James Smart63e801c2010-11-20 23:14:19 -050015665 uint8_t restart_loop;
James Smart695a8142010-01-26 23:08:03 -050015666
James Smartd439d282010-09-29 11:18:45 -040015667 /* Clean up internally queued mailbox commands with the vport */
James Smart695a8142010-01-26 23:08:03 -050015668 spin_lock_irq(&phba->hbalock);
15669 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
15670 if (mb->vport != vport)
15671 continue;
15672
15673 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) &&
15674 (mb->u.mb.mbxCommand != MBX_REG_VPI))
15675 continue;
15676
James Smartd439d282010-09-29 11:18:45 -040015677 list_del(&mb->list);
15678 list_add_tail(&mb->list, &mbox_cmd_list);
15679 }
15680 /* Clean up active mailbox command with the vport */
15681 mb = phba->sli.mbox_active;
15682 if (mb && (mb->vport == vport)) {
15683 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) ||
15684 (mb->u.mb.mbxCommand == MBX_REG_VPI))
15685 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
15686 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
15687 act_mbx_ndlp = (struct lpfc_nodelist *)mb->context2;
15688 /* Put reference count for delayed processing */
15689 act_mbx_ndlp = lpfc_nlp_get(act_mbx_ndlp);
15690 /* Unregister the RPI when mailbox complete */
15691 mb->mbox_flag |= LPFC_MBX_IMED_UNREG;
15692 }
15693 }
James Smart63e801c2010-11-20 23:14:19 -050015694 /* Cleanup any mailbox completions which are not yet processed */
15695 do {
15696 restart_loop = 0;
15697 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
15698 /*
15699 * If this mailox is already processed or it is
15700 * for another vport ignore it.
15701 */
15702 if ((mb->vport != vport) ||
15703 (mb->mbox_flag & LPFC_MBX_IMED_UNREG))
15704 continue;
15705
15706 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) &&
15707 (mb->u.mb.mbxCommand != MBX_REG_VPI))
15708 continue;
15709
15710 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
15711 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
15712 ndlp = (struct lpfc_nodelist *)mb->context2;
15713 /* Unregister the RPI when mailbox complete */
15714 mb->mbox_flag |= LPFC_MBX_IMED_UNREG;
15715 restart_loop = 1;
15716 spin_unlock_irq(&phba->hbalock);
15717 spin_lock(shost->host_lock);
15718 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
15719 spin_unlock(shost->host_lock);
15720 spin_lock_irq(&phba->hbalock);
15721 break;
15722 }
15723 }
15724 } while (restart_loop);
15725
James Smartd439d282010-09-29 11:18:45 -040015726 spin_unlock_irq(&phba->hbalock);
15727
15728 /* Release the cleaned-up mailbox commands */
15729 while (!list_empty(&mbox_cmd_list)) {
15730 list_remove_head(&mbox_cmd_list, mb, LPFC_MBOXQ_t, list);
James Smart695a8142010-01-26 23:08:03 -050015731 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
15732 mp = (struct lpfc_dmabuf *) (mb->context1);
15733 if (mp) {
15734 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
15735 kfree(mp);
15736 }
James Smart78730cf2010-04-06 15:06:30 -040015737 ndlp = (struct lpfc_nodelist *) mb->context2;
James Smartd439d282010-09-29 11:18:45 -040015738 mb->context2 = NULL;
James Smart78730cf2010-04-06 15:06:30 -040015739 if (ndlp) {
Dan Carpenterec21b3b2010-08-08 00:15:17 +020015740 spin_lock(shost->host_lock);
James Smart589a52d2010-07-14 15:30:54 -040015741 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
Dan Carpenterec21b3b2010-08-08 00:15:17 +020015742 spin_unlock(shost->host_lock);
James Smart78730cf2010-04-06 15:06:30 -040015743 lpfc_nlp_put(ndlp);
James Smart78730cf2010-04-06 15:06:30 -040015744 }
James Smart695a8142010-01-26 23:08:03 -050015745 }
James Smart695a8142010-01-26 23:08:03 -050015746 mempool_free(mb, phba->mbox_mem_pool);
15747 }
James Smartd439d282010-09-29 11:18:45 -040015748
15749 /* Release the ndlp with the cleaned-up active mailbox command */
15750 if (act_mbx_ndlp) {
15751 spin_lock(shost->host_lock);
15752 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
15753 spin_unlock(shost->host_lock);
15754 lpfc_nlp_put(act_mbx_ndlp);
James Smart695a8142010-01-26 23:08:03 -050015755 }
James Smart695a8142010-01-26 23:08:03 -050015756}
15757
James Smart2a9bf3d2010-06-07 15:24:45 -040015758/**
15759 * lpfc_drain_txq - Drain the txq
15760 * @phba: Pointer to HBA context object.
15761 *
15762 * This function attempt to submit IOCBs on the txq
15763 * to the adapter. For SLI4 adapters, the txq contains
15764 * ELS IOCBs that have been deferred because the there
15765 * are no SGLs. This congestion can occur with large
15766 * vport counts during node discovery.
15767 **/
15768
15769uint32_t
15770lpfc_drain_txq(struct lpfc_hba *phba)
15771{
15772 LIST_HEAD(completions);
15773 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_ELS_RING];
15774 struct lpfc_iocbq *piocbq = 0;
15775 unsigned long iflags = 0;
15776 char *fail_msg = NULL;
15777 struct lpfc_sglq *sglq;
15778 union lpfc_wqe wqe;
15779
15780 spin_lock_irqsave(&phba->hbalock, iflags);
15781 if (pring->txq_cnt > pring->txq_max)
15782 pring->txq_max = pring->txq_cnt;
15783
15784 spin_unlock_irqrestore(&phba->hbalock, iflags);
15785
15786 while (pring->txq_cnt) {
15787 spin_lock_irqsave(&phba->hbalock, iflags);
15788
James Smart19ca7602010-11-20 23:11:55 -050015789 piocbq = lpfc_sli_ringtx_get(phba, pring);
15790 sglq = __lpfc_sli_get_sglq(phba, piocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -040015791 if (!sglq) {
James Smart19ca7602010-11-20 23:11:55 -050015792 __lpfc_sli_ringtx_put(phba, pring, piocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -040015793 spin_unlock_irqrestore(&phba->hbalock, iflags);
15794 break;
15795 } else {
James Smart2a9bf3d2010-06-07 15:24:45 -040015796 if (!piocbq) {
15797 /* The txq_cnt out of sync. This should
15798 * never happen
15799 */
15800 sglq = __lpfc_clear_active_sglq(phba,
James Smart6d368e52011-05-24 11:44:12 -040015801 sglq->sli4_lxritag);
James Smart2a9bf3d2010-06-07 15:24:45 -040015802 spin_unlock_irqrestore(&phba->hbalock, iflags);
15803 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15804 "2823 txq empty and txq_cnt is %d\n ",
15805 pring->txq_cnt);
15806 break;
15807 }
15808 }
15809
15810 /* The xri and iocb resources secured,
15811 * attempt to issue request
15812 */
James Smart6d368e52011-05-24 11:44:12 -040015813 piocbq->sli4_lxritag = sglq->sli4_lxritag;
James Smart2a9bf3d2010-06-07 15:24:45 -040015814 piocbq->sli4_xritag = sglq->sli4_xritag;
15815 if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocbq, sglq))
15816 fail_msg = "to convert bpl to sgl";
15817 else if (lpfc_sli4_iocb2wqe(phba, piocbq, &wqe))
15818 fail_msg = "to convert iocb to wqe";
15819 else if (lpfc_sli4_wq_put(phba->sli4_hba.els_wq, &wqe))
15820 fail_msg = " - Wq is full";
15821 else
15822 lpfc_sli_ringtxcmpl_put(phba, pring, piocbq);
15823
15824 if (fail_msg) {
15825 /* Failed means we can't issue and need to cancel */
15826 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15827 "2822 IOCB failed %s iotag 0x%x "
15828 "xri 0x%x\n",
15829 fail_msg,
15830 piocbq->iotag, piocbq->sli4_xritag);
15831 list_add_tail(&piocbq->list, &completions);
15832 }
15833 spin_unlock_irqrestore(&phba->hbalock, iflags);
15834 }
15835
James Smart2a9bf3d2010-06-07 15:24:45 -040015836 /* Cancel all the IOCBs that cannot be issued */
15837 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
15838 IOERR_SLI_ABORTED);
15839
15840 return pring->txq_cnt;
15841}