blob: 827406f58b1e0ccbd3d5a69a887b8e84705a3450 [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 Smart0d041212019-01-28 11:14:41 -08004 * Copyright (C) 2017-2019 Broadcom. All Rights Reserved. The term *
James Smart3e21d1c2018-05-04 20:37:59 -07005 * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. *
James Smart50611572016-03-31 14:12:34 -07006 * Copyright (C) 2004-2016 Emulex. All rights reserved. *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04007 * EMULEX and SLI are trademarks of Emulex. *
James Smartd080abe2017-02-12 13:52:39 -08008 * www.broadcom.com *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04009 * Portions Copyright (C) 2004-2005 Christoph Hellwig *
dea31012005-04-17 16:05:31 -050010 * *
11 * This program is free software; you can redistribute it and/or *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -040012 * modify it under the terms of version 2 of the GNU General *
13 * Public License as published by the Free Software Foundation. *
14 * This program is distributed in the hope that it will be useful. *
15 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
16 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
17 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
18 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
19 * TO BE LEGALLY INVALID. See the GNU General Public License for *
20 * more details, a copy of which can be found in the file COPYING *
21 * included with this package. *
dea31012005-04-17 16:05:31 -050022 *******************************************************************/
23
dea31012005-04-17 16:05:31 -050024#include <linux/blkdev.h>
25#include <linux/pci.h>
26#include <linux/interrupt.h>
27#include <linux/delay.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090028#include <linux/slab.h>
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +010029#include <linux/lockdep.h>
dea31012005-04-17 16:05:31 -050030
James.Smart@Emulex.Com91886522005-08-10 15:03:09 -040031#include <scsi/scsi.h>
dea31012005-04-17 16:05:31 -050032#include <scsi/scsi_cmnd.h>
33#include <scsi/scsi_device.h>
34#include <scsi/scsi_host.h>
James.Smart@Emulex.Comf888ba32005-08-10 15:03:01 -040035#include <scsi/scsi_transport_fc.h>
James Smartda0436e2009-05-22 14:51:39 -040036#include <scsi/fc/fc_fs.h>
James Smart0d878412009-10-02 15:16:56 -040037#include <linux/aer.h>
James Smart1351e692018-02-22 08:18:43 -080038#ifdef CONFIG_X86
39#include <asm/set_memory.h>
40#endif
dea31012005-04-17 16:05:31 -050041
James Smart895427b2017-02-12 13:52:30 -080042#include <linux/nvme-fc-driver.h>
43
James Smartda0436e2009-05-22 14:51:39 -040044#include "lpfc_hw4.h"
dea31012005-04-17 16:05:31 -050045#include "lpfc_hw.h"
46#include "lpfc_sli.h"
James Smartda0436e2009-05-22 14:51:39 -040047#include "lpfc_sli4.h"
James Smartea2151b2008-09-07 11:52:10 -040048#include "lpfc_nl.h"
dea31012005-04-17 16:05:31 -050049#include "lpfc_disc.h"
dea31012005-04-17 16:05:31 -050050#include "lpfc.h"
James Smart895427b2017-02-12 13:52:30 -080051#include "lpfc_scsi.h"
52#include "lpfc_nvme.h"
James Smartf358dd02017-02-12 13:52:34 -080053#include "lpfc_nvmet.h"
dea31012005-04-17 16:05:31 -050054#include "lpfc_crtn.h"
55#include "lpfc_logmsg.h"
56#include "lpfc_compat.h"
James Smart858c9f62007-06-17 19:56:39 -050057#include "lpfc_debugfs.h"
James Smart04c68492009-05-22 14:52:52 -040058#include "lpfc_vport.h"
James Smart61bda8f2016-10-13 15:06:05 -070059#include "lpfc_version.h"
dea31012005-04-17 16:05:31 -050060
61/* There are only four IOCB completion types. */
62typedef enum _lpfc_iocb_type {
63 LPFC_UNKNOWN_IOCB,
64 LPFC_UNSOL_IOCB,
65 LPFC_SOL_IOCB,
66 LPFC_ABORT_IOCB
67} lpfc_iocb_type;
68
James Smart4f774512009-05-22 14:52:35 -040069
70/* Provide function prototypes local to this module. */
71static int lpfc_sli_issue_mbox_s4(struct lpfc_hba *, LPFC_MBOXQ_t *,
72 uint32_t);
73static int lpfc_sli4_read_rev(struct lpfc_hba *, LPFC_MBOXQ_t *,
James Smart45ed1192009-10-02 15:17:02 -040074 uint8_t *, uint32_t *);
75static struct lpfc_iocbq *lpfc_sli4_els_wcqe_to_rspiocbq(struct lpfc_hba *,
76 struct lpfc_iocbq *);
James Smart6669f9b2009-10-02 15:16:45 -040077static void lpfc_sli4_send_seq_to_ulp(struct lpfc_vport *,
78 struct hbq_dmabuf *);
James Smartae9e28f2017-05-15 15:20:51 -070079static void lpfc_sli4_handle_mds_loopback(struct lpfc_vport *vport,
80 struct hbq_dmabuf *dmabuf);
James Smart32517fc2019-01-28 11:14:33 -080081static bool lpfc_sli4_fp_handle_cqe(struct lpfc_hba *phba,
82 struct lpfc_queue *cq, struct lpfc_cqe *cqe);
James Smart895427b2017-02-12 13:52:30 -080083static int lpfc_sli4_post_sgl_list(struct lpfc_hba *, struct list_head *,
James Smart8a9d2e82012-05-09 21:16:12 -040084 int);
Dick Kennedyf485c182017-09-29 17:34:34 -070085static void lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba,
James Smart32517fc2019-01-28 11:14:33 -080086 struct lpfc_queue *eq,
87 struct lpfc_eqe *eqe);
James Smarte8d3c3b2013-10-10 12:21:30 -040088static bool lpfc_sli4_mbox_completions_pending(struct lpfc_hba *phba);
89static bool lpfc_sli4_process_missed_mbox_completions(struct lpfc_hba *phba);
James Smart05580562011-05-24 11:40:48 -040090
James Smart4f774512009-05-22 14:52:35 -040091static IOCB_t *
92lpfc_get_iocb_from_iocbq(struct lpfc_iocbq *iocbq)
93{
94 return &iocbq->iocb;
95}
96
James Smart48f8fdb2018-05-04 20:37:51 -070097#if defined(CONFIG_64BIT) && defined(__LITTLE_ENDIAN)
98/**
99 * lpfc_sli4_pcimem_bcopy - SLI4 memory copy function
100 * @srcp: Source memory pointer.
101 * @destp: Destination memory pointer.
102 * @cnt: Number of words required to be copied.
103 * Must be a multiple of sizeof(uint64_t)
104 *
105 * This function is used for copying data between driver memory
106 * and the SLI WQ. This function also changes the endianness
107 * of each word if native endianness is different from SLI
108 * endianness. This function can be called with or without
109 * lock.
110 **/
YueHaibingd7b761b2019-05-31 23:28:41 +0800111static void
James Smart48f8fdb2018-05-04 20:37:51 -0700112lpfc_sli4_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt)
113{
114 uint64_t *src = srcp;
115 uint64_t *dest = destp;
116 int i;
117
118 for (i = 0; i < (int)cnt; i += sizeof(uint64_t))
119 *dest++ = *src++;
120}
121#else
122#define lpfc_sli4_pcimem_bcopy(a, b, c) lpfc_sli_pcimem_bcopy(a, b, c)
123#endif
124
James Smart4f774512009-05-22 14:52:35 -0400125/**
126 * lpfc_sli4_wq_put - Put a Work Queue Entry on an Work Queue
127 * @q: The Work Queue to operate on.
128 * @wqe: The work Queue Entry to put on the Work queue.
129 *
130 * This routine will copy the contents of @wqe to the next available entry on
131 * the @q. This function will then ring the Work Queue Doorbell to signal the
132 * HBA to start processing the Work Queue Entry. This function returns 0 if
133 * successful. If no entries are available on @q then this function will return
134 * -ENOMEM.
135 * The caller is expected to hold the hbalock when calling this routine.
136 **/
Dick Kennedycd22d602017-08-23 16:55:35 -0700137static int
James Smart205e8242018-03-05 12:04:03 -0800138lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe128 *wqe)
James Smart4f774512009-05-22 14:52:35 -0400139{
James Smart2e90f4b2011-12-13 13:22:37 -0500140 union lpfc_wqe *temp_wqe;
James Smart4f774512009-05-22 14:52:35 -0400141 struct lpfc_register doorbell;
142 uint32_t host_index;
James Smart027140e2012-08-03 12:35:44 -0400143 uint32_t idx;
James Smart1351e692018-02-22 08:18:43 -0800144 uint32_t i = 0;
145 uint8_t *tmp;
James Smart5cc167d2018-06-26 08:24:23 -0700146 u32 if_type;
James Smart4f774512009-05-22 14:52:35 -0400147
James Smart2e90f4b2011-12-13 13:22:37 -0500148 /* sanity check on queue memory */
149 if (unlikely(!q))
150 return -ENOMEM;
James Smart9afbee32019-03-12 16:30:28 -0700151 temp_wqe = lpfc_sli4_qe(q, q->host_index);
James Smart2e90f4b2011-12-13 13:22:37 -0500152
James Smart4f774512009-05-22 14:52:35 -0400153 /* If the host has not yet processed the next entry then we are done */
James Smart027140e2012-08-03 12:35:44 -0400154 idx = ((q->host_index + 1) % q->entry_count);
155 if (idx == q->hba_index) {
James Smartb84daac2012-08-03 12:35:13 -0400156 q->WQ_overflow++;
Dick Kennedycd22d602017-08-23 16:55:35 -0700157 return -EBUSY;
James Smartb84daac2012-08-03 12:35:13 -0400158 }
159 q->WQ_posted++;
James Smart4f774512009-05-22 14:52:35 -0400160 /* set consumption flag every once in a while */
James Smart32517fc2019-01-28 11:14:33 -0800161 if (!((q->host_index + 1) % q->notify_interval))
James Smartf0d9bcc2010-10-22 11:07:09 -0400162 bf_set(wqe_wqec, &wqe->generic.wqe_com, 1);
James Smart04673e32018-01-30 15:58:45 -0800163 else
164 bf_set(wqe_wqec, &wqe->generic.wqe_com, 0);
James Smartfedd3b72011-02-16 12:39:24 -0500165 if (q->phba->sli3_options & LPFC_SLI4_PHWQ_ENABLED)
166 bf_set(wqe_wqid, &wqe->generic.wqe_com, q->queue_id);
James Smart48f8fdb2018-05-04 20:37:51 -0700167 lpfc_sli4_pcimem_bcopy(wqe, temp_wqe, q->entry_size);
James Smart1351e692018-02-22 08:18:43 -0800168 if (q->dpp_enable && q->phba->cfg_enable_dpp) {
169 /* write to DPP aperture taking advatage of Combined Writes */
James Smart4c066192018-03-05 10:29:03 -0800170 tmp = (uint8_t *)temp_wqe;
171#ifdef __raw_writeq
James Smart1351e692018-02-22 08:18:43 -0800172 for (i = 0; i < q->entry_size; i += sizeof(uint64_t))
James Smart4c066192018-03-05 10:29:03 -0800173 __raw_writeq(*((uint64_t *)(tmp + i)),
174 q->dpp_regaddr + i);
175#else
176 for (i = 0; i < q->entry_size; i += sizeof(uint32_t))
177 __raw_writel(*((uint32_t *)(tmp + i)),
178 q->dpp_regaddr + i);
179#endif
James Smart1351e692018-02-22 08:18:43 -0800180 }
181 /* ensure WQE bcopy and DPP flushed before doorbell write */
James Smart6b3b3bd2016-12-19 15:07:30 -0800182 wmb();
James Smart4f774512009-05-22 14:52:35 -0400183
184 /* Update the host index before invoking device */
185 host_index = q->host_index;
James Smart027140e2012-08-03 12:35:44 -0400186
187 q->host_index = idx;
James Smart4f774512009-05-22 14:52:35 -0400188
189 /* Ring Doorbell */
190 doorbell.word0 = 0;
James Smart962bc512013-01-03 15:44:00 -0500191 if (q->db_format == LPFC_DB_LIST_FORMAT) {
James Smart1351e692018-02-22 08:18:43 -0800192 if (q->dpp_enable && q->phba->cfg_enable_dpp) {
193 bf_set(lpfc_if6_wq_db_list_fm_num_posted, &doorbell, 1);
194 bf_set(lpfc_if6_wq_db_list_fm_dpp, &doorbell, 1);
195 bf_set(lpfc_if6_wq_db_list_fm_dpp_id, &doorbell,
196 q->dpp_id);
197 bf_set(lpfc_if6_wq_db_list_fm_id, &doorbell,
198 q->queue_id);
199 } else {
200 bf_set(lpfc_wq_db_list_fm_num_posted, &doorbell, 1);
James Smart1351e692018-02-22 08:18:43 -0800201 bf_set(lpfc_wq_db_list_fm_id, &doorbell, q->queue_id);
James Smart5cc167d2018-06-26 08:24:23 -0700202
203 /* Leave bits <23:16> clear for if_type 6 dpp */
204 if_type = bf_get(lpfc_sli_intf_if_type,
205 &q->phba->sli4_hba.sli_intf);
206 if (if_type != LPFC_SLI_INTF_IF_TYPE_6)
207 bf_set(lpfc_wq_db_list_fm_index, &doorbell,
208 host_index);
James Smart1351e692018-02-22 08:18:43 -0800209 }
James Smart962bc512013-01-03 15:44:00 -0500210 } else if (q->db_format == LPFC_DB_RING_FORMAT) {
211 bf_set(lpfc_wq_db_ring_fm_num_posted, &doorbell, 1);
212 bf_set(lpfc_wq_db_ring_fm_id, &doorbell, q->queue_id);
213 } else {
214 return -EINVAL;
215 }
216 writel(doorbell.word0, q->db_regaddr);
James Smart4f774512009-05-22 14:52:35 -0400217
218 return 0;
219}
220
221/**
222 * lpfc_sli4_wq_release - Updates internal hba index for WQ
223 * @q: The Work Queue to operate on.
224 * @index: The index to advance the hba index to.
225 *
226 * This routine will update the HBA index of a queue to reflect consumption of
227 * Work Queue Entries by the HBA. When the HBA indicates that it has consumed
228 * an entry the host calls this function to update the queue's internal
229 * pointers. This routine returns the number of entries that were consumed by
230 * the HBA.
231 **/
232static uint32_t
233lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index)
234{
235 uint32_t released = 0;
236
James Smart2e90f4b2011-12-13 13:22:37 -0500237 /* sanity check on queue memory */
238 if (unlikely(!q))
239 return 0;
240
James Smart4f774512009-05-22 14:52:35 -0400241 if (q->hba_index == index)
242 return 0;
243 do {
244 q->hba_index = ((q->hba_index + 1) % q->entry_count);
245 released++;
246 } while (q->hba_index != index);
247 return released;
248}
249
250/**
251 * lpfc_sli4_mq_put - Put a Mailbox Queue Entry on an Mailbox Queue
252 * @q: The Mailbox Queue to operate on.
253 * @wqe: The Mailbox Queue Entry to put on the Work queue.
254 *
255 * This routine will copy the contents of @mqe to the next available entry on
256 * the @q. This function will then ring the Work Queue Doorbell to signal the
257 * HBA to start processing the Work Queue Entry. This function returns 0 if
258 * successful. If no entries are available on @q then this function will return
259 * -ENOMEM.
260 * The caller is expected to hold the hbalock when calling this routine.
261 **/
262static uint32_t
263lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe)
264{
James Smart2e90f4b2011-12-13 13:22:37 -0500265 struct lpfc_mqe *temp_mqe;
James Smart4f774512009-05-22 14:52:35 -0400266 struct lpfc_register doorbell;
James Smart4f774512009-05-22 14:52:35 -0400267
James Smart2e90f4b2011-12-13 13:22:37 -0500268 /* sanity check on queue memory */
269 if (unlikely(!q))
270 return -ENOMEM;
James Smart9afbee32019-03-12 16:30:28 -0700271 temp_mqe = lpfc_sli4_qe(q, q->host_index);
James Smart2e90f4b2011-12-13 13:22:37 -0500272
James Smart4f774512009-05-22 14:52:35 -0400273 /* If the host has not yet processed the next entry then we are done */
274 if (((q->host_index + 1) % q->entry_count) == q->hba_index)
275 return -ENOMEM;
James Smart48f8fdb2018-05-04 20:37:51 -0700276 lpfc_sli4_pcimem_bcopy(mqe, temp_mqe, q->entry_size);
James Smart4f774512009-05-22 14:52:35 -0400277 /* Save off the mailbox pointer for completion */
278 q->phba->mbox = (MAILBOX_t *)temp_mqe;
279
280 /* Update the host index before invoking device */
James Smart4f774512009-05-22 14:52:35 -0400281 q->host_index = ((q->host_index + 1) % q->entry_count);
282
283 /* Ring Doorbell */
284 doorbell.word0 = 0;
285 bf_set(lpfc_mq_doorbell_num_posted, &doorbell, 1);
286 bf_set(lpfc_mq_doorbell_id, &doorbell, q->queue_id);
287 writel(doorbell.word0, q->phba->sli4_hba.MQDBregaddr);
James Smart4f774512009-05-22 14:52:35 -0400288 return 0;
289}
290
291/**
292 * lpfc_sli4_mq_release - Updates internal hba index for MQ
293 * @q: The Mailbox Queue to operate on.
294 *
295 * This routine will update the HBA index of a queue to reflect consumption of
296 * a Mailbox Queue Entry by the HBA. When the HBA indicates that it has consumed
297 * an entry the host calls this function to update the queue's internal
298 * pointers. This routine returns the number of entries that were consumed by
299 * the HBA.
300 **/
301static uint32_t
302lpfc_sli4_mq_release(struct lpfc_queue *q)
303{
James Smart2e90f4b2011-12-13 13:22:37 -0500304 /* sanity check on queue memory */
305 if (unlikely(!q))
306 return 0;
307
James Smart4f774512009-05-22 14:52:35 -0400308 /* Clear the mailbox pointer for completion */
309 q->phba->mbox = NULL;
310 q->hba_index = ((q->hba_index + 1) % q->entry_count);
311 return 1;
312}
313
314/**
315 * lpfc_sli4_eq_get - Gets the next valid EQE from a EQ
316 * @q: The Event Queue to get the first valid EQE from
317 *
318 * This routine will get the first valid Event Queue Entry from @q, update
319 * the queue's internal hba index, and return the EQE. If no valid EQEs are in
320 * the Queue (no more work to do), or the Queue is full of EQEs that have been
321 * processed, but not popped back to the HBA then this routine will return NULL.
322 **/
323static struct lpfc_eqe *
324lpfc_sli4_eq_get(struct lpfc_queue *q)
325{
James Smart2e90f4b2011-12-13 13:22:37 -0500326 struct lpfc_eqe *eqe;
327
328 /* sanity check on queue memory */
329 if (unlikely(!q))
330 return NULL;
James Smart9afbee32019-03-12 16:30:28 -0700331 eqe = lpfc_sli4_qe(q, q->host_index);
James Smart4f774512009-05-22 14:52:35 -0400332
333 /* If the next EQE is not valid then we are done */
James Smart7365f6f2018-02-22 08:18:46 -0800334 if (bf_get_le32(lpfc_eqe_valid, eqe) != q->qe_valid)
James Smart4f774512009-05-22 14:52:35 -0400335 return NULL;
James Smart27f344e2014-05-07 17:16:46 -0400336
337 /*
338 * insert barrier for instruction interlock : data from the hardware
339 * must have the valid bit checked before it can be copied and acted
James Smart2ea259e2017-02-12 13:52:27 -0800340 * upon. Speculative instructions were allowing a bcopy at the start
341 * of lpfc_sli4_fp_handle_wcqe(), which is called immediately
342 * after our return, to copy data before the valid bit check above
343 * was done. As such, some of the copied data was stale. The barrier
344 * ensures the check is before any data is copied.
James Smart27f344e2014-05-07 17:16:46 -0400345 */
346 mb();
James Smart4f774512009-05-22 14:52:35 -0400347 return eqe;
348}
349
350/**
James Smartba20c852012-08-03 12:36:52 -0400351 * lpfc_sli4_eq_clr_intr - Turn off interrupts from this EQ
352 * @q: The Event Queue to disable interrupts
353 *
354 **/
James Smart92f3b322019-03-20 10:44:22 -0700355void
James Smartba20c852012-08-03 12:36:52 -0400356lpfc_sli4_eq_clr_intr(struct lpfc_queue *q)
357{
358 struct lpfc_register doorbell;
359
360 doorbell.word0 = 0;
361 bf_set(lpfc_eqcq_doorbell_eqci, &doorbell, 1);
362 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_EVENT);
363 bf_set(lpfc_eqcq_doorbell_eqid_hi, &doorbell,
364 (q->queue_id >> LPFC_EQID_HI_FIELD_SHIFT));
365 bf_set(lpfc_eqcq_doorbell_eqid_lo, &doorbell, q->queue_id);
James Smart9dd35422018-02-22 08:18:41 -0800366 writel(doorbell.word0, q->phba->sli4_hba.EQDBregaddr);
James Smartba20c852012-08-03 12:36:52 -0400367}
368
369/**
James Smart27d6ac02018-02-22 08:18:42 -0800370 * lpfc_sli4_if6_eq_clr_intr - Turn off interrupts from this EQ
371 * @q: The Event Queue to disable interrupts
372 *
373 **/
James Smart92f3b322019-03-20 10:44:22 -0700374void
James Smart27d6ac02018-02-22 08:18:42 -0800375lpfc_sli4_if6_eq_clr_intr(struct lpfc_queue *q)
376{
377 struct lpfc_register doorbell;
378
379 doorbell.word0 = 0;
James Smartaad59d52018-09-10 10:30:47 -0700380 bf_set(lpfc_if6_eq_doorbell_eqid, &doorbell, q->queue_id);
James Smart27d6ac02018-02-22 08:18:42 -0800381 writel(doorbell.word0, q->phba->sli4_hba.EQDBregaddr);
382}
383
384/**
James Smart32517fc2019-01-28 11:14:33 -0800385 * lpfc_sli4_write_eq_db - write EQ DB for eqe's consumed or arm state
386 * @phba: adapter with EQ
James Smart4f774512009-05-22 14:52:35 -0400387 * @q: The Event Queue that the host has completed processing for.
James Smart32517fc2019-01-28 11:14:33 -0800388 * @count: Number of elements that have been consumed
James Smart4f774512009-05-22 14:52:35 -0400389 * @arm: Indicates whether the host wants to arms this CQ.
390 *
James Smart32517fc2019-01-28 11:14:33 -0800391 * This routine will notify the HBA, by ringing the doorbell, that count
392 * number of EQEs have been processed. The @arm parameter indicates whether
393 * the queue should be rearmed when ringing the doorbell.
James Smart4f774512009-05-22 14:52:35 -0400394 **/
James Smart32517fc2019-01-28 11:14:33 -0800395void
396lpfc_sli4_write_eq_db(struct lpfc_hba *phba, struct lpfc_queue *q,
397 uint32_t count, bool arm)
James Smart4f774512009-05-22 14:52:35 -0400398{
James Smart4f774512009-05-22 14:52:35 -0400399 struct lpfc_register doorbell;
400
James Smart2e90f4b2011-12-13 13:22:37 -0500401 /* sanity check on queue memory */
James Smart32517fc2019-01-28 11:14:33 -0800402 if (unlikely(!q || (count == 0 && !arm)))
403 return;
James Smart4f774512009-05-22 14:52:35 -0400404
405 /* ring doorbell for number popped */
406 doorbell.word0 = 0;
407 if (arm) {
408 bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1);
409 bf_set(lpfc_eqcq_doorbell_eqci, &doorbell, 1);
410 }
James Smart32517fc2019-01-28 11:14:33 -0800411 bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, count);
James Smart4f774512009-05-22 14:52:35 -0400412 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_EVENT);
James Smart6b5151f2012-01-18 16:24:06 -0500413 bf_set(lpfc_eqcq_doorbell_eqid_hi, &doorbell,
414 (q->queue_id >> LPFC_EQID_HI_FIELD_SHIFT));
415 bf_set(lpfc_eqcq_doorbell_eqid_lo, &doorbell, q->queue_id);
James Smart9dd35422018-02-22 08:18:41 -0800416 writel(doorbell.word0, q->phba->sli4_hba.EQDBregaddr);
James Smarta747c9c2009-11-18 15:41:10 -0500417 /* PCI read to flush PCI pipeline on re-arming for INTx mode */
418 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM))
James Smart9dd35422018-02-22 08:18:41 -0800419 readl(q->phba->sli4_hba.EQDBregaddr);
James Smart4f774512009-05-22 14:52:35 -0400420}
421
422/**
James Smart32517fc2019-01-28 11:14:33 -0800423 * lpfc_sli4_if6_write_eq_db - write EQ DB for eqe's consumed or arm state
424 * @phba: adapter with EQ
James Smart27d6ac02018-02-22 08:18:42 -0800425 * @q: The Event Queue that the host has completed processing for.
James Smart32517fc2019-01-28 11:14:33 -0800426 * @count: Number of elements that have been consumed
James Smart27d6ac02018-02-22 08:18:42 -0800427 * @arm: Indicates whether the host wants to arms this CQ.
428 *
James Smart32517fc2019-01-28 11:14:33 -0800429 * This routine will notify the HBA, by ringing the doorbell, that count
430 * number of EQEs have been processed. The @arm parameter indicates whether
431 * the queue should be rearmed when ringing the doorbell.
James Smart27d6ac02018-02-22 08:18:42 -0800432 **/
James Smart32517fc2019-01-28 11:14:33 -0800433void
434lpfc_sli4_if6_write_eq_db(struct lpfc_hba *phba, struct lpfc_queue *q,
435 uint32_t count, bool arm)
James Smart27d6ac02018-02-22 08:18:42 -0800436{
James Smart27d6ac02018-02-22 08:18:42 -0800437 struct lpfc_register doorbell;
438
439 /* sanity check on queue memory */
James Smart32517fc2019-01-28 11:14:33 -0800440 if (unlikely(!q || (count == 0 && !arm)))
441 return;
James Smart27d6ac02018-02-22 08:18:42 -0800442
443 /* ring doorbell for number popped */
444 doorbell.word0 = 0;
445 if (arm)
446 bf_set(lpfc_if6_eq_doorbell_arm, &doorbell, 1);
James Smart32517fc2019-01-28 11:14:33 -0800447 bf_set(lpfc_if6_eq_doorbell_num_released, &doorbell, count);
James Smart27d6ac02018-02-22 08:18:42 -0800448 bf_set(lpfc_if6_eq_doorbell_eqid, &doorbell, q->queue_id);
449 writel(doorbell.word0, q->phba->sli4_hba.EQDBregaddr);
450 /* PCI read to flush PCI pipeline on re-arming for INTx mode */
451 if ((q->phba->intr_type == INTx) && (arm == LPFC_QUEUE_REARM))
452 readl(q->phba->sli4_hba.EQDBregaddr);
James Smart32517fc2019-01-28 11:14:33 -0800453}
454
455static void
456__lpfc_sli4_consume_eqe(struct lpfc_hba *phba, struct lpfc_queue *eq,
457 struct lpfc_eqe *eqe)
458{
459 if (!phba->sli4_hba.pc_sli4_params.eqav)
460 bf_set_le32(lpfc_eqe_valid, eqe, 0);
461
462 eq->host_index = ((eq->host_index + 1) % eq->entry_count);
463
464 /* if the index wrapped around, toggle the valid bit */
465 if (phba->sli4_hba.pc_sli4_params.eqav && !eq->host_index)
466 eq->qe_valid = (eq->qe_valid) ? 0 : 1;
467}
468
469static void
470lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq)
471{
472 struct lpfc_eqe *eqe;
473 uint32_t count = 0;
474
475 /* walk all the EQ entries and drop on the floor */
476 eqe = lpfc_sli4_eq_get(eq);
477 while (eqe) {
478 __lpfc_sli4_consume_eqe(phba, eq, eqe);
479 count++;
480 eqe = lpfc_sli4_eq_get(eq);
481 }
482
483 /* Clear and re-arm the EQ */
484 phba->sli4_hba.sli4_write_eq_db(phba, eq, count, LPFC_QUEUE_REARM);
485}
486
487static int
488lpfc_sli4_process_eq(struct lpfc_hba *phba, struct lpfc_queue *eq)
489{
490 struct lpfc_eqe *eqe;
491 int count = 0, consumed = 0;
492
493 if (cmpxchg(&eq->queue_claimed, 0, 1) != 0)
494 goto rearm_and_exit;
495
496 eqe = lpfc_sli4_eq_get(eq);
497 while (eqe) {
498 lpfc_sli4_hba_handle_eqe(phba, eq, eqe);
499 __lpfc_sli4_consume_eqe(phba, eq, eqe);
500
501 consumed++;
502 if (!(++count % eq->max_proc_limit))
503 break;
504
505 if (!(count % eq->notify_interval)) {
506 phba->sli4_hba.sli4_write_eq_db(phba, eq, consumed,
507 LPFC_QUEUE_NOARM);
508 consumed = 0;
509 }
510
511 eqe = lpfc_sli4_eq_get(eq);
512 }
513 eq->EQ_processed += count;
514
515 /* Track the max number of EQEs processed in 1 intr */
516 if (count > eq->EQ_max_eqe)
517 eq->EQ_max_eqe = count;
518
519 eq->queue_claimed = 0;
520
521rearm_and_exit:
522 /* Always clear and re-arm the EQ */
523 phba->sli4_hba.sli4_write_eq_db(phba, eq, consumed, LPFC_QUEUE_REARM);
524
525 return count;
James Smart27d6ac02018-02-22 08:18:42 -0800526}
527
528/**
James Smart4f774512009-05-22 14:52:35 -0400529 * lpfc_sli4_cq_get - Gets the next valid CQE from a CQ
530 * @q: The Completion Queue to get the first valid CQE from
531 *
532 * This routine will get the first valid Completion Queue Entry from @q, update
533 * the queue's internal hba index, and return the CQE. If no valid CQEs are in
534 * the Queue (no more work to do), or the Queue is full of CQEs that have been
535 * processed, but not popped back to the HBA then this routine will return NULL.
536 **/
537static struct lpfc_cqe *
538lpfc_sli4_cq_get(struct lpfc_queue *q)
539{
540 struct lpfc_cqe *cqe;
541
James Smart2e90f4b2011-12-13 13:22:37 -0500542 /* sanity check on queue memory */
543 if (unlikely(!q))
544 return NULL;
James Smart9afbee32019-03-12 16:30:28 -0700545 cqe = lpfc_sli4_qe(q, q->host_index);
James Smart2e90f4b2011-12-13 13:22:37 -0500546
James Smart4f774512009-05-22 14:52:35 -0400547 /* If the next CQE is not valid then we are done */
James Smart7365f6f2018-02-22 08:18:46 -0800548 if (bf_get_le32(lpfc_cqe_valid, cqe) != q->qe_valid)
James Smart4f774512009-05-22 14:52:35 -0400549 return NULL;
James Smart27f344e2014-05-07 17:16:46 -0400550
551 /*
552 * insert barrier for instruction interlock : data from the hardware
553 * must have the valid bit checked before it can be copied and acted
James Smart2ea259e2017-02-12 13:52:27 -0800554 * upon. Given what was seen in lpfc_sli4_cq_get() of speculative
555 * instructions allowing action on content before valid bit checked,
556 * add barrier here as well. May not be needed as "content" is a
557 * single 32-bit entity here (vs multi word structure for cq's).
James Smart27f344e2014-05-07 17:16:46 -0400558 */
559 mb();
James Smart4f774512009-05-22 14:52:35 -0400560 return cqe;
561}
562
James Smart32517fc2019-01-28 11:14:33 -0800563static void
564__lpfc_sli4_consume_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
565 struct lpfc_cqe *cqe)
566{
567 if (!phba->sli4_hba.pc_sli4_params.cqav)
568 bf_set_le32(lpfc_cqe_valid, cqe, 0);
569
570 cq->host_index = ((cq->host_index + 1) % cq->entry_count);
571
572 /* if the index wrapped around, toggle the valid bit */
573 if (phba->sli4_hba.pc_sli4_params.cqav && !cq->host_index)
574 cq->qe_valid = (cq->qe_valid) ? 0 : 1;
575}
576
James Smart4f774512009-05-22 14:52:35 -0400577/**
James Smart32517fc2019-01-28 11:14:33 -0800578 * lpfc_sli4_write_cq_db - write cq DB for entries consumed or arm state.
579 * @phba: the adapter with the CQ
James Smart4f774512009-05-22 14:52:35 -0400580 * @q: The Completion Queue that the host has completed processing for.
James Smart32517fc2019-01-28 11:14:33 -0800581 * @count: the number of elements that were consumed
James Smart4f774512009-05-22 14:52:35 -0400582 * @arm: Indicates whether the host wants to arms this CQ.
583 *
James Smart32517fc2019-01-28 11:14:33 -0800584 * This routine will notify the HBA, by ringing the doorbell, that the
585 * CQEs have been processed. The @arm parameter specifies whether the
586 * queue should be rearmed when ringing the doorbell.
James Smart4f774512009-05-22 14:52:35 -0400587 **/
James Smart32517fc2019-01-28 11:14:33 -0800588void
589lpfc_sli4_write_cq_db(struct lpfc_hba *phba, struct lpfc_queue *q,
590 uint32_t count, bool arm)
James Smart4f774512009-05-22 14:52:35 -0400591{
James Smart4f774512009-05-22 14:52:35 -0400592 struct lpfc_register doorbell;
593
James Smart2e90f4b2011-12-13 13:22:37 -0500594 /* sanity check on queue memory */
James Smart32517fc2019-01-28 11:14:33 -0800595 if (unlikely(!q || (count == 0 && !arm)))
596 return;
James Smart4f774512009-05-22 14:52:35 -0400597
598 /* ring doorbell for number popped */
599 doorbell.word0 = 0;
600 if (arm)
601 bf_set(lpfc_eqcq_doorbell_arm, &doorbell, 1);
James Smart32517fc2019-01-28 11:14:33 -0800602 bf_set(lpfc_eqcq_doorbell_num_released, &doorbell, count);
James Smart4f774512009-05-22 14:52:35 -0400603 bf_set(lpfc_eqcq_doorbell_qt, &doorbell, LPFC_QUEUE_TYPE_COMPLETION);
James Smart6b5151f2012-01-18 16:24:06 -0500604 bf_set(lpfc_eqcq_doorbell_cqid_hi, &doorbell,
605 (q->queue_id >> LPFC_CQID_HI_FIELD_SHIFT));
606 bf_set(lpfc_eqcq_doorbell_cqid_lo, &doorbell, q->queue_id);
James Smart9dd35422018-02-22 08:18:41 -0800607 writel(doorbell.word0, q->phba->sli4_hba.CQDBregaddr);
James Smart4f774512009-05-22 14:52:35 -0400608}
609
610/**
James Smart32517fc2019-01-28 11:14:33 -0800611 * lpfc_sli4_if6_write_cq_db - write cq DB for entries consumed or arm state.
612 * @phba: the adapter with the CQ
James Smart27d6ac02018-02-22 08:18:42 -0800613 * @q: The Completion Queue that the host has completed processing for.
James Smart32517fc2019-01-28 11:14:33 -0800614 * @count: the number of elements that were consumed
James Smart27d6ac02018-02-22 08:18:42 -0800615 * @arm: Indicates whether the host wants to arms this CQ.
616 *
James Smart32517fc2019-01-28 11:14:33 -0800617 * This routine will notify the HBA, by ringing the doorbell, that the
618 * CQEs have been processed. The @arm parameter specifies whether the
619 * queue should be rearmed when ringing the doorbell.
James Smart27d6ac02018-02-22 08:18:42 -0800620 **/
James Smart32517fc2019-01-28 11:14:33 -0800621void
622lpfc_sli4_if6_write_cq_db(struct lpfc_hba *phba, struct lpfc_queue *q,
623 uint32_t count, bool arm)
James Smart27d6ac02018-02-22 08:18:42 -0800624{
James Smart27d6ac02018-02-22 08:18:42 -0800625 struct lpfc_register doorbell;
626
627 /* sanity check on queue memory */
James Smart32517fc2019-01-28 11:14:33 -0800628 if (unlikely(!q || (count == 0 && !arm)))
629 return;
James Smart27d6ac02018-02-22 08:18:42 -0800630
631 /* ring doorbell for number popped */
632 doorbell.word0 = 0;
633 if (arm)
634 bf_set(lpfc_if6_cq_doorbell_arm, &doorbell, 1);
James Smart32517fc2019-01-28 11:14:33 -0800635 bf_set(lpfc_if6_cq_doorbell_num_released, &doorbell, count);
James Smart27d6ac02018-02-22 08:18:42 -0800636 bf_set(lpfc_if6_cq_doorbell_cqid, &doorbell, q->queue_id);
637 writel(doorbell.word0, q->phba->sli4_hba.CQDBregaddr);
James Smart27d6ac02018-02-22 08:18:42 -0800638}
639
640/**
James Smart4f774512009-05-22 14:52:35 -0400641 * lpfc_sli4_rq_put - Put a Receive Buffer Queue Entry on a Receive Queue
642 * @q: The Header Receive Queue to operate on.
643 * @wqe: The Receive Queue Entry to put on the Receive queue.
644 *
645 * This routine will copy the contents of @wqe to the next available entry on
646 * the @q. This function will then ring the Receive Queue Doorbell to signal the
647 * HBA to start processing the Receive Queue Entry. This function returns the
648 * index that the rqe was copied to if successful. If no entries are available
649 * on @q then this function will return -ENOMEM.
650 * The caller is expected to hold the hbalock when calling this routine.
651 **/
James Smart895427b2017-02-12 13:52:30 -0800652int
James Smart4f774512009-05-22 14:52:35 -0400653lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
654 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe)
655{
James Smart2e90f4b2011-12-13 13:22:37 -0500656 struct lpfc_rqe *temp_hrqe;
657 struct lpfc_rqe *temp_drqe;
James Smart4f774512009-05-22 14:52:35 -0400658 struct lpfc_register doorbell;
James Smartcbc5de12017-12-08 17:18:04 -0800659 int hq_put_index;
660 int dq_put_index;
James Smart4f774512009-05-22 14:52:35 -0400661
James Smart2e90f4b2011-12-13 13:22:37 -0500662 /* sanity check on queue memory */
663 if (unlikely(!hq) || unlikely(!dq))
664 return -ENOMEM;
James Smartcbc5de12017-12-08 17:18:04 -0800665 hq_put_index = hq->host_index;
666 dq_put_index = dq->host_index;
James Smart9afbee32019-03-12 16:30:28 -0700667 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index);
668 temp_drqe = lpfc_sli4_qe(dq, dq_put_index);
James Smart2e90f4b2011-12-13 13:22:37 -0500669
James Smart4f774512009-05-22 14:52:35 -0400670 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ)
671 return -EINVAL;
James Smartcbc5de12017-12-08 17:18:04 -0800672 if (hq_put_index != dq_put_index)
James Smart4f774512009-05-22 14:52:35 -0400673 return -EINVAL;
674 /* If the host has not yet processed the next entry then we are done */
James Smartcbc5de12017-12-08 17:18:04 -0800675 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index)
James Smart4f774512009-05-22 14:52:35 -0400676 return -EBUSY;
James Smart48f8fdb2018-05-04 20:37:51 -0700677 lpfc_sli4_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size);
678 lpfc_sli4_pcimem_bcopy(drqe, temp_drqe, dq->entry_size);
James Smart4f774512009-05-22 14:52:35 -0400679
680 /* Update the host index to point to the next slot */
James Smartcbc5de12017-12-08 17:18:04 -0800681 hq->host_index = ((hq_put_index + 1) % hq->entry_count);
682 dq->host_index = ((dq_put_index + 1) % dq->entry_count);
James Smart61f3d4b2017-05-15 15:20:41 -0700683 hq->RQ_buf_posted++;
James Smart4f774512009-05-22 14:52:35 -0400684
685 /* Ring The Header Receive Queue Doorbell */
James Smart32517fc2019-01-28 11:14:33 -0800686 if (!(hq->host_index % hq->notify_interval)) {
James Smart4f774512009-05-22 14:52:35 -0400687 doorbell.word0 = 0;
James Smart962bc512013-01-03 15:44:00 -0500688 if (hq->db_format == LPFC_DB_RING_FORMAT) {
689 bf_set(lpfc_rq_db_ring_fm_num_posted, &doorbell,
James Smart32517fc2019-01-28 11:14:33 -0800690 hq->notify_interval);
James Smart962bc512013-01-03 15:44:00 -0500691 bf_set(lpfc_rq_db_ring_fm_id, &doorbell, hq->queue_id);
692 } else if (hq->db_format == LPFC_DB_LIST_FORMAT) {
693 bf_set(lpfc_rq_db_list_fm_num_posted, &doorbell,
James Smart32517fc2019-01-28 11:14:33 -0800694 hq->notify_interval);
James Smart962bc512013-01-03 15:44:00 -0500695 bf_set(lpfc_rq_db_list_fm_index, &doorbell,
696 hq->host_index);
697 bf_set(lpfc_rq_db_list_fm_id, &doorbell, hq->queue_id);
698 } else {
699 return -EINVAL;
700 }
701 writel(doorbell.word0, hq->db_regaddr);
James Smart4f774512009-05-22 14:52:35 -0400702 }
James Smartcbc5de12017-12-08 17:18:04 -0800703 return hq_put_index;
James Smart4f774512009-05-22 14:52:35 -0400704}
705
706/**
707 * lpfc_sli4_rq_release - Updates internal hba index for RQ
708 * @q: The Header Receive Queue to operate on.
709 *
710 * This routine will update the HBA index of a queue to reflect consumption of
711 * one Receive Queue Entry by the HBA. When the HBA indicates that it has
712 * consumed an entry the host calls this function to update the queue's
713 * internal pointers. This routine returns the number of entries that were
714 * consumed by the HBA.
715 **/
716static uint32_t
717lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq)
718{
James Smart2e90f4b2011-12-13 13:22:37 -0500719 /* sanity check on queue memory */
720 if (unlikely(!hq) || unlikely(!dq))
721 return 0;
722
James Smart4f774512009-05-22 14:52:35 -0400723 if ((hq->type != LPFC_HRQ) || (dq->type != LPFC_DRQ))
724 return 0;
725 hq->hba_index = ((hq->hba_index + 1) % hq->entry_count);
726 dq->hba_index = ((dq->hba_index + 1) % dq->entry_count);
727 return 1;
728}
729
James Smarte59058c2008-08-24 21:49:00 -0400730/**
James Smart3621a712009-04-06 18:47:14 -0400731 * lpfc_cmd_iocb - Get next command iocb entry in the ring
James Smarte59058c2008-08-24 21:49:00 -0400732 * @phba: Pointer to HBA context object.
733 * @pring: Pointer to driver SLI ring object.
734 *
735 * This function returns pointer to next command iocb entry
736 * in the command ring. The caller must hold hbalock to prevent
737 * other threads consume the next command iocb.
738 * SLI-2/SLI-3 provide different sized iocbs.
739 **/
James Smarted957682007-06-17 19:56:37 -0500740static inline IOCB_t *
741lpfc_cmd_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
742{
James Smart7e56aa22012-08-03 12:35:34 -0400743 return (IOCB_t *) (((char *) pring->sli.sli3.cmdringaddr) +
744 pring->sli.sli3.cmdidx * phba->iocb_cmd_size);
James Smarted957682007-06-17 19:56:37 -0500745}
746
James Smarte59058c2008-08-24 21:49:00 -0400747/**
James Smart3621a712009-04-06 18:47:14 -0400748 * lpfc_resp_iocb - Get next response iocb entry in the ring
James Smarte59058c2008-08-24 21:49:00 -0400749 * @phba: Pointer to HBA context object.
750 * @pring: Pointer to driver SLI ring object.
751 *
752 * This function returns pointer to next response iocb entry
753 * in the response ring. The caller must hold hbalock to make sure
754 * that no other thread consume the next response iocb.
755 * SLI-2/SLI-3 provide different sized iocbs.
756 **/
James Smarted957682007-06-17 19:56:37 -0500757static inline IOCB_t *
758lpfc_resp_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
759{
James Smart7e56aa22012-08-03 12:35:34 -0400760 return (IOCB_t *) (((char *) pring->sli.sli3.rspringaddr) +
761 pring->sli.sli3.rspidx * phba->iocb_rsp_size);
James Smarted957682007-06-17 19:56:37 -0500762}
763
James Smarte59058c2008-08-24 21:49:00 -0400764/**
James Smart3621a712009-04-06 18:47:14 -0400765 * __lpfc_sli_get_iocbq - Allocates an iocb object from iocb pool
James Smarte59058c2008-08-24 21:49:00 -0400766 * @phba: Pointer to HBA context object.
767 *
768 * This function is called with hbalock held. This function
769 * allocates a new driver iocb object from the iocb pool. If the
770 * allocation is successful, it returns pointer to the newly
771 * allocated iocb object else it returns NULL.
772 **/
James Smart4f2e66c2012-05-09 21:17:07 -0400773struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -0500774__lpfc_sli_get_iocbq(struct lpfc_hba *phba)
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -0400775{
776 struct list_head *lpfc_iocb_list = &phba->lpfc_iocb_list;
777 struct lpfc_iocbq * iocbq = NULL;
778
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +0100779 lockdep_assert_held(&phba->hbalock);
780
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -0400781 list_remove_head(lpfc_iocb_list, iocbq, struct lpfc_iocbq, list);
James Smart2a9bf3d2010-06-07 15:24:45 -0400782 if (iocbq)
783 phba->iocb_cnt++;
784 if (phba->iocb_cnt > phba->iocb_max)
785 phba->iocb_max = phba->iocb_cnt;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -0400786 return iocbq;
787}
788
James Smarte59058c2008-08-24 21:49:00 -0400789/**
James Smartda0436e2009-05-22 14:51:39 -0400790 * __lpfc_clear_active_sglq - Remove the active sglq for this XRI.
791 * @phba: Pointer to HBA context object.
792 * @xritag: XRI value.
793 *
794 * This function clears the sglq pointer from the array of acive
795 * sglq's. The xritag that is passed in is used to index into the
796 * array. Before the xritag can be used it needs to be adjusted
797 * by subtracting the xribase.
798 *
799 * Returns sglq ponter = success, NULL = Failure.
800 **/
James Smart895427b2017-02-12 13:52:30 -0800801struct lpfc_sglq *
James Smartda0436e2009-05-22 14:51:39 -0400802__lpfc_clear_active_sglq(struct lpfc_hba *phba, uint16_t xritag)
803{
James Smartda0436e2009-05-22 14:51:39 -0400804 struct lpfc_sglq *sglq;
James Smart6d368e52011-05-24 11:44:12 -0400805
806 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag];
807 phba->sli4_hba.lpfc_sglq_active_list[xritag] = NULL;
James Smartda0436e2009-05-22 14:51:39 -0400808 return sglq;
809}
810
811/**
812 * __lpfc_get_active_sglq - Get the active sglq for this XRI.
813 * @phba: Pointer to HBA context object.
814 * @xritag: XRI value.
815 *
816 * This function returns the sglq pointer from the array of acive
817 * sglq's. The xritag that is passed in is used to index into the
818 * array. Before the xritag can be used it needs to be adjusted
819 * by subtracting the xribase.
820 *
821 * Returns sglq ponter = success, NULL = Failure.
822 **/
James Smart0f65ff62010-02-26 14:14:23 -0500823struct lpfc_sglq *
James Smartda0436e2009-05-22 14:51:39 -0400824__lpfc_get_active_sglq(struct lpfc_hba *phba, uint16_t xritag)
825{
James Smartda0436e2009-05-22 14:51:39 -0400826 struct lpfc_sglq *sglq;
James Smart6d368e52011-05-24 11:44:12 -0400827
828 sglq = phba->sli4_hba.lpfc_sglq_active_list[xritag];
James Smartda0436e2009-05-22 14:51:39 -0400829 return sglq;
830}
831
832/**
James Smart1151e3e2011-02-16 12:39:35 -0500833 * lpfc_clr_rrq_active - Clears RRQ active bit in xri_bitmap.
James Smart19ca7602010-11-20 23:11:55 -0500834 * @phba: Pointer to HBA context object.
835 * @xritag: xri used in this exchange.
836 * @rrq: The RRQ to be cleared.
837 *
James Smart19ca7602010-11-20 23:11:55 -0500838 **/
James Smart1151e3e2011-02-16 12:39:35 -0500839void
840lpfc_clr_rrq_active(struct lpfc_hba *phba,
841 uint16_t xritag,
842 struct lpfc_node_rrq *rrq)
James Smart19ca7602010-11-20 23:11:55 -0500843{
James Smart1151e3e2011-02-16 12:39:35 -0500844 struct lpfc_nodelist *ndlp = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500845
James Smart1151e3e2011-02-16 12:39:35 -0500846 if ((rrq->vport) && NLP_CHK_NODE_ACT(rrq->ndlp))
847 ndlp = lpfc_findnode_did(rrq->vport, rrq->nlp_DID);
James Smart19ca7602010-11-20 23:11:55 -0500848
849 /* The target DID could have been swapped (cable swap)
850 * we should use the ndlp from the findnode if it is
851 * available.
852 */
James Smart1151e3e2011-02-16 12:39:35 -0500853 if ((!ndlp) && rrq->ndlp)
James Smart19ca7602010-11-20 23:11:55 -0500854 ndlp = rrq->ndlp;
855
James Smart1151e3e2011-02-16 12:39:35 -0500856 if (!ndlp)
857 goto out;
858
James Smartcff261f2013-12-17 20:29:47 -0500859 if (test_and_clear_bit(xritag, ndlp->active_rrqs_xri_bitmap)) {
James Smart19ca7602010-11-20 23:11:55 -0500860 rrq->send_rrq = 0;
861 rrq->xritag = 0;
862 rrq->rrq_stop_time = 0;
863 }
James Smart1151e3e2011-02-16 12:39:35 -0500864out:
James Smart19ca7602010-11-20 23:11:55 -0500865 mempool_free(rrq, phba->rrq_pool);
866}
867
868/**
869 * lpfc_handle_rrq_active - Checks if RRQ has waithed RATOV.
870 * @phba: Pointer to HBA context object.
871 *
872 * This function is called with hbalock held. This function
873 * Checks if stop_time (ratov from setting rrq active) has
874 * been reached, if it has and the send_rrq flag is set then
875 * it will call lpfc_send_rrq. If the send_rrq flag is not set
876 * then it will just call the routine to clear the rrq and
877 * free the rrq resource.
878 * The timer is set to the next rrq that is going to expire before
879 * leaving the routine.
880 *
881 **/
882void
883lpfc_handle_rrq_active(struct lpfc_hba *phba)
884{
885 struct lpfc_node_rrq *rrq;
886 struct lpfc_node_rrq *nextrrq;
887 unsigned long next_time;
888 unsigned long iflags;
James Smart1151e3e2011-02-16 12:39:35 -0500889 LIST_HEAD(send_rrq);
James Smart19ca7602010-11-20 23:11:55 -0500890
891 spin_lock_irqsave(&phba->hbalock, iflags);
892 phba->hba_flag &= ~HBA_RRQ_ACTIVE;
James Smart256ec0d2013-04-17 20:14:58 -0400893 next_time = jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov + 1));
James Smart19ca7602010-11-20 23:11:55 -0500894 list_for_each_entry_safe(rrq, nextrrq,
James Smart1151e3e2011-02-16 12:39:35 -0500895 &phba->active_rrq_list, list) {
896 if (time_after(jiffies, rrq->rrq_stop_time))
897 list_move(&rrq->list, &send_rrq);
898 else if (time_before(rrq->rrq_stop_time, next_time))
James Smart19ca7602010-11-20 23:11:55 -0500899 next_time = rrq->rrq_stop_time;
900 }
901 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart06918ac2014-02-20 09:57:57 -0500902 if ((!list_empty(&phba->active_rrq_list)) &&
903 (!(phba->pport->load_flag & FC_UNLOADING)))
James Smart19ca7602010-11-20 23:11:55 -0500904 mod_timer(&phba->rrq_tmr, next_time);
James Smart1151e3e2011-02-16 12:39:35 -0500905 list_for_each_entry_safe(rrq, nextrrq, &send_rrq, list) {
906 list_del(&rrq->list);
Bart Van Asscheffd43812019-03-28 11:06:17 -0700907 if (!rrq->send_rrq) {
James Smart1151e3e2011-02-16 12:39:35 -0500908 /* this call will free the rrq */
Bart Van Asscheffd43812019-03-28 11:06:17 -0700909 lpfc_clr_rrq_active(phba, rrq->xritag, rrq);
910 } else if (lpfc_send_rrq(phba, rrq)) {
James Smart1151e3e2011-02-16 12:39:35 -0500911 /* if we send the rrq then the completion handler
912 * will clear the bit in the xribitmap.
913 */
914 lpfc_clr_rrq_active(phba, rrq->xritag,
915 rrq);
916 }
917 }
James Smart19ca7602010-11-20 23:11:55 -0500918}
919
920/**
921 * lpfc_get_active_rrq - Get the active RRQ for this exchange.
922 * @vport: Pointer to vport context object.
923 * @xri: The xri used in the exchange.
924 * @did: The targets DID for this exchange.
925 *
926 * returns NULL = rrq not found in the phba->active_rrq_list.
927 * rrq = rrq for this xri and target.
928 **/
929struct lpfc_node_rrq *
930lpfc_get_active_rrq(struct lpfc_vport *vport, uint16_t xri, uint32_t did)
931{
932 struct lpfc_hba *phba = vport->phba;
933 struct lpfc_node_rrq *rrq;
934 struct lpfc_node_rrq *nextrrq;
935 unsigned long iflags;
936
937 if (phba->sli_rev != LPFC_SLI_REV4)
938 return NULL;
939 spin_lock_irqsave(&phba->hbalock, iflags);
940 list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list) {
941 if (rrq->vport == vport && rrq->xritag == xri &&
942 rrq->nlp_DID == did){
943 list_del(&rrq->list);
944 spin_unlock_irqrestore(&phba->hbalock, iflags);
945 return rrq;
946 }
947 }
948 spin_unlock_irqrestore(&phba->hbalock, iflags);
949 return NULL;
950}
951
952/**
953 * lpfc_cleanup_vports_rrqs - Remove and clear the active RRQ for this vport.
954 * @vport: Pointer to vport context object.
James Smart1151e3e2011-02-16 12:39:35 -0500955 * @ndlp: Pointer to the lpfc_node_list structure.
956 * If ndlp is NULL Remove all active RRQs for this vport from the
957 * phba->active_rrq_list and clear the rrq.
958 * If ndlp is not NULL then only remove rrqs for this vport & this ndlp.
James Smart19ca7602010-11-20 23:11:55 -0500959 **/
960void
James Smart1151e3e2011-02-16 12:39:35 -0500961lpfc_cleanup_vports_rrqs(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smart19ca7602010-11-20 23:11:55 -0500962
963{
964 struct lpfc_hba *phba = vport->phba;
965 struct lpfc_node_rrq *rrq;
966 struct lpfc_node_rrq *nextrrq;
967 unsigned long iflags;
James Smart1151e3e2011-02-16 12:39:35 -0500968 LIST_HEAD(rrq_list);
James Smart19ca7602010-11-20 23:11:55 -0500969
970 if (phba->sli_rev != LPFC_SLI_REV4)
971 return;
James Smart1151e3e2011-02-16 12:39:35 -0500972 if (!ndlp) {
973 lpfc_sli4_vport_delete_els_xri_aborted(vport);
974 lpfc_sli4_vport_delete_fcp_xri_aborted(vport);
James Smart19ca7602010-11-20 23:11:55 -0500975 }
James Smart1151e3e2011-02-16 12:39:35 -0500976 spin_lock_irqsave(&phba->hbalock, iflags);
977 list_for_each_entry_safe(rrq, nextrrq, &phba->active_rrq_list, list)
978 if ((rrq->vport == vport) && (!ndlp || rrq->ndlp == ndlp))
979 list_move(&rrq->list, &rrq_list);
James Smart19ca7602010-11-20 23:11:55 -0500980 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart1151e3e2011-02-16 12:39:35 -0500981
982 list_for_each_entry_safe(rrq, nextrrq, &rrq_list, list) {
983 list_del(&rrq->list);
984 lpfc_clr_rrq_active(phba, rrq->xritag, rrq);
985 }
James Smart19ca7602010-11-20 23:11:55 -0500986}
987
988/**
James Smart1151e3e2011-02-16 12:39:35 -0500989 * lpfc_test_rrq_active - Test RRQ bit in xri_bitmap.
James Smart19ca7602010-11-20 23:11:55 -0500990 * @phba: Pointer to HBA context object.
991 * @ndlp: Targets nodelist pointer for this exchange.
992 * @xritag the xri in the bitmap to test.
993 *
James Smarte2a8be52019-05-06 17:26:47 -0700994 * This function returns:
995 * 0 = rrq not active for this xri
996 * 1 = rrq is valid for this xri.
James Smart19ca7602010-11-20 23:11:55 -0500997 **/
James Smart1151e3e2011-02-16 12:39:35 -0500998int
999lpfc_test_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp,
James Smart19ca7602010-11-20 23:11:55 -05001000 uint16_t xritag)
1001{
James Smart19ca7602010-11-20 23:11:55 -05001002 if (!ndlp)
1003 return 0;
James Smartcff261f2013-12-17 20:29:47 -05001004 if (!ndlp->active_rrqs_xri_bitmap)
1005 return 0;
1006 if (test_bit(xritag, ndlp->active_rrqs_xri_bitmap))
Colin Ian King258f84f2019-02-12 15:29:45 +00001007 return 1;
James Smart19ca7602010-11-20 23:11:55 -05001008 else
1009 return 0;
1010}
1011
1012/**
1013 * lpfc_set_rrq_active - set RRQ active bit in xri_bitmap.
1014 * @phba: Pointer to HBA context object.
1015 * @ndlp: nodelist pointer for this target.
1016 * @xritag: xri used in this exchange.
1017 * @rxid: Remote Exchange ID.
1018 * @send_rrq: Flag used to determine if we should send rrq els cmd.
1019 *
1020 * This function takes the hbalock.
1021 * The active bit is always set in the active rrq xri_bitmap even
1022 * if there is no slot avaiable for the other rrq information.
1023 *
1024 * returns 0 rrq actived for this xri
1025 * < 0 No memory or invalid ndlp.
1026 **/
1027int
1028lpfc_set_rrq_active(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp,
James Smartb42c07c2012-01-18 16:25:55 -05001029 uint16_t xritag, uint16_t rxid, uint16_t send_rrq)
James Smart19ca7602010-11-20 23:11:55 -05001030{
James Smart19ca7602010-11-20 23:11:55 -05001031 unsigned long iflags;
James Smartb42c07c2012-01-18 16:25:55 -05001032 struct lpfc_node_rrq *rrq;
1033 int empty;
1034
1035 if (!ndlp)
1036 return -EINVAL;
1037
1038 if (!phba->cfg_enable_rrq)
1039 return -EINVAL;
James Smart19ca7602010-11-20 23:11:55 -05001040
1041 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartb42c07c2012-01-18 16:25:55 -05001042 if (phba->pport->load_flag & FC_UNLOADING) {
1043 phba->hba_flag &= ~HBA_RRQ_ACTIVE;
1044 goto out;
1045 }
1046
1047 /*
1048 * set the active bit even if there is no mem available.
1049 */
1050 if (NLP_CHK_FREE_REQ(ndlp))
1051 goto out;
1052
1053 if (ndlp->vport && (ndlp->vport->load_flag & FC_UNLOADING))
1054 goto out;
1055
James Smartcff261f2013-12-17 20:29:47 -05001056 if (!ndlp->active_rrqs_xri_bitmap)
1057 goto out;
1058
1059 if (test_and_set_bit(xritag, ndlp->active_rrqs_xri_bitmap))
James Smartb42c07c2012-01-18 16:25:55 -05001060 goto out;
1061
James Smart19ca7602010-11-20 23:11:55 -05001062 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smartb42c07c2012-01-18 16:25:55 -05001063 rrq = mempool_alloc(phba->rrq_pool, GFP_KERNEL);
1064 if (!rrq) {
1065 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
1066 "3155 Unable to allocate RRQ xri:0x%x rxid:0x%x"
1067 " DID:0x%x Send:%d\n",
1068 xritag, rxid, ndlp->nlp_DID, send_rrq);
1069 return -EINVAL;
1070 }
James Smarte5771b42013-03-01 16:37:14 -05001071 if (phba->cfg_enable_rrq == 1)
1072 rrq->send_rrq = send_rrq;
1073 else
1074 rrq->send_rrq = 0;
James Smartb42c07c2012-01-18 16:25:55 -05001075 rrq->xritag = xritag;
James Smart256ec0d2013-04-17 20:14:58 -04001076 rrq->rrq_stop_time = jiffies +
1077 msecs_to_jiffies(1000 * (phba->fc_ratov + 1));
James Smartb42c07c2012-01-18 16:25:55 -05001078 rrq->ndlp = ndlp;
1079 rrq->nlp_DID = ndlp->nlp_DID;
1080 rrq->vport = ndlp->vport;
1081 rrq->rxid = rxid;
James Smartb42c07c2012-01-18 16:25:55 -05001082 spin_lock_irqsave(&phba->hbalock, iflags);
1083 empty = list_empty(&phba->active_rrq_list);
1084 list_add_tail(&rrq->list, &phba->active_rrq_list);
1085 phba->hba_flag |= HBA_RRQ_ACTIVE;
1086 if (empty)
1087 lpfc_worker_wake_up(phba);
1088 spin_unlock_irqrestore(&phba->hbalock, iflags);
1089 return 0;
1090out:
1091 spin_unlock_irqrestore(&phba->hbalock, iflags);
1092 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
1093 "2921 Can't set rrq active xri:0x%x rxid:0x%x"
1094 " DID:0x%x Send:%d\n",
1095 xritag, rxid, ndlp->nlp_DID, send_rrq);
1096 return -EINVAL;
James Smart19ca7602010-11-20 23:11:55 -05001097}
1098
1099/**
James Smart895427b2017-02-12 13:52:30 -08001100 * __lpfc_sli_get_els_sglq - Allocates an iocb object from sgl pool
James Smartda0436e2009-05-22 14:51:39 -04001101 * @phba: Pointer to HBA context object.
James Smart19ca7602010-11-20 23:11:55 -05001102 * @piocb: Pointer to the iocbq.
James Smartda0436e2009-05-22 14:51:39 -04001103 *
James Smarte2a8be52019-05-06 17:26:47 -07001104 * The driver calls this function with either the nvme ls ring lock
1105 * or the fc els ring lock held depending on the iocb usage. This function
1106 * gets a new driver sglq object from the sglq list. If the list is not empty
1107 * then it is successful, it returns pointer to the newly allocated sglq
1108 * object else it returns NULL.
James Smartda0436e2009-05-22 14:51:39 -04001109 **/
1110static struct lpfc_sglq *
James Smart895427b2017-02-12 13:52:30 -08001111__lpfc_sli_get_els_sglq(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq)
James Smartda0436e2009-05-22 14:51:39 -04001112{
James Smart895427b2017-02-12 13:52:30 -08001113 struct list_head *lpfc_els_sgl_list = &phba->sli4_hba.lpfc_els_sgl_list;
James Smartda0436e2009-05-22 14:51:39 -04001114 struct lpfc_sglq *sglq = NULL;
James Smart19ca7602010-11-20 23:11:55 -05001115 struct lpfc_sglq *start_sglq = NULL;
James Smartc4908502019-01-28 11:14:28 -08001116 struct lpfc_io_buf *lpfc_cmd;
James Smart19ca7602010-11-20 23:11:55 -05001117 struct lpfc_nodelist *ndlp;
James Smarte2a8be52019-05-06 17:26:47 -07001118 struct lpfc_sli_ring *pring = NULL;
James Smart19ca7602010-11-20 23:11:55 -05001119 int found = 0;
1120
James Smarte2a8be52019-05-06 17:26:47 -07001121 if (piocbq->iocb_flag & LPFC_IO_NVME_LS)
1122 pring = phba->sli4_hba.nvmels_wq->pring;
1123 else
1124 pring = lpfc_phba_elsring(phba);
1125
1126 lockdep_assert_held(&pring->ring_lock);
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001127
James Smart19ca7602010-11-20 23:11:55 -05001128 if (piocbq->iocb_flag & LPFC_IO_FCP) {
James Smartc4908502019-01-28 11:14:28 -08001129 lpfc_cmd = (struct lpfc_io_buf *) piocbq->context1;
James Smart19ca7602010-11-20 23:11:55 -05001130 ndlp = lpfc_cmd->rdata->pnode;
James Smartbe858b62010-12-15 17:57:20 -05001131 } else if ((piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) &&
James Smart6c7cf482015-04-07 15:07:25 -04001132 !(piocbq->iocb_flag & LPFC_IO_LIBDFC)) {
James Smart19ca7602010-11-20 23:11:55 -05001133 ndlp = piocbq->context_un.ndlp;
James Smart6c7cf482015-04-07 15:07:25 -04001134 } else if (piocbq->iocb_flag & LPFC_IO_LIBDFC) {
1135 if (piocbq->iocb_flag & LPFC_IO_LOOPBACK)
1136 ndlp = NULL;
1137 else
1138 ndlp = piocbq->context_un.ndlp;
1139 } else {
James Smart19ca7602010-11-20 23:11:55 -05001140 ndlp = piocbq->context1;
James Smart6c7cf482015-04-07 15:07:25 -04001141 }
James Smart19ca7602010-11-20 23:11:55 -05001142
James Smart895427b2017-02-12 13:52:30 -08001143 spin_lock(&phba->sli4_hba.sgl_list_lock);
1144 list_remove_head(lpfc_els_sgl_list, sglq, struct lpfc_sglq, list);
James Smart19ca7602010-11-20 23:11:55 -05001145 start_sglq = sglq;
1146 while (!found) {
1147 if (!sglq)
James Smartd11f54b2017-03-04 09:30:24 -08001148 break;
James Smart895427b2017-02-12 13:52:30 -08001149 if (ndlp && ndlp->active_rrqs_xri_bitmap &&
1150 test_bit(sglq->sli4_lxritag,
1151 ndlp->active_rrqs_xri_bitmap)) {
James Smart19ca7602010-11-20 23:11:55 -05001152 /* This xri has an rrq outstanding for this DID.
1153 * put it back in the list and get another xri.
1154 */
James Smart895427b2017-02-12 13:52:30 -08001155 list_add_tail(&sglq->list, lpfc_els_sgl_list);
James Smart19ca7602010-11-20 23:11:55 -05001156 sglq = NULL;
James Smart895427b2017-02-12 13:52:30 -08001157 list_remove_head(lpfc_els_sgl_list, sglq,
James Smart19ca7602010-11-20 23:11:55 -05001158 struct lpfc_sglq, list);
1159 if (sglq == start_sglq) {
James Smart14041bd2017-06-01 21:07:01 -07001160 list_add_tail(&sglq->list, lpfc_els_sgl_list);
James Smart19ca7602010-11-20 23:11:55 -05001161 sglq = NULL;
1162 break;
1163 } else
1164 continue;
1165 }
1166 sglq->ndlp = ndlp;
1167 found = 1;
James Smart6d368e52011-05-24 11:44:12 -04001168 phba->sli4_hba.lpfc_sglq_active_list[sglq->sli4_lxritag] = sglq;
James Smart19ca7602010-11-20 23:11:55 -05001169 sglq->state = SGL_ALLOCATED;
1170 }
James Smart895427b2017-02-12 13:52:30 -08001171 spin_unlock(&phba->sli4_hba.sgl_list_lock);
James Smartda0436e2009-05-22 14:51:39 -04001172 return sglq;
1173}
1174
1175/**
James Smartf358dd02017-02-12 13:52:34 -08001176 * __lpfc_sli_get_nvmet_sglq - Allocates an iocb object from sgl pool
1177 * @phba: Pointer to HBA context object.
1178 * @piocb: Pointer to the iocbq.
1179 *
1180 * This function is called with the sgl_list lock held. This function
1181 * gets a new driver sglq object from the sglq list. If the
1182 * list is not empty then it is successful, it returns pointer to the newly
1183 * allocated sglq object else it returns NULL.
1184 **/
1185struct lpfc_sglq *
1186__lpfc_sli_get_nvmet_sglq(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq)
1187{
1188 struct list_head *lpfc_nvmet_sgl_list;
1189 struct lpfc_sglq *sglq = NULL;
1190
1191 lpfc_nvmet_sgl_list = &phba->sli4_hba.lpfc_nvmet_sgl_list;
1192
1193 lockdep_assert_held(&phba->sli4_hba.sgl_list_lock);
1194
1195 list_remove_head(lpfc_nvmet_sgl_list, sglq, struct lpfc_sglq, list);
1196 if (!sglq)
1197 return NULL;
1198 phba->sli4_hba.lpfc_sglq_active_list[sglq->sli4_lxritag] = sglq;
1199 sglq->state = SGL_ALLOCATED;
dea31012005-04-17 16:05:31 -05001200 return sglq;
1201}
1202
James Smarte59058c2008-08-24 21:49:00 -04001203/**
James Smart3621a712009-04-06 18:47:14 -04001204 * lpfc_sli_get_iocbq - Allocates an iocb object from iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001205 * @phba: Pointer to HBA context object.
1206 *
1207 * This function is called with no lock held. This function
1208 * allocates a new driver iocb object from the iocb pool. If the
1209 * allocation is successful, it returns pointer to the newly
1210 * allocated iocb object else it returns NULL.
1211 **/
James Smart2e0fef82007-06-17 19:56:36 -05001212struct lpfc_iocbq *
1213lpfc_sli_get_iocbq(struct lpfc_hba *phba)
James Bottomley604a3e32005-10-29 10:28:33 -05001214{
James Smart2e0fef82007-06-17 19:56:36 -05001215 struct lpfc_iocbq * iocbq = NULL;
1216 unsigned long iflags;
1217
1218 spin_lock_irqsave(&phba->hbalock, iflags);
1219 iocbq = __lpfc_sli_get_iocbq(phba);
1220 spin_unlock_irqrestore(&phba->hbalock, iflags);
1221 return iocbq;
1222}
1223
James Smarte59058c2008-08-24 21:49:00 -04001224/**
James Smart4f774512009-05-22 14:52:35 -04001225 * __lpfc_sli_release_iocbq_s4 - Release iocb to the iocb pool
1226 * @phba: Pointer to HBA context object.
1227 * @iocbq: Pointer to driver iocb object.
1228 *
1229 * This function is called with hbalock held to release driver
1230 * iocb object to the iocb pool. The iotag in the iocb object
1231 * does not change for each use of the iocb object. This function
1232 * clears all other fields of the iocb object when it is freed.
1233 * The sqlq structure that holds the xritag and phys and virtual
1234 * mappings for the scatter gather list is retrieved from the
1235 * active array of sglq. The get of the sglq pointer also clears
1236 * the entry in the array. If the status of the IO indiactes that
1237 * this IO was aborted then the sglq entry it put on the
1238 * lpfc_abts_els_sgl_list until the CQ_ABORTED_XRI is received. If the
1239 * IO has good status or fails for any other reason then the sglq
James Smart895427b2017-02-12 13:52:30 -08001240 * entry is added to the free list (lpfc_els_sgl_list).
James Smart4f774512009-05-22 14:52:35 -04001241 **/
1242static void
1243__lpfc_sli_release_iocbq_s4(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1244{
1245 struct lpfc_sglq *sglq;
1246 size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
James Smart2a9bf3d2010-06-07 15:24:45 -04001247 unsigned long iflag = 0;
James Smart895427b2017-02-12 13:52:30 -08001248 struct lpfc_sli_ring *pring;
James Smart4f774512009-05-22 14:52:35 -04001249
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001250 lockdep_assert_held(&phba->hbalock);
1251
James Smart4f774512009-05-22 14:52:35 -04001252 if (iocbq->sli4_xritag == NO_XRI)
1253 sglq = NULL;
1254 else
James Smart6d368e52011-05-24 11:44:12 -04001255 sglq = __lpfc_clear_active_sglq(phba, iocbq->sli4_lxritag);
1256
James Smart0e9bb8d2013-03-01 16:35:12 -05001257
James Smart4f774512009-05-22 14:52:35 -04001258 if (sglq) {
James Smartf358dd02017-02-12 13:52:34 -08001259 if (iocbq->iocb_flag & LPFC_IO_NVMET) {
1260 spin_lock_irqsave(&phba->sli4_hba.sgl_list_lock,
1261 iflag);
James Smart0f65ff62010-02-26 14:14:23 -05001262 sglq->state = SGL_FREED;
James Smart19ca7602010-11-20 23:11:55 -05001263 sglq->ndlp = NULL;
James Smartfedd3b72011-02-16 12:39:24 -05001264 list_add_tail(&sglq->list,
James Smartf358dd02017-02-12 13:52:34 -08001265 &phba->sli4_hba.lpfc_nvmet_sgl_list);
1266 spin_unlock_irqrestore(
1267 &phba->sli4_hba.sgl_list_lock, iflag);
1268 goto out;
1269 }
1270
James Smart895427b2017-02-12 13:52:30 -08001271 pring = phba->sli4_hba.els_wq->pring;
James Smart4f774512009-05-22 14:52:35 -04001272 if ((iocbq->iocb_flag & LPFC_EXCHANGE_BUSY) &&
1273 (sglq->state != SGL_XRI_ABORTED)) {
James Smart895427b2017-02-12 13:52:30 -08001274 spin_lock_irqsave(&phba->sli4_hba.sgl_list_lock,
1275 iflag);
James Smart341af102010-01-26 23:07:37 -05001276 list_add(&sglq->list,
James Smart895427b2017-02-12 13:52:30 -08001277 &phba->sli4_hba.lpfc_abts_els_sgl_list);
James Smart4f774512009-05-22 14:52:35 -04001278 spin_unlock_irqrestore(
James Smart895427b2017-02-12 13:52:30 -08001279 &phba->sli4_hba.sgl_list_lock, iflag);
James Smart4f774512009-05-22 14:52:35 -04001280 } else {
James Smart895427b2017-02-12 13:52:30 -08001281 spin_lock_irqsave(&phba->sli4_hba.sgl_list_lock,
1282 iflag);
James Smart4f774512009-05-22 14:52:35 -04001283 sglq->state = SGL_FREED;
1284 sglq->ndlp = NULL;
James Smartfedd3b72011-02-16 12:39:24 -05001285 list_add_tail(&sglq->list,
James Smart895427b2017-02-12 13:52:30 -08001286 &phba->sli4_hba.lpfc_els_sgl_list);
1287 spin_unlock_irqrestore(
1288 &phba->sli4_hba.sgl_list_lock, iflag);
James Smart2a9bf3d2010-06-07 15:24:45 -04001289
1290 /* Check if TXQ queue needs to be serviced */
James Smart0e9bb8d2013-03-01 16:35:12 -05001291 if (!list_empty(&pring->txq))
James Smart2a9bf3d2010-06-07 15:24:45 -04001292 lpfc_worker_wake_up(phba);
James Smart0f65ff62010-02-26 14:14:23 -05001293 }
James Smart4f774512009-05-22 14:52:35 -04001294 }
1295
James Smartf358dd02017-02-12 13:52:34 -08001296out:
James Smart4f774512009-05-22 14:52:35 -04001297 /*
1298 * Clean all volatile data fields, preserve iotag and node struct.
1299 */
1300 memset((char *)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean);
James Smart6d368e52011-05-24 11:44:12 -04001301 iocbq->sli4_lxritag = NO_XRI;
James Smart4f774512009-05-22 14:52:35 -04001302 iocbq->sli4_xritag = NO_XRI;
James Smartf358dd02017-02-12 13:52:34 -08001303 iocbq->iocb_flag &= ~(LPFC_IO_NVME | LPFC_IO_NVMET |
1304 LPFC_IO_NVME_LS);
James Smart4f774512009-05-22 14:52:35 -04001305 list_add_tail(&iocbq->list, &phba->lpfc_iocb_list);
1306}
1307
James Smart2a9bf3d2010-06-07 15:24:45 -04001308
James Smart4f774512009-05-22 14:52:35 -04001309/**
James Smart3772a992009-05-22 14:50:54 -04001310 * __lpfc_sli_release_iocbq_s3 - Release iocb to the iocb pool
1311 * @phba: Pointer to HBA context object.
1312 * @iocbq: Pointer to driver iocb object.
1313 *
1314 * This function is called with hbalock held to release driver
1315 * iocb object to the iocb pool. The iotag in the iocb object
1316 * does not change for each use of the iocb object. This function
1317 * clears all other fields of the iocb object when it is freed.
1318 **/
1319static void
1320__lpfc_sli_release_iocbq_s3(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1321{
1322 size_t start_clean = offsetof(struct lpfc_iocbq, iocb);
1323
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001324 lockdep_assert_held(&phba->hbalock);
James Smart0e9bb8d2013-03-01 16:35:12 -05001325
1326 /*
James Smart3772a992009-05-22 14:50:54 -04001327 * Clean all volatile data fields, preserve iotag and node struct.
1328 */
1329 memset((char*)iocbq + start_clean, 0, sizeof(*iocbq) - start_clean);
1330 iocbq->sli4_xritag = NO_XRI;
1331 list_add_tail(&iocbq->list, &phba->lpfc_iocb_list);
1332}
1333
1334/**
James Smart3621a712009-04-06 18:47:14 -04001335 * __lpfc_sli_release_iocbq - Release iocb to the iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001336 * @phba: Pointer to HBA context object.
1337 * @iocbq: Pointer to driver iocb object.
1338 *
1339 * This function is called with hbalock held to release driver
1340 * iocb object to the iocb pool. The iotag in the iocb object
1341 * does not change for each use of the iocb object. This function
1342 * clears all other fields of the iocb object when it is freed.
1343 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001344static void
James Smart2e0fef82007-06-17 19:56:36 -05001345__lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1346{
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001347 lockdep_assert_held(&phba->hbalock);
1348
James Smart3772a992009-05-22 14:50:54 -04001349 phba->__lpfc_sli_release_iocbq(phba, iocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -04001350 phba->iocb_cnt--;
James Bottomley604a3e32005-10-29 10:28:33 -05001351}
1352
James Smarte59058c2008-08-24 21:49:00 -04001353/**
James Smart3621a712009-04-06 18:47:14 -04001354 * lpfc_sli_release_iocbq - Release iocb to the iocb pool
James Smarte59058c2008-08-24 21:49:00 -04001355 * @phba: Pointer to HBA context object.
1356 * @iocbq: Pointer to driver iocb object.
1357 *
1358 * This function is called with no lock held to release the iocb to
1359 * iocb pool.
1360 **/
James Smart2e0fef82007-06-17 19:56:36 -05001361void
1362lpfc_sli_release_iocbq(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
1363{
1364 unsigned long iflags;
1365
1366 /*
1367 * Clean all volatile data fields, preserve iotag and node struct.
1368 */
1369 spin_lock_irqsave(&phba->hbalock, iflags);
1370 __lpfc_sli_release_iocbq(phba, iocbq);
1371 spin_unlock_irqrestore(&phba->hbalock, iflags);
1372}
1373
James Smarte59058c2008-08-24 21:49:00 -04001374/**
James Smarta257bf92009-04-06 18:48:10 -04001375 * lpfc_sli_cancel_iocbs - Cancel all iocbs from a list.
1376 * @phba: Pointer to HBA context object.
1377 * @iocblist: List of IOCBs.
1378 * @ulpstatus: ULP status in IOCB command field.
1379 * @ulpWord4: ULP word-4 in IOCB command field.
1380 *
1381 * This function is called with a list of IOCBs to cancel. It cancels the IOCB
1382 * on the list by invoking the complete callback function associated with the
1383 * IOCB with the provided @ulpstatus and @ulpword4 set to the IOCB commond
1384 * fields.
1385 **/
1386void
1387lpfc_sli_cancel_iocbs(struct lpfc_hba *phba, struct list_head *iocblist,
1388 uint32_t ulpstatus, uint32_t ulpWord4)
1389{
1390 struct lpfc_iocbq *piocb;
1391
1392 while (!list_empty(iocblist)) {
1393 list_remove_head(iocblist, piocb, struct lpfc_iocbq, list);
James Smart84f2ddf2019-08-14 16:56:55 -07001394 if (!piocb->iocb_cmpl) {
1395 if (piocb->iocb_flag & LPFC_IO_NVME)
1396 lpfc_nvme_cancel_iocb(phba, piocb);
1397 else
1398 lpfc_sli_release_iocbq(phba, piocb);
1399 } else {
James Smarta257bf92009-04-06 18:48:10 -04001400 piocb->iocb.ulpStatus = ulpstatus;
1401 piocb->iocb.un.ulpWord[4] = ulpWord4;
1402 (piocb->iocb_cmpl) (phba, piocb, piocb);
1403 }
1404 }
1405 return;
1406}
1407
1408/**
James Smart3621a712009-04-06 18:47:14 -04001409 * lpfc_sli_iocb_cmd_type - Get the iocb type
1410 * @iocb_cmnd: iocb command code.
James Smarte59058c2008-08-24 21:49:00 -04001411 *
1412 * This function is called by ring event handler function to get the iocb type.
1413 * This function translates the iocb command to an iocb command type used to
1414 * decide the final disposition of each completed IOCB.
1415 * The function returns
1416 * LPFC_UNKNOWN_IOCB if it is an unsupported iocb
1417 * LPFC_SOL_IOCB if it is a solicited iocb completion
1418 * LPFC_ABORT_IOCB if it is an abort iocb
1419 * LPFC_UNSOL_IOCB if it is an unsolicited iocb
1420 *
1421 * The caller is not required to hold any lock.
1422 **/
dea31012005-04-17 16:05:31 -05001423static lpfc_iocb_type
1424lpfc_sli_iocb_cmd_type(uint8_t iocb_cmnd)
1425{
1426 lpfc_iocb_type type = LPFC_UNKNOWN_IOCB;
1427
1428 if (iocb_cmnd > CMD_MAX_IOCB_CMD)
1429 return 0;
1430
1431 switch (iocb_cmnd) {
1432 case CMD_XMIT_SEQUENCE_CR:
1433 case CMD_XMIT_SEQUENCE_CX:
1434 case CMD_XMIT_BCAST_CN:
1435 case CMD_XMIT_BCAST_CX:
1436 case CMD_ELS_REQUEST_CR:
1437 case CMD_ELS_REQUEST_CX:
1438 case CMD_CREATE_XRI_CR:
1439 case CMD_CREATE_XRI_CX:
1440 case CMD_GET_RPI_CN:
1441 case CMD_XMIT_ELS_RSP_CX:
1442 case CMD_GET_RPI_CR:
1443 case CMD_FCP_IWRITE_CR:
1444 case CMD_FCP_IWRITE_CX:
1445 case CMD_FCP_IREAD_CR:
1446 case CMD_FCP_IREAD_CX:
1447 case CMD_FCP_ICMND_CR:
1448 case CMD_FCP_ICMND_CX:
James Smartf5603512006-12-02 13:35:43 -05001449 case CMD_FCP_TSEND_CX:
1450 case CMD_FCP_TRSP_CX:
1451 case CMD_FCP_TRECEIVE_CX:
1452 case CMD_FCP_AUTO_TRSP_CX:
dea31012005-04-17 16:05:31 -05001453 case CMD_ADAPTER_MSG:
1454 case CMD_ADAPTER_DUMP:
1455 case CMD_XMIT_SEQUENCE64_CR:
1456 case CMD_XMIT_SEQUENCE64_CX:
1457 case CMD_XMIT_BCAST64_CN:
1458 case CMD_XMIT_BCAST64_CX:
1459 case CMD_ELS_REQUEST64_CR:
1460 case CMD_ELS_REQUEST64_CX:
1461 case CMD_FCP_IWRITE64_CR:
1462 case CMD_FCP_IWRITE64_CX:
1463 case CMD_FCP_IREAD64_CR:
1464 case CMD_FCP_IREAD64_CX:
1465 case CMD_FCP_ICMND64_CR:
1466 case CMD_FCP_ICMND64_CX:
James Smartf5603512006-12-02 13:35:43 -05001467 case CMD_FCP_TSEND64_CX:
1468 case CMD_FCP_TRSP64_CX:
1469 case CMD_FCP_TRECEIVE64_CX:
dea31012005-04-17 16:05:31 -05001470 case CMD_GEN_REQUEST64_CR:
1471 case CMD_GEN_REQUEST64_CX:
1472 case CMD_XMIT_ELS_RSP64_CX:
James Smartda0436e2009-05-22 14:51:39 -04001473 case DSSCMD_IWRITE64_CR:
1474 case DSSCMD_IWRITE64_CX:
1475 case DSSCMD_IREAD64_CR:
1476 case DSSCMD_IREAD64_CX:
dea31012005-04-17 16:05:31 -05001477 type = LPFC_SOL_IOCB;
1478 break;
1479 case CMD_ABORT_XRI_CN:
1480 case CMD_ABORT_XRI_CX:
1481 case CMD_CLOSE_XRI_CN:
1482 case CMD_CLOSE_XRI_CX:
1483 case CMD_XRI_ABORTED_CX:
1484 case CMD_ABORT_MXRI64_CN:
James Smart6669f9b2009-10-02 15:16:45 -04001485 case CMD_XMIT_BLS_RSP64_CX:
dea31012005-04-17 16:05:31 -05001486 type = LPFC_ABORT_IOCB;
1487 break;
1488 case CMD_RCV_SEQUENCE_CX:
1489 case CMD_RCV_ELS_REQ_CX:
1490 case CMD_RCV_SEQUENCE64_CX:
1491 case CMD_RCV_ELS_REQ64_CX:
James Smart57127f12007-10-27 13:37:05 -04001492 case CMD_ASYNC_STATUS:
James Smarted957682007-06-17 19:56:37 -05001493 case CMD_IOCB_RCV_SEQ64_CX:
1494 case CMD_IOCB_RCV_ELS64_CX:
1495 case CMD_IOCB_RCV_CONT64_CX:
James Smart3163f722008-02-08 18:50:25 -05001496 case CMD_IOCB_RET_XRI64_CX:
dea31012005-04-17 16:05:31 -05001497 type = LPFC_UNSOL_IOCB;
1498 break;
James Smart3163f722008-02-08 18:50:25 -05001499 case CMD_IOCB_XMIT_MSEQ64_CR:
1500 case CMD_IOCB_XMIT_MSEQ64_CX:
1501 case CMD_IOCB_RCV_SEQ_LIST64_CX:
1502 case CMD_IOCB_RCV_ELS_LIST64_CX:
1503 case CMD_IOCB_CLOSE_EXTENDED_CN:
1504 case CMD_IOCB_ABORT_EXTENDED_CN:
1505 case CMD_IOCB_RET_HBQE64_CN:
1506 case CMD_IOCB_FCP_IBIDIR64_CR:
1507 case CMD_IOCB_FCP_IBIDIR64_CX:
1508 case CMD_IOCB_FCP_ITASKMGT64_CX:
1509 case CMD_IOCB_LOGENTRY_CN:
1510 case CMD_IOCB_LOGENTRY_ASYNC_CN:
1511 printk("%s - Unhandled SLI-3 Command x%x\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07001512 __func__, iocb_cmnd);
James Smart3163f722008-02-08 18:50:25 -05001513 type = LPFC_UNKNOWN_IOCB;
1514 break;
dea31012005-04-17 16:05:31 -05001515 default:
1516 type = LPFC_UNKNOWN_IOCB;
1517 break;
1518 }
1519
1520 return type;
1521}
1522
James Smarte59058c2008-08-24 21:49:00 -04001523/**
James Smart3621a712009-04-06 18:47:14 -04001524 * lpfc_sli_ring_map - Issue config_ring mbox for all rings
James Smarte59058c2008-08-24 21:49:00 -04001525 * @phba: Pointer to HBA context object.
1526 *
1527 * This function is called from SLI initialization code
1528 * to configure every ring of the HBA's SLI interface. The
1529 * caller is not required to hold any lock. This function issues
1530 * a config_ring mailbox command for each ring.
1531 * This function returns zero if successful else returns a negative
1532 * error code.
1533 **/
dea31012005-04-17 16:05:31 -05001534static int
James Smarted957682007-06-17 19:56:37 -05001535lpfc_sli_ring_map(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05001536{
1537 struct lpfc_sli *psli = &phba->sli;
James Smarted957682007-06-17 19:56:37 -05001538 LPFC_MBOXQ_t *pmb;
1539 MAILBOX_t *pmbox;
1540 int i, rc, ret = 0;
dea31012005-04-17 16:05:31 -05001541
James Smarted957682007-06-17 19:56:37 -05001542 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1543 if (!pmb)
1544 return -ENOMEM;
James Smart04c68492009-05-22 14:52:52 -04001545 pmbox = &pmb->u.mb;
James Smarted957682007-06-17 19:56:37 -05001546 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -05001547 for (i = 0; i < psli->num_rings; i++) {
dea31012005-04-17 16:05:31 -05001548 lpfc_config_ring(phba, i, pmb);
1549 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
1550 if (rc != MBX_SUCCESS) {
James Smart92d7f7b2007-06-17 19:56:38 -05001551 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04001552 "0446 Adapter failed to init (%d), "
dea31012005-04-17 16:05:31 -05001553 "mbxCmd x%x CFG_RING, mbxStatus x%x, "
1554 "ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04001555 rc, pmbox->mbxCommand,
1556 pmbox->mbxStatus, i);
James Smart2e0fef82007-06-17 19:56:36 -05001557 phba->link_state = LPFC_HBA_ERROR;
James Smarted957682007-06-17 19:56:37 -05001558 ret = -ENXIO;
1559 break;
dea31012005-04-17 16:05:31 -05001560 }
1561 }
James Smarted957682007-06-17 19:56:37 -05001562 mempool_free(pmb, phba->mbox_mem_pool);
1563 return ret;
dea31012005-04-17 16:05:31 -05001564}
1565
James Smarte59058c2008-08-24 21:49:00 -04001566/**
James Smart3621a712009-04-06 18:47:14 -04001567 * lpfc_sli_ringtxcmpl_put - Adds new iocb to the txcmplq
James Smarte59058c2008-08-24 21:49:00 -04001568 * @phba: Pointer to HBA context object.
1569 * @pring: Pointer to driver SLI ring object.
1570 * @piocb: Pointer to the driver iocb object.
1571 *
James Smarte2a8be52019-05-06 17:26:47 -07001572 * The driver calls this function with the hbalock held for SLI3 ports or
1573 * the ring lock held for SLI4 ports. The function adds the
James Smarte59058c2008-08-24 21:49:00 -04001574 * new iocb to txcmplq of the given ring. This function always returns
1575 * 0. If this function is called for ELS ring, this function checks if
1576 * there is a vport associated with the ELS command. This function also
1577 * starts els_tmofunc timer if this is an ELS command.
1578 **/
dea31012005-04-17 16:05:31 -05001579static int
James Smart2e0fef82007-06-17 19:56:36 -05001580lpfc_sli_ringtxcmpl_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
1581 struct lpfc_iocbq *piocb)
dea31012005-04-17 16:05:31 -05001582{
James Smarte2a8be52019-05-06 17:26:47 -07001583 if (phba->sli_rev == LPFC_SLI_REV4)
1584 lockdep_assert_held(&pring->ring_lock);
1585 else
1586 lockdep_assert_held(&phba->hbalock);
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001587
Mauricio Faria de Oliveira2319f842016-11-23 10:33:19 -02001588 BUG_ON(!piocb);
Johannes Thumshirn22466da2016-07-29 15:30:56 +02001589
dea31012005-04-17 16:05:31 -05001590 list_add_tail(&piocb->list, &pring->txcmplq);
James Smart4f2e66c2012-05-09 21:17:07 -04001591 piocb->iocb_flag |= LPFC_IO_ON_TXCMPLQ;
James Smartc4908502019-01-28 11:14:28 -08001592 pring->txcmplq_cnt++;
James Smart2a9bf3d2010-06-07 15:24:45 -04001593
James Smart92d7f7b2007-06-17 19:56:38 -05001594 if ((unlikely(pring->ringno == LPFC_ELS_RING)) &&
1595 (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) &&
Mauricio Faria de Oliveira2319f842016-11-23 10:33:19 -02001596 (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) {
1597 BUG_ON(!piocb->vport);
1598 if (!(piocb->vport->load_flag & FC_UNLOADING))
1599 mod_timer(&piocb->vport->els_tmofunc,
1600 jiffies +
1601 msecs_to_jiffies(1000 * (phba->fc_ratov << 1)));
1602 }
dea31012005-04-17 16:05:31 -05001603
James Smart2e0fef82007-06-17 19:56:36 -05001604 return 0;
dea31012005-04-17 16:05:31 -05001605}
1606
James Smarte59058c2008-08-24 21:49:00 -04001607/**
James Smart3621a712009-04-06 18:47:14 -04001608 * lpfc_sli_ringtx_get - Get first element of the txq
James Smarte59058c2008-08-24 21:49:00 -04001609 * @phba: Pointer to HBA context object.
1610 * @pring: Pointer to driver SLI ring object.
1611 *
1612 * This function is called with hbalock held to get next
1613 * iocb in txq of the given ring. If there is any iocb in
1614 * the txq, the function returns first iocb in the list after
1615 * removing the iocb from the list, else it returns NULL.
1616 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04001617struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -05001618lpfc_sli_ringtx_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001619{
dea31012005-04-17 16:05:31 -05001620 struct lpfc_iocbq *cmd_iocb;
1621
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001622 lockdep_assert_held(&phba->hbalock);
1623
James Smart858c9f62007-06-17 19:56:39 -05001624 list_remove_head((&pring->txq), cmd_iocb, struct lpfc_iocbq, list);
James Smart2e0fef82007-06-17 19:56:36 -05001625 return cmd_iocb;
dea31012005-04-17 16:05:31 -05001626}
1627
James Smarte59058c2008-08-24 21:49:00 -04001628/**
James Smart3621a712009-04-06 18:47:14 -04001629 * lpfc_sli_next_iocb_slot - Get next iocb slot in the ring
James Smarte59058c2008-08-24 21:49:00 -04001630 * @phba: Pointer to HBA context object.
1631 * @pring: Pointer to driver SLI ring object.
1632 *
1633 * This function is called with hbalock held and the caller must post the
1634 * iocb without releasing the lock. If the caller releases the lock,
1635 * iocb slot returned by the function is not guaranteed to be available.
1636 * The function returns pointer to the next available iocb slot if there
1637 * is available slot in the ring, else it returns NULL.
1638 * If the get index of the ring is ahead of the put index, the function
1639 * will post an error attention event to the worker thread to take the
1640 * HBA to offline state.
1641 **/
dea31012005-04-17 16:05:31 -05001642static IOCB_t *
1643lpfc_sli_next_iocb_slot (struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
1644{
James Smart34b02dc2008-08-24 21:49:55 -04001645 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
James Smart7e56aa22012-08-03 12:35:34 -04001646 uint32_t max_cmd_idx = pring->sli.sli3.numCiocb;
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001647
1648 lockdep_assert_held(&phba->hbalock);
1649
James Smart7e56aa22012-08-03 12:35:34 -04001650 if ((pring->sli.sli3.next_cmdidx == pring->sli.sli3.cmdidx) &&
1651 (++pring->sli.sli3.next_cmdidx >= max_cmd_idx))
1652 pring->sli.sli3.next_cmdidx = 0;
dea31012005-04-17 16:05:31 -05001653
James Smart7e56aa22012-08-03 12:35:34 -04001654 if (unlikely(pring->sli.sli3.local_getidx ==
1655 pring->sli.sli3.next_cmdidx)) {
dea31012005-04-17 16:05:31 -05001656
James Smart7e56aa22012-08-03 12:35:34 -04001657 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05001658
James Smart7e56aa22012-08-03 12:35:34 -04001659 if (unlikely(pring->sli.sli3.local_getidx >= max_cmd_idx)) {
dea31012005-04-17 16:05:31 -05001660 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04001661 "0315 Ring %d issue: portCmdGet %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02001662 "is bigger than cmd ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04001663 pring->ringno,
James Smart7e56aa22012-08-03 12:35:34 -04001664 pring->sli.sli3.local_getidx,
1665 max_cmd_idx);
dea31012005-04-17 16:05:31 -05001666
James Smart2e0fef82007-06-17 19:56:36 -05001667 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001668 /*
1669 * All error attention handlers are posted to
1670 * worker thread
1671 */
1672 phba->work_ha |= HA_ERATT;
1673 phba->work_hs = HS_FFER3;
James Smart92d7f7b2007-06-17 19:56:38 -05001674
James Smart5e9d9b82008-06-14 22:52:53 -04001675 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05001676
1677 return NULL;
1678 }
1679
James Smart7e56aa22012-08-03 12:35:34 -04001680 if (pring->sli.sli3.local_getidx == pring->sli.sli3.next_cmdidx)
dea31012005-04-17 16:05:31 -05001681 return NULL;
1682 }
1683
James Smarted957682007-06-17 19:56:37 -05001684 return lpfc_cmd_iocb(phba, pring);
dea31012005-04-17 16:05:31 -05001685}
1686
James Smarte59058c2008-08-24 21:49:00 -04001687/**
James Smart3621a712009-04-06 18:47:14 -04001688 * lpfc_sli_next_iotag - Get an iotag for the iocb
James Smarte59058c2008-08-24 21:49:00 -04001689 * @phba: Pointer to HBA context object.
1690 * @iocbq: Pointer to driver iocb object.
1691 *
1692 * This function gets an iotag for the iocb. If there is no unused iotag and
1693 * the iocbq_lookup_len < 0xffff, this function allocates a bigger iotag_lookup
1694 * array and assigns a new iotag.
1695 * The function returns the allocated iotag if successful, else returns zero.
1696 * Zero is not a valid iotag.
1697 * The caller is not required to hold any lock.
1698 **/
James Bottomley604a3e32005-10-29 10:28:33 -05001699uint16_t
James Smart2e0fef82007-06-17 19:56:36 -05001700lpfc_sli_next_iotag(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq)
dea31012005-04-17 16:05:31 -05001701{
James Smart2e0fef82007-06-17 19:56:36 -05001702 struct lpfc_iocbq **new_arr;
1703 struct lpfc_iocbq **old_arr;
James Bottomley604a3e32005-10-29 10:28:33 -05001704 size_t new_len;
1705 struct lpfc_sli *psli = &phba->sli;
1706 uint16_t iotag;
dea31012005-04-17 16:05:31 -05001707
James Smart2e0fef82007-06-17 19:56:36 -05001708 spin_lock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001709 iotag = psli->last_iotag;
1710 if(++iotag < psli->iocbq_lookup_len) {
1711 psli->last_iotag = iotag;
1712 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001713 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001714 iocbq->iotag = iotag;
1715 return iotag;
James Smart2e0fef82007-06-17 19:56:36 -05001716 } else if (psli->iocbq_lookup_len < (0xffff
James Bottomley604a3e32005-10-29 10:28:33 -05001717 - LPFC_IOCBQ_LOOKUP_INCREMENT)) {
1718 new_len = psli->iocbq_lookup_len + LPFC_IOCBQ_LOOKUP_INCREMENT;
James Smart2e0fef82007-06-17 19:56:36 -05001719 spin_unlock_irq(&phba->hbalock);
Kees Cook6396bb22018-06-12 14:03:40 -07001720 new_arr = kcalloc(new_len, sizeof(struct lpfc_iocbq *),
James Bottomley604a3e32005-10-29 10:28:33 -05001721 GFP_KERNEL);
1722 if (new_arr) {
James Smart2e0fef82007-06-17 19:56:36 -05001723 spin_lock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001724 old_arr = psli->iocbq_lookup;
1725 if (new_len <= psli->iocbq_lookup_len) {
1726 /* highly unprobable case */
1727 kfree(new_arr);
1728 iotag = psli->last_iotag;
1729 if(++iotag < psli->iocbq_lookup_len) {
1730 psli->last_iotag = iotag;
1731 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001732 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001733 iocbq->iotag = iotag;
1734 return iotag;
1735 }
James Smart2e0fef82007-06-17 19:56:36 -05001736 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001737 return 0;
1738 }
1739 if (psli->iocbq_lookup)
1740 memcpy(new_arr, old_arr,
1741 ((psli->last_iotag + 1) *
James Smart311464e2007-08-02 11:10:37 -04001742 sizeof (struct lpfc_iocbq *)));
James Bottomley604a3e32005-10-29 10:28:33 -05001743 psli->iocbq_lookup = new_arr;
1744 psli->iocbq_lookup_len = new_len;
1745 psli->last_iotag = iotag;
1746 psli->iocbq_lookup[iotag] = iocbq;
James Smart2e0fef82007-06-17 19:56:36 -05001747 spin_unlock_irq(&phba->hbalock);
James Bottomley604a3e32005-10-29 10:28:33 -05001748 iocbq->iotag = iotag;
1749 kfree(old_arr);
1750 return iotag;
1751 }
James Smart8f6d98d2006-08-01 07:34:00 -04001752 } else
James Smart2e0fef82007-06-17 19:56:36 -05001753 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001754
James Smartbc739052010-08-04 16:11:18 -04001755 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04001756 "0318 Failed to allocate IOTAG.last IOTAG is %d\n",
1757 psli->last_iotag);
dea31012005-04-17 16:05:31 -05001758
James Bottomley604a3e32005-10-29 10:28:33 -05001759 return 0;
dea31012005-04-17 16:05:31 -05001760}
1761
James Smarte59058c2008-08-24 21:49:00 -04001762/**
James Smart3621a712009-04-06 18:47:14 -04001763 * lpfc_sli_submit_iocb - Submit an iocb to the firmware
James Smarte59058c2008-08-24 21:49:00 -04001764 * @phba: Pointer to HBA context object.
1765 * @pring: Pointer to driver SLI ring object.
1766 * @iocb: Pointer to iocb slot in the ring.
1767 * @nextiocb: Pointer to driver iocb object which need to be
1768 * posted to firmware.
1769 *
1770 * This function is called with hbalock held to post a new iocb to
1771 * the firmware. This function copies the new iocb to ring iocb slot and
1772 * updates the ring pointers. It adds the new iocb to txcmplq if there is
1773 * a completion call back for this iocb else the function will free the
1774 * iocb object.
1775 **/
dea31012005-04-17 16:05:31 -05001776static void
1777lpfc_sli_submit_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
1778 IOCB_t *iocb, struct lpfc_iocbq *nextiocb)
1779{
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001780 lockdep_assert_held(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001781 /*
James Bottomley604a3e32005-10-29 10:28:33 -05001782 * Set up an iotag
dea31012005-04-17 16:05:31 -05001783 */
James Bottomley604a3e32005-10-29 10:28:33 -05001784 nextiocb->iocb.ulpIoTag = (nextiocb->iocb_cmpl) ? nextiocb->iotag : 0;
dea31012005-04-17 16:05:31 -05001785
James Smarte2a0a9d2008-12-04 22:40:02 -05001786
James Smarta58cbd52007-08-02 11:09:43 -04001787 if (pring->ringno == LPFC_ELS_RING) {
1788 lpfc_debugfs_slow_ring_trc(phba,
1789 "IOCB cmd ring: wd4:x%08x wd6:x%08x wd7:x%08x",
1790 *(((uint32_t *) &nextiocb->iocb) + 4),
1791 *(((uint32_t *) &nextiocb->iocb) + 6),
1792 *(((uint32_t *) &nextiocb->iocb) + 7));
1793 }
1794
dea31012005-04-17 16:05:31 -05001795 /*
1796 * Issue iocb command to adapter
1797 */
James Smart92d7f7b2007-06-17 19:56:38 -05001798 lpfc_sli_pcimem_bcopy(&nextiocb->iocb, iocb, phba->iocb_cmd_size);
dea31012005-04-17 16:05:31 -05001799 wmb();
1800 pring->stats.iocb_cmd++;
1801
1802 /*
1803 * If there is no completion routine to call, we can release the
1804 * IOCB buffer back right now. For IOCBs, like QUE_RING_BUF,
1805 * that have no rsp ring completion, iocb_cmpl MUST be NULL.
1806 */
1807 if (nextiocb->iocb_cmpl)
1808 lpfc_sli_ringtxcmpl_put(phba, pring, nextiocb);
James Bottomley604a3e32005-10-29 10:28:33 -05001809 else
James Smart2e0fef82007-06-17 19:56:36 -05001810 __lpfc_sli_release_iocbq(phba, nextiocb);
dea31012005-04-17 16:05:31 -05001811
1812 /*
1813 * Let the HBA know what IOCB slot will be the next one the
1814 * driver will put a command into.
1815 */
James Smart7e56aa22012-08-03 12:35:34 -04001816 pring->sli.sli3.cmdidx = pring->sli.sli3.next_cmdidx;
1817 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx);
dea31012005-04-17 16:05:31 -05001818}
1819
James Smarte59058c2008-08-24 21:49:00 -04001820/**
James Smart3621a712009-04-06 18:47:14 -04001821 * lpfc_sli_update_full_ring - Update the chip attention register
James Smarte59058c2008-08-24 21:49:00 -04001822 * @phba: Pointer to HBA context object.
1823 * @pring: Pointer to driver SLI ring object.
1824 *
1825 * The caller is not required to hold any lock for calling this function.
1826 * This function updates the chip attention bits for the ring to inform firmware
1827 * that there are pending work to be done for this ring and requests an
1828 * interrupt when there is space available in the ring. This function is
1829 * called when the driver is unable to post more iocbs to the ring due
1830 * to unavailability of space in the ring.
1831 **/
dea31012005-04-17 16:05:31 -05001832static void
James Smart2e0fef82007-06-17 19:56:36 -05001833lpfc_sli_update_full_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001834{
1835 int ringno = pring->ringno;
1836
1837 pring->flag |= LPFC_CALL_RING_AVAILABLE;
1838
1839 wmb();
1840
1841 /*
1842 * Set ring 'ringno' to SET R0CE_REQ in Chip Att register.
1843 * The HBA will tell us when an IOCB entry is available.
1844 */
1845 writel((CA_R0ATT|CA_R0CE_REQ) << (ringno*4), phba->CAregaddr);
1846 readl(phba->CAregaddr); /* flush */
1847
1848 pring->stats.iocb_cmd_full++;
1849}
1850
James Smarte59058c2008-08-24 21:49:00 -04001851/**
James Smart3621a712009-04-06 18:47:14 -04001852 * lpfc_sli_update_ring - Update chip attention register
James Smarte59058c2008-08-24 21:49:00 -04001853 * @phba: Pointer to HBA context object.
1854 * @pring: Pointer to driver SLI ring object.
1855 *
1856 * This function updates the chip attention register bit for the
1857 * given ring to inform HBA that there is more work to be done
1858 * in this ring. The caller is not required to hold any lock.
1859 **/
dea31012005-04-17 16:05:31 -05001860static void
James Smart2e0fef82007-06-17 19:56:36 -05001861lpfc_sli_update_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001862{
1863 int ringno = pring->ringno;
1864
1865 /*
1866 * Tell the HBA that there is work to do in this ring.
1867 */
James Smart34b02dc2008-08-24 21:49:55 -04001868 if (!(phba->sli3_options & LPFC_SLI3_CRP_ENABLED)) {
1869 wmb();
1870 writel(CA_R0ATT << (ringno * 4), phba->CAregaddr);
1871 readl(phba->CAregaddr); /* flush */
1872 }
dea31012005-04-17 16:05:31 -05001873}
1874
James Smarte59058c2008-08-24 21:49:00 -04001875/**
James Smart3621a712009-04-06 18:47:14 -04001876 * lpfc_sli_resume_iocb - Process iocbs in the txq
James Smarte59058c2008-08-24 21:49:00 -04001877 * @phba: Pointer to HBA context object.
1878 * @pring: Pointer to driver SLI ring object.
1879 *
1880 * This function is called with hbalock held to post pending iocbs
1881 * in the txq to the firmware. This function is called when driver
1882 * detects space available in the ring.
1883 **/
dea31012005-04-17 16:05:31 -05001884static void
James Smart2e0fef82007-06-17 19:56:36 -05001885lpfc_sli_resume_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
dea31012005-04-17 16:05:31 -05001886{
1887 IOCB_t *iocb;
1888 struct lpfc_iocbq *nextiocb;
1889
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001890 lockdep_assert_held(&phba->hbalock);
1891
dea31012005-04-17 16:05:31 -05001892 /*
1893 * Check to see if:
1894 * (a) there is anything on the txq to send
1895 * (b) link is up
1896 * (c) link attention events can be processed (fcp ring only)
1897 * (d) IOCB processing is not blocked by the outstanding mbox command.
1898 */
James Smart0e9bb8d2013-03-01 16:35:12 -05001899
1900 if (lpfc_is_link_up(phba) &&
1901 (!list_empty(&pring->txq)) &&
James Smart895427b2017-02-12 13:52:30 -08001902 (pring->ringno != LPFC_FCP_RING ||
James Smart0b727fe2007-10-27 13:37:25 -04001903 phba->sli.sli_flag & LPFC_PROCESS_LA)) {
dea31012005-04-17 16:05:31 -05001904
1905 while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) &&
1906 (nextiocb = lpfc_sli_ringtx_get(phba, pring)))
1907 lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb);
1908
1909 if (iocb)
1910 lpfc_sli_update_ring(phba, pring);
1911 else
1912 lpfc_sli_update_full_ring(phba, pring);
1913 }
1914
1915 return;
1916}
1917
James Smarte59058c2008-08-24 21:49:00 -04001918/**
James Smart3621a712009-04-06 18:47:14 -04001919 * lpfc_sli_next_hbq_slot - Get next hbq entry for the HBQ
James Smarte59058c2008-08-24 21:49:00 -04001920 * @phba: Pointer to HBA context object.
1921 * @hbqno: HBQ number.
1922 *
1923 * This function is called with hbalock held to get the next
1924 * available slot for the given HBQ. If there is free slot
1925 * available for the HBQ it will return pointer to the next available
1926 * HBQ entry else it will return NULL.
1927 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01001928static struct lpfc_hbq_entry *
James Smarted957682007-06-17 19:56:37 -05001929lpfc_sli_next_hbq_slot(struct lpfc_hba *phba, uint32_t hbqno)
1930{
1931 struct hbq_s *hbqp = &phba->hbqs[hbqno];
1932
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001933 lockdep_assert_held(&phba->hbalock);
1934
James Smarted957682007-06-17 19:56:37 -05001935 if (hbqp->next_hbqPutIdx == hbqp->hbqPutIdx &&
1936 ++hbqp->next_hbqPutIdx >= hbqp->entry_count)
1937 hbqp->next_hbqPutIdx = 0;
1938
1939 if (unlikely(hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001940 uint32_t raw_index = phba->hbq_get[hbqno];
James Smarted957682007-06-17 19:56:37 -05001941 uint32_t getidx = le32_to_cpu(raw_index);
1942
1943 hbqp->local_hbqGetIdx = getidx;
1944
1945 if (unlikely(hbqp->local_hbqGetIdx >= hbqp->entry_count)) {
1946 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05001947 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04001948 "1802 HBQ %d: local_hbqGetIdx "
James Smarted957682007-06-17 19:56:37 -05001949 "%u is > than hbqp->entry_count %u\n",
James Smarte8b62012007-08-02 11:10:09 -04001950 hbqno, hbqp->local_hbqGetIdx,
James Smarted957682007-06-17 19:56:37 -05001951 hbqp->entry_count);
1952
1953 phba->link_state = LPFC_HBA_ERROR;
1954 return NULL;
1955 }
1956
1957 if (hbqp->local_hbqGetIdx == hbqp->next_hbqPutIdx)
1958 return NULL;
1959 }
1960
James Smart51ef4c22007-08-02 11:10:31 -04001961 return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt +
1962 hbqp->hbqPutIdx;
James Smarted957682007-06-17 19:56:37 -05001963}
1964
James Smarte59058c2008-08-24 21:49:00 -04001965/**
James Smart3621a712009-04-06 18:47:14 -04001966 * lpfc_sli_hbqbuf_free_all - Free all the hbq buffers
James Smarte59058c2008-08-24 21:49:00 -04001967 * @phba: Pointer to HBA context object.
1968 *
1969 * This function is called with no lock held to free all the
1970 * hbq buffers while uninitializing the SLI interface. It also
1971 * frees the HBQ buffers returned by the firmware but not yet
1972 * processed by the upper layers.
1973 **/
James Smarted957682007-06-17 19:56:37 -05001974void
1975lpfc_sli_hbqbuf_free_all(struct lpfc_hba *phba)
1976{
James Smart92d7f7b2007-06-17 19:56:38 -05001977 struct lpfc_dmabuf *dmabuf, *next_dmabuf;
1978 struct hbq_dmabuf *hbq_buf;
James Smart3163f722008-02-08 18:50:25 -05001979 unsigned long flags;
James Smart51ef4c22007-08-02 11:10:31 -04001980 int i, hbq_count;
James Smarted957682007-06-17 19:56:37 -05001981
James Smart51ef4c22007-08-02 11:10:31 -04001982 hbq_count = lpfc_sli_hbq_count();
James Smarted957682007-06-17 19:56:37 -05001983 /* Return all memory used by all HBQs */
James Smart3163f722008-02-08 18:50:25 -05001984 spin_lock_irqsave(&phba->hbalock, flags);
James Smart51ef4c22007-08-02 11:10:31 -04001985 for (i = 0; i < hbq_count; ++i) {
1986 list_for_each_entry_safe(dmabuf, next_dmabuf,
1987 &phba->hbqs[i].hbq_buffer_list, list) {
1988 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf);
1989 list_del(&hbq_buf->dbuf.list);
1990 (phba->hbqs[i].hbq_free_buffer)(phba, hbq_buf);
1991 }
James Smarta8adb832007-10-27 13:37:53 -04001992 phba->hbqs[i].buffer_count = 0;
James Smarted957682007-06-17 19:56:37 -05001993 }
James Smart3163f722008-02-08 18:50:25 -05001994
1995 /* Mark the HBQs not in use */
1996 phba->hbq_in_use = 0;
1997 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smarted957682007-06-17 19:56:37 -05001998}
1999
James Smarte59058c2008-08-24 21:49:00 -04002000/**
James Smart3621a712009-04-06 18:47:14 -04002001 * lpfc_sli_hbq_to_firmware - Post the hbq buffer to firmware
James Smarte59058c2008-08-24 21:49:00 -04002002 * @phba: Pointer to HBA context object.
2003 * @hbqno: HBQ number.
2004 * @hbq_buf: Pointer to HBQ buffer.
2005 *
2006 * This function is called with the hbalock held to post a
2007 * hbq buffer to the firmware. If the function finds an empty
2008 * slot in the HBQ, it will post the buffer. The function will return
2009 * pointer to the hbq entry if it successfully post the buffer
2010 * else it will return NULL.
2011 **/
James Smart3772a992009-05-22 14:50:54 -04002012static int
James Smarted957682007-06-17 19:56:37 -05002013lpfc_sli_hbq_to_firmware(struct lpfc_hba *phba, uint32_t hbqno,
James Smart92d7f7b2007-06-17 19:56:38 -05002014 struct hbq_dmabuf *hbq_buf)
James Smarted957682007-06-17 19:56:37 -05002015{
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01002016 lockdep_assert_held(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -04002017 return phba->lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buf);
2018}
2019
2020/**
2021 * lpfc_sli_hbq_to_firmware_s3 - Post the hbq buffer to SLI3 firmware
2022 * @phba: Pointer to HBA context object.
2023 * @hbqno: HBQ number.
2024 * @hbq_buf: Pointer to HBQ buffer.
2025 *
2026 * This function is called with the hbalock held to post a hbq buffer to the
2027 * firmware. If the function finds an empty slot in the HBQ, it will post the
2028 * buffer and place it on the hbq_buffer_list. The function will return zero if
2029 * it successfully post the buffer else it will return an error.
2030 **/
2031static int
2032lpfc_sli_hbq_to_firmware_s3(struct lpfc_hba *phba, uint32_t hbqno,
2033 struct hbq_dmabuf *hbq_buf)
2034{
James Smarted957682007-06-17 19:56:37 -05002035 struct lpfc_hbq_entry *hbqe;
James Smart92d7f7b2007-06-17 19:56:38 -05002036 dma_addr_t physaddr = hbq_buf->dbuf.phys;
James Smarted957682007-06-17 19:56:37 -05002037
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01002038 lockdep_assert_held(&phba->hbalock);
James Smarted957682007-06-17 19:56:37 -05002039 /* Get next HBQ entry slot to use */
2040 hbqe = lpfc_sli_next_hbq_slot(phba, hbqno);
2041 if (hbqe) {
2042 struct hbq_s *hbqp = &phba->hbqs[hbqno];
2043
James Smart92d7f7b2007-06-17 19:56:38 -05002044 hbqe->bde.addrHigh = le32_to_cpu(putPaddrHigh(physaddr));
2045 hbqe->bde.addrLow = le32_to_cpu(putPaddrLow(physaddr));
James Smart895427b2017-02-12 13:52:30 -08002046 hbqe->bde.tus.f.bdeSize = hbq_buf->total_size;
James Smarted957682007-06-17 19:56:37 -05002047 hbqe->bde.tus.f.bdeFlags = 0;
James Smart92d7f7b2007-06-17 19:56:38 -05002048 hbqe->bde.tus.w = le32_to_cpu(hbqe->bde.tus.w);
2049 hbqe->buffer_tag = le32_to_cpu(hbq_buf->tag);
2050 /* Sync SLIM */
James Smarted957682007-06-17 19:56:37 -05002051 hbqp->hbqPutIdx = hbqp->next_hbqPutIdx;
2052 writel(hbqp->hbqPutIdx, phba->hbq_put + hbqno);
James Smart92d7f7b2007-06-17 19:56:38 -05002053 /* flush */
James Smarted957682007-06-17 19:56:37 -05002054 readl(phba->hbq_put + hbqno);
James Smart51ef4c22007-08-02 11:10:31 -04002055 list_add_tail(&hbq_buf->dbuf.list, &hbqp->hbq_buffer_list);
James Smart3772a992009-05-22 14:50:54 -04002056 return 0;
2057 } else
2058 return -ENOMEM;
James Smarted957682007-06-17 19:56:37 -05002059}
2060
James Smart4f774512009-05-22 14:52:35 -04002061/**
2062 * lpfc_sli_hbq_to_firmware_s4 - Post the hbq buffer to SLI4 firmware
2063 * @phba: Pointer to HBA context object.
2064 * @hbqno: HBQ number.
2065 * @hbq_buf: Pointer to HBQ buffer.
2066 *
2067 * This function is called with the hbalock held to post an RQE to the SLI4
2068 * firmware. If able to post the RQE to the RQ it will queue the hbq entry to
2069 * the hbq_buffer_list and return zero, otherwise it will return an error.
2070 **/
2071static int
2072lpfc_sli_hbq_to_firmware_s4(struct lpfc_hba *phba, uint32_t hbqno,
2073 struct hbq_dmabuf *hbq_buf)
2074{
2075 int rc;
2076 struct lpfc_rqe hrqe;
2077 struct lpfc_rqe drqe;
James Smart895427b2017-02-12 13:52:30 -08002078 struct lpfc_queue *hrq;
2079 struct lpfc_queue *drq;
2080
2081 if (hbqno != LPFC_ELS_HBQ)
2082 return 1;
2083 hrq = phba->sli4_hba.hdr_rq;
2084 drq = phba->sli4_hba.dat_rq;
James Smart4f774512009-05-22 14:52:35 -04002085
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01002086 lockdep_assert_held(&phba->hbalock);
James Smart4f774512009-05-22 14:52:35 -04002087 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys);
2088 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.phys);
2089 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys);
2090 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys);
James Smart895427b2017-02-12 13:52:30 -08002091 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe);
James Smart4f774512009-05-22 14:52:35 -04002092 if (rc < 0)
2093 return rc;
James Smart895427b2017-02-12 13:52:30 -08002094 hbq_buf->tag = (rc | (hbqno << 16));
James Smart4f774512009-05-22 14:52:35 -04002095 list_add_tail(&hbq_buf->dbuf.list, &phba->hbqs[hbqno].hbq_buffer_list);
2096 return 0;
2097}
2098
James Smarte59058c2008-08-24 21:49:00 -04002099/* HBQ for ELS and CT traffic. */
James Smart92d7f7b2007-06-17 19:56:38 -05002100static struct lpfc_hbq_init lpfc_els_hbq = {
2101 .rn = 1,
James Smartdef9c7a2009-12-21 17:02:28 -05002102 .entry_count = 256,
James Smart92d7f7b2007-06-17 19:56:38 -05002103 .mask_count = 0,
2104 .profile = 0,
James Smart51ef4c22007-08-02 11:10:31 -04002105 .ring_mask = (1 << LPFC_ELS_RING),
James Smart92d7f7b2007-06-17 19:56:38 -05002106 .buffer_count = 0,
James Smarta257bf92009-04-06 18:48:10 -04002107 .init_count = 40,
2108 .add_count = 40,
James Smart92d7f7b2007-06-17 19:56:38 -05002109};
James Smarted957682007-06-17 19:56:37 -05002110
James Smarte59058c2008-08-24 21:49:00 -04002111/* Array of HBQs */
James Smart78b2d852007-08-02 11:10:21 -04002112struct lpfc_hbq_init *lpfc_hbq_defs[] = {
James Smart92d7f7b2007-06-17 19:56:38 -05002113 &lpfc_els_hbq,
2114};
2115
James Smarte59058c2008-08-24 21:49:00 -04002116/**
James Smart3621a712009-04-06 18:47:14 -04002117 * lpfc_sli_hbqbuf_fill_hbqs - Post more hbq buffers to HBQ
James Smarte59058c2008-08-24 21:49:00 -04002118 * @phba: Pointer to HBA context object.
2119 * @hbqno: HBQ number.
2120 * @count: Number of HBQ buffers to be posted.
2121 *
James Smartd7c255b2008-08-24 21:50:00 -04002122 * This function is called with no lock held to post more hbq buffers to the
2123 * given HBQ. The function returns the number of HBQ buffers successfully
2124 * posted.
James Smarte59058c2008-08-24 21:49:00 -04002125 **/
James Smart311464e2007-08-02 11:10:37 -04002126static int
James Smart92d7f7b2007-06-17 19:56:38 -05002127lpfc_sli_hbqbuf_fill_hbqs(struct lpfc_hba *phba, uint32_t hbqno, uint32_t count)
2128{
James Smartd7c255b2008-08-24 21:50:00 -04002129 uint32_t i, posted = 0;
James Smart3163f722008-02-08 18:50:25 -05002130 unsigned long flags;
James Smart92d7f7b2007-06-17 19:56:38 -05002131 struct hbq_dmabuf *hbq_buffer;
James Smartd7c255b2008-08-24 21:50:00 -04002132 LIST_HEAD(hbq_buf_list);
Matthew Wilcoxeafe1df2008-02-21 05:44:33 -07002133 if (!phba->hbqs[hbqno].hbq_alloc_buffer)
James Smart51ef4c22007-08-02 11:10:31 -04002134 return 0;
James Smart51ef4c22007-08-02 11:10:31 -04002135
James Smartd7c255b2008-08-24 21:50:00 -04002136 if ((phba->hbqs[hbqno].buffer_count + count) >
2137 lpfc_hbq_defs[hbqno]->entry_count)
2138 count = lpfc_hbq_defs[hbqno]->entry_count -
2139 phba->hbqs[hbqno].buffer_count;
2140 if (!count)
2141 return 0;
2142 /* Allocate HBQ entries */
2143 for (i = 0; i < count; i++) {
2144 hbq_buffer = (phba->hbqs[hbqno].hbq_alloc_buffer)(phba);
2145 if (!hbq_buffer)
2146 break;
2147 list_add_tail(&hbq_buffer->dbuf.list, &hbq_buf_list);
2148 }
James Smart3163f722008-02-08 18:50:25 -05002149 /* Check whether HBQ is still in use */
2150 spin_lock_irqsave(&phba->hbalock, flags);
Matthew Wilcoxeafe1df2008-02-21 05:44:33 -07002151 if (!phba->hbq_in_use)
James Smartd7c255b2008-08-24 21:50:00 -04002152 goto err;
2153 while (!list_empty(&hbq_buf_list)) {
2154 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
2155 dbuf.list);
2156 hbq_buffer->tag = (phba->hbqs[hbqno].buffer_count |
2157 (hbqno << 16));
James Smart3772a992009-05-22 14:50:54 -04002158 if (!lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer)) {
James Smarta8adb832007-10-27 13:37:53 -04002159 phba->hbqs[hbqno].buffer_count++;
James Smartd7c255b2008-08-24 21:50:00 -04002160 posted++;
2161 } else
James Smart51ef4c22007-08-02 11:10:31 -04002162 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
James Smart92d7f7b2007-06-17 19:56:38 -05002163 }
James Smart3163f722008-02-08 18:50:25 -05002164 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smartd7c255b2008-08-24 21:50:00 -04002165 return posted;
2166err:
2167 spin_unlock_irqrestore(&phba->hbalock, flags);
2168 while (!list_empty(&hbq_buf_list)) {
2169 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf,
2170 dbuf.list);
2171 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
2172 }
James Smart92d7f7b2007-06-17 19:56:38 -05002173 return 0;
James Smarted957682007-06-17 19:56:37 -05002174}
2175
James Smarte59058c2008-08-24 21:49:00 -04002176/**
James Smart3621a712009-04-06 18:47:14 -04002177 * lpfc_sli_hbqbuf_add_hbqs - Post more HBQ buffers to firmware
James Smarte59058c2008-08-24 21:49:00 -04002178 * @phba: Pointer to HBA context object.
2179 * @qno: HBQ number.
2180 *
2181 * This function posts more buffers to the HBQ. This function
James Smartd7c255b2008-08-24 21:50:00 -04002182 * is called with no lock held. The function returns the number of HBQ entries
2183 * successfully allocated.
James Smarte59058c2008-08-24 21:49:00 -04002184 **/
James Smarted957682007-06-17 19:56:37 -05002185int
James Smart92d7f7b2007-06-17 19:56:38 -05002186lpfc_sli_hbqbuf_add_hbqs(struct lpfc_hba *phba, uint32_t qno)
James Smarted957682007-06-17 19:56:37 -05002187{
James Smartdef9c7a2009-12-21 17:02:28 -05002188 if (phba->sli_rev == LPFC_SLI_REV4)
2189 return 0;
2190 else
2191 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
2192 lpfc_hbq_defs[qno]->add_count);
James Smarted957682007-06-17 19:56:37 -05002193}
2194
James Smarte59058c2008-08-24 21:49:00 -04002195/**
James Smart3621a712009-04-06 18:47:14 -04002196 * lpfc_sli_hbqbuf_init_hbqs - Post initial buffers to the HBQ
James Smarte59058c2008-08-24 21:49:00 -04002197 * @phba: Pointer to HBA context object.
2198 * @qno: HBQ queue number.
2199 *
2200 * This function is called from SLI initialization code path with
2201 * no lock held to post initial HBQ buffers to firmware. The
James Smartd7c255b2008-08-24 21:50:00 -04002202 * function returns the number of HBQ entries successfully allocated.
James Smarte59058c2008-08-24 21:49:00 -04002203 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01002204static int
James Smart92d7f7b2007-06-17 19:56:38 -05002205lpfc_sli_hbqbuf_init_hbqs(struct lpfc_hba *phba, uint32_t qno)
James Smarted957682007-06-17 19:56:37 -05002206{
James Smartdef9c7a2009-12-21 17:02:28 -05002207 if (phba->sli_rev == LPFC_SLI_REV4)
2208 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
James Smart73d91e52011-10-10 21:32:10 -04002209 lpfc_hbq_defs[qno]->entry_count);
James Smartdef9c7a2009-12-21 17:02:28 -05002210 else
2211 return lpfc_sli_hbqbuf_fill_hbqs(phba, qno,
2212 lpfc_hbq_defs[qno]->init_count);
James Smarted957682007-06-17 19:56:37 -05002213}
2214
James Smarte59058c2008-08-24 21:49:00 -04002215/**
James Smart3772a992009-05-22 14:50:54 -04002216 * lpfc_sli_hbqbuf_get - Remove the first hbq off of an hbq list
2217 * @phba: Pointer to HBA context object.
2218 * @hbqno: HBQ number.
2219 *
2220 * This function removes the first hbq buffer on an hbq list and returns a
2221 * pointer to that buffer. If it finds no buffers on the list it returns NULL.
2222 **/
2223static struct hbq_dmabuf *
2224lpfc_sli_hbqbuf_get(struct list_head *rb_list)
2225{
2226 struct lpfc_dmabuf *d_buf;
2227
2228 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list);
2229 if (!d_buf)
2230 return NULL;
2231 return container_of(d_buf, struct hbq_dmabuf, dbuf);
2232}
2233
2234/**
James Smart2d7dbc42017-02-12 13:52:35 -08002235 * lpfc_sli_rqbuf_get - Remove the first dma buffer off of an RQ list
2236 * @phba: Pointer to HBA context object.
2237 * @hbqno: HBQ number.
2238 *
2239 * This function removes the first RQ buffer on an RQ buffer list and returns a
2240 * pointer to that buffer. If it finds no buffers on the list it returns NULL.
2241 **/
2242static struct rqb_dmabuf *
2243lpfc_sli_rqbuf_get(struct lpfc_hba *phba, struct lpfc_queue *hrq)
2244{
2245 struct lpfc_dmabuf *h_buf;
2246 struct lpfc_rqb *rqbp;
2247
2248 rqbp = hrq->rqbp;
2249 list_remove_head(&rqbp->rqb_buffer_list, h_buf,
2250 struct lpfc_dmabuf, list);
2251 if (!h_buf)
2252 return NULL;
2253 rqbp->buffer_count--;
2254 return container_of(h_buf, struct rqb_dmabuf, hbuf);
2255}
2256
2257/**
James Smart3621a712009-04-06 18:47:14 -04002258 * lpfc_sli_hbqbuf_find - Find the hbq buffer associated with a tag
James Smarte59058c2008-08-24 21:49:00 -04002259 * @phba: Pointer to HBA context object.
2260 * @tag: Tag of the hbq buffer.
2261 *
Sebastian Herbszt71892412016-04-17 13:27:27 +02002262 * This function searches for the hbq buffer associated with the given tag in
2263 * the hbq buffer list. If it finds the hbq buffer, it returns the hbq_buffer
2264 * otherwise it returns NULL.
James Smarte59058c2008-08-24 21:49:00 -04002265 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01002266static struct hbq_dmabuf *
James Smarted957682007-06-17 19:56:37 -05002267lpfc_sli_hbqbuf_find(struct lpfc_hba *phba, uint32_t tag)
2268{
James Smart92d7f7b2007-06-17 19:56:38 -05002269 struct lpfc_dmabuf *d_buf;
2270 struct hbq_dmabuf *hbq_buf;
James Smart51ef4c22007-08-02 11:10:31 -04002271 uint32_t hbqno;
James Smarted957682007-06-17 19:56:37 -05002272
James Smart51ef4c22007-08-02 11:10:31 -04002273 hbqno = tag >> 16;
Jesper Juhla0a74e452007-08-09 20:47:15 +02002274 if (hbqno >= LPFC_MAX_HBQS)
James Smart51ef4c22007-08-02 11:10:31 -04002275 return NULL;
2276
James Smart3772a992009-05-22 14:50:54 -04002277 spin_lock_irq(&phba->hbalock);
James Smart51ef4c22007-08-02 11:10:31 -04002278 list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) {
James Smart92d7f7b2007-06-17 19:56:38 -05002279 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
James Smart51ef4c22007-08-02 11:10:31 -04002280 if (hbq_buf->tag == tag) {
James Smart3772a992009-05-22 14:50:54 -04002281 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05002282 return hbq_buf;
James Smarted957682007-06-17 19:56:37 -05002283 }
2284 }
James Smart3772a992009-05-22 14:50:54 -04002285 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05002286 lpfc_printf_log(phba, KERN_ERR, LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04002287 "1803 Bad hbq tag. Data: x%x x%x\n",
James Smarta8adb832007-10-27 13:37:53 -04002288 tag, phba->hbqs[tag >> 16].buffer_count);
James Smart92d7f7b2007-06-17 19:56:38 -05002289 return NULL;
James Smarted957682007-06-17 19:56:37 -05002290}
2291
James Smarte59058c2008-08-24 21:49:00 -04002292/**
James Smart3621a712009-04-06 18:47:14 -04002293 * lpfc_sli_free_hbq - Give back the hbq buffer to firmware
James Smarte59058c2008-08-24 21:49:00 -04002294 * @phba: Pointer to HBA context object.
2295 * @hbq_buffer: Pointer to HBQ buffer.
2296 *
2297 * This function is called with hbalock. This function gives back
2298 * the hbq buffer to firmware. If the HBQ does not have space to
2299 * post the buffer, it will free the buffer.
2300 **/
James Smarted957682007-06-17 19:56:37 -05002301void
James Smart51ef4c22007-08-02 11:10:31 -04002302lpfc_sli_free_hbq(struct lpfc_hba *phba, struct hbq_dmabuf *hbq_buffer)
James Smarted957682007-06-17 19:56:37 -05002303{
2304 uint32_t hbqno;
2305
James Smart51ef4c22007-08-02 11:10:31 -04002306 if (hbq_buffer) {
2307 hbqno = hbq_buffer->tag >> 16;
James Smart3772a992009-05-22 14:50:54 -04002308 if (lpfc_sli_hbq_to_firmware(phba, hbqno, hbq_buffer))
James Smart51ef4c22007-08-02 11:10:31 -04002309 (phba->hbqs[hbqno].hbq_free_buffer)(phba, hbq_buffer);
James Smarted957682007-06-17 19:56:37 -05002310 }
2311}
2312
James Smarte59058c2008-08-24 21:49:00 -04002313/**
James Smart3621a712009-04-06 18:47:14 -04002314 * lpfc_sli_chk_mbx_command - Check if the mailbox is a legitimate mailbox
James Smarte59058c2008-08-24 21:49:00 -04002315 * @mbxCommand: mailbox command code.
2316 *
2317 * This function is called by the mailbox event handler function to verify
2318 * that the completed mailbox command is a legitimate mailbox command. If the
2319 * completed mailbox is not known to the function, it will return MBX_SHUTDOWN
2320 * and the mailbox event handler will take the HBA offline.
2321 **/
dea31012005-04-17 16:05:31 -05002322static int
2323lpfc_sli_chk_mbx_command(uint8_t mbxCommand)
2324{
2325 uint8_t ret;
2326
2327 switch (mbxCommand) {
2328 case MBX_LOAD_SM:
2329 case MBX_READ_NV:
2330 case MBX_WRITE_NV:
James Smarta8adb832007-10-27 13:37:53 -04002331 case MBX_WRITE_VPARMS:
dea31012005-04-17 16:05:31 -05002332 case MBX_RUN_BIU_DIAG:
2333 case MBX_INIT_LINK:
2334 case MBX_DOWN_LINK:
2335 case MBX_CONFIG_LINK:
2336 case MBX_CONFIG_RING:
2337 case MBX_RESET_RING:
2338 case MBX_READ_CONFIG:
2339 case MBX_READ_RCONFIG:
2340 case MBX_READ_SPARM:
2341 case MBX_READ_STATUS:
2342 case MBX_READ_RPI:
2343 case MBX_READ_XRI:
2344 case MBX_READ_REV:
2345 case MBX_READ_LNK_STAT:
2346 case MBX_REG_LOGIN:
2347 case MBX_UNREG_LOGIN:
dea31012005-04-17 16:05:31 -05002348 case MBX_CLEAR_LA:
2349 case MBX_DUMP_MEMORY:
2350 case MBX_DUMP_CONTEXT:
2351 case MBX_RUN_DIAGS:
2352 case MBX_RESTART:
2353 case MBX_UPDATE_CFG:
2354 case MBX_DOWN_LOAD:
2355 case MBX_DEL_LD_ENTRY:
2356 case MBX_RUN_PROGRAM:
2357 case MBX_SET_MASK:
James Smart09372822008-01-11 01:52:54 -05002358 case MBX_SET_VARIABLE:
dea31012005-04-17 16:05:31 -05002359 case MBX_UNREG_D_ID:
Jamie Wellnitz41415862006-02-28 19:25:27 -05002360 case MBX_KILL_BOARD:
dea31012005-04-17 16:05:31 -05002361 case MBX_CONFIG_FARP:
Jamie Wellnitz41415862006-02-28 19:25:27 -05002362 case MBX_BEACON:
dea31012005-04-17 16:05:31 -05002363 case MBX_LOAD_AREA:
2364 case MBX_RUN_BIU_DIAG64:
2365 case MBX_CONFIG_PORT:
2366 case MBX_READ_SPARM64:
2367 case MBX_READ_RPI64:
2368 case MBX_REG_LOGIN64:
James Smart76a95d72010-11-20 23:11:48 -05002369 case MBX_READ_TOPOLOGY:
James Smart09372822008-01-11 01:52:54 -05002370 case MBX_WRITE_WWN:
dea31012005-04-17 16:05:31 -05002371 case MBX_SET_DEBUG:
2372 case MBX_LOAD_EXP_ROM:
James Smart57127f12007-10-27 13:37:05 -04002373 case MBX_ASYNCEVT_ENABLE:
James Smart92d7f7b2007-06-17 19:56:38 -05002374 case MBX_REG_VPI:
2375 case MBX_UNREG_VPI:
James Smart858c9f62007-06-17 19:56:39 -05002376 case MBX_HEARTBEAT:
James Smart84774a42008-08-24 21:50:06 -04002377 case MBX_PORT_CAPABILITIES:
2378 case MBX_PORT_IOV_CONTROL:
James Smart04c68492009-05-22 14:52:52 -04002379 case MBX_SLI4_CONFIG:
2380 case MBX_SLI4_REQ_FTRS:
2381 case MBX_REG_FCFI:
2382 case MBX_UNREG_FCFI:
2383 case MBX_REG_VFI:
2384 case MBX_UNREG_VFI:
2385 case MBX_INIT_VPI:
2386 case MBX_INIT_VFI:
2387 case MBX_RESUME_RPI:
James Smartc7495932010-04-06 15:05:28 -04002388 case MBX_READ_EVENT_LOG_STATUS:
2389 case MBX_READ_EVENT_LOG:
James Smartdcf2a4e2010-09-29 11:18:53 -04002390 case MBX_SECURITY_MGMT:
2391 case MBX_AUTH_PORT:
James Smart940eb682012-08-03 12:37:08 -04002392 case MBX_ACCESS_VDATA:
dea31012005-04-17 16:05:31 -05002393 ret = mbxCommand;
2394 break;
2395 default:
2396 ret = MBX_SHUTDOWN;
2397 break;
2398 }
James Smart2e0fef82007-06-17 19:56:36 -05002399 return ret;
dea31012005-04-17 16:05:31 -05002400}
James Smarte59058c2008-08-24 21:49:00 -04002401
2402/**
James Smart3621a712009-04-06 18:47:14 -04002403 * lpfc_sli_wake_mbox_wait - lpfc_sli_issue_mbox_wait mbox completion handler
James Smarte59058c2008-08-24 21:49:00 -04002404 * @phba: Pointer to HBA context object.
2405 * @pmboxq: Pointer to mailbox command.
2406 *
2407 * This is completion handler function for mailbox commands issued from
2408 * lpfc_sli_issue_mbox_wait function. This function is called by the
2409 * mailbox event handler function with no lock held. This function
2410 * will wake up thread waiting on the wait queue pointed by context1
2411 * of the mailbox.
2412 **/
James Smart04c68492009-05-22 14:52:52 -04002413void
James Smart2e0fef82007-06-17 19:56:36 -05002414lpfc_sli_wake_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq)
dea31012005-04-17 16:05:31 -05002415{
James Smart858c9f62007-06-17 19:56:39 -05002416 unsigned long drvr_flag;
James Smarte29d74f2018-03-05 12:04:07 -08002417 struct completion *pmbox_done;
dea31012005-04-17 16:05:31 -05002418
2419 /*
James Smarte29d74f2018-03-05 12:04:07 -08002420 * If pmbox_done is empty, the driver thread gave up waiting and
dea31012005-04-17 16:05:31 -05002421 * continued running.
2422 */
James Smart7054a602007-04-25 09:52:34 -04002423 pmboxq->mbox_flag |= LPFC_MBX_WAKE;
James Smart858c9f62007-06-17 19:56:39 -05002424 spin_lock_irqsave(&phba->hbalock, drvr_flag);
James Smarte29d74f2018-03-05 12:04:07 -08002425 pmbox_done = (struct completion *)pmboxq->context3;
2426 if (pmbox_done)
2427 complete(pmbox_done);
James Smart858c9f62007-06-17 19:56:39 -05002428 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05002429 return;
2430}
2431
James Smartb95b2112019-08-14 16:56:47 -07002432static void
2433__lpfc_sli_rpi_release(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
2434{
2435 unsigned long iflags;
2436
2437 if (ndlp->nlp_flag & NLP_RELEASE_RPI) {
2438 lpfc_sli4_free_rpi(vport->phba, ndlp->nlp_rpi);
2439 spin_lock_irqsave(&vport->phba->ndlp_lock, iflags);
2440 ndlp->nlp_flag &= ~NLP_RELEASE_RPI;
2441 ndlp->nlp_rpi = LPFC_RPI_ALLOC_ERROR;
2442 spin_unlock_irqrestore(&vport->phba->ndlp_lock, iflags);
2443 }
2444 ndlp->nlp_flag &= ~NLP_UNREG_INP;
2445}
James Smarte59058c2008-08-24 21:49:00 -04002446
2447/**
James Smart3621a712009-04-06 18:47:14 -04002448 * lpfc_sli_def_mbox_cmpl - Default mailbox completion handler
James Smarte59058c2008-08-24 21:49:00 -04002449 * @phba: Pointer to HBA context object.
2450 * @pmb: Pointer to mailbox object.
2451 *
2452 * This function is the default mailbox completion handler. It
2453 * frees the memory resources associated with the completed mailbox
2454 * command. If the completed command is a REG_LOGIN mailbox command,
2455 * this function will issue a UREG_LOGIN to re-claim the RPI.
2456 **/
dea31012005-04-17 16:05:31 -05002457void
James Smart2e0fef82007-06-17 19:56:36 -05002458lpfc_sli_def_mbox_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002459{
James Smartd439d282010-09-29 11:18:45 -04002460 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05002461 struct lpfc_dmabuf *mp;
James Smartd439d282010-09-29 11:18:45 -04002462 struct lpfc_nodelist *ndlp;
James Smart5af5eee2010-10-22 11:06:38 -04002463 struct Scsi_Host *shost;
James Smart04c68492009-05-22 14:52:52 -04002464 uint16_t rpi, vpi;
James Smart7054a602007-04-25 09:52:34 -04002465 int rc;
2466
James Smart3e1f0712018-11-29 16:09:29 -08002467 mp = (struct lpfc_dmabuf *)(pmb->ctx_buf);
James Smart7054a602007-04-25 09:52:34 -04002468
dea31012005-04-17 16:05:31 -05002469 if (mp) {
2470 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2471 kfree(mp);
2472 }
James Smart7054a602007-04-25 09:52:34 -04002473
2474 /*
2475 * If a REG_LOGIN succeeded after node is destroyed or node
2476 * is in re-discovery driver need to cleanup the RPI.
2477 */
James Smart2e0fef82007-06-17 19:56:36 -05002478 if (!(phba->pport->load_flag & FC_UNLOADING) &&
James Smart04c68492009-05-22 14:52:52 -04002479 pmb->u.mb.mbxCommand == MBX_REG_LOGIN64 &&
2480 !pmb->u.mb.mbxStatus) {
2481 rpi = pmb->u.mb.un.varWords[0];
James Smart6d368e52011-05-24 11:44:12 -04002482 vpi = pmb->u.mb.un.varRegLogin.vpi;
James Smart04c68492009-05-22 14:52:52 -04002483 lpfc_unreg_login(phba, vpi, rpi, pmb);
James Smartde96e9c2016-03-31 14:12:27 -07002484 pmb->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05002485 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart7054a602007-04-25 09:52:34 -04002486 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
2487 if (rc != MBX_NOT_FINISHED)
2488 return;
2489 }
2490
James Smart695a8142010-01-26 23:08:03 -05002491 if ((pmb->u.mb.mbxCommand == MBX_REG_VPI) &&
2492 !(phba->pport->load_flag & FC_UNLOADING) &&
2493 !pmb->u.mb.mbxStatus) {
James Smart5af5eee2010-10-22 11:06:38 -04002494 shost = lpfc_shost_from_vport(vport);
2495 spin_lock_irq(shost->host_lock);
2496 vport->vpi_state |= LPFC_VPI_REGISTERED;
2497 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
2498 spin_unlock_irq(shost->host_lock);
James Smart695a8142010-01-26 23:08:03 -05002499 }
2500
James Smartd439d282010-09-29 11:18:45 -04002501 if (pmb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
James Smart3e1f0712018-11-29 16:09:29 -08002502 ndlp = (struct lpfc_nodelist *)pmb->ctx_ndlp;
James Smartd439d282010-09-29 11:18:45 -04002503 lpfc_nlp_put(ndlp);
James Smartdea16bd2018-11-29 16:09:30 -08002504 pmb->ctx_buf = NULL;
2505 pmb->ctx_ndlp = NULL;
2506 }
2507
2508 if (pmb->u.mb.mbxCommand == MBX_UNREG_LOGIN) {
2509 ndlp = (struct lpfc_nodelist *)pmb->ctx_ndlp;
2510
2511 /* Check to see if there are any deferred events to process */
2512 if (ndlp) {
2513 lpfc_printf_vlog(
2514 vport,
2515 KERN_INFO, LOG_MBOX | LOG_DISCOVERY,
2516 "1438 UNREG cmpl deferred mbox x%x "
James Smart32350662019-08-14 16:57:06 -07002517 "on NPort x%x Data: x%x x%x %px\n",
James Smartdea16bd2018-11-29 16:09:30 -08002518 ndlp->nlp_rpi, ndlp->nlp_DID,
2519 ndlp->nlp_flag, ndlp->nlp_defer_did, ndlp);
2520
2521 if ((ndlp->nlp_flag & NLP_UNREG_INP) &&
2522 (ndlp->nlp_defer_did != NLP_EVT_NOTHING_PENDING)) {
James Smart00292e02018-12-13 15:17:55 -08002523 ndlp->nlp_flag &= ~NLP_UNREG_INP;
James Smartdea16bd2018-11-29 16:09:30 -08002524 ndlp->nlp_defer_did = NLP_EVT_NOTHING_PENDING;
2525 lpfc_issue_els_plogi(vport, ndlp->nlp_DID, 0);
James Smart00292e02018-12-13 15:17:55 -08002526 } else {
James Smartb95b2112019-08-14 16:56:47 -07002527 __lpfc_sli_rpi_release(vport, ndlp);
James Smartdea16bd2018-11-29 16:09:30 -08002528 }
James Smart9b164062019-03-12 16:30:06 -07002529 pmb->ctx_ndlp = NULL;
James Smartdea16bd2018-11-29 16:09:30 -08002530 }
James Smartd439d282010-09-29 11:18:45 -04002531 }
2532
James Smartdcf2a4e2010-09-29 11:18:53 -04002533 /* Check security permission status on INIT_LINK mailbox command */
2534 if ((pmb->u.mb.mbxCommand == MBX_INIT_LINK) &&
2535 (pmb->u.mb.mbxStatus == MBXERR_SEC_NO_PERMISSION))
2536 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
2537 "2860 SLI authentication is required "
2538 "for INIT_LINK but has not done yet\n");
2539
James Smart04c68492009-05-22 14:52:52 -04002540 if (bf_get(lpfc_mqe_command, &pmb->u.mqe) == MBX_SLI4_CONFIG)
2541 lpfc_sli4_mbox_cmd_free(phba, pmb);
2542 else
2543 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05002544}
James Smartbe6bb942015-04-07 15:07:22 -04002545 /**
2546 * lpfc_sli4_unreg_rpi_cmpl_clr - mailbox completion handler
2547 * @phba: Pointer to HBA context object.
2548 * @pmb: Pointer to mailbox object.
2549 *
2550 * This function is the unreg rpi mailbox completion handler. It
2551 * frees the memory resources associated with the completed mailbox
2552 * command. An additional refrenece is put on the ndlp to prevent
2553 * lpfc_nlp_release from freeing the rpi bit in the bitmask before
2554 * the unreg mailbox command completes, this routine puts the
2555 * reference back.
2556 *
2557 **/
2558void
2559lpfc_sli4_unreg_rpi_cmpl_clr(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
2560{
2561 struct lpfc_vport *vport = pmb->vport;
2562 struct lpfc_nodelist *ndlp;
2563
James Smart3e1f0712018-11-29 16:09:29 -08002564 ndlp = pmb->ctx_ndlp;
James Smartbe6bb942015-04-07 15:07:22 -04002565 if (pmb->u.mb.mbxCommand == MBX_UNREG_LOGIN) {
2566 if (phba->sli_rev == LPFC_SLI_REV4 &&
2567 (bf_get(lpfc_sli_intf_if_type,
James Smart27d6ac02018-02-22 08:18:42 -08002568 &phba->sli4_hba.sli_intf) >=
James Smartbe6bb942015-04-07 15:07:22 -04002569 LPFC_SLI_INTF_IF_TYPE_2)) {
2570 if (ndlp) {
James Smartdea16bd2018-11-29 16:09:30 -08002571 lpfc_printf_vlog(
2572 vport, KERN_INFO, LOG_MBOX | LOG_SLI,
2573 "0010 UNREG_LOGIN vpi:%x "
2574 "rpi:%x DID:%x defer x%x flg x%x "
James Smart32350662019-08-14 16:57:06 -07002575 "map:%x %px\n",
James Smartdea16bd2018-11-29 16:09:30 -08002576 vport->vpi, ndlp->nlp_rpi,
2577 ndlp->nlp_DID, ndlp->nlp_defer_did,
2578 ndlp->nlp_flag,
2579 ndlp->nlp_usg_map, ndlp);
James Smart7c5e5182015-05-22 10:42:43 -04002580 ndlp->nlp_flag &= ~NLP_LOGO_ACC;
James Smartbe6bb942015-04-07 15:07:22 -04002581 lpfc_nlp_put(ndlp);
James Smartdea16bd2018-11-29 16:09:30 -08002582
2583 /* Check to see if there are any deferred
2584 * events to process
2585 */
2586 if ((ndlp->nlp_flag & NLP_UNREG_INP) &&
2587 (ndlp->nlp_defer_did !=
2588 NLP_EVT_NOTHING_PENDING)) {
2589 lpfc_printf_vlog(
2590 vport, KERN_INFO, LOG_DISCOVERY,
2591 "4111 UNREG cmpl deferred "
2592 "clr x%x on "
James Smart32350662019-08-14 16:57:06 -07002593 "NPort x%x Data: x%x x%px\n",
James Smartdea16bd2018-11-29 16:09:30 -08002594 ndlp->nlp_rpi, ndlp->nlp_DID,
2595 ndlp->nlp_defer_did, ndlp);
James Smart00292e02018-12-13 15:17:55 -08002596 ndlp->nlp_flag &= ~NLP_UNREG_INP;
James Smartdea16bd2018-11-29 16:09:30 -08002597 ndlp->nlp_defer_did =
2598 NLP_EVT_NOTHING_PENDING;
2599 lpfc_issue_els_plogi(
2600 vport, ndlp->nlp_DID, 0);
James Smart00292e02018-12-13 15:17:55 -08002601 } else {
James Smartb95b2112019-08-14 16:56:47 -07002602 __lpfc_sli_rpi_release(vport, ndlp);
James Smartdea16bd2018-11-29 16:09:30 -08002603 }
James Smartbe6bb942015-04-07 15:07:22 -04002604 }
2605 }
2606 }
2607
2608 mempool_free(pmb, phba->mbox_mem_pool);
2609}
dea31012005-04-17 16:05:31 -05002610
James Smarte59058c2008-08-24 21:49:00 -04002611/**
James Smart3621a712009-04-06 18:47:14 -04002612 * lpfc_sli_handle_mb_event - Handle mailbox completions from firmware
James Smarte59058c2008-08-24 21:49:00 -04002613 * @phba: Pointer to HBA context object.
2614 *
2615 * This function is called with no lock held. This function processes all
2616 * the completed mailbox commands and gives it to upper layers. The interrupt
2617 * service routine processes mailbox completion interrupt and adds completed
2618 * mailbox commands to the mboxq_cmpl queue and signals the worker thread.
2619 * Worker thread call lpfc_sli_handle_mb_event, which will return the
2620 * completed mailbox commands in mboxq_cmpl queue to the upper layers. This
2621 * function returns the mailbox commands to the upper layer by calling the
2622 * completion handler function of each mailbox.
2623 **/
dea31012005-04-17 16:05:31 -05002624int
James Smart2e0fef82007-06-17 19:56:36 -05002625lpfc_sli_handle_mb_event(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05002626{
James Smart92d7f7b2007-06-17 19:56:38 -05002627 MAILBOX_t *pmbox;
dea31012005-04-17 16:05:31 -05002628 LPFC_MBOXQ_t *pmb;
James Smart92d7f7b2007-06-17 19:56:38 -05002629 int rc;
2630 LIST_HEAD(cmplq);
dea31012005-04-17 16:05:31 -05002631
2632 phba->sli.slistat.mbox_event++;
2633
James Smart92d7f7b2007-06-17 19:56:38 -05002634 /* Get all completed mailboxe buffers into the cmplq */
2635 spin_lock_irq(&phba->hbalock);
2636 list_splice_init(&phba->sli.mboxq_cmpl, &cmplq);
2637 spin_unlock_irq(&phba->hbalock);
2638
dea31012005-04-17 16:05:31 -05002639 /* Get a Mailbox buffer to setup mailbox commands for callback */
James Smart92d7f7b2007-06-17 19:56:38 -05002640 do {
2641 list_remove_head(&cmplq, pmb, LPFC_MBOXQ_t, list);
2642 if (pmb == NULL)
2643 break;
2644
James Smart04c68492009-05-22 14:52:52 -04002645 pmbox = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002646
James Smart858c9f62007-06-17 19:56:39 -05002647 if (pmbox->mbxCommand != MBX_HEARTBEAT) {
2648 if (pmb->vport) {
2649 lpfc_debugfs_disc_trc(pmb->vport,
2650 LPFC_DISC_TRC_MBOX_VPORT,
2651 "MBOX cmpl vport: cmd:x%x mb:x%x x%x",
2652 (uint32_t)pmbox->mbxCommand,
2653 pmbox->un.varWords[0],
2654 pmbox->un.varWords[1]);
2655 }
2656 else {
2657 lpfc_debugfs_disc_trc(phba->pport,
2658 LPFC_DISC_TRC_MBOX,
2659 "MBOX cmpl: cmd:x%x mb:x%x x%x",
2660 (uint32_t)pmbox->mbxCommand,
2661 pmbox->un.varWords[0],
2662 pmbox->un.varWords[1]);
2663 }
2664 }
2665
dea31012005-04-17 16:05:31 -05002666 /*
2667 * It is a fatal error if unknown mbox command completion.
2668 */
2669 if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) ==
2670 MBX_SHUTDOWN) {
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02002671 /* Unknown mailbox command compl */
James Smart92d7f7b2007-06-17 19:56:38 -05002672 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002673 "(%d):0323 Unknown Mailbox command "
James Smarta183a152011-10-10 21:32:43 -04002674 "x%x (x%x/x%x) Cmpl\n",
James Smart92d7f7b2007-06-17 19:56:38 -05002675 pmb->vport ? pmb->vport->vpi : 0,
James Smart04c68492009-05-22 14:52:52 -04002676 pmbox->mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04002677 lpfc_sli_config_mbox_subsys_get(phba,
2678 pmb),
2679 lpfc_sli_config_mbox_opcode_get(phba,
2680 pmb));
James Smart2e0fef82007-06-17 19:56:36 -05002681 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05002682 phba->work_hs = HS_FFER3;
2683 lpfc_handle_eratt(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05002684 continue;
dea31012005-04-17 16:05:31 -05002685 }
2686
dea31012005-04-17 16:05:31 -05002687 if (pmbox->mbxStatus) {
2688 phba->sli.slistat.mbox_stat_err++;
2689 if (pmbox->mbxStatus == MBXERR_NO_RESOURCES) {
2690 /* Mbox cmd cmpl error - RETRYing */
James Smart92d7f7b2007-06-17 19:56:38 -05002691 lpfc_printf_log(phba, KERN_INFO,
James Smarta183a152011-10-10 21:32:43 -04002692 LOG_MBOX | LOG_SLI,
2693 "(%d):0305 Mbox cmd cmpl "
2694 "error - RETRYing Data: x%x "
2695 "(x%x/x%x) x%x x%x x%x\n",
2696 pmb->vport ? pmb->vport->vpi : 0,
2697 pmbox->mbxCommand,
2698 lpfc_sli_config_mbox_subsys_get(phba,
2699 pmb),
2700 lpfc_sli_config_mbox_opcode_get(phba,
2701 pmb),
2702 pmbox->mbxStatus,
2703 pmbox->un.varWords[0],
2704 pmb->vport->port_state);
dea31012005-04-17 16:05:31 -05002705 pmbox->mbxStatus = 0;
2706 pmbox->mbxOwner = OWN_HOST;
dea31012005-04-17 16:05:31 -05002707 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
James Smart04c68492009-05-22 14:52:52 -04002708 if (rc != MBX_NOT_FINISHED)
James Smart92d7f7b2007-06-17 19:56:38 -05002709 continue;
dea31012005-04-17 16:05:31 -05002710 }
2711 }
2712
2713 /* Mailbox cmd <cmd> Cmpl <cmpl> */
James Smart92d7f7b2007-06-17 19:56:38 -05002714 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
Sakari Ailus2d44d162019-09-04 19:04:23 +03002715 "(%d):0307 Mailbox cmd x%x (x%x/x%x) Cmpl %ps "
James Smarte74c03c2013-04-17 20:15:19 -04002716 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x "
2717 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05002718 pmb->vport ? pmb->vport->vpi : 0,
dea31012005-04-17 16:05:31 -05002719 pmbox->mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04002720 lpfc_sli_config_mbox_subsys_get(phba, pmb),
2721 lpfc_sli_config_mbox_opcode_get(phba, pmb),
dea31012005-04-17 16:05:31 -05002722 pmb->mbox_cmpl,
2723 *((uint32_t *) pmbox),
2724 pmbox->un.varWords[0],
2725 pmbox->un.varWords[1],
2726 pmbox->un.varWords[2],
2727 pmbox->un.varWords[3],
2728 pmbox->un.varWords[4],
2729 pmbox->un.varWords[5],
2730 pmbox->un.varWords[6],
James Smarte74c03c2013-04-17 20:15:19 -04002731 pmbox->un.varWords[7],
2732 pmbox->un.varWords[8],
2733 pmbox->un.varWords[9],
2734 pmbox->un.varWords[10]);
dea31012005-04-17 16:05:31 -05002735
James Smart92d7f7b2007-06-17 19:56:38 -05002736 if (pmb->mbox_cmpl)
dea31012005-04-17 16:05:31 -05002737 pmb->mbox_cmpl(phba,pmb);
James Smart92d7f7b2007-06-17 19:56:38 -05002738 } while (1);
James Smart2e0fef82007-06-17 19:56:36 -05002739 return 0;
dea31012005-04-17 16:05:31 -05002740}
James Smart92d7f7b2007-06-17 19:56:38 -05002741
James Smarte59058c2008-08-24 21:49:00 -04002742/**
James Smart3621a712009-04-06 18:47:14 -04002743 * lpfc_sli_get_buff - Get the buffer associated with the buffer tag
James Smarte59058c2008-08-24 21:49:00 -04002744 * @phba: Pointer to HBA context object.
2745 * @pring: Pointer to driver SLI ring object.
2746 * @tag: buffer tag.
2747 *
2748 * This function is called with no lock held. When QUE_BUFTAG_BIT bit
2749 * is set in the tag the buffer is posted for a particular exchange,
2750 * the function will return the buffer without replacing the buffer.
2751 * If the buffer is for unsolicited ELS or CT traffic, this function
2752 * returns the buffer and also posts another buffer to the firmware.
2753 **/
James Smart76bb24e2007-10-27 13:38:00 -04002754static struct lpfc_dmabuf *
2755lpfc_sli_get_buff(struct lpfc_hba *phba,
James Smart9f1e1b52008-12-04 22:39:40 -05002756 struct lpfc_sli_ring *pring,
2757 uint32_t tag)
James Smart76bb24e2007-10-27 13:38:00 -04002758{
James Smart9f1e1b52008-12-04 22:39:40 -05002759 struct hbq_dmabuf *hbq_entry;
2760
James Smart76bb24e2007-10-27 13:38:00 -04002761 if (tag & QUE_BUFTAG_BIT)
2762 return lpfc_sli_ring_taggedbuf_get(phba, pring, tag);
James Smart9f1e1b52008-12-04 22:39:40 -05002763 hbq_entry = lpfc_sli_hbqbuf_find(phba, tag);
2764 if (!hbq_entry)
2765 return NULL;
2766 return &hbq_entry->dbuf;
James Smart76bb24e2007-10-27 13:38:00 -04002767}
James Smart57127f12007-10-27 13:37:05 -04002768
James Smart3772a992009-05-22 14:50:54 -04002769/**
2770 * lpfc_complete_unsol_iocb - Complete an unsolicited sequence
2771 * @phba: Pointer to HBA context object.
2772 * @pring: Pointer to driver SLI ring object.
2773 * @saveq: Pointer to the iocbq struct representing the sequence starting frame.
2774 * @fch_r_ctl: the r_ctl for the first frame of the sequence.
2775 * @fch_type: the type for the first frame of the sequence.
2776 *
2777 * This function is called with no lock held. This function uses the r_ctl and
2778 * type of the received sequence to find the correct callback function to call
2779 * to process the sequence.
2780 **/
2781static int
2782lpfc_complete_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
2783 struct lpfc_iocbq *saveq, uint32_t fch_r_ctl,
2784 uint32_t fch_type)
2785{
2786 int i;
2787
James Smartf358dd02017-02-12 13:52:34 -08002788 switch (fch_type) {
2789 case FC_TYPE_NVME:
James Smartd613b6a2017-02-12 13:52:37 -08002790 lpfc_nvmet_unsol_ls_event(phba, pring, saveq);
James Smartf358dd02017-02-12 13:52:34 -08002791 return 1;
2792 default:
2793 break;
2794 }
2795
James Smart3772a992009-05-22 14:50:54 -04002796 /* unSolicited Responses */
2797 if (pring->prt[0].profile) {
2798 if (pring->prt[0].lpfc_sli_rcv_unsol_event)
2799 (pring->prt[0].lpfc_sli_rcv_unsol_event) (phba, pring,
2800 saveq);
2801 return 1;
2802 }
2803 /* We must search, based on rctl / type
2804 for the right routine */
2805 for (i = 0; i < pring->num_mask; i++) {
2806 if ((pring->prt[i].rctl == fch_r_ctl) &&
2807 (pring->prt[i].type == fch_type)) {
2808 if (pring->prt[i].lpfc_sli_rcv_unsol_event)
2809 (pring->prt[i].lpfc_sli_rcv_unsol_event)
2810 (phba, pring, saveq);
2811 return 1;
2812 }
2813 }
2814 return 0;
2815}
James Smarte59058c2008-08-24 21:49:00 -04002816
2817/**
James Smart3621a712009-04-06 18:47:14 -04002818 * lpfc_sli_process_unsol_iocb - Unsolicited iocb handler
James Smarte59058c2008-08-24 21:49:00 -04002819 * @phba: Pointer to HBA context object.
2820 * @pring: Pointer to driver SLI ring object.
2821 * @saveq: Pointer to the unsolicited iocb.
2822 *
2823 * This function is called with no lock held by the ring event handler
2824 * when there is an unsolicited iocb posted to the response ring by the
2825 * firmware. This function gets the buffer associated with the iocbs
2826 * and calls the event handler for the ring. This function handles both
2827 * qring buffers and hbq buffers.
2828 * When the function returns 1 the caller can free the iocb object otherwise
2829 * upper layer functions will free the iocb objects.
2830 **/
dea31012005-04-17 16:05:31 -05002831static int
2832lpfc_sli_process_unsol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
2833 struct lpfc_iocbq *saveq)
2834{
2835 IOCB_t * irsp;
2836 WORD5 * w5p;
2837 uint32_t Rctl, Type;
James Smart76bb24e2007-10-27 13:38:00 -04002838 struct lpfc_iocbq *iocbq;
James Smart3163f722008-02-08 18:50:25 -05002839 struct lpfc_dmabuf *dmzbuf;
dea31012005-04-17 16:05:31 -05002840
dea31012005-04-17 16:05:31 -05002841 irsp = &(saveq->iocb);
James Smart57127f12007-10-27 13:37:05 -04002842
2843 if (irsp->ulpCommand == CMD_ASYNC_STATUS) {
2844 if (pring->lpfc_sli_rcv_async_status)
2845 pring->lpfc_sli_rcv_async_status(phba, pring, saveq);
2846 else
2847 lpfc_printf_log(phba,
2848 KERN_WARNING,
2849 LOG_SLI,
2850 "0316 Ring %d handler: unexpected "
2851 "ASYNC_STATUS iocb received evt_code "
2852 "0x%x\n",
2853 pring->ringno,
2854 irsp->un.asyncstat.evt_code);
2855 return 1;
2856 }
2857
James Smart3163f722008-02-08 18:50:25 -05002858 if ((irsp->ulpCommand == CMD_IOCB_RET_XRI64_CX) &&
2859 (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED)) {
2860 if (irsp->ulpBdeCount > 0) {
2861 dmzbuf = lpfc_sli_get_buff(phba, pring,
2862 irsp->un.ulpWord[3]);
2863 lpfc_in_buf_free(phba, dmzbuf);
2864 }
2865
2866 if (irsp->ulpBdeCount > 1) {
2867 dmzbuf = lpfc_sli_get_buff(phba, pring,
2868 irsp->unsli3.sli3Words[3]);
2869 lpfc_in_buf_free(phba, dmzbuf);
2870 }
2871
2872 if (irsp->ulpBdeCount > 2) {
2873 dmzbuf = lpfc_sli_get_buff(phba, pring,
2874 irsp->unsli3.sli3Words[7]);
2875 lpfc_in_buf_free(phba, dmzbuf);
2876 }
2877
2878 return 1;
2879 }
2880
James Smart92d7f7b2007-06-17 19:56:38 -05002881 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
James Smart76bb24e2007-10-27 13:38:00 -04002882 if (irsp->ulpBdeCount != 0) {
2883 saveq->context2 = lpfc_sli_get_buff(phba, pring,
James Smart92d7f7b2007-06-17 19:56:38 -05002884 irsp->un.ulpWord[3]);
James Smart76bb24e2007-10-27 13:38:00 -04002885 if (!saveq->context2)
2886 lpfc_printf_log(phba,
2887 KERN_ERR,
2888 LOG_SLI,
2889 "0341 Ring %d Cannot find buffer for "
2890 "an unsolicited iocb. tag 0x%x\n",
2891 pring->ringno,
2892 irsp->un.ulpWord[3]);
James Smart76bb24e2007-10-27 13:38:00 -04002893 }
2894 if (irsp->ulpBdeCount == 2) {
2895 saveq->context3 = lpfc_sli_get_buff(phba, pring,
James Smart51ef4c22007-08-02 11:10:31 -04002896 irsp->unsli3.sli3Words[7]);
James Smart76bb24e2007-10-27 13:38:00 -04002897 if (!saveq->context3)
2898 lpfc_printf_log(phba,
2899 KERN_ERR,
2900 LOG_SLI,
2901 "0342 Ring %d Cannot find buffer for an"
2902 " unsolicited iocb. tag 0x%x\n",
2903 pring->ringno,
2904 irsp->unsli3.sli3Words[7]);
2905 }
2906 list_for_each_entry(iocbq, &saveq->list, list) {
James Smart76bb24e2007-10-27 13:38:00 -04002907 irsp = &(iocbq->iocb);
James Smart76bb24e2007-10-27 13:38:00 -04002908 if (irsp->ulpBdeCount != 0) {
2909 iocbq->context2 = lpfc_sli_get_buff(phba, pring,
2910 irsp->un.ulpWord[3]);
James Smart9c2face2008-01-11 01:53:18 -05002911 if (!iocbq->context2)
James Smart76bb24e2007-10-27 13:38:00 -04002912 lpfc_printf_log(phba,
2913 KERN_ERR,
2914 LOG_SLI,
2915 "0343 Ring %d Cannot find "
2916 "buffer for an unsolicited iocb"
2917 ". tag 0x%x\n", pring->ringno,
2918 irsp->un.ulpWord[3]);
2919 }
2920 if (irsp->ulpBdeCount == 2) {
2921 iocbq->context3 = lpfc_sli_get_buff(phba, pring,
2922 irsp->unsli3.sli3Words[7]);
James Smart9c2face2008-01-11 01:53:18 -05002923 if (!iocbq->context3)
James Smart76bb24e2007-10-27 13:38:00 -04002924 lpfc_printf_log(phba,
2925 KERN_ERR,
2926 LOG_SLI,
2927 "0344 Ring %d Cannot find "
2928 "buffer for an unsolicited "
2929 "iocb. tag 0x%x\n",
2930 pring->ringno,
2931 irsp->unsli3.sli3Words[7]);
2932 }
2933 }
James Smart92d7f7b2007-06-17 19:56:38 -05002934 }
James Smart9c2face2008-01-11 01:53:18 -05002935 if (irsp->ulpBdeCount != 0 &&
2936 (irsp->ulpCommand == CMD_IOCB_RCV_CONT64_CX ||
2937 irsp->ulpStatus == IOSTAT_INTERMED_RSP)) {
2938 int found = 0;
2939
2940 /* search continue save q for same XRI */
2941 list_for_each_entry(iocbq, &pring->iocb_continue_saveq, clist) {
James Smart7851fe22011-07-22 18:36:52 -04002942 if (iocbq->iocb.unsli3.rcvsli3.ox_id ==
2943 saveq->iocb.unsli3.rcvsli3.ox_id) {
James Smart9c2face2008-01-11 01:53:18 -05002944 list_add_tail(&saveq->list, &iocbq->list);
2945 found = 1;
2946 break;
2947 }
2948 }
2949 if (!found)
2950 list_add_tail(&saveq->clist,
2951 &pring->iocb_continue_saveq);
2952 if (saveq->iocb.ulpStatus != IOSTAT_INTERMED_RSP) {
2953 list_del_init(&iocbq->clist);
2954 saveq = iocbq;
2955 irsp = &(saveq->iocb);
2956 } else
2957 return 0;
2958 }
2959 if ((irsp->ulpCommand == CMD_RCV_ELS_REQ64_CX) ||
2960 (irsp->ulpCommand == CMD_RCV_ELS_REQ_CX) ||
2961 (irsp->ulpCommand == CMD_IOCB_RCV_ELS64_CX)) {
James Smart6a9c52c2009-10-02 15:16:51 -04002962 Rctl = FC_RCTL_ELS_REQ;
2963 Type = FC_TYPE_ELS;
James Smart9c2face2008-01-11 01:53:18 -05002964 } else {
2965 w5p = (WORD5 *)&(saveq->iocb.un.ulpWord[5]);
2966 Rctl = w5p->hcsw.Rctl;
2967 Type = w5p->hcsw.Type;
2968
2969 /* Firmware Workaround */
2970 if ((Rctl == 0) && (pring->ringno == LPFC_ELS_RING) &&
2971 (irsp->ulpCommand == CMD_RCV_SEQUENCE64_CX ||
2972 irsp->ulpCommand == CMD_IOCB_RCV_SEQ64_CX)) {
James Smart6a9c52c2009-10-02 15:16:51 -04002973 Rctl = FC_RCTL_ELS_REQ;
2974 Type = FC_TYPE_ELS;
James Smart9c2face2008-01-11 01:53:18 -05002975 w5p->hcsw.Rctl = Rctl;
2976 w5p->hcsw.Type = Type;
2977 }
2978 }
James Smart92d7f7b2007-06-17 19:56:38 -05002979
James Smart3772a992009-05-22 14:50:54 -04002980 if (!lpfc_complete_unsol_iocb(phba, pring, saveq, Rctl, Type))
James Smart92d7f7b2007-06-17 19:56:38 -05002981 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04002982 "0313 Ring %d handler: unexpected Rctl x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05002983 "Type x%x received\n",
James Smarte8b62012007-08-02 11:10:09 -04002984 pring->ringno, Rctl, Type);
James Smart3772a992009-05-22 14:50:54 -04002985
James Smart92d7f7b2007-06-17 19:56:38 -05002986 return 1;
dea31012005-04-17 16:05:31 -05002987}
2988
James Smarte59058c2008-08-24 21:49:00 -04002989/**
James Smart3621a712009-04-06 18:47:14 -04002990 * lpfc_sli_iocbq_lookup - Find command iocb for the given response iocb
James Smarte59058c2008-08-24 21:49:00 -04002991 * @phba: Pointer to HBA context object.
2992 * @pring: Pointer to driver SLI ring object.
2993 * @prspiocb: Pointer to response iocb object.
2994 *
2995 * This function looks up the iocb_lookup table to get the command iocb
2996 * corresponding to the given response iocb using the iotag of the
James Smarte2a8be52019-05-06 17:26:47 -07002997 * response iocb. The driver calls this function with the hbalock held
2998 * for SLI3 ports or the ring lock held for SLI4 ports.
James Smarte59058c2008-08-24 21:49:00 -04002999 * This function returns the command iocb object if it finds the command
3000 * iocb else returns NULL.
3001 **/
dea31012005-04-17 16:05:31 -05003002static struct lpfc_iocbq *
James Smart2e0fef82007-06-17 19:56:36 -05003003lpfc_sli_iocbq_lookup(struct lpfc_hba *phba,
3004 struct lpfc_sli_ring *pring,
3005 struct lpfc_iocbq *prspiocb)
dea31012005-04-17 16:05:31 -05003006{
dea31012005-04-17 16:05:31 -05003007 struct lpfc_iocbq *cmd_iocb = NULL;
3008 uint16_t iotag;
James Smarte2a8be52019-05-06 17:26:47 -07003009 spinlock_t *temp_lock = NULL;
3010 unsigned long iflag = 0;
dea31012005-04-17 16:05:31 -05003011
James Smarte2a8be52019-05-06 17:26:47 -07003012 if (phba->sli_rev == LPFC_SLI_REV4)
3013 temp_lock = &pring->ring_lock;
3014 else
3015 temp_lock = &phba->hbalock;
3016
3017 spin_lock_irqsave(temp_lock, iflag);
James Bottomley604a3e32005-10-29 10:28:33 -05003018 iotag = prspiocb->iocb.ulpIoTag;
dea31012005-04-17 16:05:31 -05003019
James Bottomley604a3e32005-10-29 10:28:33 -05003020 if (iotag != 0 && iotag <= phba->sli.last_iotag) {
3021 cmd_iocb = phba->sli.iocbq_lookup[iotag];
James Smart4f2e66c2012-05-09 21:17:07 -04003022 if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) {
James Smart89533e92016-10-13 15:06:15 -07003023 /* remove from txcmpl queue list */
3024 list_del_init(&cmd_iocb->list);
James Smart4f2e66c2012-05-09 21:17:07 -04003025 cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smartc4908502019-01-28 11:14:28 -08003026 pring->txcmplq_cnt--;
James Smarte2a8be52019-05-06 17:26:47 -07003027 spin_unlock_irqrestore(temp_lock, iflag);
James Smart89533e92016-10-13 15:06:15 -07003028 return cmd_iocb;
James Smart2a9bf3d2010-06-07 15:24:45 -04003029 }
dea31012005-04-17 16:05:31 -05003030 }
3031
James Smarte2a8be52019-05-06 17:26:47 -07003032 spin_unlock_irqrestore(temp_lock, iflag);
dea31012005-04-17 16:05:31 -05003033 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart89533e92016-10-13 15:06:15 -07003034 "0317 iotag x%x is out of "
James Bottomley604a3e32005-10-29 10:28:33 -05003035 "range: max iotag x%x wd0 x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003036 iotag, phba->sli.last_iotag,
James Bottomley604a3e32005-10-29 10:28:33 -05003037 *(((uint32_t *) &prspiocb->iocb) + 7));
dea31012005-04-17 16:05:31 -05003038 return NULL;
3039}
3040
James Smarte59058c2008-08-24 21:49:00 -04003041/**
James Smart3772a992009-05-22 14:50:54 -04003042 * lpfc_sli_iocbq_lookup_by_tag - Find command iocb for the iotag
3043 * @phba: Pointer to HBA context object.
3044 * @pring: Pointer to driver SLI ring object.
3045 * @iotag: IOCB tag.
3046 *
3047 * This function looks up the iocb_lookup table to get the command iocb
James Smarte2a8be52019-05-06 17:26:47 -07003048 * corresponding to the given iotag. The driver calls this function with
3049 * the ring lock held because this function is an SLI4 port only helper.
James Smart3772a992009-05-22 14:50:54 -04003050 * This function returns the command iocb object if it finds the command
3051 * iocb else returns NULL.
3052 **/
3053static struct lpfc_iocbq *
3054lpfc_sli_iocbq_lookup_by_tag(struct lpfc_hba *phba,
3055 struct lpfc_sli_ring *pring, uint16_t iotag)
3056{
James Smart895427b2017-02-12 13:52:30 -08003057 struct lpfc_iocbq *cmd_iocb = NULL;
James Smarte2a8be52019-05-06 17:26:47 -07003058 spinlock_t *temp_lock = NULL;
3059 unsigned long iflag = 0;
James Smart3772a992009-05-22 14:50:54 -04003060
James Smarte2a8be52019-05-06 17:26:47 -07003061 if (phba->sli_rev == LPFC_SLI_REV4)
3062 temp_lock = &pring->ring_lock;
3063 else
3064 temp_lock = &phba->hbalock;
3065
3066 spin_lock_irqsave(temp_lock, iflag);
James Smart3772a992009-05-22 14:50:54 -04003067 if (iotag != 0 && iotag <= phba->sli.last_iotag) {
3068 cmd_iocb = phba->sli.iocbq_lookup[iotag];
James Smart4f2e66c2012-05-09 21:17:07 -04003069 if (cmd_iocb->iocb_flag & LPFC_IO_ON_TXCMPLQ) {
3070 /* remove from txcmpl queue list */
3071 list_del_init(&cmd_iocb->list);
3072 cmd_iocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smartc4908502019-01-28 11:14:28 -08003073 pring->txcmplq_cnt--;
James Smarte2a8be52019-05-06 17:26:47 -07003074 spin_unlock_irqrestore(temp_lock, iflag);
James Smart4f2e66c2012-05-09 21:17:07 -04003075 return cmd_iocb;
James Smart2a9bf3d2010-06-07 15:24:45 -04003076 }
James Smart3772a992009-05-22 14:50:54 -04003077 }
James Smart89533e92016-10-13 15:06:15 -07003078
James Smarte2a8be52019-05-06 17:26:47 -07003079 spin_unlock_irqrestore(temp_lock, iflag);
James Smart3772a992009-05-22 14:50:54 -04003080 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart895427b2017-02-12 13:52:30 -08003081 "0372 iotag x%x lookup error: max iotag (x%x) "
3082 "iocb_flag x%x\n",
3083 iotag, phba->sli.last_iotag,
3084 cmd_iocb ? cmd_iocb->iocb_flag : 0xffff);
James Smart3772a992009-05-22 14:50:54 -04003085 return NULL;
3086}
3087
3088/**
James Smart3621a712009-04-06 18:47:14 -04003089 * lpfc_sli_process_sol_iocb - process solicited iocb completion
James Smarte59058c2008-08-24 21:49:00 -04003090 * @phba: Pointer to HBA context object.
3091 * @pring: Pointer to driver SLI ring object.
3092 * @saveq: Pointer to the response iocb to be processed.
3093 *
3094 * This function is called by the ring event handler for non-fcp
3095 * rings when there is a new response iocb in the response ring.
3096 * The caller is not required to hold any locks. This function
3097 * gets the command iocb associated with the response iocb and
3098 * calls the completion handler for the command iocb. If there
3099 * is no completion handler, the function will free the resources
3100 * associated with command iocb. If the response iocb is for
3101 * an already aborted command iocb, the status of the completion
3102 * is changed to IOSTAT_LOCAL_REJECT/IOERR_SLI_ABORTED.
3103 * This function always returns 1.
3104 **/
dea31012005-04-17 16:05:31 -05003105static int
James Smart2e0fef82007-06-17 19:56:36 -05003106lpfc_sli_process_sol_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
dea31012005-04-17 16:05:31 -05003107 struct lpfc_iocbq *saveq)
3108{
James Smart2e0fef82007-06-17 19:56:36 -05003109 struct lpfc_iocbq *cmdiocbp;
dea31012005-04-17 16:05:31 -05003110 int rc = 1;
3111 unsigned long iflag;
3112
James Bottomley604a3e32005-10-29 10:28:33 -05003113 cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring, saveq);
dea31012005-04-17 16:05:31 -05003114 if (cmdiocbp) {
3115 if (cmdiocbp->iocb_cmpl) {
3116 /*
James Smartea2151b2008-09-07 11:52:10 -04003117 * If an ELS command failed send an event to mgmt
3118 * application.
3119 */
3120 if (saveq->iocb.ulpStatus &&
3121 (pring->ringno == LPFC_ELS_RING) &&
3122 (cmdiocbp->iocb.ulpCommand ==
3123 CMD_ELS_REQUEST64_CR))
3124 lpfc_send_els_failure_event(phba,
3125 cmdiocbp, saveq);
3126
3127 /*
dea31012005-04-17 16:05:31 -05003128 * Post all ELS completions to the worker thread.
3129 * All other are passed to the completion callback.
3130 */
3131 if (pring->ringno == LPFC_ELS_RING) {
James Smart341af102010-01-26 23:07:37 -05003132 if ((phba->sli_rev < LPFC_SLI_REV4) &&
3133 (cmdiocbp->iocb_flag &
3134 LPFC_DRIVER_ABORTED)) {
3135 spin_lock_irqsave(&phba->hbalock,
3136 iflag);
James Smart07951072007-04-25 09:51:38 -04003137 cmdiocbp->iocb_flag &=
3138 ~LPFC_DRIVER_ABORTED;
James Smart341af102010-01-26 23:07:37 -05003139 spin_unlock_irqrestore(&phba->hbalock,
3140 iflag);
James Smart07951072007-04-25 09:51:38 -04003141 saveq->iocb.ulpStatus =
3142 IOSTAT_LOCAL_REJECT;
3143 saveq->iocb.un.ulpWord[4] =
3144 IOERR_SLI_ABORTED;
James Smart0ff10d42008-01-11 01:52:36 -05003145
3146 /* Firmware could still be in progress
3147 * of DMAing payload, so don't free data
3148 * buffer till after a hbeat.
3149 */
James Smart341af102010-01-26 23:07:37 -05003150 spin_lock_irqsave(&phba->hbalock,
3151 iflag);
James Smart0ff10d42008-01-11 01:52:36 -05003152 saveq->iocb_flag |= LPFC_DELAY_MEM_FREE;
James Smart341af102010-01-26 23:07:37 -05003153 spin_unlock_irqrestore(&phba->hbalock,
3154 iflag);
3155 }
James Smart0f65ff62010-02-26 14:14:23 -05003156 if (phba->sli_rev == LPFC_SLI_REV4) {
3157 if (saveq->iocb_flag &
3158 LPFC_EXCHANGE_BUSY) {
3159 /* Set cmdiocb flag for the
3160 * exchange busy so sgl (xri)
3161 * will not be released until
3162 * the abort xri is received
3163 * from hba.
3164 */
3165 spin_lock_irqsave(
3166 &phba->hbalock, iflag);
3167 cmdiocbp->iocb_flag |=
3168 LPFC_EXCHANGE_BUSY;
3169 spin_unlock_irqrestore(
3170 &phba->hbalock, iflag);
3171 }
3172 if (cmdiocbp->iocb_flag &
3173 LPFC_DRIVER_ABORTED) {
3174 /*
3175 * Clear LPFC_DRIVER_ABORTED
3176 * bit in case it was driver
3177 * initiated abort.
3178 */
3179 spin_lock_irqsave(
3180 &phba->hbalock, iflag);
3181 cmdiocbp->iocb_flag &=
3182 ~LPFC_DRIVER_ABORTED;
3183 spin_unlock_irqrestore(
3184 &phba->hbalock, iflag);
3185 cmdiocbp->iocb.ulpStatus =
3186 IOSTAT_LOCAL_REJECT;
3187 cmdiocbp->iocb.un.ulpWord[4] =
3188 IOERR_ABORT_REQUESTED;
3189 /*
3190 * For SLI4, irsiocb contains
3191 * NO_XRI in sli_xritag, it
3192 * shall not affect releasing
3193 * sgl (xri) process.
3194 */
3195 saveq->iocb.ulpStatus =
3196 IOSTAT_LOCAL_REJECT;
3197 saveq->iocb.un.ulpWord[4] =
3198 IOERR_SLI_ABORTED;
3199 spin_lock_irqsave(
3200 &phba->hbalock, iflag);
3201 saveq->iocb_flag |=
3202 LPFC_DELAY_MEM_FREE;
3203 spin_unlock_irqrestore(
3204 &phba->hbalock, iflag);
3205 }
James Smart07951072007-04-25 09:51:38 -04003206 }
dea31012005-04-17 16:05:31 -05003207 }
James Smart2e0fef82007-06-17 19:56:36 -05003208 (cmdiocbp->iocb_cmpl) (phba, cmdiocbp, saveq);
James Bottomley604a3e32005-10-29 10:28:33 -05003209 } else
3210 lpfc_sli_release_iocbq(phba, cmdiocbp);
dea31012005-04-17 16:05:31 -05003211 } else {
3212 /*
3213 * Unknown initiating command based on the response iotag.
3214 * This could be the case on the ELS ring because of
3215 * lpfc_els_abort().
3216 */
3217 if (pring->ringno != LPFC_ELS_RING) {
3218 /*
3219 * Ring <ringno> handler: unexpected completion IoTag
3220 * <IoTag>
3221 */
James Smarta257bf92009-04-06 18:48:10 -04003222 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003223 "0322 Ring %d handler: "
3224 "unexpected completion IoTag x%x "
3225 "Data: x%x x%x x%x x%x\n",
3226 pring->ringno,
3227 saveq->iocb.ulpIoTag,
3228 saveq->iocb.ulpStatus,
3229 saveq->iocb.un.ulpWord[4],
3230 saveq->iocb.ulpCommand,
3231 saveq->iocb.ulpContext);
dea31012005-04-17 16:05:31 -05003232 }
3233 }
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -04003234
dea31012005-04-17 16:05:31 -05003235 return rc;
3236}
3237
James Smarte59058c2008-08-24 21:49:00 -04003238/**
James Smart3621a712009-04-06 18:47:14 -04003239 * lpfc_sli_rsp_pointers_error - Response ring pointer error handler
James Smarte59058c2008-08-24 21:49:00 -04003240 * @phba: Pointer to HBA context object.
3241 * @pring: Pointer to driver SLI ring object.
3242 *
3243 * This function is called from the iocb ring event handlers when
3244 * put pointer is ahead of the get pointer for a ring. This function signal
3245 * an error attention condition to the worker thread and the worker
3246 * thread will transition the HBA to offline state.
3247 **/
James Smart2e0fef82007-06-17 19:56:36 -05003248static void
3249lpfc_sli_rsp_pointers_error(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05003250{
James Smart34b02dc2008-08-24 21:49:55 -04003251 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05003252 /*
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003253 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05003254 * rsp ring <portRspMax>
3255 */
3256 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003257 "0312 Ring %d handler: portRspPut %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003258 "is bigger than rsp ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003259 pring->ringno, le32_to_cpu(pgp->rspPutInx),
James Smart7e56aa22012-08-03 12:35:34 -04003260 pring->sli.sli3.numRiocb);
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05003261
James Smart2e0fef82007-06-17 19:56:36 -05003262 phba->link_state = LPFC_HBA_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05003263
3264 /*
3265 * All error attention handlers are posted to
3266 * worker thread
3267 */
3268 phba->work_ha |= HA_ERATT;
3269 phba->work_hs = HS_FFER3;
James Smart92d7f7b2007-06-17 19:56:38 -05003270
James Smart5e9d9b82008-06-14 22:52:53 -04003271 lpfc_worker_wake_up(phba);
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05003272
3273 return;
3274}
3275
James Smarte59058c2008-08-24 21:49:00 -04003276/**
James Smart3621a712009-04-06 18:47:14 -04003277 * lpfc_poll_eratt - Error attention polling timer timeout handler
James Smart93996272008-08-24 21:50:30 -04003278 * @ptr: Pointer to address of HBA context object.
3279 *
3280 * This function is invoked by the Error Attention polling timer when the
3281 * timer times out. It will check the SLI Error Attention register for
3282 * possible attention events. If so, it will post an Error Attention event
3283 * and wake up worker thread to process it. Otherwise, it will set up the
3284 * Error Attention polling timer for the next poll.
3285 **/
Kees Cookf22eb4d2017-09-06 20:24:26 -07003286void lpfc_poll_eratt(struct timer_list *t)
James Smart93996272008-08-24 21:50:30 -04003287{
3288 struct lpfc_hba *phba;
James Smarteb016562014-09-03 12:58:06 -04003289 uint32_t eratt = 0;
James Smartaa6fbb72012-08-03 12:36:03 -04003290 uint64_t sli_intr, cnt;
James Smart93996272008-08-24 21:50:30 -04003291
Kees Cookf22eb4d2017-09-06 20:24:26 -07003292 phba = from_timer(phba, t, eratt_poll);
James Smart93996272008-08-24 21:50:30 -04003293
James Smartaa6fbb72012-08-03 12:36:03 -04003294 /* Here we will also keep track of interrupts per sec of the hba */
3295 sli_intr = phba->sli.slistat.sli_intr;
3296
3297 if (phba->sli.slistat.sli_prev_intr > sli_intr)
3298 cnt = (((uint64_t)(-1) - phba->sli.slistat.sli_prev_intr) +
3299 sli_intr);
3300 else
3301 cnt = (sli_intr - phba->sli.slistat.sli_prev_intr);
3302
James Smart65791f12016-07-06 12:35:56 -07003303 /* 64-bit integer division not supported on 32-bit x86 - use do_div */
3304 do_div(cnt, phba->eratt_poll_interval);
James Smartaa6fbb72012-08-03 12:36:03 -04003305 phba->sli.slistat.sli_ips = cnt;
3306
3307 phba->sli.slistat.sli_prev_intr = sli_intr;
3308
James Smart93996272008-08-24 21:50:30 -04003309 /* Check chip HA register for error event */
3310 eratt = lpfc_sli_check_eratt(phba);
3311
3312 if (eratt)
3313 /* Tell the worker thread there is work to do */
3314 lpfc_worker_wake_up(phba);
3315 else
3316 /* Restart the timer for next eratt poll */
James Smart256ec0d2013-04-17 20:14:58 -04003317 mod_timer(&phba->eratt_poll,
3318 jiffies +
James Smart65791f12016-07-06 12:35:56 -07003319 msecs_to_jiffies(1000 * phba->eratt_poll_interval));
James Smart93996272008-08-24 21:50:30 -04003320 return;
3321}
3322
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05003323
James Smarte59058c2008-08-24 21:49:00 -04003324/**
James Smart3621a712009-04-06 18:47:14 -04003325 * lpfc_sli_handle_fast_ring_event - Handle ring events on FCP ring
James Smarte59058c2008-08-24 21:49:00 -04003326 * @phba: Pointer to HBA context object.
3327 * @pring: Pointer to driver SLI ring object.
3328 * @mask: Host attention register mask for this ring.
3329 *
3330 * This function is called from the interrupt context when there is a ring
3331 * event for the fcp ring. The caller does not hold any lock.
3332 * The function processes each response iocb in the response ring until it
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003333 * finds an iocb with LE bit set and chains all the iocbs up to the iocb with
James Smarte59058c2008-08-24 21:49:00 -04003334 * LE bit set. The function will call the completion handler of the command iocb
3335 * if the response iocb indicates a completion for a command iocb or it is
3336 * an abort completion. The function will call lpfc_sli_process_unsol_iocb
3337 * function if this is an unsolicited iocb.
dea31012005-04-17 16:05:31 -05003338 * This routine presumes LPFC_FCP_RING handling and doesn't bother
James Smart45ed1192009-10-02 15:17:02 -04003339 * to check it explicitly.
3340 */
3341int
James Smart2e0fef82007-06-17 19:56:36 -05003342lpfc_sli_handle_fast_ring_event(struct lpfc_hba *phba,
3343 struct lpfc_sli_ring *pring, uint32_t mask)
dea31012005-04-17 16:05:31 -05003344{
James Smart34b02dc2008-08-24 21:49:55 -04003345 struct lpfc_pgp *pgp = &phba->port_gp[pring->ringno];
dea31012005-04-17 16:05:31 -05003346 IOCB_t *irsp = NULL;
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04003347 IOCB_t *entry = NULL;
dea31012005-04-17 16:05:31 -05003348 struct lpfc_iocbq *cmdiocbq = NULL;
3349 struct lpfc_iocbq rspiocbq;
dea31012005-04-17 16:05:31 -05003350 uint32_t status;
3351 uint32_t portRspPut, portRspMax;
3352 int rc = 1;
3353 lpfc_iocb_type type;
3354 unsigned long iflag;
3355 uint32_t rsp_cmpl = 0;
dea31012005-04-17 16:05:31 -05003356
James Smart2e0fef82007-06-17 19:56:36 -05003357 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003358 pring->stats.iocb_event++;
3359
dea31012005-04-17 16:05:31 -05003360 /*
3361 * The next available response entry should never exceed the maximum
3362 * entries. If it does, treat it as an adapter hardware error.
3363 */
James Smart7e56aa22012-08-03 12:35:34 -04003364 portRspMax = pring->sli.sli3.numRiocb;
dea31012005-04-17 16:05:31 -05003365 portRspPut = le32_to_cpu(pgp->rspPutInx);
3366 if (unlikely(portRspPut >= portRspMax)) {
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05003367 lpfc_sli_rsp_pointers_error(phba, pring);
James Smart2e0fef82007-06-17 19:56:36 -05003368 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003369 return 1;
3370 }
James Smart45ed1192009-10-02 15:17:02 -04003371 if (phba->fcp_ring_in_use) {
3372 spin_unlock_irqrestore(&phba->hbalock, iflag);
3373 return 1;
3374 } else
3375 phba->fcp_ring_in_use = 1;
dea31012005-04-17 16:05:31 -05003376
3377 rmb();
James Smart7e56aa22012-08-03 12:35:34 -04003378 while (pring->sli.sli3.rspidx != portRspPut) {
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04003379 /*
3380 * Fetch an entry off the ring and copy it into a local data
3381 * structure. The copy involves a byte-swap since the
3382 * network byte order and pci byte orders are different.
3383 */
James Smarted957682007-06-17 19:56:37 -05003384 entry = lpfc_resp_iocb(phba, pring);
James Smart858c9f62007-06-17 19:56:39 -05003385 phba->last_completion_time = jiffies;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05003386
James Smart7e56aa22012-08-03 12:35:34 -04003387 if (++pring->sli.sli3.rspidx >= portRspMax)
3388 pring->sli.sli3.rspidx = 0;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -05003389
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04003390 lpfc_sli_pcimem_bcopy((uint32_t *) entry,
3391 (uint32_t *) &rspiocbq.iocb,
James Smarted957682007-06-17 19:56:37 -05003392 phba->iocb_rsp_size);
James Smarta4bc3372006-12-02 13:34:16 -05003393 INIT_LIST_HEAD(&(rspiocbq.list));
James.Smart@Emulex.Com87f6eaf2005-06-25 10:34:13 -04003394 irsp = &rspiocbq.iocb;
3395
dea31012005-04-17 16:05:31 -05003396 type = lpfc_sli_iocb_cmd_type(irsp->ulpCommand & CMD_IOCB_MASK);
3397 pring->stats.iocb_rsp++;
3398 rsp_cmpl++;
3399
3400 if (unlikely(irsp->ulpStatus)) {
James Smart92d7f7b2007-06-17 19:56:38 -05003401 /*
3402 * If resource errors reported from HBA, reduce
3403 * queuedepths of the SCSI device.
3404 */
3405 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&
James Smarte3d2b802012-08-14 14:25:43 -04003406 ((irsp->un.ulpWord[4] & IOERR_PARAM_MASK) ==
3407 IOERR_NO_RESOURCES)) {
James Smart92d7f7b2007-06-17 19:56:38 -05003408 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04003409 phba->lpfc_rampdown_queue_depth(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05003410 spin_lock_irqsave(&phba->hbalock, iflag);
3411 }
3412
dea31012005-04-17 16:05:31 -05003413 /* Rsp ring <ringno> error: IOCB */
3414 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003415 "0336 Rsp Ring %d error: IOCB Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05003416 "x%x x%x x%x x%x x%x x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003417 pring->ringno,
James Smart92d7f7b2007-06-17 19:56:38 -05003418 irsp->un.ulpWord[0],
3419 irsp->un.ulpWord[1],
3420 irsp->un.ulpWord[2],
3421 irsp->un.ulpWord[3],
3422 irsp->un.ulpWord[4],
3423 irsp->un.ulpWord[5],
James Smartd7c255b2008-08-24 21:50:00 -04003424 *(uint32_t *)&irsp->un1,
3425 *((uint32_t *)&irsp->un1 + 1));
dea31012005-04-17 16:05:31 -05003426 }
3427
3428 switch (type) {
3429 case LPFC_ABORT_IOCB:
3430 case LPFC_SOL_IOCB:
3431 /*
3432 * Idle exchange closed via ABTS from port. No iocb
3433 * resources need to be recovered.
3434 */
3435 if (unlikely(irsp->ulpCommand == CMD_XRI_ABORTED_CX)) {
James Smartdca94792006-08-01 07:34:08 -04003436 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003437 "0333 IOCB cmd 0x%x"
James Smartdca94792006-08-01 07:34:08 -04003438 " processed. Skipping"
James Smart92d7f7b2007-06-17 19:56:38 -05003439 " completion\n",
James Smartdca94792006-08-01 07:34:08 -04003440 irsp->ulpCommand);
dea31012005-04-17 16:05:31 -05003441 break;
3442 }
3443
James Smarte2a8be52019-05-06 17:26:47 -07003444 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Bottomley604a3e32005-10-29 10:28:33 -05003445 cmdiocbq = lpfc_sli_iocbq_lookup(phba, pring,
3446 &rspiocbq);
James Smarte2a8be52019-05-06 17:26:47 -07003447 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart0f65ff62010-02-26 14:14:23 -05003448 if (unlikely(!cmdiocbq))
3449 break;
3450 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED)
3451 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
3452 if (cmdiocbq->iocb_cmpl) {
3453 spin_unlock_irqrestore(&phba->hbalock, iflag);
3454 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq,
3455 &rspiocbq);
3456 spin_lock_irqsave(&phba->hbalock, iflag);
3457 }
dea31012005-04-17 16:05:31 -05003458 break;
James Smarta4bc3372006-12-02 13:34:16 -05003459 case LPFC_UNSOL_IOCB:
James Smart2e0fef82007-06-17 19:56:36 -05003460 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta4bc3372006-12-02 13:34:16 -05003461 lpfc_sli_process_unsol_iocb(phba, pring, &rspiocbq);
James Smart2e0fef82007-06-17 19:56:36 -05003462 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta4bc3372006-12-02 13:34:16 -05003463 break;
dea31012005-04-17 16:05:31 -05003464 default:
3465 if (irsp->ulpCommand == CMD_ADAPTER_MSG) {
3466 char adaptermsg[LPFC_MAX_ADPTMSG];
3467 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG);
3468 memcpy(&adaptermsg[0], (uint8_t *) irsp,
3469 MAX_MSG_DATA);
Joe Perches898eb712007-10-18 03:06:30 -07003470 dev_warn(&((phba->pcidev)->dev),
3471 "lpfc%d: %s\n",
dea31012005-04-17 16:05:31 -05003472 phba->brd_no, adaptermsg);
3473 } else {
3474 /* Unknown IOCB command */
3475 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003476 "0334 Unknown IOCB command "
James Smart92d7f7b2007-06-17 19:56:38 -05003477 "Data: x%x, x%x x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003478 type, irsp->ulpCommand,
James Smart92d7f7b2007-06-17 19:56:38 -05003479 irsp->ulpStatus,
3480 irsp->ulpIoTag,
3481 irsp->ulpContext);
dea31012005-04-17 16:05:31 -05003482 }
3483 break;
3484 }
3485
3486 /*
3487 * The response IOCB has been processed. Update the ring
3488 * pointer in SLIM. If the port response put pointer has not
3489 * been updated, sync the pgp->rspPutInx and fetch the new port
3490 * response put pointer.
3491 */
James Smart7e56aa22012-08-03 12:35:34 -04003492 writel(pring->sli.sli3.rspidx,
3493 &phba->host_gp[pring->ringno].rspGetInx);
dea31012005-04-17 16:05:31 -05003494
James Smart7e56aa22012-08-03 12:35:34 -04003495 if (pring->sli.sli3.rspidx == portRspPut)
dea31012005-04-17 16:05:31 -05003496 portRspPut = le32_to_cpu(pgp->rspPutInx);
3497 }
3498
3499 if ((rsp_cmpl > 0) && (mask & HA_R0RE_REQ)) {
3500 pring->stats.iocb_rsp_full++;
3501 status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4));
3502 writel(status, phba->CAregaddr);
3503 readl(phba->CAregaddr);
3504 }
3505 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
3506 pring->flag &= ~LPFC_CALL_RING_AVAILABLE;
3507 pring->stats.iocb_cmd_empty++;
3508
3509 /* Force update of the local copy of cmdGetInx */
James Smart7e56aa22012-08-03 12:35:34 -04003510 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05003511 lpfc_sli_resume_iocb(phba, pring);
3512
3513 if ((pring->lpfc_sli_cmd_available))
3514 (pring->lpfc_sli_cmd_available) (phba, pring);
3515
3516 }
3517
James Smart45ed1192009-10-02 15:17:02 -04003518 phba->fcp_ring_in_use = 0;
James Smart2e0fef82007-06-17 19:56:36 -05003519 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003520 return rc;
3521}
3522
James Smarte59058c2008-08-24 21:49:00 -04003523/**
James Smart3772a992009-05-22 14:50:54 -04003524 * lpfc_sli_sp_handle_rspiocb - Handle slow-path response iocb
3525 * @phba: Pointer to HBA context object.
3526 * @pring: Pointer to driver SLI ring object.
3527 * @rspiocbp: Pointer to driver response IOCB object.
3528 *
3529 * This function is called from the worker thread when there is a slow-path
3530 * response IOCB to process. This function chains all the response iocbs until
3531 * seeing the iocb with the LE bit set. The function will call
3532 * lpfc_sli_process_sol_iocb function if the response iocb indicates a
3533 * completion of a command iocb. The function will call the
3534 * lpfc_sli_process_unsol_iocb function if this is an unsolicited iocb.
3535 * The function frees the resources or calls the completion handler if this
3536 * iocb is an abort completion. The function returns NULL when the response
3537 * iocb has the LE bit set and all the chained iocbs are processed, otherwise
3538 * this function shall chain the iocb on to the iocb_continueq and return the
3539 * response iocb passed in.
3540 **/
3541static struct lpfc_iocbq *
3542lpfc_sli_sp_handle_rspiocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
3543 struct lpfc_iocbq *rspiocbp)
3544{
3545 struct lpfc_iocbq *saveq;
3546 struct lpfc_iocbq *cmdiocbp;
3547 struct lpfc_iocbq *next_iocb;
3548 IOCB_t *irsp = NULL;
3549 uint32_t free_saveq;
3550 uint8_t iocb_cmd_type;
3551 lpfc_iocb_type type;
3552 unsigned long iflag;
3553 int rc;
3554
3555 spin_lock_irqsave(&phba->hbalock, iflag);
3556 /* First add the response iocb to the countinueq list */
3557 list_add_tail(&rspiocbp->list, &(pring->iocb_continueq));
3558 pring->iocb_continueq_cnt++;
3559
Justin P. Mattock70f23fd2011-05-10 10:16:21 +02003560 /* Now, determine whether the list is completed for processing */
James Smart3772a992009-05-22 14:50:54 -04003561 irsp = &rspiocbp->iocb;
3562 if (irsp->ulpLe) {
3563 /*
3564 * By default, the driver expects to free all resources
3565 * associated with this iocb completion.
3566 */
3567 free_saveq = 1;
3568 saveq = list_get_first(&pring->iocb_continueq,
3569 struct lpfc_iocbq, list);
3570 irsp = &(saveq->iocb);
3571 list_del_init(&pring->iocb_continueq);
3572 pring->iocb_continueq_cnt = 0;
3573
3574 pring->stats.iocb_rsp++;
3575
3576 /*
3577 * If resource errors reported from HBA, reduce
3578 * queuedepths of the SCSI device.
3579 */
3580 if ((irsp->ulpStatus == IOSTAT_LOCAL_REJECT) &&
James Smarte3d2b802012-08-14 14:25:43 -04003581 ((irsp->un.ulpWord[4] & IOERR_PARAM_MASK) ==
3582 IOERR_NO_RESOURCES)) {
James Smart3772a992009-05-22 14:50:54 -04003583 spin_unlock_irqrestore(&phba->hbalock, iflag);
3584 phba->lpfc_rampdown_queue_depth(phba);
3585 spin_lock_irqsave(&phba->hbalock, iflag);
3586 }
3587
3588 if (irsp->ulpStatus) {
3589 /* Rsp ring <ringno> error: IOCB */
3590 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3591 "0328 Rsp Ring %d error: "
3592 "IOCB Data: "
3593 "x%x x%x x%x x%x "
3594 "x%x x%x x%x x%x "
3595 "x%x x%x x%x x%x "
3596 "x%x x%x x%x x%x\n",
3597 pring->ringno,
3598 irsp->un.ulpWord[0],
3599 irsp->un.ulpWord[1],
3600 irsp->un.ulpWord[2],
3601 irsp->un.ulpWord[3],
3602 irsp->un.ulpWord[4],
3603 irsp->un.ulpWord[5],
3604 *(((uint32_t *) irsp) + 6),
3605 *(((uint32_t *) irsp) + 7),
3606 *(((uint32_t *) irsp) + 8),
3607 *(((uint32_t *) irsp) + 9),
3608 *(((uint32_t *) irsp) + 10),
3609 *(((uint32_t *) irsp) + 11),
3610 *(((uint32_t *) irsp) + 12),
3611 *(((uint32_t *) irsp) + 13),
3612 *(((uint32_t *) irsp) + 14),
3613 *(((uint32_t *) irsp) + 15));
3614 }
3615
3616 /*
3617 * Fetch the IOCB command type and call the correct completion
3618 * routine. Solicited and Unsolicited IOCBs on the ELS ring
3619 * get freed back to the lpfc_iocb_list by the discovery
3620 * kernel thread.
3621 */
3622 iocb_cmd_type = irsp->ulpCommand & CMD_IOCB_MASK;
3623 type = lpfc_sli_iocb_cmd_type(iocb_cmd_type);
3624 switch (type) {
3625 case LPFC_SOL_IOCB:
3626 spin_unlock_irqrestore(&phba->hbalock, iflag);
3627 rc = lpfc_sli_process_sol_iocb(phba, pring, saveq);
3628 spin_lock_irqsave(&phba->hbalock, iflag);
3629 break;
3630
3631 case LPFC_UNSOL_IOCB:
3632 spin_unlock_irqrestore(&phba->hbalock, iflag);
3633 rc = lpfc_sli_process_unsol_iocb(phba, pring, saveq);
3634 spin_lock_irqsave(&phba->hbalock, iflag);
3635 if (!rc)
3636 free_saveq = 0;
3637 break;
3638
3639 case LPFC_ABORT_IOCB:
3640 cmdiocbp = NULL;
James Smarte2a8be52019-05-06 17:26:47 -07003641 if (irsp->ulpCommand != CMD_XRI_ABORTED_CX) {
3642 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04003643 cmdiocbp = lpfc_sli_iocbq_lookup(phba, pring,
3644 saveq);
James Smarte2a8be52019-05-06 17:26:47 -07003645 spin_lock_irqsave(&phba->hbalock, iflag);
3646 }
James Smart3772a992009-05-22 14:50:54 -04003647 if (cmdiocbp) {
3648 /* Call the specified completion routine */
3649 if (cmdiocbp->iocb_cmpl) {
3650 spin_unlock_irqrestore(&phba->hbalock,
3651 iflag);
3652 (cmdiocbp->iocb_cmpl)(phba, cmdiocbp,
3653 saveq);
3654 spin_lock_irqsave(&phba->hbalock,
3655 iflag);
3656 } else
3657 __lpfc_sli_release_iocbq(phba,
3658 cmdiocbp);
3659 }
3660 break;
3661
3662 case LPFC_UNKNOWN_IOCB:
3663 if (irsp->ulpCommand == CMD_ADAPTER_MSG) {
3664 char adaptermsg[LPFC_MAX_ADPTMSG];
3665 memset(adaptermsg, 0, LPFC_MAX_ADPTMSG);
3666 memcpy(&adaptermsg[0], (uint8_t *)irsp,
3667 MAX_MSG_DATA);
3668 dev_warn(&((phba->pcidev)->dev),
3669 "lpfc%d: %s\n",
3670 phba->brd_no, adaptermsg);
3671 } else {
3672 /* Unknown IOCB command */
3673 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3674 "0335 Unknown IOCB "
3675 "command Data: x%x "
3676 "x%x x%x x%x\n",
3677 irsp->ulpCommand,
3678 irsp->ulpStatus,
3679 irsp->ulpIoTag,
3680 irsp->ulpContext);
3681 }
3682 break;
3683 }
3684
3685 if (free_saveq) {
3686 list_for_each_entry_safe(rspiocbp, next_iocb,
3687 &saveq->list, list) {
James Smart61f35bf2013-05-31 17:03:48 -04003688 list_del_init(&rspiocbp->list);
James Smart3772a992009-05-22 14:50:54 -04003689 __lpfc_sli_release_iocbq(phba, rspiocbp);
3690 }
3691 __lpfc_sli_release_iocbq(phba, saveq);
3692 }
3693 rspiocbp = NULL;
3694 }
3695 spin_unlock_irqrestore(&phba->hbalock, iflag);
3696 return rspiocbp;
3697}
3698
3699/**
3700 * lpfc_sli_handle_slow_ring_event - Wrapper func for handling slow-path iocbs
James Smarte59058c2008-08-24 21:49:00 -04003701 * @phba: Pointer to HBA context object.
3702 * @pring: Pointer to driver SLI ring object.
3703 * @mask: Host attention register mask for this ring.
3704 *
James Smart3772a992009-05-22 14:50:54 -04003705 * This routine wraps the actual slow_ring event process routine from the
3706 * API jump table function pointer from the lpfc_hba struct.
James Smarte59058c2008-08-24 21:49:00 -04003707 **/
James Smart3772a992009-05-22 14:50:54 -04003708void
James Smart2e0fef82007-06-17 19:56:36 -05003709lpfc_sli_handle_slow_ring_event(struct lpfc_hba *phba,
3710 struct lpfc_sli_ring *pring, uint32_t mask)
dea31012005-04-17 16:05:31 -05003711{
James Smart3772a992009-05-22 14:50:54 -04003712 phba->lpfc_sli_handle_slow_ring_event(phba, pring, mask);
3713}
3714
3715/**
3716 * lpfc_sli_handle_slow_ring_event_s3 - Handle SLI3 ring event for non-FCP rings
3717 * @phba: Pointer to HBA context object.
3718 * @pring: Pointer to driver SLI ring object.
3719 * @mask: Host attention register mask for this ring.
3720 *
3721 * This function is called from the worker thread when there is a ring event
3722 * for non-fcp rings. The caller does not hold any lock. The function will
3723 * remove each response iocb in the response ring and calls the handle
3724 * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it.
3725 **/
3726static void
3727lpfc_sli_handle_slow_ring_event_s3(struct lpfc_hba *phba,
3728 struct lpfc_sli_ring *pring, uint32_t mask)
3729{
James Smart34b02dc2008-08-24 21:49:55 -04003730 struct lpfc_pgp *pgp;
dea31012005-04-17 16:05:31 -05003731 IOCB_t *entry;
3732 IOCB_t *irsp = NULL;
3733 struct lpfc_iocbq *rspiocbp = NULL;
dea31012005-04-17 16:05:31 -05003734 uint32_t portRspPut, portRspMax;
dea31012005-04-17 16:05:31 -05003735 unsigned long iflag;
James Smart3772a992009-05-22 14:50:54 -04003736 uint32_t status;
dea31012005-04-17 16:05:31 -05003737
James Smart34b02dc2008-08-24 21:49:55 -04003738 pgp = &phba->port_gp[pring->ringno];
James Smart2e0fef82007-06-17 19:56:36 -05003739 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003740 pring->stats.iocb_event++;
3741
dea31012005-04-17 16:05:31 -05003742 /*
3743 * The next available response entry should never exceed the maximum
3744 * entries. If it does, treat it as an adapter hardware error.
3745 */
James Smart7e56aa22012-08-03 12:35:34 -04003746 portRspMax = pring->sli.sli3.numRiocb;
dea31012005-04-17 16:05:31 -05003747 portRspPut = le32_to_cpu(pgp->rspPutInx);
3748 if (portRspPut >= portRspMax) {
3749 /*
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003750 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
dea31012005-04-17 16:05:31 -05003751 * rsp ring <portRspMax>
3752 */
James Smarted957682007-06-17 19:56:37 -05003753 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04003754 "0303 Ring %d handler: portRspPut %d "
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003755 "is bigger than rsp ring %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003756 pring->ringno, portRspPut, portRspMax);
dea31012005-04-17 16:05:31 -05003757
James Smart2e0fef82007-06-17 19:56:36 -05003758 phba->link_state = LPFC_HBA_ERROR;
3759 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003760
3761 phba->work_hs = HS_FFER3;
3762 lpfc_handle_eratt(phba);
3763
James Smart3772a992009-05-22 14:50:54 -04003764 return;
dea31012005-04-17 16:05:31 -05003765 }
3766
3767 rmb();
James Smart7e56aa22012-08-03 12:35:34 -04003768 while (pring->sli.sli3.rspidx != portRspPut) {
dea31012005-04-17 16:05:31 -05003769 /*
3770 * Build a completion list and call the appropriate handler.
3771 * The process is to get the next available response iocb, get
3772 * a free iocb from the list, copy the response data into the
3773 * free iocb, insert to the continuation list, and update the
3774 * next response index to slim. This process makes response
3775 * iocb's in the ring available to DMA as fast as possible but
3776 * pays a penalty for a copy operation. Since the iocb is
3777 * only 32 bytes, this penalty is considered small relative to
3778 * the PCI reads for register values and a slim write. When
3779 * the ulpLe field is set, the entire Command has been
3780 * received.
3781 */
James Smarted957682007-06-17 19:56:37 -05003782 entry = lpfc_resp_iocb(phba, pring);
3783
James Smart858c9f62007-06-17 19:56:39 -05003784 phba->last_completion_time = jiffies;
James Smart2e0fef82007-06-17 19:56:36 -05003785 rspiocbp = __lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05003786 if (rspiocbp == NULL) {
3787 printk(KERN_ERR "%s: out of buffers! Failing "
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07003788 "completion.\n", __func__);
dea31012005-04-17 16:05:31 -05003789 break;
3790 }
3791
James Smarted957682007-06-17 19:56:37 -05003792 lpfc_sli_pcimem_bcopy(entry, &rspiocbp->iocb,
3793 phba->iocb_rsp_size);
dea31012005-04-17 16:05:31 -05003794 irsp = &rspiocbp->iocb;
3795
James Smart7e56aa22012-08-03 12:35:34 -04003796 if (++pring->sli.sli3.rspidx >= portRspMax)
3797 pring->sli.sli3.rspidx = 0;
dea31012005-04-17 16:05:31 -05003798
James Smarta58cbd52007-08-02 11:09:43 -04003799 if (pring->ringno == LPFC_ELS_RING) {
3800 lpfc_debugfs_slow_ring_trc(phba,
3801 "IOCB rsp ring: wd4:x%08x wd6:x%08x wd7:x%08x",
3802 *(((uint32_t *) irsp) + 4),
3803 *(((uint32_t *) irsp) + 6),
3804 *(((uint32_t *) irsp) + 7));
3805 }
3806
James Smart7e56aa22012-08-03 12:35:34 -04003807 writel(pring->sli.sli3.rspidx,
3808 &phba->host_gp[pring->ringno].rspGetInx);
dea31012005-04-17 16:05:31 -05003809
James Smart3772a992009-05-22 14:50:54 -04003810 spin_unlock_irqrestore(&phba->hbalock, iflag);
3811 /* Handle the response IOCB */
3812 rspiocbp = lpfc_sli_sp_handle_rspiocb(phba, pring, rspiocbp);
3813 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -05003814
3815 /*
3816 * If the port response put pointer has not been updated, sync
3817 * the pgp->rspPutInx in the MAILBOX_tand fetch the new port
3818 * response put pointer.
3819 */
James Smart7e56aa22012-08-03 12:35:34 -04003820 if (pring->sli.sli3.rspidx == portRspPut) {
dea31012005-04-17 16:05:31 -05003821 portRspPut = le32_to_cpu(pgp->rspPutInx);
3822 }
James Smart7e56aa22012-08-03 12:35:34 -04003823 } /* while (pring->sli.sli3.rspidx != portRspPut) */
dea31012005-04-17 16:05:31 -05003824
James Smart92d7f7b2007-06-17 19:56:38 -05003825 if ((rspiocbp != NULL) && (mask & HA_R0RE_REQ)) {
dea31012005-04-17 16:05:31 -05003826 /* At least one response entry has been freed */
3827 pring->stats.iocb_rsp_full++;
3828 /* SET RxRE_RSP in Chip Att register */
3829 status = ((CA_R0ATT | CA_R0RE_RSP) << (pring->ringno * 4));
3830 writel(status, phba->CAregaddr);
3831 readl(phba->CAregaddr); /* flush */
3832 }
3833 if ((mask & HA_R0CE_RSP) && (pring->flag & LPFC_CALL_RING_AVAILABLE)) {
3834 pring->flag &= ~LPFC_CALL_RING_AVAILABLE;
3835 pring->stats.iocb_cmd_empty++;
3836
3837 /* Force update of the local copy of cmdGetInx */
James Smart7e56aa22012-08-03 12:35:34 -04003838 pring->sli.sli3.local_getidx = le32_to_cpu(pgp->cmdGetInx);
dea31012005-04-17 16:05:31 -05003839 lpfc_sli_resume_iocb(phba, pring);
3840
3841 if ((pring->lpfc_sli_cmd_available))
3842 (pring->lpfc_sli_cmd_available) (phba, pring);
3843
3844 }
3845
James Smart2e0fef82007-06-17 19:56:36 -05003846 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart3772a992009-05-22 14:50:54 -04003847 return;
dea31012005-04-17 16:05:31 -05003848}
3849
James Smarte59058c2008-08-24 21:49:00 -04003850/**
James Smart4f774512009-05-22 14:52:35 -04003851 * lpfc_sli_handle_slow_ring_event_s4 - Handle SLI4 slow-path els events
3852 * @phba: Pointer to HBA context object.
3853 * @pring: Pointer to driver SLI ring object.
3854 * @mask: Host attention register mask for this ring.
3855 *
3856 * This function is called from the worker thread when there is a pending
3857 * ELS response iocb on the driver internal slow-path response iocb worker
3858 * queue. The caller does not hold any lock. The function will remove each
3859 * response iocb from the response worker queue and calls the handle
3860 * response iocb routine (lpfc_sli_sp_handle_rspiocb) to process it.
3861 **/
3862static void
3863lpfc_sli_handle_slow_ring_event_s4(struct lpfc_hba *phba,
3864 struct lpfc_sli_ring *pring, uint32_t mask)
3865{
3866 struct lpfc_iocbq *irspiocbq;
James Smart4d9ab992009-10-02 15:16:39 -04003867 struct hbq_dmabuf *dmabuf;
3868 struct lpfc_cq_event *cq_event;
James Smart4f774512009-05-22 14:52:35 -04003869 unsigned long iflag;
James Smart0ef01a22018-09-10 10:30:45 -07003870 int count = 0;
James Smart4f774512009-05-22 14:52:35 -04003871
James Smart45ed1192009-10-02 15:17:02 -04003872 spin_lock_irqsave(&phba->hbalock, iflag);
3873 phba->hba_flag &= ~HBA_SP_QUEUE_EVT;
3874 spin_unlock_irqrestore(&phba->hbalock, iflag);
3875 while (!list_empty(&phba->sli4_hba.sp_queue_event)) {
James Smart4f774512009-05-22 14:52:35 -04003876 /* Get the response iocb from the head of work queue */
3877 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart45ed1192009-10-02 15:17:02 -04003878 list_remove_head(&phba->sli4_hba.sp_queue_event,
James Smart4d9ab992009-10-02 15:16:39 -04003879 cq_event, struct lpfc_cq_event, list);
James Smart4f774512009-05-22 14:52:35 -04003880 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart4d9ab992009-10-02 15:16:39 -04003881
3882 switch (bf_get(lpfc_wcqe_c_code, &cq_event->cqe.wcqe_cmpl)) {
3883 case CQE_CODE_COMPL_WQE:
3884 irspiocbq = container_of(cq_event, struct lpfc_iocbq,
3885 cq_event);
James Smart45ed1192009-10-02 15:17:02 -04003886 /* Translate ELS WCQE to response IOCBQ */
3887 irspiocbq = lpfc_sli4_els_wcqe_to_rspiocbq(phba,
3888 irspiocbq);
3889 if (irspiocbq)
3890 lpfc_sli_sp_handle_rspiocb(phba, pring,
3891 irspiocbq);
James Smart0ef01a22018-09-10 10:30:45 -07003892 count++;
James Smart4d9ab992009-10-02 15:16:39 -04003893 break;
3894 case CQE_CODE_RECEIVE:
James Smart7851fe22011-07-22 18:36:52 -04003895 case CQE_CODE_RECEIVE_V1:
James Smart4d9ab992009-10-02 15:16:39 -04003896 dmabuf = container_of(cq_event, struct hbq_dmabuf,
3897 cq_event);
3898 lpfc_sli4_handle_received_buffer(phba, dmabuf);
James Smart0ef01a22018-09-10 10:30:45 -07003899 count++;
James Smart4d9ab992009-10-02 15:16:39 -04003900 break;
3901 default:
3902 break;
3903 }
James Smart0ef01a22018-09-10 10:30:45 -07003904
3905 /* Limit the number of events to 64 to avoid soft lockups */
3906 if (count == 64)
3907 break;
James Smart4f774512009-05-22 14:52:35 -04003908 }
3909}
3910
3911/**
James Smart3621a712009-04-06 18:47:14 -04003912 * lpfc_sli_abort_iocb_ring - Abort all iocbs in the ring
James Smarte59058c2008-08-24 21:49:00 -04003913 * @phba: Pointer to HBA context object.
3914 * @pring: Pointer to driver SLI ring object.
3915 *
3916 * This function aborts all iocbs in the given ring and frees all the iocb
3917 * objects in txq. This function issues an abort iocb for all the iocb commands
3918 * in txcmplq. The iocbs in the txcmplq is not guaranteed to complete before
3919 * the return of this function. The caller is not required to hold any locks.
3920 **/
James Smart2e0fef82007-06-17 19:56:36 -05003921void
dea31012005-04-17 16:05:31 -05003922lpfc_sli_abort_iocb_ring(struct lpfc_hba *phba, struct lpfc_sli_ring *pring)
3923{
James Smart2534ba72007-04-25 09:52:20 -04003924 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05003925 struct lpfc_iocbq *iocb, *next_iocb;
dea31012005-04-17 16:05:31 -05003926
James Smart92d7f7b2007-06-17 19:56:38 -05003927 if (pring->ringno == LPFC_ELS_RING) {
3928 lpfc_fabric_abort_hba(phba);
3929 }
3930
dea31012005-04-17 16:05:31 -05003931 /* Error everything on txq and txcmplq
3932 * First do the txq.
3933 */
James Smartdb55fba2014-04-04 13:52:02 -04003934 if (phba->sli_rev >= LPFC_SLI_REV4) {
3935 spin_lock_irq(&pring->ring_lock);
3936 list_splice_init(&pring->txq, &completions);
3937 pring->txq_cnt = 0;
3938 spin_unlock_irq(&pring->ring_lock);
dea31012005-04-17 16:05:31 -05003939
James Smartdb55fba2014-04-04 13:52:02 -04003940 spin_lock_irq(&phba->hbalock);
3941 /* Next issue ABTS for everything on the txcmplq */
3942 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list)
3943 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
3944 spin_unlock_irq(&phba->hbalock);
3945 } else {
3946 spin_lock_irq(&phba->hbalock);
3947 list_splice_init(&pring->txq, &completions);
3948 pring->txq_cnt = 0;
James Smart2534ba72007-04-25 09:52:20 -04003949
James Smartdb55fba2014-04-04 13:52:02 -04003950 /* Next issue ABTS for everything on the txcmplq */
3951 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list)
3952 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
3953 spin_unlock_irq(&phba->hbalock);
3954 }
James Smart2534ba72007-04-25 09:52:20 -04003955
James Smarta257bf92009-04-06 18:48:10 -04003956 /* Cancel all the IOCBs from the completions list */
3957 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
3958 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05003959}
3960
James Smarte59058c2008-08-24 21:49:00 -04003961/**
James Smartdb55fba2014-04-04 13:52:02 -04003962 * lpfc_sli_abort_fcp_rings - Abort all iocbs in all FCP rings
3963 * @phba: Pointer to HBA context object.
3964 * @pring: Pointer to driver SLI ring object.
3965 *
3966 * This function aborts all iocbs in FCP rings and frees all the iocb
3967 * objects in txq. This function issues an abort iocb for all the iocb commands
3968 * in txcmplq. The iocbs in the txcmplq is not guaranteed to complete before
3969 * the return of this function. The caller is not required to hold any locks.
3970 **/
3971void
3972lpfc_sli_abort_fcp_rings(struct lpfc_hba *phba)
3973{
3974 struct lpfc_sli *psli = &phba->sli;
3975 struct lpfc_sli_ring *pring;
3976 uint32_t i;
3977
3978 /* Look on all the FCP Rings for the iotag */
3979 if (phba->sli_rev >= LPFC_SLI_REV4) {
James Smartcdb42be2019-01-28 11:14:21 -08003980 for (i = 0; i < phba->cfg_hdw_queue; i++) {
James Smartc00f62e2019-08-14 16:57:11 -07003981 pring = phba->sli4_hba.hdwq[i].io_wq->pring;
James Smartdb55fba2014-04-04 13:52:02 -04003982 lpfc_sli_abort_iocb_ring(phba, pring);
3983 }
3984 } else {
James Smart895427b2017-02-12 13:52:30 -08003985 pring = &psli->sli3_ring[LPFC_FCP_RING];
James Smartdb55fba2014-04-04 13:52:02 -04003986 lpfc_sli_abort_iocb_ring(phba, pring);
3987 }
3988}
3989
James Smart895427b2017-02-12 13:52:30 -08003990/**
James Smartc00f62e2019-08-14 16:57:11 -07003991 * lpfc_sli_flush_io_rings - flush all iocbs in the IO ring
James Smarta8e497d2008-08-24 21:50:11 -04003992 * @phba: Pointer to HBA context object.
3993 *
James Smartc00f62e2019-08-14 16:57:11 -07003994 * This function flushes all iocbs in the IO ring and frees all the iocb
James Smarta8e497d2008-08-24 21:50:11 -04003995 * objects in txq and txcmplq. This function will not issue abort iocbs
3996 * for all the iocb commands in txcmplq, they will just be returned with
3997 * IOERR_SLI_DOWN. This function is invoked with EEH when device's PCI
3998 * slot has been permanently disabled.
3999 **/
4000void
James Smartc00f62e2019-08-14 16:57:11 -07004001lpfc_sli_flush_io_rings(struct lpfc_hba *phba)
James Smarta8e497d2008-08-24 21:50:11 -04004002{
4003 LIST_HEAD(txq);
4004 LIST_HEAD(txcmplq);
James Smarta8e497d2008-08-24 21:50:11 -04004005 struct lpfc_sli *psli = &phba->sli;
4006 struct lpfc_sli_ring *pring;
James Smartdb55fba2014-04-04 13:52:02 -04004007 uint32_t i;
James Smartc1dd9112018-01-30 15:58:57 -08004008 struct lpfc_iocbq *piocb, *next_iocb;
James Smarta8e497d2008-08-24 21:50:11 -04004009
4010 spin_lock_irq(&phba->hbalock);
James Smart4f2e66c2012-05-09 21:17:07 -04004011 /* Indicate the I/O queues are flushed */
James Smartc00f62e2019-08-14 16:57:11 -07004012 phba->hba_flag |= HBA_IOQ_FLUSH;
James Smarta8e497d2008-08-24 21:50:11 -04004013 spin_unlock_irq(&phba->hbalock);
4014
James Smartdb55fba2014-04-04 13:52:02 -04004015 /* Look on all the FCP Rings for the iotag */
4016 if (phba->sli_rev >= LPFC_SLI_REV4) {
James Smartcdb42be2019-01-28 11:14:21 -08004017 for (i = 0; i < phba->cfg_hdw_queue; i++) {
James Smartc00f62e2019-08-14 16:57:11 -07004018 pring = phba->sli4_hba.hdwq[i].io_wq->pring;
James Smarta8e497d2008-08-24 21:50:11 -04004019
James Smartdb55fba2014-04-04 13:52:02 -04004020 spin_lock_irq(&pring->ring_lock);
4021 /* Retrieve everything on txq */
4022 list_splice_init(&pring->txq, &txq);
James Smartc1dd9112018-01-30 15:58:57 -08004023 list_for_each_entry_safe(piocb, next_iocb,
4024 &pring->txcmplq, list)
4025 piocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smartdb55fba2014-04-04 13:52:02 -04004026 /* Retrieve everything on the txcmplq */
4027 list_splice_init(&pring->txcmplq, &txcmplq);
4028 pring->txq_cnt = 0;
4029 pring->txcmplq_cnt = 0;
4030 spin_unlock_irq(&pring->ring_lock);
4031
4032 /* Flush the txq */
4033 lpfc_sli_cancel_iocbs(phba, &txq,
4034 IOSTAT_LOCAL_REJECT,
4035 IOERR_SLI_DOWN);
4036 /* Flush the txcmpq */
4037 lpfc_sli_cancel_iocbs(phba, &txcmplq,
4038 IOSTAT_LOCAL_REJECT,
4039 IOERR_SLI_DOWN);
4040 }
4041 } else {
James Smart895427b2017-02-12 13:52:30 -08004042 pring = &psli->sli3_ring[LPFC_FCP_RING];
James Smartdb55fba2014-04-04 13:52:02 -04004043
4044 spin_lock_irq(&phba->hbalock);
4045 /* Retrieve everything on txq */
4046 list_splice_init(&pring->txq, &txq);
James Smartc1dd9112018-01-30 15:58:57 -08004047 list_for_each_entry_safe(piocb, next_iocb,
4048 &pring->txcmplq, list)
4049 piocb->iocb_flag &= ~LPFC_IO_ON_TXCMPLQ;
James Smartdb55fba2014-04-04 13:52:02 -04004050 /* Retrieve everything on the txcmplq */
4051 list_splice_init(&pring->txcmplq, &txcmplq);
4052 pring->txq_cnt = 0;
4053 pring->txcmplq_cnt = 0;
4054 spin_unlock_irq(&phba->hbalock);
4055
4056 /* Flush the txq */
4057 lpfc_sli_cancel_iocbs(phba, &txq, IOSTAT_LOCAL_REJECT,
4058 IOERR_SLI_DOWN);
4059 /* Flush the txcmpq */
4060 lpfc_sli_cancel_iocbs(phba, &txcmplq, IOSTAT_LOCAL_REJECT,
4061 IOERR_SLI_DOWN);
4062 }
James Smarta8e497d2008-08-24 21:50:11 -04004063}
4064
4065/**
James Smart3772a992009-05-22 14:50:54 -04004066 * lpfc_sli_brdready_s3 - Check for sli3 host ready status
James Smarte59058c2008-08-24 21:49:00 -04004067 * @phba: Pointer to HBA context object.
4068 * @mask: Bit mask to be checked.
4069 *
4070 * This function reads the host status register and compares
4071 * with the provided bit mask to check if HBA completed
4072 * the restart. This function will wait in a loop for the
4073 * HBA to complete restart. If the HBA does not restart within
4074 * 15 iterations, the function will reset the HBA again. The
4075 * function returns 1 when HBA fail to restart otherwise returns
4076 * zero.
4077 **/
James Smart3772a992009-05-22 14:50:54 -04004078static int
4079lpfc_sli_brdready_s3(struct lpfc_hba *phba, uint32_t mask)
dea31012005-04-17 16:05:31 -05004080{
Jamie Wellnitz41415862006-02-28 19:25:27 -05004081 uint32_t status;
4082 int i = 0;
4083 int retval = 0;
dea31012005-04-17 16:05:31 -05004084
Jamie Wellnitz41415862006-02-28 19:25:27 -05004085 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004086 if (lpfc_readl(phba->HSregaddr, &status))
4087 return 1;
dea31012005-04-17 16:05:31 -05004088
Jamie Wellnitz41415862006-02-28 19:25:27 -05004089 /*
4090 * Check status register every 100ms for 5 retries, then every
4091 * 500ms for 5, then every 2.5 sec for 5, then reset board and
4092 * every 2.5 sec for 4.
4093 * Break our of the loop if errors occurred during init.
4094 */
4095 while (((status & mask) != mask) &&
4096 !(status & HS_FFERM) &&
4097 i++ < 20) {
dea31012005-04-17 16:05:31 -05004098
Jamie Wellnitz41415862006-02-28 19:25:27 -05004099 if (i <= 5)
4100 msleep(10);
4101 else if (i <= 10)
4102 msleep(500);
4103 else
4104 msleep(2500);
dea31012005-04-17 16:05:31 -05004105
Jamie Wellnitz41415862006-02-28 19:25:27 -05004106 if (i == 15) {
James Smart2e0fef82007-06-17 19:56:36 -05004107 /* Do post */
James Smart92d7f7b2007-06-17 19:56:38 -05004108 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004109 lpfc_sli_brdrestart(phba);
4110 }
4111 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004112 if (lpfc_readl(phba->HSregaddr, &status)) {
4113 retval = 1;
4114 break;
4115 }
dea31012005-04-17 16:05:31 -05004116 }
dea31012005-04-17 16:05:31 -05004117
Jamie Wellnitz41415862006-02-28 19:25:27 -05004118 /* Check to see if any errors occurred during init */
4119 if ((status & HS_FFERM) || (i >= 20)) {
James Smarte40a02c2010-02-26 14:13:54 -05004120 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4121 "2751 Adapter failed to restart, "
4122 "status reg x%x, FW Data: A8 x%x AC x%x\n",
4123 status,
4124 readl(phba->MBslimaddr + 0xa8),
4125 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004126 phba->link_state = LPFC_HBA_ERROR;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004127 retval = 1;
4128 }
dea31012005-04-17 16:05:31 -05004129
Jamie Wellnitz41415862006-02-28 19:25:27 -05004130 return retval;
dea31012005-04-17 16:05:31 -05004131}
4132
James Smartda0436e2009-05-22 14:51:39 -04004133/**
4134 * lpfc_sli_brdready_s4 - Check for sli4 host ready status
4135 * @phba: Pointer to HBA context object.
4136 * @mask: Bit mask to be checked.
4137 *
4138 * This function checks the host status register to check if HBA is
4139 * ready. This function will wait in a loop for the HBA to be ready
4140 * If the HBA is not ready , the function will will reset the HBA PCI
4141 * function again. The function returns 1 when HBA fail to be ready
4142 * otherwise returns zero.
4143 **/
4144static int
4145lpfc_sli_brdready_s4(struct lpfc_hba *phba, uint32_t mask)
4146{
4147 uint32_t status;
4148 int retval = 0;
4149
4150 /* Read the HBA Host Status Register */
4151 status = lpfc_sli4_post_status_check(phba);
4152
4153 if (status) {
4154 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
4155 lpfc_sli_brdrestart(phba);
4156 status = lpfc_sli4_post_status_check(phba);
4157 }
4158
4159 /* Check to see if any errors occurred during init */
4160 if (status) {
4161 phba->link_state = LPFC_HBA_ERROR;
4162 retval = 1;
4163 } else
4164 phba->sli4_hba.intr_enable = 0;
4165
4166 return retval;
4167}
4168
4169/**
4170 * lpfc_sli_brdready - Wrapper func for checking the hba readyness
4171 * @phba: Pointer to HBA context object.
4172 * @mask: Bit mask to be checked.
4173 *
4174 * This routine wraps the actual SLI3 or SLI4 hba readyness check routine
4175 * from the API jump table function pointer from the lpfc_hba struct.
4176 **/
4177int
4178lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask)
4179{
4180 return phba->lpfc_sli_brdready(phba, mask);
4181}
4182
James Smart92908312006-03-07 15:04:13 -05004183#define BARRIER_TEST_PATTERN (0xdeadbeef)
4184
James Smarte59058c2008-08-24 21:49:00 -04004185/**
James Smart3621a712009-04-06 18:47:14 -04004186 * lpfc_reset_barrier - Make HBA ready for HBA reset
James Smarte59058c2008-08-24 21:49:00 -04004187 * @phba: Pointer to HBA context object.
4188 *
James Smart1b511972011-12-13 13:23:09 -05004189 * This function is called before resetting an HBA. This function is called
4190 * with hbalock held and requests HBA to quiesce DMAs before a reset.
James Smarte59058c2008-08-24 21:49:00 -04004191 **/
James Smart2e0fef82007-06-17 19:56:36 -05004192void lpfc_reset_barrier(struct lpfc_hba *phba)
James Smart92908312006-03-07 15:04:13 -05004193{
James Smart65a29c12006-07-06 15:50:50 -04004194 uint32_t __iomem *resp_buf;
4195 uint32_t __iomem *mbox_buf;
James Smart92908312006-03-07 15:04:13 -05004196 volatile uint32_t mbox;
James Smart9940b972011-03-11 16:06:12 -05004197 uint32_t hc_copy, ha_copy, resp_data;
James Smart92908312006-03-07 15:04:13 -05004198 int i;
4199 uint8_t hdrtype;
4200
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01004201 lockdep_assert_held(&phba->hbalock);
4202
James Smart92908312006-03-07 15:04:13 -05004203 pci_read_config_byte(phba->pcidev, PCI_HEADER_TYPE, &hdrtype);
4204 if (hdrtype != 0x80 ||
4205 (FC_JEDEC_ID(phba->vpd.rev.biuRev) != HELIOS_JEDEC_ID &&
4206 FC_JEDEC_ID(phba->vpd.rev.biuRev) != THOR_JEDEC_ID))
4207 return;
4208
4209 /*
4210 * Tell the other part of the chip to suspend temporarily all
4211 * its DMA activity.
4212 */
James Smart65a29c12006-07-06 15:50:50 -04004213 resp_buf = phba->MBslimaddr;
James Smart92908312006-03-07 15:04:13 -05004214
4215 /* Disable the error attention */
James Smart9940b972011-03-11 16:06:12 -05004216 if (lpfc_readl(phba->HCregaddr, &hc_copy))
4217 return;
James Smart92908312006-03-07 15:04:13 -05004218 writel((hc_copy & ~HC_ERINT_ENA), phba->HCregaddr);
4219 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05004220 phba->link_flag |= LS_IGNORE_ERATT;
James Smart92908312006-03-07 15:04:13 -05004221
James Smart9940b972011-03-11 16:06:12 -05004222 if (lpfc_readl(phba->HAregaddr, &ha_copy))
4223 return;
4224 if (ha_copy & HA_ERATT) {
James Smart92908312006-03-07 15:04:13 -05004225 /* Clear Chip error bit */
4226 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05004227 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05004228 }
4229
4230 mbox = 0;
4231 ((MAILBOX_t *)&mbox)->mbxCommand = MBX_KILL_BOARD;
4232 ((MAILBOX_t *)&mbox)->mbxOwner = OWN_CHIP;
4233
4234 writel(BARRIER_TEST_PATTERN, (resp_buf + 1));
James Smart65a29c12006-07-06 15:50:50 -04004235 mbox_buf = phba->MBslimaddr;
James Smart92908312006-03-07 15:04:13 -05004236 writel(mbox, mbox_buf);
4237
James Smart9940b972011-03-11 16:06:12 -05004238 for (i = 0; i < 50; i++) {
4239 if (lpfc_readl((resp_buf + 1), &resp_data))
4240 return;
4241 if (resp_data != ~(BARRIER_TEST_PATTERN))
4242 mdelay(1);
4243 else
4244 break;
4245 }
4246 resp_data = 0;
4247 if (lpfc_readl((resp_buf + 1), &resp_data))
4248 return;
4249 if (resp_data != ~(BARRIER_TEST_PATTERN)) {
James Smartf4b4c682009-05-22 14:53:12 -04004250 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE ||
James Smart2e0fef82007-06-17 19:56:36 -05004251 phba->pport->stopped)
James Smart92908312006-03-07 15:04:13 -05004252 goto restore_hc;
4253 else
4254 goto clear_errat;
4255 }
4256
4257 ((MAILBOX_t *)&mbox)->mbxOwner = OWN_HOST;
James Smart9940b972011-03-11 16:06:12 -05004258 resp_data = 0;
4259 for (i = 0; i < 500; i++) {
4260 if (lpfc_readl(resp_buf, &resp_data))
4261 return;
4262 if (resp_data != mbox)
4263 mdelay(1);
4264 else
4265 break;
4266 }
James Smart92908312006-03-07 15:04:13 -05004267
4268clear_errat:
4269
James Smart9940b972011-03-11 16:06:12 -05004270 while (++i < 500) {
4271 if (lpfc_readl(phba->HAregaddr, &ha_copy))
4272 return;
4273 if (!(ha_copy & HA_ERATT))
4274 mdelay(1);
4275 else
4276 break;
4277 }
James Smart92908312006-03-07 15:04:13 -05004278
4279 if (readl(phba->HAregaddr) & HA_ERATT) {
4280 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05004281 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05004282 }
4283
4284restore_hc:
James Smart2e0fef82007-06-17 19:56:36 -05004285 phba->link_flag &= ~LS_IGNORE_ERATT;
James Smart92908312006-03-07 15:04:13 -05004286 writel(hc_copy, phba->HCregaddr);
4287 readl(phba->HCregaddr); /* flush */
4288}
4289
James Smarte59058c2008-08-24 21:49:00 -04004290/**
James Smart3621a712009-04-06 18:47:14 -04004291 * lpfc_sli_brdkill - Issue a kill_board mailbox command
James Smarte59058c2008-08-24 21:49:00 -04004292 * @phba: Pointer to HBA context object.
4293 *
4294 * This function issues a kill_board mailbox command and waits for
4295 * the error attention interrupt. This function is called for stopping
4296 * the firmware processing. The caller is not required to hold any
4297 * locks. This function calls lpfc_hba_down_post function to free
4298 * any pending commands after the kill. The function will return 1 when it
4299 * fails to kill the board else will return 0.
4300 **/
Jamie Wellnitz41415862006-02-28 19:25:27 -05004301int
James Smart2e0fef82007-06-17 19:56:36 -05004302lpfc_sli_brdkill(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05004303{
Jamie Wellnitz41415862006-02-28 19:25:27 -05004304 struct lpfc_sli *psli;
4305 LPFC_MBOXQ_t *pmb;
4306 uint32_t status;
4307 uint32_t ha_copy;
4308 int retval;
4309 int i = 0;
4310
4311 psli = &phba->sli;
4312
4313 /* Kill HBA */
James Smarted957682007-06-17 19:56:37 -05004314 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04004315 "0329 Kill HBA Data: x%x x%x\n",
4316 phba->pport->port_state, psli->sli_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004317
James Smart98c9ea52007-10-27 13:37:33 -04004318 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4319 if (!pmb)
Jamie Wellnitz41415862006-02-28 19:25:27 -05004320 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004321
4322 /* Disable the error attention */
James Smart2e0fef82007-06-17 19:56:36 -05004323 spin_lock_irq(&phba->hbalock);
James Smart9940b972011-03-11 16:06:12 -05004324 if (lpfc_readl(phba->HCregaddr, &status)) {
4325 spin_unlock_irq(&phba->hbalock);
4326 mempool_free(pmb, phba->mbox_mem_pool);
4327 return 1;
4328 }
Jamie Wellnitz41415862006-02-28 19:25:27 -05004329 status &= ~HC_ERINT_ENA;
4330 writel(status, phba->HCregaddr);
4331 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05004332 phba->link_flag |= LS_IGNORE_ERATT;
4333 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004334
4335 lpfc_kill_board(phba, pmb);
4336 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4337 retval = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
4338
4339 if (retval != MBX_SUCCESS) {
4340 if (retval != MBX_BUSY)
4341 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte40a02c2010-02-26 14:13:54 -05004342 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
4343 "2752 KILL_BOARD command failed retval %d\n",
4344 retval);
James Smart2e0fef82007-06-17 19:56:36 -05004345 spin_lock_irq(&phba->hbalock);
4346 phba->link_flag &= ~LS_IGNORE_ERATT;
4347 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004348 return 1;
4349 }
4350
James Smartf4b4c682009-05-22 14:53:12 -04004351 spin_lock_irq(&phba->hbalock);
4352 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
4353 spin_unlock_irq(&phba->hbalock);
James Smart92908312006-03-07 15:04:13 -05004354
Jamie Wellnitz41415862006-02-28 19:25:27 -05004355 mempool_free(pmb, phba->mbox_mem_pool);
4356
4357 /* There is no completion for a KILL_BOARD mbox cmd. Check for an error
4358 * attention every 100ms for 3 seconds. If we don't get ERATT after
4359 * 3 seconds we still set HBA_ERROR state because the status of the
4360 * board is now undefined.
4361 */
James Smart9940b972011-03-11 16:06:12 -05004362 if (lpfc_readl(phba->HAregaddr, &ha_copy))
4363 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004364 while ((i++ < 30) && !(ha_copy & HA_ERATT)) {
4365 mdelay(100);
James Smart9940b972011-03-11 16:06:12 -05004366 if (lpfc_readl(phba->HAregaddr, &ha_copy))
4367 return 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004368 }
4369
4370 del_timer_sync(&psli->mbox_tmo);
James Smart92908312006-03-07 15:04:13 -05004371 if (ha_copy & HA_ERATT) {
4372 writel(HA_ERATT, phba->HAregaddr);
James Smart2e0fef82007-06-17 19:56:36 -05004373 phba->pport->stopped = 1;
James Smart92908312006-03-07 15:04:13 -05004374 }
James Smart2e0fef82007-06-17 19:56:36 -05004375 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004376 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart04c68492009-05-22 14:52:52 -04004377 psli->mbox_active = NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004378 phba->link_flag &= ~LS_IGNORE_ERATT;
4379 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004380
Jamie Wellnitz41415862006-02-28 19:25:27 -05004381 lpfc_hba_down_post(phba);
James Smart2e0fef82007-06-17 19:56:36 -05004382 phba->link_state = LPFC_HBA_ERROR;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004383
James Smart2e0fef82007-06-17 19:56:36 -05004384 return ha_copy & HA_ERATT ? 0 : 1;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004385}
4386
James Smarte59058c2008-08-24 21:49:00 -04004387/**
James Smart3772a992009-05-22 14:50:54 -04004388 * lpfc_sli_brdreset - Reset a sli-2 or sli-3 HBA
James Smarte59058c2008-08-24 21:49:00 -04004389 * @phba: Pointer to HBA context object.
4390 *
4391 * This function resets the HBA by writing HC_INITFF to the control
4392 * register. After the HBA resets, this function resets all the iocb ring
4393 * indices. This function disables PCI layer parity checking during
4394 * the reset.
4395 * This function returns 0 always.
4396 * The caller is not required to hold any locks.
4397 **/
Jamie Wellnitz41415862006-02-28 19:25:27 -05004398int
James Smart2e0fef82007-06-17 19:56:36 -05004399lpfc_sli_brdreset(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -05004400{
4401 struct lpfc_sli *psli;
dea31012005-04-17 16:05:31 -05004402 struct lpfc_sli_ring *pring;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004403 uint16_t cfg_value;
dea31012005-04-17 16:05:31 -05004404 int i;
dea31012005-04-17 16:05:31 -05004405
Jamie Wellnitz41415862006-02-28 19:25:27 -05004406 psli = &phba->sli;
dea31012005-04-17 16:05:31 -05004407
Jamie Wellnitz41415862006-02-28 19:25:27 -05004408 /* Reset HBA */
4409 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04004410 "0325 Reset HBA Data: x%x x%x\n",
James Smart4492b732017-04-27 15:08:26 -07004411 (phba->pport) ? phba->pport->port_state : 0,
4412 psli->sli_flag);
dea31012005-04-17 16:05:31 -05004413
4414 /* perform board reset */
4415 phba->fc_eventTag = 0;
James Smart4d9ab992009-10-02 15:16:39 -04004416 phba->link_events = 0;
James Smart4492b732017-04-27 15:08:26 -07004417 if (phba->pport) {
4418 phba->pport->fc_myDID = 0;
4419 phba->pport->fc_prevDID = 0;
4420 }
dea31012005-04-17 16:05:31 -05004421
Jamie Wellnitz41415862006-02-28 19:25:27 -05004422 /* Turn off parity checking and serr during the physical reset */
James Smart32a93102019-03-12 16:30:13 -07004423 if (pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value))
4424 return -EIO;
4425
Jamie Wellnitz41415862006-02-28 19:25:27 -05004426 pci_write_config_word(phba->pcidev, PCI_COMMAND,
4427 (cfg_value &
4428 ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR)));
4429
James Smart3772a992009-05-22 14:50:54 -04004430 psli->sli_flag &= ~(LPFC_SLI_ACTIVE | LPFC_PROCESS_LA);
4431
Jamie Wellnitz41415862006-02-28 19:25:27 -05004432 /* Now toggle INITFF bit in the Host Control Register */
4433 writel(HC_INITFF, phba->HCregaddr);
4434 mdelay(1);
4435 readl(phba->HCregaddr); /* flush */
4436 writel(0, phba->HCregaddr);
4437 readl(phba->HCregaddr); /* flush */
4438
4439 /* Restore PCI cmd register */
4440 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value);
dea31012005-04-17 16:05:31 -05004441
4442 /* Initialize relevant SLI info */
Jamie Wellnitz41415862006-02-28 19:25:27 -05004443 for (i = 0; i < psli->num_rings; i++) {
James Smart895427b2017-02-12 13:52:30 -08004444 pring = &psli->sli3_ring[i];
dea31012005-04-17 16:05:31 -05004445 pring->flag = 0;
James Smart7e56aa22012-08-03 12:35:34 -04004446 pring->sli.sli3.rspidx = 0;
4447 pring->sli.sli3.next_cmdidx = 0;
4448 pring->sli.sli3.local_getidx = 0;
4449 pring->sli.sli3.cmdidx = 0;
dea31012005-04-17 16:05:31 -05004450 pring->missbufcnt = 0;
4451 }
dea31012005-04-17 16:05:31 -05004452
James Smart2e0fef82007-06-17 19:56:36 -05004453 phba->link_state = LPFC_WARM_START;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004454 return 0;
4455}
4456
James Smarte59058c2008-08-24 21:49:00 -04004457/**
James Smartda0436e2009-05-22 14:51:39 -04004458 * lpfc_sli4_brdreset - Reset a sli-4 HBA
4459 * @phba: Pointer to HBA context object.
4460 *
4461 * This function resets a SLI4 HBA. This function disables PCI layer parity
4462 * checking during resets the device. The caller is not required to hold
4463 * any locks.
4464 *
James Smart8c24a4f2019-08-14 16:56:53 -07004465 * This function returns 0 on success else returns negative error code.
James Smartda0436e2009-05-22 14:51:39 -04004466 **/
4467int
4468lpfc_sli4_brdreset(struct lpfc_hba *phba)
4469{
4470 struct lpfc_sli *psli = &phba->sli;
4471 uint16_t cfg_value;
James Smart02936352014-04-04 13:52:12 -04004472 int rc = 0;
James Smartda0436e2009-05-22 14:51:39 -04004473
4474 /* Reset HBA */
4475 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smart02936352014-04-04 13:52:12 -04004476 "0295 Reset HBA Data: x%x x%x x%x\n",
4477 phba->pport->port_state, psli->sli_flag,
4478 phba->hba_flag);
James Smartda0436e2009-05-22 14:51:39 -04004479
4480 /* perform board reset */
4481 phba->fc_eventTag = 0;
James Smart4d9ab992009-10-02 15:16:39 -04004482 phba->link_events = 0;
James Smartda0436e2009-05-22 14:51:39 -04004483 phba->pport->fc_myDID = 0;
4484 phba->pport->fc_prevDID = 0;
4485
James Smartda0436e2009-05-22 14:51:39 -04004486 spin_lock_irq(&phba->hbalock);
4487 psli->sli_flag &= ~(LPFC_PROCESS_LA);
4488 phba->fcf.fcf_flag = 0;
James Smartda0436e2009-05-22 14:51:39 -04004489 spin_unlock_irq(&phba->hbalock);
4490
James Smart02936352014-04-04 13:52:12 -04004491 /* SLI4 INTF 2: if FW dump is being taken skip INIT_PORT */
4492 if (phba->hba_flag & HBA_FW_DUMP_OP) {
4493 phba->hba_flag &= ~HBA_FW_DUMP_OP;
4494 return rc;
4495 }
4496
James Smartda0436e2009-05-22 14:51:39 -04004497 /* Now physically reset the device */
4498 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4499 "0389 Performing PCI function reset!\n");
James Smartbe858b62010-12-15 17:57:20 -05004500
4501 /* Turn off parity checking and serr during the physical reset */
James Smart32a93102019-03-12 16:30:13 -07004502 if (pci_read_config_word(phba->pcidev, PCI_COMMAND, &cfg_value)) {
4503 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4504 "3205 PCI read Config failed\n");
4505 return -EIO;
4506 }
4507
James Smartbe858b62010-12-15 17:57:20 -05004508 pci_write_config_word(phba->pcidev, PCI_COMMAND, (cfg_value &
4509 ~(PCI_COMMAND_PARITY | PCI_COMMAND_SERR)));
4510
James Smart88318812012-09-29 11:29:29 -04004511 /* Perform FCoE PCI function reset before freeing queue memory */
James Smart27b01b82012-05-09 21:19:44 -04004512 rc = lpfc_pci_function_reset(phba);
James Smartda0436e2009-05-22 14:51:39 -04004513
James Smartbe858b62010-12-15 17:57:20 -05004514 /* Restore PCI cmd register */
4515 pci_write_config_word(phba->pcidev, PCI_COMMAND, cfg_value);
4516
James Smart27b01b82012-05-09 21:19:44 -04004517 return rc;
James Smartda0436e2009-05-22 14:51:39 -04004518}
4519
4520/**
4521 * lpfc_sli_brdrestart_s3 - Restart a sli-3 hba
James Smarte59058c2008-08-24 21:49:00 -04004522 * @phba: Pointer to HBA context object.
4523 *
4524 * This function is called in the SLI initialization code path to
4525 * restart the HBA. The caller is not required to hold any lock.
4526 * This function writes MBX_RESTART mailbox command to the SLIM and
4527 * resets the HBA. At the end of the function, it calls lpfc_hba_down_post
4528 * function to free any pending commands. The function enables
4529 * POST only during the first initialization. The function returns zero.
4530 * The function does not guarantee completion of MBX_RESTART mailbox
4531 * command before the return of this function.
4532 **/
James Smartda0436e2009-05-22 14:51:39 -04004533static int
4534lpfc_sli_brdrestart_s3(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -05004535{
4536 MAILBOX_t *mb;
4537 struct lpfc_sli *psli;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004538 volatile uint32_t word0;
4539 void __iomem *to_slim;
James Smart0d878412009-10-02 15:16:56 -04004540 uint32_t hba_aer_enabled;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004541
James Smart2e0fef82007-06-17 19:56:36 -05004542 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004543
James Smart0d878412009-10-02 15:16:56 -04004544 /* Take PCIe device Advanced Error Reporting (AER) state */
4545 hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED;
4546
Jamie Wellnitz41415862006-02-28 19:25:27 -05004547 psli = &phba->sli;
4548
4549 /* Restart HBA */
4550 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04004551 "0337 Restart HBA Data: x%x x%x\n",
James Smart4492b732017-04-27 15:08:26 -07004552 (phba->pport) ? phba->pport->port_state : 0,
4553 psli->sli_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004554
4555 word0 = 0;
4556 mb = (MAILBOX_t *) &word0;
4557 mb->mbxCommand = MBX_RESTART;
4558 mb->mbxHc = 1;
4559
James Smart92908312006-03-07 15:04:13 -05004560 lpfc_reset_barrier(phba);
4561
Jamie Wellnitz41415862006-02-28 19:25:27 -05004562 to_slim = phba->MBslimaddr;
4563 writel(*(uint32_t *) mb, to_slim);
4564 readl(to_slim); /* flush */
4565
4566 /* Only skip post after fc_ffinit is completed */
James Smart4492b732017-04-27 15:08:26 -07004567 if (phba->pport && phba->pport->port_state)
Jamie Wellnitz41415862006-02-28 19:25:27 -05004568 word0 = 1; /* This is really setting up word1 */
James Smarteaf15d52008-12-04 22:39:29 -05004569 else
Jamie Wellnitz41415862006-02-28 19:25:27 -05004570 word0 = 0; /* This is really setting up word1 */
James Smart65a29c12006-07-06 15:50:50 -04004571 to_slim = phba->MBslimaddr + sizeof (uint32_t);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004572 writel(*(uint32_t *) mb, to_slim);
4573 readl(to_slim); /* flush */
4574
4575 lpfc_sli_brdreset(phba);
James Smart4492b732017-04-27 15:08:26 -07004576 if (phba->pport)
4577 phba->pport->stopped = 0;
James Smart2e0fef82007-06-17 19:56:36 -05004578 phba->link_state = LPFC_INIT_START;
James Smartda0436e2009-05-22 14:51:39 -04004579 phba->hba_flag = 0;
James Smart2e0fef82007-06-17 19:56:36 -05004580 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -05004581
James Smart64ba8812006-08-02 15:24:34 -04004582 memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets));
Arnd Bergmannc4d6204d2018-06-18 17:28:23 +02004583 psli->stats_start = ktime_get_seconds();
James Smart64ba8812006-08-02 15:24:34 -04004584
James Smarteaf15d52008-12-04 22:39:29 -05004585 /* Give the INITFF and Post time to settle. */
4586 mdelay(100);
dea31012005-04-17 16:05:31 -05004587
James Smart0d878412009-10-02 15:16:56 -04004588 /* Reset HBA AER if it was enabled, note hba_flag was reset above */
4589 if (hba_aer_enabled)
4590 pci_disable_pcie_error_reporting(phba->pcidev);
4591
Jamie Wellnitz41415862006-02-28 19:25:27 -05004592 lpfc_hba_down_post(phba);
dea31012005-04-17 16:05:31 -05004593
4594 return 0;
4595}
4596
James Smarte59058c2008-08-24 21:49:00 -04004597/**
James Smartda0436e2009-05-22 14:51:39 -04004598 * lpfc_sli_brdrestart_s4 - Restart the sli-4 hba
4599 * @phba: Pointer to HBA context object.
4600 *
4601 * This function is called in the SLI initialization code path to restart
4602 * a SLI4 HBA. The caller is not required to hold any lock.
4603 * At the end of the function, it calls lpfc_hba_down_post function to
4604 * free any pending commands.
4605 **/
4606static int
4607lpfc_sli_brdrestart_s4(struct lpfc_hba *phba)
4608{
4609 struct lpfc_sli *psli = &phba->sli;
James Smart75baf692010-06-08 18:31:21 -04004610 uint32_t hba_aer_enabled;
James Smart27b01b82012-05-09 21:19:44 -04004611 int rc;
James Smartda0436e2009-05-22 14:51:39 -04004612
4613 /* Restart HBA */
4614 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4615 "0296 Restart HBA Data: x%x x%x\n",
4616 phba->pport->port_state, psli->sli_flag);
4617
James Smart75baf692010-06-08 18:31:21 -04004618 /* Take PCIe device Advanced Error Reporting (AER) state */
4619 hba_aer_enabled = phba->hba_flag & HBA_AER_ENABLED;
4620
James Smart27b01b82012-05-09 21:19:44 -04004621 rc = lpfc_sli4_brdreset(phba);
James Smart4fb86a62019-09-03 14:54:41 -07004622 if (rc) {
4623 phba->link_state = LPFC_HBA_ERROR;
4624 goto hba_down_queue;
4625 }
James Smartda0436e2009-05-22 14:51:39 -04004626
4627 spin_lock_irq(&phba->hbalock);
4628 phba->pport->stopped = 0;
4629 phba->link_state = LPFC_INIT_START;
4630 phba->hba_flag = 0;
4631 spin_unlock_irq(&phba->hbalock);
4632
4633 memset(&psli->lnk_stat_offsets, 0, sizeof(psli->lnk_stat_offsets));
Arnd Bergmannc4d6204d2018-06-18 17:28:23 +02004634 psli->stats_start = ktime_get_seconds();
James Smartda0436e2009-05-22 14:51:39 -04004635
James Smart75baf692010-06-08 18:31:21 -04004636 /* Reset HBA AER if it was enabled, note hba_flag was reset above */
4637 if (hba_aer_enabled)
4638 pci_disable_pcie_error_reporting(phba->pcidev);
4639
James Smart4fb86a62019-09-03 14:54:41 -07004640hba_down_queue:
James Smartda0436e2009-05-22 14:51:39 -04004641 lpfc_hba_down_post(phba);
James Smart569dbe82017-06-15 22:56:47 -07004642 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04004643
James Smart27b01b82012-05-09 21:19:44 -04004644 return rc;
James Smartda0436e2009-05-22 14:51:39 -04004645}
4646
4647/**
4648 * lpfc_sli_brdrestart - Wrapper func for restarting hba
4649 * @phba: Pointer to HBA context object.
4650 *
4651 * This routine wraps the actual SLI3 or SLI4 hba restart routine from the
4652 * API jump table function pointer from the lpfc_hba struct.
4653**/
4654int
4655lpfc_sli_brdrestart(struct lpfc_hba *phba)
4656{
4657 return phba->lpfc_sli_brdrestart(phba);
4658}
4659
4660/**
James Smart3621a712009-04-06 18:47:14 -04004661 * lpfc_sli_chipset_init - Wait for the restart of the HBA after a restart
James Smarte59058c2008-08-24 21:49:00 -04004662 * @phba: Pointer to HBA context object.
4663 *
4664 * This function is called after a HBA restart to wait for successful
4665 * restart of the HBA. Successful restart of the HBA is indicated by
4666 * HS_FFRDY and HS_MBRDY bits. If the HBA fails to restart even after 15
4667 * iteration, the function will restart the HBA again. The function returns
4668 * zero if HBA successfully restarted else returns negative error code.
4669 **/
James Smart4492b732017-04-27 15:08:26 -07004670int
dea31012005-04-17 16:05:31 -05004671lpfc_sli_chipset_init(struct lpfc_hba *phba)
4672{
4673 uint32_t status, i = 0;
4674
4675 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004676 if (lpfc_readl(phba->HSregaddr, &status))
4677 return -EIO;
dea31012005-04-17 16:05:31 -05004678
4679 /* Check status register to see what current state is */
4680 i = 0;
4681 while ((status & (HS_FFRDY | HS_MBRDY)) != (HS_FFRDY | HS_MBRDY)) {
4682
James Smartdcf2a4e2010-09-29 11:18:53 -04004683 /* Check every 10ms for 10 retries, then every 100ms for 90
4684 * retries, then every 1 sec for 50 retires for a total of
4685 * ~60 seconds before reset the board again and check every
4686 * 1 sec for 50 retries. The up to 60 seconds before the
4687 * board ready is required by the Falcon FIPS zeroization
4688 * complete, and any reset the board in between shall cause
4689 * restart of zeroization, further delay the board ready.
dea31012005-04-17 16:05:31 -05004690 */
James Smartdcf2a4e2010-09-29 11:18:53 -04004691 if (i++ >= 200) {
dea31012005-04-17 16:05:31 -05004692 /* Adapter failed to init, timeout, status reg
4693 <status> */
James Smarted957682007-06-17 19:56:37 -05004694 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004695 "0436 Adapter failed to init, "
James Smart09372822008-01-11 01:52:54 -05004696 "timeout, status reg x%x, "
4697 "FW Data: A8 x%x AC x%x\n", status,
4698 readl(phba->MBslimaddr + 0xa8),
4699 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004700 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004701 return -ETIMEDOUT;
4702 }
4703
4704 /* Check to see if any errors occurred during init */
4705 if (status & HS_FFERM) {
4706 /* ERROR: During chipset initialization */
4707 /* Adapter failed to init, chipset, status reg
4708 <status> */
James Smarted957682007-06-17 19:56:37 -05004709 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004710 "0437 Adapter failed to init, "
James Smart09372822008-01-11 01:52:54 -05004711 "chipset, status reg x%x, "
4712 "FW Data: A8 x%x AC x%x\n", status,
4713 readl(phba->MBslimaddr + 0xa8),
4714 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004715 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004716 return -EIO;
4717 }
4718
James Smartdcf2a4e2010-09-29 11:18:53 -04004719 if (i <= 10)
dea31012005-04-17 16:05:31 -05004720 msleep(10);
James Smartdcf2a4e2010-09-29 11:18:53 -04004721 else if (i <= 100)
4722 msleep(100);
4723 else
4724 msleep(1000);
dea31012005-04-17 16:05:31 -05004725
James Smartdcf2a4e2010-09-29 11:18:53 -04004726 if (i == 150) {
4727 /* Do post */
James Smart92d7f7b2007-06-17 19:56:38 -05004728 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004729 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05004730 }
4731 /* Read the HBA Host Status Register */
James Smart9940b972011-03-11 16:06:12 -05004732 if (lpfc_readl(phba->HSregaddr, &status))
4733 return -EIO;
dea31012005-04-17 16:05:31 -05004734 }
4735
4736 /* Check to see if any errors occurred during init */
4737 if (status & HS_FFERM) {
4738 /* ERROR: During chipset initialization */
4739 /* Adapter failed to init, chipset, status reg <status> */
James Smarted957682007-06-17 19:56:37 -05004740 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004741 "0438 Adapter failed to init, chipset, "
James Smart09372822008-01-11 01:52:54 -05004742 "status reg x%x, "
4743 "FW Data: A8 x%x AC x%x\n", status,
4744 readl(phba->MBslimaddr + 0xa8),
4745 readl(phba->MBslimaddr + 0xac));
James Smart2e0fef82007-06-17 19:56:36 -05004746 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004747 return -EIO;
4748 }
4749
4750 /* Clear all interrupt enable conditions */
4751 writel(0, phba->HCregaddr);
4752 readl(phba->HCregaddr); /* flush */
4753
4754 /* setup host attn register */
4755 writel(0xffffffff, phba->HAregaddr);
4756 readl(phba->HAregaddr); /* flush */
4757 return 0;
4758}
4759
James Smarte59058c2008-08-24 21:49:00 -04004760/**
James Smart3621a712009-04-06 18:47:14 -04004761 * lpfc_sli_hbq_count - Get the number of HBQs to be configured
James Smarte59058c2008-08-24 21:49:00 -04004762 *
4763 * This function calculates and returns the number of HBQs required to be
4764 * configured.
4765 **/
James Smart78b2d852007-08-02 11:10:21 -04004766int
James Smarted957682007-06-17 19:56:37 -05004767lpfc_sli_hbq_count(void)
4768{
James Smart92d7f7b2007-06-17 19:56:38 -05004769 return ARRAY_SIZE(lpfc_hbq_defs);
James Smarted957682007-06-17 19:56:37 -05004770}
4771
James Smarte59058c2008-08-24 21:49:00 -04004772/**
James Smart3621a712009-04-06 18:47:14 -04004773 * lpfc_sli_hbq_entry_count - Calculate total number of hbq entries
James Smarte59058c2008-08-24 21:49:00 -04004774 *
4775 * This function adds the number of hbq entries in every HBQ to get
4776 * the total number of hbq entries required for the HBA and returns
4777 * the total count.
4778 **/
James Smarted957682007-06-17 19:56:37 -05004779static int
4780lpfc_sli_hbq_entry_count(void)
4781{
4782 int hbq_count = lpfc_sli_hbq_count();
4783 int count = 0;
4784 int i;
4785
4786 for (i = 0; i < hbq_count; ++i)
James Smart92d7f7b2007-06-17 19:56:38 -05004787 count += lpfc_hbq_defs[i]->entry_count;
James Smarted957682007-06-17 19:56:37 -05004788 return count;
4789}
4790
James Smarte59058c2008-08-24 21:49:00 -04004791/**
James Smart3621a712009-04-06 18:47:14 -04004792 * lpfc_sli_hbq_size - Calculate memory required for all hbq entries
James Smarte59058c2008-08-24 21:49:00 -04004793 *
4794 * This function calculates amount of memory required for all hbq entries
4795 * to be configured and returns the total memory required.
4796 **/
dea31012005-04-17 16:05:31 -05004797int
James Smarted957682007-06-17 19:56:37 -05004798lpfc_sli_hbq_size(void)
4799{
4800 return lpfc_sli_hbq_entry_count() * sizeof(struct lpfc_hbq_entry);
4801}
4802
James Smarte59058c2008-08-24 21:49:00 -04004803/**
James Smart3621a712009-04-06 18:47:14 -04004804 * lpfc_sli_hbq_setup - configure and initialize HBQs
James Smarte59058c2008-08-24 21:49:00 -04004805 * @phba: Pointer to HBA context object.
4806 *
4807 * This function is called during the SLI initialization to configure
4808 * all the HBQs and post buffers to the HBQ. The caller is not
4809 * required to hold any locks. This function will return zero if successful
4810 * else it will return negative error code.
4811 **/
James Smarted957682007-06-17 19:56:37 -05004812static int
4813lpfc_sli_hbq_setup(struct lpfc_hba *phba)
4814{
4815 int hbq_count = lpfc_sli_hbq_count();
4816 LPFC_MBOXQ_t *pmb;
4817 MAILBOX_t *pmbox;
4818 uint32_t hbqno;
4819 uint32_t hbq_entry_index;
James Smarted957682007-06-17 19:56:37 -05004820
James Smart92d7f7b2007-06-17 19:56:38 -05004821 /* Get a Mailbox buffer to setup mailbox
4822 * commands for HBA initialization
4823 */
James Smarted957682007-06-17 19:56:37 -05004824 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4825
4826 if (!pmb)
4827 return -ENOMEM;
4828
James Smart04c68492009-05-22 14:52:52 -04004829 pmbox = &pmb->u.mb;
James Smarted957682007-06-17 19:56:37 -05004830
4831 /* Initialize the struct lpfc_sli_hbq structure for each hbq */
4832 phba->link_state = LPFC_INIT_MBX_CMDS;
James Smart3163f722008-02-08 18:50:25 -05004833 phba->hbq_in_use = 1;
James Smarted957682007-06-17 19:56:37 -05004834
4835 hbq_entry_index = 0;
4836 for (hbqno = 0; hbqno < hbq_count; ++hbqno) {
4837 phba->hbqs[hbqno].next_hbqPutIdx = 0;
4838 phba->hbqs[hbqno].hbqPutIdx = 0;
4839 phba->hbqs[hbqno].local_hbqGetIdx = 0;
4840 phba->hbqs[hbqno].entry_count =
James Smart92d7f7b2007-06-17 19:56:38 -05004841 lpfc_hbq_defs[hbqno]->entry_count;
James Smart51ef4c22007-08-02 11:10:31 -04004842 lpfc_config_hbq(phba, hbqno, lpfc_hbq_defs[hbqno],
4843 hbq_entry_index, pmb);
James Smarted957682007-06-17 19:56:37 -05004844 hbq_entry_index += phba->hbqs[hbqno].entry_count;
4845
4846 if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) {
4847 /* Adapter failed to init, mbxCmd <cmd> CFG_RING,
4848 mbxStatus <status>, ring <num> */
4849
4850 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05004851 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04004852 "1805 Adapter failed to init. "
James Smarted957682007-06-17 19:56:37 -05004853 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04004854 pmbox->mbxCommand,
James Smarted957682007-06-17 19:56:37 -05004855 pmbox->mbxStatus, hbqno);
4856
4857 phba->link_state = LPFC_HBA_ERROR;
4858 mempool_free(pmb, phba->mbox_mem_pool);
James Smart6e7288d2010-06-07 15:23:35 -04004859 return -ENXIO;
James Smarted957682007-06-17 19:56:37 -05004860 }
4861 }
4862 phba->hbq_count = hbq_count;
4863
James Smarted957682007-06-17 19:56:37 -05004864 mempool_free(pmb, phba->mbox_mem_pool);
4865
James Smart92d7f7b2007-06-17 19:56:38 -05004866 /* Initially populate or replenish the HBQs */
James Smartd7c255b2008-08-24 21:50:00 -04004867 for (hbqno = 0; hbqno < hbq_count; ++hbqno)
4868 lpfc_sli_hbqbuf_init_hbqs(phba, hbqno);
James Smarted957682007-06-17 19:56:37 -05004869 return 0;
4870}
4871
James Smarte59058c2008-08-24 21:49:00 -04004872/**
James Smart4f774512009-05-22 14:52:35 -04004873 * lpfc_sli4_rb_setup - Initialize and post RBs to HBA
4874 * @phba: Pointer to HBA context object.
4875 *
4876 * This function is called during the SLI initialization to configure
4877 * all the HBQs and post buffers to the HBQ. The caller is not
4878 * required to hold any locks. This function will return zero if successful
4879 * else it will return negative error code.
4880 **/
4881static int
4882lpfc_sli4_rb_setup(struct lpfc_hba *phba)
4883{
4884 phba->hbq_in_use = 1;
James Smart895427b2017-02-12 13:52:30 -08004885 phba->hbqs[LPFC_ELS_HBQ].entry_count =
4886 lpfc_hbq_defs[LPFC_ELS_HBQ]->entry_count;
James Smart4f774512009-05-22 14:52:35 -04004887 phba->hbq_count = 1;
James Smart895427b2017-02-12 13:52:30 -08004888 lpfc_sli_hbqbuf_init_hbqs(phba, LPFC_ELS_HBQ);
James Smart4f774512009-05-22 14:52:35 -04004889 /* Initially populate or replenish the HBQs */
James Smart4f774512009-05-22 14:52:35 -04004890 return 0;
4891}
4892
4893/**
James Smart3621a712009-04-06 18:47:14 -04004894 * lpfc_sli_config_port - Issue config port mailbox command
James Smarte59058c2008-08-24 21:49:00 -04004895 * @phba: Pointer to HBA context object.
4896 * @sli_mode: sli mode - 2/3
4897 *
Masahiro Yamada183b8022017-02-27 14:29:20 -08004898 * This function is called by the sli initialization code path
James Smarte59058c2008-08-24 21:49:00 -04004899 * to issue config_port mailbox command. This function restarts the
4900 * HBA firmware and issues a config_port mailbox command to configure
4901 * the SLI interface in the sli mode specified by sli_mode
4902 * variable. The caller is not required to hold any locks.
4903 * The function returns 0 if successful, else returns negative error
4904 * code.
4905 **/
James Smart93996272008-08-24 21:50:30 -04004906int
4907lpfc_sli_config_port(struct lpfc_hba *phba, int sli_mode)
dea31012005-04-17 16:05:31 -05004908{
4909 LPFC_MBOXQ_t *pmb;
4910 uint32_t resetcount = 0, rc = 0, done = 0;
4911
4912 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4913 if (!pmb) {
James Smart2e0fef82007-06-17 19:56:36 -05004914 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004915 return -ENOMEM;
4916 }
4917
James Smarted957682007-06-17 19:56:37 -05004918 phba->sli_rev = sli_mode;
dea31012005-04-17 16:05:31 -05004919 while (resetcount < 2 && !done) {
James Smart2e0fef82007-06-17 19:56:36 -05004920 spin_lock_irq(&phba->hbalock);
James Smart1c067a42006-08-01 07:33:52 -04004921 phba->sli.sli_flag |= LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004922 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05004923 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
Jamie Wellnitz41415862006-02-28 19:25:27 -05004924 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05004925 rc = lpfc_sli_chipset_init(phba);
4926 if (rc)
4927 break;
4928
James Smart2e0fef82007-06-17 19:56:36 -05004929 spin_lock_irq(&phba->hbalock);
James Smart1c067a42006-08-01 07:33:52 -04004930 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004931 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004932 resetcount++;
4933
James Smarted957682007-06-17 19:56:37 -05004934 /* Call pre CONFIG_PORT mailbox command initialization. A
4935 * value of 0 means the call was successful. Any other
4936 * nonzero value is a failure, but if ERESTART is returned,
4937 * the driver may reset the HBA and try again.
4938 */
dea31012005-04-17 16:05:31 -05004939 rc = lpfc_config_port_prep(phba);
4940 if (rc == -ERESTART) {
James Smarted957682007-06-17 19:56:37 -05004941 phba->link_state = LPFC_LINK_UNKNOWN;
dea31012005-04-17 16:05:31 -05004942 continue;
James Smart34b02dc2008-08-24 21:49:55 -04004943 } else if (rc)
dea31012005-04-17 16:05:31 -05004944 break;
James Smart6d368e52011-05-24 11:44:12 -04004945
James Smart2e0fef82007-06-17 19:56:36 -05004946 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -05004947 lpfc_config_port(phba, pmb);
4948 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
James Smart34b02dc2008-08-24 21:49:55 -04004949 phba->sli3_options &= ~(LPFC_SLI3_NPIV_ENABLED |
4950 LPFC_SLI3_HBQ_ENABLED |
4951 LPFC_SLI3_CRP_ENABLED |
James Smartbc739052010-08-04 16:11:18 -04004952 LPFC_SLI3_DSS_ENABLED);
James Smarted957682007-06-17 19:56:37 -05004953 if (rc != MBX_SUCCESS) {
dea31012005-04-17 16:05:31 -05004954 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04004955 "0442 Adapter failed to init, mbxCmd x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05004956 "CONFIG_PORT, mbxStatus x%x Data: x%x\n",
James Smart04c68492009-05-22 14:52:52 -04004957 pmb->u.mb.mbxCommand, pmb->u.mb.mbxStatus, 0);
James Smart2e0fef82007-06-17 19:56:36 -05004958 spin_lock_irq(&phba->hbalock);
James Smart04c68492009-05-22 14:52:52 -04004959 phba->sli.sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05004960 spin_unlock_irq(&phba->hbalock);
4961 rc = -ENXIO;
James Smart04c68492009-05-22 14:52:52 -04004962 } else {
4963 /* Allow asynchronous mailbox command to go through */
4964 spin_lock_irq(&phba->hbalock);
4965 phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
4966 spin_unlock_irq(&phba->hbalock);
James Smarted957682007-06-17 19:56:37 -05004967 done = 1;
James Smartcb69f7d2011-12-13 13:21:57 -05004968
4969 if ((pmb->u.mb.un.varCfgPort.casabt == 1) &&
4970 (pmb->u.mb.un.varCfgPort.gasabt == 0))
4971 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
4972 "3110 Port did not grant ASABT\n");
James Smart04c68492009-05-22 14:52:52 -04004973 }
dea31012005-04-17 16:05:31 -05004974 }
James Smarted957682007-06-17 19:56:37 -05004975 if (!done) {
4976 rc = -EINVAL;
4977 goto do_prep_failed;
4978 }
James Smart04c68492009-05-22 14:52:52 -04004979 if (pmb->u.mb.un.varCfgPort.sli_mode == 3) {
4980 if (!pmb->u.mb.un.varCfgPort.cMA) {
James Smart34b02dc2008-08-24 21:49:55 -04004981 rc = -ENXIO;
4982 goto do_prep_failed;
4983 }
James Smart04c68492009-05-22 14:52:52 -04004984 if (phba->max_vpi && pmb->u.mb.un.varCfgPort.gmv) {
James Smart34b02dc2008-08-24 21:49:55 -04004985 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
James Smart04c68492009-05-22 14:52:52 -04004986 phba->max_vpi = pmb->u.mb.un.varCfgPort.max_vpi;
4987 phba->max_vports = (phba->max_vpi > phba->max_vports) ?
4988 phba->max_vpi : phba->max_vports;
4989
James Smart34b02dc2008-08-24 21:49:55 -04004990 } else
4991 phba->max_vpi = 0;
James Smartbc739052010-08-04 16:11:18 -04004992 phba->fips_level = 0;
4993 phba->fips_spec_rev = 0;
4994 if (pmb->u.mb.un.varCfgPort.gdss) {
James Smart04c68492009-05-22 14:52:52 -04004995 phba->sli3_options |= LPFC_SLI3_DSS_ENABLED;
James Smartbc739052010-08-04 16:11:18 -04004996 phba->fips_level = pmb->u.mb.un.varCfgPort.fips_level;
4997 phba->fips_spec_rev = pmb->u.mb.un.varCfgPort.fips_rev;
4998 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4999 "2850 Security Crypto Active. FIPS x%d "
5000 "(Spec Rev: x%d)",
5001 phba->fips_level, phba->fips_spec_rev);
5002 }
5003 if (pmb->u.mb.un.varCfgPort.sec_err) {
5004 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5005 "2856 Config Port Security Crypto "
5006 "Error: x%x ",
5007 pmb->u.mb.un.varCfgPort.sec_err);
5008 }
James Smart04c68492009-05-22 14:52:52 -04005009 if (pmb->u.mb.un.varCfgPort.gerbm)
James Smart34b02dc2008-08-24 21:49:55 -04005010 phba->sli3_options |= LPFC_SLI3_HBQ_ENABLED;
James Smart04c68492009-05-22 14:52:52 -04005011 if (pmb->u.mb.un.varCfgPort.gcrp)
James Smart34b02dc2008-08-24 21:49:55 -04005012 phba->sli3_options |= LPFC_SLI3_CRP_ENABLED;
James Smart6e7288d2010-06-07 15:23:35 -04005013
5014 phba->hbq_get = phba->mbox->us.s3_pgp.hbq_get;
5015 phba->port_gp = phba->mbox->us.s3_pgp.port;
James Smarte2a0a9d2008-12-04 22:40:02 -05005016
James Smartf44ac122018-03-05 12:04:08 -08005017 if (phba->sli3_options & LPFC_SLI3_BG_ENABLED) {
5018 if (pmb->u.mb.un.varCfgPort.gbg == 0) {
5019 phba->cfg_enable_bg = 0;
5020 phba->sli3_options &= ~LPFC_SLI3_BG_ENABLED;
James Smarte2a0a9d2008-12-04 22:40:02 -05005021 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5022 "0443 Adapter did not grant "
5023 "BlockGuard\n");
James Smartf44ac122018-03-05 12:04:08 -08005024 }
James Smarte2a0a9d2008-12-04 22:40:02 -05005025 }
James Smart34b02dc2008-08-24 21:49:55 -04005026 } else {
James Smart8f34f4c2008-12-04 22:39:23 -05005027 phba->hbq_get = NULL;
James Smart34b02dc2008-08-24 21:49:55 -04005028 phba->port_gp = phba->mbox->us.s2.port;
James Smartd7c255b2008-08-24 21:50:00 -04005029 phba->max_vpi = 0;
James Smarted957682007-06-17 19:56:37 -05005030 }
James Smart92d7f7b2007-06-17 19:56:38 -05005031do_prep_failed:
James Smarted957682007-06-17 19:56:37 -05005032 mempool_free(pmb, phba->mbox_mem_pool);
5033 return rc;
5034}
5035
James Smarte59058c2008-08-24 21:49:00 -04005036
5037/**
Masahiro Yamada183b8022017-02-27 14:29:20 -08005038 * lpfc_sli_hba_setup - SLI initialization function
James Smarte59058c2008-08-24 21:49:00 -04005039 * @phba: Pointer to HBA context object.
5040 *
Masahiro Yamada183b8022017-02-27 14:29:20 -08005041 * This function is the main SLI initialization function. This function
5042 * is called by the HBA initialization code, HBA reset code and HBA
James Smarte59058c2008-08-24 21:49:00 -04005043 * error attention handler code. Caller is not required to hold any
5044 * locks. This function issues config_port mailbox command to configure
5045 * the SLI, setup iocb rings and HBQ rings. In the end the function
5046 * calls the config_port_post function to issue init_link mailbox
5047 * command and to start the discovery. The function will return zero
5048 * if successful, else it will return negative error code.
5049 **/
James Smarted957682007-06-17 19:56:37 -05005050int
5051lpfc_sli_hba_setup(struct lpfc_hba *phba)
5052{
5053 uint32_t rc;
James Smart6d368e52011-05-24 11:44:12 -04005054 int mode = 3, i;
5055 int longs;
James Smarted957682007-06-17 19:56:37 -05005056
James Smart12247e82016-07-06 12:36:09 -07005057 switch (phba->cfg_sli_mode) {
James Smarted957682007-06-17 19:56:37 -05005058 case 2:
James Smart78b2d852007-08-02 11:10:21 -04005059 if (phba->cfg_enable_npiv) {
James Smart92d7f7b2007-06-17 19:56:38 -05005060 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smart12247e82016-07-06 12:36:09 -07005061 "1824 NPIV enabled: Override sli_mode "
James Smart92d7f7b2007-06-17 19:56:38 -05005062 "parameter (%d) to auto (0).\n",
James Smart12247e82016-07-06 12:36:09 -07005063 phba->cfg_sli_mode);
James Smart92d7f7b2007-06-17 19:56:38 -05005064 break;
5065 }
James Smarted957682007-06-17 19:56:37 -05005066 mode = 2;
5067 break;
5068 case 0:
5069 case 3:
5070 break;
5071 default:
James Smart92d7f7b2007-06-17 19:56:38 -05005072 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smart12247e82016-07-06 12:36:09 -07005073 "1819 Unrecognized sli_mode parameter: %d.\n",
5074 phba->cfg_sli_mode);
James Smarted957682007-06-17 19:56:37 -05005075
5076 break;
5077 }
James Smartb5c53952016-03-31 14:12:30 -07005078 phba->fcp_embed_io = 0; /* SLI4 FC support only */
James Smarted957682007-06-17 19:56:37 -05005079
James Smart93996272008-08-24 21:50:30 -04005080 rc = lpfc_sli_config_port(phba, mode);
5081
James Smart12247e82016-07-06 12:36:09 -07005082 if (rc && phba->cfg_sli_mode == 3)
James Smart92d7f7b2007-06-17 19:56:38 -05005083 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04005084 "1820 Unable to select SLI-3. "
5085 "Not supported by adapter.\n");
James Smarted957682007-06-17 19:56:37 -05005086 if (rc && mode != 2)
James Smart93996272008-08-24 21:50:30 -04005087 rc = lpfc_sli_config_port(phba, 2);
James Smart4597663f2016-07-06 12:36:01 -07005088 else if (rc && mode == 2)
5089 rc = lpfc_sli_config_port(phba, 3);
James Smarted957682007-06-17 19:56:37 -05005090 if (rc)
dea31012005-04-17 16:05:31 -05005091 goto lpfc_sli_hba_setup_error;
5092
James Smart0d878412009-10-02 15:16:56 -04005093 /* Enable PCIe device Advanced Error Reporting (AER) if configured */
5094 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
5095 rc = pci_enable_pcie_error_reporting(phba->pcidev);
5096 if (!rc) {
5097 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
5098 "2709 This device supports "
5099 "Advanced Error Reporting (AER)\n");
5100 spin_lock_irq(&phba->hbalock);
5101 phba->hba_flag |= HBA_AER_ENABLED;
5102 spin_unlock_irq(&phba->hbalock);
5103 } else {
5104 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
5105 "2708 This device does not support "
James Smartb069d7e2013-05-31 17:04:36 -04005106 "Advanced Error Reporting (AER): %d\n",
5107 rc);
James Smart0d878412009-10-02 15:16:56 -04005108 phba->cfg_aer_support = 0;
5109 }
5110 }
5111
James Smarted957682007-06-17 19:56:37 -05005112 if (phba->sli_rev == 3) {
5113 phba->iocb_cmd_size = SLI3_IOCB_CMD_SIZE;
5114 phba->iocb_rsp_size = SLI3_IOCB_RSP_SIZE;
James Smarted957682007-06-17 19:56:37 -05005115 } else {
5116 phba->iocb_cmd_size = SLI2_IOCB_CMD_SIZE;
5117 phba->iocb_rsp_size = SLI2_IOCB_RSP_SIZE;
James Smart92d7f7b2007-06-17 19:56:38 -05005118 phba->sli3_options = 0;
James Smarted957682007-06-17 19:56:37 -05005119 }
5120
5121 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04005122 "0444 Firmware in SLI %x mode. Max_vpi %d\n",
5123 phba->sli_rev, phba->max_vpi);
James Smarted957682007-06-17 19:56:37 -05005124 rc = lpfc_sli_ring_map(phba);
dea31012005-04-17 16:05:31 -05005125
5126 if (rc)
5127 goto lpfc_sli_hba_setup_error;
5128
James Smart6d368e52011-05-24 11:44:12 -04005129 /* Initialize VPIs. */
5130 if (phba->sli_rev == LPFC_SLI_REV3) {
5131 /*
5132 * The VPI bitmask and physical ID array are allocated
5133 * and initialized once only - at driver load. A port
5134 * reset doesn't need to reinitialize this memory.
5135 */
5136 if ((phba->vpi_bmask == NULL) && (phba->vpi_ids == NULL)) {
5137 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG;
Kees Cook6396bb22018-06-12 14:03:40 -07005138 phba->vpi_bmask = kcalloc(longs,
5139 sizeof(unsigned long),
James Smart6d368e52011-05-24 11:44:12 -04005140 GFP_KERNEL);
5141 if (!phba->vpi_bmask) {
5142 rc = -ENOMEM;
5143 goto lpfc_sli_hba_setup_error;
5144 }
5145
Kees Cook6396bb22018-06-12 14:03:40 -07005146 phba->vpi_ids = kcalloc(phba->max_vpi + 1,
5147 sizeof(uint16_t),
5148 GFP_KERNEL);
James Smart6d368e52011-05-24 11:44:12 -04005149 if (!phba->vpi_ids) {
5150 kfree(phba->vpi_bmask);
5151 rc = -ENOMEM;
5152 goto lpfc_sli_hba_setup_error;
5153 }
5154 for (i = 0; i < phba->max_vpi; i++)
5155 phba->vpi_ids[i] = i;
5156 }
5157 }
5158
James Smart93996272008-08-24 21:50:30 -04005159 /* Init HBQs */
James Smarted957682007-06-17 19:56:37 -05005160 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
5161 rc = lpfc_sli_hbq_setup(phba);
5162 if (rc)
5163 goto lpfc_sli_hba_setup_error;
5164 }
James Smart04c68492009-05-22 14:52:52 -04005165 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005166 phba->sli.sli_flag |= LPFC_PROCESS_LA;
James Smart04c68492009-05-22 14:52:52 -04005167 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005168
5169 rc = lpfc_config_port_post(phba);
5170 if (rc)
5171 goto lpfc_sli_hba_setup_error;
5172
James Smarted957682007-06-17 19:56:37 -05005173 return rc;
5174
James Smart92d7f7b2007-06-17 19:56:38 -05005175lpfc_sli_hba_setup_error:
James Smart2e0fef82007-06-17 19:56:36 -05005176 phba->link_state = LPFC_HBA_ERROR;
James Smarte40a02c2010-02-26 14:13:54 -05005177 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04005178 "0445 Firmware initialization failed\n");
dea31012005-04-17 16:05:31 -05005179 return rc;
5180}
5181
James Smartda0436e2009-05-22 14:51:39 -04005182/**
5183 * lpfc_sli4_read_fcoe_params - Read fcoe params from conf region
5184 * @phba: Pointer to HBA context object.
5185 * @mboxq: mailbox pointer.
5186 * This function issue a dump mailbox command to read config region
5187 * 23 and parse the records in the region and populate driver
5188 * data structure.
5189 **/
5190static int
James Smartff78d8f2011-12-13 13:21:35 -05005191lpfc_sli4_read_fcoe_params(struct lpfc_hba *phba)
James Smartda0436e2009-05-22 14:51:39 -04005192{
James Smartff78d8f2011-12-13 13:21:35 -05005193 LPFC_MBOXQ_t *mboxq;
James Smartda0436e2009-05-22 14:51:39 -04005194 struct lpfc_dmabuf *mp;
5195 struct lpfc_mqe *mqe;
5196 uint32_t data_length;
5197 int rc;
5198
5199 /* Program the default value of vlan_id and fc_map */
5200 phba->valid_vlan = 0;
5201 phba->fc_map[0] = LPFC_FCOE_FCF_MAP0;
5202 phba->fc_map[1] = LPFC_FCOE_FCF_MAP1;
5203 phba->fc_map[2] = LPFC_FCOE_FCF_MAP2;
5204
James Smartff78d8f2011-12-13 13:21:35 -05005205 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5206 if (!mboxq)
James Smartda0436e2009-05-22 14:51:39 -04005207 return -ENOMEM;
5208
James Smartff78d8f2011-12-13 13:21:35 -05005209 mqe = &mboxq->u.mqe;
5210 if (lpfc_sli4_dump_cfg_rg23(phba, mboxq)) {
5211 rc = -ENOMEM;
5212 goto out_free_mboxq;
5213 }
5214
James Smart3e1f0712018-11-29 16:09:29 -08005215 mp = (struct lpfc_dmabuf *)mboxq->ctx_buf;
James Smartda0436e2009-05-22 14:51:39 -04005216 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
5217
5218 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
5219 "(%d):2571 Mailbox cmd x%x Status x%x "
5220 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x "
5221 "x%x x%x x%x x%x x%x x%x x%x x%x x%x "
5222 "CQ: x%x x%x x%x x%x\n",
5223 mboxq->vport ? mboxq->vport->vpi : 0,
5224 bf_get(lpfc_mqe_command, mqe),
5225 bf_get(lpfc_mqe_status, mqe),
5226 mqe->un.mb_words[0], mqe->un.mb_words[1],
5227 mqe->un.mb_words[2], mqe->un.mb_words[3],
5228 mqe->un.mb_words[4], mqe->un.mb_words[5],
5229 mqe->un.mb_words[6], mqe->un.mb_words[7],
5230 mqe->un.mb_words[8], mqe->un.mb_words[9],
5231 mqe->un.mb_words[10], mqe->un.mb_words[11],
5232 mqe->un.mb_words[12], mqe->un.mb_words[13],
5233 mqe->un.mb_words[14], mqe->un.mb_words[15],
5234 mqe->un.mb_words[16], mqe->un.mb_words[50],
5235 mboxq->mcqe.word0,
5236 mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1,
5237 mboxq->mcqe.trailer);
5238
5239 if (rc) {
5240 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5241 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05005242 rc = -EIO;
5243 goto out_free_mboxq;
James Smartda0436e2009-05-22 14:51:39 -04005244 }
5245 data_length = mqe->un.mb_words[5];
James Smarta0c87cb2009-07-19 10:01:10 -04005246 if (data_length > DMP_RGN23_SIZE) {
James Smartd11e31d2009-06-10 17:23:06 -04005247 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5248 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05005249 rc = -EIO;
5250 goto out_free_mboxq;
James Smartd11e31d2009-06-10 17:23:06 -04005251 }
James Smartda0436e2009-05-22 14:51:39 -04005252
5253 lpfc_parse_fcoe_conf(phba, mp->virt, data_length);
5254 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5255 kfree(mp);
James Smartff78d8f2011-12-13 13:21:35 -05005256 rc = 0;
5257
5258out_free_mboxq:
5259 mempool_free(mboxq, phba->mbox_mem_pool);
5260 return rc;
James Smartda0436e2009-05-22 14:51:39 -04005261}
5262
5263/**
5264 * lpfc_sli4_read_rev - Issue READ_REV and collect vpd data
5265 * @phba: pointer to lpfc hba data structure.
5266 * @mboxq: pointer to the LPFC_MBOXQ_t structure.
5267 * @vpd: pointer to the memory to hold resulting port vpd data.
5268 * @vpd_size: On input, the number of bytes allocated to @vpd.
5269 * On output, the number of data bytes in @vpd.
5270 *
5271 * This routine executes a READ_REV SLI4 mailbox command. In
5272 * addition, this routine gets the port vpd data.
5273 *
5274 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005275 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -04005276 * -ENOMEM - could not allocated memory.
James Smartda0436e2009-05-22 14:51:39 -04005277 **/
5278static int
5279lpfc_sli4_read_rev(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
5280 uint8_t *vpd, uint32_t *vpd_size)
5281{
5282 int rc = 0;
5283 uint32_t dma_size;
5284 struct lpfc_dmabuf *dmabuf;
5285 struct lpfc_mqe *mqe;
5286
5287 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
5288 if (!dmabuf)
5289 return -ENOMEM;
5290
5291 /*
5292 * Get a DMA buffer for the vpd data resulting from the READ_REV
5293 * mailbox command.
5294 */
5295 dma_size = *vpd_size;
Luis Chamberlain750afb02019-01-04 09:23:09 +01005296 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev, dma_size,
5297 &dmabuf->phys, GFP_KERNEL);
James Smartda0436e2009-05-22 14:51:39 -04005298 if (!dmabuf->virt) {
5299 kfree(dmabuf);
5300 return -ENOMEM;
5301 }
James Smartda0436e2009-05-22 14:51:39 -04005302
5303 /*
5304 * The SLI4 implementation of READ_REV conflicts at word1,
5305 * bits 31:16 and SLI4 adds vpd functionality not present
5306 * in SLI3. This code corrects the conflicts.
5307 */
5308 lpfc_read_rev(phba, mboxq);
5309 mqe = &mboxq->u.mqe;
5310 mqe->un.read_rev.vpd_paddr_high = putPaddrHigh(dmabuf->phys);
5311 mqe->un.read_rev.vpd_paddr_low = putPaddrLow(dmabuf->phys);
5312 mqe->un.read_rev.word1 &= 0x0000FFFF;
5313 bf_set(lpfc_mbx_rd_rev_vpd, &mqe->un.read_rev, 1);
5314 bf_set(lpfc_mbx_rd_rev_avail_len, &mqe->un.read_rev, dma_size);
5315
5316 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
5317 if (rc) {
5318 dma_free_coherent(&phba->pcidev->dev, dma_size,
5319 dmabuf->virt, dmabuf->phys);
James Smartdef9c7a2009-12-21 17:02:28 -05005320 kfree(dmabuf);
James Smartda0436e2009-05-22 14:51:39 -04005321 return -EIO;
5322 }
5323
James Smartda0436e2009-05-22 14:51:39 -04005324 /*
5325 * The available vpd length cannot be bigger than the
5326 * DMA buffer passed to the port. Catch the less than
5327 * case and update the caller's size.
5328 */
5329 if (mqe->un.read_rev.avail_vpd_len < *vpd_size)
5330 *vpd_size = mqe->un.read_rev.avail_vpd_len;
5331
James Smartd7c47992010-06-08 18:31:54 -04005332 memcpy(vpd, dmabuf->virt, *vpd_size);
5333
James Smartda0436e2009-05-22 14:51:39 -04005334 dma_free_coherent(&phba->pcidev->dev, dma_size,
5335 dmabuf->virt, dmabuf->phys);
5336 kfree(dmabuf);
5337 return 0;
5338}
5339
5340/**
James Smartb3b4f3e2019-03-12 16:30:23 -07005341 * lpfc_sli4_get_ctl_attr - Retrieve SLI4 device controller attributes
James Smartcd1c8302011-10-10 21:33:25 -04005342 * @phba: pointer to lpfc hba data structure.
5343 *
5344 * This routine retrieves SLI4 device physical port name this PCI function
5345 * is attached to.
5346 *
5347 * Return codes
Anatol Pomozov4907cb72012-09-01 10:31:09 -07005348 * 0 - successful
James Smartb3b4f3e2019-03-12 16:30:23 -07005349 * otherwise - failed to retrieve controller attributes
James Smartcd1c8302011-10-10 21:33:25 -04005350 **/
5351static int
James Smartb3b4f3e2019-03-12 16:30:23 -07005352lpfc_sli4_get_ctl_attr(struct lpfc_hba *phba)
James Smartcd1c8302011-10-10 21:33:25 -04005353{
5354 LPFC_MBOXQ_t *mboxq;
James Smartcd1c8302011-10-10 21:33:25 -04005355 struct lpfc_mbx_get_cntl_attributes *mbx_cntl_attr;
5356 struct lpfc_controller_attribute *cntl_attr;
James Smartcd1c8302011-10-10 21:33:25 -04005357 void *virtaddr = NULL;
5358 uint32_t alloclen, reqlen;
5359 uint32_t shdr_status, shdr_add_status;
5360 union lpfc_sli4_cfg_shdr *shdr;
James Smartcd1c8302011-10-10 21:33:25 -04005361 int rc;
5362
James Smartcd1c8302011-10-10 21:33:25 -04005363 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5364 if (!mboxq)
5365 return -ENOMEM;
James Smartcd1c8302011-10-10 21:33:25 -04005366
James Smartb3b4f3e2019-03-12 16:30:23 -07005367 /* Send COMMON_GET_CNTL_ATTRIBUTES mbox cmd */
James Smartcd1c8302011-10-10 21:33:25 -04005368 reqlen = sizeof(struct lpfc_mbx_get_cntl_attributes);
5369 alloclen = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
5370 LPFC_MBOX_OPCODE_GET_CNTL_ATTRIBUTES, reqlen,
5371 LPFC_SLI4_MBX_NEMBED);
James Smartb3b4f3e2019-03-12 16:30:23 -07005372
James Smartcd1c8302011-10-10 21:33:25 -04005373 if (alloclen < reqlen) {
5374 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5375 "3084 Allocated DMA memory size (%d) is "
5376 "less than the requested DMA memory size "
5377 "(%d)\n", alloclen, reqlen);
5378 rc = -ENOMEM;
5379 goto out_free_mboxq;
5380 }
5381 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
5382 virtaddr = mboxq->sge_array->addr[0];
5383 mbx_cntl_attr = (struct lpfc_mbx_get_cntl_attributes *)virtaddr;
5384 shdr = &mbx_cntl_attr->cfg_shdr;
5385 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
5386 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
5387 if (shdr_status || shdr_add_status || rc) {
5388 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
5389 "3085 Mailbox x%x (x%x/x%x) failed, "
5390 "rc:x%x, status:x%x, add_status:x%x\n",
5391 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
5392 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
5393 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
5394 rc, shdr_status, shdr_add_status);
5395 rc = -ENXIO;
5396 goto out_free_mboxq;
5397 }
James Smartb3b4f3e2019-03-12 16:30:23 -07005398
James Smartcd1c8302011-10-10 21:33:25 -04005399 cntl_attr = &mbx_cntl_attr->cntl_attr;
5400 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_VAL;
5401 phba->sli4_hba.lnk_info.lnk_tp =
5402 bf_get(lpfc_cntl_attr_lnk_type, cntl_attr);
5403 phba->sli4_hba.lnk_info.lnk_no =
5404 bf_get(lpfc_cntl_attr_lnk_numb, cntl_attr);
James Smartb3b4f3e2019-03-12 16:30:23 -07005405
5406 memset(phba->BIOSVersion, 0, sizeof(phba->BIOSVersion));
5407 strlcat(phba->BIOSVersion, (char *)cntl_attr->bios_ver_str,
5408 sizeof(phba->BIOSVersion));
5409
James Smartcd1c8302011-10-10 21:33:25 -04005410 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smartb3b4f3e2019-03-12 16:30:23 -07005411 "3086 lnk_type:%d, lnk_numb:%d, bios_ver:%s\n",
James Smartcd1c8302011-10-10 21:33:25 -04005412 phba->sli4_hba.lnk_info.lnk_tp,
James Smartb3b4f3e2019-03-12 16:30:23 -07005413 phba->sli4_hba.lnk_info.lnk_no,
5414 phba->BIOSVersion);
5415out_free_mboxq:
5416 if (rc != MBX_TIMEOUT) {
5417 if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG)
5418 lpfc_sli4_mbox_cmd_free(phba, mboxq);
5419 else
5420 mempool_free(mboxq, phba->mbox_mem_pool);
5421 }
5422 return rc;
5423}
5424
5425/**
5426 * lpfc_sli4_retrieve_pport_name - Retrieve SLI4 device physical port name
5427 * @phba: pointer to lpfc hba data structure.
5428 *
5429 * This routine retrieves SLI4 device physical port name this PCI function
5430 * is attached to.
5431 *
5432 * Return codes
5433 * 0 - successful
5434 * otherwise - failed to retrieve physical port name
5435 **/
5436static int
5437lpfc_sli4_retrieve_pport_name(struct lpfc_hba *phba)
5438{
5439 LPFC_MBOXQ_t *mboxq;
5440 struct lpfc_mbx_get_port_name *get_port_name;
5441 uint32_t shdr_status, shdr_add_status;
5442 union lpfc_sli4_cfg_shdr *shdr;
5443 char cport_name = 0;
5444 int rc;
5445
5446 /* We assume nothing at this point */
5447 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL;
5448 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_NON;
5449
5450 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5451 if (!mboxq)
5452 return -ENOMEM;
5453 /* obtain link type and link number via READ_CONFIG */
5454 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_INVAL;
5455 lpfc_sli4_read_config(phba);
5456 if (phba->sli4_hba.lnk_info.lnk_dv == LPFC_LNK_DAT_VAL)
5457 goto retrieve_ppname;
5458
5459 /* obtain link type and link number via COMMON_GET_CNTL_ATTRIBUTES */
5460 rc = lpfc_sli4_get_ctl_attr(phba);
5461 if (rc)
5462 goto out_free_mboxq;
James Smartcd1c8302011-10-10 21:33:25 -04005463
5464retrieve_ppname:
5465 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
5466 LPFC_MBOX_OPCODE_GET_PORT_NAME,
5467 sizeof(struct lpfc_mbx_get_port_name) -
5468 sizeof(struct lpfc_sli4_cfg_mhdr),
5469 LPFC_SLI4_MBX_EMBED);
5470 get_port_name = &mboxq->u.mqe.un.get_port_name;
5471 shdr = (union lpfc_sli4_cfg_shdr *)&get_port_name->header.cfg_shdr;
5472 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_OPCODE_VERSION_1);
5473 bf_set(lpfc_mbx_get_port_name_lnk_type, &get_port_name->u.request,
5474 phba->sli4_hba.lnk_info.lnk_tp);
5475 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
5476 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
5477 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
5478 if (shdr_status || shdr_add_status || rc) {
5479 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
5480 "3087 Mailbox x%x (x%x/x%x) failed: "
5481 "rc:x%x, status:x%x, add_status:x%x\n",
5482 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
5483 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
5484 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
5485 rc, shdr_status, shdr_add_status);
5486 rc = -ENXIO;
5487 goto out_free_mboxq;
5488 }
5489 switch (phba->sli4_hba.lnk_info.lnk_no) {
5490 case LPFC_LINK_NUMBER_0:
5491 cport_name = bf_get(lpfc_mbx_get_port_name_name0,
5492 &get_port_name->u.response);
5493 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
5494 break;
5495 case LPFC_LINK_NUMBER_1:
5496 cport_name = bf_get(lpfc_mbx_get_port_name_name1,
5497 &get_port_name->u.response);
5498 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
5499 break;
5500 case LPFC_LINK_NUMBER_2:
5501 cport_name = bf_get(lpfc_mbx_get_port_name_name2,
5502 &get_port_name->u.response);
5503 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
5504 break;
5505 case LPFC_LINK_NUMBER_3:
5506 cport_name = bf_get(lpfc_mbx_get_port_name_name3,
5507 &get_port_name->u.response);
5508 phba->sli4_hba.pport_name_sta = LPFC_SLI4_PPNAME_GET;
5509 break;
5510 default:
5511 break;
5512 }
5513
5514 if (phba->sli4_hba.pport_name_sta == LPFC_SLI4_PPNAME_GET) {
5515 phba->Port[0] = cport_name;
5516 phba->Port[1] = '\0';
5517 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
5518 "3091 SLI get port name: %s\n", phba->Port);
5519 }
5520
5521out_free_mboxq:
5522 if (rc != MBX_TIMEOUT) {
5523 if (bf_get(lpfc_mqe_command, &mboxq->u.mqe) == MBX_SLI4_CONFIG)
5524 lpfc_sli4_mbox_cmd_free(phba, mboxq);
5525 else
5526 mempool_free(mboxq, phba->mbox_mem_pool);
5527 }
5528 return rc;
5529}
5530
5531/**
James Smartda0436e2009-05-22 14:51:39 -04005532 * lpfc_sli4_arm_cqeq_intr - Arm sli-4 device completion and event queues
5533 * @phba: pointer to lpfc hba data structure.
5534 *
5535 * This routine is called to explicitly arm the SLI4 device's completion and
5536 * event queues
5537 **/
5538static void
5539lpfc_sli4_arm_cqeq_intr(struct lpfc_hba *phba)
5540{
James Smart895427b2017-02-12 13:52:30 -08005541 int qidx;
James Smartb71413d2018-02-22 08:18:40 -08005542 struct lpfc_sli4_hba *sli4_hba = &phba->sli4_hba;
James Smartcdb42be2019-01-28 11:14:21 -08005543 struct lpfc_sli4_hdw_queue *qp;
James Smart657add42019-05-21 17:49:06 -07005544 struct lpfc_queue *eq;
James Smartda0436e2009-05-22 14:51:39 -04005545
James Smart32517fc2019-01-28 11:14:33 -08005546 sli4_hba->sli4_write_cq_db(phba, sli4_hba->mbx_cq, 0, LPFC_QUEUE_REARM);
5547 sli4_hba->sli4_write_cq_db(phba, sli4_hba->els_cq, 0, LPFC_QUEUE_REARM);
James Smartb71413d2018-02-22 08:18:40 -08005548 if (sli4_hba->nvmels_cq)
James Smart32517fc2019-01-28 11:14:33 -08005549 sli4_hba->sli4_write_cq_db(phba, sli4_hba->nvmels_cq, 0,
5550 LPFC_QUEUE_REARM);
James Smart895427b2017-02-12 13:52:30 -08005551
James Smartcdb42be2019-01-28 11:14:21 -08005552 if (sli4_hba->hdwq) {
James Smart657add42019-05-21 17:49:06 -07005553 /* Loop thru all Hardware Queues */
James Smartcdb42be2019-01-28 11:14:21 -08005554 for (qidx = 0; qidx < phba->cfg_hdw_queue; qidx++) {
James Smart657add42019-05-21 17:49:06 -07005555 qp = &sli4_hba->hdwq[qidx];
5556 /* ARM the corresponding CQ */
James Smart01f2ef62019-08-28 16:19:11 -07005557 sli4_hba->sli4_write_cq_db(phba, qp->io_cq, 0,
James Smartc00f62e2019-08-14 16:57:11 -07005558 LPFC_QUEUE_REARM);
James Smartcdb42be2019-01-28 11:14:21 -08005559 }
James Smart895427b2017-02-12 13:52:30 -08005560
James Smart657add42019-05-21 17:49:06 -07005561 /* Loop thru all IRQ vectors */
5562 for (qidx = 0; qidx < phba->cfg_irq_chann; qidx++) {
5563 eq = sli4_hba->hba_eq_hdl[qidx].eq;
5564 /* ARM the corresponding EQ */
5565 sli4_hba->sli4_write_eq_db(phba, eq,
5566 0, LPFC_QUEUE_REARM);
5567 }
James Smartcdb42be2019-01-28 11:14:21 -08005568 }
James Smart1ba981f2014-02-20 09:56:45 -05005569
James Smart2d7dbc42017-02-12 13:52:35 -08005570 if (phba->nvmet_support) {
5571 for (qidx = 0; qidx < phba->cfg_nvmet_mrq; qidx++) {
James Smart32517fc2019-01-28 11:14:33 -08005572 sli4_hba->sli4_write_cq_db(phba,
5573 sli4_hba->nvmet_cqset[qidx], 0,
James Smart2d7dbc42017-02-12 13:52:35 -08005574 LPFC_QUEUE_REARM);
5575 }
James Smart2e90f4b2011-12-13 13:22:37 -05005576 }
James Smartda0436e2009-05-22 14:51:39 -04005577}
5578
5579/**
James Smart6d368e52011-05-24 11:44:12 -04005580 * lpfc_sli4_get_avail_extnt_rsrc - Get available resource extent count.
5581 * @phba: Pointer to HBA context object.
5582 * @type: The resource extent type.
James Smartb76f2dc2011-07-22 18:37:42 -04005583 * @extnt_count: buffer to hold port available extent count.
5584 * @extnt_size: buffer to hold element count per extent.
James Smart6d368e52011-05-24 11:44:12 -04005585 *
James Smartb76f2dc2011-07-22 18:37:42 -04005586 * This function calls the port and retrievs the number of available
5587 * extents and their size for a particular extent type.
5588 *
5589 * Returns: 0 if successful. Nonzero otherwise.
James Smart6d368e52011-05-24 11:44:12 -04005590 **/
James Smartb76f2dc2011-07-22 18:37:42 -04005591int
James Smart6d368e52011-05-24 11:44:12 -04005592lpfc_sli4_get_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type,
5593 uint16_t *extnt_count, uint16_t *extnt_size)
5594{
5595 int rc = 0;
5596 uint32_t length;
5597 uint32_t mbox_tmo;
5598 struct lpfc_mbx_get_rsrc_extent_info *rsrc_info;
5599 LPFC_MBOXQ_t *mbox;
5600
5601 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5602 if (!mbox)
5603 return -ENOMEM;
5604
5605 /* Find out how many extents are available for this resource type */
5606 length = (sizeof(struct lpfc_mbx_get_rsrc_extent_info) -
5607 sizeof(struct lpfc_sli4_cfg_mhdr));
5608 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5609 LPFC_MBOX_OPCODE_GET_RSRC_EXTENT_INFO,
5610 length, LPFC_SLI4_MBX_EMBED);
5611
5612 /* Send an extents count of 0 - the GET doesn't use it. */
5613 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
5614 LPFC_SLI4_MBX_EMBED);
5615 if (unlikely(rc)) {
5616 rc = -EIO;
5617 goto err_exit;
5618 }
5619
5620 if (!phba->sli4_hba.intr_enable)
5621 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5622 else {
James Smarta183a152011-10-10 21:32:43 -04005623 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005624 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5625 }
5626 if (unlikely(rc)) {
5627 rc = -EIO;
5628 goto err_exit;
5629 }
5630
5631 rsrc_info = &mbox->u.mqe.un.rsrc_extent_info;
5632 if (bf_get(lpfc_mbox_hdr_status,
5633 &rsrc_info->header.cfg_shdr.response)) {
5634 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5635 "2930 Failed to get resource extents "
5636 "Status 0x%x Add'l Status 0x%x\n",
5637 bf_get(lpfc_mbox_hdr_status,
5638 &rsrc_info->header.cfg_shdr.response),
5639 bf_get(lpfc_mbox_hdr_add_status,
5640 &rsrc_info->header.cfg_shdr.response));
5641 rc = -EIO;
5642 goto err_exit;
5643 }
5644
5645 *extnt_count = bf_get(lpfc_mbx_get_rsrc_extent_info_cnt,
5646 &rsrc_info->u.rsp);
5647 *extnt_size = bf_get(lpfc_mbx_get_rsrc_extent_info_size,
5648 &rsrc_info->u.rsp);
James Smart8a9d2e82012-05-09 21:16:12 -04005649
5650 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
5651 "3162 Retrieved extents type-%d from port: count:%d, "
5652 "size:%d\n", type, *extnt_count, *extnt_size);
5653
5654err_exit:
James Smart6d368e52011-05-24 11:44:12 -04005655 mempool_free(mbox, phba->mbox_mem_pool);
5656 return rc;
5657}
5658
5659/**
5660 * lpfc_sli4_chk_avail_extnt_rsrc - Check for available SLI4 resource extents.
5661 * @phba: Pointer to HBA context object.
5662 * @type: The extent type to check.
5663 *
5664 * This function reads the current available extents from the port and checks
5665 * if the extent count or extent size has changed since the last access.
5666 * Callers use this routine post port reset to understand if there is a
5667 * extent reprovisioning requirement.
5668 *
5669 * Returns:
5670 * -Error: error indicates problem.
5671 * 1: Extent count or size has changed.
5672 * 0: No changes.
5673 **/
5674static int
5675lpfc_sli4_chk_avail_extnt_rsrc(struct lpfc_hba *phba, uint16_t type)
5676{
5677 uint16_t curr_ext_cnt, rsrc_ext_cnt;
5678 uint16_t size_diff, rsrc_ext_size;
5679 int rc = 0;
5680 struct lpfc_rsrc_blks *rsrc_entry;
5681 struct list_head *rsrc_blk_list = NULL;
5682
5683 size_diff = 0;
5684 curr_ext_cnt = 0;
5685 rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
5686 &rsrc_ext_cnt,
5687 &rsrc_ext_size);
5688 if (unlikely(rc))
5689 return -EIO;
5690
5691 switch (type) {
5692 case LPFC_RSC_TYPE_FCOE_RPI:
5693 rsrc_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list;
5694 break;
5695 case LPFC_RSC_TYPE_FCOE_VPI:
5696 rsrc_blk_list = &phba->lpfc_vpi_blk_list;
5697 break;
5698 case LPFC_RSC_TYPE_FCOE_XRI:
5699 rsrc_blk_list = &phba->sli4_hba.lpfc_xri_blk_list;
5700 break;
5701 case LPFC_RSC_TYPE_FCOE_VFI:
5702 rsrc_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list;
5703 break;
5704 default:
5705 break;
5706 }
5707
5708 list_for_each_entry(rsrc_entry, rsrc_blk_list, list) {
5709 curr_ext_cnt++;
5710 if (rsrc_entry->rsrc_size != rsrc_ext_size)
5711 size_diff++;
5712 }
5713
5714 if (curr_ext_cnt != rsrc_ext_cnt || size_diff != 0)
5715 rc = 1;
5716
5717 return rc;
5718}
5719
5720/**
5721 * lpfc_sli4_cfg_post_extnts -
5722 * @phba: Pointer to HBA context object.
5723 * @extnt_cnt - number of available extents.
5724 * @type - the extent type (rpi, xri, vfi, vpi).
5725 * @emb - buffer to hold either MBX_EMBED or MBX_NEMBED operation.
5726 * @mbox - pointer to the caller's allocated mailbox structure.
5727 *
5728 * This function executes the extents allocation request. It also
5729 * takes care of the amount of memory needed to allocate or get the
5730 * allocated extents. It is the caller's responsibility to evaluate
5731 * the response.
5732 *
5733 * Returns:
5734 * -Error: Error value describes the condition found.
5735 * 0: if successful
5736 **/
5737static int
James Smart8a9d2e82012-05-09 21:16:12 -04005738lpfc_sli4_cfg_post_extnts(struct lpfc_hba *phba, uint16_t extnt_cnt,
James Smart6d368e52011-05-24 11:44:12 -04005739 uint16_t type, bool *emb, LPFC_MBOXQ_t *mbox)
5740{
5741 int rc = 0;
5742 uint32_t req_len;
5743 uint32_t emb_len;
5744 uint32_t alloc_len, mbox_tmo;
5745
5746 /* Calculate the total requested length of the dma memory */
James Smart8a9d2e82012-05-09 21:16:12 -04005747 req_len = extnt_cnt * sizeof(uint16_t);
James Smart6d368e52011-05-24 11:44:12 -04005748
5749 /*
5750 * Calculate the size of an embedded mailbox. The uint32_t
5751 * accounts for extents-specific word.
5752 */
5753 emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) -
5754 sizeof(uint32_t);
5755
5756 /*
5757 * Presume the allocation and response will fit into an embedded
5758 * mailbox. If not true, reconfigure to a non-embedded mailbox.
5759 */
5760 *emb = LPFC_SLI4_MBX_EMBED;
5761 if (req_len > emb_len) {
James Smart8a9d2e82012-05-09 21:16:12 -04005762 req_len = extnt_cnt * sizeof(uint16_t) +
James Smart6d368e52011-05-24 11:44:12 -04005763 sizeof(union lpfc_sli4_cfg_shdr) +
5764 sizeof(uint32_t);
5765 *emb = LPFC_SLI4_MBX_NEMBED;
5766 }
5767
5768 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
5769 LPFC_MBOX_OPCODE_ALLOC_RSRC_EXTENT,
5770 req_len, *emb);
5771 if (alloc_len < req_len) {
5772 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartb76f2dc2011-07-22 18:37:42 -04005773 "2982 Allocated DMA memory size (x%x) is "
James Smart6d368e52011-05-24 11:44:12 -04005774 "less than the requested DMA memory "
5775 "size (x%x)\n", alloc_len, req_len);
5776 return -ENOMEM;
5777 }
James Smart8a9d2e82012-05-09 21:16:12 -04005778 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, extnt_cnt, type, *emb);
James Smart6d368e52011-05-24 11:44:12 -04005779 if (unlikely(rc))
5780 return -EIO;
5781
5782 if (!phba->sli4_hba.intr_enable)
5783 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
5784 else {
James Smarta183a152011-10-10 21:32:43 -04005785 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005786 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
5787 }
5788
5789 if (unlikely(rc))
5790 rc = -EIO;
5791 return rc;
5792}
5793
5794/**
5795 * lpfc_sli4_alloc_extent - Allocate an SLI4 resource extent.
5796 * @phba: Pointer to HBA context object.
5797 * @type: The resource extent type to allocate.
5798 *
5799 * This function allocates the number of elements for the specified
5800 * resource type.
5801 **/
5802static int
5803lpfc_sli4_alloc_extent(struct lpfc_hba *phba, uint16_t type)
5804{
5805 bool emb = false;
5806 uint16_t rsrc_id_cnt, rsrc_cnt, rsrc_size;
5807 uint16_t rsrc_id, rsrc_start, j, k;
5808 uint16_t *ids;
5809 int i, rc;
5810 unsigned long longs;
5811 unsigned long *bmask;
5812 struct lpfc_rsrc_blks *rsrc_blks;
5813 LPFC_MBOXQ_t *mbox;
5814 uint32_t length;
5815 struct lpfc_id_range *id_array = NULL;
5816 void *virtaddr = NULL;
5817 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc;
5818 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext;
5819 struct list_head *ext_blk_list;
5820
5821 rc = lpfc_sli4_get_avail_extnt_rsrc(phba, type,
5822 &rsrc_cnt,
5823 &rsrc_size);
5824 if (unlikely(rc))
5825 return -EIO;
5826
5827 if ((rsrc_cnt == 0) || (rsrc_size == 0)) {
5828 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
5829 "3009 No available Resource Extents "
5830 "for resource type 0x%x: Count: 0x%x, "
5831 "Size 0x%x\n", type, rsrc_cnt,
5832 rsrc_size);
5833 return -ENOMEM;
5834 }
5835
James Smart8a9d2e82012-05-09 21:16:12 -04005836 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_INIT | LOG_SLI,
5837 "2903 Post resource extents type-0x%x: "
5838 "count:%d, size %d\n", type, rsrc_cnt, rsrc_size);
James Smart6d368e52011-05-24 11:44:12 -04005839
5840 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5841 if (!mbox)
5842 return -ENOMEM;
5843
James Smart8a9d2e82012-05-09 21:16:12 -04005844 rc = lpfc_sli4_cfg_post_extnts(phba, rsrc_cnt, type, &emb, mbox);
James Smart6d368e52011-05-24 11:44:12 -04005845 if (unlikely(rc)) {
5846 rc = -EIO;
5847 goto err_exit;
5848 }
5849
5850 /*
5851 * Figure out where the response is located. Then get local pointers
5852 * to the response data. The port does not guarantee to respond to
5853 * all extents counts request so update the local variable with the
5854 * allocated count from the port.
5855 */
5856 if (emb == LPFC_SLI4_MBX_EMBED) {
5857 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents;
5858 id_array = &rsrc_ext->u.rsp.id[0];
5859 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
5860 } else {
5861 virtaddr = mbox->sge_array->addr[0];
5862 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr;
5863 rsrc_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
5864 id_array = &n_rsrc->id;
5865 }
5866
5867 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG;
5868 rsrc_id_cnt = rsrc_cnt * rsrc_size;
5869
5870 /*
5871 * Based on the resource size and count, correct the base and max
5872 * resource values.
5873 */
5874 length = sizeof(struct lpfc_rsrc_blks);
5875 switch (type) {
5876 case LPFC_RSC_TYPE_FCOE_RPI:
Kees Cook6396bb22018-06-12 14:03:40 -07005877 phba->sli4_hba.rpi_bmask = kcalloc(longs,
James Smart6d368e52011-05-24 11:44:12 -04005878 sizeof(unsigned long),
5879 GFP_KERNEL);
5880 if (unlikely(!phba->sli4_hba.rpi_bmask)) {
5881 rc = -ENOMEM;
5882 goto err_exit;
5883 }
Kees Cook6396bb22018-06-12 14:03:40 -07005884 phba->sli4_hba.rpi_ids = kcalloc(rsrc_id_cnt,
James Smart6d368e52011-05-24 11:44:12 -04005885 sizeof(uint16_t),
5886 GFP_KERNEL);
5887 if (unlikely(!phba->sli4_hba.rpi_ids)) {
5888 kfree(phba->sli4_hba.rpi_bmask);
5889 rc = -ENOMEM;
5890 goto err_exit;
5891 }
5892
5893 /*
5894 * The next_rpi was initialized with the maximum available
5895 * count but the port may allocate a smaller number. Catch
5896 * that case and update the next_rpi.
5897 */
5898 phba->sli4_hba.next_rpi = rsrc_id_cnt;
5899
5900 /* Initialize local ptrs for common extent processing later. */
5901 bmask = phba->sli4_hba.rpi_bmask;
5902 ids = phba->sli4_hba.rpi_ids;
5903 ext_blk_list = &phba->sli4_hba.lpfc_rpi_blk_list;
5904 break;
5905 case LPFC_RSC_TYPE_FCOE_VPI:
Kees Cook6396bb22018-06-12 14:03:40 -07005906 phba->vpi_bmask = kcalloc(longs, sizeof(unsigned long),
James Smart6d368e52011-05-24 11:44:12 -04005907 GFP_KERNEL);
5908 if (unlikely(!phba->vpi_bmask)) {
5909 rc = -ENOMEM;
5910 goto err_exit;
5911 }
Kees Cook6396bb22018-06-12 14:03:40 -07005912 phba->vpi_ids = kcalloc(rsrc_id_cnt, sizeof(uint16_t),
James Smart6d368e52011-05-24 11:44:12 -04005913 GFP_KERNEL);
5914 if (unlikely(!phba->vpi_ids)) {
5915 kfree(phba->vpi_bmask);
5916 rc = -ENOMEM;
5917 goto err_exit;
5918 }
5919
5920 /* Initialize local ptrs for common extent processing later. */
5921 bmask = phba->vpi_bmask;
5922 ids = phba->vpi_ids;
5923 ext_blk_list = &phba->lpfc_vpi_blk_list;
5924 break;
5925 case LPFC_RSC_TYPE_FCOE_XRI:
Kees Cook6396bb22018-06-12 14:03:40 -07005926 phba->sli4_hba.xri_bmask = kcalloc(longs,
James Smart6d368e52011-05-24 11:44:12 -04005927 sizeof(unsigned long),
5928 GFP_KERNEL);
5929 if (unlikely(!phba->sli4_hba.xri_bmask)) {
5930 rc = -ENOMEM;
5931 goto err_exit;
5932 }
James Smart8a9d2e82012-05-09 21:16:12 -04005933 phba->sli4_hba.max_cfg_param.xri_used = 0;
Kees Cook6396bb22018-06-12 14:03:40 -07005934 phba->sli4_hba.xri_ids = kcalloc(rsrc_id_cnt,
James Smart6d368e52011-05-24 11:44:12 -04005935 sizeof(uint16_t),
5936 GFP_KERNEL);
5937 if (unlikely(!phba->sli4_hba.xri_ids)) {
5938 kfree(phba->sli4_hba.xri_bmask);
5939 rc = -ENOMEM;
5940 goto err_exit;
5941 }
5942
5943 /* Initialize local ptrs for common extent processing later. */
5944 bmask = phba->sli4_hba.xri_bmask;
5945 ids = phba->sli4_hba.xri_ids;
5946 ext_blk_list = &phba->sli4_hba.lpfc_xri_blk_list;
5947 break;
5948 case LPFC_RSC_TYPE_FCOE_VFI:
Kees Cook6396bb22018-06-12 14:03:40 -07005949 phba->sli4_hba.vfi_bmask = kcalloc(longs,
James Smart6d368e52011-05-24 11:44:12 -04005950 sizeof(unsigned long),
5951 GFP_KERNEL);
5952 if (unlikely(!phba->sli4_hba.vfi_bmask)) {
5953 rc = -ENOMEM;
5954 goto err_exit;
5955 }
Kees Cook6396bb22018-06-12 14:03:40 -07005956 phba->sli4_hba.vfi_ids = kcalloc(rsrc_id_cnt,
James Smart6d368e52011-05-24 11:44:12 -04005957 sizeof(uint16_t),
5958 GFP_KERNEL);
5959 if (unlikely(!phba->sli4_hba.vfi_ids)) {
5960 kfree(phba->sli4_hba.vfi_bmask);
5961 rc = -ENOMEM;
5962 goto err_exit;
5963 }
5964
5965 /* Initialize local ptrs for common extent processing later. */
5966 bmask = phba->sli4_hba.vfi_bmask;
5967 ids = phba->sli4_hba.vfi_ids;
5968 ext_blk_list = &phba->sli4_hba.lpfc_vfi_blk_list;
5969 break;
5970 default:
5971 /* Unsupported Opcode. Fail call. */
5972 id_array = NULL;
5973 bmask = NULL;
5974 ids = NULL;
5975 ext_blk_list = NULL;
5976 goto err_exit;
5977 }
5978
5979 /*
5980 * Complete initializing the extent configuration with the
5981 * allocated ids assigned to this function. The bitmask serves
5982 * as an index into the array and manages the available ids. The
5983 * array just stores the ids communicated to the port via the wqes.
5984 */
5985 for (i = 0, j = 0, k = 0; i < rsrc_cnt; i++) {
5986 if ((i % 2) == 0)
5987 rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_0,
5988 &id_array[k]);
5989 else
5990 rsrc_id = bf_get(lpfc_mbx_rsrc_id_word4_1,
5991 &id_array[k]);
5992
5993 rsrc_blks = kzalloc(length, GFP_KERNEL);
5994 if (unlikely(!rsrc_blks)) {
5995 rc = -ENOMEM;
5996 kfree(bmask);
5997 kfree(ids);
5998 goto err_exit;
5999 }
6000 rsrc_blks->rsrc_start = rsrc_id;
6001 rsrc_blks->rsrc_size = rsrc_size;
6002 list_add_tail(&rsrc_blks->list, ext_blk_list);
6003 rsrc_start = rsrc_id;
James Smart895427b2017-02-12 13:52:30 -08006004 if ((type == LPFC_RSC_TYPE_FCOE_XRI) && (j == 0)) {
James Smart5e5b5112019-01-28 11:14:22 -08006005 phba->sli4_hba.io_xri_start = rsrc_start +
James Smart895427b2017-02-12 13:52:30 -08006006 lpfc_sli4_get_iocb_cnt(phba);
James Smart895427b2017-02-12 13:52:30 -08006007 }
James Smart6d368e52011-05-24 11:44:12 -04006008
6009 while (rsrc_id < (rsrc_start + rsrc_size)) {
6010 ids[j] = rsrc_id;
6011 rsrc_id++;
6012 j++;
6013 }
6014 /* Entire word processed. Get next word.*/
6015 if ((i % 2) == 1)
6016 k++;
6017 }
6018 err_exit:
6019 lpfc_sli4_mbox_cmd_free(phba, mbox);
6020 return rc;
6021}
6022
James Smart895427b2017-02-12 13:52:30 -08006023
6024
James Smart6d368e52011-05-24 11:44:12 -04006025/**
6026 * lpfc_sli4_dealloc_extent - Deallocate an SLI4 resource extent.
6027 * @phba: Pointer to HBA context object.
6028 * @type: the extent's type.
6029 *
6030 * This function deallocates all extents of a particular resource type.
6031 * SLI4 does not allow for deallocating a particular extent range. It
6032 * is the caller's responsibility to release all kernel memory resources.
6033 **/
6034static int
6035lpfc_sli4_dealloc_extent(struct lpfc_hba *phba, uint16_t type)
6036{
6037 int rc;
6038 uint32_t length, mbox_tmo = 0;
6039 LPFC_MBOXQ_t *mbox;
6040 struct lpfc_mbx_dealloc_rsrc_extents *dealloc_rsrc;
6041 struct lpfc_rsrc_blks *rsrc_blk, *rsrc_blk_next;
6042
6043 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6044 if (!mbox)
6045 return -ENOMEM;
6046
6047 /*
6048 * This function sends an embedded mailbox because it only sends the
6049 * the resource type. All extents of this type are released by the
6050 * port.
6051 */
6052 length = (sizeof(struct lpfc_mbx_dealloc_rsrc_extents) -
6053 sizeof(struct lpfc_sli4_cfg_mhdr));
6054 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
6055 LPFC_MBOX_OPCODE_DEALLOC_RSRC_EXTENT,
6056 length, LPFC_SLI4_MBX_EMBED);
6057
6058 /* Send an extents count of 0 - the dealloc doesn't use it. */
6059 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, 0, type,
6060 LPFC_SLI4_MBX_EMBED);
6061 if (unlikely(rc)) {
6062 rc = -EIO;
6063 goto out_free_mbox;
6064 }
6065 if (!phba->sli4_hba.intr_enable)
6066 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
6067 else {
James Smarta183a152011-10-10 21:32:43 -04006068 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -04006069 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
6070 }
6071 if (unlikely(rc)) {
6072 rc = -EIO;
6073 goto out_free_mbox;
6074 }
6075
6076 dealloc_rsrc = &mbox->u.mqe.un.dealloc_rsrc_extents;
6077 if (bf_get(lpfc_mbox_hdr_status,
6078 &dealloc_rsrc->header.cfg_shdr.response)) {
6079 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
6080 "2919 Failed to release resource extents "
6081 "for type %d - Status 0x%x Add'l Status 0x%x. "
6082 "Resource memory not released.\n",
6083 type,
6084 bf_get(lpfc_mbox_hdr_status,
6085 &dealloc_rsrc->header.cfg_shdr.response),
6086 bf_get(lpfc_mbox_hdr_add_status,
6087 &dealloc_rsrc->header.cfg_shdr.response));
6088 rc = -EIO;
6089 goto out_free_mbox;
6090 }
6091
6092 /* Release kernel memory resources for the specific type. */
6093 switch (type) {
6094 case LPFC_RSC_TYPE_FCOE_VPI:
6095 kfree(phba->vpi_bmask);
6096 kfree(phba->vpi_ids);
6097 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
6098 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
6099 &phba->lpfc_vpi_blk_list, list) {
6100 list_del_init(&rsrc_blk->list);
6101 kfree(rsrc_blk);
6102 }
James Smart16a3a202013-04-17 20:14:38 -04006103 phba->sli4_hba.max_cfg_param.vpi_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04006104 break;
6105 case LPFC_RSC_TYPE_FCOE_XRI:
6106 kfree(phba->sli4_hba.xri_bmask);
6107 kfree(phba->sli4_hba.xri_ids);
James Smart6d368e52011-05-24 11:44:12 -04006108 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
6109 &phba->sli4_hba.lpfc_xri_blk_list, list) {
6110 list_del_init(&rsrc_blk->list);
6111 kfree(rsrc_blk);
6112 }
6113 break;
6114 case LPFC_RSC_TYPE_FCOE_VFI:
6115 kfree(phba->sli4_hba.vfi_bmask);
6116 kfree(phba->sli4_hba.vfi_ids);
6117 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
6118 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
6119 &phba->sli4_hba.lpfc_vfi_blk_list, list) {
6120 list_del_init(&rsrc_blk->list);
6121 kfree(rsrc_blk);
6122 }
6123 break;
6124 case LPFC_RSC_TYPE_FCOE_RPI:
6125 /* RPI bitmask and physical id array are cleaned up earlier. */
6126 list_for_each_entry_safe(rsrc_blk, rsrc_blk_next,
6127 &phba->sli4_hba.lpfc_rpi_blk_list, list) {
6128 list_del_init(&rsrc_blk->list);
6129 kfree(rsrc_blk);
6130 }
6131 break;
6132 default:
6133 break;
6134 }
6135
6136 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
6137
6138 out_free_mbox:
6139 mempool_free(mbox, phba->mbox_mem_pool);
6140 return rc;
6141}
6142
Baoyou Xiebd4b3e52016-09-25 13:44:55 +08006143static void
James Smart7bdedb32016-07-06 12:36:00 -07006144lpfc_set_features(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox,
6145 uint32_t feature)
James Smart65791f12016-07-06 12:35:56 -07006146{
James Smart65791f12016-07-06 12:35:56 -07006147 uint32_t len;
James Smart65791f12016-07-06 12:35:56 -07006148
James Smart65791f12016-07-06 12:35:56 -07006149 len = sizeof(struct lpfc_mbx_set_feature) -
6150 sizeof(struct lpfc_sli4_cfg_mhdr);
6151 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
6152 LPFC_MBOX_OPCODE_SET_FEATURES, len,
6153 LPFC_SLI4_MBX_EMBED);
James Smart65791f12016-07-06 12:35:56 -07006154
James Smart7bdedb32016-07-06 12:36:00 -07006155 switch (feature) {
6156 case LPFC_SET_UE_RECOVERY:
6157 bf_set(lpfc_mbx_set_feature_UER,
6158 &mbox->u.mqe.un.set_feature, 1);
6159 mbox->u.mqe.un.set_feature.feature = LPFC_SET_UE_RECOVERY;
6160 mbox->u.mqe.un.set_feature.param_len = 8;
6161 break;
6162 case LPFC_SET_MDS_DIAGS:
6163 bf_set(lpfc_mbx_set_feature_mds,
6164 &mbox->u.mqe.un.set_feature, 1);
6165 bf_set(lpfc_mbx_set_feature_mds_deep_loopbk,
James Smartae9e28f2017-05-15 15:20:51 -07006166 &mbox->u.mqe.un.set_feature, 1);
James Smart7bdedb32016-07-06 12:36:00 -07006167 mbox->u.mqe.un.set_feature.feature = LPFC_SET_MDS_DIAGS;
6168 mbox->u.mqe.un.set_feature.param_len = 8;
6169 break;
James Smart65791f12016-07-06 12:35:56 -07006170 }
James Smart7bdedb32016-07-06 12:36:00 -07006171
6172 return;
James Smart65791f12016-07-06 12:35:56 -07006173}
6174
James Smart6d368e52011-05-24 11:44:12 -04006175/**
James Smart1165a5c2018-11-29 16:09:39 -08006176 * lpfc_ras_stop_fwlog: Disable FW logging by the adapter
6177 * @phba: Pointer to HBA context object.
6178 *
6179 * Disable FW logging into host memory on the adapter. To
6180 * be done before reading logs from the host memory.
6181 **/
6182void
6183lpfc_ras_stop_fwlog(struct lpfc_hba *phba)
6184{
6185 struct lpfc_ras_fwlog *ras_fwlog = &phba->ras_fwlog;
6186
6187 ras_fwlog->ras_active = false;
6188
6189 /* Disable FW logging to host memory */
6190 writel(LPFC_CTL_PDEV_CTL_DDL_RAS,
6191 phba->sli4_hba.conf_regs_memmap_p + LPFC_CTL_PDEV_CTL_OFFSET);
6192}
6193
6194/**
James Smartd2cc9bc2018-09-10 10:30:50 -07006195 * lpfc_sli4_ras_dma_free - Free memory allocated for FW logging.
6196 * @phba: Pointer to HBA context object.
6197 *
6198 * This function is called to free memory allocated for RAS FW logging
6199 * support in the driver.
6200 **/
6201void
6202lpfc_sli4_ras_dma_free(struct lpfc_hba *phba)
6203{
6204 struct lpfc_ras_fwlog *ras_fwlog = &phba->ras_fwlog;
6205 struct lpfc_dmabuf *dmabuf, *next;
6206
6207 if (!list_empty(&ras_fwlog->fwlog_buff_list)) {
6208 list_for_each_entry_safe(dmabuf, next,
6209 &ras_fwlog->fwlog_buff_list,
6210 list) {
6211 list_del(&dmabuf->list);
6212 dma_free_coherent(&phba->pcidev->dev,
6213 LPFC_RAS_MAX_ENTRY_SIZE,
6214 dmabuf->virt, dmabuf->phys);
6215 kfree(dmabuf);
6216 }
6217 }
6218
6219 if (ras_fwlog->lwpd.virt) {
6220 dma_free_coherent(&phba->pcidev->dev,
6221 sizeof(uint32_t) * 2,
6222 ras_fwlog->lwpd.virt,
6223 ras_fwlog->lwpd.phys);
6224 ras_fwlog->lwpd.virt = NULL;
6225 }
6226
6227 ras_fwlog->ras_active = false;
6228}
6229
6230/**
6231 * lpfc_sli4_ras_dma_alloc: Allocate memory for FW support
6232 * @phba: Pointer to HBA context object.
6233 * @fwlog_buff_count: Count of buffers to be created.
6234 *
6235 * This routine DMA memory for Log Write Position Data[LPWD] and buffer
6236 * to update FW log is posted to the adapter.
6237 * Buffer count is calculated based on module param ras_fwlog_buffsize
6238 * Size of each buffer posted to FW is 64K.
6239 **/
6240
6241static int
6242lpfc_sli4_ras_dma_alloc(struct lpfc_hba *phba,
6243 uint32_t fwlog_buff_count)
6244{
6245 struct lpfc_ras_fwlog *ras_fwlog = &phba->ras_fwlog;
6246 struct lpfc_dmabuf *dmabuf;
6247 int rc = 0, i = 0;
6248
6249 /* Initialize List */
6250 INIT_LIST_HEAD(&ras_fwlog->fwlog_buff_list);
6251
6252 /* Allocate memory for the LWPD */
6253 ras_fwlog->lwpd.virt = dma_alloc_coherent(&phba->pcidev->dev,
6254 sizeof(uint32_t) * 2,
6255 &ras_fwlog->lwpd.phys,
6256 GFP_KERNEL);
6257 if (!ras_fwlog->lwpd.virt) {
James Smartcb349902018-11-29 16:09:27 -08006258 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartd2cc9bc2018-09-10 10:30:50 -07006259 "6185 LWPD Memory Alloc Failed\n");
6260
6261 return -ENOMEM;
6262 }
6263
6264 ras_fwlog->fw_buffcount = fwlog_buff_count;
6265 for (i = 0; i < ras_fwlog->fw_buffcount; i++) {
6266 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf),
6267 GFP_KERNEL);
6268 if (!dmabuf) {
6269 rc = -ENOMEM;
6270 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
6271 "6186 Memory Alloc failed FW logging");
6272 goto free_mem;
6273 }
6274
Luis Chamberlain750afb02019-01-04 09:23:09 +01006275 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
James Smartd2cc9bc2018-09-10 10:30:50 -07006276 LPFC_RAS_MAX_ENTRY_SIZE,
Luis Chamberlain750afb02019-01-04 09:23:09 +01006277 &dmabuf->phys, GFP_KERNEL);
James Smartd2cc9bc2018-09-10 10:30:50 -07006278 if (!dmabuf->virt) {
6279 kfree(dmabuf);
6280 rc = -ENOMEM;
6281 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
6282 "6187 DMA Alloc Failed FW logging");
6283 goto free_mem;
6284 }
James Smartd2cc9bc2018-09-10 10:30:50 -07006285 dmabuf->buffer_tag = i;
6286 list_add_tail(&dmabuf->list, &ras_fwlog->fwlog_buff_list);
6287 }
6288
6289free_mem:
6290 if (rc)
6291 lpfc_sli4_ras_dma_free(phba);
6292
6293 return rc;
6294}
6295
6296/**
6297 * lpfc_sli4_ras_mbox_cmpl: Completion handler for RAS MBX command
6298 * @phba: pointer to lpfc hba data structure.
6299 * @pmboxq: pointer to the driver internal queue element for mailbox command.
6300 *
6301 * Completion handler for driver's RAS MBX command to the device.
6302 **/
6303static void
6304lpfc_sli4_ras_mbox_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
6305{
6306 MAILBOX_t *mb;
6307 union lpfc_sli4_cfg_shdr *shdr;
6308 uint32_t shdr_status, shdr_add_status;
6309 struct lpfc_ras_fwlog *ras_fwlog = &phba->ras_fwlog;
6310
6311 mb = &pmb->u.mb;
6312
6313 shdr = (union lpfc_sli4_cfg_shdr *)
6314 &pmb->u.mqe.un.ras_fwlog.header.cfg_shdr;
6315 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
6316 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
6317
6318 if (mb->mbxStatus != MBX_SUCCESS || shdr_status) {
James Smartcb349902018-11-29 16:09:27 -08006319 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
James Smartd2cc9bc2018-09-10 10:30:50 -07006320 "6188 FW LOG mailbox "
6321 "completed with status x%x add_status x%x,"
6322 " mbx status x%x\n",
6323 shdr_status, shdr_add_status, mb->mbxStatus);
James Smartcb349902018-11-29 16:09:27 -08006324
6325 ras_fwlog->ras_hwsupport = false;
James Smartd2cc9bc2018-09-10 10:30:50 -07006326 goto disable_ras;
6327 }
6328
6329 ras_fwlog->ras_active = true;
6330 mempool_free(pmb, phba->mbox_mem_pool);
6331
6332 return;
6333
6334disable_ras:
6335 /* Free RAS DMA memory */
6336 lpfc_sli4_ras_dma_free(phba);
6337 mempool_free(pmb, phba->mbox_mem_pool);
6338}
6339
6340/**
6341 * lpfc_sli4_ras_fwlog_init: Initialize memory and post RAS MBX command
6342 * @phba: pointer to lpfc hba data structure.
6343 * @fwlog_level: Logging verbosity level.
6344 * @fwlog_enable: Enable/Disable logging.
6345 *
6346 * Initialize memory and post mailbox command to enable FW logging in host
6347 * memory.
6348 **/
6349int
6350lpfc_sli4_ras_fwlog_init(struct lpfc_hba *phba,
6351 uint32_t fwlog_level,
6352 uint32_t fwlog_enable)
6353{
6354 struct lpfc_ras_fwlog *ras_fwlog = &phba->ras_fwlog;
6355 struct lpfc_mbx_set_ras_fwlog *mbx_fwlog = NULL;
6356 struct lpfc_dmabuf *dmabuf;
6357 LPFC_MBOXQ_t *mbox;
6358 uint32_t len = 0, fwlog_buffsize, fwlog_entry_count;
6359 int rc = 0;
6360
6361 fwlog_buffsize = (LPFC_RAS_MIN_BUFF_POST_SIZE *
6362 phba->cfg_ras_fwlog_buffsize);
6363 fwlog_entry_count = (fwlog_buffsize/LPFC_RAS_MAX_ENTRY_SIZE);
6364
6365 /*
6366 * If re-enabling FW logging support use earlier allocated
6367 * DMA buffers while posting MBX command.
6368 **/
6369 if (!ras_fwlog->lwpd.virt) {
6370 rc = lpfc_sli4_ras_dma_alloc(phba, fwlog_entry_count);
6371 if (rc) {
6372 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
James Smartcb349902018-11-29 16:09:27 -08006373 "6189 FW Log Memory Allocation Failed");
James Smartd2cc9bc2018-09-10 10:30:50 -07006374 return rc;
6375 }
6376 }
6377
6378 /* Setup Mailbox command */
6379 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6380 if (!mbox) {
James Smartcb349902018-11-29 16:09:27 -08006381 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartd2cc9bc2018-09-10 10:30:50 -07006382 "6190 RAS MBX Alloc Failed");
6383 rc = -ENOMEM;
6384 goto mem_free;
6385 }
6386
6387 ras_fwlog->fw_loglevel = fwlog_level;
6388 len = (sizeof(struct lpfc_mbx_set_ras_fwlog) -
6389 sizeof(struct lpfc_sli4_cfg_mhdr));
6390
6391 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_LOWLEVEL,
6392 LPFC_MBOX_OPCODE_SET_DIAG_LOG_OPTION,
6393 len, LPFC_SLI4_MBX_EMBED);
6394
6395 mbx_fwlog = (struct lpfc_mbx_set_ras_fwlog *)&mbox->u.mqe.un.ras_fwlog;
6396 bf_set(lpfc_fwlog_enable, &mbx_fwlog->u.request,
6397 fwlog_enable);
6398 bf_set(lpfc_fwlog_loglvl, &mbx_fwlog->u.request,
6399 ras_fwlog->fw_loglevel);
6400 bf_set(lpfc_fwlog_buffcnt, &mbx_fwlog->u.request,
6401 ras_fwlog->fw_buffcount);
6402 bf_set(lpfc_fwlog_buffsz, &mbx_fwlog->u.request,
6403 LPFC_RAS_MAX_ENTRY_SIZE/SLI4_PAGE_SIZE);
6404
6405 /* Update DMA buffer address */
6406 list_for_each_entry(dmabuf, &ras_fwlog->fwlog_buff_list, list) {
6407 memset(dmabuf->virt, 0, LPFC_RAS_MAX_ENTRY_SIZE);
6408
6409 mbx_fwlog->u.request.buff_fwlog[dmabuf->buffer_tag].addr_lo =
6410 putPaddrLow(dmabuf->phys);
6411
6412 mbx_fwlog->u.request.buff_fwlog[dmabuf->buffer_tag].addr_hi =
6413 putPaddrHigh(dmabuf->phys);
6414 }
6415
6416 /* Update LPWD address */
6417 mbx_fwlog->u.request.lwpd.addr_lo = putPaddrLow(ras_fwlog->lwpd.phys);
6418 mbx_fwlog->u.request.lwpd.addr_hi = putPaddrHigh(ras_fwlog->lwpd.phys);
6419
6420 mbox->vport = phba->pport;
6421 mbox->mbox_cmpl = lpfc_sli4_ras_mbox_cmpl;
6422
6423 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
6424
6425 if (rc == MBX_NOT_FINISHED) {
James Smartcb349902018-11-29 16:09:27 -08006426 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6427 "6191 FW-Log Mailbox failed. "
James Smartd2cc9bc2018-09-10 10:30:50 -07006428 "status %d mbxStatus : x%x", rc,
6429 bf_get(lpfc_mqe_status, &mbox->u.mqe));
6430 mempool_free(mbox, phba->mbox_mem_pool);
6431 rc = -EIO;
6432 goto mem_free;
6433 } else
6434 rc = 0;
6435mem_free:
6436 if (rc)
6437 lpfc_sli4_ras_dma_free(phba);
6438
6439 return rc;
6440}
6441
6442/**
6443 * lpfc_sli4_ras_setup - Check if RAS supported on the adapter
6444 * @phba: Pointer to HBA context object.
6445 *
6446 * Check if RAS is supported on the adapter and initialize it.
6447 **/
6448void
6449lpfc_sli4_ras_setup(struct lpfc_hba *phba)
6450{
6451 /* Check RAS FW Log needs to be enabled or not */
6452 if (lpfc_check_fwlog_support(phba))
6453 return;
6454
6455 lpfc_sli4_ras_fwlog_init(phba, phba->cfg_ras_fwlog_level,
6456 LPFC_RAS_ENABLE_LOGGING);
6457}
6458
6459/**
James Smart6d368e52011-05-24 11:44:12 -04006460 * lpfc_sli4_alloc_resource_identifiers - Allocate all SLI4 resource extents.
6461 * @phba: Pointer to HBA context object.
6462 *
6463 * This function allocates all SLI4 resource identifiers.
6464 **/
6465int
6466lpfc_sli4_alloc_resource_identifiers(struct lpfc_hba *phba)
6467{
6468 int i, rc, error = 0;
6469 uint16_t count, base;
6470 unsigned long longs;
6471
James Smartff78d8f2011-12-13 13:21:35 -05006472 if (!phba->sli4_hba.rpi_hdrs_in_use)
6473 phba->sli4_hba.next_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart6d368e52011-05-24 11:44:12 -04006474 if (phba->sli4_hba.extents_in_use) {
6475 /*
6476 * The port supports resource extents. The XRI, VPI, VFI, RPI
6477 * resource extent count must be read and allocated before
6478 * provisioning the resource id arrays.
6479 */
6480 if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) ==
6481 LPFC_IDX_RSRC_RDY) {
6482 /*
6483 * Extent-based resources are set - the driver could
6484 * be in a port reset. Figure out if any corrective
6485 * actions need to be taken.
6486 */
6487 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
6488 LPFC_RSC_TYPE_FCOE_VFI);
6489 if (rc != 0)
6490 error++;
6491 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
6492 LPFC_RSC_TYPE_FCOE_VPI);
6493 if (rc != 0)
6494 error++;
6495 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
6496 LPFC_RSC_TYPE_FCOE_XRI);
6497 if (rc != 0)
6498 error++;
6499 rc = lpfc_sli4_chk_avail_extnt_rsrc(phba,
6500 LPFC_RSC_TYPE_FCOE_RPI);
6501 if (rc != 0)
6502 error++;
6503
6504 /*
6505 * It's possible that the number of resources
6506 * provided to this port instance changed between
6507 * resets. Detect this condition and reallocate
6508 * resources. Otherwise, there is no action.
6509 */
6510 if (error) {
6511 lpfc_printf_log(phba, KERN_INFO,
6512 LOG_MBOX | LOG_INIT,
6513 "2931 Detected extent resource "
6514 "change. Reallocating all "
6515 "extents.\n");
6516 rc = lpfc_sli4_dealloc_extent(phba,
6517 LPFC_RSC_TYPE_FCOE_VFI);
6518 rc = lpfc_sli4_dealloc_extent(phba,
6519 LPFC_RSC_TYPE_FCOE_VPI);
6520 rc = lpfc_sli4_dealloc_extent(phba,
6521 LPFC_RSC_TYPE_FCOE_XRI);
6522 rc = lpfc_sli4_dealloc_extent(phba,
6523 LPFC_RSC_TYPE_FCOE_RPI);
6524 } else
6525 return 0;
6526 }
6527
6528 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
6529 if (unlikely(rc))
6530 goto err_exit;
6531
6532 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
6533 if (unlikely(rc))
6534 goto err_exit;
6535
6536 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
6537 if (unlikely(rc))
6538 goto err_exit;
6539
6540 rc = lpfc_sli4_alloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);
6541 if (unlikely(rc))
6542 goto err_exit;
6543 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags,
6544 LPFC_IDX_RSRC_RDY);
6545 return rc;
6546 } else {
6547 /*
6548 * The port does not support resource extents. The XRI, VPI,
6549 * VFI, RPI resource ids were determined from READ_CONFIG.
6550 * Just allocate the bitmasks and provision the resource id
6551 * arrays. If a port reset is active, the resources don't
6552 * need any action - just exit.
6553 */
6554 if (bf_get(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags) ==
James Smartff78d8f2011-12-13 13:21:35 -05006555 LPFC_IDX_RSRC_RDY) {
6556 lpfc_sli4_dealloc_resource_identifiers(phba);
6557 lpfc_sli4_remove_rpis(phba);
6558 }
James Smart6d368e52011-05-24 11:44:12 -04006559 /* RPIs. */
6560 count = phba->sli4_hba.max_cfg_param.max_rpi;
James Smart0a630c22013-01-03 15:44:09 -05006561 if (count <= 0) {
6562 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6563 "3279 Invalid provisioning of "
6564 "rpi:%d\n", count);
6565 rc = -EINVAL;
6566 goto err_exit;
6567 }
James Smart6d368e52011-05-24 11:44:12 -04006568 base = phba->sli4_hba.max_cfg_param.rpi_base;
6569 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
Kees Cook6396bb22018-06-12 14:03:40 -07006570 phba->sli4_hba.rpi_bmask = kcalloc(longs,
James Smart6d368e52011-05-24 11:44:12 -04006571 sizeof(unsigned long),
6572 GFP_KERNEL);
6573 if (unlikely(!phba->sli4_hba.rpi_bmask)) {
6574 rc = -ENOMEM;
6575 goto err_exit;
6576 }
Kees Cook6396bb22018-06-12 14:03:40 -07006577 phba->sli4_hba.rpi_ids = kcalloc(count, sizeof(uint16_t),
James Smart6d368e52011-05-24 11:44:12 -04006578 GFP_KERNEL);
6579 if (unlikely(!phba->sli4_hba.rpi_ids)) {
6580 rc = -ENOMEM;
6581 goto free_rpi_bmask;
6582 }
6583
6584 for (i = 0; i < count; i++)
6585 phba->sli4_hba.rpi_ids[i] = base + i;
6586
6587 /* VPIs. */
6588 count = phba->sli4_hba.max_cfg_param.max_vpi;
James Smart0a630c22013-01-03 15:44:09 -05006589 if (count <= 0) {
6590 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6591 "3280 Invalid provisioning of "
6592 "vpi:%d\n", count);
6593 rc = -EINVAL;
6594 goto free_rpi_ids;
6595 }
James Smart6d368e52011-05-24 11:44:12 -04006596 base = phba->sli4_hba.max_cfg_param.vpi_base;
6597 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
Kees Cook6396bb22018-06-12 14:03:40 -07006598 phba->vpi_bmask = kcalloc(longs, sizeof(unsigned long),
James Smart6d368e52011-05-24 11:44:12 -04006599 GFP_KERNEL);
6600 if (unlikely(!phba->vpi_bmask)) {
6601 rc = -ENOMEM;
6602 goto free_rpi_ids;
6603 }
Kees Cook6396bb22018-06-12 14:03:40 -07006604 phba->vpi_ids = kcalloc(count, sizeof(uint16_t),
James Smart6d368e52011-05-24 11:44:12 -04006605 GFP_KERNEL);
6606 if (unlikely(!phba->vpi_ids)) {
6607 rc = -ENOMEM;
6608 goto free_vpi_bmask;
6609 }
6610
6611 for (i = 0; i < count; i++)
6612 phba->vpi_ids[i] = base + i;
6613
6614 /* XRIs. */
6615 count = phba->sli4_hba.max_cfg_param.max_xri;
James Smart0a630c22013-01-03 15:44:09 -05006616 if (count <= 0) {
6617 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6618 "3281 Invalid provisioning of "
6619 "xri:%d\n", count);
6620 rc = -EINVAL;
6621 goto free_vpi_ids;
6622 }
James Smart6d368e52011-05-24 11:44:12 -04006623 base = phba->sli4_hba.max_cfg_param.xri_base;
6624 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
Kees Cook6396bb22018-06-12 14:03:40 -07006625 phba->sli4_hba.xri_bmask = kcalloc(longs,
James Smart6d368e52011-05-24 11:44:12 -04006626 sizeof(unsigned long),
6627 GFP_KERNEL);
6628 if (unlikely(!phba->sli4_hba.xri_bmask)) {
6629 rc = -ENOMEM;
6630 goto free_vpi_ids;
6631 }
James Smart41899be2012-03-01 22:34:19 -05006632 phba->sli4_hba.max_cfg_param.xri_used = 0;
Kees Cook6396bb22018-06-12 14:03:40 -07006633 phba->sli4_hba.xri_ids = kcalloc(count, sizeof(uint16_t),
James Smart6d368e52011-05-24 11:44:12 -04006634 GFP_KERNEL);
6635 if (unlikely(!phba->sli4_hba.xri_ids)) {
6636 rc = -ENOMEM;
6637 goto free_xri_bmask;
6638 }
6639
6640 for (i = 0; i < count; i++)
6641 phba->sli4_hba.xri_ids[i] = base + i;
6642
6643 /* VFIs. */
6644 count = phba->sli4_hba.max_cfg_param.max_vfi;
James Smart0a630c22013-01-03 15:44:09 -05006645 if (count <= 0) {
6646 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6647 "3282 Invalid provisioning of "
6648 "vfi:%d\n", count);
6649 rc = -EINVAL;
6650 goto free_xri_ids;
6651 }
James Smart6d368e52011-05-24 11:44:12 -04006652 base = phba->sli4_hba.max_cfg_param.vfi_base;
6653 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG;
Kees Cook6396bb22018-06-12 14:03:40 -07006654 phba->sli4_hba.vfi_bmask = kcalloc(longs,
James Smart6d368e52011-05-24 11:44:12 -04006655 sizeof(unsigned long),
6656 GFP_KERNEL);
6657 if (unlikely(!phba->sli4_hba.vfi_bmask)) {
6658 rc = -ENOMEM;
6659 goto free_xri_ids;
6660 }
Kees Cook6396bb22018-06-12 14:03:40 -07006661 phba->sli4_hba.vfi_ids = kcalloc(count, sizeof(uint16_t),
James Smart6d368e52011-05-24 11:44:12 -04006662 GFP_KERNEL);
6663 if (unlikely(!phba->sli4_hba.vfi_ids)) {
6664 rc = -ENOMEM;
6665 goto free_vfi_bmask;
6666 }
6667
6668 for (i = 0; i < count; i++)
6669 phba->sli4_hba.vfi_ids[i] = base + i;
6670
6671 /*
6672 * Mark all resources ready. An HBA reset doesn't need
6673 * to reset the initialization.
6674 */
6675 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags,
6676 LPFC_IDX_RSRC_RDY);
6677 return 0;
6678 }
6679
6680 free_vfi_bmask:
6681 kfree(phba->sli4_hba.vfi_bmask);
Roberto Sassucd60be42017-01-11 11:06:42 +01006682 phba->sli4_hba.vfi_bmask = NULL;
James Smart6d368e52011-05-24 11:44:12 -04006683 free_xri_ids:
6684 kfree(phba->sli4_hba.xri_ids);
Roberto Sassucd60be42017-01-11 11:06:42 +01006685 phba->sli4_hba.xri_ids = NULL;
James Smart6d368e52011-05-24 11:44:12 -04006686 free_xri_bmask:
6687 kfree(phba->sli4_hba.xri_bmask);
Roberto Sassucd60be42017-01-11 11:06:42 +01006688 phba->sli4_hba.xri_bmask = NULL;
James Smart6d368e52011-05-24 11:44:12 -04006689 free_vpi_ids:
6690 kfree(phba->vpi_ids);
Roberto Sassucd60be42017-01-11 11:06:42 +01006691 phba->vpi_ids = NULL;
James Smart6d368e52011-05-24 11:44:12 -04006692 free_vpi_bmask:
6693 kfree(phba->vpi_bmask);
Roberto Sassucd60be42017-01-11 11:06:42 +01006694 phba->vpi_bmask = NULL;
James Smart6d368e52011-05-24 11:44:12 -04006695 free_rpi_ids:
6696 kfree(phba->sli4_hba.rpi_ids);
Roberto Sassucd60be42017-01-11 11:06:42 +01006697 phba->sli4_hba.rpi_ids = NULL;
James Smart6d368e52011-05-24 11:44:12 -04006698 free_rpi_bmask:
6699 kfree(phba->sli4_hba.rpi_bmask);
Roberto Sassucd60be42017-01-11 11:06:42 +01006700 phba->sli4_hba.rpi_bmask = NULL;
James Smart6d368e52011-05-24 11:44:12 -04006701 err_exit:
6702 return rc;
6703}
6704
6705/**
6706 * lpfc_sli4_dealloc_resource_identifiers - Deallocate all SLI4 resource extents.
6707 * @phba: Pointer to HBA context object.
6708 *
6709 * This function allocates the number of elements for the specified
6710 * resource type.
6711 **/
6712int
6713lpfc_sli4_dealloc_resource_identifiers(struct lpfc_hba *phba)
6714{
6715 if (phba->sli4_hba.extents_in_use) {
6716 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VPI);
6717 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_RPI);
6718 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_XRI);
6719 lpfc_sli4_dealloc_extent(phba, LPFC_RSC_TYPE_FCOE_VFI);
6720 } else {
6721 kfree(phba->vpi_bmask);
James Smart16a3a202013-04-17 20:14:38 -04006722 phba->sli4_hba.max_cfg_param.vpi_used = 0;
James Smart6d368e52011-05-24 11:44:12 -04006723 kfree(phba->vpi_ids);
6724 bf_set(lpfc_vpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
6725 kfree(phba->sli4_hba.xri_bmask);
6726 kfree(phba->sli4_hba.xri_ids);
James Smart6d368e52011-05-24 11:44:12 -04006727 kfree(phba->sli4_hba.vfi_bmask);
6728 kfree(phba->sli4_hba.vfi_ids);
6729 bf_set(lpfc_vfi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
6730 bf_set(lpfc_idx_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
6731 }
6732
6733 return 0;
6734}
6735
6736/**
James Smartb76f2dc2011-07-22 18:37:42 -04006737 * lpfc_sli4_get_allocated_extnts - Get the port's allocated extents.
6738 * @phba: Pointer to HBA context object.
6739 * @type: The resource extent type.
6740 * @extnt_count: buffer to hold port extent count response
6741 * @extnt_size: buffer to hold port extent size response.
6742 *
6743 * This function calls the port to read the host allocated extents
6744 * for a particular type.
6745 **/
6746int
6747lpfc_sli4_get_allocated_extnts(struct lpfc_hba *phba, uint16_t type,
6748 uint16_t *extnt_cnt, uint16_t *extnt_size)
6749{
6750 bool emb;
6751 int rc = 0;
6752 uint16_t curr_blks = 0;
6753 uint32_t req_len, emb_len;
6754 uint32_t alloc_len, mbox_tmo;
6755 struct list_head *blk_list_head;
6756 struct lpfc_rsrc_blks *rsrc_blk;
6757 LPFC_MBOXQ_t *mbox;
6758 void *virtaddr = NULL;
6759 struct lpfc_mbx_nembed_rsrc_extent *n_rsrc;
6760 struct lpfc_mbx_alloc_rsrc_extents *rsrc_ext;
6761 union lpfc_sli4_cfg_shdr *shdr;
6762
6763 switch (type) {
6764 case LPFC_RSC_TYPE_FCOE_VPI:
6765 blk_list_head = &phba->lpfc_vpi_blk_list;
6766 break;
6767 case LPFC_RSC_TYPE_FCOE_XRI:
6768 blk_list_head = &phba->sli4_hba.lpfc_xri_blk_list;
6769 break;
6770 case LPFC_RSC_TYPE_FCOE_VFI:
6771 blk_list_head = &phba->sli4_hba.lpfc_vfi_blk_list;
6772 break;
6773 case LPFC_RSC_TYPE_FCOE_RPI:
6774 blk_list_head = &phba->sli4_hba.lpfc_rpi_blk_list;
6775 break;
6776 default:
6777 return -EIO;
6778 }
6779
6780 /* Count the number of extents currently allocatd for this type. */
6781 list_for_each_entry(rsrc_blk, blk_list_head, list) {
6782 if (curr_blks == 0) {
6783 /*
6784 * The GET_ALLOCATED mailbox does not return the size,
6785 * just the count. The size should be just the size
6786 * stored in the current allocated block and all sizes
6787 * for an extent type are the same so set the return
6788 * value now.
6789 */
6790 *extnt_size = rsrc_blk->rsrc_size;
6791 }
6792 curr_blks++;
6793 }
6794
James Smartb76f2dc2011-07-22 18:37:42 -04006795 /*
6796 * Calculate the size of an embedded mailbox. The uint32_t
6797 * accounts for extents-specific word.
6798 */
6799 emb_len = sizeof(MAILBOX_t) - sizeof(struct mbox_header) -
6800 sizeof(uint32_t);
6801
6802 /*
6803 * Presume the allocation and response will fit into an embedded
6804 * mailbox. If not true, reconfigure to a non-embedded mailbox.
6805 */
6806 emb = LPFC_SLI4_MBX_EMBED;
6807 req_len = emb_len;
6808 if (req_len > emb_len) {
6809 req_len = curr_blks * sizeof(uint16_t) +
6810 sizeof(union lpfc_sli4_cfg_shdr) +
6811 sizeof(uint32_t);
6812 emb = LPFC_SLI4_MBX_NEMBED;
6813 }
6814
6815 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6816 if (!mbox)
6817 return -ENOMEM;
6818 memset(mbox, 0, sizeof(LPFC_MBOXQ_t));
6819
6820 alloc_len = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
6821 LPFC_MBOX_OPCODE_GET_ALLOC_RSRC_EXTENT,
6822 req_len, emb);
6823 if (alloc_len < req_len) {
6824 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6825 "2983 Allocated DMA memory size (x%x) is "
6826 "less than the requested DMA memory "
6827 "size (x%x)\n", alloc_len, req_len);
6828 rc = -ENOMEM;
6829 goto err_exit;
6830 }
6831 rc = lpfc_sli4_mbox_rsrc_extent(phba, mbox, curr_blks, type, emb);
6832 if (unlikely(rc)) {
6833 rc = -EIO;
6834 goto err_exit;
6835 }
6836
6837 if (!phba->sli4_hba.intr_enable)
6838 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
6839 else {
James Smarta183a152011-10-10 21:32:43 -04006840 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smartb76f2dc2011-07-22 18:37:42 -04006841 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
6842 }
6843
6844 if (unlikely(rc)) {
6845 rc = -EIO;
6846 goto err_exit;
6847 }
6848
6849 /*
6850 * Figure out where the response is located. Then get local pointers
6851 * to the response data. The port does not guarantee to respond to
6852 * all extents counts request so update the local variable with the
6853 * allocated count from the port.
6854 */
6855 if (emb == LPFC_SLI4_MBX_EMBED) {
6856 rsrc_ext = &mbox->u.mqe.un.alloc_rsrc_extents;
6857 shdr = &rsrc_ext->header.cfg_shdr;
6858 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, &rsrc_ext->u.rsp);
6859 } else {
6860 virtaddr = mbox->sge_array->addr[0];
6861 n_rsrc = (struct lpfc_mbx_nembed_rsrc_extent *) virtaddr;
6862 shdr = &n_rsrc->cfg_shdr;
6863 *extnt_cnt = bf_get(lpfc_mbx_rsrc_cnt, n_rsrc);
6864 }
6865
6866 if (bf_get(lpfc_mbox_hdr_status, &shdr->response)) {
6867 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_INIT,
6868 "2984 Failed to read allocated resources "
6869 "for type %d - Status 0x%x Add'l Status 0x%x.\n",
6870 type,
6871 bf_get(lpfc_mbox_hdr_status, &shdr->response),
6872 bf_get(lpfc_mbox_hdr_add_status, &shdr->response));
6873 rc = -EIO;
6874 goto err_exit;
6875 }
6876 err_exit:
6877 lpfc_sli4_mbox_cmd_free(phba, mbox);
6878 return rc;
6879}
6880
6881/**
James Smart0ef69962017-04-21 16:04:50 -07006882 * lpfc_sli4_repost_sgl_list - Repost the buffers sgl pages as block
James Smart8a9d2e82012-05-09 21:16:12 -04006883 * @phba: pointer to lpfc hba data structure.
James Smart895427b2017-02-12 13:52:30 -08006884 * @pring: Pointer to driver SLI ring object.
6885 * @sgl_list: linked link of sgl buffers to post
6886 * @cnt: number of linked list buffers
James Smart8a9d2e82012-05-09 21:16:12 -04006887 *
James Smart895427b2017-02-12 13:52:30 -08006888 * This routine walks the list of buffers that have been allocated and
James Smart8a9d2e82012-05-09 21:16:12 -04006889 * repost them to the port by using SGL block post. This is needed after a
6890 * pci_function_reset/warm_start or start. It attempts to construct blocks
James Smart895427b2017-02-12 13:52:30 -08006891 * of buffer sgls which contains contiguous xris and uses the non-embedded
6892 * SGL block post mailbox commands to post them to the port. For single
James Smart8a9d2e82012-05-09 21:16:12 -04006893 * buffer sgl with non-contiguous xri, if any, it shall use embedded SGL post
6894 * mailbox command for posting.
6895 *
6896 * Returns: 0 = success, non-zero failure.
6897 **/
6898static int
James Smart895427b2017-02-12 13:52:30 -08006899lpfc_sli4_repost_sgl_list(struct lpfc_hba *phba,
6900 struct list_head *sgl_list, int cnt)
James Smart8a9d2e82012-05-09 21:16:12 -04006901{
6902 struct lpfc_sglq *sglq_entry = NULL;
6903 struct lpfc_sglq *sglq_entry_next = NULL;
6904 struct lpfc_sglq *sglq_entry_first = NULL;
James Smart895427b2017-02-12 13:52:30 -08006905 int status, total_cnt;
6906 int post_cnt = 0, num_posted = 0, block_cnt = 0;
James Smart8a9d2e82012-05-09 21:16:12 -04006907 int last_xritag = NO_XRI;
6908 LIST_HEAD(prep_sgl_list);
6909 LIST_HEAD(blck_sgl_list);
6910 LIST_HEAD(allc_sgl_list);
6911 LIST_HEAD(post_sgl_list);
6912 LIST_HEAD(free_sgl_list);
6913
James Smart38c20672013-03-01 16:37:44 -05006914 spin_lock_irq(&phba->hbalock);
James Smart895427b2017-02-12 13:52:30 -08006915 spin_lock(&phba->sli4_hba.sgl_list_lock);
6916 list_splice_init(sgl_list, &allc_sgl_list);
6917 spin_unlock(&phba->sli4_hba.sgl_list_lock);
James Smart38c20672013-03-01 16:37:44 -05006918 spin_unlock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04006919
James Smart895427b2017-02-12 13:52:30 -08006920 total_cnt = cnt;
James Smart8a9d2e82012-05-09 21:16:12 -04006921 list_for_each_entry_safe(sglq_entry, sglq_entry_next,
6922 &allc_sgl_list, list) {
6923 list_del_init(&sglq_entry->list);
6924 block_cnt++;
6925 if ((last_xritag != NO_XRI) &&
6926 (sglq_entry->sli4_xritag != last_xritag + 1)) {
6927 /* a hole in xri block, form a sgl posting block */
6928 list_splice_init(&prep_sgl_list, &blck_sgl_list);
6929 post_cnt = block_cnt - 1;
6930 /* prepare list for next posting block */
6931 list_add_tail(&sglq_entry->list, &prep_sgl_list);
6932 block_cnt = 1;
6933 } else {
6934 /* prepare list for next posting block */
6935 list_add_tail(&sglq_entry->list, &prep_sgl_list);
6936 /* enough sgls for non-embed sgl mbox command */
6937 if (block_cnt == LPFC_NEMBED_MBOX_SGL_CNT) {
6938 list_splice_init(&prep_sgl_list,
6939 &blck_sgl_list);
6940 post_cnt = block_cnt;
6941 block_cnt = 0;
6942 }
6943 }
6944 num_posted++;
6945
6946 /* keep track of last sgl's xritag */
6947 last_xritag = sglq_entry->sli4_xritag;
6948
James Smart895427b2017-02-12 13:52:30 -08006949 /* end of repost sgl list condition for buffers */
6950 if (num_posted == total_cnt) {
James Smart8a9d2e82012-05-09 21:16:12 -04006951 if (post_cnt == 0) {
6952 list_splice_init(&prep_sgl_list,
6953 &blck_sgl_list);
6954 post_cnt = block_cnt;
6955 } else if (block_cnt == 1) {
6956 status = lpfc_sli4_post_sgl(phba,
6957 sglq_entry->phys, 0,
6958 sglq_entry->sli4_xritag);
6959 if (!status) {
6960 /* successful, put sgl to posted list */
6961 list_add_tail(&sglq_entry->list,
6962 &post_sgl_list);
6963 } else {
6964 /* Failure, put sgl to free list */
6965 lpfc_printf_log(phba, KERN_WARNING,
6966 LOG_SLI,
James Smart895427b2017-02-12 13:52:30 -08006967 "3159 Failed to post "
James Smart8a9d2e82012-05-09 21:16:12 -04006968 "sgl, xritag:x%x\n",
6969 sglq_entry->sli4_xritag);
6970 list_add_tail(&sglq_entry->list,
6971 &free_sgl_list);
James Smart711ea882013-04-17 20:18:29 -04006972 total_cnt--;
James Smart8a9d2e82012-05-09 21:16:12 -04006973 }
6974 }
6975 }
6976
6977 /* continue until a nembed page worth of sgls */
6978 if (post_cnt == 0)
6979 continue;
6980
James Smart895427b2017-02-12 13:52:30 -08006981 /* post the buffer list sgls as a block */
6982 status = lpfc_sli4_post_sgl_list(phba, &blck_sgl_list,
6983 post_cnt);
James Smart8a9d2e82012-05-09 21:16:12 -04006984
6985 if (!status) {
6986 /* success, put sgl list to posted sgl list */
6987 list_splice_init(&blck_sgl_list, &post_sgl_list);
6988 } else {
6989 /* Failure, put sgl list to free sgl list */
6990 sglq_entry_first = list_first_entry(&blck_sgl_list,
6991 struct lpfc_sglq,
6992 list);
6993 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
James Smart895427b2017-02-12 13:52:30 -08006994 "3160 Failed to post sgl-list, "
James Smart8a9d2e82012-05-09 21:16:12 -04006995 "xritag:x%x-x%x\n",
6996 sglq_entry_first->sli4_xritag,
6997 (sglq_entry_first->sli4_xritag +
6998 post_cnt - 1));
6999 list_splice_init(&blck_sgl_list, &free_sgl_list);
James Smart711ea882013-04-17 20:18:29 -04007000 total_cnt -= post_cnt;
James Smart8a9d2e82012-05-09 21:16:12 -04007001 }
7002
7003 /* don't reset xirtag due to hole in xri block */
7004 if (block_cnt == 0)
7005 last_xritag = NO_XRI;
7006
James Smart895427b2017-02-12 13:52:30 -08007007 /* reset sgl post count for next round of posting */
James Smart8a9d2e82012-05-09 21:16:12 -04007008 post_cnt = 0;
7009 }
7010
James Smart895427b2017-02-12 13:52:30 -08007011 /* free the sgls failed to post */
James Smart8a9d2e82012-05-09 21:16:12 -04007012 lpfc_free_sgl_list(phba, &free_sgl_list);
7013
James Smart895427b2017-02-12 13:52:30 -08007014 /* push sgls posted to the available list */
James Smart8a9d2e82012-05-09 21:16:12 -04007015 if (!list_empty(&post_sgl_list)) {
James Smart38c20672013-03-01 16:37:44 -05007016 spin_lock_irq(&phba->hbalock);
James Smart895427b2017-02-12 13:52:30 -08007017 spin_lock(&phba->sli4_hba.sgl_list_lock);
7018 list_splice_init(&post_sgl_list, sgl_list);
7019 spin_unlock(&phba->sli4_hba.sgl_list_lock);
James Smart38c20672013-03-01 16:37:44 -05007020 spin_unlock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04007021 } else {
7022 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart895427b2017-02-12 13:52:30 -08007023 "3161 Failure to post sgl to port.\n");
James Smart8a9d2e82012-05-09 21:16:12 -04007024 return -EIO;
7025 }
James Smart895427b2017-02-12 13:52:30 -08007026
7027 /* return the number of XRIs actually posted */
7028 return total_cnt;
James Smart8a9d2e82012-05-09 21:16:12 -04007029}
7030
James Smart0794d602019-01-28 11:14:19 -08007031/**
James Smart5e5b5112019-01-28 11:14:22 -08007032 * lpfc_sli4_repost_io_sgl_list - Repost all the allocated nvme buffer sgls
James Smart0794d602019-01-28 11:14:19 -08007033 * @phba: pointer to lpfc hba data structure.
7034 *
7035 * This routine walks the list of nvme buffers that have been allocated and
7036 * repost them to the port by using SGL block post. This is needed after a
7037 * pci_function_reset/warm_start or start. The lpfc_hba_down_post_s4 routine
7038 * is responsible for moving all nvme buffers on the lpfc_abts_nvme_sgl_list
James Smart5e5b5112019-01-28 11:14:22 -08007039 * to the lpfc_io_buf_list. If the repost fails, reject all nvme buffers.
James Smart0794d602019-01-28 11:14:19 -08007040 *
7041 * Returns: 0 = success, non-zero failure.
7042 **/
Bart Van Assche3999df72019-03-28 11:06:16 -07007043static int
James Smart5e5b5112019-01-28 11:14:22 -08007044lpfc_sli4_repost_io_sgl_list(struct lpfc_hba *phba)
James Smart0794d602019-01-28 11:14:19 -08007045{
7046 LIST_HEAD(post_nblist);
7047 int num_posted, rc = 0;
7048
7049 /* get all NVME buffers need to repost to a local list */
James Smart5e5b5112019-01-28 11:14:22 -08007050 lpfc_io_buf_flush(phba, &post_nblist);
James Smart0794d602019-01-28 11:14:19 -08007051
7052 /* post the list of nvme buffer sgls to port if available */
7053 if (!list_empty(&post_nblist)) {
James Smart5e5b5112019-01-28 11:14:22 -08007054 num_posted = lpfc_sli4_post_io_sgl_list(
7055 phba, &post_nblist, phba->sli4_hba.io_xri_cnt);
James Smart0794d602019-01-28 11:14:19 -08007056 /* failed to post any nvme buffer, return error */
7057 if (num_posted == 0)
7058 rc = -EIO;
7059 }
7060 return rc;
7061}
7062
Bart Van Assche3999df72019-03-28 11:06:16 -07007063static void
James Smart61bda8f2016-10-13 15:06:05 -07007064lpfc_set_host_data(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox)
7065{
7066 uint32_t len;
7067
7068 len = sizeof(struct lpfc_mbx_set_host_data) -
7069 sizeof(struct lpfc_sli4_cfg_mhdr);
7070 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
7071 LPFC_MBOX_OPCODE_SET_HOST_DATA, len,
7072 LPFC_SLI4_MBX_EMBED);
7073
7074 mbox->u.mqe.un.set_host_data.param_id = LPFC_SET_HOST_OS_DRIVER_VERSION;
James Smartb2fd1032016-12-19 15:07:21 -08007075 mbox->u.mqe.un.set_host_data.param_len =
7076 LPFC_HOST_OS_DRIVER_VERSION_SIZE;
James Smart61bda8f2016-10-13 15:06:05 -07007077 snprintf(mbox->u.mqe.un.set_host_data.data,
7078 LPFC_HOST_OS_DRIVER_VERSION_SIZE,
7079 "Linux %s v"LPFC_DRIVER_VERSION,
7080 (phba->hba_flag & HBA_FCOE_MODE) ? "FCoE" : "FC");
7081}
7082
James Smarta8cf5df2017-05-15 15:20:46 -07007083int
James Smart6c621a22017-05-15 15:20:45 -07007084lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq,
James Smarta8cf5df2017-05-15 15:20:46 -07007085 struct lpfc_queue *drq, int count, int idx)
James Smart6c621a22017-05-15 15:20:45 -07007086{
7087 int rc, i;
7088 struct lpfc_rqe hrqe;
7089 struct lpfc_rqe drqe;
7090 struct lpfc_rqb *rqbp;
James Smart411de512018-01-30 15:58:52 -08007091 unsigned long flags;
James Smart6c621a22017-05-15 15:20:45 -07007092 struct rqb_dmabuf *rqb_buffer;
7093 LIST_HEAD(rqb_buf_list);
7094
James Smart411de512018-01-30 15:58:52 -08007095 spin_lock_irqsave(&phba->hbalock, flags);
James Smart6c621a22017-05-15 15:20:45 -07007096 rqbp = hrq->rqbp;
7097 for (i = 0; i < count; i++) {
7098 /* IF RQ is already full, don't bother */
7099 if (rqbp->buffer_count + i >= rqbp->entry_count - 1)
7100 break;
7101 rqb_buffer = rqbp->rqb_alloc_buffer(phba);
7102 if (!rqb_buffer)
7103 break;
7104 rqb_buffer->hrq = hrq;
7105 rqb_buffer->drq = drq;
James Smarta8cf5df2017-05-15 15:20:46 -07007106 rqb_buffer->idx = idx;
James Smart6c621a22017-05-15 15:20:45 -07007107 list_add_tail(&rqb_buffer->hbuf.list, &rqb_buf_list);
7108 }
7109 while (!list_empty(&rqb_buf_list)) {
7110 list_remove_head(&rqb_buf_list, rqb_buffer, struct rqb_dmabuf,
7111 hbuf.list);
7112
7113 hrqe.address_lo = putPaddrLow(rqb_buffer->hbuf.phys);
7114 hrqe.address_hi = putPaddrHigh(rqb_buffer->hbuf.phys);
7115 drqe.address_lo = putPaddrLow(rqb_buffer->dbuf.phys);
7116 drqe.address_hi = putPaddrHigh(rqb_buffer->dbuf.phys);
7117 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe);
7118 if (rc < 0) {
James Smart411de512018-01-30 15:58:52 -08007119 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7120 "6421 Cannot post to HRQ %d: %x %x %x "
7121 "DRQ %x %x\n",
7122 hrq->queue_id,
7123 hrq->host_index,
7124 hrq->hba_index,
7125 hrq->entry_count,
7126 drq->host_index,
7127 drq->hba_index);
James Smart6c621a22017-05-15 15:20:45 -07007128 rqbp->rqb_free_buffer(phba, rqb_buffer);
7129 } else {
7130 list_add_tail(&rqb_buffer->hbuf.list,
7131 &rqbp->rqb_buffer_list);
7132 rqbp->buffer_count++;
7133 }
7134 }
James Smart411de512018-01-30 15:58:52 -08007135 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smart6c621a22017-05-15 15:20:45 -07007136 return 1;
7137}
7138
James Smart8a9d2e82012-05-09 21:16:12 -04007139/**
Masahiro Yamada183b8022017-02-27 14:29:20 -08007140 * lpfc_sli4_hba_setup - SLI4 device initialization PCI function
James Smartda0436e2009-05-22 14:51:39 -04007141 * @phba: Pointer to HBA context object.
7142 *
Masahiro Yamada183b8022017-02-27 14:29:20 -08007143 * This function is the main SLI4 device initialization PCI function. This
7144 * function is called by the HBA initialization code, HBA reset code and
James Smartda0436e2009-05-22 14:51:39 -04007145 * HBA error attention handler code. Caller is not required to hold any
7146 * locks.
7147 **/
7148int
7149lpfc_sli4_hba_setup(struct lpfc_hba *phba)
7150{
James Smartc4908502019-01-28 11:14:28 -08007151 int rc, i, cnt, len;
James Smartda0436e2009-05-22 14:51:39 -04007152 LPFC_MBOXQ_t *mboxq;
7153 struct lpfc_mqe *mqe;
7154 uint8_t *vpd;
7155 uint32_t vpd_size;
7156 uint32_t ftr_rsp = 0;
7157 struct Scsi_Host *shost = lpfc_shost_from_vport(phba->pport);
7158 struct lpfc_vport *vport = phba->pport;
7159 struct lpfc_dmabuf *mp;
James Smart2d7dbc42017-02-12 13:52:35 -08007160 struct lpfc_rqb *rqbp;
James Smartda0436e2009-05-22 14:51:39 -04007161
7162 /* Perform a PCI function reset to start from clean */
7163 rc = lpfc_pci_function_reset(phba);
7164 if (unlikely(rc))
7165 return -ENODEV;
7166
7167 /* Check the HBA Host Status Register for readyness */
7168 rc = lpfc_sli4_post_status_check(phba);
7169 if (unlikely(rc))
7170 return -ENODEV;
7171 else {
7172 spin_lock_irq(&phba->hbalock);
7173 phba->sli.sli_flag |= LPFC_SLI_ACTIVE;
7174 spin_unlock_irq(&phba->hbalock);
7175 }
7176
7177 /*
7178 * Allocate a single mailbox container for initializing the
7179 * port.
7180 */
7181 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
7182 if (!mboxq)
7183 return -ENOMEM;
7184
James Smartda0436e2009-05-22 14:51:39 -04007185 /* Issue READ_REV to collect vpd and FW information. */
James Smart49198b32010-04-06 15:04:33 -04007186 vpd_size = SLI4_PAGE_SIZE;
James Smartda0436e2009-05-22 14:51:39 -04007187 vpd = kzalloc(vpd_size, GFP_KERNEL);
7188 if (!vpd) {
7189 rc = -ENOMEM;
7190 goto out_free_mbox;
7191 }
7192
7193 rc = lpfc_sli4_read_rev(phba, mboxq, vpd, &vpd_size);
James Smart76a95d72010-11-20 23:11:48 -05007194 if (unlikely(rc)) {
7195 kfree(vpd);
7196 goto out_free_mbox;
7197 }
James Smart572709e2013-07-15 18:32:43 -04007198
James Smartda0436e2009-05-22 14:51:39 -04007199 mqe = &mboxq->u.mqe;
James Smartf1126682009-06-10 17:22:44 -04007200 phba->sli_rev = bf_get(lpfc_mbx_rd_rev_sli_lvl, &mqe->un.read_rev);
James Smartb5c53952016-03-31 14:12:30 -07007201 if (bf_get(lpfc_mbx_rd_rev_fcoe, &mqe->un.read_rev)) {
James Smart76a95d72010-11-20 23:11:48 -05007202 phba->hba_flag |= HBA_FCOE_MODE;
James Smartb5c53952016-03-31 14:12:30 -07007203 phba->fcp_embed_io = 0; /* SLI4 FC support only */
7204 } else {
James Smart76a95d72010-11-20 23:11:48 -05007205 phba->hba_flag &= ~HBA_FCOE_MODE;
James Smartb5c53952016-03-31 14:12:30 -07007206 }
James Smart45ed1192009-10-02 15:17:02 -04007207
7208 if (bf_get(lpfc_mbx_rd_rev_cee_ver, &mqe->un.read_rev) ==
7209 LPFC_DCBX_CEE_MODE)
7210 phba->hba_flag |= HBA_FIP_SUPPORT;
7211 else
7212 phba->hba_flag &= ~HBA_FIP_SUPPORT;
7213
James Smartc00f62e2019-08-14 16:57:11 -07007214 phba->hba_flag &= ~HBA_IOQ_FLUSH;
James Smart4f2e66c2012-05-09 21:17:07 -04007215
James Smartc31098c2011-04-16 11:03:33 -04007216 if (phba->sli_rev != LPFC_SLI_REV4) {
James Smartda0436e2009-05-22 14:51:39 -04007217 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7218 "0376 READ_REV Error. SLI Level %d "
7219 "FCoE enabled %d\n",
James Smart76a95d72010-11-20 23:11:48 -05007220 phba->sli_rev, phba->hba_flag & HBA_FCOE_MODE);
James Smartda0436e2009-05-22 14:51:39 -04007221 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05007222 kfree(vpd);
7223 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04007224 }
James Smartcd1c8302011-10-10 21:33:25 -04007225
7226 /*
James Smartff78d8f2011-12-13 13:21:35 -05007227 * Continue initialization with default values even if driver failed
7228 * to read FCoE param config regions, only read parameters if the
7229 * board is FCoE
7230 */
7231 if (phba->hba_flag & HBA_FCOE_MODE &&
7232 lpfc_sli4_read_fcoe_params(phba))
7233 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_INIT,
7234 "2570 Failed to read FCoE parameters\n");
7235
7236 /*
James Smartcd1c8302011-10-10 21:33:25 -04007237 * Retrieve sli4 device physical port name, failure of doing it
7238 * is considered as non-fatal.
7239 */
7240 rc = lpfc_sli4_retrieve_pport_name(phba);
7241 if (!rc)
7242 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
7243 "3080 Successful retrieving SLI4 device "
7244 "physical port name: %s.\n", phba->Port);
7245
James Smartb3b4f3e2019-03-12 16:30:23 -07007246 rc = lpfc_sli4_get_ctl_attr(phba);
7247 if (!rc)
7248 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
7249 "8351 Successful retrieving SLI4 device "
7250 "CTL ATTR\n");
7251
James Smartda0436e2009-05-22 14:51:39 -04007252 /*
7253 * Evaluate the read rev and vpd data. Populate the driver
7254 * state with the results. If this routine fails, the failure
7255 * is not fatal as the driver will use generic values.
7256 */
7257 rc = lpfc_parse_vpd(phba, vpd, vpd_size);
7258 if (unlikely(!rc)) {
7259 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7260 "0377 Error %d parsing vpd. "
7261 "Using defaults.\n", rc);
7262 rc = 0;
7263 }
James Smart76a95d72010-11-20 23:11:48 -05007264 kfree(vpd);
James Smartda0436e2009-05-22 14:51:39 -04007265
James Smartf1126682009-06-10 17:22:44 -04007266 /* Save information as VPD data */
7267 phba->vpd.rev.biuRev = mqe->un.read_rev.first_hw_rev;
7268 phba->vpd.rev.smRev = mqe->un.read_rev.second_hw_rev;
James Smart4e565cf2018-02-22 08:18:50 -08007269
7270 /*
7271 * This is because first G7 ASIC doesn't support the standard
7272 * 0x5a NVME cmd descriptor type/subtype
7273 */
7274 if ((bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) ==
7275 LPFC_SLI_INTF_IF_TYPE_6) &&
7276 (phba->vpd.rev.biuRev == LPFC_G7_ASIC_1) &&
7277 (phba->vpd.rev.smRev == 0) &&
7278 (phba->cfg_nvme_embed_cmd == 1))
7279 phba->cfg_nvme_embed_cmd = 0;
7280
James Smartf1126682009-06-10 17:22:44 -04007281 phba->vpd.rev.endecRev = mqe->un.read_rev.third_hw_rev;
7282 phba->vpd.rev.fcphHigh = bf_get(lpfc_mbx_rd_rev_fcph_high,
7283 &mqe->un.read_rev);
7284 phba->vpd.rev.fcphLow = bf_get(lpfc_mbx_rd_rev_fcph_low,
7285 &mqe->un.read_rev);
7286 phba->vpd.rev.feaLevelHigh = bf_get(lpfc_mbx_rd_rev_ftr_lvl_high,
7287 &mqe->un.read_rev);
7288 phba->vpd.rev.feaLevelLow = bf_get(lpfc_mbx_rd_rev_ftr_lvl_low,
7289 &mqe->un.read_rev);
7290 phba->vpd.rev.sli1FwRev = mqe->un.read_rev.fw_id_rev;
7291 memcpy(phba->vpd.rev.sli1FwName, mqe->un.read_rev.fw_name, 16);
7292 phba->vpd.rev.sli2FwRev = mqe->un.read_rev.ulp_fw_id_rev;
7293 memcpy(phba->vpd.rev.sli2FwName, mqe->un.read_rev.ulp_fw_name, 16);
7294 phba->vpd.rev.opFwRev = mqe->un.read_rev.fw_id_rev;
7295 memcpy(phba->vpd.rev.opFwName, mqe->un.read_rev.fw_name, 16);
7296 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
7297 "(%d):0380 READ_REV Status x%x "
7298 "fw_rev:%s fcphHi:%x fcphLo:%x flHi:%x flLo:%x\n",
7299 mboxq->vport ? mboxq->vport->vpi : 0,
7300 bf_get(lpfc_mqe_status, mqe),
7301 phba->vpd.rev.opFwName,
7302 phba->vpd.rev.fcphHigh, phba->vpd.rev.fcphLow,
7303 phba->vpd.rev.feaLevelHigh, phba->vpd.rev.feaLevelLow);
James Smartda0436e2009-05-22 14:51:39 -04007304
James Smart572709e2013-07-15 18:32:43 -04007305 /* Reset the DFT_LUN_Q_DEPTH to (max xri >> 3) */
7306 rc = (phba->sli4_hba.max_cfg_param.max_xri >> 3);
7307 if (phba->pport->cfg_lun_queue_depth > rc) {
7308 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
7309 "3362 LUN queue depth changed from %d to %d\n",
7310 phba->pport->cfg_lun_queue_depth, rc);
7311 phba->pport->cfg_lun_queue_depth = rc;
7312 }
7313
James Smart65791f12016-07-06 12:35:56 -07007314 if (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) ==
James Smart7bdedb32016-07-06 12:36:00 -07007315 LPFC_SLI_INTF_IF_TYPE_0) {
7316 lpfc_set_features(phba, mboxq, LPFC_SET_UE_RECOVERY);
7317 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
7318 if (rc == MBX_SUCCESS) {
7319 phba->hba_flag |= HBA_RECOVERABLE_UE;
7320 /* Set 1Sec interval to detect UE */
7321 phba->eratt_poll_interval = 1;
7322 phba->sli4_hba.ue_to_sr = bf_get(
7323 lpfc_mbx_set_feature_UESR,
7324 &mboxq->u.mqe.un.set_feature);
7325 phba->sli4_hba.ue_to_rp = bf_get(
7326 lpfc_mbx_set_feature_UERP,
7327 &mboxq->u.mqe.un.set_feature);
7328 }
7329 }
7330
7331 if (phba->cfg_enable_mds_diags && phba->mds_diags_support) {
7332 /* Enable MDS Diagnostics only if the SLI Port supports it */
7333 lpfc_set_features(phba, mboxq, LPFC_SET_MDS_DIAGS);
7334 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
7335 if (rc != MBX_SUCCESS)
7336 phba->mds_diags_support = 0;
7337 }
James Smart572709e2013-07-15 18:32:43 -04007338
James Smartda0436e2009-05-22 14:51:39 -04007339 /*
7340 * Discover the port's supported feature set and match it against the
7341 * hosts requests.
7342 */
7343 lpfc_request_features(phba, mboxq);
7344 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
7345 if (unlikely(rc)) {
7346 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05007347 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04007348 }
7349
7350 /*
7351 * The port must support FCP initiator mode as this is the
7352 * only mode running in the host.
7353 */
7354 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_fcpi, &mqe->un.req_ftrs))) {
7355 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
7356 "0378 No support for fcpi mode.\n");
7357 ftr_rsp++;
7358 }
James Smart0bc2b7c2018-02-22 08:18:48 -08007359
7360 /* Performance Hints are ONLY for FCoE */
7361 if (phba->hba_flag & HBA_FCOE_MODE) {
7362 if (bf_get(lpfc_mbx_rq_ftr_rsp_perfh, &mqe->un.req_ftrs))
7363 phba->sli3_options |= LPFC_SLI4_PERFH_ENABLED;
7364 else
7365 phba->sli3_options &= ~LPFC_SLI4_PERFH_ENABLED;
7366 }
7367
James Smartda0436e2009-05-22 14:51:39 -04007368 /*
7369 * If the port cannot support the host's requested features
7370 * then turn off the global config parameters to disable the
7371 * feature in the driver. This is not a fatal error.
7372 */
James Smartf44ac122018-03-05 12:04:08 -08007373 if (phba->sli3_options & LPFC_SLI3_BG_ENABLED) {
7374 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs))) {
7375 phba->cfg_enable_bg = 0;
7376 phba->sli3_options &= ~LPFC_SLI3_BG_ENABLED;
James Smartbf086112011-08-21 21:48:13 -04007377 ftr_rsp++;
James Smartf44ac122018-03-05 12:04:08 -08007378 }
James Smartbf086112011-08-21 21:48:13 -04007379 }
James Smartda0436e2009-05-22 14:51:39 -04007380
7381 if (phba->max_vpi && phba->cfg_enable_npiv &&
7382 !(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs)))
7383 ftr_rsp++;
7384
7385 if (ftr_rsp) {
7386 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
7387 "0379 Feature Mismatch Data: x%08x %08x "
7388 "x%x x%x x%x\n", mqe->un.req_ftrs.word2,
7389 mqe->un.req_ftrs.word3, phba->cfg_enable_bg,
7390 phba->cfg_enable_npiv, phba->max_vpi);
7391 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_dif, &mqe->un.req_ftrs)))
7392 phba->cfg_enable_bg = 0;
7393 if (!(bf_get(lpfc_mbx_rq_ftr_rsp_npiv, &mqe->un.req_ftrs)))
7394 phba->cfg_enable_npiv = 0;
7395 }
7396
7397 /* These SLI3 features are assumed in SLI4 */
7398 spin_lock_irq(&phba->hbalock);
7399 phba->sli3_options |= (LPFC_SLI3_NPIV_ENABLED | LPFC_SLI3_HBQ_ENABLED);
7400 spin_unlock_irq(&phba->hbalock);
7401
James Smart6d368e52011-05-24 11:44:12 -04007402 /*
7403 * Allocate all resources (xri,rpi,vpi,vfi) now. Subsequent
7404 * calls depends on these resources to complete port setup.
7405 */
7406 rc = lpfc_sli4_alloc_resource_identifiers(phba);
7407 if (rc) {
7408 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7409 "2920 Failed to alloc Resource IDs "
7410 "rc = x%x\n", rc);
7411 goto out_free_mbox;
7412 }
7413
James Smart61bda8f2016-10-13 15:06:05 -07007414 lpfc_set_host_data(phba, mboxq);
7415
7416 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
7417 if (rc) {
7418 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
7419 "2134 Failed to set host os driver version %x",
7420 rc);
7421 }
7422
James Smartda0436e2009-05-22 14:51:39 -04007423 /* Read the port's service parameters. */
James Smart9f1177a2010-02-26 14:12:57 -05007424 rc = lpfc_read_sparam(phba, mboxq, vport->vpi);
7425 if (rc) {
7426 phba->link_state = LPFC_HBA_ERROR;
7427 rc = -ENOMEM;
James Smart76a95d72010-11-20 23:11:48 -05007428 goto out_free_mbox;
James Smart9f1177a2010-02-26 14:12:57 -05007429 }
7430
James Smartda0436e2009-05-22 14:51:39 -04007431 mboxq->vport = vport;
7432 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smart3e1f0712018-11-29 16:09:29 -08007433 mp = (struct lpfc_dmabuf *)mboxq->ctx_buf;
James Smartda0436e2009-05-22 14:51:39 -04007434 if (rc == MBX_SUCCESS) {
7435 memcpy(&vport->fc_sparam, mp->virt, sizeof(struct serv_parm));
7436 rc = 0;
7437 }
7438
7439 /*
7440 * This memory was allocated by the lpfc_read_sparam routine. Release
7441 * it to the mbuf pool.
7442 */
7443 lpfc_mbuf_free(phba, mp->virt, mp->phys);
7444 kfree(mp);
James Smart3e1f0712018-11-29 16:09:29 -08007445 mboxq->ctx_buf = NULL;
James Smartda0436e2009-05-22 14:51:39 -04007446 if (unlikely(rc)) {
7447 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7448 "0382 READ_SPARAM command failed "
7449 "status %d, mbxStatus x%x\n",
7450 rc, bf_get(lpfc_mqe_status, mqe));
7451 phba->link_state = LPFC_HBA_ERROR;
7452 rc = -EIO;
James Smart76a95d72010-11-20 23:11:48 -05007453 goto out_free_mbox;
James Smartda0436e2009-05-22 14:51:39 -04007454 }
7455
James Smart05580562011-05-24 11:40:48 -04007456 lpfc_update_vport_wwn(vport);
James Smartda0436e2009-05-22 14:51:39 -04007457
7458 /* Update the fc_host data structures with new wwn. */
7459 fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn);
7460 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn);
7461
James Smart895427b2017-02-12 13:52:30 -08007462 /* Create all the SLI4 queues */
7463 rc = lpfc_sli4_queue_create(phba);
7464 if (rc) {
7465 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7466 "3089 Failed to allocate queues\n");
7467 rc = -ENODEV;
7468 goto out_free_mbox;
7469 }
7470 /* Set up all the queues to the device */
7471 rc = lpfc_sli4_queue_setup(phba);
7472 if (unlikely(rc)) {
7473 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7474 "0381 Error %d during queue setup.\n ", rc);
7475 goto out_stop_timers;
7476 }
7477 /* Initialize the driver internal SLI layer lists. */
7478 lpfc_sli4_setup(phba);
7479 lpfc_sli4_queue_init(phba);
7480
7481 /* update host els xri-sgl sizes and mappings */
7482 rc = lpfc_sli4_els_sgl_update(phba);
James Smart8a9d2e82012-05-09 21:16:12 -04007483 if (unlikely(rc)) {
7484 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7485 "1400 Failed to update xri-sgl size and "
7486 "mapping: %d\n", rc);
James Smart895427b2017-02-12 13:52:30 -08007487 goto out_destroy_queue;
James Smartda0436e2009-05-22 14:51:39 -04007488 }
7489
James Smart8a9d2e82012-05-09 21:16:12 -04007490 /* register the els sgl pool to the port */
James Smart895427b2017-02-12 13:52:30 -08007491 rc = lpfc_sli4_repost_sgl_list(phba, &phba->sli4_hba.lpfc_els_sgl_list,
7492 phba->sli4_hba.els_xri_cnt);
7493 if (unlikely(rc < 0)) {
James Smart8a9d2e82012-05-09 21:16:12 -04007494 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7495 "0582 Error %d during els sgl post "
7496 "operation\n", rc);
7497 rc = -ENODEV;
James Smart895427b2017-02-12 13:52:30 -08007498 goto out_destroy_queue;
7499 }
7500 phba->sli4_hba.els_xri_cnt = rc;
7501
James Smartf358dd02017-02-12 13:52:34 -08007502 if (phba->nvmet_support) {
7503 /* update host nvmet xri-sgl sizes and mappings */
7504 rc = lpfc_sli4_nvmet_sgl_update(phba);
7505 if (unlikely(rc)) {
7506 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7507 "6308 Failed to update nvmet-sgl size "
7508 "and mapping: %d\n", rc);
7509 goto out_destroy_queue;
7510 }
7511
7512 /* register the nvmet sgl pool to the port */
7513 rc = lpfc_sli4_repost_sgl_list(
7514 phba,
7515 &phba->sli4_hba.lpfc_nvmet_sgl_list,
7516 phba->sli4_hba.nvmet_xri_cnt);
7517 if (unlikely(rc < 0)) {
7518 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7519 "3117 Error %d during nvmet "
7520 "sgl post\n", rc);
7521 rc = -ENODEV;
7522 goto out_destroy_queue;
7523 }
7524 phba->sli4_hba.nvmet_xri_cnt = rc;
James Smart6c621a22017-05-15 15:20:45 -07007525
James Smarta5f73372019-09-21 20:58:50 -07007526 /* We allocate an iocbq for every receive context SGL.
7527 * The additional allocation is for abort and ls handling.
7528 */
7529 cnt = phba->sli4_hba.nvmet_xri_cnt +
7530 phba->sli4_hba.max_cfg_param.max_xri;
James Smartf358dd02017-02-12 13:52:34 -08007531 } else {
James Smart0794d602019-01-28 11:14:19 -08007532 /* update host common xri-sgl sizes and mappings */
James Smart5e5b5112019-01-28 11:14:22 -08007533 rc = lpfc_sli4_io_sgl_update(phba);
James Smart895427b2017-02-12 13:52:30 -08007534 if (unlikely(rc)) {
7535 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7536 "6082 Failed to update nvme-sgl size "
7537 "and mapping: %d\n", rc);
7538 goto out_destroy_queue;
7539 }
James Smart6c621a22017-05-15 15:20:45 -07007540
James Smart0794d602019-01-28 11:14:19 -08007541 /* register the allocated common sgl pool to the port */
James Smart5e5b5112019-01-28 11:14:22 -08007542 rc = lpfc_sli4_repost_io_sgl_list(phba);
James Smart0794d602019-01-28 11:14:19 -08007543 if (unlikely(rc)) {
7544 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7545 "6116 Error %d during nvme sgl post "
7546 "operation\n", rc);
7547 /* Some NVME buffers were moved to abort nvme list */
7548 /* A pci function reset will repost them */
7549 rc = -ENODEV;
7550 goto out_destroy_queue;
7551 }
James Smarta5f73372019-09-21 20:58:50 -07007552 /* Each lpfc_io_buf job structure has an iocbq element.
7553 * This cnt provides for abort, els, ct and ls requests.
7554 */
7555 cnt = phba->sli4_hba.max_cfg_param.max_xri;
James Smart11e644e2017-06-15 22:56:48 -07007556 }
7557
7558 if (!phba->sli.iocbq_lookup) {
James Smart6c621a22017-05-15 15:20:45 -07007559 /* Initialize and populate the iocb list per host */
7560 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarta5f73372019-09-21 20:58:50 -07007561 "2821 initialize iocb list with %d entries\n",
7562 cnt);
James Smart6c621a22017-05-15 15:20:45 -07007563 rc = lpfc_init_iocb_list(phba, cnt);
7564 if (rc) {
7565 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart11e644e2017-06-15 22:56:48 -07007566 "1413 Failed to init iocb list.\n");
James Smart6c621a22017-05-15 15:20:45 -07007567 goto out_destroy_queue;
7568 }
James Smart8a9d2e82012-05-09 21:16:12 -04007569 }
7570
James Smart11e644e2017-06-15 22:56:48 -07007571 if (phba->nvmet_support)
7572 lpfc_nvmet_create_targetport(phba);
7573
James Smart2d7dbc42017-02-12 13:52:35 -08007574 if (phba->nvmet_support && phba->cfg_nvmet_mrq) {
James Smart2d7dbc42017-02-12 13:52:35 -08007575 /* Post initial buffers to all RQs created */
7576 for (i = 0; i < phba->cfg_nvmet_mrq; i++) {
7577 rqbp = phba->sli4_hba.nvmet_mrq_hdr[i]->rqbp;
7578 INIT_LIST_HEAD(&rqbp->rqb_buffer_list);
7579 rqbp->rqb_alloc_buffer = lpfc_sli4_nvmet_alloc;
7580 rqbp->rqb_free_buffer = lpfc_sli4_nvmet_free;
James Smart61f3d4b2017-05-15 15:20:41 -07007581 rqbp->entry_count = LPFC_NVMET_RQE_DEF_COUNT;
James Smart2d7dbc42017-02-12 13:52:35 -08007582 rqbp->buffer_count = 0;
7583
James Smart2d7dbc42017-02-12 13:52:35 -08007584 lpfc_post_rq_buffer(
7585 phba, phba->sli4_hba.nvmet_mrq_hdr[i],
7586 phba->sli4_hba.nvmet_mrq_data[i],
James Smart2448e482018-04-09 14:24:24 -07007587 phba->cfg_nvmet_mrq_post, i);
James Smart2d7dbc42017-02-12 13:52:35 -08007588 }
7589 }
7590
James Smartda0436e2009-05-22 14:51:39 -04007591 /* Post the rpi header region to the device. */
7592 rc = lpfc_sli4_post_all_rpi_hdrs(phba);
7593 if (unlikely(rc)) {
7594 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
7595 "0393 Error %d during rpi post operation\n",
7596 rc);
7597 rc = -ENODEV;
James Smart895427b2017-02-12 13:52:30 -08007598 goto out_destroy_queue;
James Smartda0436e2009-05-22 14:51:39 -04007599 }
James Smart97f2ecf2012-03-01 22:35:23 -05007600 lpfc_sli4_node_prep(phba);
James Smartda0436e2009-05-22 14:51:39 -04007601
James Smart895427b2017-02-12 13:52:30 -08007602 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
James Smart2d7dbc42017-02-12 13:52:35 -08007603 if ((phba->nvmet_support == 0) || (phba->cfg_nvmet_mrq == 1)) {
James Smart895427b2017-02-12 13:52:30 -08007604 /*
7605 * The FC Port needs to register FCFI (index 0)
7606 */
7607 lpfc_reg_fcfi(phba, mboxq);
7608 mboxq->vport = phba->pport;
7609 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
7610 if (rc != MBX_SUCCESS)
7611 goto out_unset_queue;
7612 rc = 0;
7613 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi,
7614 &mboxq->u.mqe.un.reg_fcfi);
James Smart2d7dbc42017-02-12 13:52:35 -08007615 } else {
7616 /* We are a NVME Target mode with MRQ > 1 */
7617
7618 /* First register the FCFI */
7619 lpfc_reg_fcfi_mrq(phba, mboxq, 0);
7620 mboxq->vport = phba->pport;
7621 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
7622 if (rc != MBX_SUCCESS)
7623 goto out_unset_queue;
7624 rc = 0;
7625 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_mrq_fcfi,
7626 &mboxq->u.mqe.un.reg_fcfi_mrq);
7627
7628 /* Next register the MRQs */
7629 lpfc_reg_fcfi_mrq(phba, mboxq, 1);
7630 mboxq->vport = phba->pport;
7631 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
7632 if (rc != MBX_SUCCESS)
7633 goto out_unset_queue;
7634 rc = 0;
James Smart895427b2017-02-12 13:52:30 -08007635 }
7636 /* Check if the port is configured to be disabled */
7637 lpfc_sli_read_link_ste(phba);
James Smartda0436e2009-05-22 14:51:39 -04007638 }
7639
James Smartc4908502019-01-28 11:14:28 -08007640 /* Don't post more new bufs if repost already recovered
7641 * the nvme sgls.
7642 */
7643 if (phba->nvmet_support == 0) {
7644 if (phba->sli4_hba.io_xri_cnt == 0) {
7645 len = lpfc_new_io_buf(
7646 phba, phba->sli4_hba.io_xri_max);
7647 if (len == 0) {
7648 rc = -ENOMEM;
7649 goto out_unset_queue;
7650 }
7651
7652 if (phba->cfg_xri_rebalancing)
7653 lpfc_create_multixri_pools(phba);
7654 }
7655 } else {
7656 phba->cfg_xri_rebalancing = 0;
7657 }
7658
James Smartda0436e2009-05-22 14:51:39 -04007659 /* Allow asynchronous mailbox command to go through */
7660 spin_lock_irq(&phba->hbalock);
7661 phba->sli.sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
7662 spin_unlock_irq(&phba->hbalock);
7663
7664 /* Post receive buffers to the device */
7665 lpfc_sli4_rb_setup(phba);
7666
James Smartfc2b9892010-02-26 14:15:29 -05007667 /* Reset HBA FCF states after HBA reset */
7668 phba->fcf.fcf_flag = 0;
7669 phba->fcf.current_rec.flag = 0;
7670
James Smartda0436e2009-05-22 14:51:39 -04007671 /* Start the ELS watchdog timer */
James Smart8fa38512009-07-19 10:01:03 -04007672 mod_timer(&vport->els_tmofunc,
James Smart256ec0d2013-04-17 20:14:58 -04007673 jiffies + msecs_to_jiffies(1000 * (phba->fc_ratov * 2)));
James Smartda0436e2009-05-22 14:51:39 -04007674
7675 /* Start heart beat timer */
7676 mod_timer(&phba->hb_tmofunc,
James Smart256ec0d2013-04-17 20:14:58 -04007677 jiffies + msecs_to_jiffies(1000 * LPFC_HB_MBOX_INTERVAL));
James Smartda0436e2009-05-22 14:51:39 -04007678 phba->hb_outstanding = 0;
7679 phba->last_completion_time = jiffies;
7680
James Smart32517fc2019-01-28 11:14:33 -08007681 /* start eq_delay heartbeat */
7682 if (phba->cfg_auto_imax)
7683 queue_delayed_work(phba->wq, &phba->eq_delay_work,
7684 msecs_to_jiffies(LPFC_EQ_DELAY_MSECS));
7685
James Smartda0436e2009-05-22 14:51:39 -04007686 /* Start error attention (ERATT) polling timer */
James Smart256ec0d2013-04-17 20:14:58 -04007687 mod_timer(&phba->eratt_poll,
James Smart65791f12016-07-06 12:35:56 -07007688 jiffies + msecs_to_jiffies(1000 * phba->eratt_poll_interval));
James Smartda0436e2009-05-22 14:51:39 -04007689
James Smart75baf692010-06-08 18:31:21 -04007690 /* Enable PCIe device Advanced Error Reporting (AER) if configured */
7691 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
7692 rc = pci_enable_pcie_error_reporting(phba->pcidev);
7693 if (!rc) {
7694 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7695 "2829 This device supports "
7696 "Advanced Error Reporting (AER)\n");
7697 spin_lock_irq(&phba->hbalock);
7698 phba->hba_flag |= HBA_AER_ENABLED;
7699 spin_unlock_irq(&phba->hbalock);
7700 } else {
7701 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7702 "2830 This device does not support "
7703 "Advanced Error Reporting (AER)\n");
7704 phba->cfg_aer_support = 0;
7705 }
James Smart0a96e972011-07-22 18:37:28 -04007706 rc = 0;
James Smart75baf692010-06-08 18:31:21 -04007707 }
7708
James Smartda0436e2009-05-22 14:51:39 -04007709 /*
7710 * The port is ready, set the host's link state to LINK_DOWN
7711 * in preparation for link interrupts.
7712 */
James Smartda0436e2009-05-22 14:51:39 -04007713 spin_lock_irq(&phba->hbalock);
7714 phba->link_state = LPFC_LINK_DOWN;
James Smart1dc5ec22018-10-23 13:41:11 -07007715
7716 /* Check if physical ports are trunked */
7717 if (bf_get(lpfc_conf_trunk_port0, &phba->sli4_hba))
7718 phba->trunk_link.link0.state = LPFC_LINK_DOWN;
7719 if (bf_get(lpfc_conf_trunk_port1, &phba->sli4_hba))
7720 phba->trunk_link.link1.state = LPFC_LINK_DOWN;
7721 if (bf_get(lpfc_conf_trunk_port2, &phba->sli4_hba))
7722 phba->trunk_link.link2.state = LPFC_LINK_DOWN;
7723 if (bf_get(lpfc_conf_trunk_port3, &phba->sli4_hba))
7724 phba->trunk_link.link3.state = LPFC_LINK_DOWN;
James Smartda0436e2009-05-22 14:51:39 -04007725 spin_unlock_irq(&phba->hbalock);
James Smart1dc5ec22018-10-23 13:41:11 -07007726
James Smarte8869f52019-03-12 16:30:18 -07007727 /* Arm the CQs and then EQs on device */
7728 lpfc_sli4_arm_cqeq_intr(phba);
7729
7730 /* Indicate device interrupt mode */
7731 phba->sli4_hba.intr_enable = 1;
7732
James Smart026abb82011-12-13 13:20:45 -05007733 if (!(phba->hba_flag & HBA_FCOE_MODE) &&
7734 (phba->hba_flag & LINK_DISABLED)) {
7735 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI,
7736 "3103 Adapter Link is disabled.\n");
7737 lpfc_down_link(phba, mboxq);
7738 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
7739 if (rc != MBX_SUCCESS) {
7740 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_SLI,
7741 "3104 Adapter failed to issue "
7742 "DOWN_LINK mbox cmd, rc:x%x\n", rc);
James Smartc4908502019-01-28 11:14:28 -08007743 goto out_io_buff_free;
James Smart026abb82011-12-13 13:20:45 -05007744 }
7745 } else if (phba->cfg_suppress_link_up == LPFC_INITIALIZE_LINK) {
James Smart1b511972011-12-13 13:23:09 -05007746 /* don't perform init_link on SLI4 FC port loopback test */
7747 if (!(phba->link_flag & LS_LOOPBACK_MODE)) {
7748 rc = phba->lpfc_hba_init_link(phba, MBX_NOWAIT);
7749 if (rc)
James Smartc4908502019-01-28 11:14:28 -08007750 goto out_io_buff_free;
James Smart1b511972011-12-13 13:23:09 -05007751 }
James Smart5350d872011-10-10 21:33:49 -04007752 }
7753 mempool_free(mboxq, phba->mbox_mem_pool);
7754 return rc;
James Smartc4908502019-01-28 11:14:28 -08007755out_io_buff_free:
7756 /* Free allocated IO Buffers */
7757 lpfc_io_free(phba);
James Smart76a95d72010-11-20 23:11:48 -05007758out_unset_queue:
James Smartda0436e2009-05-22 14:51:39 -04007759 /* Unset all the queues set up in this routine when error out */
James Smart5350d872011-10-10 21:33:49 -04007760 lpfc_sli4_queue_unset(phba);
7761out_destroy_queue:
James Smart6c621a22017-05-15 15:20:45 -07007762 lpfc_free_iocb_list(phba);
James Smart5350d872011-10-10 21:33:49 -04007763 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04007764out_stop_timers:
James Smart5350d872011-10-10 21:33:49 -04007765 lpfc_stop_hba_timers(phba);
James Smartda0436e2009-05-22 14:51:39 -04007766out_free_mbox:
7767 mempool_free(mboxq, phba->mbox_mem_pool);
7768 return rc;
7769}
James Smarte59058c2008-08-24 21:49:00 -04007770
7771/**
James Smart3621a712009-04-06 18:47:14 -04007772 * lpfc_mbox_timeout - Timeout call back function for mbox timer
James Smarte59058c2008-08-24 21:49:00 -04007773 * @ptr: context object - pointer to hba structure.
dea31012005-04-17 16:05:31 -05007774 *
James Smarte59058c2008-08-24 21:49:00 -04007775 * This is the callback function for mailbox timer. The mailbox
7776 * timer is armed when a new mailbox command is issued and the timer
7777 * is deleted when the mailbox complete. The function is called by
7778 * the kernel timer code when a mailbox does not complete within
7779 * expected time. This function wakes up the worker thread to
7780 * process the mailbox timeout and returns. All the processing is
7781 * done by the worker thread function lpfc_mbox_timeout_handler.
7782 **/
dea31012005-04-17 16:05:31 -05007783void
Kees Cookf22eb4d2017-09-06 20:24:26 -07007784lpfc_mbox_timeout(struct timer_list *t)
dea31012005-04-17 16:05:31 -05007785{
Kees Cookf22eb4d2017-09-06 20:24:26 -07007786 struct lpfc_hba *phba = from_timer(phba, t, sli.mbox_tmo);
dea31012005-04-17 16:05:31 -05007787 unsigned long iflag;
James Smart2e0fef82007-06-17 19:56:36 -05007788 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05007789
James Smart2e0fef82007-06-17 19:56:36 -05007790 spin_lock_irqsave(&phba->pport->work_port_lock, iflag);
James Smart92d7f7b2007-06-17 19:56:38 -05007791 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05007792 if (!tmo_posted)
7793 phba->pport->work_port_events |= WORKER_MBOX_TMO;
7794 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag);
7795
James Smart5e9d9b82008-06-14 22:52:53 -04007796 if (!tmo_posted)
7797 lpfc_worker_wake_up(phba);
7798 return;
dea31012005-04-17 16:05:31 -05007799}
7800
James Smarte8d3c3b2013-10-10 12:21:30 -04007801/**
7802 * lpfc_sli4_mbox_completions_pending - check to see if any mailbox completions
7803 * are pending
7804 * @phba: Pointer to HBA context object.
7805 *
7806 * This function checks if any mailbox completions are present on the mailbox
7807 * completion queue.
7808 **/
Nicholas Krause3bb11fc2015-08-31 16:48:13 -04007809static bool
James Smarte8d3c3b2013-10-10 12:21:30 -04007810lpfc_sli4_mbox_completions_pending(struct lpfc_hba *phba)
7811{
7812
7813 uint32_t idx;
7814 struct lpfc_queue *mcq;
7815 struct lpfc_mcqe *mcqe;
7816 bool pending_completions = false;
James Smart7365f6f2018-02-22 08:18:46 -08007817 uint8_t qe_valid;
James Smarte8d3c3b2013-10-10 12:21:30 -04007818
7819 if (unlikely(!phba) || (phba->sli_rev != LPFC_SLI_REV4))
7820 return false;
7821
7822 /* Check for completions on mailbox completion queue */
7823
7824 mcq = phba->sli4_hba.mbx_cq;
7825 idx = mcq->hba_index;
James Smart7365f6f2018-02-22 08:18:46 -08007826 qe_valid = mcq->qe_valid;
James Smart9afbee32019-03-12 16:30:28 -07007827 while (bf_get_le32(lpfc_cqe_valid,
7828 (struct lpfc_cqe *)lpfc_sli4_qe(mcq, idx)) == qe_valid) {
7829 mcqe = (struct lpfc_mcqe *)(lpfc_sli4_qe(mcq, idx));
James Smarte8d3c3b2013-10-10 12:21:30 -04007830 if (bf_get_le32(lpfc_trailer_completed, mcqe) &&
7831 (!bf_get_le32(lpfc_trailer_async, mcqe))) {
7832 pending_completions = true;
7833 break;
7834 }
7835 idx = (idx + 1) % mcq->entry_count;
7836 if (mcq->hba_index == idx)
7837 break;
James Smart7365f6f2018-02-22 08:18:46 -08007838
7839 /* if the index wrapped around, toggle the valid bit */
7840 if (phba->sli4_hba.pc_sli4_params.cqav && !idx)
7841 qe_valid = (qe_valid) ? 0 : 1;
James Smarte8d3c3b2013-10-10 12:21:30 -04007842 }
7843 return pending_completions;
7844
7845}
7846
7847/**
7848 * lpfc_sli4_process_missed_mbox_completions - process mbox completions
7849 * that were missed.
7850 * @phba: Pointer to HBA context object.
7851 *
7852 * For sli4, it is possible to miss an interrupt. As such mbox completions
7853 * maybe missed causing erroneous mailbox timeouts to occur. This function
7854 * checks to see if mbox completions are on the mailbox completion queue
7855 * and will process all the completions associated with the eq for the
7856 * mailbox completion queue.
7857 **/
YueHaibingd7b761b2019-05-31 23:28:41 +08007858static bool
James Smarte8d3c3b2013-10-10 12:21:30 -04007859lpfc_sli4_process_missed_mbox_completions(struct lpfc_hba *phba)
7860{
James Smartb71413d2018-02-22 08:18:40 -08007861 struct lpfc_sli4_hba *sli4_hba = &phba->sli4_hba;
James Smarte8d3c3b2013-10-10 12:21:30 -04007862 uint32_t eqidx;
7863 struct lpfc_queue *fpeq = NULL;
James Smart657add42019-05-21 17:49:06 -07007864 struct lpfc_queue *eq;
James Smarte8d3c3b2013-10-10 12:21:30 -04007865 bool mbox_pending;
7866
7867 if (unlikely(!phba) || (phba->sli_rev != LPFC_SLI_REV4))
7868 return false;
7869
James Smart657add42019-05-21 17:49:06 -07007870 /* Find the EQ associated with the mbox CQ */
7871 if (sli4_hba->hdwq) {
7872 for (eqidx = 0; eqidx < phba->cfg_irq_chann; eqidx++) {
7873 eq = phba->sli4_hba.hba_eq_hdl[eqidx].eq;
7874 if (eq->queue_id == sli4_hba->mbx_cq->assoc_qid) {
7875 fpeq = eq;
James Smarte8d3c3b2013-10-10 12:21:30 -04007876 break;
7877 }
James Smart657add42019-05-21 17:49:06 -07007878 }
7879 }
James Smarte8d3c3b2013-10-10 12:21:30 -04007880 if (!fpeq)
7881 return false;
7882
7883 /* Turn off interrupts from this EQ */
7884
James Smartb71413d2018-02-22 08:18:40 -08007885 sli4_hba->sli4_eq_clr_intr(fpeq);
James Smarte8d3c3b2013-10-10 12:21:30 -04007886
7887 /* Check to see if a mbox completion is pending */
7888
7889 mbox_pending = lpfc_sli4_mbox_completions_pending(phba);
7890
7891 /*
7892 * If a mbox completion is pending, process all the events on EQ
7893 * associated with the mbox completion queue (this could include
7894 * mailbox commands, async events, els commands, receive queue data
7895 * and fcp commands)
7896 */
7897
7898 if (mbox_pending)
James Smart32517fc2019-01-28 11:14:33 -08007899 /* process and rearm the EQ */
7900 lpfc_sli4_process_eq(phba, fpeq);
7901 else
7902 /* Always clear and re-arm the EQ */
7903 sli4_hba->sli4_write_eq_db(phba, fpeq, 0, LPFC_QUEUE_REARM);
James Smarte8d3c3b2013-10-10 12:21:30 -04007904
7905 return mbox_pending;
7906
7907}
James Smarte59058c2008-08-24 21:49:00 -04007908
7909/**
James Smart3621a712009-04-06 18:47:14 -04007910 * lpfc_mbox_timeout_handler - Worker thread function to handle mailbox timeout
James Smarte59058c2008-08-24 21:49:00 -04007911 * @phba: Pointer to HBA context object.
7912 *
7913 * This function is called from worker thread when a mailbox command times out.
7914 * The caller is not required to hold any locks. This function will reset the
7915 * HBA and recover all the pending commands.
7916 **/
dea31012005-04-17 16:05:31 -05007917void
7918lpfc_mbox_timeout_handler(struct lpfc_hba *phba)
7919{
James Smart2e0fef82007-06-17 19:56:36 -05007920 LPFC_MBOXQ_t *pmbox = phba->sli.mbox_active;
James Smarteb016562014-09-03 12:58:06 -04007921 MAILBOX_t *mb = NULL;
7922
James Smart1dcb58e2007-04-25 09:51:30 -04007923 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05007924
James Smarte8d3c3b2013-10-10 12:21:30 -04007925 /* If the mailbox completed, process the completion and return */
7926 if (lpfc_sli4_process_missed_mbox_completions(phba))
7927 return;
7928
James Smarteb016562014-09-03 12:58:06 -04007929 if (pmbox != NULL)
7930 mb = &pmbox->u.mb;
James Smarta257bf92009-04-06 18:48:10 -04007931 /* Check the pmbox pointer first. There is a race condition
7932 * between the mbox timeout handler getting executed in the
7933 * worklist and the mailbox actually completing. When this
7934 * race condition occurs, the mbox_active will be NULL.
7935 */
7936 spin_lock_irq(&phba->hbalock);
7937 if (pmbox == NULL) {
7938 lpfc_printf_log(phba, KERN_WARNING,
7939 LOG_MBOX | LOG_SLI,
7940 "0353 Active Mailbox cleared - mailbox timeout "
7941 "exiting\n");
7942 spin_unlock_irq(&phba->hbalock);
7943 return;
7944 }
7945
dea31012005-04-17 16:05:31 -05007946 /* Mbox cmd <mbxCommand> timeout */
James Smarted957682007-06-17 19:56:37 -05007947 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart32350662019-08-14 16:57:06 -07007948 "0310 Mailbox command x%x timeout Data: x%x x%x x%px\n",
James Smart92d7f7b2007-06-17 19:56:38 -05007949 mb->mbxCommand,
7950 phba->pport->port_state,
7951 phba->sli.sli_flag,
7952 phba->sli.mbox_active);
James Smarta257bf92009-04-06 18:48:10 -04007953 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05007954
James Smart1dcb58e2007-04-25 09:51:30 -04007955 /* Setting state unknown so lpfc_sli_abort_iocb_ring
7956 * would get IOCB_ERROR from lpfc_sli_issue_iocb, allowing
Lucas De Marchi25985ed2011-03-30 22:57:33 -03007957 * it to fail all outstanding SCSI IO.
James Smart1dcb58e2007-04-25 09:51:30 -04007958 */
James Smart2e0fef82007-06-17 19:56:36 -05007959 spin_lock_irq(&phba->pport->work_port_lock);
7960 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
7961 spin_unlock_irq(&phba->pport->work_port_lock);
7962 spin_lock_irq(&phba->hbalock);
7963 phba->link_state = LPFC_LINK_UNKNOWN;
James Smartf4b4c682009-05-22 14:53:12 -04007964 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05007965 spin_unlock_irq(&phba->hbalock);
James Smart1dcb58e2007-04-25 09:51:30 -04007966
James Smartdb55fba2014-04-04 13:52:02 -04007967 lpfc_sli_abort_fcp_rings(phba);
James Smart1dcb58e2007-04-25 09:51:30 -04007968
7969 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart76bb24e2007-10-27 13:38:00 -04007970 "0345 Resetting board due to mailbox timeout\n");
James Smart3772a992009-05-22 14:50:54 -04007971
7972 /* Reset the HBA device */
7973 lpfc_reset_hba(phba);
dea31012005-04-17 16:05:31 -05007974}
7975
James Smarte59058c2008-08-24 21:49:00 -04007976/**
James Smart3772a992009-05-22 14:50:54 -04007977 * lpfc_sli_issue_mbox_s3 - Issue an SLI3 mailbox command to firmware
James Smarte59058c2008-08-24 21:49:00 -04007978 * @phba: Pointer to HBA context object.
7979 * @pmbox: Pointer to mailbox object.
7980 * @flag: Flag indicating how the mailbox need to be processed.
7981 *
7982 * This function is called by discovery code and HBA management code
James Smart3772a992009-05-22 14:50:54 -04007983 * to submit a mailbox command to firmware with SLI-3 interface spec. This
7984 * function gets the hbalock to protect the data structures.
James Smarte59058c2008-08-24 21:49:00 -04007985 * The mailbox command can be submitted in polling mode, in which case
7986 * this function will wait in a polling loop for the completion of the
7987 * mailbox.
7988 * If the mailbox is submitted in no_wait mode (not polling) the
7989 * function will submit the command and returns immediately without waiting
7990 * for the mailbox completion. The no_wait is supported only when HBA
7991 * is in SLI2/SLI3 mode - interrupts are enabled.
7992 * The SLI interface allows only one mailbox pending at a time. If the
7993 * mailbox is issued in polling mode and there is already a mailbox
7994 * pending, then the function will return an error. If the mailbox is issued
7995 * in NO_WAIT mode and there is a mailbox pending already, the function
7996 * will return MBX_BUSY after queuing the mailbox into mailbox queue.
7997 * The sli layer owns the mailbox object until the completion of mailbox
7998 * command if this function return MBX_BUSY or MBX_SUCCESS. For all other
7999 * return codes the caller owns the mailbox command after the return of
8000 * the function.
8001 **/
James Smart3772a992009-05-22 14:50:54 -04008002static int
8003lpfc_sli_issue_mbox_s3(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox,
8004 uint32_t flag)
dea31012005-04-17 16:05:31 -05008005{
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008006 MAILBOX_t *mbx;
James Smart2e0fef82007-06-17 19:56:36 -05008007 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05008008 uint32_t status, evtctr;
James Smart9940b972011-03-11 16:06:12 -05008009 uint32_t ha_copy, hc_copy;
dea31012005-04-17 16:05:31 -05008010 int i;
James Smart09372822008-01-11 01:52:54 -05008011 unsigned long timeout;
dea31012005-04-17 16:05:31 -05008012 unsigned long drvr_flag = 0;
James Smart34b02dc2008-08-24 21:49:55 -04008013 uint32_t word0, ldata;
dea31012005-04-17 16:05:31 -05008014 void __iomem *to_slim;
James Smart58da1ff2008-04-07 10:15:56 -04008015 int processing_queue = 0;
8016
8017 spin_lock_irqsave(&phba->hbalock, drvr_flag);
8018 if (!pmbox) {
James Smart8568a4d2009-07-19 10:01:16 -04008019 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart58da1ff2008-04-07 10:15:56 -04008020 /* processing mbox queue from intr_handler */
James Smart3772a992009-05-22 14:50:54 -04008021 if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
8022 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
8023 return MBX_SUCCESS;
8024 }
James Smart58da1ff2008-04-07 10:15:56 -04008025 processing_queue = 1;
James Smart58da1ff2008-04-07 10:15:56 -04008026 pmbox = lpfc_mbox_get(phba);
8027 if (!pmbox) {
8028 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
8029 return MBX_SUCCESS;
8030 }
8031 }
dea31012005-04-17 16:05:31 -05008032
James Smarted957682007-06-17 19:56:37 -05008033 if (pmbox->mbox_cmpl && pmbox->mbox_cmpl != lpfc_sli_def_mbox_cmpl &&
James Smart92d7f7b2007-06-17 19:56:38 -05008034 pmbox->mbox_cmpl != lpfc_sli_wake_mbox_wait) {
James Smarted957682007-06-17 19:56:37 -05008035 if(!pmbox->vport) {
James Smart58da1ff2008-04-07 10:15:56 -04008036 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
James Smarted957682007-06-17 19:56:37 -05008037 lpfc_printf_log(phba, KERN_ERR,
James Smart92d7f7b2007-06-17 19:56:38 -05008038 LOG_MBOX | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04008039 "1806 Mbox x%x failed. No vport\n",
James Smart3772a992009-05-22 14:50:54 -04008040 pmbox->u.mb.mbxCommand);
James Smarted957682007-06-17 19:56:37 -05008041 dump_stack();
James Smart58da1ff2008-04-07 10:15:56 -04008042 goto out_not_finished;
James Smarted957682007-06-17 19:56:37 -05008043 }
8044 }
8045
Linas Vepstas8d63f372007-02-14 14:28:36 -06008046 /* If the PCI channel is in offline state, do not post mbox. */
James Smart58da1ff2008-04-07 10:15:56 -04008047 if (unlikely(pci_channel_offline(phba->pcidev))) {
8048 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
8049 goto out_not_finished;
8050 }
Linas Vepstas8d63f372007-02-14 14:28:36 -06008051
James Smarta257bf92009-04-06 18:48:10 -04008052 /* If HBA has a deferred error attention, fail the iocb. */
8053 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
8054 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
8055 goto out_not_finished;
8056 }
8057
dea31012005-04-17 16:05:31 -05008058 psli = &phba->sli;
James Smart92d7f7b2007-06-17 19:56:38 -05008059
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008060 mbx = &pmbox->u.mb;
dea31012005-04-17 16:05:31 -05008061 status = MBX_SUCCESS;
8062
James Smart2e0fef82007-06-17 19:56:36 -05008063 if (phba->link_state == LPFC_HBA_ERROR) {
8064 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
Jamie Wellnitz41415862006-02-28 19:25:27 -05008065
8066 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04008067 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
8068 "(%d):0311 Mailbox command x%x cannot "
8069 "issue Data: x%x x%x\n",
8070 pmbox->vport ? pmbox->vport->vpi : 0,
8071 pmbox->u.mb.mbxCommand, psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04008072 goto out_not_finished;
Jamie Wellnitz41415862006-02-28 19:25:27 -05008073 }
8074
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008075 if (mbx->mbxCommand != MBX_KILL_BOARD && flag & MBX_NOWAIT) {
James Smart9940b972011-03-11 16:06:12 -05008076 if (lpfc_readl(phba->HCregaddr, &hc_copy) ||
8077 !(hc_copy & HC_MBINT_ENA)) {
8078 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
8079 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smart3772a992009-05-22 14:50:54 -04008080 "(%d):2528 Mailbox command x%x cannot "
8081 "issue Data: x%x x%x\n",
8082 pmbox->vport ? pmbox->vport->vpi : 0,
8083 pmbox->u.mb.mbxCommand, psli->sli_flag, flag);
James Smart9940b972011-03-11 16:06:12 -05008084 goto out_not_finished;
8085 }
James Smart92908312006-03-07 15:04:13 -05008086 }
8087
dea31012005-04-17 16:05:31 -05008088 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
8089 /* Polling for a mbox command when another one is already active
8090 * is not allowed in SLI. Also, the driver must have established
8091 * SLI2 mode to queue and process multiple mbox commands.
8092 */
8093
8094 if (flag & MBX_POLL) {
James Smart2e0fef82007-06-17 19:56:36 -05008095 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05008096
8097 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04008098 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
8099 "(%d):2529 Mailbox command x%x "
8100 "cannot issue Data: x%x x%x\n",
8101 pmbox->vport ? pmbox->vport->vpi : 0,
8102 pmbox->u.mb.mbxCommand,
8103 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04008104 goto out_not_finished;
dea31012005-04-17 16:05:31 -05008105 }
8106
James Smart3772a992009-05-22 14:50:54 -04008107 if (!(psli->sli_flag & LPFC_SLI_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05008108 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05008109 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04008110 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
8111 "(%d):2530 Mailbox command x%x "
8112 "cannot issue Data: x%x x%x\n",
8113 pmbox->vport ? pmbox->vport->vpi : 0,
8114 pmbox->u.mb.mbxCommand,
8115 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04008116 goto out_not_finished;
dea31012005-04-17 16:05:31 -05008117 }
8118
dea31012005-04-17 16:05:31 -05008119 /* Another mailbox command is still being processed, queue this
8120 * command to be processed later.
8121 */
8122 lpfc_mbox_put(phba, pmbox);
8123
8124 /* Mbox cmd issue - BUSY */
James Smarted957682007-06-17 19:56:37 -05008125 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04008126 "(%d):0308 Mbox cmd issue - BUSY Data: "
James Smart92d7f7b2007-06-17 19:56:38 -05008127 "x%x x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05008128 pmbox->vport ? pmbox->vport->vpi : 0xffffff,
James Smarte92974f2017-06-01 21:07:06 -07008129 mbx->mbxCommand,
8130 phba->pport ? phba->pport->port_state : 0xff,
James Smart92d7f7b2007-06-17 19:56:38 -05008131 psli->sli_flag, flag);
dea31012005-04-17 16:05:31 -05008132
8133 psli->slistat.mbox_busy++;
James Smart2e0fef82007-06-17 19:56:36 -05008134 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05008135
James Smart858c9f62007-06-17 19:56:39 -05008136 if (pmbox->vport) {
8137 lpfc_debugfs_disc_trc(pmbox->vport,
8138 LPFC_DISC_TRC_MBOX_VPORT,
8139 "MBOX Bsy vport: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008140 (uint32_t)mbx->mbxCommand,
8141 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05008142 }
8143 else {
8144 lpfc_debugfs_disc_trc(phba->pport,
8145 LPFC_DISC_TRC_MBOX,
8146 "MBOX Bsy: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008147 (uint32_t)mbx->mbxCommand,
8148 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05008149 }
8150
James Smart2e0fef82007-06-17 19:56:36 -05008151 return MBX_BUSY;
dea31012005-04-17 16:05:31 -05008152 }
8153
dea31012005-04-17 16:05:31 -05008154 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
8155
8156 /* If we are not polling, we MUST be in SLI2 mode */
8157 if (flag != MBX_POLL) {
James Smart3772a992009-05-22 14:50:54 -04008158 if (!(psli->sli_flag & LPFC_SLI_ACTIVE) &&
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008159 (mbx->mbxCommand != MBX_KILL_BOARD)) {
dea31012005-04-17 16:05:31 -05008160 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05008161 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
dea31012005-04-17 16:05:31 -05008162 /* Mbox command <mbxCommand> cannot issue */
James Smart3772a992009-05-22 14:50:54 -04008163 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
8164 "(%d):2531 Mailbox command x%x "
8165 "cannot issue Data: x%x x%x\n",
8166 pmbox->vport ? pmbox->vport->vpi : 0,
8167 pmbox->u.mb.mbxCommand,
8168 psli->sli_flag, flag);
James Smart58da1ff2008-04-07 10:15:56 -04008169 goto out_not_finished;
dea31012005-04-17 16:05:31 -05008170 }
8171 /* timeout active mbox command */
James Smart256ec0d2013-04-17 20:14:58 -04008172 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) *
8173 1000);
8174 mod_timer(&psli->mbox_tmo, jiffies + timeout);
dea31012005-04-17 16:05:31 -05008175 }
8176
8177 /* Mailbox cmd <cmd> issue */
James Smarted957682007-06-17 19:56:37 -05008178 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -04008179 "(%d):0309 Mailbox cmd x%x issue Data: x%x x%x "
James Smart92d7f7b2007-06-17 19:56:38 -05008180 "x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04008181 pmbox->vport ? pmbox->vport->vpi : 0,
James Smarte92974f2017-06-01 21:07:06 -07008182 mbx->mbxCommand,
8183 phba->pport ? phba->pport->port_state : 0xff,
James Smart92d7f7b2007-06-17 19:56:38 -05008184 psli->sli_flag, flag);
dea31012005-04-17 16:05:31 -05008185
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008186 if (mbx->mbxCommand != MBX_HEARTBEAT) {
James Smart858c9f62007-06-17 19:56:39 -05008187 if (pmbox->vport) {
8188 lpfc_debugfs_disc_trc(pmbox->vport,
8189 LPFC_DISC_TRC_MBOX_VPORT,
8190 "MBOX Send vport: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008191 (uint32_t)mbx->mbxCommand,
8192 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05008193 }
8194 else {
8195 lpfc_debugfs_disc_trc(phba->pport,
8196 LPFC_DISC_TRC_MBOX,
8197 "MBOX Send: cmd:x%x mb:x%x x%x",
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008198 (uint32_t)mbx->mbxCommand,
8199 mbx->un.varWords[0], mbx->un.varWords[1]);
James Smart858c9f62007-06-17 19:56:39 -05008200 }
8201 }
8202
dea31012005-04-17 16:05:31 -05008203 psli->slistat.mbox_cmd++;
8204 evtctr = psli->slistat.mbox_event;
8205
8206 /* next set own bit for the adapter and copy over command word */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008207 mbx->mbxOwner = OWN_CHIP;
dea31012005-04-17 16:05:31 -05008208
James Smart3772a992009-05-22 14:50:54 -04008209 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
James Smart7a470272010-03-15 11:25:20 -04008210 /* Populate mbox extension offset word. */
8211 if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len) {
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008212 *(((uint32_t *)mbx) + pmbox->mbox_offset_word)
James Smart7a470272010-03-15 11:25:20 -04008213 = (uint8_t *)phba->mbox_ext
8214 - (uint8_t *)phba->mbox;
8215 }
8216
8217 /* Copy the mailbox extension data */
James Smart3e1f0712018-11-29 16:09:29 -08008218 if (pmbox->in_ext_byte_len && pmbox->ctx_buf) {
8219 lpfc_sli_pcimem_bcopy(pmbox->ctx_buf,
8220 (uint8_t *)phba->mbox_ext,
8221 pmbox->in_ext_byte_len);
James Smart7a470272010-03-15 11:25:20 -04008222 }
8223 /* Copy command data to host SLIM area */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008224 lpfc_sli_pcimem_bcopy(mbx, phba->mbox, MAILBOX_CMD_SIZE);
dea31012005-04-17 16:05:31 -05008225 } else {
James Smart7a470272010-03-15 11:25:20 -04008226 /* Populate mbox extension offset word. */
8227 if (pmbox->in_ext_byte_len || pmbox->out_ext_byte_len)
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008228 *(((uint32_t *)mbx) + pmbox->mbox_offset_word)
James Smart7a470272010-03-15 11:25:20 -04008229 = MAILBOX_HBA_EXT_OFFSET;
8230
8231 /* Copy the mailbox extension data */
James Smart3e1f0712018-11-29 16:09:29 -08008232 if (pmbox->in_ext_byte_len && pmbox->ctx_buf)
James Smart7a470272010-03-15 11:25:20 -04008233 lpfc_memcpy_to_slim(phba->MBslimaddr +
8234 MAILBOX_HBA_EXT_OFFSET,
James Smart3e1f0712018-11-29 16:09:29 -08008235 pmbox->ctx_buf, pmbox->in_ext_byte_len);
James Smart7a470272010-03-15 11:25:20 -04008236
James Smart895427b2017-02-12 13:52:30 -08008237 if (mbx->mbxCommand == MBX_CONFIG_PORT)
dea31012005-04-17 16:05:31 -05008238 /* copy command data into host mbox for cmpl */
James Smart895427b2017-02-12 13:52:30 -08008239 lpfc_sli_pcimem_bcopy(mbx, phba->mbox,
8240 MAILBOX_CMD_SIZE);
dea31012005-04-17 16:05:31 -05008241
8242 /* First copy mbox command data to HBA SLIM, skip past first
8243 word */
8244 to_slim = phba->MBslimaddr + sizeof (uint32_t);
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008245 lpfc_memcpy_to_slim(to_slim, &mbx->un.varWords[0],
dea31012005-04-17 16:05:31 -05008246 MAILBOX_CMD_SIZE - sizeof (uint32_t));
8247
8248 /* Next copy over first word, with mbxOwner set */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008249 ldata = *((uint32_t *)mbx);
dea31012005-04-17 16:05:31 -05008250 to_slim = phba->MBslimaddr;
8251 writel(ldata, to_slim);
8252 readl(to_slim); /* flush */
8253
James Smart895427b2017-02-12 13:52:30 -08008254 if (mbx->mbxCommand == MBX_CONFIG_PORT)
dea31012005-04-17 16:05:31 -05008255 /* switch over to host mailbox */
James Smart3772a992009-05-22 14:50:54 -04008256 psli->sli_flag |= LPFC_SLI_ACTIVE;
dea31012005-04-17 16:05:31 -05008257 }
8258
8259 wmb();
dea31012005-04-17 16:05:31 -05008260
8261 switch (flag) {
8262 case MBX_NOWAIT:
James Smart09372822008-01-11 01:52:54 -05008263 /* Set up reference to mailbox command */
dea31012005-04-17 16:05:31 -05008264 psli->mbox_active = pmbox;
James Smart09372822008-01-11 01:52:54 -05008265 /* Interrupt board to do it */
8266 writel(CA_MBATT, phba->CAregaddr);
8267 readl(phba->CAregaddr); /* flush */
8268 /* Don't wait for it to finish, just return */
dea31012005-04-17 16:05:31 -05008269 break;
8270
8271 case MBX_POLL:
James Smart09372822008-01-11 01:52:54 -05008272 /* Set up null reference to mailbox command */
dea31012005-04-17 16:05:31 -05008273 psli->mbox_active = NULL;
James Smart09372822008-01-11 01:52:54 -05008274 /* Interrupt board to do it */
8275 writel(CA_MBATT, phba->CAregaddr);
8276 readl(phba->CAregaddr); /* flush */
8277
James Smart3772a992009-05-22 14:50:54 -04008278 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05008279 /* First read mbox status word */
James Smart34b02dc2008-08-24 21:49:55 -04008280 word0 = *((uint32_t *)phba->mbox);
dea31012005-04-17 16:05:31 -05008281 word0 = le32_to_cpu(word0);
8282 } else {
8283 /* First read mbox status word */
James Smart9940b972011-03-11 16:06:12 -05008284 if (lpfc_readl(phba->MBslimaddr, &word0)) {
8285 spin_unlock_irqrestore(&phba->hbalock,
8286 drvr_flag);
8287 goto out_not_finished;
8288 }
dea31012005-04-17 16:05:31 -05008289 }
8290
8291 /* Read the HBA Host Attention Register */
James Smart9940b972011-03-11 16:06:12 -05008292 if (lpfc_readl(phba->HAregaddr, &ha_copy)) {
8293 spin_unlock_irqrestore(&phba->hbalock,
8294 drvr_flag);
8295 goto out_not_finished;
8296 }
James Smarta183a152011-10-10 21:32:43 -04008297 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, pmbox) *
8298 1000) + jiffies;
James Smart09372822008-01-11 01:52:54 -05008299 i = 0;
dea31012005-04-17 16:05:31 -05008300 /* Wait for command to complete */
Jamie Wellnitz41415862006-02-28 19:25:27 -05008301 while (((word0 & OWN_CHIP) == OWN_CHIP) ||
8302 (!(ha_copy & HA_MBATT) &&
James Smart2e0fef82007-06-17 19:56:36 -05008303 (phba->link_state > LPFC_WARM_START))) {
James Smart09372822008-01-11 01:52:54 -05008304 if (time_after(jiffies, timeout)) {
dea31012005-04-17 16:05:31 -05008305 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smart2e0fef82007-06-17 19:56:36 -05008306 spin_unlock_irqrestore(&phba->hbalock,
dea31012005-04-17 16:05:31 -05008307 drvr_flag);
James Smart58da1ff2008-04-07 10:15:56 -04008308 goto out_not_finished;
dea31012005-04-17 16:05:31 -05008309 }
8310
8311 /* Check if we took a mbox interrupt while we were
8312 polling */
8313 if (((word0 & OWN_CHIP) != OWN_CHIP)
8314 && (evtctr != psli->slistat.mbox_event))
8315 break;
8316
James Smart09372822008-01-11 01:52:54 -05008317 if (i++ > 10) {
8318 spin_unlock_irqrestore(&phba->hbalock,
8319 drvr_flag);
8320 msleep(1);
8321 spin_lock_irqsave(&phba->hbalock, drvr_flag);
8322 }
dea31012005-04-17 16:05:31 -05008323
James Smart3772a992009-05-22 14:50:54 -04008324 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05008325 /* First copy command data */
James Smart34b02dc2008-08-24 21:49:55 -04008326 word0 = *((uint32_t *)phba->mbox);
dea31012005-04-17 16:05:31 -05008327 word0 = le32_to_cpu(word0);
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008328 if (mbx->mbxCommand == MBX_CONFIG_PORT) {
dea31012005-04-17 16:05:31 -05008329 MAILBOX_t *slimmb;
James Smart34b02dc2008-08-24 21:49:55 -04008330 uint32_t slimword0;
dea31012005-04-17 16:05:31 -05008331 /* Check real SLIM for any errors */
8332 slimword0 = readl(phba->MBslimaddr);
8333 slimmb = (MAILBOX_t *) & slimword0;
8334 if (((slimword0 & OWN_CHIP) != OWN_CHIP)
8335 && slimmb->mbxStatus) {
8336 psli->sli_flag &=
James Smart3772a992009-05-22 14:50:54 -04008337 ~LPFC_SLI_ACTIVE;
dea31012005-04-17 16:05:31 -05008338 word0 = slimword0;
8339 }
8340 }
8341 } else {
8342 /* First copy command data */
8343 word0 = readl(phba->MBslimaddr);
8344 }
8345 /* Read the HBA Host Attention Register */
James Smart9940b972011-03-11 16:06:12 -05008346 if (lpfc_readl(phba->HAregaddr, &ha_copy)) {
8347 spin_unlock_irqrestore(&phba->hbalock,
8348 drvr_flag);
8349 goto out_not_finished;
8350 }
dea31012005-04-17 16:05:31 -05008351 }
8352
James Smart3772a992009-05-22 14:50:54 -04008353 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
dea31012005-04-17 16:05:31 -05008354 /* copy results back to user */
James Smart2ea259e2017-02-12 13:52:27 -08008355 lpfc_sli_pcimem_bcopy(phba->mbox, mbx,
8356 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -04008357 /* Copy the mailbox extension data */
James Smart3e1f0712018-11-29 16:09:29 -08008358 if (pmbox->out_ext_byte_len && pmbox->ctx_buf) {
James Smart7a470272010-03-15 11:25:20 -04008359 lpfc_sli_pcimem_bcopy(phba->mbox_ext,
James Smart3e1f0712018-11-29 16:09:29 -08008360 pmbox->ctx_buf,
James Smart7a470272010-03-15 11:25:20 -04008361 pmbox->out_ext_byte_len);
8362 }
dea31012005-04-17 16:05:31 -05008363 } else {
8364 /* First copy command data */
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008365 lpfc_memcpy_from_slim(mbx, phba->MBslimaddr,
James Smart2ea259e2017-02-12 13:52:27 -08008366 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -04008367 /* Copy the mailbox extension data */
James Smart3e1f0712018-11-29 16:09:29 -08008368 if (pmbox->out_ext_byte_len && pmbox->ctx_buf) {
8369 lpfc_memcpy_from_slim(
8370 pmbox->ctx_buf,
James Smart7a470272010-03-15 11:25:20 -04008371 phba->MBslimaddr +
8372 MAILBOX_HBA_EXT_OFFSET,
8373 pmbox->out_ext_byte_len);
dea31012005-04-17 16:05:31 -05008374 }
8375 }
8376
8377 writel(HA_MBATT, phba->HAregaddr);
8378 readl(phba->HAregaddr); /* flush */
8379
8380 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
Randy Dunlapbf07bde2013-02-22 10:23:54 -08008381 status = mbx->mbxStatus;
dea31012005-04-17 16:05:31 -05008382 }
8383
James Smart2e0fef82007-06-17 19:56:36 -05008384 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
8385 return status;
James Smart58da1ff2008-04-07 10:15:56 -04008386
8387out_not_finished:
8388 if (processing_queue) {
James Smartda0436e2009-05-22 14:51:39 -04008389 pmbox->u.mb.mbxStatus = MBX_NOT_FINISHED;
James Smart58da1ff2008-04-07 10:15:56 -04008390 lpfc_mbox_cmpl_put(phba, pmbox);
8391 }
8392 return MBX_NOT_FINISHED;
dea31012005-04-17 16:05:31 -05008393}
8394
James Smarte59058c2008-08-24 21:49:00 -04008395/**
James Smartf1126682009-06-10 17:22:44 -04008396 * lpfc_sli4_async_mbox_block - Block posting SLI4 asynchronous mailbox command
8397 * @phba: Pointer to HBA context object.
8398 *
8399 * The function blocks the posting of SLI4 asynchronous mailbox commands from
8400 * the driver internal pending mailbox queue. It will then try to wait out the
8401 * possible outstanding mailbox command before return.
8402 *
8403 * Returns:
8404 * 0 - the outstanding mailbox command completed; otherwise, the wait for
8405 * the outstanding mailbox command timed out.
8406 **/
8407static int
8408lpfc_sli4_async_mbox_block(struct lpfc_hba *phba)
8409{
8410 struct lpfc_sli *psli = &phba->sli;
James Smartf1126682009-06-10 17:22:44 -04008411 int rc = 0;
James Smarta183a152011-10-10 21:32:43 -04008412 unsigned long timeout = 0;
James Smartf1126682009-06-10 17:22:44 -04008413
8414 /* Mark the asynchronous mailbox command posting as blocked */
8415 spin_lock_irq(&phba->hbalock);
8416 psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
James Smartf1126682009-06-10 17:22:44 -04008417 /* Determine how long we might wait for the active mailbox
8418 * command to be gracefully completed by firmware.
8419 */
James Smarta183a152011-10-10 21:32:43 -04008420 if (phba->sli.mbox_active)
8421 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
8422 phba->sli.mbox_active) *
8423 1000) + jiffies;
8424 spin_unlock_irq(&phba->hbalock);
8425
James Smarte8d3c3b2013-10-10 12:21:30 -04008426 /* Make sure the mailbox is really active */
8427 if (timeout)
8428 lpfc_sli4_process_missed_mbox_completions(phba);
8429
James Smartf1126682009-06-10 17:22:44 -04008430 /* Wait for the outstnading mailbox command to complete */
8431 while (phba->sli.mbox_active) {
8432 /* Check active mailbox complete status every 2ms */
8433 msleep(2);
8434 if (time_after(jiffies, timeout)) {
8435 /* Timeout, marked the outstanding cmd not complete */
8436 rc = 1;
8437 break;
8438 }
8439 }
8440
8441 /* Can not cleanly block async mailbox command, fails it */
8442 if (rc) {
8443 spin_lock_irq(&phba->hbalock);
8444 psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
8445 spin_unlock_irq(&phba->hbalock);
8446 }
8447 return rc;
8448}
8449
8450/**
8451 * lpfc_sli4_async_mbox_unblock - Block posting SLI4 async mailbox command
8452 * @phba: Pointer to HBA context object.
8453 *
8454 * The function unblocks and resume posting of SLI4 asynchronous mailbox
8455 * commands from the driver internal pending mailbox queue. It makes sure
8456 * that there is no outstanding mailbox command before resuming posting
8457 * asynchronous mailbox commands. If, for any reason, there is outstanding
8458 * mailbox command, it will try to wait it out before resuming asynchronous
8459 * mailbox command posting.
8460 **/
8461static void
8462lpfc_sli4_async_mbox_unblock(struct lpfc_hba *phba)
8463{
8464 struct lpfc_sli *psli = &phba->sli;
8465
8466 spin_lock_irq(&phba->hbalock);
8467 if (!(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
8468 /* Asynchronous mailbox posting is not blocked, do nothing */
8469 spin_unlock_irq(&phba->hbalock);
8470 return;
8471 }
8472
8473 /* Outstanding synchronous mailbox command is guaranteed to be done,
8474 * successful or timeout, after timing-out the outstanding mailbox
8475 * command shall always be removed, so just unblock posting async
8476 * mailbox command and resume
8477 */
8478 psli->sli_flag &= ~LPFC_SLI_ASYNC_MBX_BLK;
8479 spin_unlock_irq(&phba->hbalock);
8480
8481 /* wake up worker thread to post asynchronlous mailbox command */
8482 lpfc_worker_wake_up(phba);
8483}
8484
8485/**
James Smart2d843ed2012-09-29 11:29:06 -04008486 * lpfc_sli4_wait_bmbx_ready - Wait for bootstrap mailbox register ready
8487 * @phba: Pointer to HBA context object.
8488 * @mboxq: Pointer to mailbox object.
8489 *
8490 * The function waits for the bootstrap mailbox register ready bit from
8491 * port for twice the regular mailbox command timeout value.
8492 *
8493 * 0 - no timeout on waiting for bootstrap mailbox register ready.
8494 * MBXERR_ERROR - wait for bootstrap mailbox register timed out.
8495 **/
8496static int
8497lpfc_sli4_wait_bmbx_ready(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
8498{
8499 uint32_t db_ready;
8500 unsigned long timeout;
8501 struct lpfc_register bmbx_reg;
8502
8503 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba, mboxq)
8504 * 1000) + jiffies;
8505
8506 do {
8507 bmbx_reg.word0 = readl(phba->sli4_hba.BMBXregaddr);
8508 db_ready = bf_get(lpfc_bmbx_rdy, &bmbx_reg);
8509 if (!db_ready)
James Smarte2ffe4d2019-03-12 16:30:15 -07008510 mdelay(2);
James Smart2d843ed2012-09-29 11:29:06 -04008511
8512 if (time_after(jiffies, timeout))
8513 return MBXERR_ERROR;
8514 } while (!db_ready);
8515
8516 return 0;
8517}
8518
8519/**
James Smartda0436e2009-05-22 14:51:39 -04008520 * lpfc_sli4_post_sync_mbox - Post an SLI4 mailbox to the bootstrap mailbox
8521 * @phba: Pointer to HBA context object.
8522 * @mboxq: Pointer to mailbox object.
8523 *
8524 * The function posts a mailbox to the port. The mailbox is expected
8525 * to be comletely filled in and ready for the port to operate on it.
8526 * This routine executes a synchronous completion operation on the
8527 * mailbox by polling for its completion.
8528 *
8529 * The caller must not be holding any locks when calling this routine.
8530 *
8531 * Returns:
8532 * MBX_SUCCESS - mailbox posted successfully
8533 * Any of the MBX error values.
8534 **/
8535static int
8536lpfc_sli4_post_sync_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
8537{
8538 int rc = MBX_SUCCESS;
8539 unsigned long iflag;
James Smartda0436e2009-05-22 14:51:39 -04008540 uint32_t mcqe_status;
8541 uint32_t mbx_cmnd;
James Smartda0436e2009-05-22 14:51:39 -04008542 struct lpfc_sli *psli = &phba->sli;
8543 struct lpfc_mqe *mb = &mboxq->u.mqe;
8544 struct lpfc_bmbx_create *mbox_rgn;
8545 struct dma_address *dma_address;
James Smartda0436e2009-05-22 14:51:39 -04008546
8547 /*
8548 * Only one mailbox can be active to the bootstrap mailbox region
8549 * at a time and there is no queueing provided.
8550 */
8551 spin_lock_irqsave(&phba->hbalock, iflag);
8552 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
8553 spin_unlock_irqrestore(&phba->hbalock, iflag);
8554 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04008555 "(%d):2532 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04008556 "cannot issue Data: x%x x%x\n",
8557 mboxq->vport ? mboxq->vport->vpi : 0,
8558 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04008559 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
8560 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04008561 psli->sli_flag, MBX_POLL);
8562 return MBXERR_ERROR;
8563 }
8564 /* The server grabs the token and owns it until release */
8565 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
8566 phba->sli.mbox_active = mboxq;
8567 spin_unlock_irqrestore(&phba->hbalock, iflag);
8568
James Smart2d843ed2012-09-29 11:29:06 -04008569 /* wait for bootstrap mbox register for readyness */
8570 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
8571 if (rc)
8572 goto exit;
James Smartda0436e2009-05-22 14:51:39 -04008573 /*
8574 * Initialize the bootstrap memory region to avoid stale data areas
8575 * in the mailbox post. Then copy the caller's mailbox contents to
8576 * the bmbx mailbox region.
8577 */
8578 mbx_cmnd = bf_get(lpfc_mqe_command, mb);
8579 memset(phba->sli4_hba.bmbx.avirt, 0, sizeof(struct lpfc_bmbx_create));
James Smart48f8fdb2018-05-04 20:37:51 -07008580 lpfc_sli4_pcimem_bcopy(mb, phba->sli4_hba.bmbx.avirt,
8581 sizeof(struct lpfc_mqe));
James Smartda0436e2009-05-22 14:51:39 -04008582
8583 /* Post the high mailbox dma address to the port and wait for ready. */
8584 dma_address = &phba->sli4_hba.bmbx.dma_address;
8585 writel(dma_address->addr_hi, phba->sli4_hba.BMBXregaddr);
8586
James Smart2d843ed2012-09-29 11:29:06 -04008587 /* wait for bootstrap mbox register for hi-address write done */
8588 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
8589 if (rc)
8590 goto exit;
James Smartda0436e2009-05-22 14:51:39 -04008591
8592 /* Post the low mailbox dma address to the port. */
8593 writel(dma_address->addr_lo, phba->sli4_hba.BMBXregaddr);
James Smartda0436e2009-05-22 14:51:39 -04008594
James Smart2d843ed2012-09-29 11:29:06 -04008595 /* wait for bootstrap mbox register for low address write done */
8596 rc = lpfc_sli4_wait_bmbx_ready(phba, mboxq);
8597 if (rc)
8598 goto exit;
James Smartda0436e2009-05-22 14:51:39 -04008599
8600 /*
8601 * Read the CQ to ensure the mailbox has completed.
8602 * If so, update the mailbox status so that the upper layers
8603 * can complete the request normally.
8604 */
James Smart48f8fdb2018-05-04 20:37:51 -07008605 lpfc_sli4_pcimem_bcopy(phba->sli4_hba.bmbx.avirt, mb,
8606 sizeof(struct lpfc_mqe));
James Smartda0436e2009-05-22 14:51:39 -04008607 mbox_rgn = (struct lpfc_bmbx_create *) phba->sli4_hba.bmbx.avirt;
James Smart48f8fdb2018-05-04 20:37:51 -07008608 lpfc_sli4_pcimem_bcopy(&mbox_rgn->mcqe, &mboxq->mcqe,
8609 sizeof(struct lpfc_mcqe));
James Smartda0436e2009-05-22 14:51:39 -04008610 mcqe_status = bf_get(lpfc_mcqe_status, &mbox_rgn->mcqe);
James Smart05580562011-05-24 11:40:48 -04008611 /*
8612 * When the CQE status indicates a failure and the mailbox status
8613 * indicates success then copy the CQE status into the mailbox status
8614 * (and prefix it with x4000).
8615 */
James Smartda0436e2009-05-22 14:51:39 -04008616 if (mcqe_status != MB_CQE_STATUS_SUCCESS) {
James Smart05580562011-05-24 11:40:48 -04008617 if (bf_get(lpfc_mqe_status, mb) == MBX_SUCCESS)
8618 bf_set(lpfc_mqe_status, mb,
8619 (LPFC_MBX_ERROR_RANGE | mcqe_status));
James Smartda0436e2009-05-22 14:51:39 -04008620 rc = MBXERR_ERROR;
James Smartd7c47992010-06-08 18:31:54 -04008621 } else
8622 lpfc_sli4_swap_str(phba, mboxq);
James Smartda0436e2009-05-22 14:51:39 -04008623
8624 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04008625 "(%d):0356 Mailbox cmd x%x (x%x/x%x) Status x%x "
James Smartda0436e2009-05-22 14:51:39 -04008626 "Data: x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x x%x"
8627 " x%x x%x CQ: x%x x%x x%x x%x\n",
James Smarta183a152011-10-10 21:32:43 -04008628 mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd,
8629 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
8630 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04008631 bf_get(lpfc_mqe_status, mb),
8632 mb->un.mb_words[0], mb->un.mb_words[1],
8633 mb->un.mb_words[2], mb->un.mb_words[3],
8634 mb->un.mb_words[4], mb->un.mb_words[5],
8635 mb->un.mb_words[6], mb->un.mb_words[7],
8636 mb->un.mb_words[8], mb->un.mb_words[9],
8637 mb->un.mb_words[10], mb->un.mb_words[11],
8638 mb->un.mb_words[12], mboxq->mcqe.word0,
8639 mboxq->mcqe.mcqe_tag0, mboxq->mcqe.mcqe_tag1,
8640 mboxq->mcqe.trailer);
8641exit:
8642 /* We are holding the token, no needed for lock when release */
8643 spin_lock_irqsave(&phba->hbalock, iflag);
8644 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
8645 phba->sli.mbox_active = NULL;
8646 spin_unlock_irqrestore(&phba->hbalock, iflag);
8647 return rc;
8648}
8649
8650/**
8651 * lpfc_sli_issue_mbox_s4 - Issue an SLI4 mailbox command to firmware
8652 * @phba: Pointer to HBA context object.
8653 * @pmbox: Pointer to mailbox object.
8654 * @flag: Flag indicating how the mailbox need to be processed.
8655 *
8656 * This function is called by discovery code and HBA management code to submit
8657 * a mailbox command to firmware with SLI-4 interface spec.
8658 *
8659 * Return codes the caller owns the mailbox command after the return of the
8660 * function.
8661 **/
8662static int
8663lpfc_sli_issue_mbox_s4(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
8664 uint32_t flag)
8665{
8666 struct lpfc_sli *psli = &phba->sli;
8667 unsigned long iflags;
8668 int rc;
8669
James Smartb76f2dc2011-07-22 18:37:42 -04008670 /* dump from issue mailbox command if setup */
8671 lpfc_idiag_mbxacc_dump_issue_mbox(phba, &mboxq->u.mb);
8672
James Smart8fa38512009-07-19 10:01:03 -04008673 rc = lpfc_mbox_dev_check(phba);
8674 if (unlikely(rc)) {
8675 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04008676 "(%d):2544 Mailbox command x%x (x%x/x%x) "
James Smart8fa38512009-07-19 10:01:03 -04008677 "cannot issue Data: x%x x%x\n",
8678 mboxq->vport ? mboxq->vport->vpi : 0,
8679 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04008680 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
8681 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smart8fa38512009-07-19 10:01:03 -04008682 psli->sli_flag, flag);
8683 goto out_not_finished;
8684 }
8685
James Smartda0436e2009-05-22 14:51:39 -04008686 /* Detect polling mode and jump to a handler */
8687 if (!phba->sli4_hba.intr_enable) {
8688 if (flag == MBX_POLL)
8689 rc = lpfc_sli4_post_sync_mbox(phba, mboxq);
8690 else
8691 rc = -EIO;
8692 if (rc != MBX_SUCCESS)
James Smart05580562011-05-24 11:40:48 -04008693 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
James Smartda0436e2009-05-22 14:51:39 -04008694 "(%d):2541 Mailbox command x%x "
James Smartcc459f12012-05-09 21:18:30 -04008695 "(x%x/x%x) failure: "
8696 "mqe_sta: x%x mcqe_sta: x%x/x%x "
8697 "Data: x%x x%x\n,",
James Smartda0436e2009-05-22 14:51:39 -04008698 mboxq->vport ? mboxq->vport->vpi : 0,
8699 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04008700 lpfc_sli_config_mbox_subsys_get(phba,
8701 mboxq),
8702 lpfc_sli_config_mbox_opcode_get(phba,
8703 mboxq),
James Smartcc459f12012-05-09 21:18:30 -04008704 bf_get(lpfc_mqe_status, &mboxq->u.mqe),
8705 bf_get(lpfc_mcqe_status, &mboxq->mcqe),
8706 bf_get(lpfc_mcqe_ext_status,
8707 &mboxq->mcqe),
James Smartda0436e2009-05-22 14:51:39 -04008708 psli->sli_flag, flag);
8709 return rc;
8710 } else if (flag == MBX_POLL) {
James Smartf1126682009-06-10 17:22:44 -04008711 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX | LOG_SLI,
8712 "(%d):2542 Try to issue mailbox command "
James Smart7365f6f2018-02-22 08:18:46 -08008713 "x%x (x%x/x%x) synchronously ahead of async "
James Smartf1126682009-06-10 17:22:44 -04008714 "mailbox command queue: x%x x%x\n",
James Smartda0436e2009-05-22 14:51:39 -04008715 mboxq->vport ? mboxq->vport->vpi : 0,
8716 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04008717 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
8718 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04008719 psli->sli_flag, flag);
James Smartf1126682009-06-10 17:22:44 -04008720 /* Try to block the asynchronous mailbox posting */
8721 rc = lpfc_sli4_async_mbox_block(phba);
8722 if (!rc) {
8723 /* Successfully blocked, now issue sync mbox cmd */
8724 rc = lpfc_sli4_post_sync_mbox(phba, mboxq);
8725 if (rc != MBX_SUCCESS)
James Smartcc459f12012-05-09 21:18:30 -04008726 lpfc_printf_log(phba, KERN_WARNING,
James Smarta183a152011-10-10 21:32:43 -04008727 LOG_MBOX | LOG_SLI,
James Smartcc459f12012-05-09 21:18:30 -04008728 "(%d):2597 Sync Mailbox command "
8729 "x%x (x%x/x%x) failure: "
8730 "mqe_sta: x%x mcqe_sta: x%x/x%x "
8731 "Data: x%x x%x\n,",
8732 mboxq->vport ? mboxq->vport->vpi : 0,
James Smarta183a152011-10-10 21:32:43 -04008733 mboxq->u.mb.mbxCommand,
8734 lpfc_sli_config_mbox_subsys_get(phba,
8735 mboxq),
8736 lpfc_sli_config_mbox_opcode_get(phba,
8737 mboxq),
James Smartcc459f12012-05-09 21:18:30 -04008738 bf_get(lpfc_mqe_status, &mboxq->u.mqe),
8739 bf_get(lpfc_mcqe_status, &mboxq->mcqe),
8740 bf_get(lpfc_mcqe_ext_status,
8741 &mboxq->mcqe),
James Smarta183a152011-10-10 21:32:43 -04008742 psli->sli_flag, flag);
James Smartf1126682009-06-10 17:22:44 -04008743 /* Unblock the async mailbox posting afterward */
8744 lpfc_sli4_async_mbox_unblock(phba);
8745 }
8746 return rc;
James Smartda0436e2009-05-22 14:51:39 -04008747 }
8748
8749 /* Now, interrupt mode asynchrous mailbox command */
8750 rc = lpfc_mbox_cmd_check(phba, mboxq);
8751 if (rc) {
8752 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04008753 "(%d):2543 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04008754 "cannot issue Data: x%x x%x\n",
8755 mboxq->vport ? mboxq->vport->vpi : 0,
8756 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04008757 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
8758 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04008759 psli->sli_flag, flag);
8760 goto out_not_finished;
8761 }
James Smartda0436e2009-05-22 14:51:39 -04008762
8763 /* Put the mailbox command to the driver internal FIFO */
8764 psli->slistat.mbox_busy++;
8765 spin_lock_irqsave(&phba->hbalock, iflags);
8766 lpfc_mbox_put(phba, mboxq);
8767 spin_unlock_irqrestore(&phba->hbalock, iflags);
8768 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
8769 "(%d):0354 Mbox cmd issue - Enqueue Data: "
James Smarta183a152011-10-10 21:32:43 -04008770 "x%x (x%x/x%x) x%x x%x x%x\n",
James Smartda0436e2009-05-22 14:51:39 -04008771 mboxq->vport ? mboxq->vport->vpi : 0xffffff,
8772 bf_get(lpfc_mqe_command, &mboxq->u.mqe),
James Smarta183a152011-10-10 21:32:43 -04008773 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
8774 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04008775 phba->pport->port_state,
8776 psli->sli_flag, MBX_NOWAIT);
8777 /* Wake up worker thread to transport mailbox command from head */
8778 lpfc_worker_wake_up(phba);
8779
8780 return MBX_BUSY;
8781
8782out_not_finished:
8783 return MBX_NOT_FINISHED;
8784}
8785
8786/**
8787 * lpfc_sli4_post_async_mbox - Post an SLI4 mailbox command to device
8788 * @phba: Pointer to HBA context object.
8789 *
8790 * This function is called by worker thread to send a mailbox command to
8791 * SLI4 HBA firmware.
8792 *
8793 **/
8794int
8795lpfc_sli4_post_async_mbox(struct lpfc_hba *phba)
8796{
8797 struct lpfc_sli *psli = &phba->sli;
8798 LPFC_MBOXQ_t *mboxq;
8799 int rc = MBX_SUCCESS;
8800 unsigned long iflags;
8801 struct lpfc_mqe *mqe;
8802 uint32_t mbx_cmnd;
8803
8804 /* Check interrupt mode before post async mailbox command */
8805 if (unlikely(!phba->sli4_hba.intr_enable))
8806 return MBX_NOT_FINISHED;
8807
8808 /* Check for mailbox command service token */
8809 spin_lock_irqsave(&phba->hbalock, iflags);
8810 if (unlikely(psli->sli_flag & LPFC_SLI_ASYNC_MBX_BLK)) {
8811 spin_unlock_irqrestore(&phba->hbalock, iflags);
8812 return MBX_NOT_FINISHED;
8813 }
8814 if (psli->sli_flag & LPFC_SLI_MBOX_ACTIVE) {
8815 spin_unlock_irqrestore(&phba->hbalock, iflags);
8816 return MBX_NOT_FINISHED;
8817 }
8818 if (unlikely(phba->sli.mbox_active)) {
8819 spin_unlock_irqrestore(&phba->hbalock, iflags);
8820 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
8821 "0384 There is pending active mailbox cmd\n");
8822 return MBX_NOT_FINISHED;
8823 }
8824 /* Take the mailbox command service token */
8825 psli->sli_flag |= LPFC_SLI_MBOX_ACTIVE;
8826
8827 /* Get the next mailbox command from head of queue */
8828 mboxq = lpfc_mbox_get(phba);
8829
8830 /* If no more mailbox command waiting for post, we're done */
8831 if (!mboxq) {
8832 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
8833 spin_unlock_irqrestore(&phba->hbalock, iflags);
8834 return MBX_SUCCESS;
8835 }
8836 phba->sli.mbox_active = mboxq;
8837 spin_unlock_irqrestore(&phba->hbalock, iflags);
8838
8839 /* Check device readiness for posting mailbox command */
8840 rc = lpfc_mbox_dev_check(phba);
8841 if (unlikely(rc))
8842 /* Driver clean routine will clean up pending mailbox */
8843 goto out_not_finished;
8844
8845 /* Prepare the mbox command to be posted */
8846 mqe = &mboxq->u.mqe;
8847 mbx_cmnd = bf_get(lpfc_mqe_command, mqe);
8848
8849 /* Start timer for the mbox_tmo and log some mailbox post messages */
8850 mod_timer(&psli->mbox_tmo, (jiffies +
James Smart256ec0d2013-04-17 20:14:58 -04008851 msecs_to_jiffies(1000 * lpfc_mbox_tmo_val(phba, mboxq))));
James Smartda0436e2009-05-22 14:51:39 -04008852
8853 lpfc_printf_log(phba, KERN_INFO, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04008854 "(%d):0355 Mailbox cmd x%x (x%x/x%x) issue Data: "
James Smartda0436e2009-05-22 14:51:39 -04008855 "x%x x%x\n",
8856 mboxq->vport ? mboxq->vport->vpi : 0, mbx_cmnd,
James Smarta183a152011-10-10 21:32:43 -04008857 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
8858 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04008859 phba->pport->port_state, psli->sli_flag);
8860
8861 if (mbx_cmnd != MBX_HEARTBEAT) {
8862 if (mboxq->vport) {
8863 lpfc_debugfs_disc_trc(mboxq->vport,
8864 LPFC_DISC_TRC_MBOX_VPORT,
8865 "MBOX Send vport: cmd:x%x mb:x%x x%x",
8866 mbx_cmnd, mqe->un.mb_words[0],
8867 mqe->un.mb_words[1]);
8868 } else {
8869 lpfc_debugfs_disc_trc(phba->pport,
8870 LPFC_DISC_TRC_MBOX,
8871 "MBOX Send: cmd:x%x mb:x%x x%x",
8872 mbx_cmnd, mqe->un.mb_words[0],
8873 mqe->un.mb_words[1]);
8874 }
8875 }
8876 psli->slistat.mbox_cmd++;
8877
8878 /* Post the mailbox command to the port */
8879 rc = lpfc_sli4_mq_put(phba->sli4_hba.mbx_wq, mqe);
8880 if (rc != MBX_SUCCESS) {
8881 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
James Smarta183a152011-10-10 21:32:43 -04008882 "(%d):2533 Mailbox command x%x (x%x/x%x) "
James Smartda0436e2009-05-22 14:51:39 -04008883 "cannot issue Data: x%x x%x\n",
8884 mboxq->vport ? mboxq->vport->vpi : 0,
8885 mboxq->u.mb.mbxCommand,
James Smarta183a152011-10-10 21:32:43 -04008886 lpfc_sli_config_mbox_subsys_get(phba, mboxq),
8887 lpfc_sli_config_mbox_opcode_get(phba, mboxq),
James Smartda0436e2009-05-22 14:51:39 -04008888 psli->sli_flag, MBX_NOWAIT);
8889 goto out_not_finished;
8890 }
8891
8892 return rc;
8893
8894out_not_finished:
8895 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartd7069f02012-03-01 22:36:29 -05008896 if (phba->sli.mbox_active) {
8897 mboxq->u.mb.mbxStatus = MBX_NOT_FINISHED;
8898 __lpfc_mbox_cmpl_put(phba, mboxq);
8899 /* Release the token */
8900 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
8901 phba->sli.mbox_active = NULL;
8902 }
James Smartda0436e2009-05-22 14:51:39 -04008903 spin_unlock_irqrestore(&phba->hbalock, iflags);
8904
8905 return MBX_NOT_FINISHED;
8906}
8907
8908/**
8909 * lpfc_sli_issue_mbox - Wrapper func for issuing mailbox command
8910 * @phba: Pointer to HBA context object.
8911 * @pmbox: Pointer to mailbox object.
8912 * @flag: Flag indicating how the mailbox need to be processed.
8913 *
8914 * This routine wraps the actual SLI3 or SLI4 mailbox issuing routine from
8915 * the API jump table function pointer from the lpfc_hba struct.
8916 *
8917 * Return codes the caller owns the mailbox command after the return of the
8918 * function.
8919 **/
8920int
8921lpfc_sli_issue_mbox(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmbox, uint32_t flag)
8922{
8923 return phba->lpfc_sli_issue_mbox(phba, pmbox, flag);
8924}
8925
8926/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03008927 * lpfc_mbox_api_table_setup - Set up mbox api function jump table
James Smartda0436e2009-05-22 14:51:39 -04008928 * @phba: The hba struct for which this call is being executed.
8929 * @dev_grp: The HBA PCI-Device group number.
8930 *
8931 * This routine sets up the mbox interface API function jump table in @phba
8932 * struct.
8933 * Returns: 0 - success, -ENODEV - failure.
8934 **/
8935int
8936lpfc_mbox_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
8937{
8938
8939 switch (dev_grp) {
8940 case LPFC_PCI_DEV_LP:
8941 phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s3;
8942 phba->lpfc_sli_handle_slow_ring_event =
8943 lpfc_sli_handle_slow_ring_event_s3;
8944 phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s3;
8945 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s3;
8946 phba->lpfc_sli_brdready = lpfc_sli_brdready_s3;
8947 break;
8948 case LPFC_PCI_DEV_OC:
8949 phba->lpfc_sli_issue_mbox = lpfc_sli_issue_mbox_s4;
8950 phba->lpfc_sli_handle_slow_ring_event =
8951 lpfc_sli_handle_slow_ring_event_s4;
8952 phba->lpfc_sli_hbq_to_firmware = lpfc_sli_hbq_to_firmware_s4;
8953 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s4;
8954 phba->lpfc_sli_brdready = lpfc_sli_brdready_s4;
8955 break;
8956 default:
8957 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8958 "1420 Invalid HBA PCI-device group: 0x%x\n",
8959 dev_grp);
8960 return -ENODEV;
8961 break;
8962 }
8963 return 0;
8964}
8965
8966/**
James Smart3621a712009-04-06 18:47:14 -04008967 * __lpfc_sli_ringtx_put - Add an iocb to the txq
James Smarte59058c2008-08-24 21:49:00 -04008968 * @phba: Pointer to HBA context object.
8969 * @pring: Pointer to driver SLI ring object.
8970 * @piocb: Pointer to address of newly added command iocb.
8971 *
8972 * This function is called with hbalock held to add a command
8973 * iocb to the txq when SLI layer cannot submit the command iocb
8974 * to the ring.
8975 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04008976void
James Smart92d7f7b2007-06-17 19:56:38 -05008977__lpfc_sli_ringtx_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05008978 struct lpfc_iocbq *piocb)
dea31012005-04-17 16:05:31 -05008979{
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01008980 lockdep_assert_held(&phba->hbalock);
dea31012005-04-17 16:05:31 -05008981 /* Insert the caller's iocb in the txq tail for later processing. */
8982 list_add_tail(&piocb->list, &pring->txq);
dea31012005-04-17 16:05:31 -05008983}
8984
James Smarte59058c2008-08-24 21:49:00 -04008985/**
James Smart3621a712009-04-06 18:47:14 -04008986 * lpfc_sli_next_iocb - Get the next iocb in the txq
James Smarte59058c2008-08-24 21:49:00 -04008987 * @phba: Pointer to HBA context object.
8988 * @pring: Pointer to driver SLI ring object.
8989 * @piocb: Pointer to address of newly added command iocb.
8990 *
8991 * This function is called with hbalock held before a new
8992 * iocb is submitted to the firmware. This function checks
8993 * txq to flush the iocbs in txq to Firmware before
8994 * submitting new iocbs to the Firmware.
8995 * If there are iocbs in the txq which need to be submitted
8996 * to firmware, lpfc_sli_next_iocb returns the first element
8997 * of the txq after dequeuing it from txq.
8998 * If there is no iocb in the txq then the function will return
8999 * *piocb and *piocb is set to NULL. Caller needs to check
9000 * *piocb to find if there are more commands in the txq.
9001 **/
dea31012005-04-17 16:05:31 -05009002static struct lpfc_iocbq *
9003lpfc_sli_next_iocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -05009004 struct lpfc_iocbq **piocb)
dea31012005-04-17 16:05:31 -05009005{
9006 struct lpfc_iocbq * nextiocb;
9007
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01009008 lockdep_assert_held(&phba->hbalock);
9009
dea31012005-04-17 16:05:31 -05009010 nextiocb = lpfc_sli_ringtx_get(phba, pring);
9011 if (!nextiocb) {
9012 nextiocb = *piocb;
9013 *piocb = NULL;
9014 }
9015
9016 return nextiocb;
9017}
9018
James Smarte59058c2008-08-24 21:49:00 -04009019/**
James Smart3772a992009-05-22 14:50:54 -04009020 * __lpfc_sli_issue_iocb_s3 - SLI3 device lockless ver of lpfc_sli_issue_iocb
James Smarte59058c2008-08-24 21:49:00 -04009021 * @phba: Pointer to HBA context object.
James Smart3772a992009-05-22 14:50:54 -04009022 * @ring_number: SLI ring number to issue iocb on.
James Smarte59058c2008-08-24 21:49:00 -04009023 * @piocb: Pointer to command iocb.
9024 * @flag: Flag indicating if this command can be put into txq.
9025 *
James Smart3772a992009-05-22 14:50:54 -04009026 * __lpfc_sli_issue_iocb_s3 is used by other functions in the driver to issue
9027 * an iocb command to an HBA with SLI-3 interface spec. If the PCI slot is
9028 * recovering from error state, if HBA is resetting or if LPFC_STOP_IOCB_EVENT
9029 * flag is turned on, the function returns IOCB_ERROR. When the link is down,
9030 * this function allows only iocbs for posting buffers. This function finds
9031 * next available slot in the command ring and posts the command to the
9032 * available slot and writes the port attention register to request HBA start
9033 * processing new iocb. If there is no slot available in the ring and
9034 * flag & SLI_IOCB_RET_IOCB is set, the new iocb is added to the txq, otherwise
9035 * the function returns IOCB_BUSY.
James Smarte59058c2008-08-24 21:49:00 -04009036 *
James Smart3772a992009-05-22 14:50:54 -04009037 * This function is called with hbalock held. The function will return success
9038 * after it successfully submit the iocb to firmware or after adding to the
9039 * txq.
James Smarte59058c2008-08-24 21:49:00 -04009040 **/
James Smart98c9ea52007-10-27 13:37:33 -04009041static int
James Smart3772a992009-05-22 14:50:54 -04009042__lpfc_sli_issue_iocb_s3(struct lpfc_hba *phba, uint32_t ring_number,
dea31012005-04-17 16:05:31 -05009043 struct lpfc_iocbq *piocb, uint32_t flag)
9044{
9045 struct lpfc_iocbq *nextiocb;
9046 IOCB_t *iocb;
James Smart895427b2017-02-12 13:52:30 -08009047 struct lpfc_sli_ring *pring = &phba->sli.sli3_ring[ring_number];
dea31012005-04-17 16:05:31 -05009048
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01009049 lockdep_assert_held(&phba->hbalock);
9050
James Smart92d7f7b2007-06-17 19:56:38 -05009051 if (piocb->iocb_cmpl && (!piocb->vport) &&
9052 (piocb->iocb.ulpCommand != CMD_ABORT_XRI_CN) &&
9053 (piocb->iocb.ulpCommand != CMD_CLOSE_XRI_CN)) {
9054 lpfc_printf_log(phba, KERN_ERR,
9055 LOG_SLI | LOG_VPORT,
James Smarte8b62012007-08-02 11:10:09 -04009056 "1807 IOCB x%x failed. No vport\n",
James Smart92d7f7b2007-06-17 19:56:38 -05009057 piocb->iocb.ulpCommand);
9058 dump_stack();
9059 return IOCB_ERROR;
9060 }
9061
9062
Linas Vepstas8d63f372007-02-14 14:28:36 -06009063 /* If the PCI channel is in offline state, do not post iocbs. */
9064 if (unlikely(pci_channel_offline(phba->pcidev)))
9065 return IOCB_ERROR;
9066
James Smarta257bf92009-04-06 18:48:10 -04009067 /* If HBA has a deferred error attention, fail the iocb. */
9068 if (unlikely(phba->hba_flag & DEFER_ERATT))
9069 return IOCB_ERROR;
9070
dea31012005-04-17 16:05:31 -05009071 /*
9072 * We should never get an IOCB if we are in a < LINK_DOWN state
9073 */
James Smart2e0fef82007-06-17 19:56:36 -05009074 if (unlikely(phba->link_state < LPFC_LINK_DOWN))
dea31012005-04-17 16:05:31 -05009075 return IOCB_ERROR;
9076
9077 /*
9078 * Check to see if we are blocking IOCB processing because of a
James Smart0b727fe2007-10-27 13:37:25 -04009079 * outstanding event.
dea31012005-04-17 16:05:31 -05009080 */
James Smart0b727fe2007-10-27 13:37:25 -04009081 if (unlikely(pring->flag & LPFC_STOP_IOCB_EVENT))
dea31012005-04-17 16:05:31 -05009082 goto iocb_busy;
9083
James Smart2e0fef82007-06-17 19:56:36 -05009084 if (unlikely(phba->link_state == LPFC_LINK_DOWN)) {
dea31012005-04-17 16:05:31 -05009085 /*
James Smart2680eea2007-04-25 09:52:55 -04009086 * Only CREATE_XRI, CLOSE_XRI, and QUE_RING_BUF
dea31012005-04-17 16:05:31 -05009087 * can be issued if the link is not up.
9088 */
9089 switch (piocb->iocb.ulpCommand) {
James Smart84774a42008-08-24 21:50:06 -04009090 case CMD_GEN_REQUEST64_CR:
9091 case CMD_GEN_REQUEST64_CX:
9092 if (!(phba->sli.sli_flag & LPFC_MENLO_MAINT) ||
9093 (piocb->iocb.un.genreq64.w5.hcsw.Rctl !=
James Smart6a9c52c2009-10-02 15:16:51 -04009094 FC_RCTL_DD_UNSOL_CMD) ||
James Smart84774a42008-08-24 21:50:06 -04009095 (piocb->iocb.un.genreq64.w5.hcsw.Type !=
9096 MENLO_TRANSPORT_TYPE))
9097
9098 goto iocb_busy;
9099 break;
dea31012005-04-17 16:05:31 -05009100 case CMD_QUE_RING_BUF_CN:
9101 case CMD_QUE_RING_BUF64_CN:
dea31012005-04-17 16:05:31 -05009102 /*
9103 * For IOCBs, like QUE_RING_BUF, that have no rsp ring
9104 * completion, iocb_cmpl MUST be 0.
9105 */
9106 if (piocb->iocb_cmpl)
9107 piocb->iocb_cmpl = NULL;
9108 /*FALLTHROUGH*/
9109 case CMD_CREATE_XRI_CR:
James Smart2680eea2007-04-25 09:52:55 -04009110 case CMD_CLOSE_XRI_CN:
9111 case CMD_CLOSE_XRI_CX:
dea31012005-04-17 16:05:31 -05009112 break;
9113 default:
9114 goto iocb_busy;
9115 }
9116
9117 /*
9118 * For FCP commands, we must be in a state where we can process link
9119 * attention events.
9120 */
James Smart895427b2017-02-12 13:52:30 -08009121 } else if (unlikely(pring->ringno == LPFC_FCP_RING &&
James Smart92d7f7b2007-06-17 19:56:38 -05009122 !(phba->sli.sli_flag & LPFC_PROCESS_LA))) {
dea31012005-04-17 16:05:31 -05009123 goto iocb_busy;
James Smart92d7f7b2007-06-17 19:56:38 -05009124 }
dea31012005-04-17 16:05:31 -05009125
dea31012005-04-17 16:05:31 -05009126 while ((iocb = lpfc_sli_next_iocb_slot(phba, pring)) &&
9127 (nextiocb = lpfc_sli_next_iocb(phba, pring, &piocb)))
9128 lpfc_sli_submit_iocb(phba, pring, iocb, nextiocb);
9129
9130 if (iocb)
9131 lpfc_sli_update_ring(phba, pring);
9132 else
9133 lpfc_sli_update_full_ring(phba, pring);
9134
9135 if (!piocb)
9136 return IOCB_SUCCESS;
9137
9138 goto out_busy;
9139
9140 iocb_busy:
9141 pring->stats.iocb_cmd_delay++;
9142
9143 out_busy:
9144
9145 if (!(flag & SLI_IOCB_RET_IOCB)) {
James Smart92d7f7b2007-06-17 19:56:38 -05009146 __lpfc_sli_ringtx_put(phba, pring, piocb);
dea31012005-04-17 16:05:31 -05009147 return IOCB_SUCCESS;
9148 }
9149
9150 return IOCB_BUSY;
9151}
9152
James Smart3772a992009-05-22 14:50:54 -04009153/**
James Smart4f774512009-05-22 14:52:35 -04009154 * lpfc_sli4_bpl2sgl - Convert the bpl/bde to a sgl.
9155 * @phba: Pointer to HBA context object.
9156 * @piocb: Pointer to command iocb.
9157 * @sglq: Pointer to the scatter gather queue object.
9158 *
9159 * This routine converts the bpl or bde that is in the IOCB
9160 * to a sgl list for the sli4 hardware. The physical address
9161 * of the bpl/bde is converted back to a virtual address.
9162 * If the IOCB contains a BPL then the list of BDE's is
9163 * converted to sli4_sge's. If the IOCB contains a single
9164 * BDE then it is converted to a single sli_sge.
9165 * The IOCB is still in cpu endianess so the contents of
9166 * the bpl can be used without byte swapping.
9167 *
9168 * Returns valid XRI = Success, NO_XRI = Failure.
9169**/
9170static uint16_t
9171lpfc_sli4_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *piocbq,
9172 struct lpfc_sglq *sglq)
9173{
9174 uint16_t xritag = NO_XRI;
9175 struct ulp_bde64 *bpl = NULL;
9176 struct ulp_bde64 bde;
9177 struct sli4_sge *sgl = NULL;
James Smart1b511972011-12-13 13:23:09 -05009178 struct lpfc_dmabuf *dmabuf;
James Smart4f774512009-05-22 14:52:35 -04009179 IOCB_t *icmd;
9180 int numBdes = 0;
9181 int i = 0;
James Smart63e801c2010-11-20 23:14:19 -05009182 uint32_t offset = 0; /* accumulated offset in the sg request list */
9183 int inbound = 0; /* number of sg reply entries inbound from firmware */
James Smart4f774512009-05-22 14:52:35 -04009184
9185 if (!piocbq || !sglq)
9186 return xritag;
9187
9188 sgl = (struct sli4_sge *)sglq->sgl;
9189 icmd = &piocbq->iocb;
James Smart6b5151f2012-01-18 16:24:06 -05009190 if (icmd->ulpCommand == CMD_XMIT_BLS_RSP64_CX)
9191 return sglq->sli4_xritag;
James Smart4f774512009-05-22 14:52:35 -04009192 if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
9193 numBdes = icmd->un.genreq64.bdl.bdeSize /
9194 sizeof(struct ulp_bde64);
9195 /* The addrHigh and addrLow fields within the IOCB
9196 * have not been byteswapped yet so there is no
9197 * need to swap them back.
9198 */
James Smart1b511972011-12-13 13:23:09 -05009199 if (piocbq->context3)
9200 dmabuf = (struct lpfc_dmabuf *)piocbq->context3;
9201 else
9202 return xritag;
James Smart4f774512009-05-22 14:52:35 -04009203
James Smart1b511972011-12-13 13:23:09 -05009204 bpl = (struct ulp_bde64 *)dmabuf->virt;
James Smart4f774512009-05-22 14:52:35 -04009205 if (!bpl)
9206 return xritag;
9207
9208 for (i = 0; i < numBdes; i++) {
9209 /* Should already be byte swapped. */
James Smart28baac72010-02-12 14:42:03 -05009210 sgl->addr_hi = bpl->addrHigh;
9211 sgl->addr_lo = bpl->addrLow;
9212
James Smart05580562011-05-24 11:40:48 -04009213 sgl->word2 = le32_to_cpu(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04009214 if ((i+1) == numBdes)
9215 bf_set(lpfc_sli4_sge_last, sgl, 1);
9216 else
9217 bf_set(lpfc_sli4_sge_last, sgl, 0);
James Smart28baac72010-02-12 14:42:03 -05009218 /* swap the size field back to the cpu so we
9219 * can assign it to the sgl.
9220 */
9221 bde.tus.w = le32_to_cpu(bpl->tus.w);
9222 sgl->sge_len = cpu_to_le32(bde.tus.f.bdeSize);
James Smart63e801c2010-11-20 23:14:19 -05009223 /* The offsets in the sgl need to be accumulated
9224 * separately for the request and reply lists.
9225 * The request is always first, the reply follows.
9226 */
9227 if (piocbq->iocb.ulpCommand == CMD_GEN_REQUEST64_CR) {
9228 /* add up the reply sg entries */
9229 if (bpl->tus.f.bdeFlags == BUFF_TYPE_BDE_64I)
9230 inbound++;
9231 /* first inbound? reset the offset */
9232 if (inbound == 1)
9233 offset = 0;
9234 bf_set(lpfc_sli4_sge_offset, sgl, offset);
James Smartf9bb2da2011-10-10 21:34:11 -04009235 bf_set(lpfc_sli4_sge_type, sgl,
9236 LPFC_SGE_TYPE_DATA);
James Smart63e801c2010-11-20 23:14:19 -05009237 offset += bde.tus.f.bdeSize;
9238 }
James Smart546fc852011-03-11 16:06:29 -05009239 sgl->word2 = cpu_to_le32(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04009240 bpl++;
9241 sgl++;
9242 }
9243 } else if (icmd->un.genreq64.bdl.bdeFlags == BUFF_TYPE_BDE_64) {
9244 /* The addrHigh and addrLow fields of the BDE have not
9245 * been byteswapped yet so they need to be swapped
9246 * before putting them in the sgl.
9247 */
9248 sgl->addr_hi =
9249 cpu_to_le32(icmd->un.genreq64.bdl.addrHigh);
9250 sgl->addr_lo =
9251 cpu_to_le32(icmd->un.genreq64.bdl.addrLow);
James Smart05580562011-05-24 11:40:48 -04009252 sgl->word2 = le32_to_cpu(sgl->word2);
James Smart4f774512009-05-22 14:52:35 -04009253 bf_set(lpfc_sli4_sge_last, sgl, 1);
9254 sgl->word2 = cpu_to_le32(sgl->word2);
James Smart28baac72010-02-12 14:42:03 -05009255 sgl->sge_len =
9256 cpu_to_le32(icmd->un.genreq64.bdl.bdeSize);
James Smart4f774512009-05-22 14:52:35 -04009257 }
9258 return sglq->sli4_xritag;
9259}
9260
9261/**
James Smart4f774512009-05-22 14:52:35 -04009262 * lpfc_sli_iocb2wqe - Convert the IOCB to a work queue entry.
9263 * @phba: Pointer to HBA context object.
9264 * @piocb: Pointer to command iocb.
9265 * @wqe: Pointer to the work queue entry.
9266 *
9267 * This routine converts the iocb command to its Work Queue Entry
9268 * equivalent. The wqe pointer should not have any fields set when
9269 * this routine is called because it will memcpy over them.
9270 * This routine does not set the CQ_ID or the WQEC bits in the
9271 * wqe.
9272 *
9273 * Returns: 0 = Success, IOCB_ERROR = Failure.
9274 **/
9275static int
9276lpfc_sli4_iocb2wqe(struct lpfc_hba *phba, struct lpfc_iocbq *iocbq,
James Smart205e8242018-03-05 12:04:03 -08009277 union lpfc_wqe128 *wqe)
James Smart4f774512009-05-22 14:52:35 -04009278{
James Smart5ffc2662009-11-18 15:39:44 -05009279 uint32_t xmit_len = 0, total_len = 0;
James Smart4f774512009-05-22 14:52:35 -04009280 uint8_t ct = 0;
9281 uint32_t fip;
9282 uint32_t abort_tag;
9283 uint8_t command_type = ELS_COMMAND_NON_FIP;
9284 uint8_t cmnd;
9285 uint16_t xritag;
James Smartdcf2a4e2010-09-29 11:18:53 -04009286 uint16_t abrt_iotag;
9287 struct lpfc_iocbq *abrtiocbq;
James Smart4f774512009-05-22 14:52:35 -04009288 struct ulp_bde64 *bpl = NULL;
James Smartf0d9bcc2010-10-22 11:07:09 -04009289 uint32_t els_id = LPFC_ELS_ID_DEFAULT;
James Smart5ffc2662009-11-18 15:39:44 -05009290 int numBdes, i;
9291 struct ulp_bde64 bde;
James Smartc31098c2011-04-16 11:03:33 -04009292 struct lpfc_nodelist *ndlp;
James Smartff78d8f2011-12-13 13:21:35 -05009293 uint32_t *pcmd;
James Smart1b511972011-12-13 13:23:09 -05009294 uint32_t if_type;
James Smart4f774512009-05-22 14:52:35 -04009295
James Smart45ed1192009-10-02 15:17:02 -04009296 fip = phba->hba_flag & HBA_FIP_SUPPORT;
James Smart4f774512009-05-22 14:52:35 -04009297 /* The fcp commands will set command type */
James Smart0c287582009-06-10 17:22:56 -04009298 if (iocbq->iocb_flag & LPFC_IO_FCP)
James Smart4f774512009-05-22 14:52:35 -04009299 command_type = FCP_COMMAND;
James Smartc8685952009-11-18 15:39:16 -05009300 else if (fip && (iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK))
James Smart0c287582009-06-10 17:22:56 -04009301 command_type = ELS_COMMAND_FIP;
9302 else
9303 command_type = ELS_COMMAND_NON_FIP;
9304
James Smartb5c53952016-03-31 14:12:30 -07009305 if (phba->fcp_embed_io)
9306 memset(wqe, 0, sizeof(union lpfc_wqe128));
James Smart4f774512009-05-22 14:52:35 -04009307 /* Some of the fields are in the right position already */
9308 memcpy(wqe, &iocbq->iocb, sizeof(union lpfc_wqe));
James Smarte62245d2019-08-14 16:57:08 -07009309 /* The ct field has moved so reset */
9310 wqe->generic.wqe_com.word7 = 0;
9311 wqe->generic.wqe_com.word10 = 0;
James Smartb5c53952016-03-31 14:12:30 -07009312
9313 abort_tag = (uint32_t) iocbq->iotag;
9314 xritag = iocbq->sli4_xritag;
James Smart4f774512009-05-22 14:52:35 -04009315 /* words0-2 bpl convert bde */
9316 if (iocbq->iocb.un.genreq64.bdl.bdeFlags == BUFF_TYPE_BLP_64) {
James Smart5ffc2662009-11-18 15:39:44 -05009317 numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
9318 sizeof(struct ulp_bde64);
James Smart4f774512009-05-22 14:52:35 -04009319 bpl = (struct ulp_bde64 *)
9320 ((struct lpfc_dmabuf *)iocbq->context3)->virt;
9321 if (!bpl)
9322 return IOCB_ERROR;
9323
9324 /* Should already be byte swapped. */
9325 wqe->generic.bde.addrHigh = le32_to_cpu(bpl->addrHigh);
9326 wqe->generic.bde.addrLow = le32_to_cpu(bpl->addrLow);
9327 /* swap the size field back to the cpu so we
9328 * can assign it to the sgl.
9329 */
9330 wqe->generic.bde.tus.w = le32_to_cpu(bpl->tus.w);
James Smart5ffc2662009-11-18 15:39:44 -05009331 xmit_len = wqe->generic.bde.tus.f.bdeSize;
9332 total_len = 0;
9333 for (i = 0; i < numBdes; i++) {
9334 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
9335 total_len += bde.tus.f.bdeSize;
9336 }
James Smart4f774512009-05-22 14:52:35 -04009337 } else
James Smart5ffc2662009-11-18 15:39:44 -05009338 xmit_len = iocbq->iocb.un.fcpi64.bdl.bdeSize;
James Smart4f774512009-05-22 14:52:35 -04009339
9340 iocbq->iocb.ulpIoTag = iocbq->iotag;
9341 cmnd = iocbq->iocb.ulpCommand;
9342
9343 switch (iocbq->iocb.ulpCommand) {
9344 case CMD_ELS_REQUEST64_CR:
James Smart93d1379e2012-05-09 21:19:34 -04009345 if (iocbq->iocb_flag & LPFC_IO_LIBDFC)
9346 ndlp = iocbq->context_un.ndlp;
9347 else
9348 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart4f774512009-05-22 14:52:35 -04009349 if (!iocbq->iocb.ulpLe) {
9350 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
9351 "2007 Only Limited Edition cmd Format"
9352 " supported 0x%x\n",
9353 iocbq->iocb.ulpCommand);
9354 return IOCB_ERROR;
9355 }
James Smartff78d8f2011-12-13 13:21:35 -05009356
James Smart5ffc2662009-11-18 15:39:44 -05009357 wqe->els_req.payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04009358 /* Els_reguest64 has a TMO */
9359 bf_set(wqe_tmo, &wqe->els_req.wqe_com,
9360 iocbq->iocb.ulpTimeout);
9361 /* Need a VF for word 4 set the vf bit*/
9362 bf_set(els_req64_vf, &wqe->els_req, 0);
9363 /* And a VFID for word 12 */
9364 bf_set(els_req64_vfid, &wqe->els_req, 0);
James Smart4f774512009-05-22 14:52:35 -04009365 ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l);
James Smartf0d9bcc2010-10-22 11:07:09 -04009366 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
9367 iocbq->iocb.ulpContext);
9368 bf_set(wqe_ct, &wqe->els_req.wqe_com, ct);
9369 bf_set(wqe_pu, &wqe->els_req.wqe_com, 0);
James Smart4f774512009-05-22 14:52:35 -04009370 /* CCP CCPE PV PRI in word10 were set in the memcpy */
James Smartff78d8f2011-12-13 13:21:35 -05009371 if (command_type == ELS_COMMAND_FIP)
James Smartc8685952009-11-18 15:39:16 -05009372 els_id = ((iocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK)
9373 >> LPFC_FIP_ELS_ID_SHIFT);
James Smartff78d8f2011-12-13 13:21:35 -05009374 pcmd = (uint32_t *) (((struct lpfc_dmabuf *)
9375 iocbq->context2)->virt);
James Smart1b511972011-12-13 13:23:09 -05009376 if_type = bf_get(lpfc_sli_intf_if_type,
9377 &phba->sli4_hba.sli_intf);
James Smart27d6ac02018-02-22 08:18:42 -08009378 if (if_type >= LPFC_SLI_INTF_IF_TYPE_2) {
James Smartff78d8f2011-12-13 13:21:35 -05009379 if (pcmd && (*pcmd == ELS_CMD_FLOGI ||
James Smartcb69f7d2011-12-13 13:21:57 -05009380 *pcmd == ELS_CMD_SCR ||
James Smartf60cb932019-05-14 14:58:05 -07009381 *pcmd == ELS_CMD_RSCN_XMT ||
James Smart6b5151f2012-01-18 16:24:06 -05009382 *pcmd == ELS_CMD_FDISC ||
James Smartbdcd2b92012-03-01 22:33:52 -05009383 *pcmd == ELS_CMD_LOGO ||
James Smartff78d8f2011-12-13 13:21:35 -05009384 *pcmd == ELS_CMD_PLOGI)) {
9385 bf_set(els_req64_sp, &wqe->els_req, 1);
9386 bf_set(els_req64_sid, &wqe->els_req,
9387 iocbq->vport->fc_myDID);
James Smart939723a2012-05-09 21:19:03 -04009388 if ((*pcmd == ELS_CMD_FLOGI) &&
9389 !(phba->fc_topology ==
9390 LPFC_TOPOLOGY_LOOP))
9391 bf_set(els_req64_sid, &wqe->els_req, 0);
James Smartff78d8f2011-12-13 13:21:35 -05009392 bf_set(wqe_ct, &wqe->els_req.wqe_com, 1);
9393 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
James Smarta7dd9c02012-05-09 21:16:50 -04009394 phba->vpi_ids[iocbq->vport->vpi]);
James Smart3ef6d242012-01-18 16:23:48 -05009395 } else if (pcmd && iocbq->context1) {
James Smartff78d8f2011-12-13 13:21:35 -05009396 bf_set(wqe_ct, &wqe->els_req.wqe_com, 0);
9397 bf_set(wqe_ctxt_tag, &wqe->els_req.wqe_com,
9398 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
9399 }
James Smartc8685952009-11-18 15:39:16 -05009400 }
James Smart6d368e52011-05-24 11:44:12 -04009401 bf_set(wqe_temp_rpi, &wqe->els_req.wqe_com,
9402 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04009403 bf_set(wqe_els_id, &wqe->els_req.wqe_com, els_id);
9404 bf_set(wqe_dbde, &wqe->els_req.wqe_com, 1);
9405 bf_set(wqe_iod, &wqe->els_req.wqe_com, LPFC_WQE_IOD_READ);
9406 bf_set(wqe_qosd, &wqe->els_req.wqe_com, 1);
9407 bf_set(wqe_lenloc, &wqe->els_req.wqe_com, LPFC_WQE_LENLOC_NONE);
9408 bf_set(wqe_ebde_cnt, &wqe->els_req.wqe_com, 0);
James Smartaf227412013-10-10 12:23:10 -04009409 wqe->els_req.max_response_payload_len = total_len - xmit_len;
James Smart7851fe22011-07-22 18:36:52 -04009410 break;
James Smart5ffc2662009-11-18 15:39:44 -05009411 case CMD_XMIT_SEQUENCE64_CX:
James Smartf0d9bcc2010-10-22 11:07:09 -04009412 bf_set(wqe_ctxt_tag, &wqe->xmit_sequence.wqe_com,
9413 iocbq->iocb.un.ulpWord[3]);
9414 bf_set(wqe_rcvoxid, &wqe->xmit_sequence.wqe_com,
James Smart7851fe22011-07-22 18:36:52 -04009415 iocbq->iocb.unsli3.rcvsli3.ox_id);
James Smart5ffc2662009-11-18 15:39:44 -05009416 /* The entire sequence is transmitted for this IOCB */
9417 xmit_len = total_len;
9418 cmnd = CMD_XMIT_SEQUENCE64_CR;
James Smart1b511972011-12-13 13:23:09 -05009419 if (phba->link_flag & LS_LOOPBACK_MODE)
9420 bf_set(wqe_xo, &wqe->xmit_sequence.wge_ctl, 1);
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -06009421 /* fall through */
James Smart4f774512009-05-22 14:52:35 -04009422 case CMD_XMIT_SEQUENCE64_CR:
James Smartf0d9bcc2010-10-22 11:07:09 -04009423 /* word3 iocb=io_tag32 wqe=reserved */
9424 wqe->xmit_sequence.rsvd3 = 0;
James Smart4f774512009-05-22 14:52:35 -04009425 /* word4 relative_offset memcpy */
9426 /* word5 r_ctl/df_ctl memcpy */
James Smartf0d9bcc2010-10-22 11:07:09 -04009427 bf_set(wqe_pu, &wqe->xmit_sequence.wqe_com, 0);
9428 bf_set(wqe_dbde, &wqe->xmit_sequence.wqe_com, 1);
9429 bf_set(wqe_iod, &wqe->xmit_sequence.wqe_com,
9430 LPFC_WQE_IOD_WRITE);
9431 bf_set(wqe_lenloc, &wqe->xmit_sequence.wqe_com,
9432 LPFC_WQE_LENLOC_WORD12);
9433 bf_set(wqe_ebde_cnt, &wqe->xmit_sequence.wqe_com, 0);
James Smart5ffc2662009-11-18 15:39:44 -05009434 wqe->xmit_sequence.xmit_len = xmit_len;
9435 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04009436 break;
James Smart4f774512009-05-22 14:52:35 -04009437 case CMD_XMIT_BCAST64_CN:
James Smartf0d9bcc2010-10-22 11:07:09 -04009438 /* word3 iocb=iotag32 wqe=seq_payload_len */
9439 wqe->xmit_bcast64.seq_payload_len = xmit_len;
James Smart4f774512009-05-22 14:52:35 -04009440 /* word4 iocb=rsvd wqe=rsvd */
9441 /* word5 iocb=rctl/type/df_ctl wqe=rctl/type/df_ctl memcpy */
9442 /* word6 iocb=ctxt_tag/io_tag wqe=ctxt_tag/xri */
James Smartf0d9bcc2010-10-22 11:07:09 -04009443 bf_set(wqe_ct, &wqe->xmit_bcast64.wqe_com,
James Smart4f774512009-05-22 14:52:35 -04009444 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
James Smartf0d9bcc2010-10-22 11:07:09 -04009445 bf_set(wqe_dbde, &wqe->xmit_bcast64.wqe_com, 1);
9446 bf_set(wqe_iod, &wqe->xmit_bcast64.wqe_com, LPFC_WQE_IOD_WRITE);
9447 bf_set(wqe_lenloc, &wqe->xmit_bcast64.wqe_com,
9448 LPFC_WQE_LENLOC_WORD3);
9449 bf_set(wqe_ebde_cnt, &wqe->xmit_bcast64.wqe_com, 0);
James Smart7851fe22011-07-22 18:36:52 -04009450 break;
James Smart4f774512009-05-22 14:52:35 -04009451 case CMD_FCP_IWRITE64_CR:
9452 command_type = FCP_COMMAND_DATA_OUT;
James Smartf0d9bcc2010-10-22 11:07:09 -04009453 /* word3 iocb=iotag wqe=payload_offset_len */
9454 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
James Smart0ba4b212013-10-10 12:22:38 -04009455 bf_set(payload_offset_len, &wqe->fcp_iwrite,
9456 xmit_len + sizeof(struct fcp_rsp));
9457 bf_set(cmd_buff_len, &wqe->fcp_iwrite,
9458 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04009459 /* word4 iocb=parameter wqe=total_xfer_length memcpy */
9460 /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */
9461 bf_set(wqe_erp, &wqe->fcp_iwrite.wqe_com,
9462 iocbq->iocb.ulpFCP2Rcvy);
9463 bf_set(wqe_lnk, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpXS);
9464 /* Always open the exchange */
James Smartf0d9bcc2010-10-22 11:07:09 -04009465 bf_set(wqe_iod, &wqe->fcp_iwrite.wqe_com, LPFC_WQE_IOD_WRITE);
9466 bf_set(wqe_lenloc, &wqe->fcp_iwrite.wqe_com,
9467 LPFC_WQE_LENLOC_WORD4);
James Smartf0d9bcc2010-10-22 11:07:09 -04009468 bf_set(wqe_pu, &wqe->fcp_iwrite.wqe_com, iocbq->iocb.ulpPU);
James Smartacd68592012-01-18 16:25:09 -05009469 bf_set(wqe_dbde, &wqe->fcp_iwrite.wqe_com, 1);
James Smart1ba981f2014-02-20 09:56:45 -05009470 if (iocbq->iocb_flag & LPFC_IO_OAS) {
9471 bf_set(wqe_oas, &wqe->fcp_iwrite.wqe_com, 1);
James Smartc92c8412016-07-06 12:36:05 -07009472 bf_set(wqe_ccpe, &wqe->fcp_iwrite.wqe_com, 1);
9473 if (iocbq->priority) {
9474 bf_set(wqe_ccp, &wqe->fcp_iwrite.wqe_com,
9475 (iocbq->priority << 1));
9476 } else {
James Smart1ba981f2014-02-20 09:56:45 -05009477 bf_set(wqe_ccp, &wqe->fcp_iwrite.wqe_com,
9478 (phba->cfg_XLanePriority << 1));
9479 }
9480 }
James Smartb5c53952016-03-31 14:12:30 -07009481 /* Note, word 10 is already initialized to 0 */
9482
James Smart414abe02018-06-26 08:24:26 -07009483 /* Don't set PBDE for Perf hints, just lpfc_enable_pbde */
9484 if (phba->cfg_enable_pbde)
James Smart0bc2b7c2018-02-22 08:18:48 -08009485 bf_set(wqe_pbde, &wqe->fcp_iwrite.wqe_com, 1);
9486 else
9487 bf_set(wqe_pbde, &wqe->fcp_iwrite.wqe_com, 0);
9488
James Smartb5c53952016-03-31 14:12:30 -07009489 if (phba->fcp_embed_io) {
James Smartc4908502019-01-28 11:14:28 -08009490 struct lpfc_io_buf *lpfc_cmd;
James Smartb5c53952016-03-31 14:12:30 -07009491 struct sli4_sge *sgl;
James Smartb5c53952016-03-31 14:12:30 -07009492 struct fcp_cmnd *fcp_cmnd;
9493 uint32_t *ptr;
9494
9495 /* 128 byte wqe support here */
James Smartb5c53952016-03-31 14:12:30 -07009496
9497 lpfc_cmd = iocbq->context1;
James Smart0794d602019-01-28 11:14:19 -08009498 sgl = (struct sli4_sge *)lpfc_cmd->dma_sgl;
James Smartb5c53952016-03-31 14:12:30 -07009499 fcp_cmnd = lpfc_cmd->fcp_cmnd;
9500
9501 /* Word 0-2 - FCP_CMND */
James Smart205e8242018-03-05 12:04:03 -08009502 wqe->generic.bde.tus.f.bdeFlags =
James Smartb5c53952016-03-31 14:12:30 -07009503 BUFF_TYPE_BDE_IMMED;
James Smart205e8242018-03-05 12:04:03 -08009504 wqe->generic.bde.tus.f.bdeSize = sgl->sge_len;
9505 wqe->generic.bde.addrHigh = 0;
9506 wqe->generic.bde.addrLow = 88; /* Word 22 */
James Smartb5c53952016-03-31 14:12:30 -07009507
James Smart205e8242018-03-05 12:04:03 -08009508 bf_set(wqe_wqes, &wqe->fcp_iwrite.wqe_com, 1);
9509 bf_set(wqe_dbde, &wqe->fcp_iwrite.wqe_com, 0);
James Smartb5c53952016-03-31 14:12:30 -07009510
9511 /* Word 22-29 FCP CMND Payload */
James Smart205e8242018-03-05 12:04:03 -08009512 ptr = &wqe->words[22];
James Smartb5c53952016-03-31 14:12:30 -07009513 memcpy(ptr, fcp_cmnd, sizeof(struct fcp_cmnd));
9514 }
James Smart7851fe22011-07-22 18:36:52 -04009515 break;
James Smartf0d9bcc2010-10-22 11:07:09 -04009516 case CMD_FCP_IREAD64_CR:
9517 /* word3 iocb=iotag wqe=payload_offset_len */
9518 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
James Smart0ba4b212013-10-10 12:22:38 -04009519 bf_set(payload_offset_len, &wqe->fcp_iread,
9520 xmit_len + sizeof(struct fcp_rsp));
9521 bf_set(cmd_buff_len, &wqe->fcp_iread,
9522 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04009523 /* word4 iocb=parameter wqe=total_xfer_length memcpy */
9524 /* word5 iocb=initial_xfer_len wqe=initial_xfer_len memcpy */
9525 bf_set(wqe_erp, &wqe->fcp_iread.wqe_com,
9526 iocbq->iocb.ulpFCP2Rcvy);
9527 bf_set(wqe_lnk, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpXS);
James Smart4f774512009-05-22 14:52:35 -04009528 /* Always open the exchange */
James Smartf0d9bcc2010-10-22 11:07:09 -04009529 bf_set(wqe_iod, &wqe->fcp_iread.wqe_com, LPFC_WQE_IOD_READ);
9530 bf_set(wqe_lenloc, &wqe->fcp_iread.wqe_com,
9531 LPFC_WQE_LENLOC_WORD4);
James Smartf0d9bcc2010-10-22 11:07:09 -04009532 bf_set(wqe_pu, &wqe->fcp_iread.wqe_com, iocbq->iocb.ulpPU);
James Smartacd68592012-01-18 16:25:09 -05009533 bf_set(wqe_dbde, &wqe->fcp_iread.wqe_com, 1);
James Smart1ba981f2014-02-20 09:56:45 -05009534 if (iocbq->iocb_flag & LPFC_IO_OAS) {
9535 bf_set(wqe_oas, &wqe->fcp_iread.wqe_com, 1);
James Smartc92c8412016-07-06 12:36:05 -07009536 bf_set(wqe_ccpe, &wqe->fcp_iread.wqe_com, 1);
9537 if (iocbq->priority) {
9538 bf_set(wqe_ccp, &wqe->fcp_iread.wqe_com,
9539 (iocbq->priority << 1));
9540 } else {
James Smart1ba981f2014-02-20 09:56:45 -05009541 bf_set(wqe_ccp, &wqe->fcp_iread.wqe_com,
9542 (phba->cfg_XLanePriority << 1));
9543 }
9544 }
James Smartb5c53952016-03-31 14:12:30 -07009545 /* Note, word 10 is already initialized to 0 */
9546
James Smart414abe02018-06-26 08:24:26 -07009547 /* Don't set PBDE for Perf hints, just lpfc_enable_pbde */
9548 if (phba->cfg_enable_pbde)
James Smart0bc2b7c2018-02-22 08:18:48 -08009549 bf_set(wqe_pbde, &wqe->fcp_iread.wqe_com, 1);
9550 else
9551 bf_set(wqe_pbde, &wqe->fcp_iread.wqe_com, 0);
9552
James Smartb5c53952016-03-31 14:12:30 -07009553 if (phba->fcp_embed_io) {
James Smartc4908502019-01-28 11:14:28 -08009554 struct lpfc_io_buf *lpfc_cmd;
James Smartb5c53952016-03-31 14:12:30 -07009555 struct sli4_sge *sgl;
James Smartb5c53952016-03-31 14:12:30 -07009556 struct fcp_cmnd *fcp_cmnd;
9557 uint32_t *ptr;
9558
9559 /* 128 byte wqe support here */
James Smartb5c53952016-03-31 14:12:30 -07009560
9561 lpfc_cmd = iocbq->context1;
James Smart0794d602019-01-28 11:14:19 -08009562 sgl = (struct sli4_sge *)lpfc_cmd->dma_sgl;
James Smartb5c53952016-03-31 14:12:30 -07009563 fcp_cmnd = lpfc_cmd->fcp_cmnd;
9564
9565 /* Word 0-2 - FCP_CMND */
James Smart205e8242018-03-05 12:04:03 -08009566 wqe->generic.bde.tus.f.bdeFlags =
James Smartb5c53952016-03-31 14:12:30 -07009567 BUFF_TYPE_BDE_IMMED;
James Smart205e8242018-03-05 12:04:03 -08009568 wqe->generic.bde.tus.f.bdeSize = sgl->sge_len;
9569 wqe->generic.bde.addrHigh = 0;
9570 wqe->generic.bde.addrLow = 88; /* Word 22 */
James Smartb5c53952016-03-31 14:12:30 -07009571
James Smart205e8242018-03-05 12:04:03 -08009572 bf_set(wqe_wqes, &wqe->fcp_iread.wqe_com, 1);
9573 bf_set(wqe_dbde, &wqe->fcp_iread.wqe_com, 0);
James Smartb5c53952016-03-31 14:12:30 -07009574
9575 /* Word 22-29 FCP CMND Payload */
James Smart205e8242018-03-05 12:04:03 -08009576 ptr = &wqe->words[22];
James Smartb5c53952016-03-31 14:12:30 -07009577 memcpy(ptr, fcp_cmnd, sizeof(struct fcp_cmnd));
9578 }
James Smart7851fe22011-07-22 18:36:52 -04009579 break;
James Smartf1126682009-06-10 17:22:44 -04009580 case CMD_FCP_ICMND64_CR:
James Smart0ba4b212013-10-10 12:22:38 -04009581 /* word3 iocb=iotag wqe=payload_offset_len */
9582 /* Add the FCP_CMD and FCP_RSP sizes to get the offset */
9583 bf_set(payload_offset_len, &wqe->fcp_icmd,
9584 xmit_len + sizeof(struct fcp_rsp));
9585 bf_set(cmd_buff_len, &wqe->fcp_icmd,
9586 0);
James Smartf0d9bcc2010-10-22 11:07:09 -04009587 /* word3 iocb=IO_TAG wqe=reserved */
James Smartf0d9bcc2010-10-22 11:07:09 -04009588 bf_set(wqe_pu, &wqe->fcp_icmd.wqe_com, 0);
James Smartf1126682009-06-10 17:22:44 -04009589 /* Always open the exchange */
James Smartf0d9bcc2010-10-22 11:07:09 -04009590 bf_set(wqe_dbde, &wqe->fcp_icmd.wqe_com, 1);
9591 bf_set(wqe_iod, &wqe->fcp_icmd.wqe_com, LPFC_WQE_IOD_WRITE);
9592 bf_set(wqe_qosd, &wqe->fcp_icmd.wqe_com, 1);
9593 bf_set(wqe_lenloc, &wqe->fcp_icmd.wqe_com,
9594 LPFC_WQE_LENLOC_NONE);
James Smart2a94aea2012-09-29 11:30:31 -04009595 bf_set(wqe_erp, &wqe->fcp_icmd.wqe_com,
9596 iocbq->iocb.ulpFCP2Rcvy);
James Smart1ba981f2014-02-20 09:56:45 -05009597 if (iocbq->iocb_flag & LPFC_IO_OAS) {
9598 bf_set(wqe_oas, &wqe->fcp_icmd.wqe_com, 1);
James Smartc92c8412016-07-06 12:36:05 -07009599 bf_set(wqe_ccpe, &wqe->fcp_icmd.wqe_com, 1);
9600 if (iocbq->priority) {
9601 bf_set(wqe_ccp, &wqe->fcp_icmd.wqe_com,
9602 (iocbq->priority << 1));
9603 } else {
James Smart1ba981f2014-02-20 09:56:45 -05009604 bf_set(wqe_ccp, &wqe->fcp_icmd.wqe_com,
9605 (phba->cfg_XLanePriority << 1));
9606 }
9607 }
James Smartb5c53952016-03-31 14:12:30 -07009608 /* Note, word 10 is already initialized to 0 */
9609
9610 if (phba->fcp_embed_io) {
James Smartc4908502019-01-28 11:14:28 -08009611 struct lpfc_io_buf *lpfc_cmd;
James Smartb5c53952016-03-31 14:12:30 -07009612 struct sli4_sge *sgl;
James Smartb5c53952016-03-31 14:12:30 -07009613 struct fcp_cmnd *fcp_cmnd;
9614 uint32_t *ptr;
9615
9616 /* 128 byte wqe support here */
James Smartb5c53952016-03-31 14:12:30 -07009617
9618 lpfc_cmd = iocbq->context1;
James Smart0794d602019-01-28 11:14:19 -08009619 sgl = (struct sli4_sge *)lpfc_cmd->dma_sgl;
James Smartb5c53952016-03-31 14:12:30 -07009620 fcp_cmnd = lpfc_cmd->fcp_cmnd;
9621
9622 /* Word 0-2 - FCP_CMND */
James Smart205e8242018-03-05 12:04:03 -08009623 wqe->generic.bde.tus.f.bdeFlags =
James Smartb5c53952016-03-31 14:12:30 -07009624 BUFF_TYPE_BDE_IMMED;
James Smart205e8242018-03-05 12:04:03 -08009625 wqe->generic.bde.tus.f.bdeSize = sgl->sge_len;
9626 wqe->generic.bde.addrHigh = 0;
9627 wqe->generic.bde.addrLow = 88; /* Word 22 */
James Smartb5c53952016-03-31 14:12:30 -07009628
James Smart205e8242018-03-05 12:04:03 -08009629 bf_set(wqe_wqes, &wqe->fcp_icmd.wqe_com, 1);
9630 bf_set(wqe_dbde, &wqe->fcp_icmd.wqe_com, 0);
James Smartb5c53952016-03-31 14:12:30 -07009631
9632 /* Word 22-29 FCP CMND Payload */
James Smart205e8242018-03-05 12:04:03 -08009633 ptr = &wqe->words[22];
James Smartb5c53952016-03-31 14:12:30 -07009634 memcpy(ptr, fcp_cmnd, sizeof(struct fcp_cmnd));
9635 }
James Smart7851fe22011-07-22 18:36:52 -04009636 break;
James Smart4f774512009-05-22 14:52:35 -04009637 case CMD_GEN_REQUEST64_CR:
James Smart63e801c2010-11-20 23:14:19 -05009638 /* For this command calculate the xmit length of the
9639 * request bde.
9640 */
9641 xmit_len = 0;
9642 numBdes = iocbq->iocb.un.genreq64.bdl.bdeSize /
9643 sizeof(struct ulp_bde64);
9644 for (i = 0; i < numBdes; i++) {
James Smart63e801c2010-11-20 23:14:19 -05009645 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
James Smart546fc852011-03-11 16:06:29 -05009646 if (bde.tus.f.bdeFlags != BUFF_TYPE_BDE_64)
9647 break;
James Smart63e801c2010-11-20 23:14:19 -05009648 xmit_len += bde.tus.f.bdeSize;
9649 }
James Smartf0d9bcc2010-10-22 11:07:09 -04009650 /* word3 iocb=IO_TAG wqe=request_payload_len */
9651 wqe->gen_req.request_payload_len = xmit_len;
9652 /* word4 iocb=parameter wqe=relative_offset memcpy */
9653 /* word5 [rctl, type, df_ctl, la] copied in memcpy */
James Smart4f774512009-05-22 14:52:35 -04009654 /* word6 context tag copied in memcpy */
9655 if (iocbq->iocb.ulpCt_h || iocbq->iocb.ulpCt_l) {
9656 ct = ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l);
9657 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
9658 "2015 Invalid CT %x command 0x%x\n",
9659 ct, iocbq->iocb.ulpCommand);
9660 return IOCB_ERROR;
9661 }
James Smartf0d9bcc2010-10-22 11:07:09 -04009662 bf_set(wqe_ct, &wqe->gen_req.wqe_com, 0);
9663 bf_set(wqe_tmo, &wqe->gen_req.wqe_com, iocbq->iocb.ulpTimeout);
9664 bf_set(wqe_pu, &wqe->gen_req.wqe_com, iocbq->iocb.ulpPU);
9665 bf_set(wqe_dbde, &wqe->gen_req.wqe_com, 1);
9666 bf_set(wqe_iod, &wqe->gen_req.wqe_com, LPFC_WQE_IOD_READ);
9667 bf_set(wqe_qosd, &wqe->gen_req.wqe_com, 1);
9668 bf_set(wqe_lenloc, &wqe->gen_req.wqe_com, LPFC_WQE_LENLOC_NONE);
9669 bf_set(wqe_ebde_cnt, &wqe->gen_req.wqe_com, 0);
James Smartaf227412013-10-10 12:23:10 -04009670 wqe->gen_req.max_response_payload_len = total_len - xmit_len;
James Smart4f774512009-05-22 14:52:35 -04009671 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04009672 break;
James Smart4f774512009-05-22 14:52:35 -04009673 case CMD_XMIT_ELS_RSP64_CX:
James Smartc31098c2011-04-16 11:03:33 -04009674 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart4f774512009-05-22 14:52:35 -04009675 /* words0-2 BDE memcpy */
James Smartf0d9bcc2010-10-22 11:07:09 -04009676 /* word3 iocb=iotag32 wqe=response_payload_len */
9677 wqe->xmit_els_rsp.response_payload_len = xmit_len;
James Smart939723a2012-05-09 21:19:03 -04009678 /* word4 */
9679 wqe->xmit_els_rsp.word4 = 0;
James Smart4f774512009-05-22 14:52:35 -04009680 /* word5 iocb=rsvd wge=did */
9681 bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest,
James Smart939723a2012-05-09 21:19:03 -04009682 iocbq->iocb.un.xseq64.xmit_els_remoteID);
9683
9684 if_type = bf_get(lpfc_sli_intf_if_type,
9685 &phba->sli4_hba.sli_intf);
James Smart27d6ac02018-02-22 08:18:42 -08009686 if (if_type >= LPFC_SLI_INTF_IF_TYPE_2) {
James Smart939723a2012-05-09 21:19:03 -04009687 if (iocbq->vport->fc_flag & FC_PT2PT) {
9688 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1);
9689 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp,
9690 iocbq->vport->fc_myDID);
9691 if (iocbq->vport->fc_myDID == Fabric_DID) {
9692 bf_set(wqe_els_did,
9693 &wqe->xmit_els_rsp.wqe_dest, 0);
9694 }
9695 }
9696 }
James Smartf0d9bcc2010-10-22 11:07:09 -04009697 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com,
9698 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
9699 bf_set(wqe_pu, &wqe->xmit_els_rsp.wqe_com, iocbq->iocb.ulpPU);
9700 bf_set(wqe_rcvoxid, &wqe->xmit_els_rsp.wqe_com,
James Smart7851fe22011-07-22 18:36:52 -04009701 iocbq->iocb.unsli3.rcvsli3.ox_id);
James Smart4f774512009-05-22 14:52:35 -04009702 if (!iocbq->iocb.ulpCt_h && iocbq->iocb.ulpCt_l)
James Smartf0d9bcc2010-10-22 11:07:09 -04009703 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com,
James Smart6d368e52011-05-24 11:44:12 -04009704 phba->vpi_ids[iocbq->vport->vpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04009705 bf_set(wqe_dbde, &wqe->xmit_els_rsp.wqe_com, 1);
9706 bf_set(wqe_iod, &wqe->xmit_els_rsp.wqe_com, LPFC_WQE_IOD_WRITE);
9707 bf_set(wqe_qosd, &wqe->xmit_els_rsp.wqe_com, 1);
9708 bf_set(wqe_lenloc, &wqe->xmit_els_rsp.wqe_com,
9709 LPFC_WQE_LENLOC_WORD3);
9710 bf_set(wqe_ebde_cnt, &wqe->xmit_els_rsp.wqe_com, 0);
James Smart6d368e52011-05-24 11:44:12 -04009711 bf_set(wqe_rsp_temp_rpi, &wqe->xmit_els_rsp,
9712 phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]);
James Smartff78d8f2011-12-13 13:21:35 -05009713 pcmd = (uint32_t *) (((struct lpfc_dmabuf *)
9714 iocbq->context2)->virt);
9715 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart939723a2012-05-09 21:19:03 -04009716 bf_set(els_rsp64_sp, &wqe->xmit_els_rsp, 1);
9717 bf_set(els_rsp64_sid, &wqe->xmit_els_rsp,
James Smartff78d8f2011-12-13 13:21:35 -05009718 iocbq->vport->fc_myDID);
James Smart939723a2012-05-09 21:19:03 -04009719 bf_set(wqe_ct, &wqe->xmit_els_rsp.wqe_com, 1);
9720 bf_set(wqe_ctxt_tag, &wqe->xmit_els_rsp.wqe_com,
James Smartff78d8f2011-12-13 13:21:35 -05009721 phba->vpi_ids[phba->pport->vpi]);
9722 }
James Smart4f774512009-05-22 14:52:35 -04009723 command_type = OTHER_COMMAND;
James Smart7851fe22011-07-22 18:36:52 -04009724 break;
James Smart4f774512009-05-22 14:52:35 -04009725 case CMD_CLOSE_XRI_CN:
9726 case CMD_ABORT_XRI_CN:
9727 case CMD_ABORT_XRI_CX:
9728 /* words 0-2 memcpy should be 0 rserved */
9729 /* port will send abts */
James Smartdcf2a4e2010-09-29 11:18:53 -04009730 abrt_iotag = iocbq->iocb.un.acxri.abortContextTag;
9731 if (abrt_iotag != 0 && abrt_iotag <= phba->sli.last_iotag) {
9732 abrtiocbq = phba->sli.iocbq_lookup[abrt_iotag];
9733 fip = abrtiocbq->iocb_flag & LPFC_FIP_ELS_ID_MASK;
9734 } else
9735 fip = 0;
9736
9737 if ((iocbq->iocb.ulpCommand == CMD_CLOSE_XRI_CN) || fip)
James Smart4f774512009-05-22 14:52:35 -04009738 /*
James Smartdcf2a4e2010-09-29 11:18:53 -04009739 * The link is down, or the command was ELS_FIP
9740 * so the fw does not need to send abts
James Smart4f774512009-05-22 14:52:35 -04009741 * on the wire.
9742 */
9743 bf_set(abort_cmd_ia, &wqe->abort_cmd, 1);
9744 else
9745 bf_set(abort_cmd_ia, &wqe->abort_cmd, 0);
9746 bf_set(abort_cmd_criteria, &wqe->abort_cmd, T_XRI_TAG);
James Smartf0d9bcc2010-10-22 11:07:09 -04009747 /* word5 iocb=CONTEXT_TAG|IO_TAG wqe=reserved */
9748 wqe->abort_cmd.rsrvd5 = 0;
9749 bf_set(wqe_ct, &wqe->abort_cmd.wqe_com,
James Smart4f774512009-05-22 14:52:35 -04009750 ((iocbq->iocb.ulpCt_h << 1) | iocbq->iocb.ulpCt_l));
9751 abort_tag = iocbq->iocb.un.acxri.abortIoTag;
James Smart4f774512009-05-22 14:52:35 -04009752 /*
9753 * The abort handler will send us CMD_ABORT_XRI_CN or
9754 * CMD_CLOSE_XRI_CN and the fw only accepts CMD_ABORT_XRI_CX
9755 */
James Smartf0d9bcc2010-10-22 11:07:09 -04009756 bf_set(wqe_cmnd, &wqe->abort_cmd.wqe_com, CMD_ABORT_XRI_CX);
9757 bf_set(wqe_qosd, &wqe->abort_cmd.wqe_com, 1);
9758 bf_set(wqe_lenloc, &wqe->abort_cmd.wqe_com,
9759 LPFC_WQE_LENLOC_NONE);
James Smart4f774512009-05-22 14:52:35 -04009760 cmnd = CMD_ABORT_XRI_CX;
9761 command_type = OTHER_COMMAND;
9762 xritag = 0;
James Smart7851fe22011-07-22 18:36:52 -04009763 break;
James Smart6669f9b2009-10-02 15:16:45 -04009764 case CMD_XMIT_BLS_RSP64_CX:
James Smart6b5151f2012-01-18 16:24:06 -05009765 ndlp = (struct lpfc_nodelist *)iocbq->context1;
James Smart546fc852011-03-11 16:06:29 -05009766 /* As BLS ABTS RSP WQE is very different from other WQEs,
James Smart6669f9b2009-10-02 15:16:45 -04009767 * we re-construct this WQE here based on information in
9768 * iocbq from scratch.
9769 */
James Smartd9f492a2019-08-14 16:57:04 -07009770 memset(wqe, 0, sizeof(*wqe));
James Smart5ffc2662009-11-18 15:39:44 -05009771 /* OX_ID is invariable to who sent ABTS to CT exchange */
James Smart6669f9b2009-10-02 15:16:45 -04009772 bf_set(xmit_bls_rsp64_oxid, &wqe->xmit_bls_rsp,
James Smart546fc852011-03-11 16:06:29 -05009773 bf_get(lpfc_abts_oxid, &iocbq->iocb.un.bls_rsp));
9774 if (bf_get(lpfc_abts_orig, &iocbq->iocb.un.bls_rsp) ==
James Smart5ffc2662009-11-18 15:39:44 -05009775 LPFC_ABTS_UNSOL_INT) {
9776 /* ABTS sent by initiator to CT exchange, the
9777 * RX_ID field will be filled with the newly
9778 * allocated responder XRI.
9779 */
9780 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp,
9781 iocbq->sli4_xritag);
9782 } else {
9783 /* ABTS sent by responder to CT exchange, the
9784 * RX_ID field will be filled with the responder
9785 * RX_ID from ABTS.
9786 */
9787 bf_set(xmit_bls_rsp64_rxid, &wqe->xmit_bls_rsp,
James Smart546fc852011-03-11 16:06:29 -05009788 bf_get(lpfc_abts_rxid, &iocbq->iocb.un.bls_rsp));
James Smart5ffc2662009-11-18 15:39:44 -05009789 }
James Smart6669f9b2009-10-02 15:16:45 -04009790 bf_set(xmit_bls_rsp64_seqcnthi, &wqe->xmit_bls_rsp, 0xffff);
9791 bf_set(wqe_xmit_bls_pt, &wqe->xmit_bls_rsp.wqe_dest, 0x1);
James Smart6b5151f2012-01-18 16:24:06 -05009792
9793 /* Use CT=VPI */
9794 bf_set(wqe_els_did, &wqe->xmit_bls_rsp.wqe_dest,
9795 ndlp->nlp_DID);
9796 bf_set(xmit_bls_rsp64_temprpi, &wqe->xmit_bls_rsp,
9797 iocbq->iocb.ulpContext);
9798 bf_set(wqe_ct, &wqe->xmit_bls_rsp.wqe_com, 1);
James Smart6669f9b2009-10-02 15:16:45 -04009799 bf_set(wqe_ctxt_tag, &wqe->xmit_bls_rsp.wqe_com,
James Smart6b5151f2012-01-18 16:24:06 -05009800 phba->vpi_ids[phba->pport->vpi]);
James Smartf0d9bcc2010-10-22 11:07:09 -04009801 bf_set(wqe_qosd, &wqe->xmit_bls_rsp.wqe_com, 1);
9802 bf_set(wqe_lenloc, &wqe->xmit_bls_rsp.wqe_com,
9803 LPFC_WQE_LENLOC_NONE);
James Smart6669f9b2009-10-02 15:16:45 -04009804 /* Overwrite the pre-set comnd type with OTHER_COMMAND */
9805 command_type = OTHER_COMMAND;
James Smart546fc852011-03-11 16:06:29 -05009806 if (iocbq->iocb.un.xseq64.w5.hcsw.Rctl == FC_RCTL_BA_RJT) {
9807 bf_set(xmit_bls_rsp64_rjt_vspec, &wqe->xmit_bls_rsp,
9808 bf_get(lpfc_vndr_code, &iocbq->iocb.un.bls_rsp));
9809 bf_set(xmit_bls_rsp64_rjt_expc, &wqe->xmit_bls_rsp,
9810 bf_get(lpfc_rsn_expln, &iocbq->iocb.un.bls_rsp));
9811 bf_set(xmit_bls_rsp64_rjt_rsnc, &wqe->xmit_bls_rsp,
9812 bf_get(lpfc_rsn_code, &iocbq->iocb.un.bls_rsp));
9813 }
9814
James Smart7851fe22011-07-22 18:36:52 -04009815 break;
James Smartae9e28f2017-05-15 15:20:51 -07009816 case CMD_SEND_FRAME:
James Smarte62245d2019-08-14 16:57:08 -07009817 bf_set(wqe_cmnd, &wqe->generic.wqe_com, CMD_SEND_FRAME);
9818 bf_set(wqe_sof, &wqe->generic.wqe_com, 0x2E); /* SOF byte */
9819 bf_set(wqe_eof, &wqe->generic.wqe_com, 0x41); /* EOF byte */
9820 bf_set(wqe_lenloc, &wqe->generic.wqe_com, 1);
9821 bf_set(wqe_xbl, &wqe->generic.wqe_com, 1);
9822 bf_set(wqe_dbde, &wqe->generic.wqe_com, 1);
9823 bf_set(wqe_xc, &wqe->generic.wqe_com, 1);
9824 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, 0xA);
9825 bf_set(wqe_cqid, &wqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT);
James Smartae9e28f2017-05-15 15:20:51 -07009826 bf_set(wqe_xri_tag, &wqe->generic.wqe_com, xritag);
9827 bf_set(wqe_reqtag, &wqe->generic.wqe_com, iocbq->iotag);
9828 return 0;
James Smart4f774512009-05-22 14:52:35 -04009829 case CMD_XRI_ABORTED_CX:
9830 case CMD_CREATE_XRI_CR: /* Do we expect to use this? */
James Smart4f774512009-05-22 14:52:35 -04009831 case CMD_IOCB_FCP_IBIDIR64_CR: /* bidirectional xfer */
9832 case CMD_FCP_TSEND64_CX: /* Target mode send xfer-ready */
9833 case CMD_FCP_TRSP64_CX: /* Target mode rcv */
9834 case CMD_FCP_AUTO_TRSP_CX: /* Auto target rsp */
9835 default:
9836 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
9837 "2014 Invalid command 0x%x\n",
9838 iocbq->iocb.ulpCommand);
9839 return IOCB_ERROR;
James Smart7851fe22011-07-22 18:36:52 -04009840 break;
James Smart4f774512009-05-22 14:52:35 -04009841 }
James Smart6d368e52011-05-24 11:44:12 -04009842
James Smart8012cc32012-10-31 14:44:49 -04009843 if (iocbq->iocb_flag & LPFC_IO_DIF_PASS)
9844 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_PASSTHRU);
9845 else if (iocbq->iocb_flag & LPFC_IO_DIF_STRIP)
9846 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_STRIP);
9847 else if (iocbq->iocb_flag & LPFC_IO_DIF_INSERT)
9848 bf_set(wqe_dif, &wqe->generic.wqe_com, LPFC_WQE_DIF_INSERT);
9849 iocbq->iocb_flag &= ~(LPFC_IO_DIF_PASS | LPFC_IO_DIF_STRIP |
9850 LPFC_IO_DIF_INSERT);
James Smartf0d9bcc2010-10-22 11:07:09 -04009851 bf_set(wqe_xri_tag, &wqe->generic.wqe_com, xritag);
9852 bf_set(wqe_reqtag, &wqe->generic.wqe_com, iocbq->iotag);
9853 wqe->generic.wqe_com.abort_tag = abort_tag;
9854 bf_set(wqe_cmd_type, &wqe->generic.wqe_com, command_type);
9855 bf_set(wqe_cmnd, &wqe->generic.wqe_com, cmnd);
9856 bf_set(wqe_class, &wqe->generic.wqe_com, iocbq->iocb.ulpClass);
9857 bf_set(wqe_cqid, &wqe->generic.wqe_com, LPFC_WQE_CQ_ID_DEFAULT);
James Smart4f774512009-05-22 14:52:35 -04009858 return 0;
9859}
9860
9861/**
9862 * __lpfc_sli_issue_iocb_s4 - SLI4 device lockless ver of lpfc_sli_issue_iocb
9863 * @phba: Pointer to HBA context object.
9864 * @ring_number: SLI ring number to issue iocb on.
9865 * @piocb: Pointer to command iocb.
9866 * @flag: Flag indicating if this command can be put into txq.
9867 *
9868 * __lpfc_sli_issue_iocb_s4 is used by other functions in the driver to issue
9869 * an iocb command to an HBA with SLI-4 interface spec.
9870 *
9871 * This function is called with hbalock held. The function will return success
9872 * after it successfully submit the iocb to firmware or after adding to the
9873 * txq.
9874 **/
9875static int
9876__lpfc_sli_issue_iocb_s4(struct lpfc_hba *phba, uint32_t ring_number,
9877 struct lpfc_iocbq *piocb, uint32_t flag)
9878{
9879 struct lpfc_sglq *sglq;
James Smart205e8242018-03-05 12:04:03 -08009880 union lpfc_wqe128 wqe;
James Smart1ba981f2014-02-20 09:56:45 -05009881 struct lpfc_queue *wq;
James Smart895427b2017-02-12 13:52:30 -08009882 struct lpfc_sli_ring *pring;
James Smart4f774512009-05-22 14:52:35 -04009883
James Smart895427b2017-02-12 13:52:30 -08009884 /* Get the WQ */
9885 if ((piocb->iocb_flag & LPFC_IO_FCP) ||
9886 (piocb->iocb_flag & LPFC_USE_FCPWQIDX)) {
James Smartc00f62e2019-08-14 16:57:11 -07009887 wq = phba->sli4_hba.hdwq[piocb->hba_wqidx].io_wq;
James Smart895427b2017-02-12 13:52:30 -08009888 } else {
9889 wq = phba->sli4_hba.els_wq;
9890 }
9891
9892 /* Get corresponding ring */
9893 pring = wq->pring;
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01009894
James Smartb5c53952016-03-31 14:12:30 -07009895 /*
9896 * The WQE can be either 64 or 128 bytes,
James Smartb5c53952016-03-31 14:12:30 -07009897 */
James Smartb5c53952016-03-31 14:12:30 -07009898
James Smartcda7fa182019-03-04 15:15:43 -08009899 lockdep_assert_held(&pring->ring_lock);
James Smart895427b2017-02-12 13:52:30 -08009900
James Smart4f774512009-05-22 14:52:35 -04009901 if (piocb->sli4_xritag == NO_XRI) {
9902 if (piocb->iocb.ulpCommand == CMD_ABORT_XRI_CN ||
James Smart6b5151f2012-01-18 16:24:06 -05009903 piocb->iocb.ulpCommand == CMD_CLOSE_XRI_CN)
James Smart4f774512009-05-22 14:52:35 -04009904 sglq = NULL;
9905 else {
James Smart0e9bb8d2013-03-01 16:35:12 -05009906 if (!list_empty(&pring->txq)) {
James Smart2a9bf3d2010-06-07 15:24:45 -04009907 if (!(flag & SLI_IOCB_RET_IOCB)) {
9908 __lpfc_sli_ringtx_put(phba,
9909 pring, piocb);
9910 return IOCB_SUCCESS;
9911 } else {
9912 return IOCB_BUSY;
9913 }
9914 } else {
James Smart895427b2017-02-12 13:52:30 -08009915 sglq = __lpfc_sli_get_els_sglq(phba, piocb);
James Smart2a9bf3d2010-06-07 15:24:45 -04009916 if (!sglq) {
9917 if (!(flag & SLI_IOCB_RET_IOCB)) {
9918 __lpfc_sli_ringtx_put(phba,
9919 pring,
9920 piocb);
9921 return IOCB_SUCCESS;
9922 } else
9923 return IOCB_BUSY;
9924 }
9925 }
James Smart4f774512009-05-22 14:52:35 -04009926 }
James Smart2ea259e2017-02-12 13:52:27 -08009927 } else if (piocb->iocb_flag & LPFC_IO_FCP)
James Smart6d368e52011-05-24 11:44:12 -04009928 /* These IO's already have an XRI and a mapped sgl. */
9929 sglq = NULL;
James Smart2ea259e2017-02-12 13:52:27 -08009930 else {
James Smart6d368e52011-05-24 11:44:12 -04009931 /*
9932 * This is a continuation of a commandi,(CX) so this
James Smart4f774512009-05-22 14:52:35 -04009933 * sglq is on the active list
9934 */
James Smartedccdc12013-01-03 15:43:45 -05009935 sglq = __lpfc_get_active_sglq(phba, piocb->sli4_lxritag);
James Smart4f774512009-05-22 14:52:35 -04009936 if (!sglq)
9937 return IOCB_ERROR;
9938 }
9939
9940 if (sglq) {
James Smart6d368e52011-05-24 11:44:12 -04009941 piocb->sli4_lxritag = sglq->sli4_lxritag;
James Smart2a9bf3d2010-06-07 15:24:45 -04009942 piocb->sli4_xritag = sglq->sli4_xritag;
James Smart2a9bf3d2010-06-07 15:24:45 -04009943 if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocb, sglq))
James Smart4f774512009-05-22 14:52:35 -04009944 return IOCB_ERROR;
9945 }
9946
James Smart205e8242018-03-05 12:04:03 -08009947 if (lpfc_sli4_iocb2wqe(phba, piocb, &wqe))
James Smart4f774512009-05-22 14:52:35 -04009948 return IOCB_ERROR;
9949
James Smart205e8242018-03-05 12:04:03 -08009950 if (lpfc_sli4_wq_put(wq, &wqe))
James Smart895427b2017-02-12 13:52:30 -08009951 return IOCB_ERROR;
James Smart4f774512009-05-22 14:52:35 -04009952 lpfc_sli_ringtxcmpl_put(phba, pring, piocb);
9953
9954 return 0;
9955}
9956
9957/**
James Smart3772a992009-05-22 14:50:54 -04009958 * __lpfc_sli_issue_iocb - Wrapper func of lockless version for issuing iocb
9959 *
9960 * This routine wraps the actual lockless version for issusing IOCB function
9961 * pointer from the lpfc_hba struct.
9962 *
9963 * Return codes:
James Smartb5c53952016-03-31 14:12:30 -07009964 * IOCB_ERROR - Error
9965 * IOCB_SUCCESS - Success
9966 * IOCB_BUSY - Busy
James Smart3772a992009-05-22 14:50:54 -04009967 **/
James Smart2a9bf3d2010-06-07 15:24:45 -04009968int
James Smart3772a992009-05-22 14:50:54 -04009969__lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number,
9970 struct lpfc_iocbq *piocb, uint32_t flag)
9971{
9972 return phba->__lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
9973}
9974
9975/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03009976 * lpfc_sli_api_table_setup - Set up sli api function jump table
James Smart3772a992009-05-22 14:50:54 -04009977 * @phba: The hba struct for which this call is being executed.
9978 * @dev_grp: The HBA PCI-Device group number.
9979 *
9980 * This routine sets up the SLI interface API function jump table in @phba
9981 * struct.
9982 * Returns: 0 - success, -ENODEV - failure.
9983 **/
9984int
9985lpfc_sli_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
9986{
9987
9988 switch (dev_grp) {
9989 case LPFC_PCI_DEV_LP:
9990 phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s3;
9991 phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s3;
9992 break;
James Smart4f774512009-05-22 14:52:35 -04009993 case LPFC_PCI_DEV_OC:
9994 phba->__lpfc_sli_issue_iocb = __lpfc_sli_issue_iocb_s4;
9995 phba->__lpfc_sli_release_iocbq = __lpfc_sli_release_iocbq_s4;
9996 break;
James Smart3772a992009-05-22 14:50:54 -04009997 default:
9998 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9999 "1419 Invalid HBA PCI-device group: 0x%x\n",
10000 dev_grp);
10001 return -ENODEV;
10002 break;
10003 }
10004 phba->lpfc_get_iocb_from_iocbq = lpfc_get_iocb_from_iocbq;
10005 return 0;
10006}
James Smart92d7f7b2007-06-17 19:56:38 -050010007
James Smarta1efe162015-05-21 13:55:20 -040010008/**
James Smart895427b2017-02-12 13:52:30 -080010009 * lpfc_sli4_calc_ring - Calculates which ring to use
James Smarta1efe162015-05-21 13:55:20 -040010010 * @phba: Pointer to HBA context object.
James Smarta1efe162015-05-21 13:55:20 -040010011 * @piocb: Pointer to command iocb.
10012 *
James Smart895427b2017-02-12 13:52:30 -080010013 * For SLI4 only, FCP IO can deferred to one fo many WQs, based on
10014 * hba_wqidx, thus we need to calculate the corresponding ring.
James Smarta1efe162015-05-21 13:55:20 -040010015 * Since ABORTS must go on the same WQ of the command they are
James Smart895427b2017-02-12 13:52:30 -080010016 * aborting, we use command's hba_wqidx.
James Smarta1efe162015-05-21 13:55:20 -040010017 */
James Smart895427b2017-02-12 13:52:30 -080010018struct lpfc_sli_ring *
10019lpfc_sli4_calc_ring(struct lpfc_hba *phba, struct lpfc_iocbq *piocb)
James Smart9bd2bff52014-09-03 12:57:30 -040010020{
James Smartc4908502019-01-28 11:14:28 -080010021 struct lpfc_io_buf *lpfc_cmd;
James Smart5e5b5112019-01-28 11:14:22 -080010022
James Smart895427b2017-02-12 13:52:30 -080010023 if (piocb->iocb_flag & (LPFC_IO_FCP | LPFC_USE_FCPWQIDX)) {
James Smartcdb42be2019-01-28 11:14:21 -080010024 if (unlikely(!phba->sli4_hba.hdwq))
James Smart7370d102019-01-28 11:14:20 -080010025 return NULL;
10026 /*
10027 * for abort iocb hba_wqidx should already
10028 * be setup based on what work queue we used.
10029 */
10030 if (!(piocb->iocb_flag & LPFC_USE_FCPWQIDX)) {
James Smartc4908502019-01-28 11:14:28 -080010031 lpfc_cmd = (struct lpfc_io_buf *)piocb->context1;
James Smart1fbf9742019-01-28 11:14:26 -080010032 piocb->hba_wqidx = lpfc_cmd->hdwq_no;
James Smart9bd2bff52014-09-03 12:57:30 -040010033 }
James Smartc00f62e2019-08-14 16:57:11 -070010034 return phba->sli4_hba.hdwq[piocb->hba_wqidx].io_wq->pring;
James Smart895427b2017-02-12 13:52:30 -080010035 } else {
10036 if (unlikely(!phba->sli4_hba.els_wq))
10037 return NULL;
10038 piocb->hba_wqidx = 0;
10039 return phba->sli4_hba.els_wq->pring;
James Smart9bd2bff52014-09-03 12:57:30 -040010040 }
James Smart9bd2bff52014-09-03 12:57:30 -040010041}
10042
James Smarte59058c2008-08-24 21:49:00 -040010043/**
James Smart3621a712009-04-06 18:47:14 -040010044 * lpfc_sli_issue_iocb - Wrapper function for __lpfc_sli_issue_iocb
James Smarte59058c2008-08-24 21:49:00 -040010045 * @phba: Pointer to HBA context object.
10046 * @pring: Pointer to driver SLI ring object.
10047 * @piocb: Pointer to command iocb.
10048 * @flag: Flag indicating if this command can be put into txq.
10049 *
10050 * lpfc_sli_issue_iocb is a wrapper around __lpfc_sli_issue_iocb
10051 * function. This function gets the hbalock and calls
10052 * __lpfc_sli_issue_iocb function and will return the error returned
10053 * by __lpfc_sli_issue_iocb function. This wrapper is used by
10054 * functions which do not hold hbalock.
10055 **/
James Smart92d7f7b2007-06-17 19:56:38 -050010056int
James Smart3772a992009-05-22 14:50:54 -040010057lpfc_sli_issue_iocb(struct lpfc_hba *phba, uint32_t ring_number,
James Smart92d7f7b2007-06-17 19:56:38 -050010058 struct lpfc_iocbq *piocb, uint32_t flag)
10059{
James Smart2a76a282012-08-03 12:35:54 -040010060 struct lpfc_sli_ring *pring;
James Smart92d7f7b2007-06-17 19:56:38 -050010061 unsigned long iflags;
James Smart6a828b02019-01-28 11:14:31 -080010062 int rc;
James Smart92d7f7b2007-06-17 19:56:38 -050010063
James Smart7e56aa22012-08-03 12:35:34 -040010064 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smart895427b2017-02-12 13:52:30 -080010065 pring = lpfc_sli4_calc_ring(phba, piocb);
10066 if (unlikely(pring == NULL))
James Smart9bd2bff52014-09-03 12:57:30 -040010067 return IOCB_ERROR;
James Smartba20c852012-08-03 12:36:52 -040010068
James Smart9bd2bff52014-09-03 12:57:30 -040010069 spin_lock_irqsave(&pring->ring_lock, iflags);
10070 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
10071 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart7e56aa22012-08-03 12:35:34 -040010072 } else {
10073 /* For now, SLI2/3 will still use hbalock */
10074 spin_lock_irqsave(&phba->hbalock, iflags);
10075 rc = __lpfc_sli_issue_iocb(phba, ring_number, piocb, flag);
10076 spin_unlock_irqrestore(&phba->hbalock, iflags);
10077 }
James Smart92d7f7b2007-06-17 19:56:38 -050010078 return rc;
10079}
10080
James Smarte59058c2008-08-24 21:49:00 -040010081/**
James Smart3621a712009-04-06 18:47:14 -040010082 * lpfc_extra_ring_setup - Extra ring setup function
James Smarte59058c2008-08-24 21:49:00 -040010083 * @phba: Pointer to HBA context object.
10084 *
10085 * This function is called while driver attaches with the
10086 * HBA to setup the extra ring. The extra ring is used
10087 * only when driver needs to support target mode functionality
10088 * or IP over FC functionalities.
10089 *
James Smart895427b2017-02-12 13:52:30 -080010090 * This function is called with no lock held. SLI3 only.
James Smarte59058c2008-08-24 21:49:00 -040010091 **/
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -050010092static int
10093lpfc_extra_ring_setup( struct lpfc_hba *phba)
10094{
10095 struct lpfc_sli *psli;
10096 struct lpfc_sli_ring *pring;
10097
10098 psli = &phba->sli;
10099
10100 /* Adjust cmd/rsp ring iocb entries more evenly */
James Smarta4bc3372006-12-02 13:34:16 -050010101
10102 /* Take some away from the FCP ring */
James Smart895427b2017-02-12 13:52:30 -080010103 pring = &psli->sli3_ring[LPFC_FCP_RING];
James Smart7e56aa22012-08-03 12:35:34 -040010104 pring->sli.sli3.numCiocb -= SLI2_IOCB_CMD_R1XTRA_ENTRIES;
10105 pring->sli.sli3.numRiocb -= SLI2_IOCB_RSP_R1XTRA_ENTRIES;
10106 pring->sli.sli3.numCiocb -= SLI2_IOCB_CMD_R3XTRA_ENTRIES;
10107 pring->sli.sli3.numRiocb -= SLI2_IOCB_RSP_R3XTRA_ENTRIES;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -050010108
James Smarta4bc3372006-12-02 13:34:16 -050010109 /* and give them to the extra ring */
James Smart895427b2017-02-12 13:52:30 -080010110 pring = &psli->sli3_ring[LPFC_EXTRA_RING];
James Smarta4bc3372006-12-02 13:34:16 -050010111
James Smart7e56aa22012-08-03 12:35:34 -040010112 pring->sli.sli3.numCiocb += SLI2_IOCB_CMD_R1XTRA_ENTRIES;
10113 pring->sli.sli3.numRiocb += SLI2_IOCB_RSP_R1XTRA_ENTRIES;
10114 pring->sli.sli3.numCiocb += SLI2_IOCB_CMD_R3XTRA_ENTRIES;
10115 pring->sli.sli3.numRiocb += SLI2_IOCB_RSP_R3XTRA_ENTRIES;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -050010116
10117 /* Setup default profile for this ring */
10118 pring->iotag_max = 4096;
10119 pring->num_mask = 1;
10120 pring->prt[0].profile = 0; /* Mask 0 */
James Smarta4bc3372006-12-02 13:34:16 -050010121 pring->prt[0].rctl = phba->cfg_multi_ring_rctl;
10122 pring->prt[0].type = phba->cfg_multi_ring_type;
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -050010123 pring->prt[0].lpfc_sli_rcv_unsol_event = NULL;
10124 return 0;
10125}
10126
James Smartcb69f7d2011-12-13 13:21:57 -050010127/* lpfc_sli_abts_err_handler - handle a failed ABTS request from an SLI3 port.
10128 * @phba: Pointer to HBA context object.
10129 * @iocbq: Pointer to iocb object.
10130 *
10131 * The async_event handler calls this routine when it receives
10132 * an ASYNC_STATUS_CN event from the port. The port generates
10133 * this event when an Abort Sequence request to an rport fails
10134 * twice in succession. The abort could be originated by the
10135 * driver or by the port. The ABTS could have been for an ELS
10136 * or FCP IO. The port only generates this event when an ABTS
10137 * fails to complete after one retry.
10138 */
10139static void
10140lpfc_sli_abts_err_handler(struct lpfc_hba *phba,
10141 struct lpfc_iocbq *iocbq)
10142{
10143 struct lpfc_nodelist *ndlp = NULL;
10144 uint16_t rpi = 0, vpi = 0;
10145 struct lpfc_vport *vport = NULL;
10146
10147 /* The rpi in the ulpContext is vport-sensitive. */
10148 vpi = iocbq->iocb.un.asyncstat.sub_ctxt_tag;
10149 rpi = iocbq->iocb.ulpContext;
10150
10151 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
10152 "3092 Port generated ABTS async event "
10153 "on vpi %d rpi %d status 0x%x\n",
10154 vpi, rpi, iocbq->iocb.ulpStatus);
10155
10156 vport = lpfc_find_vport_by_vpid(phba, vpi);
10157 if (!vport)
10158 goto err_exit;
10159 ndlp = lpfc_findnode_rpi(vport, rpi);
10160 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
10161 goto err_exit;
10162
10163 if (iocbq->iocb.ulpStatus == IOSTAT_LOCAL_REJECT)
10164 lpfc_sli_abts_recover_port(vport, ndlp);
10165 return;
10166
10167 err_exit:
10168 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
10169 "3095 Event Context not found, no "
10170 "action on vpi %d rpi %d status 0x%x, reason 0x%x\n",
10171 iocbq->iocb.ulpContext, iocbq->iocb.ulpStatus,
10172 vpi, rpi);
10173}
10174
10175/* lpfc_sli4_abts_err_handler - handle a failed ABTS request from an SLI4 port.
10176 * @phba: pointer to HBA context object.
10177 * @ndlp: nodelist pointer for the impacted rport.
10178 * @axri: pointer to the wcqe containing the failed exchange.
10179 *
10180 * The driver calls this routine when it receives an ABORT_XRI_FCP CQE from the
10181 * port. The port generates this event when an abort exchange request to an
10182 * rport fails twice in succession with no reply. The abort could be originated
10183 * by the driver or by the port. The ABTS could have been for an ELS or FCP IO.
10184 */
10185void
10186lpfc_sli4_abts_err_handler(struct lpfc_hba *phba,
10187 struct lpfc_nodelist *ndlp,
10188 struct sli4_wcqe_xri_aborted *axri)
10189{
10190 struct lpfc_vport *vport;
James Smart5c1db2a2012-03-01 22:34:36 -050010191 uint32_t ext_status = 0;
James Smartcb69f7d2011-12-13 13:21:57 -050010192
James Smart6b5151f2012-01-18 16:24:06 -050010193 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
James Smartcb69f7d2011-12-13 13:21:57 -050010194 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
10195 "3115 Node Context not found, driver "
10196 "ignoring abts err event\n");
James Smart6b5151f2012-01-18 16:24:06 -050010197 return;
10198 }
10199
James Smartcb69f7d2011-12-13 13:21:57 -050010200 vport = ndlp->vport;
10201 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
10202 "3116 Port generated FCP XRI ABORT event on "
James Smart5c1db2a2012-03-01 22:34:36 -050010203 "vpi %d rpi %d xri x%x status 0x%x parameter x%x\n",
James Smart8e668af2013-05-31 17:04:28 -040010204 ndlp->vport->vpi, phba->sli4_hba.rpi_ids[ndlp->nlp_rpi],
James Smartcb69f7d2011-12-13 13:21:57 -050010205 bf_get(lpfc_wcqe_xa_xri, axri),
James Smart5c1db2a2012-03-01 22:34:36 -050010206 bf_get(lpfc_wcqe_xa_status, axri),
10207 axri->parameter);
James Smartcb69f7d2011-12-13 13:21:57 -050010208
James Smart5c1db2a2012-03-01 22:34:36 -050010209 /*
10210 * Catch the ABTS protocol failure case. Older OCe FW releases returned
10211 * LOCAL_REJECT and 0 for a failed ABTS exchange and later OCe and
10212 * LPe FW releases returned LOCAL_REJECT and SEQUENCE_TIMEOUT.
10213 */
James Smarte3d2b802012-08-14 14:25:43 -040010214 ext_status = axri->parameter & IOERR_PARAM_MASK;
James Smart5c1db2a2012-03-01 22:34:36 -050010215 if ((bf_get(lpfc_wcqe_xa_status, axri) == IOSTAT_LOCAL_REJECT) &&
10216 ((ext_status == IOERR_SEQUENCE_TIMEOUT) || (ext_status == 0)))
James Smartcb69f7d2011-12-13 13:21:57 -050010217 lpfc_sli_abts_recover_port(vport, ndlp);
10218}
10219
James Smarte59058c2008-08-24 21:49:00 -040010220/**
James Smart3621a712009-04-06 18:47:14 -040010221 * lpfc_sli_async_event_handler - ASYNC iocb handler function
James Smarte59058c2008-08-24 21:49:00 -040010222 * @phba: Pointer to HBA context object.
10223 * @pring: Pointer to driver SLI ring object.
10224 * @iocbq: Pointer to iocb object.
10225 *
10226 * This function is called by the slow ring event handler
10227 * function when there is an ASYNC event iocb in the ring.
10228 * This function is called with no lock held.
10229 * Currently this function handles only temperature related
10230 * ASYNC events. The function decodes the temperature sensor
10231 * event message and posts events for the management applications.
10232 **/
James Smart98c9ea52007-10-27 13:37:33 -040010233static void
James Smart57127f12007-10-27 13:37:05 -040010234lpfc_sli_async_event_handler(struct lpfc_hba * phba,
10235 struct lpfc_sli_ring * pring, struct lpfc_iocbq * iocbq)
10236{
10237 IOCB_t *icmd;
10238 uint16_t evt_code;
James Smart57127f12007-10-27 13:37:05 -040010239 struct temp_event temp_event_data;
10240 struct Scsi_Host *shost;
James Smarta257bf92009-04-06 18:48:10 -040010241 uint32_t *iocb_w;
James Smart57127f12007-10-27 13:37:05 -040010242
10243 icmd = &iocbq->iocb;
10244 evt_code = icmd->un.asyncstat.evt_code;
James Smart57127f12007-10-27 13:37:05 -040010245
James Smartcb69f7d2011-12-13 13:21:57 -050010246 switch (evt_code) {
10247 case ASYNC_TEMP_WARN:
10248 case ASYNC_TEMP_SAFE:
10249 temp_event_data.data = (uint32_t) icmd->ulpContext;
10250 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT;
10251 if (evt_code == ASYNC_TEMP_WARN) {
10252 temp_event_data.event_code = LPFC_THRESHOLD_TEMP;
10253 lpfc_printf_log(phba, KERN_ERR, LOG_TEMP,
10254 "0347 Adapter is very hot, please take "
10255 "corrective action. temperature : %d Celsius\n",
10256 (uint32_t) icmd->ulpContext);
10257 } else {
10258 temp_event_data.event_code = LPFC_NORMAL_TEMP;
10259 lpfc_printf_log(phba, KERN_ERR, LOG_TEMP,
10260 "0340 Adapter temperature is OK now. "
10261 "temperature : %d Celsius\n",
10262 (uint32_t) icmd->ulpContext);
10263 }
10264
10265 /* Send temperature change event to applications */
10266 shost = lpfc_shost_from_vport(phba->pport);
10267 fc_host_post_vendor_event(shost, fc_get_event_number(),
10268 sizeof(temp_event_data), (char *) &temp_event_data,
10269 LPFC_NL_VENDOR_ID);
10270 break;
10271 case ASYNC_STATUS_CN:
10272 lpfc_sli_abts_err_handler(phba, iocbq);
10273 break;
10274 default:
James Smarta257bf92009-04-06 18:48:10 -040010275 iocb_w = (uint32_t *) icmd;
James Smartcb69f7d2011-12-13 13:21:57 -050010276 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart76bb24e2007-10-27 13:38:00 -040010277 "0346 Ring %d handler: unexpected ASYNC_STATUS"
James Smarte4e74272009-07-19 10:01:38 -040010278 " evt_code 0x%x\n"
James Smarta257bf92009-04-06 18:48:10 -040010279 "W0 0x%08x W1 0x%08x W2 0x%08x W3 0x%08x\n"
10280 "W4 0x%08x W5 0x%08x W6 0x%08x W7 0x%08x\n"
10281 "W8 0x%08x W9 0x%08x W10 0x%08x W11 0x%08x\n"
10282 "W12 0x%08x W13 0x%08x W14 0x%08x W15 0x%08x\n",
James Smartcb69f7d2011-12-13 13:21:57 -050010283 pring->ringno, icmd->un.asyncstat.evt_code,
James Smarta257bf92009-04-06 18:48:10 -040010284 iocb_w[0], iocb_w[1], iocb_w[2], iocb_w[3],
10285 iocb_w[4], iocb_w[5], iocb_w[6], iocb_w[7],
10286 iocb_w[8], iocb_w[9], iocb_w[10], iocb_w[11],
10287 iocb_w[12], iocb_w[13], iocb_w[14], iocb_w[15]);
10288
James Smartcb69f7d2011-12-13 13:21:57 -050010289 break;
James Smart57127f12007-10-27 13:37:05 -040010290 }
James Smart57127f12007-10-27 13:37:05 -040010291}
10292
10293
James Smarte59058c2008-08-24 21:49:00 -040010294/**
James Smart895427b2017-02-12 13:52:30 -080010295 * lpfc_sli4_setup - SLI ring setup function
James Smarte59058c2008-08-24 21:49:00 -040010296 * @phba: Pointer to HBA context object.
10297 *
10298 * lpfc_sli_setup sets up rings of the SLI interface with
10299 * number of iocbs per ring and iotags. This function is
10300 * called while driver attach to the HBA and before the
10301 * interrupts are enabled. So there is no need for locking.
10302 *
10303 * This function always returns 0.
10304 **/
dea31012005-04-17 16:05:31 -050010305int
James Smart895427b2017-02-12 13:52:30 -080010306lpfc_sli4_setup(struct lpfc_hba *phba)
10307{
10308 struct lpfc_sli_ring *pring;
10309
10310 pring = phba->sli4_hba.els_wq->pring;
10311 pring->num_mask = LPFC_MAX_RING_MASK;
10312 pring->prt[0].profile = 0; /* Mask 0 */
10313 pring->prt[0].rctl = FC_RCTL_ELS_REQ;
10314 pring->prt[0].type = FC_TYPE_ELS;
10315 pring->prt[0].lpfc_sli_rcv_unsol_event =
10316 lpfc_els_unsol_event;
10317 pring->prt[1].profile = 0; /* Mask 1 */
10318 pring->prt[1].rctl = FC_RCTL_ELS_REP;
10319 pring->prt[1].type = FC_TYPE_ELS;
10320 pring->prt[1].lpfc_sli_rcv_unsol_event =
10321 lpfc_els_unsol_event;
10322 pring->prt[2].profile = 0; /* Mask 2 */
10323 /* NameServer Inquiry */
10324 pring->prt[2].rctl = FC_RCTL_DD_UNSOL_CTL;
10325 /* NameServer */
10326 pring->prt[2].type = FC_TYPE_CT;
10327 pring->prt[2].lpfc_sli_rcv_unsol_event =
10328 lpfc_ct_unsol_event;
10329 pring->prt[3].profile = 0; /* Mask 3 */
10330 /* NameServer response */
10331 pring->prt[3].rctl = FC_RCTL_DD_SOL_CTL;
10332 /* NameServer */
10333 pring->prt[3].type = FC_TYPE_CT;
10334 pring->prt[3].lpfc_sli_rcv_unsol_event =
10335 lpfc_ct_unsol_event;
10336 return 0;
10337}
10338
10339/**
10340 * lpfc_sli_setup - SLI ring setup function
10341 * @phba: Pointer to HBA context object.
10342 *
10343 * lpfc_sli_setup sets up rings of the SLI interface with
10344 * number of iocbs per ring and iotags. This function is
10345 * called while driver attach to the HBA and before the
10346 * interrupts are enabled. So there is no need for locking.
10347 *
10348 * This function always returns 0. SLI3 only.
10349 **/
10350int
dea31012005-04-17 16:05:31 -050010351lpfc_sli_setup(struct lpfc_hba *phba)
10352{
James Smarted957682007-06-17 19:56:37 -050010353 int i, totiocbsize = 0;
dea31012005-04-17 16:05:31 -050010354 struct lpfc_sli *psli = &phba->sli;
10355 struct lpfc_sli_ring *pring;
10356
James Smart2a76a282012-08-03 12:35:54 -040010357 psli->num_rings = MAX_SLI3_CONFIGURED_RINGS;
dea31012005-04-17 16:05:31 -050010358 psli->sli_flag = 0;
dea31012005-04-17 16:05:31 -050010359
James Bottomley604a3e32005-10-29 10:28:33 -050010360 psli->iocbq_lookup = NULL;
10361 psli->iocbq_lookup_len = 0;
10362 psli->last_iotag = 0;
10363
dea31012005-04-17 16:05:31 -050010364 for (i = 0; i < psli->num_rings; i++) {
James Smart895427b2017-02-12 13:52:30 -080010365 pring = &psli->sli3_ring[i];
dea31012005-04-17 16:05:31 -050010366 switch (i) {
10367 case LPFC_FCP_RING: /* ring 0 - FCP */
10368 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -040010369 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R0_ENTRIES;
10370 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R0_ENTRIES;
10371 pring->sli.sli3.numCiocb +=
10372 SLI2_IOCB_CMD_R1XTRA_ENTRIES;
10373 pring->sli.sli3.numRiocb +=
10374 SLI2_IOCB_RSP_R1XTRA_ENTRIES;
10375 pring->sli.sli3.numCiocb +=
10376 SLI2_IOCB_CMD_R3XTRA_ENTRIES;
10377 pring->sli.sli3.numRiocb +=
10378 SLI2_IOCB_RSP_R3XTRA_ENTRIES;
10379 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -050010380 SLI3_IOCB_CMD_SIZE :
10381 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -040010382 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -050010383 SLI3_IOCB_RSP_SIZE :
10384 SLI2_IOCB_RSP_SIZE;
dea31012005-04-17 16:05:31 -050010385 pring->iotag_ctr = 0;
10386 pring->iotag_max =
James Smart92d7f7b2007-06-17 19:56:38 -050010387 (phba->cfg_hba_queue_depth * 2);
dea31012005-04-17 16:05:31 -050010388 pring->fast_iotag = pring->iotag_max;
10389 pring->num_mask = 0;
10390 break;
James Smarta4bc3372006-12-02 13:34:16 -050010391 case LPFC_EXTRA_RING: /* ring 1 - EXTRA */
dea31012005-04-17 16:05:31 -050010392 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -040010393 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R1_ENTRIES;
10394 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R1_ENTRIES;
10395 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -050010396 SLI3_IOCB_CMD_SIZE :
10397 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -040010398 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -050010399 SLI3_IOCB_RSP_SIZE :
10400 SLI2_IOCB_RSP_SIZE;
James Smart2e0fef82007-06-17 19:56:36 -050010401 pring->iotag_max = phba->cfg_hba_queue_depth;
dea31012005-04-17 16:05:31 -050010402 pring->num_mask = 0;
10403 break;
10404 case LPFC_ELS_RING: /* ring 2 - ELS / CT */
10405 /* numCiocb and numRiocb are used in config_port */
James Smart7e56aa22012-08-03 12:35:34 -040010406 pring->sli.sli3.numCiocb = SLI2_IOCB_CMD_R2_ENTRIES;
10407 pring->sli.sli3.numRiocb = SLI2_IOCB_RSP_R2_ENTRIES;
10408 pring->sli.sli3.sizeCiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -050010409 SLI3_IOCB_CMD_SIZE :
10410 SLI2_IOCB_CMD_SIZE;
James Smart7e56aa22012-08-03 12:35:34 -040010411 pring->sli.sli3.sizeRiocb = (phba->sli_rev == 3) ?
James Smart92d7f7b2007-06-17 19:56:38 -050010412 SLI3_IOCB_RSP_SIZE :
10413 SLI2_IOCB_RSP_SIZE;
dea31012005-04-17 16:05:31 -050010414 pring->fast_iotag = 0;
10415 pring->iotag_ctr = 0;
10416 pring->iotag_max = 4096;
James Smart57127f12007-10-27 13:37:05 -040010417 pring->lpfc_sli_rcv_async_status =
10418 lpfc_sli_async_event_handler;
James Smart6669f9b2009-10-02 15:16:45 -040010419 pring->num_mask = LPFC_MAX_RING_MASK;
dea31012005-04-17 16:05:31 -050010420 pring->prt[0].profile = 0; /* Mask 0 */
James Smart6a9c52c2009-10-02 15:16:51 -040010421 pring->prt[0].rctl = FC_RCTL_ELS_REQ;
10422 pring->prt[0].type = FC_TYPE_ELS;
dea31012005-04-17 16:05:31 -050010423 pring->prt[0].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -050010424 lpfc_els_unsol_event;
dea31012005-04-17 16:05:31 -050010425 pring->prt[1].profile = 0; /* Mask 1 */
James Smart6a9c52c2009-10-02 15:16:51 -040010426 pring->prt[1].rctl = FC_RCTL_ELS_REP;
10427 pring->prt[1].type = FC_TYPE_ELS;
dea31012005-04-17 16:05:31 -050010428 pring->prt[1].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -050010429 lpfc_els_unsol_event;
dea31012005-04-17 16:05:31 -050010430 pring->prt[2].profile = 0; /* Mask 2 */
10431 /* NameServer Inquiry */
James Smart6a9c52c2009-10-02 15:16:51 -040010432 pring->prt[2].rctl = FC_RCTL_DD_UNSOL_CTL;
dea31012005-04-17 16:05:31 -050010433 /* NameServer */
James Smart6a9c52c2009-10-02 15:16:51 -040010434 pring->prt[2].type = FC_TYPE_CT;
dea31012005-04-17 16:05:31 -050010435 pring->prt[2].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -050010436 lpfc_ct_unsol_event;
dea31012005-04-17 16:05:31 -050010437 pring->prt[3].profile = 0; /* Mask 3 */
10438 /* NameServer response */
James Smart6a9c52c2009-10-02 15:16:51 -040010439 pring->prt[3].rctl = FC_RCTL_DD_SOL_CTL;
dea31012005-04-17 16:05:31 -050010440 /* NameServer */
James Smart6a9c52c2009-10-02 15:16:51 -040010441 pring->prt[3].type = FC_TYPE_CT;
dea31012005-04-17 16:05:31 -050010442 pring->prt[3].lpfc_sli_rcv_unsol_event =
James Smart92d7f7b2007-06-17 19:56:38 -050010443 lpfc_ct_unsol_event;
dea31012005-04-17 16:05:31 -050010444 break;
10445 }
James Smart7e56aa22012-08-03 12:35:34 -040010446 totiocbsize += (pring->sli.sli3.numCiocb *
10447 pring->sli.sli3.sizeCiocb) +
10448 (pring->sli.sli3.numRiocb * pring->sli.sli3.sizeRiocb);
dea31012005-04-17 16:05:31 -050010449 }
James Smarted957682007-06-17 19:56:37 -050010450 if (totiocbsize > MAX_SLIM_IOCB_SIZE) {
dea31012005-04-17 16:05:31 -050010451 /* Too many cmd / rsp ring entries in SLI2 SLIM */
James Smarte8b62012007-08-02 11:10:09 -040010452 printk(KERN_ERR "%d:0462 Too many cmd / rsp ring entries in "
10453 "SLI2 SLIM Data: x%x x%lx\n",
10454 phba->brd_no, totiocbsize,
10455 (unsigned long) MAX_SLIM_IOCB_SIZE);
dea31012005-04-17 16:05:31 -050010456 }
Jamie Wellnitzcf5bf972006-02-28 22:33:08 -050010457 if (phba->cfg_multi_ring_support == 2)
10458 lpfc_extra_ring_setup(phba);
dea31012005-04-17 16:05:31 -050010459
10460 return 0;
10461}
10462
James Smarte59058c2008-08-24 21:49:00 -040010463/**
James Smart895427b2017-02-12 13:52:30 -080010464 * lpfc_sli4_queue_init - Queue initialization function
James Smarte59058c2008-08-24 21:49:00 -040010465 * @phba: Pointer to HBA context object.
10466 *
James Smart895427b2017-02-12 13:52:30 -080010467 * lpfc_sli4_queue_init sets up mailbox queues and iocb queues for each
James Smarte59058c2008-08-24 21:49:00 -040010468 * ring. This function also initializes ring indices of each ring.
10469 * This function is called during the initialization of the SLI
10470 * interface of an HBA.
10471 * This function is called with no lock held and always returns
10472 * 1.
10473 **/
James Smart895427b2017-02-12 13:52:30 -080010474void
10475lpfc_sli4_queue_init(struct lpfc_hba *phba)
10476{
10477 struct lpfc_sli *psli;
10478 struct lpfc_sli_ring *pring;
10479 int i;
10480
10481 psli = &phba->sli;
10482 spin_lock_irq(&phba->hbalock);
10483 INIT_LIST_HEAD(&psli->mboxq);
10484 INIT_LIST_HEAD(&psli->mboxq_cmpl);
10485 /* Initialize list headers for txq and txcmplq as double linked lists */
James Smartcdb42be2019-01-28 11:14:21 -080010486 for (i = 0; i < phba->cfg_hdw_queue; i++) {
James Smartc00f62e2019-08-14 16:57:11 -070010487 pring = phba->sli4_hba.hdwq[i].io_wq->pring;
James Smart895427b2017-02-12 13:52:30 -080010488 pring->flag = 0;
10489 pring->ringno = LPFC_FCP_RING;
James Smartc4908502019-01-28 11:14:28 -080010490 pring->txcmplq_cnt = 0;
James Smart895427b2017-02-12 13:52:30 -080010491 INIT_LIST_HEAD(&pring->txq);
10492 INIT_LIST_HEAD(&pring->txcmplq);
10493 INIT_LIST_HEAD(&pring->iocb_continueq);
10494 spin_lock_init(&pring->ring_lock);
10495 }
10496 pring = phba->sli4_hba.els_wq->pring;
10497 pring->flag = 0;
10498 pring->ringno = LPFC_ELS_RING;
James Smartc4908502019-01-28 11:14:28 -080010499 pring->txcmplq_cnt = 0;
James Smart895427b2017-02-12 13:52:30 -080010500 INIT_LIST_HEAD(&pring->txq);
10501 INIT_LIST_HEAD(&pring->txcmplq);
10502 INIT_LIST_HEAD(&pring->iocb_continueq);
10503 spin_lock_init(&pring->ring_lock);
10504
James Smartcdb42be2019-01-28 11:14:21 -080010505 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_NVME) {
James Smart895427b2017-02-12 13:52:30 -080010506 pring = phba->sli4_hba.nvmels_wq->pring;
10507 pring->flag = 0;
10508 pring->ringno = LPFC_ELS_RING;
James Smartc4908502019-01-28 11:14:28 -080010509 pring->txcmplq_cnt = 0;
James Smart895427b2017-02-12 13:52:30 -080010510 INIT_LIST_HEAD(&pring->txq);
10511 INIT_LIST_HEAD(&pring->txcmplq);
10512 INIT_LIST_HEAD(&pring->iocb_continueq);
10513 spin_lock_init(&pring->ring_lock);
10514 }
10515
10516 spin_unlock_irq(&phba->hbalock);
10517}
10518
10519/**
10520 * lpfc_sli_queue_init - Queue initialization function
10521 * @phba: Pointer to HBA context object.
10522 *
10523 * lpfc_sli_queue_init sets up mailbox queues and iocb queues for each
10524 * ring. This function also initializes ring indices of each ring.
10525 * This function is called during the initialization of the SLI
10526 * interface of an HBA.
10527 * This function is called with no lock held and always returns
10528 * 1.
10529 **/
10530void
10531lpfc_sli_queue_init(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -050010532{
10533 struct lpfc_sli *psli;
10534 struct lpfc_sli_ring *pring;
James Bottomley604a3e32005-10-29 10:28:33 -050010535 int i;
dea31012005-04-17 16:05:31 -050010536
10537 psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -050010538 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -050010539 INIT_LIST_HEAD(&psli->mboxq);
James Smart92d7f7b2007-06-17 19:56:38 -050010540 INIT_LIST_HEAD(&psli->mboxq_cmpl);
dea31012005-04-17 16:05:31 -050010541 /* Initialize list headers for txq and txcmplq as double linked lists */
10542 for (i = 0; i < psli->num_rings; i++) {
James Smart895427b2017-02-12 13:52:30 -080010543 pring = &psli->sli3_ring[i];
dea31012005-04-17 16:05:31 -050010544 pring->ringno = i;
James Smart7e56aa22012-08-03 12:35:34 -040010545 pring->sli.sli3.next_cmdidx = 0;
10546 pring->sli.sli3.local_getidx = 0;
10547 pring->sli.sli3.cmdidx = 0;
dea31012005-04-17 16:05:31 -050010548 INIT_LIST_HEAD(&pring->iocb_continueq);
James Smart9c2face2008-01-11 01:53:18 -050010549 INIT_LIST_HEAD(&pring->iocb_continue_saveq);
dea31012005-04-17 16:05:31 -050010550 INIT_LIST_HEAD(&pring->postbufq);
James Smart895427b2017-02-12 13:52:30 -080010551 pring->flag = 0;
10552 INIT_LIST_HEAD(&pring->txq);
10553 INIT_LIST_HEAD(&pring->txcmplq);
James Smart7e56aa22012-08-03 12:35:34 -040010554 spin_lock_init(&pring->ring_lock);
dea31012005-04-17 16:05:31 -050010555 }
James Smart2e0fef82007-06-17 19:56:36 -050010556 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -050010557}
10558
James Smarte59058c2008-08-24 21:49:00 -040010559/**
James Smart04c68492009-05-22 14:52:52 -040010560 * lpfc_sli_mbox_sys_flush - Flush mailbox command sub-system
10561 * @phba: Pointer to HBA context object.
10562 *
10563 * This routine flushes the mailbox command subsystem. It will unconditionally
10564 * flush all the mailbox commands in the three possible stages in the mailbox
10565 * command sub-system: pending mailbox command queue; the outstanding mailbox
10566 * command; and completed mailbox command queue. It is caller's responsibility
10567 * to make sure that the driver is in the proper state to flush the mailbox
10568 * command sub-system. Namely, the posting of mailbox commands into the
10569 * pending mailbox command queue from the various clients must be stopped;
10570 * either the HBA is in a state that it will never works on the outstanding
10571 * mailbox command (such as in EEH or ERATT conditions) or the outstanding
10572 * mailbox command has been completed.
10573 **/
10574static void
10575lpfc_sli_mbox_sys_flush(struct lpfc_hba *phba)
10576{
10577 LIST_HEAD(completions);
10578 struct lpfc_sli *psli = &phba->sli;
10579 LPFC_MBOXQ_t *pmb;
10580 unsigned long iflag;
10581
James Smart523128e2018-09-10 10:30:46 -070010582 /* Disable softirqs, including timers from obtaining phba->hbalock */
10583 local_bh_disable();
10584
James Smart04c68492009-05-22 14:52:52 -040010585 /* Flush all the mailbox commands in the mbox system */
10586 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart523128e2018-09-10 10:30:46 -070010587
James Smart04c68492009-05-22 14:52:52 -040010588 /* The pending mailbox command queue */
10589 list_splice_init(&phba->sli.mboxq, &completions);
10590 /* The outstanding active mailbox command */
10591 if (psli->mbox_active) {
10592 list_add_tail(&psli->mbox_active->list, &completions);
10593 psli->mbox_active = NULL;
10594 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
10595 }
10596 /* The completed mailbox command queue */
10597 list_splice_init(&phba->sli.mboxq_cmpl, &completions);
10598 spin_unlock_irqrestore(&phba->hbalock, iflag);
10599
James Smart523128e2018-09-10 10:30:46 -070010600 /* Enable softirqs again, done with phba->hbalock */
10601 local_bh_enable();
10602
James Smart04c68492009-05-22 14:52:52 -040010603 /* Return all flushed mailbox commands with MBX_NOT_FINISHED status */
10604 while (!list_empty(&completions)) {
10605 list_remove_head(&completions, pmb, LPFC_MBOXQ_t, list);
10606 pmb->u.mb.mbxStatus = MBX_NOT_FINISHED;
10607 if (pmb->mbox_cmpl)
10608 pmb->mbox_cmpl(phba, pmb);
10609 }
10610}
10611
10612/**
James Smart3621a712009-04-06 18:47:14 -040010613 * lpfc_sli_host_down - Vport cleanup function
James Smarte59058c2008-08-24 21:49:00 -040010614 * @vport: Pointer to virtual port object.
10615 *
10616 * lpfc_sli_host_down is called to clean up the resources
10617 * associated with a vport before destroying virtual
10618 * port data structures.
10619 * This function does following operations:
10620 * - Free discovery resources associated with this virtual
10621 * port.
10622 * - Free iocbs associated with this virtual port in
10623 * the txq.
10624 * - Send abort for all iocb commands associated with this
10625 * vport in txcmplq.
10626 *
10627 * This function is called with no lock held and always returns 1.
10628 **/
dea31012005-04-17 16:05:31 -050010629int
James Smart92d7f7b2007-06-17 19:56:38 -050010630lpfc_sli_host_down(struct lpfc_vport *vport)
10631{
James Smart858c9f62007-06-17 19:56:39 -050010632 LIST_HEAD(completions);
James Smart92d7f7b2007-06-17 19:56:38 -050010633 struct lpfc_hba *phba = vport->phba;
10634 struct lpfc_sli *psli = &phba->sli;
James Smart895427b2017-02-12 13:52:30 -080010635 struct lpfc_queue *qp = NULL;
James Smart92d7f7b2007-06-17 19:56:38 -050010636 struct lpfc_sli_ring *pring;
10637 struct lpfc_iocbq *iocb, *next_iocb;
James Smart92d7f7b2007-06-17 19:56:38 -050010638 int i;
10639 unsigned long flags = 0;
10640 uint16_t prev_pring_flag;
10641
10642 lpfc_cleanup_discovery_resources(vport);
10643
10644 spin_lock_irqsave(&phba->hbalock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -050010645
James Smart895427b2017-02-12 13:52:30 -080010646 /*
10647 * Error everything on the txq since these iocbs
10648 * have not been given to the FW yet.
10649 * Also issue ABTS for everything on the txcmplq
10650 */
10651 if (phba->sli_rev != LPFC_SLI_REV4) {
10652 for (i = 0; i < psli->num_rings; i++) {
10653 pring = &psli->sli3_ring[i];
10654 prev_pring_flag = pring->flag;
10655 /* Only slow rings */
10656 if (pring->ringno == LPFC_ELS_RING) {
10657 pring->flag |= LPFC_DEFERRED_RING_EVENT;
10658 /* Set the lpfc data pending flag */
10659 set_bit(LPFC_DATA_READY, &phba->data_flags);
10660 }
10661 list_for_each_entry_safe(iocb, next_iocb,
10662 &pring->txq, list) {
10663 if (iocb->vport != vport)
10664 continue;
10665 list_move_tail(&iocb->list, &completions);
10666 }
10667 list_for_each_entry_safe(iocb, next_iocb,
10668 &pring->txcmplq, list) {
10669 if (iocb->vport != vport)
10670 continue;
10671 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
10672 }
10673 pring->flag = prev_pring_flag;
James Smart92d7f7b2007-06-17 19:56:38 -050010674 }
James Smart895427b2017-02-12 13:52:30 -080010675 } else {
10676 list_for_each_entry(qp, &phba->sli4_hba.lpfc_wq_list, wq_list) {
10677 pring = qp->pring;
10678 if (!pring)
10679 continue;
10680 if (pring == phba->sli4_hba.els_wq->pring) {
10681 pring->flag |= LPFC_DEFERRED_RING_EVENT;
10682 /* Set the lpfc data pending flag */
10683 set_bit(LPFC_DATA_READY, &phba->data_flags);
10684 }
10685 prev_pring_flag = pring->flag;
James Smart65a3df62019-09-21 20:58:48 -070010686 spin_lock(&pring->ring_lock);
James Smart895427b2017-02-12 13:52:30 -080010687 list_for_each_entry_safe(iocb, next_iocb,
10688 &pring->txq, list) {
10689 if (iocb->vport != vport)
10690 continue;
10691 list_move_tail(&iocb->list, &completions);
10692 }
James Smart65a3df62019-09-21 20:58:48 -070010693 spin_unlock(&pring->ring_lock);
James Smart895427b2017-02-12 13:52:30 -080010694 list_for_each_entry_safe(iocb, next_iocb,
10695 &pring->txcmplq, list) {
10696 if (iocb->vport != vport)
10697 continue;
10698 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
10699 }
10700 pring->flag = prev_pring_flag;
10701 }
James Smart92d7f7b2007-06-17 19:56:38 -050010702 }
James Smart92d7f7b2007-06-17 19:56:38 -050010703 spin_unlock_irqrestore(&phba->hbalock, flags);
10704
James Smarta257bf92009-04-06 18:48:10 -040010705 /* Cancel all the IOCBs from the completions list */
10706 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
10707 IOERR_SLI_DOWN);
James Smart92d7f7b2007-06-17 19:56:38 -050010708 return 1;
10709}
10710
James Smarte59058c2008-08-24 21:49:00 -040010711/**
James Smart3621a712009-04-06 18:47:14 -040010712 * lpfc_sli_hba_down - Resource cleanup function for the HBA
James Smarte59058c2008-08-24 21:49:00 -040010713 * @phba: Pointer to HBA context object.
10714 *
10715 * This function cleans up all iocb, buffers, mailbox commands
10716 * while shutting down the HBA. This function is called with no
10717 * lock held and always returns 1.
10718 * This function does the following to cleanup driver resources:
10719 * - Free discovery resources for each virtual port
10720 * - Cleanup any pending fabric iocbs
10721 * - Iterate through the iocb txq and free each entry
10722 * in the list.
10723 * - Free up any buffer posted to the HBA
10724 * - Free mailbox commands in the mailbox queue.
10725 **/
James Smart92d7f7b2007-06-17 19:56:38 -050010726int
James Smart2e0fef82007-06-17 19:56:36 -050010727lpfc_sli_hba_down(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -050010728{
James Smart2534ba72007-04-25 09:52:20 -040010729 LIST_HEAD(completions);
James Smart2e0fef82007-06-17 19:56:36 -050010730 struct lpfc_sli *psli = &phba->sli;
James Smart895427b2017-02-12 13:52:30 -080010731 struct lpfc_queue *qp = NULL;
dea31012005-04-17 16:05:31 -050010732 struct lpfc_sli_ring *pring;
James Smart0ff10d42008-01-11 01:52:36 -050010733 struct lpfc_dmabuf *buf_ptr;
dea31012005-04-17 16:05:31 -050010734 unsigned long flags = 0;
James Smart04c68492009-05-22 14:52:52 -040010735 int i;
10736
10737 /* Shutdown the mailbox command sub-system */
James Smart618a5232012-06-12 13:54:36 -040010738 lpfc_sli_mbox_sys_shutdown(phba, LPFC_MBX_WAIT);
dea31012005-04-17 16:05:31 -050010739
dea31012005-04-17 16:05:31 -050010740 lpfc_hba_down_prep(phba);
10741
James Smart523128e2018-09-10 10:30:46 -070010742 /* Disable softirqs, including timers from obtaining phba->hbalock */
10743 local_bh_disable();
10744
James Smart92d7f7b2007-06-17 19:56:38 -050010745 lpfc_fabric_abort_hba(phba);
10746
James Smart2e0fef82007-06-17 19:56:36 -050010747 spin_lock_irqsave(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -050010748
James Smart895427b2017-02-12 13:52:30 -080010749 /*
10750 * Error everything on the txq since these iocbs
10751 * have not been given to the FW yet.
10752 */
10753 if (phba->sli_rev != LPFC_SLI_REV4) {
10754 for (i = 0; i < psli->num_rings; i++) {
10755 pring = &psli->sli3_ring[i];
10756 /* Only slow rings */
10757 if (pring->ringno == LPFC_ELS_RING) {
10758 pring->flag |= LPFC_DEFERRED_RING_EVENT;
10759 /* Set the lpfc data pending flag */
10760 set_bit(LPFC_DATA_READY, &phba->data_flags);
10761 }
10762 list_splice_init(&pring->txq, &completions);
10763 }
10764 } else {
10765 list_for_each_entry(qp, &phba->sli4_hba.lpfc_wq_list, wq_list) {
10766 pring = qp->pring;
10767 if (!pring)
10768 continue;
James Smart4b0a42b2019-08-14 16:56:42 -070010769 spin_lock(&pring->ring_lock);
James Smart895427b2017-02-12 13:52:30 -080010770 list_splice_init(&pring->txq, &completions);
James Smart4b0a42b2019-08-14 16:56:42 -070010771 spin_unlock(&pring->ring_lock);
James Smart895427b2017-02-12 13:52:30 -080010772 if (pring == phba->sli4_hba.els_wq->pring) {
10773 pring->flag |= LPFC_DEFERRED_RING_EVENT;
10774 /* Set the lpfc data pending flag */
10775 set_bit(LPFC_DATA_READY, &phba->data_flags);
10776 }
10777 }
dea31012005-04-17 16:05:31 -050010778 }
James Smart2e0fef82007-06-17 19:56:36 -050010779 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -050010780
James Smarta257bf92009-04-06 18:48:10 -040010781 /* Cancel all the IOCBs from the completions list */
10782 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
10783 IOERR_SLI_DOWN);
James Smart2534ba72007-04-25 09:52:20 -040010784
James Smart0ff10d42008-01-11 01:52:36 -050010785 spin_lock_irqsave(&phba->hbalock, flags);
10786 list_splice_init(&phba->elsbuf, &completions);
10787 phba->elsbuf_cnt = 0;
10788 phba->elsbuf_prev_cnt = 0;
10789 spin_unlock_irqrestore(&phba->hbalock, flags);
10790
10791 while (!list_empty(&completions)) {
10792 list_remove_head(&completions, buf_ptr,
10793 struct lpfc_dmabuf, list);
10794 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
10795 kfree(buf_ptr);
10796 }
10797
James Smart523128e2018-09-10 10:30:46 -070010798 /* Enable softirqs again, done with phba->hbalock */
10799 local_bh_enable();
10800
dea31012005-04-17 16:05:31 -050010801 /* Return any active mbox cmds */
10802 del_timer_sync(&psli->mbox_tmo);
James Smart92d7f7b2007-06-17 19:56:38 -050010803
James Smartda0436e2009-05-22 14:51:39 -040010804 spin_lock_irqsave(&phba->pport->work_port_lock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -050010805 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
James Smartda0436e2009-05-22 14:51:39 -040010806 spin_unlock_irqrestore(&phba->pport->work_port_lock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -050010807
James Smartda0436e2009-05-22 14:51:39 -040010808 return 1;
10809}
James Smart92d7f7b2007-06-17 19:56:38 -050010810
James Smartda0436e2009-05-22 14:51:39 -040010811/**
James Smart3621a712009-04-06 18:47:14 -040010812 * lpfc_sli_pcimem_bcopy - SLI memory copy function
James Smarte59058c2008-08-24 21:49:00 -040010813 * @srcp: Source memory pointer.
10814 * @destp: Destination memory pointer.
10815 * @cnt: Number of words required to be copied.
10816 *
10817 * This function is used for copying data between driver memory
10818 * and the SLI memory. This function also changes the endianness
10819 * of each word if native endianness is different from SLI
10820 * endianness. This function can be called with or without
10821 * lock.
10822 **/
dea31012005-04-17 16:05:31 -050010823void
10824lpfc_sli_pcimem_bcopy(void *srcp, void *destp, uint32_t cnt)
10825{
10826 uint32_t *src = srcp;
10827 uint32_t *dest = destp;
10828 uint32_t ldata;
10829 int i;
10830
10831 for (i = 0; i < (int)cnt; i += sizeof (uint32_t)) {
10832 ldata = *src;
10833 ldata = le32_to_cpu(ldata);
10834 *dest = ldata;
10835 src++;
10836 dest++;
10837 }
10838}
10839
James Smarte59058c2008-08-24 21:49:00 -040010840
10841/**
James Smarta0c87cb2009-07-19 10:01:10 -040010842 * lpfc_sli_bemem_bcopy - SLI memory copy function
10843 * @srcp: Source memory pointer.
10844 * @destp: Destination memory pointer.
10845 * @cnt: Number of words required to be copied.
10846 *
10847 * This function is used for copying data between a data structure
10848 * with big endian representation to local endianness.
10849 * This function can be called with or without lock.
10850 **/
10851void
10852lpfc_sli_bemem_bcopy(void *srcp, void *destp, uint32_t cnt)
10853{
10854 uint32_t *src = srcp;
10855 uint32_t *dest = destp;
10856 uint32_t ldata;
10857 int i;
10858
10859 for (i = 0; i < (int)cnt; i += sizeof(uint32_t)) {
10860 ldata = *src;
10861 ldata = be32_to_cpu(ldata);
10862 *dest = ldata;
10863 src++;
10864 dest++;
10865 }
10866}
10867
10868/**
James Smart3621a712009-04-06 18:47:14 -040010869 * lpfc_sli_ringpostbuf_put - Function to add a buffer to postbufq
James Smarte59058c2008-08-24 21:49:00 -040010870 * @phba: Pointer to HBA context object.
10871 * @pring: Pointer to driver SLI ring object.
10872 * @mp: Pointer to driver buffer object.
10873 *
10874 * This function is called with no lock held.
10875 * It always return zero after adding the buffer to the postbufq
10876 * buffer list.
10877 **/
dea31012005-04-17 16:05:31 -050010878int
James Smart2e0fef82007-06-17 19:56:36 -050010879lpfc_sli_ringpostbuf_put(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
10880 struct lpfc_dmabuf *mp)
dea31012005-04-17 16:05:31 -050010881{
10882 /* Stick struct lpfc_dmabuf at end of postbufq so driver can look it up
10883 later */
James Smart2e0fef82007-06-17 19:56:36 -050010884 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -050010885 list_add_tail(&mp->list, &pring->postbufq);
dea31012005-04-17 16:05:31 -050010886 pring->postbufq_cnt++;
James Smart2e0fef82007-06-17 19:56:36 -050010887 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -050010888 return 0;
10889}
10890
James Smarte59058c2008-08-24 21:49:00 -040010891/**
James Smart3621a712009-04-06 18:47:14 -040010892 * lpfc_sli_get_buffer_tag - allocates a tag for a CMD_QUE_XRI64_CX buffer
James Smarte59058c2008-08-24 21:49:00 -040010893 * @phba: Pointer to HBA context object.
10894 *
10895 * When HBQ is enabled, buffers are searched based on tags. This function
10896 * allocates a tag for buffer posted using CMD_QUE_XRI64_CX iocb. The
10897 * tag is bit wise or-ed with QUE_BUFTAG_BIT to make sure that the tag
10898 * does not conflict with tags of buffer posted for unsolicited events.
10899 * The function returns the allocated tag. The function is called with
10900 * no locks held.
10901 **/
James Smart76bb24e2007-10-27 13:38:00 -040010902uint32_t
10903lpfc_sli_get_buffer_tag(struct lpfc_hba *phba)
10904{
10905 spin_lock_irq(&phba->hbalock);
10906 phba->buffer_tag_count++;
10907 /*
10908 * Always set the QUE_BUFTAG_BIT to distiguish between
10909 * a tag assigned by HBQ.
10910 */
10911 phba->buffer_tag_count |= QUE_BUFTAG_BIT;
10912 spin_unlock_irq(&phba->hbalock);
10913 return phba->buffer_tag_count;
10914}
10915
James Smarte59058c2008-08-24 21:49:00 -040010916/**
James Smart3621a712009-04-06 18:47:14 -040010917 * lpfc_sli_ring_taggedbuf_get - find HBQ buffer associated with given tag
James Smarte59058c2008-08-24 21:49:00 -040010918 * @phba: Pointer to HBA context object.
10919 * @pring: Pointer to driver SLI ring object.
10920 * @tag: Buffer tag.
10921 *
10922 * Buffers posted using CMD_QUE_XRI64_CX iocb are in pring->postbufq
10923 * list. After HBA DMA data to these buffers, CMD_IOCB_RET_XRI64_CX
10924 * iocb is posted to the response ring with the tag of the buffer.
10925 * This function searches the pring->postbufq list using the tag
10926 * to find buffer associated with CMD_IOCB_RET_XRI64_CX
10927 * iocb. If the buffer is found then lpfc_dmabuf object of the
10928 * buffer is returned to the caller else NULL is returned.
10929 * This function is called with no lock held.
10930 **/
James Smart76bb24e2007-10-27 13:38:00 -040010931struct lpfc_dmabuf *
10932lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
10933 uint32_t tag)
10934{
10935 struct lpfc_dmabuf *mp, *next_mp;
10936 struct list_head *slp = &pring->postbufq;
10937
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010938 /* Search postbufq, from the beginning, looking for a match on tag */
James Smart76bb24e2007-10-27 13:38:00 -040010939 spin_lock_irq(&phba->hbalock);
10940 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
10941 if (mp->buffer_tag == tag) {
10942 list_del_init(&mp->list);
10943 pring->postbufq_cnt--;
10944 spin_unlock_irq(&phba->hbalock);
10945 return mp;
10946 }
10947 }
10948
10949 spin_unlock_irq(&phba->hbalock);
10950 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartd7c255b2008-08-24 21:50:00 -040010951 "0402 Cannot find virtual addr for buffer tag on "
James Smart32350662019-08-14 16:57:06 -070010952 "ring %d Data x%lx x%px x%px x%x\n",
James Smart76bb24e2007-10-27 13:38:00 -040010953 pring->ringno, (unsigned long) tag,
10954 slp->next, slp->prev, pring->postbufq_cnt);
10955
10956 return NULL;
10957}
dea31012005-04-17 16:05:31 -050010958
James Smarte59058c2008-08-24 21:49:00 -040010959/**
James Smart3621a712009-04-06 18:47:14 -040010960 * lpfc_sli_ringpostbuf_get - search buffers for unsolicited CT and ELS events
James Smarte59058c2008-08-24 21:49:00 -040010961 * @phba: Pointer to HBA context object.
10962 * @pring: Pointer to driver SLI ring object.
10963 * @phys: DMA address of the buffer.
10964 *
10965 * This function searches the buffer list using the dma_address
10966 * of unsolicited event to find the driver's lpfc_dmabuf object
10967 * corresponding to the dma_address. The function returns the
10968 * lpfc_dmabuf object if a buffer is found else it returns NULL.
10969 * This function is called by the ct and els unsolicited event
10970 * handlers to get the buffer associated with the unsolicited
10971 * event.
10972 *
10973 * This function is called with no lock held.
10974 **/
dea31012005-04-17 16:05:31 -050010975struct lpfc_dmabuf *
10976lpfc_sli_ringpostbuf_get(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
10977 dma_addr_t phys)
10978{
10979 struct lpfc_dmabuf *mp, *next_mp;
10980 struct list_head *slp = &pring->postbufq;
10981
Lucas De Marchi25985ed2011-03-30 22:57:33 -030010982 /* Search postbufq, from the beginning, looking for a match on phys */
James Smart2e0fef82007-06-17 19:56:36 -050010983 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -050010984 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
10985 if (mp->phys == phys) {
10986 list_del_init(&mp->list);
10987 pring->postbufq_cnt--;
James Smart2e0fef82007-06-17 19:56:36 -050010988 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -050010989 return mp;
10990 }
10991 }
10992
James Smart2e0fef82007-06-17 19:56:36 -050010993 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -050010994 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -040010995 "0410 Cannot find virtual addr for mapped buf on "
James Smart32350662019-08-14 16:57:06 -070010996 "ring %d Data x%llx x%px x%px x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040010997 pring->ringno, (unsigned long long)phys,
dea31012005-04-17 16:05:31 -050010998 slp->next, slp->prev, pring->postbufq_cnt);
10999 return NULL;
11000}
11001
James Smarte59058c2008-08-24 21:49:00 -040011002/**
James Smart3621a712009-04-06 18:47:14 -040011003 * lpfc_sli_abort_els_cmpl - Completion handler for the els abort iocbs
James Smarte59058c2008-08-24 21:49:00 -040011004 * @phba: Pointer to HBA context object.
11005 * @cmdiocb: Pointer to driver command iocb object.
11006 * @rspiocb: Pointer to driver response iocb object.
11007 *
11008 * This function is the completion handler for the abort iocbs for
11009 * ELS commands. This function is called from the ELS ring event
11010 * handler with no lock held. This function frees memory resources
11011 * associated with the abort iocb.
11012 **/
dea31012005-04-17 16:05:31 -050011013static void
James Smart2e0fef82007-06-17 19:56:36 -050011014lpfc_sli_abort_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
11015 struct lpfc_iocbq *rspiocb)
dea31012005-04-17 16:05:31 -050011016{
James Smart2e0fef82007-06-17 19:56:36 -050011017 IOCB_t *irsp = &rspiocb->iocb;
James Smart2680eea2007-04-25 09:52:55 -040011018 uint16_t abort_iotag, abort_context;
James Smartff78d8f2011-12-13 13:21:35 -050011019 struct lpfc_iocbq *abort_iocb = NULL;
James Smart2680eea2007-04-25 09:52:55 -040011020
11021 if (irsp->ulpStatus) {
James Smartff78d8f2011-12-13 13:21:35 -050011022
11023 /*
11024 * Assume that the port already completed and returned, or
11025 * will return the iocb. Just Log the message.
11026 */
James Smart2680eea2007-04-25 09:52:55 -040011027 abort_context = cmdiocb->iocb.un.acxri.abortContextTag;
11028 abort_iotag = cmdiocb->iocb.un.acxri.abortIoTag;
11029
James Smart2e0fef82007-06-17 19:56:36 -050011030 spin_lock_irq(&phba->hbalock);
James Smart45ed1192009-10-02 15:17:02 -040011031 if (phba->sli_rev < LPFC_SLI_REV4) {
James Smartfaa832e2018-07-31 17:23:18 -070011032 if (irsp->ulpCommand == CMD_ABORT_XRI_CX &&
11033 irsp->ulpStatus == IOSTAT_LOCAL_REJECT &&
11034 irsp->un.ulpWord[4] == IOERR_ABORT_REQUESTED) {
11035 spin_unlock_irq(&phba->hbalock);
11036 goto release_iocb;
11037 }
James Smart45ed1192009-10-02 15:17:02 -040011038 if (abort_iotag != 0 &&
11039 abort_iotag <= phba->sli.last_iotag)
11040 abort_iocb =
11041 phba->sli.iocbq_lookup[abort_iotag];
11042 } else
11043 /* For sli4 the abort_tag is the XRI,
11044 * so the abort routine puts the iotag of the iocb
11045 * being aborted in the context field of the abort
11046 * IOCB.
11047 */
11048 abort_iocb = phba->sli.iocbq_lookup[abort_context];
James Smart2680eea2007-04-25 09:52:55 -040011049
James Smart2a9bf3d2010-06-07 15:24:45 -040011050 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS | LOG_SLI,
James Smart32350662019-08-14 16:57:06 -070011051 "0327 Cannot abort els iocb x%px "
James Smart2a9bf3d2010-06-07 15:24:45 -040011052 "with tag %x context %x, abort status %x, "
11053 "abort code %x\n",
11054 abort_iocb, abort_iotag, abort_context,
11055 irsp->ulpStatus, irsp->un.ulpWord[4]);
James Smart2680eea2007-04-25 09:52:55 -040011056
James Smartff78d8f2011-12-13 13:21:35 -050011057 spin_unlock_irq(&phba->hbalock);
James Smart29601222019-08-14 16:56:36 -070011058 if (irsp->ulpStatus == IOSTAT_LOCAL_REJECT &&
11059 irsp->un.ulpWord[4] == IOERR_SLI_ABORTED)
11060 lpfc_sli_release_iocbq(phba, abort_iocb);
James Smart2680eea2007-04-25 09:52:55 -040011061 }
James Smartfaa832e2018-07-31 17:23:18 -070011062release_iocb:
James Bottomley604a3e32005-10-29 10:28:33 -050011063 lpfc_sli_release_iocbq(phba, cmdiocb);
dea31012005-04-17 16:05:31 -050011064 return;
11065}
11066
James Smarte59058c2008-08-24 21:49:00 -040011067/**
James Smart3621a712009-04-06 18:47:14 -040011068 * lpfc_ignore_els_cmpl - Completion handler for aborted ELS command
James Smarte59058c2008-08-24 21:49:00 -040011069 * @phba: Pointer to HBA context object.
11070 * @cmdiocb: Pointer to driver command iocb object.
11071 * @rspiocb: Pointer to driver response iocb object.
11072 *
11073 * The function is called from SLI ring event handler with no
11074 * lock held. This function is the completion handler for ELS commands
11075 * which are aborted. The function frees memory resources used for
11076 * the aborted ELS commands.
11077 **/
James Smart92d7f7b2007-06-17 19:56:38 -050011078static void
11079lpfc_ignore_els_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
11080 struct lpfc_iocbq *rspiocb)
11081{
11082 IOCB_t *irsp = &rspiocb->iocb;
11083
11084 /* ELS cmd tag <ulpIoTag> completes */
11085 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smartd7c255b2008-08-24 21:50:00 -040011086 "0139 Ignoring ELS cmd tag x%x completion Data: "
James Smart92d7f7b2007-06-17 19:56:38 -050011087 "x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040011088 irsp->ulpIoTag, irsp->ulpStatus,
James Smart92d7f7b2007-06-17 19:56:38 -050011089 irsp->un.ulpWord[4], irsp->ulpTimeout);
James Smart858c9f62007-06-17 19:56:39 -050011090 if (cmdiocb->iocb.ulpCommand == CMD_GEN_REQUEST64_CR)
11091 lpfc_ct_free_iocb(phba, cmdiocb);
11092 else
11093 lpfc_els_free_iocb(phba, cmdiocb);
James Smart92d7f7b2007-06-17 19:56:38 -050011094 return;
11095}
11096
James Smarte59058c2008-08-24 21:49:00 -040011097/**
James Smart5af5eee2010-10-22 11:06:38 -040011098 * lpfc_sli_abort_iotag_issue - Issue abort for a command iocb
James Smarte59058c2008-08-24 21:49:00 -040011099 * @phba: Pointer to HBA context object.
11100 * @pring: Pointer to driver SLI ring object.
11101 * @cmdiocb: Pointer to driver command iocb object.
11102 *
James Smart5af5eee2010-10-22 11:06:38 -040011103 * This function issues an abort iocb for the provided command iocb down to
11104 * the port. Other than the case the outstanding command iocb is an abort
11105 * request, this function issues abort out unconditionally. This function is
11106 * called with hbalock held. The function returns 0 when it fails due to
11107 * memory allocation failure or when the command iocb is an abort request.
James Smarte59058c2008-08-24 21:49:00 -040011108 **/
James Smart5af5eee2010-10-22 11:06:38 -040011109static int
11110lpfc_sli_abort_iotag_issue(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
James Smart2e0fef82007-06-17 19:56:36 -050011111 struct lpfc_iocbq *cmdiocb)
dea31012005-04-17 16:05:31 -050011112{
James Smart2e0fef82007-06-17 19:56:36 -050011113 struct lpfc_vport *vport = cmdiocb->vport;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011114 struct lpfc_iocbq *abtsiocbp;
dea31012005-04-17 16:05:31 -050011115 IOCB_t *icmd = NULL;
11116 IOCB_t *iabt = NULL;
James Smart5af5eee2010-10-22 11:06:38 -040011117 int retval;
James Smart7e56aa22012-08-03 12:35:34 -040011118 unsigned long iflags;
James Smartfaa832e2018-07-31 17:23:18 -070011119 struct lpfc_nodelist *ndlp;
James Smart07951072007-04-25 09:51:38 -040011120
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +010011121 lockdep_assert_held(&phba->hbalock);
11122
James Smart92d7f7b2007-06-17 19:56:38 -050011123 /*
11124 * There are certain command types we don't want to abort. And we
11125 * don't want to abort commands that are already in the process of
11126 * being aborted.
James Smart07951072007-04-25 09:51:38 -040011127 */
11128 icmd = &cmdiocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -050011129 if (icmd->ulpCommand == CMD_ABORT_XRI_CN ||
James Smart92d7f7b2007-06-17 19:56:38 -050011130 icmd->ulpCommand == CMD_CLOSE_XRI_CN ||
11131 (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0)
James Smart07951072007-04-25 09:51:38 -040011132 return 0;
11133
dea31012005-04-17 16:05:31 -050011134 /* issue ABTS for this IOCB based on iotag */
James Smart92d7f7b2007-06-17 19:56:38 -050011135 abtsiocbp = __lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -050011136 if (abtsiocbp == NULL)
11137 return 0;
dea31012005-04-17 16:05:31 -050011138
James Smart07951072007-04-25 09:51:38 -040011139 /* This signals the response to set the correct status
James Smart341af102010-01-26 23:07:37 -050011140 * before calling the completion handler
James Smart07951072007-04-25 09:51:38 -040011141 */
11142 cmdiocb->iocb_flag |= LPFC_DRIVER_ABORTED;
11143
dea31012005-04-17 16:05:31 -050011144 iabt = &abtsiocbp->iocb;
James Smart07951072007-04-25 09:51:38 -040011145 iabt->un.acxri.abortType = ABORT_TYPE_ABTS;
11146 iabt->un.acxri.abortContextTag = icmd->ulpContext;
James Smart45ed1192009-10-02 15:17:02 -040011147 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smartda0436e2009-05-22 14:51:39 -040011148 iabt->un.acxri.abortIoTag = cmdiocb->sli4_xritag;
James Smart45ed1192009-10-02 15:17:02 -040011149 iabt->un.acxri.abortContextTag = cmdiocb->iotag;
James Smartfaa832e2018-07-31 17:23:18 -070011150 } else {
James Smartda0436e2009-05-22 14:51:39 -040011151 iabt->un.acxri.abortIoTag = icmd->ulpIoTag;
James Smartfaa832e2018-07-31 17:23:18 -070011152 if (pring->ringno == LPFC_ELS_RING) {
11153 ndlp = (struct lpfc_nodelist *)(cmdiocb->context1);
11154 iabt->un.acxri.abortContextTag = ndlp->nlp_rpi;
11155 }
11156 }
dea31012005-04-17 16:05:31 -050011157 iabt->ulpLe = 1;
James Smart07951072007-04-25 09:51:38 -040011158 iabt->ulpClass = icmd->ulpClass;
dea31012005-04-17 16:05:31 -050011159
James Smart5ffc2662009-11-18 15:39:44 -050011160 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
James Smart895427b2017-02-12 13:52:30 -080011161 abtsiocbp->hba_wqidx = cmdiocb->hba_wqidx;
James Smart341af102010-01-26 23:07:37 -050011162 if (cmdiocb->iocb_flag & LPFC_IO_FCP)
11163 abtsiocbp->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart9bd2bff52014-09-03 12:57:30 -040011164 if (cmdiocb->iocb_flag & LPFC_IO_FOF)
11165 abtsiocbp->iocb_flag |= LPFC_IO_FOF;
James Smart5ffc2662009-11-18 15:39:44 -050011166
James Smart2e0fef82007-06-17 19:56:36 -050011167 if (phba->link_state >= LPFC_LINK_UP)
James Smart07951072007-04-25 09:51:38 -040011168 iabt->ulpCommand = CMD_ABORT_XRI_CN;
11169 else
11170 iabt->ulpCommand = CMD_CLOSE_XRI_CN;
11171
11172 abtsiocbp->iocb_cmpl = lpfc_sli_abort_els_cmpl;
James Smarte6c6acc2016-12-19 15:07:23 -080011173 abtsiocbp->vport = vport;
James Smart5b8bd0c2007-04-25 09:52:49 -040011174
James Smarte8b62012007-08-02 11:10:09 -040011175 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
11176 "0339 Abort xri x%x, original iotag x%x, "
11177 "abort cmd iotag x%x\n",
James Smart2a9bf3d2010-06-07 15:24:45 -040011178 iabt->un.acxri.abortIoTag,
James Smarte8b62012007-08-02 11:10:09 -040011179 iabt->un.acxri.abortContextTag,
James Smart2a9bf3d2010-06-07 15:24:45 -040011180 abtsiocbp->iotag);
James Smart7e56aa22012-08-03 12:35:34 -040011181
11182 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smart895427b2017-02-12 13:52:30 -080011183 pring = lpfc_sli4_calc_ring(phba, abtsiocbp);
11184 if (unlikely(pring == NULL))
James Smart9bd2bff52014-09-03 12:57:30 -040011185 return 0;
James Smart7e56aa22012-08-03 12:35:34 -040011186 /* Note: both hbalock and ring_lock need to be set here */
11187 spin_lock_irqsave(&pring->ring_lock, iflags);
11188 retval = __lpfc_sli_issue_iocb(phba, pring->ringno,
11189 abtsiocbp, 0);
11190 spin_unlock_irqrestore(&pring->ring_lock, iflags);
11191 } else {
11192 retval = __lpfc_sli_issue_iocb(phba, pring->ringno,
11193 abtsiocbp, 0);
11194 }
James Smart07951072007-04-25 09:51:38 -040011195
James Smartd7c255b2008-08-24 21:50:00 -040011196 if (retval)
11197 __lpfc_sli_release_iocbq(phba, abtsiocbp);
James Smart5af5eee2010-10-22 11:06:38 -040011198
11199 /*
11200 * Caller to this routine should check for IOCB_ERROR
11201 * and handle it properly. This routine no longer removes
11202 * iocb off txcmplq and call compl in case of IOCB_ERROR.
11203 */
11204 return retval;
11205}
11206
11207/**
11208 * lpfc_sli_issue_abort_iotag - Abort function for a command iocb
11209 * @phba: Pointer to HBA context object.
11210 * @pring: Pointer to driver SLI ring object.
11211 * @cmdiocb: Pointer to driver command iocb object.
11212 *
11213 * This function issues an abort iocb for the provided command iocb. In case
11214 * of unloading, the abort iocb will not be issued to commands on the ELS
11215 * ring. Instead, the callback function shall be changed to those commands
11216 * so that nothing happens when them finishes. This function is called with
11217 * hbalock held. The function returns 0 when the command iocb is an abort
11218 * request.
11219 **/
11220int
11221lpfc_sli_issue_abort_iotag(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
11222 struct lpfc_iocbq *cmdiocb)
11223{
11224 struct lpfc_vport *vport = cmdiocb->vport;
11225 int retval = IOCB_ERROR;
11226 IOCB_t *icmd = NULL;
11227
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +010011228 lockdep_assert_held(&phba->hbalock);
11229
James Smart5af5eee2010-10-22 11:06:38 -040011230 /*
11231 * There are certain command types we don't want to abort. And we
11232 * don't want to abort commands that are already in the process of
11233 * being aborted.
11234 */
11235 icmd = &cmdiocb->iocb;
11236 if (icmd->ulpCommand == CMD_ABORT_XRI_CN ||
11237 icmd->ulpCommand == CMD_CLOSE_XRI_CN ||
11238 (cmdiocb->iocb_flag & LPFC_DRIVER_ABORTED) != 0)
11239 return 0;
11240
Dick Kennedy1234a6d2017-09-29 17:34:29 -070011241 if (!pring) {
11242 if (cmdiocb->iocb_flag & LPFC_IO_FABRIC)
11243 cmdiocb->fabric_iocb_cmpl = lpfc_ignore_els_cmpl;
11244 else
11245 cmdiocb->iocb_cmpl = lpfc_ignore_els_cmpl;
11246 goto abort_iotag_exit;
11247 }
11248
James Smart5af5eee2010-10-22 11:06:38 -040011249 /*
11250 * If we're unloading, don't abort iocb on the ELS ring, but change
11251 * the callback so that nothing happens when it finishes.
11252 */
11253 if ((vport->load_flag & FC_UNLOADING) &&
11254 (pring->ringno == LPFC_ELS_RING)) {
11255 if (cmdiocb->iocb_flag & LPFC_IO_FABRIC)
11256 cmdiocb->fabric_iocb_cmpl = lpfc_ignore_els_cmpl;
11257 else
11258 cmdiocb->iocb_cmpl = lpfc_ignore_els_cmpl;
11259 goto abort_iotag_exit;
11260 }
11261
11262 /* Now, we try to issue the abort to the cmdiocb out */
11263 retval = lpfc_sli_abort_iotag_issue(phba, pring, cmdiocb);
11264
James Smart07951072007-04-25 09:51:38 -040011265abort_iotag_exit:
James Smart2e0fef82007-06-17 19:56:36 -050011266 /*
11267 * Caller to this routine should check for IOCB_ERROR
11268 * and handle it properly. This routine no longer removes
11269 * iocb off txcmplq and call compl in case of IOCB_ERROR.
James Smart07951072007-04-25 09:51:38 -040011270 */
James Smart2e0fef82007-06-17 19:56:36 -050011271 return retval;
dea31012005-04-17 16:05:31 -050011272}
11273
James Smarte59058c2008-08-24 21:49:00 -040011274/**
James Smart5af5eee2010-10-22 11:06:38 -040011275 * lpfc_sli_hba_iocb_abort - Abort all iocbs to an hba.
11276 * @phba: pointer to lpfc HBA data structure.
11277 *
11278 * This routine will abort all pending and outstanding iocbs to an HBA.
11279 **/
11280void
11281lpfc_sli_hba_iocb_abort(struct lpfc_hba *phba)
11282{
11283 struct lpfc_sli *psli = &phba->sli;
11284 struct lpfc_sli_ring *pring;
James Smart895427b2017-02-12 13:52:30 -080011285 struct lpfc_queue *qp = NULL;
James Smart5af5eee2010-10-22 11:06:38 -040011286 int i;
11287
James Smart895427b2017-02-12 13:52:30 -080011288 if (phba->sli_rev != LPFC_SLI_REV4) {
11289 for (i = 0; i < psli->num_rings; i++) {
11290 pring = &psli->sli3_ring[i];
11291 lpfc_sli_abort_iocb_ring(phba, pring);
11292 }
11293 return;
11294 }
11295 list_for_each_entry(qp, &phba->sli4_hba.lpfc_wq_list, wq_list) {
11296 pring = qp->pring;
11297 if (!pring)
11298 continue;
James Smartdb55fba2014-04-04 13:52:02 -040011299 lpfc_sli_abort_iocb_ring(phba, pring);
James Smart5af5eee2010-10-22 11:06:38 -040011300 }
11301}
11302
11303/**
James Smart3621a712009-04-06 18:47:14 -040011304 * lpfc_sli_validate_fcp_iocb - find commands associated with a vport or LUN
James Smarte59058c2008-08-24 21:49:00 -040011305 * @iocbq: Pointer to driver iocb object.
11306 * @vport: Pointer to driver virtual port object.
11307 * @tgt_id: SCSI ID of the target.
11308 * @lun_id: LUN ID of the scsi device.
11309 * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST
11310 *
James Smart3621a712009-04-06 18:47:14 -040011311 * This function acts as an iocb filter for functions which abort or count
James Smarte59058c2008-08-24 21:49:00 -040011312 * all FCP iocbs pending on a lun/SCSI target/SCSI host. It will return
11313 * 0 if the filtering criteria is met for the given iocb and will return
11314 * 1 if the filtering criteria is not met.
11315 * If ctx_cmd == LPFC_CTX_LUN, the function returns 0 only if the
11316 * given iocb is for the SCSI device specified by vport, tgt_id and
11317 * lun_id parameter.
11318 * If ctx_cmd == LPFC_CTX_TGT, the function returns 0 only if the
11319 * given iocb is for the SCSI target specified by vport and tgt_id
11320 * parameters.
11321 * If ctx_cmd == LPFC_CTX_HOST, the function returns 0 only if the
11322 * given iocb is for the SCSI host associated with the given vport.
11323 * This function is called with no locks held.
11324 **/
dea31012005-04-17 16:05:31 -050011325static int
James Smart51ef4c22007-08-02 11:10:31 -040011326lpfc_sli_validate_fcp_iocb(struct lpfc_iocbq *iocbq, struct lpfc_vport *vport,
11327 uint16_t tgt_id, uint64_t lun_id,
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011328 lpfc_ctx_cmd ctx_cmd)
dea31012005-04-17 16:05:31 -050011329{
James Smartc4908502019-01-28 11:14:28 -080011330 struct lpfc_io_buf *lpfc_cmd;
dea31012005-04-17 16:05:31 -050011331 int rc = 1;
11332
James Smartb0e83012018-06-26 08:24:29 -070011333 if (iocbq->vport != vport)
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011334 return rc;
11335
James Smartb0e83012018-06-26 08:24:29 -070011336 if (!(iocbq->iocb_flag & LPFC_IO_FCP) ||
11337 !(iocbq->iocb_flag & LPFC_IO_ON_TXCMPLQ))
James Smart51ef4c22007-08-02 11:10:31 -040011338 return rc;
11339
James Smartc4908502019-01-28 11:14:28 -080011340 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq);
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011341
James Smart495a7142008-06-14 22:52:59 -040011342 if (lpfc_cmd->pCmd == NULL)
dea31012005-04-17 16:05:31 -050011343 return rc;
11344
11345 switch (ctx_cmd) {
11346 case LPFC_CTX_LUN:
James Smartb0e83012018-06-26 08:24:29 -070011347 if ((lpfc_cmd->rdata) && (lpfc_cmd->rdata->pnode) &&
James Smart495a7142008-06-14 22:52:59 -040011348 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id) &&
11349 (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id))
dea31012005-04-17 16:05:31 -050011350 rc = 0;
11351 break;
11352 case LPFC_CTX_TGT:
James Smartb0e83012018-06-26 08:24:29 -070011353 if ((lpfc_cmd->rdata) && (lpfc_cmd->rdata->pnode) &&
James Smart495a7142008-06-14 22:52:59 -040011354 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id))
dea31012005-04-17 16:05:31 -050011355 rc = 0;
11356 break;
dea31012005-04-17 16:05:31 -050011357 case LPFC_CTX_HOST:
11358 rc = 0;
11359 break;
11360 default:
11361 printk(KERN_ERR "%s: Unknown context cmd type, value %d\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -070011362 __func__, ctx_cmd);
dea31012005-04-17 16:05:31 -050011363 break;
11364 }
11365
11366 return rc;
11367}
11368
James Smarte59058c2008-08-24 21:49:00 -040011369/**
James Smart3621a712009-04-06 18:47:14 -040011370 * lpfc_sli_sum_iocb - Function to count the number of FCP iocbs pending
James Smarte59058c2008-08-24 21:49:00 -040011371 * @vport: Pointer to virtual port.
11372 * @tgt_id: SCSI ID of the target.
11373 * @lun_id: LUN ID of the scsi device.
11374 * @ctx_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
11375 *
11376 * This function returns number of FCP commands pending for the vport.
11377 * When ctx_cmd == LPFC_CTX_LUN, the function returns number of FCP
11378 * commands pending on the vport associated with SCSI device specified
11379 * by tgt_id and lun_id parameters.
11380 * When ctx_cmd == LPFC_CTX_TGT, the function returns number of FCP
11381 * commands pending on the vport associated with SCSI target specified
11382 * by tgt_id parameter.
11383 * When ctx_cmd == LPFC_CTX_HOST, the function returns number of FCP
11384 * commands pending on the vport.
11385 * This function returns the number of iocbs which satisfy the filter.
11386 * This function is called without any lock held.
11387 **/
dea31012005-04-17 16:05:31 -050011388int
James Smart51ef4c22007-08-02 11:10:31 -040011389lpfc_sli_sum_iocb(struct lpfc_vport *vport, uint16_t tgt_id, uint64_t lun_id,
11390 lpfc_ctx_cmd ctx_cmd)
dea31012005-04-17 16:05:31 -050011391{
James Smart51ef4c22007-08-02 11:10:31 -040011392 struct lpfc_hba *phba = vport->phba;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011393 struct lpfc_iocbq *iocbq;
11394 int sum, i;
dea31012005-04-17 16:05:31 -050011395
Johannes Thumshirn31979002016-07-18 16:06:03 +020011396 spin_lock_irq(&phba->hbalock);
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011397 for (i = 1, sum = 0; i <= phba->sli.last_iotag; i++) {
11398 iocbq = phba->sli.iocbq_lookup[i];
dea31012005-04-17 16:05:31 -050011399
James Smart51ef4c22007-08-02 11:10:31 -040011400 if (lpfc_sli_validate_fcp_iocb (iocbq, vport, tgt_id, lun_id,
11401 ctx_cmd) == 0)
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011402 sum++;
dea31012005-04-17 16:05:31 -050011403 }
Johannes Thumshirn31979002016-07-18 16:06:03 +020011404 spin_unlock_irq(&phba->hbalock);
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011405
dea31012005-04-17 16:05:31 -050011406 return sum;
11407}
11408
James Smarte59058c2008-08-24 21:49:00 -040011409/**
James Smart3621a712009-04-06 18:47:14 -040011410 * lpfc_sli_abort_fcp_cmpl - Completion handler function for aborted FCP IOCBs
James Smarte59058c2008-08-24 21:49:00 -040011411 * @phba: Pointer to HBA context object
11412 * @cmdiocb: Pointer to command iocb object.
11413 * @rspiocb: Pointer to response iocb object.
11414 *
11415 * This function is called when an aborted FCP iocb completes. This
11416 * function is called by the ring event handler with no lock held.
11417 * This function frees the iocb.
11418 **/
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -040011419void
James Smart2e0fef82007-06-17 19:56:36 -050011420lpfc_sli_abort_fcp_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
11421 struct lpfc_iocbq *rspiocb)
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -040011422{
James Smartcb69f7d2011-12-13 13:21:57 -050011423 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smart8e668af2013-05-31 17:04:28 -040011424 "3096 ABORT_XRI_CN completing on rpi x%x "
James Smartcb69f7d2011-12-13 13:21:57 -050011425 "original iotag x%x, abort cmd iotag x%x "
11426 "status 0x%x, reason 0x%x\n",
11427 cmdiocb->iocb.un.acxri.abortContextTag,
11428 cmdiocb->iocb.un.acxri.abortIoTag,
11429 cmdiocb->iotag, rspiocb->iocb.ulpStatus,
11430 rspiocb->iocb.un.ulpWord[4]);
James Bottomley604a3e32005-10-29 10:28:33 -050011431 lpfc_sli_release_iocbq(phba, cmdiocb);
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -040011432 return;
11433}
11434
James Smarte59058c2008-08-24 21:49:00 -040011435/**
James Smart3621a712009-04-06 18:47:14 -040011436 * lpfc_sli_abort_iocb - issue abort for all commands on a host/target/LUN
James Smarte59058c2008-08-24 21:49:00 -040011437 * @vport: Pointer to virtual port.
11438 * @pring: Pointer to driver SLI ring object.
11439 * @tgt_id: SCSI ID of the target.
11440 * @lun_id: LUN ID of the scsi device.
11441 * @abort_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
11442 *
11443 * This function sends an abort command for every SCSI command
11444 * associated with the given virtual port pending on the ring
11445 * filtered by lpfc_sli_validate_fcp_iocb function.
11446 * When abort_cmd == LPFC_CTX_LUN, the function sends abort only to the
11447 * FCP iocbs associated with lun specified by tgt_id and lun_id
11448 * parameters
11449 * When abort_cmd == LPFC_CTX_TGT, the function sends abort only to the
11450 * FCP iocbs associated with SCSI target specified by tgt_id parameter.
11451 * When abort_cmd == LPFC_CTX_HOST, the function sends abort to all
11452 * FCP iocbs associated with virtual port.
11453 * This function returns number of iocbs it failed to abort.
11454 * This function is called with no locks held.
11455 **/
dea31012005-04-17 16:05:31 -050011456int
James Smart51ef4c22007-08-02 11:10:31 -040011457lpfc_sli_abort_iocb(struct lpfc_vport *vport, struct lpfc_sli_ring *pring,
11458 uint16_t tgt_id, uint64_t lun_id, lpfc_ctx_cmd abort_cmd)
dea31012005-04-17 16:05:31 -050011459{
James Smart51ef4c22007-08-02 11:10:31 -040011460 struct lpfc_hba *phba = vport->phba;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011461 struct lpfc_iocbq *iocbq;
11462 struct lpfc_iocbq *abtsiocb;
James Smartecbb2272017-06-01 21:07:04 -070011463 struct lpfc_sli_ring *pring_s4;
dea31012005-04-17 16:05:31 -050011464 IOCB_t *cmd = NULL;
dea31012005-04-17 16:05:31 -050011465 int errcnt = 0, ret_val = 0;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011466 int i;
dea31012005-04-17 16:05:31 -050011467
James Smartb0e83012018-06-26 08:24:29 -070011468 /* all I/Os are in process of being flushed */
James Smartc00f62e2019-08-14 16:57:11 -070011469 if (phba->hba_flag & HBA_IOQ_FLUSH)
James Smartb0e83012018-06-26 08:24:29 -070011470 return errcnt;
11471
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011472 for (i = 1; i <= phba->sli.last_iotag; i++) {
11473 iocbq = phba->sli.iocbq_lookup[i];
dea31012005-04-17 16:05:31 -050011474
James Smart51ef4c22007-08-02 11:10:31 -040011475 if (lpfc_sli_validate_fcp_iocb(iocbq, vport, tgt_id, lun_id,
James Smart2e0fef82007-06-17 19:56:36 -050011476 abort_cmd) != 0)
dea31012005-04-17 16:05:31 -050011477 continue;
11478
James Smartafbd8d82013-09-06 12:22:13 -040011479 /*
11480 * If the iocbq is already being aborted, don't take a second
11481 * action, but do count it.
11482 */
11483 if (iocbq->iocb_flag & LPFC_DRIVER_ABORTED)
11484 continue;
11485
dea31012005-04-17 16:05:31 -050011486 /* issue ABTS for this IOCB based on iotag */
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011487 abtsiocb = lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -050011488 if (abtsiocb == NULL) {
11489 errcnt++;
11490 continue;
11491 }
dea31012005-04-17 16:05:31 -050011492
James Smartafbd8d82013-09-06 12:22:13 -040011493 /* indicate the IO is being aborted by the driver. */
11494 iocbq->iocb_flag |= LPFC_DRIVER_ABORTED;
11495
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -040011496 cmd = &iocbq->iocb;
dea31012005-04-17 16:05:31 -050011497 abtsiocb->iocb.un.acxri.abortType = ABORT_TYPE_ABTS;
11498 abtsiocb->iocb.un.acxri.abortContextTag = cmd->ulpContext;
James Smartda0436e2009-05-22 14:51:39 -040011499 if (phba->sli_rev == LPFC_SLI_REV4)
11500 abtsiocb->iocb.un.acxri.abortIoTag = iocbq->sli4_xritag;
11501 else
11502 abtsiocb->iocb.un.acxri.abortIoTag = cmd->ulpIoTag;
dea31012005-04-17 16:05:31 -050011503 abtsiocb->iocb.ulpLe = 1;
11504 abtsiocb->iocb.ulpClass = cmd->ulpClass;
James Smartafbd8d82013-09-06 12:22:13 -040011505 abtsiocb->vport = vport;
dea31012005-04-17 16:05:31 -050011506
James Smart5ffc2662009-11-18 15:39:44 -050011507 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
James Smart895427b2017-02-12 13:52:30 -080011508 abtsiocb->hba_wqidx = iocbq->hba_wqidx;
James Smart341af102010-01-26 23:07:37 -050011509 if (iocbq->iocb_flag & LPFC_IO_FCP)
11510 abtsiocb->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart9bd2bff52014-09-03 12:57:30 -040011511 if (iocbq->iocb_flag & LPFC_IO_FOF)
11512 abtsiocb->iocb_flag |= LPFC_IO_FOF;
James Smart5ffc2662009-11-18 15:39:44 -050011513
James Smart2e0fef82007-06-17 19:56:36 -050011514 if (lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -050011515 abtsiocb->iocb.ulpCommand = CMD_ABORT_XRI_CN;
11516 else
11517 abtsiocb->iocb.ulpCommand = CMD_CLOSE_XRI_CN;
11518
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -040011519 /* Setup callback routine and issue the command. */
11520 abtsiocb->iocb_cmpl = lpfc_sli_abort_fcp_cmpl;
James Smartecbb2272017-06-01 21:07:04 -070011521 if (phba->sli_rev == LPFC_SLI_REV4) {
11522 pring_s4 = lpfc_sli4_calc_ring(phba, iocbq);
11523 if (!pring_s4)
11524 continue;
11525 ret_val = lpfc_sli_issue_iocb(phba, pring_s4->ringno,
11526 abtsiocb, 0);
11527 } else
11528 ret_val = lpfc_sli_issue_iocb(phba, pring->ringno,
11529 abtsiocb, 0);
dea31012005-04-17 16:05:31 -050011530 if (ret_val == IOCB_ERROR) {
James Bottomley604a3e32005-10-29 10:28:33 -050011531 lpfc_sli_release_iocbq(phba, abtsiocb);
dea31012005-04-17 16:05:31 -050011532 errcnt++;
11533 continue;
11534 }
11535 }
11536
11537 return errcnt;
11538}
11539
James Smarte59058c2008-08-24 21:49:00 -040011540/**
James Smart98912dda2014-04-04 13:52:31 -040011541 * lpfc_sli_abort_taskmgmt - issue abort for all commands on a host/target/LUN
11542 * @vport: Pointer to virtual port.
11543 * @pring: Pointer to driver SLI ring object.
11544 * @tgt_id: SCSI ID of the target.
11545 * @lun_id: LUN ID of the scsi device.
11546 * @taskmgmt_cmd: LPFC_CTX_LUN/LPFC_CTX_TGT/LPFC_CTX_HOST.
11547 *
11548 * This function sends an abort command for every SCSI command
11549 * associated with the given virtual port pending on the ring
11550 * filtered by lpfc_sli_validate_fcp_iocb function.
11551 * When taskmgmt_cmd == LPFC_CTX_LUN, the function sends abort only to the
11552 * FCP iocbs associated with lun specified by tgt_id and lun_id
11553 * parameters
11554 * When taskmgmt_cmd == LPFC_CTX_TGT, the function sends abort only to the
11555 * FCP iocbs associated with SCSI target specified by tgt_id parameter.
11556 * When taskmgmt_cmd == LPFC_CTX_HOST, the function sends abort to all
11557 * FCP iocbs associated with virtual port.
11558 * This function returns number of iocbs it aborted .
11559 * This function is called with no locks held right after a taskmgmt
11560 * command is sent.
11561 **/
11562int
11563lpfc_sli_abort_taskmgmt(struct lpfc_vport *vport, struct lpfc_sli_ring *pring,
11564 uint16_t tgt_id, uint64_t lun_id, lpfc_ctx_cmd cmd)
11565{
11566 struct lpfc_hba *phba = vport->phba;
James Smartc4908502019-01-28 11:14:28 -080011567 struct lpfc_io_buf *lpfc_cmd;
James Smart98912dda2014-04-04 13:52:31 -040011568 struct lpfc_iocbq *abtsiocbq;
James Smart8c50d252014-09-03 12:58:16 -040011569 struct lpfc_nodelist *ndlp;
James Smart98912dda2014-04-04 13:52:31 -040011570 struct lpfc_iocbq *iocbq;
11571 IOCB_t *icmd;
11572 int sum, i, ret_val;
11573 unsigned long iflags;
James Smartc2017262019-01-28 11:14:37 -080011574 struct lpfc_sli_ring *pring_s4 = NULL;
James Smart98912dda2014-04-04 13:52:31 -040011575
James Smart59c68ea2018-04-09 14:24:25 -070011576 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart98912dda2014-04-04 13:52:31 -040011577
11578 /* all I/Os are in process of being flushed */
James Smartc00f62e2019-08-14 16:57:11 -070011579 if (phba->hba_flag & HBA_IOQ_FLUSH) {
James Smart59c68ea2018-04-09 14:24:25 -070011580 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart98912dda2014-04-04 13:52:31 -040011581 return 0;
11582 }
11583 sum = 0;
11584
11585 for (i = 1; i <= phba->sli.last_iotag; i++) {
11586 iocbq = phba->sli.iocbq_lookup[i];
11587
11588 if (lpfc_sli_validate_fcp_iocb(iocbq, vport, tgt_id, lun_id,
11589 cmd) != 0)
11590 continue;
11591
James Smartc2017262019-01-28 11:14:37 -080011592 /* Guard against IO completion being called at same time */
11593 lpfc_cmd = container_of(iocbq, struct lpfc_io_buf, cur_iocbq);
11594 spin_lock(&lpfc_cmd->buf_lock);
11595
11596 if (!lpfc_cmd->pCmd) {
11597 spin_unlock(&lpfc_cmd->buf_lock);
11598 continue;
11599 }
11600
11601 if (phba->sli_rev == LPFC_SLI_REV4) {
11602 pring_s4 =
James Smartc00f62e2019-08-14 16:57:11 -070011603 phba->sli4_hba.hdwq[iocbq->hba_wqidx].io_wq->pring;
James Smartc2017262019-01-28 11:14:37 -080011604 if (!pring_s4) {
11605 spin_unlock(&lpfc_cmd->buf_lock);
11606 continue;
11607 }
11608 /* Note: both hbalock and ring_lock must be set here */
11609 spin_lock(&pring_s4->ring_lock);
11610 }
11611
James Smart98912dda2014-04-04 13:52:31 -040011612 /*
11613 * If the iocbq is already being aborted, don't take a second
11614 * action, but do count it.
11615 */
James Smartc2017262019-01-28 11:14:37 -080011616 if ((iocbq->iocb_flag & LPFC_DRIVER_ABORTED) ||
11617 !(iocbq->iocb_flag & LPFC_IO_ON_TXCMPLQ)) {
11618 if (phba->sli_rev == LPFC_SLI_REV4)
11619 spin_unlock(&pring_s4->ring_lock);
11620 spin_unlock(&lpfc_cmd->buf_lock);
James Smart98912dda2014-04-04 13:52:31 -040011621 continue;
James Smartc2017262019-01-28 11:14:37 -080011622 }
James Smart98912dda2014-04-04 13:52:31 -040011623
11624 /* issue ABTS for this IOCB based on iotag */
11625 abtsiocbq = __lpfc_sli_get_iocbq(phba);
James Smartc2017262019-01-28 11:14:37 -080011626 if (!abtsiocbq) {
11627 if (phba->sli_rev == LPFC_SLI_REV4)
11628 spin_unlock(&pring_s4->ring_lock);
11629 spin_unlock(&lpfc_cmd->buf_lock);
James Smart98912dda2014-04-04 13:52:31 -040011630 continue;
James Smartc2017262019-01-28 11:14:37 -080011631 }
James Smart98912dda2014-04-04 13:52:31 -040011632
11633 icmd = &iocbq->iocb;
11634 abtsiocbq->iocb.un.acxri.abortType = ABORT_TYPE_ABTS;
11635 abtsiocbq->iocb.un.acxri.abortContextTag = icmd->ulpContext;
11636 if (phba->sli_rev == LPFC_SLI_REV4)
11637 abtsiocbq->iocb.un.acxri.abortIoTag =
11638 iocbq->sli4_xritag;
11639 else
11640 abtsiocbq->iocb.un.acxri.abortIoTag = icmd->ulpIoTag;
11641 abtsiocbq->iocb.ulpLe = 1;
11642 abtsiocbq->iocb.ulpClass = icmd->ulpClass;
11643 abtsiocbq->vport = vport;
11644
11645 /* ABTS WQE must go to the same WQ as the WQE to be aborted */
James Smart895427b2017-02-12 13:52:30 -080011646 abtsiocbq->hba_wqidx = iocbq->hba_wqidx;
James Smart98912dda2014-04-04 13:52:31 -040011647 if (iocbq->iocb_flag & LPFC_IO_FCP)
11648 abtsiocbq->iocb_flag |= LPFC_USE_FCPWQIDX;
James Smart9bd2bff52014-09-03 12:57:30 -040011649 if (iocbq->iocb_flag & LPFC_IO_FOF)
11650 abtsiocbq->iocb_flag |= LPFC_IO_FOF;
James Smart98912dda2014-04-04 13:52:31 -040011651
James Smart8c50d252014-09-03 12:58:16 -040011652 ndlp = lpfc_cmd->rdata->pnode;
11653
11654 if (lpfc_is_link_up(phba) &&
11655 (ndlp && ndlp->nlp_state == NLP_STE_MAPPED_NODE))
James Smart98912dda2014-04-04 13:52:31 -040011656 abtsiocbq->iocb.ulpCommand = CMD_ABORT_XRI_CN;
11657 else
11658 abtsiocbq->iocb.ulpCommand = CMD_CLOSE_XRI_CN;
11659
11660 /* Setup callback routine and issue the command. */
11661 abtsiocbq->iocb_cmpl = lpfc_sli_abort_fcp_cmpl;
11662
11663 /*
11664 * Indicate the IO is being aborted by the driver and set
11665 * the caller's flag into the aborted IO.
11666 */
11667 iocbq->iocb_flag |= LPFC_DRIVER_ABORTED;
11668
11669 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smart98912dda2014-04-04 13:52:31 -040011670 ret_val = __lpfc_sli_issue_iocb(phba, pring_s4->ringno,
11671 abtsiocbq, 0);
James Smart59c68ea2018-04-09 14:24:25 -070011672 spin_unlock(&pring_s4->ring_lock);
James Smart98912dda2014-04-04 13:52:31 -040011673 } else {
11674 ret_val = __lpfc_sli_issue_iocb(phba, pring->ringno,
11675 abtsiocbq, 0);
11676 }
11677
James Smartc2017262019-01-28 11:14:37 -080011678 spin_unlock(&lpfc_cmd->buf_lock);
James Smart98912dda2014-04-04 13:52:31 -040011679
11680 if (ret_val == IOCB_ERROR)
11681 __lpfc_sli_release_iocbq(phba, abtsiocbq);
11682 else
11683 sum++;
11684 }
James Smart59c68ea2018-04-09 14:24:25 -070011685 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart98912dda2014-04-04 13:52:31 -040011686 return sum;
11687}
11688
11689/**
James Smart3621a712009-04-06 18:47:14 -040011690 * lpfc_sli_wake_iocb_wait - lpfc_sli_issue_iocb_wait's completion handler
James Smarte59058c2008-08-24 21:49:00 -040011691 * @phba: Pointer to HBA context object.
11692 * @cmdiocbq: Pointer to command iocb.
11693 * @rspiocbq: Pointer to response iocb.
11694 *
11695 * This function is the completion handler for iocbs issued using
11696 * lpfc_sli_issue_iocb_wait function. This function is called by the
11697 * ring event handler function without any lock held. This function
11698 * can be called from both worker thread context and interrupt
11699 * context. This function also can be called from other thread which
11700 * cleans up the SLI layer objects.
11701 * This function copy the contents of the response iocb to the
11702 * response iocb memory object provided by the caller of
11703 * lpfc_sli_issue_iocb_wait and then wakes up the thread which
11704 * sleeps for the iocb completion.
11705 **/
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011706static void
11707lpfc_sli_wake_iocb_wait(struct lpfc_hba *phba,
11708 struct lpfc_iocbq *cmdiocbq,
11709 struct lpfc_iocbq *rspiocbq)
dea31012005-04-17 16:05:31 -050011710{
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011711 wait_queue_head_t *pdone_q;
11712 unsigned long iflags;
James Smartc4908502019-01-28 11:14:28 -080011713 struct lpfc_io_buf *lpfc_cmd;
dea31012005-04-17 16:05:31 -050011714
James Smart2e0fef82007-06-17 19:56:36 -050011715 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart5a0916b2013-07-15 18:31:42 -040011716 if (cmdiocbq->iocb_flag & LPFC_IO_WAKE_TMO) {
11717
11718 /*
11719 * A time out has occurred for the iocb. If a time out
11720 * completion handler has been supplied, call it. Otherwise,
11721 * just free the iocbq.
11722 */
11723
11724 spin_unlock_irqrestore(&phba->hbalock, iflags);
11725 cmdiocbq->iocb_cmpl = cmdiocbq->wait_iocb_cmpl;
11726 cmdiocbq->wait_iocb_cmpl = NULL;
11727 if (cmdiocbq->iocb_cmpl)
11728 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq, NULL);
11729 else
11730 lpfc_sli_release_iocbq(phba, cmdiocbq);
11731 return;
11732 }
11733
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011734 cmdiocbq->iocb_flag |= LPFC_IO_WAKE;
11735 if (cmdiocbq->context2 && rspiocbq)
11736 memcpy(&((struct lpfc_iocbq *)cmdiocbq->context2)->iocb,
11737 &rspiocbq->iocb, sizeof(IOCB_t));
11738
James Smart0f65ff62010-02-26 14:14:23 -050011739 /* Set the exchange busy flag for task management commands */
11740 if ((cmdiocbq->iocb_flag & LPFC_IO_FCP) &&
11741 !(cmdiocbq->iocb_flag & LPFC_IO_LIBDFC)) {
James Smartc4908502019-01-28 11:14:28 -080011742 lpfc_cmd = container_of(cmdiocbq, struct lpfc_io_buf,
James Smart0f65ff62010-02-26 14:14:23 -050011743 cur_iocbq);
11744 lpfc_cmd->exch_busy = rspiocbq->iocb_flag & LPFC_EXCHANGE_BUSY;
11745 }
11746
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011747 pdone_q = cmdiocbq->context_un.wait_queue;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011748 if (pdone_q)
11749 wake_up(pdone_q);
James Smart858c9f62007-06-17 19:56:39 -050011750 spin_unlock_irqrestore(&phba->hbalock, iflags);
dea31012005-04-17 16:05:31 -050011751 return;
11752}
11753
James Smarte59058c2008-08-24 21:49:00 -040011754/**
James Smartd11e31d2009-06-10 17:23:06 -040011755 * lpfc_chk_iocb_flg - Test IOCB flag with lock held.
11756 * @phba: Pointer to HBA context object..
11757 * @piocbq: Pointer to command iocb.
11758 * @flag: Flag to test.
11759 *
11760 * This routine grabs the hbalock and then test the iocb_flag to
11761 * see if the passed in flag is set.
11762 * Returns:
11763 * 1 if flag is set.
11764 * 0 if flag is not set.
11765 **/
11766static int
11767lpfc_chk_iocb_flg(struct lpfc_hba *phba,
11768 struct lpfc_iocbq *piocbq, uint32_t flag)
11769{
11770 unsigned long iflags;
11771 int ret;
11772
11773 spin_lock_irqsave(&phba->hbalock, iflags);
11774 ret = piocbq->iocb_flag & flag;
11775 spin_unlock_irqrestore(&phba->hbalock, iflags);
11776 return ret;
11777
11778}
11779
11780/**
James Smart3621a712009-04-06 18:47:14 -040011781 * lpfc_sli_issue_iocb_wait - Synchronous function to issue iocb commands
James Smarte59058c2008-08-24 21:49:00 -040011782 * @phba: Pointer to HBA context object..
11783 * @pring: Pointer to sli ring.
11784 * @piocb: Pointer to command iocb.
11785 * @prspiocbq: Pointer to response iocb.
11786 * @timeout: Timeout in number of seconds.
11787 *
11788 * This function issues the iocb to firmware and waits for the
James Smart5a0916b2013-07-15 18:31:42 -040011789 * iocb to complete. The iocb_cmpl field of the shall be used
11790 * to handle iocbs which time out. If the field is NULL, the
11791 * function shall free the iocbq structure. If more clean up is
11792 * needed, the caller is expected to provide a completion function
11793 * that will provide the needed clean up. If the iocb command is
11794 * not completed within timeout seconds, the function will either
11795 * free the iocbq structure (if iocb_cmpl == NULL) or execute the
11796 * completion function set in the iocb_cmpl field and then return
11797 * a status of IOCB_TIMEDOUT. The caller should not free the iocb
11798 * resources if this function returns IOCB_TIMEDOUT.
James Smarte59058c2008-08-24 21:49:00 -040011799 * The function waits for the iocb completion using an
11800 * non-interruptible wait.
11801 * This function will sleep while waiting for iocb completion.
11802 * So, this function should not be called from any context which
11803 * does not allow sleeping. Due to the same reason, this function
11804 * cannot be called with interrupt disabled.
11805 * This function assumes that the iocb completions occur while
11806 * this function sleep. So, this function cannot be called from
11807 * the thread which process iocb completion for this ring.
11808 * This function clears the iocb_flag of the iocb object before
11809 * issuing the iocb and the iocb completion handler sets this
11810 * flag and wakes this thread when the iocb completes.
11811 * The contents of the response iocb will be copied to prspiocbq
11812 * by the completion handler when the command completes.
11813 * This function returns IOCB_SUCCESS when success.
11814 * This function is called with no lock held.
11815 **/
dea31012005-04-17 16:05:31 -050011816int
James Smart2e0fef82007-06-17 19:56:36 -050011817lpfc_sli_issue_iocb_wait(struct lpfc_hba *phba,
James Smartda0436e2009-05-22 14:51:39 -040011818 uint32_t ring_number,
James Smart2e0fef82007-06-17 19:56:36 -050011819 struct lpfc_iocbq *piocb,
11820 struct lpfc_iocbq *prspiocbq,
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011821 uint32_t timeout)
dea31012005-04-17 16:05:31 -050011822{
Peter Zijlstra7259f0d2006-10-29 22:46:36 -080011823 DECLARE_WAIT_QUEUE_HEAD_ONSTACK(done_q);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011824 long timeleft, timeout_req = 0;
11825 int retval = IOCB_SUCCESS;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050011826 uint32_t creg_val;
James Smart0e9bb8d2013-03-01 16:35:12 -050011827 struct lpfc_iocbq *iocb;
11828 int txq_cnt = 0;
11829 int txcmplq_cnt = 0;
James Smart895427b2017-02-12 13:52:30 -080011830 struct lpfc_sli_ring *pring;
James Smart5a0916b2013-07-15 18:31:42 -040011831 unsigned long iflags;
11832 bool iocb_completed = true;
11833
James Smart895427b2017-02-12 13:52:30 -080011834 if (phba->sli_rev >= LPFC_SLI_REV4)
11835 pring = lpfc_sli4_calc_ring(phba, piocb);
11836 else
11837 pring = &phba->sli.sli3_ring[ring_number];
dea31012005-04-17 16:05:31 -050011838 /*
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011839 * If the caller has provided a response iocbq buffer, then context2
11840 * is NULL or its an error.
dea31012005-04-17 16:05:31 -050011841 */
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011842 if (prspiocbq) {
11843 if (piocb->context2)
11844 return IOCB_ERROR;
11845 piocb->context2 = prspiocbq;
dea31012005-04-17 16:05:31 -050011846 }
11847
James Smart5a0916b2013-07-15 18:31:42 -040011848 piocb->wait_iocb_cmpl = piocb->iocb_cmpl;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011849 piocb->iocb_cmpl = lpfc_sli_wake_iocb_wait;
11850 piocb->context_un.wait_queue = &done_q;
James Smart5a0916b2013-07-15 18:31:42 -040011851 piocb->iocb_flag &= ~(LPFC_IO_WAKE | LPFC_IO_WAKE_TMO);
dea31012005-04-17 16:05:31 -050011852
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050011853 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
James Smart9940b972011-03-11 16:06:12 -050011854 if (lpfc_readl(phba->HCregaddr, &creg_val))
11855 return IOCB_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050011856 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING);
11857 writel(creg_val, phba->HCregaddr);
11858 readl(phba->HCregaddr); /* flush */
11859 }
11860
James Smart2a9bf3d2010-06-07 15:24:45 -040011861 retval = lpfc_sli_issue_iocb(phba, ring_number, piocb,
11862 SLI_IOCB_RET_IOCB);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011863 if (retval == IOCB_SUCCESS) {
James Smart256ec0d2013-04-17 20:14:58 -040011864 timeout_req = msecs_to_jiffies(timeout * 1000);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011865 timeleft = wait_event_timeout(done_q,
James Smartd11e31d2009-06-10 17:23:06 -040011866 lpfc_chk_iocb_flg(phba, piocb, LPFC_IO_WAKE),
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011867 timeout_req);
James Smart5a0916b2013-07-15 18:31:42 -040011868 spin_lock_irqsave(&phba->hbalock, iflags);
11869 if (!(piocb->iocb_flag & LPFC_IO_WAKE)) {
dea31012005-04-17 16:05:31 -050011870
James Smart5a0916b2013-07-15 18:31:42 -040011871 /*
11872 * IOCB timed out. Inform the wake iocb wait
11873 * completion function and set local status
11874 */
11875
11876 iocb_completed = false;
11877 piocb->iocb_flag |= LPFC_IO_WAKE_TMO;
11878 }
11879 spin_unlock_irqrestore(&phba->hbalock, iflags);
11880 if (iocb_completed) {
James Smart7054a602007-04-25 09:52:34 -040011881 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040011882 "0331 IOCB wake signaled\n");
James Smart53151bb2013-10-10 12:24:07 -040011883 /* Note: we are not indicating if the IOCB has a success
11884 * status or not - that's for the caller to check.
11885 * IOCB_SUCCESS means just that the command was sent and
11886 * completed. Not that it completed successfully.
11887 * */
James Smart7054a602007-04-25 09:52:34 -040011888 } else if (timeleft == 0) {
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011889 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040011890 "0338 IOCB wait timeout error - no "
11891 "wake response Data x%x\n", timeout);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011892 retval = IOCB_TIMEDOUT;
James Smart7054a602007-04-25 09:52:34 -040011893 } else {
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011894 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040011895 "0330 IOCB wake NOT set, "
11896 "Data x%x x%lx\n",
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011897 timeout, (timeleft / jiffies));
11898 retval = IOCB_TIMEDOUT;
dea31012005-04-17 16:05:31 -050011899 }
James Smart2a9bf3d2010-06-07 15:24:45 -040011900 } else if (retval == IOCB_BUSY) {
James Smart0e9bb8d2013-03-01 16:35:12 -050011901 if (phba->cfg_log_verbose & LOG_SLI) {
11902 list_for_each_entry(iocb, &pring->txq, list) {
11903 txq_cnt++;
11904 }
11905 list_for_each_entry(iocb, &pring->txcmplq, list) {
11906 txcmplq_cnt++;
11907 }
11908 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
11909 "2818 Max IOCBs %d txq cnt %d txcmplq cnt %d\n",
11910 phba->iocb_cnt, txq_cnt, txcmplq_cnt);
11911 }
James Smart2a9bf3d2010-06-07 15:24:45 -040011912 return retval;
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011913 } else {
11914 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smartd7c255b2008-08-24 21:50:00 -040011915 "0332 IOCB wait issue failed, Data x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040011916 retval);
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011917 retval = IOCB_ERROR;
dea31012005-04-17 16:05:31 -050011918 }
11919
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050011920 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
James Smart9940b972011-03-11 16:06:12 -050011921 if (lpfc_readl(phba->HCregaddr, &creg_val))
11922 return IOCB_ERROR;
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -050011923 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING);
11924 writel(creg_val, phba->HCregaddr);
11925 readl(phba->HCregaddr); /* flush */
11926 }
11927
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011928 if (prspiocbq)
11929 piocb->context2 = NULL;
11930
11931 piocb->context_un.wait_queue = NULL;
11932 piocb->iocb_cmpl = NULL;
dea31012005-04-17 16:05:31 -050011933 return retval;
11934}
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -040011935
James Smarte59058c2008-08-24 21:49:00 -040011936/**
James Smart3621a712009-04-06 18:47:14 -040011937 * lpfc_sli_issue_mbox_wait - Synchronous function to issue mailbox
James Smarte59058c2008-08-24 21:49:00 -040011938 * @phba: Pointer to HBA context object.
11939 * @pmboxq: Pointer to driver mailbox object.
11940 * @timeout: Timeout in number of seconds.
11941 *
11942 * This function issues the mailbox to firmware and waits for the
11943 * mailbox command to complete. If the mailbox command is not
11944 * completed within timeout seconds, it returns MBX_TIMEOUT.
11945 * The function waits for the mailbox completion using an
11946 * interruptible wait. If the thread is woken up due to a
11947 * signal, MBX_TIMEOUT error is returned to the caller. Caller
11948 * should not free the mailbox resources, if this function returns
11949 * MBX_TIMEOUT.
11950 * This function will sleep while waiting for mailbox completion.
11951 * So, this function should not be called from any context which
11952 * does not allow sleeping. Due to the same reason, this function
11953 * cannot be called with interrupt disabled.
11954 * This function assumes that the mailbox completion occurs while
11955 * this function sleep. So, this function cannot be called from
11956 * the worker thread which processes mailbox completion.
11957 * This function is called in the context of HBA management
11958 * applications.
11959 * This function returns MBX_SUCCESS when successful.
11960 * This function is called with no lock held.
11961 **/
dea31012005-04-17 16:05:31 -050011962int
James Smart2e0fef82007-06-17 19:56:36 -050011963lpfc_sli_issue_mbox_wait(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq,
dea31012005-04-17 16:05:31 -050011964 uint32_t timeout)
11965{
James Smarte29d74f2018-03-05 12:04:07 -080011966 struct completion mbox_done;
dea31012005-04-17 16:05:31 -050011967 int retval;
James Smart858c9f62007-06-17 19:56:39 -050011968 unsigned long flag;
dea31012005-04-17 16:05:31 -050011969
James Smart495a7142008-06-14 22:52:59 -040011970 pmboxq->mbox_flag &= ~LPFC_MBX_WAKE;
dea31012005-04-17 16:05:31 -050011971 /* setup wake call as IOCB callback */
11972 pmboxq->mbox_cmpl = lpfc_sli_wake_mbox_wait;
dea31012005-04-17 16:05:31 -050011973
James Smarte29d74f2018-03-05 12:04:07 -080011974 /* setup context3 field to pass wait_queue pointer to wake function */
11975 init_completion(&mbox_done);
11976 pmboxq->context3 = &mbox_done;
dea31012005-04-17 16:05:31 -050011977 /* now issue the command */
11978 retval = lpfc_sli_issue_mbox(phba, pmboxq, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -050011979 if (retval == MBX_BUSY || retval == MBX_SUCCESS) {
James Smarte29d74f2018-03-05 12:04:07 -080011980 wait_for_completion_timeout(&mbox_done,
11981 msecs_to_jiffies(timeout * 1000));
James Smart7054a602007-04-25 09:52:34 -040011982
James Smart858c9f62007-06-17 19:56:39 -050011983 spin_lock_irqsave(&phba->hbalock, flag);
James Smarte29d74f2018-03-05 12:04:07 -080011984 pmboxq->context3 = NULL;
James Smart7054a602007-04-25 09:52:34 -040011985 /*
11986 * if LPFC_MBX_WAKE flag is set the mailbox is completed
11987 * else do not free the resources.
11988 */
James Smartd7c47992010-06-08 18:31:54 -040011989 if (pmboxq->mbox_flag & LPFC_MBX_WAKE) {
dea31012005-04-17 16:05:31 -050011990 retval = MBX_SUCCESS;
James Smartd7c47992010-06-08 18:31:54 -040011991 } else {
James Smart7054a602007-04-25 09:52:34 -040011992 retval = MBX_TIMEOUT;
James Smart858c9f62007-06-17 19:56:39 -050011993 pmboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
11994 }
11995 spin_unlock_irqrestore(&phba->hbalock, flag);
dea31012005-04-17 16:05:31 -050011996 }
dea31012005-04-17 16:05:31 -050011997 return retval;
11998}
11999
James Smarte59058c2008-08-24 21:49:00 -040012000/**
James Smart3772a992009-05-22 14:50:54 -040012001 * lpfc_sli_mbox_sys_shutdown - shutdown mailbox command sub-system
James Smarte59058c2008-08-24 21:49:00 -040012002 * @phba: Pointer to HBA context.
12003 *
James Smart3772a992009-05-22 14:50:54 -040012004 * This function is called to shutdown the driver's mailbox sub-system.
12005 * It first marks the mailbox sub-system is in a block state to prevent
12006 * the asynchronous mailbox command from issued off the pending mailbox
12007 * command queue. If the mailbox command sub-system shutdown is due to
12008 * HBA error conditions such as EEH or ERATT, this routine shall invoke
12009 * the mailbox sub-system flush routine to forcefully bring down the
12010 * mailbox sub-system. Otherwise, if it is due to normal condition (such
12011 * as with offline or HBA function reset), this routine will wait for the
12012 * outstanding mailbox command to complete before invoking the mailbox
12013 * sub-system flush routine to gracefully bring down mailbox sub-system.
James Smarte59058c2008-08-24 21:49:00 -040012014 **/
James Smart3772a992009-05-22 14:50:54 -040012015void
James Smart618a5232012-06-12 13:54:36 -040012016lpfc_sli_mbox_sys_shutdown(struct lpfc_hba *phba, int mbx_action)
James Smartb4c02652006-07-06 15:50:43 -040012017{
James Smart3772a992009-05-22 14:50:54 -040012018 struct lpfc_sli *psli = &phba->sli;
James Smart3772a992009-05-22 14:50:54 -040012019 unsigned long timeout;
12020
James Smart618a5232012-06-12 13:54:36 -040012021 if (mbx_action == LPFC_MBX_NO_WAIT) {
12022 /* delay 100ms for port state */
12023 msleep(100);
12024 lpfc_sli_mbox_sys_flush(phba);
12025 return;
12026 }
James Smarta183a152011-10-10 21:32:43 -040012027 timeout = msecs_to_jiffies(LPFC_MBOX_TMO * 1000) + jiffies;
James Smartd7069f02012-03-01 22:36:29 -050012028
James Smart523128e2018-09-10 10:30:46 -070012029 /* Disable softirqs, including timers from obtaining phba->hbalock */
12030 local_bh_disable();
12031
James Smart3772a992009-05-22 14:50:54 -040012032 spin_lock_irq(&phba->hbalock);
12033 psli->sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
James Smart3772a992009-05-22 14:50:54 -040012034
12035 if (psli->sli_flag & LPFC_SLI_ACTIVE) {
James Smart3772a992009-05-22 14:50:54 -040012036 /* Determine how long we might wait for the active mailbox
12037 * command to be gracefully completed by firmware.
12038 */
James Smarta183a152011-10-10 21:32:43 -040012039 if (phba->sli.mbox_active)
12040 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
12041 phba->sli.mbox_active) *
12042 1000) + jiffies;
12043 spin_unlock_irq(&phba->hbalock);
12044
James Smart523128e2018-09-10 10:30:46 -070012045 /* Enable softirqs again, done with phba->hbalock */
12046 local_bh_enable();
12047
James Smart3772a992009-05-22 14:50:54 -040012048 while (phba->sli.mbox_active) {
12049 /* Check active mailbox complete status every 2ms */
12050 msleep(2);
12051 if (time_after(jiffies, timeout))
12052 /* Timeout, let the mailbox flush routine to
12053 * forcefully release active mailbox command
12054 */
12055 break;
12056 }
James Smart523128e2018-09-10 10:30:46 -070012057 } else {
James Smartd7069f02012-03-01 22:36:29 -050012058 spin_unlock_irq(&phba->hbalock);
12059
James Smart523128e2018-09-10 10:30:46 -070012060 /* Enable softirqs again, done with phba->hbalock */
12061 local_bh_enable();
12062 }
12063
James Smart3772a992009-05-22 14:50:54 -040012064 lpfc_sli_mbox_sys_flush(phba);
12065}
12066
12067/**
12068 * lpfc_sli_eratt_read - read sli-3 error attention events
12069 * @phba: Pointer to HBA context.
12070 *
12071 * This function is called to read the SLI3 device error attention registers
12072 * for possible error attention events. The caller must hold the hostlock
12073 * with spin_lock_irq().
12074 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030012075 * This function returns 1 when there is Error Attention in the Host Attention
James Smart3772a992009-05-22 14:50:54 -040012076 * Register and returns 0 otherwise.
12077 **/
12078static int
12079lpfc_sli_eratt_read(struct lpfc_hba *phba)
12080{
James Smarted957682007-06-17 19:56:37 -050012081 uint32_t ha_copy;
James Smartb4c02652006-07-06 15:50:43 -040012082
James Smart3772a992009-05-22 14:50:54 -040012083 /* Read chip Host Attention (HA) register */
James Smart9940b972011-03-11 16:06:12 -050012084 if (lpfc_readl(phba->HAregaddr, &ha_copy))
12085 goto unplug_err;
12086
James Smart3772a992009-05-22 14:50:54 -040012087 if (ha_copy & HA_ERATT) {
12088 /* Read host status register to retrieve error event */
James Smart9940b972011-03-11 16:06:12 -050012089 if (lpfc_sli_read_hs(phba))
12090 goto unplug_err;
James Smartb4c02652006-07-06 15:50:43 -040012091
James Smart3772a992009-05-22 14:50:54 -040012092 /* Check if there is a deferred error condition is active */
12093 if ((HS_FFER1 & phba->work_hs) &&
12094 ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 |
James Smartdcf2a4e2010-09-29 11:18:53 -040012095 HS_FFER6 | HS_FFER7 | HS_FFER8) & phba->work_hs)) {
James Smart3772a992009-05-22 14:50:54 -040012096 phba->hba_flag |= DEFER_ERATT;
James Smart3772a992009-05-22 14:50:54 -040012097 /* Clear all interrupt enable conditions */
12098 writel(0, phba->HCregaddr);
12099 readl(phba->HCregaddr);
12100 }
12101
12102 /* Set the driver HA work bitmap */
James Smart3772a992009-05-22 14:50:54 -040012103 phba->work_ha |= HA_ERATT;
12104 /* Indicate polling handles this ERATT */
12105 phba->hba_flag |= HBA_ERATT_HANDLED;
James Smart3772a992009-05-22 14:50:54 -040012106 return 1;
James Smartb4c02652006-07-06 15:50:43 -040012107 }
James Smart3772a992009-05-22 14:50:54 -040012108 return 0;
James Smart9940b972011-03-11 16:06:12 -050012109
12110unplug_err:
12111 /* Set the driver HS work bitmap */
12112 phba->work_hs |= UNPLUG_ERR;
12113 /* Set the driver HA work bitmap */
12114 phba->work_ha |= HA_ERATT;
12115 /* Indicate polling handles this ERATT */
12116 phba->hba_flag |= HBA_ERATT_HANDLED;
12117 return 1;
James Smartb4c02652006-07-06 15:50:43 -040012118}
12119
James Smarte59058c2008-08-24 21:49:00 -040012120/**
James Smartda0436e2009-05-22 14:51:39 -040012121 * lpfc_sli4_eratt_read - read sli-4 error attention events
12122 * @phba: Pointer to HBA context.
12123 *
12124 * This function is called to read the SLI4 device error attention registers
12125 * for possible error attention events. The caller must hold the hostlock
12126 * with spin_lock_irq().
12127 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030012128 * This function returns 1 when there is Error Attention in the Host Attention
James Smartda0436e2009-05-22 14:51:39 -040012129 * Register and returns 0 otherwise.
12130 **/
12131static int
12132lpfc_sli4_eratt_read(struct lpfc_hba *phba)
12133{
12134 uint32_t uerr_sta_hi, uerr_sta_lo;
James Smart2fcee4b2010-12-15 17:57:46 -050012135 uint32_t if_type, portsmphr;
12136 struct lpfc_register portstat_reg;
James Smartda0436e2009-05-22 14:51:39 -040012137
James Smart2fcee4b2010-12-15 17:57:46 -050012138 /*
12139 * For now, use the SLI4 device internal unrecoverable error
James Smartda0436e2009-05-22 14:51:39 -040012140 * registers for error attention. This can be changed later.
12141 */
James Smart2fcee4b2010-12-15 17:57:46 -050012142 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
12143 switch (if_type) {
12144 case LPFC_SLI_INTF_IF_TYPE_0:
James Smart9940b972011-03-11 16:06:12 -050012145 if (lpfc_readl(phba->sli4_hba.u.if_type0.UERRLOregaddr,
12146 &uerr_sta_lo) ||
12147 lpfc_readl(phba->sli4_hba.u.if_type0.UERRHIregaddr,
12148 &uerr_sta_hi)) {
12149 phba->work_hs |= UNPLUG_ERR;
12150 phba->work_ha |= HA_ERATT;
12151 phba->hba_flag |= HBA_ERATT_HANDLED;
12152 return 1;
12153 }
James Smart2fcee4b2010-12-15 17:57:46 -050012154 if ((~phba->sli4_hba.ue_mask_lo & uerr_sta_lo) ||
12155 (~phba->sli4_hba.ue_mask_hi & uerr_sta_hi)) {
12156 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12157 "1423 HBA Unrecoverable error: "
12158 "uerr_lo_reg=0x%x, uerr_hi_reg=0x%x, "
12159 "ue_mask_lo_reg=0x%x, "
12160 "ue_mask_hi_reg=0x%x\n",
12161 uerr_sta_lo, uerr_sta_hi,
12162 phba->sli4_hba.ue_mask_lo,
12163 phba->sli4_hba.ue_mask_hi);
12164 phba->work_status[0] = uerr_sta_lo;
12165 phba->work_status[1] = uerr_sta_hi;
12166 phba->work_ha |= HA_ERATT;
12167 phba->hba_flag |= HBA_ERATT_HANDLED;
12168 return 1;
12169 }
12170 break;
12171 case LPFC_SLI_INTF_IF_TYPE_2:
James Smart27d6ac02018-02-22 08:18:42 -080012172 case LPFC_SLI_INTF_IF_TYPE_6:
James Smart9940b972011-03-11 16:06:12 -050012173 if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr,
12174 &portstat_reg.word0) ||
12175 lpfc_readl(phba->sli4_hba.PSMPHRregaddr,
12176 &portsmphr)){
12177 phba->work_hs |= UNPLUG_ERR;
12178 phba->work_ha |= HA_ERATT;
12179 phba->hba_flag |= HBA_ERATT_HANDLED;
12180 return 1;
12181 }
James Smart2fcee4b2010-12-15 17:57:46 -050012182 if (bf_get(lpfc_sliport_status_err, &portstat_reg)) {
12183 phba->work_status[0] =
12184 readl(phba->sli4_hba.u.if_type2.ERR1regaddr);
12185 phba->work_status[1] =
12186 readl(phba->sli4_hba.u.if_type2.ERR2regaddr);
12187 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2e90f4b2011-12-13 13:22:37 -050012188 "2885 Port Status Event: "
James Smart2fcee4b2010-12-15 17:57:46 -050012189 "port status reg 0x%x, "
12190 "port smphr reg 0x%x, "
12191 "error 1=0x%x, error 2=0x%x\n",
12192 portstat_reg.word0,
12193 portsmphr,
12194 phba->work_status[0],
12195 phba->work_status[1]);
12196 phba->work_ha |= HA_ERATT;
12197 phba->hba_flag |= HBA_ERATT_HANDLED;
12198 return 1;
12199 }
12200 break;
12201 case LPFC_SLI_INTF_IF_TYPE_1:
12202 default:
James Smarta747c9c2009-11-18 15:41:10 -050012203 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2fcee4b2010-12-15 17:57:46 -050012204 "2886 HBA Error Attention on unsupported "
12205 "if type %d.", if_type);
James Smarta747c9c2009-11-18 15:41:10 -050012206 return 1;
James Smartda0436e2009-05-22 14:51:39 -040012207 }
James Smart2fcee4b2010-12-15 17:57:46 -050012208
James Smartda0436e2009-05-22 14:51:39 -040012209 return 0;
12210}
12211
12212/**
James Smart3621a712009-04-06 18:47:14 -040012213 * lpfc_sli_check_eratt - check error attention events
James Smart93996272008-08-24 21:50:30 -040012214 * @phba: Pointer to HBA context.
12215 *
James Smart3772a992009-05-22 14:50:54 -040012216 * This function is called from timer soft interrupt context to check HBA's
James Smart93996272008-08-24 21:50:30 -040012217 * error attention register bit for error attention events.
12218 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030012219 * This function returns 1 when there is Error Attention in the Host Attention
James Smart93996272008-08-24 21:50:30 -040012220 * Register and returns 0 otherwise.
12221 **/
12222int
12223lpfc_sli_check_eratt(struct lpfc_hba *phba)
12224{
12225 uint32_t ha_copy;
12226
12227 /* If somebody is waiting to handle an eratt, don't process it
12228 * here. The brdkill function will do this.
12229 */
12230 if (phba->link_flag & LS_IGNORE_ERATT)
12231 return 0;
12232
12233 /* Check if interrupt handler handles this ERATT */
12234 spin_lock_irq(&phba->hbalock);
12235 if (phba->hba_flag & HBA_ERATT_HANDLED) {
12236 /* Interrupt handler has handled ERATT */
12237 spin_unlock_irq(&phba->hbalock);
12238 return 0;
12239 }
12240
James Smarta257bf92009-04-06 18:48:10 -040012241 /*
12242 * If there is deferred error attention, do not check for error
12243 * attention
12244 */
12245 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
12246 spin_unlock_irq(&phba->hbalock);
12247 return 0;
12248 }
12249
James Smart3772a992009-05-22 14:50:54 -040012250 /* If PCI channel is offline, don't process it */
12251 if (unlikely(pci_channel_offline(phba->pcidev))) {
James Smart93996272008-08-24 21:50:30 -040012252 spin_unlock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -040012253 return 0;
12254 }
12255
12256 switch (phba->sli_rev) {
12257 case LPFC_SLI_REV2:
12258 case LPFC_SLI_REV3:
12259 /* Read chip Host Attention (HA) register */
12260 ha_copy = lpfc_sli_eratt_read(phba);
12261 break;
James Smartda0436e2009-05-22 14:51:39 -040012262 case LPFC_SLI_REV4:
James Smart2fcee4b2010-12-15 17:57:46 -050012263 /* Read device Uncoverable Error (UERR) registers */
James Smartda0436e2009-05-22 14:51:39 -040012264 ha_copy = lpfc_sli4_eratt_read(phba);
12265 break;
James Smart3772a992009-05-22 14:50:54 -040012266 default:
12267 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
12268 "0299 Invalid SLI revision (%d)\n",
12269 phba->sli_rev);
12270 ha_copy = 0;
12271 break;
James Smart93996272008-08-24 21:50:30 -040012272 }
12273 spin_unlock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -040012274
12275 return ha_copy;
12276}
12277
12278/**
12279 * lpfc_intr_state_check - Check device state for interrupt handling
12280 * @phba: Pointer to HBA context.
12281 *
12282 * This inline routine checks whether a device or its PCI slot is in a state
12283 * that the interrupt should be handled.
12284 *
12285 * This function returns 0 if the device or the PCI slot is in a state that
12286 * interrupt should be handled, otherwise -EIO.
12287 */
12288static inline int
12289lpfc_intr_state_check(struct lpfc_hba *phba)
12290{
12291 /* If the pci channel is offline, ignore all the interrupts */
12292 if (unlikely(pci_channel_offline(phba->pcidev)))
12293 return -EIO;
12294
12295 /* Update device level interrupt statistics */
12296 phba->sli.slistat.sli_intr++;
12297
12298 /* Ignore all interrupts during initialization. */
12299 if (unlikely(phba->link_state < LPFC_LINK_DOWN))
12300 return -EIO;
12301
James Smart93996272008-08-24 21:50:30 -040012302 return 0;
12303}
12304
12305/**
James Smart3772a992009-05-22 14:50:54 -040012306 * lpfc_sli_sp_intr_handler - Slow-path interrupt handler to SLI-3 device
James Smarte59058c2008-08-24 21:49:00 -040012307 * @irq: Interrupt number.
12308 * @dev_id: The device context pointer.
12309 *
James Smart93996272008-08-24 21:50:30 -040012310 * This function is directly called from the PCI layer as an interrupt
James Smart3772a992009-05-22 14:50:54 -040012311 * service routine when device with SLI-3 interface spec is enabled with
12312 * MSI-X multi-message interrupt mode and there are slow-path events in
12313 * the HBA. However, when the device is enabled with either MSI or Pin-IRQ
12314 * interrupt mode, this function is called as part of the device-level
12315 * interrupt handler. When the PCI slot is in error recovery or the HBA
12316 * is undergoing initialization, the interrupt handler will not process
12317 * the interrupt. The link attention and ELS ring attention events are
12318 * handled by the worker thread. The interrupt handler signals the worker
12319 * thread and returns for these events. This function is called without
12320 * any lock held. It gets the hbalock to access and update SLI data
James Smart93996272008-08-24 21:50:30 -040012321 * structures.
12322 *
12323 * This function returns IRQ_HANDLED when interrupt is handled else it
12324 * returns IRQ_NONE.
James Smarte59058c2008-08-24 21:49:00 -040012325 **/
dea31012005-04-17 16:05:31 -050012326irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040012327lpfc_sli_sp_intr_handler(int irq, void *dev_id)
dea31012005-04-17 16:05:31 -050012328{
James Smart2e0fef82007-06-17 19:56:36 -050012329 struct lpfc_hba *phba;
James Smarta747c9c2009-11-18 15:41:10 -050012330 uint32_t ha_copy, hc_copy;
dea31012005-04-17 16:05:31 -050012331 uint32_t work_ha_copy;
12332 unsigned long status;
James Smart5b75da22008-12-04 22:39:35 -050012333 unsigned long iflag;
dea31012005-04-17 16:05:31 -050012334 uint32_t control;
12335
James Smart92d7f7b2007-06-17 19:56:38 -050012336 MAILBOX_t *mbox, *pmbox;
James Smart858c9f62007-06-17 19:56:39 -050012337 struct lpfc_vport *vport;
12338 struct lpfc_nodelist *ndlp;
12339 struct lpfc_dmabuf *mp;
James Smart92d7f7b2007-06-17 19:56:38 -050012340 LPFC_MBOXQ_t *pmb;
12341 int rc;
12342
dea31012005-04-17 16:05:31 -050012343 /*
12344 * Get the driver's phba structure from the dev_id and
12345 * assume the HBA is not interrupting.
12346 */
James Smart93996272008-08-24 21:50:30 -040012347 phba = (struct lpfc_hba *)dev_id;
dea31012005-04-17 16:05:31 -050012348
12349 if (unlikely(!phba))
12350 return IRQ_NONE;
12351
dea31012005-04-17 16:05:31 -050012352 /*
James Smart93996272008-08-24 21:50:30 -040012353 * Stuff needs to be attented to when this function is invoked as an
12354 * individual interrupt handler in MSI-X multi-message interrupt mode
dea31012005-04-17 16:05:31 -050012355 */
James Smart93996272008-08-24 21:50:30 -040012356 if (phba->intr_type == MSIX) {
James Smart3772a992009-05-22 14:50:54 -040012357 /* Check device state for handling interrupt */
12358 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040012359 return IRQ_NONE;
12360 /* Need to read HA REG for slow-path events */
James Smart5b75da22008-12-04 22:39:35 -050012361 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart9940b972011-03-11 16:06:12 -050012362 if (lpfc_readl(phba->HAregaddr, &ha_copy))
12363 goto unplug_error;
James Smart93996272008-08-24 21:50:30 -040012364 /* If somebody is waiting to handle an eratt don't process it
12365 * here. The brdkill function will do this.
12366 */
12367 if (phba->link_flag & LS_IGNORE_ERATT)
12368 ha_copy &= ~HA_ERATT;
12369 /* Check the need for handling ERATT in interrupt handler */
12370 if (ha_copy & HA_ERATT) {
12371 if (phba->hba_flag & HBA_ERATT_HANDLED)
12372 /* ERATT polling has handled ERATT */
12373 ha_copy &= ~HA_ERATT;
12374 else
12375 /* Indicate interrupt handler handles ERATT */
12376 phba->hba_flag |= HBA_ERATT_HANDLED;
12377 }
James Smarta257bf92009-04-06 18:48:10 -040012378
12379 /*
12380 * If there is deferred error attention, do not check for any
12381 * interrupt.
12382 */
12383 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
James Smart3772a992009-05-22 14:50:54 -040012384 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040012385 return IRQ_NONE;
12386 }
12387
James Smart93996272008-08-24 21:50:30 -040012388 /* Clear up only attention source related to slow-path */
James Smart9940b972011-03-11 16:06:12 -050012389 if (lpfc_readl(phba->HCregaddr, &hc_copy))
12390 goto unplug_error;
12391
James Smarta747c9c2009-11-18 15:41:10 -050012392 writel(hc_copy & ~(HC_MBINT_ENA | HC_R2INT_ENA |
12393 HC_LAINT_ENA | HC_ERINT_ENA),
12394 phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040012395 writel((ha_copy & (HA_MBATT | HA_R2_CLR_MSK)),
12396 phba->HAregaddr);
James Smarta747c9c2009-11-18 15:41:10 -050012397 writel(hc_copy, phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040012398 readl(phba->HAregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050012399 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040012400 } else
12401 ha_copy = phba->ha_copy;
dea31012005-04-17 16:05:31 -050012402
dea31012005-04-17 16:05:31 -050012403 work_ha_copy = ha_copy & phba->work_ha_mask;
12404
James Smart93996272008-08-24 21:50:30 -040012405 if (work_ha_copy) {
dea31012005-04-17 16:05:31 -050012406 if (work_ha_copy & HA_LATT) {
12407 if (phba->sli.sli_flag & LPFC_PROCESS_LA) {
12408 /*
12409 * Turn off Link Attention interrupts
12410 * until CLEAR_LA done
12411 */
James Smart5b75da22008-12-04 22:39:35 -050012412 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050012413 phba->sli.sli_flag &= ~LPFC_PROCESS_LA;
James Smart9940b972011-03-11 16:06:12 -050012414 if (lpfc_readl(phba->HCregaddr, &control))
12415 goto unplug_error;
dea31012005-04-17 16:05:31 -050012416 control &= ~HC_LAINT_ENA;
12417 writel(control, phba->HCregaddr);
12418 readl(phba->HCregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050012419 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050012420 }
12421 else
12422 work_ha_copy &= ~HA_LATT;
12423 }
12424
James Smart93996272008-08-24 21:50:30 -040012425 if (work_ha_copy & ~(HA_ERATT | HA_MBATT | HA_LATT)) {
James Smart858c9f62007-06-17 19:56:39 -050012426 /*
12427 * Turn off Slow Rings interrupts, LPFC_ELS_RING is
12428 * the only slow ring.
12429 */
12430 status = (work_ha_copy &
12431 (HA_RXMASK << (4*LPFC_ELS_RING)));
12432 status >>= (4*LPFC_ELS_RING);
12433 if (status & HA_RXMASK) {
James Smart5b75da22008-12-04 22:39:35 -050012434 spin_lock_irqsave(&phba->hbalock, iflag);
James Smart9940b972011-03-11 16:06:12 -050012435 if (lpfc_readl(phba->HCregaddr, &control))
12436 goto unplug_error;
James Smarta58cbd52007-08-02 11:09:43 -040012437
12438 lpfc_debugfs_slow_ring_trc(phba,
12439 "ISR slow ring: ctl:x%x stat:x%x isrcnt:x%x",
12440 control, status,
12441 (uint32_t)phba->sli.slistat.sli_intr);
12442
James Smart858c9f62007-06-17 19:56:39 -050012443 if (control & (HC_R0INT_ENA << LPFC_ELS_RING)) {
James Smarta58cbd52007-08-02 11:09:43 -040012444 lpfc_debugfs_slow_ring_trc(phba,
12445 "ISR Disable ring:"
12446 "pwork:x%x hawork:x%x wait:x%x",
12447 phba->work_ha, work_ha_copy,
12448 (uint32_t)((unsigned long)
James Smart5e9d9b82008-06-14 22:52:53 -040012449 &phba->work_waitq));
James Smarta58cbd52007-08-02 11:09:43 -040012450
James Smart858c9f62007-06-17 19:56:39 -050012451 control &=
12452 ~(HC_R0INT_ENA << LPFC_ELS_RING);
dea31012005-04-17 16:05:31 -050012453 writel(control, phba->HCregaddr);
12454 readl(phba->HCregaddr); /* flush */
dea31012005-04-17 16:05:31 -050012455 }
James Smarta58cbd52007-08-02 11:09:43 -040012456 else {
12457 lpfc_debugfs_slow_ring_trc(phba,
12458 "ISR slow ring: pwork:"
12459 "x%x hawork:x%x wait:x%x",
12460 phba->work_ha, work_ha_copy,
12461 (uint32_t)((unsigned long)
James Smart5e9d9b82008-06-14 22:52:53 -040012462 &phba->work_waitq));
James Smarta58cbd52007-08-02 11:09:43 -040012463 }
James Smart5b75da22008-12-04 22:39:35 -050012464 spin_unlock_irqrestore(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050012465 }
12466 }
James Smart5b75da22008-12-04 22:39:35 -050012467 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040012468 if (work_ha_copy & HA_ERATT) {
James Smart9940b972011-03-11 16:06:12 -050012469 if (lpfc_sli_read_hs(phba))
12470 goto unplug_error;
James Smarta257bf92009-04-06 18:48:10 -040012471 /*
12472 * Check if there is a deferred error condition
12473 * is active
12474 */
12475 if ((HS_FFER1 & phba->work_hs) &&
12476 ((HS_FFER2 | HS_FFER3 | HS_FFER4 | HS_FFER5 |
James Smartdcf2a4e2010-09-29 11:18:53 -040012477 HS_FFER6 | HS_FFER7 | HS_FFER8) &
12478 phba->work_hs)) {
James Smarta257bf92009-04-06 18:48:10 -040012479 phba->hba_flag |= DEFER_ERATT;
12480 /* Clear all interrupt enable conditions */
12481 writel(0, phba->HCregaddr);
12482 readl(phba->HCregaddr);
12483 }
12484 }
12485
James Smart93996272008-08-24 21:50:30 -040012486 if ((work_ha_copy & HA_MBATT) && (phba->sli.mbox_active)) {
James Smart92d7f7b2007-06-17 19:56:38 -050012487 pmb = phba->sli.mbox_active;
James Smart04c68492009-05-22 14:52:52 -040012488 pmbox = &pmb->u.mb;
James Smart34b02dc2008-08-24 21:49:55 -040012489 mbox = phba->mbox;
James Smart858c9f62007-06-17 19:56:39 -050012490 vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -050012491
12492 /* First check out the status word */
12493 lpfc_sli_pcimem_bcopy(mbox, pmbox, sizeof(uint32_t));
12494 if (pmbox->mbxOwner != OWN_HOST) {
James Smart5b75da22008-12-04 22:39:35 -050012495 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart92d7f7b2007-06-17 19:56:38 -050012496 /*
12497 * Stray Mailbox Interrupt, mbxCommand <cmd>
12498 * mbxStatus <status>
12499 */
James Smart09372822008-01-11 01:52:54 -050012500 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
James Smart92d7f7b2007-06-17 19:56:38 -050012501 LOG_SLI,
James Smarte8b62012007-08-02 11:10:09 -040012502 "(%d):0304 Stray Mailbox "
James Smart92d7f7b2007-06-17 19:56:38 -050012503 "Interrupt mbxCommand x%x "
12504 "mbxStatus x%x\n",
James Smarte8b62012007-08-02 11:10:09 -040012505 (vport ? vport->vpi : 0),
James Smart92d7f7b2007-06-17 19:56:38 -050012506 pmbox->mbxCommand,
12507 pmbox->mbxStatus);
James Smart09372822008-01-11 01:52:54 -050012508 /* clear mailbox attention bit */
12509 work_ha_copy &= ~HA_MBATT;
12510 } else {
James Smart97eab632008-04-07 10:16:05 -040012511 phba->sli.mbox_active = NULL;
James Smart5b75da22008-12-04 22:39:35 -050012512 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart09372822008-01-11 01:52:54 -050012513 phba->last_completion_time = jiffies;
12514 del_timer(&phba->sli.mbox_tmo);
James Smart09372822008-01-11 01:52:54 -050012515 if (pmb->mbox_cmpl) {
12516 lpfc_sli_pcimem_bcopy(mbox, pmbox,
12517 MAILBOX_CMD_SIZE);
James Smart7a470272010-03-15 11:25:20 -040012518 if (pmb->out_ext_byte_len &&
James Smart3e1f0712018-11-29 16:09:29 -080012519 pmb->ctx_buf)
James Smart7a470272010-03-15 11:25:20 -040012520 lpfc_sli_pcimem_bcopy(
12521 phba->mbox_ext,
James Smart3e1f0712018-11-29 16:09:29 -080012522 pmb->ctx_buf,
James Smart7a470272010-03-15 11:25:20 -040012523 pmb->out_ext_byte_len);
James Smart858c9f62007-06-17 19:56:39 -050012524 }
James Smart09372822008-01-11 01:52:54 -050012525 if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) {
12526 pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG;
12527
12528 lpfc_debugfs_disc_trc(vport,
12529 LPFC_DISC_TRC_MBOX_VPORT,
12530 "MBOX dflt rpi: : "
12531 "status:x%x rpi:x%x",
12532 (uint32_t)pmbox->mbxStatus,
12533 pmbox->un.varWords[0], 0);
12534
12535 if (!pmbox->mbxStatus) {
12536 mp = (struct lpfc_dmabuf *)
James Smart3e1f0712018-11-29 16:09:29 -080012537 (pmb->ctx_buf);
James Smart09372822008-01-11 01:52:54 -050012538 ndlp = (struct lpfc_nodelist *)
James Smart3e1f0712018-11-29 16:09:29 -080012539 pmb->ctx_ndlp;
James Smart09372822008-01-11 01:52:54 -050012540
12541 /* Reg_LOGIN of dflt RPI was
12542 * successful. new lets get
12543 * rid of the RPI using the
12544 * same mbox buffer.
12545 */
12546 lpfc_unreg_login(phba,
12547 vport->vpi,
12548 pmbox->un.varWords[0],
12549 pmb);
12550 pmb->mbox_cmpl =
12551 lpfc_mbx_cmpl_dflt_rpi;
James Smart3e1f0712018-11-29 16:09:29 -080012552 pmb->ctx_buf = mp;
12553 pmb->ctx_ndlp = ndlp;
James Smart09372822008-01-11 01:52:54 -050012554 pmb->vport = vport;
James Smart58da1ff2008-04-07 10:15:56 -040012555 rc = lpfc_sli_issue_mbox(phba,
12556 pmb,
12557 MBX_NOWAIT);
12558 if (rc != MBX_BUSY)
12559 lpfc_printf_log(phba,
12560 KERN_ERR,
12561 LOG_MBOX | LOG_SLI,
James Smartd7c255b2008-08-24 21:50:00 -040012562 "0350 rc should have"
James Smart6a9c52c2009-10-02 15:16:51 -040012563 "been MBX_BUSY\n");
James Smart3772a992009-05-22 14:50:54 -040012564 if (rc != MBX_NOT_FINISHED)
12565 goto send_current_mbox;
James Smart09372822008-01-11 01:52:54 -050012566 }
12567 }
James Smart5b75da22008-12-04 22:39:35 -050012568 spin_lock_irqsave(
12569 &phba->pport->work_port_lock,
12570 iflag);
James Smart09372822008-01-11 01:52:54 -050012571 phba->pport->work_port_events &=
12572 ~WORKER_MBOX_TMO;
James Smart5b75da22008-12-04 22:39:35 -050012573 spin_unlock_irqrestore(
12574 &phba->pport->work_port_lock,
12575 iflag);
James Smart09372822008-01-11 01:52:54 -050012576 lpfc_mbox_cmpl_put(phba, pmb);
James Smart858c9f62007-06-17 19:56:39 -050012577 }
James Smart97eab632008-04-07 10:16:05 -040012578 } else
James Smart5b75da22008-12-04 22:39:35 -050012579 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040012580
James Smart92d7f7b2007-06-17 19:56:38 -050012581 if ((work_ha_copy & HA_MBATT) &&
12582 (phba->sli.mbox_active == NULL)) {
James Smart858c9f62007-06-17 19:56:39 -050012583send_current_mbox:
James Smart92d7f7b2007-06-17 19:56:38 -050012584 /* Process next mailbox command if there is one */
James Smart58da1ff2008-04-07 10:15:56 -040012585 do {
12586 rc = lpfc_sli_issue_mbox(phba, NULL,
12587 MBX_NOWAIT);
12588 } while (rc == MBX_NOT_FINISHED);
12589 if (rc != MBX_SUCCESS)
12590 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
12591 LOG_SLI, "0349 rc should be "
James Smart6a9c52c2009-10-02 15:16:51 -040012592 "MBX_SUCCESS\n");
James Smart92d7f7b2007-06-17 19:56:38 -050012593 }
12594
James Smart5b75da22008-12-04 22:39:35 -050012595 spin_lock_irqsave(&phba->hbalock, iflag);
dea31012005-04-17 16:05:31 -050012596 phba->work_ha |= work_ha_copy;
James Smart5b75da22008-12-04 22:39:35 -050012597 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart5e9d9b82008-06-14 22:52:53 -040012598 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -050012599 }
James Smart93996272008-08-24 21:50:30 -040012600 return IRQ_HANDLED;
James Smart9940b972011-03-11 16:06:12 -050012601unplug_error:
12602 spin_unlock_irqrestore(&phba->hbalock, iflag);
12603 return IRQ_HANDLED;
dea31012005-04-17 16:05:31 -050012604
James Smart3772a992009-05-22 14:50:54 -040012605} /* lpfc_sli_sp_intr_handler */
James Smart93996272008-08-24 21:50:30 -040012606
12607/**
James Smart3772a992009-05-22 14:50:54 -040012608 * lpfc_sli_fp_intr_handler - Fast-path interrupt handler to SLI-3 device.
James Smart93996272008-08-24 21:50:30 -040012609 * @irq: Interrupt number.
12610 * @dev_id: The device context pointer.
12611 *
12612 * This function is directly called from the PCI layer as an interrupt
James Smart3772a992009-05-22 14:50:54 -040012613 * service routine when device with SLI-3 interface spec is enabled with
12614 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
12615 * ring event in the HBA. However, when the device is enabled with either
12616 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
12617 * device-level interrupt handler. When the PCI slot is in error recovery
12618 * or the HBA is undergoing initialization, the interrupt handler will not
12619 * process the interrupt. The SCSI FCP fast-path ring event are handled in
12620 * the intrrupt context. This function is called without any lock held.
12621 * It gets the hbalock to access and update SLI data structures.
James Smart93996272008-08-24 21:50:30 -040012622 *
12623 * This function returns IRQ_HANDLED when interrupt is handled else it
12624 * returns IRQ_NONE.
12625 **/
12626irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040012627lpfc_sli_fp_intr_handler(int irq, void *dev_id)
James Smart93996272008-08-24 21:50:30 -040012628{
12629 struct lpfc_hba *phba;
12630 uint32_t ha_copy;
12631 unsigned long status;
James Smart5b75da22008-12-04 22:39:35 -050012632 unsigned long iflag;
James Smart895427b2017-02-12 13:52:30 -080012633 struct lpfc_sli_ring *pring;
James Smart93996272008-08-24 21:50:30 -040012634
12635 /* Get the driver's phba structure from the dev_id and
12636 * assume the HBA is not interrupting.
12637 */
12638 phba = (struct lpfc_hba *) dev_id;
12639
12640 if (unlikely(!phba))
12641 return IRQ_NONE;
dea31012005-04-17 16:05:31 -050012642
12643 /*
James Smart93996272008-08-24 21:50:30 -040012644 * Stuff needs to be attented to when this function is invoked as an
12645 * individual interrupt handler in MSI-X multi-message interrupt mode
dea31012005-04-17 16:05:31 -050012646 */
James Smart93996272008-08-24 21:50:30 -040012647 if (phba->intr_type == MSIX) {
James Smart3772a992009-05-22 14:50:54 -040012648 /* Check device state for handling interrupt */
12649 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040012650 return IRQ_NONE;
12651 /* Need to read HA REG for FCP ring and other ring events */
James Smart9940b972011-03-11 16:06:12 -050012652 if (lpfc_readl(phba->HAregaddr, &ha_copy))
12653 return IRQ_HANDLED;
James Smart93996272008-08-24 21:50:30 -040012654 /* Clear up only attention source related to fast-path */
James Smart5b75da22008-12-04 22:39:35 -050012655 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040012656 /*
12657 * If there is deferred error attention, do not check for
12658 * any interrupt.
12659 */
12660 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
James Smart3772a992009-05-22 14:50:54 -040012661 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta257bf92009-04-06 18:48:10 -040012662 return IRQ_NONE;
12663 }
James Smart93996272008-08-24 21:50:30 -040012664 writel((ha_copy & (HA_R0_CLR_MSK | HA_R1_CLR_MSK)),
12665 phba->HAregaddr);
12666 readl(phba->HAregaddr); /* flush */
James Smart5b75da22008-12-04 22:39:35 -050012667 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart93996272008-08-24 21:50:30 -040012668 } else
12669 ha_copy = phba->ha_copy;
12670
12671 /*
12672 * Process all events on FCP ring. Take the optimized path for FCP IO.
12673 */
12674 ha_copy &= ~(phba->work_ha_mask);
12675
12676 status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
dea31012005-04-17 16:05:31 -050012677 status >>= (4*LPFC_FCP_RING);
James Smart895427b2017-02-12 13:52:30 -080012678 pring = &phba->sli.sli3_ring[LPFC_FCP_RING];
James Smart858c9f62007-06-17 19:56:39 -050012679 if (status & HA_RXMASK)
James Smart895427b2017-02-12 13:52:30 -080012680 lpfc_sli_handle_fast_ring_event(phba, pring, status);
James Smarta4bc3372006-12-02 13:34:16 -050012681
12682 if (phba->cfg_multi_ring_support == 2) {
12683 /*
James Smart93996272008-08-24 21:50:30 -040012684 * Process all events on extra ring. Take the optimized path
12685 * for extra ring IO.
James Smarta4bc3372006-12-02 13:34:16 -050012686 */
James Smart93996272008-08-24 21:50:30 -040012687 status = (ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING)));
James Smarta4bc3372006-12-02 13:34:16 -050012688 status >>= (4*LPFC_EXTRA_RING);
James Smart858c9f62007-06-17 19:56:39 -050012689 if (status & HA_RXMASK) {
James Smarta4bc3372006-12-02 13:34:16 -050012690 lpfc_sli_handle_fast_ring_event(phba,
James Smart895427b2017-02-12 13:52:30 -080012691 &phba->sli.sli3_ring[LPFC_EXTRA_RING],
James Smarta4bc3372006-12-02 13:34:16 -050012692 status);
12693 }
12694 }
dea31012005-04-17 16:05:31 -050012695 return IRQ_HANDLED;
James Smart3772a992009-05-22 14:50:54 -040012696} /* lpfc_sli_fp_intr_handler */
dea31012005-04-17 16:05:31 -050012697
James Smart93996272008-08-24 21:50:30 -040012698/**
James Smart3772a992009-05-22 14:50:54 -040012699 * lpfc_sli_intr_handler - Device-level interrupt handler to SLI-3 device
James Smart93996272008-08-24 21:50:30 -040012700 * @irq: Interrupt number.
12701 * @dev_id: The device context pointer.
12702 *
James Smart3772a992009-05-22 14:50:54 -040012703 * This function is the HBA device-level interrupt handler to device with
12704 * SLI-3 interface spec, called from the PCI layer when either MSI or
12705 * Pin-IRQ interrupt mode is enabled and there is an event in the HBA which
12706 * requires driver attention. This function invokes the slow-path interrupt
12707 * attention handling function and fast-path interrupt attention handling
12708 * function in turn to process the relevant HBA attention events. This
12709 * function is called without any lock held. It gets the hbalock to access
12710 * and update SLI data structures.
James Smart93996272008-08-24 21:50:30 -040012711 *
12712 * This function returns IRQ_HANDLED when interrupt is handled, else it
12713 * returns IRQ_NONE.
12714 **/
12715irqreturn_t
James Smart3772a992009-05-22 14:50:54 -040012716lpfc_sli_intr_handler(int irq, void *dev_id)
James Smart93996272008-08-24 21:50:30 -040012717{
12718 struct lpfc_hba *phba;
12719 irqreturn_t sp_irq_rc, fp_irq_rc;
12720 unsigned long status1, status2;
James Smarta747c9c2009-11-18 15:41:10 -050012721 uint32_t hc_copy;
James Smart93996272008-08-24 21:50:30 -040012722
12723 /*
12724 * Get the driver's phba structure from the dev_id and
12725 * assume the HBA is not interrupting.
12726 */
12727 phba = (struct lpfc_hba *) dev_id;
12728
12729 if (unlikely(!phba))
12730 return IRQ_NONE;
12731
James Smart3772a992009-05-22 14:50:54 -040012732 /* Check device state for handling interrupt */
12733 if (lpfc_intr_state_check(phba))
James Smart93996272008-08-24 21:50:30 -040012734 return IRQ_NONE;
12735
12736 spin_lock(&phba->hbalock);
James Smart9940b972011-03-11 16:06:12 -050012737 if (lpfc_readl(phba->HAregaddr, &phba->ha_copy)) {
12738 spin_unlock(&phba->hbalock);
12739 return IRQ_HANDLED;
12740 }
12741
James Smart93996272008-08-24 21:50:30 -040012742 if (unlikely(!phba->ha_copy)) {
12743 spin_unlock(&phba->hbalock);
12744 return IRQ_NONE;
12745 } else if (phba->ha_copy & HA_ERATT) {
12746 if (phba->hba_flag & HBA_ERATT_HANDLED)
12747 /* ERATT polling has handled ERATT */
12748 phba->ha_copy &= ~HA_ERATT;
12749 else
12750 /* Indicate interrupt handler handles ERATT */
12751 phba->hba_flag |= HBA_ERATT_HANDLED;
12752 }
12753
James Smarta257bf92009-04-06 18:48:10 -040012754 /*
12755 * If there is deferred error attention, do not check for any interrupt.
12756 */
12757 if (unlikely(phba->hba_flag & DEFER_ERATT)) {
Dan Carpenterec21b3b2010-08-08 00:15:17 +020012758 spin_unlock(&phba->hbalock);
James Smarta257bf92009-04-06 18:48:10 -040012759 return IRQ_NONE;
12760 }
12761
James Smart93996272008-08-24 21:50:30 -040012762 /* Clear attention sources except link and error attentions */
James Smart9940b972011-03-11 16:06:12 -050012763 if (lpfc_readl(phba->HCregaddr, &hc_copy)) {
12764 spin_unlock(&phba->hbalock);
12765 return IRQ_HANDLED;
12766 }
James Smarta747c9c2009-11-18 15:41:10 -050012767 writel(hc_copy & ~(HC_MBINT_ENA | HC_R0INT_ENA | HC_R1INT_ENA
12768 | HC_R2INT_ENA | HC_LAINT_ENA | HC_ERINT_ENA),
12769 phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040012770 writel((phba->ha_copy & ~(HA_LATT | HA_ERATT)), phba->HAregaddr);
James Smarta747c9c2009-11-18 15:41:10 -050012771 writel(hc_copy, phba->HCregaddr);
James Smart93996272008-08-24 21:50:30 -040012772 readl(phba->HAregaddr); /* flush */
12773 spin_unlock(&phba->hbalock);
12774
12775 /*
12776 * Invokes slow-path host attention interrupt handling as appropriate.
12777 */
12778
12779 /* status of events with mailbox and link attention */
12780 status1 = phba->ha_copy & (HA_MBATT | HA_LATT | HA_ERATT);
12781
12782 /* status of events with ELS ring */
12783 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
12784 status2 >>= (4*LPFC_ELS_RING);
12785
12786 if (status1 || (status2 & HA_RXMASK))
James Smart3772a992009-05-22 14:50:54 -040012787 sp_irq_rc = lpfc_sli_sp_intr_handler(irq, dev_id);
James Smart93996272008-08-24 21:50:30 -040012788 else
12789 sp_irq_rc = IRQ_NONE;
12790
12791 /*
12792 * Invoke fast-path host attention interrupt handling as appropriate.
12793 */
12794
12795 /* status of events with FCP ring */
12796 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING)));
12797 status1 >>= (4*LPFC_FCP_RING);
12798
12799 /* status of events with extra ring */
12800 if (phba->cfg_multi_ring_support == 2) {
12801 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING)));
12802 status2 >>= (4*LPFC_EXTRA_RING);
12803 } else
12804 status2 = 0;
12805
12806 if ((status1 & HA_RXMASK) || (status2 & HA_RXMASK))
James Smart3772a992009-05-22 14:50:54 -040012807 fp_irq_rc = lpfc_sli_fp_intr_handler(irq, dev_id);
James Smart93996272008-08-24 21:50:30 -040012808 else
12809 fp_irq_rc = IRQ_NONE;
12810
12811 /* Return device-level interrupt handling status */
12812 return (sp_irq_rc == IRQ_HANDLED) ? sp_irq_rc : fp_irq_rc;
James Smart3772a992009-05-22 14:50:54 -040012813} /* lpfc_sli_intr_handler */
James Smart4f774512009-05-22 14:52:35 -040012814
12815/**
James Smart4f774512009-05-22 14:52:35 -040012816 * lpfc_sli4_els_xri_abort_event_proc - Process els xri abort event
12817 * @phba: pointer to lpfc hba data structure.
12818 *
12819 * This routine is invoked by the worker thread to process all the pending
12820 * SLI4 els abort xri events.
12821 **/
12822void lpfc_sli4_els_xri_abort_event_proc(struct lpfc_hba *phba)
12823{
12824 struct lpfc_cq_event *cq_event;
12825
12826 /* First, declare the els xri abort event has been handled */
12827 spin_lock_irq(&phba->hbalock);
12828 phba->hba_flag &= ~ELS_XRI_ABORT_EVENT;
12829 spin_unlock_irq(&phba->hbalock);
12830 /* Now, handle all the els xri abort events */
12831 while (!list_empty(&phba->sli4_hba.sp_els_xri_aborted_work_queue)) {
12832 /* Get the first event from the head of the event queue */
12833 spin_lock_irq(&phba->hbalock);
12834 list_remove_head(&phba->sli4_hba.sp_els_xri_aborted_work_queue,
12835 cq_event, struct lpfc_cq_event, list);
12836 spin_unlock_irq(&phba->hbalock);
12837 /* Notify aborted XRI for ELS work queue */
12838 lpfc_sli4_els_xri_aborted(phba, &cq_event->cqe.wcqe_axri);
12839 /* Free the event processed back to the free pool */
12840 lpfc_sli4_cq_event_release(phba, cq_event);
12841 }
12842}
12843
James Smart341af102010-01-26 23:07:37 -050012844/**
12845 * lpfc_sli4_iocb_param_transfer - Transfer pIocbOut and cmpl status to pIocbIn
12846 * @phba: pointer to lpfc hba data structure
12847 * @pIocbIn: pointer to the rspiocbq
12848 * @pIocbOut: pointer to the cmdiocbq
12849 * @wcqe: pointer to the complete wcqe
12850 *
12851 * This routine transfers the fields of a command iocbq to a response iocbq
12852 * by copying all the IOCB fields from command iocbq and transferring the
12853 * completion status information from the complete wcqe.
12854 **/
James Smart4f774512009-05-22 14:52:35 -040012855static void
James Smart341af102010-01-26 23:07:37 -050012856lpfc_sli4_iocb_param_transfer(struct lpfc_hba *phba,
12857 struct lpfc_iocbq *pIocbIn,
James Smart4f774512009-05-22 14:52:35 -040012858 struct lpfc_iocbq *pIocbOut,
12859 struct lpfc_wcqe_complete *wcqe)
12860{
James Smartaf227412013-10-10 12:23:10 -040012861 int numBdes, i;
James Smart341af102010-01-26 23:07:37 -050012862 unsigned long iflags;
James Smartaf227412013-10-10 12:23:10 -040012863 uint32_t status, max_response;
12864 struct lpfc_dmabuf *dmabuf;
12865 struct ulp_bde64 *bpl, bde;
James Smart4f774512009-05-22 14:52:35 -040012866 size_t offset = offsetof(struct lpfc_iocbq, iocb);
12867
12868 memcpy((char *)pIocbIn + offset, (char *)pIocbOut + offset,
12869 sizeof(struct lpfc_iocbq) - offset);
James Smart4f774512009-05-22 14:52:35 -040012870 /* Map WCQE parameters into irspiocb parameters */
James Smartacd68592012-01-18 16:25:09 -050012871 status = bf_get(lpfc_wcqe_c_status, wcqe);
12872 pIocbIn->iocb.ulpStatus = (status & LPFC_IOCB_STATUS_MASK);
James Smart4f774512009-05-22 14:52:35 -040012873 if (pIocbOut->iocb_flag & LPFC_IO_FCP)
12874 if (pIocbIn->iocb.ulpStatus == IOSTAT_FCP_RSP_ERROR)
12875 pIocbIn->iocb.un.fcpi.fcpi_parm =
12876 pIocbOut->iocb.un.fcpi.fcpi_parm -
12877 wcqe->total_data_placed;
12878 else
12879 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter;
James Smart695a8142010-01-26 23:08:03 -050012880 else {
James Smart4f774512009-05-22 14:52:35 -040012881 pIocbIn->iocb.un.ulpWord[4] = wcqe->parameter;
James Smartaf227412013-10-10 12:23:10 -040012882 switch (pIocbOut->iocb.ulpCommand) {
12883 case CMD_ELS_REQUEST64_CR:
12884 dmabuf = (struct lpfc_dmabuf *)pIocbOut->context3;
12885 bpl = (struct ulp_bde64 *)dmabuf->virt;
12886 bde.tus.w = le32_to_cpu(bpl[1].tus.w);
12887 max_response = bde.tus.f.bdeSize;
12888 break;
12889 case CMD_GEN_REQUEST64_CR:
12890 max_response = 0;
12891 if (!pIocbOut->context3)
12892 break;
12893 numBdes = pIocbOut->iocb.un.genreq64.bdl.bdeSize/
12894 sizeof(struct ulp_bde64);
12895 dmabuf = (struct lpfc_dmabuf *)pIocbOut->context3;
12896 bpl = (struct ulp_bde64 *)dmabuf->virt;
12897 for (i = 0; i < numBdes; i++) {
12898 bde.tus.w = le32_to_cpu(bpl[i].tus.w);
12899 if (bde.tus.f.bdeFlags != BUFF_TYPE_BDE_64)
12900 max_response += bde.tus.f.bdeSize;
12901 }
12902 break;
12903 default:
12904 max_response = wcqe->total_data_placed;
12905 break;
12906 }
12907 if (max_response < wcqe->total_data_placed)
12908 pIocbIn->iocb.un.genreq64.bdl.bdeSize = max_response;
12909 else
12910 pIocbIn->iocb.un.genreq64.bdl.bdeSize =
12911 wcqe->total_data_placed;
James Smart695a8142010-01-26 23:08:03 -050012912 }
James Smart341af102010-01-26 23:07:37 -050012913
James Smartacd68592012-01-18 16:25:09 -050012914 /* Convert BG errors for completion status */
12915 if (status == CQE_STATUS_DI_ERROR) {
12916 pIocbIn->iocb.ulpStatus = IOSTAT_LOCAL_REJECT;
12917
12918 if (bf_get(lpfc_wcqe_c_bg_edir, wcqe))
12919 pIocbIn->iocb.un.ulpWord[4] = IOERR_RX_DMA_FAILED;
12920 else
12921 pIocbIn->iocb.un.ulpWord[4] = IOERR_TX_DMA_FAILED;
12922
12923 pIocbIn->iocb.unsli3.sli3_bg.bgstat = 0;
12924 if (bf_get(lpfc_wcqe_c_bg_ge, wcqe)) /* Guard Check failed */
12925 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
12926 BGS_GUARD_ERR_MASK;
12927 if (bf_get(lpfc_wcqe_c_bg_ae, wcqe)) /* App Tag Check failed */
12928 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
12929 BGS_APPTAG_ERR_MASK;
12930 if (bf_get(lpfc_wcqe_c_bg_re, wcqe)) /* Ref Tag Check failed */
12931 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
12932 BGS_REFTAG_ERR_MASK;
12933
12934 /* Check to see if there was any good data before the error */
12935 if (bf_get(lpfc_wcqe_c_bg_tdpv, wcqe)) {
12936 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
12937 BGS_HI_WATER_MARK_PRESENT_MASK;
12938 pIocbIn->iocb.unsli3.sli3_bg.bghm =
12939 wcqe->total_data_placed;
12940 }
12941
12942 /*
12943 * Set ALL the error bits to indicate we don't know what
12944 * type of error it is.
12945 */
12946 if (!pIocbIn->iocb.unsli3.sli3_bg.bgstat)
12947 pIocbIn->iocb.unsli3.sli3_bg.bgstat |=
12948 (BGS_REFTAG_ERR_MASK | BGS_APPTAG_ERR_MASK |
12949 BGS_GUARD_ERR_MASK);
12950 }
12951
James Smart341af102010-01-26 23:07:37 -050012952 /* Pick up HBA exchange busy condition */
12953 if (bf_get(lpfc_wcqe_c_xb, wcqe)) {
12954 spin_lock_irqsave(&phba->hbalock, iflags);
12955 pIocbIn->iocb_flag |= LPFC_EXCHANGE_BUSY;
12956 spin_unlock_irqrestore(&phba->hbalock, iflags);
12957 }
James Smart4f774512009-05-22 14:52:35 -040012958}
12959
12960/**
James Smart45ed1192009-10-02 15:17:02 -040012961 * lpfc_sli4_els_wcqe_to_rspiocbq - Get response iocbq from els wcqe
12962 * @phba: Pointer to HBA context object.
12963 * @wcqe: Pointer to work-queue completion queue entry.
12964 *
12965 * This routine handles an ELS work-queue completion event and construct
12966 * a pseudo response ELS IODBQ from the SLI4 ELS WCQE for the common
12967 * discovery engine to handle.
12968 *
12969 * Return: Pointer to the receive IOCBQ, NULL otherwise.
12970 **/
12971static struct lpfc_iocbq *
12972lpfc_sli4_els_wcqe_to_rspiocbq(struct lpfc_hba *phba,
12973 struct lpfc_iocbq *irspiocbq)
12974{
James Smart895427b2017-02-12 13:52:30 -080012975 struct lpfc_sli_ring *pring;
James Smart45ed1192009-10-02 15:17:02 -040012976 struct lpfc_iocbq *cmdiocbq;
12977 struct lpfc_wcqe_complete *wcqe;
12978 unsigned long iflags;
12979
James Smart895427b2017-02-12 13:52:30 -080012980 pring = lpfc_phba_elsring(phba);
Dick Kennedy1234a6d2017-09-29 17:34:29 -070012981 if (unlikely(!pring))
12982 return NULL;
James Smart895427b2017-02-12 13:52:30 -080012983
James Smart45ed1192009-10-02 15:17:02 -040012984 wcqe = &irspiocbq->cq_event.cqe.wcqe_cmpl;
James Smart45ed1192009-10-02 15:17:02 -040012985 pring->stats.iocb_event++;
12986 /* Look up the ELS command IOCB and create pseudo response IOCB */
12987 cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring,
12988 bf_get(lpfc_wcqe_c_request_tag, wcqe));
James Smart45ed1192009-10-02 15:17:02 -040012989 if (unlikely(!cmdiocbq)) {
12990 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
12991 "0386 ELS complete with no corresponding "
Dick Kennedy401bb412017-09-29 17:34:28 -070012992 "cmdiocb: 0x%x 0x%x 0x%x 0x%x\n",
12993 wcqe->word0, wcqe->total_data_placed,
12994 wcqe->parameter, wcqe->word3);
James Smart45ed1192009-10-02 15:17:02 -040012995 lpfc_sli_release_iocbq(phba, irspiocbq);
12996 return NULL;
12997 }
12998
James Smarte2a8be52019-05-06 17:26:47 -070012999 spin_lock_irqsave(&pring->ring_lock, iflags);
Dick Kennedy401bb412017-09-29 17:34:28 -070013000 /* Put the iocb back on the txcmplq */
13001 lpfc_sli_ringtxcmpl_put(phba, pring, cmdiocbq);
13002 spin_unlock_irqrestore(&pring->ring_lock, iflags);
13003
James Smart45ed1192009-10-02 15:17:02 -040013004 /* Fake the irspiocbq and copy necessary response information */
James Smart341af102010-01-26 23:07:37 -050013005 lpfc_sli4_iocb_param_transfer(phba, irspiocbq, cmdiocbq, wcqe);
James Smart45ed1192009-10-02 15:17:02 -040013006
13007 return irspiocbq;
13008}
13009
James Smart8a5ca102017-11-20 16:00:30 -080013010inline struct lpfc_cq_event *
13011lpfc_cq_event_setup(struct lpfc_hba *phba, void *entry, int size)
13012{
13013 struct lpfc_cq_event *cq_event;
13014
13015 /* Allocate a new internal CQ_EVENT entry */
13016 cq_event = lpfc_sli4_cq_event_alloc(phba);
13017 if (!cq_event) {
13018 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13019 "0602 Failed to alloc CQ_EVENT entry\n");
13020 return NULL;
13021 }
13022
13023 /* Move the CQE into the event */
13024 memcpy(&cq_event->cqe, entry, size);
13025 return cq_event;
13026}
13027
James Smart45ed1192009-10-02 15:17:02 -040013028/**
James Smart04c68492009-05-22 14:52:52 -040013029 * lpfc_sli4_sp_handle_async_event - Handle an asynchroous event
13030 * @phba: Pointer to HBA context object.
13031 * @cqe: Pointer to mailbox completion queue entry.
13032 *
13033 * This routine process a mailbox completion queue entry with asynchrous
13034 * event.
13035 *
13036 * Return: true if work posted to worker thread, otherwise false.
13037 **/
13038static bool
13039lpfc_sli4_sp_handle_async_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
13040{
13041 struct lpfc_cq_event *cq_event;
13042 unsigned long iflags;
13043
13044 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
13045 "0392 Async Event: word0:x%x, word1:x%x, "
13046 "word2:x%x, word3:x%x\n", mcqe->word0,
13047 mcqe->mcqe_tag0, mcqe->mcqe_tag1, mcqe->trailer);
13048
James Smart8a5ca102017-11-20 16:00:30 -080013049 cq_event = lpfc_cq_event_setup(phba, mcqe, sizeof(struct lpfc_mcqe));
13050 if (!cq_event)
James Smart04c68492009-05-22 14:52:52 -040013051 return false;
James Smart04c68492009-05-22 14:52:52 -040013052 spin_lock_irqsave(&phba->hbalock, iflags);
13053 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue);
13054 /* Set the async event flag */
13055 phba->hba_flag |= ASYNC_EVENT;
13056 spin_unlock_irqrestore(&phba->hbalock, iflags);
13057
13058 return true;
13059}
13060
13061/**
13062 * lpfc_sli4_sp_handle_mbox_event - Handle a mailbox completion event
13063 * @phba: Pointer to HBA context object.
13064 * @cqe: Pointer to mailbox completion queue entry.
13065 *
13066 * This routine process a mailbox completion queue entry with mailbox
13067 * completion event.
13068 *
13069 * Return: true if work posted to worker thread, otherwise false.
13070 **/
13071static bool
13072lpfc_sli4_sp_handle_mbox_event(struct lpfc_hba *phba, struct lpfc_mcqe *mcqe)
13073{
13074 uint32_t mcqe_status;
13075 MAILBOX_t *mbox, *pmbox;
13076 struct lpfc_mqe *mqe;
13077 struct lpfc_vport *vport;
13078 struct lpfc_nodelist *ndlp;
13079 struct lpfc_dmabuf *mp;
13080 unsigned long iflags;
13081 LPFC_MBOXQ_t *pmb;
13082 bool workposted = false;
13083 int rc;
13084
13085 /* If not a mailbox complete MCQE, out by checking mailbox consume */
13086 if (!bf_get(lpfc_trailer_completed, mcqe))
13087 goto out_no_mqe_complete;
13088
13089 /* Get the reference to the active mbox command */
13090 spin_lock_irqsave(&phba->hbalock, iflags);
13091 pmb = phba->sli.mbox_active;
13092 if (unlikely(!pmb)) {
13093 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
13094 "1832 No pending MBOX command to handle\n");
13095 spin_unlock_irqrestore(&phba->hbalock, iflags);
13096 goto out_no_mqe_complete;
13097 }
13098 spin_unlock_irqrestore(&phba->hbalock, iflags);
13099 mqe = &pmb->u.mqe;
13100 pmbox = (MAILBOX_t *)&pmb->u.mqe;
13101 mbox = phba->mbox;
13102 vport = pmb->vport;
13103
13104 /* Reset heartbeat timer */
13105 phba->last_completion_time = jiffies;
13106 del_timer(&phba->sli.mbox_tmo);
13107
13108 /* Move mbox data to caller's mailbox region, do endian swapping */
13109 if (pmb->mbox_cmpl && mbox)
James Smart48f8fdb2018-05-04 20:37:51 -070013110 lpfc_sli4_pcimem_bcopy(mbox, mqe, sizeof(struct lpfc_mqe));
James Smart04c68492009-05-22 14:52:52 -040013111
James Smart73d91e52011-10-10 21:32:10 -040013112 /*
13113 * For mcqe errors, conditionally move a modified error code to
13114 * the mbox so that the error will not be missed.
13115 */
13116 mcqe_status = bf_get(lpfc_mcqe_status, mcqe);
13117 if (mcqe_status != MB_CQE_STATUS_SUCCESS) {
13118 if (bf_get(lpfc_mqe_status, mqe) == MBX_SUCCESS)
13119 bf_set(lpfc_mqe_status, mqe,
13120 (LPFC_MBX_ERROR_RANGE | mcqe_status));
13121 }
James Smart04c68492009-05-22 14:52:52 -040013122 if (pmb->mbox_flag & LPFC_MBX_IMED_UNREG) {
13123 pmb->mbox_flag &= ~LPFC_MBX_IMED_UNREG;
13124 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_MBOX_VPORT,
13125 "MBOX dflt rpi: status:x%x rpi:x%x",
13126 mcqe_status,
13127 pmbox->un.varWords[0], 0);
13128 if (mcqe_status == MB_CQE_STATUS_SUCCESS) {
James Smart3e1f0712018-11-29 16:09:29 -080013129 mp = (struct lpfc_dmabuf *)(pmb->ctx_buf);
13130 ndlp = (struct lpfc_nodelist *)pmb->ctx_ndlp;
James Smart04c68492009-05-22 14:52:52 -040013131 /* Reg_LOGIN of dflt RPI was successful. Now lets get
13132 * RID of the PPI using the same mbox buffer.
13133 */
13134 lpfc_unreg_login(phba, vport->vpi,
13135 pmbox->un.varWords[0], pmb);
13136 pmb->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
James Smart3e1f0712018-11-29 16:09:29 -080013137 pmb->ctx_buf = mp;
13138 pmb->ctx_ndlp = ndlp;
James Smart04c68492009-05-22 14:52:52 -040013139 pmb->vport = vport;
13140 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
13141 if (rc != MBX_BUSY)
13142 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX |
13143 LOG_SLI, "0385 rc should "
13144 "have been MBX_BUSY\n");
13145 if (rc != MBX_NOT_FINISHED)
13146 goto send_current_mbox;
13147 }
13148 }
13149 spin_lock_irqsave(&phba->pport->work_port_lock, iflags);
13150 phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
13151 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflags);
13152
13153 /* There is mailbox completion work to do */
13154 spin_lock_irqsave(&phba->hbalock, iflags);
13155 __lpfc_mbox_cmpl_put(phba, pmb);
13156 phba->work_ha |= HA_MBATT;
13157 spin_unlock_irqrestore(&phba->hbalock, iflags);
13158 workposted = true;
13159
13160send_current_mbox:
13161 spin_lock_irqsave(&phba->hbalock, iflags);
13162 /* Release the mailbox command posting token */
13163 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
13164 /* Setting active mailbox pointer need to be in sync to flag clear */
13165 phba->sli.mbox_active = NULL;
13166 spin_unlock_irqrestore(&phba->hbalock, iflags);
13167 /* Wake up worker thread to post the next pending mailbox command */
13168 lpfc_worker_wake_up(phba);
13169out_no_mqe_complete:
13170 if (bf_get(lpfc_trailer_consumed, mcqe))
13171 lpfc_sli4_mq_release(phba->sli4_hba.mbx_wq);
13172 return workposted;
13173}
13174
13175/**
13176 * lpfc_sli4_sp_handle_mcqe - Process a mailbox completion queue entry
13177 * @phba: Pointer to HBA context object.
13178 * @cqe: Pointer to mailbox completion queue entry.
13179 *
13180 * This routine process a mailbox completion queue entry, it invokes the
13181 * proper mailbox complete handling or asynchrous event handling routine
13182 * according to the MCQE's async bit.
13183 *
13184 * Return: true if work posted to worker thread, otherwise false.
13185 **/
13186static bool
James Smart32517fc2019-01-28 11:14:33 -080013187lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
13188 struct lpfc_cqe *cqe)
James Smart04c68492009-05-22 14:52:52 -040013189{
13190 struct lpfc_mcqe mcqe;
13191 bool workposted;
13192
James Smart32517fc2019-01-28 11:14:33 -080013193 cq->CQ_mbox++;
13194
James Smart04c68492009-05-22 14:52:52 -040013195 /* Copy the mailbox MCQE and convert endian order as needed */
James Smart48f8fdb2018-05-04 20:37:51 -070013196 lpfc_sli4_pcimem_bcopy(cqe, &mcqe, sizeof(struct lpfc_mcqe));
James Smart04c68492009-05-22 14:52:52 -040013197
13198 /* Invoke the proper event handling routine */
13199 if (!bf_get(lpfc_trailer_async, &mcqe))
13200 workposted = lpfc_sli4_sp_handle_mbox_event(phba, &mcqe);
13201 else
13202 workposted = lpfc_sli4_sp_handle_async_event(phba, &mcqe);
13203 return workposted;
13204}
13205
13206/**
James Smart4f774512009-05-22 14:52:35 -040013207 * lpfc_sli4_sp_handle_els_wcqe - Handle els work-queue completion event
13208 * @phba: Pointer to HBA context object.
James Smart2a76a282012-08-03 12:35:54 -040013209 * @cq: Pointer to associated CQ
James Smart4f774512009-05-22 14:52:35 -040013210 * @wcqe: Pointer to work-queue completion queue entry.
13211 *
13212 * This routine handles an ELS work-queue completion event.
13213 *
13214 * Return: true if work posted to worker thread, otherwise false.
13215 **/
13216static bool
James Smart2a76a282012-08-03 12:35:54 -040013217lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040013218 struct lpfc_wcqe_complete *wcqe)
13219{
James Smart4f774512009-05-22 14:52:35 -040013220 struct lpfc_iocbq *irspiocbq;
13221 unsigned long iflags;
James Smart2a76a282012-08-03 12:35:54 -040013222 struct lpfc_sli_ring *pring = cq->pring;
James Smart0e9bb8d2013-03-01 16:35:12 -050013223 int txq_cnt = 0;
13224 int txcmplq_cnt = 0;
13225 int fcp_txcmplq_cnt = 0;
James Smart4f774512009-05-22 14:52:35 -040013226
James Smart11f0e342018-05-04 20:37:57 -070013227 /* Check for response status */
13228 if (unlikely(bf_get(lpfc_wcqe_c_status, wcqe))) {
13229 /* Log the error status */
13230 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
13231 "0357 ELS CQE error: status=x%x: "
13232 "CQE: %08x %08x %08x %08x\n",
13233 bf_get(lpfc_wcqe_c_status, wcqe),
13234 wcqe->word0, wcqe->total_data_placed,
13235 wcqe->parameter, wcqe->word3);
13236 }
13237
James Smart45ed1192009-10-02 15:17:02 -040013238 /* Get an irspiocbq for later ELS response processing use */
James Smart4f774512009-05-22 14:52:35 -040013239 irspiocbq = lpfc_sli_get_iocbq(phba);
13240 if (!irspiocbq) {
James Smart0e9bb8d2013-03-01 16:35:12 -050013241 if (!list_empty(&pring->txq))
13242 txq_cnt++;
13243 if (!list_empty(&pring->txcmplq))
13244 txcmplq_cnt++;
James Smart4f774512009-05-22 14:52:35 -040013245 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart2a9bf3d2010-06-07 15:24:45 -040013246 "0387 NO IOCBQ data: txq_cnt=%d iocb_cnt=%d "
13247 "fcp_txcmplq_cnt=%d, els_txcmplq_cnt=%d\n",
James Smart0e9bb8d2013-03-01 16:35:12 -050013248 txq_cnt, phba->iocb_cnt,
13249 fcp_txcmplq_cnt,
13250 txcmplq_cnt);
James Smart45ed1192009-10-02 15:17:02 -040013251 return false;
James Smart4f774512009-05-22 14:52:35 -040013252 }
James Smart4f774512009-05-22 14:52:35 -040013253
James Smart45ed1192009-10-02 15:17:02 -040013254 /* Save off the slow-path queue event for work thread to process */
13255 memcpy(&irspiocbq->cq_event.cqe.wcqe_cmpl, wcqe, sizeof(*wcqe));
James Smart4f774512009-05-22 14:52:35 -040013256 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart4d9ab992009-10-02 15:16:39 -040013257 list_add_tail(&irspiocbq->cq_event.list,
James Smart45ed1192009-10-02 15:17:02 -040013258 &phba->sli4_hba.sp_queue_event);
13259 phba->hba_flag |= HBA_SP_QUEUE_EVT;
James Smart4f774512009-05-22 14:52:35 -040013260 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart4f774512009-05-22 14:52:35 -040013261
James Smart45ed1192009-10-02 15:17:02 -040013262 return true;
James Smart4f774512009-05-22 14:52:35 -040013263}
13264
13265/**
13266 * lpfc_sli4_sp_handle_rel_wcqe - Handle slow-path WQ entry consumed event
13267 * @phba: Pointer to HBA context object.
13268 * @wcqe: Pointer to work-queue completion queue entry.
13269 *
Masahiro Yamada3f8b6fb2017-02-27 14:29:25 -080013270 * This routine handles slow-path WQ entry consumed event by invoking the
James Smart4f774512009-05-22 14:52:35 -040013271 * proper WQ release routine to the slow-path WQ.
13272 **/
13273static void
13274lpfc_sli4_sp_handle_rel_wcqe(struct lpfc_hba *phba,
13275 struct lpfc_wcqe_release *wcqe)
13276{
James Smart2e90f4b2011-12-13 13:22:37 -050013277 /* sanity check on queue memory */
13278 if (unlikely(!phba->sli4_hba.els_wq))
13279 return;
James Smart4f774512009-05-22 14:52:35 -040013280 /* Check for the slow-path ELS work queue */
13281 if (bf_get(lpfc_wcqe_r_wq_id, wcqe) == phba->sli4_hba.els_wq->queue_id)
13282 lpfc_sli4_wq_release(phba->sli4_hba.els_wq,
13283 bf_get(lpfc_wcqe_r_wqe_index, wcqe));
13284 else
13285 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
13286 "2579 Slow-path wqe consume event carries "
13287 "miss-matched qid: wcqe-qid=x%x, sp-qid=x%x\n",
13288 bf_get(lpfc_wcqe_r_wqe_index, wcqe),
13289 phba->sli4_hba.els_wq->queue_id);
13290}
13291
13292/**
13293 * lpfc_sli4_sp_handle_abort_xri_wcqe - Handle a xri abort event
13294 * @phba: Pointer to HBA context object.
13295 * @cq: Pointer to a WQ completion queue.
13296 * @wcqe: Pointer to work-queue completion queue entry.
13297 *
13298 * This routine handles an XRI abort event.
13299 *
13300 * Return: true if work posted to worker thread, otherwise false.
13301 **/
13302static bool
13303lpfc_sli4_sp_handle_abort_xri_wcqe(struct lpfc_hba *phba,
13304 struct lpfc_queue *cq,
13305 struct sli4_wcqe_xri_aborted *wcqe)
13306{
13307 bool workposted = false;
13308 struct lpfc_cq_event *cq_event;
13309 unsigned long iflags;
13310
James Smart4f774512009-05-22 14:52:35 -040013311 switch (cq->subtype) {
James Smartc00f62e2019-08-14 16:57:11 -070013312 case LPFC_IO:
13313 lpfc_sli4_io_xri_aborted(phba, wcqe, cq->hdwq);
13314 if (phba->cfg_enable_fc4_type & LPFC_ENABLE_NVME) {
13315 /* Notify aborted XRI for NVME work queue */
13316 if (phba->nvmet_support)
13317 lpfc_sli4_nvmet_xri_aborted(phba, wcqe);
13318 }
James Smart5e5b5112019-01-28 11:14:22 -080013319 workposted = false;
James Smart4f774512009-05-22 14:52:35 -040013320 break;
James Smart422c4cb2017-11-20 16:00:32 -080013321 case LPFC_NVME_LS: /* NVME LS uses ELS resources */
James Smart4f774512009-05-22 14:52:35 -040013322 case LPFC_ELS:
James Smart8a5ca102017-11-20 16:00:30 -080013323 cq_event = lpfc_cq_event_setup(
13324 phba, wcqe, sizeof(struct sli4_wcqe_xri_aborted));
13325 if (!cq_event)
13326 return false;
James Smart5e5b5112019-01-28 11:14:22 -080013327 cq_event->hdwq = cq->hdwq;
James Smart4f774512009-05-22 14:52:35 -040013328 spin_lock_irqsave(&phba->hbalock, iflags);
13329 list_add_tail(&cq_event->list,
13330 &phba->sli4_hba.sp_els_xri_aborted_work_queue);
13331 /* Set the els xri abort event flag */
13332 phba->hba_flag |= ELS_XRI_ABORT_EVENT;
13333 spin_unlock_irqrestore(&phba->hbalock, iflags);
13334 workposted = true;
13335 break;
13336 default:
13337 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart318083a2017-03-04 09:30:30 -080013338 "0603 Invalid CQ subtype %d: "
13339 "%08x %08x %08x %08x\n",
13340 cq->subtype, wcqe->word0, wcqe->parameter,
13341 wcqe->word2, wcqe->word3);
James Smart4f774512009-05-22 14:52:35 -040013342 workposted = false;
13343 break;
13344 }
13345 return workposted;
13346}
13347
James Smarte817e5d2018-12-13 15:17:53 -080013348#define FC_RCTL_MDS_DIAGS 0xF4
13349
James Smart4f774512009-05-22 14:52:35 -040013350/**
James Smart4d9ab992009-10-02 15:16:39 -040013351 * lpfc_sli4_sp_handle_rcqe - Process a receive-queue completion queue entry
James Smart4f774512009-05-22 14:52:35 -040013352 * @phba: Pointer to HBA context object.
James Smart4d9ab992009-10-02 15:16:39 -040013353 * @rcqe: Pointer to receive-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040013354 *
James Smart4d9ab992009-10-02 15:16:39 -040013355 * This routine process a receive-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040013356 *
13357 * Return: true if work posted to worker thread, otherwise false.
13358 **/
13359static bool
James Smart4d9ab992009-10-02 15:16:39 -040013360lpfc_sli4_sp_handle_rcqe(struct lpfc_hba *phba, struct lpfc_rcqe *rcqe)
13361{
13362 bool workposted = false;
James Smarte817e5d2018-12-13 15:17:53 -080013363 struct fc_frame_header *fc_hdr;
James Smart4d9ab992009-10-02 15:16:39 -040013364 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq;
13365 struct lpfc_queue *drq = phba->sli4_hba.dat_rq;
James Smart547077a2017-05-15 15:20:40 -070013366 struct lpfc_nvmet_tgtport *tgtp;
James Smart4d9ab992009-10-02 15:16:39 -040013367 struct hbq_dmabuf *dma_buf;
James Smart7851fe22011-07-22 18:36:52 -040013368 uint32_t status, rq_id;
James Smart4d9ab992009-10-02 15:16:39 -040013369 unsigned long iflags;
13370
James Smart2e90f4b2011-12-13 13:22:37 -050013371 /* sanity check on queue memory */
13372 if (unlikely(!hrq) || unlikely(!drq))
13373 return workposted;
13374
James Smart7851fe22011-07-22 18:36:52 -040013375 if (bf_get(lpfc_cqe_code, rcqe) == CQE_CODE_RECEIVE_V1)
13376 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe);
13377 else
13378 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe);
13379 if (rq_id != hrq->queue_id)
James Smart4d9ab992009-10-02 15:16:39 -040013380 goto out;
13381
13382 status = bf_get(lpfc_rcqe_status, rcqe);
13383 switch (status) {
13384 case FC_STATUS_RQ_BUF_LEN_EXCEEDED:
13385 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13386 "2537 Receive Frame Truncated!!\n");
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -060013387 /* fall through */
James Smart4d9ab992009-10-02 15:16:39 -040013388 case FC_STATUS_RQ_SUCCESS:
13389 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartcbc5de12017-12-08 17:18:04 -080013390 lpfc_sli4_rq_release(hrq, drq);
James Smart4d9ab992009-10-02 15:16:39 -040013391 dma_buf = lpfc_sli_hbqbuf_get(&phba->hbqs[0].hbq_buffer_list);
13392 if (!dma_buf) {
James Smartb84daac2012-08-03 12:35:13 -040013393 hrq->RQ_no_buf_found++;
James Smart4d9ab992009-10-02 15:16:39 -040013394 spin_unlock_irqrestore(&phba->hbalock, iflags);
13395 goto out;
13396 }
James Smartb84daac2012-08-03 12:35:13 -040013397 hrq->RQ_rcv_buf++;
James Smart547077a2017-05-15 15:20:40 -070013398 hrq->RQ_buf_posted--;
James Smart4d9ab992009-10-02 15:16:39 -040013399 memcpy(&dma_buf->cq_event.cqe.rcqe_cmpl, rcqe, sizeof(*rcqe));
James Smart895427b2017-02-12 13:52:30 -080013400
James Smarte817e5d2018-12-13 15:17:53 -080013401 fc_hdr = (struct fc_frame_header *)dma_buf->hbuf.virt;
13402
13403 if (fc_hdr->fh_r_ctl == FC_RCTL_MDS_DIAGS ||
13404 fc_hdr->fh_r_ctl == FC_RCTL_DD_UNSOL_DATA) {
13405 spin_unlock_irqrestore(&phba->hbalock, iflags);
13406 /* Handle MDS Loopback frames */
13407 lpfc_sli4_handle_mds_loopback(phba->pport, dma_buf);
13408 break;
13409 }
13410
13411 /* save off the frame for the work thread to process */
James Smart4d9ab992009-10-02 15:16:39 -040013412 list_add_tail(&dma_buf->cq_event.list,
James Smart45ed1192009-10-02 15:17:02 -040013413 &phba->sli4_hba.sp_queue_event);
James Smart4d9ab992009-10-02 15:16:39 -040013414 /* Frame received */
James Smart45ed1192009-10-02 15:17:02 -040013415 phba->hba_flag |= HBA_SP_QUEUE_EVT;
James Smart4d9ab992009-10-02 15:16:39 -040013416 spin_unlock_irqrestore(&phba->hbalock, iflags);
13417 workposted = true;
13418 break;
James Smart4d9ab992009-10-02 15:16:39 -040013419 case FC_STATUS_INSUFF_BUF_FRM_DISC:
James Smart547077a2017-05-15 15:20:40 -070013420 if (phba->nvmet_support) {
13421 tgtp = phba->targetport->private;
13422 lpfc_printf_log(phba, KERN_ERR, LOG_SLI | LOG_NVME,
13423 "6402 RQE Error x%x, posted %d err_cnt "
13424 "%d: %x %x %x\n",
13425 status, hrq->RQ_buf_posted,
13426 hrq->RQ_no_posted_buf,
13427 atomic_read(&tgtp->rcv_fcp_cmd_in),
13428 atomic_read(&tgtp->rcv_fcp_cmd_out),
13429 atomic_read(&tgtp->xmt_fcp_release));
13430 }
13431 /* fallthrough */
13432
13433 case FC_STATUS_INSUFF_BUF_NEED_BUF:
James Smartb84daac2012-08-03 12:35:13 -040013434 hrq->RQ_no_posted_buf++;
James Smart4d9ab992009-10-02 15:16:39 -040013435 /* Post more buffers if possible */
13436 spin_lock_irqsave(&phba->hbalock, iflags);
13437 phba->hba_flag |= HBA_POST_RECEIVE_BUFFER;
13438 spin_unlock_irqrestore(&phba->hbalock, iflags);
13439 workposted = true;
13440 break;
13441 }
13442out:
13443 return workposted;
James Smart4d9ab992009-10-02 15:16:39 -040013444}
13445
13446/**
13447 * lpfc_sli4_sp_handle_cqe - Process a slow path completion queue entry
13448 * @phba: Pointer to HBA context object.
13449 * @cq: Pointer to the completion queue.
James Smart32517fc2019-01-28 11:14:33 -080013450 * @cqe: Pointer to a completion queue entry.
James Smart4d9ab992009-10-02 15:16:39 -040013451 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030013452 * This routine process a slow-path work-queue or receive queue completion queue
James Smart4d9ab992009-10-02 15:16:39 -040013453 * entry.
13454 *
13455 * Return: true if work posted to worker thread, otherwise false.
13456 **/
13457static bool
13458lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040013459 struct lpfc_cqe *cqe)
13460{
James Smart45ed1192009-10-02 15:17:02 -040013461 struct lpfc_cqe cqevt;
James Smart4f774512009-05-22 14:52:35 -040013462 bool workposted = false;
13463
13464 /* Copy the work queue CQE and convert endian order if needed */
James Smart48f8fdb2018-05-04 20:37:51 -070013465 lpfc_sli4_pcimem_bcopy(cqe, &cqevt, sizeof(struct lpfc_cqe));
James Smart4f774512009-05-22 14:52:35 -040013466
13467 /* Check and process for different type of WCQE and dispatch */
James Smart45ed1192009-10-02 15:17:02 -040013468 switch (bf_get(lpfc_cqe_code, &cqevt)) {
James Smart4f774512009-05-22 14:52:35 -040013469 case CQE_CODE_COMPL_WQE:
James Smart45ed1192009-10-02 15:17:02 -040013470 /* Process the WQ/RQ complete event */
James Smartbc739052010-08-04 16:11:18 -040013471 phba->last_completion_time = jiffies;
James Smart2a76a282012-08-03 12:35:54 -040013472 workposted = lpfc_sli4_sp_handle_els_wcqe(phba, cq,
James Smart45ed1192009-10-02 15:17:02 -040013473 (struct lpfc_wcqe_complete *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040013474 break;
13475 case CQE_CODE_RELEASE_WQE:
13476 /* Process the WQ release event */
13477 lpfc_sli4_sp_handle_rel_wcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040013478 (struct lpfc_wcqe_release *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040013479 break;
13480 case CQE_CODE_XRI_ABORTED:
13481 /* Process the WQ XRI abort event */
James Smartbc739052010-08-04 16:11:18 -040013482 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040013483 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq,
James Smart45ed1192009-10-02 15:17:02 -040013484 (struct sli4_wcqe_xri_aborted *)&cqevt);
James Smart4f774512009-05-22 14:52:35 -040013485 break;
James Smart4d9ab992009-10-02 15:16:39 -040013486 case CQE_CODE_RECEIVE:
James Smart7851fe22011-07-22 18:36:52 -040013487 case CQE_CODE_RECEIVE_V1:
James Smart4d9ab992009-10-02 15:16:39 -040013488 /* Process the RQ event */
James Smartbc739052010-08-04 16:11:18 -040013489 phba->last_completion_time = jiffies;
James Smart4d9ab992009-10-02 15:16:39 -040013490 workposted = lpfc_sli4_sp_handle_rcqe(phba,
James Smart45ed1192009-10-02 15:17:02 -040013491 (struct lpfc_rcqe *)&cqevt);
James Smart4d9ab992009-10-02 15:16:39 -040013492 break;
James Smart4f774512009-05-22 14:52:35 -040013493 default:
13494 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13495 "0388 Not a valid WCQE code: x%x\n",
James Smart45ed1192009-10-02 15:17:02 -040013496 bf_get(lpfc_cqe_code, &cqevt));
James Smart4f774512009-05-22 14:52:35 -040013497 break;
13498 }
13499 return workposted;
13500}
13501
13502/**
James Smart4f774512009-05-22 14:52:35 -040013503 * lpfc_sli4_sp_handle_eqe - Process a slow-path event queue entry
13504 * @phba: Pointer to HBA context object.
13505 * @eqe: Pointer to fast-path event queue entry.
13506 *
13507 * This routine process a event queue entry from the slow-path event queue.
13508 * It will check the MajorCode and MinorCode to determine this is for a
13509 * completion event on a completion queue, if not, an error shall be logged
13510 * and just return. Otherwise, it will get to the corresponding completion
13511 * queue and process all the entries on that completion queue, rearm the
13512 * completion queue, and then return.
13513 *
13514 **/
Dick Kennedyf485c182017-09-29 17:34:34 -070013515static void
James Smart67d12732012-08-03 12:36:13 -040013516lpfc_sli4_sp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe,
13517 struct lpfc_queue *speq)
James Smart4f774512009-05-22 14:52:35 -040013518{
James Smart67d12732012-08-03 12:36:13 -040013519 struct lpfc_queue *cq = NULL, *childq;
James Smart4f774512009-05-22 14:52:35 -040013520 uint16_t cqid;
13521
James Smart4f774512009-05-22 14:52:35 -040013522 /* Get the reference to the corresponding CQ */
James Smartcb5172e2010-03-15 11:25:07 -040013523 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
James Smart4f774512009-05-22 14:52:35 -040013524
James Smart4f774512009-05-22 14:52:35 -040013525 list_for_each_entry(childq, &speq->child_list, list) {
13526 if (childq->queue_id == cqid) {
13527 cq = childq;
13528 break;
13529 }
13530 }
13531 if (unlikely(!cq)) {
James Smart75baf692010-06-08 18:31:21 -040013532 if (phba->sli.sli_flag & LPFC_SLI_ACTIVE)
13533 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13534 "0365 Slow-path CQ identifier "
13535 "(%d) does not exist\n", cqid);
Dick Kennedyf485c182017-09-29 17:34:34 -070013536 return;
James Smart4f774512009-05-22 14:52:35 -040013537 }
13538
James Smart895427b2017-02-12 13:52:30 -080013539 /* Save EQ associated with this CQ */
13540 cq->assoc_qp = speq;
13541
James Smart6a828b02019-01-28 11:14:31 -080013542 if (!queue_work_on(cq->chann, phba->wq, &cq->spwork))
Dick Kennedyf485c182017-09-29 17:34:34 -070013543 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13544 "0390 Cannot schedule soft IRQ "
13545 "for CQ eqcqid=%d, cqid=%d on CPU %d\n",
Bart Van Assched6d189c2019-03-28 11:06:22 -070013546 cqid, cq->queue_id, raw_smp_processor_id());
Dick Kennedyf485c182017-09-29 17:34:34 -070013547}
13548
13549/**
James Smart32517fc2019-01-28 11:14:33 -080013550 * __lpfc_sli4_process_cq - Process elements of a CQ
Dick Kennedyf485c182017-09-29 17:34:34 -070013551 * @phba: Pointer to HBA context object.
James Smart32517fc2019-01-28 11:14:33 -080013552 * @cq: Pointer to CQ to be processed
13553 * @handler: Routine to process each cqe
13554 * @delay: Pointer to usdelay to set in case of rescheduling of the handler
Dick Kennedyf485c182017-09-29 17:34:34 -070013555 *
James Smart32517fc2019-01-28 11:14:33 -080013556 * This routine processes completion queue entries in a CQ. While a valid
13557 * queue element is found, the handler is called. During processing checks
13558 * are made for periodic doorbell writes to let the hardware know of
13559 * element consumption.
Dick Kennedyf485c182017-09-29 17:34:34 -070013560 *
James Smart32517fc2019-01-28 11:14:33 -080013561 * If the max limit on cqes to process is hit, or there are no more valid
13562 * entries, the loop stops. If we processed a sufficient number of elements,
13563 * meaning there is sufficient load, rather than rearming and generating
13564 * another interrupt, a cq rescheduling delay will be set. A delay of 0
13565 * indicates no rescheduling.
13566 *
13567 * Returns True if work scheduled, False otherwise.
Dick Kennedyf485c182017-09-29 17:34:34 -070013568 **/
James Smart32517fc2019-01-28 11:14:33 -080013569static bool
13570__lpfc_sli4_process_cq(struct lpfc_hba *phba, struct lpfc_queue *cq,
13571 bool (*handler)(struct lpfc_hba *, struct lpfc_queue *,
13572 struct lpfc_cqe *), unsigned long *delay)
Dick Kennedyf485c182017-09-29 17:34:34 -070013573{
Dick Kennedyf485c182017-09-29 17:34:34 -070013574 struct lpfc_cqe *cqe;
13575 bool workposted = false;
James Smart32517fc2019-01-28 11:14:33 -080013576 int count = 0, consumed = 0;
13577 bool arm = true;
13578
13579 /* default - no reschedule */
13580 *delay = 0;
13581
13582 if (cmpxchg(&cq->queue_claimed, 0, 1) != 0)
13583 goto rearm_and_exit;
Dick Kennedyf485c182017-09-29 17:34:34 -070013584
James Smart4f774512009-05-22 14:52:35 -040013585 /* Process all the entries to the CQ */
James Smartd74a89a2019-05-21 17:48:55 -070013586 cq->q_flag = 0;
James Smart32517fc2019-01-28 11:14:33 -080013587 cqe = lpfc_sli4_cq_get(cq);
13588 while (cqe) {
James Smart32517fc2019-01-28 11:14:33 -080013589 workposted |= handler(phba, cq, cqe);
13590 __lpfc_sli4_consume_cqe(phba, cq, cqe);
13591
13592 consumed++;
13593 if (!(++count % cq->max_proc_limit))
13594 break;
13595
13596 if (!(count % cq->notify_interval)) {
13597 phba->sli4_hba.sli4_write_cq_db(phba, cq, consumed,
13598 LPFC_QUEUE_NOARM);
13599 consumed = 0;
James Smart4f774512009-05-22 14:52:35 -040013600 }
James Smartb84daac2012-08-03 12:35:13 -040013601
James Smartd74a89a2019-05-21 17:48:55 -070013602 if (count == LPFC_NVMET_CQ_NOTIFY)
13603 cq->q_flag |= HBA_NVMET_CQ_NOTIFY;
13604
James Smart32517fc2019-01-28 11:14:33 -080013605 cqe = lpfc_sli4_cq_get(cq);
13606 }
13607 if (count >= phba->cfg_cq_poll_threshold) {
13608 *delay = 1;
13609 arm = false;
13610 }
13611
13612 /* Track the max number of CQEs processed in 1 EQ */
13613 if (count > cq->CQ_max_cqe)
13614 cq->CQ_max_cqe = count;
13615
13616 cq->assoc_qp->EQ_cqe_cnt += count;
13617
13618 /* Catch the no cq entry condition */
13619 if (unlikely(count == 0))
13620 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
13621 "0369 No entry from completion queue "
13622 "qid=%d\n", cq->queue_id);
13623
13624 cq->queue_claimed = 0;
13625
13626rearm_and_exit:
13627 phba->sli4_hba.sli4_write_cq_db(phba, cq, consumed,
13628 arm ? LPFC_QUEUE_REARM : LPFC_QUEUE_NOARM);
13629
13630 return workposted;
13631}
13632
13633/**
13634 * lpfc_sli4_sp_process_cq - Process a slow-path event queue entry
13635 * @cq: pointer to CQ to process
13636 *
13637 * This routine calls the cq processing routine with a handler specific
13638 * to the type of queue bound to it.
13639 *
13640 * The CQ routine returns two values: the first is the calling status,
13641 * which indicates whether work was queued to the background discovery
13642 * thread. If true, the routine should wakeup the discovery thread;
13643 * the second is the delay parameter. If non-zero, rather than rearming
13644 * the CQ and yet another interrupt, the CQ handler should be queued so
13645 * that it is processed in a subsequent polling action. The value of
13646 * the delay indicates when to reschedule it.
13647 **/
13648static void
13649__lpfc_sli4_sp_process_cq(struct lpfc_queue *cq)
13650{
13651 struct lpfc_hba *phba = cq->phba;
13652 unsigned long delay;
13653 bool workposted = false;
13654
13655 /* Process and rearm the CQ */
13656 switch (cq->type) {
13657 case LPFC_MCQ:
13658 workposted |= __lpfc_sli4_process_cq(phba, cq,
13659 lpfc_sli4_sp_handle_mcqe,
13660 &delay);
13661 break;
13662 case LPFC_WCQ:
James Smartc00f62e2019-08-14 16:57:11 -070013663 if (cq->subtype == LPFC_IO)
James Smart32517fc2019-01-28 11:14:33 -080013664 workposted |= __lpfc_sli4_process_cq(phba, cq,
13665 lpfc_sli4_fp_handle_cqe,
13666 &delay);
13667 else
13668 workposted |= __lpfc_sli4_process_cq(phba, cq,
13669 lpfc_sli4_sp_handle_cqe,
13670 &delay);
James Smart4f774512009-05-22 14:52:35 -040013671 break;
13672 default:
13673 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13674 "0370 Invalid completion queue type (%d)\n",
13675 cq->type);
Dick Kennedyf485c182017-09-29 17:34:34 -070013676 return;
James Smart4f774512009-05-22 14:52:35 -040013677 }
13678
James Smart32517fc2019-01-28 11:14:33 -080013679 if (delay) {
13680 if (!queue_delayed_work_on(cq->chann, phba->wq,
13681 &cq->sched_spwork, delay))
13682 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13683 "0394 Cannot schedule soft IRQ "
13684 "for cqid=%d on CPU %d\n",
13685 cq->queue_id, cq->chann);
13686 }
James Smart4f774512009-05-22 14:52:35 -040013687
13688 /* wake up worker thread if there are works to be done */
13689 if (workposted)
13690 lpfc_worker_wake_up(phba);
13691}
13692
13693/**
James Smart32517fc2019-01-28 11:14:33 -080013694 * lpfc_sli4_sp_process_cq - slow-path work handler when started by
13695 * interrupt
13696 * @work: pointer to work element
13697 *
13698 * translates from the work handler and calls the slow-path handler.
13699 **/
13700static void
13701lpfc_sli4_sp_process_cq(struct work_struct *work)
13702{
13703 struct lpfc_queue *cq = container_of(work, struct lpfc_queue, spwork);
13704
13705 __lpfc_sli4_sp_process_cq(cq);
13706}
13707
13708/**
13709 * lpfc_sli4_dly_sp_process_cq - slow-path work handler when started by timer
13710 * @work: pointer to work element
13711 *
13712 * translates from the work handler and calls the slow-path handler.
13713 **/
13714static void
13715lpfc_sli4_dly_sp_process_cq(struct work_struct *work)
13716{
13717 struct lpfc_queue *cq = container_of(to_delayed_work(work),
13718 struct lpfc_queue, sched_spwork);
13719
13720 __lpfc_sli4_sp_process_cq(cq);
13721}
13722
13723/**
James Smart4f774512009-05-22 14:52:35 -040013724 * lpfc_sli4_fp_handle_fcp_wcqe - Process fast-path work queue completion entry
James Smart2a76a282012-08-03 12:35:54 -040013725 * @phba: Pointer to HBA context object.
13726 * @cq: Pointer to associated CQ
13727 * @wcqe: Pointer to work-queue completion queue entry.
James Smart4f774512009-05-22 14:52:35 -040013728 *
13729 * This routine process a fast-path work queue completion entry from fast-path
13730 * event queue for FCP command response completion.
13731 **/
13732static void
James Smart2a76a282012-08-03 12:35:54 -040013733lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040013734 struct lpfc_wcqe_complete *wcqe)
13735{
James Smart2a76a282012-08-03 12:35:54 -040013736 struct lpfc_sli_ring *pring = cq->pring;
James Smart4f774512009-05-22 14:52:35 -040013737 struct lpfc_iocbq *cmdiocbq;
13738 struct lpfc_iocbq irspiocbq;
13739 unsigned long iflags;
13740
James Smart4f774512009-05-22 14:52:35 -040013741 /* Check for response status */
13742 if (unlikely(bf_get(lpfc_wcqe_c_status, wcqe))) {
13743 /* If resource errors reported from HBA, reduce queue
13744 * depth of the SCSI device.
13745 */
James Smarte3d2b802012-08-14 14:25:43 -040013746 if (((bf_get(lpfc_wcqe_c_status, wcqe) ==
13747 IOSTAT_LOCAL_REJECT)) &&
13748 ((wcqe->parameter & IOERR_PARAM_MASK) ==
13749 IOERR_NO_RESOURCES))
James Smart4f774512009-05-22 14:52:35 -040013750 phba->lpfc_rampdown_queue_depth(phba);
James Smarte3d2b802012-08-14 14:25:43 -040013751
James Smart4f774512009-05-22 14:52:35 -040013752 /* Log the error status */
James Smart11f0e342018-05-04 20:37:57 -070013753 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
13754 "0373 FCP CQE error: status=x%x: "
13755 "CQE: %08x %08x %08x %08x\n",
James Smart4f774512009-05-22 14:52:35 -040013756 bf_get(lpfc_wcqe_c_status, wcqe),
James Smart11f0e342018-05-04 20:37:57 -070013757 wcqe->word0, wcqe->total_data_placed,
13758 wcqe->parameter, wcqe->word3);
James Smart4f774512009-05-22 14:52:35 -040013759 }
13760
13761 /* Look up the FCP command IOCB and create pseudo response IOCB */
James Smart7e56aa22012-08-03 12:35:34 -040013762 spin_lock_irqsave(&pring->ring_lock, iflags);
13763 pring->stats.iocb_event++;
James Smarte2a8be52019-05-06 17:26:47 -070013764 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart4f774512009-05-22 14:52:35 -040013765 cmdiocbq = lpfc_sli_iocbq_lookup_by_tag(phba, pring,
13766 bf_get(lpfc_wcqe_c_request_tag, wcqe));
James Smart4f774512009-05-22 14:52:35 -040013767 if (unlikely(!cmdiocbq)) {
13768 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
13769 "0374 FCP complete with no corresponding "
13770 "cmdiocb: iotag (%d)\n",
13771 bf_get(lpfc_wcqe_c_request_tag, wcqe));
13772 return;
13773 }
Dick Kennedyc8a4ce02017-09-29 17:34:33 -070013774#ifdef CONFIG_SCSI_LPFC_DEBUG_FS
13775 cmdiocbq->isr_timestamp = cq->isr_timestamp;
13776#endif
James Smart895427b2017-02-12 13:52:30 -080013777 if (cmdiocbq->iocb_cmpl == NULL) {
13778 if (cmdiocbq->wqe_cmpl) {
13779 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED) {
13780 spin_lock_irqsave(&phba->hbalock, iflags);
13781 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
13782 spin_unlock_irqrestore(&phba->hbalock, iflags);
13783 }
13784
13785 /* Pass the cmd_iocb and the wcqe to the upper layer */
13786 (cmdiocbq->wqe_cmpl)(phba, cmdiocbq, wcqe);
13787 return;
13788 }
James Smart4f774512009-05-22 14:52:35 -040013789 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
13790 "0375 FCP cmdiocb not callback function "
13791 "iotag: (%d)\n",
13792 bf_get(lpfc_wcqe_c_request_tag, wcqe));
13793 return;
13794 }
13795
13796 /* Fake the irspiocb and copy necessary response information */
James Smart341af102010-01-26 23:07:37 -050013797 lpfc_sli4_iocb_param_transfer(phba, &irspiocbq, cmdiocbq, wcqe);
James Smart4f774512009-05-22 14:52:35 -040013798
James Smart0f65ff62010-02-26 14:14:23 -050013799 if (cmdiocbq->iocb_flag & LPFC_DRIVER_ABORTED) {
13800 spin_lock_irqsave(&phba->hbalock, iflags);
13801 cmdiocbq->iocb_flag &= ~LPFC_DRIVER_ABORTED;
13802 spin_unlock_irqrestore(&phba->hbalock, iflags);
13803 }
13804
James Smart4f774512009-05-22 14:52:35 -040013805 /* Pass the cmd_iocb and the rsp state to the upper layer */
13806 (cmdiocbq->iocb_cmpl)(phba, cmdiocbq, &irspiocbq);
13807}
13808
13809/**
13810 * lpfc_sli4_fp_handle_rel_wcqe - Handle fast-path WQ entry consumed event
13811 * @phba: Pointer to HBA context object.
13812 * @cq: Pointer to completion queue.
13813 * @wcqe: Pointer to work-queue completion queue entry.
13814 *
Masahiro Yamada3f8b6fb2017-02-27 14:29:25 -080013815 * This routine handles an fast-path WQ entry consumed event by invoking the
James Smart4f774512009-05-22 14:52:35 -040013816 * proper WQ release routine to the slow-path WQ.
13817 **/
13818static void
13819lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
13820 struct lpfc_wcqe_release *wcqe)
13821{
13822 struct lpfc_queue *childwq;
13823 bool wqid_matched = false;
James Smart895427b2017-02-12 13:52:30 -080013824 uint16_t hba_wqid;
James Smart4f774512009-05-22 14:52:35 -040013825
13826 /* Check for fast-path FCP work queue release */
James Smart895427b2017-02-12 13:52:30 -080013827 hba_wqid = bf_get(lpfc_wcqe_r_wq_id, wcqe);
James Smart4f774512009-05-22 14:52:35 -040013828 list_for_each_entry(childwq, &cq->child_list, list) {
James Smart895427b2017-02-12 13:52:30 -080013829 if (childwq->queue_id == hba_wqid) {
James Smart4f774512009-05-22 14:52:35 -040013830 lpfc_sli4_wq_release(childwq,
13831 bf_get(lpfc_wcqe_r_wqe_index, wcqe));
James Smart6e8e1c12018-01-30 15:58:49 -080013832 if (childwq->q_flag & HBA_NVMET_WQFULL)
13833 lpfc_nvmet_wqfull_process(phba, childwq);
James Smart4f774512009-05-22 14:52:35 -040013834 wqid_matched = true;
13835 break;
13836 }
13837 }
13838 /* Report warning log message if no match found */
13839 if (wqid_matched != true)
13840 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
13841 "2580 Fast-path wqe consume event carries "
James Smart895427b2017-02-12 13:52:30 -080013842 "miss-matched qid: wcqe-qid=x%x\n", hba_wqid);
James Smart4f774512009-05-22 14:52:35 -040013843}
13844
13845/**
James Smart2d7dbc42017-02-12 13:52:35 -080013846 * lpfc_sli4_nvmet_handle_rcqe - Process a receive-queue completion queue entry
13847 * @phba: Pointer to HBA context object.
13848 * @rcqe: Pointer to receive-queue completion queue entry.
13849 *
13850 * This routine process a receive-queue completion queue entry.
13851 *
13852 * Return: true if work posted to worker thread, otherwise false.
13853 **/
13854static bool
13855lpfc_sli4_nvmet_handle_rcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
13856 struct lpfc_rcqe *rcqe)
13857{
13858 bool workposted = false;
13859 struct lpfc_queue *hrq;
13860 struct lpfc_queue *drq;
13861 struct rqb_dmabuf *dma_buf;
13862 struct fc_frame_header *fc_hdr;
James Smart547077a2017-05-15 15:20:40 -070013863 struct lpfc_nvmet_tgtport *tgtp;
James Smart2d7dbc42017-02-12 13:52:35 -080013864 uint32_t status, rq_id;
13865 unsigned long iflags;
13866 uint32_t fctl, idx;
13867
13868 if ((phba->nvmet_support == 0) ||
13869 (phba->sli4_hba.nvmet_cqset == NULL))
13870 return workposted;
13871
13872 idx = cq->queue_id - phba->sli4_hba.nvmet_cqset[0]->queue_id;
13873 hrq = phba->sli4_hba.nvmet_mrq_hdr[idx];
13874 drq = phba->sli4_hba.nvmet_mrq_data[idx];
13875
13876 /* sanity check on queue memory */
13877 if (unlikely(!hrq) || unlikely(!drq))
13878 return workposted;
13879
13880 if (bf_get(lpfc_cqe_code, rcqe) == CQE_CODE_RECEIVE_V1)
13881 rq_id = bf_get(lpfc_rcqe_rq_id_v1, rcqe);
13882 else
13883 rq_id = bf_get(lpfc_rcqe_rq_id, rcqe);
13884
13885 if ((phba->nvmet_support == 0) ||
13886 (rq_id != hrq->queue_id))
13887 return workposted;
13888
13889 status = bf_get(lpfc_rcqe_status, rcqe);
13890 switch (status) {
13891 case FC_STATUS_RQ_BUF_LEN_EXCEEDED:
13892 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
13893 "6126 Receive Frame Truncated!!\n");
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -060013894 /* fall through */
James Smart2d7dbc42017-02-12 13:52:35 -080013895 case FC_STATUS_RQ_SUCCESS:
James Smart2d7dbc42017-02-12 13:52:35 -080013896 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartcbc5de12017-12-08 17:18:04 -080013897 lpfc_sli4_rq_release(hrq, drq);
James Smart2d7dbc42017-02-12 13:52:35 -080013898 dma_buf = lpfc_sli_rqbuf_get(phba, hrq);
13899 if (!dma_buf) {
13900 hrq->RQ_no_buf_found++;
13901 spin_unlock_irqrestore(&phba->hbalock, iflags);
13902 goto out;
13903 }
13904 spin_unlock_irqrestore(&phba->hbalock, iflags);
13905 hrq->RQ_rcv_buf++;
James Smart547077a2017-05-15 15:20:40 -070013906 hrq->RQ_buf_posted--;
James Smart2d7dbc42017-02-12 13:52:35 -080013907 fc_hdr = (struct fc_frame_header *)dma_buf->hbuf.virt;
13908
13909 /* Just some basic sanity checks on FCP Command frame */
13910 fctl = (fc_hdr->fh_f_ctl[0] << 16 |
13911 fc_hdr->fh_f_ctl[1] << 8 |
13912 fc_hdr->fh_f_ctl[2]);
13913 if (((fctl &
13914 (FC_FC_FIRST_SEQ | FC_FC_END_SEQ | FC_FC_SEQ_INIT)) !=
13915 (FC_FC_FIRST_SEQ | FC_FC_END_SEQ | FC_FC_SEQ_INIT)) ||
13916 (fc_hdr->fh_seq_cnt != 0)) /* 0 byte swapped is still 0 */
13917 goto drop;
13918
13919 if (fc_hdr->fh_type == FC_TYPE_FCP) {
James Smartd74a89a2019-05-21 17:48:55 -070013920 dma_buf->bytes_recv = bf_get(lpfc_rcqe_length, rcqe);
James Smartd613b6a2017-02-12 13:52:37 -080013921 lpfc_nvmet_unsol_fcp_event(
James Smartd74a89a2019-05-21 17:48:55 -070013922 phba, idx, dma_buf, cq->isr_timestamp,
13923 cq->q_flag & HBA_NVMET_CQ_NOTIFY);
James Smart2d7dbc42017-02-12 13:52:35 -080013924 return false;
13925 }
13926drop:
James Smart22b738a2019-03-12 16:30:11 -070013927 lpfc_rq_buf_free(phba, &dma_buf->hbuf);
James Smart2d7dbc42017-02-12 13:52:35 -080013928 break;
James Smart2d7dbc42017-02-12 13:52:35 -080013929 case FC_STATUS_INSUFF_BUF_FRM_DISC:
James Smart547077a2017-05-15 15:20:40 -070013930 if (phba->nvmet_support) {
13931 tgtp = phba->targetport->private;
13932 lpfc_printf_log(phba, KERN_ERR, LOG_SLI | LOG_NVME,
13933 "6401 RQE Error x%x, posted %d err_cnt "
13934 "%d: %x %x %x\n",
13935 status, hrq->RQ_buf_posted,
13936 hrq->RQ_no_posted_buf,
13937 atomic_read(&tgtp->rcv_fcp_cmd_in),
13938 atomic_read(&tgtp->rcv_fcp_cmd_out),
13939 atomic_read(&tgtp->xmt_fcp_release));
13940 }
13941 /* fallthrough */
13942
13943 case FC_STATUS_INSUFF_BUF_NEED_BUF:
James Smart2d7dbc42017-02-12 13:52:35 -080013944 hrq->RQ_no_posted_buf++;
13945 /* Post more buffers if possible */
James Smart2d7dbc42017-02-12 13:52:35 -080013946 break;
13947 }
13948out:
13949 return workposted;
13950}
13951
13952/**
James Smart895427b2017-02-12 13:52:30 -080013953 * lpfc_sli4_fp_handle_cqe - Process fast-path work queue completion entry
James Smart32517fc2019-01-28 11:14:33 -080013954 * @phba: adapter with cq
James Smart4f774512009-05-22 14:52:35 -040013955 * @cq: Pointer to the completion queue.
13956 * @eqe: Pointer to fast-path completion queue entry.
13957 *
13958 * This routine process a fast-path work queue completion entry from fast-path
13959 * event queue for FCP command response completion.
James Smart32517fc2019-01-28 11:14:33 -080013960 *
13961 * Return: true if work posted to worker thread, otherwise false.
James Smart4f774512009-05-22 14:52:35 -040013962 **/
James Smart32517fc2019-01-28 11:14:33 -080013963static bool
James Smart895427b2017-02-12 13:52:30 -080013964lpfc_sli4_fp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
James Smart4f774512009-05-22 14:52:35 -040013965 struct lpfc_cqe *cqe)
13966{
13967 struct lpfc_wcqe_release wcqe;
13968 bool workposted = false;
13969
13970 /* Copy the work queue CQE and convert endian order if needed */
James Smart48f8fdb2018-05-04 20:37:51 -070013971 lpfc_sli4_pcimem_bcopy(cqe, &wcqe, sizeof(struct lpfc_cqe));
James Smart4f774512009-05-22 14:52:35 -040013972
13973 /* Check and process for different type of WCQE and dispatch */
13974 switch (bf_get(lpfc_wcqe_c_code, &wcqe)) {
13975 case CQE_CODE_COMPL_WQE:
James Smart895427b2017-02-12 13:52:30 -080013976 case CQE_CODE_NVME_ERSP:
James Smartb84daac2012-08-03 12:35:13 -040013977 cq->CQ_wq++;
James Smart4f774512009-05-22 14:52:35 -040013978 /* Process the WQ complete event */
James Smart98fc5dd2010-06-07 15:24:29 -040013979 phba->last_completion_time = jiffies;
James Smartc00f62e2019-08-14 16:57:11 -070013980 if (cq->subtype == LPFC_IO || cq->subtype == LPFC_NVME_LS)
James Smart895427b2017-02-12 13:52:30 -080013981 lpfc_sli4_fp_handle_fcp_wcqe(phba, cq,
James Smart4f774512009-05-22 14:52:35 -040013982 (struct lpfc_wcqe_complete *)&wcqe);
13983 break;
13984 case CQE_CODE_RELEASE_WQE:
James Smartb84daac2012-08-03 12:35:13 -040013985 cq->CQ_release_wqe++;
James Smart4f774512009-05-22 14:52:35 -040013986 /* Process the WQ release event */
13987 lpfc_sli4_fp_handle_rel_wcqe(phba, cq,
13988 (struct lpfc_wcqe_release *)&wcqe);
13989 break;
13990 case CQE_CODE_XRI_ABORTED:
James Smartb84daac2012-08-03 12:35:13 -040013991 cq->CQ_xri_aborted++;
James Smart4f774512009-05-22 14:52:35 -040013992 /* Process the WQ XRI abort event */
James Smartbc739052010-08-04 16:11:18 -040013993 phba->last_completion_time = jiffies;
James Smart4f774512009-05-22 14:52:35 -040013994 workposted = lpfc_sli4_sp_handle_abort_xri_wcqe(phba, cq,
13995 (struct sli4_wcqe_xri_aborted *)&wcqe);
13996 break;
James Smart895427b2017-02-12 13:52:30 -080013997 case CQE_CODE_RECEIVE_V1:
13998 case CQE_CODE_RECEIVE:
13999 phba->last_completion_time = jiffies;
James Smart2d7dbc42017-02-12 13:52:35 -080014000 if (cq->subtype == LPFC_NVMET) {
14001 workposted = lpfc_sli4_nvmet_handle_rcqe(
14002 phba, cq, (struct lpfc_rcqe *)&wcqe);
14003 }
James Smart895427b2017-02-12 13:52:30 -080014004 break;
James Smart4f774512009-05-22 14:52:35 -040014005 default:
14006 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart895427b2017-02-12 13:52:30 -080014007 "0144 Not a valid CQE code: x%x\n",
James Smart4f774512009-05-22 14:52:35 -040014008 bf_get(lpfc_wcqe_c_code, &wcqe));
14009 break;
14010 }
14011 return workposted;
14012}
14013
14014/**
James Smart67d12732012-08-03 12:36:13 -040014015 * lpfc_sli4_hba_handle_eqe - Process a fast-path event queue entry
James Smart4f774512009-05-22 14:52:35 -040014016 * @phba: Pointer to HBA context object.
14017 * @eqe: Pointer to fast-path event queue entry.
14018 *
14019 * This routine process a event queue entry from the fast-path event queue.
14020 * It will check the MajorCode and MinorCode to determine this is for a
14021 * completion event on a completion queue, if not, an error shall be logged
14022 * and just return. Otherwise, it will get to the corresponding completion
14023 * queue and process all the entries on the completion queue, rearm the
14024 * completion queue, and then return.
14025 **/
Dick Kennedyf485c182017-09-29 17:34:34 -070014026static void
James Smart32517fc2019-01-28 11:14:33 -080014027lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba, struct lpfc_queue *eq,
14028 struct lpfc_eqe *eqe)
James Smart4f774512009-05-22 14:52:35 -040014029{
James Smart895427b2017-02-12 13:52:30 -080014030 struct lpfc_queue *cq = NULL;
James Smart32517fc2019-01-28 11:14:33 -080014031 uint32_t qidx = eq->hdwq;
James Smart2d7dbc42017-02-12 13:52:35 -080014032 uint16_t cqid, id;
James Smart4f774512009-05-22 14:52:35 -040014033
James Smartcb5172e2010-03-15 11:25:07 -040014034 if (unlikely(bf_get_le32(lpfc_eqe_major_code, eqe) != 0)) {
James Smart4f774512009-05-22 14:52:35 -040014035 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart67d12732012-08-03 12:36:13 -040014036 "0366 Not a valid completion "
James Smart4f774512009-05-22 14:52:35 -040014037 "event: majorcode=x%x, minorcode=x%x\n",
James Smartcb5172e2010-03-15 11:25:07 -040014038 bf_get_le32(lpfc_eqe_major_code, eqe),
14039 bf_get_le32(lpfc_eqe_minor_code, eqe));
Dick Kennedyf485c182017-09-29 17:34:34 -070014040 return;
James Smart4f774512009-05-22 14:52:35 -040014041 }
14042
James Smart67d12732012-08-03 12:36:13 -040014043 /* Get the reference to the corresponding CQ */
14044 cqid = bf_get_le32(lpfc_eqe_resource_id, eqe);
14045
James Smart6a828b02019-01-28 11:14:31 -080014046 /* Use the fast lookup method first */
14047 if (cqid <= phba->sli4_hba.cq_max) {
14048 cq = phba->sli4_hba.cq_lookup[cqid];
14049 if (cq)
14050 goto work_cq;
James Smartcdb42be2019-01-28 11:14:21 -080014051 }
14052
14053 /* Next check for NVMET completion */
James Smart2d7dbc42017-02-12 13:52:35 -080014054 if (phba->cfg_nvmet_mrq && phba->sli4_hba.nvmet_cqset) {
14055 id = phba->sli4_hba.nvmet_cqset[0]->queue_id;
14056 if ((cqid >= id) && (cqid < (id + phba->cfg_nvmet_mrq))) {
14057 /* Process NVMET unsol rcv */
14058 cq = phba->sli4_hba.nvmet_cqset[cqid - id];
14059 goto process_cq;
14060 }
14061 }
14062
James Smart895427b2017-02-12 13:52:30 -080014063 if (phba->sli4_hba.nvmels_cq &&
14064 (cqid == phba->sli4_hba.nvmels_cq->queue_id)) {
14065 /* Process NVME unsol rcv */
14066 cq = phba->sli4_hba.nvmels_cq;
14067 }
14068
14069 /* Otherwise this is a Slow path event */
14070 if (cq == NULL) {
James Smartcdb42be2019-01-28 11:14:21 -080014071 lpfc_sli4_sp_handle_eqe(phba, eqe,
14072 phba->sli4_hba.hdwq[qidx].hba_eq);
Dick Kennedyf485c182017-09-29 17:34:34 -070014073 return;
James Smart67d12732012-08-03 12:36:13 -040014074 }
14075
James Smart895427b2017-02-12 13:52:30 -080014076process_cq:
James Smart4f774512009-05-22 14:52:35 -040014077 if (unlikely(cqid != cq->queue_id)) {
14078 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14079 "0368 Miss-matched fast-path completion "
14080 "queue identifier: eqcqid=%d, fcpcqid=%d\n",
14081 cqid, cq->queue_id);
Dick Kennedyf485c182017-09-29 17:34:34 -070014082 return;
James Smart4f774512009-05-22 14:52:35 -040014083 }
14084
James Smart6a828b02019-01-28 11:14:31 -080014085work_cq:
James Smartd74a89a2019-05-21 17:48:55 -070014086#if defined(CONFIG_SCSI_LPFC_DEBUG_FS)
14087 if (phba->ktime_on)
14088 cq->isr_timestamp = ktime_get_ns();
14089 else
14090 cq->isr_timestamp = 0;
14091#endif
James Smart45aa3122019-01-28 11:14:29 -080014092 if (!queue_work_on(cq->chann, phba->wq, &cq->irqwork))
Dick Kennedyf485c182017-09-29 17:34:34 -070014093 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14094 "0363 Cannot schedule soft IRQ "
14095 "for CQ eqcqid=%d, cqid=%d on CPU %d\n",
Bart Van Assched6d189c2019-03-28 11:06:22 -070014096 cqid, cq->queue_id, raw_smp_processor_id());
Dick Kennedyf485c182017-09-29 17:34:34 -070014097}
14098
14099/**
James Smart32517fc2019-01-28 11:14:33 -080014100 * __lpfc_sli4_hba_process_cq - Process a fast-path event queue entry
14101 * @cq: Pointer to CQ to be processed
Dick Kennedyf485c182017-09-29 17:34:34 -070014102 *
James Smart32517fc2019-01-28 11:14:33 -080014103 * This routine calls the cq processing routine with the handler for
14104 * fast path CQEs.
14105 *
14106 * The CQ routine returns two values: the first is the calling status,
14107 * which indicates whether work was queued to the background discovery
14108 * thread. If true, the routine should wakeup the discovery thread;
14109 * the second is the delay parameter. If non-zero, rather than rearming
14110 * the CQ and yet another interrupt, the CQ handler should be queued so
14111 * that it is processed in a subsequent polling action. The value of
14112 * the delay indicates when to reschedule it.
Dick Kennedyf485c182017-09-29 17:34:34 -070014113 **/
14114static void
James Smart32517fc2019-01-28 11:14:33 -080014115__lpfc_sli4_hba_process_cq(struct lpfc_queue *cq)
Dick Kennedyf485c182017-09-29 17:34:34 -070014116{
Dick Kennedyf485c182017-09-29 17:34:34 -070014117 struct lpfc_hba *phba = cq->phba;
James Smart32517fc2019-01-28 11:14:33 -080014118 unsigned long delay;
Dick Kennedyf485c182017-09-29 17:34:34 -070014119 bool workposted = false;
Dick Kennedyf485c182017-09-29 17:34:34 -070014120
James Smart32517fc2019-01-28 11:14:33 -080014121 /* process and rearm the CQ */
14122 workposted |= __lpfc_sli4_process_cq(phba, cq, lpfc_sli4_fp_handle_cqe,
14123 &delay);
14124
14125 if (delay) {
14126 if (!queue_delayed_work_on(cq->chann, phba->wq,
14127 &cq->sched_irqwork, delay))
14128 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14129 "0367 Cannot schedule soft IRQ "
14130 "for cqid=%d on CPU %d\n",
14131 cq->queue_id, cq->chann);
James Smart4f774512009-05-22 14:52:35 -040014132 }
14133
James Smart4f774512009-05-22 14:52:35 -040014134 /* wake up worker thread if there are works to be done */
14135 if (workposted)
14136 lpfc_worker_wake_up(phba);
14137}
14138
James Smart1ba981f2014-02-20 09:56:45 -050014139/**
James Smart32517fc2019-01-28 11:14:33 -080014140 * lpfc_sli4_hba_process_cq - fast-path work handler when started by
14141 * interrupt
14142 * @work: pointer to work element
James Smart1ba981f2014-02-20 09:56:45 -050014143 *
James Smart32517fc2019-01-28 11:14:33 -080014144 * translates from the work handler and calls the fast-path handler.
James Smart1ba981f2014-02-20 09:56:45 -050014145 **/
14146static void
James Smart32517fc2019-01-28 11:14:33 -080014147lpfc_sli4_hba_process_cq(struct work_struct *work)
James Smart1ba981f2014-02-20 09:56:45 -050014148{
James Smart32517fc2019-01-28 11:14:33 -080014149 struct lpfc_queue *cq = container_of(work, struct lpfc_queue, irqwork);
James Smart1ba981f2014-02-20 09:56:45 -050014150
James Smart32517fc2019-01-28 11:14:33 -080014151 __lpfc_sli4_hba_process_cq(cq);
James Smart1ba981f2014-02-20 09:56:45 -050014152}
14153
14154/**
James Smart32517fc2019-01-28 11:14:33 -080014155 * lpfc_sli4_hba_process_cq - fast-path work handler when started by timer
14156 * @work: pointer to work element
James Smart1ba981f2014-02-20 09:56:45 -050014157 *
James Smart32517fc2019-01-28 11:14:33 -080014158 * translates from the work handler and calls the fast-path handler.
James Smart1ba981f2014-02-20 09:56:45 -050014159 **/
James Smart32517fc2019-01-28 11:14:33 -080014160static void
14161lpfc_sli4_dly_hba_process_cq(struct work_struct *work)
James Smart1ba981f2014-02-20 09:56:45 -050014162{
James Smart32517fc2019-01-28 11:14:33 -080014163 struct lpfc_queue *cq = container_of(to_delayed_work(work),
14164 struct lpfc_queue, sched_irqwork);
James Smart1ba981f2014-02-20 09:56:45 -050014165
James Smart32517fc2019-01-28 11:14:33 -080014166 __lpfc_sli4_hba_process_cq(cq);
James Smart1ba981f2014-02-20 09:56:45 -050014167}
14168
James Smart4f774512009-05-22 14:52:35 -040014169/**
James Smart67d12732012-08-03 12:36:13 -040014170 * lpfc_sli4_hba_intr_handler - HBA interrupt handler to SLI-4 device
James Smart4f774512009-05-22 14:52:35 -040014171 * @irq: Interrupt number.
14172 * @dev_id: The device context pointer.
14173 *
14174 * This function is directly called from the PCI layer as an interrupt
14175 * service routine when device with SLI-4 interface spec is enabled with
14176 * MSI-X multi-message interrupt mode and there is a fast-path FCP IOCB
14177 * ring event in the HBA. However, when the device is enabled with either
14178 * MSI or Pin-IRQ interrupt mode, this function is called as part of the
14179 * device-level interrupt handler. When the PCI slot is in error recovery
14180 * or the HBA is undergoing initialization, the interrupt handler will not
14181 * process the interrupt. The SCSI FCP fast-path ring event are handled in
14182 * the intrrupt context. This function is called without any lock held.
14183 * It gets the hbalock to access and update SLI data structures. Note that,
14184 * the FCP EQ to FCP CQ are one-to-one map such that the FCP EQ index is
14185 * equal to that of FCP CQ index.
14186 *
James Smart67d12732012-08-03 12:36:13 -040014187 * The link attention and ELS ring attention events are handled
14188 * by the worker thread. The interrupt handler signals the worker thread
14189 * and returns for these events. This function is called without any lock
14190 * held. It gets the hbalock to access and update SLI data structures.
14191 *
James Smart4f774512009-05-22 14:52:35 -040014192 * This function returns IRQ_HANDLED when interrupt is handled else it
14193 * returns IRQ_NONE.
14194 **/
14195irqreturn_t
James Smart67d12732012-08-03 12:36:13 -040014196lpfc_sli4_hba_intr_handler(int irq, void *dev_id)
James Smart4f774512009-05-22 14:52:35 -040014197{
14198 struct lpfc_hba *phba;
James Smart895427b2017-02-12 13:52:30 -080014199 struct lpfc_hba_eq_hdl *hba_eq_hdl;
James Smart4f774512009-05-22 14:52:35 -040014200 struct lpfc_queue *fpeq;
James Smart4f774512009-05-22 14:52:35 -040014201 unsigned long iflag;
14202 int ecount = 0;
James Smart895427b2017-02-12 13:52:30 -080014203 int hba_eqidx;
James Smart32517fc2019-01-28 11:14:33 -080014204 struct lpfc_eq_intr_info *eqi;
14205 uint32_t icnt;
James Smart4f774512009-05-22 14:52:35 -040014206
14207 /* Get the driver's phba structure from the dev_id */
James Smart895427b2017-02-12 13:52:30 -080014208 hba_eq_hdl = (struct lpfc_hba_eq_hdl *)dev_id;
14209 phba = hba_eq_hdl->phba;
14210 hba_eqidx = hba_eq_hdl->idx;
James Smart4f774512009-05-22 14:52:35 -040014211
14212 if (unlikely(!phba))
14213 return IRQ_NONE;
James Smartcdb42be2019-01-28 11:14:21 -080014214 if (unlikely(!phba->sli4_hba.hdwq))
James Smart5350d872011-10-10 21:33:49 -040014215 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040014216
14217 /* Get to the EQ struct associated with this vector */
James Smart657add42019-05-21 17:49:06 -070014218 fpeq = phba->sli4_hba.hba_eq_hdl[hba_eqidx].eq;
James Smart2e90f4b2011-12-13 13:22:37 -050014219 if (unlikely(!fpeq))
14220 return IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040014221
14222 /* Check device state for handling interrupt */
14223 if (unlikely(lpfc_intr_state_check(phba))) {
14224 /* Check again for link_state with lock held */
14225 spin_lock_irqsave(&phba->hbalock, iflag);
14226 if (phba->link_state < LPFC_LINK_DOWN)
14227 /* Flush, clear interrupt, and rearm the EQ */
14228 lpfc_sli4_eq_flush(phba, fpeq);
14229 spin_unlock_irqrestore(&phba->hbalock, iflag);
14230 return IRQ_NONE;
14231 }
14232
James Smart32517fc2019-01-28 11:14:33 -080014233 eqi = phba->sli4_hba.eq_info;
14234 icnt = this_cpu_inc_return(eqi->icnt);
Bart Van Assched6d189c2019-03-28 11:06:22 -070014235 fpeq->last_cpu = raw_smp_processor_id();
James Smart4f774512009-05-22 14:52:35 -040014236
James Smart32517fc2019-01-28 11:14:33 -080014237 if (icnt > LPFC_EQD_ISR_TRIGGER &&
14238 phba->cfg_irq_chann == 1 &&
14239 phba->cfg_auto_imax &&
14240 fpeq->q_mode != LPFC_MAX_AUTO_EQ_DELAY &&
14241 phba->sli.sli_flag & LPFC_SLI_USE_EQDR)
14242 lpfc_sli4_mod_hba_eq_delay(phba, fpeq, LPFC_MAX_AUTO_EQ_DELAY);
James Smartb84daac2012-08-03 12:35:13 -040014243
James Smart32517fc2019-01-28 11:14:33 -080014244 /* process and rearm the EQ */
14245 ecount = lpfc_sli4_process_eq(phba, fpeq);
James Smart4f774512009-05-22 14:52:35 -040014246
14247 if (unlikely(ecount == 0)) {
James Smartb84daac2012-08-03 12:35:13 -040014248 fpeq->EQ_no_entry++;
James Smart4f774512009-05-22 14:52:35 -040014249 if (phba->intr_type == MSIX)
14250 /* MSI-X treated interrupt served as no EQ share INT */
14251 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
14252 "0358 MSI-X interrupt with no EQE\n");
14253 else
14254 /* Non MSI-X treated on interrupt as EQ share INT */
14255 return IRQ_NONE;
14256 }
14257
14258 return IRQ_HANDLED;
14259} /* lpfc_sli4_fp_intr_handler */
14260
14261/**
14262 * lpfc_sli4_intr_handler - Device-level interrupt handler for SLI-4 device
14263 * @irq: Interrupt number.
14264 * @dev_id: The device context pointer.
14265 *
14266 * This function is the device-level interrupt handler to device with SLI-4
14267 * interface spec, called from the PCI layer when either MSI or Pin-IRQ
14268 * interrupt mode is enabled and there is an event in the HBA which requires
14269 * driver attention. This function invokes the slow-path interrupt attention
14270 * handling function and fast-path interrupt attention handling function in
14271 * turn to process the relevant HBA attention events. This function is called
14272 * without any lock held. It gets the hbalock to access and update SLI data
14273 * structures.
14274 *
14275 * This function returns IRQ_HANDLED when interrupt is handled, else it
14276 * returns IRQ_NONE.
14277 **/
14278irqreturn_t
14279lpfc_sli4_intr_handler(int irq, void *dev_id)
14280{
14281 struct lpfc_hba *phba;
James Smart67d12732012-08-03 12:36:13 -040014282 irqreturn_t hba_irq_rc;
14283 bool hba_handled = false;
James Smart895427b2017-02-12 13:52:30 -080014284 int qidx;
James Smart4f774512009-05-22 14:52:35 -040014285
14286 /* Get the driver's phba structure from the dev_id */
14287 phba = (struct lpfc_hba *)dev_id;
14288
14289 if (unlikely(!phba))
14290 return IRQ_NONE;
14291
14292 /*
James Smart4f774512009-05-22 14:52:35 -040014293 * Invoke fast-path host attention interrupt handling as appropriate.
14294 */
James Smart6a828b02019-01-28 11:14:31 -080014295 for (qidx = 0; qidx < phba->cfg_irq_chann; qidx++) {
James Smart67d12732012-08-03 12:36:13 -040014296 hba_irq_rc = lpfc_sli4_hba_intr_handler(irq,
James Smart895427b2017-02-12 13:52:30 -080014297 &phba->sli4_hba.hba_eq_hdl[qidx]);
James Smart67d12732012-08-03 12:36:13 -040014298 if (hba_irq_rc == IRQ_HANDLED)
14299 hba_handled |= true;
James Smart4f774512009-05-22 14:52:35 -040014300 }
14301
James Smart67d12732012-08-03 12:36:13 -040014302 return (hba_handled == true) ? IRQ_HANDLED : IRQ_NONE;
James Smart4f774512009-05-22 14:52:35 -040014303} /* lpfc_sli4_intr_handler */
14304
14305/**
14306 * lpfc_sli4_queue_free - free a queue structure and associated memory
14307 * @queue: The queue structure to free.
14308 *
Uwe Kleine-Königb5950762010-11-01 15:38:34 -040014309 * This function frees a queue structure and the DMAable memory used for
James Smart4f774512009-05-22 14:52:35 -040014310 * the host resident queue. This function must be called after destroying the
14311 * queue on the HBA.
14312 **/
14313void
14314lpfc_sli4_queue_free(struct lpfc_queue *queue)
14315{
14316 struct lpfc_dmabuf *dmabuf;
14317
14318 if (!queue)
14319 return;
14320
James Smart4645f7b2019-03-12 16:30:14 -070014321 if (!list_empty(&queue->wq_list))
14322 list_del(&queue->wq_list);
14323
James Smart4f774512009-05-22 14:52:35 -040014324 while (!list_empty(&queue->page_list)) {
14325 list_remove_head(&queue->page_list, dmabuf, struct lpfc_dmabuf,
14326 list);
James Smart81b96ed2017-11-20 16:00:29 -080014327 dma_free_coherent(&queue->phba->pcidev->dev, queue->page_size,
James Smart4f774512009-05-22 14:52:35 -040014328 dmabuf->virt, dmabuf->phys);
14329 kfree(dmabuf);
14330 }
James Smart895427b2017-02-12 13:52:30 -080014331 if (queue->rqbp) {
14332 lpfc_free_rq_buffer(queue->phba, queue);
14333 kfree(queue->rqbp);
14334 }
James Smartd1f525a2017-04-21 16:04:55 -070014335
James Smart32517fc2019-01-28 11:14:33 -080014336 if (!list_empty(&queue->cpu_list))
14337 list_del(&queue->cpu_list);
14338
James Smart4f774512009-05-22 14:52:35 -040014339 kfree(queue);
14340 return;
14341}
14342
14343/**
14344 * lpfc_sli4_queue_alloc - Allocate and initialize a queue structure
14345 * @phba: The HBA that this queue is being created on.
James Smart81b96ed2017-11-20 16:00:29 -080014346 * @page_size: The size of a queue page
James Smart4f774512009-05-22 14:52:35 -040014347 * @entry_size: The size of each queue entry for this queue.
14348 * @entry count: The number of entries that this queue will handle.
James Smartc1a21eb2019-03-12 16:30:29 -070014349 * @cpu: The cpu that will primarily utilize this queue.
James Smart4f774512009-05-22 14:52:35 -040014350 *
14351 * This function allocates a queue structure and the DMAable memory used for
14352 * the host resident queue. This function must be called before creating the
14353 * queue on the HBA.
14354 **/
14355struct lpfc_queue *
James Smart81b96ed2017-11-20 16:00:29 -080014356lpfc_sli4_queue_alloc(struct lpfc_hba *phba, uint32_t page_size,
James Smartc1a21eb2019-03-12 16:30:29 -070014357 uint32_t entry_size, uint32_t entry_count, int cpu)
James Smart4f774512009-05-22 14:52:35 -040014358{
14359 struct lpfc_queue *queue;
14360 struct lpfc_dmabuf *dmabuf;
James Smartcb5172e2010-03-15 11:25:07 -040014361 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart9afbee32019-03-12 16:30:28 -070014362 uint16_t x, pgcnt;
James Smart4f774512009-05-22 14:52:35 -040014363
James Smartcb5172e2010-03-15 11:25:07 -040014364 if (!phba->sli4_hba.pc_sli4_params.supported)
James Smart81b96ed2017-11-20 16:00:29 -080014365 hw_page_size = page_size;
James Smartcb5172e2010-03-15 11:25:07 -040014366
James Smart9afbee32019-03-12 16:30:28 -070014367 pgcnt = ALIGN(entry_size * entry_count, hw_page_size) / hw_page_size;
James Smart895427b2017-02-12 13:52:30 -080014368
14369 /* If needed, Adjust page count to match the max the adapter supports */
James Smart9afbee32019-03-12 16:30:28 -070014370 if (pgcnt > phba->sli4_hba.pc_sli4_params.wqpcnt)
14371 pgcnt = phba->sli4_hba.pc_sli4_params.wqpcnt;
14372
James Smartc1a21eb2019-03-12 16:30:29 -070014373 queue = kzalloc_node(sizeof(*queue) + (sizeof(void *) * pgcnt),
14374 GFP_KERNEL, cpu_to_node(cpu));
James Smart9afbee32019-03-12 16:30:28 -070014375 if (!queue)
14376 return NULL;
James Smart895427b2017-02-12 13:52:30 -080014377
James Smart4f774512009-05-22 14:52:35 -040014378 INIT_LIST_HEAD(&queue->list);
James Smart895427b2017-02-12 13:52:30 -080014379 INIT_LIST_HEAD(&queue->wq_list);
James Smart6e8e1c12018-01-30 15:58:49 -080014380 INIT_LIST_HEAD(&queue->wqfull_list);
James Smart4f774512009-05-22 14:52:35 -040014381 INIT_LIST_HEAD(&queue->page_list);
14382 INIT_LIST_HEAD(&queue->child_list);
James Smart32517fc2019-01-28 11:14:33 -080014383 INIT_LIST_HEAD(&queue->cpu_list);
James Smart81b96ed2017-11-20 16:00:29 -080014384
14385 /* Set queue parameters now. If the system cannot provide memory
14386 * resources, the free routine needs to know what was allocated.
14387 */
James Smart9afbee32019-03-12 16:30:28 -070014388 queue->page_count = pgcnt;
14389 queue->q_pgs = (void **)&queue[1];
14390 queue->entry_cnt_per_pg = hw_page_size / entry_size;
James Smart81b96ed2017-11-20 16:00:29 -080014391 queue->entry_size = entry_size;
14392 queue->entry_count = entry_count;
14393 queue->page_size = hw_page_size;
14394 queue->phba = phba;
14395
James Smart9afbee32019-03-12 16:30:28 -070014396 for (x = 0; x < queue->page_count; x++) {
James Smartc1a21eb2019-03-12 16:30:29 -070014397 dmabuf = kzalloc_node(sizeof(*dmabuf), GFP_KERNEL,
14398 dev_to_node(&phba->pcidev->dev));
James Smart4f774512009-05-22 14:52:35 -040014399 if (!dmabuf)
14400 goto out_fail;
Luis Chamberlain750afb02019-01-04 09:23:09 +010014401 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
14402 hw_page_size, &dmabuf->phys,
14403 GFP_KERNEL);
James Smart4f774512009-05-22 14:52:35 -040014404 if (!dmabuf->virt) {
14405 kfree(dmabuf);
14406 goto out_fail;
14407 }
14408 dmabuf->buffer_tag = x;
14409 list_add_tail(&dmabuf->list, &queue->page_list);
James Smart9afbee32019-03-12 16:30:28 -070014410 /* use lpfc_sli4_qe to index a paritcular entry in this page */
14411 queue->q_pgs[x] = dmabuf->virt;
James Smart4f774512009-05-22 14:52:35 -040014412 }
Dick Kennedyf485c182017-09-29 17:34:34 -070014413 INIT_WORK(&queue->irqwork, lpfc_sli4_hba_process_cq);
14414 INIT_WORK(&queue->spwork, lpfc_sli4_sp_process_cq);
James Smart32517fc2019-01-28 11:14:33 -080014415 INIT_DELAYED_WORK(&queue->sched_irqwork, lpfc_sli4_dly_hba_process_cq);
14416 INIT_DELAYED_WORK(&queue->sched_spwork, lpfc_sli4_dly_sp_process_cq);
James Smart4f774512009-05-22 14:52:35 -040014417
James Smart32517fc2019-01-28 11:14:33 -080014418 /* notify_interval will be set during q creation */
James Smart64eb4dc2017-05-15 15:20:49 -070014419
James Smart4f774512009-05-22 14:52:35 -040014420 return queue;
14421out_fail:
14422 lpfc_sli4_queue_free(queue);
14423 return NULL;
14424}
14425
14426/**
James Smart962bc512013-01-03 15:44:00 -050014427 * lpfc_dual_chute_pci_bar_map - Map pci base address register to host memory
14428 * @phba: HBA structure that indicates port to create a queue on.
14429 * @pci_barset: PCI BAR set flag.
14430 *
14431 * This function shall perform iomap of the specified PCI BAR address to host
14432 * memory address if not already done so and return it. The returned host
14433 * memory address can be NULL.
14434 */
14435static void __iomem *
14436lpfc_dual_chute_pci_bar_map(struct lpfc_hba *phba, uint16_t pci_barset)
14437{
James Smart962bc512013-01-03 15:44:00 -050014438 if (!phba->pcidev)
14439 return NULL;
James Smart962bc512013-01-03 15:44:00 -050014440
14441 switch (pci_barset) {
14442 case WQ_PCI_BAR_0_AND_1:
James Smart962bc512013-01-03 15:44:00 -050014443 return phba->pci_bar0_memmap_p;
14444 case WQ_PCI_BAR_2_AND_3:
James Smart962bc512013-01-03 15:44:00 -050014445 return phba->pci_bar2_memmap_p;
14446 case WQ_PCI_BAR_4_AND_5:
James Smart962bc512013-01-03 15:44:00 -050014447 return phba->pci_bar4_memmap_p;
14448 default:
14449 break;
14450 }
14451 return NULL;
14452}
14453
14454/**
James Smartcb733e32019-01-28 11:14:32 -080014455 * lpfc_modify_hba_eq_delay - Modify Delay Multiplier on EQs
14456 * @phba: HBA structure that EQs are on.
14457 * @startq: The starting EQ index to modify
14458 * @numq: The number of EQs (consecutive indexes) to modify
14459 * @usdelay: amount of delay
James Smart173edbb2012-06-12 13:54:50 -040014460 *
James Smartcb733e32019-01-28 11:14:32 -080014461 * This function revises the EQ delay on 1 or more EQs. The EQ delay
14462 * is set either by writing to a register (if supported by the SLI Port)
14463 * or by mailbox command. The mailbox command allows several EQs to be
14464 * updated at once.
James Smart173edbb2012-06-12 13:54:50 -040014465 *
James Smartcb733e32019-01-28 11:14:32 -080014466 * The @phba struct is used to send a mailbox command to HBA. The @startq
14467 * is used to get the starting EQ index to change. The @numq value is
14468 * used to specify how many consecutive EQ indexes, starting at EQ index,
14469 * are to be changed. This function is asynchronous and will wait for any
14470 * mailbox commands to finish before returning.
James Smart173edbb2012-06-12 13:54:50 -040014471 *
James Smartcb733e32019-01-28 11:14:32 -080014472 * On success this function will return a zero. If unable to allocate
14473 * enough memory this function will return -ENOMEM. If a mailbox command
14474 * fails this function will return -ENXIO. Note: on ENXIO, some EQs may
14475 * have had their delay multipler changed.
James Smart173edbb2012-06-12 13:54:50 -040014476 **/
James Smartcb733e32019-01-28 11:14:32 -080014477void
James Smart0cf07f842017-06-01 21:07:10 -070014478lpfc_modify_hba_eq_delay(struct lpfc_hba *phba, uint32_t startq,
James Smartcb733e32019-01-28 11:14:32 -080014479 uint32_t numq, uint32_t usdelay)
James Smart173edbb2012-06-12 13:54:50 -040014480{
14481 struct lpfc_mbx_modify_eq_delay *eq_delay;
14482 LPFC_MBOXQ_t *mbox;
14483 struct lpfc_queue *eq;
James Smartcb733e32019-01-28 11:14:32 -080014484 int cnt = 0, rc, length;
James Smart173edbb2012-06-12 13:54:50 -040014485 uint32_t shdr_status, shdr_add_status;
James Smartcb733e32019-01-28 11:14:32 -080014486 uint32_t dmult;
James Smart895427b2017-02-12 13:52:30 -080014487 int qidx;
James Smart173edbb2012-06-12 13:54:50 -040014488 union lpfc_sli4_cfg_shdr *shdr;
James Smart173edbb2012-06-12 13:54:50 -040014489
James Smart6a828b02019-01-28 11:14:31 -080014490 if (startq >= phba->cfg_irq_chann)
James Smartcb733e32019-01-28 11:14:32 -080014491 return;
14492
14493 if (usdelay > 0xFFFF) {
14494 lpfc_printf_log(phba, KERN_INFO, LOG_INIT | LOG_FCP | LOG_NVME,
14495 "6429 usdelay %d too large. Scaled down to "
14496 "0xFFFF.\n", usdelay);
14497 usdelay = 0xFFFF;
14498 }
14499
14500 /* set values by EQ_DELAY register if supported */
14501 if (phba->sli.sli_flag & LPFC_SLI_USE_EQDR) {
14502 for (qidx = startq; qidx < phba->cfg_irq_chann; qidx++) {
James Smart657add42019-05-21 17:49:06 -070014503 eq = phba->sli4_hba.hba_eq_hdl[qidx].eq;
James Smartcb733e32019-01-28 11:14:32 -080014504 if (!eq)
14505 continue;
14506
James Smart32517fc2019-01-28 11:14:33 -080014507 lpfc_sli4_mod_hba_eq_delay(phba, eq, usdelay);
James Smartcb733e32019-01-28 11:14:32 -080014508
14509 if (++cnt >= numq)
14510 break;
14511 }
James Smartcb733e32019-01-28 11:14:32 -080014512 return;
14513 }
14514
14515 /* Otherwise, set values by mailbox cmd */
James Smart173edbb2012-06-12 13:54:50 -040014516
14517 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smartcb733e32019-01-28 11:14:32 -080014518 if (!mbox) {
14519 lpfc_printf_log(phba, KERN_ERR, LOG_INIT | LOG_FCP | LOG_NVME,
14520 "6428 Failed allocating mailbox cmd buffer."
14521 " EQ delay was not set.\n");
14522 return;
14523 }
James Smart173edbb2012-06-12 13:54:50 -040014524 length = (sizeof(struct lpfc_mbx_modify_eq_delay) -
14525 sizeof(struct lpfc_sli4_cfg_mhdr));
14526 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
14527 LPFC_MBOX_OPCODE_MODIFY_EQ_DELAY,
14528 length, LPFC_SLI4_MBX_EMBED);
14529 eq_delay = &mbox->u.mqe.un.eq_delay;
14530
14531 /* Calculate delay multiper from maximum interrupt per second */
James Smartcb733e32019-01-28 11:14:32 -080014532 dmult = (usdelay * LPFC_DMULT_CONST) / LPFC_SEC_TO_USEC;
14533 if (dmult)
14534 dmult--;
James Smart0cf07f842017-06-01 21:07:10 -070014535 if (dmult > LPFC_DMULT_MAX)
14536 dmult = LPFC_DMULT_MAX;
James Smart173edbb2012-06-12 13:54:50 -040014537
James Smart6a828b02019-01-28 11:14:31 -080014538 for (qidx = startq; qidx < phba->cfg_irq_chann; qidx++) {
James Smart657add42019-05-21 17:49:06 -070014539 eq = phba->sli4_hba.hba_eq_hdl[qidx].eq;
James Smart173edbb2012-06-12 13:54:50 -040014540 if (!eq)
14541 continue;
James Smartcb733e32019-01-28 11:14:32 -080014542 eq->q_mode = usdelay;
James Smart173edbb2012-06-12 13:54:50 -040014543 eq_delay->u.request.eq[cnt].eq_id = eq->queue_id;
14544 eq_delay->u.request.eq[cnt].phase = 0;
14545 eq_delay->u.request.eq[cnt].delay_multi = dmult;
James Smart0cf07f842017-06-01 21:07:10 -070014546
James Smartcb733e32019-01-28 11:14:32 -080014547 if (++cnt >= numq)
James Smart173edbb2012-06-12 13:54:50 -040014548 break;
14549 }
14550 eq_delay->u.request.num_eq = cnt;
14551
14552 mbox->vport = phba->pport;
14553 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart3e1f0712018-11-29 16:09:29 -080014554 mbox->ctx_buf = NULL;
14555 mbox->ctx_ndlp = NULL;
James Smart173edbb2012-06-12 13:54:50 -040014556 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
14557 shdr = (union lpfc_sli4_cfg_shdr *) &eq_delay->header.cfg_shdr;
14558 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
14559 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
14560 if (shdr_status || shdr_add_status || rc) {
14561 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14562 "2512 MODIFY_EQ_DELAY mailbox failed with "
14563 "status x%x add_status x%x, mbx status x%x\n",
14564 shdr_status, shdr_add_status, rc);
James Smart173edbb2012-06-12 13:54:50 -040014565 }
14566 mempool_free(mbox, phba->mbox_mem_pool);
James Smartcb733e32019-01-28 11:14:32 -080014567 return;
James Smart173edbb2012-06-12 13:54:50 -040014568}
14569
14570/**
James Smart4f774512009-05-22 14:52:35 -040014571 * lpfc_eq_create - Create an Event Queue on the HBA
14572 * @phba: HBA structure that indicates port to create a queue on.
14573 * @eq: The queue structure to use to create the event queue.
14574 * @imax: The maximum interrupt per second limit.
14575 *
14576 * This function creates an event queue, as detailed in @eq, on a port,
14577 * described by @phba by sending an EQ_CREATE mailbox command to the HBA.
14578 *
14579 * The @phba struct is used to send mailbox command to HBA. The @eq struct
14580 * is used to get the entry count and entry size that are necessary to
14581 * determine the number of pages to allocate and use for this queue. This
14582 * function will send the EQ_CREATE mailbox command to the HBA to setup the
14583 * event queue. This function is asynchronous and will wait for the mailbox
14584 * command to finish before continuing.
14585 *
14586 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040014587 * memory this function will return -ENOMEM. If the queue create mailbox command
14588 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040014589 **/
James Smarta2fc4aef2014-09-03 12:57:55 -040014590int
James Smartee020062012-09-29 11:28:52 -040014591lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax)
James Smart4f774512009-05-22 14:52:35 -040014592{
14593 struct lpfc_mbx_eq_create *eq_create;
14594 LPFC_MBOXQ_t *mbox;
14595 int rc, length, status = 0;
14596 struct lpfc_dmabuf *dmabuf;
14597 uint32_t shdr_status, shdr_add_status;
14598 union lpfc_sli4_cfg_shdr *shdr;
14599 uint16_t dmult;
James Smart49198b32010-04-06 15:04:33 -040014600 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
14601
James Smart2e90f4b2011-12-13 13:22:37 -050014602 /* sanity check on queue memory */
14603 if (!eq)
14604 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040014605 if (!phba->sli4_hba.pc_sli4_params.supported)
14606 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040014607
14608 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14609 if (!mbox)
14610 return -ENOMEM;
14611 length = (sizeof(struct lpfc_mbx_eq_create) -
14612 sizeof(struct lpfc_sli4_cfg_mhdr));
14613 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
14614 LPFC_MBOX_OPCODE_EQ_CREATE,
14615 length, LPFC_SLI4_MBX_EMBED);
14616 eq_create = &mbox->u.mqe.un.eq_create;
James Smart7365f6f2018-02-22 08:18:46 -080014617 shdr = (union lpfc_sli4_cfg_shdr *) &eq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040014618 bf_set(lpfc_mbx_eq_create_num_pages, &eq_create->u.request,
14619 eq->page_count);
14620 bf_set(lpfc_eq_context_size, &eq_create->u.request.context,
14621 LPFC_EQE_SIZE);
14622 bf_set(lpfc_eq_context_valid, &eq_create->u.request.context, 1);
James Smart7365f6f2018-02-22 08:18:46 -080014623
14624 /* Use version 2 of CREATE_EQ if eqav is set */
14625 if (phba->sli4_hba.pc_sli4_params.eqav) {
14626 bf_set(lpfc_mbox_hdr_version, &shdr->request,
14627 LPFC_Q_CREATE_VERSION_2);
14628 bf_set(lpfc_eq_context_autovalid, &eq_create->u.request.context,
14629 phba->sli4_hba.pc_sli4_params.eqav);
14630 }
14631
James Smart2c9c5a02015-04-07 15:07:15 -040014632 /* don't setup delay multiplier using EQ_CREATE */
14633 dmult = 0;
James Smart4f774512009-05-22 14:52:35 -040014634 bf_set(lpfc_eq_context_delay_multi, &eq_create->u.request.context,
14635 dmult);
14636 switch (eq->entry_count) {
14637 default:
14638 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14639 "0360 Unsupported EQ count. (%d)\n",
14640 eq->entry_count);
James Smart04d210c2019-05-21 17:49:03 -070014641 if (eq->entry_count < 256) {
14642 status = -EINVAL;
14643 goto out;
14644 }
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -060014645 /* fall through - otherwise default to smallest count */
James Smart4f774512009-05-22 14:52:35 -040014646 case 256:
14647 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
14648 LPFC_EQ_CNT_256);
14649 break;
14650 case 512:
14651 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
14652 LPFC_EQ_CNT_512);
14653 break;
14654 case 1024:
14655 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
14656 LPFC_EQ_CNT_1024);
14657 break;
14658 case 2048:
14659 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
14660 LPFC_EQ_CNT_2048);
14661 break;
14662 case 4096:
14663 bf_set(lpfc_eq_context_count, &eq_create->u.request.context,
14664 LPFC_EQ_CNT_4096);
14665 break;
14666 }
14667 list_for_each_entry(dmabuf, &eq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040014668 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040014669 eq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
14670 putPaddrLow(dmabuf->phys);
14671 eq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
14672 putPaddrHigh(dmabuf->phys);
14673 }
14674 mbox->vport = phba->pport;
14675 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart3e1f0712018-11-29 16:09:29 -080014676 mbox->ctx_buf = NULL;
14677 mbox->ctx_ndlp = NULL;
James Smart4f774512009-05-22 14:52:35 -040014678 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smart4f774512009-05-22 14:52:35 -040014679 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
14680 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
14681 if (shdr_status || shdr_add_status || rc) {
14682 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14683 "2500 EQ_CREATE mailbox failed with "
14684 "status x%x add_status x%x, mbx status x%x\n",
14685 shdr_status, shdr_add_status, rc);
14686 status = -ENXIO;
14687 }
14688 eq->type = LPFC_EQ;
14689 eq->subtype = LPFC_NONE;
14690 eq->queue_id = bf_get(lpfc_mbx_eq_create_q_id, &eq_create->u.response);
14691 if (eq->queue_id == 0xFFFF)
14692 status = -ENXIO;
14693 eq->host_index = 0;
James Smart32517fc2019-01-28 11:14:33 -080014694 eq->notify_interval = LPFC_EQ_NOTIFY_INTRVL;
14695 eq->max_proc_limit = LPFC_EQ_MAX_PROC_LIMIT;
James Smart04d210c2019-05-21 17:49:03 -070014696out:
James Smart8fa38512009-07-19 10:01:03 -040014697 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040014698 return status;
14699}
14700
14701/**
14702 * lpfc_cq_create - Create a Completion Queue on the HBA
14703 * @phba: HBA structure that indicates port to create a queue on.
14704 * @cq: The queue structure to use to create the completion queue.
14705 * @eq: The event queue to bind this completion queue to.
14706 *
14707 * This function creates a completion queue, as detailed in @wq, on a port,
14708 * described by @phba by sending a CQ_CREATE mailbox command to the HBA.
14709 *
14710 * The @phba struct is used to send mailbox command to HBA. The @cq struct
14711 * is used to get the entry count and entry size that are necessary to
14712 * determine the number of pages to allocate and use for this queue. The @eq
14713 * is used to indicate which event queue to bind this completion queue to. This
14714 * function will send the CQ_CREATE mailbox command to the HBA to setup the
14715 * completion queue. This function is asynchronous and will wait for the mailbox
14716 * command to finish before continuing.
14717 *
14718 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040014719 * memory this function will return -ENOMEM. If the queue create mailbox command
14720 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040014721 **/
James Smarta2fc4aef2014-09-03 12:57:55 -040014722int
James Smart4f774512009-05-22 14:52:35 -040014723lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq,
14724 struct lpfc_queue *eq, uint32_t type, uint32_t subtype)
14725{
14726 struct lpfc_mbx_cq_create *cq_create;
14727 struct lpfc_dmabuf *dmabuf;
14728 LPFC_MBOXQ_t *mbox;
14729 int rc, length, status = 0;
14730 uint32_t shdr_status, shdr_add_status;
14731 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040014732
James Smart2e90f4b2011-12-13 13:22:37 -050014733 /* sanity check on queue memory */
14734 if (!cq || !eq)
14735 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040014736
James Smart4f774512009-05-22 14:52:35 -040014737 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14738 if (!mbox)
14739 return -ENOMEM;
14740 length = (sizeof(struct lpfc_mbx_cq_create) -
14741 sizeof(struct lpfc_sli4_cfg_mhdr));
14742 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
14743 LPFC_MBOX_OPCODE_CQ_CREATE,
14744 length, LPFC_SLI4_MBX_EMBED);
14745 cq_create = &mbox->u.mqe.un.cq_create;
James Smart5a6f1332011-03-11 16:05:35 -050014746 shdr = (union lpfc_sli4_cfg_shdr *) &cq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040014747 bf_set(lpfc_mbx_cq_create_num_pages, &cq_create->u.request,
14748 cq->page_count);
14749 bf_set(lpfc_cq_context_event, &cq_create->u.request.context, 1);
14750 bf_set(lpfc_cq_context_valid, &cq_create->u.request.context, 1);
James Smart5a6f1332011-03-11 16:05:35 -050014751 bf_set(lpfc_mbox_hdr_version, &shdr->request,
14752 phba->sli4_hba.pc_sli4_params.cqv);
14753 if (phba->sli4_hba.pc_sli4_params.cqv == LPFC_Q_CREATE_VERSION_2) {
James Smart81b96ed2017-11-20 16:00:29 -080014754 bf_set(lpfc_mbx_cq_create_page_size, &cq_create->u.request,
14755 (cq->page_size / SLI4_PAGE_SIZE));
James Smart5a6f1332011-03-11 16:05:35 -050014756 bf_set(lpfc_cq_eq_id_2, &cq_create->u.request.context,
14757 eq->queue_id);
James Smart7365f6f2018-02-22 08:18:46 -080014758 bf_set(lpfc_cq_context_autovalid, &cq_create->u.request.context,
14759 phba->sli4_hba.pc_sli4_params.cqav);
James Smart5a6f1332011-03-11 16:05:35 -050014760 } else {
14761 bf_set(lpfc_cq_eq_id, &cq_create->u.request.context,
14762 eq->queue_id);
14763 }
James Smart4f774512009-05-22 14:52:35 -040014764 switch (cq->entry_count) {
James Smart81b96ed2017-11-20 16:00:29 -080014765 case 2048:
14766 case 4096:
14767 if (phba->sli4_hba.pc_sli4_params.cqv ==
14768 LPFC_Q_CREATE_VERSION_2) {
14769 cq_create->u.request.context.lpfc_cq_context_count =
14770 cq->entry_count;
14771 bf_set(lpfc_cq_context_count,
14772 &cq_create->u.request.context,
14773 LPFC_CQ_CNT_WORD7);
14774 break;
14775 }
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -060014776 /* fall through */
James Smart4f774512009-05-22 14:52:35 -040014777 default:
14778 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart2ea259e2017-02-12 13:52:27 -080014779 "0361 Unsupported CQ count: "
James Smart64eb4dc2017-05-15 15:20:49 -070014780 "entry cnt %d sz %d pg cnt %d\n",
James Smart2ea259e2017-02-12 13:52:27 -080014781 cq->entry_count, cq->entry_size,
James Smart64eb4dc2017-05-15 15:20:49 -070014782 cq->page_count);
James Smart4f4c1862012-06-12 13:54:02 -040014783 if (cq->entry_count < 256) {
14784 status = -EINVAL;
14785 goto out;
14786 }
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -060014787 /* fall through - otherwise default to smallest count */
James Smart4f774512009-05-22 14:52:35 -040014788 case 256:
14789 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
14790 LPFC_CQ_CNT_256);
14791 break;
14792 case 512:
14793 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
14794 LPFC_CQ_CNT_512);
14795 break;
14796 case 1024:
14797 bf_set(lpfc_cq_context_count, &cq_create->u.request.context,
14798 LPFC_CQ_CNT_1024);
14799 break;
14800 }
14801 list_for_each_entry(dmabuf, &cq->page_list, list) {
James Smart81b96ed2017-11-20 16:00:29 -080014802 memset(dmabuf->virt, 0, cq->page_size);
James Smart4f774512009-05-22 14:52:35 -040014803 cq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
14804 putPaddrLow(dmabuf->phys);
14805 cq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
14806 putPaddrHigh(dmabuf->phys);
14807 }
14808 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
14809
14810 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040014811 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
14812 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
14813 if (shdr_status || shdr_add_status || rc) {
14814 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
14815 "2501 CQ_CREATE mailbox failed with "
14816 "status x%x add_status x%x, mbx status x%x\n",
14817 shdr_status, shdr_add_status, rc);
14818 status = -ENXIO;
14819 goto out;
14820 }
14821 cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response);
14822 if (cq->queue_id == 0xFFFF) {
14823 status = -ENXIO;
14824 goto out;
14825 }
14826 /* link the cq onto the parent eq child list */
14827 list_add_tail(&cq->list, &eq->child_list);
14828 /* Set up completion queue's type and subtype */
14829 cq->type = type;
14830 cq->subtype = subtype;
14831 cq->queue_id = bf_get(lpfc_mbx_cq_create_q_id, &cq_create->u.response);
James Smart2a622bf2011-02-16 12:40:06 -050014832 cq->assoc_qid = eq->queue_id;
James Smart6a828b02019-01-28 11:14:31 -080014833 cq->assoc_qp = eq;
James Smart4f774512009-05-22 14:52:35 -040014834 cq->host_index = 0;
James Smart32517fc2019-01-28 11:14:33 -080014835 cq->notify_interval = LPFC_CQ_NOTIFY_INTRVL;
14836 cq->max_proc_limit = min(phba->cfg_cq_max_proc_limit, cq->entry_count);
James Smart4f774512009-05-22 14:52:35 -040014837
James Smart6a828b02019-01-28 11:14:31 -080014838 if (cq->queue_id > phba->sli4_hba.cq_max)
14839 phba->sli4_hba.cq_max = cq->queue_id;
James Smart8fa38512009-07-19 10:01:03 -040014840out:
14841 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040014842 return status;
14843}
14844
14845/**
James Smart2d7dbc42017-02-12 13:52:35 -080014846 * lpfc_cq_create_set - Create a set of Completion Queues on the HBA for MRQ
14847 * @phba: HBA structure that indicates port to create a queue on.
14848 * @cqp: The queue structure array to use to create the completion queues.
James Smartcdb42be2019-01-28 11:14:21 -080014849 * @hdwq: The hardware queue array with the EQ to bind completion queues to.
James Smart2d7dbc42017-02-12 13:52:35 -080014850 *
14851 * This function creates a set of completion queue, s to support MRQ
14852 * as detailed in @cqp, on a port,
14853 * described by @phba by sending a CREATE_CQ_SET mailbox command to the HBA.
14854 *
14855 * The @phba struct is used to send mailbox command to HBA. The @cq struct
14856 * is used to get the entry count and entry size that are necessary to
14857 * determine the number of pages to allocate and use for this queue. The @eq
14858 * is used to indicate which event queue to bind this completion queue to. This
14859 * function will send the CREATE_CQ_SET mailbox command to the HBA to setup the
14860 * completion queue. This function is asynchronous and will wait for the mailbox
14861 * command to finish before continuing.
14862 *
14863 * On success this function will return a zero. If unable to allocate enough
14864 * memory this function will return -ENOMEM. If the queue create mailbox command
14865 * fails this function will return -ENXIO.
14866 **/
14867int
14868lpfc_cq_create_set(struct lpfc_hba *phba, struct lpfc_queue **cqp,
James Smartcdb42be2019-01-28 11:14:21 -080014869 struct lpfc_sli4_hdw_queue *hdwq, uint32_t type,
14870 uint32_t subtype)
James Smart2d7dbc42017-02-12 13:52:35 -080014871{
14872 struct lpfc_queue *cq;
14873 struct lpfc_queue *eq;
14874 struct lpfc_mbx_cq_create_set *cq_set;
14875 struct lpfc_dmabuf *dmabuf;
14876 LPFC_MBOXQ_t *mbox;
14877 int rc, length, alloclen, status = 0;
14878 int cnt, idx, numcq, page_idx = 0;
14879 uint32_t shdr_status, shdr_add_status;
14880 union lpfc_sli4_cfg_shdr *shdr;
14881 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
14882
14883 /* sanity check on queue memory */
14884 numcq = phba->cfg_nvmet_mrq;
James Smartcdb42be2019-01-28 11:14:21 -080014885 if (!cqp || !hdwq || !numcq)
James Smart2d7dbc42017-02-12 13:52:35 -080014886 return -ENODEV;
James Smart2d7dbc42017-02-12 13:52:35 -080014887
14888 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
14889 if (!mbox)
14890 return -ENOMEM;
14891
14892 length = sizeof(struct lpfc_mbx_cq_create_set);
14893 length += ((numcq * cqp[0]->page_count) *
14894 sizeof(struct dma_address));
14895 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
14896 LPFC_MBOX_OPCODE_FCOE_CQ_CREATE_SET, length,
14897 LPFC_SLI4_MBX_NEMBED);
14898 if (alloclen < length) {
14899 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14900 "3098 Allocated DMA memory size (%d) is "
14901 "less than the requested DMA memory size "
14902 "(%d)\n", alloclen, length);
14903 status = -ENOMEM;
14904 goto out;
14905 }
14906 cq_set = mbox->sge_array->addr[0];
14907 shdr = (union lpfc_sli4_cfg_shdr *)&cq_set->cfg_shdr;
14908 bf_set(lpfc_mbox_hdr_version, &shdr->request, 0);
14909
14910 for (idx = 0; idx < numcq; idx++) {
14911 cq = cqp[idx];
James Smartcdb42be2019-01-28 11:14:21 -080014912 eq = hdwq[idx].hba_eq;
James Smart2d7dbc42017-02-12 13:52:35 -080014913 if (!cq || !eq) {
14914 status = -ENOMEM;
14915 goto out;
14916 }
James Smart81b96ed2017-11-20 16:00:29 -080014917 if (!phba->sli4_hba.pc_sli4_params.supported)
14918 hw_page_size = cq->page_size;
James Smart2d7dbc42017-02-12 13:52:35 -080014919
14920 switch (idx) {
14921 case 0:
14922 bf_set(lpfc_mbx_cq_create_set_page_size,
14923 &cq_set->u.request,
14924 (hw_page_size / SLI4_PAGE_SIZE));
14925 bf_set(lpfc_mbx_cq_create_set_num_pages,
14926 &cq_set->u.request, cq->page_count);
14927 bf_set(lpfc_mbx_cq_create_set_evt,
14928 &cq_set->u.request, 1);
14929 bf_set(lpfc_mbx_cq_create_set_valid,
14930 &cq_set->u.request, 1);
14931 bf_set(lpfc_mbx_cq_create_set_cqe_size,
14932 &cq_set->u.request, 0);
14933 bf_set(lpfc_mbx_cq_create_set_num_cq,
14934 &cq_set->u.request, numcq);
James Smart7365f6f2018-02-22 08:18:46 -080014935 bf_set(lpfc_mbx_cq_create_set_autovalid,
14936 &cq_set->u.request,
14937 phba->sli4_hba.pc_sli4_params.cqav);
James Smart2d7dbc42017-02-12 13:52:35 -080014938 switch (cq->entry_count) {
James Smart81b96ed2017-11-20 16:00:29 -080014939 case 2048:
14940 case 4096:
14941 if (phba->sli4_hba.pc_sli4_params.cqv ==
14942 LPFC_Q_CREATE_VERSION_2) {
14943 bf_set(lpfc_mbx_cq_create_set_cqe_cnt,
14944 &cq_set->u.request,
14945 cq->entry_count);
14946 bf_set(lpfc_mbx_cq_create_set_cqe_cnt,
14947 &cq_set->u.request,
14948 LPFC_CQ_CNT_WORD7);
14949 break;
14950 }
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -060014951 /* fall through */
James Smart2d7dbc42017-02-12 13:52:35 -080014952 default:
14953 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
14954 "3118 Bad CQ count. (%d)\n",
14955 cq->entry_count);
14956 if (cq->entry_count < 256) {
14957 status = -EINVAL;
14958 goto out;
14959 }
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -060014960 /* fall through - otherwise default to smallest */
James Smart2d7dbc42017-02-12 13:52:35 -080014961 case 256:
14962 bf_set(lpfc_mbx_cq_create_set_cqe_cnt,
14963 &cq_set->u.request, LPFC_CQ_CNT_256);
14964 break;
14965 case 512:
14966 bf_set(lpfc_mbx_cq_create_set_cqe_cnt,
14967 &cq_set->u.request, LPFC_CQ_CNT_512);
14968 break;
14969 case 1024:
14970 bf_set(lpfc_mbx_cq_create_set_cqe_cnt,
14971 &cq_set->u.request, LPFC_CQ_CNT_1024);
14972 break;
14973 }
14974 bf_set(lpfc_mbx_cq_create_set_eq_id0,
14975 &cq_set->u.request, eq->queue_id);
14976 break;
14977 case 1:
14978 bf_set(lpfc_mbx_cq_create_set_eq_id1,
14979 &cq_set->u.request, eq->queue_id);
14980 break;
14981 case 2:
14982 bf_set(lpfc_mbx_cq_create_set_eq_id2,
14983 &cq_set->u.request, eq->queue_id);
14984 break;
14985 case 3:
14986 bf_set(lpfc_mbx_cq_create_set_eq_id3,
14987 &cq_set->u.request, eq->queue_id);
14988 break;
14989 case 4:
14990 bf_set(lpfc_mbx_cq_create_set_eq_id4,
14991 &cq_set->u.request, eq->queue_id);
14992 break;
14993 case 5:
14994 bf_set(lpfc_mbx_cq_create_set_eq_id5,
14995 &cq_set->u.request, eq->queue_id);
14996 break;
14997 case 6:
14998 bf_set(lpfc_mbx_cq_create_set_eq_id6,
14999 &cq_set->u.request, eq->queue_id);
15000 break;
15001 case 7:
15002 bf_set(lpfc_mbx_cq_create_set_eq_id7,
15003 &cq_set->u.request, eq->queue_id);
15004 break;
15005 case 8:
15006 bf_set(lpfc_mbx_cq_create_set_eq_id8,
15007 &cq_set->u.request, eq->queue_id);
15008 break;
15009 case 9:
15010 bf_set(lpfc_mbx_cq_create_set_eq_id9,
15011 &cq_set->u.request, eq->queue_id);
15012 break;
15013 case 10:
15014 bf_set(lpfc_mbx_cq_create_set_eq_id10,
15015 &cq_set->u.request, eq->queue_id);
15016 break;
15017 case 11:
15018 bf_set(lpfc_mbx_cq_create_set_eq_id11,
15019 &cq_set->u.request, eq->queue_id);
15020 break;
15021 case 12:
15022 bf_set(lpfc_mbx_cq_create_set_eq_id12,
15023 &cq_set->u.request, eq->queue_id);
15024 break;
15025 case 13:
15026 bf_set(lpfc_mbx_cq_create_set_eq_id13,
15027 &cq_set->u.request, eq->queue_id);
15028 break;
15029 case 14:
15030 bf_set(lpfc_mbx_cq_create_set_eq_id14,
15031 &cq_set->u.request, eq->queue_id);
15032 break;
15033 case 15:
15034 bf_set(lpfc_mbx_cq_create_set_eq_id15,
15035 &cq_set->u.request, eq->queue_id);
15036 break;
15037 }
15038
15039 /* link the cq onto the parent eq child list */
15040 list_add_tail(&cq->list, &eq->child_list);
15041 /* Set up completion queue's type and subtype */
15042 cq->type = type;
15043 cq->subtype = subtype;
15044 cq->assoc_qid = eq->queue_id;
James Smart6a828b02019-01-28 11:14:31 -080015045 cq->assoc_qp = eq;
James Smart2d7dbc42017-02-12 13:52:35 -080015046 cq->host_index = 0;
James Smart32517fc2019-01-28 11:14:33 -080015047 cq->notify_interval = LPFC_CQ_NOTIFY_INTRVL;
15048 cq->max_proc_limit = min(phba->cfg_cq_max_proc_limit,
15049 cq->entry_count);
James Smart81b96ed2017-11-20 16:00:29 -080015050 cq->chann = idx;
James Smart2d7dbc42017-02-12 13:52:35 -080015051
15052 rc = 0;
15053 list_for_each_entry(dmabuf, &cq->page_list, list) {
15054 memset(dmabuf->virt, 0, hw_page_size);
15055 cnt = page_idx + dmabuf->buffer_tag;
15056 cq_set->u.request.page[cnt].addr_lo =
15057 putPaddrLow(dmabuf->phys);
15058 cq_set->u.request.page[cnt].addr_hi =
15059 putPaddrHigh(dmabuf->phys);
15060 rc++;
15061 }
15062 page_idx += rc;
15063 }
15064
15065 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
15066
15067 /* The IOCTL status is embedded in the mailbox subheader. */
15068 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
15069 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
15070 if (shdr_status || shdr_add_status || rc) {
15071 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15072 "3119 CQ_CREATE_SET mailbox failed with "
15073 "status x%x add_status x%x, mbx status x%x\n",
15074 shdr_status, shdr_add_status, rc);
15075 status = -ENXIO;
15076 goto out;
15077 }
15078 rc = bf_get(lpfc_mbx_cq_create_set_base_id, &cq_set->u.response);
15079 if (rc == 0xFFFF) {
15080 status = -ENXIO;
15081 goto out;
15082 }
15083
15084 for (idx = 0; idx < numcq; idx++) {
15085 cq = cqp[idx];
15086 cq->queue_id = rc + idx;
James Smart6a828b02019-01-28 11:14:31 -080015087 if (cq->queue_id > phba->sli4_hba.cq_max)
15088 phba->sli4_hba.cq_max = cq->queue_id;
James Smart2d7dbc42017-02-12 13:52:35 -080015089 }
15090
15091out:
15092 lpfc_sli4_mbox_cmd_free(phba, mbox);
15093 return status;
15094}
15095
15096/**
James Smartb19a0612010-04-06 14:48:51 -040015097 * lpfc_mq_create_fb_init - Send MCC_CREATE without async events registration
James Smart04c68492009-05-22 14:52:52 -040015098 * @phba: HBA structure that indicates port to create a queue on.
15099 * @mq: The queue structure to use to create the mailbox queue.
James Smartb19a0612010-04-06 14:48:51 -040015100 * @mbox: An allocated pointer to type LPFC_MBOXQ_t
15101 * @cq: The completion queue to associate with this cq.
James Smart04c68492009-05-22 14:52:52 -040015102 *
James Smartb19a0612010-04-06 14:48:51 -040015103 * This function provides failback (fb) functionality when the
15104 * mq_create_ext fails on older FW generations. It's purpose is identical
15105 * to mq_create_ext otherwise.
James Smart04c68492009-05-22 14:52:52 -040015106 *
James Smartb19a0612010-04-06 14:48:51 -040015107 * This routine cannot fail as all attributes were previously accessed and
15108 * initialized in mq_create_ext.
James Smart04c68492009-05-22 14:52:52 -040015109 **/
James Smartb19a0612010-04-06 14:48:51 -040015110static void
15111lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq,
15112 LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq)
James Smart04c68492009-05-22 14:52:52 -040015113{
15114 struct lpfc_mbx_mq_create *mq_create;
15115 struct lpfc_dmabuf *dmabuf;
James Smartb19a0612010-04-06 14:48:51 -040015116 int length;
James Smart04c68492009-05-22 14:52:52 -040015117
James Smart04c68492009-05-22 14:52:52 -040015118 length = (sizeof(struct lpfc_mbx_mq_create) -
15119 sizeof(struct lpfc_sli4_cfg_mhdr));
15120 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
15121 LPFC_MBOX_OPCODE_MQ_CREATE,
15122 length, LPFC_SLI4_MBX_EMBED);
15123 mq_create = &mbox->u.mqe.un.mq_create;
15124 bf_set(lpfc_mbx_mq_create_num_pages, &mq_create->u.request,
James Smartb19a0612010-04-06 14:48:51 -040015125 mq->page_count);
James Smart04c68492009-05-22 14:52:52 -040015126 bf_set(lpfc_mq_context_cq_id, &mq_create->u.request.context,
James Smartb19a0612010-04-06 14:48:51 -040015127 cq->queue_id);
James Smart04c68492009-05-22 14:52:52 -040015128 bf_set(lpfc_mq_context_valid, &mq_create->u.request.context, 1);
15129 switch (mq->entry_count) {
James Smart04c68492009-05-22 14:52:52 -040015130 case 16:
James Smart5a6f1332011-03-11 16:05:35 -050015131 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
15132 LPFC_MQ_RING_SIZE_16);
James Smart04c68492009-05-22 14:52:52 -040015133 break;
15134 case 32:
James Smart5a6f1332011-03-11 16:05:35 -050015135 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
15136 LPFC_MQ_RING_SIZE_32);
James Smart04c68492009-05-22 14:52:52 -040015137 break;
15138 case 64:
James Smart5a6f1332011-03-11 16:05:35 -050015139 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
15140 LPFC_MQ_RING_SIZE_64);
James Smart04c68492009-05-22 14:52:52 -040015141 break;
15142 case 128:
James Smart5a6f1332011-03-11 16:05:35 -050015143 bf_set(lpfc_mq_context_ring_size, &mq_create->u.request.context,
15144 LPFC_MQ_RING_SIZE_128);
James Smart04c68492009-05-22 14:52:52 -040015145 break;
15146 }
15147 list_for_each_entry(dmabuf, &mq->page_list, list) {
15148 mq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
James Smartb19a0612010-04-06 14:48:51 -040015149 putPaddrLow(dmabuf->phys);
James Smart04c68492009-05-22 14:52:52 -040015150 mq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
James Smartb19a0612010-04-06 14:48:51 -040015151 putPaddrHigh(dmabuf->phys);
15152 }
15153}
15154
15155/**
15156 * lpfc_mq_create - Create a mailbox Queue on the HBA
15157 * @phba: HBA structure that indicates port to create a queue on.
15158 * @mq: The queue structure to use to create the mailbox queue.
15159 * @cq: The completion queue to associate with this cq.
15160 * @subtype: The queue's subtype.
15161 *
15162 * This function creates a mailbox queue, as detailed in @mq, on a port,
15163 * described by @phba by sending a MQ_CREATE mailbox command to the HBA.
15164 *
15165 * The @phba struct is used to send mailbox command to HBA. The @cq struct
15166 * is used to get the entry count and entry size that are necessary to
15167 * determine the number of pages to allocate and use for this queue. This
15168 * function will send the MQ_CREATE mailbox command to the HBA to setup the
15169 * mailbox queue. This function is asynchronous and will wait for the mailbox
15170 * command to finish before continuing.
15171 *
15172 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040015173 * memory this function will return -ENOMEM. If the queue create mailbox command
15174 * fails this function will return -ENXIO.
James Smartb19a0612010-04-06 14:48:51 -040015175 **/
15176int32_t
15177lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq,
15178 struct lpfc_queue *cq, uint32_t subtype)
15179{
15180 struct lpfc_mbx_mq_create *mq_create;
15181 struct lpfc_mbx_mq_create_ext *mq_create_ext;
15182 struct lpfc_dmabuf *dmabuf;
15183 LPFC_MBOXQ_t *mbox;
15184 int rc, length, status = 0;
15185 uint32_t shdr_status, shdr_add_status;
15186 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040015187 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smartb19a0612010-04-06 14:48:51 -040015188
James Smart2e90f4b2011-12-13 13:22:37 -050015189 /* sanity check on queue memory */
15190 if (!mq || !cq)
15191 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040015192 if (!phba->sli4_hba.pc_sli4_params.supported)
15193 hw_page_size = SLI4_PAGE_SIZE;
James Smartb19a0612010-04-06 14:48:51 -040015194
15195 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15196 if (!mbox)
15197 return -ENOMEM;
15198 length = (sizeof(struct lpfc_mbx_mq_create_ext) -
15199 sizeof(struct lpfc_sli4_cfg_mhdr));
15200 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
15201 LPFC_MBOX_OPCODE_MQ_CREATE_EXT,
15202 length, LPFC_SLI4_MBX_EMBED);
15203
15204 mq_create_ext = &mbox->u.mqe.un.mq_create_ext;
James Smart5a6f1332011-03-11 16:05:35 -050015205 shdr = (union lpfc_sli4_cfg_shdr *) &mq_create_ext->header.cfg_shdr;
James Smart70f3c072010-12-15 17:57:33 -050015206 bf_set(lpfc_mbx_mq_create_ext_num_pages,
15207 &mq_create_ext->u.request, mq->page_count);
15208 bf_set(lpfc_mbx_mq_create_ext_async_evt_link,
15209 &mq_create_ext->u.request, 1);
15210 bf_set(lpfc_mbx_mq_create_ext_async_evt_fip,
James Smartb19a0612010-04-06 14:48:51 -040015211 &mq_create_ext->u.request, 1);
15212 bf_set(lpfc_mbx_mq_create_ext_async_evt_group5,
15213 &mq_create_ext->u.request, 1);
James Smart70f3c072010-12-15 17:57:33 -050015214 bf_set(lpfc_mbx_mq_create_ext_async_evt_fc,
15215 &mq_create_ext->u.request, 1);
15216 bf_set(lpfc_mbx_mq_create_ext_async_evt_sli,
15217 &mq_create_ext->u.request, 1);
James Smartb19a0612010-04-06 14:48:51 -040015218 bf_set(lpfc_mq_context_valid, &mq_create_ext->u.request.context, 1);
James Smart5a6f1332011-03-11 16:05:35 -050015219 bf_set(lpfc_mbox_hdr_version, &shdr->request,
15220 phba->sli4_hba.pc_sli4_params.mqv);
15221 if (phba->sli4_hba.pc_sli4_params.mqv == LPFC_Q_CREATE_VERSION_1)
15222 bf_set(lpfc_mbx_mq_create_ext_cq_id, &mq_create_ext->u.request,
15223 cq->queue_id);
15224 else
15225 bf_set(lpfc_mq_context_cq_id, &mq_create_ext->u.request.context,
15226 cq->queue_id);
James Smartb19a0612010-04-06 14:48:51 -040015227 switch (mq->entry_count) {
15228 default:
15229 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15230 "0362 Unsupported MQ count. (%d)\n",
15231 mq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040015232 if (mq->entry_count < 16) {
15233 status = -EINVAL;
15234 goto out;
15235 }
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -060015236 /* fall through - otherwise default to smallest count */
James Smartb19a0612010-04-06 14:48:51 -040015237 case 16:
James Smart5a6f1332011-03-11 16:05:35 -050015238 bf_set(lpfc_mq_context_ring_size,
15239 &mq_create_ext->u.request.context,
15240 LPFC_MQ_RING_SIZE_16);
James Smartb19a0612010-04-06 14:48:51 -040015241 break;
15242 case 32:
James Smart5a6f1332011-03-11 16:05:35 -050015243 bf_set(lpfc_mq_context_ring_size,
15244 &mq_create_ext->u.request.context,
15245 LPFC_MQ_RING_SIZE_32);
James Smartb19a0612010-04-06 14:48:51 -040015246 break;
15247 case 64:
James Smart5a6f1332011-03-11 16:05:35 -050015248 bf_set(lpfc_mq_context_ring_size,
15249 &mq_create_ext->u.request.context,
15250 LPFC_MQ_RING_SIZE_64);
James Smartb19a0612010-04-06 14:48:51 -040015251 break;
15252 case 128:
James Smart5a6f1332011-03-11 16:05:35 -050015253 bf_set(lpfc_mq_context_ring_size,
15254 &mq_create_ext->u.request.context,
15255 LPFC_MQ_RING_SIZE_128);
James Smartb19a0612010-04-06 14:48:51 -040015256 break;
15257 }
15258 list_for_each_entry(dmabuf, &mq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040015259 memset(dmabuf->virt, 0, hw_page_size);
James Smartb19a0612010-04-06 14:48:51 -040015260 mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_lo =
15261 putPaddrLow(dmabuf->phys);
15262 mq_create_ext->u.request.page[dmabuf->buffer_tag].addr_hi =
James Smart04c68492009-05-22 14:52:52 -040015263 putPaddrHigh(dmabuf->phys);
15264 }
15265 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smartb19a0612010-04-06 14:48:51 -040015266 mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id,
15267 &mq_create_ext->u.response);
15268 if (rc != MBX_SUCCESS) {
15269 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
15270 "2795 MQ_CREATE_EXT failed with "
15271 "status x%x. Failback to MQ_CREATE.\n",
15272 rc);
15273 lpfc_mq_create_fb_init(phba, mq, mbox, cq);
15274 mq_create = &mbox->u.mqe.un.mq_create;
15275 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
15276 shdr = (union lpfc_sli4_cfg_shdr *) &mq_create->header.cfg_shdr;
15277 mq->queue_id = bf_get(lpfc_mbx_mq_create_q_id,
15278 &mq_create->u.response);
15279 }
15280
James Smart04c68492009-05-22 14:52:52 -040015281 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart04c68492009-05-22 14:52:52 -040015282 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
15283 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
15284 if (shdr_status || shdr_add_status || rc) {
15285 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15286 "2502 MQ_CREATE mailbox failed with "
15287 "status x%x add_status x%x, mbx status x%x\n",
15288 shdr_status, shdr_add_status, rc);
15289 status = -ENXIO;
15290 goto out;
15291 }
James Smart04c68492009-05-22 14:52:52 -040015292 if (mq->queue_id == 0xFFFF) {
15293 status = -ENXIO;
15294 goto out;
15295 }
15296 mq->type = LPFC_MQ;
James Smart2a622bf2011-02-16 12:40:06 -050015297 mq->assoc_qid = cq->queue_id;
James Smart04c68492009-05-22 14:52:52 -040015298 mq->subtype = subtype;
15299 mq->host_index = 0;
15300 mq->hba_index = 0;
15301
15302 /* link the mq onto the parent cq child list */
15303 list_add_tail(&mq->list, &cq->child_list);
15304out:
James Smart8fa38512009-07-19 10:01:03 -040015305 mempool_free(mbox, phba->mbox_mem_pool);
James Smart04c68492009-05-22 14:52:52 -040015306 return status;
15307}
15308
15309/**
James Smart4f774512009-05-22 14:52:35 -040015310 * lpfc_wq_create - Create a Work Queue on the HBA
15311 * @phba: HBA structure that indicates port to create a queue on.
15312 * @wq: The queue structure to use to create the work queue.
15313 * @cq: The completion queue to bind this work queue to.
15314 * @subtype: The subtype of the work queue indicating its functionality.
15315 *
15316 * This function creates a work queue, as detailed in @wq, on a port, described
15317 * by @phba by sending a WQ_CREATE mailbox command to the HBA.
15318 *
15319 * The @phba struct is used to send mailbox command to HBA. The @wq struct
15320 * is used to get the entry count and entry size that are necessary to
15321 * determine the number of pages to allocate and use for this queue. The @cq
15322 * is used to indicate which completion queue to bind this work queue to. This
15323 * function will send the WQ_CREATE mailbox command to the HBA to setup the
15324 * work queue. This function is asynchronous and will wait for the mailbox
15325 * command to finish before continuing.
15326 *
15327 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040015328 * memory this function will return -ENOMEM. If the queue create mailbox command
15329 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040015330 **/
James Smarta2fc4aef2014-09-03 12:57:55 -040015331int
James Smart4f774512009-05-22 14:52:35 -040015332lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq,
15333 struct lpfc_queue *cq, uint32_t subtype)
15334{
15335 struct lpfc_mbx_wq_create *wq_create;
15336 struct lpfc_dmabuf *dmabuf;
15337 LPFC_MBOXQ_t *mbox;
15338 int rc, length, status = 0;
15339 uint32_t shdr_status, shdr_add_status;
15340 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040015341 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart5a6f1332011-03-11 16:05:35 -050015342 struct dma_address *page;
James Smart962bc512013-01-03 15:44:00 -050015343 void __iomem *bar_memmap_p;
15344 uint32_t db_offset;
15345 uint16_t pci_barset;
James Smart1351e692018-02-22 08:18:43 -080015346 uint8_t dpp_barset;
15347 uint32_t dpp_offset;
15348 unsigned long pg_addr;
James Smart81b96ed2017-11-20 16:00:29 -080015349 uint8_t wq_create_version;
James Smart49198b32010-04-06 15:04:33 -040015350
James Smart2e90f4b2011-12-13 13:22:37 -050015351 /* sanity check on queue memory */
15352 if (!wq || !cq)
15353 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040015354 if (!phba->sli4_hba.pc_sli4_params.supported)
James Smart81b96ed2017-11-20 16:00:29 -080015355 hw_page_size = wq->page_size;
James Smart4f774512009-05-22 14:52:35 -040015356
15357 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15358 if (!mbox)
15359 return -ENOMEM;
15360 length = (sizeof(struct lpfc_mbx_wq_create) -
15361 sizeof(struct lpfc_sli4_cfg_mhdr));
15362 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
15363 LPFC_MBOX_OPCODE_FCOE_WQ_CREATE,
15364 length, LPFC_SLI4_MBX_EMBED);
15365 wq_create = &mbox->u.mqe.un.wq_create;
James Smart5a6f1332011-03-11 16:05:35 -050015366 shdr = (union lpfc_sli4_cfg_shdr *) &wq_create->header.cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040015367 bf_set(lpfc_mbx_wq_create_num_pages, &wq_create->u.request,
15368 wq->page_count);
15369 bf_set(lpfc_mbx_wq_create_cq_id, &wq_create->u.request,
15370 cq->queue_id);
James Smart0c651872013-07-15 18:33:23 -040015371
15372 /* wqv is the earliest version supported, NOT the latest */
James Smart5a6f1332011-03-11 16:05:35 -050015373 bf_set(lpfc_mbox_hdr_version, &shdr->request,
15374 phba->sli4_hba.pc_sli4_params.wqv);
James Smart962bc512013-01-03 15:44:00 -050015375
James Smartc176ffa2018-01-30 15:58:46 -080015376 if ((phba->sli4_hba.pc_sli4_params.wqsize & LPFC_WQ_SZ128_SUPPORT) ||
15377 (wq->page_size > SLI4_PAGE_SIZE))
James Smart81b96ed2017-11-20 16:00:29 -080015378 wq_create_version = LPFC_Q_CREATE_VERSION_1;
15379 else
15380 wq_create_version = LPFC_Q_CREATE_VERSION_0;
15381
James Smart0c651872013-07-15 18:33:23 -040015382
James Smart1351e692018-02-22 08:18:43 -080015383 if (phba->sli4_hba.pc_sli4_params.wqsize & LPFC_WQ_SZ128_SUPPORT)
15384 wq_create_version = LPFC_Q_CREATE_VERSION_1;
15385 else
15386 wq_create_version = LPFC_Q_CREATE_VERSION_0;
15387
15388 switch (wq_create_version) {
James Smart0c651872013-07-15 18:33:23 -040015389 case LPFC_Q_CREATE_VERSION_1:
James Smart5a6f1332011-03-11 16:05:35 -050015390 bf_set(lpfc_mbx_wq_create_wqe_count, &wq_create->u.request_1,
15391 wq->entry_count);
James Smart3f247de2017-04-21 16:04:56 -070015392 bf_set(lpfc_mbox_hdr_version, &shdr->request,
15393 LPFC_Q_CREATE_VERSION_1);
15394
James Smart5a6f1332011-03-11 16:05:35 -050015395 switch (wq->entry_size) {
15396 default:
15397 case 64:
15398 bf_set(lpfc_mbx_wq_create_wqe_size,
15399 &wq_create->u.request_1,
15400 LPFC_WQ_WQE_SIZE_64);
15401 break;
15402 case 128:
15403 bf_set(lpfc_mbx_wq_create_wqe_size,
15404 &wq_create->u.request_1,
15405 LPFC_WQ_WQE_SIZE_128);
15406 break;
15407 }
James Smart1351e692018-02-22 08:18:43 -080015408 /* Request DPP by default */
15409 bf_set(lpfc_mbx_wq_create_dpp_req, &wq_create->u.request_1, 1);
James Smart8ea73db2017-02-12 13:52:25 -080015410 bf_set(lpfc_mbx_wq_create_page_size,
15411 &wq_create->u.request_1,
James Smart81b96ed2017-11-20 16:00:29 -080015412 (wq->page_size / SLI4_PAGE_SIZE));
James Smart5a6f1332011-03-11 16:05:35 -050015413 page = wq_create->u.request_1.page;
James Smart0c651872013-07-15 18:33:23 -040015414 break;
15415 default:
James Smart1351e692018-02-22 08:18:43 -080015416 page = wq_create->u.request.page;
15417 break;
James Smart5a6f1332011-03-11 16:05:35 -050015418 }
James Smart0c651872013-07-15 18:33:23 -040015419
James Smart4f774512009-05-22 14:52:35 -040015420 list_for_each_entry(dmabuf, &wq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040015421 memset(dmabuf->virt, 0, hw_page_size);
James Smart5a6f1332011-03-11 16:05:35 -050015422 page[dmabuf->buffer_tag].addr_lo = putPaddrLow(dmabuf->phys);
15423 page[dmabuf->buffer_tag].addr_hi = putPaddrHigh(dmabuf->phys);
James Smart4f774512009-05-22 14:52:35 -040015424 }
James Smart962bc512013-01-03 15:44:00 -050015425
15426 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
15427 bf_set(lpfc_mbx_wq_create_dua, &wq_create->u.request, 1);
15428
James Smart4f774512009-05-22 14:52:35 -040015429 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
15430 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040015431 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
15432 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
15433 if (shdr_status || shdr_add_status || rc) {
15434 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15435 "2503 WQ_CREATE mailbox failed with "
15436 "status x%x add_status x%x, mbx status x%x\n",
15437 shdr_status, shdr_add_status, rc);
15438 status = -ENXIO;
15439 goto out;
15440 }
James Smart1351e692018-02-22 08:18:43 -080015441
15442 if (wq_create_version == LPFC_Q_CREATE_VERSION_0)
15443 wq->queue_id = bf_get(lpfc_mbx_wq_create_q_id,
15444 &wq_create->u.response);
15445 else
15446 wq->queue_id = bf_get(lpfc_mbx_wq_create_v1_q_id,
15447 &wq_create->u.response_1);
15448
James Smart4f774512009-05-22 14:52:35 -040015449 if (wq->queue_id == 0xFFFF) {
15450 status = -ENXIO;
15451 goto out;
15452 }
James Smart1351e692018-02-22 08:18:43 -080015453
15454 wq->db_format = LPFC_DB_LIST_FORMAT;
15455 if (wq_create_version == LPFC_Q_CREATE_VERSION_0) {
15456 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) {
15457 wq->db_format = bf_get(lpfc_mbx_wq_create_db_format,
15458 &wq_create->u.response);
15459 if ((wq->db_format != LPFC_DB_LIST_FORMAT) &&
15460 (wq->db_format != LPFC_DB_RING_FORMAT)) {
15461 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15462 "3265 WQ[%d] doorbell format "
15463 "not supported: x%x\n",
15464 wq->queue_id, wq->db_format);
15465 status = -EINVAL;
15466 goto out;
15467 }
15468 pci_barset = bf_get(lpfc_mbx_wq_create_bar_set,
15469 &wq_create->u.response);
15470 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba,
15471 pci_barset);
15472 if (!bar_memmap_p) {
15473 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15474 "3263 WQ[%d] failed to memmap "
15475 "pci barset:x%x\n",
15476 wq->queue_id, pci_barset);
15477 status = -ENOMEM;
15478 goto out;
15479 }
15480 db_offset = wq_create->u.response.doorbell_offset;
15481 if ((db_offset != LPFC_ULP0_WQ_DOORBELL) &&
15482 (db_offset != LPFC_ULP1_WQ_DOORBELL)) {
15483 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15484 "3252 WQ[%d] doorbell offset "
15485 "not supported: x%x\n",
15486 wq->queue_id, db_offset);
15487 status = -EINVAL;
15488 goto out;
15489 }
15490 wq->db_regaddr = bar_memmap_p + db_offset;
15491 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
15492 "3264 WQ[%d]: barset:x%x, offset:x%x, "
15493 "format:x%x\n", wq->queue_id,
15494 pci_barset, db_offset, wq->db_format);
15495 } else
15496 wq->db_regaddr = phba->sli4_hba.WQDBregaddr;
James Smart962bc512013-01-03 15:44:00 -050015497 } else {
James Smart1351e692018-02-22 08:18:43 -080015498 /* Check if DPP was honored by the firmware */
15499 wq->dpp_enable = bf_get(lpfc_mbx_wq_create_dpp_rsp,
15500 &wq_create->u.response_1);
15501 if (wq->dpp_enable) {
15502 pci_barset = bf_get(lpfc_mbx_wq_create_v1_bar_set,
15503 &wq_create->u.response_1);
15504 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba,
15505 pci_barset);
15506 if (!bar_memmap_p) {
15507 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15508 "3267 WQ[%d] failed to memmap "
15509 "pci barset:x%x\n",
15510 wq->queue_id, pci_barset);
15511 status = -ENOMEM;
15512 goto out;
15513 }
15514 db_offset = wq_create->u.response_1.doorbell_offset;
15515 wq->db_regaddr = bar_memmap_p + db_offset;
15516 wq->dpp_id = bf_get(lpfc_mbx_wq_create_dpp_id,
15517 &wq_create->u.response_1);
15518 dpp_barset = bf_get(lpfc_mbx_wq_create_dpp_bar,
15519 &wq_create->u.response_1);
15520 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba,
15521 dpp_barset);
15522 if (!bar_memmap_p) {
15523 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15524 "3268 WQ[%d] failed to memmap "
15525 "pci barset:x%x\n",
15526 wq->queue_id, dpp_barset);
15527 status = -ENOMEM;
15528 goto out;
15529 }
15530 dpp_offset = wq_create->u.response_1.dpp_offset;
15531 wq->dpp_regaddr = bar_memmap_p + dpp_offset;
15532 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
15533 "3271 WQ[%d]: barset:x%x, offset:x%x, "
15534 "dpp_id:x%x dpp_barset:x%x "
15535 "dpp_offset:x%x\n",
15536 wq->queue_id, pci_barset, db_offset,
15537 wq->dpp_id, dpp_barset, dpp_offset);
15538
15539 /* Enable combined writes for DPP aperture */
15540 pg_addr = (unsigned long)(wq->dpp_regaddr) & PAGE_MASK;
15541#ifdef CONFIG_X86
15542 rc = set_memory_wc(pg_addr, 1);
15543 if (rc) {
15544 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15545 "3272 Cannot setup Combined "
15546 "Write on WQ[%d] - disable DPP\n",
15547 wq->queue_id);
15548 phba->cfg_enable_dpp = 0;
15549 }
15550#else
15551 phba->cfg_enable_dpp = 0;
15552#endif
15553 } else
15554 wq->db_regaddr = phba->sli4_hba.WQDBregaddr;
James Smart962bc512013-01-03 15:44:00 -050015555 }
James Smart895427b2017-02-12 13:52:30 -080015556 wq->pring = kzalloc(sizeof(struct lpfc_sli_ring), GFP_KERNEL);
15557 if (wq->pring == NULL) {
15558 status = -ENOMEM;
15559 goto out;
15560 }
James Smart4f774512009-05-22 14:52:35 -040015561 wq->type = LPFC_WQ;
James Smart2a622bf2011-02-16 12:40:06 -050015562 wq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040015563 wq->subtype = subtype;
15564 wq->host_index = 0;
15565 wq->hba_index = 0;
James Smart32517fc2019-01-28 11:14:33 -080015566 wq->notify_interval = LPFC_WQ_NOTIFY_INTRVL;
James Smart4f774512009-05-22 14:52:35 -040015567
15568 /* link the wq onto the parent cq child list */
15569 list_add_tail(&wq->list, &cq->child_list);
15570out:
James Smart8fa38512009-07-19 10:01:03 -040015571 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040015572 return status;
15573}
15574
15575/**
15576 * lpfc_rq_create - Create a Receive Queue on the HBA
15577 * @phba: HBA structure that indicates port to create a queue on.
15578 * @hrq: The queue structure to use to create the header receive queue.
15579 * @drq: The queue structure to use to create the data receive queue.
15580 * @cq: The completion queue to bind this work queue to.
15581 *
15582 * This function creates a receive buffer queue pair , as detailed in @hrq and
15583 * @drq, on a port, described by @phba by sending a RQ_CREATE mailbox command
15584 * to the HBA.
15585 *
15586 * The @phba struct is used to send mailbox command to HBA. The @drq and @hrq
15587 * struct is used to get the entry count that is necessary to determine the
15588 * number of pages to use for this queue. The @cq is used to indicate which
15589 * completion queue to bind received buffers that are posted to these queues to.
15590 * This function will send the RQ_CREATE mailbox command to the HBA to setup the
15591 * receive queue pair. This function is asynchronous and will wait for the
15592 * mailbox command to finish before continuing.
15593 *
15594 * On success this function will return a zero. If unable to allocate enough
James Smartd439d282010-09-29 11:18:45 -040015595 * memory this function will return -ENOMEM. If the queue create mailbox command
15596 * fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040015597 **/
James Smarta2fc4aef2014-09-03 12:57:55 -040015598int
James Smart4f774512009-05-22 14:52:35 -040015599lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq,
15600 struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype)
15601{
15602 struct lpfc_mbx_rq_create *rq_create;
15603 struct lpfc_dmabuf *dmabuf;
15604 LPFC_MBOXQ_t *mbox;
15605 int rc, length, status = 0;
15606 uint32_t shdr_status, shdr_add_status;
15607 union lpfc_sli4_cfg_shdr *shdr;
James Smart49198b32010-04-06 15:04:33 -040015608 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
James Smart962bc512013-01-03 15:44:00 -050015609 void __iomem *bar_memmap_p;
15610 uint32_t db_offset;
15611 uint16_t pci_barset;
James Smart49198b32010-04-06 15:04:33 -040015612
James Smart2e90f4b2011-12-13 13:22:37 -050015613 /* sanity check on queue memory */
15614 if (!hrq || !drq || !cq)
15615 return -ENODEV;
James Smart49198b32010-04-06 15:04:33 -040015616 if (!phba->sli4_hba.pc_sli4_params.supported)
15617 hw_page_size = SLI4_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040015618
15619 if (hrq->entry_count != drq->entry_count)
15620 return -EINVAL;
15621 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15622 if (!mbox)
15623 return -ENOMEM;
15624 length = (sizeof(struct lpfc_mbx_rq_create) -
15625 sizeof(struct lpfc_sli4_cfg_mhdr));
15626 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
15627 LPFC_MBOX_OPCODE_FCOE_RQ_CREATE,
15628 length, LPFC_SLI4_MBX_EMBED);
15629 rq_create = &mbox->u.mqe.un.rq_create;
James Smart5a6f1332011-03-11 16:05:35 -050015630 shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr;
15631 bf_set(lpfc_mbox_hdr_version, &shdr->request,
15632 phba->sli4_hba.pc_sli4_params.rqv);
15633 if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) {
15634 bf_set(lpfc_rq_context_rqe_count_1,
15635 &rq_create->u.request.context,
15636 hrq->entry_count);
15637 rq_create->u.request.context.buffer_size = LPFC_HDR_BUF_SIZE;
James Smartc31098c2011-04-16 11:03:33 -040015638 bf_set(lpfc_rq_context_rqe_size,
15639 &rq_create->u.request.context,
15640 LPFC_RQE_SIZE_8);
15641 bf_set(lpfc_rq_context_page_size,
15642 &rq_create->u.request.context,
James Smart8ea73db2017-02-12 13:52:25 -080015643 LPFC_RQ_PAGE_SIZE_4096);
James Smart5a6f1332011-03-11 16:05:35 -050015644 } else {
15645 switch (hrq->entry_count) {
15646 default:
15647 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15648 "2535 Unsupported RQ count. (%d)\n",
15649 hrq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040015650 if (hrq->entry_count < 512) {
15651 status = -EINVAL;
15652 goto out;
15653 }
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -060015654 /* fall through - otherwise default to smallest count */
James Smart5a6f1332011-03-11 16:05:35 -050015655 case 512:
15656 bf_set(lpfc_rq_context_rqe_count,
15657 &rq_create->u.request.context,
15658 LPFC_RQ_RING_SIZE_512);
15659 break;
15660 case 1024:
15661 bf_set(lpfc_rq_context_rqe_count,
15662 &rq_create->u.request.context,
15663 LPFC_RQ_RING_SIZE_1024);
15664 break;
15665 case 2048:
15666 bf_set(lpfc_rq_context_rqe_count,
15667 &rq_create->u.request.context,
15668 LPFC_RQ_RING_SIZE_2048);
15669 break;
15670 case 4096:
15671 bf_set(lpfc_rq_context_rqe_count,
15672 &rq_create->u.request.context,
15673 LPFC_RQ_RING_SIZE_4096);
15674 break;
15675 }
15676 bf_set(lpfc_rq_context_buf_size, &rq_create->u.request.context,
15677 LPFC_HDR_BUF_SIZE);
James Smart4f774512009-05-22 14:52:35 -040015678 }
15679 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context,
15680 cq->queue_id);
15681 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request,
15682 hrq->page_count);
James Smart4f774512009-05-22 14:52:35 -040015683 list_for_each_entry(dmabuf, &hrq->page_list, list) {
James Smart49198b32010-04-06 15:04:33 -040015684 memset(dmabuf->virt, 0, hw_page_size);
James Smart4f774512009-05-22 14:52:35 -040015685 rq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
15686 putPaddrLow(dmabuf->phys);
15687 rq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
15688 putPaddrHigh(dmabuf->phys);
15689 }
James Smart962bc512013-01-03 15:44:00 -050015690 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
15691 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1);
15692
James Smart4f774512009-05-22 14:52:35 -040015693 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
15694 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart4f774512009-05-22 14:52:35 -040015695 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
15696 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
15697 if (shdr_status || shdr_add_status || rc) {
15698 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15699 "2504 RQ_CREATE mailbox failed with "
15700 "status x%x add_status x%x, mbx status x%x\n",
15701 shdr_status, shdr_add_status, rc);
15702 status = -ENXIO;
15703 goto out;
15704 }
15705 hrq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response);
15706 if (hrq->queue_id == 0xFFFF) {
15707 status = -ENXIO;
15708 goto out;
15709 }
James Smart962bc512013-01-03 15:44:00 -050015710
15711 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE) {
15712 hrq->db_format = bf_get(lpfc_mbx_rq_create_db_format,
15713 &rq_create->u.response);
15714 if ((hrq->db_format != LPFC_DB_LIST_FORMAT) &&
15715 (hrq->db_format != LPFC_DB_RING_FORMAT)) {
15716 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15717 "3262 RQ [%d] doorbell format not "
15718 "supported: x%x\n", hrq->queue_id,
15719 hrq->db_format);
15720 status = -EINVAL;
15721 goto out;
15722 }
15723
15724 pci_barset = bf_get(lpfc_mbx_rq_create_bar_set,
15725 &rq_create->u.response);
15726 bar_memmap_p = lpfc_dual_chute_pci_bar_map(phba, pci_barset);
15727 if (!bar_memmap_p) {
15728 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15729 "3269 RQ[%d] failed to memmap pci "
15730 "barset:x%x\n", hrq->queue_id,
15731 pci_barset);
15732 status = -ENOMEM;
15733 goto out;
15734 }
15735
15736 db_offset = rq_create->u.response.doorbell_offset;
15737 if ((db_offset != LPFC_ULP0_RQ_DOORBELL) &&
15738 (db_offset != LPFC_ULP1_RQ_DOORBELL)) {
15739 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
15740 "3270 RQ[%d] doorbell offset not "
15741 "supported: x%x\n", hrq->queue_id,
15742 db_offset);
15743 status = -EINVAL;
15744 goto out;
15745 }
15746 hrq->db_regaddr = bar_memmap_p + db_offset;
15747 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarta22e7db2013-04-17 20:16:37 -040015748 "3266 RQ[qid:%d]: barset:x%x, offset:x%x, "
15749 "format:x%x\n", hrq->queue_id, pci_barset,
15750 db_offset, hrq->db_format);
James Smart962bc512013-01-03 15:44:00 -050015751 } else {
15752 hrq->db_format = LPFC_DB_RING_FORMAT;
15753 hrq->db_regaddr = phba->sli4_hba.RQDBregaddr;
15754 }
James Smart4f774512009-05-22 14:52:35 -040015755 hrq->type = LPFC_HRQ;
James Smart2a622bf2011-02-16 12:40:06 -050015756 hrq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040015757 hrq->subtype = subtype;
15758 hrq->host_index = 0;
15759 hrq->hba_index = 0;
James Smart32517fc2019-01-28 11:14:33 -080015760 hrq->notify_interval = LPFC_RQ_NOTIFY_INTRVL;
James Smart4f774512009-05-22 14:52:35 -040015761
15762 /* now create the data queue */
15763 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
15764 LPFC_MBOX_OPCODE_FCOE_RQ_CREATE,
15765 length, LPFC_SLI4_MBX_EMBED);
James Smart5a6f1332011-03-11 16:05:35 -050015766 bf_set(lpfc_mbox_hdr_version, &shdr->request,
15767 phba->sli4_hba.pc_sli4_params.rqv);
15768 if (phba->sli4_hba.pc_sli4_params.rqv == LPFC_Q_CREATE_VERSION_1) {
15769 bf_set(lpfc_rq_context_rqe_count_1,
James Smartc31098c2011-04-16 11:03:33 -040015770 &rq_create->u.request.context, hrq->entry_count);
James Smart3c603be2017-05-15 15:20:44 -070015771 if (subtype == LPFC_NVMET)
15772 rq_create->u.request.context.buffer_size =
15773 LPFC_NVMET_DATA_BUF_SIZE;
15774 else
15775 rq_create->u.request.context.buffer_size =
15776 LPFC_DATA_BUF_SIZE;
James Smartc31098c2011-04-16 11:03:33 -040015777 bf_set(lpfc_rq_context_rqe_size, &rq_create->u.request.context,
15778 LPFC_RQE_SIZE_8);
15779 bf_set(lpfc_rq_context_page_size, &rq_create->u.request.context,
15780 (PAGE_SIZE/SLI4_PAGE_SIZE));
James Smart5a6f1332011-03-11 16:05:35 -050015781 } else {
15782 switch (drq->entry_count) {
15783 default:
15784 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15785 "2536 Unsupported RQ count. (%d)\n",
15786 drq->entry_count);
James Smart4f4c1862012-06-12 13:54:02 -040015787 if (drq->entry_count < 512) {
15788 status = -EINVAL;
15789 goto out;
15790 }
Gustavo A. R. Silva5bd5f662018-11-27 22:32:18 -060015791 /* fall through - otherwise default to smallest count */
James Smart5a6f1332011-03-11 16:05:35 -050015792 case 512:
15793 bf_set(lpfc_rq_context_rqe_count,
15794 &rq_create->u.request.context,
15795 LPFC_RQ_RING_SIZE_512);
15796 break;
15797 case 1024:
15798 bf_set(lpfc_rq_context_rqe_count,
15799 &rq_create->u.request.context,
15800 LPFC_RQ_RING_SIZE_1024);
15801 break;
15802 case 2048:
15803 bf_set(lpfc_rq_context_rqe_count,
15804 &rq_create->u.request.context,
15805 LPFC_RQ_RING_SIZE_2048);
15806 break;
15807 case 4096:
15808 bf_set(lpfc_rq_context_rqe_count,
15809 &rq_create->u.request.context,
15810 LPFC_RQ_RING_SIZE_4096);
15811 break;
15812 }
James Smart3c603be2017-05-15 15:20:44 -070015813 if (subtype == LPFC_NVMET)
15814 bf_set(lpfc_rq_context_buf_size,
15815 &rq_create->u.request.context,
15816 LPFC_NVMET_DATA_BUF_SIZE);
15817 else
15818 bf_set(lpfc_rq_context_buf_size,
15819 &rq_create->u.request.context,
15820 LPFC_DATA_BUF_SIZE);
James Smart4f774512009-05-22 14:52:35 -040015821 }
15822 bf_set(lpfc_rq_context_cq_id, &rq_create->u.request.context,
15823 cq->queue_id);
15824 bf_set(lpfc_mbx_rq_create_num_pages, &rq_create->u.request,
15825 drq->page_count);
James Smart4f774512009-05-22 14:52:35 -040015826 list_for_each_entry(dmabuf, &drq->page_list, list) {
15827 rq_create->u.request.page[dmabuf->buffer_tag].addr_lo =
15828 putPaddrLow(dmabuf->phys);
15829 rq_create->u.request.page[dmabuf->buffer_tag].addr_hi =
15830 putPaddrHigh(dmabuf->phys);
15831 }
James Smart962bc512013-01-03 15:44:00 -050015832 if (phba->sli4_hba.fw_func_mode & LPFC_DUA_MODE)
15833 bf_set(lpfc_mbx_rq_create_dua, &rq_create->u.request, 1);
James Smart4f774512009-05-22 14:52:35 -040015834 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
15835 /* The IOCTL status is embedded in the mailbox subheader. */
15836 shdr = (union lpfc_sli4_cfg_shdr *) &rq_create->header.cfg_shdr;
15837 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
15838 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
15839 if (shdr_status || shdr_add_status || rc) {
15840 status = -ENXIO;
15841 goto out;
15842 }
15843 drq->queue_id = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response);
15844 if (drq->queue_id == 0xFFFF) {
15845 status = -ENXIO;
15846 goto out;
15847 }
15848 drq->type = LPFC_DRQ;
James Smart2a622bf2011-02-16 12:40:06 -050015849 drq->assoc_qid = cq->queue_id;
James Smart4f774512009-05-22 14:52:35 -040015850 drq->subtype = subtype;
15851 drq->host_index = 0;
15852 drq->hba_index = 0;
James Smart32517fc2019-01-28 11:14:33 -080015853 drq->notify_interval = LPFC_RQ_NOTIFY_INTRVL;
James Smart4f774512009-05-22 14:52:35 -040015854
15855 /* link the header and data RQs onto the parent cq child list */
15856 list_add_tail(&hrq->list, &cq->child_list);
15857 list_add_tail(&drq->list, &cq->child_list);
15858
15859out:
James Smart8fa38512009-07-19 10:01:03 -040015860 mempool_free(mbox, phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040015861 return status;
15862}
15863
15864/**
James Smart2d7dbc42017-02-12 13:52:35 -080015865 * lpfc_mrq_create - Create MRQ Receive Queues on the HBA
15866 * @phba: HBA structure that indicates port to create a queue on.
15867 * @hrqp: The queue structure array to use to create the header receive queues.
15868 * @drqp: The queue structure array to use to create the data receive queues.
15869 * @cqp: The completion queue array to bind these receive queues to.
15870 *
15871 * This function creates a receive buffer queue pair , as detailed in @hrq and
15872 * @drq, on a port, described by @phba by sending a RQ_CREATE mailbox command
15873 * to the HBA.
15874 *
15875 * The @phba struct is used to send mailbox command to HBA. The @drq and @hrq
15876 * struct is used to get the entry count that is necessary to determine the
15877 * number of pages to use for this queue. The @cq is used to indicate which
15878 * completion queue to bind received buffers that are posted to these queues to.
15879 * This function will send the RQ_CREATE mailbox command to the HBA to setup the
15880 * receive queue pair. This function is asynchronous and will wait for the
15881 * mailbox command to finish before continuing.
15882 *
15883 * On success this function will return a zero. If unable to allocate enough
15884 * memory this function will return -ENOMEM. If the queue create mailbox command
15885 * fails this function will return -ENXIO.
15886 **/
15887int
15888lpfc_mrq_create(struct lpfc_hba *phba, struct lpfc_queue **hrqp,
15889 struct lpfc_queue **drqp, struct lpfc_queue **cqp,
15890 uint32_t subtype)
15891{
15892 struct lpfc_queue *hrq, *drq, *cq;
15893 struct lpfc_mbx_rq_create_v2 *rq_create;
15894 struct lpfc_dmabuf *dmabuf;
15895 LPFC_MBOXQ_t *mbox;
15896 int rc, length, alloclen, status = 0;
15897 int cnt, idx, numrq, page_idx = 0;
15898 uint32_t shdr_status, shdr_add_status;
15899 union lpfc_sli4_cfg_shdr *shdr;
15900 uint32_t hw_page_size = phba->sli4_hba.pc_sli4_params.if_page_sz;
15901
15902 numrq = phba->cfg_nvmet_mrq;
15903 /* sanity check on array memory */
15904 if (!hrqp || !drqp || !cqp || !numrq)
15905 return -ENODEV;
15906 if (!phba->sli4_hba.pc_sli4_params.supported)
15907 hw_page_size = SLI4_PAGE_SIZE;
15908
15909 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
15910 if (!mbox)
15911 return -ENOMEM;
15912
15913 length = sizeof(struct lpfc_mbx_rq_create_v2);
15914 length += ((2 * numrq * hrqp[0]->page_count) *
15915 sizeof(struct dma_address));
15916
15917 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
15918 LPFC_MBOX_OPCODE_FCOE_RQ_CREATE, length,
15919 LPFC_SLI4_MBX_NEMBED);
15920 if (alloclen < length) {
15921 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
15922 "3099 Allocated DMA memory size (%d) is "
15923 "less than the requested DMA memory size "
15924 "(%d)\n", alloclen, length);
15925 status = -ENOMEM;
15926 goto out;
15927 }
15928
15929
15930
15931 rq_create = mbox->sge_array->addr[0];
15932 shdr = (union lpfc_sli4_cfg_shdr *)&rq_create->cfg_shdr;
15933
15934 bf_set(lpfc_mbox_hdr_version, &shdr->request, LPFC_Q_CREATE_VERSION_2);
15935 cnt = 0;
15936
15937 for (idx = 0; idx < numrq; idx++) {
15938 hrq = hrqp[idx];
15939 drq = drqp[idx];
15940 cq = cqp[idx];
15941
James Smart2d7dbc42017-02-12 13:52:35 -080015942 /* sanity check on queue memory */
15943 if (!hrq || !drq || !cq) {
15944 status = -ENODEV;
15945 goto out;
15946 }
15947
James Smart7aabe842017-03-04 09:30:22 -080015948 if (hrq->entry_count != drq->entry_count) {
15949 status = -EINVAL;
15950 goto out;
15951 }
15952
James Smart2d7dbc42017-02-12 13:52:35 -080015953 if (idx == 0) {
15954 bf_set(lpfc_mbx_rq_create_num_pages,
15955 &rq_create->u.request,
15956 hrq->page_count);
15957 bf_set(lpfc_mbx_rq_create_rq_cnt,
15958 &rq_create->u.request, (numrq * 2));
15959 bf_set(lpfc_mbx_rq_create_dnb, &rq_create->u.request,
15960 1);
15961 bf_set(lpfc_rq_context_base_cq,
15962 &rq_create->u.request.context,
15963 cq->queue_id);
15964 bf_set(lpfc_rq_context_data_size,
15965 &rq_create->u.request.context,
James Smart3c603be2017-05-15 15:20:44 -070015966 LPFC_NVMET_DATA_BUF_SIZE);
James Smart2d7dbc42017-02-12 13:52:35 -080015967 bf_set(lpfc_rq_context_hdr_size,
15968 &rq_create->u.request.context,
15969 LPFC_HDR_BUF_SIZE);
15970 bf_set(lpfc_rq_context_rqe_count_1,
15971 &rq_create->u.request.context,
15972 hrq->entry_count);
15973 bf_set(lpfc_rq_context_rqe_size,
15974 &rq_create->u.request.context,
15975 LPFC_RQE_SIZE_8);
15976 bf_set(lpfc_rq_context_page_size,
15977 &rq_create->u.request.context,
15978 (PAGE_SIZE/SLI4_PAGE_SIZE));
15979 }
15980 rc = 0;
15981 list_for_each_entry(dmabuf, &hrq->page_list, list) {
15982 memset(dmabuf->virt, 0, hw_page_size);
15983 cnt = page_idx + dmabuf->buffer_tag;
15984 rq_create->u.request.page[cnt].addr_lo =
15985 putPaddrLow(dmabuf->phys);
15986 rq_create->u.request.page[cnt].addr_hi =
15987 putPaddrHigh(dmabuf->phys);
15988 rc++;
15989 }
15990 page_idx += rc;
15991
15992 rc = 0;
15993 list_for_each_entry(dmabuf, &drq->page_list, list) {
15994 memset(dmabuf->virt, 0, hw_page_size);
15995 cnt = page_idx + dmabuf->buffer_tag;
15996 rq_create->u.request.page[cnt].addr_lo =
15997 putPaddrLow(dmabuf->phys);
15998 rq_create->u.request.page[cnt].addr_hi =
15999 putPaddrHigh(dmabuf->phys);
16000 rc++;
16001 }
16002 page_idx += rc;
16003
16004 hrq->db_format = LPFC_DB_RING_FORMAT;
16005 hrq->db_regaddr = phba->sli4_hba.RQDBregaddr;
16006 hrq->type = LPFC_HRQ;
16007 hrq->assoc_qid = cq->queue_id;
16008 hrq->subtype = subtype;
16009 hrq->host_index = 0;
16010 hrq->hba_index = 0;
James Smart32517fc2019-01-28 11:14:33 -080016011 hrq->notify_interval = LPFC_RQ_NOTIFY_INTRVL;
James Smart2d7dbc42017-02-12 13:52:35 -080016012
16013 drq->db_format = LPFC_DB_RING_FORMAT;
16014 drq->db_regaddr = phba->sli4_hba.RQDBregaddr;
16015 drq->type = LPFC_DRQ;
16016 drq->assoc_qid = cq->queue_id;
16017 drq->subtype = subtype;
16018 drq->host_index = 0;
16019 drq->hba_index = 0;
James Smart32517fc2019-01-28 11:14:33 -080016020 drq->notify_interval = LPFC_RQ_NOTIFY_INTRVL;
James Smart2d7dbc42017-02-12 13:52:35 -080016021
16022 list_add_tail(&hrq->list, &cq->child_list);
16023 list_add_tail(&drq->list, &cq->child_list);
16024 }
16025
16026 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
16027 /* The IOCTL status is embedded in the mailbox subheader. */
16028 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16029 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16030 if (shdr_status || shdr_add_status || rc) {
16031 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16032 "3120 RQ_CREATE mailbox failed with "
16033 "status x%x add_status x%x, mbx status x%x\n",
16034 shdr_status, shdr_add_status, rc);
16035 status = -ENXIO;
16036 goto out;
16037 }
16038 rc = bf_get(lpfc_mbx_rq_create_q_id, &rq_create->u.response);
16039 if (rc == 0xFFFF) {
16040 status = -ENXIO;
16041 goto out;
16042 }
16043
16044 /* Initialize all RQs with associated queue id */
16045 for (idx = 0; idx < numrq; idx++) {
16046 hrq = hrqp[idx];
16047 hrq->queue_id = rc + (2 * idx);
16048 drq = drqp[idx];
16049 drq->queue_id = rc + (2 * idx) + 1;
16050 }
16051
16052out:
16053 lpfc_sli4_mbox_cmd_free(phba, mbox);
16054 return status;
16055}
16056
16057/**
James Smart4f774512009-05-22 14:52:35 -040016058 * lpfc_eq_destroy - Destroy an event Queue on the HBA
16059 * @eq: The queue structure associated with the queue to destroy.
16060 *
16061 * This function destroys a queue, as detailed in @eq by sending an mailbox
16062 * command, specific to the type of queue, to the HBA.
16063 *
16064 * The @eq struct is used to get the queue ID of the queue to destroy.
16065 *
16066 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040016067 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040016068 **/
James Smarta2fc4aef2014-09-03 12:57:55 -040016069int
James Smart4f774512009-05-22 14:52:35 -040016070lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq)
16071{
16072 LPFC_MBOXQ_t *mbox;
16073 int rc, length, status = 0;
16074 uint32_t shdr_status, shdr_add_status;
16075 union lpfc_sli4_cfg_shdr *shdr;
16076
James Smart2e90f4b2011-12-13 13:22:37 -050016077 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040016078 if (!eq)
16079 return -ENODEV;
James Smart32517fc2019-01-28 11:14:33 -080016080
James Smart4f774512009-05-22 14:52:35 -040016081 mbox = mempool_alloc(eq->phba->mbox_mem_pool, GFP_KERNEL);
16082 if (!mbox)
16083 return -ENOMEM;
16084 length = (sizeof(struct lpfc_mbx_eq_destroy) -
16085 sizeof(struct lpfc_sli4_cfg_mhdr));
16086 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
16087 LPFC_MBOX_OPCODE_EQ_DESTROY,
16088 length, LPFC_SLI4_MBX_EMBED);
16089 bf_set(lpfc_mbx_eq_destroy_q_id, &mbox->u.mqe.un.eq_destroy.u.request,
16090 eq->queue_id);
16091 mbox->vport = eq->phba->pport;
16092 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16093
16094 rc = lpfc_sli_issue_mbox(eq->phba, mbox, MBX_POLL);
16095 /* The IOCTL status is embedded in the mailbox subheader. */
16096 shdr = (union lpfc_sli4_cfg_shdr *)
16097 &mbox->u.mqe.un.eq_destroy.header.cfg_shdr;
16098 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16099 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16100 if (shdr_status || shdr_add_status || rc) {
16101 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16102 "2505 EQ_DESTROY mailbox failed with "
16103 "status x%x add_status x%x, mbx status x%x\n",
16104 shdr_status, shdr_add_status, rc);
16105 status = -ENXIO;
16106 }
16107
16108 /* Remove eq from any list */
16109 list_del_init(&eq->list);
James Smart8fa38512009-07-19 10:01:03 -040016110 mempool_free(mbox, eq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040016111 return status;
16112}
16113
16114/**
16115 * lpfc_cq_destroy - Destroy a Completion Queue on the HBA
16116 * @cq: The queue structure associated with the queue to destroy.
16117 *
16118 * This function destroys a queue, as detailed in @cq by sending an mailbox
16119 * command, specific to the type of queue, to the HBA.
16120 *
16121 * The @cq struct is used to get the queue ID of the queue to destroy.
16122 *
16123 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040016124 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040016125 **/
James Smarta2fc4aef2014-09-03 12:57:55 -040016126int
James Smart4f774512009-05-22 14:52:35 -040016127lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq)
16128{
16129 LPFC_MBOXQ_t *mbox;
16130 int rc, length, status = 0;
16131 uint32_t shdr_status, shdr_add_status;
16132 union lpfc_sli4_cfg_shdr *shdr;
16133
James Smart2e90f4b2011-12-13 13:22:37 -050016134 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040016135 if (!cq)
16136 return -ENODEV;
16137 mbox = mempool_alloc(cq->phba->mbox_mem_pool, GFP_KERNEL);
16138 if (!mbox)
16139 return -ENOMEM;
16140 length = (sizeof(struct lpfc_mbx_cq_destroy) -
16141 sizeof(struct lpfc_sli4_cfg_mhdr));
16142 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
16143 LPFC_MBOX_OPCODE_CQ_DESTROY,
16144 length, LPFC_SLI4_MBX_EMBED);
16145 bf_set(lpfc_mbx_cq_destroy_q_id, &mbox->u.mqe.un.cq_destroy.u.request,
16146 cq->queue_id);
16147 mbox->vport = cq->phba->pport;
16148 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16149 rc = lpfc_sli_issue_mbox(cq->phba, mbox, MBX_POLL);
16150 /* The IOCTL status is embedded in the mailbox subheader. */
16151 shdr = (union lpfc_sli4_cfg_shdr *)
16152 &mbox->u.mqe.un.wq_create.header.cfg_shdr;
16153 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16154 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16155 if (shdr_status || shdr_add_status || rc) {
16156 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16157 "2506 CQ_DESTROY mailbox failed with "
16158 "status x%x add_status x%x, mbx status x%x\n",
16159 shdr_status, shdr_add_status, rc);
16160 status = -ENXIO;
16161 }
16162 /* Remove cq from any list */
16163 list_del_init(&cq->list);
James Smart8fa38512009-07-19 10:01:03 -040016164 mempool_free(mbox, cq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040016165 return status;
16166}
16167
16168/**
James Smart04c68492009-05-22 14:52:52 -040016169 * lpfc_mq_destroy - Destroy a Mailbox Queue on the HBA
16170 * @qm: The queue structure associated with the queue to destroy.
16171 *
16172 * This function destroys a queue, as detailed in @mq by sending an mailbox
16173 * command, specific to the type of queue, to the HBA.
16174 *
16175 * The @mq struct is used to get the queue ID of the queue to destroy.
16176 *
16177 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040016178 * command fails this function will return -ENXIO.
James Smart04c68492009-05-22 14:52:52 -040016179 **/
James Smarta2fc4aef2014-09-03 12:57:55 -040016180int
James Smart04c68492009-05-22 14:52:52 -040016181lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq)
16182{
16183 LPFC_MBOXQ_t *mbox;
16184 int rc, length, status = 0;
16185 uint32_t shdr_status, shdr_add_status;
16186 union lpfc_sli4_cfg_shdr *shdr;
16187
James Smart2e90f4b2011-12-13 13:22:37 -050016188 /* sanity check on queue memory */
James Smart04c68492009-05-22 14:52:52 -040016189 if (!mq)
16190 return -ENODEV;
16191 mbox = mempool_alloc(mq->phba->mbox_mem_pool, GFP_KERNEL);
16192 if (!mbox)
16193 return -ENOMEM;
16194 length = (sizeof(struct lpfc_mbx_mq_destroy) -
16195 sizeof(struct lpfc_sli4_cfg_mhdr));
16196 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
16197 LPFC_MBOX_OPCODE_MQ_DESTROY,
16198 length, LPFC_SLI4_MBX_EMBED);
16199 bf_set(lpfc_mbx_mq_destroy_q_id, &mbox->u.mqe.un.mq_destroy.u.request,
16200 mq->queue_id);
16201 mbox->vport = mq->phba->pport;
16202 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16203 rc = lpfc_sli_issue_mbox(mq->phba, mbox, MBX_POLL);
16204 /* The IOCTL status is embedded in the mailbox subheader. */
16205 shdr = (union lpfc_sli4_cfg_shdr *)
16206 &mbox->u.mqe.un.mq_destroy.header.cfg_shdr;
16207 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16208 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16209 if (shdr_status || shdr_add_status || rc) {
16210 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16211 "2507 MQ_DESTROY mailbox failed with "
16212 "status x%x add_status x%x, mbx status x%x\n",
16213 shdr_status, shdr_add_status, rc);
16214 status = -ENXIO;
16215 }
16216 /* Remove mq from any list */
16217 list_del_init(&mq->list);
James Smart8fa38512009-07-19 10:01:03 -040016218 mempool_free(mbox, mq->phba->mbox_mem_pool);
James Smart04c68492009-05-22 14:52:52 -040016219 return status;
16220}
16221
16222/**
James Smart4f774512009-05-22 14:52:35 -040016223 * lpfc_wq_destroy - Destroy a Work Queue on the HBA
16224 * @wq: The queue structure associated with the queue to destroy.
16225 *
16226 * This function destroys a queue, as detailed in @wq by sending an mailbox
16227 * command, specific to the type of queue, to the HBA.
16228 *
16229 * The @wq struct is used to get the queue ID of the queue to destroy.
16230 *
16231 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040016232 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040016233 **/
James Smarta2fc4aef2014-09-03 12:57:55 -040016234int
James Smart4f774512009-05-22 14:52:35 -040016235lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq)
16236{
16237 LPFC_MBOXQ_t *mbox;
16238 int rc, length, status = 0;
16239 uint32_t shdr_status, shdr_add_status;
16240 union lpfc_sli4_cfg_shdr *shdr;
16241
James Smart2e90f4b2011-12-13 13:22:37 -050016242 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040016243 if (!wq)
16244 return -ENODEV;
16245 mbox = mempool_alloc(wq->phba->mbox_mem_pool, GFP_KERNEL);
16246 if (!mbox)
16247 return -ENOMEM;
16248 length = (sizeof(struct lpfc_mbx_wq_destroy) -
16249 sizeof(struct lpfc_sli4_cfg_mhdr));
16250 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
16251 LPFC_MBOX_OPCODE_FCOE_WQ_DESTROY,
16252 length, LPFC_SLI4_MBX_EMBED);
16253 bf_set(lpfc_mbx_wq_destroy_q_id, &mbox->u.mqe.un.wq_destroy.u.request,
16254 wq->queue_id);
16255 mbox->vport = wq->phba->pport;
16256 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16257 rc = lpfc_sli_issue_mbox(wq->phba, mbox, MBX_POLL);
16258 shdr = (union lpfc_sli4_cfg_shdr *)
16259 &mbox->u.mqe.un.wq_destroy.header.cfg_shdr;
16260 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16261 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16262 if (shdr_status || shdr_add_status || rc) {
16263 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16264 "2508 WQ_DESTROY mailbox failed with "
16265 "status x%x add_status x%x, mbx status x%x\n",
16266 shdr_status, shdr_add_status, rc);
16267 status = -ENXIO;
16268 }
16269 /* Remove wq from any list */
16270 list_del_init(&wq->list);
James Smartd1f525a2017-04-21 16:04:55 -070016271 kfree(wq->pring);
16272 wq->pring = NULL;
James Smart8fa38512009-07-19 10:01:03 -040016273 mempool_free(mbox, wq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040016274 return status;
16275}
16276
16277/**
16278 * lpfc_rq_destroy - Destroy a Receive Queue on the HBA
16279 * @rq: The queue structure associated with the queue to destroy.
16280 *
16281 * This function destroys a queue, as detailed in @rq by sending an mailbox
16282 * command, specific to the type of queue, to the HBA.
16283 *
16284 * The @rq struct is used to get the queue ID of the queue to destroy.
16285 *
16286 * On success this function will return a zero. If the queue destroy mailbox
James Smartd439d282010-09-29 11:18:45 -040016287 * command fails this function will return -ENXIO.
James Smart4f774512009-05-22 14:52:35 -040016288 **/
James Smarta2fc4aef2014-09-03 12:57:55 -040016289int
James Smart4f774512009-05-22 14:52:35 -040016290lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq,
16291 struct lpfc_queue *drq)
16292{
16293 LPFC_MBOXQ_t *mbox;
16294 int rc, length, status = 0;
16295 uint32_t shdr_status, shdr_add_status;
16296 union lpfc_sli4_cfg_shdr *shdr;
16297
James Smart2e90f4b2011-12-13 13:22:37 -050016298 /* sanity check on queue memory */
James Smart4f774512009-05-22 14:52:35 -040016299 if (!hrq || !drq)
16300 return -ENODEV;
16301 mbox = mempool_alloc(hrq->phba->mbox_mem_pool, GFP_KERNEL);
16302 if (!mbox)
16303 return -ENOMEM;
16304 length = (sizeof(struct lpfc_mbx_rq_destroy) -
James Smartfedd3b72011-02-16 12:39:24 -050016305 sizeof(struct lpfc_sli4_cfg_mhdr));
James Smart4f774512009-05-22 14:52:35 -040016306 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
16307 LPFC_MBOX_OPCODE_FCOE_RQ_DESTROY,
16308 length, LPFC_SLI4_MBX_EMBED);
16309 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request,
16310 hrq->queue_id);
16311 mbox->vport = hrq->phba->pport;
16312 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
16313 rc = lpfc_sli_issue_mbox(hrq->phba, mbox, MBX_POLL);
16314 /* The IOCTL status is embedded in the mailbox subheader. */
16315 shdr = (union lpfc_sli4_cfg_shdr *)
16316 &mbox->u.mqe.un.rq_destroy.header.cfg_shdr;
16317 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16318 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16319 if (shdr_status || shdr_add_status || rc) {
16320 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16321 "2509 RQ_DESTROY mailbox failed with "
16322 "status x%x add_status x%x, mbx status x%x\n",
16323 shdr_status, shdr_add_status, rc);
16324 if (rc != MBX_TIMEOUT)
16325 mempool_free(mbox, hrq->phba->mbox_mem_pool);
16326 return -ENXIO;
16327 }
16328 bf_set(lpfc_mbx_rq_destroy_q_id, &mbox->u.mqe.un.rq_destroy.u.request,
16329 drq->queue_id);
16330 rc = lpfc_sli_issue_mbox(drq->phba, mbox, MBX_POLL);
16331 shdr = (union lpfc_sli4_cfg_shdr *)
16332 &mbox->u.mqe.un.rq_destroy.header.cfg_shdr;
16333 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16334 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16335 if (shdr_status || shdr_add_status || rc) {
16336 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16337 "2510 RQ_DESTROY mailbox failed with "
16338 "status x%x add_status x%x, mbx status x%x\n",
16339 shdr_status, shdr_add_status, rc);
16340 status = -ENXIO;
16341 }
16342 list_del_init(&hrq->list);
16343 list_del_init(&drq->list);
James Smart8fa38512009-07-19 10:01:03 -040016344 mempool_free(mbox, hrq->phba->mbox_mem_pool);
James Smart4f774512009-05-22 14:52:35 -040016345 return status;
16346}
16347
16348/**
16349 * lpfc_sli4_post_sgl - Post scatter gather list for an XRI to HBA
16350 * @phba: The virtual port for which this call being executed.
16351 * @pdma_phys_addr0: Physical address of the 1st SGL page.
16352 * @pdma_phys_addr1: Physical address of the 2nd SGL page.
16353 * @xritag: the xritag that ties this io to the SGL pages.
16354 *
16355 * This routine will post the sgl pages for the IO that has the xritag
16356 * that is in the iocbq structure. The xritag is assigned during iocbq
16357 * creation and persists for as long as the driver is loaded.
16358 * if the caller has fewer than 256 scatter gather segments to map then
16359 * pdma_phys_addr1 should be 0.
16360 * If the caller needs to map more than 256 scatter gather segment then
16361 * pdma_phys_addr1 should be a valid physical address.
16362 * physical address for SGLs must be 64 byte aligned.
16363 * If you are going to map 2 SGL's then the first one must have 256 entries
16364 * the second sgl can have between 1 and 256 entries.
16365 *
16366 * Return codes:
16367 * 0 - Success
16368 * -ENXIO, -ENOMEM - Failure
16369 **/
16370int
16371lpfc_sli4_post_sgl(struct lpfc_hba *phba,
16372 dma_addr_t pdma_phys_addr0,
16373 dma_addr_t pdma_phys_addr1,
16374 uint16_t xritag)
16375{
16376 struct lpfc_mbx_post_sgl_pages *post_sgl_pages;
16377 LPFC_MBOXQ_t *mbox;
16378 int rc;
16379 uint32_t shdr_status, shdr_add_status;
James Smart6d368e52011-05-24 11:44:12 -040016380 uint32_t mbox_tmo;
James Smart4f774512009-05-22 14:52:35 -040016381 union lpfc_sli4_cfg_shdr *shdr;
16382
16383 if (xritag == NO_XRI) {
16384 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
16385 "0364 Invalid param:\n");
16386 return -EINVAL;
16387 }
16388
16389 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
16390 if (!mbox)
16391 return -ENOMEM;
16392
16393 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
16394 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES,
16395 sizeof(struct lpfc_mbx_post_sgl_pages) -
James Smartfedd3b72011-02-16 12:39:24 -050016396 sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED);
James Smart4f774512009-05-22 14:52:35 -040016397
16398 post_sgl_pages = (struct lpfc_mbx_post_sgl_pages *)
16399 &mbox->u.mqe.un.post_sgl_pages;
16400 bf_set(lpfc_post_sgl_pages_xri, post_sgl_pages, xritag);
16401 bf_set(lpfc_post_sgl_pages_xricnt, post_sgl_pages, 1);
16402
16403 post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_lo =
16404 cpu_to_le32(putPaddrLow(pdma_phys_addr0));
16405 post_sgl_pages->sgl_pg_pairs[0].sgl_pg0_addr_hi =
16406 cpu_to_le32(putPaddrHigh(pdma_phys_addr0));
16407
16408 post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_lo =
16409 cpu_to_le32(putPaddrLow(pdma_phys_addr1));
16410 post_sgl_pages->sgl_pg_pairs[0].sgl_pg1_addr_hi =
16411 cpu_to_le32(putPaddrHigh(pdma_phys_addr1));
16412 if (!phba->sli4_hba.intr_enable)
16413 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smart6d368e52011-05-24 11:44:12 -040016414 else {
James Smarta183a152011-10-10 21:32:43 -040016415 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart6d368e52011-05-24 11:44:12 -040016416 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
16417 }
James Smart4f774512009-05-22 14:52:35 -040016418 /* The IOCTL status is embedded in the mailbox subheader. */
16419 shdr = (union lpfc_sli4_cfg_shdr *) &post_sgl_pages->header.cfg_shdr;
16420 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16421 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16422 if (rc != MBX_TIMEOUT)
16423 mempool_free(mbox, phba->mbox_mem_pool);
16424 if (shdr_status || shdr_add_status || rc) {
16425 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16426 "2511 POST_SGL mailbox failed with "
16427 "status x%x add_status x%x, mbx status x%x\n",
16428 shdr_status, shdr_add_status, rc);
James Smart4f774512009-05-22 14:52:35 -040016429 }
16430 return 0;
16431}
James Smart4f774512009-05-22 14:52:35 -040016432
16433/**
James Smart88a2cfb2011-07-22 18:36:33 -040016434 * lpfc_sli4_alloc_xri - Get an available rpi in the device's range
James Smart6d368e52011-05-24 11:44:12 -040016435 * @phba: pointer to lpfc hba data structure.
16436 *
16437 * This routine is invoked to post rpi header templates to the
James Smart88a2cfb2011-07-22 18:36:33 -040016438 * HBA consistent with the SLI-4 interface spec. This routine
16439 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
16440 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6d368e52011-05-24 11:44:12 -040016441 *
James Smart88a2cfb2011-07-22 18:36:33 -040016442 * Returns
16443 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
16444 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
16445 **/
Rashika Kheria5d8b8162014-09-03 12:55:04 -040016446static uint16_t
James Smart6d368e52011-05-24 11:44:12 -040016447lpfc_sli4_alloc_xri(struct lpfc_hba *phba)
16448{
16449 unsigned long xri;
16450
16451 /*
16452 * Fetch the next logical xri. Because this index is logical,
16453 * the driver starts at 0 each time.
16454 */
16455 spin_lock_irq(&phba->hbalock);
16456 xri = find_next_zero_bit(phba->sli4_hba.xri_bmask,
16457 phba->sli4_hba.max_cfg_param.max_xri, 0);
16458 if (xri >= phba->sli4_hba.max_cfg_param.max_xri) {
16459 spin_unlock_irq(&phba->hbalock);
16460 return NO_XRI;
16461 } else {
16462 set_bit(xri, phba->sli4_hba.xri_bmask);
16463 phba->sli4_hba.max_cfg_param.xri_used++;
James Smart6d368e52011-05-24 11:44:12 -040016464 }
James Smart6d368e52011-05-24 11:44:12 -040016465 spin_unlock_irq(&phba->hbalock);
16466 return xri;
16467}
16468
16469/**
16470 * lpfc_sli4_free_xri - Release an xri for reuse.
16471 * @phba: pointer to lpfc hba data structure.
16472 *
16473 * This routine is invoked to release an xri to the pool of
16474 * available rpis maintained by the driver.
16475 **/
Rashika Kheria5d8b8162014-09-03 12:55:04 -040016476static void
James Smart6d368e52011-05-24 11:44:12 -040016477__lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri)
16478{
16479 if (test_and_clear_bit(xri, phba->sli4_hba.xri_bmask)) {
James Smart6d368e52011-05-24 11:44:12 -040016480 phba->sli4_hba.max_cfg_param.xri_used--;
16481 }
16482}
16483
16484/**
16485 * lpfc_sli4_free_xri - Release an xri for reuse.
16486 * @phba: pointer to lpfc hba data structure.
16487 *
16488 * This routine is invoked to release an xri to the pool of
16489 * available rpis maintained by the driver.
16490 **/
16491void
16492lpfc_sli4_free_xri(struct lpfc_hba *phba, int xri)
16493{
16494 spin_lock_irq(&phba->hbalock);
16495 __lpfc_sli4_free_xri(phba, xri);
16496 spin_unlock_irq(&phba->hbalock);
16497}
16498
16499/**
James Smart4f774512009-05-22 14:52:35 -040016500 * lpfc_sli4_next_xritag - Get an xritag for the io
16501 * @phba: Pointer to HBA context object.
16502 *
16503 * This function gets an xritag for the iocb. If there is no unused xritag
16504 * it will return 0xffff.
16505 * The function returns the allocated xritag if successful, else returns zero.
16506 * Zero is not a valid xritag.
16507 * The caller is not required to hold any lock.
16508 **/
16509uint16_t
16510lpfc_sli4_next_xritag(struct lpfc_hba *phba)
16511{
James Smart6d368e52011-05-24 11:44:12 -040016512 uint16_t xri_index;
James Smart4f774512009-05-22 14:52:35 -040016513
James Smart6d368e52011-05-24 11:44:12 -040016514 xri_index = lpfc_sli4_alloc_xri(phba);
James Smart81378052012-05-09 21:17:37 -040016515 if (xri_index == NO_XRI)
16516 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
16517 "2004 Failed to allocate XRI.last XRITAG is %d"
16518 " Max XRI is %d, Used XRI is %d\n",
16519 xri_index,
16520 phba->sli4_hba.max_cfg_param.max_xri,
16521 phba->sli4_hba.max_cfg_param.xri_used);
16522 return xri_index;
James Smart4f774512009-05-22 14:52:35 -040016523}
16524
16525/**
James Smart895427b2017-02-12 13:52:30 -080016526 * lpfc_sli4_post_sgl_list - post a block of ELS sgls to the port.
James Smart4f774512009-05-22 14:52:35 -040016527 * @phba: pointer to lpfc hba data structure.
James Smart8a9d2e82012-05-09 21:16:12 -040016528 * @post_sgl_list: pointer to els sgl entry list.
16529 * @count: number of els sgl entries on the list.
James Smart4f774512009-05-22 14:52:35 -040016530 *
16531 * This routine is invoked to post a block of driver's sgl pages to the
16532 * HBA using non-embedded mailbox command. No Lock is held. This routine
16533 * is only called when the driver is loading and after all IO has been
16534 * stopped.
16535 **/
James Smart8a9d2e82012-05-09 21:16:12 -040016536static int
James Smart895427b2017-02-12 13:52:30 -080016537lpfc_sli4_post_sgl_list(struct lpfc_hba *phba,
James Smart8a9d2e82012-05-09 21:16:12 -040016538 struct list_head *post_sgl_list,
16539 int post_cnt)
James Smart4f774512009-05-22 14:52:35 -040016540{
James Smart8a9d2e82012-05-09 21:16:12 -040016541 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL;
James Smart4f774512009-05-22 14:52:35 -040016542 struct lpfc_mbx_post_uembed_sgl_page1 *sgl;
16543 struct sgl_page_pairs *sgl_pg_pairs;
16544 void *viraddr;
16545 LPFC_MBOXQ_t *mbox;
16546 uint32_t reqlen, alloclen, pg_pairs;
16547 uint32_t mbox_tmo;
James Smart8a9d2e82012-05-09 21:16:12 -040016548 uint16_t xritag_start = 0;
16549 int rc = 0;
James Smart4f774512009-05-22 14:52:35 -040016550 uint32_t shdr_status, shdr_add_status;
16551 union lpfc_sli4_cfg_shdr *shdr;
16552
James Smart895427b2017-02-12 13:52:30 -080016553 reqlen = post_cnt * sizeof(struct sgl_page_pairs) +
James Smart4f774512009-05-22 14:52:35 -040016554 sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t);
James Smart49198b32010-04-06 15:04:33 -040016555 if (reqlen > SLI4_PAGE_SIZE) {
James Smart895427b2017-02-12 13:52:30 -080016556 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart4f774512009-05-22 14:52:35 -040016557 "2559 Block sgl registration required DMA "
16558 "size (%d) great than a page\n", reqlen);
16559 return -ENOMEM;
16560 }
James Smart895427b2017-02-12 13:52:30 -080016561
James Smart4f774512009-05-22 14:52:35 -040016562 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart6d368e52011-05-24 11:44:12 -040016563 if (!mbox)
James Smart4f774512009-05-22 14:52:35 -040016564 return -ENOMEM;
James Smart4f774512009-05-22 14:52:35 -040016565
16566 /* Allocate DMA memory and set up the non-embedded mailbox command */
16567 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
16568 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES, reqlen,
16569 LPFC_SLI4_MBX_NEMBED);
16570
16571 if (alloclen < reqlen) {
16572 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
16573 "0285 Allocated DMA memory size (%d) is "
16574 "less than the requested DMA memory "
16575 "size (%d)\n", alloclen, reqlen);
16576 lpfc_sli4_mbox_cmd_free(phba, mbox);
16577 return -ENOMEM;
16578 }
James Smart4f774512009-05-22 14:52:35 -040016579 /* Set up the SGL pages in the non-embedded DMA pages */
James Smart6d368e52011-05-24 11:44:12 -040016580 viraddr = mbox->sge_array->addr[0];
James Smart4f774512009-05-22 14:52:35 -040016581 sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr;
16582 sgl_pg_pairs = &sgl->sgl_pg_pairs;
16583
James Smart8a9d2e82012-05-09 21:16:12 -040016584 pg_pairs = 0;
16585 list_for_each_entry_safe(sglq_entry, sglq_next, post_sgl_list, list) {
James Smart4f774512009-05-22 14:52:35 -040016586 /* Set up the sge entry */
16587 sgl_pg_pairs->sgl_pg0_addr_lo =
16588 cpu_to_le32(putPaddrLow(sglq_entry->phys));
16589 sgl_pg_pairs->sgl_pg0_addr_hi =
16590 cpu_to_le32(putPaddrHigh(sglq_entry->phys));
16591 sgl_pg_pairs->sgl_pg1_addr_lo =
16592 cpu_to_le32(putPaddrLow(0));
16593 sgl_pg_pairs->sgl_pg1_addr_hi =
16594 cpu_to_le32(putPaddrHigh(0));
James Smart6d368e52011-05-24 11:44:12 -040016595
James Smart4f774512009-05-22 14:52:35 -040016596 /* Keep the first xritag on the list */
16597 if (pg_pairs == 0)
16598 xritag_start = sglq_entry->sli4_xritag;
16599 sgl_pg_pairs++;
James Smart8a9d2e82012-05-09 21:16:12 -040016600 pg_pairs++;
James Smart4f774512009-05-22 14:52:35 -040016601 }
James Smart6d368e52011-05-24 11:44:12 -040016602
16603 /* Complete initialization and perform endian conversion. */
James Smart4f774512009-05-22 14:52:35 -040016604 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start);
James Smart895427b2017-02-12 13:52:30 -080016605 bf_set(lpfc_post_sgl_pages_xricnt, sgl, post_cnt);
James Smart4f774512009-05-22 14:52:35 -040016606 sgl->word0 = cpu_to_le32(sgl->word0);
James Smart895427b2017-02-12 13:52:30 -080016607
James Smart4f774512009-05-22 14:52:35 -040016608 if (!phba->sli4_hba.intr_enable)
16609 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
16610 else {
James Smarta183a152011-10-10 21:32:43 -040016611 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart4f774512009-05-22 14:52:35 -040016612 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
16613 }
16614 shdr = (union lpfc_sli4_cfg_shdr *) &sgl->cfg_shdr;
16615 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16616 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16617 if (rc != MBX_TIMEOUT)
16618 lpfc_sli4_mbox_cmd_free(phba, mbox);
16619 if (shdr_status || shdr_add_status || rc) {
16620 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
16621 "2513 POST_SGL_BLOCK mailbox command failed "
16622 "status x%x add_status x%x mbx status x%x\n",
16623 shdr_status, shdr_add_status, rc);
16624 rc = -ENXIO;
16625 }
16626 return rc;
16627}
16628
16629/**
James Smart5e5b5112019-01-28 11:14:22 -080016630 * lpfc_sli4_post_io_sgl_block - post a block of nvme sgl list to firmware
James Smart4f774512009-05-22 14:52:35 -040016631 * @phba: pointer to lpfc hba data structure.
James Smart0794d602019-01-28 11:14:19 -080016632 * @nblist: pointer to nvme buffer list.
James Smart4f774512009-05-22 14:52:35 -040016633 * @count: number of scsi buffers on the list.
16634 *
16635 * This routine is invoked to post a block of @count scsi sgl pages from a
James Smart0794d602019-01-28 11:14:19 -080016636 * SCSI buffer list @nblist to the HBA using non-embedded mailbox command.
James Smart4f774512009-05-22 14:52:35 -040016637 * No Lock is held.
16638 *
16639 **/
James Smart0794d602019-01-28 11:14:19 -080016640static int
James Smart5e5b5112019-01-28 11:14:22 -080016641lpfc_sli4_post_io_sgl_block(struct lpfc_hba *phba, struct list_head *nblist,
16642 int count)
James Smart4f774512009-05-22 14:52:35 -040016643{
James Smartc4908502019-01-28 11:14:28 -080016644 struct lpfc_io_buf *lpfc_ncmd;
James Smart4f774512009-05-22 14:52:35 -040016645 struct lpfc_mbx_post_uembed_sgl_page1 *sgl;
16646 struct sgl_page_pairs *sgl_pg_pairs;
16647 void *viraddr;
16648 LPFC_MBOXQ_t *mbox;
16649 uint32_t reqlen, alloclen, pg_pairs;
16650 uint32_t mbox_tmo;
16651 uint16_t xritag_start = 0;
16652 int rc = 0;
16653 uint32_t shdr_status, shdr_add_status;
16654 dma_addr_t pdma_phys_bpl1;
16655 union lpfc_sli4_cfg_shdr *shdr;
16656
16657 /* Calculate the requested length of the dma memory */
James Smart8a9d2e82012-05-09 21:16:12 -040016658 reqlen = count * sizeof(struct sgl_page_pairs) +
James Smart4f774512009-05-22 14:52:35 -040016659 sizeof(union lpfc_sli4_cfg_shdr) + sizeof(uint32_t);
James Smart49198b32010-04-06 15:04:33 -040016660 if (reqlen > SLI4_PAGE_SIZE) {
James Smart4f774512009-05-22 14:52:35 -040016661 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
James Smart0794d602019-01-28 11:14:19 -080016662 "6118 Block sgl registration required DMA "
James Smart4f774512009-05-22 14:52:35 -040016663 "size (%d) great than a page\n", reqlen);
16664 return -ENOMEM;
16665 }
16666 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
16667 if (!mbox) {
16668 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart0794d602019-01-28 11:14:19 -080016669 "6119 Failed to allocate mbox cmd memory\n");
James Smart4f774512009-05-22 14:52:35 -040016670 return -ENOMEM;
16671 }
16672
16673 /* Allocate DMA memory and set up the non-embedded mailbox command */
16674 alloclen = lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
James Smart0794d602019-01-28 11:14:19 -080016675 LPFC_MBOX_OPCODE_FCOE_POST_SGL_PAGES,
16676 reqlen, LPFC_SLI4_MBX_NEMBED);
James Smart4f774512009-05-22 14:52:35 -040016677
16678 if (alloclen < reqlen) {
16679 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart0794d602019-01-28 11:14:19 -080016680 "6120 Allocated DMA memory size (%d) is "
James Smart4f774512009-05-22 14:52:35 -040016681 "less than the requested DMA memory "
16682 "size (%d)\n", alloclen, reqlen);
16683 lpfc_sli4_mbox_cmd_free(phba, mbox);
16684 return -ENOMEM;
16685 }
James Smart6d368e52011-05-24 11:44:12 -040016686
James Smart4f774512009-05-22 14:52:35 -040016687 /* Get the first SGE entry from the non-embedded DMA memory */
James Smart4f774512009-05-22 14:52:35 -040016688 viraddr = mbox->sge_array->addr[0];
16689
16690 /* Set up the SGL pages in the non-embedded DMA pages */
16691 sgl = (struct lpfc_mbx_post_uembed_sgl_page1 *)viraddr;
16692 sgl_pg_pairs = &sgl->sgl_pg_pairs;
16693
16694 pg_pairs = 0;
James Smart0794d602019-01-28 11:14:19 -080016695 list_for_each_entry(lpfc_ncmd, nblist, list) {
James Smart4f774512009-05-22 14:52:35 -040016696 /* Set up the sge entry */
16697 sgl_pg_pairs->sgl_pg0_addr_lo =
James Smart0794d602019-01-28 11:14:19 -080016698 cpu_to_le32(putPaddrLow(lpfc_ncmd->dma_phys_sgl));
James Smart4f774512009-05-22 14:52:35 -040016699 sgl_pg_pairs->sgl_pg0_addr_hi =
James Smart0794d602019-01-28 11:14:19 -080016700 cpu_to_le32(putPaddrHigh(lpfc_ncmd->dma_phys_sgl));
James Smart4f774512009-05-22 14:52:35 -040016701 if (phba->cfg_sg_dma_buf_size > SGL_PAGE_SIZE)
James Smart0794d602019-01-28 11:14:19 -080016702 pdma_phys_bpl1 = lpfc_ncmd->dma_phys_sgl +
16703 SGL_PAGE_SIZE;
James Smart4f774512009-05-22 14:52:35 -040016704 else
16705 pdma_phys_bpl1 = 0;
16706 sgl_pg_pairs->sgl_pg1_addr_lo =
16707 cpu_to_le32(putPaddrLow(pdma_phys_bpl1));
16708 sgl_pg_pairs->sgl_pg1_addr_hi =
16709 cpu_to_le32(putPaddrHigh(pdma_phys_bpl1));
16710 /* Keep the first xritag on the list */
16711 if (pg_pairs == 0)
James Smart0794d602019-01-28 11:14:19 -080016712 xritag_start = lpfc_ncmd->cur_iocbq.sli4_xritag;
James Smart4f774512009-05-22 14:52:35 -040016713 sgl_pg_pairs++;
16714 pg_pairs++;
16715 }
16716 bf_set(lpfc_post_sgl_pages_xri, sgl, xritag_start);
16717 bf_set(lpfc_post_sgl_pages_xricnt, sgl, pg_pairs);
16718 /* Perform endian conversion if necessary */
16719 sgl->word0 = cpu_to_le32(sgl->word0);
16720
James Smart0794d602019-01-28 11:14:19 -080016721 if (!phba->sli4_hba.intr_enable) {
James Smart4f774512009-05-22 14:52:35 -040016722 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
James Smart0794d602019-01-28 11:14:19 -080016723 } else {
James Smarta183a152011-10-10 21:32:43 -040016724 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart4f774512009-05-22 14:52:35 -040016725 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
16726 }
James Smart0794d602019-01-28 11:14:19 -080016727 shdr = (union lpfc_sli4_cfg_shdr *)&sgl->cfg_shdr;
James Smart4f774512009-05-22 14:52:35 -040016728 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
16729 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
16730 if (rc != MBX_TIMEOUT)
16731 lpfc_sli4_mbox_cmd_free(phba, mbox);
16732 if (shdr_status || shdr_add_status || rc) {
16733 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart0794d602019-01-28 11:14:19 -080016734 "6125 POST_SGL_BLOCK mailbox command failed "
James Smart4f774512009-05-22 14:52:35 -040016735 "status x%x add_status x%x mbx status x%x\n",
16736 shdr_status, shdr_add_status, rc);
16737 rc = -ENXIO;
16738 }
16739 return rc;
16740}
16741
16742/**
James Smart5e5b5112019-01-28 11:14:22 -080016743 * lpfc_sli4_post_io_sgl_list - Post blocks of nvme buffer sgls from a list
James Smart0794d602019-01-28 11:14:19 -080016744 * @phba: pointer to lpfc hba data structure.
16745 * @post_nblist: pointer to the nvme buffer list.
16746 *
16747 * This routine walks a list of nvme buffers that was passed in. It attempts
16748 * to construct blocks of nvme buffer sgls which contains contiguous xris and
16749 * uses the non-embedded SGL block post mailbox commands to post to the port.
16750 * For single NVME buffer sgl with non-contiguous xri, if any, it shall use
16751 * embedded SGL post mailbox command for posting. The @post_nblist passed in
16752 * must be local list, thus no lock is needed when manipulate the list.
16753 *
16754 * Returns: 0 = failure, non-zero number of successfully posted buffers.
16755 **/
16756int
James Smart5e5b5112019-01-28 11:14:22 -080016757lpfc_sli4_post_io_sgl_list(struct lpfc_hba *phba,
16758 struct list_head *post_nblist, int sb_count)
James Smart0794d602019-01-28 11:14:19 -080016759{
James Smartc4908502019-01-28 11:14:28 -080016760 struct lpfc_io_buf *lpfc_ncmd, *lpfc_ncmd_next;
James Smart0794d602019-01-28 11:14:19 -080016761 int status, sgl_size;
16762 int post_cnt = 0, block_cnt = 0, num_posting = 0, num_posted = 0;
16763 dma_addr_t pdma_phys_sgl1;
16764 int last_xritag = NO_XRI;
16765 int cur_xritag;
James Smart0794d602019-01-28 11:14:19 -080016766 LIST_HEAD(prep_nblist);
16767 LIST_HEAD(blck_nblist);
16768 LIST_HEAD(nvme_nblist);
16769
16770 /* sanity check */
16771 if (sb_count <= 0)
16772 return -EINVAL;
16773
16774 sgl_size = phba->cfg_sg_dma_buf_size;
16775 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next, post_nblist, list) {
16776 list_del_init(&lpfc_ncmd->list);
16777 block_cnt++;
16778 if ((last_xritag != NO_XRI) &&
16779 (lpfc_ncmd->cur_iocbq.sli4_xritag != last_xritag + 1)) {
16780 /* a hole in xri block, form a sgl posting block */
16781 list_splice_init(&prep_nblist, &blck_nblist);
16782 post_cnt = block_cnt - 1;
16783 /* prepare list for next posting block */
16784 list_add_tail(&lpfc_ncmd->list, &prep_nblist);
16785 block_cnt = 1;
16786 } else {
16787 /* prepare list for next posting block */
16788 list_add_tail(&lpfc_ncmd->list, &prep_nblist);
16789 /* enough sgls for non-embed sgl mbox command */
16790 if (block_cnt == LPFC_NEMBED_MBOX_SGL_CNT) {
16791 list_splice_init(&prep_nblist, &blck_nblist);
16792 post_cnt = block_cnt;
16793 block_cnt = 0;
16794 }
16795 }
16796 num_posting++;
16797 last_xritag = lpfc_ncmd->cur_iocbq.sli4_xritag;
16798
16799 /* end of repost sgl list condition for NVME buffers */
16800 if (num_posting == sb_count) {
16801 if (post_cnt == 0) {
16802 /* last sgl posting block */
16803 list_splice_init(&prep_nblist, &blck_nblist);
16804 post_cnt = block_cnt;
16805 } else if (block_cnt == 1) {
16806 /* last single sgl with non-contiguous xri */
16807 if (sgl_size > SGL_PAGE_SIZE)
16808 pdma_phys_sgl1 =
16809 lpfc_ncmd->dma_phys_sgl +
16810 SGL_PAGE_SIZE;
16811 else
16812 pdma_phys_sgl1 = 0;
16813 cur_xritag = lpfc_ncmd->cur_iocbq.sli4_xritag;
16814 status = lpfc_sli4_post_sgl(
16815 phba, lpfc_ncmd->dma_phys_sgl,
16816 pdma_phys_sgl1, cur_xritag);
16817 if (status) {
James Smartc4908502019-01-28 11:14:28 -080016818 /* Post error. Buffer unavailable. */
16819 lpfc_ncmd->flags |=
16820 LPFC_SBUF_NOT_POSTED;
James Smart0794d602019-01-28 11:14:19 -080016821 } else {
James Smartc4908502019-01-28 11:14:28 -080016822 /* Post success. Bffer available. */
16823 lpfc_ncmd->flags &=
16824 ~LPFC_SBUF_NOT_POSTED;
James Smart0794d602019-01-28 11:14:19 -080016825 lpfc_ncmd->status = IOSTAT_SUCCESS;
16826 num_posted++;
16827 }
16828 /* success, put on NVME buffer sgl list */
16829 list_add_tail(&lpfc_ncmd->list, &nvme_nblist);
16830 }
16831 }
16832
16833 /* continue until a nembed page worth of sgls */
16834 if (post_cnt == 0)
16835 continue;
16836
16837 /* post block of NVME buffer list sgls */
James Smart5e5b5112019-01-28 11:14:22 -080016838 status = lpfc_sli4_post_io_sgl_block(phba, &blck_nblist,
16839 post_cnt);
James Smart0794d602019-01-28 11:14:19 -080016840
16841 /* don't reset xirtag due to hole in xri block */
16842 if (block_cnt == 0)
16843 last_xritag = NO_XRI;
16844
16845 /* reset NVME buffer post count for next round of posting */
16846 post_cnt = 0;
16847
16848 /* put posted NVME buffer-sgl posted on NVME buffer sgl list */
16849 while (!list_empty(&blck_nblist)) {
16850 list_remove_head(&blck_nblist, lpfc_ncmd,
James Smartc4908502019-01-28 11:14:28 -080016851 struct lpfc_io_buf, list);
James Smart0794d602019-01-28 11:14:19 -080016852 if (status) {
James Smartc4908502019-01-28 11:14:28 -080016853 /* Post error. Mark buffer unavailable. */
16854 lpfc_ncmd->flags |= LPFC_SBUF_NOT_POSTED;
James Smart0794d602019-01-28 11:14:19 -080016855 } else {
James Smartc4908502019-01-28 11:14:28 -080016856 /* Post success, Mark buffer available. */
16857 lpfc_ncmd->flags &= ~LPFC_SBUF_NOT_POSTED;
James Smart0794d602019-01-28 11:14:19 -080016858 lpfc_ncmd->status = IOSTAT_SUCCESS;
16859 num_posted++;
16860 }
16861 list_add_tail(&lpfc_ncmd->list, &nvme_nblist);
16862 }
16863 }
16864 /* Push NVME buffers with sgl posted to the available list */
James Smart5e5b5112019-01-28 11:14:22 -080016865 lpfc_io_buf_replenish(phba, &nvme_nblist);
16866
James Smart0794d602019-01-28 11:14:19 -080016867 return num_posted;
16868}
16869
16870/**
James Smart4f774512009-05-22 14:52:35 -040016871 * lpfc_fc_frame_check - Check that this frame is a valid frame to handle
16872 * @phba: pointer to lpfc_hba struct that the frame was received on
16873 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
16874 *
16875 * This function checks the fields in the @fc_hdr to see if the FC frame is a
16876 * valid type of frame that the LPFC driver will handle. This function will
16877 * return a zero if the frame is a valid frame or a non zero value when the
16878 * frame does not pass the check.
16879 **/
16880static int
16881lpfc_fc_frame_check(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr)
16882{
Tomas Henzl474ffb72010-12-22 16:52:40 +010016883 /* make rctl_names static to save stack space */
James Smart4f774512009-05-22 14:52:35 -040016884 struct fc_vft_header *fc_vft_hdr;
James Smart546fc852011-03-11 16:06:29 -050016885 uint32_t *header = (uint32_t *) fc_hdr;
James Smart4f774512009-05-22 14:52:35 -040016886
James Smarte62245d2019-08-14 16:57:08 -070016887#define FC_RCTL_MDS_DIAGS 0xF4
16888
James Smart4f774512009-05-22 14:52:35 -040016889 switch (fc_hdr->fh_r_ctl) {
16890 case FC_RCTL_DD_UNCAT: /* uncategorized information */
16891 case FC_RCTL_DD_SOL_DATA: /* solicited data */
16892 case FC_RCTL_DD_UNSOL_CTL: /* unsolicited control */
16893 case FC_RCTL_DD_SOL_CTL: /* solicited control or reply */
16894 case FC_RCTL_DD_UNSOL_DATA: /* unsolicited data */
16895 case FC_RCTL_DD_DATA_DESC: /* data descriptor */
16896 case FC_RCTL_DD_UNSOL_CMD: /* unsolicited command */
16897 case FC_RCTL_DD_CMD_STATUS: /* command status */
16898 case FC_RCTL_ELS_REQ: /* extended link services request */
16899 case FC_RCTL_ELS_REP: /* extended link services reply */
16900 case FC_RCTL_ELS4_REQ: /* FC-4 ELS request */
16901 case FC_RCTL_ELS4_REP: /* FC-4 ELS reply */
16902 case FC_RCTL_BA_NOP: /* basic link service NOP */
16903 case FC_RCTL_BA_ABTS: /* basic link service abort */
16904 case FC_RCTL_BA_RMC: /* remove connection */
16905 case FC_RCTL_BA_ACC: /* basic accept */
16906 case FC_RCTL_BA_RJT: /* basic reject */
16907 case FC_RCTL_BA_PRMT:
16908 case FC_RCTL_ACK_1: /* acknowledge_1 */
16909 case FC_RCTL_ACK_0: /* acknowledge_0 */
16910 case FC_RCTL_P_RJT: /* port reject */
16911 case FC_RCTL_F_RJT: /* fabric reject */
16912 case FC_RCTL_P_BSY: /* port busy */
16913 case FC_RCTL_F_BSY: /* fabric busy to data frame */
16914 case FC_RCTL_F_BSYL: /* fabric busy to link control frame */
16915 case FC_RCTL_LCR: /* link credit reset */
James Smartae9e28f2017-05-15 15:20:51 -070016916 case FC_RCTL_MDS_DIAGS: /* MDS Diagnostics */
James Smart4f774512009-05-22 14:52:35 -040016917 case FC_RCTL_END: /* end */
16918 break;
16919 case FC_RCTL_VFTH: /* Virtual Fabric tagging Header */
16920 fc_vft_hdr = (struct fc_vft_header *)fc_hdr;
16921 fc_hdr = &((struct fc_frame_header *)fc_vft_hdr)[1];
16922 return lpfc_fc_frame_check(phba, fc_hdr);
16923 default:
16924 goto drop;
16925 }
James Smartae9e28f2017-05-15 15:20:51 -070016926
James Smart4f774512009-05-22 14:52:35 -040016927 switch (fc_hdr->fh_type) {
16928 case FC_TYPE_BLS:
16929 case FC_TYPE_ELS:
16930 case FC_TYPE_FCP:
16931 case FC_TYPE_CT:
James Smart895427b2017-02-12 13:52:30 -080016932 case FC_TYPE_NVME:
James Smart4f774512009-05-22 14:52:35 -040016933 break;
16934 case FC_TYPE_IP:
16935 case FC_TYPE_ILS:
16936 default:
16937 goto drop;
16938 }
James Smart546fc852011-03-11 16:06:29 -050016939
James Smart4f774512009-05-22 14:52:35 -040016940 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart78e1d202017-06-01 21:07:09 -070016941 "2538 Received frame rctl:x%x, type:x%x, "
James Smart88f43a02013-04-17 20:19:44 -040016942 "frame Data:%08x %08x %08x %08x %08x %08x %08x\n",
James Smart78e1d202017-06-01 21:07:09 -070016943 fc_hdr->fh_r_ctl, fc_hdr->fh_type,
16944 be32_to_cpu(header[0]), be32_to_cpu(header[1]),
16945 be32_to_cpu(header[2]), be32_to_cpu(header[3]),
16946 be32_to_cpu(header[4]), be32_to_cpu(header[5]),
16947 be32_to_cpu(header[6]));
James Smart4f774512009-05-22 14:52:35 -040016948 return 0;
16949drop:
16950 lpfc_printf_log(phba, KERN_WARNING, LOG_ELS,
James Smart78e1d202017-06-01 21:07:09 -070016951 "2539 Dropped frame rctl:x%x type:x%x\n",
16952 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
James Smart4f774512009-05-22 14:52:35 -040016953 return 1;
16954}
16955
16956/**
16957 * lpfc_fc_hdr_get_vfi - Get the VFI from an FC frame
16958 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
16959 *
16960 * This function processes the FC header to retrieve the VFI from the VF
16961 * header, if one exists. This function will return the VFI if one exists
16962 * or 0 if no VSAN Header exists.
16963 **/
16964static uint32_t
16965lpfc_fc_hdr_get_vfi(struct fc_frame_header *fc_hdr)
16966{
16967 struct fc_vft_header *fc_vft_hdr = (struct fc_vft_header *)fc_hdr;
16968
16969 if (fc_hdr->fh_r_ctl != FC_RCTL_VFTH)
16970 return 0;
16971 return bf_get(fc_vft_hdr_vf_id, fc_vft_hdr);
16972}
16973
16974/**
16975 * lpfc_fc_frame_to_vport - Finds the vport that a frame is destined to
16976 * @phba: Pointer to the HBA structure to search for the vport on
16977 * @fc_hdr: A pointer to the FC Header data (In Big Endian Format)
16978 * @fcfi: The FC Fabric ID that the frame came from
16979 *
16980 * This function searches the @phba for a vport that matches the content of the
16981 * @fc_hdr passed in and the @fcfi. This function uses the @fc_hdr to fetch the
16982 * VFI, if the Virtual Fabric Tagging Header exists, and the DID. This function
16983 * returns the matching vport pointer or NULL if unable to match frame to a
16984 * vport.
16985 **/
16986static struct lpfc_vport *
16987lpfc_fc_frame_to_vport(struct lpfc_hba *phba, struct fc_frame_header *fc_hdr,
James Smart895427b2017-02-12 13:52:30 -080016988 uint16_t fcfi, uint32_t did)
James Smart4f774512009-05-22 14:52:35 -040016989{
16990 struct lpfc_vport **vports;
16991 struct lpfc_vport *vport = NULL;
16992 int i;
James Smart939723a2012-05-09 21:19:03 -040016993
James Smartbf086112011-08-21 21:48:13 -040016994 if (did == Fabric_DID)
16995 return phba->pport;
James Smart939723a2012-05-09 21:19:03 -040016996 if ((phba->pport->fc_flag & FC_PT2PT) &&
16997 !(phba->link_state == LPFC_HBA_READY))
16998 return phba->pport;
16999
James Smart4f774512009-05-22 14:52:35 -040017000 vports = lpfc_create_vport_work_array(phba);
James Smart895427b2017-02-12 13:52:30 -080017001 if (vports != NULL) {
James Smart4f774512009-05-22 14:52:35 -040017002 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) {
17003 if (phba->fcf.fcfi == fcfi &&
17004 vports[i]->vfi == lpfc_fc_hdr_get_vfi(fc_hdr) &&
17005 vports[i]->fc_myDID == did) {
17006 vport = vports[i];
17007 break;
17008 }
17009 }
James Smart895427b2017-02-12 13:52:30 -080017010 }
James Smart4f774512009-05-22 14:52:35 -040017011 lpfc_destroy_vport_work_array(phba, vports);
17012 return vport;
17013}
17014
17015/**
James Smart45ed1192009-10-02 15:17:02 -040017016 * lpfc_update_rcv_time_stamp - Update vport's rcv seq time stamp
17017 * @vport: The vport to work on.
17018 *
17019 * This function updates the receive sequence time stamp for this vport. The
17020 * receive sequence time stamp indicates the time that the last frame of the
17021 * the sequence that has been idle for the longest amount of time was received.
17022 * the driver uses this time stamp to indicate if any received sequences have
17023 * timed out.
17024 **/
Rashika Kheria5d8b8162014-09-03 12:55:04 -040017025static void
James Smart45ed1192009-10-02 15:17:02 -040017026lpfc_update_rcv_time_stamp(struct lpfc_vport *vport)
17027{
17028 struct lpfc_dmabuf *h_buf;
17029 struct hbq_dmabuf *dmabuf = NULL;
17030
17031 /* get the oldest sequence on the rcv list */
17032 h_buf = list_get_first(&vport->rcv_buffer_list,
17033 struct lpfc_dmabuf, list);
17034 if (!h_buf)
17035 return;
17036 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
17037 vport->rcv_buffer_time_stamp = dmabuf->time_stamp;
17038}
17039
17040/**
17041 * lpfc_cleanup_rcv_buffers - Cleans up all outstanding receive sequences.
17042 * @vport: The vport that the received sequences were sent to.
17043 *
17044 * This function cleans up all outstanding received sequences. This is called
17045 * by the driver when a link event or user action invalidates all the received
17046 * sequences.
17047 **/
17048void
17049lpfc_cleanup_rcv_buffers(struct lpfc_vport *vport)
17050{
17051 struct lpfc_dmabuf *h_buf, *hnext;
17052 struct lpfc_dmabuf *d_buf, *dnext;
17053 struct hbq_dmabuf *dmabuf = NULL;
17054
17055 /* start with the oldest sequence on the rcv list */
17056 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
17057 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
17058 list_del_init(&dmabuf->hbuf.list);
17059 list_for_each_entry_safe(d_buf, dnext,
17060 &dmabuf->dbuf.list, list) {
17061 list_del_init(&d_buf->list);
17062 lpfc_in_buf_free(vport->phba, d_buf);
17063 }
17064 lpfc_in_buf_free(vport->phba, &dmabuf->dbuf);
17065 }
17066}
17067
17068/**
17069 * lpfc_rcv_seq_check_edtov - Cleans up timed out receive sequences.
17070 * @vport: The vport that the received sequences were sent to.
17071 *
17072 * This function determines whether any received sequences have timed out by
17073 * first checking the vport's rcv_buffer_time_stamp. If this time_stamp
17074 * indicates that there is at least one timed out sequence this routine will
17075 * go through the received sequences one at a time from most inactive to most
17076 * active to determine which ones need to be cleaned up. Once it has determined
17077 * that a sequence needs to be cleaned up it will simply free up the resources
17078 * without sending an abort.
17079 **/
17080void
17081lpfc_rcv_seq_check_edtov(struct lpfc_vport *vport)
17082{
17083 struct lpfc_dmabuf *h_buf, *hnext;
17084 struct lpfc_dmabuf *d_buf, *dnext;
17085 struct hbq_dmabuf *dmabuf = NULL;
17086 unsigned long timeout;
17087 int abort_count = 0;
17088
17089 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
17090 vport->rcv_buffer_time_stamp);
17091 if (list_empty(&vport->rcv_buffer_list) ||
17092 time_before(jiffies, timeout))
17093 return;
17094 /* start with the oldest sequence on the rcv list */
17095 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
17096 dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
17097 timeout = (msecs_to_jiffies(vport->phba->fc_edtov) +
17098 dmabuf->time_stamp);
17099 if (time_before(jiffies, timeout))
17100 break;
17101 abort_count++;
17102 list_del_init(&dmabuf->hbuf.list);
17103 list_for_each_entry_safe(d_buf, dnext,
17104 &dmabuf->dbuf.list, list) {
17105 list_del_init(&d_buf->list);
17106 lpfc_in_buf_free(vport->phba, d_buf);
17107 }
17108 lpfc_in_buf_free(vport->phba, &dmabuf->dbuf);
17109 }
17110 if (abort_count)
17111 lpfc_update_rcv_time_stamp(vport);
17112}
17113
17114/**
James Smart4f774512009-05-22 14:52:35 -040017115 * lpfc_fc_frame_add - Adds a frame to the vport's list of received sequences
17116 * @dmabuf: pointer to a dmabuf that describes the hdr and data of the FC frame
17117 *
17118 * This function searches through the existing incomplete sequences that have
17119 * been sent to this @vport. If the frame matches one of the incomplete
17120 * sequences then the dbuf in the @dmabuf is added to the list of frames that
17121 * make up that sequence. If no sequence is found that matches this frame then
17122 * the function will add the hbuf in the @dmabuf to the @vport's rcv_buffer_list
17123 * This function returns a pointer to the first dmabuf in the sequence list that
17124 * the frame was linked to.
17125 **/
17126static struct hbq_dmabuf *
17127lpfc_fc_frame_add(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf)
17128{
17129 struct fc_frame_header *new_hdr;
17130 struct fc_frame_header *temp_hdr;
17131 struct lpfc_dmabuf *d_buf;
17132 struct lpfc_dmabuf *h_buf;
17133 struct hbq_dmabuf *seq_dmabuf = NULL;
17134 struct hbq_dmabuf *temp_dmabuf = NULL;
James Smart4360ca92015-12-16 18:12:04 -050017135 uint8_t found = 0;
James Smart4f774512009-05-22 14:52:35 -040017136
James Smart4d9ab992009-10-02 15:16:39 -040017137 INIT_LIST_HEAD(&dmabuf->dbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040017138 dmabuf->time_stamp = jiffies;
James Smart4f774512009-05-22 14:52:35 -040017139 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
James Smart4360ca92015-12-16 18:12:04 -050017140
James Smart4f774512009-05-22 14:52:35 -040017141 /* Use the hdr_buf to find the sequence that this frame belongs to */
17142 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) {
17143 temp_hdr = (struct fc_frame_header *)h_buf->virt;
17144 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) ||
17145 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) ||
17146 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
17147 continue;
17148 /* found a pending sequence that matches this frame */
17149 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
17150 break;
17151 }
17152 if (!seq_dmabuf) {
17153 /*
17154 * This indicates first frame received for this sequence.
17155 * Queue the buffer on the vport's rcv_buffer_list.
17156 */
17157 list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list);
James Smart45ed1192009-10-02 15:17:02 -040017158 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040017159 return dmabuf;
17160 }
17161 temp_hdr = seq_dmabuf->hbuf.virt;
James Smarteeead812009-12-21 17:01:23 -050017162 if (be16_to_cpu(new_hdr->fh_seq_cnt) <
17163 be16_to_cpu(temp_hdr->fh_seq_cnt)) {
James Smart4d9ab992009-10-02 15:16:39 -040017164 list_del_init(&seq_dmabuf->hbuf.list);
17165 list_add_tail(&dmabuf->hbuf.list, &vport->rcv_buffer_list);
17166 list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040017167 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040017168 return dmabuf;
17169 }
James Smart45ed1192009-10-02 15:17:02 -040017170 /* move this sequence to the tail to indicate a young sequence */
17171 list_move_tail(&seq_dmabuf->hbuf.list, &vport->rcv_buffer_list);
17172 seq_dmabuf->time_stamp = jiffies;
17173 lpfc_update_rcv_time_stamp(vport);
James Smarteeead812009-12-21 17:01:23 -050017174 if (list_empty(&seq_dmabuf->dbuf.list)) {
17175 temp_hdr = dmabuf->hbuf.virt;
17176 list_add_tail(&dmabuf->dbuf.list, &seq_dmabuf->dbuf.list);
17177 return seq_dmabuf;
17178 }
James Smart4f774512009-05-22 14:52:35 -040017179 /* find the correct place in the sequence to insert this frame */
James Smart4360ca92015-12-16 18:12:04 -050017180 d_buf = list_entry(seq_dmabuf->dbuf.list.prev, typeof(*d_buf), list);
17181 while (!found) {
James Smart4f774512009-05-22 14:52:35 -040017182 temp_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf);
17183 temp_hdr = (struct fc_frame_header *)temp_dmabuf->hbuf.virt;
17184 /*
17185 * If the frame's sequence count is greater than the frame on
17186 * the list then insert the frame right after this frame
17187 */
James Smarteeead812009-12-21 17:01:23 -050017188 if (be16_to_cpu(new_hdr->fh_seq_cnt) >
17189 be16_to_cpu(temp_hdr->fh_seq_cnt)) {
James Smart4f774512009-05-22 14:52:35 -040017190 list_add(&dmabuf->dbuf.list, &temp_dmabuf->dbuf.list);
James Smart4360ca92015-12-16 18:12:04 -050017191 found = 1;
17192 break;
James Smart4f774512009-05-22 14:52:35 -040017193 }
James Smart4360ca92015-12-16 18:12:04 -050017194
17195 if (&d_buf->list == &seq_dmabuf->dbuf.list)
17196 break;
17197 d_buf = list_entry(d_buf->list.prev, typeof(*d_buf), list);
James Smart4f774512009-05-22 14:52:35 -040017198 }
James Smart4360ca92015-12-16 18:12:04 -050017199
17200 if (found)
17201 return seq_dmabuf;
James Smart4f774512009-05-22 14:52:35 -040017202 return NULL;
17203}
17204
17205/**
James Smart6669f9b2009-10-02 15:16:45 -040017206 * lpfc_sli4_abort_partial_seq - Abort partially assembled unsol sequence
17207 * @vport: pointer to a vitural port
17208 * @dmabuf: pointer to a dmabuf that describes the FC sequence
17209 *
17210 * This function tries to abort from the partially assembed sequence, described
17211 * by the information from basic abbort @dmabuf. It checks to see whether such
17212 * partially assembled sequence held by the driver. If so, it shall free up all
17213 * the frames from the partially assembled sequence.
17214 *
17215 * Return
17216 * true -- if there is matching partially assembled sequence present and all
17217 * the frames freed with the sequence;
17218 * false -- if there is no matching partially assembled sequence present so
17219 * nothing got aborted in the lower layer driver
17220 **/
17221static bool
17222lpfc_sli4_abort_partial_seq(struct lpfc_vport *vport,
17223 struct hbq_dmabuf *dmabuf)
17224{
17225 struct fc_frame_header *new_hdr;
17226 struct fc_frame_header *temp_hdr;
17227 struct lpfc_dmabuf *d_buf, *n_buf, *h_buf;
17228 struct hbq_dmabuf *seq_dmabuf = NULL;
17229
17230 /* Use the hdr_buf to find the sequence that matches this frame */
17231 INIT_LIST_HEAD(&dmabuf->dbuf.list);
17232 INIT_LIST_HEAD(&dmabuf->hbuf.list);
17233 new_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
17234 list_for_each_entry(h_buf, &vport->rcv_buffer_list, list) {
17235 temp_hdr = (struct fc_frame_header *)h_buf->virt;
17236 if ((temp_hdr->fh_seq_id != new_hdr->fh_seq_id) ||
17237 (temp_hdr->fh_ox_id != new_hdr->fh_ox_id) ||
17238 (memcmp(&temp_hdr->fh_s_id, &new_hdr->fh_s_id, 3)))
17239 continue;
17240 /* found a pending sequence that matches this frame */
17241 seq_dmabuf = container_of(h_buf, struct hbq_dmabuf, hbuf);
17242 break;
17243 }
17244
17245 /* Free up all the frames from the partially assembled sequence */
17246 if (seq_dmabuf) {
17247 list_for_each_entry_safe(d_buf, n_buf,
17248 &seq_dmabuf->dbuf.list, list) {
17249 list_del_init(&d_buf->list);
17250 lpfc_in_buf_free(vport->phba, d_buf);
17251 }
17252 return true;
17253 }
17254 return false;
17255}
17256
17257/**
James Smart6dd9e312013-01-03 15:43:37 -050017258 * lpfc_sli4_abort_ulp_seq - Abort assembled unsol sequence from ulp
17259 * @vport: pointer to a vitural port
17260 * @dmabuf: pointer to a dmabuf that describes the FC sequence
17261 *
17262 * This function tries to abort from the assembed sequence from upper level
17263 * protocol, described by the information from basic abbort @dmabuf. It
17264 * checks to see whether such pending context exists at upper level protocol.
17265 * If so, it shall clean up the pending context.
17266 *
17267 * Return
17268 * true -- if there is matching pending context of the sequence cleaned
17269 * at ulp;
17270 * false -- if there is no matching pending context of the sequence present
17271 * at ulp.
17272 **/
17273static bool
17274lpfc_sli4_abort_ulp_seq(struct lpfc_vport *vport, struct hbq_dmabuf *dmabuf)
17275{
17276 struct lpfc_hba *phba = vport->phba;
17277 int handled;
17278
17279 /* Accepting abort at ulp with SLI4 only */
17280 if (phba->sli_rev < LPFC_SLI_REV4)
17281 return false;
17282
17283 /* Register all caring upper level protocols to attend abort */
17284 handled = lpfc_ct_handle_unsol_abort(phba, dmabuf);
17285 if (handled)
17286 return true;
17287
17288 return false;
17289}
17290
17291/**
James Smart546fc852011-03-11 16:06:29 -050017292 * lpfc_sli4_seq_abort_rsp_cmpl - BLS ABORT RSP seq abort iocb complete handler
James Smart6669f9b2009-10-02 15:16:45 -040017293 * @phba: Pointer to HBA context object.
17294 * @cmd_iocbq: pointer to the command iocbq structure.
17295 * @rsp_iocbq: pointer to the response iocbq structure.
17296 *
James Smart546fc852011-03-11 16:06:29 -050017297 * This function handles the sequence abort response iocb command complete
James Smart6669f9b2009-10-02 15:16:45 -040017298 * event. It properly releases the memory allocated to the sequence abort
17299 * accept iocb.
17300 **/
17301static void
James Smart546fc852011-03-11 16:06:29 -050017302lpfc_sli4_seq_abort_rsp_cmpl(struct lpfc_hba *phba,
James Smart6669f9b2009-10-02 15:16:45 -040017303 struct lpfc_iocbq *cmd_iocbq,
17304 struct lpfc_iocbq *rsp_iocbq)
17305{
James Smart6dd9e312013-01-03 15:43:37 -050017306 struct lpfc_nodelist *ndlp;
17307
17308 if (cmd_iocbq) {
17309 ndlp = (struct lpfc_nodelist *)cmd_iocbq->context1;
17310 lpfc_nlp_put(ndlp);
17311 lpfc_nlp_not_used(ndlp);
James Smart6669f9b2009-10-02 15:16:45 -040017312 lpfc_sli_release_iocbq(phba, cmd_iocbq);
James Smart6dd9e312013-01-03 15:43:37 -050017313 }
James Smart6b5151f2012-01-18 16:24:06 -050017314
17315 /* Failure means BLS ABORT RSP did not get delivered to remote node*/
17316 if (rsp_iocbq && rsp_iocbq->iocb.ulpStatus)
17317 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
17318 "3154 BLS ABORT RSP failed, data: x%x/x%x\n",
17319 rsp_iocbq->iocb.ulpStatus,
17320 rsp_iocbq->iocb.un.ulpWord[4]);
James Smart6669f9b2009-10-02 15:16:45 -040017321}
17322
17323/**
James Smart6d368e52011-05-24 11:44:12 -040017324 * lpfc_sli4_xri_inrange - check xri is in range of xris owned by driver.
17325 * @phba: Pointer to HBA context object.
17326 * @xri: xri id in transaction.
17327 *
17328 * This function validates the xri maps to the known range of XRIs allocated an
17329 * used by the driver.
17330 **/
James Smart7851fe22011-07-22 18:36:52 -040017331uint16_t
James Smart6d368e52011-05-24 11:44:12 -040017332lpfc_sli4_xri_inrange(struct lpfc_hba *phba,
17333 uint16_t xri)
17334{
James Smarta2fc4aef2014-09-03 12:57:55 -040017335 uint16_t i;
James Smart6d368e52011-05-24 11:44:12 -040017336
17337 for (i = 0; i < phba->sli4_hba.max_cfg_param.max_xri; i++) {
17338 if (xri == phba->sli4_hba.xri_ids[i])
17339 return i;
17340 }
17341 return NO_XRI;
17342}
17343
James Smart6d368e52011-05-24 11:44:12 -040017344/**
James Smart546fc852011-03-11 16:06:29 -050017345 * lpfc_sli4_seq_abort_rsp - bls rsp to sequence abort
James Smart6669f9b2009-10-02 15:16:45 -040017346 * @phba: Pointer to HBA context object.
17347 * @fc_hdr: pointer to a FC frame header.
17348 *
James Smart546fc852011-03-11 16:06:29 -050017349 * This function sends a basic response to a previous unsol sequence abort
James Smart6669f9b2009-10-02 15:16:45 -040017350 * event after aborting the sequence handling.
17351 **/
James Smart86c67372017-04-21 16:05:04 -070017352void
James Smart6dd9e312013-01-03 15:43:37 -050017353lpfc_sli4_seq_abort_rsp(struct lpfc_vport *vport,
17354 struct fc_frame_header *fc_hdr, bool aborted)
James Smart6669f9b2009-10-02 15:16:45 -040017355{
James Smart6dd9e312013-01-03 15:43:37 -050017356 struct lpfc_hba *phba = vport->phba;
James Smart6669f9b2009-10-02 15:16:45 -040017357 struct lpfc_iocbq *ctiocb = NULL;
17358 struct lpfc_nodelist *ndlp;
James Smartee0f4fe2012-05-09 21:19:14 -040017359 uint16_t oxid, rxid, xri, lxri;
James Smart5ffc2662009-11-18 15:39:44 -050017360 uint32_t sid, fctl;
James Smart6669f9b2009-10-02 15:16:45 -040017361 IOCB_t *icmd;
James Smart546fc852011-03-11 16:06:29 -050017362 int rc;
James Smart6669f9b2009-10-02 15:16:45 -040017363
17364 if (!lpfc_is_link_up(phba))
17365 return;
17366
17367 sid = sli4_sid_from_fc_hdr(fc_hdr);
17368 oxid = be16_to_cpu(fc_hdr->fh_ox_id);
James Smart5ffc2662009-11-18 15:39:44 -050017369 rxid = be16_to_cpu(fc_hdr->fh_rx_id);
James Smart6669f9b2009-10-02 15:16:45 -040017370
James Smart6dd9e312013-01-03 15:43:37 -050017371 ndlp = lpfc_findnode_did(vport, sid);
James Smart6669f9b2009-10-02 15:16:45 -040017372 if (!ndlp) {
James Smart9d3d3402017-04-21 16:05:00 -070017373 ndlp = lpfc_nlp_init(vport, sid);
James Smart6dd9e312013-01-03 15:43:37 -050017374 if (!ndlp) {
17375 lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS,
17376 "1268 Failed to allocate ndlp for "
17377 "oxid:x%x SID:x%x\n", oxid, sid);
17378 return;
17379 }
James Smart6dd9e312013-01-03 15:43:37 -050017380 /* Put ndlp onto pport node list */
17381 lpfc_enqueue_node(vport, ndlp);
17382 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
17383 /* re-setup ndlp without removing from node list */
17384 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_UNUSED_NODE);
17385 if (!ndlp) {
17386 lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS,
17387 "3275 Failed to active ndlp found "
17388 "for oxid:x%x SID:x%x\n", oxid, sid);
17389 return;
17390 }
James Smart6669f9b2009-10-02 15:16:45 -040017391 }
17392
James Smart546fc852011-03-11 16:06:29 -050017393 /* Allocate buffer for rsp iocb */
James Smart6669f9b2009-10-02 15:16:45 -040017394 ctiocb = lpfc_sli_get_iocbq(phba);
17395 if (!ctiocb)
17396 return;
17397
James Smart5ffc2662009-11-18 15:39:44 -050017398 /* Extract the F_CTL field from FC_HDR */
17399 fctl = sli4_fctl_from_fc_hdr(fc_hdr);
17400
James Smart6669f9b2009-10-02 15:16:45 -040017401 icmd = &ctiocb->iocb;
James Smart6669f9b2009-10-02 15:16:45 -040017402 icmd->un.xseq64.bdl.bdeSize = 0;
James Smart5ffc2662009-11-18 15:39:44 -050017403 icmd->un.xseq64.bdl.ulpIoTag32 = 0;
James Smart6669f9b2009-10-02 15:16:45 -040017404 icmd->un.xseq64.w5.hcsw.Dfctl = 0;
17405 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_ACC;
17406 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS;
17407
17408 /* Fill in the rest of iocb fields */
17409 icmd->ulpCommand = CMD_XMIT_BLS_RSP64_CX;
17410 icmd->ulpBdeCount = 0;
17411 icmd->ulpLe = 1;
17412 icmd->ulpClass = CLASS3;
James Smart6d368e52011-05-24 11:44:12 -040017413 icmd->ulpContext = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smart6dd9e312013-01-03 15:43:37 -050017414 ctiocb->context1 = lpfc_nlp_get(ndlp);
James Smart6669f9b2009-10-02 15:16:45 -040017415
James Smart6669f9b2009-10-02 15:16:45 -040017416 ctiocb->vport = phba->pport;
James Smart546fc852011-03-11 16:06:29 -050017417 ctiocb->iocb_cmpl = lpfc_sli4_seq_abort_rsp_cmpl;
James Smart6d368e52011-05-24 11:44:12 -040017418 ctiocb->sli4_lxritag = NO_XRI;
James Smart546fc852011-03-11 16:06:29 -050017419 ctiocb->sli4_xritag = NO_XRI;
17420
James Smartee0f4fe2012-05-09 21:19:14 -040017421 if (fctl & FC_FC_EX_CTX)
17422 /* Exchange responder sent the abort so we
17423 * own the oxid.
17424 */
17425 xri = oxid;
17426 else
17427 xri = rxid;
17428 lxri = lpfc_sli4_xri_inrange(phba, xri);
17429 if (lxri != NO_XRI)
17430 lpfc_set_rrq_active(phba, ndlp, lxri,
17431 (xri == oxid) ? rxid : oxid, 0);
James Smart6dd9e312013-01-03 15:43:37 -050017432 /* For BA_ABTS from exchange responder, if the logical xri with
17433 * the oxid maps to the FCP XRI range, the port no longer has
17434 * that exchange context, send a BLS_RJT. Override the IOCB for
17435 * a BA_RJT.
James Smart546fc852011-03-11 16:06:29 -050017436 */
James Smart6dd9e312013-01-03 15:43:37 -050017437 if ((fctl & FC_FC_EX_CTX) &&
James Smart895427b2017-02-12 13:52:30 -080017438 (lxri > lpfc_sli4_get_iocb_cnt(phba))) {
James Smart6dd9e312013-01-03 15:43:37 -050017439 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT;
17440 bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0);
17441 bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID);
17442 bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE);
17443 }
17444
17445 /* If BA_ABTS failed to abort a partially assembled receive sequence,
17446 * the driver no longer has that exchange, send a BLS_RJT. Override
17447 * the IOCB for a BA_RJT.
17448 */
17449 if (aborted == false) {
James Smart546fc852011-03-11 16:06:29 -050017450 icmd->un.xseq64.w5.hcsw.Rctl = FC_RCTL_BA_RJT;
17451 bf_set(lpfc_vndr_code, &icmd->un.bls_rsp, 0);
17452 bf_set(lpfc_rsn_expln, &icmd->un.bls_rsp, FC_BA_RJT_INV_XID);
17453 bf_set(lpfc_rsn_code, &icmd->un.bls_rsp, FC_BA_RJT_UNABLE);
17454 }
James Smart6669f9b2009-10-02 15:16:45 -040017455
James Smart5ffc2662009-11-18 15:39:44 -050017456 if (fctl & FC_FC_EX_CTX) {
17457 /* ABTS sent by responder to CT exchange, construction
17458 * of BA_ACC will use OX_ID from ABTS for the XRI_TAG
17459 * field and RX_ID from ABTS for RX_ID field.
17460 */
James Smart546fc852011-03-11 16:06:29 -050017461 bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_RSP);
James Smart5ffc2662009-11-18 15:39:44 -050017462 } else {
17463 /* ABTS sent by initiator to CT exchange, construction
17464 * of BA_ACC will need to allocate a new XRI as for the
James Smartf09c3ac2012-03-01 22:33:29 -050017465 * XRI_TAG field.
James Smart5ffc2662009-11-18 15:39:44 -050017466 */
James Smart546fc852011-03-11 16:06:29 -050017467 bf_set(lpfc_abts_orig, &icmd->un.bls_rsp, LPFC_ABTS_UNSOL_INT);
James Smart5ffc2662009-11-18 15:39:44 -050017468 }
James Smartf09c3ac2012-03-01 22:33:29 -050017469 bf_set(lpfc_abts_rxid, &icmd->un.bls_rsp, rxid);
James Smart546fc852011-03-11 16:06:29 -050017470 bf_set(lpfc_abts_oxid, &icmd->un.bls_rsp, oxid);
James Smart5ffc2662009-11-18 15:39:44 -050017471
James Smart546fc852011-03-11 16:06:29 -050017472 /* Xmit CT abts response on exchange <xid> */
James Smart6dd9e312013-01-03 15:43:37 -050017473 lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS,
17474 "1200 Send BLS cmd x%x on oxid x%x Data: x%x\n",
17475 icmd->un.xseq64.w5.hcsw.Rctl, oxid, phba->link_state);
James Smart546fc852011-03-11 16:06:29 -050017476
17477 rc = lpfc_sli_issue_iocb(phba, LPFC_ELS_RING, ctiocb, 0);
17478 if (rc == IOCB_ERROR) {
James Smart6dd9e312013-01-03 15:43:37 -050017479 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
17480 "2925 Failed to issue CT ABTS RSP x%x on "
17481 "xri x%x, Data x%x\n",
17482 icmd->un.xseq64.w5.hcsw.Rctl, oxid,
17483 phba->link_state);
17484 lpfc_nlp_put(ndlp);
17485 ctiocb->context1 = NULL;
James Smart546fc852011-03-11 16:06:29 -050017486 lpfc_sli_release_iocbq(phba, ctiocb);
17487 }
James Smart6669f9b2009-10-02 15:16:45 -040017488}
17489
17490/**
17491 * lpfc_sli4_handle_unsol_abort - Handle sli-4 unsolicited abort event
17492 * @vport: Pointer to the vport on which this sequence was received
17493 * @dmabuf: pointer to a dmabuf that describes the FC sequence
17494 *
17495 * This function handles an SLI-4 unsolicited abort event. If the unsolicited
17496 * receive sequence is only partially assembed by the driver, it shall abort
17497 * the partially assembled frames for the sequence. Otherwise, if the
17498 * unsolicited receive sequence has been completely assembled and passed to
17499 * the Upper Layer Protocol (UPL), it then mark the per oxid status for the
17500 * unsolicited sequence has been aborted. After that, it will issue a basic
17501 * accept to accept the abort.
17502 **/
Rashika Kheria5d8b8162014-09-03 12:55:04 -040017503static void
James Smart6669f9b2009-10-02 15:16:45 -040017504lpfc_sli4_handle_unsol_abort(struct lpfc_vport *vport,
17505 struct hbq_dmabuf *dmabuf)
17506{
17507 struct lpfc_hba *phba = vport->phba;
17508 struct fc_frame_header fc_hdr;
James Smart5ffc2662009-11-18 15:39:44 -050017509 uint32_t fctl;
James Smart6dd9e312013-01-03 15:43:37 -050017510 bool aborted;
James Smart6669f9b2009-10-02 15:16:45 -040017511
James Smart6669f9b2009-10-02 15:16:45 -040017512 /* Make a copy of fc_hdr before the dmabuf being released */
17513 memcpy(&fc_hdr, dmabuf->hbuf.virt, sizeof(struct fc_frame_header));
James Smart5ffc2662009-11-18 15:39:44 -050017514 fctl = sli4_fctl_from_fc_hdr(&fc_hdr);
James Smart6669f9b2009-10-02 15:16:45 -040017515
James Smart5ffc2662009-11-18 15:39:44 -050017516 if (fctl & FC_FC_EX_CTX) {
James Smart6dd9e312013-01-03 15:43:37 -050017517 /* ABTS by responder to exchange, no cleanup needed */
17518 aborted = true;
James Smart5ffc2662009-11-18 15:39:44 -050017519 } else {
James Smart6dd9e312013-01-03 15:43:37 -050017520 /* ABTS by initiator to exchange, need to do cleanup */
17521 aborted = lpfc_sli4_abort_partial_seq(vport, dmabuf);
17522 if (aborted == false)
17523 aborted = lpfc_sli4_abort_ulp_seq(vport, dmabuf);
James Smart5ffc2662009-11-18 15:39:44 -050017524 }
James Smart6dd9e312013-01-03 15:43:37 -050017525 lpfc_in_buf_free(phba, &dmabuf->dbuf);
17526
James Smart86c67372017-04-21 16:05:04 -070017527 if (phba->nvmet_support) {
17528 lpfc_nvmet_rcv_unsol_abort(vport, &fc_hdr);
17529 return;
17530 }
17531
James Smart6dd9e312013-01-03 15:43:37 -050017532 /* Respond with BA_ACC or BA_RJT accordingly */
17533 lpfc_sli4_seq_abort_rsp(vport, &fc_hdr, aborted);
James Smart6669f9b2009-10-02 15:16:45 -040017534}
17535
17536/**
James Smart4f774512009-05-22 14:52:35 -040017537 * lpfc_seq_complete - Indicates if a sequence is complete
17538 * @dmabuf: pointer to a dmabuf that describes the FC sequence
17539 *
17540 * This function checks the sequence, starting with the frame described by
17541 * @dmabuf, to see if all the frames associated with this sequence are present.
17542 * the frames associated with this sequence are linked to the @dmabuf using the
17543 * dbuf list. This function looks for two major things. 1) That the first frame
17544 * has a sequence count of zero. 2) There is a frame with last frame of sequence
17545 * set. 3) That there are no holes in the sequence count. The function will
17546 * return 1 when the sequence is complete, otherwise it will return 0.
17547 **/
17548static int
17549lpfc_seq_complete(struct hbq_dmabuf *dmabuf)
17550{
17551 struct fc_frame_header *hdr;
17552 struct lpfc_dmabuf *d_buf;
17553 struct hbq_dmabuf *seq_dmabuf;
17554 uint32_t fctl;
17555 int seq_count = 0;
17556
17557 hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
17558 /* make sure first fame of sequence has a sequence count of zero */
17559 if (hdr->fh_seq_cnt != seq_count)
17560 return 0;
17561 fctl = (hdr->fh_f_ctl[0] << 16 |
17562 hdr->fh_f_ctl[1] << 8 |
17563 hdr->fh_f_ctl[2]);
17564 /* If last frame of sequence we can return success. */
17565 if (fctl & FC_FC_END_SEQ)
17566 return 1;
17567 list_for_each_entry(d_buf, &dmabuf->dbuf.list, list) {
17568 seq_dmabuf = container_of(d_buf, struct hbq_dmabuf, dbuf);
17569 hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
17570 /* If there is a hole in the sequence count then fail. */
James Smarteeead812009-12-21 17:01:23 -050017571 if (++seq_count != be16_to_cpu(hdr->fh_seq_cnt))
James Smart4f774512009-05-22 14:52:35 -040017572 return 0;
17573 fctl = (hdr->fh_f_ctl[0] << 16 |
17574 hdr->fh_f_ctl[1] << 8 |
17575 hdr->fh_f_ctl[2]);
17576 /* If last frame of sequence we can return success. */
17577 if (fctl & FC_FC_END_SEQ)
17578 return 1;
17579 }
17580 return 0;
17581}
17582
17583/**
17584 * lpfc_prep_seq - Prep sequence for ULP processing
17585 * @vport: Pointer to the vport on which this sequence was received
17586 * @dmabuf: pointer to a dmabuf that describes the FC sequence
17587 *
17588 * This function takes a sequence, described by a list of frames, and creates
17589 * a list of iocbq structures to describe the sequence. This iocbq list will be
17590 * used to issue to the generic unsolicited sequence handler. This routine
17591 * returns a pointer to the first iocbq in the list. If the function is unable
17592 * to allocate an iocbq then it throw out the received frames that were not
17593 * able to be described and return a pointer to the first iocbq. If unable to
17594 * allocate any iocbqs (including the first) this function will return NULL.
17595 **/
17596static struct lpfc_iocbq *
17597lpfc_prep_seq(struct lpfc_vport *vport, struct hbq_dmabuf *seq_dmabuf)
17598{
James Smart7851fe22011-07-22 18:36:52 -040017599 struct hbq_dmabuf *hbq_buf;
James Smart4f774512009-05-22 14:52:35 -040017600 struct lpfc_dmabuf *d_buf, *n_buf;
17601 struct lpfc_iocbq *first_iocbq, *iocbq;
17602 struct fc_frame_header *fc_hdr;
17603 uint32_t sid;
James Smart7851fe22011-07-22 18:36:52 -040017604 uint32_t len, tot_len;
James Smarteeead812009-12-21 17:01:23 -050017605 struct ulp_bde64 *pbde;
James Smart4f774512009-05-22 14:52:35 -040017606
17607 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
17608 /* remove from receive buffer list */
17609 list_del_init(&seq_dmabuf->hbuf.list);
James Smart45ed1192009-10-02 15:17:02 -040017610 lpfc_update_rcv_time_stamp(vport);
James Smart4f774512009-05-22 14:52:35 -040017611 /* get the Remote Port's SID */
James Smart6669f9b2009-10-02 15:16:45 -040017612 sid = sli4_sid_from_fc_hdr(fc_hdr);
James Smart7851fe22011-07-22 18:36:52 -040017613 tot_len = 0;
James Smart4f774512009-05-22 14:52:35 -040017614 /* Get an iocbq struct to fill in. */
17615 first_iocbq = lpfc_sli_get_iocbq(vport->phba);
17616 if (first_iocbq) {
17617 /* Initialize the first IOCB. */
James Smart8fa38512009-07-19 10:01:03 -040017618 first_iocbq->iocb.unsli3.rcvsli3.acc_len = 0;
James Smart4f774512009-05-22 14:52:35 -040017619 first_iocbq->iocb.ulpStatus = IOSTAT_SUCCESS;
James Smart895427b2017-02-12 13:52:30 -080017620 first_iocbq->vport = vport;
James Smart939723a2012-05-09 21:19:03 -040017621
17622 /* Check FC Header to see what TYPE of frame we are rcv'ing */
17623 if (sli4_type_from_fc_hdr(fc_hdr) == FC_TYPE_ELS) {
17624 first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_ELS64_CX;
17625 first_iocbq->iocb.un.rcvels.parmRo =
17626 sli4_did_from_fc_hdr(fc_hdr);
17627 first_iocbq->iocb.ulpPU = PARM_NPIV_DID;
17628 } else
17629 first_iocbq->iocb.ulpCommand = CMD_IOCB_RCV_SEQ64_CX;
James Smart7851fe22011-07-22 18:36:52 -040017630 first_iocbq->iocb.ulpContext = NO_XRI;
17631 first_iocbq->iocb.unsli3.rcvsli3.ox_id =
17632 be16_to_cpu(fc_hdr->fh_ox_id);
17633 /* iocbq is prepped for internal consumption. Physical vpi. */
17634 first_iocbq->iocb.unsli3.rcvsli3.vpi =
17635 vport->phba->vpi_ids[vport->vpi];
James Smart4f774512009-05-22 14:52:35 -040017636 /* put the first buffer into the first IOCBq */
James Smart48a5a662013-07-15 18:32:28 -040017637 tot_len = bf_get(lpfc_rcqe_length,
17638 &seq_dmabuf->cq_event.cqe.rcqe_cmpl);
17639
James Smart4f774512009-05-22 14:52:35 -040017640 first_iocbq->context2 = &seq_dmabuf->dbuf;
17641 first_iocbq->context3 = NULL;
17642 first_iocbq->iocb.ulpBdeCount = 1;
James Smart48a5a662013-07-15 18:32:28 -040017643 if (tot_len > LPFC_DATA_BUF_SIZE)
17644 first_iocbq->iocb.un.cont64[0].tus.f.bdeSize =
James Smart4f774512009-05-22 14:52:35 -040017645 LPFC_DATA_BUF_SIZE;
James Smart48a5a662013-07-15 18:32:28 -040017646 else
17647 first_iocbq->iocb.un.cont64[0].tus.f.bdeSize = tot_len;
17648
James Smart4f774512009-05-22 14:52:35 -040017649 first_iocbq->iocb.un.rcvels.remoteID = sid;
James Smart48a5a662013-07-15 18:32:28 -040017650
James Smart7851fe22011-07-22 18:36:52 -040017651 first_iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len;
James Smart4f774512009-05-22 14:52:35 -040017652 }
17653 iocbq = first_iocbq;
17654 /*
17655 * Each IOCBq can have two Buffers assigned, so go through the list
17656 * of buffers for this sequence and save two buffers in each IOCBq
17657 */
17658 list_for_each_entry_safe(d_buf, n_buf, &seq_dmabuf->dbuf.list, list) {
17659 if (!iocbq) {
17660 lpfc_in_buf_free(vport->phba, d_buf);
17661 continue;
17662 }
17663 if (!iocbq->context3) {
17664 iocbq->context3 = d_buf;
17665 iocbq->iocb.ulpBdeCount++;
James Smart7851fe22011-07-22 18:36:52 -040017666 /* We need to get the size out of the right CQE */
17667 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
17668 len = bf_get(lpfc_rcqe_length,
17669 &hbq_buf->cq_event.cqe.rcqe_cmpl);
James Smart48a5a662013-07-15 18:32:28 -040017670 pbde = (struct ulp_bde64 *)
17671 &iocbq->iocb.unsli3.sli3Words[4];
17672 if (len > LPFC_DATA_BUF_SIZE)
17673 pbde->tus.f.bdeSize = LPFC_DATA_BUF_SIZE;
17674 else
17675 pbde->tus.f.bdeSize = len;
17676
James Smart7851fe22011-07-22 18:36:52 -040017677 iocbq->iocb.unsli3.rcvsli3.acc_len += len;
17678 tot_len += len;
James Smart4f774512009-05-22 14:52:35 -040017679 } else {
17680 iocbq = lpfc_sli_get_iocbq(vport->phba);
17681 if (!iocbq) {
17682 if (first_iocbq) {
17683 first_iocbq->iocb.ulpStatus =
17684 IOSTAT_FCP_RSP_ERROR;
17685 first_iocbq->iocb.un.ulpWord[4] =
17686 IOERR_NO_RESOURCES;
17687 }
17688 lpfc_in_buf_free(vport->phba, d_buf);
17689 continue;
17690 }
James Smart7851fe22011-07-22 18:36:52 -040017691 /* We need to get the size out of the right CQE */
17692 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf);
17693 len = bf_get(lpfc_rcqe_length,
17694 &hbq_buf->cq_event.cqe.rcqe_cmpl);
James Smart48a5a662013-07-15 18:32:28 -040017695 iocbq->context2 = d_buf;
17696 iocbq->context3 = NULL;
17697 iocbq->iocb.ulpBdeCount = 1;
17698 if (len > LPFC_DATA_BUF_SIZE)
17699 iocbq->iocb.un.cont64[0].tus.f.bdeSize =
17700 LPFC_DATA_BUF_SIZE;
17701 else
17702 iocbq->iocb.un.cont64[0].tus.f.bdeSize = len;
17703
James Smart7851fe22011-07-22 18:36:52 -040017704 tot_len += len;
17705 iocbq->iocb.unsli3.rcvsli3.acc_len = tot_len;
17706
James Smart4f774512009-05-22 14:52:35 -040017707 iocbq->iocb.un.rcvels.remoteID = sid;
17708 list_add_tail(&iocbq->list, &first_iocbq->list);
17709 }
17710 }
17711 return first_iocbq;
17712}
17713
James Smart6669f9b2009-10-02 15:16:45 -040017714static void
17715lpfc_sli4_send_seq_to_ulp(struct lpfc_vport *vport,
17716 struct hbq_dmabuf *seq_dmabuf)
17717{
17718 struct fc_frame_header *fc_hdr;
17719 struct lpfc_iocbq *iocbq, *curr_iocb, *next_iocb;
17720 struct lpfc_hba *phba = vport->phba;
17721
17722 fc_hdr = (struct fc_frame_header *)seq_dmabuf->hbuf.virt;
17723 iocbq = lpfc_prep_seq(vport, seq_dmabuf);
17724 if (!iocbq) {
17725 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
17726 "2707 Ring %d handler: Failed to allocate "
17727 "iocb Rctl x%x Type x%x received\n",
17728 LPFC_ELS_RING,
17729 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
17730 return;
17731 }
17732 if (!lpfc_complete_unsol_iocb(phba,
James Smart895427b2017-02-12 13:52:30 -080017733 phba->sli4_hba.els_wq->pring,
James Smart6669f9b2009-10-02 15:16:45 -040017734 iocbq, fc_hdr->fh_r_ctl,
17735 fc_hdr->fh_type))
James Smart6d368e52011-05-24 11:44:12 -040017736 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smart6669f9b2009-10-02 15:16:45 -040017737 "2540 Ring %d handler: unexpected Rctl "
17738 "x%x Type x%x received\n",
17739 LPFC_ELS_RING,
17740 fc_hdr->fh_r_ctl, fc_hdr->fh_type);
17741
17742 /* Free iocb created in lpfc_prep_seq */
17743 list_for_each_entry_safe(curr_iocb, next_iocb,
17744 &iocbq->list, list) {
17745 list_del_init(&curr_iocb->list);
17746 lpfc_sli_release_iocbq(phba, curr_iocb);
17747 }
17748 lpfc_sli_release_iocbq(phba, iocbq);
17749}
17750
James Smartae9e28f2017-05-15 15:20:51 -070017751static void
17752lpfc_sli4_mds_loopback_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
17753 struct lpfc_iocbq *rspiocb)
17754{
17755 struct lpfc_dmabuf *pcmd = cmdiocb->context2;
17756
17757 if (pcmd && pcmd->virt)
Romain Perier771db5c2017-07-06 10:13:05 +020017758 dma_pool_free(phba->lpfc_drb_pool, pcmd->virt, pcmd->phys);
James Smartae9e28f2017-05-15 15:20:51 -070017759 kfree(pcmd);
17760 lpfc_sli_release_iocbq(phba, cmdiocb);
James Smarte817e5d2018-12-13 15:17:53 -080017761 lpfc_drain_txq(phba);
James Smartae9e28f2017-05-15 15:20:51 -070017762}
17763
17764static void
17765lpfc_sli4_handle_mds_loopback(struct lpfc_vport *vport,
17766 struct hbq_dmabuf *dmabuf)
17767{
17768 struct fc_frame_header *fc_hdr;
17769 struct lpfc_hba *phba = vport->phba;
17770 struct lpfc_iocbq *iocbq = NULL;
17771 union lpfc_wqe *wqe;
17772 struct lpfc_dmabuf *pcmd = NULL;
17773 uint32_t frame_len;
17774 int rc;
James Smarte817e5d2018-12-13 15:17:53 -080017775 unsigned long iflags;
James Smartae9e28f2017-05-15 15:20:51 -070017776
17777 fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
17778 frame_len = bf_get(lpfc_rcqe_length, &dmabuf->cq_event.cqe.rcqe_cmpl);
17779
17780 /* Send the received frame back */
17781 iocbq = lpfc_sli_get_iocbq(phba);
James Smarte817e5d2018-12-13 15:17:53 -080017782 if (!iocbq) {
17783 /* Queue cq event and wakeup worker thread to process it */
17784 spin_lock_irqsave(&phba->hbalock, iflags);
17785 list_add_tail(&dmabuf->cq_event.list,
17786 &phba->sli4_hba.sp_queue_event);
17787 phba->hba_flag |= HBA_SP_QUEUE_EVT;
17788 spin_unlock_irqrestore(&phba->hbalock, iflags);
17789 lpfc_worker_wake_up(phba);
17790 return;
17791 }
James Smartae9e28f2017-05-15 15:20:51 -070017792
17793 /* Allocate buffer for command payload */
17794 pcmd = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
17795 if (pcmd)
Romain Perier771db5c2017-07-06 10:13:05 +020017796 pcmd->virt = dma_pool_alloc(phba->lpfc_drb_pool, GFP_KERNEL,
James Smartae9e28f2017-05-15 15:20:51 -070017797 &pcmd->phys);
17798 if (!pcmd || !pcmd->virt)
17799 goto exit;
17800
17801 INIT_LIST_HEAD(&pcmd->list);
17802
17803 /* copyin the payload */
17804 memcpy(pcmd->virt, dmabuf->dbuf.virt, frame_len);
17805
17806 /* fill in BDE's for command */
17807 iocbq->iocb.un.xseq64.bdl.addrHigh = putPaddrHigh(pcmd->phys);
17808 iocbq->iocb.un.xseq64.bdl.addrLow = putPaddrLow(pcmd->phys);
17809 iocbq->iocb.un.xseq64.bdl.bdeFlags = BUFF_TYPE_BDE_64;
17810 iocbq->iocb.un.xseq64.bdl.bdeSize = frame_len;
17811
17812 iocbq->context2 = pcmd;
17813 iocbq->vport = vport;
17814 iocbq->iocb_flag &= ~LPFC_FIP_ELS_ID_MASK;
17815 iocbq->iocb_flag |= LPFC_USE_FCPWQIDX;
17816
17817 /*
17818 * Setup rest of the iocb as though it were a WQE
17819 * Build the SEND_FRAME WQE
17820 */
17821 wqe = (union lpfc_wqe *)&iocbq->iocb;
17822
17823 wqe->send_frame.frame_len = frame_len;
17824 wqe->send_frame.fc_hdr_wd0 = be32_to_cpu(*((uint32_t *)fc_hdr));
17825 wqe->send_frame.fc_hdr_wd1 = be32_to_cpu(*((uint32_t *)fc_hdr + 1));
17826 wqe->send_frame.fc_hdr_wd2 = be32_to_cpu(*((uint32_t *)fc_hdr + 2));
17827 wqe->send_frame.fc_hdr_wd3 = be32_to_cpu(*((uint32_t *)fc_hdr + 3));
17828 wqe->send_frame.fc_hdr_wd4 = be32_to_cpu(*((uint32_t *)fc_hdr + 4));
17829 wqe->send_frame.fc_hdr_wd5 = be32_to_cpu(*((uint32_t *)fc_hdr + 5));
17830
17831 iocbq->iocb.ulpCommand = CMD_SEND_FRAME;
17832 iocbq->iocb.ulpLe = 1;
17833 iocbq->iocb_cmpl = lpfc_sli4_mds_loopback_cmpl;
17834 rc = lpfc_sli_issue_iocb(phba, LPFC_ELS_RING, iocbq, 0);
17835 if (rc == IOCB_ERROR)
17836 goto exit;
17837
17838 lpfc_in_buf_free(phba, &dmabuf->dbuf);
17839 return;
17840
17841exit:
17842 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
17843 "2023 Unable to process MDS loopback frame\n");
17844 if (pcmd && pcmd->virt)
Romain Perier771db5c2017-07-06 10:13:05 +020017845 dma_pool_free(phba->lpfc_drb_pool, pcmd->virt, pcmd->phys);
James Smartae9e28f2017-05-15 15:20:51 -070017846 kfree(pcmd);
Dick Kennedy401bb412017-09-29 17:34:28 -070017847 if (iocbq)
17848 lpfc_sli_release_iocbq(phba, iocbq);
James Smartae9e28f2017-05-15 15:20:51 -070017849 lpfc_in_buf_free(phba, &dmabuf->dbuf);
17850}
17851
James Smart4f774512009-05-22 14:52:35 -040017852/**
17853 * lpfc_sli4_handle_received_buffer - Handle received buffers from firmware
17854 * @phba: Pointer to HBA context object.
17855 *
17856 * This function is called with no lock held. This function processes all
17857 * the received buffers and gives it to upper layers when a received buffer
17858 * indicates that it is the final frame in the sequence. The interrupt
James Smart895427b2017-02-12 13:52:30 -080017859 * service routine processes received buffers at interrupt contexts.
James Smart4f774512009-05-22 14:52:35 -040017860 * Worker thread calls lpfc_sli4_handle_received_buffer, which will call the
17861 * appropriate receive function when the final frame in a sequence is received.
17862 **/
James Smart4d9ab992009-10-02 15:16:39 -040017863void
17864lpfc_sli4_handle_received_buffer(struct lpfc_hba *phba,
17865 struct hbq_dmabuf *dmabuf)
James Smart4f774512009-05-22 14:52:35 -040017866{
James Smart4d9ab992009-10-02 15:16:39 -040017867 struct hbq_dmabuf *seq_dmabuf;
James Smart4f774512009-05-22 14:52:35 -040017868 struct fc_frame_header *fc_hdr;
17869 struct lpfc_vport *vport;
17870 uint32_t fcfi;
James Smart939723a2012-05-09 21:19:03 -040017871 uint32_t did;
James Smart4f774512009-05-22 14:52:35 -040017872
James Smart4f774512009-05-22 14:52:35 -040017873 /* Process each received buffer */
James Smart4d9ab992009-10-02 15:16:39 -040017874 fc_hdr = (struct fc_frame_header *)dmabuf->hbuf.virt;
James Smart2ea259e2017-02-12 13:52:27 -080017875
James Smarte817e5d2018-12-13 15:17:53 -080017876 if (fc_hdr->fh_r_ctl == FC_RCTL_MDS_DIAGS ||
17877 fc_hdr->fh_r_ctl == FC_RCTL_DD_UNSOL_DATA) {
17878 vport = phba->pport;
17879 /* Handle MDS Loopback frames */
17880 lpfc_sli4_handle_mds_loopback(vport, dmabuf);
17881 return;
17882 }
17883
James Smart4d9ab992009-10-02 15:16:39 -040017884 /* check to see if this a valid type of frame */
17885 if (lpfc_fc_frame_check(phba, fc_hdr)) {
17886 lpfc_in_buf_free(phba, &dmabuf->dbuf);
17887 return;
17888 }
James Smart2ea259e2017-02-12 13:52:27 -080017889
James Smart7851fe22011-07-22 18:36:52 -040017890 if ((bf_get(lpfc_cqe_code,
17891 &dmabuf->cq_event.cqe.rcqe_cmpl) == CQE_CODE_RECEIVE_V1))
17892 fcfi = bf_get(lpfc_rcqe_fcf_id_v1,
17893 &dmabuf->cq_event.cqe.rcqe_cmpl);
17894 else
17895 fcfi = bf_get(lpfc_rcqe_fcf_id,
17896 &dmabuf->cq_event.cqe.rcqe_cmpl);
James Smart939723a2012-05-09 21:19:03 -040017897
James Smarte62245d2019-08-14 16:57:08 -070017898 if (fc_hdr->fh_r_ctl == 0xF4 && fc_hdr->fh_type == 0xFF) {
17899 vport = phba->pport;
17900 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
17901 "2023 MDS Loopback %d bytes\n",
17902 bf_get(lpfc_rcqe_length,
17903 &dmabuf->cq_event.cqe.rcqe_cmpl));
17904 /* Handle MDS Loopback frames */
17905 lpfc_sli4_handle_mds_loopback(vport, dmabuf);
17906 return;
17907 }
17908
James Smart895427b2017-02-12 13:52:30 -080017909 /* d_id this frame is directed to */
17910 did = sli4_did_from_fc_hdr(fc_hdr);
17911
17912 vport = lpfc_fc_frame_to_vport(phba, fc_hdr, fcfi, did);
James Smart939723a2012-05-09 21:19:03 -040017913 if (!vport) {
James Smart4d9ab992009-10-02 15:16:39 -040017914 /* throw out the frame */
17915 lpfc_in_buf_free(phba, &dmabuf->dbuf);
17916 return;
17917 }
James Smart939723a2012-05-09 21:19:03 -040017918
James Smart939723a2012-05-09 21:19:03 -040017919 /* vport is registered unless we rcv a FLOGI directed to Fabric_DID */
17920 if (!(vport->vpi_state & LPFC_VPI_REGISTERED) &&
17921 (did != Fabric_DID)) {
17922 /*
17923 * Throw out the frame if we are not pt2pt.
17924 * The pt2pt protocol allows for discovery frames
17925 * to be received without a registered VPI.
17926 */
17927 if (!(vport->fc_flag & FC_PT2PT) ||
17928 (phba->link_state == LPFC_HBA_READY)) {
17929 lpfc_in_buf_free(phba, &dmabuf->dbuf);
17930 return;
17931 }
17932 }
17933
James Smart6669f9b2009-10-02 15:16:45 -040017934 /* Handle the basic abort sequence (BA_ABTS) event */
17935 if (fc_hdr->fh_r_ctl == FC_RCTL_BA_ABTS) {
17936 lpfc_sli4_handle_unsol_abort(vport, dmabuf);
17937 return;
17938 }
17939
James Smart4d9ab992009-10-02 15:16:39 -040017940 /* Link this frame */
17941 seq_dmabuf = lpfc_fc_frame_add(vport, dmabuf);
17942 if (!seq_dmabuf) {
17943 /* unable to add frame to vport - throw it out */
17944 lpfc_in_buf_free(phba, &dmabuf->dbuf);
17945 return;
17946 }
17947 /* If not last frame in sequence continue processing frames. */
James Smartdef9c7a2009-12-21 17:02:28 -050017948 if (!lpfc_seq_complete(seq_dmabuf))
James Smart4d9ab992009-10-02 15:16:39 -040017949 return;
James Smartdef9c7a2009-12-21 17:02:28 -050017950
James Smart6669f9b2009-10-02 15:16:45 -040017951 /* Send the complete sequence to the upper layer protocol */
17952 lpfc_sli4_send_seq_to_ulp(vport, seq_dmabuf);
James Smart4f774512009-05-22 14:52:35 -040017953}
James Smart6fb120a2009-05-22 14:52:59 -040017954
17955/**
17956 * lpfc_sli4_post_all_rpi_hdrs - Post the rpi header memory region to the port
17957 * @phba: pointer to lpfc hba data structure.
17958 *
17959 * This routine is invoked to post rpi header templates to the
17960 * HBA consistent with the SLI-4 interface spec. This routine
James Smart49198b32010-04-06 15:04:33 -040017961 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
17962 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6fb120a2009-05-22 14:52:59 -040017963 *
17964 * This routine does not require any locks. It's usage is expected
17965 * to be driver load or reset recovery when the driver is
17966 * sequential.
17967 *
17968 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020017969 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -040017970 * -EIO - The mailbox failed to complete successfully.
James Smart6fb120a2009-05-22 14:52:59 -040017971 * When this error occurs, the driver is not guaranteed
17972 * to have any rpi regions posted to the device and
17973 * must either attempt to repost the regions or take a
17974 * fatal error.
17975 **/
17976int
17977lpfc_sli4_post_all_rpi_hdrs(struct lpfc_hba *phba)
17978{
17979 struct lpfc_rpi_hdr *rpi_page;
17980 uint32_t rc = 0;
James Smart6d368e52011-05-24 11:44:12 -040017981 uint16_t lrpi = 0;
James Smart6fb120a2009-05-22 14:52:59 -040017982
James Smart6d368e52011-05-24 11:44:12 -040017983 /* SLI4 ports that support extents do not require RPI headers. */
17984 if (!phba->sli4_hba.rpi_hdrs_in_use)
17985 goto exit;
17986 if (phba->sli4_hba.extents_in_use)
17987 return -EIO;
17988
James Smart6fb120a2009-05-22 14:52:59 -040017989 list_for_each_entry(rpi_page, &phba->sli4_hba.lpfc_rpi_hdr_list, list) {
James Smart6d368e52011-05-24 11:44:12 -040017990 /*
17991 * Assign the rpi headers a physical rpi only if the driver
17992 * has not initialized those resources. A port reset only
17993 * needs the headers posted.
17994 */
17995 if (bf_get(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags) !=
17996 LPFC_RPI_RSRC_RDY)
17997 rpi_page->start_rpi = phba->sli4_hba.rpi_ids[lrpi];
17998
James Smart6fb120a2009-05-22 14:52:59 -040017999 rc = lpfc_sli4_post_rpi_hdr(phba, rpi_page);
18000 if (rc != MBX_SUCCESS) {
18001 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
18002 "2008 Error %d posting all rpi "
18003 "headers\n", rc);
18004 rc = -EIO;
18005 break;
18006 }
18007 }
18008
James Smart6d368e52011-05-24 11:44:12 -040018009 exit:
18010 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags,
18011 LPFC_RPI_RSRC_RDY);
James Smart6fb120a2009-05-22 14:52:59 -040018012 return rc;
18013}
18014
18015/**
18016 * lpfc_sli4_post_rpi_hdr - Post an rpi header memory region to the port
18017 * @phba: pointer to lpfc hba data structure.
18018 * @rpi_page: pointer to the rpi memory region.
18019 *
18020 * This routine is invoked to post a single rpi header to the
18021 * HBA consistent with the SLI-4 interface spec. This memory region
18022 * maps up to 64 rpi context regions.
18023 *
18024 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020018025 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -040018026 * -ENOMEM - No available memory
18027 * -EIO - The mailbox failed to complete successfully.
James Smart6fb120a2009-05-22 14:52:59 -040018028 **/
18029int
18030lpfc_sli4_post_rpi_hdr(struct lpfc_hba *phba, struct lpfc_rpi_hdr *rpi_page)
18031{
18032 LPFC_MBOXQ_t *mboxq;
18033 struct lpfc_mbx_post_hdr_tmpl *hdr_tmpl;
18034 uint32_t rc = 0;
James Smart6fb120a2009-05-22 14:52:59 -040018035 uint32_t shdr_status, shdr_add_status;
18036 union lpfc_sli4_cfg_shdr *shdr;
18037
James Smart6d368e52011-05-24 11:44:12 -040018038 /* SLI4 ports that support extents do not require RPI headers. */
18039 if (!phba->sli4_hba.rpi_hdrs_in_use)
18040 return rc;
18041 if (phba->sli4_hba.extents_in_use)
18042 return -EIO;
18043
James Smart6fb120a2009-05-22 14:52:59 -040018044 /* The port is notified of the header region via a mailbox command. */
18045 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
18046 if (!mboxq) {
18047 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
18048 "2001 Unable to allocate memory for issuing "
18049 "SLI_CONFIG_SPECIAL mailbox command\n");
18050 return -ENOMEM;
18051 }
18052
18053 /* Post all rpi memory regions to the port. */
18054 hdr_tmpl = &mboxq->u.mqe.un.hdr_tmpl;
James Smart6fb120a2009-05-22 14:52:59 -040018055 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
18056 LPFC_MBOX_OPCODE_FCOE_POST_HDR_TEMPLATE,
18057 sizeof(struct lpfc_mbx_post_hdr_tmpl) -
James Smartfedd3b72011-02-16 12:39:24 -050018058 sizeof(struct lpfc_sli4_cfg_mhdr),
18059 LPFC_SLI4_MBX_EMBED);
James Smart6d368e52011-05-24 11:44:12 -040018060
18061
18062 /* Post the physical rpi to the port for this rpi header. */
James Smart6fb120a2009-05-22 14:52:59 -040018063 bf_set(lpfc_mbx_post_hdr_tmpl_rpi_offset, hdr_tmpl,
18064 rpi_page->start_rpi);
James Smart6d368e52011-05-24 11:44:12 -040018065 bf_set(lpfc_mbx_post_hdr_tmpl_page_cnt,
18066 hdr_tmpl, rpi_page->page_count);
18067
James Smart6fb120a2009-05-22 14:52:59 -040018068 hdr_tmpl->rpi_paddr_lo = putPaddrLow(rpi_page->dmabuf->phys);
18069 hdr_tmpl->rpi_paddr_hi = putPaddrHigh(rpi_page->dmabuf->phys);
James Smartf1126682009-06-10 17:22:44 -040018070 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smart6fb120a2009-05-22 14:52:59 -040018071 shdr = (union lpfc_sli4_cfg_shdr *) &hdr_tmpl->header.cfg_shdr;
18072 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
18073 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
18074 if (rc != MBX_TIMEOUT)
18075 mempool_free(mboxq, phba->mbox_mem_pool);
18076 if (shdr_status || shdr_add_status || rc) {
18077 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
18078 "2514 POST_RPI_HDR mailbox failed with "
18079 "status x%x add_status x%x, mbx status x%x\n",
18080 shdr_status, shdr_add_status, rc);
18081 rc = -ENXIO;
James Smart845d9e82017-05-15 15:20:38 -070018082 } else {
18083 /*
18084 * The next_rpi stores the next logical module-64 rpi value used
18085 * to post physical rpis in subsequent rpi postings.
18086 */
18087 spin_lock_irq(&phba->hbalock);
18088 phba->sli4_hba.next_rpi = rpi_page->next_rpi;
18089 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -040018090 }
18091 return rc;
18092}
18093
18094/**
18095 * lpfc_sli4_alloc_rpi - Get an available rpi in the device's range
18096 * @phba: pointer to lpfc hba data structure.
18097 *
18098 * This routine is invoked to post rpi header templates to the
18099 * HBA consistent with the SLI-4 interface spec. This routine
James Smart49198b32010-04-06 15:04:33 -040018100 * posts a SLI4_PAGE_SIZE memory region to the port to hold up to
18101 * SLI4_PAGE_SIZE modulo 64 rpi context headers.
James Smart6fb120a2009-05-22 14:52:59 -040018102 *
18103 * Returns
André Goddard Rosaaf901ca2009-11-14 13:09:05 -020018104 * A nonzero rpi defined as rpi_base <= rpi < max_rpi if successful
James Smart6fb120a2009-05-22 14:52:59 -040018105 * LPFC_RPI_ALLOC_ERROR if no rpis are available.
18106 **/
18107int
18108lpfc_sli4_alloc_rpi(struct lpfc_hba *phba)
18109{
James Smart6d368e52011-05-24 11:44:12 -040018110 unsigned long rpi;
18111 uint16_t max_rpi, rpi_limit;
18112 uint16_t rpi_remaining, lrpi = 0;
James Smart6fb120a2009-05-22 14:52:59 -040018113 struct lpfc_rpi_hdr *rpi_hdr;
James Smart4902b382013-10-10 12:20:35 -040018114 unsigned long iflag;
James Smart6fb120a2009-05-22 14:52:59 -040018115
James Smart6fb120a2009-05-22 14:52:59 -040018116 /*
James Smart6d368e52011-05-24 11:44:12 -040018117 * Fetch the next logical rpi. Because this index is logical,
18118 * the driver starts at 0 each time.
James Smart6fb120a2009-05-22 14:52:59 -040018119 */
James Smart4902b382013-10-10 12:20:35 -040018120 spin_lock_irqsave(&phba->hbalock, iflag);
James Smartbe6bb942015-04-07 15:07:22 -040018121 max_rpi = phba->sli4_hba.max_cfg_param.max_rpi;
18122 rpi_limit = phba->sli4_hba.next_rpi;
18123
James Smart6d368e52011-05-24 11:44:12 -040018124 rpi = find_next_zero_bit(phba->sli4_hba.rpi_bmask, rpi_limit, 0);
18125 if (rpi >= rpi_limit)
James Smart6fb120a2009-05-22 14:52:59 -040018126 rpi = LPFC_RPI_ALLOC_ERROR;
18127 else {
18128 set_bit(rpi, phba->sli4_hba.rpi_bmask);
18129 phba->sli4_hba.max_cfg_param.rpi_used++;
18130 phba->sli4_hba.rpi_count++;
18131 }
James Smartbe6bb942015-04-07 15:07:22 -040018132 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
18133 "0001 rpi:%x max:%x lim:%x\n",
18134 (int) rpi, max_rpi, rpi_limit);
James Smart6fb120a2009-05-22 14:52:59 -040018135
18136 /*
18137 * Don't try to allocate more rpi header regions if the device limit
James Smart6d368e52011-05-24 11:44:12 -040018138 * has been exhausted.
James Smart6fb120a2009-05-22 14:52:59 -040018139 */
18140 if ((rpi == LPFC_RPI_ALLOC_ERROR) &&
18141 (phba->sli4_hba.rpi_count >= max_rpi)) {
James Smart4902b382013-10-10 12:20:35 -040018142 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart6fb120a2009-05-22 14:52:59 -040018143 return rpi;
18144 }
18145
18146 /*
James Smart6d368e52011-05-24 11:44:12 -040018147 * RPI header postings are not required for SLI4 ports capable of
18148 * extents.
18149 */
18150 if (!phba->sli4_hba.rpi_hdrs_in_use) {
James Smart4902b382013-10-10 12:20:35 -040018151 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart6d368e52011-05-24 11:44:12 -040018152 return rpi;
18153 }
18154
18155 /*
James Smart6fb120a2009-05-22 14:52:59 -040018156 * If the driver is running low on rpi resources, allocate another
18157 * page now. Note that the next_rpi value is used because
18158 * it represents how many are actually in use whereas max_rpi notes
18159 * how many are supported max by the device.
18160 */
James Smart6d368e52011-05-24 11:44:12 -040018161 rpi_remaining = phba->sli4_hba.next_rpi - phba->sli4_hba.rpi_count;
James Smart4902b382013-10-10 12:20:35 -040018162 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart6fb120a2009-05-22 14:52:59 -040018163 if (rpi_remaining < LPFC_RPI_LOW_WATER_MARK) {
18164 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba);
18165 if (!rpi_hdr) {
18166 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
18167 "2002 Error Could not grow rpi "
18168 "count\n");
18169 } else {
James Smart6d368e52011-05-24 11:44:12 -040018170 lrpi = rpi_hdr->start_rpi;
18171 rpi_hdr->start_rpi = phba->sli4_hba.rpi_ids[lrpi];
James Smart6fb120a2009-05-22 14:52:59 -040018172 lpfc_sli4_post_rpi_hdr(phba, rpi_hdr);
18173 }
18174 }
18175
18176 return rpi;
18177}
18178
18179/**
18180 * lpfc_sli4_free_rpi - Release an rpi for reuse.
18181 * @phba: pointer to lpfc hba data structure.
18182 *
18183 * This routine is invoked to release an rpi to the pool of
18184 * available rpis maintained by the driver.
18185 **/
Rashika Kheria5d8b8162014-09-03 12:55:04 -040018186static void
James Smartd7c47992010-06-08 18:31:54 -040018187__lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi)
18188{
18189 if (test_and_clear_bit(rpi, phba->sli4_hba.rpi_bmask)) {
18190 phba->sli4_hba.rpi_count--;
18191 phba->sli4_hba.max_cfg_param.rpi_used--;
James Smartb95b2112019-08-14 16:56:47 -070018192 } else {
18193 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
18194 "2016 rpi %x not inuse\n",
18195 rpi);
James Smartd7c47992010-06-08 18:31:54 -040018196 }
18197}
18198
18199/**
18200 * lpfc_sli4_free_rpi - Release an rpi for reuse.
18201 * @phba: pointer to lpfc hba data structure.
18202 *
18203 * This routine is invoked to release an rpi to the pool of
18204 * available rpis maintained by the driver.
18205 **/
18206void
James Smart6fb120a2009-05-22 14:52:59 -040018207lpfc_sli4_free_rpi(struct lpfc_hba *phba, int rpi)
18208{
18209 spin_lock_irq(&phba->hbalock);
James Smartd7c47992010-06-08 18:31:54 -040018210 __lpfc_sli4_free_rpi(phba, rpi);
James Smart6fb120a2009-05-22 14:52:59 -040018211 spin_unlock_irq(&phba->hbalock);
18212}
18213
18214/**
18215 * lpfc_sli4_remove_rpis - Remove the rpi bitmask region
18216 * @phba: pointer to lpfc hba data structure.
18217 *
18218 * This routine is invoked to remove the memory region that
18219 * provided rpi via a bitmask.
18220 **/
18221void
18222lpfc_sli4_remove_rpis(struct lpfc_hba *phba)
18223{
18224 kfree(phba->sli4_hba.rpi_bmask);
James Smart6d368e52011-05-24 11:44:12 -040018225 kfree(phba->sli4_hba.rpi_ids);
18226 bf_set(lpfc_rpi_rsrc_rdy, &phba->sli4_hba.sli4_flags, 0);
James Smart6fb120a2009-05-22 14:52:59 -040018227}
18228
18229/**
18230 * lpfc_sli4_resume_rpi - Remove the rpi bitmask region
18231 * @phba: pointer to lpfc hba data structure.
18232 *
18233 * This routine is invoked to remove the memory region that
18234 * provided rpi via a bitmask.
18235 **/
18236int
James Smart6b5151f2012-01-18 16:24:06 -050018237lpfc_sli4_resume_rpi(struct lpfc_nodelist *ndlp,
18238 void (*cmpl)(struct lpfc_hba *, LPFC_MBOXQ_t *), void *arg)
James Smart6fb120a2009-05-22 14:52:59 -040018239{
18240 LPFC_MBOXQ_t *mboxq;
18241 struct lpfc_hba *phba = ndlp->phba;
18242 int rc;
18243
18244 /* The port is notified of the header region via a mailbox command. */
18245 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
18246 if (!mboxq)
18247 return -ENOMEM;
18248
18249 /* Post all rpi memory regions to the port. */
18250 lpfc_resume_rpi(mboxq, ndlp);
James Smart6b5151f2012-01-18 16:24:06 -050018251 if (cmpl) {
18252 mboxq->mbox_cmpl = cmpl;
James Smart3e1f0712018-11-29 16:09:29 -080018253 mboxq->ctx_buf = arg;
18254 mboxq->ctx_ndlp = ndlp;
James Smart72859902012-01-18 16:25:38 -050018255 } else
18256 mboxq->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart6b5151f2012-01-18 16:24:06 -050018257 mboxq->vport = ndlp->vport;
James Smart6fb120a2009-05-22 14:52:59 -040018258 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
18259 if (rc == MBX_NOT_FINISHED) {
18260 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
18261 "2010 Resume RPI Mailbox failed "
18262 "status %d, mbxStatus x%x\n", rc,
18263 bf_get(lpfc_mqe_status, &mboxq->u.mqe));
18264 mempool_free(mboxq, phba->mbox_mem_pool);
18265 return -EIO;
18266 }
18267 return 0;
18268}
18269
18270/**
18271 * lpfc_sli4_init_vpi - Initialize a vpi with the port
James Smart76a95d72010-11-20 23:11:48 -050018272 * @vport: Pointer to the vport for which the vpi is being initialized
James Smart6fb120a2009-05-22 14:52:59 -040018273 *
James Smart76a95d72010-11-20 23:11:48 -050018274 * This routine is invoked to activate a vpi with the port.
James Smart6fb120a2009-05-22 14:52:59 -040018275 *
18276 * Returns:
18277 * 0 success
18278 * -Evalue otherwise
18279 **/
18280int
James Smart76a95d72010-11-20 23:11:48 -050018281lpfc_sli4_init_vpi(struct lpfc_vport *vport)
James Smart6fb120a2009-05-22 14:52:59 -040018282{
18283 LPFC_MBOXQ_t *mboxq;
18284 int rc = 0;
James Smart6a9c52c2009-10-02 15:16:51 -040018285 int retval = MBX_SUCCESS;
James Smart6fb120a2009-05-22 14:52:59 -040018286 uint32_t mbox_tmo;
James Smart76a95d72010-11-20 23:11:48 -050018287 struct lpfc_hba *phba = vport->phba;
James Smart6fb120a2009-05-22 14:52:59 -040018288 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
18289 if (!mboxq)
18290 return -ENOMEM;
James Smart76a95d72010-11-20 23:11:48 -050018291 lpfc_init_vpi(phba, mboxq, vport->vpi);
James Smarta183a152011-10-10 21:32:43 -040018292 mbox_tmo = lpfc_mbox_tmo_val(phba, mboxq);
James Smart6fb120a2009-05-22 14:52:59 -040018293 rc = lpfc_sli_issue_mbox_wait(phba, mboxq, mbox_tmo);
James Smart6fb120a2009-05-22 14:52:59 -040018294 if (rc != MBX_SUCCESS) {
James Smart76a95d72010-11-20 23:11:48 -050018295 lpfc_printf_vlog(vport, KERN_ERR, LOG_SLI,
James Smart6fb120a2009-05-22 14:52:59 -040018296 "2022 INIT VPI Mailbox failed "
18297 "status %d, mbxStatus x%x\n", rc,
18298 bf_get(lpfc_mqe_status, &mboxq->u.mqe));
James Smart6a9c52c2009-10-02 15:16:51 -040018299 retval = -EIO;
James Smart6fb120a2009-05-22 14:52:59 -040018300 }
James Smart6a9c52c2009-10-02 15:16:51 -040018301 if (rc != MBX_TIMEOUT)
James Smart76a95d72010-11-20 23:11:48 -050018302 mempool_free(mboxq, vport->phba->mbox_mem_pool);
James Smart6a9c52c2009-10-02 15:16:51 -040018303
18304 return retval;
James Smart6fb120a2009-05-22 14:52:59 -040018305}
18306
18307/**
18308 * lpfc_mbx_cmpl_add_fcf_record - add fcf mbox completion handler.
18309 * @phba: pointer to lpfc hba data structure.
18310 * @mboxq: Pointer to mailbox object.
18311 *
18312 * This routine is invoked to manually add a single FCF record. The caller
18313 * must pass a completely initialized FCF_Record. This routine takes
18314 * care of the nonembedded mailbox operations.
18315 **/
18316static void
18317lpfc_mbx_cmpl_add_fcf_record(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
18318{
18319 void *virt_addr;
18320 union lpfc_sli4_cfg_shdr *shdr;
18321 uint32_t shdr_status, shdr_add_status;
18322
18323 virt_addr = mboxq->sge_array->addr[0];
18324 /* The IOCTL status is embedded in the mailbox subheader. */
18325 shdr = (union lpfc_sli4_cfg_shdr *) virt_addr;
18326 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
18327 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
18328
18329 if ((shdr_status || shdr_add_status) &&
18330 (shdr_status != STATUS_FCF_IN_USE))
18331 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
18332 "2558 ADD_FCF_RECORD mailbox failed with "
18333 "status x%x add_status x%x\n",
18334 shdr_status, shdr_add_status);
18335
18336 lpfc_sli4_mbox_cmd_free(phba, mboxq);
18337}
18338
18339/**
18340 * lpfc_sli4_add_fcf_record - Manually add an FCF Record.
18341 * @phba: pointer to lpfc hba data structure.
18342 * @fcf_record: pointer to the initialized fcf record to add.
18343 *
18344 * This routine is invoked to manually add a single FCF record. The caller
18345 * must pass a completely initialized FCF_Record. This routine takes
18346 * care of the nonembedded mailbox operations.
18347 **/
18348int
18349lpfc_sli4_add_fcf_record(struct lpfc_hba *phba, struct fcf_record *fcf_record)
18350{
18351 int rc = 0;
18352 LPFC_MBOXQ_t *mboxq;
18353 uint8_t *bytep;
18354 void *virt_addr;
James Smart6fb120a2009-05-22 14:52:59 -040018355 struct lpfc_mbx_sge sge;
18356 uint32_t alloc_len, req_len;
18357 uint32_t fcfindex;
18358
18359 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
18360 if (!mboxq) {
18361 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
18362 "2009 Failed to allocate mbox for ADD_FCF cmd\n");
18363 return -ENOMEM;
18364 }
18365
18366 req_len = sizeof(struct fcf_record) + sizeof(union lpfc_sli4_cfg_shdr) +
18367 sizeof(uint32_t);
18368
18369 /* Allocate DMA memory and set up the non-embedded mailbox command */
18370 alloc_len = lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_FCOE,
18371 LPFC_MBOX_OPCODE_FCOE_ADD_FCF,
18372 req_len, LPFC_SLI4_MBX_NEMBED);
18373 if (alloc_len < req_len) {
18374 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
18375 "2523 Allocated DMA memory size (x%x) is "
18376 "less than the requested DMA memory "
18377 "size (x%x)\n", alloc_len, req_len);
18378 lpfc_sli4_mbox_cmd_free(phba, mboxq);
18379 return -ENOMEM;
18380 }
18381
18382 /*
18383 * Get the first SGE entry from the non-embedded DMA memory. This
18384 * routine only uses a single SGE.
18385 */
18386 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
James Smart6fb120a2009-05-22 14:52:59 -040018387 virt_addr = mboxq->sge_array->addr[0];
18388 /*
18389 * Configure the FCF record for FCFI 0. This is the driver's
18390 * hardcoded default and gets used in nonFIP mode.
18391 */
18392 fcfindex = bf_get(lpfc_fcf_record_fcf_index, fcf_record);
18393 bytep = virt_addr + sizeof(union lpfc_sli4_cfg_shdr);
18394 lpfc_sli_pcimem_bcopy(&fcfindex, bytep, sizeof(uint32_t));
18395
18396 /*
18397 * Copy the fcf_index and the FCF Record Data. The data starts after
18398 * the FCoE header plus word10. The data copy needs to be endian
18399 * correct.
18400 */
18401 bytep += sizeof(uint32_t);
18402 lpfc_sli_pcimem_bcopy(fcf_record, bytep, sizeof(struct fcf_record));
18403 mboxq->vport = phba->pport;
18404 mboxq->mbox_cmpl = lpfc_mbx_cmpl_add_fcf_record;
18405 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
18406 if (rc == MBX_NOT_FINISHED) {
18407 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
18408 "2515 ADD_FCF_RECORD mailbox failed with "
18409 "status 0x%x\n", rc);
18410 lpfc_sli4_mbox_cmd_free(phba, mboxq);
18411 rc = -EIO;
18412 } else
18413 rc = 0;
18414
18415 return rc;
18416}
18417
18418/**
18419 * lpfc_sli4_build_dflt_fcf_record - Build the driver's default FCF Record.
18420 * @phba: pointer to lpfc hba data structure.
18421 * @fcf_record: pointer to the fcf record to write the default data.
18422 * @fcf_index: FCF table entry index.
18423 *
18424 * This routine is invoked to build the driver's default FCF record. The
18425 * values used are hardcoded. This routine handles memory initialization.
18426 *
18427 **/
18428void
18429lpfc_sli4_build_dflt_fcf_record(struct lpfc_hba *phba,
18430 struct fcf_record *fcf_record,
18431 uint16_t fcf_index)
18432{
18433 memset(fcf_record, 0, sizeof(struct fcf_record));
18434 fcf_record->max_rcv_size = LPFC_FCOE_MAX_RCV_SIZE;
18435 fcf_record->fka_adv_period = LPFC_FCOE_FKA_ADV_PER;
18436 fcf_record->fip_priority = LPFC_FCOE_FIP_PRIORITY;
18437 bf_set(lpfc_fcf_record_mac_0, fcf_record, phba->fc_map[0]);
18438 bf_set(lpfc_fcf_record_mac_1, fcf_record, phba->fc_map[1]);
18439 bf_set(lpfc_fcf_record_mac_2, fcf_record, phba->fc_map[2]);
18440 bf_set(lpfc_fcf_record_mac_3, fcf_record, LPFC_FCOE_FCF_MAC3);
18441 bf_set(lpfc_fcf_record_mac_4, fcf_record, LPFC_FCOE_FCF_MAC4);
18442 bf_set(lpfc_fcf_record_mac_5, fcf_record, LPFC_FCOE_FCF_MAC5);
18443 bf_set(lpfc_fcf_record_fc_map_0, fcf_record, phba->fc_map[0]);
18444 bf_set(lpfc_fcf_record_fc_map_1, fcf_record, phba->fc_map[1]);
18445 bf_set(lpfc_fcf_record_fc_map_2, fcf_record, phba->fc_map[2]);
18446 bf_set(lpfc_fcf_record_fcf_valid, fcf_record, 1);
James Smart0c287582009-06-10 17:22:56 -040018447 bf_set(lpfc_fcf_record_fcf_avail, fcf_record, 1);
James Smart6fb120a2009-05-22 14:52:59 -040018448 bf_set(lpfc_fcf_record_fcf_index, fcf_record, fcf_index);
18449 bf_set(lpfc_fcf_record_mac_addr_prov, fcf_record,
18450 LPFC_FCF_FPMA | LPFC_FCF_SPMA);
18451 /* Set the VLAN bit map */
18452 if (phba->valid_vlan) {
18453 fcf_record->vlan_bitmap[phba->vlan_id / 8]
18454 = 1 << (phba->vlan_id % 8);
18455 }
18456}
18457
18458/**
James Smart0c9ab6f2010-02-26 14:15:57 -050018459 * lpfc_sli4_fcf_scan_read_fcf_rec - Read hba fcf record for fcf scan.
James Smart6fb120a2009-05-22 14:52:59 -040018460 * @phba: pointer to lpfc hba data structure.
18461 * @fcf_index: FCF table entry offset.
18462 *
James Smart0c9ab6f2010-02-26 14:15:57 -050018463 * This routine is invoked to scan the entire FCF table by reading FCF
18464 * record and processing it one at a time starting from the @fcf_index
18465 * for initial FCF discovery or fast FCF failover rediscovery.
18466 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030018467 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050018468 * otherwise.
James Smart6fb120a2009-05-22 14:52:59 -040018469 **/
18470int
James Smart0c9ab6f2010-02-26 14:15:57 -050018471lpfc_sli4_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -040018472{
18473 int rc = 0, error;
18474 LPFC_MBOXQ_t *mboxq;
James Smart6fb120a2009-05-22 14:52:59 -040018475
James Smart32b97932009-07-19 10:01:21 -040018476 phba->fcoe_eventtag_at_fcf_scan = phba->fcoe_eventtag;
James Smart80c17842012-03-01 22:35:45 -050018477 phba->fcoe_cvl_eventtag_attn = phba->fcoe_cvl_eventtag;
James Smart6fb120a2009-05-22 14:52:59 -040018478 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
18479 if (!mboxq) {
18480 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
18481 "2000 Failed to allocate mbox for "
18482 "READ_FCF cmd\n");
James Smart4d9ab992009-10-02 15:16:39 -040018483 error = -ENOMEM;
James Smart0c9ab6f2010-02-26 14:15:57 -050018484 goto fail_fcf_scan;
James Smart6fb120a2009-05-22 14:52:59 -040018485 }
James Smartecfd03c2010-02-12 14:41:27 -050018486 /* Construct the read FCF record mailbox command */
James Smart0c9ab6f2010-02-26 14:15:57 -050018487 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
James Smartecfd03c2010-02-12 14:41:27 -050018488 if (rc) {
18489 error = -EINVAL;
James Smart0c9ab6f2010-02-26 14:15:57 -050018490 goto fail_fcf_scan;
James Smart6fb120a2009-05-22 14:52:59 -040018491 }
James Smartecfd03c2010-02-12 14:41:27 -050018492 /* Issue the mailbox command asynchronously */
James Smart6fb120a2009-05-22 14:52:59 -040018493 mboxq->vport = phba->pport;
James Smart0c9ab6f2010-02-26 14:15:57 -050018494 mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_scan_read_fcf_rec;
James Smarta93ff372010-10-22 11:06:08 -040018495
18496 spin_lock_irq(&phba->hbalock);
18497 phba->hba_flag |= FCF_TS_INPROG;
18498 spin_unlock_irq(&phba->hbalock);
18499
James Smart6fb120a2009-05-22 14:52:59 -040018500 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
James Smartecfd03c2010-02-12 14:41:27 -050018501 if (rc == MBX_NOT_FINISHED)
James Smart6fb120a2009-05-22 14:52:59 -040018502 error = -EIO;
James Smartecfd03c2010-02-12 14:41:27 -050018503 else {
James Smart38b92ef2010-08-04 16:11:39 -040018504 /* Reset eligible FCF count for new scan */
18505 if (fcf_index == LPFC_FCOE_FCF_GET_FIRST)
James Smart999d8132010-03-15 11:24:56 -040018506 phba->fcf.eligible_fcf_cnt = 0;
James Smart6fb120a2009-05-22 14:52:59 -040018507 error = 0;
James Smart32b97932009-07-19 10:01:21 -040018508 }
James Smart0c9ab6f2010-02-26 14:15:57 -050018509fail_fcf_scan:
James Smart4d9ab992009-10-02 15:16:39 -040018510 if (error) {
18511 if (mboxq)
18512 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smarta93ff372010-10-22 11:06:08 -040018513 /* FCF scan failed, clear FCF_TS_INPROG flag */
James Smart4d9ab992009-10-02 15:16:39 -040018514 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -040018515 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart4d9ab992009-10-02 15:16:39 -040018516 spin_unlock_irq(&phba->hbalock);
18517 }
James Smart6fb120a2009-05-22 14:52:59 -040018518 return error;
18519}
James Smarta0c87cb2009-07-19 10:01:10 -040018520
18521/**
James Smarta93ff372010-10-22 11:06:08 -040018522 * lpfc_sli4_fcf_rr_read_fcf_rec - Read hba fcf record for roundrobin fcf.
James Smart0c9ab6f2010-02-26 14:15:57 -050018523 * @phba: pointer to lpfc hba data structure.
18524 * @fcf_index: FCF table entry offset.
18525 *
18526 * This routine is invoked to read an FCF record indicated by @fcf_index
James Smarta93ff372010-10-22 11:06:08 -040018527 * and to use it for FLOGI roundrobin FCF failover.
James Smart0c9ab6f2010-02-26 14:15:57 -050018528 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030018529 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050018530 * otherwise.
18531 **/
18532int
18533lpfc_sli4_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
18534{
18535 int rc = 0, error;
18536 LPFC_MBOXQ_t *mboxq;
18537
18538 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
18539 if (!mboxq) {
18540 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT,
18541 "2763 Failed to allocate mbox for "
18542 "READ_FCF cmd\n");
18543 error = -ENOMEM;
18544 goto fail_fcf_read;
18545 }
18546 /* Construct the read FCF record mailbox command */
18547 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
18548 if (rc) {
18549 error = -EINVAL;
18550 goto fail_fcf_read;
18551 }
18552 /* Issue the mailbox command asynchronously */
18553 mboxq->vport = phba->pport;
18554 mboxq->mbox_cmpl = lpfc_mbx_cmpl_fcf_rr_read_fcf_rec;
18555 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
18556 if (rc == MBX_NOT_FINISHED)
18557 error = -EIO;
18558 else
18559 error = 0;
18560
18561fail_fcf_read:
18562 if (error && mboxq)
18563 lpfc_sli4_mbox_cmd_free(phba, mboxq);
18564 return error;
18565}
18566
18567/**
18568 * lpfc_sli4_read_fcf_rec - Read hba fcf record for update eligible fcf bmask.
18569 * @phba: pointer to lpfc hba data structure.
18570 * @fcf_index: FCF table entry offset.
18571 *
18572 * This routine is invoked to read an FCF record indicated by @fcf_index to
James Smarta93ff372010-10-22 11:06:08 -040018573 * determine whether it's eligible for FLOGI roundrobin failover list.
James Smart0c9ab6f2010-02-26 14:15:57 -050018574 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -030018575 * Return 0 if the mailbox command is submitted successfully, none 0
James Smart0c9ab6f2010-02-26 14:15:57 -050018576 * otherwise.
18577 **/
18578int
18579lpfc_sli4_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
18580{
18581 int rc = 0, error;
18582 LPFC_MBOXQ_t *mboxq;
18583
18584 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
18585 if (!mboxq) {
18586 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_INIT,
18587 "2758 Failed to allocate mbox for "
18588 "READ_FCF cmd\n");
18589 error = -ENOMEM;
18590 goto fail_fcf_read;
18591 }
18592 /* Construct the read FCF record mailbox command */
18593 rc = lpfc_sli4_mbx_read_fcf_rec(phba, mboxq, fcf_index);
18594 if (rc) {
18595 error = -EINVAL;
18596 goto fail_fcf_read;
18597 }
18598 /* Issue the mailbox command asynchronously */
18599 mboxq->vport = phba->pport;
18600 mboxq->mbox_cmpl = lpfc_mbx_cmpl_read_fcf_rec;
18601 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
18602 if (rc == MBX_NOT_FINISHED)
18603 error = -EIO;
18604 else
18605 error = 0;
18606
18607fail_fcf_read:
18608 if (error && mboxq)
18609 lpfc_sli4_mbox_cmd_free(phba, mboxq);
18610 return error;
18611}
18612
18613/**
James Smartf5cb5302015-12-16 18:11:52 -050018614 * lpfc_check_next_fcf_pri_level
James Smart7d791df2011-07-22 18:37:52 -040018615 * phba pointer to the lpfc_hba struct for this port.
18616 * This routine is called from the lpfc_sli4_fcf_rr_next_index_get
18617 * routine when the rr_bmask is empty. The FCF indecies are put into the
18618 * rr_bmask based on their priority level. Starting from the highest priority
18619 * to the lowest. The most likely FCF candidate will be in the highest
18620 * priority group. When this routine is called it searches the fcf_pri list for
18621 * next lowest priority group and repopulates the rr_bmask with only those
18622 * fcf_indexes.
18623 * returns:
18624 * 1=success 0=failure
18625 **/
Rashika Kheria5d8b8162014-09-03 12:55:04 -040018626static int
James Smart7d791df2011-07-22 18:37:52 -040018627lpfc_check_next_fcf_pri_level(struct lpfc_hba *phba)
18628{
18629 uint16_t next_fcf_pri;
18630 uint16_t last_index;
18631 struct lpfc_fcf_pri *fcf_pri;
18632 int rc;
18633 int ret = 0;
18634
18635 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
18636 LPFC_SLI4_FCF_TBL_INDX_MAX);
18637 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
18638 "3060 Last IDX %d\n", last_index);
James Smart25626692013-03-01 16:36:54 -050018639
18640 /* Verify the priority list has 2 or more entries */
18641 spin_lock_irq(&phba->hbalock);
18642 if (list_empty(&phba->fcf.fcf_pri_list) ||
18643 list_is_singular(&phba->fcf.fcf_pri_list)) {
18644 spin_unlock_irq(&phba->hbalock);
James Smart7d791df2011-07-22 18:37:52 -040018645 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
18646 "3061 Last IDX %d\n", last_index);
18647 return 0; /* Empty rr list */
18648 }
James Smart25626692013-03-01 16:36:54 -050018649 spin_unlock_irq(&phba->hbalock);
18650
James Smart7d791df2011-07-22 18:37:52 -040018651 next_fcf_pri = 0;
18652 /*
18653 * Clear the rr_bmask and set all of the bits that are at this
18654 * priority.
18655 */
18656 memset(phba->fcf.fcf_rr_bmask, 0,
18657 sizeof(*phba->fcf.fcf_rr_bmask));
18658 spin_lock_irq(&phba->hbalock);
18659 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
18660 if (fcf_pri->fcf_rec.flag & LPFC_FCF_FLOGI_FAILED)
18661 continue;
18662 /*
18663 * the 1st priority that has not FLOGI failed
18664 * will be the highest.
18665 */
18666 if (!next_fcf_pri)
18667 next_fcf_pri = fcf_pri->fcf_rec.priority;
18668 spin_unlock_irq(&phba->hbalock);
18669 if (fcf_pri->fcf_rec.priority == next_fcf_pri) {
18670 rc = lpfc_sli4_fcf_rr_index_set(phba,
18671 fcf_pri->fcf_rec.fcf_index);
18672 if (rc)
18673 return 0;
18674 }
18675 spin_lock_irq(&phba->hbalock);
18676 }
18677 /*
18678 * if next_fcf_pri was not set above and the list is not empty then
18679 * we have failed flogis on all of them. So reset flogi failed
Anatol Pomozov4907cb72012-09-01 10:31:09 -070018680 * and start at the beginning.
James Smart7d791df2011-07-22 18:37:52 -040018681 */
18682 if (!next_fcf_pri && !list_empty(&phba->fcf.fcf_pri_list)) {
18683 list_for_each_entry(fcf_pri, &phba->fcf.fcf_pri_list, list) {
18684 fcf_pri->fcf_rec.flag &= ~LPFC_FCF_FLOGI_FAILED;
18685 /*
18686 * the 1st priority that has not FLOGI failed
18687 * will be the highest.
18688 */
18689 if (!next_fcf_pri)
18690 next_fcf_pri = fcf_pri->fcf_rec.priority;
18691 spin_unlock_irq(&phba->hbalock);
18692 if (fcf_pri->fcf_rec.priority == next_fcf_pri) {
18693 rc = lpfc_sli4_fcf_rr_index_set(phba,
18694 fcf_pri->fcf_rec.fcf_index);
18695 if (rc)
18696 return 0;
18697 }
18698 spin_lock_irq(&phba->hbalock);
18699 }
18700 } else
18701 ret = 1;
18702 spin_unlock_irq(&phba->hbalock);
18703
18704 return ret;
18705}
18706/**
James Smart0c9ab6f2010-02-26 14:15:57 -050018707 * lpfc_sli4_fcf_rr_next_index_get - Get next eligible fcf record index
18708 * @phba: pointer to lpfc hba data structure.
18709 *
18710 * This routine is to get the next eligible FCF record index in a round
18711 * robin fashion. If the next eligible FCF record index equals to the
James Smarta93ff372010-10-22 11:06:08 -040018712 * initial roundrobin FCF record index, LPFC_FCOE_FCF_NEXT_NONE (0xFFFF)
James Smart0c9ab6f2010-02-26 14:15:57 -050018713 * shall be returned, otherwise, the next eligible FCF record's index
18714 * shall be returned.
18715 **/
18716uint16_t
18717lpfc_sli4_fcf_rr_next_index_get(struct lpfc_hba *phba)
18718{
18719 uint16_t next_fcf_index;
18720
James Smart421c6622013-01-03 15:44:16 -050018721initial_priority:
James Smart3804dc82010-07-14 15:31:37 -040018722 /* Search start from next bit of currently registered FCF index */
James Smart421c6622013-01-03 15:44:16 -050018723 next_fcf_index = phba->fcf.current_rec.fcf_indx;
18724
James Smart7d791df2011-07-22 18:37:52 -040018725next_priority:
James Smart421c6622013-01-03 15:44:16 -050018726 /* Determine the next fcf index to check */
18727 next_fcf_index = (next_fcf_index + 1) % LPFC_SLI4_FCF_TBL_INDX_MAX;
James Smart0c9ab6f2010-02-26 14:15:57 -050018728 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
18729 LPFC_SLI4_FCF_TBL_INDX_MAX,
James Smart3804dc82010-07-14 15:31:37 -040018730 next_fcf_index);
18731
James Smart0c9ab6f2010-02-26 14:15:57 -050018732 /* Wrap around condition on phba->fcf.fcf_rr_bmask */
James Smart7d791df2011-07-22 18:37:52 -040018733 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
18734 /*
18735 * If we have wrapped then we need to clear the bits that
18736 * have been tested so that we can detect when we should
18737 * change the priority level.
18738 */
James Smart0c9ab6f2010-02-26 14:15:57 -050018739 next_fcf_index = find_next_bit(phba->fcf.fcf_rr_bmask,
18740 LPFC_SLI4_FCF_TBL_INDX_MAX, 0);
James Smart7d791df2011-07-22 18:37:52 -040018741 }
18742
James Smart0c9ab6f2010-02-26 14:15:57 -050018743
James Smart3804dc82010-07-14 15:31:37 -040018744 /* Check roundrobin failover list empty condition */
James Smart7d791df2011-07-22 18:37:52 -040018745 if (next_fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX ||
18746 next_fcf_index == phba->fcf.current_rec.fcf_indx) {
18747 /*
18748 * If next fcf index is not found check if there are lower
18749 * Priority level fcf's in the fcf_priority list.
18750 * Set up the rr_bmask with all of the avaiable fcf bits
18751 * at that level and continue the selection process.
18752 */
18753 if (lpfc_check_next_fcf_pri_level(phba))
James Smart421c6622013-01-03 15:44:16 -050018754 goto initial_priority;
James Smart3804dc82010-07-14 15:31:37 -040018755 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
18756 "2844 No roundrobin failover FCF available\n");
James Smart036cad12018-10-23 13:41:06 -070018757
18758 return LPFC_FCOE_FCF_NEXT_NONE;
James Smart3804dc82010-07-14 15:31:37 -040018759 }
18760
James Smart7d791df2011-07-22 18:37:52 -040018761 if (next_fcf_index < LPFC_SLI4_FCF_TBL_INDX_MAX &&
18762 phba->fcf.fcf_pri[next_fcf_index].fcf_rec.flag &
James Smartf5cb5302015-12-16 18:11:52 -050018763 LPFC_FCF_FLOGI_FAILED) {
18764 if (list_is_singular(&phba->fcf.fcf_pri_list))
18765 return LPFC_FCOE_FCF_NEXT_NONE;
18766
James Smart7d791df2011-07-22 18:37:52 -040018767 goto next_priority;
James Smartf5cb5302015-12-16 18:11:52 -050018768 }
James Smart7d791df2011-07-22 18:37:52 -040018769
James Smart3804dc82010-07-14 15:31:37 -040018770 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040018771 "2845 Get next roundrobin failover FCF (x%x)\n",
18772 next_fcf_index);
18773
James Smart0c9ab6f2010-02-26 14:15:57 -050018774 return next_fcf_index;
18775}
18776
18777/**
18778 * lpfc_sli4_fcf_rr_index_set - Set bmask with eligible fcf record index
18779 * @phba: pointer to lpfc hba data structure.
18780 *
18781 * This routine sets the FCF record index in to the eligible bmask for
James Smarta93ff372010-10-22 11:06:08 -040018782 * roundrobin failover search. It checks to make sure that the index
James Smart0c9ab6f2010-02-26 14:15:57 -050018783 * does not go beyond the range of the driver allocated bmask dimension
18784 * before setting the bit.
18785 *
18786 * Returns 0 if the index bit successfully set, otherwise, it returns
18787 * -EINVAL.
18788 **/
18789int
18790lpfc_sli4_fcf_rr_index_set(struct lpfc_hba *phba, uint16_t fcf_index)
18791{
18792 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
18793 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040018794 "2610 FCF (x%x) reached driver's book "
18795 "keeping dimension:x%x\n",
James Smart0c9ab6f2010-02-26 14:15:57 -050018796 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
18797 return -EINVAL;
18798 }
18799 /* Set the eligible FCF record index bmask */
18800 set_bit(fcf_index, phba->fcf.fcf_rr_bmask);
18801
James Smart3804dc82010-07-14 15:31:37 -040018802 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040018803 "2790 Set FCF (x%x) to roundrobin FCF failover "
James Smart3804dc82010-07-14 15:31:37 -040018804 "bmask\n", fcf_index);
18805
James Smart0c9ab6f2010-02-26 14:15:57 -050018806 return 0;
18807}
18808
18809/**
James Smart3804dc82010-07-14 15:31:37 -040018810 * lpfc_sli4_fcf_rr_index_clear - Clear bmask from eligible fcf record index
James Smart0c9ab6f2010-02-26 14:15:57 -050018811 * @phba: pointer to lpfc hba data structure.
18812 *
18813 * This routine clears the FCF record index from the eligible bmask for
James Smarta93ff372010-10-22 11:06:08 -040018814 * roundrobin failover search. It checks to make sure that the index
James Smart0c9ab6f2010-02-26 14:15:57 -050018815 * does not go beyond the range of the driver allocated bmask dimension
18816 * before clearing the bit.
18817 **/
18818void
18819lpfc_sli4_fcf_rr_index_clear(struct lpfc_hba *phba, uint16_t fcf_index)
18820{
James Smart9a803a72013-09-06 12:17:56 -040018821 struct lpfc_fcf_pri *fcf_pri, *fcf_pri_next;
James Smart0c9ab6f2010-02-26 14:15:57 -050018822 if (fcf_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
18823 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040018824 "2762 FCF (x%x) reached driver's book "
18825 "keeping dimension:x%x\n",
James Smart0c9ab6f2010-02-26 14:15:57 -050018826 fcf_index, LPFC_SLI4_FCF_TBL_INDX_MAX);
18827 return;
18828 }
18829 /* Clear the eligible FCF record index bmask */
James Smart7d791df2011-07-22 18:37:52 -040018830 spin_lock_irq(&phba->hbalock);
James Smart9a803a72013-09-06 12:17:56 -040018831 list_for_each_entry_safe(fcf_pri, fcf_pri_next, &phba->fcf.fcf_pri_list,
18832 list) {
James Smart7d791df2011-07-22 18:37:52 -040018833 if (fcf_pri->fcf_rec.fcf_index == fcf_index) {
18834 list_del_init(&fcf_pri->list);
18835 break;
18836 }
18837 }
18838 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050018839 clear_bit(fcf_index, phba->fcf.fcf_rr_bmask);
James Smart3804dc82010-07-14 15:31:37 -040018840
18841 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040018842 "2791 Clear FCF (x%x) from roundrobin failover "
James Smart3804dc82010-07-14 15:31:37 -040018843 "bmask\n", fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -050018844}
18845
18846/**
James Smartecfd03c2010-02-12 14:41:27 -050018847 * lpfc_mbx_cmpl_redisc_fcf_table - completion routine for rediscover FCF table
18848 * @phba: pointer to lpfc hba data structure.
18849 *
18850 * This routine is the completion routine for the rediscover FCF table mailbox
18851 * command. If the mailbox command returned failure, it will try to stop the
18852 * FCF rediscover wait timer.
18853 **/
Rashika Kheria5d8b8162014-09-03 12:55:04 -040018854static void
James Smartecfd03c2010-02-12 14:41:27 -050018855lpfc_mbx_cmpl_redisc_fcf_table(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox)
18856{
18857 struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf;
18858 uint32_t shdr_status, shdr_add_status;
18859
18860 redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl;
18861
18862 shdr_status = bf_get(lpfc_mbox_hdr_status,
18863 &redisc_fcf->header.cfg_shdr.response);
18864 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status,
18865 &redisc_fcf->header.cfg_shdr.response);
18866 if (shdr_status || shdr_add_status) {
James Smart0c9ab6f2010-02-26 14:15:57 -050018867 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartecfd03c2010-02-12 14:41:27 -050018868 "2746 Requesting for FCF rediscovery failed "
18869 "status x%x add_status x%x\n",
18870 shdr_status, shdr_add_status);
James Smart0c9ab6f2010-02-26 14:15:57 -050018871 if (phba->fcf.fcf_flag & FCF_ACVL_DISC) {
James Smartfc2b9892010-02-26 14:15:29 -050018872 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050018873 phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
James Smartfc2b9892010-02-26 14:15:29 -050018874 spin_unlock_irq(&phba->hbalock);
18875 /*
18876 * CVL event triggered FCF rediscover request failed,
18877 * last resort to re-try current registered FCF entry.
18878 */
18879 lpfc_retry_pport_discovery(phba);
18880 } else {
18881 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -050018882 phba->fcf.fcf_flag &= ~FCF_DEAD_DISC;
James Smartfc2b9892010-02-26 14:15:29 -050018883 spin_unlock_irq(&phba->hbalock);
18884 /*
18885 * DEAD FCF event triggered FCF rediscover request
18886 * failed, last resort to fail over as a link down
18887 * to FCF registration.
18888 */
18889 lpfc_sli4_fcf_dead_failthrough(phba);
18890 }
James Smart0c9ab6f2010-02-26 14:15:57 -050018891 } else {
18892 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -040018893 "2775 Start FCF rediscover quiescent timer\n");
James Smartecfd03c2010-02-12 14:41:27 -050018894 /*
18895 * Start FCF rediscovery wait timer for pending FCF
18896 * before rescan FCF record table.
18897 */
18898 lpfc_fcf_redisc_wait_start_timer(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -050018899 }
James Smartecfd03c2010-02-12 14:41:27 -050018900
18901 mempool_free(mbox, phba->mbox_mem_pool);
18902}
18903
18904/**
James Smart3804dc82010-07-14 15:31:37 -040018905 * lpfc_sli4_redisc_fcf_table - Request to rediscover entire FCF table by port.
James Smartecfd03c2010-02-12 14:41:27 -050018906 * @phba: pointer to lpfc hba data structure.
18907 *
18908 * This routine is invoked to request for rediscovery of the entire FCF table
18909 * by the port.
18910 **/
18911int
18912lpfc_sli4_redisc_fcf_table(struct lpfc_hba *phba)
18913{
18914 LPFC_MBOXQ_t *mbox;
18915 struct lpfc_mbx_redisc_fcf_tbl *redisc_fcf;
18916 int rc, length;
18917
James Smart0c9ab6f2010-02-26 14:15:57 -050018918 /* Cancel retry delay timers to all vports before FCF rediscover */
18919 lpfc_cancel_all_vport_retry_delay_timer(phba);
18920
James Smartecfd03c2010-02-12 14:41:27 -050018921 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
18922 if (!mbox) {
18923 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
18924 "2745 Failed to allocate mbox for "
18925 "requesting FCF rediscover.\n");
18926 return -ENOMEM;
18927 }
18928
18929 length = (sizeof(struct lpfc_mbx_redisc_fcf_tbl) -
18930 sizeof(struct lpfc_sli4_cfg_mhdr));
18931 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_FCOE,
18932 LPFC_MBOX_OPCODE_FCOE_REDISCOVER_FCF,
18933 length, LPFC_SLI4_MBX_EMBED);
18934
18935 redisc_fcf = &mbox->u.mqe.un.redisc_fcf_tbl;
18936 /* Set count to 0 for invalidating the entire FCF database */
18937 bf_set(lpfc_mbx_redisc_fcf_count, redisc_fcf, 0);
18938
18939 /* Issue the mailbox command asynchronously */
18940 mbox->vport = phba->pport;
18941 mbox->mbox_cmpl = lpfc_mbx_cmpl_redisc_fcf_table;
18942 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
18943
18944 if (rc == MBX_NOT_FINISHED) {
18945 mempool_free(mbox, phba->mbox_mem_pool);
18946 return -EIO;
18947 }
18948 return 0;
18949}
18950
18951/**
James Smartfc2b9892010-02-26 14:15:29 -050018952 * lpfc_sli4_fcf_dead_failthrough - Failthrough routine to fcf dead event
18953 * @phba: pointer to lpfc hba data structure.
18954 *
18955 * This function is the failover routine as a last resort to the FCF DEAD
18956 * event when driver failed to perform fast FCF failover.
18957 **/
18958void
18959lpfc_sli4_fcf_dead_failthrough(struct lpfc_hba *phba)
18960{
18961 uint32_t link_state;
18962
18963 /*
18964 * Last resort as FCF DEAD event failover will treat this as
18965 * a link down, but save the link state because we don't want
18966 * it to be changed to Link Down unless it is already down.
18967 */
18968 link_state = phba->link_state;
18969 lpfc_linkdown(phba);
18970 phba->link_state = link_state;
18971
18972 /* Unregister FCF if no devices connected to it */
18973 lpfc_unregister_unused_fcf(phba);
18974}
18975
18976/**
James Smart026abb82011-12-13 13:20:45 -050018977 * lpfc_sli_get_config_region23 - Get sli3 port region 23 data.
James Smarta0c87cb2009-07-19 10:01:10 -040018978 * @phba: pointer to lpfc hba data structure.
James Smart026abb82011-12-13 13:20:45 -050018979 * @rgn23_data: pointer to configure region 23 data.
James Smarta0c87cb2009-07-19 10:01:10 -040018980 *
James Smart026abb82011-12-13 13:20:45 -050018981 * This function gets SLI3 port configure region 23 data through memory dump
18982 * mailbox command. When it successfully retrieves data, the size of the data
18983 * will be returned, otherwise, 0 will be returned.
James Smarta0c87cb2009-07-19 10:01:10 -040018984 **/
James Smart026abb82011-12-13 13:20:45 -050018985static uint32_t
18986lpfc_sli_get_config_region23(struct lpfc_hba *phba, char *rgn23_data)
James Smarta0c87cb2009-07-19 10:01:10 -040018987{
18988 LPFC_MBOXQ_t *pmb = NULL;
18989 MAILBOX_t *mb;
James Smart026abb82011-12-13 13:20:45 -050018990 uint32_t offset = 0;
James Smarta0c87cb2009-07-19 10:01:10 -040018991 int rc;
18992
James Smart026abb82011-12-13 13:20:45 -050018993 if (!rgn23_data)
18994 return 0;
18995
James Smarta0c87cb2009-07-19 10:01:10 -040018996 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
18997 if (!pmb) {
18998 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart026abb82011-12-13 13:20:45 -050018999 "2600 failed to allocate mailbox memory\n");
19000 return 0;
James Smarta0c87cb2009-07-19 10:01:10 -040019001 }
19002 mb = &pmb->u.mb;
19003
James Smarta0c87cb2009-07-19 10:01:10 -040019004 do {
19005 lpfc_dump_mem(phba, pmb, offset, DMP_REGION_23);
19006 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
19007
19008 if (rc != MBX_SUCCESS) {
19009 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smart026abb82011-12-13 13:20:45 -050019010 "2601 failed to read config "
19011 "region 23, rc 0x%x Status 0x%x\n",
19012 rc, mb->mbxStatus);
James Smarta0c87cb2009-07-19 10:01:10 -040019013 mb->un.varDmp.word_cnt = 0;
19014 }
19015 /*
19016 * dump mem may return a zero when finished or we got a
19017 * mailbox error, either way we are done.
19018 */
19019 if (mb->un.varDmp.word_cnt == 0)
19020 break;
19021 if (mb->un.varDmp.word_cnt > DMP_RGN23_SIZE - offset)
19022 mb->un.varDmp.word_cnt = DMP_RGN23_SIZE - offset;
19023
19024 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
James Smart026abb82011-12-13 13:20:45 -050019025 rgn23_data + offset,
19026 mb->un.varDmp.word_cnt);
James Smarta0c87cb2009-07-19 10:01:10 -040019027 offset += mb->un.varDmp.word_cnt;
19028 } while (mb->un.varDmp.word_cnt && offset < DMP_RGN23_SIZE);
19029
James Smart026abb82011-12-13 13:20:45 -050019030 mempool_free(pmb, phba->mbox_mem_pool);
19031 return offset;
19032}
19033
19034/**
19035 * lpfc_sli4_get_config_region23 - Get sli4 port region 23 data.
19036 * @phba: pointer to lpfc hba data structure.
19037 * @rgn23_data: pointer to configure region 23 data.
19038 *
19039 * This function gets SLI4 port configure region 23 data through memory dump
19040 * mailbox command. When it successfully retrieves data, the size of the data
19041 * will be returned, otherwise, 0 will be returned.
19042 **/
19043static uint32_t
19044lpfc_sli4_get_config_region23(struct lpfc_hba *phba, char *rgn23_data)
19045{
19046 LPFC_MBOXQ_t *mboxq = NULL;
19047 struct lpfc_dmabuf *mp = NULL;
19048 struct lpfc_mqe *mqe;
19049 uint32_t data_length = 0;
19050 int rc;
19051
19052 if (!rgn23_data)
19053 return 0;
19054
19055 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
19056 if (!mboxq) {
19057 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
19058 "3105 failed to allocate mailbox memory\n");
19059 return 0;
19060 }
19061
19062 if (lpfc_sli4_dump_cfg_rg23(phba, mboxq))
19063 goto out;
19064 mqe = &mboxq->u.mqe;
James Smart3e1f0712018-11-29 16:09:29 -080019065 mp = (struct lpfc_dmabuf *)mboxq->ctx_buf;
James Smart026abb82011-12-13 13:20:45 -050019066 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
19067 if (rc)
19068 goto out;
19069 data_length = mqe->un.mb_words[5];
19070 if (data_length == 0)
19071 goto out;
19072 if (data_length > DMP_RGN23_SIZE) {
19073 data_length = 0;
19074 goto out;
19075 }
19076 lpfc_sli_pcimem_bcopy((char *)mp->virt, rgn23_data, data_length);
19077out:
19078 mempool_free(mboxq, phba->mbox_mem_pool);
19079 if (mp) {
19080 lpfc_mbuf_free(phba, mp->virt, mp->phys);
19081 kfree(mp);
19082 }
19083 return data_length;
19084}
19085
19086/**
19087 * lpfc_sli_read_link_ste - Read region 23 to decide if link is disabled.
19088 * @phba: pointer to lpfc hba data structure.
19089 *
19090 * This function read region 23 and parse TLV for port status to
19091 * decide if the user disaled the port. If the TLV indicates the
19092 * port is disabled, the hba_flag is set accordingly.
19093 **/
19094void
19095lpfc_sli_read_link_ste(struct lpfc_hba *phba)
19096{
19097 uint8_t *rgn23_data = NULL;
19098 uint32_t if_type, data_size, sub_tlv_len, tlv_offset;
19099 uint32_t offset = 0;
19100
19101 /* Get adapter Region 23 data */
19102 rgn23_data = kzalloc(DMP_RGN23_SIZE, GFP_KERNEL);
19103 if (!rgn23_data)
19104 goto out;
19105
19106 if (phba->sli_rev < LPFC_SLI_REV4)
19107 data_size = lpfc_sli_get_config_region23(phba, rgn23_data);
19108 else {
19109 if_type = bf_get(lpfc_sli_intf_if_type,
19110 &phba->sli4_hba.sli_intf);
19111 if (if_type == LPFC_SLI_INTF_IF_TYPE_0)
19112 goto out;
19113 data_size = lpfc_sli4_get_config_region23(phba, rgn23_data);
19114 }
James Smarta0c87cb2009-07-19 10:01:10 -040019115
19116 if (!data_size)
19117 goto out;
19118
19119 /* Check the region signature first */
19120 if (memcmp(&rgn23_data[offset], LPFC_REGION23_SIGNATURE, 4)) {
19121 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
19122 "2619 Config region 23 has bad signature\n");
19123 goto out;
19124 }
19125 offset += 4;
19126
19127 /* Check the data structure version */
19128 if (rgn23_data[offset] != LPFC_REGION23_VERSION) {
19129 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
19130 "2620 Config region 23 has bad version\n");
19131 goto out;
19132 }
19133 offset += 4;
19134
19135 /* Parse TLV entries in the region */
19136 while (offset < data_size) {
19137 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC)
19138 break;
19139 /*
19140 * If the TLV is not driver specific TLV or driver id is
19141 * not linux driver id, skip the record.
19142 */
19143 if ((rgn23_data[offset] != DRIVER_SPECIFIC_TYPE) ||
19144 (rgn23_data[offset + 2] != LINUX_DRIVER_ID) ||
19145 (rgn23_data[offset + 3] != 0)) {
19146 offset += rgn23_data[offset + 1] * 4 + 4;
19147 continue;
19148 }
19149
19150 /* Driver found a driver specific TLV in the config region */
19151 sub_tlv_len = rgn23_data[offset + 1] * 4;
19152 offset += 4;
19153 tlv_offset = 0;
19154
19155 /*
19156 * Search for configured port state sub-TLV.
19157 */
19158 while ((offset < data_size) &&
19159 (tlv_offset < sub_tlv_len)) {
19160 if (rgn23_data[offset] == LPFC_REGION23_LAST_REC) {
19161 offset += 4;
19162 tlv_offset += 4;
19163 break;
19164 }
19165 if (rgn23_data[offset] != PORT_STE_TYPE) {
19166 offset += rgn23_data[offset + 1] * 4 + 4;
19167 tlv_offset += rgn23_data[offset + 1] * 4 + 4;
19168 continue;
19169 }
19170
19171 /* This HBA contains PORT_STE configured */
19172 if (!rgn23_data[offset + 2])
19173 phba->hba_flag |= LINK_DISABLED;
19174
19175 goto out;
19176 }
19177 }
James Smart026abb82011-12-13 13:20:45 -050019178
James Smarta0c87cb2009-07-19 10:01:10 -040019179out:
James Smarta0c87cb2009-07-19 10:01:10 -040019180 kfree(rgn23_data);
19181 return;
19182}
James Smart695a8142010-01-26 23:08:03 -050019183
19184/**
James Smart52d52442011-05-24 11:42:45 -040019185 * lpfc_wr_object - write an object to the firmware
19186 * @phba: HBA structure that indicates port to create a queue on.
19187 * @dmabuf_list: list of dmabufs to write to the port.
19188 * @size: the total byte value of the objects to write to the port.
19189 * @offset: the current offset to be used to start the transfer.
19190 *
19191 * This routine will create a wr_object mailbox command to send to the port.
19192 * the mailbox command will be constructed using the dma buffers described in
19193 * @dmabuf_list to create a list of BDEs. This routine will fill in as many
19194 * BDEs that the imbedded mailbox can support. The @offset variable will be
19195 * used to indicate the starting offset of the transfer and will also return
19196 * the offset after the write object mailbox has completed. @size is used to
19197 * determine the end of the object and whether the eof bit should be set.
19198 *
19199 * Return 0 is successful and offset will contain the the new offset to use
19200 * for the next write.
19201 * Return negative value for error cases.
19202 **/
19203int
19204lpfc_wr_object(struct lpfc_hba *phba, struct list_head *dmabuf_list,
19205 uint32_t size, uint32_t *offset)
19206{
19207 struct lpfc_mbx_wr_object *wr_object;
19208 LPFC_MBOXQ_t *mbox;
19209 int rc = 0, i = 0;
James Smart50212672018-12-13 15:17:57 -080019210 uint32_t shdr_status, shdr_add_status, shdr_change_status;
James Smart52d52442011-05-24 11:42:45 -040019211 uint32_t mbox_tmo;
James Smart52d52442011-05-24 11:42:45 -040019212 struct lpfc_dmabuf *dmabuf;
19213 uint32_t written = 0;
James Smart50212672018-12-13 15:17:57 -080019214 bool check_change_status = false;
James Smart52d52442011-05-24 11:42:45 -040019215
19216 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
19217 if (!mbox)
19218 return -ENOMEM;
19219
19220 lpfc_sli4_config(phba, mbox, LPFC_MBOX_SUBSYSTEM_COMMON,
19221 LPFC_MBOX_OPCODE_WRITE_OBJECT,
19222 sizeof(struct lpfc_mbx_wr_object) -
19223 sizeof(struct lpfc_sli4_cfg_mhdr), LPFC_SLI4_MBX_EMBED);
19224
19225 wr_object = (struct lpfc_mbx_wr_object *)&mbox->u.mqe.un.wr_object;
19226 wr_object->u.request.write_offset = *offset;
19227 sprintf((uint8_t *)wr_object->u.request.object_name, "/");
19228 wr_object->u.request.object_name[0] =
19229 cpu_to_le32(wr_object->u.request.object_name[0]);
19230 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 0);
19231 list_for_each_entry(dmabuf, dmabuf_list, list) {
19232 if (i >= LPFC_MBX_WR_CONFIG_MAX_BDE || written >= size)
19233 break;
19234 wr_object->u.request.bde[i].addrLow = putPaddrLow(dmabuf->phys);
19235 wr_object->u.request.bde[i].addrHigh =
19236 putPaddrHigh(dmabuf->phys);
19237 if (written + SLI4_PAGE_SIZE >= size) {
19238 wr_object->u.request.bde[i].tus.f.bdeSize =
19239 (size - written);
19240 written += (size - written);
19241 bf_set(lpfc_wr_object_eof, &wr_object->u.request, 1);
James Smart50212672018-12-13 15:17:57 -080019242 bf_set(lpfc_wr_object_eas, &wr_object->u.request, 1);
19243 check_change_status = true;
James Smart52d52442011-05-24 11:42:45 -040019244 } else {
19245 wr_object->u.request.bde[i].tus.f.bdeSize =
19246 SLI4_PAGE_SIZE;
19247 written += SLI4_PAGE_SIZE;
19248 }
19249 i++;
19250 }
19251 wr_object->u.request.bde_count = i;
19252 bf_set(lpfc_wr_object_write_length, &wr_object->u.request, written);
19253 if (!phba->sli4_hba.intr_enable)
19254 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_POLL);
19255 else {
James Smarta183a152011-10-10 21:32:43 -040019256 mbox_tmo = lpfc_mbox_tmo_val(phba, mbox);
James Smart52d52442011-05-24 11:42:45 -040019257 rc = lpfc_sli_issue_mbox_wait(phba, mbox, mbox_tmo);
19258 }
19259 /* The IOCTL status is embedded in the mailbox subheader. */
James Smart50212672018-12-13 15:17:57 -080019260 shdr_status = bf_get(lpfc_mbox_hdr_status,
19261 &wr_object->header.cfg_shdr.response);
19262 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status,
19263 &wr_object->header.cfg_shdr.response);
19264 if (check_change_status) {
19265 shdr_change_status = bf_get(lpfc_wr_object_change_status,
19266 &wr_object->u.response);
19267 switch (shdr_change_status) {
19268 case (LPFC_CHANGE_STATUS_PHYS_DEV_RESET):
19269 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
19270 "3198 Firmware write complete: System "
19271 "reboot required to instantiate\n");
19272 break;
19273 case (LPFC_CHANGE_STATUS_FW_RESET):
19274 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
19275 "3199 Firmware write complete: Firmware"
19276 " reset required to instantiate\n");
19277 break;
19278 case (LPFC_CHANGE_STATUS_PORT_MIGRATION):
19279 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
19280 "3200 Firmware write complete: Port "
19281 "Migration or PCI Reset required to "
19282 "instantiate\n");
19283 break;
19284 case (LPFC_CHANGE_STATUS_PCI_RESET):
19285 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
19286 "3201 Firmware write complete: PCI "
19287 "Reset required to instantiate\n");
19288 break;
19289 default:
19290 break;
19291 }
19292 }
James Smart52d52442011-05-24 11:42:45 -040019293 if (rc != MBX_TIMEOUT)
19294 mempool_free(mbox, phba->mbox_mem_pool);
19295 if (shdr_status || shdr_add_status || rc) {
19296 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
19297 "3025 Write Object mailbox failed with "
19298 "status x%x add_status x%x, mbx status x%x\n",
19299 shdr_status, shdr_add_status, rc);
19300 rc = -ENXIO;
James Smart1feb8202018-02-22 08:18:47 -080019301 *offset = shdr_add_status;
James Smart52d52442011-05-24 11:42:45 -040019302 } else
19303 *offset += wr_object->u.response.actual_write_length;
19304 return rc;
19305}
19306
19307/**
James Smart695a8142010-01-26 23:08:03 -050019308 * lpfc_cleanup_pending_mbox - Free up vport discovery mailbox commands.
19309 * @vport: pointer to vport data structure.
19310 *
19311 * This function iterate through the mailboxq and clean up all REG_LOGIN
19312 * and REG_VPI mailbox commands associated with the vport. This function
19313 * is called when driver want to restart discovery of the vport due to
19314 * a Clear Virtual Link event.
19315 **/
19316void
19317lpfc_cleanup_pending_mbox(struct lpfc_vport *vport)
19318{
19319 struct lpfc_hba *phba = vport->phba;
19320 LPFC_MBOXQ_t *mb, *nextmb;
19321 struct lpfc_dmabuf *mp;
James Smart78730cf2010-04-06 15:06:30 -040019322 struct lpfc_nodelist *ndlp;
James Smartd439d282010-09-29 11:18:45 -040019323 struct lpfc_nodelist *act_mbx_ndlp = NULL;
James Smart589a52d2010-07-14 15:30:54 -040019324 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartd439d282010-09-29 11:18:45 -040019325 LIST_HEAD(mbox_cmd_list);
James Smart63e801c2010-11-20 23:14:19 -050019326 uint8_t restart_loop;
James Smart695a8142010-01-26 23:08:03 -050019327
James Smartd439d282010-09-29 11:18:45 -040019328 /* Clean up internally queued mailbox commands with the vport */
James Smart695a8142010-01-26 23:08:03 -050019329 spin_lock_irq(&phba->hbalock);
19330 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
19331 if (mb->vport != vport)
19332 continue;
19333
19334 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) &&
19335 (mb->u.mb.mbxCommand != MBX_REG_VPI))
19336 continue;
19337
James Smartd439d282010-09-29 11:18:45 -040019338 list_del(&mb->list);
19339 list_add_tail(&mb->list, &mbox_cmd_list);
19340 }
19341 /* Clean up active mailbox command with the vport */
19342 mb = phba->sli.mbox_active;
19343 if (mb && (mb->vport == vport)) {
19344 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) ||
19345 (mb->u.mb.mbxCommand == MBX_REG_VPI))
19346 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
19347 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
James Smart3e1f0712018-11-29 16:09:29 -080019348 act_mbx_ndlp = (struct lpfc_nodelist *)mb->ctx_ndlp;
James Smartd439d282010-09-29 11:18:45 -040019349 /* Put reference count for delayed processing */
19350 act_mbx_ndlp = lpfc_nlp_get(act_mbx_ndlp);
19351 /* Unregister the RPI when mailbox complete */
19352 mb->mbox_flag |= LPFC_MBX_IMED_UNREG;
19353 }
19354 }
James Smart63e801c2010-11-20 23:14:19 -050019355 /* Cleanup any mailbox completions which are not yet processed */
19356 do {
19357 restart_loop = 0;
19358 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
19359 /*
19360 * If this mailox is already processed or it is
19361 * for another vport ignore it.
19362 */
19363 if ((mb->vport != vport) ||
19364 (mb->mbox_flag & LPFC_MBX_IMED_UNREG))
19365 continue;
19366
19367 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) &&
19368 (mb->u.mb.mbxCommand != MBX_REG_VPI))
19369 continue;
19370
19371 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
19372 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
James Smart3e1f0712018-11-29 16:09:29 -080019373 ndlp = (struct lpfc_nodelist *)mb->ctx_ndlp;
James Smart63e801c2010-11-20 23:14:19 -050019374 /* Unregister the RPI when mailbox complete */
19375 mb->mbox_flag |= LPFC_MBX_IMED_UNREG;
19376 restart_loop = 1;
19377 spin_unlock_irq(&phba->hbalock);
19378 spin_lock(shost->host_lock);
19379 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
19380 spin_unlock(shost->host_lock);
19381 spin_lock_irq(&phba->hbalock);
19382 break;
19383 }
19384 }
19385 } while (restart_loop);
19386
James Smartd439d282010-09-29 11:18:45 -040019387 spin_unlock_irq(&phba->hbalock);
19388
19389 /* Release the cleaned-up mailbox commands */
19390 while (!list_empty(&mbox_cmd_list)) {
19391 list_remove_head(&mbox_cmd_list, mb, LPFC_MBOXQ_t, list);
James Smart695a8142010-01-26 23:08:03 -050019392 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) {
James Smart3e1f0712018-11-29 16:09:29 -080019393 mp = (struct lpfc_dmabuf *)(mb->ctx_buf);
James Smart695a8142010-01-26 23:08:03 -050019394 if (mp) {
19395 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
19396 kfree(mp);
19397 }
James Smart3e1f0712018-11-29 16:09:29 -080019398 mb->ctx_buf = NULL;
19399 ndlp = (struct lpfc_nodelist *)mb->ctx_ndlp;
19400 mb->ctx_ndlp = NULL;
James Smart78730cf2010-04-06 15:06:30 -040019401 if (ndlp) {
Dan Carpenterec21b3b2010-08-08 00:15:17 +020019402 spin_lock(shost->host_lock);
James Smart589a52d2010-07-14 15:30:54 -040019403 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
Dan Carpenterec21b3b2010-08-08 00:15:17 +020019404 spin_unlock(shost->host_lock);
James Smart78730cf2010-04-06 15:06:30 -040019405 lpfc_nlp_put(ndlp);
James Smart78730cf2010-04-06 15:06:30 -040019406 }
James Smart695a8142010-01-26 23:08:03 -050019407 }
James Smart695a8142010-01-26 23:08:03 -050019408 mempool_free(mb, phba->mbox_mem_pool);
19409 }
James Smartd439d282010-09-29 11:18:45 -040019410
19411 /* Release the ndlp with the cleaned-up active mailbox command */
19412 if (act_mbx_ndlp) {
19413 spin_lock(shost->host_lock);
19414 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
19415 spin_unlock(shost->host_lock);
19416 lpfc_nlp_put(act_mbx_ndlp);
James Smart695a8142010-01-26 23:08:03 -050019417 }
James Smart695a8142010-01-26 23:08:03 -050019418}
19419
James Smart2a9bf3d2010-06-07 15:24:45 -040019420/**
19421 * lpfc_drain_txq - Drain the txq
19422 * @phba: Pointer to HBA context object.
19423 *
19424 * This function attempt to submit IOCBs on the txq
19425 * to the adapter. For SLI4 adapters, the txq contains
19426 * ELS IOCBs that have been deferred because the there
19427 * are no SGLs. This congestion can occur with large
19428 * vport counts during node discovery.
19429 **/
19430
19431uint32_t
19432lpfc_drain_txq(struct lpfc_hba *phba)
19433{
19434 LIST_HEAD(completions);
James Smart895427b2017-02-12 13:52:30 -080019435 struct lpfc_sli_ring *pring;
Daeseok Youn2e706372014-02-21 09:03:32 +090019436 struct lpfc_iocbq *piocbq = NULL;
James Smart2a9bf3d2010-06-07 15:24:45 -040019437 unsigned long iflags = 0;
19438 char *fail_msg = NULL;
19439 struct lpfc_sglq *sglq;
James Smart205e8242018-03-05 12:04:03 -080019440 union lpfc_wqe128 wqe;
James Smarta2fc4aef2014-09-03 12:57:55 -040019441 uint32_t txq_cnt = 0;
James Smartdc19e3b2018-05-24 21:08:57 -070019442 struct lpfc_queue *wq;
James Smart2a9bf3d2010-06-07 15:24:45 -040019443
James Smartdc19e3b2018-05-24 21:08:57 -070019444 if (phba->link_flag & LS_MDS_LOOPBACK) {
19445 /* MDS WQE are posted only to first WQ*/
James Smartc00f62e2019-08-14 16:57:11 -070019446 wq = phba->sli4_hba.hdwq[0].io_wq;
James Smartdc19e3b2018-05-24 21:08:57 -070019447 if (unlikely(!wq))
19448 return 0;
19449 pring = wq->pring;
19450 } else {
19451 wq = phba->sli4_hba.els_wq;
19452 if (unlikely(!wq))
19453 return 0;
19454 pring = lpfc_phba_elsring(phba);
19455 }
19456
19457 if (unlikely(!pring) || list_empty(&pring->txq))
Dick Kennedy1234a6d2017-09-29 17:34:29 -070019458 return 0;
James Smart895427b2017-02-12 13:52:30 -080019459
James Smart398d81c2013-05-31 17:04:19 -040019460 spin_lock_irqsave(&pring->ring_lock, iflags);
James Smart0e9bb8d2013-03-01 16:35:12 -050019461 list_for_each_entry(piocbq, &pring->txq, list) {
19462 txq_cnt++;
19463 }
19464
19465 if (txq_cnt > pring->txq_max)
19466 pring->txq_max = txq_cnt;
James Smart2a9bf3d2010-06-07 15:24:45 -040019467
James Smart398d81c2013-05-31 17:04:19 -040019468 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart2a9bf3d2010-06-07 15:24:45 -040019469
James Smart0e9bb8d2013-03-01 16:35:12 -050019470 while (!list_empty(&pring->txq)) {
James Smart398d81c2013-05-31 17:04:19 -040019471 spin_lock_irqsave(&pring->ring_lock, iflags);
James Smart2a9bf3d2010-06-07 15:24:45 -040019472
James Smart19ca7602010-11-20 23:11:55 -050019473 piocbq = lpfc_sli_ringtx_get(phba, pring);
James Smarta6298522012-06-12 13:54:11 -040019474 if (!piocbq) {
James Smart398d81c2013-05-31 17:04:19 -040019475 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smarta6298522012-06-12 13:54:11 -040019476 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
19477 "2823 txq empty and txq_cnt is %d\n ",
James Smart0e9bb8d2013-03-01 16:35:12 -050019478 txq_cnt);
James Smarta6298522012-06-12 13:54:11 -040019479 break;
19480 }
James Smart895427b2017-02-12 13:52:30 -080019481 sglq = __lpfc_sli_get_els_sglq(phba, piocbq);
James Smart2a9bf3d2010-06-07 15:24:45 -040019482 if (!sglq) {
James Smart19ca7602010-11-20 23:11:55 -050019483 __lpfc_sli_ringtx_put(phba, pring, piocbq);
James Smart398d81c2013-05-31 17:04:19 -040019484 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart2a9bf3d2010-06-07 15:24:45 -040019485 break;
James Smart2a9bf3d2010-06-07 15:24:45 -040019486 }
James Smart0e9bb8d2013-03-01 16:35:12 -050019487 txq_cnt--;
James Smart2a9bf3d2010-06-07 15:24:45 -040019488
19489 /* The xri and iocb resources secured,
19490 * attempt to issue request
19491 */
James Smart6d368e52011-05-24 11:44:12 -040019492 piocbq->sli4_lxritag = sglq->sli4_lxritag;
James Smart2a9bf3d2010-06-07 15:24:45 -040019493 piocbq->sli4_xritag = sglq->sli4_xritag;
19494 if (NO_XRI == lpfc_sli4_bpl2sgl(phba, piocbq, sglq))
19495 fail_msg = "to convert bpl to sgl";
James Smart205e8242018-03-05 12:04:03 -080019496 else if (lpfc_sli4_iocb2wqe(phba, piocbq, &wqe))
James Smart2a9bf3d2010-06-07 15:24:45 -040019497 fail_msg = "to convert iocb to wqe";
James Smartdc19e3b2018-05-24 21:08:57 -070019498 else if (lpfc_sli4_wq_put(wq, &wqe))
James Smart2a9bf3d2010-06-07 15:24:45 -040019499 fail_msg = " - Wq is full";
19500 else
19501 lpfc_sli_ringtxcmpl_put(phba, pring, piocbq);
19502
19503 if (fail_msg) {
19504 /* Failed means we can't issue and need to cancel */
19505 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
19506 "2822 IOCB failed %s iotag 0x%x "
19507 "xri 0x%x\n",
19508 fail_msg,
19509 piocbq->iotag, piocbq->sli4_xritag);
19510 list_add_tail(&piocbq->list, &completions);
19511 }
James Smart398d81c2013-05-31 17:04:19 -040019512 spin_unlock_irqrestore(&pring->ring_lock, iflags);
James Smart2a9bf3d2010-06-07 15:24:45 -040019513 }
19514
James Smart2a9bf3d2010-06-07 15:24:45 -040019515 /* Cancel all the IOCBs that cannot be issued */
19516 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
19517 IOERR_SLI_ABORTED);
19518
James Smart0e9bb8d2013-03-01 16:35:12 -050019519 return txq_cnt;
James Smart2a9bf3d2010-06-07 15:24:45 -040019520}
James Smart895427b2017-02-12 13:52:30 -080019521
19522/**
19523 * lpfc_wqe_bpl2sgl - Convert the bpl/bde to a sgl.
19524 * @phba: Pointer to HBA context object.
19525 * @pwqe: Pointer to command WQE.
19526 * @sglq: Pointer to the scatter gather queue object.
19527 *
19528 * This routine converts the bpl or bde that is in the WQE
19529 * to a sgl list for the sli4 hardware. The physical address
19530 * of the bpl/bde is converted back to a virtual address.
19531 * If the WQE contains a BPL then the list of BDE's is
19532 * converted to sli4_sge's. If the WQE contains a single
19533 * BDE then it is converted to a single sli_sge.
19534 * The WQE is still in cpu endianness so the contents of
19535 * the bpl can be used without byte swapping.
19536 *
19537 * Returns valid XRI = Success, NO_XRI = Failure.
19538 */
19539static uint16_t
19540lpfc_wqe_bpl2sgl(struct lpfc_hba *phba, struct lpfc_iocbq *pwqeq,
19541 struct lpfc_sglq *sglq)
19542{
19543 uint16_t xritag = NO_XRI;
19544 struct ulp_bde64 *bpl = NULL;
19545 struct ulp_bde64 bde;
19546 struct sli4_sge *sgl = NULL;
19547 struct lpfc_dmabuf *dmabuf;
James Smart205e8242018-03-05 12:04:03 -080019548 union lpfc_wqe128 *wqe;
James Smart895427b2017-02-12 13:52:30 -080019549 int numBdes = 0;
19550 int i = 0;
19551 uint32_t offset = 0; /* accumulated offset in the sg request list */
19552 int inbound = 0; /* number of sg reply entries inbound from firmware */
19553 uint32_t cmd;
19554
19555 if (!pwqeq || !sglq)
19556 return xritag;
19557
19558 sgl = (struct sli4_sge *)sglq->sgl;
19559 wqe = &pwqeq->wqe;
19560 pwqeq->iocb.ulpIoTag = pwqeq->iotag;
19561
19562 cmd = bf_get(wqe_cmnd, &wqe->generic.wqe_com);
19563 if (cmd == CMD_XMIT_BLS_RSP64_WQE)
19564 return sglq->sli4_xritag;
19565 numBdes = pwqeq->rsvd2;
19566 if (numBdes) {
19567 /* The addrHigh and addrLow fields within the WQE
19568 * have not been byteswapped yet so there is no
19569 * need to swap them back.
19570 */
19571 if (pwqeq->context3)
19572 dmabuf = (struct lpfc_dmabuf *)pwqeq->context3;
19573 else
19574 return xritag;
19575
19576 bpl = (struct ulp_bde64 *)dmabuf->virt;
19577 if (!bpl)
19578 return xritag;
19579
19580 for (i = 0; i < numBdes; i++) {
19581 /* Should already be byte swapped. */
19582 sgl->addr_hi = bpl->addrHigh;
19583 sgl->addr_lo = bpl->addrLow;
19584
19585 sgl->word2 = le32_to_cpu(sgl->word2);
19586 if ((i+1) == numBdes)
19587 bf_set(lpfc_sli4_sge_last, sgl, 1);
19588 else
19589 bf_set(lpfc_sli4_sge_last, sgl, 0);
19590 /* swap the size field back to the cpu so we
19591 * can assign it to the sgl.
19592 */
19593 bde.tus.w = le32_to_cpu(bpl->tus.w);
19594 sgl->sge_len = cpu_to_le32(bde.tus.f.bdeSize);
19595 /* The offsets in the sgl need to be accumulated
19596 * separately for the request and reply lists.
19597 * The request is always first, the reply follows.
19598 */
19599 switch (cmd) {
19600 case CMD_GEN_REQUEST64_WQE:
19601 /* add up the reply sg entries */
19602 if (bpl->tus.f.bdeFlags == BUFF_TYPE_BDE_64I)
19603 inbound++;
19604 /* first inbound? reset the offset */
19605 if (inbound == 1)
19606 offset = 0;
19607 bf_set(lpfc_sli4_sge_offset, sgl, offset);
19608 bf_set(lpfc_sli4_sge_type, sgl,
19609 LPFC_SGE_TYPE_DATA);
19610 offset += bde.tus.f.bdeSize;
19611 break;
19612 case CMD_FCP_TRSP64_WQE:
19613 bf_set(lpfc_sli4_sge_offset, sgl, 0);
19614 bf_set(lpfc_sli4_sge_type, sgl,
19615 LPFC_SGE_TYPE_DATA);
19616 break;
19617 case CMD_FCP_TSEND64_WQE:
19618 case CMD_FCP_TRECEIVE64_WQE:
19619 bf_set(lpfc_sli4_sge_type, sgl,
19620 bpl->tus.f.bdeFlags);
19621 if (i < 3)
19622 offset = 0;
19623 else
19624 offset += bde.tus.f.bdeSize;
19625 bf_set(lpfc_sli4_sge_offset, sgl, offset);
19626 break;
19627 }
19628 sgl->word2 = cpu_to_le32(sgl->word2);
19629 bpl++;
19630 sgl++;
19631 }
19632 } else if (wqe->gen_req.bde.tus.f.bdeFlags == BUFF_TYPE_BDE_64) {
19633 /* The addrHigh and addrLow fields of the BDE have not
19634 * been byteswapped yet so they need to be swapped
19635 * before putting them in the sgl.
19636 */
19637 sgl->addr_hi = cpu_to_le32(wqe->gen_req.bde.addrHigh);
19638 sgl->addr_lo = cpu_to_le32(wqe->gen_req.bde.addrLow);
19639 sgl->word2 = le32_to_cpu(sgl->word2);
19640 bf_set(lpfc_sli4_sge_last, sgl, 1);
19641 sgl->word2 = cpu_to_le32(sgl->word2);
19642 sgl->sge_len = cpu_to_le32(wqe->gen_req.bde.tus.f.bdeSize);
19643 }
19644 return sglq->sli4_xritag;
19645}
19646
19647/**
19648 * lpfc_sli4_issue_wqe - Issue an SLI4 Work Queue Entry (WQE)
19649 * @phba: Pointer to HBA context object.
19650 * @ring_number: Base sli ring number
19651 * @pwqe: Pointer to command WQE.
19652 **/
19653int
James Smart1fbf9742019-01-28 11:14:26 -080019654lpfc_sli4_issue_wqe(struct lpfc_hba *phba, struct lpfc_sli4_hdw_queue *qp,
James Smart895427b2017-02-12 13:52:30 -080019655 struct lpfc_iocbq *pwqe)
19656{
James Smart205e8242018-03-05 12:04:03 -080019657 union lpfc_wqe128 *wqe = &pwqe->wqe;
James Smartf358dd02017-02-12 13:52:34 -080019658 struct lpfc_nvmet_rcv_ctx *ctxp;
James Smart895427b2017-02-12 13:52:30 -080019659 struct lpfc_queue *wq;
19660 struct lpfc_sglq *sglq;
19661 struct lpfc_sli_ring *pring;
19662 unsigned long iflags;
Dick Kennedycd22d602017-08-23 16:55:35 -070019663 uint32_t ret = 0;
James Smart895427b2017-02-12 13:52:30 -080019664
19665 /* NVME_LS and NVME_LS ABTS requests. */
19666 if (pwqe->iocb_flag & LPFC_IO_NVME_LS) {
19667 pring = phba->sli4_hba.nvmels_wq->pring;
James Smart6a828b02019-01-28 11:14:31 -080019668 lpfc_qp_spin_lock_irqsave(&pring->ring_lock, iflags,
19669 qp, wq_access);
James Smart895427b2017-02-12 13:52:30 -080019670 sglq = __lpfc_sli_get_els_sglq(phba, pwqe);
19671 if (!sglq) {
19672 spin_unlock_irqrestore(&pring->ring_lock, iflags);
19673 return WQE_BUSY;
19674 }
19675 pwqe->sli4_lxritag = sglq->sli4_lxritag;
19676 pwqe->sli4_xritag = sglq->sli4_xritag;
19677 if (lpfc_wqe_bpl2sgl(phba, pwqe, sglq) == NO_XRI) {
19678 spin_unlock_irqrestore(&pring->ring_lock, iflags);
19679 return WQE_ERROR;
19680 }
19681 bf_set(wqe_xri_tag, &pwqe->wqe.xmit_bls_rsp.wqe_com,
19682 pwqe->sli4_xritag);
Dick Kennedycd22d602017-08-23 16:55:35 -070019683 ret = lpfc_sli4_wq_put(phba->sli4_hba.nvmels_wq, wqe);
19684 if (ret) {
James Smart895427b2017-02-12 13:52:30 -080019685 spin_unlock_irqrestore(&pring->ring_lock, iflags);
Dick Kennedycd22d602017-08-23 16:55:35 -070019686 return ret;
James Smart895427b2017-02-12 13:52:30 -080019687 }
Dick Kennedycd22d602017-08-23 16:55:35 -070019688
James Smart895427b2017-02-12 13:52:30 -080019689 lpfc_sli_ringtxcmpl_put(phba, pring, pwqe);
19690 spin_unlock_irqrestore(&pring->ring_lock, iflags);
19691 return 0;
19692 }
19693
19694 /* NVME_FCREQ and NVME_ABTS requests */
19695 if (pwqe->iocb_flag & LPFC_IO_NVME) {
19696 /* Get the IO distribution (hba_wqidx) for WQ assignment. */
James Smartc00f62e2019-08-14 16:57:11 -070019697 wq = qp->io_wq;
James Smart1fbf9742019-01-28 11:14:26 -080019698 pring = wq->pring;
James Smart895427b2017-02-12 13:52:30 -080019699
James Smartc00f62e2019-08-14 16:57:11 -070019700 bf_set(wqe_cqid, &wqe->generic.wqe_com, qp->io_cq_map);
James Smart895427b2017-02-12 13:52:30 -080019701
James Smart6a828b02019-01-28 11:14:31 -080019702 lpfc_qp_spin_lock_irqsave(&pring->ring_lock, iflags,
19703 qp, wq_access);
Dick Kennedycd22d602017-08-23 16:55:35 -070019704 ret = lpfc_sli4_wq_put(wq, wqe);
19705 if (ret) {
James Smart895427b2017-02-12 13:52:30 -080019706 spin_unlock_irqrestore(&pring->ring_lock, iflags);
Dick Kennedycd22d602017-08-23 16:55:35 -070019707 return ret;
James Smart895427b2017-02-12 13:52:30 -080019708 }
19709 lpfc_sli_ringtxcmpl_put(phba, pring, pwqe);
19710 spin_unlock_irqrestore(&pring->ring_lock, iflags);
19711 return 0;
19712 }
19713
James Smartf358dd02017-02-12 13:52:34 -080019714 /* NVMET requests */
19715 if (pwqe->iocb_flag & LPFC_IO_NVMET) {
19716 /* Get the IO distribution (hba_wqidx) for WQ assignment. */
James Smartc00f62e2019-08-14 16:57:11 -070019717 wq = qp->io_wq;
James Smart1fbf9742019-01-28 11:14:26 -080019718 pring = wq->pring;
James Smartf358dd02017-02-12 13:52:34 -080019719
James Smartf358dd02017-02-12 13:52:34 -080019720 ctxp = pwqe->context2;
James Smart6c621a22017-05-15 15:20:45 -070019721 sglq = ctxp->ctxbuf->sglq;
James Smartf358dd02017-02-12 13:52:34 -080019722 if (pwqe->sli4_xritag == NO_XRI) {
19723 pwqe->sli4_lxritag = sglq->sli4_lxritag;
19724 pwqe->sli4_xritag = sglq->sli4_xritag;
19725 }
19726 bf_set(wqe_xri_tag, &pwqe->wqe.xmit_bls_rsp.wqe_com,
19727 pwqe->sli4_xritag);
James Smartc00f62e2019-08-14 16:57:11 -070019728 bf_set(wqe_cqid, &wqe->generic.wqe_com, qp->io_cq_map);
James Smart1fbf9742019-01-28 11:14:26 -080019729
James Smart6a828b02019-01-28 11:14:31 -080019730 lpfc_qp_spin_lock_irqsave(&pring->ring_lock, iflags,
19731 qp, wq_access);
Dick Kennedycd22d602017-08-23 16:55:35 -070019732 ret = lpfc_sli4_wq_put(wq, wqe);
19733 if (ret) {
James Smartf358dd02017-02-12 13:52:34 -080019734 spin_unlock_irqrestore(&pring->ring_lock, iflags);
Dick Kennedycd22d602017-08-23 16:55:35 -070019735 return ret;
James Smartf358dd02017-02-12 13:52:34 -080019736 }
19737 lpfc_sli_ringtxcmpl_put(phba, pring, pwqe);
19738 spin_unlock_irqrestore(&pring->ring_lock, iflags);
19739 return 0;
19740 }
James Smart895427b2017-02-12 13:52:30 -080019741 return WQE_ERROR;
19742}
James Smartc4908502019-01-28 11:14:28 -080019743
19744#ifdef LPFC_MXP_STAT
19745/**
19746 * lpfc_snapshot_mxp - Snapshot pbl, pvt and busy count
19747 * @phba: pointer to lpfc hba data structure.
19748 * @hwqid: belong to which HWQ.
19749 *
19750 * The purpose of this routine is to take a snapshot of pbl, pvt and busy count
19751 * 15 seconds after a test case is running.
19752 *
19753 * The user should call lpfc_debugfs_multixripools_write before running a test
19754 * case to clear stat_snapshot_taken. Then the user starts a test case. During
19755 * test case is running, stat_snapshot_taken is incremented by 1 every time when
19756 * this routine is called from heartbeat timer. When stat_snapshot_taken is
19757 * equal to LPFC_MXP_SNAPSHOT_TAKEN, a snapshot is taken.
19758 **/
19759void lpfc_snapshot_mxp(struct lpfc_hba *phba, u32 hwqid)
19760{
19761 struct lpfc_sli4_hdw_queue *qp;
19762 struct lpfc_multixri_pool *multixri_pool;
19763 struct lpfc_pvt_pool *pvt_pool;
19764 struct lpfc_pbl_pool *pbl_pool;
19765 u32 txcmplq_cnt;
19766
19767 qp = &phba->sli4_hba.hdwq[hwqid];
19768 multixri_pool = qp->p_multixri_pool;
19769 if (!multixri_pool)
19770 return;
19771
19772 if (multixri_pool->stat_snapshot_taken == LPFC_MXP_SNAPSHOT_TAKEN) {
19773 pvt_pool = &qp->p_multixri_pool->pvt_pool;
19774 pbl_pool = &qp->p_multixri_pool->pbl_pool;
James Smartc00f62e2019-08-14 16:57:11 -070019775 txcmplq_cnt = qp->io_wq->pring->txcmplq_cnt;
James Smartc4908502019-01-28 11:14:28 -080019776
19777 multixri_pool->stat_pbl_count = pbl_pool->count;
19778 multixri_pool->stat_pvt_count = pvt_pool->count;
19779 multixri_pool->stat_busy_count = txcmplq_cnt;
19780 }
19781
19782 multixri_pool->stat_snapshot_taken++;
19783}
19784#endif
19785
19786/**
19787 * lpfc_adjust_pvt_pool_count - Adjust private pool count
19788 * @phba: pointer to lpfc hba data structure.
19789 * @hwqid: belong to which HWQ.
19790 *
19791 * This routine moves some XRIs from private to public pool when private pool
19792 * is not busy.
19793 **/
19794void lpfc_adjust_pvt_pool_count(struct lpfc_hba *phba, u32 hwqid)
19795{
19796 struct lpfc_multixri_pool *multixri_pool;
19797 u32 io_req_count;
19798 u32 prev_io_req_count;
19799
19800 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool;
19801 if (!multixri_pool)
19802 return;
19803 io_req_count = multixri_pool->io_req_count;
19804 prev_io_req_count = multixri_pool->prev_io_req_count;
19805
19806 if (prev_io_req_count != io_req_count) {
19807 /* Private pool is busy */
19808 multixri_pool->prev_io_req_count = io_req_count;
19809 } else {
19810 /* Private pool is not busy.
19811 * Move XRIs from private to public pool.
19812 */
19813 lpfc_move_xri_pvt_to_pbl(phba, hwqid);
19814 }
19815}
19816
19817/**
19818 * lpfc_adjust_high_watermark - Adjust high watermark
19819 * @phba: pointer to lpfc hba data structure.
19820 * @hwqid: belong to which HWQ.
19821 *
19822 * This routine sets high watermark as number of outstanding XRIs,
19823 * but make sure the new value is between xri_limit/2 and xri_limit.
19824 **/
19825void lpfc_adjust_high_watermark(struct lpfc_hba *phba, u32 hwqid)
19826{
19827 u32 new_watermark;
19828 u32 watermark_max;
19829 u32 watermark_min;
19830 u32 xri_limit;
19831 u32 txcmplq_cnt;
19832 u32 abts_io_bufs;
19833 struct lpfc_multixri_pool *multixri_pool;
19834 struct lpfc_sli4_hdw_queue *qp;
19835
19836 qp = &phba->sli4_hba.hdwq[hwqid];
19837 multixri_pool = qp->p_multixri_pool;
19838 if (!multixri_pool)
19839 return;
19840 xri_limit = multixri_pool->xri_limit;
19841
19842 watermark_max = xri_limit;
19843 watermark_min = xri_limit / 2;
19844
James Smartc00f62e2019-08-14 16:57:11 -070019845 txcmplq_cnt = qp->io_wq->pring->txcmplq_cnt;
James Smartc4908502019-01-28 11:14:28 -080019846 abts_io_bufs = qp->abts_scsi_io_bufs;
James Smartc00f62e2019-08-14 16:57:11 -070019847 abts_io_bufs += qp->abts_nvme_io_bufs;
James Smartc4908502019-01-28 11:14:28 -080019848
19849 new_watermark = txcmplq_cnt + abts_io_bufs;
19850 new_watermark = min(watermark_max, new_watermark);
19851 new_watermark = max(watermark_min, new_watermark);
19852 multixri_pool->pvt_pool.high_watermark = new_watermark;
19853
19854#ifdef LPFC_MXP_STAT
19855 multixri_pool->stat_max_hwm = max(multixri_pool->stat_max_hwm,
19856 new_watermark);
19857#endif
19858}
19859
19860/**
19861 * lpfc_move_xri_pvt_to_pbl - Move some XRIs from private to public pool
19862 * @phba: pointer to lpfc hba data structure.
19863 * @hwqid: belong to which HWQ.
19864 *
19865 * This routine is called from hearbeat timer when pvt_pool is idle.
19866 * All free XRIs are moved from private to public pool on hwqid with 2 steps.
19867 * The first step moves (all - low_watermark) amount of XRIs.
19868 * The second step moves the rest of XRIs.
19869 **/
19870void lpfc_move_xri_pvt_to_pbl(struct lpfc_hba *phba, u32 hwqid)
19871{
19872 struct lpfc_pbl_pool *pbl_pool;
19873 struct lpfc_pvt_pool *pvt_pool;
James Smart6a828b02019-01-28 11:14:31 -080019874 struct lpfc_sli4_hdw_queue *qp;
James Smartc4908502019-01-28 11:14:28 -080019875 struct lpfc_io_buf *lpfc_ncmd;
19876 struct lpfc_io_buf *lpfc_ncmd_next;
19877 unsigned long iflag;
19878 struct list_head tmp_list;
19879 u32 tmp_count;
19880
James Smart6a828b02019-01-28 11:14:31 -080019881 qp = &phba->sli4_hba.hdwq[hwqid];
19882 pbl_pool = &qp->p_multixri_pool->pbl_pool;
19883 pvt_pool = &qp->p_multixri_pool->pvt_pool;
James Smartc4908502019-01-28 11:14:28 -080019884 tmp_count = 0;
19885
James Smart6a828b02019-01-28 11:14:31 -080019886 lpfc_qp_spin_lock_irqsave(&pbl_pool->lock, iflag, qp, mv_to_pub_pool);
19887 lpfc_qp_spin_lock(&pvt_pool->lock, qp, mv_from_pvt_pool);
James Smartc4908502019-01-28 11:14:28 -080019888
19889 if (pvt_pool->count > pvt_pool->low_watermark) {
19890 /* Step 1: move (all - low_watermark) from pvt_pool
19891 * to pbl_pool
19892 */
19893
19894 /* Move low watermark of bufs from pvt_pool to tmp_list */
19895 INIT_LIST_HEAD(&tmp_list);
19896 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next,
19897 &pvt_pool->list, list) {
19898 list_move_tail(&lpfc_ncmd->list, &tmp_list);
19899 tmp_count++;
19900 if (tmp_count >= pvt_pool->low_watermark)
19901 break;
19902 }
19903
19904 /* Move all bufs from pvt_pool to pbl_pool */
19905 list_splice_init(&pvt_pool->list, &pbl_pool->list);
19906
19907 /* Move all bufs from tmp_list to pvt_pool */
19908 list_splice(&tmp_list, &pvt_pool->list);
19909
19910 pbl_pool->count += (pvt_pool->count - tmp_count);
19911 pvt_pool->count = tmp_count;
19912 } else {
19913 /* Step 2: move the rest from pvt_pool to pbl_pool */
19914 list_splice_init(&pvt_pool->list, &pbl_pool->list);
19915 pbl_pool->count += pvt_pool->count;
19916 pvt_pool->count = 0;
19917 }
19918
19919 spin_unlock(&pvt_pool->lock);
19920 spin_unlock_irqrestore(&pbl_pool->lock, iflag);
19921}
19922
19923/**
19924 * _lpfc_move_xri_pbl_to_pvt - Move some XRIs from public to private pool
19925 * @phba: pointer to lpfc hba data structure
19926 * @pbl_pool: specified public free XRI pool
19927 * @pvt_pool: specified private free XRI pool
19928 * @count: number of XRIs to move
19929 *
19930 * This routine tries to move some free common bufs from the specified pbl_pool
19931 * to the specified pvt_pool. It might move less than count XRIs if there's not
19932 * enough in public pool.
19933 *
19934 * Return:
19935 * true - if XRIs are successfully moved from the specified pbl_pool to the
19936 * specified pvt_pool
19937 * false - if the specified pbl_pool is empty or locked by someone else
19938 **/
19939static bool
James Smart6a828b02019-01-28 11:14:31 -080019940_lpfc_move_xri_pbl_to_pvt(struct lpfc_hba *phba, struct lpfc_sli4_hdw_queue *qp,
19941 struct lpfc_pbl_pool *pbl_pool,
James Smartc4908502019-01-28 11:14:28 -080019942 struct lpfc_pvt_pool *pvt_pool, u32 count)
19943{
19944 struct lpfc_io_buf *lpfc_ncmd;
19945 struct lpfc_io_buf *lpfc_ncmd_next;
19946 unsigned long iflag;
19947 int ret;
19948
19949 ret = spin_trylock_irqsave(&pbl_pool->lock, iflag);
19950 if (ret) {
19951 if (pbl_pool->count) {
19952 /* Move a batch of XRIs from public to private pool */
James Smart6a828b02019-01-28 11:14:31 -080019953 lpfc_qp_spin_lock(&pvt_pool->lock, qp, mv_to_pvt_pool);
James Smartc4908502019-01-28 11:14:28 -080019954 list_for_each_entry_safe(lpfc_ncmd,
19955 lpfc_ncmd_next,
19956 &pbl_pool->list,
19957 list) {
19958 list_move_tail(&lpfc_ncmd->list,
19959 &pvt_pool->list);
19960 pvt_pool->count++;
19961 pbl_pool->count--;
19962 count--;
19963 if (count == 0)
19964 break;
19965 }
19966
19967 spin_unlock(&pvt_pool->lock);
19968 spin_unlock_irqrestore(&pbl_pool->lock, iflag);
19969 return true;
19970 }
19971 spin_unlock_irqrestore(&pbl_pool->lock, iflag);
19972 }
19973
19974 return false;
19975}
19976
19977/**
19978 * lpfc_move_xri_pbl_to_pvt - Move some XRIs from public to private pool
19979 * @phba: pointer to lpfc hba data structure.
19980 * @hwqid: belong to which HWQ.
19981 * @count: number of XRIs to move
19982 *
19983 * This routine tries to find some free common bufs in one of public pools with
19984 * Round Robin method. The search always starts from local hwqid, then the next
19985 * HWQ which was found last time (rrb_next_hwqid). Once a public pool is found,
19986 * a batch of free common bufs are moved to private pool on hwqid.
19987 * It might move less than count XRIs if there's not enough in public pool.
19988 **/
19989void lpfc_move_xri_pbl_to_pvt(struct lpfc_hba *phba, u32 hwqid, u32 count)
19990{
19991 struct lpfc_multixri_pool *multixri_pool;
19992 struct lpfc_multixri_pool *next_multixri_pool;
19993 struct lpfc_pvt_pool *pvt_pool;
19994 struct lpfc_pbl_pool *pbl_pool;
James Smart6a828b02019-01-28 11:14:31 -080019995 struct lpfc_sli4_hdw_queue *qp;
James Smartc4908502019-01-28 11:14:28 -080019996 u32 next_hwqid;
19997 u32 hwq_count;
19998 int ret;
19999
James Smart6a828b02019-01-28 11:14:31 -080020000 qp = &phba->sli4_hba.hdwq[hwqid];
20001 multixri_pool = qp->p_multixri_pool;
James Smartc4908502019-01-28 11:14:28 -080020002 pvt_pool = &multixri_pool->pvt_pool;
20003 pbl_pool = &multixri_pool->pbl_pool;
20004
20005 /* Check if local pbl_pool is available */
James Smart6a828b02019-01-28 11:14:31 -080020006 ret = _lpfc_move_xri_pbl_to_pvt(phba, qp, pbl_pool, pvt_pool, count);
James Smartc4908502019-01-28 11:14:28 -080020007 if (ret) {
20008#ifdef LPFC_MXP_STAT
20009 multixri_pool->local_pbl_hit_count++;
20010#endif
20011 return;
20012 }
20013
20014 hwq_count = phba->cfg_hdw_queue;
20015
20016 /* Get the next hwqid which was found last time */
20017 next_hwqid = multixri_pool->rrb_next_hwqid;
20018
20019 do {
20020 /* Go to next hwq */
20021 next_hwqid = (next_hwqid + 1) % hwq_count;
20022
20023 next_multixri_pool =
20024 phba->sli4_hba.hdwq[next_hwqid].p_multixri_pool;
20025 pbl_pool = &next_multixri_pool->pbl_pool;
20026
20027 /* Check if the public free xri pool is available */
20028 ret = _lpfc_move_xri_pbl_to_pvt(
James Smart6a828b02019-01-28 11:14:31 -080020029 phba, qp, pbl_pool, pvt_pool, count);
James Smartc4908502019-01-28 11:14:28 -080020030
20031 /* Exit while-loop if success or all hwqid are checked */
20032 } while (!ret && next_hwqid != multixri_pool->rrb_next_hwqid);
20033
20034 /* Starting point for the next time */
20035 multixri_pool->rrb_next_hwqid = next_hwqid;
20036
20037 if (!ret) {
20038 /* stats: all public pools are empty*/
20039 multixri_pool->pbl_empty_count++;
20040 }
20041
20042#ifdef LPFC_MXP_STAT
20043 if (ret) {
20044 if (next_hwqid == hwqid)
20045 multixri_pool->local_pbl_hit_count++;
20046 else
20047 multixri_pool->other_pbl_hit_count++;
20048 }
20049#endif
20050}
20051
20052/**
20053 * lpfc_keep_pvt_pool_above_lowwm - Keep pvt_pool above low watermark
20054 * @phba: pointer to lpfc hba data structure.
20055 * @qp: belong to which HWQ.
20056 *
20057 * This routine get a batch of XRIs from pbl_pool if pvt_pool is less than
20058 * low watermark.
20059 **/
20060void lpfc_keep_pvt_pool_above_lowwm(struct lpfc_hba *phba, u32 hwqid)
20061{
20062 struct lpfc_multixri_pool *multixri_pool;
20063 struct lpfc_pvt_pool *pvt_pool;
20064
20065 multixri_pool = phba->sli4_hba.hdwq[hwqid].p_multixri_pool;
20066 pvt_pool = &multixri_pool->pvt_pool;
20067
20068 if (pvt_pool->count < pvt_pool->low_watermark)
20069 lpfc_move_xri_pbl_to_pvt(phba, hwqid, XRI_BATCH);
20070}
20071
20072/**
20073 * lpfc_release_io_buf - Return one IO buf back to free pool
20074 * @phba: pointer to lpfc hba data structure.
20075 * @lpfc_ncmd: IO buf to be returned.
20076 * @qp: belong to which HWQ.
20077 *
20078 * This routine returns one IO buf back to free pool. If this is an urgent IO,
20079 * the IO buf is returned to expedite pool. If cfg_xri_rebalancing==1,
20080 * the IO buf is returned to pbl_pool or pvt_pool based on watermark and
20081 * xri_limit. If cfg_xri_rebalancing==0, the IO buf is returned to
20082 * lpfc_io_buf_list_put.
20083 **/
20084void lpfc_release_io_buf(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_ncmd,
20085 struct lpfc_sli4_hdw_queue *qp)
20086{
20087 unsigned long iflag;
20088 struct lpfc_pbl_pool *pbl_pool;
20089 struct lpfc_pvt_pool *pvt_pool;
20090 struct lpfc_epd_pool *epd_pool;
20091 u32 txcmplq_cnt;
20092 u32 xri_owned;
20093 u32 xri_limit;
20094 u32 abts_io_bufs;
20095
20096 /* MUST zero fields if buffer is reused by another protocol */
20097 lpfc_ncmd->nvmeCmd = NULL;
20098 lpfc_ncmd->cur_iocbq.wqe_cmpl = NULL;
20099 lpfc_ncmd->cur_iocbq.iocb_cmpl = NULL;
20100
20101 if (phba->cfg_xri_rebalancing) {
20102 if (lpfc_ncmd->expedite) {
20103 /* Return to expedite pool */
20104 epd_pool = &phba->epd_pool;
20105 spin_lock_irqsave(&epd_pool->lock, iflag);
20106 list_add_tail(&lpfc_ncmd->list, &epd_pool->list);
20107 epd_pool->count++;
20108 spin_unlock_irqrestore(&epd_pool->lock, iflag);
20109 return;
20110 }
20111
20112 /* Avoid invalid access if an IO sneaks in and is being rejected
20113 * just _after_ xri pools are destroyed in lpfc_offline.
20114 * Nothing much can be done at this point.
20115 */
20116 if (!qp->p_multixri_pool)
20117 return;
20118
20119 pbl_pool = &qp->p_multixri_pool->pbl_pool;
20120 pvt_pool = &qp->p_multixri_pool->pvt_pool;
20121
James Smartc00f62e2019-08-14 16:57:11 -070020122 txcmplq_cnt = qp->io_wq->pring->txcmplq_cnt;
James Smartc4908502019-01-28 11:14:28 -080020123 abts_io_bufs = qp->abts_scsi_io_bufs;
James Smartc00f62e2019-08-14 16:57:11 -070020124 abts_io_bufs += qp->abts_nvme_io_bufs;
James Smartc4908502019-01-28 11:14:28 -080020125
20126 xri_owned = pvt_pool->count + txcmplq_cnt + abts_io_bufs;
20127 xri_limit = qp->p_multixri_pool->xri_limit;
20128
20129#ifdef LPFC_MXP_STAT
20130 if (xri_owned <= xri_limit)
20131 qp->p_multixri_pool->below_limit_count++;
20132 else
20133 qp->p_multixri_pool->above_limit_count++;
20134#endif
20135
20136 /* XRI goes to either public or private free xri pool
20137 * based on watermark and xri_limit
20138 */
20139 if ((pvt_pool->count < pvt_pool->low_watermark) ||
20140 (xri_owned < xri_limit &&
20141 pvt_pool->count < pvt_pool->high_watermark)) {
James Smart6a828b02019-01-28 11:14:31 -080020142 lpfc_qp_spin_lock_irqsave(&pvt_pool->lock, iflag,
20143 qp, free_pvt_pool);
James Smartc4908502019-01-28 11:14:28 -080020144 list_add_tail(&lpfc_ncmd->list,
20145 &pvt_pool->list);
20146 pvt_pool->count++;
20147 spin_unlock_irqrestore(&pvt_pool->lock, iflag);
20148 } else {
James Smart6a828b02019-01-28 11:14:31 -080020149 lpfc_qp_spin_lock_irqsave(&pbl_pool->lock, iflag,
20150 qp, free_pub_pool);
James Smartc4908502019-01-28 11:14:28 -080020151 list_add_tail(&lpfc_ncmd->list,
20152 &pbl_pool->list);
20153 pbl_pool->count++;
20154 spin_unlock_irqrestore(&pbl_pool->lock, iflag);
20155 }
20156 } else {
James Smart6a828b02019-01-28 11:14:31 -080020157 lpfc_qp_spin_lock_irqsave(&qp->io_buf_list_put_lock, iflag,
20158 qp, free_xri);
James Smartc4908502019-01-28 11:14:28 -080020159 list_add_tail(&lpfc_ncmd->list,
20160 &qp->lpfc_io_buf_list_put);
20161 qp->put_io_bufs++;
20162 spin_unlock_irqrestore(&qp->io_buf_list_put_lock,
20163 iflag);
20164 }
James Smartd79c9e92019-08-14 16:57:09 -070020165
20166 if (phba->cfg_xpsgl && !phba->nvmet_support &&
20167 !list_empty(&lpfc_ncmd->dma_sgl_xtra_list))
20168 lpfc_put_sgl_per_hdwq(phba, lpfc_ncmd);
20169
20170 if (!list_empty(&lpfc_ncmd->dma_cmd_rsp_list))
20171 lpfc_put_cmd_rsp_buf_per_hdwq(phba, lpfc_ncmd);
James Smartc4908502019-01-28 11:14:28 -080020172}
20173
20174/**
20175 * lpfc_get_io_buf_from_private_pool - Get one free IO buf from private pool
20176 * @phba: pointer to lpfc hba data structure.
20177 * @pvt_pool: pointer to private pool data structure.
20178 * @ndlp: pointer to lpfc nodelist data structure.
20179 *
20180 * This routine tries to get one free IO buf from private pool.
20181 *
20182 * Return:
20183 * pointer to one free IO buf - if private pool is not empty
20184 * NULL - if private pool is empty
20185 **/
20186static struct lpfc_io_buf *
20187lpfc_get_io_buf_from_private_pool(struct lpfc_hba *phba,
James Smart6a828b02019-01-28 11:14:31 -080020188 struct lpfc_sli4_hdw_queue *qp,
James Smartc4908502019-01-28 11:14:28 -080020189 struct lpfc_pvt_pool *pvt_pool,
20190 struct lpfc_nodelist *ndlp)
20191{
20192 struct lpfc_io_buf *lpfc_ncmd;
20193 struct lpfc_io_buf *lpfc_ncmd_next;
20194 unsigned long iflag;
20195
James Smart6a828b02019-01-28 11:14:31 -080020196 lpfc_qp_spin_lock_irqsave(&pvt_pool->lock, iflag, qp, alloc_pvt_pool);
James Smartc4908502019-01-28 11:14:28 -080020197 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next,
20198 &pvt_pool->list, list) {
20199 if (lpfc_test_rrq_active(
20200 phba, ndlp, lpfc_ncmd->cur_iocbq.sli4_lxritag))
20201 continue;
20202 list_del(&lpfc_ncmd->list);
20203 pvt_pool->count--;
20204 spin_unlock_irqrestore(&pvt_pool->lock, iflag);
20205 return lpfc_ncmd;
20206 }
20207 spin_unlock_irqrestore(&pvt_pool->lock, iflag);
20208
20209 return NULL;
20210}
20211
20212/**
20213 * lpfc_get_io_buf_from_expedite_pool - Get one free IO buf from expedite pool
20214 * @phba: pointer to lpfc hba data structure.
20215 *
20216 * This routine tries to get one free IO buf from expedite pool.
20217 *
20218 * Return:
20219 * pointer to one free IO buf - if expedite pool is not empty
20220 * NULL - if expedite pool is empty
20221 **/
20222static struct lpfc_io_buf *
20223lpfc_get_io_buf_from_expedite_pool(struct lpfc_hba *phba)
20224{
20225 struct lpfc_io_buf *lpfc_ncmd;
20226 struct lpfc_io_buf *lpfc_ncmd_next;
20227 unsigned long iflag;
20228 struct lpfc_epd_pool *epd_pool;
20229
20230 epd_pool = &phba->epd_pool;
20231 lpfc_ncmd = NULL;
20232
20233 spin_lock_irqsave(&epd_pool->lock, iflag);
20234 if (epd_pool->count > 0) {
20235 list_for_each_entry_safe(lpfc_ncmd, lpfc_ncmd_next,
20236 &epd_pool->list, list) {
20237 list_del(&lpfc_ncmd->list);
20238 epd_pool->count--;
20239 break;
20240 }
20241 }
20242 spin_unlock_irqrestore(&epd_pool->lock, iflag);
20243
20244 return lpfc_ncmd;
20245}
20246
20247/**
20248 * lpfc_get_io_buf_from_multixri_pools - Get one free IO bufs
20249 * @phba: pointer to lpfc hba data structure.
20250 * @ndlp: pointer to lpfc nodelist data structure.
20251 * @hwqid: belong to which HWQ
20252 * @expedite: 1 means this request is urgent.
20253 *
20254 * This routine will do the following actions and then return a pointer to
20255 * one free IO buf.
20256 *
20257 * 1. If private free xri count is empty, move some XRIs from public to
20258 * private pool.
20259 * 2. Get one XRI from private free xri pool.
20260 * 3. If we fail to get one from pvt_pool and this is an expedite request,
20261 * get one free xri from expedite pool.
20262 *
20263 * Note: ndlp is only used on SCSI side for RRQ testing.
20264 * The caller should pass NULL for ndlp on NVME side.
20265 *
20266 * Return:
20267 * pointer to one free IO buf - if private pool is not empty
20268 * NULL - if private pool is empty
20269 **/
20270static struct lpfc_io_buf *
20271lpfc_get_io_buf_from_multixri_pools(struct lpfc_hba *phba,
20272 struct lpfc_nodelist *ndlp,
20273 int hwqid, int expedite)
20274{
20275 struct lpfc_sli4_hdw_queue *qp;
20276 struct lpfc_multixri_pool *multixri_pool;
20277 struct lpfc_pvt_pool *pvt_pool;
20278 struct lpfc_io_buf *lpfc_ncmd;
20279
20280 qp = &phba->sli4_hba.hdwq[hwqid];
20281 lpfc_ncmd = NULL;
20282 multixri_pool = qp->p_multixri_pool;
20283 pvt_pool = &multixri_pool->pvt_pool;
20284 multixri_pool->io_req_count++;
20285
20286 /* If pvt_pool is empty, move some XRIs from public to private pool */
20287 if (pvt_pool->count == 0)
20288 lpfc_move_xri_pbl_to_pvt(phba, hwqid, XRI_BATCH);
20289
20290 /* Get one XRI from private free xri pool */
James Smart6a828b02019-01-28 11:14:31 -080020291 lpfc_ncmd = lpfc_get_io_buf_from_private_pool(phba, qp, pvt_pool, ndlp);
James Smartc4908502019-01-28 11:14:28 -080020292
20293 if (lpfc_ncmd) {
20294 lpfc_ncmd->hdwq = qp;
20295 lpfc_ncmd->hdwq_no = hwqid;
20296 } else if (expedite) {
20297 /* If we fail to get one from pvt_pool and this is an expedite
20298 * request, get one free xri from expedite pool.
20299 */
20300 lpfc_ncmd = lpfc_get_io_buf_from_expedite_pool(phba);
20301 }
20302
20303 return lpfc_ncmd;
20304}
20305
20306static inline struct lpfc_io_buf *
20307lpfc_io_buf(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, int idx)
20308{
20309 struct lpfc_sli4_hdw_queue *qp;
20310 struct lpfc_io_buf *lpfc_cmd, *lpfc_cmd_next;
20311
20312 qp = &phba->sli4_hba.hdwq[idx];
20313 list_for_each_entry_safe(lpfc_cmd, lpfc_cmd_next,
20314 &qp->lpfc_io_buf_list_get, list) {
20315 if (lpfc_test_rrq_active(phba, ndlp,
20316 lpfc_cmd->cur_iocbq.sli4_lxritag))
20317 continue;
20318
20319 if (lpfc_cmd->flags & LPFC_SBUF_NOT_POSTED)
20320 continue;
20321
20322 list_del_init(&lpfc_cmd->list);
20323 qp->get_io_bufs--;
20324 lpfc_cmd->hdwq = qp;
20325 lpfc_cmd->hdwq_no = idx;
20326 return lpfc_cmd;
20327 }
20328 return NULL;
20329}
20330
20331/**
20332 * lpfc_get_io_buf - Get one IO buffer from free pool
20333 * @phba: The HBA for which this call is being executed.
20334 * @ndlp: pointer to lpfc nodelist data structure.
20335 * @hwqid: belong to which HWQ
20336 * @expedite: 1 means this request is urgent.
20337 *
20338 * This routine gets one IO buffer from free pool. If cfg_xri_rebalancing==1,
20339 * removes a IO buffer from multiXRI pools. If cfg_xri_rebalancing==0, removes
20340 * a IO buffer from head of @hdwq io_buf_list and returns to caller.
20341 *
20342 * Note: ndlp is only used on SCSI side for RRQ testing.
20343 * The caller should pass NULL for ndlp on NVME side.
20344 *
20345 * Return codes:
20346 * NULL - Error
20347 * Pointer to lpfc_io_buf - Success
20348 **/
20349struct lpfc_io_buf *lpfc_get_io_buf(struct lpfc_hba *phba,
20350 struct lpfc_nodelist *ndlp,
20351 u32 hwqid, int expedite)
20352{
20353 struct lpfc_sli4_hdw_queue *qp;
20354 unsigned long iflag;
20355 struct lpfc_io_buf *lpfc_cmd;
20356
20357 qp = &phba->sli4_hba.hdwq[hwqid];
20358 lpfc_cmd = NULL;
20359
20360 if (phba->cfg_xri_rebalancing)
20361 lpfc_cmd = lpfc_get_io_buf_from_multixri_pools(
20362 phba, ndlp, hwqid, expedite);
20363 else {
James Smart6a828b02019-01-28 11:14:31 -080020364 lpfc_qp_spin_lock_irqsave(&qp->io_buf_list_get_lock, iflag,
20365 qp, alloc_xri_get);
James Smartc4908502019-01-28 11:14:28 -080020366 if (qp->get_io_bufs > LPFC_NVME_EXPEDITE_XRICNT || expedite)
20367 lpfc_cmd = lpfc_io_buf(phba, ndlp, hwqid);
20368 if (!lpfc_cmd) {
James Smart6a828b02019-01-28 11:14:31 -080020369 lpfc_qp_spin_lock(&qp->io_buf_list_put_lock,
20370 qp, alloc_xri_put);
James Smartc4908502019-01-28 11:14:28 -080020371 list_splice(&qp->lpfc_io_buf_list_put,
20372 &qp->lpfc_io_buf_list_get);
20373 qp->get_io_bufs += qp->put_io_bufs;
20374 INIT_LIST_HEAD(&qp->lpfc_io_buf_list_put);
20375 qp->put_io_bufs = 0;
20376 spin_unlock(&qp->io_buf_list_put_lock);
20377 if (qp->get_io_bufs > LPFC_NVME_EXPEDITE_XRICNT ||
20378 expedite)
20379 lpfc_cmd = lpfc_io_buf(phba, ndlp, hwqid);
20380 }
20381 spin_unlock_irqrestore(&qp->io_buf_list_get_lock, iflag);
20382 }
20383
20384 return lpfc_cmd;
20385}
James Smartd79c9e92019-08-14 16:57:09 -070020386
20387/**
20388 * lpfc_get_sgl_per_hdwq - Get one SGL chunk from hdwq's pool
20389 * @phba: The HBA for which this call is being executed.
20390 * @lpfc_buf: IO buf structure to append the SGL chunk
20391 *
20392 * This routine gets one SGL chunk buffer from hdwq's SGL chunk pool,
20393 * and will allocate an SGL chunk if the pool is empty.
20394 *
20395 * Return codes:
20396 * NULL - Error
20397 * Pointer to sli4_hybrid_sgl - Success
20398 **/
20399struct sli4_hybrid_sgl *
20400lpfc_get_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_buf)
20401{
20402 struct sli4_hybrid_sgl *list_entry = NULL;
20403 struct sli4_hybrid_sgl *tmp = NULL;
20404 struct sli4_hybrid_sgl *allocated_sgl = NULL;
20405 struct lpfc_sli4_hdw_queue *hdwq = lpfc_buf->hdwq;
20406 struct list_head *buf_list = &hdwq->sgl_list;
20407
20408 spin_lock_irq(&hdwq->hdwq_lock);
20409
20410 if (likely(!list_empty(buf_list))) {
20411 /* break off 1 chunk from the sgl_list */
20412 list_for_each_entry_safe(list_entry, tmp,
20413 buf_list, list_node) {
20414 list_move_tail(&list_entry->list_node,
20415 &lpfc_buf->dma_sgl_xtra_list);
20416 break;
20417 }
20418 } else {
20419 /* allocate more */
20420 spin_unlock_irq(&hdwq->hdwq_lock);
20421 tmp = kmalloc_node(sizeof(*tmp), GFP_ATOMIC,
20422 cpu_to_node(smp_processor_id()));
20423 if (!tmp) {
20424 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
20425 "8353 error kmalloc memory for HDWQ "
20426 "%d %s\n",
20427 lpfc_buf->hdwq_no, __func__);
20428 return NULL;
20429 }
20430
20431 tmp->dma_sgl = dma_pool_alloc(phba->lpfc_sg_dma_buf_pool,
20432 GFP_ATOMIC, &tmp->dma_phys_sgl);
20433 if (!tmp->dma_sgl) {
20434 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
20435 "8354 error pool_alloc memory for HDWQ "
20436 "%d %s\n",
20437 lpfc_buf->hdwq_no, __func__);
20438 kfree(tmp);
20439 return NULL;
20440 }
20441
20442 spin_lock_irq(&hdwq->hdwq_lock);
20443 list_add_tail(&tmp->list_node, &lpfc_buf->dma_sgl_xtra_list);
20444 }
20445
20446 allocated_sgl = list_last_entry(&lpfc_buf->dma_sgl_xtra_list,
20447 struct sli4_hybrid_sgl,
20448 list_node);
20449
20450 spin_unlock_irq(&hdwq->hdwq_lock);
20451
20452 return allocated_sgl;
20453}
20454
20455/**
20456 * lpfc_put_sgl_per_hdwq - Put one SGL chunk into hdwq pool
20457 * @phba: The HBA for which this call is being executed.
20458 * @lpfc_buf: IO buf structure with the SGL chunk
20459 *
20460 * This routine puts one SGL chunk buffer into hdwq's SGL chunk pool.
20461 *
20462 * Return codes:
20463 * 0 - Success
20464 * -EINVAL - Error
20465 **/
20466int
20467lpfc_put_sgl_per_hdwq(struct lpfc_hba *phba, struct lpfc_io_buf *lpfc_buf)
20468{
20469 int rc = 0;
20470 struct sli4_hybrid_sgl *list_entry = NULL;
20471 struct sli4_hybrid_sgl *tmp = NULL;
20472 struct lpfc_sli4_hdw_queue *hdwq = lpfc_buf->hdwq;
20473 struct list_head *buf_list = &hdwq->sgl_list;
20474
20475 spin_lock_irq(&hdwq->hdwq_lock);
20476
20477 if (likely(!list_empty(&lpfc_buf->dma_sgl_xtra_list))) {
20478 list_for_each_entry_safe(list_entry, tmp,
20479 &lpfc_buf->dma_sgl_xtra_list,
20480 list_node) {
20481 list_move_tail(&list_entry->list_node,
20482 buf_list);
20483 }
20484 } else {
20485 rc = -EINVAL;
20486 }
20487
20488 spin_unlock_irq(&hdwq->hdwq_lock);
20489 return rc;
20490}
20491
20492/**
20493 * lpfc_free_sgl_per_hdwq - Free all SGL chunks of hdwq pool
20494 * @phba: phba object
20495 * @hdwq: hdwq to cleanup sgl buff resources on
20496 *
20497 * This routine frees all SGL chunks of hdwq SGL chunk pool.
20498 *
20499 * Return codes:
20500 * None
20501 **/
20502void
20503lpfc_free_sgl_per_hdwq(struct lpfc_hba *phba,
20504 struct lpfc_sli4_hdw_queue *hdwq)
20505{
20506 struct list_head *buf_list = &hdwq->sgl_list;
20507 struct sli4_hybrid_sgl *list_entry = NULL;
20508 struct sli4_hybrid_sgl *tmp = NULL;
20509
20510 spin_lock_irq(&hdwq->hdwq_lock);
20511
20512 /* Free sgl pool */
20513 list_for_each_entry_safe(list_entry, tmp,
20514 buf_list, list_node) {
20515 dma_pool_free(phba->lpfc_sg_dma_buf_pool,
20516 list_entry->dma_sgl,
20517 list_entry->dma_phys_sgl);
20518 list_del(&list_entry->list_node);
20519 kfree(list_entry);
20520 }
20521
20522 spin_unlock_irq(&hdwq->hdwq_lock);
20523}
20524
20525/**
20526 * lpfc_get_cmd_rsp_buf_per_hdwq - Get one CMD/RSP buffer from hdwq
20527 * @phba: The HBA for which this call is being executed.
20528 * @lpfc_buf: IO buf structure to attach the CMD/RSP buffer
20529 *
20530 * This routine gets one CMD/RSP buffer from hdwq's CMD/RSP pool,
20531 * and will allocate an CMD/RSP buffer if the pool is empty.
20532 *
20533 * Return codes:
20534 * NULL - Error
20535 * Pointer to fcp_cmd_rsp_buf - Success
20536 **/
20537struct fcp_cmd_rsp_buf *
20538lpfc_get_cmd_rsp_buf_per_hdwq(struct lpfc_hba *phba,
20539 struct lpfc_io_buf *lpfc_buf)
20540{
20541 struct fcp_cmd_rsp_buf *list_entry = NULL;
20542 struct fcp_cmd_rsp_buf *tmp = NULL;
20543 struct fcp_cmd_rsp_buf *allocated_buf = NULL;
20544 struct lpfc_sli4_hdw_queue *hdwq = lpfc_buf->hdwq;
20545 struct list_head *buf_list = &hdwq->cmd_rsp_buf_list;
20546
20547 spin_lock_irq(&hdwq->hdwq_lock);
20548
20549 if (likely(!list_empty(buf_list))) {
20550 /* break off 1 chunk from the list */
20551 list_for_each_entry_safe(list_entry, tmp,
20552 buf_list,
20553 list_node) {
20554 list_move_tail(&list_entry->list_node,
20555 &lpfc_buf->dma_cmd_rsp_list);
20556 break;
20557 }
20558 } else {
20559 /* allocate more */
20560 spin_unlock_irq(&hdwq->hdwq_lock);
20561 tmp = kmalloc_node(sizeof(*tmp), GFP_ATOMIC,
20562 cpu_to_node(smp_processor_id()));
20563 if (!tmp) {
20564 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
20565 "8355 error kmalloc memory for HDWQ "
20566 "%d %s\n",
20567 lpfc_buf->hdwq_no, __func__);
20568 return NULL;
20569 }
20570
20571 tmp->fcp_cmnd = dma_pool_alloc(phba->lpfc_cmd_rsp_buf_pool,
20572 GFP_ATOMIC,
20573 &tmp->fcp_cmd_rsp_dma_handle);
20574
20575 if (!tmp->fcp_cmnd) {
20576 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
20577 "8356 error pool_alloc memory for HDWQ "
20578 "%d %s\n",
20579 lpfc_buf->hdwq_no, __func__);
20580 kfree(tmp);
20581 return NULL;
20582 }
20583
20584 tmp->fcp_rsp = (struct fcp_rsp *)((uint8_t *)tmp->fcp_cmnd +
20585 sizeof(struct fcp_cmnd));
20586
20587 spin_lock_irq(&hdwq->hdwq_lock);
20588 list_add_tail(&tmp->list_node, &lpfc_buf->dma_cmd_rsp_list);
20589 }
20590
20591 allocated_buf = list_last_entry(&lpfc_buf->dma_cmd_rsp_list,
20592 struct fcp_cmd_rsp_buf,
20593 list_node);
20594
20595 spin_unlock_irq(&hdwq->hdwq_lock);
20596
20597 return allocated_buf;
20598}
20599
20600/**
20601 * lpfc_put_cmd_rsp_buf_per_hdwq - Put one CMD/RSP buffer into hdwq pool
20602 * @phba: The HBA for which this call is being executed.
20603 * @lpfc_buf: IO buf structure with the CMD/RSP buf
20604 *
20605 * This routine puts one CMD/RSP buffer into executing CPU's CMD/RSP pool.
20606 *
20607 * Return codes:
20608 * 0 - Success
20609 * -EINVAL - Error
20610 **/
20611int
20612lpfc_put_cmd_rsp_buf_per_hdwq(struct lpfc_hba *phba,
20613 struct lpfc_io_buf *lpfc_buf)
20614{
20615 int rc = 0;
20616 struct fcp_cmd_rsp_buf *list_entry = NULL;
20617 struct fcp_cmd_rsp_buf *tmp = NULL;
20618 struct lpfc_sli4_hdw_queue *hdwq = lpfc_buf->hdwq;
20619 struct list_head *buf_list = &hdwq->cmd_rsp_buf_list;
20620
20621 spin_lock_irq(&hdwq->hdwq_lock);
20622
20623 if (likely(!list_empty(&lpfc_buf->dma_cmd_rsp_list))) {
20624 list_for_each_entry_safe(list_entry, tmp,
20625 &lpfc_buf->dma_cmd_rsp_list,
20626 list_node) {
20627 list_move_tail(&list_entry->list_node,
20628 buf_list);
20629 }
20630 } else {
20631 rc = -EINVAL;
20632 }
20633
20634 spin_unlock_irq(&hdwq->hdwq_lock);
20635 return rc;
20636}
20637
20638/**
20639 * lpfc_free_cmd_rsp_buf_per_hdwq - Free all CMD/RSP chunks of hdwq pool
20640 * @phba: phba object
20641 * @hdwq: hdwq to cleanup cmd rsp buff resources on
20642 *
20643 * This routine frees all CMD/RSP buffers of hdwq's CMD/RSP buf pool.
20644 *
20645 * Return codes:
20646 * None
20647 **/
20648void
20649lpfc_free_cmd_rsp_buf_per_hdwq(struct lpfc_hba *phba,
20650 struct lpfc_sli4_hdw_queue *hdwq)
20651{
20652 struct list_head *buf_list = &hdwq->cmd_rsp_buf_list;
20653 struct fcp_cmd_rsp_buf *list_entry = NULL;
20654 struct fcp_cmd_rsp_buf *tmp = NULL;
20655
20656 spin_lock_irq(&hdwq->hdwq_lock);
20657
20658 /* Free cmd_rsp buf pool */
20659 list_for_each_entry_safe(list_entry, tmp,
20660 buf_list,
20661 list_node) {
20662 dma_pool_free(phba->lpfc_cmd_rsp_buf_pool,
20663 list_entry->fcp_cmnd,
20664 list_entry->fcp_cmd_rsp_dma_handle);
20665 list_del(&list_entry->list_node);
20666 kfree(list_entry);
20667 }
20668
20669 spin_unlock_irq(&hdwq->hdwq_lock);
20670}