blob: 66191fa35f63637727536c43452b4c7320911096 [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 Smart128bdda2018-01-30 15:59:03 -08004 * Copyright (C) 2017-2018 Broadcom. All Rights Reserved. The term *
James Smart4ae2ebd2018-06-26 08:24:31 -07005 * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. *
James Smartb857ff32014-04-04 13:52:50 -04006 * Copyright (C) 2004-2014 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/mempool.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090025#include <linux/slab.h>
dea31012005-04-17 16:05:31 -050026#include <linux/pci.h>
27#include <linux/interrupt.h>
28
James Smart895427b2017-02-12 13:52:30 -080029#include <scsi/scsi.h>
James.Smart@Emulex.Comf888ba32005-08-10 15:03:01 -040030#include <scsi/scsi_device.h>
31#include <scsi/scsi_transport_fc.h>
James Smart895427b2017-02-12 13:52:30 -080032#include <scsi/fc/fc_fs.h>
James.Smart@Emulex.Comf888ba32005-08-10 15:03:01 -040033
James Smart895427b2017-02-12 13:52:30 -080034#include <linux/nvme-fc-driver.h>
James.Smart@Emulex.Com91886522005-08-10 15:03:09 -040035
James Smartda0436e2009-05-22 14:51:39 -040036#include "lpfc_hw4.h"
dea31012005-04-17 16:05:31 -050037#include "lpfc_hw.h"
38#include "lpfc_sli.h"
James Smartda0436e2009-05-22 14:51:39 -040039#include "lpfc_sli4.h"
James Smartea2151b2008-09-07 11:52:10 -040040#include "lpfc_nl.h"
dea31012005-04-17 16:05:31 -050041#include "lpfc_disc.h"
dea31012005-04-17 16:05:31 -050042#include "lpfc.h"
James Smart895427b2017-02-12 13:52:30 -080043#include "lpfc_scsi.h"
44#include "lpfc_nvme.h"
James Smartf358dd02017-02-12 13:52:34 -080045#include "lpfc_nvmet.h"
dea31012005-04-17 16:05:31 -050046#include "lpfc_crtn.h"
James Smartcff261f2013-12-17 20:29:47 -050047#include "lpfc_logmsg.h"
dea31012005-04-17 16:05:31 -050048
49#define LPFC_MBUF_POOL_SIZE 64 /* max elements in MBUF safety pool */
50#define LPFC_MEM_POOL_SIZE 64 /* max elem in non-DMA safety pool */
James Smart1ba981f2014-02-20 09:56:45 -050051#define LPFC_DEVICE_DATA_POOL_SIZE 64 /* max elements in device data pool */
dea31012005-04-17 16:05:31 -050052
James Smartcff261f2013-12-17 20:29:47 -050053int
54lpfc_mem_alloc_active_rrq_pool_s4(struct lpfc_hba *phba) {
55 size_t bytes;
56 int max_xri = phba->sli4_hba.max_cfg_param.max_xri;
57
58 if (max_xri <= 0)
59 return -ENOMEM;
60 bytes = ((BITS_PER_LONG - 1 + max_xri) / BITS_PER_LONG) *
61 sizeof(unsigned long);
62 phba->cfg_rrq_xri_bitmap_sz = bytes;
63 phba->active_rrq_pool = mempool_create_kmalloc_pool(LPFC_MEM_POOL_SIZE,
64 bytes);
65 if (!phba->active_rrq_pool)
66 return -ENOMEM;
67 else
68 return 0;
69}
James Smart2e0fef82007-06-17 19:56:36 -050070
James Smarte59058c2008-08-24 21:49:00 -040071/**
James Smart3621a712009-04-06 18:47:14 -040072 * lpfc_mem_alloc - create and allocate all PCI and memory pools
James Smarte59058c2008-08-24 21:49:00 -040073 * @phba: HBA to allocate pools for
74 *
James Smart895427b2017-02-12 13:52:30 -080075 * Description: Creates and allocates PCI pools lpfc_sg_dma_buf_pool,
James Smartda0436e2009-05-22 14:51:39 -040076 * lpfc_mbuf_pool, lpfc_hrb_pool. Creates and allocates kmalloc-backed mempools
James Smarte59058c2008-08-24 21:49:00 -040077 * for LPFC_MBOXQ_t and lpfc_nodelist. Also allocates the VPI bitmask.
78 *
79 * Notes: Not interrupt-safe. Must be called with no locks held. If any
80 * allocation fails, frees all successfully allocated memory before returning.
81 *
82 * Returns:
83 * 0 on success
84 * -ENOMEM on failure (if any memory allocations fail)
85 **/
dea31012005-04-17 16:05:31 -050086int
James Smartda0436e2009-05-22 14:51:39 -040087lpfc_mem_alloc(struct lpfc_hba *phba, int align)
dea31012005-04-17 16:05:31 -050088{
89 struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool;
90 int i;
91
James Smart96f70772013-04-17 20:16:15 -040092 if (phba->sli_rev == LPFC_SLI_REV4) {
93 /* Calculate alignment */
94 if (phba->cfg_sg_dma_buf_size < SLI4_PAGE_SIZE)
95 i = phba->cfg_sg_dma_buf_size;
96 else
97 i = SLI4_PAGE_SIZE;
98
James Smart895427b2017-02-12 13:52:30 -080099 phba->lpfc_sg_dma_buf_pool =
Romain Perier771db5c2017-07-06 10:13:05 +0200100 dma_pool_create("lpfc_sg_dma_buf_pool",
101 &phba->pcidev->dev,
James Smart895427b2017-02-12 13:52:30 -0800102 phba->cfg_sg_dma_buf_size,
103 i, 0);
104 if (!phba->lpfc_sg_dma_buf_pool)
105 goto fail;
James Smart96f70772013-04-17 20:16:15 -0400106
James Smart895427b2017-02-12 13:52:30 -0800107 } else {
108 phba->lpfc_sg_dma_buf_pool =
Romain Perier771db5c2017-07-06 10:13:05 +0200109 dma_pool_create("lpfc_sg_dma_buf_pool",
110 &phba->pcidev->dev, phba->cfg_sg_dma_buf_size,
James Smart895427b2017-02-12 13:52:30 -0800111 align, 0);
112
113 if (!phba->lpfc_sg_dma_buf_pool)
114 goto fail;
115 }
dea31012005-04-17 16:05:31 -0500116
Romain Perier771db5c2017-07-06 10:13:05 +0200117 phba->lpfc_mbuf_pool = dma_pool_create("lpfc_mbuf_pool", &phba->pcidev->dev,
James Smartda0436e2009-05-22 14:51:39 -0400118 LPFC_BPL_SIZE,
119 align, 0);
dea31012005-04-17 16:05:31 -0500120 if (!phba->lpfc_mbuf_pool)
121 goto fail_free_dma_buf_pool;
122
Kees Cook6da2ec52018-06-12 13:55:00 -0700123 pool->elements = kmalloc_array(LPFC_MBUF_POOL_SIZE,
124 sizeof(struct lpfc_dmabuf),
125 GFP_KERNEL);
Mariusz Kozlowskia96e0c72007-01-02 01:07:32 +0100126 if (!pool->elements)
127 goto fail_free_lpfc_mbuf_pool;
128
dea31012005-04-17 16:05:31 -0500129 pool->max_count = 0;
130 pool->current_count = 0;
131 for ( i = 0; i < LPFC_MBUF_POOL_SIZE; i++) {
Romain Perier771db5c2017-07-06 10:13:05 +0200132 pool->elements[i].virt = dma_pool_alloc(phba->lpfc_mbuf_pool,
dea31012005-04-17 16:05:31 -0500133 GFP_KERNEL, &pool->elements[i].phys);
134 if (!pool->elements[i].virt)
135 goto fail_free_mbuf_pool;
136 pool->max_count++;
137 pool->current_count++;
138 }
139
Matthew Dobson0eaae62a2006-03-26 01:37:47 -0800140 phba->mbox_mem_pool = mempool_create_kmalloc_pool(LPFC_MEM_POOL_SIZE,
141 sizeof(LPFC_MBOXQ_t));
dea31012005-04-17 16:05:31 -0500142 if (!phba->mbox_mem_pool)
143 goto fail_free_mbuf_pool;
144
Matthew Dobson0eaae62a2006-03-26 01:37:47 -0800145 phba->nlp_mem_pool = mempool_create_kmalloc_pool(LPFC_MEM_POOL_SIZE,
146 sizeof(struct lpfc_nodelist));
dea31012005-04-17 16:05:31 -0500147 if (!phba->nlp_mem_pool)
148 goto fail_free_mbox_pool;
James Smart8568a4d2009-07-19 10:01:16 -0400149
150 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smart19ca7602010-11-20 23:11:55 -0500151 phba->rrq_pool =
152 mempool_create_kmalloc_pool(LPFC_MEM_POOL_SIZE,
153 sizeof(struct lpfc_node_rrq));
154 if (!phba->rrq_pool)
155 goto fail_free_nlp_mem_pool;
Romain Perier771db5c2017-07-06 10:13:05 +0200156 phba->lpfc_hrb_pool = dma_pool_create("lpfc_hrb_pool",
157 &phba->pcidev->dev,
James Smartda0436e2009-05-22 14:51:39 -0400158 LPFC_HDR_BUF_SIZE, align, 0);
James Smart8568a4d2009-07-19 10:01:16 -0400159 if (!phba->lpfc_hrb_pool)
James Smart19ca7602010-11-20 23:11:55 -0500160 goto fail_free_rrq_mem_pool;
James Smart8568a4d2009-07-19 10:01:16 -0400161
Romain Perier771db5c2017-07-06 10:13:05 +0200162 phba->lpfc_drb_pool = dma_pool_create("lpfc_drb_pool",
163 &phba->pcidev->dev,
James Smartda0436e2009-05-22 14:51:39 -0400164 LPFC_DATA_BUF_SIZE, align, 0);
James Smart8568a4d2009-07-19 10:01:16 -0400165 if (!phba->lpfc_drb_pool)
166 goto fail_free_hrb_pool;
167 phba->lpfc_hbq_pool = NULL;
168 } else {
Romain Perier771db5c2017-07-06 10:13:05 +0200169 phba->lpfc_hbq_pool = dma_pool_create("lpfc_hbq_pool",
170 &phba->pcidev->dev, LPFC_BPL_SIZE, align, 0);
James Smart8568a4d2009-07-19 10:01:16 -0400171 if (!phba->lpfc_hbq_pool)
172 goto fail_free_nlp_mem_pool;
173 phba->lpfc_hrb_pool = NULL;
174 phba->lpfc_drb_pool = NULL;
175 }
James Smart92d7f7b2007-06-17 19:56:38 -0500176
James Smart1ba981f2014-02-20 09:56:45 -0500177 if (phba->cfg_EnableXLane) {
178 phba->device_data_mem_pool = mempool_create_kmalloc_pool(
179 LPFC_DEVICE_DATA_POOL_SIZE,
180 sizeof(struct lpfc_device_data));
181 if (!phba->device_data_mem_pool)
James Smart895427b2017-02-12 13:52:30 -0800182 goto fail_free_drb_pool;
James Smart1ba981f2014-02-20 09:56:45 -0500183 } else {
184 phba->device_data_mem_pool = NULL;
185 }
186
dea31012005-04-17 16:05:31 -0500187 return 0;
James Smart895427b2017-02-12 13:52:30 -0800188fail_free_drb_pool:
Romain Perier771db5c2017-07-06 10:13:05 +0200189 dma_pool_destroy(phba->lpfc_drb_pool);
James Smart895427b2017-02-12 13:52:30 -0800190 phba->lpfc_drb_pool = NULL;
James Smart8568a4d2009-07-19 10:01:16 -0400191 fail_free_hrb_pool:
Romain Perier771db5c2017-07-06 10:13:05 +0200192 dma_pool_destroy(phba->lpfc_hrb_pool);
James Smartda0436e2009-05-22 14:51:39 -0400193 phba->lpfc_hrb_pool = NULL;
James Smart19ca7602010-11-20 23:11:55 -0500194 fail_free_rrq_mem_pool:
195 mempool_destroy(phba->rrq_pool);
196 phba->rrq_pool = NULL;
James Smarted957682007-06-17 19:56:37 -0500197 fail_free_nlp_mem_pool:
198 mempool_destroy(phba->nlp_mem_pool);
199 phba->nlp_mem_pool = NULL;
dea31012005-04-17 16:05:31 -0500200 fail_free_mbox_pool:
201 mempool_destroy(phba->mbox_mem_pool);
James Smart2e0fef82007-06-17 19:56:36 -0500202 phba->mbox_mem_pool = NULL;
dea31012005-04-17 16:05:31 -0500203 fail_free_mbuf_pool:
Mariusz Kozlowskia96e0c72007-01-02 01:07:32 +0100204 while (i--)
Romain Perier771db5c2017-07-06 10:13:05 +0200205 dma_pool_free(phba->lpfc_mbuf_pool, pool->elements[i].virt,
dea31012005-04-17 16:05:31 -0500206 pool->elements[i].phys);
207 kfree(pool->elements);
Mariusz Kozlowskia96e0c72007-01-02 01:07:32 +0100208 fail_free_lpfc_mbuf_pool:
Romain Perier771db5c2017-07-06 10:13:05 +0200209 dma_pool_destroy(phba->lpfc_mbuf_pool);
James Smart2e0fef82007-06-17 19:56:36 -0500210 phba->lpfc_mbuf_pool = NULL;
dea31012005-04-17 16:05:31 -0500211 fail_free_dma_buf_pool:
Romain Perier771db5c2017-07-06 10:13:05 +0200212 dma_pool_destroy(phba->lpfc_sg_dma_buf_pool);
James Smart895427b2017-02-12 13:52:30 -0800213 phba->lpfc_sg_dma_buf_pool = NULL;
dea31012005-04-17 16:05:31 -0500214 fail:
215 return -ENOMEM;
216}
217
James Smart3c603be2017-05-15 15:20:44 -0700218int
219lpfc_nvmet_mem_alloc(struct lpfc_hba *phba)
220{
221 phba->lpfc_nvmet_drb_pool =
Romain Perier771db5c2017-07-06 10:13:05 +0200222 dma_pool_create("lpfc_nvmet_drb_pool",
223 &phba->pcidev->dev, LPFC_NVMET_DATA_BUF_SIZE,
James Smart3c603be2017-05-15 15:20:44 -0700224 SGL_ALIGN_SZ, 0);
225 if (!phba->lpfc_nvmet_drb_pool) {
226 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
227 "6024 Can't enable NVME Target - no memory\n");
228 return -ENOMEM;
229 }
230 return 0;
231}
232
James Smarte59058c2008-08-24 21:49:00 -0400233/**
James Smartda0436e2009-05-22 14:51:39 -0400234 * lpfc_mem_free - Frees memory allocated by lpfc_mem_alloc
James Smarte59058c2008-08-24 21:49:00 -0400235 * @phba: HBA to free memory for
236 *
James Smartda0436e2009-05-22 14:51:39 -0400237 * Description: Free the memory allocated by lpfc_mem_alloc routine. This
238 * routine is a the counterpart of lpfc_mem_alloc.
James Smarte59058c2008-08-24 21:49:00 -0400239 *
240 * Returns: None
241 **/
dea31012005-04-17 16:05:31 -0500242void
James Smartda0436e2009-05-22 14:51:39 -0400243lpfc_mem_free(struct lpfc_hba *phba)
244{
245 int i;
246 struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool;
James Smart1ba981f2014-02-20 09:56:45 -0500247 struct lpfc_device_data *device_data;
James Smartda0436e2009-05-22 14:51:39 -0400248
James Smartda0436e2009-05-22 14:51:39 -0400249 /* Free HBQ pools */
250 lpfc_sli_hbqbuf_free_all(phba);
James Smart3c603be2017-05-15 15:20:44 -0700251 if (phba->lpfc_nvmet_drb_pool)
Romain Perier771db5c2017-07-06 10:13:05 +0200252 dma_pool_destroy(phba->lpfc_nvmet_drb_pool);
James Smart3c603be2017-05-15 15:20:44 -0700253 phba->lpfc_nvmet_drb_pool = NULL;
James Smart8568a4d2009-07-19 10:01:16 -0400254 if (phba->lpfc_drb_pool)
Romain Perier771db5c2017-07-06 10:13:05 +0200255 dma_pool_destroy(phba->lpfc_drb_pool);
James Smartda0436e2009-05-22 14:51:39 -0400256 phba->lpfc_drb_pool = NULL;
James Smart8568a4d2009-07-19 10:01:16 -0400257 if (phba->lpfc_hrb_pool)
Romain Perier771db5c2017-07-06 10:13:05 +0200258 dma_pool_destroy(phba->lpfc_hrb_pool);
James Smartda0436e2009-05-22 14:51:39 -0400259 phba->lpfc_hrb_pool = NULL;
James Smart895427b2017-02-12 13:52:30 -0800260 if (phba->txrdy_payload_pool)
Romain Perier771db5c2017-07-06 10:13:05 +0200261 dma_pool_destroy(phba->txrdy_payload_pool);
James Smart895427b2017-02-12 13:52:30 -0800262 phba->txrdy_payload_pool = NULL;
James Smartda0436e2009-05-22 14:51:39 -0400263
James Smart8568a4d2009-07-19 10:01:16 -0400264 if (phba->lpfc_hbq_pool)
Romain Perier771db5c2017-07-06 10:13:05 +0200265 dma_pool_destroy(phba->lpfc_hbq_pool);
James Smart8568a4d2009-07-19 10:01:16 -0400266 phba->lpfc_hbq_pool = NULL;
Martin K. Petersend65c8ff2016-05-09 21:39:43 -0400267
268 if (phba->rrq_pool)
269 mempool_destroy(phba->rrq_pool);
James Smart21a688c2012-08-03 12:34:15 -0400270 phba->rrq_pool = NULL;
271
James Smartda0436e2009-05-22 14:51:39 -0400272 /* Free NLP memory pool */
273 mempool_destroy(phba->nlp_mem_pool);
274 phba->nlp_mem_pool = NULL;
Martin K. Petersend65c8ff2016-05-09 21:39:43 -0400275 if (phba->sli_rev == LPFC_SLI_REV4 && phba->active_rrq_pool) {
James Smartcff261f2013-12-17 20:29:47 -0500276 mempool_destroy(phba->active_rrq_pool);
277 phba->active_rrq_pool = NULL;
278 }
James Smartda0436e2009-05-22 14:51:39 -0400279
280 /* Free mbox memory pool */
281 mempool_destroy(phba->mbox_mem_pool);
282 phba->mbox_mem_pool = NULL;
283
284 /* Free MBUF memory pool */
285 for (i = 0; i < pool->current_count; i++)
Romain Perier771db5c2017-07-06 10:13:05 +0200286 dma_pool_free(phba->lpfc_mbuf_pool, pool->elements[i].virt,
James Smartda0436e2009-05-22 14:51:39 -0400287 pool->elements[i].phys);
288 kfree(pool->elements);
289
Romain Perier771db5c2017-07-06 10:13:05 +0200290 dma_pool_destroy(phba->lpfc_mbuf_pool);
James Smartda0436e2009-05-22 14:51:39 -0400291 phba->lpfc_mbuf_pool = NULL;
292
293 /* Free DMA buffer memory pool */
Romain Perier771db5c2017-07-06 10:13:05 +0200294 dma_pool_destroy(phba->lpfc_sg_dma_buf_pool);
James Smart895427b2017-02-12 13:52:30 -0800295 phba->lpfc_sg_dma_buf_pool = NULL;
James Smartda0436e2009-05-22 14:51:39 -0400296
James Smart1ba981f2014-02-20 09:56:45 -0500297 /* Free Device Data memory pool */
298 if (phba->device_data_mem_pool) {
299 /* Ensure all objects have been returned to the pool */
300 while (!list_empty(&phba->luns)) {
301 device_data = list_first_entry(&phba->luns,
302 struct lpfc_device_data,
303 listentry);
304 list_del(&device_data->listentry);
305 mempool_free(device_data, phba->device_data_mem_pool);
306 }
307 mempool_destroy(phba->device_data_mem_pool);
308 }
309 phba->device_data_mem_pool = NULL;
James Smartda0436e2009-05-22 14:51:39 -0400310 return;
311}
312
313/**
314 * lpfc_mem_free_all - Frees all PCI and driver memory
315 * @phba: HBA to free memory for
316 *
317 * Description: Free memory from PCI and driver memory pools and also those
James Smart895427b2017-02-12 13:52:30 -0800318 * used : lpfc_sg_dma_buf_pool, lpfc_mbuf_pool, lpfc_hrb_pool. Frees
James Smartda0436e2009-05-22 14:51:39 -0400319 * kmalloc-backed mempools for LPFC_MBOXQ_t and lpfc_nodelist. Also frees
320 * the VPI bitmask.
321 *
322 * Returns: None
323 **/
324void
325lpfc_mem_free_all(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500326{
327 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -0500328 LPFC_MBOXQ_t *mbox, *next_mbox;
329 struct lpfc_dmabuf *mp;
dea31012005-04-17 16:05:31 -0500330
James Smartda0436e2009-05-22 14:51:39 -0400331 /* Free memory used in mailbox queue back to mailbox memory pool */
dea31012005-04-17 16:05:31 -0500332 list_for_each_entry_safe(mbox, next_mbox, &psli->mboxq, list) {
James Smart3e1f0712018-11-29 16:09:29 -0800333 mp = (struct lpfc_dmabuf *)(mbox->ctx_buf);
dea31012005-04-17 16:05:31 -0500334 if (mp) {
335 lpfc_mbuf_free(phba, mp->virt, mp->phys);
336 kfree(mp);
337 }
338 list_del(&mbox->list);
339 mempool_free(mbox, phba->mbox_mem_pool);
340 }
James Smartda0436e2009-05-22 14:51:39 -0400341 /* Free memory used in mailbox cmpl list back to mailbox memory pool */
James Smart92d7f7b2007-06-17 19:56:38 -0500342 list_for_each_entry_safe(mbox, next_mbox, &psli->mboxq_cmpl, list) {
James Smart3e1f0712018-11-29 16:09:29 -0800343 mp = (struct lpfc_dmabuf *)(mbox->ctx_buf);
James Smart92d7f7b2007-06-17 19:56:38 -0500344 if (mp) {
345 lpfc_mbuf_free(phba, mp->virt, mp->phys);
346 kfree(mp);
347 }
348 list_del(&mbox->list);
349 mempool_free(mbox, phba->mbox_mem_pool);
350 }
James Smartda0436e2009-05-22 14:51:39 -0400351 /* Free the active mailbox command back to the mailbox memory pool */
352 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500353 psli->sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
James Smartda0436e2009-05-22 14:51:39 -0400354 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500355 if (psli->mbox_active) {
356 mbox = psli->mbox_active;
James Smart3e1f0712018-11-29 16:09:29 -0800357 mp = (struct lpfc_dmabuf *)(mbox->ctx_buf);
dea31012005-04-17 16:05:31 -0500358 if (mp) {
359 lpfc_mbuf_free(phba, mp->virt, mp->phys);
360 kfree(mp);
361 }
362 mempool_free(mbox, phba->mbox_mem_pool);
363 psli->mbox_active = NULL;
364 }
365
James Smartda0436e2009-05-22 14:51:39 -0400366 /* Free and destroy all the allocated memory pools */
367 lpfc_mem_free(phba);
James Smart2e0fef82007-06-17 19:56:36 -0500368
James Smarte59058c2008-08-24 21:49:00 -0400369 /* Free the iocb lookup array */
James Smart9f49d3b2006-07-06 15:49:34 -0400370 kfree(psli->iocbq_lookup);
371 psli->iocbq_lookup = NULL;
James Smartda0436e2009-05-22 14:51:39 -0400372
373 return;
dea31012005-04-17 16:05:31 -0500374}
375
James Smarte59058c2008-08-24 21:49:00 -0400376/**
James Smart3621a712009-04-06 18:47:14 -0400377 * lpfc_mbuf_alloc - Allocate an mbuf from the lpfc_mbuf_pool PCI pool
James Smarte59058c2008-08-24 21:49:00 -0400378 * @phba: HBA which owns the pool to allocate from
379 * @mem_flags: indicates if this is a priority (MEM_PRI) allocation
380 * @handle: used to return the DMA-mapped address of the mbuf
381 *
382 * Description: Allocates a DMA-mapped buffer from the lpfc_mbuf_pool PCI pool.
Romain Perier771db5c2017-07-06 10:13:05 +0200383 * Allocates from generic dma_pool_alloc function first and if that fails and
James Smarte59058c2008-08-24 21:49:00 -0400384 * mem_flags has MEM_PRI set (the only defined flag), returns an mbuf from the
385 * HBA's pool.
386 *
387 * Notes: Not interrupt-safe. Must be called with no locks held. Takes
388 * phba->hbalock.
389 *
390 * Returns:
391 * pointer to the allocated mbuf on success
392 * NULL on failure
393 **/
dea31012005-04-17 16:05:31 -0500394void *
395lpfc_mbuf_alloc(struct lpfc_hba *phba, int mem_flags, dma_addr_t *handle)
396{
397 struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool;
James Smart2e0fef82007-06-17 19:56:36 -0500398 unsigned long iflags;
dea31012005-04-17 16:05:31 -0500399 void *ret;
400
Romain Perier771db5c2017-07-06 10:13:05 +0200401 ret = dma_pool_alloc(phba->lpfc_mbuf_pool, GFP_KERNEL, handle);
dea31012005-04-17 16:05:31 -0500402
James Smart2e0fef82007-06-17 19:56:36 -0500403 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart92d7f7b2007-06-17 19:56:38 -0500404 if (!ret && (mem_flags & MEM_PRI) && pool->current_count) {
dea31012005-04-17 16:05:31 -0500405 pool->current_count--;
406 ret = pool->elements[pool->current_count].virt;
407 *handle = pool->elements[pool->current_count].phys;
408 }
James Smart2e0fef82007-06-17 19:56:36 -0500409 spin_unlock_irqrestore(&phba->hbalock, iflags);
dea31012005-04-17 16:05:31 -0500410 return ret;
411}
412
James Smarte59058c2008-08-24 21:49:00 -0400413/**
James Smart3621a712009-04-06 18:47:14 -0400414 * __lpfc_mbuf_free - Free an mbuf from the lpfc_mbuf_pool PCI pool (locked)
James Smarte59058c2008-08-24 21:49:00 -0400415 * @phba: HBA which owns the pool to return to
416 * @virt: mbuf to free
417 * @dma: the DMA-mapped address of the lpfc_mbuf_pool to be freed
418 *
419 * Description: Returns an mbuf lpfc_mbuf_pool to the lpfc_mbuf_safety_pool if
420 * it is below its max_count, frees the mbuf otherwise.
421 *
422 * Notes: Must be called with phba->hbalock held to synchronize access to
423 * lpfc_mbuf_safety_pool.
424 *
425 * Returns: None
426 **/
dea31012005-04-17 16:05:31 -0500427void
James Smart2e0fef82007-06-17 19:56:36 -0500428__lpfc_mbuf_free(struct lpfc_hba * phba, void *virt, dma_addr_t dma)
dea31012005-04-17 16:05:31 -0500429{
430 struct lpfc_dma_pool *pool = &phba->lpfc_mbuf_safety_pool;
431
432 if (pool->current_count < pool->max_count) {
433 pool->elements[pool->current_count].virt = virt;
434 pool->elements[pool->current_count].phys = dma;
435 pool->current_count++;
436 } else {
Romain Perier771db5c2017-07-06 10:13:05 +0200437 dma_pool_free(phba->lpfc_mbuf_pool, virt, dma);
dea31012005-04-17 16:05:31 -0500438 }
439 return;
440}
James Smart2e0fef82007-06-17 19:56:36 -0500441
James Smarte59058c2008-08-24 21:49:00 -0400442/**
James Smart3621a712009-04-06 18:47:14 -0400443 * lpfc_mbuf_free - Free an mbuf from the lpfc_mbuf_pool PCI pool (unlocked)
James Smarte59058c2008-08-24 21:49:00 -0400444 * @phba: HBA which owns the pool to return to
445 * @virt: mbuf to free
446 * @dma: the DMA-mapped address of the lpfc_mbuf_pool to be freed
447 *
448 * Description: Returns an mbuf lpfc_mbuf_pool to the lpfc_mbuf_safety_pool if
449 * it is below its max_count, frees the mbuf otherwise.
450 *
451 * Notes: Takes phba->hbalock. Can be called with or without other locks held.
452 *
453 * Returns: None
454 **/
James Smart2e0fef82007-06-17 19:56:36 -0500455void
456lpfc_mbuf_free(struct lpfc_hba * phba, void *virt, dma_addr_t dma)
457{
458 unsigned long iflags;
459
460 spin_lock_irqsave(&phba->hbalock, iflags);
461 __lpfc_mbuf_free(phba, virt, dma);
462 spin_unlock_irqrestore(&phba->hbalock, iflags);
463 return;
464}
James Smarted957682007-06-17 19:56:37 -0500465
James Smarte59058c2008-08-24 21:49:00 -0400466/**
James Smartf358dd02017-02-12 13:52:34 -0800467 * lpfc_nvmet_buf_alloc - Allocate an nvmet_buf from the
468 * lpfc_sg_dma_buf_pool PCI pool
469 * @phba: HBA which owns the pool to allocate from
470 * @mem_flags: indicates if this is a priority (MEM_PRI) allocation
471 * @handle: used to return the DMA-mapped address of the nvmet_buf
472 *
473 * Description: Allocates a DMA-mapped buffer from the lpfc_sg_dma_buf_pool
Romain Perier771db5c2017-07-06 10:13:05 +0200474 * PCI pool. Allocates from generic dma_pool_alloc function.
James Smartf358dd02017-02-12 13:52:34 -0800475 *
476 * Returns:
477 * pointer to the allocated nvmet_buf on success
478 * NULL on failure
479 **/
480void *
481lpfc_nvmet_buf_alloc(struct lpfc_hba *phba, int mem_flags, dma_addr_t *handle)
482{
483 void *ret;
484
Romain Perier771db5c2017-07-06 10:13:05 +0200485 ret = dma_pool_alloc(phba->lpfc_sg_dma_buf_pool, GFP_KERNEL, handle);
James Smartf358dd02017-02-12 13:52:34 -0800486 return ret;
487}
488
489/**
490 * lpfc_nvmet_buf_free - Free an nvmet_buf from the lpfc_sg_dma_buf_pool
491 * PCI pool
492 * @phba: HBA which owns the pool to return to
493 * @virt: nvmet_buf to free
494 * @dma: the DMA-mapped address of the lpfc_sg_dma_buf_pool to be freed
495 *
496 * Returns: None
497 **/
498void
499lpfc_nvmet_buf_free(struct lpfc_hba *phba, void *virt, dma_addr_t dma)
500{
Romain Perier771db5c2017-07-06 10:13:05 +0200501 dma_pool_free(phba->lpfc_sg_dma_buf_pool, virt, dma);
James Smartf358dd02017-02-12 13:52:34 -0800502}
503
504/**
James Smart3621a712009-04-06 18:47:14 -0400505 * lpfc_els_hbq_alloc - Allocate an HBQ buffer
James Smarte59058c2008-08-24 21:49:00 -0400506 * @phba: HBA to allocate HBQ buffer for
507 *
James Smartda0436e2009-05-22 14:51:39 -0400508 * Description: Allocates a DMA-mapped HBQ buffer from the lpfc_hrb_pool PCI
James Smarte59058c2008-08-24 21:49:00 -0400509 * pool along a non-DMA-mapped container for it.
510 *
511 * Notes: Not interrupt-safe. Must be called with no locks held.
512 *
513 * Returns:
514 * pointer to HBQ on success
515 * NULL on failure
516 **/
James Smart51ef4c22007-08-02 11:10:31 -0400517struct hbq_dmabuf *
518lpfc_els_hbq_alloc(struct lpfc_hba *phba)
James Smarted957682007-06-17 19:56:37 -0500519{
James Smart51ef4c22007-08-02 11:10:31 -0400520 struct hbq_dmabuf *hbqbp;
521
James Smart2e90f4b2011-12-13 13:22:37 -0500522 hbqbp = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL);
James Smart51ef4c22007-08-02 11:10:31 -0400523 if (!hbqbp)
524 return NULL;
525
Romain Perier771db5c2017-07-06 10:13:05 +0200526 hbqbp->dbuf.virt = dma_pool_alloc(phba->lpfc_hbq_pool, GFP_KERNEL,
James Smart51ef4c22007-08-02 11:10:31 -0400527 &hbqbp->dbuf.phys);
528 if (!hbqbp->dbuf.virt) {
529 kfree(hbqbp);
530 return NULL;
531 }
James Smart895427b2017-02-12 13:52:30 -0800532 hbqbp->total_size = LPFC_BPL_SIZE;
James Smart51ef4c22007-08-02 11:10:31 -0400533 return hbqbp;
James Smarted957682007-06-17 19:56:37 -0500534}
535
James Smarte59058c2008-08-24 21:49:00 -0400536/**
James Smartda0436e2009-05-22 14:51:39 -0400537 * lpfc_els_hbq_free - Frees an HBQ buffer allocated with lpfc_els_hbq_alloc
James Smarte59058c2008-08-24 21:49:00 -0400538 * @phba: HBA buffer was allocated for
539 * @hbqbp: HBQ container returned by lpfc_els_hbq_alloc
540 *
541 * Description: Frees both the container and the DMA-mapped buffer returned by
542 * lpfc_els_hbq_alloc.
543 *
544 * Notes: Can be called with or without locks held.
545 *
546 * Returns: None
547 **/
James Smarted957682007-06-17 19:56:37 -0500548void
James Smart51ef4c22007-08-02 11:10:31 -0400549lpfc_els_hbq_free(struct lpfc_hba *phba, struct hbq_dmabuf *hbqbp)
James Smarted957682007-06-17 19:56:37 -0500550{
Romain Perier771db5c2017-07-06 10:13:05 +0200551 dma_pool_free(phba->lpfc_hbq_pool, hbqbp->dbuf.virt, hbqbp->dbuf.phys);
James Smart51ef4c22007-08-02 11:10:31 -0400552 kfree(hbqbp);
James Smarted957682007-06-17 19:56:37 -0500553 return;
554}
555
James Smarte59058c2008-08-24 21:49:00 -0400556/**
James Smartda0436e2009-05-22 14:51:39 -0400557 * lpfc_sli4_rb_alloc - Allocate an SLI4 Receive buffer
558 * @phba: HBA to allocate a receive buffer for
559 *
560 * Description: Allocates a DMA-mapped receive buffer from the lpfc_hrb_pool PCI
561 * pool along a non-DMA-mapped container for it.
562 *
563 * Notes: Not interrupt-safe. Must be called with no locks held.
564 *
565 * Returns:
566 * pointer to HBQ on success
567 * NULL on failure
568 **/
569struct hbq_dmabuf *
570lpfc_sli4_rb_alloc(struct lpfc_hba *phba)
571{
572 struct hbq_dmabuf *dma_buf;
573
James Smart2e90f4b2011-12-13 13:22:37 -0500574 dma_buf = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL);
James Smartda0436e2009-05-22 14:51:39 -0400575 if (!dma_buf)
576 return NULL;
577
Romain Perier771db5c2017-07-06 10:13:05 +0200578 dma_buf->hbuf.virt = dma_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL,
James Smartda0436e2009-05-22 14:51:39 -0400579 &dma_buf->hbuf.phys);
580 if (!dma_buf->hbuf.virt) {
581 kfree(dma_buf);
582 return NULL;
583 }
Romain Perier771db5c2017-07-06 10:13:05 +0200584 dma_buf->dbuf.virt = dma_pool_alloc(phba->lpfc_drb_pool, GFP_KERNEL,
James Smartda0436e2009-05-22 14:51:39 -0400585 &dma_buf->dbuf.phys);
586 if (!dma_buf->dbuf.virt) {
Romain Perier771db5c2017-07-06 10:13:05 +0200587 dma_pool_free(phba->lpfc_hrb_pool, dma_buf->hbuf.virt,
James Smartda0436e2009-05-22 14:51:39 -0400588 dma_buf->hbuf.phys);
589 kfree(dma_buf);
590 return NULL;
591 }
James Smart895427b2017-02-12 13:52:30 -0800592 dma_buf->total_size = LPFC_DATA_BUF_SIZE;
James Smartda0436e2009-05-22 14:51:39 -0400593 return dma_buf;
594}
595
596/**
597 * lpfc_sli4_rb_free - Frees a receive buffer
598 * @phba: HBA buffer was allocated for
599 * @dmab: DMA Buffer container returned by lpfc_sli4_hbq_alloc
600 *
601 * Description: Frees both the container and the DMA-mapped buffers returned by
602 * lpfc_sli4_rb_alloc.
603 *
604 * Notes: Can be called with or without locks held.
605 *
606 * Returns: None
607 **/
608void
609lpfc_sli4_rb_free(struct lpfc_hba *phba, struct hbq_dmabuf *dmab)
610{
Romain Perier771db5c2017-07-06 10:13:05 +0200611 dma_pool_free(phba->lpfc_hrb_pool, dmab->hbuf.virt, dmab->hbuf.phys);
612 dma_pool_free(phba->lpfc_drb_pool, dmab->dbuf.virt, dmab->dbuf.phys);
James Smartda0436e2009-05-22 14:51:39 -0400613 kfree(dmab);
James Smartda0436e2009-05-22 14:51:39 -0400614}
615
616/**
James Smartf358dd02017-02-12 13:52:34 -0800617 * lpfc_sli4_nvmet_alloc - Allocate an SLI4 Receive buffer
618 * @phba: HBA to allocate a receive buffer for
619 *
620 * Description: Allocates a DMA-mapped receive buffer from the lpfc_hrb_pool PCI
621 * pool along a non-DMA-mapped container for it.
622 *
623 * Notes: Not interrupt-safe. Must be called with no locks held.
624 *
625 * Returns:
626 * pointer to HBQ on success
627 * NULL on failure
628 **/
629struct rqb_dmabuf *
630lpfc_sli4_nvmet_alloc(struct lpfc_hba *phba)
631{
632 struct rqb_dmabuf *dma_buf;
James Smartf358dd02017-02-12 13:52:34 -0800633
634 dma_buf = kzalloc(sizeof(struct rqb_dmabuf), GFP_KERNEL);
635 if (!dma_buf)
636 return NULL;
637
Romain Perier771db5c2017-07-06 10:13:05 +0200638 dma_buf->hbuf.virt = dma_pool_alloc(phba->lpfc_hrb_pool, GFP_KERNEL,
James Smartf358dd02017-02-12 13:52:34 -0800639 &dma_buf->hbuf.phys);
640 if (!dma_buf->hbuf.virt) {
641 kfree(dma_buf);
642 return NULL;
643 }
Romain Perier771db5c2017-07-06 10:13:05 +0200644 dma_buf->dbuf.virt = dma_pool_alloc(phba->lpfc_nvmet_drb_pool,
James Smart3c603be2017-05-15 15:20:44 -0700645 GFP_KERNEL, &dma_buf->dbuf.phys);
James Smartf358dd02017-02-12 13:52:34 -0800646 if (!dma_buf->dbuf.virt) {
Romain Perier771db5c2017-07-06 10:13:05 +0200647 dma_pool_free(phba->lpfc_hrb_pool, dma_buf->hbuf.virt,
James Smartf358dd02017-02-12 13:52:34 -0800648 dma_buf->hbuf.phys);
649 kfree(dma_buf);
650 return NULL;
651 }
James Smart3c603be2017-05-15 15:20:44 -0700652 dma_buf->total_size = LPFC_NVMET_DATA_BUF_SIZE;
James Smartf358dd02017-02-12 13:52:34 -0800653 return dma_buf;
654}
655
656/**
657 * lpfc_sli4_nvmet_free - Frees a receive buffer
658 * @phba: HBA buffer was allocated for
659 * @dmab: DMA Buffer container returned by lpfc_sli4_rbq_alloc
660 *
661 * Description: Frees both the container and the DMA-mapped buffers returned by
662 * lpfc_sli4_nvmet_alloc.
663 *
664 * Notes: Can be called with or without locks held.
665 *
666 * Returns: None
667 **/
668void
669lpfc_sli4_nvmet_free(struct lpfc_hba *phba, struct rqb_dmabuf *dmab)
670{
Romain Perier771db5c2017-07-06 10:13:05 +0200671 dma_pool_free(phba->lpfc_hrb_pool, dmab->hbuf.virt, dmab->hbuf.phys);
672 dma_pool_free(phba->lpfc_nvmet_drb_pool,
James Smart3c603be2017-05-15 15:20:44 -0700673 dmab->dbuf.virt, dmab->dbuf.phys);
James Smartf358dd02017-02-12 13:52:34 -0800674 kfree(dmab);
675}
676
677/**
James Smart3621a712009-04-06 18:47:14 -0400678 * lpfc_in_buf_free - Free a DMA buffer
James Smarte59058c2008-08-24 21:49:00 -0400679 * @phba: HBA buffer is associated with
680 * @mp: Buffer to free
681 *
682 * Description: Frees the given DMA buffer in the appropriate way given if the
683 * HBA is running in SLI3 mode with HBQs enabled.
684 *
685 * Notes: Takes phba->hbalock. Can be called with or without other locks held.
686 *
687 * Returns: None
688 **/
James Smart92d7f7b2007-06-17 19:56:38 -0500689void
690lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp)
691{
692 struct hbq_dmabuf *hbq_entry;
James Smart3163f722008-02-08 18:50:25 -0500693 unsigned long flags;
James Smart92d7f7b2007-06-17 19:56:38 -0500694
James Smart7f5f3d02008-02-08 18:50:14 -0500695 if (!mp)
696 return;
697
James Smart92d7f7b2007-06-17 19:56:38 -0500698 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED) {
James Smart895427b2017-02-12 13:52:30 -0800699 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf);
James Smart3163f722008-02-08 18:50:25 -0500700 /* Check whether HBQ is still in use */
701 spin_lock_irqsave(&phba->hbalock, flags);
702 if (!phba->hbq_in_use) {
703 spin_unlock_irqrestore(&phba->hbalock, flags);
704 return;
705 }
James Smart3163f722008-02-08 18:50:25 -0500706 list_del(&hbq_entry->dbuf.list);
James Smart92d7f7b2007-06-17 19:56:38 -0500707 if (hbq_entry->tag == -1) {
James Smart51ef4c22007-08-02 11:10:31 -0400708 (phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer)
709 (phba, hbq_entry);
James Smart92d7f7b2007-06-17 19:56:38 -0500710 } else {
711 lpfc_sli_free_hbq(phba, hbq_entry);
712 }
James Smart3163f722008-02-08 18:50:25 -0500713 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smart92d7f7b2007-06-17 19:56:38 -0500714 } else {
715 lpfc_mbuf_free(phba, mp->virt, mp->phys);
716 kfree(mp);
717 }
718 return;
719}
James Smartd613b6a2017-02-12 13:52:37 -0800720
721/**
722 * lpfc_rq_buf_free - Free a RQ DMA buffer
723 * @phba: HBA buffer is associated with
724 * @mp: Buffer to free
725 *
726 * Description: Frees the given DMA buffer in the appropriate way given by
727 * reposting it to its associated RQ so it can be reused.
728 *
729 * Notes: Takes phba->hbalock. Can be called with or without other locks held.
730 *
731 * Returns: None
732 **/
733void
734lpfc_rq_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp)
735{
736 struct lpfc_rqb *rqbp;
737 struct lpfc_rqe hrqe;
738 struct lpfc_rqe drqe;
739 struct rqb_dmabuf *rqb_entry;
740 unsigned long flags;
741 int rc;
742
743 if (!mp)
744 return;
745
746 rqb_entry = container_of(mp, struct rqb_dmabuf, hbuf);
747 rqbp = rqb_entry->hrq->rqbp;
748
749 spin_lock_irqsave(&phba->hbalock, flags);
750 list_del(&rqb_entry->hbuf.list);
751 hrqe.address_lo = putPaddrLow(rqb_entry->hbuf.phys);
752 hrqe.address_hi = putPaddrHigh(rqb_entry->hbuf.phys);
753 drqe.address_lo = putPaddrLow(rqb_entry->dbuf.phys);
754 drqe.address_hi = putPaddrHigh(rqb_entry->dbuf.phys);
755 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe);
756 if (rc < 0) {
James Smart411de512018-01-30 15:58:52 -0800757 (rqbp->rqb_free_buffer)(phba, rqb_entry);
James Smart6c621a22017-05-15 15:20:45 -0700758 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart411de512018-01-30 15:58:52 -0800759 "6409 Cannot post to HRQ %d: %x %x %x "
760 "DRQ %x %x\n",
James Smart6c621a22017-05-15 15:20:45 -0700761 rqb_entry->hrq->queue_id,
762 rqb_entry->hrq->host_index,
James Smart411de512018-01-30 15:58:52 -0800763 rqb_entry->hrq->hba_index,
764 rqb_entry->hrq->entry_count,
765 rqb_entry->drq->host_index,
766 rqb_entry->drq->hba_index);
James Smartd613b6a2017-02-12 13:52:37 -0800767 } else {
768 list_add_tail(&rqb_entry->hbuf.list, &rqbp->rqb_buffer_list);
769 rqbp->buffer_count++;
770 }
771
772 spin_unlock_irqrestore(&phba->hbalock, flags);
773}