2 * Linux MegaRAID driver for SAS based RAID controllers
4 * Copyright (c) 2003-2013 LSI Corporation
5 * Copyright (c) 2013-2014 Avago Technologies
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 * Authors: Avago Technologies
25 * Kashyap Desai <kashyap.desai@avagotech.com>
26 * Sumit Saxena <sumit.saxena@avagotech.com>
28 * Send feedback to: megaraidlinux.pdl@avagotech.com
30 * Mail to: Avago Technologies, 350 West Trimble Road, Building 90,
31 * San Jose, California 95131
34 #include <linux/kernel.h>
35 #include <linux/types.h>
36 #include <linux/pci.h>
37 #include <linux/list.h>
38 #include <linux/moduleparam.h>
39 #include <linux/module.h>
40 #include <linux/spinlock.h>
41 #include <linux/interrupt.h>
42 #include <linux/delay.h>
43 #include <linux/uio.h>
44 #include <linux/slab.h>
45 #include <linux/uaccess.h>
46 #include <asm/unaligned.h>
48 #include <linux/compat.h>
49 #include <linux/blkdev.h>
50 #include <linux/mutex.h>
51 #include <linux/poll.h>
52 #include <linux/vmalloc.h>
54 #include <scsi/scsi.h>
55 #include <scsi/scsi_cmnd.h>
56 #include <scsi/scsi_device.h>
57 #include <scsi/scsi_host.h>
58 #include <scsi/scsi_tcq.h>
59 #include "megaraid_sas_fusion.h"
60 #include "megaraid_sas.h"
63 * Number of sectors per IO command
64 * Will be set in megasas_init_mfi if user does not provide
66 static unsigned int max_sectors
;
67 module_param_named(max_sectors
, max_sectors
, int, 0);
68 MODULE_PARM_DESC(max_sectors
,
69 "Maximum number of sectors per IO command");
71 static int msix_disable
;
72 module_param(msix_disable
, int, S_IRUGO
);
73 MODULE_PARM_DESC(msix_disable
, "Disable MSI-X interrupt handling. Default: 0");
75 static unsigned int msix_vectors
;
76 module_param(msix_vectors
, int, S_IRUGO
);
77 MODULE_PARM_DESC(msix_vectors
, "MSI-X max vector count. Default: Set by FW");
79 static int allow_vf_ioctls
;
80 module_param(allow_vf_ioctls
, int, S_IRUGO
);
81 MODULE_PARM_DESC(allow_vf_ioctls
, "Allow ioctls in SR-IOV VF mode. Default: 0");
83 static unsigned int throttlequeuedepth
= MEGASAS_THROTTLE_QUEUE_DEPTH
;
84 module_param(throttlequeuedepth
, int, S_IRUGO
);
85 MODULE_PARM_DESC(throttlequeuedepth
,
86 "Adapter queue depth when throttled due to I/O timeout. Default: 16");
88 unsigned int resetwaittime
= MEGASAS_RESET_WAIT_TIME
;
89 module_param(resetwaittime
, int, S_IRUGO
);
90 MODULE_PARM_DESC(resetwaittime
, "Wait time in seconds after I/O timeout "
91 "before resetting adapter. Default: 180");
93 int smp_affinity_enable
= 1;
94 module_param(smp_affinity_enable
, int, S_IRUGO
);
95 MODULE_PARM_DESC(smp_affinity_enable
, "SMP affinity feature enable/disbale Default: enable(1)");
98 module_param(rdpq_enable
, int, S_IRUGO
);
99 MODULE_PARM_DESC(rdpq_enable
, " Allocate reply queue in chunks for large queue depth enable/disable Default: disable(0)");
101 unsigned int dual_qdepth_disable
;
102 module_param(dual_qdepth_disable
, int, S_IRUGO
);
103 MODULE_PARM_DESC(dual_qdepth_disable
, "Disable dual queue depth feature. Default: 0");
105 unsigned int scmd_timeout
= MEGASAS_DEFAULT_CMD_TIMEOUT
;
106 module_param(scmd_timeout
, int, S_IRUGO
);
107 MODULE_PARM_DESC(scmd_timeout
, "scsi command timeout (10-90s), default 90s. See megasas_reset_timer.");
109 MODULE_LICENSE("GPL");
110 MODULE_VERSION(MEGASAS_VERSION
);
111 MODULE_AUTHOR("megaraidlinux.pdl@avagotech.com");
112 MODULE_DESCRIPTION("Avago MegaRAID SAS Driver");
114 int megasas_transition_to_ready(struct megasas_instance
*instance
, int ocr
);
115 static int megasas_get_pd_list(struct megasas_instance
*instance
);
116 static int megasas_ld_list_query(struct megasas_instance
*instance
,
118 static int megasas_issue_init_mfi(struct megasas_instance
*instance
);
119 static int megasas_register_aen(struct megasas_instance
*instance
,
120 u32 seq_num
, u32 class_locale_word
);
121 static void megasas_get_pd_info(struct megasas_instance
*instance
,
122 struct scsi_device
*sdev
);
123 static int megasas_get_target_prop(struct megasas_instance
*instance
,
124 struct scsi_device
*sdev
);
126 * PCI ID table for all supported controllers
128 static struct pci_device_id megasas_pci_table
[] = {
130 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_SAS1064R
)},
132 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_SAS1078R
)},
134 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_SAS1078DE
)},
136 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_SAS1078GEN2
)},
138 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_SAS0079GEN2
)},
140 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_SAS0073SKINNY
)},
142 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_SAS0071SKINNY
)},
144 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_VERDE_ZCR
)},
145 /* xscale IOP, vega */
146 {PCI_DEVICE(PCI_VENDOR_ID_DELL
, PCI_DEVICE_ID_DELL_PERC5
)},
148 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_FUSION
)},
150 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_PLASMA
)},
152 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_INVADER
)},
154 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_FURY
)},
156 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_INTRUDER
)},
158 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_INTRUDER_24
)},
159 /* Intruder 24 port*/
160 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_CUTLASS_52
)},
161 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_CUTLASS_53
)},
163 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_VENTURA
)},
164 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_CRUSADER
)},
165 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_HARPOON
)},
166 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_TOMCAT
)},
167 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_VENTURA_4PORT
)},
168 {PCI_DEVICE(PCI_VENDOR_ID_LSI_LOGIC
, PCI_DEVICE_ID_LSI_CRUSADER_4PORT
)},
172 MODULE_DEVICE_TABLE(pci
, megasas_pci_table
);
174 static int megasas_mgmt_majorno
;
175 struct megasas_mgmt_info megasas_mgmt_info
;
176 static struct fasync_struct
*megasas_async_queue
;
177 static DEFINE_MUTEX(megasas_async_queue_mutex
);
179 static int megasas_poll_wait_aen
;
180 static DECLARE_WAIT_QUEUE_HEAD(megasas_poll_wait
);
181 static u32 support_poll_for_event
;
183 static u32 support_device_change
;
184 static bool support_nvme_encapsulation
;
186 /* define lock for aen poll */
187 spinlock_t poll_aen_lock
;
190 megasas_complete_cmd(struct megasas_instance
*instance
, struct megasas_cmd
*cmd
,
193 megasas_read_fw_status_reg_gen2(struct megasas_register_set __iomem
*regs
);
195 megasas_adp_reset_gen2(struct megasas_instance
*instance
,
196 struct megasas_register_set __iomem
*reg_set
);
197 static irqreturn_t
megasas_isr(int irq
, void *devp
);
199 megasas_init_adapter_mfi(struct megasas_instance
*instance
);
201 megasas_build_and_issue_cmd(struct megasas_instance
*instance
,
202 struct scsi_cmnd
*scmd
);
203 static void megasas_complete_cmd_dpc(unsigned long instance_addr
);
205 wait_and_poll(struct megasas_instance
*instance
, struct megasas_cmd
*cmd
,
207 void megasas_fusion_ocr_wq(struct work_struct
*work
);
208 static int megasas_get_ld_vf_affiliation(struct megasas_instance
*instance
,
211 megasas_set_dma_mask(struct megasas_instance
*instance
);
213 megasas_alloc_ctrl_mem(struct megasas_instance
*instance
);
215 megasas_free_ctrl_mem(struct megasas_instance
*instance
);
217 megasas_alloc_ctrl_dma_buffers(struct megasas_instance
*instance
);
219 megasas_free_ctrl_dma_buffers(struct megasas_instance
*instance
);
221 megasas_init_ctrl_params(struct megasas_instance
*instance
);
224 * megasas_set_dma_settings - Populate DMA address, length and flags for DCMDs
225 * @instance: Adapter soft state
226 * @dcmd: DCMD frame inside MFI command
227 * @dma_addr: DMA address of buffer to be passed to FW
228 * @dma_len: Length of DMA buffer to be passed to FW
231 void megasas_set_dma_settings(struct megasas_instance
*instance
,
232 struct megasas_dcmd_frame
*dcmd
,
233 dma_addr_t dma_addr
, u32 dma_len
)
235 if (instance
->consistent_mask_64bit
) {
236 dcmd
->sgl
.sge64
[0].phys_addr
= cpu_to_le64(dma_addr
);
237 dcmd
->sgl
.sge64
[0].length
= cpu_to_le32(dma_len
);
238 dcmd
->flags
= cpu_to_le16(dcmd
->flags
| MFI_FRAME_SGL64
);
241 dcmd
->sgl
.sge32
[0].phys_addr
=
242 cpu_to_le32(lower_32_bits(dma_addr
));
243 dcmd
->sgl
.sge32
[0].length
= cpu_to_le32(dma_len
);
244 dcmd
->flags
= cpu_to_le16(dcmd
->flags
);
249 megasas_issue_dcmd(struct megasas_instance
*instance
, struct megasas_cmd
*cmd
)
251 instance
->instancet
->fire_cmd(instance
,
252 cmd
->frame_phys_addr
, 0, instance
->reg_set
);
257 * megasas_get_cmd - Get a command from the free pool
258 * @instance: Adapter soft state
260 * Returns a free command from the pool
262 struct megasas_cmd
*megasas_get_cmd(struct megasas_instance
266 struct megasas_cmd
*cmd
= NULL
;
268 spin_lock_irqsave(&instance
->mfi_pool_lock
, flags
);
270 if (!list_empty(&instance
->cmd_pool
)) {
271 cmd
= list_entry((&instance
->cmd_pool
)->next
,
272 struct megasas_cmd
, list
);
273 list_del_init(&cmd
->list
);
275 dev_err(&instance
->pdev
->dev
, "Command pool empty!\n");
278 spin_unlock_irqrestore(&instance
->mfi_pool_lock
, flags
);
283 * megasas_return_cmd - Return a cmd to free command pool
284 * @instance: Adapter soft state
285 * @cmd: Command packet to be returned to free command pool
288 megasas_return_cmd(struct megasas_instance
*instance
, struct megasas_cmd
*cmd
)
292 struct megasas_cmd_fusion
*cmd_fusion
;
293 struct fusion_context
*fusion
= instance
->ctrl_context
;
295 /* This flag is used only for fusion adapter.
296 * Wait for Interrupt for Polled mode DCMD
298 if (cmd
->flags
& DRV_DCMD_POLLED_MODE
)
301 spin_lock_irqsave(&instance
->mfi_pool_lock
, flags
);
304 blk_tags
= instance
->max_scsi_cmds
+ cmd
->index
;
305 cmd_fusion
= fusion
->cmd_list
[blk_tags
];
306 megasas_return_cmd_fusion(instance
, cmd_fusion
);
309 cmd
->frame_count
= 0;
311 memset(cmd
->frame
, 0, instance
->mfi_frame_size
);
312 cmd
->frame
->io
.context
= cpu_to_le32(cmd
->index
);
313 if (!fusion
&& reset_devices
)
314 cmd
->frame
->hdr
.cmd
= MFI_CMD_INVALID
;
315 list_add(&cmd
->list
, (&instance
->cmd_pool
)->next
);
317 spin_unlock_irqrestore(&instance
->mfi_pool_lock
, flags
);
322 format_timestamp(uint32_t timestamp
)
324 static char buffer
[32];
326 if ((timestamp
& 0xff000000) == 0xff000000)
327 snprintf(buffer
, sizeof(buffer
), "boot + %us", timestamp
&
330 snprintf(buffer
, sizeof(buffer
), "%us", timestamp
);
335 format_class(int8_t class)
337 static char buffer
[6];
340 case MFI_EVT_CLASS_DEBUG
:
342 case MFI_EVT_CLASS_PROGRESS
:
344 case MFI_EVT_CLASS_INFO
:
346 case MFI_EVT_CLASS_WARNING
:
348 case MFI_EVT_CLASS_CRITICAL
:
350 case MFI_EVT_CLASS_FATAL
:
352 case MFI_EVT_CLASS_DEAD
:
355 snprintf(buffer
, sizeof(buffer
), "%d", class);
361 * megasas_decode_evt: Decode FW AEN event and print critical event
363 * @instance: Adapter soft state
366 megasas_decode_evt(struct megasas_instance
*instance
)
368 struct megasas_evt_detail
*evt_detail
= instance
->evt_detail
;
369 union megasas_evt_class_locale class_locale
;
370 class_locale
.word
= le32_to_cpu(evt_detail
->cl
.word
);
372 if (class_locale
.members
.class >= MFI_EVT_CLASS_CRITICAL
)
373 dev_info(&instance
->pdev
->dev
, "%d (%s/0x%04x/%s) - %s\n",
374 le32_to_cpu(evt_detail
->seq_num
),
375 format_timestamp(le32_to_cpu(evt_detail
->time_stamp
)),
376 (class_locale
.members
.locale
),
377 format_class(class_locale
.members
.class),
378 evt_detail
->description
);
382 * The following functions are defined for xscale
383 * (deviceid : 1064R, PERC5) controllers
387 * megasas_enable_intr_xscale - Enables interrupts
388 * @regs: MFI register set
391 megasas_enable_intr_xscale(struct megasas_instance
*instance
)
393 struct megasas_register_set __iomem
*regs
;
395 regs
= instance
->reg_set
;
396 writel(0, &(regs
)->outbound_intr_mask
);
398 /* Dummy readl to force pci flush */
399 readl(®s
->outbound_intr_mask
);
403 * megasas_disable_intr_xscale -Disables interrupt
404 * @regs: MFI register set
407 megasas_disable_intr_xscale(struct megasas_instance
*instance
)
409 struct megasas_register_set __iomem
*regs
;
412 regs
= instance
->reg_set
;
413 writel(mask
, ®s
->outbound_intr_mask
);
414 /* Dummy readl to force pci flush */
415 readl(®s
->outbound_intr_mask
);
419 * megasas_read_fw_status_reg_xscale - returns the current FW status value
420 * @regs: MFI register set
423 megasas_read_fw_status_reg_xscale(struct megasas_register_set __iomem
* regs
)
425 return readl(&(regs
)->outbound_msg_0
);
428 * megasas_clear_interrupt_xscale - Check & clear interrupt
429 * @regs: MFI register set
432 megasas_clear_intr_xscale(struct megasas_register_set __iomem
* regs
)
438 * Check if it is our interrupt
440 status
= readl(®s
->outbound_intr_status
);
442 if (status
& MFI_OB_INTR_STATUS_MASK
)
443 mfiStatus
= MFI_INTR_FLAG_REPLY_MESSAGE
;
444 if (status
& MFI_XSCALE_OMR0_CHANGE_INTERRUPT
)
445 mfiStatus
|= MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE
;
448 * Clear the interrupt by writing back the same value
451 writel(status
, ®s
->outbound_intr_status
);
453 /* Dummy readl to force pci flush */
454 readl(®s
->outbound_intr_status
);
460 * megasas_fire_cmd_xscale - Sends command to the FW
461 * @frame_phys_addr : Physical address of cmd
462 * @frame_count : Number of frames for the command
463 * @regs : MFI register set
466 megasas_fire_cmd_xscale(struct megasas_instance
*instance
,
467 dma_addr_t frame_phys_addr
,
469 struct megasas_register_set __iomem
*regs
)
473 spin_lock_irqsave(&instance
->hba_lock
, flags
);
474 writel((frame_phys_addr
>> 3)|(frame_count
),
475 &(regs
)->inbound_queue_port
);
476 spin_unlock_irqrestore(&instance
->hba_lock
, flags
);
480 * megasas_adp_reset_xscale - For controller reset
481 * @regs: MFI register set
484 megasas_adp_reset_xscale(struct megasas_instance
*instance
,
485 struct megasas_register_set __iomem
*regs
)
490 writel(MFI_ADP_RESET
, ®s
->inbound_doorbell
);
492 for (i
= 0; i
< 3; i
++)
493 msleep(1000); /* sleep for 3 secs */
495 pci_read_config_dword(instance
->pdev
, MFI_1068_PCSR_OFFSET
, &pcidata
);
496 dev_notice(&instance
->pdev
->dev
, "pcidata = %x\n", pcidata
);
498 dev_notice(&instance
->pdev
->dev
, "mfi 1068 offset read=%x\n", pcidata
);
500 pci_write_config_dword(instance
->pdev
,
501 MFI_1068_PCSR_OFFSET
, pcidata
);
503 for (i
= 0; i
< 2; i
++)
504 msleep(1000); /* need to wait 2 secs again */
507 pci_read_config_dword(instance
->pdev
,
508 MFI_1068_FW_HANDSHAKE_OFFSET
, &pcidata
);
509 dev_notice(&instance
->pdev
->dev
, "1068 offset handshake read=%x\n", pcidata
);
510 if ((pcidata
& 0xffff0000) == MFI_1068_FW_READY
) {
511 dev_notice(&instance
->pdev
->dev
, "1068 offset pcidt=%x\n", pcidata
);
513 pci_write_config_dword(instance
->pdev
,
514 MFI_1068_FW_HANDSHAKE_OFFSET
, pcidata
);
521 * megasas_check_reset_xscale - For controller reset check
522 * @regs: MFI register set
525 megasas_check_reset_xscale(struct megasas_instance
*instance
,
526 struct megasas_register_set __iomem
*regs
)
528 if ((atomic_read(&instance
->adprecovery
) != MEGASAS_HBA_OPERATIONAL
) &&
529 (le32_to_cpu(*instance
->consumer
) ==
530 MEGASAS_ADPRESET_INPROG_SIGN
))
535 static struct megasas_instance_template megasas_instance_template_xscale
= {
537 .fire_cmd
= megasas_fire_cmd_xscale
,
538 .enable_intr
= megasas_enable_intr_xscale
,
539 .disable_intr
= megasas_disable_intr_xscale
,
540 .clear_intr
= megasas_clear_intr_xscale
,
541 .read_fw_status_reg
= megasas_read_fw_status_reg_xscale
,
542 .adp_reset
= megasas_adp_reset_xscale
,
543 .check_reset
= megasas_check_reset_xscale
,
544 .service_isr
= megasas_isr
,
545 .tasklet
= megasas_complete_cmd_dpc
,
546 .init_adapter
= megasas_init_adapter_mfi
,
547 .build_and_issue_cmd
= megasas_build_and_issue_cmd
,
548 .issue_dcmd
= megasas_issue_dcmd
,
552 * This is the end of set of functions & definitions specific
553 * to xscale (deviceid : 1064R, PERC5) controllers
557 * The following functions are defined for ppc (deviceid : 0x60)
562 * megasas_enable_intr_ppc - Enables interrupts
563 * @regs: MFI register set
566 megasas_enable_intr_ppc(struct megasas_instance
*instance
)
568 struct megasas_register_set __iomem
*regs
;
570 regs
= instance
->reg_set
;
571 writel(0xFFFFFFFF, &(regs
)->outbound_doorbell_clear
);
573 writel(~0x80000000, &(regs
)->outbound_intr_mask
);
575 /* Dummy readl to force pci flush */
576 readl(®s
->outbound_intr_mask
);
580 * megasas_disable_intr_ppc - Disable interrupt
581 * @regs: MFI register set
584 megasas_disable_intr_ppc(struct megasas_instance
*instance
)
586 struct megasas_register_set __iomem
*regs
;
587 u32 mask
= 0xFFFFFFFF;
589 regs
= instance
->reg_set
;
590 writel(mask
, ®s
->outbound_intr_mask
);
591 /* Dummy readl to force pci flush */
592 readl(®s
->outbound_intr_mask
);
596 * megasas_read_fw_status_reg_ppc - returns the current FW status value
597 * @regs: MFI register set
600 megasas_read_fw_status_reg_ppc(struct megasas_register_set __iomem
* regs
)
602 return readl(&(regs
)->outbound_scratch_pad
);
606 * megasas_clear_interrupt_ppc - Check & clear interrupt
607 * @regs: MFI register set
610 megasas_clear_intr_ppc(struct megasas_register_set __iomem
* regs
)
612 u32 status
, mfiStatus
= 0;
615 * Check if it is our interrupt
617 status
= readl(®s
->outbound_intr_status
);
619 if (status
& MFI_REPLY_1078_MESSAGE_INTERRUPT
)
620 mfiStatus
= MFI_INTR_FLAG_REPLY_MESSAGE
;
622 if (status
& MFI_G2_OUTBOUND_DOORBELL_CHANGE_INTERRUPT
)
623 mfiStatus
|= MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE
;
626 * Clear the interrupt by writing back the same value
628 writel(status
, ®s
->outbound_doorbell_clear
);
630 /* Dummy readl to force pci flush */
631 readl(®s
->outbound_doorbell_clear
);
637 * megasas_fire_cmd_ppc - Sends command to the FW
638 * @frame_phys_addr : Physical address of cmd
639 * @frame_count : Number of frames for the command
640 * @regs : MFI register set
643 megasas_fire_cmd_ppc(struct megasas_instance
*instance
,
644 dma_addr_t frame_phys_addr
,
646 struct megasas_register_set __iomem
*regs
)
650 spin_lock_irqsave(&instance
->hba_lock
, flags
);
651 writel((frame_phys_addr
| (frame_count
<<1))|1,
652 &(regs
)->inbound_queue_port
);
653 spin_unlock_irqrestore(&instance
->hba_lock
, flags
);
657 * megasas_check_reset_ppc - For controller reset check
658 * @regs: MFI register set
661 megasas_check_reset_ppc(struct megasas_instance
*instance
,
662 struct megasas_register_set __iomem
*regs
)
664 if (atomic_read(&instance
->adprecovery
) != MEGASAS_HBA_OPERATIONAL
)
670 static struct megasas_instance_template megasas_instance_template_ppc
= {
672 .fire_cmd
= megasas_fire_cmd_ppc
,
673 .enable_intr
= megasas_enable_intr_ppc
,
674 .disable_intr
= megasas_disable_intr_ppc
,
675 .clear_intr
= megasas_clear_intr_ppc
,
676 .read_fw_status_reg
= megasas_read_fw_status_reg_ppc
,
677 .adp_reset
= megasas_adp_reset_xscale
,
678 .check_reset
= megasas_check_reset_ppc
,
679 .service_isr
= megasas_isr
,
680 .tasklet
= megasas_complete_cmd_dpc
,
681 .init_adapter
= megasas_init_adapter_mfi
,
682 .build_and_issue_cmd
= megasas_build_and_issue_cmd
,
683 .issue_dcmd
= megasas_issue_dcmd
,
687 * megasas_enable_intr_skinny - Enables interrupts
688 * @regs: MFI register set
691 megasas_enable_intr_skinny(struct megasas_instance
*instance
)
693 struct megasas_register_set __iomem
*regs
;
695 regs
= instance
->reg_set
;
696 writel(0xFFFFFFFF, &(regs
)->outbound_intr_mask
);
698 writel(~MFI_SKINNY_ENABLE_INTERRUPT_MASK
, &(regs
)->outbound_intr_mask
);
700 /* Dummy readl to force pci flush */
701 readl(®s
->outbound_intr_mask
);
705 * megasas_disable_intr_skinny - Disables interrupt
706 * @regs: MFI register set
709 megasas_disable_intr_skinny(struct megasas_instance
*instance
)
711 struct megasas_register_set __iomem
*regs
;
712 u32 mask
= 0xFFFFFFFF;
714 regs
= instance
->reg_set
;
715 writel(mask
, ®s
->outbound_intr_mask
);
716 /* Dummy readl to force pci flush */
717 readl(®s
->outbound_intr_mask
);
721 * megasas_read_fw_status_reg_skinny - returns the current FW status value
722 * @regs: MFI register set
725 megasas_read_fw_status_reg_skinny(struct megasas_register_set __iomem
*regs
)
727 return readl(&(regs
)->outbound_scratch_pad
);
731 * megasas_clear_interrupt_skinny - Check & clear interrupt
732 * @regs: MFI register set
735 megasas_clear_intr_skinny(struct megasas_register_set __iomem
*regs
)
741 * Check if it is our interrupt
743 status
= readl(®s
->outbound_intr_status
);
745 if (!(status
& MFI_SKINNY_ENABLE_INTERRUPT_MASK
)) {
750 * Check if it is our interrupt
752 if ((megasas_read_fw_status_reg_skinny(regs
) & MFI_STATE_MASK
) ==
754 mfiStatus
= MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE
;
756 mfiStatus
= MFI_INTR_FLAG_REPLY_MESSAGE
;
759 * Clear the interrupt by writing back the same value
761 writel(status
, ®s
->outbound_intr_status
);
764 * dummy read to flush PCI
766 readl(®s
->outbound_intr_status
);
772 * megasas_fire_cmd_skinny - Sends command to the FW
773 * @frame_phys_addr : Physical address of cmd
774 * @frame_count : Number of frames for the command
775 * @regs : MFI register set
778 megasas_fire_cmd_skinny(struct megasas_instance
*instance
,
779 dma_addr_t frame_phys_addr
,
781 struct megasas_register_set __iomem
*regs
)
785 spin_lock_irqsave(&instance
->hba_lock
, flags
);
786 writel(upper_32_bits(frame_phys_addr
),
787 &(regs
)->inbound_high_queue_port
);
788 writel((lower_32_bits(frame_phys_addr
) | (frame_count
<<1))|1,
789 &(regs
)->inbound_low_queue_port
);
791 spin_unlock_irqrestore(&instance
->hba_lock
, flags
);
795 * megasas_check_reset_skinny - For controller reset check
796 * @regs: MFI register set
799 megasas_check_reset_skinny(struct megasas_instance
*instance
,
800 struct megasas_register_set __iomem
*regs
)
802 if (atomic_read(&instance
->adprecovery
) != MEGASAS_HBA_OPERATIONAL
)
808 static struct megasas_instance_template megasas_instance_template_skinny
= {
810 .fire_cmd
= megasas_fire_cmd_skinny
,
811 .enable_intr
= megasas_enable_intr_skinny
,
812 .disable_intr
= megasas_disable_intr_skinny
,
813 .clear_intr
= megasas_clear_intr_skinny
,
814 .read_fw_status_reg
= megasas_read_fw_status_reg_skinny
,
815 .adp_reset
= megasas_adp_reset_gen2
,
816 .check_reset
= megasas_check_reset_skinny
,
817 .service_isr
= megasas_isr
,
818 .tasklet
= megasas_complete_cmd_dpc
,
819 .init_adapter
= megasas_init_adapter_mfi
,
820 .build_and_issue_cmd
= megasas_build_and_issue_cmd
,
821 .issue_dcmd
= megasas_issue_dcmd
,
826 * The following functions are defined for gen2 (deviceid : 0x78 0x79)
831 * megasas_enable_intr_gen2 - Enables interrupts
832 * @regs: MFI register set
835 megasas_enable_intr_gen2(struct megasas_instance
*instance
)
837 struct megasas_register_set __iomem
*regs
;
839 regs
= instance
->reg_set
;
840 writel(0xFFFFFFFF, &(regs
)->outbound_doorbell_clear
);
842 /* write ~0x00000005 (4 & 1) to the intr mask*/
843 writel(~MFI_GEN2_ENABLE_INTERRUPT_MASK
, &(regs
)->outbound_intr_mask
);
845 /* Dummy readl to force pci flush */
846 readl(®s
->outbound_intr_mask
);
850 * megasas_disable_intr_gen2 - Disables interrupt
851 * @regs: MFI register set
854 megasas_disable_intr_gen2(struct megasas_instance
*instance
)
856 struct megasas_register_set __iomem
*regs
;
857 u32 mask
= 0xFFFFFFFF;
859 regs
= instance
->reg_set
;
860 writel(mask
, ®s
->outbound_intr_mask
);
861 /* Dummy readl to force pci flush */
862 readl(®s
->outbound_intr_mask
);
866 * megasas_read_fw_status_reg_gen2 - returns the current FW status value
867 * @regs: MFI register set
870 megasas_read_fw_status_reg_gen2(struct megasas_register_set __iomem
*regs
)
872 return readl(&(regs
)->outbound_scratch_pad
);
876 * megasas_clear_interrupt_gen2 - Check & clear interrupt
877 * @regs: MFI register set
880 megasas_clear_intr_gen2(struct megasas_register_set __iomem
*regs
)
886 * Check if it is our interrupt
888 status
= readl(®s
->outbound_intr_status
);
890 if (status
& MFI_INTR_FLAG_REPLY_MESSAGE
) {
891 mfiStatus
= MFI_INTR_FLAG_REPLY_MESSAGE
;
893 if (status
& MFI_G2_OUTBOUND_DOORBELL_CHANGE_INTERRUPT
) {
894 mfiStatus
|= MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE
;
898 * Clear the interrupt by writing back the same value
901 writel(status
, ®s
->outbound_doorbell_clear
);
903 /* Dummy readl to force pci flush */
904 readl(®s
->outbound_intr_status
);
909 * megasas_fire_cmd_gen2 - Sends command to the FW
910 * @frame_phys_addr : Physical address of cmd
911 * @frame_count : Number of frames for the command
912 * @regs : MFI register set
915 megasas_fire_cmd_gen2(struct megasas_instance
*instance
,
916 dma_addr_t frame_phys_addr
,
918 struct megasas_register_set __iomem
*regs
)
922 spin_lock_irqsave(&instance
->hba_lock
, flags
);
923 writel((frame_phys_addr
| (frame_count
<<1))|1,
924 &(regs
)->inbound_queue_port
);
925 spin_unlock_irqrestore(&instance
->hba_lock
, flags
);
929 * megasas_adp_reset_gen2 - For controller reset
930 * @regs: MFI register set
933 megasas_adp_reset_gen2(struct megasas_instance
*instance
,
934 struct megasas_register_set __iomem
*reg_set
)
938 u32 __iomem
*seq_offset
= ®_set
->seq_offset
;
939 u32 __iomem
*hostdiag_offset
= ®_set
->host_diag
;
941 if (instance
->instancet
== &megasas_instance_template_skinny
) {
942 seq_offset
= ®_set
->fusion_seq_offset
;
943 hostdiag_offset
= ®_set
->fusion_host_diag
;
946 writel(0, seq_offset
);
947 writel(4, seq_offset
);
948 writel(0xb, seq_offset
);
949 writel(2, seq_offset
);
950 writel(7, seq_offset
);
951 writel(0xd, seq_offset
);
955 HostDiag
= (u32
)readl(hostdiag_offset
);
957 while (!(HostDiag
& DIAG_WRITE_ENABLE
)) {
959 HostDiag
= (u32
)readl(hostdiag_offset
);
960 dev_notice(&instance
->pdev
->dev
, "RESETGEN2: retry=%x, hostdiag=%x\n",
968 dev_notice(&instance
->pdev
->dev
, "ADP_RESET_GEN2: HostDiag=%x\n", HostDiag
);
970 writel((HostDiag
| DIAG_RESET_ADAPTER
), hostdiag_offset
);
974 HostDiag
= (u32
)readl(hostdiag_offset
);
975 while (HostDiag
& DIAG_RESET_ADAPTER
) {
977 HostDiag
= (u32
)readl(hostdiag_offset
);
978 dev_notice(&instance
->pdev
->dev
, "RESET_GEN2: retry=%x, hostdiag=%x\n",
989 * megasas_check_reset_gen2 - For controller reset check
990 * @regs: MFI register set
993 megasas_check_reset_gen2(struct megasas_instance
*instance
,
994 struct megasas_register_set __iomem
*regs
)
996 if (atomic_read(&instance
->adprecovery
) != MEGASAS_HBA_OPERATIONAL
)
1002 static struct megasas_instance_template megasas_instance_template_gen2
= {
1004 .fire_cmd
= megasas_fire_cmd_gen2
,
1005 .enable_intr
= megasas_enable_intr_gen2
,
1006 .disable_intr
= megasas_disable_intr_gen2
,
1007 .clear_intr
= megasas_clear_intr_gen2
,
1008 .read_fw_status_reg
= megasas_read_fw_status_reg_gen2
,
1009 .adp_reset
= megasas_adp_reset_gen2
,
1010 .check_reset
= megasas_check_reset_gen2
,
1011 .service_isr
= megasas_isr
,
1012 .tasklet
= megasas_complete_cmd_dpc
,
1013 .init_adapter
= megasas_init_adapter_mfi
,
1014 .build_and_issue_cmd
= megasas_build_and_issue_cmd
,
1015 .issue_dcmd
= megasas_issue_dcmd
,
1019 * This is the end of set of functions & definitions
1020 * specific to gen2 (deviceid : 0x78, 0x79) controllers
1024 * Template added for TB (Fusion)
1026 extern struct megasas_instance_template megasas_instance_template_fusion
;
1029 * megasas_issue_polled - Issues a polling command
1030 * @instance: Adapter soft state
1031 * @cmd: Command packet to be issued
1033 * For polling, MFI requires the cmd_status to be set to MFI_STAT_INVALID_STATUS before posting.
1036 megasas_issue_polled(struct megasas_instance
*instance
, struct megasas_cmd
*cmd
)
1038 struct megasas_header
*frame_hdr
= &cmd
->frame
->hdr
;
1040 frame_hdr
->cmd_status
= MFI_STAT_INVALID_STATUS
;
1041 frame_hdr
->flags
|= cpu_to_le16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE
);
1043 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
) {
1044 dev_err(&instance
->pdev
->dev
, "Failed from %s %d\n",
1045 __func__
, __LINE__
);
1046 return DCMD_NOT_FIRED
;
1049 instance
->instancet
->issue_dcmd(instance
, cmd
);
1051 return wait_and_poll(instance
, cmd
, instance
->requestorId
?
1052 MEGASAS_ROUTINE_WAIT_TIME_VF
: MFI_IO_TIMEOUT_SECS
);
1056 * megasas_issue_blocked_cmd - Synchronous wrapper around regular FW cmds
1057 * @instance: Adapter soft state
1058 * @cmd: Command to be issued
1059 * @timeout: Timeout in seconds
1061 * This function waits on an event for the command to be returned from ISR.
1062 * Max wait time is MEGASAS_INTERNAL_CMD_WAIT_TIME secs
1063 * Used to issue ioctl commands.
1066 megasas_issue_blocked_cmd(struct megasas_instance
*instance
,
1067 struct megasas_cmd
*cmd
, int timeout
)
1070 cmd
->cmd_status_drv
= MFI_STAT_INVALID_STATUS
;
1072 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
) {
1073 dev_err(&instance
->pdev
->dev
, "Failed from %s %d\n",
1074 __func__
, __LINE__
);
1075 return DCMD_NOT_FIRED
;
1078 instance
->instancet
->issue_dcmd(instance
, cmd
);
1081 ret
= wait_event_timeout(instance
->int_cmd_wait_q
,
1082 cmd
->cmd_status_drv
!= MFI_STAT_INVALID_STATUS
, timeout
* HZ
);
1084 dev_err(&instance
->pdev
->dev
, "Failed from %s %d DCMD Timed out\n",
1085 __func__
, __LINE__
);
1086 return DCMD_TIMEOUT
;
1089 wait_event(instance
->int_cmd_wait_q
,
1090 cmd
->cmd_status_drv
!= MFI_STAT_INVALID_STATUS
);
1092 return (cmd
->cmd_status_drv
== MFI_STAT_OK
) ?
1093 DCMD_SUCCESS
: DCMD_FAILED
;
1097 * megasas_issue_blocked_abort_cmd - Aborts previously issued cmd
1098 * @instance: Adapter soft state
1099 * @cmd_to_abort: Previously issued cmd to be aborted
1100 * @timeout: Timeout in seconds
1102 * MFI firmware can abort previously issued AEN comamnd (automatic event
1103 * notification). The megasas_issue_blocked_abort_cmd() issues such abort
1104 * cmd and waits for return status.
1105 * Max wait time is MEGASAS_INTERNAL_CMD_WAIT_TIME secs
1108 megasas_issue_blocked_abort_cmd(struct megasas_instance
*instance
,
1109 struct megasas_cmd
*cmd_to_abort
, int timeout
)
1111 struct megasas_cmd
*cmd
;
1112 struct megasas_abort_frame
*abort_fr
;
1115 cmd
= megasas_get_cmd(instance
);
1120 abort_fr
= &cmd
->frame
->abort
;
1123 * Prepare and issue the abort frame
1125 abort_fr
->cmd
= MFI_CMD_ABORT
;
1126 abort_fr
->cmd_status
= MFI_STAT_INVALID_STATUS
;
1127 abort_fr
->flags
= cpu_to_le16(0);
1128 abort_fr
->abort_context
= cpu_to_le32(cmd_to_abort
->index
);
1129 abort_fr
->abort_mfi_phys_addr_lo
=
1130 cpu_to_le32(lower_32_bits(cmd_to_abort
->frame_phys_addr
));
1131 abort_fr
->abort_mfi_phys_addr_hi
=
1132 cpu_to_le32(upper_32_bits(cmd_to_abort
->frame_phys_addr
));
1135 cmd
->cmd_status_drv
= MFI_STAT_INVALID_STATUS
;
1137 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
) {
1138 dev_err(&instance
->pdev
->dev
, "Failed from %s %d\n",
1139 __func__
, __LINE__
);
1140 return DCMD_NOT_FIRED
;
1143 instance
->instancet
->issue_dcmd(instance
, cmd
);
1146 ret
= wait_event_timeout(instance
->abort_cmd_wait_q
,
1147 cmd
->cmd_status_drv
!= MFI_STAT_INVALID_STATUS
, timeout
* HZ
);
1149 dev_err(&instance
->pdev
->dev
, "Failed from %s %d Abort Timed out\n",
1150 __func__
, __LINE__
);
1151 return DCMD_TIMEOUT
;
1154 wait_event(instance
->abort_cmd_wait_q
,
1155 cmd
->cmd_status_drv
!= MFI_STAT_INVALID_STATUS
);
1159 megasas_return_cmd(instance
, cmd
);
1160 return (cmd
->cmd_status_drv
== MFI_STAT_OK
) ?
1161 DCMD_SUCCESS
: DCMD_FAILED
;
1165 * megasas_make_sgl32 - Prepares 32-bit SGL
1166 * @instance: Adapter soft state
1167 * @scp: SCSI command from the mid-layer
1168 * @mfi_sgl: SGL to be filled in
1170 * If successful, this function returns the number of SG elements. Otherwise,
1174 megasas_make_sgl32(struct megasas_instance
*instance
, struct scsi_cmnd
*scp
,
1175 union megasas_sgl
*mfi_sgl
)
1179 struct scatterlist
*os_sgl
;
1181 sge_count
= scsi_dma_map(scp
);
1182 BUG_ON(sge_count
< 0);
1185 scsi_for_each_sg(scp
, os_sgl
, sge_count
, i
) {
1186 mfi_sgl
->sge32
[i
].length
= cpu_to_le32(sg_dma_len(os_sgl
));
1187 mfi_sgl
->sge32
[i
].phys_addr
= cpu_to_le32(sg_dma_address(os_sgl
));
1194 * megasas_make_sgl64 - Prepares 64-bit SGL
1195 * @instance: Adapter soft state
1196 * @scp: SCSI command from the mid-layer
1197 * @mfi_sgl: SGL to be filled in
1199 * If successful, this function returns the number of SG elements. Otherwise,
1203 megasas_make_sgl64(struct megasas_instance
*instance
, struct scsi_cmnd
*scp
,
1204 union megasas_sgl
*mfi_sgl
)
1208 struct scatterlist
*os_sgl
;
1210 sge_count
= scsi_dma_map(scp
);
1211 BUG_ON(sge_count
< 0);
1214 scsi_for_each_sg(scp
, os_sgl
, sge_count
, i
) {
1215 mfi_sgl
->sge64
[i
].length
= cpu_to_le32(sg_dma_len(os_sgl
));
1216 mfi_sgl
->sge64
[i
].phys_addr
= cpu_to_le64(sg_dma_address(os_sgl
));
1223 * megasas_make_sgl_skinny - Prepares IEEE SGL
1224 * @instance: Adapter soft state
1225 * @scp: SCSI command from the mid-layer
1226 * @mfi_sgl: SGL to be filled in
1228 * If successful, this function returns the number of SG elements. Otherwise,
1232 megasas_make_sgl_skinny(struct megasas_instance
*instance
,
1233 struct scsi_cmnd
*scp
, union megasas_sgl
*mfi_sgl
)
1237 struct scatterlist
*os_sgl
;
1239 sge_count
= scsi_dma_map(scp
);
1242 scsi_for_each_sg(scp
, os_sgl
, sge_count
, i
) {
1243 mfi_sgl
->sge_skinny
[i
].length
=
1244 cpu_to_le32(sg_dma_len(os_sgl
));
1245 mfi_sgl
->sge_skinny
[i
].phys_addr
=
1246 cpu_to_le64(sg_dma_address(os_sgl
));
1247 mfi_sgl
->sge_skinny
[i
].flag
= cpu_to_le32(0);
1254 * megasas_get_frame_count - Computes the number of frames
1255 * @frame_type : type of frame- io or pthru frame
1256 * @sge_count : number of sg elements
1258 * Returns the number of frames required for numnber of sge's (sge_count)
1261 static u32
megasas_get_frame_count(struct megasas_instance
*instance
,
1262 u8 sge_count
, u8 frame_type
)
1267 u32 frame_count
= 0;
1269 sge_sz
= (IS_DMA64
) ? sizeof(struct megasas_sge64
) :
1270 sizeof(struct megasas_sge32
);
1272 if (instance
->flag_ieee
) {
1273 sge_sz
= sizeof(struct megasas_sge_skinny
);
1277 * Main frame can contain 2 SGEs for 64-bit SGLs and
1278 * 3 SGEs for 32-bit SGLs for ldio &
1279 * 1 SGEs for 64-bit SGLs and
1280 * 2 SGEs for 32-bit SGLs for pthru frame
1282 if (unlikely(frame_type
== PTHRU_FRAME
)) {
1283 if (instance
->flag_ieee
== 1) {
1284 num_cnt
= sge_count
- 1;
1285 } else if (IS_DMA64
)
1286 num_cnt
= sge_count
- 1;
1288 num_cnt
= sge_count
- 2;
1290 if (instance
->flag_ieee
== 1) {
1291 num_cnt
= sge_count
- 1;
1292 } else if (IS_DMA64
)
1293 num_cnt
= sge_count
- 2;
1295 num_cnt
= sge_count
- 3;
1299 sge_bytes
= sge_sz
* num_cnt
;
1301 frame_count
= (sge_bytes
/ MEGAMFI_FRAME_SIZE
) +
1302 ((sge_bytes
% MEGAMFI_FRAME_SIZE
) ? 1 : 0) ;
1307 if (frame_count
> 7)
1313 * megasas_build_dcdb - Prepares a direct cdb (DCDB) command
1314 * @instance: Adapter soft state
1315 * @scp: SCSI command
1316 * @cmd: Command to be prepared in
1318 * This function prepares CDB commands. These are typcially pass-through
1319 * commands to the devices.
1322 megasas_build_dcdb(struct megasas_instance
*instance
, struct scsi_cmnd
*scp
,
1323 struct megasas_cmd
*cmd
)
1328 struct megasas_pthru_frame
*pthru
;
1330 is_logical
= MEGASAS_IS_LOGICAL(scp
->device
);
1331 device_id
= MEGASAS_DEV_INDEX(scp
);
1332 pthru
= (struct megasas_pthru_frame
*)cmd
->frame
;
1334 if (scp
->sc_data_direction
== PCI_DMA_TODEVICE
)
1335 flags
= MFI_FRAME_DIR_WRITE
;
1336 else if (scp
->sc_data_direction
== PCI_DMA_FROMDEVICE
)
1337 flags
= MFI_FRAME_DIR_READ
;
1338 else if (scp
->sc_data_direction
== PCI_DMA_NONE
)
1339 flags
= MFI_FRAME_DIR_NONE
;
1341 if (instance
->flag_ieee
== 1) {
1342 flags
|= MFI_FRAME_IEEE
;
1346 * Prepare the DCDB frame
1348 pthru
->cmd
= (is_logical
) ? MFI_CMD_LD_SCSI_IO
: MFI_CMD_PD_SCSI_IO
;
1349 pthru
->cmd_status
= 0x0;
1350 pthru
->scsi_status
= 0x0;
1351 pthru
->target_id
= device_id
;
1352 pthru
->lun
= scp
->device
->lun
;
1353 pthru
->cdb_len
= scp
->cmd_len
;
1356 pthru
->flags
= cpu_to_le16(flags
);
1357 pthru
->data_xfer_len
= cpu_to_le32(scsi_bufflen(scp
));
1359 memcpy(pthru
->cdb
, scp
->cmnd
, scp
->cmd_len
);
1362 * If the command is for the tape device, set the
1363 * pthru timeout to the os layer timeout value.
1365 if (scp
->device
->type
== TYPE_TAPE
) {
1366 if ((scp
->request
->timeout
/ HZ
) > 0xFFFF)
1367 pthru
->timeout
= cpu_to_le16(0xFFFF);
1369 pthru
->timeout
= cpu_to_le16(scp
->request
->timeout
/ HZ
);
1375 if (instance
->flag_ieee
== 1) {
1376 pthru
->flags
|= cpu_to_le16(MFI_FRAME_SGL64
);
1377 pthru
->sge_count
= megasas_make_sgl_skinny(instance
, scp
,
1379 } else if (IS_DMA64
) {
1380 pthru
->flags
|= cpu_to_le16(MFI_FRAME_SGL64
);
1381 pthru
->sge_count
= megasas_make_sgl64(instance
, scp
,
1384 pthru
->sge_count
= megasas_make_sgl32(instance
, scp
,
1387 if (pthru
->sge_count
> instance
->max_num_sge
) {
1388 dev_err(&instance
->pdev
->dev
, "DCDB too many SGE NUM=%x\n",
1394 * Sense info specific
1396 pthru
->sense_len
= SCSI_SENSE_BUFFERSIZE
;
1397 pthru
->sense_buf_phys_addr_hi
=
1398 cpu_to_le32(upper_32_bits(cmd
->sense_phys_addr
));
1399 pthru
->sense_buf_phys_addr_lo
=
1400 cpu_to_le32(lower_32_bits(cmd
->sense_phys_addr
));
1403 * Compute the total number of frames this command consumes. FW uses
1404 * this number to pull sufficient number of frames from host memory.
1406 cmd
->frame_count
= megasas_get_frame_count(instance
, pthru
->sge_count
,
1409 return cmd
->frame_count
;
1413 * megasas_build_ldio - Prepares IOs to logical devices
1414 * @instance: Adapter soft state
1415 * @scp: SCSI command
1416 * @cmd: Command to be prepared
1418 * Frames (and accompanying SGLs) for regular SCSI IOs use this function.
1421 megasas_build_ldio(struct megasas_instance
*instance
, struct scsi_cmnd
*scp
,
1422 struct megasas_cmd
*cmd
)
1425 u8 sc
= scp
->cmnd
[0];
1427 struct megasas_io_frame
*ldio
;
1429 device_id
= MEGASAS_DEV_INDEX(scp
);
1430 ldio
= (struct megasas_io_frame
*)cmd
->frame
;
1432 if (scp
->sc_data_direction
== PCI_DMA_TODEVICE
)
1433 flags
= MFI_FRAME_DIR_WRITE
;
1434 else if (scp
->sc_data_direction
== PCI_DMA_FROMDEVICE
)
1435 flags
= MFI_FRAME_DIR_READ
;
1437 if (instance
->flag_ieee
== 1) {
1438 flags
|= MFI_FRAME_IEEE
;
1442 * Prepare the Logical IO frame: 2nd bit is zero for all read cmds
1444 ldio
->cmd
= (sc
& 0x02) ? MFI_CMD_LD_WRITE
: MFI_CMD_LD_READ
;
1445 ldio
->cmd_status
= 0x0;
1446 ldio
->scsi_status
= 0x0;
1447 ldio
->target_id
= device_id
;
1449 ldio
->reserved_0
= 0;
1451 ldio
->flags
= cpu_to_le16(flags
);
1452 ldio
->start_lba_hi
= 0;
1453 ldio
->access_byte
= (scp
->cmd_len
!= 6) ? scp
->cmnd
[1] : 0;
1456 * 6-byte READ(0x08) or WRITE(0x0A) cdb
1458 if (scp
->cmd_len
== 6) {
1459 ldio
->lba_count
= cpu_to_le32((u32
) scp
->cmnd
[4]);
1460 ldio
->start_lba_lo
= cpu_to_le32(((u32
) scp
->cmnd
[1] << 16) |
1461 ((u32
) scp
->cmnd
[2] << 8) |
1462 (u32
) scp
->cmnd
[3]);
1464 ldio
->start_lba_lo
&= cpu_to_le32(0x1FFFFF);
1468 * 10-byte READ(0x28) or WRITE(0x2A) cdb
1470 else if (scp
->cmd_len
== 10) {
1471 ldio
->lba_count
= cpu_to_le32((u32
) scp
->cmnd
[8] |
1472 ((u32
) scp
->cmnd
[7] << 8));
1473 ldio
->start_lba_lo
= cpu_to_le32(((u32
) scp
->cmnd
[2] << 24) |
1474 ((u32
) scp
->cmnd
[3] << 16) |
1475 ((u32
) scp
->cmnd
[4] << 8) |
1476 (u32
) scp
->cmnd
[5]);
1480 * 12-byte READ(0xA8) or WRITE(0xAA) cdb
1482 else if (scp
->cmd_len
== 12) {
1483 ldio
->lba_count
= cpu_to_le32(((u32
) scp
->cmnd
[6] << 24) |
1484 ((u32
) scp
->cmnd
[7] << 16) |
1485 ((u32
) scp
->cmnd
[8] << 8) |
1486 (u32
) scp
->cmnd
[9]);
1488 ldio
->start_lba_lo
= cpu_to_le32(((u32
) scp
->cmnd
[2] << 24) |
1489 ((u32
) scp
->cmnd
[3] << 16) |
1490 ((u32
) scp
->cmnd
[4] << 8) |
1491 (u32
) scp
->cmnd
[5]);
1495 * 16-byte READ(0x88) or WRITE(0x8A) cdb
1497 else if (scp
->cmd_len
== 16) {
1498 ldio
->lba_count
= cpu_to_le32(((u32
) scp
->cmnd
[10] << 24) |
1499 ((u32
) scp
->cmnd
[11] << 16) |
1500 ((u32
) scp
->cmnd
[12] << 8) |
1501 (u32
) scp
->cmnd
[13]);
1503 ldio
->start_lba_lo
= cpu_to_le32(((u32
) scp
->cmnd
[6] << 24) |
1504 ((u32
) scp
->cmnd
[7] << 16) |
1505 ((u32
) scp
->cmnd
[8] << 8) |
1506 (u32
) scp
->cmnd
[9]);
1508 ldio
->start_lba_hi
= cpu_to_le32(((u32
) scp
->cmnd
[2] << 24) |
1509 ((u32
) scp
->cmnd
[3] << 16) |
1510 ((u32
) scp
->cmnd
[4] << 8) |
1511 (u32
) scp
->cmnd
[5]);
1518 if (instance
->flag_ieee
) {
1519 ldio
->flags
|= cpu_to_le16(MFI_FRAME_SGL64
);
1520 ldio
->sge_count
= megasas_make_sgl_skinny(instance
, scp
,
1522 } else if (IS_DMA64
) {
1523 ldio
->flags
|= cpu_to_le16(MFI_FRAME_SGL64
);
1524 ldio
->sge_count
= megasas_make_sgl64(instance
, scp
, &ldio
->sgl
);
1526 ldio
->sge_count
= megasas_make_sgl32(instance
, scp
, &ldio
->sgl
);
1528 if (ldio
->sge_count
> instance
->max_num_sge
) {
1529 dev_err(&instance
->pdev
->dev
, "build_ld_io: sge_count = %x\n",
1535 * Sense info specific
1537 ldio
->sense_len
= SCSI_SENSE_BUFFERSIZE
;
1538 ldio
->sense_buf_phys_addr_hi
= 0;
1539 ldio
->sense_buf_phys_addr_lo
= cpu_to_le32(cmd
->sense_phys_addr
);
1542 * Compute the total number of frames this command consumes. FW uses
1543 * this number to pull sufficient number of frames from host memory.
1545 cmd
->frame_count
= megasas_get_frame_count(instance
,
1546 ldio
->sge_count
, IO_FRAME
);
1548 return cmd
->frame_count
;
1552 * megasas_cmd_type - Checks if the cmd is for logical drive/sysPD
1553 * and whether it's RW or non RW
1554 * @scmd: SCSI command
1557 inline int megasas_cmd_type(struct scsi_cmnd
*cmd
)
1561 switch (cmd
->cmnd
[0]) {
1570 ret
= (MEGASAS_IS_LOGICAL(cmd
->device
)) ?
1571 READ_WRITE_LDIO
: READ_WRITE_SYSPDIO
;
1574 ret
= (MEGASAS_IS_LOGICAL(cmd
->device
)) ?
1575 NON_READ_WRITE_LDIO
: NON_READ_WRITE_SYSPDIO
;
1581 * megasas_dump_pending_frames - Dumps the frame address of all pending cmds
1583 * @instance: Adapter soft state
1586 megasas_dump_pending_frames(struct megasas_instance
*instance
)
1588 struct megasas_cmd
*cmd
;
1590 union megasas_sgl
*mfi_sgl
;
1591 struct megasas_io_frame
*ldio
;
1592 struct megasas_pthru_frame
*pthru
;
1594 u16 max_cmd
= instance
->max_fw_cmds
;
1596 dev_err(&instance
->pdev
->dev
, "[%d]: Dumping Frame Phys Address of all pending cmds in FW\n",instance
->host
->host_no
);
1597 dev_err(&instance
->pdev
->dev
, "[%d]: Total OS Pending cmds : %d\n",instance
->host
->host_no
,atomic_read(&instance
->fw_outstanding
));
1599 dev_err(&instance
->pdev
->dev
, "[%d]: 64 bit SGLs were sent to FW\n",instance
->host
->host_no
);
1601 dev_err(&instance
->pdev
->dev
, "[%d]: 32 bit SGLs were sent to FW\n",instance
->host
->host_no
);
1603 dev_err(&instance
->pdev
->dev
, "[%d]: Pending OS cmds in FW : \n",instance
->host
->host_no
);
1604 for (i
= 0; i
< max_cmd
; i
++) {
1605 cmd
= instance
->cmd_list
[i
];
1608 dev_err(&instance
->pdev
->dev
, "[%d]: Frame addr :0x%08lx : ",instance
->host
->host_no
,(unsigned long)cmd
->frame_phys_addr
);
1609 if (megasas_cmd_type(cmd
->scmd
) == READ_WRITE_LDIO
) {
1610 ldio
= (struct megasas_io_frame
*)cmd
->frame
;
1611 mfi_sgl
= &ldio
->sgl
;
1612 sgcount
= ldio
->sge_count
;
1613 dev_err(&instance
->pdev
->dev
, "[%d]: frame count : 0x%x, Cmd : 0x%x, Tgt id : 0x%x,"
1614 " lba lo : 0x%x, lba_hi : 0x%x, sense_buf addr : 0x%x,sge count : 0x%x\n",
1615 instance
->host
->host_no
, cmd
->frame_count
, ldio
->cmd
, ldio
->target_id
,
1616 le32_to_cpu(ldio
->start_lba_lo
), le32_to_cpu(ldio
->start_lba_hi
),
1617 le32_to_cpu(ldio
->sense_buf_phys_addr_lo
), sgcount
);
1619 pthru
= (struct megasas_pthru_frame
*) cmd
->frame
;
1620 mfi_sgl
= &pthru
->sgl
;
1621 sgcount
= pthru
->sge_count
;
1622 dev_err(&instance
->pdev
->dev
, "[%d]: frame count : 0x%x, Cmd : 0x%x, Tgt id : 0x%x, "
1623 "lun : 0x%x, cdb_len : 0x%x, data xfer len : 0x%x, sense_buf addr : 0x%x,sge count : 0x%x\n",
1624 instance
->host
->host_no
, cmd
->frame_count
, pthru
->cmd
, pthru
->target_id
,
1625 pthru
->lun
, pthru
->cdb_len
, le32_to_cpu(pthru
->data_xfer_len
),
1626 le32_to_cpu(pthru
->sense_buf_phys_addr_lo
), sgcount
);
1628 if (megasas_dbg_lvl
& MEGASAS_DBG_LVL
) {
1629 for (n
= 0; n
< sgcount
; n
++) {
1631 dev_err(&instance
->pdev
->dev
, "sgl len : 0x%x, sgl addr : 0x%llx\n",
1632 le32_to_cpu(mfi_sgl
->sge64
[n
].length
),
1633 le64_to_cpu(mfi_sgl
->sge64
[n
].phys_addr
));
1635 dev_err(&instance
->pdev
->dev
, "sgl len : 0x%x, sgl addr : 0x%x\n",
1636 le32_to_cpu(mfi_sgl
->sge32
[n
].length
),
1637 le32_to_cpu(mfi_sgl
->sge32
[n
].phys_addr
));
1641 dev_err(&instance
->pdev
->dev
, "[%d]: Pending Internal cmds in FW : \n",instance
->host
->host_no
);
1642 for (i
= 0; i
< max_cmd
; i
++) {
1644 cmd
= instance
->cmd_list
[i
];
1646 if (cmd
->sync_cmd
== 1)
1647 dev_err(&instance
->pdev
->dev
, "0x%08lx : ", (unsigned long)cmd
->frame_phys_addr
);
1649 dev_err(&instance
->pdev
->dev
, "[%d]: Dumping Done\n\n",instance
->host
->host_no
);
1653 megasas_build_and_issue_cmd(struct megasas_instance
*instance
,
1654 struct scsi_cmnd
*scmd
)
1656 struct megasas_cmd
*cmd
;
1659 cmd
= megasas_get_cmd(instance
);
1661 return SCSI_MLQUEUE_HOST_BUSY
;
1664 * Logical drive command
1666 if (megasas_cmd_type(scmd
) == READ_WRITE_LDIO
)
1667 frame_count
= megasas_build_ldio(instance
, scmd
, cmd
);
1669 frame_count
= megasas_build_dcdb(instance
, scmd
, cmd
);
1672 goto out_return_cmd
;
1675 scmd
->SCp
.ptr
= (char *)cmd
;
1678 * Issue the command to the FW
1680 atomic_inc(&instance
->fw_outstanding
);
1682 instance
->instancet
->fire_cmd(instance
, cmd
->frame_phys_addr
,
1683 cmd
->frame_count
-1, instance
->reg_set
);
1687 megasas_return_cmd(instance
, cmd
);
1688 return SCSI_MLQUEUE_HOST_BUSY
;
1693 * megasas_queue_command - Queue entry point
1694 * @scmd: SCSI command to be queued
1695 * @done: Callback entry point
1698 megasas_queue_command(struct Scsi_Host
*shost
, struct scsi_cmnd
*scmd
)
1700 struct megasas_instance
*instance
;
1701 struct MR_PRIV_DEVICE
*mr_device_priv_data
;
1703 instance
= (struct megasas_instance
*)
1704 scmd
->device
->host
->hostdata
;
1706 if (instance
->unload
== 1) {
1707 scmd
->result
= DID_NO_CONNECT
<< 16;
1708 scmd
->scsi_done(scmd
);
1712 if (instance
->issuepend_done
== 0)
1713 return SCSI_MLQUEUE_HOST_BUSY
;
1716 /* Check for an mpio path and adjust behavior */
1717 if (atomic_read(&instance
->adprecovery
) == MEGASAS_ADPRESET_SM_INFAULT
) {
1718 if (megasas_check_mpio_paths(instance
, scmd
) ==
1719 (DID_REQUEUE
<< 16)) {
1720 return SCSI_MLQUEUE_HOST_BUSY
;
1722 scmd
->result
= DID_NO_CONNECT
<< 16;
1723 scmd
->scsi_done(scmd
);
1728 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
) {
1729 scmd
->result
= DID_NO_CONNECT
<< 16;
1730 scmd
->scsi_done(scmd
);
1734 mr_device_priv_data
= scmd
->device
->hostdata
;
1735 if (!mr_device_priv_data
) {
1736 scmd
->result
= DID_NO_CONNECT
<< 16;
1737 scmd
->scsi_done(scmd
);
1741 if (atomic_read(&instance
->adprecovery
) != MEGASAS_HBA_OPERATIONAL
)
1742 return SCSI_MLQUEUE_HOST_BUSY
;
1744 if (mr_device_priv_data
->tm_busy
)
1745 return SCSI_MLQUEUE_DEVICE_BUSY
;
1750 if (MEGASAS_IS_LOGICAL(scmd
->device
) &&
1751 (scmd
->device
->id
>= instance
->fw_supported_vd_count
||
1752 scmd
->device
->lun
)) {
1753 scmd
->result
= DID_BAD_TARGET
<< 16;
1757 if ((scmd
->cmnd
[0] == SYNCHRONIZE_CACHE
) &&
1758 MEGASAS_IS_LOGICAL(scmd
->device
) &&
1759 (!instance
->fw_sync_cache_support
)) {
1760 scmd
->result
= DID_OK
<< 16;
1764 return instance
->instancet
->build_and_issue_cmd(instance
, scmd
);
1767 scmd
->scsi_done(scmd
);
1771 static struct megasas_instance
*megasas_lookup_instance(u16 host_no
)
1775 for (i
= 0; i
< megasas_mgmt_info
.max_index
; i
++) {
1777 if ((megasas_mgmt_info
.instance
[i
]) &&
1778 (megasas_mgmt_info
.instance
[i
]->host
->host_no
== host_no
))
1779 return megasas_mgmt_info
.instance
[i
];
1786 * megasas_set_dynamic_target_properties -
1787 * Device property set by driver may not be static and it is required to be
1791 * set dma alignment (only for eedp protection enable vd).
1793 * @sdev: OS provided scsi device
1797 void megasas_set_dynamic_target_properties(struct scsi_device
*sdev
)
1799 u16 pd_index
= 0, ld
;
1801 struct megasas_instance
*instance
;
1802 struct fusion_context
*fusion
;
1803 struct MR_PRIV_DEVICE
*mr_device_priv_data
;
1804 struct MR_PD_CFG_SEQ_NUM_SYNC
*pd_sync
;
1805 struct MR_LD_RAID
*raid
;
1806 struct MR_DRV_RAID_MAP_ALL
*local_map_ptr
;
1808 instance
= megasas_lookup_instance(sdev
->host
->host_no
);
1809 fusion
= instance
->ctrl_context
;
1810 mr_device_priv_data
= sdev
->hostdata
;
1812 if (!fusion
|| !mr_device_priv_data
)
1815 if (MEGASAS_IS_LOGICAL(sdev
)) {
1816 device_id
= ((sdev
->channel
% 2) * MEGASAS_MAX_DEV_PER_CHANNEL
)
1818 local_map_ptr
= fusion
->ld_drv_map
[(instance
->map_id
& 1)];
1819 ld
= MR_TargetIdToLdGet(device_id
, local_map_ptr
);
1820 if (ld
>= instance
->fw_supported_vd_count
)
1822 raid
= MR_LdRaidGet(ld
, local_map_ptr
);
1824 if (raid
->capability
.ldPiMode
== MR_PROT_INFO_TYPE_CONTROLLER
)
1825 blk_queue_update_dma_alignment(sdev
->request_queue
, 0x7);
1827 mr_device_priv_data
->is_tm_capable
=
1828 raid
->capability
.tmCapable
;
1829 } else if (instance
->use_seqnum_jbod_fp
) {
1830 pd_index
= (sdev
->channel
* MEGASAS_MAX_DEV_PER_CHANNEL
) +
1832 pd_sync
= (void *)fusion
->pd_seq_sync
1833 [(instance
->pd_seq_map_id
- 1) & 1];
1834 mr_device_priv_data
->is_tm_capable
=
1835 pd_sync
->seq
[pd_index
].capability
.tmCapable
;
1840 * megasas_set_nvme_device_properties -
1842 * set virtual page boundary = 4K (current mr_nvme_pg_size is 4K).
1843 * set maximum io transfer = MDTS of NVME device provided by MR firmware.
1845 * MR firmware provides value in KB. Caller of this function converts
1848 * e.a MDTS=5 means 2^5 * nvme page size. (In case of 4K page size,
1849 * MR firmware provides value 128 as (32 * 4K) = 128K.
1851 * @sdev: scsi device
1852 * @max_io_size: maximum io transfer size
1856 megasas_set_nvme_device_properties(struct scsi_device
*sdev
, u32 max_io_size
)
1858 struct megasas_instance
*instance
;
1859 u32 mr_nvme_pg_size
;
1861 instance
= (struct megasas_instance
*)sdev
->host
->hostdata
;
1862 mr_nvme_pg_size
= max_t(u32
, instance
->nvme_page_size
,
1863 MR_DEFAULT_NVME_PAGE_SIZE
);
1865 blk_queue_max_hw_sectors(sdev
->request_queue
, (max_io_size
/ 512));
1867 queue_flag_set_unlocked(QUEUE_FLAG_NOMERGES
, sdev
->request_queue
);
1868 blk_queue_virt_boundary(sdev
->request_queue
, mr_nvme_pg_size
- 1);
1873 * megasas_set_static_target_properties -
1874 * Device property set by driver are static and it is not required to be
1875 * updated after OCR.
1878 * set device queue depth
1879 * set nvme device properties. see - megasas_set_nvme_device_properties
1881 * @sdev: scsi device
1882 * @is_target_prop true, if fw provided target properties.
1884 static void megasas_set_static_target_properties(struct scsi_device
*sdev
,
1885 bool is_target_prop
)
1887 u16 target_index
= 0;
1889 u32 device_qd
= MEGASAS_DEFAULT_CMD_PER_LUN
;
1890 u32 max_io_size_kb
= MR_DEFAULT_NVME_MDTS_KB
;
1892 struct megasas_instance
*instance
;
1893 struct MR_PRIV_DEVICE
*mr_device_priv_data
;
1895 instance
= megasas_lookup_instance(sdev
->host
->host_no
);
1896 mr_device_priv_data
= sdev
->hostdata
;
1897 interface_type
= mr_device_priv_data
->interface_type
;
1900 * The RAID firmware may require extended timeouts.
1902 blk_queue_rq_timeout(sdev
->request_queue
, scmd_timeout
* HZ
);
1904 target_index
= (sdev
->channel
* MEGASAS_MAX_DEV_PER_CHANNEL
) + sdev
->id
;
1906 switch (interface_type
) {
1908 device_qd
= MEGASAS_SAS_QD
;
1911 device_qd
= MEGASAS_SATA_QD
;
1914 device_qd
= MEGASAS_NVME_QD
;
1918 if (is_target_prop
) {
1919 tgt_device_qd
= le32_to_cpu(instance
->tgt_prop
->device_qdepth
);
1920 if (tgt_device_qd
&&
1921 (tgt_device_qd
<= instance
->host
->can_queue
))
1922 device_qd
= tgt_device_qd
;
1924 /* max_io_size_kb will be set to non zero for
1925 * nvme based vd and syspd.
1927 max_io_size_kb
= le32_to_cpu(instance
->tgt_prop
->max_io_size_kb
);
1930 if (instance
->nvme_page_size
&& max_io_size_kb
)
1931 megasas_set_nvme_device_properties(sdev
, (max_io_size_kb
<< 10));
1933 scsi_change_queue_depth(sdev
, device_qd
);
1938 static int megasas_slave_configure(struct scsi_device
*sdev
)
1941 struct megasas_instance
*instance
;
1942 int ret_target_prop
= DCMD_FAILED
;
1943 bool is_target_prop
= false;
1945 instance
= megasas_lookup_instance(sdev
->host
->host_no
);
1946 if (instance
->pd_list_not_supported
) {
1947 if (!MEGASAS_IS_LOGICAL(sdev
) && sdev
->type
== TYPE_DISK
) {
1948 pd_index
= (sdev
->channel
* MEGASAS_MAX_DEV_PER_CHANNEL
) +
1950 if (instance
->pd_list
[pd_index
].driveState
!=
1956 mutex_lock(&instance
->reset_mutex
);
1957 /* Send DCMD to Firmware and cache the information */
1958 if ((instance
->pd_info
) && !MEGASAS_IS_LOGICAL(sdev
))
1959 megasas_get_pd_info(instance
, sdev
);
1961 /* Some ventura firmware may not have instance->nvme_page_size set.
1962 * Do not send MR_DCMD_DRV_GET_TARGET_PROP
1964 if ((instance
->tgt_prop
) && (instance
->nvme_page_size
))
1965 ret_target_prop
= megasas_get_target_prop(instance
, sdev
);
1967 is_target_prop
= (ret_target_prop
== DCMD_SUCCESS
) ? true : false;
1968 megasas_set_static_target_properties(sdev
, is_target_prop
);
1970 mutex_unlock(&instance
->reset_mutex
);
1972 /* This sdev property may change post OCR */
1973 megasas_set_dynamic_target_properties(sdev
);
1978 static int megasas_slave_alloc(struct scsi_device
*sdev
)
1981 struct megasas_instance
*instance
;
1982 struct MR_PRIV_DEVICE
*mr_device_priv_data
;
1984 instance
= megasas_lookup_instance(sdev
->host
->host_no
);
1985 if (!MEGASAS_IS_LOGICAL(sdev
)) {
1987 * Open the OS scan to the SYSTEM PD
1990 (sdev
->channel
* MEGASAS_MAX_DEV_PER_CHANNEL
) +
1992 if ((instance
->pd_list_not_supported
||
1993 instance
->pd_list
[pd_index
].driveState
==
1994 MR_PD_STATE_SYSTEM
)) {
2001 mr_device_priv_data
= kzalloc(sizeof(*mr_device_priv_data
),
2003 if (!mr_device_priv_data
)
2005 sdev
->hostdata
= mr_device_priv_data
;
2007 atomic_set(&mr_device_priv_data
->r1_ldio_hint
,
2008 instance
->r1_ldio_hint_default
);
2012 static void megasas_slave_destroy(struct scsi_device
*sdev
)
2014 kfree(sdev
->hostdata
);
2015 sdev
->hostdata
= NULL
;
2019 * megasas_complete_outstanding_ioctls - Complete outstanding ioctls after a
2021 * @instance: Adapter soft state
2024 static void megasas_complete_outstanding_ioctls(struct megasas_instance
*instance
)
2027 struct megasas_cmd
*cmd_mfi
;
2028 struct megasas_cmd_fusion
*cmd_fusion
;
2029 struct fusion_context
*fusion
= instance
->ctrl_context
;
2031 /* Find all outstanding ioctls */
2033 for (i
= 0; i
< instance
->max_fw_cmds
; i
++) {
2034 cmd_fusion
= fusion
->cmd_list
[i
];
2035 if (cmd_fusion
->sync_cmd_idx
!= (u32
)ULONG_MAX
) {
2036 cmd_mfi
= instance
->cmd_list
[cmd_fusion
->sync_cmd_idx
];
2037 if (cmd_mfi
->sync_cmd
&&
2038 (cmd_mfi
->frame
->hdr
.cmd
!= MFI_CMD_ABORT
)) {
2039 cmd_mfi
->frame
->hdr
.cmd_status
=
2040 MFI_STAT_WRONG_STATE
;
2041 megasas_complete_cmd(instance
,
2047 for (i
= 0; i
< instance
->max_fw_cmds
; i
++) {
2048 cmd_mfi
= instance
->cmd_list
[i
];
2049 if (cmd_mfi
->sync_cmd
&& cmd_mfi
->frame
->hdr
.cmd
!=
2051 megasas_complete_cmd(instance
, cmd_mfi
, DID_OK
);
2057 void megaraid_sas_kill_hba(struct megasas_instance
*instance
)
2059 /* Set critical error to block I/O & ioctls in case caller didn't */
2060 atomic_set(&instance
->adprecovery
, MEGASAS_HW_CRITICAL_ERROR
);
2061 /* Wait 1 second to ensure IO or ioctls in build have posted */
2063 if ((instance
->pdev
->device
== PCI_DEVICE_ID_LSI_SAS0073SKINNY
) ||
2064 (instance
->pdev
->device
== PCI_DEVICE_ID_LSI_SAS0071SKINNY
) ||
2065 (instance
->adapter_type
!= MFI_SERIES
)) {
2066 writel(MFI_STOP_ADP
, &instance
->reg_set
->doorbell
);
2068 readl(&instance
->reg_set
->doorbell
);
2069 if (instance
->requestorId
&& instance
->peerIsPresent
)
2070 memset(instance
->ld_ids
, 0xff, MEGASAS_MAX_LD_IDS
);
2072 writel(MFI_STOP_ADP
,
2073 &instance
->reg_set
->inbound_doorbell
);
2075 /* Complete outstanding ioctls when adapter is killed */
2076 megasas_complete_outstanding_ioctls(instance
);
2080 * megasas_check_and_restore_queue_depth - Check if queue depth needs to be
2081 * restored to max value
2082 * @instance: Adapter soft state
2086 megasas_check_and_restore_queue_depth(struct megasas_instance
*instance
)
2088 unsigned long flags
;
2090 if (instance
->flag
& MEGASAS_FW_BUSY
2091 && time_after(jiffies
, instance
->last_time
+ 5 * HZ
)
2092 && atomic_read(&instance
->fw_outstanding
) <
2093 instance
->throttlequeuedepth
+ 1) {
2095 spin_lock_irqsave(instance
->host
->host_lock
, flags
);
2096 instance
->flag
&= ~MEGASAS_FW_BUSY
;
2098 instance
->host
->can_queue
= instance
->cur_can_queue
;
2099 spin_unlock_irqrestore(instance
->host
->host_lock
, flags
);
2104 * megasas_complete_cmd_dpc - Returns FW's controller structure
2105 * @instance_addr: Address of adapter soft state
2107 * Tasklet to complete cmds
2109 static void megasas_complete_cmd_dpc(unsigned long instance_addr
)
2114 struct megasas_cmd
*cmd
;
2115 struct megasas_instance
*instance
=
2116 (struct megasas_instance
*)instance_addr
;
2117 unsigned long flags
;
2119 /* If we have already declared adapter dead, donot complete cmds */
2120 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
)
2123 spin_lock_irqsave(&instance
->completion_lock
, flags
);
2125 producer
= le32_to_cpu(*instance
->producer
);
2126 consumer
= le32_to_cpu(*instance
->consumer
);
2128 while (consumer
!= producer
) {
2129 context
= le32_to_cpu(instance
->reply_queue
[consumer
]);
2130 if (context
>= instance
->max_fw_cmds
) {
2131 dev_err(&instance
->pdev
->dev
, "Unexpected context value %x\n",
2136 cmd
= instance
->cmd_list
[context
];
2138 megasas_complete_cmd(instance
, cmd
, DID_OK
);
2141 if (consumer
== (instance
->max_fw_cmds
+ 1)) {
2146 *instance
->consumer
= cpu_to_le32(producer
);
2148 spin_unlock_irqrestore(&instance
->completion_lock
, flags
);
2151 * Check if we can restore can_queue
2153 megasas_check_and_restore_queue_depth(instance
);
2156 static void megasas_sriov_heartbeat_handler(struct timer_list
*t
);
2159 * megasas_start_timer - Initializes sriov heartbeat timer object
2160 * @instance: Adapter soft state
2163 void megasas_start_timer(struct megasas_instance
*instance
)
2165 struct timer_list
*timer
= &instance
->sriov_heartbeat_timer
;
2167 timer_setup(timer
, megasas_sriov_heartbeat_handler
, 0);
2168 timer
->expires
= jiffies
+ MEGASAS_SRIOV_HEARTBEAT_INTERVAL_VF
;
2173 megasas_internal_reset_defer_cmds(struct megasas_instance
*instance
);
2176 process_fw_state_change_wq(struct work_struct
*work
);
2178 void megasas_do_ocr(struct megasas_instance
*instance
)
2180 if ((instance
->pdev
->device
== PCI_DEVICE_ID_LSI_SAS1064R
) ||
2181 (instance
->pdev
->device
== PCI_DEVICE_ID_DELL_PERC5
) ||
2182 (instance
->pdev
->device
== PCI_DEVICE_ID_LSI_VERDE_ZCR
)) {
2183 *instance
->consumer
= cpu_to_le32(MEGASAS_ADPRESET_INPROG_SIGN
);
2185 instance
->instancet
->disable_intr(instance
);
2186 atomic_set(&instance
->adprecovery
, MEGASAS_ADPRESET_SM_INFAULT
);
2187 instance
->issuepend_done
= 0;
2189 atomic_set(&instance
->fw_outstanding
, 0);
2190 megasas_internal_reset_defer_cmds(instance
);
2191 process_fw_state_change_wq(&instance
->work_init
);
2194 static int megasas_get_ld_vf_affiliation_111(struct megasas_instance
*instance
,
2197 struct megasas_cmd
*cmd
;
2198 struct megasas_dcmd_frame
*dcmd
;
2199 struct MR_LD_VF_AFFILIATION_111
*new_affiliation_111
= NULL
;
2200 dma_addr_t new_affiliation_111_h
;
2204 cmd
= megasas_get_cmd(instance
);
2207 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "megasas_get_ld_vf_affiliation_111:"
2208 "Failed to get cmd for scsi%d\n",
2209 instance
->host
->host_no
);
2213 dcmd
= &cmd
->frame
->dcmd
;
2215 if (!instance
->vf_affiliation_111
) {
2216 dev_warn(&instance
->pdev
->dev
, "SR-IOV: Couldn't get LD/VF "
2217 "affiliation for scsi%d\n", instance
->host
->host_no
);
2218 megasas_return_cmd(instance
, cmd
);
2223 memset(instance
->vf_affiliation_111
, 0,
2224 sizeof(struct MR_LD_VF_AFFILIATION_111
));
2226 new_affiliation_111
=
2227 pci_alloc_consistent(instance
->pdev
,
2228 sizeof(struct MR_LD_VF_AFFILIATION_111
),
2229 &new_affiliation_111_h
);
2230 if (!new_affiliation_111
) {
2231 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "SR-IOV: Couldn't allocate "
2232 "memory for new affiliation for scsi%d\n",
2233 instance
->host
->host_no
);
2234 megasas_return_cmd(instance
, cmd
);
2237 memset(new_affiliation_111
, 0,
2238 sizeof(struct MR_LD_VF_AFFILIATION_111
));
2241 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
2243 dcmd
->cmd
= MFI_CMD_DCMD
;
2244 dcmd
->cmd_status
= MFI_STAT_INVALID_STATUS
;
2245 dcmd
->sge_count
= 1;
2246 dcmd
->flags
= cpu_to_le16(MFI_FRAME_DIR_BOTH
);
2249 dcmd
->data_xfer_len
=
2250 cpu_to_le32(sizeof(struct MR_LD_VF_AFFILIATION_111
));
2251 dcmd
->opcode
= cpu_to_le32(MR_DCMD_LD_VF_MAP_GET_ALL_LDS_111
);
2254 dcmd
->sgl
.sge32
[0].phys_addr
=
2255 cpu_to_le32(instance
->vf_affiliation_111_h
);
2257 dcmd
->sgl
.sge32
[0].phys_addr
=
2258 cpu_to_le32(new_affiliation_111_h
);
2260 dcmd
->sgl
.sge32
[0].length
= cpu_to_le32(
2261 sizeof(struct MR_LD_VF_AFFILIATION_111
));
2263 dev_warn(&instance
->pdev
->dev
, "SR-IOV: Getting LD/VF affiliation for "
2264 "scsi%d\n", instance
->host
->host_no
);
2266 if (megasas_issue_blocked_cmd(instance
, cmd
, 0) != DCMD_SUCCESS
) {
2267 dev_warn(&instance
->pdev
->dev
, "SR-IOV: LD/VF affiliation DCMD"
2268 " failed with status 0x%x for scsi%d\n",
2269 dcmd
->cmd_status
, instance
->host
->host_no
);
2270 retval
= 1; /* Do a scan if we couldn't get affiliation */
2275 thisVf
= new_affiliation_111
->thisVf
;
2276 for (ld
= 0 ; ld
< new_affiliation_111
->vdCount
; ld
++)
2277 if (instance
->vf_affiliation_111
->map
[ld
].policy
[thisVf
] !=
2278 new_affiliation_111
->map
[ld
].policy
[thisVf
]) {
2279 dev_warn(&instance
->pdev
->dev
, "SR-IOV: "
2280 "Got new LD/VF affiliation for scsi%d\n",
2281 instance
->host
->host_no
);
2282 memcpy(instance
->vf_affiliation_111
,
2283 new_affiliation_111
,
2284 sizeof(struct MR_LD_VF_AFFILIATION_111
));
2290 if (new_affiliation_111
) {
2291 pci_free_consistent(instance
->pdev
,
2292 sizeof(struct MR_LD_VF_AFFILIATION_111
),
2293 new_affiliation_111
,
2294 new_affiliation_111_h
);
2297 megasas_return_cmd(instance
, cmd
);
2302 static int megasas_get_ld_vf_affiliation_12(struct megasas_instance
*instance
,
2305 struct megasas_cmd
*cmd
;
2306 struct megasas_dcmd_frame
*dcmd
;
2307 struct MR_LD_VF_AFFILIATION
*new_affiliation
= NULL
;
2308 struct MR_LD_VF_MAP
*newmap
= NULL
, *savedmap
= NULL
;
2309 dma_addr_t new_affiliation_h
;
2310 int i
, j
, retval
= 0, found
= 0, doscan
= 0;
2313 cmd
= megasas_get_cmd(instance
);
2316 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "megasas_get_ld_vf_affiliation12: "
2317 "Failed to get cmd for scsi%d\n",
2318 instance
->host
->host_no
);
2322 dcmd
= &cmd
->frame
->dcmd
;
2324 if (!instance
->vf_affiliation
) {
2325 dev_warn(&instance
->pdev
->dev
, "SR-IOV: Couldn't get LD/VF "
2326 "affiliation for scsi%d\n", instance
->host
->host_no
);
2327 megasas_return_cmd(instance
, cmd
);
2332 memset(instance
->vf_affiliation
, 0, (MAX_LOGICAL_DRIVES
+ 1) *
2333 sizeof(struct MR_LD_VF_AFFILIATION
));
2336 pci_alloc_consistent(instance
->pdev
,
2337 (MAX_LOGICAL_DRIVES
+ 1) *
2338 sizeof(struct MR_LD_VF_AFFILIATION
),
2339 &new_affiliation_h
);
2340 if (!new_affiliation
) {
2341 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "SR-IOV: Couldn't allocate "
2342 "memory for new affiliation for scsi%d\n",
2343 instance
->host
->host_no
);
2344 megasas_return_cmd(instance
, cmd
);
2347 memset(new_affiliation
, 0, (MAX_LOGICAL_DRIVES
+ 1) *
2348 sizeof(struct MR_LD_VF_AFFILIATION
));
2351 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
2353 dcmd
->cmd
= MFI_CMD_DCMD
;
2354 dcmd
->cmd_status
= MFI_STAT_INVALID_STATUS
;
2355 dcmd
->sge_count
= 1;
2356 dcmd
->flags
= cpu_to_le16(MFI_FRAME_DIR_BOTH
);
2359 dcmd
->data_xfer_len
= cpu_to_le32((MAX_LOGICAL_DRIVES
+ 1) *
2360 sizeof(struct MR_LD_VF_AFFILIATION
));
2361 dcmd
->opcode
= cpu_to_le32(MR_DCMD_LD_VF_MAP_GET_ALL_LDS
);
2364 dcmd
->sgl
.sge32
[0].phys_addr
=
2365 cpu_to_le32(instance
->vf_affiliation_h
);
2367 dcmd
->sgl
.sge32
[0].phys_addr
=
2368 cpu_to_le32(new_affiliation_h
);
2370 dcmd
->sgl
.sge32
[0].length
= cpu_to_le32((MAX_LOGICAL_DRIVES
+ 1) *
2371 sizeof(struct MR_LD_VF_AFFILIATION
));
2373 dev_warn(&instance
->pdev
->dev
, "SR-IOV: Getting LD/VF affiliation for "
2374 "scsi%d\n", instance
->host
->host_no
);
2377 if (megasas_issue_blocked_cmd(instance
, cmd
, 0) != DCMD_SUCCESS
) {
2378 dev_warn(&instance
->pdev
->dev
, "SR-IOV: LD/VF affiliation DCMD"
2379 " failed with status 0x%x for scsi%d\n",
2380 dcmd
->cmd_status
, instance
->host
->host_no
);
2381 retval
= 1; /* Do a scan if we couldn't get affiliation */
2386 if (!new_affiliation
->ldCount
) {
2387 dev_warn(&instance
->pdev
->dev
, "SR-IOV: Got new LD/VF "
2388 "affiliation for passive path for scsi%d\n",
2389 instance
->host
->host_no
);
2393 newmap
= new_affiliation
->map
;
2394 savedmap
= instance
->vf_affiliation
->map
;
2395 thisVf
= new_affiliation
->thisVf
;
2396 for (i
= 0 ; i
< new_affiliation
->ldCount
; i
++) {
2398 for (j
= 0; j
< instance
->vf_affiliation
->ldCount
;
2400 if (newmap
->ref
.targetId
==
2401 savedmap
->ref
.targetId
) {
2403 if (newmap
->policy
[thisVf
] !=
2404 savedmap
->policy
[thisVf
]) {
2409 savedmap
= (struct MR_LD_VF_MAP
*)
2410 ((unsigned char *)savedmap
+
2413 if (!found
&& newmap
->policy
[thisVf
] !=
2414 MR_LD_ACCESS_HIDDEN
) {
2418 newmap
= (struct MR_LD_VF_MAP
*)
2419 ((unsigned char *)newmap
+ newmap
->size
);
2422 newmap
= new_affiliation
->map
;
2423 savedmap
= instance
->vf_affiliation
->map
;
2425 for (i
= 0 ; i
< instance
->vf_affiliation
->ldCount
; i
++) {
2427 for (j
= 0 ; j
< new_affiliation
->ldCount
; j
++) {
2428 if (savedmap
->ref
.targetId
==
2429 newmap
->ref
.targetId
) {
2431 if (savedmap
->policy
[thisVf
] !=
2432 newmap
->policy
[thisVf
]) {
2437 newmap
= (struct MR_LD_VF_MAP
*)
2438 ((unsigned char *)newmap
+
2441 if (!found
&& savedmap
->policy
[thisVf
] !=
2442 MR_LD_ACCESS_HIDDEN
) {
2446 savedmap
= (struct MR_LD_VF_MAP
*)
2447 ((unsigned char *)savedmap
+
2453 dev_warn(&instance
->pdev
->dev
, "SR-IOV: Got new LD/VF "
2454 "affiliation for scsi%d\n", instance
->host
->host_no
);
2455 memcpy(instance
->vf_affiliation
, new_affiliation
,
2456 new_affiliation
->size
);
2460 if (new_affiliation
)
2461 pci_free_consistent(instance
->pdev
,
2462 (MAX_LOGICAL_DRIVES
+ 1) *
2463 sizeof(struct MR_LD_VF_AFFILIATION
),
2464 new_affiliation
, new_affiliation_h
);
2465 megasas_return_cmd(instance
, cmd
);
2470 /* This function will get the current SR-IOV LD/VF affiliation */
2471 static int megasas_get_ld_vf_affiliation(struct megasas_instance
*instance
,
2476 if (instance
->PlasmaFW111
)
2477 retval
= megasas_get_ld_vf_affiliation_111(instance
, initial
);
2479 retval
= megasas_get_ld_vf_affiliation_12(instance
, initial
);
2483 /* This function will tell FW to start the SR-IOV heartbeat */
2484 int megasas_sriov_start_heartbeat(struct megasas_instance
*instance
,
2487 struct megasas_cmd
*cmd
;
2488 struct megasas_dcmd_frame
*dcmd
;
2491 cmd
= megasas_get_cmd(instance
);
2494 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "megasas_sriov_start_heartbeat: "
2495 "Failed to get cmd for scsi%d\n",
2496 instance
->host
->host_no
);
2500 dcmd
= &cmd
->frame
->dcmd
;
2503 instance
->hb_host_mem
=
2504 pci_zalloc_consistent(instance
->pdev
,
2505 sizeof(struct MR_CTRL_HB_HOST_MEM
),
2506 &instance
->hb_host_mem_h
);
2507 if (!instance
->hb_host_mem
) {
2508 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "SR-IOV: Couldn't allocate"
2509 " memory for heartbeat host memory for scsi%d\n",
2510 instance
->host
->host_no
);
2516 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
2518 dcmd
->mbox
.s
[0] = cpu_to_le16(sizeof(struct MR_CTRL_HB_HOST_MEM
));
2519 dcmd
->cmd
= MFI_CMD_DCMD
;
2520 dcmd
->cmd_status
= MFI_STAT_INVALID_STATUS
;
2521 dcmd
->sge_count
= 1;
2522 dcmd
->flags
= cpu_to_le16(MFI_FRAME_DIR_BOTH
);
2525 dcmd
->data_xfer_len
= cpu_to_le32(sizeof(struct MR_CTRL_HB_HOST_MEM
));
2526 dcmd
->opcode
= cpu_to_le32(MR_DCMD_CTRL_SHARED_HOST_MEM_ALLOC
);
2528 megasas_set_dma_settings(instance
, dcmd
, instance
->hb_host_mem_h
,
2529 sizeof(struct MR_CTRL_HB_HOST_MEM
));
2531 dev_warn(&instance
->pdev
->dev
, "SR-IOV: Starting heartbeat for scsi%d\n",
2532 instance
->host
->host_no
);
2534 if ((instance
->adapter_type
!= MFI_SERIES
) &&
2535 !instance
->mask_interrupts
)
2536 retval
= megasas_issue_blocked_cmd(instance
, cmd
,
2537 MEGASAS_ROUTINE_WAIT_TIME_VF
);
2539 retval
= megasas_issue_polled(instance
, cmd
);
2542 dev_warn(&instance
->pdev
->dev
, "SR-IOV: MR_DCMD_CTRL_SHARED_HOST"
2543 "_MEM_ALLOC DCMD %s for scsi%d\n",
2544 (dcmd
->cmd_status
== MFI_STAT_INVALID_STATUS
) ?
2545 "timed out" : "failed", instance
->host
->host_no
);
2550 megasas_return_cmd(instance
, cmd
);
2555 /* Handler for SR-IOV heartbeat */
2556 static void megasas_sriov_heartbeat_handler(struct timer_list
*t
)
2558 struct megasas_instance
*instance
=
2559 from_timer(instance
, t
, sriov_heartbeat_timer
);
2561 if (instance
->hb_host_mem
->HB
.fwCounter
!=
2562 instance
->hb_host_mem
->HB
.driverCounter
) {
2563 instance
->hb_host_mem
->HB
.driverCounter
=
2564 instance
->hb_host_mem
->HB
.fwCounter
;
2565 mod_timer(&instance
->sriov_heartbeat_timer
,
2566 jiffies
+ MEGASAS_SRIOV_HEARTBEAT_INTERVAL_VF
);
2568 dev_warn(&instance
->pdev
->dev
, "SR-IOV: Heartbeat never "
2569 "completed for scsi%d\n", instance
->host
->host_no
);
2570 schedule_work(&instance
->work_init
);
2575 * megasas_wait_for_outstanding - Wait for all outstanding cmds
2576 * @instance: Adapter soft state
2578 * This function waits for up to MEGASAS_RESET_WAIT_TIME seconds for FW to
2579 * complete all its outstanding commands. Returns error if one or more IOs
2580 * are pending after this time period. It also marks the controller dead.
2582 static int megasas_wait_for_outstanding(struct megasas_instance
*instance
)
2584 int i
, sl
, outstanding
;
2586 u32 wait_time
= MEGASAS_RESET_WAIT_TIME
;
2587 unsigned long flags
;
2588 struct list_head clist_local
;
2589 struct megasas_cmd
*reset_cmd
;
2592 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
) {
2593 dev_info(&instance
->pdev
->dev
, "%s:%d HBA is killed.\n",
2594 __func__
, __LINE__
);
2598 if (atomic_read(&instance
->adprecovery
) != MEGASAS_HBA_OPERATIONAL
) {
2600 INIT_LIST_HEAD(&clist_local
);
2601 spin_lock_irqsave(&instance
->hba_lock
, flags
);
2602 list_splice_init(&instance
->internal_reset_pending_q
,
2604 spin_unlock_irqrestore(&instance
->hba_lock
, flags
);
2606 dev_notice(&instance
->pdev
->dev
, "HBA reset wait ...\n");
2607 for (i
= 0; i
< wait_time
; i
++) {
2609 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HBA_OPERATIONAL
)
2613 if (atomic_read(&instance
->adprecovery
) != MEGASAS_HBA_OPERATIONAL
) {
2614 dev_notice(&instance
->pdev
->dev
, "reset: Stopping HBA.\n");
2615 atomic_set(&instance
->adprecovery
, MEGASAS_HW_CRITICAL_ERROR
);
2620 while (!list_empty(&clist_local
)) {
2621 reset_cmd
= list_entry((&clist_local
)->next
,
2622 struct megasas_cmd
, list
);
2623 list_del_init(&reset_cmd
->list
);
2624 if (reset_cmd
->scmd
) {
2625 reset_cmd
->scmd
->result
= DID_REQUEUE
<< 16;
2626 dev_notice(&instance
->pdev
->dev
, "%d:%p reset [%02x]\n",
2627 reset_index
, reset_cmd
,
2628 reset_cmd
->scmd
->cmnd
[0]);
2630 reset_cmd
->scmd
->scsi_done(reset_cmd
->scmd
);
2631 megasas_return_cmd(instance
, reset_cmd
);
2632 } else if (reset_cmd
->sync_cmd
) {
2633 dev_notice(&instance
->pdev
->dev
, "%p synch cmds"
2637 reset_cmd
->cmd_status_drv
= MFI_STAT_INVALID_STATUS
;
2638 instance
->instancet
->fire_cmd(instance
,
2639 reset_cmd
->frame_phys_addr
,
2640 0, instance
->reg_set
);
2642 dev_notice(&instance
->pdev
->dev
, "%p unexpected"
2652 for (i
= 0; i
< resetwaittime
; i
++) {
2653 outstanding
= atomic_read(&instance
->fw_outstanding
);
2658 if (!(i
% MEGASAS_RESET_NOTICE_INTERVAL
)) {
2659 dev_notice(&instance
->pdev
->dev
, "[%2d]waiting for %d "
2660 "commands to complete\n",i
,outstanding
);
2662 * Call cmd completion routine. Cmd to be
2663 * be completed directly without depending on isr.
2665 megasas_complete_cmd_dpc((unsigned long)instance
);
2672 outstanding
= atomic_read(&instance
->fw_outstanding
);
2673 fw_state
= instance
->instancet
->read_fw_status_reg(instance
->reg_set
) & MFI_STATE_MASK
;
2675 if ((!outstanding
&& (fw_state
== MFI_STATE_OPERATIONAL
)))
2676 goto no_outstanding
;
2678 if (instance
->disableOnlineCtrlReset
)
2679 goto kill_hba_and_failed
;
2681 if ((fw_state
== MFI_STATE_FAULT
) || atomic_read(&instance
->fw_outstanding
)) {
2682 dev_info(&instance
->pdev
->dev
,
2683 "%s:%d waiting_for_outstanding: before issue OCR. FW state = 0x%x, oustanding 0x%x\n",
2684 __func__
, __LINE__
, fw_state
, atomic_read(&instance
->fw_outstanding
));
2686 goto kill_hba_and_failed
;
2687 megasas_do_ocr(instance
);
2689 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
) {
2690 dev_info(&instance
->pdev
->dev
, "%s:%d OCR failed and HBA is killed.\n",
2691 __func__
, __LINE__
);
2694 dev_info(&instance
->pdev
->dev
, "%s:%d waiting_for_outstanding: after issue OCR.\n",
2695 __func__
, __LINE__
);
2697 for (sl
= 0; sl
< 10; sl
++)
2700 outstanding
= atomic_read(&instance
->fw_outstanding
);
2702 fw_state
= instance
->instancet
->read_fw_status_reg(instance
->reg_set
) & MFI_STATE_MASK
;
2703 if ((!outstanding
&& (fw_state
== MFI_STATE_OPERATIONAL
)))
2704 goto no_outstanding
;
2711 dev_info(&instance
->pdev
->dev
, "%s:%d no more pending commands remain after reset handling.\n",
2712 __func__
, __LINE__
);
2715 kill_hba_and_failed
:
2717 /* Reset not supported, kill adapter */
2718 dev_info(&instance
->pdev
->dev
, "%s:%d killing adapter scsi%d"
2719 " disableOnlineCtrlReset %d fw_outstanding %d \n",
2720 __func__
, __LINE__
, instance
->host
->host_no
, instance
->disableOnlineCtrlReset
,
2721 atomic_read(&instance
->fw_outstanding
));
2722 megasas_dump_pending_frames(instance
);
2723 megaraid_sas_kill_hba(instance
);
2729 * megasas_generic_reset - Generic reset routine
2730 * @scmd: Mid-layer SCSI command
2732 * This routine implements a generic reset handler for device, bus and host
2733 * reset requests. Device, bus and host specific reset handlers can use this
2734 * function after they do their specific tasks.
2736 static int megasas_generic_reset(struct scsi_cmnd
*scmd
)
2739 struct megasas_instance
*instance
;
2741 instance
= (struct megasas_instance
*)scmd
->device
->host
->hostdata
;
2743 scmd_printk(KERN_NOTICE
, scmd
, "megasas: RESET cmd=%x retries=%x\n",
2744 scmd
->cmnd
[0], scmd
->retries
);
2746 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
) {
2747 dev_err(&instance
->pdev
->dev
, "cannot recover from previous reset failures\n");
2751 ret_val
= megasas_wait_for_outstanding(instance
);
2752 if (ret_val
== SUCCESS
)
2753 dev_notice(&instance
->pdev
->dev
, "reset successful\n");
2755 dev_err(&instance
->pdev
->dev
, "failed to do reset\n");
2761 * megasas_reset_timer - quiesce the adapter if required
2764 * Sets the FW busy flag and reduces the host->can_queue if the
2765 * cmd has not been completed within the timeout period.
2768 blk_eh_timer_return
megasas_reset_timer(struct scsi_cmnd
*scmd
)
2770 struct megasas_instance
*instance
;
2771 unsigned long flags
;
2773 if (time_after(jiffies
, scmd
->jiffies_at_alloc
+
2774 (scmd_timeout
* 2) * HZ
)) {
2775 return BLK_EH_NOT_HANDLED
;
2778 instance
= (struct megasas_instance
*)scmd
->device
->host
->hostdata
;
2779 if (!(instance
->flag
& MEGASAS_FW_BUSY
)) {
2780 /* FW is busy, throttle IO */
2781 spin_lock_irqsave(instance
->host
->host_lock
, flags
);
2783 instance
->host
->can_queue
= instance
->throttlequeuedepth
;
2784 instance
->last_time
= jiffies
;
2785 instance
->flag
|= MEGASAS_FW_BUSY
;
2787 spin_unlock_irqrestore(instance
->host
->host_lock
, flags
);
2789 return BLK_EH_RESET_TIMER
;
2793 * megasas_dump_frame - This function will dump MPT/MFI frame
2796 megasas_dump_frame(void *mpi_request
, int sz
)
2799 __le32
*mfp
= (__le32
*)mpi_request
;
2801 printk(KERN_INFO
"IO request frame:\n\t");
2802 for (i
= 0; i
< sz
/ sizeof(__le32
); i
++) {
2803 if (i
&& ((i
% 8) == 0))
2805 printk("%08x ", le32_to_cpu(mfp
[i
]));
2811 * megasas_reset_bus_host - Bus & host reset handler entry point
2813 static int megasas_reset_bus_host(struct scsi_cmnd
*scmd
)
2816 struct megasas_instance
*instance
;
2818 instance
= (struct megasas_instance
*)scmd
->device
->host
->hostdata
;
2820 scmd_printk(KERN_INFO
, scmd
,
2821 "Controller reset is requested due to IO timeout\n"
2822 "SCSI command pointer: (%p)\t SCSI host state: %d\t"
2823 " SCSI host busy: %d\t FW outstanding: %d\n",
2824 scmd
, scmd
->device
->host
->shost_state
,
2825 atomic_read((atomic_t
*)&scmd
->device
->host
->host_busy
),
2826 atomic_read(&instance
->fw_outstanding
));
2829 * First wait for all commands to complete
2831 if (instance
->adapter_type
== MFI_SERIES
) {
2832 ret
= megasas_generic_reset(scmd
);
2834 struct megasas_cmd_fusion
*cmd
;
2835 cmd
= (struct megasas_cmd_fusion
*)scmd
->SCp
.ptr
;
2837 megasas_dump_frame(cmd
->io_request
,
2838 MEGA_MPI2_RAID_DEFAULT_IO_FRAME_SIZE
);
2839 ret
= megasas_reset_fusion(scmd
->device
->host
,
2840 SCSIIO_TIMEOUT_OCR
);
2847 * megasas_task_abort - Issues task abort request to firmware
2848 * (supported only for fusion adapters)
2849 * @scmd: SCSI command pointer
2851 static int megasas_task_abort(struct scsi_cmnd
*scmd
)
2854 struct megasas_instance
*instance
;
2856 instance
= (struct megasas_instance
*)scmd
->device
->host
->hostdata
;
2858 if (instance
->adapter_type
!= MFI_SERIES
)
2859 ret
= megasas_task_abort_fusion(scmd
);
2861 sdev_printk(KERN_NOTICE
, scmd
->device
, "TASK ABORT not supported\n");
2869 * megasas_reset_target: Issues target reset request to firmware
2870 * (supported only for fusion adapters)
2871 * @scmd: SCSI command pointer
2873 static int megasas_reset_target(struct scsi_cmnd
*scmd
)
2876 struct megasas_instance
*instance
;
2878 instance
= (struct megasas_instance
*)scmd
->device
->host
->hostdata
;
2880 if (instance
->adapter_type
!= MFI_SERIES
)
2881 ret
= megasas_reset_target_fusion(scmd
);
2883 sdev_printk(KERN_NOTICE
, scmd
->device
, "TARGET RESET not supported\n");
2891 * megasas_bios_param - Returns disk geometry for a disk
2892 * @sdev: device handle
2893 * @bdev: block device
2894 * @capacity: drive capacity
2895 * @geom: geometry parameters
2898 megasas_bios_param(struct scsi_device
*sdev
, struct block_device
*bdev
,
2899 sector_t capacity
, int geom
[])
2906 /* Default heads (64) & sectors (32) */
2910 tmp
= heads
* sectors
;
2911 cylinders
= capacity
;
2913 sector_div(cylinders
, tmp
);
2916 * Handle extended translation size for logical drives > 1Gb
2919 if (capacity
>= 0x200000) {
2922 tmp
= heads
*sectors
;
2923 cylinders
= capacity
;
2924 sector_div(cylinders
, tmp
);
2929 geom
[2] = cylinders
;
2934 static void megasas_aen_polling(struct work_struct
*work
);
2937 * megasas_service_aen - Processes an event notification
2938 * @instance: Adapter soft state
2939 * @cmd: AEN command completed by the ISR
2941 * For AEN, driver sends a command down to FW that is held by the FW till an
2942 * event occurs. When an event of interest occurs, FW completes the command
2943 * that it was previously holding.
2945 * This routines sends SIGIO signal to processes that have registered with the
2949 megasas_service_aen(struct megasas_instance
*instance
, struct megasas_cmd
*cmd
)
2951 unsigned long flags
;
2954 * Don't signal app if it is just an aborted previously registered aen
2956 if ((!cmd
->abort_aen
) && (instance
->unload
== 0)) {
2957 spin_lock_irqsave(&poll_aen_lock
, flags
);
2958 megasas_poll_wait_aen
= 1;
2959 spin_unlock_irqrestore(&poll_aen_lock
, flags
);
2960 wake_up(&megasas_poll_wait
);
2961 kill_fasync(&megasas_async_queue
, SIGIO
, POLL_IN
);
2966 instance
->aen_cmd
= NULL
;
2968 megasas_return_cmd(instance
, cmd
);
2970 if ((instance
->unload
== 0) &&
2971 ((instance
->issuepend_done
== 1))) {
2972 struct megasas_aen_event
*ev
;
2974 ev
= kzalloc(sizeof(*ev
), GFP_ATOMIC
);
2976 dev_err(&instance
->pdev
->dev
, "megasas_service_aen: out of memory\n");
2978 ev
->instance
= instance
;
2980 INIT_DELAYED_WORK(&ev
->hotplug_work
,
2981 megasas_aen_polling
);
2982 schedule_delayed_work(&ev
->hotplug_work
, 0);
2988 megasas_fw_crash_buffer_store(struct device
*cdev
,
2989 struct device_attribute
*attr
, const char *buf
, size_t count
)
2991 struct Scsi_Host
*shost
= class_to_shost(cdev
);
2992 struct megasas_instance
*instance
=
2993 (struct megasas_instance
*) shost
->hostdata
;
2995 unsigned long flags
;
2997 if (kstrtoint(buf
, 0, &val
) != 0)
3000 spin_lock_irqsave(&instance
->crashdump_lock
, flags
);
3001 instance
->fw_crash_buffer_offset
= val
;
3002 spin_unlock_irqrestore(&instance
->crashdump_lock
, flags
);
3007 megasas_fw_crash_buffer_show(struct device
*cdev
,
3008 struct device_attribute
*attr
, char *buf
)
3010 struct Scsi_Host
*shost
= class_to_shost(cdev
);
3011 struct megasas_instance
*instance
=
3012 (struct megasas_instance
*) shost
->hostdata
;
3014 unsigned long buff_addr
;
3015 unsigned long dmachunk
= CRASH_DMA_BUF_SIZE
;
3016 unsigned long src_addr
;
3017 unsigned long flags
;
3020 spin_lock_irqsave(&instance
->crashdump_lock
, flags
);
3021 buff_offset
= instance
->fw_crash_buffer_offset
;
3022 if (!instance
->crash_dump_buf
&&
3023 !((instance
->fw_crash_state
== AVAILABLE
) ||
3024 (instance
->fw_crash_state
== COPYING
))) {
3025 dev_err(&instance
->pdev
->dev
,
3026 "Firmware crash dump is not available\n");
3027 spin_unlock_irqrestore(&instance
->crashdump_lock
, flags
);
3031 buff_addr
= (unsigned long) buf
;
3033 if (buff_offset
> (instance
->fw_crash_buffer_size
* dmachunk
)) {
3034 dev_err(&instance
->pdev
->dev
,
3035 "Firmware crash dump offset is out of range\n");
3036 spin_unlock_irqrestore(&instance
->crashdump_lock
, flags
);
3040 size
= (instance
->fw_crash_buffer_size
* dmachunk
) - buff_offset
;
3041 size
= (size
>= PAGE_SIZE
) ? (PAGE_SIZE
- 1) : size
;
3043 src_addr
= (unsigned long)instance
->crash_buf
[buff_offset
/ dmachunk
] +
3044 (buff_offset
% dmachunk
);
3045 memcpy(buf
, (void *)src_addr
, size
);
3046 spin_unlock_irqrestore(&instance
->crashdump_lock
, flags
);
3052 megasas_fw_crash_buffer_size_show(struct device
*cdev
,
3053 struct device_attribute
*attr
, char *buf
)
3055 struct Scsi_Host
*shost
= class_to_shost(cdev
);
3056 struct megasas_instance
*instance
=
3057 (struct megasas_instance
*) shost
->hostdata
;
3059 return snprintf(buf
, PAGE_SIZE
, "%ld\n", (unsigned long)
3060 ((instance
->fw_crash_buffer_size
) * 1024 * 1024)/PAGE_SIZE
);
3064 megasas_fw_crash_state_store(struct device
*cdev
,
3065 struct device_attribute
*attr
, const char *buf
, size_t count
)
3067 struct Scsi_Host
*shost
= class_to_shost(cdev
);
3068 struct megasas_instance
*instance
=
3069 (struct megasas_instance
*) shost
->hostdata
;
3071 unsigned long flags
;
3073 if (kstrtoint(buf
, 0, &val
) != 0)
3076 if ((val
<= AVAILABLE
|| val
> COPY_ERROR
)) {
3077 dev_err(&instance
->pdev
->dev
, "application updates invalid "
3078 "firmware crash state\n");
3082 instance
->fw_crash_state
= val
;
3084 if ((val
== COPIED
) || (val
== COPY_ERROR
)) {
3085 spin_lock_irqsave(&instance
->crashdump_lock
, flags
);
3086 megasas_free_host_crash_buffer(instance
);
3087 spin_unlock_irqrestore(&instance
->crashdump_lock
, flags
);
3088 if (val
== COPY_ERROR
)
3089 dev_info(&instance
->pdev
->dev
, "application failed to "
3090 "copy Firmware crash dump\n");
3092 dev_info(&instance
->pdev
->dev
, "Firmware crash dump "
3093 "copied successfully\n");
3099 megasas_fw_crash_state_show(struct device
*cdev
,
3100 struct device_attribute
*attr
, char *buf
)
3102 struct Scsi_Host
*shost
= class_to_shost(cdev
);
3103 struct megasas_instance
*instance
=
3104 (struct megasas_instance
*) shost
->hostdata
;
3106 return snprintf(buf
, PAGE_SIZE
, "%d\n", instance
->fw_crash_state
);
3110 megasas_page_size_show(struct device
*cdev
,
3111 struct device_attribute
*attr
, char *buf
)
3113 return snprintf(buf
, PAGE_SIZE
, "%ld\n", (unsigned long)PAGE_SIZE
- 1);
3117 megasas_ldio_outstanding_show(struct device
*cdev
, struct device_attribute
*attr
,
3120 struct Scsi_Host
*shost
= class_to_shost(cdev
);
3121 struct megasas_instance
*instance
= (struct megasas_instance
*)shost
->hostdata
;
3123 return snprintf(buf
, PAGE_SIZE
, "%d\n", atomic_read(&instance
->ldio_outstanding
));
3127 megasas_fw_cmds_outstanding_show(struct device
*cdev
,
3128 struct device_attribute
*attr
, char *buf
)
3130 struct Scsi_Host
*shost
= class_to_shost(cdev
);
3131 struct megasas_instance
*instance
= (struct megasas_instance
*)shost
->hostdata
;
3133 return snprintf(buf
, PAGE_SIZE
, "%d\n", atomic_read(&instance
->fw_outstanding
));
3136 static DEVICE_ATTR(fw_crash_buffer
, S_IRUGO
| S_IWUSR
,
3137 megasas_fw_crash_buffer_show
, megasas_fw_crash_buffer_store
);
3138 static DEVICE_ATTR(fw_crash_buffer_size
, S_IRUGO
,
3139 megasas_fw_crash_buffer_size_show
, NULL
);
3140 static DEVICE_ATTR(fw_crash_state
, S_IRUGO
| S_IWUSR
,
3141 megasas_fw_crash_state_show
, megasas_fw_crash_state_store
);
3142 static DEVICE_ATTR(page_size
, S_IRUGO
,
3143 megasas_page_size_show
, NULL
);
3144 static DEVICE_ATTR(ldio_outstanding
, S_IRUGO
,
3145 megasas_ldio_outstanding_show
, NULL
);
3146 static DEVICE_ATTR(fw_cmds_outstanding
, S_IRUGO
,
3147 megasas_fw_cmds_outstanding_show
, NULL
);
3149 struct device_attribute
*megaraid_host_attrs
[] = {
3150 &dev_attr_fw_crash_buffer_size
,
3151 &dev_attr_fw_crash_buffer
,
3152 &dev_attr_fw_crash_state
,
3153 &dev_attr_page_size
,
3154 &dev_attr_ldio_outstanding
,
3155 &dev_attr_fw_cmds_outstanding
,
3160 * Scsi host template for megaraid_sas driver
3162 static struct scsi_host_template megasas_template
= {
3164 .module
= THIS_MODULE
,
3165 .name
= "Avago SAS based MegaRAID driver",
3166 .proc_name
= "megaraid_sas",
3167 .slave_configure
= megasas_slave_configure
,
3168 .slave_alloc
= megasas_slave_alloc
,
3169 .slave_destroy
= megasas_slave_destroy
,
3170 .queuecommand
= megasas_queue_command
,
3171 .eh_target_reset_handler
= megasas_reset_target
,
3172 .eh_abort_handler
= megasas_task_abort
,
3173 .eh_host_reset_handler
= megasas_reset_bus_host
,
3174 .eh_timed_out
= megasas_reset_timer
,
3175 .shost_attrs
= megaraid_host_attrs
,
3176 .bios_param
= megasas_bios_param
,
3177 .use_clustering
= ENABLE_CLUSTERING
,
3178 .change_queue_depth
= scsi_change_queue_depth
,
3183 * megasas_complete_int_cmd - Completes an internal command
3184 * @instance: Adapter soft state
3185 * @cmd: Command to be completed
3187 * The megasas_issue_blocked_cmd() function waits for a command to complete
3188 * after it issues a command. This function wakes up that waiting routine by
3189 * calling wake_up() on the wait queue.
3192 megasas_complete_int_cmd(struct megasas_instance
*instance
,
3193 struct megasas_cmd
*cmd
)
3195 cmd
->cmd_status_drv
= cmd
->frame
->io
.cmd_status
;
3196 wake_up(&instance
->int_cmd_wait_q
);
3200 * megasas_complete_abort - Completes aborting a command
3201 * @instance: Adapter soft state
3202 * @cmd: Cmd that was issued to abort another cmd
3204 * The megasas_issue_blocked_abort_cmd() function waits on abort_cmd_wait_q
3205 * after it issues an abort on a previously issued command. This function
3206 * wakes up all functions waiting on the same wait queue.
3209 megasas_complete_abort(struct megasas_instance
*instance
,
3210 struct megasas_cmd
*cmd
)
3212 if (cmd
->sync_cmd
) {
3214 cmd
->cmd_status_drv
= 0;
3215 wake_up(&instance
->abort_cmd_wait_q
);
3220 * megasas_complete_cmd - Completes a command
3221 * @instance: Adapter soft state
3222 * @cmd: Command to be completed
3223 * @alt_status: If non-zero, use this value as status to
3224 * SCSI mid-layer instead of the value returned
3225 * by the FW. This should be used if caller wants
3226 * an alternate status (as in the case of aborted
3230 megasas_complete_cmd(struct megasas_instance
*instance
, struct megasas_cmd
*cmd
,
3234 struct megasas_header
*hdr
= &cmd
->frame
->hdr
;
3235 unsigned long flags
;
3236 struct fusion_context
*fusion
= instance
->ctrl_context
;
3239 /* flag for the retry reset */
3240 cmd
->retry_for_fw_reset
= 0;
3243 cmd
->scmd
->SCp
.ptr
= NULL
;
3246 case MFI_CMD_INVALID
:
3247 /* Some older 1068 controller FW may keep a pended
3248 MR_DCMD_CTRL_EVENT_GET_INFO left over from the main kernel
3249 when booting the kdump kernel. Ignore this command to
3250 prevent a kernel panic on shutdown of the kdump kernel. */
3251 dev_warn(&instance
->pdev
->dev
, "MFI_CMD_INVALID command "
3253 dev_warn(&instance
->pdev
->dev
, "If you have a controller "
3254 "other than PERC5, please upgrade your firmware\n");
3256 case MFI_CMD_PD_SCSI_IO
:
3257 case MFI_CMD_LD_SCSI_IO
:
3260 * MFI_CMD_PD_SCSI_IO and MFI_CMD_LD_SCSI_IO could have been
3261 * issued either through an IO path or an IOCTL path. If it
3262 * was via IOCTL, we will send it to internal completion.
3264 if (cmd
->sync_cmd
) {
3266 megasas_complete_int_cmd(instance
, cmd
);
3270 case MFI_CMD_LD_READ
:
3271 case MFI_CMD_LD_WRITE
:
3274 cmd
->scmd
->result
= alt_status
<< 16;
3280 atomic_dec(&instance
->fw_outstanding
);
3282 scsi_dma_unmap(cmd
->scmd
);
3283 cmd
->scmd
->scsi_done(cmd
->scmd
);
3284 megasas_return_cmd(instance
, cmd
);
3289 switch (hdr
->cmd_status
) {
3292 cmd
->scmd
->result
= DID_OK
<< 16;
3295 case MFI_STAT_SCSI_IO_FAILED
:
3296 case MFI_STAT_LD_INIT_IN_PROGRESS
:
3298 (DID_ERROR
<< 16) | hdr
->scsi_status
;
3301 case MFI_STAT_SCSI_DONE_WITH_ERROR
:
3303 cmd
->scmd
->result
= (DID_OK
<< 16) | hdr
->scsi_status
;
3305 if (hdr
->scsi_status
== SAM_STAT_CHECK_CONDITION
) {
3306 memset(cmd
->scmd
->sense_buffer
, 0,
3307 SCSI_SENSE_BUFFERSIZE
);
3308 memcpy(cmd
->scmd
->sense_buffer
, cmd
->sense
,
3311 cmd
->scmd
->result
|= DRIVER_SENSE
<< 24;
3316 case MFI_STAT_LD_OFFLINE
:
3317 case MFI_STAT_DEVICE_NOT_FOUND
:
3318 cmd
->scmd
->result
= DID_BAD_TARGET
<< 16;
3322 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "MFI FW status %#x\n",
3324 cmd
->scmd
->result
= DID_ERROR
<< 16;
3328 atomic_dec(&instance
->fw_outstanding
);
3330 scsi_dma_unmap(cmd
->scmd
);
3331 cmd
->scmd
->scsi_done(cmd
->scmd
);
3332 megasas_return_cmd(instance
, cmd
);
3339 megasas_complete_int_cmd(instance
, cmd
);
3343 opcode
= le32_to_cpu(cmd
->frame
->dcmd
.opcode
);
3344 /* Check for LD map update */
3345 if ((opcode
== MR_DCMD_LD_MAP_GET_INFO
)
3346 && (cmd
->frame
->dcmd
.mbox
.b
[1] == 1)) {
3347 fusion
->fast_path_io
= 0;
3348 spin_lock_irqsave(instance
->host
->host_lock
, flags
);
3349 status
= cmd
->frame
->hdr
.cmd_status
;
3350 instance
->map_update_cmd
= NULL
;
3351 if (status
!= MFI_STAT_OK
) {
3352 if (status
!= MFI_STAT_NOT_FOUND
)
3353 dev_warn(&instance
->pdev
->dev
, "map syncfailed, status = 0x%x\n",
3354 cmd
->frame
->hdr
.cmd_status
);
3356 megasas_return_cmd(instance
, cmd
);
3357 spin_unlock_irqrestore(
3358 instance
->host
->host_lock
,
3364 megasas_return_cmd(instance
, cmd
);
3367 * Set fast path IO to ZERO.
3368 * Validate Map will set proper value.
3369 * Meanwhile all IOs will go as LD IO.
3371 if (status
== MFI_STAT_OK
&&
3372 (MR_ValidateMapInfo(instance
, (instance
->map_id
+ 1)))) {
3374 fusion
->fast_path_io
= 1;
3376 fusion
->fast_path_io
= 0;
3379 megasas_sync_map_info(instance
);
3380 spin_unlock_irqrestore(instance
->host
->host_lock
,
3384 if (opcode
== MR_DCMD_CTRL_EVENT_GET_INFO
||
3385 opcode
== MR_DCMD_CTRL_EVENT_GET
) {
3386 spin_lock_irqsave(&poll_aen_lock
, flags
);
3387 megasas_poll_wait_aen
= 0;
3388 spin_unlock_irqrestore(&poll_aen_lock
, flags
);
3391 /* FW has an updated PD sequence */
3392 if ((opcode
== MR_DCMD_SYSTEM_PD_MAP_GET_INFO
) &&
3393 (cmd
->frame
->dcmd
.mbox
.b
[0] == 1)) {
3395 spin_lock_irqsave(instance
->host
->host_lock
, flags
);
3396 status
= cmd
->frame
->hdr
.cmd_status
;
3397 instance
->jbod_seq_cmd
= NULL
;
3398 megasas_return_cmd(instance
, cmd
);
3400 if (status
== MFI_STAT_OK
) {
3401 instance
->pd_seq_map_id
++;
3402 /* Re-register a pd sync seq num cmd */
3403 if (megasas_sync_pd_seq_num(instance
, true))
3404 instance
->use_seqnum_jbod_fp
= false;
3406 instance
->use_seqnum_jbod_fp
= false;
3408 spin_unlock_irqrestore(instance
->host
->host_lock
, flags
);
3413 * See if got an event notification
3415 if (opcode
== MR_DCMD_CTRL_EVENT_WAIT
)
3416 megasas_service_aen(instance
, cmd
);
3418 megasas_complete_int_cmd(instance
, cmd
);
3424 * Cmd issued to abort another cmd returned
3426 megasas_complete_abort(instance
, cmd
);
3430 dev_info(&instance
->pdev
->dev
, "Unknown command completed! [0x%X]\n",
3432 megasas_complete_int_cmd(instance
, cmd
);
3438 * megasas_issue_pending_cmds_again - issue all pending cmds
3439 * in FW again because of the fw reset
3440 * @instance: Adapter soft state
3443 megasas_issue_pending_cmds_again(struct megasas_instance
*instance
)
3445 struct megasas_cmd
*cmd
;
3446 struct list_head clist_local
;
3447 union megasas_evt_class_locale class_locale
;
3448 unsigned long flags
;
3451 INIT_LIST_HEAD(&clist_local
);
3452 spin_lock_irqsave(&instance
->hba_lock
, flags
);
3453 list_splice_init(&instance
->internal_reset_pending_q
, &clist_local
);
3454 spin_unlock_irqrestore(&instance
->hba_lock
, flags
);
3456 while (!list_empty(&clist_local
)) {
3457 cmd
= list_entry((&clist_local
)->next
,
3458 struct megasas_cmd
, list
);
3459 list_del_init(&cmd
->list
);
3461 if (cmd
->sync_cmd
|| cmd
->scmd
) {
3462 dev_notice(&instance
->pdev
->dev
, "command %p, %p:%d"
3463 "detected to be pending while HBA reset\n",
3464 cmd
, cmd
->scmd
, cmd
->sync_cmd
);
3466 cmd
->retry_for_fw_reset
++;
3468 if (cmd
->retry_for_fw_reset
== 3) {
3469 dev_notice(&instance
->pdev
->dev
, "cmd %p, %p:%d"
3470 "was tried multiple times during reset."
3471 "Shutting down the HBA\n",
3472 cmd
, cmd
->scmd
, cmd
->sync_cmd
);
3473 instance
->instancet
->disable_intr(instance
);
3474 atomic_set(&instance
->fw_reset_no_pci_access
, 1);
3475 megaraid_sas_kill_hba(instance
);
3480 if (cmd
->sync_cmd
== 1) {
3482 dev_notice(&instance
->pdev
->dev
, "unexpected"
3483 "cmd attached to internal command!\n");
3485 dev_notice(&instance
->pdev
->dev
, "%p synchronous cmd"
3486 "on the internal reset queue,"
3487 "issue it again.\n", cmd
);
3488 cmd
->cmd_status_drv
= MFI_STAT_INVALID_STATUS
;
3489 instance
->instancet
->fire_cmd(instance
,
3490 cmd
->frame_phys_addr
,
3491 0, instance
->reg_set
);
3492 } else if (cmd
->scmd
) {
3493 dev_notice(&instance
->pdev
->dev
, "%p scsi cmd [%02x]"
3494 "detected on the internal queue, issue again.\n",
3495 cmd
, cmd
->scmd
->cmnd
[0]);
3497 atomic_inc(&instance
->fw_outstanding
);
3498 instance
->instancet
->fire_cmd(instance
,
3499 cmd
->frame_phys_addr
,
3500 cmd
->frame_count
-1, instance
->reg_set
);
3502 dev_notice(&instance
->pdev
->dev
, "%p unexpected cmd on the"
3503 "internal reset defer list while re-issue!!\n",
3508 if (instance
->aen_cmd
) {
3509 dev_notice(&instance
->pdev
->dev
, "aen_cmd in def process\n");
3510 megasas_return_cmd(instance
, instance
->aen_cmd
);
3512 instance
->aen_cmd
= NULL
;
3516 * Initiate AEN (Asynchronous Event Notification)
3518 seq_num
= instance
->last_seq_num
;
3519 class_locale
.members
.reserved
= 0;
3520 class_locale
.members
.locale
= MR_EVT_LOCALE_ALL
;
3521 class_locale
.members
.class = MR_EVT_CLASS_DEBUG
;
3523 megasas_register_aen(instance
, seq_num
, class_locale
.word
);
3527 * Move the internal reset pending commands to a deferred queue.
3529 * We move the commands pending at internal reset time to a
3530 * pending queue. This queue would be flushed after successful
3531 * completion of the internal reset sequence. if the internal reset
3532 * did not complete in time, the kernel reset handler would flush
3536 megasas_internal_reset_defer_cmds(struct megasas_instance
*instance
)
3538 struct megasas_cmd
*cmd
;
3540 u16 max_cmd
= instance
->max_fw_cmds
;
3542 unsigned long flags
;
3545 spin_lock_irqsave(&instance
->mfi_pool_lock
, flags
);
3546 for (i
= 0; i
< max_cmd
; i
++) {
3547 cmd
= instance
->cmd_list
[i
];
3548 if (cmd
->sync_cmd
== 1 || cmd
->scmd
) {
3549 dev_notice(&instance
->pdev
->dev
, "moving cmd[%d]:%p:%d:%p"
3550 "on the defer queue as internal\n",
3551 defer_index
, cmd
, cmd
->sync_cmd
, cmd
->scmd
);
3553 if (!list_empty(&cmd
->list
)) {
3554 dev_notice(&instance
->pdev
->dev
, "ERROR while"
3555 " moving this cmd:%p, %d %p, it was"
3556 "discovered on some list?\n",
3557 cmd
, cmd
->sync_cmd
, cmd
->scmd
);
3559 list_del_init(&cmd
->list
);
3562 list_add_tail(&cmd
->list
,
3563 &instance
->internal_reset_pending_q
);
3566 spin_unlock_irqrestore(&instance
->mfi_pool_lock
, flags
);
3571 process_fw_state_change_wq(struct work_struct
*work
)
3573 struct megasas_instance
*instance
=
3574 container_of(work
, struct megasas_instance
, work_init
);
3576 unsigned long flags
;
3578 if (atomic_read(&instance
->adprecovery
) != MEGASAS_ADPRESET_SM_INFAULT
) {
3579 dev_notice(&instance
->pdev
->dev
, "error, recovery st %x\n",
3580 atomic_read(&instance
->adprecovery
));
3584 if (atomic_read(&instance
->adprecovery
) == MEGASAS_ADPRESET_SM_INFAULT
) {
3585 dev_notice(&instance
->pdev
->dev
, "FW detected to be in fault"
3586 "state, restarting it...\n");
3588 instance
->instancet
->disable_intr(instance
);
3589 atomic_set(&instance
->fw_outstanding
, 0);
3591 atomic_set(&instance
->fw_reset_no_pci_access
, 1);
3592 instance
->instancet
->adp_reset(instance
, instance
->reg_set
);
3593 atomic_set(&instance
->fw_reset_no_pci_access
, 0);
3595 dev_notice(&instance
->pdev
->dev
, "FW restarted successfully,"
3596 "initiating next stage...\n");
3598 dev_notice(&instance
->pdev
->dev
, "HBA recovery state machine,"
3599 "state 2 starting...\n");
3601 /* waiting for about 20 second before start the second init */
3602 for (wait
= 0; wait
< 30; wait
++) {
3606 if (megasas_transition_to_ready(instance
, 1)) {
3607 dev_notice(&instance
->pdev
->dev
, "adapter not ready\n");
3609 atomic_set(&instance
->fw_reset_no_pci_access
, 1);
3610 megaraid_sas_kill_hba(instance
);
3614 if ((instance
->pdev
->device
== PCI_DEVICE_ID_LSI_SAS1064R
) ||
3615 (instance
->pdev
->device
== PCI_DEVICE_ID_DELL_PERC5
) ||
3616 (instance
->pdev
->device
== PCI_DEVICE_ID_LSI_VERDE_ZCR
)
3618 *instance
->consumer
= *instance
->producer
;
3620 *instance
->consumer
= 0;
3621 *instance
->producer
= 0;
3624 megasas_issue_init_mfi(instance
);
3626 spin_lock_irqsave(&instance
->hba_lock
, flags
);
3627 atomic_set(&instance
->adprecovery
, MEGASAS_HBA_OPERATIONAL
);
3628 spin_unlock_irqrestore(&instance
->hba_lock
, flags
);
3629 instance
->instancet
->enable_intr(instance
);
3631 megasas_issue_pending_cmds_again(instance
);
3632 instance
->issuepend_done
= 1;
3637 * megasas_deplete_reply_queue - Processes all completed commands
3638 * @instance: Adapter soft state
3639 * @alt_status: Alternate status to be returned to
3640 * SCSI mid-layer instead of the status
3641 * returned by the FW
3642 * Note: this must be called with hba lock held
3645 megasas_deplete_reply_queue(struct megasas_instance
*instance
,
3651 if ((mfiStatus
= instance
->instancet
->check_reset(instance
,
3652 instance
->reg_set
)) == 1) {
3656 if ((mfiStatus
= instance
->instancet
->clear_intr(
3659 /* Hardware may not set outbound_intr_status in MSI-X mode */
3660 if (!instance
->msix_vectors
)
3664 instance
->mfiStatus
= mfiStatus
;
3666 if ((mfiStatus
& MFI_INTR_FLAG_FIRMWARE_STATE_CHANGE
)) {
3667 fw_state
= instance
->instancet
->read_fw_status_reg(
3668 instance
->reg_set
) & MFI_STATE_MASK
;
3670 if (fw_state
!= MFI_STATE_FAULT
) {
3671 dev_notice(&instance
->pdev
->dev
, "fw state:%x\n",
3675 if ((fw_state
== MFI_STATE_FAULT
) &&
3676 (instance
->disableOnlineCtrlReset
== 0)) {
3677 dev_notice(&instance
->pdev
->dev
, "wait adp restart\n");
3679 if ((instance
->pdev
->device
==
3680 PCI_DEVICE_ID_LSI_SAS1064R
) ||
3681 (instance
->pdev
->device
==
3682 PCI_DEVICE_ID_DELL_PERC5
) ||
3683 (instance
->pdev
->device
==
3684 PCI_DEVICE_ID_LSI_VERDE_ZCR
)) {
3686 *instance
->consumer
=
3687 cpu_to_le32(MEGASAS_ADPRESET_INPROG_SIGN
);
3691 instance
->instancet
->disable_intr(instance
);
3692 atomic_set(&instance
->adprecovery
, MEGASAS_ADPRESET_SM_INFAULT
);
3693 instance
->issuepend_done
= 0;
3695 atomic_set(&instance
->fw_outstanding
, 0);
3696 megasas_internal_reset_defer_cmds(instance
);
3698 dev_notice(&instance
->pdev
->dev
, "fwState=%x, stage:%d\n",
3699 fw_state
, atomic_read(&instance
->adprecovery
));
3701 schedule_work(&instance
->work_init
);
3705 dev_notice(&instance
->pdev
->dev
, "fwstate:%x, dis_OCR=%x\n",
3706 fw_state
, instance
->disableOnlineCtrlReset
);
3710 tasklet_schedule(&instance
->isr_tasklet
);
3714 * megasas_isr - isr entry point
3716 static irqreturn_t
megasas_isr(int irq
, void *devp
)
3718 struct megasas_irq_context
*irq_context
= devp
;
3719 struct megasas_instance
*instance
= irq_context
->instance
;
3720 unsigned long flags
;
3723 if (atomic_read(&instance
->fw_reset_no_pci_access
))
3726 spin_lock_irqsave(&instance
->hba_lock
, flags
);
3727 rc
= megasas_deplete_reply_queue(instance
, DID_OK
);
3728 spin_unlock_irqrestore(&instance
->hba_lock
, flags
);
3734 * megasas_transition_to_ready - Move the FW to READY state
3735 * @instance: Adapter soft state
3737 * During the initialization, FW passes can potentially be in any one of
3738 * several possible states. If the FW in operational, waiting-for-handshake
3739 * states, driver must take steps to bring it to ready state. Otherwise, it
3740 * has to wait for the ready state.
3743 megasas_transition_to_ready(struct megasas_instance
*instance
, int ocr
)
3749 u32 abs_state
, curr_abs_state
;
3751 abs_state
= instance
->instancet
->read_fw_status_reg(instance
->reg_set
);
3752 fw_state
= abs_state
& MFI_STATE_MASK
;
3754 if (fw_state
!= MFI_STATE_READY
)
3755 dev_info(&instance
->pdev
->dev
, "Waiting for FW to come to ready"
3758 while (fw_state
!= MFI_STATE_READY
) {
3762 case MFI_STATE_FAULT
:
3763 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "FW in FAULT state!!\n");
3765 max_wait
= MEGASAS_RESET_WAIT_TIME
;
3766 cur_state
= MFI_STATE_FAULT
;
3771 case MFI_STATE_WAIT_HANDSHAKE
:
3773 * Set the CLR bit in inbound doorbell
3775 if ((instance
->pdev
->device
==
3776 PCI_DEVICE_ID_LSI_SAS0073SKINNY
) ||
3777 (instance
->pdev
->device
==
3778 PCI_DEVICE_ID_LSI_SAS0071SKINNY
) ||
3779 (instance
->adapter_type
!= MFI_SERIES
))
3781 MFI_INIT_CLEAR_HANDSHAKE
|MFI_INIT_HOTPLUG
,
3782 &instance
->reg_set
->doorbell
);
3785 MFI_INIT_CLEAR_HANDSHAKE
|MFI_INIT_HOTPLUG
,
3786 &instance
->reg_set
->inbound_doorbell
);
3788 max_wait
= MEGASAS_RESET_WAIT_TIME
;
3789 cur_state
= MFI_STATE_WAIT_HANDSHAKE
;
3792 case MFI_STATE_BOOT_MESSAGE_PENDING
:
3793 if ((instance
->pdev
->device
==
3794 PCI_DEVICE_ID_LSI_SAS0073SKINNY
) ||
3795 (instance
->pdev
->device
==
3796 PCI_DEVICE_ID_LSI_SAS0071SKINNY
) ||
3797 (instance
->adapter_type
!= MFI_SERIES
))
3798 writel(MFI_INIT_HOTPLUG
,
3799 &instance
->reg_set
->doorbell
);
3801 writel(MFI_INIT_HOTPLUG
,
3802 &instance
->reg_set
->inbound_doorbell
);
3804 max_wait
= MEGASAS_RESET_WAIT_TIME
;
3805 cur_state
= MFI_STATE_BOOT_MESSAGE_PENDING
;
3808 case MFI_STATE_OPERATIONAL
:
3810 * Bring it to READY state; assuming max wait 10 secs
3812 instance
->instancet
->disable_intr(instance
);
3813 if ((instance
->pdev
->device
==
3814 PCI_DEVICE_ID_LSI_SAS0073SKINNY
) ||
3815 (instance
->pdev
->device
==
3816 PCI_DEVICE_ID_LSI_SAS0071SKINNY
) ||
3817 (instance
->adapter_type
!= MFI_SERIES
)) {
3818 writel(MFI_RESET_FLAGS
,
3819 &instance
->reg_set
->doorbell
);
3821 if (instance
->adapter_type
!= MFI_SERIES
) {
3822 for (i
= 0; i
< (10 * 1000); i
+= 20) {
3833 writel(MFI_RESET_FLAGS
,
3834 &instance
->reg_set
->inbound_doorbell
);
3836 max_wait
= MEGASAS_RESET_WAIT_TIME
;
3837 cur_state
= MFI_STATE_OPERATIONAL
;
3840 case MFI_STATE_UNDEFINED
:
3842 * This state should not last for more than 2 seconds
3844 max_wait
= MEGASAS_RESET_WAIT_TIME
;
3845 cur_state
= MFI_STATE_UNDEFINED
;
3848 case MFI_STATE_BB_INIT
:
3849 max_wait
= MEGASAS_RESET_WAIT_TIME
;
3850 cur_state
= MFI_STATE_BB_INIT
;
3853 case MFI_STATE_FW_INIT
:
3854 max_wait
= MEGASAS_RESET_WAIT_TIME
;
3855 cur_state
= MFI_STATE_FW_INIT
;
3858 case MFI_STATE_FW_INIT_2
:
3859 max_wait
= MEGASAS_RESET_WAIT_TIME
;
3860 cur_state
= MFI_STATE_FW_INIT_2
;
3863 case MFI_STATE_DEVICE_SCAN
:
3864 max_wait
= MEGASAS_RESET_WAIT_TIME
;
3865 cur_state
= MFI_STATE_DEVICE_SCAN
;
3868 case MFI_STATE_FLUSH_CACHE
:
3869 max_wait
= MEGASAS_RESET_WAIT_TIME
;
3870 cur_state
= MFI_STATE_FLUSH_CACHE
;
3874 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "Unknown state 0x%x\n",
3880 * The cur_state should not last for more than max_wait secs
3882 for (i
= 0; i
< (max_wait
* 1000); i
++) {
3883 curr_abs_state
= instance
->instancet
->
3884 read_fw_status_reg(instance
->reg_set
);
3886 if (abs_state
== curr_abs_state
) {
3893 * Return error if fw_state hasn't changed after max_wait
3895 if (curr_abs_state
== abs_state
) {
3896 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "FW state [%d] hasn't changed "
3897 "in %d secs\n", fw_state
, max_wait
);
3901 abs_state
= curr_abs_state
;
3902 fw_state
= curr_abs_state
& MFI_STATE_MASK
;
3904 dev_info(&instance
->pdev
->dev
, "FW now in Ready state\n");
3910 * megasas_teardown_frame_pool - Destroy the cmd frame DMA pool
3911 * @instance: Adapter soft state
3913 static void megasas_teardown_frame_pool(struct megasas_instance
*instance
)
3916 u16 max_cmd
= instance
->max_mfi_cmds
;
3917 struct megasas_cmd
*cmd
;
3919 if (!instance
->frame_dma_pool
)
3923 * Return all frames to pool
3925 for (i
= 0; i
< max_cmd
; i
++) {
3927 cmd
= instance
->cmd_list
[i
];
3930 dma_pool_free(instance
->frame_dma_pool
, cmd
->frame
,
3931 cmd
->frame_phys_addr
);
3934 dma_pool_free(instance
->sense_dma_pool
, cmd
->sense
,
3935 cmd
->sense_phys_addr
);
3939 * Now destroy the pool itself
3941 dma_pool_destroy(instance
->frame_dma_pool
);
3942 dma_pool_destroy(instance
->sense_dma_pool
);
3944 instance
->frame_dma_pool
= NULL
;
3945 instance
->sense_dma_pool
= NULL
;
3949 * megasas_create_frame_pool - Creates DMA pool for cmd frames
3950 * @instance: Adapter soft state
3952 * Each command packet has an embedded DMA memory buffer that is used for
3953 * filling MFI frame and the SG list that immediately follows the frame. This
3954 * function creates those DMA memory buffers for each command packet by using
3955 * PCI pool facility.
3957 static int megasas_create_frame_pool(struct megasas_instance
*instance
)
3963 struct megasas_cmd
*cmd
;
3965 max_cmd
= instance
->max_mfi_cmds
;
3968 * Size of our frame is 64 bytes for MFI frame, followed by max SG
3969 * elements and finally SCSI_SENSE_BUFFERSIZE bytes for sense buffer
3971 sge_sz
= (IS_DMA64
) ? sizeof(struct megasas_sge64
) :
3972 sizeof(struct megasas_sge32
);
3974 if (instance
->flag_ieee
)
3975 sge_sz
= sizeof(struct megasas_sge_skinny
);
3978 * For MFI controllers.
3980 * max_sge_sz = 16 byte (sizeof megasas_sge_skinny)
3981 * Total 960 byte (15 MFI frame of 64 byte)
3983 * Fusion adapter require only 3 extra frame.
3984 * max_num_sge = 16 (defined as MAX_IOCTL_SGE)
3985 * max_sge_sz = 12 byte (sizeof megasas_sge64)
3986 * Total 192 byte (3 MFI frame of 64 byte)
3988 frame_count
= (instance
->adapter_type
== MFI_SERIES
) ?
3990 instance
->mfi_frame_size
= MEGAMFI_FRAME_SIZE
* frame_count
;
3992 * Use DMA pool facility provided by PCI layer
3994 instance
->frame_dma_pool
= dma_pool_create("megasas frame pool",
3995 &instance
->pdev
->dev
,
3996 instance
->mfi_frame_size
, 256, 0);
3998 if (!instance
->frame_dma_pool
) {
3999 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "failed to setup frame pool\n");
4003 instance
->sense_dma_pool
= dma_pool_create("megasas sense pool",
4004 &instance
->pdev
->dev
, 128,
4007 if (!instance
->sense_dma_pool
) {
4008 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "failed to setup sense pool\n");
4010 dma_pool_destroy(instance
->frame_dma_pool
);
4011 instance
->frame_dma_pool
= NULL
;
4017 * Allocate and attach a frame to each of the commands in cmd_list.
4018 * By making cmd->index as the context instead of the &cmd, we can
4019 * always use 32bit context regardless of the architecture
4021 for (i
= 0; i
< max_cmd
; i
++) {
4023 cmd
= instance
->cmd_list
[i
];
4025 cmd
->frame
= dma_pool_alloc(instance
->frame_dma_pool
,
4026 GFP_KERNEL
, &cmd
->frame_phys_addr
);
4028 cmd
->sense
= dma_pool_alloc(instance
->sense_dma_pool
,
4029 GFP_KERNEL
, &cmd
->sense_phys_addr
);
4032 * megasas_teardown_frame_pool() takes care of freeing
4033 * whatever has been allocated
4035 if (!cmd
->frame
|| !cmd
->sense
) {
4036 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "dma_pool_alloc failed\n");
4037 megasas_teardown_frame_pool(instance
);
4041 memset(cmd
->frame
, 0, instance
->mfi_frame_size
);
4042 cmd
->frame
->io
.context
= cpu_to_le32(cmd
->index
);
4043 cmd
->frame
->io
.pad_0
= 0;
4044 if ((instance
->adapter_type
== MFI_SERIES
) && reset_devices
)
4045 cmd
->frame
->hdr
.cmd
= MFI_CMD_INVALID
;
4052 * megasas_free_cmds - Free all the cmds in the free cmd pool
4053 * @instance: Adapter soft state
4055 void megasas_free_cmds(struct megasas_instance
*instance
)
4059 /* First free the MFI frame pool */
4060 megasas_teardown_frame_pool(instance
);
4062 /* Free all the commands in the cmd_list */
4063 for (i
= 0; i
< instance
->max_mfi_cmds
; i
++)
4065 kfree(instance
->cmd_list
[i
]);
4067 /* Free the cmd_list buffer itself */
4068 kfree(instance
->cmd_list
);
4069 instance
->cmd_list
= NULL
;
4071 INIT_LIST_HEAD(&instance
->cmd_pool
);
4075 * megasas_alloc_cmds - Allocates the command packets
4076 * @instance: Adapter soft state
4078 * Each command that is issued to the FW, whether IO commands from the OS or
4079 * internal commands like IOCTLs, are wrapped in local data structure called
4080 * megasas_cmd. The frame embedded in this megasas_cmd is actually issued to
4083 * Each frame has a 32-bit field called context (tag). This context is used
4084 * to get back the megasas_cmd from the frame when a frame gets completed in
4085 * the ISR. Typically the address of the megasas_cmd itself would be used as
4086 * the context. But we wanted to keep the differences between 32 and 64 bit
4087 * systems to the mininum. We always use 32 bit integers for the context. In
4088 * this driver, the 32 bit values are the indices into an array cmd_list.
4089 * This array is used only to look up the megasas_cmd given the context. The
4090 * free commands themselves are maintained in a linked list called cmd_pool.
4092 int megasas_alloc_cmds(struct megasas_instance
*instance
)
4097 struct megasas_cmd
*cmd
;
4099 max_cmd
= instance
->max_mfi_cmds
;
4102 * instance->cmd_list is an array of struct megasas_cmd pointers.
4103 * Allocate the dynamic array first and then allocate individual
4106 instance
->cmd_list
= kcalloc(max_cmd
, sizeof(struct megasas_cmd
*), GFP_KERNEL
);
4108 if (!instance
->cmd_list
) {
4109 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "out of memory\n");
4113 memset(instance
->cmd_list
, 0, sizeof(struct megasas_cmd
*) *max_cmd
);
4115 for (i
= 0; i
< max_cmd
; i
++) {
4116 instance
->cmd_list
[i
] = kmalloc(sizeof(struct megasas_cmd
),
4119 if (!instance
->cmd_list
[i
]) {
4121 for (j
= 0; j
< i
; j
++)
4122 kfree(instance
->cmd_list
[j
]);
4124 kfree(instance
->cmd_list
);
4125 instance
->cmd_list
= NULL
;
4131 for (i
= 0; i
< max_cmd
; i
++) {
4132 cmd
= instance
->cmd_list
[i
];
4133 memset(cmd
, 0, sizeof(struct megasas_cmd
));
4136 cmd
->instance
= instance
;
4138 list_add_tail(&cmd
->list
, &instance
->cmd_pool
);
4142 * Create a frame pool and assign one frame to each cmd
4144 if (megasas_create_frame_pool(instance
)) {
4145 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "Error creating frame DMA pool\n");
4146 megasas_free_cmds(instance
);
4153 * dcmd_timeout_ocr_possible - Check if OCR is possible based on Driver/FW state.
4154 * @instance: Adapter soft state
4156 * Return 0 for only Fusion adapter, if driver load/unload is not in progress
4157 * or FW is not under OCR.
4160 dcmd_timeout_ocr_possible(struct megasas_instance
*instance
) {
4162 if (instance
->adapter_type
== MFI_SERIES
)
4163 return KILL_ADAPTER
;
4164 else if (instance
->unload
||
4165 test_bit(MEGASAS_FUSION_IN_RESET
, &instance
->reset_flags
))
4166 return IGNORE_TIMEOUT
;
4168 return INITIATE_OCR
;
4172 megasas_get_pd_info(struct megasas_instance
*instance
, struct scsi_device
*sdev
)
4175 struct megasas_cmd
*cmd
;
4176 struct megasas_dcmd_frame
*dcmd
;
4178 struct MR_PRIV_DEVICE
*mr_device_priv_data
;
4181 device_id
= (sdev
->channel
* MEGASAS_MAX_DEV_PER_CHANNEL
) + sdev
->id
;
4182 cmd
= megasas_get_cmd(instance
);
4185 dev_err(&instance
->pdev
->dev
, "Failed to get cmd %s\n", __func__
);
4189 dcmd
= &cmd
->frame
->dcmd
;
4191 memset(instance
->pd_info
, 0, sizeof(*instance
->pd_info
));
4192 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
4194 dcmd
->mbox
.s
[0] = cpu_to_le16(device_id
);
4195 dcmd
->cmd
= MFI_CMD_DCMD
;
4196 dcmd
->cmd_status
= 0xFF;
4197 dcmd
->sge_count
= 1;
4198 dcmd
->flags
= MFI_FRAME_DIR_READ
;
4201 dcmd
->data_xfer_len
= cpu_to_le32(sizeof(struct MR_PD_INFO
));
4202 dcmd
->opcode
= cpu_to_le32(MR_DCMD_PD_GET_INFO
);
4204 megasas_set_dma_settings(instance
, dcmd
, instance
->pd_info_h
,
4205 sizeof(struct MR_PD_INFO
));
4207 if ((instance
->adapter_type
!= MFI_SERIES
) &&
4208 !instance
->mask_interrupts
)
4209 ret
= megasas_issue_blocked_cmd(instance
, cmd
, MFI_IO_TIMEOUT_SECS
);
4211 ret
= megasas_issue_polled(instance
, cmd
);
4215 mr_device_priv_data
= sdev
->hostdata
;
4216 le16_to_cpus((u16
*)&instance
->pd_info
->state
.ddf
.pdType
);
4217 mr_device_priv_data
->interface_type
=
4218 instance
->pd_info
->state
.ddf
.pdType
.intf
;
4223 switch (dcmd_timeout_ocr_possible(instance
)) {
4225 cmd
->flags
|= DRV_DCMD_SKIP_REFIRE
;
4226 megasas_reset_fusion(instance
->host
,
4227 MFI_IO_TIMEOUT_OCR
);
4230 megaraid_sas_kill_hba(instance
);
4232 case IGNORE_TIMEOUT
:
4233 dev_info(&instance
->pdev
->dev
, "Ignore DCMD timeout: %s %d\n",
4234 __func__
, __LINE__
);
4241 if (ret
!= DCMD_TIMEOUT
)
4242 megasas_return_cmd(instance
, cmd
);
4247 * megasas_get_pd_list_info - Returns FW's pd_list structure
4248 * @instance: Adapter soft state
4249 * @pd_list: pd_list structure
4251 * Issues an internal command (DCMD) to get the FW's controller PD
4252 * list structure. This information is mainly used to find out SYSTEM
4253 * supported by the FW.
4256 megasas_get_pd_list(struct megasas_instance
*instance
)
4258 int ret
= 0, pd_index
= 0;
4259 struct megasas_cmd
*cmd
;
4260 struct megasas_dcmd_frame
*dcmd
;
4261 struct MR_PD_LIST
*ci
;
4262 struct MR_PD_ADDRESS
*pd_addr
;
4263 dma_addr_t ci_h
= 0;
4265 if (instance
->pd_list_not_supported
) {
4266 dev_info(&instance
->pdev
->dev
, "MR_DCMD_PD_LIST_QUERY "
4267 "not supported by firmware\n");
4271 ci
= instance
->pd_list_buf
;
4272 ci_h
= instance
->pd_list_buf_h
;
4274 cmd
= megasas_get_cmd(instance
);
4277 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "(get_pd_list): Failed to get cmd\n");
4281 dcmd
= &cmd
->frame
->dcmd
;
4283 memset(ci
, 0, sizeof(*ci
));
4284 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
4286 dcmd
->mbox
.b
[0] = MR_PD_QUERY_TYPE_EXPOSED_TO_HOST
;
4287 dcmd
->mbox
.b
[1] = 0;
4288 dcmd
->cmd
= MFI_CMD_DCMD
;
4289 dcmd
->cmd_status
= MFI_STAT_INVALID_STATUS
;
4290 dcmd
->sge_count
= 1;
4291 dcmd
->flags
= MFI_FRAME_DIR_READ
;
4294 dcmd
->data_xfer_len
= cpu_to_le32(MEGASAS_MAX_PD
* sizeof(struct MR_PD_LIST
));
4295 dcmd
->opcode
= cpu_to_le32(MR_DCMD_PD_LIST_QUERY
);
4297 megasas_set_dma_settings(instance
, dcmd
, instance
->pd_list_buf_h
,
4298 (MEGASAS_MAX_PD
* sizeof(struct MR_PD_LIST
)));
4300 if ((instance
->adapter_type
!= MFI_SERIES
) &&
4301 !instance
->mask_interrupts
)
4302 ret
= megasas_issue_blocked_cmd(instance
, cmd
,
4303 MFI_IO_TIMEOUT_SECS
);
4305 ret
= megasas_issue_polled(instance
, cmd
);
4309 dev_info(&instance
->pdev
->dev
, "MR_DCMD_PD_LIST_QUERY "
4310 "failed/not supported by firmware\n");
4312 if (instance
->adapter_type
!= MFI_SERIES
)
4313 megaraid_sas_kill_hba(instance
);
4315 instance
->pd_list_not_supported
= 1;
4319 switch (dcmd_timeout_ocr_possible(instance
)) {
4321 cmd
->flags
|= DRV_DCMD_SKIP_REFIRE
;
4323 * DCMD failed from AEN path.
4324 * AEN path already hold reset_mutex to avoid PCI access
4325 * while OCR is in progress.
4327 mutex_unlock(&instance
->reset_mutex
);
4328 megasas_reset_fusion(instance
->host
,
4329 MFI_IO_TIMEOUT_OCR
);
4330 mutex_lock(&instance
->reset_mutex
);
4333 megaraid_sas_kill_hba(instance
);
4335 case IGNORE_TIMEOUT
:
4336 dev_info(&instance
->pdev
->dev
, "Ignore DCMD timeout: %s %d \n",
4337 __func__
, __LINE__
);
4346 if ((le32_to_cpu(ci
->count
) >
4347 (MEGASAS_MAX_PD_CHANNELS
* MEGASAS_MAX_DEV_PER_CHANNEL
)))
4350 memset(instance
->local_pd_list
, 0,
4351 MEGASAS_MAX_PD
* sizeof(struct megasas_pd_list
));
4353 for (pd_index
= 0; pd_index
< le32_to_cpu(ci
->count
); pd_index
++) {
4354 instance
->local_pd_list
[le16_to_cpu(pd_addr
->deviceId
)].tid
=
4355 le16_to_cpu(pd_addr
->deviceId
);
4356 instance
->local_pd_list
[le16_to_cpu(pd_addr
->deviceId
)].driveType
=
4357 pd_addr
->scsiDevType
;
4358 instance
->local_pd_list
[le16_to_cpu(pd_addr
->deviceId
)].driveState
=
4363 memcpy(instance
->pd_list
, instance
->local_pd_list
,
4364 sizeof(instance
->pd_list
));
4369 if (ret
!= DCMD_TIMEOUT
)
4370 megasas_return_cmd(instance
, cmd
);
4376 * megasas_get_ld_list_info - Returns FW's ld_list structure
4377 * @instance: Adapter soft state
4378 * @ld_list: ld_list structure
4380 * Issues an internal command (DCMD) to get the FW's controller PD
4381 * list structure. This information is mainly used to find out SYSTEM
4382 * supported by the FW.
4385 megasas_get_ld_list(struct megasas_instance
*instance
)
4387 int ret
= 0, ld_index
= 0, ids
= 0;
4388 struct megasas_cmd
*cmd
;
4389 struct megasas_dcmd_frame
*dcmd
;
4390 struct MR_LD_LIST
*ci
;
4391 dma_addr_t ci_h
= 0;
4394 ci
= instance
->ld_list_buf
;
4395 ci_h
= instance
->ld_list_buf_h
;
4397 cmd
= megasas_get_cmd(instance
);
4400 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "megasas_get_ld_list: Failed to get cmd\n");
4404 dcmd
= &cmd
->frame
->dcmd
;
4406 memset(ci
, 0, sizeof(*ci
));
4407 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
4409 if (instance
->supportmax256vd
)
4410 dcmd
->mbox
.b
[0] = 1;
4411 dcmd
->cmd
= MFI_CMD_DCMD
;
4412 dcmd
->cmd_status
= MFI_STAT_INVALID_STATUS
;
4413 dcmd
->sge_count
= 1;
4414 dcmd
->flags
= MFI_FRAME_DIR_READ
;
4416 dcmd
->data_xfer_len
= cpu_to_le32(sizeof(struct MR_LD_LIST
));
4417 dcmd
->opcode
= cpu_to_le32(MR_DCMD_LD_GET_LIST
);
4420 megasas_set_dma_settings(instance
, dcmd
, ci_h
,
4421 sizeof(struct MR_LD_LIST
));
4423 if ((instance
->adapter_type
!= MFI_SERIES
) &&
4424 !instance
->mask_interrupts
)
4425 ret
= megasas_issue_blocked_cmd(instance
, cmd
,
4426 MFI_IO_TIMEOUT_SECS
);
4428 ret
= megasas_issue_polled(instance
, cmd
);
4430 ld_count
= le32_to_cpu(ci
->ldCount
);
4434 megaraid_sas_kill_hba(instance
);
4438 switch (dcmd_timeout_ocr_possible(instance
)) {
4440 cmd
->flags
|= DRV_DCMD_SKIP_REFIRE
;
4442 * DCMD failed from AEN path.
4443 * AEN path already hold reset_mutex to avoid PCI access
4444 * while OCR is in progress.
4446 mutex_unlock(&instance
->reset_mutex
);
4447 megasas_reset_fusion(instance
->host
,
4448 MFI_IO_TIMEOUT_OCR
);
4449 mutex_lock(&instance
->reset_mutex
);
4452 megaraid_sas_kill_hba(instance
);
4454 case IGNORE_TIMEOUT
:
4455 dev_info(&instance
->pdev
->dev
, "Ignore DCMD timeout: %s %d\n",
4456 __func__
, __LINE__
);
4463 if (ld_count
> instance
->fw_supported_vd_count
)
4466 memset(instance
->ld_ids
, 0xff, MAX_LOGICAL_DRIVES_EXT
);
4468 for (ld_index
= 0; ld_index
< ld_count
; ld_index
++) {
4469 if (ci
->ldList
[ld_index
].state
!= 0) {
4470 ids
= ci
->ldList
[ld_index
].ref
.targetId
;
4471 instance
->ld_ids
[ids
] = ci
->ldList
[ld_index
].ref
.targetId
;
4478 if (ret
!= DCMD_TIMEOUT
)
4479 megasas_return_cmd(instance
, cmd
);
4485 * megasas_ld_list_query - Returns FW's ld_list structure
4486 * @instance: Adapter soft state
4487 * @ld_list: ld_list structure
4489 * Issues an internal command (DCMD) to get the FW's controller PD
4490 * list structure. This information is mainly used to find out SYSTEM
4491 * supported by the FW.
4494 megasas_ld_list_query(struct megasas_instance
*instance
, u8 query_type
)
4496 int ret
= 0, ld_index
= 0, ids
= 0;
4497 struct megasas_cmd
*cmd
;
4498 struct megasas_dcmd_frame
*dcmd
;
4499 struct MR_LD_TARGETID_LIST
*ci
;
4500 dma_addr_t ci_h
= 0;
4503 ci
= instance
->ld_targetid_list_buf
;
4504 ci_h
= instance
->ld_targetid_list_buf_h
;
4506 cmd
= megasas_get_cmd(instance
);
4509 dev_warn(&instance
->pdev
->dev
,
4510 "megasas_ld_list_query: Failed to get cmd\n");
4514 dcmd
= &cmd
->frame
->dcmd
;
4516 memset(ci
, 0, sizeof(*ci
));
4517 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
4519 dcmd
->mbox
.b
[0] = query_type
;
4520 if (instance
->supportmax256vd
)
4521 dcmd
->mbox
.b
[2] = 1;
4523 dcmd
->cmd
= MFI_CMD_DCMD
;
4524 dcmd
->cmd_status
= MFI_STAT_INVALID_STATUS
;
4525 dcmd
->sge_count
= 1;
4526 dcmd
->flags
= MFI_FRAME_DIR_READ
;
4528 dcmd
->data_xfer_len
= cpu_to_le32(sizeof(struct MR_LD_TARGETID_LIST
));
4529 dcmd
->opcode
= cpu_to_le32(MR_DCMD_LD_LIST_QUERY
);
4532 megasas_set_dma_settings(instance
, dcmd
, ci_h
,
4533 sizeof(struct MR_LD_TARGETID_LIST
));
4535 if ((instance
->adapter_type
!= MFI_SERIES
) &&
4536 !instance
->mask_interrupts
)
4537 ret
= megasas_issue_blocked_cmd(instance
, cmd
, MFI_IO_TIMEOUT_SECS
);
4539 ret
= megasas_issue_polled(instance
, cmd
);
4543 dev_info(&instance
->pdev
->dev
,
4544 "DCMD not supported by firmware - %s %d\n",
4545 __func__
, __LINE__
);
4546 ret
= megasas_get_ld_list(instance
);
4549 switch (dcmd_timeout_ocr_possible(instance
)) {
4551 cmd
->flags
|= DRV_DCMD_SKIP_REFIRE
;
4553 * DCMD failed from AEN path.
4554 * AEN path already hold reset_mutex to avoid PCI access
4555 * while OCR is in progress.
4557 mutex_unlock(&instance
->reset_mutex
);
4558 megasas_reset_fusion(instance
->host
,
4559 MFI_IO_TIMEOUT_OCR
);
4560 mutex_lock(&instance
->reset_mutex
);
4563 megaraid_sas_kill_hba(instance
);
4565 case IGNORE_TIMEOUT
:
4566 dev_info(&instance
->pdev
->dev
, "Ignore DCMD timeout: %s %d\n",
4567 __func__
, __LINE__
);
4573 tgtid_count
= le32_to_cpu(ci
->count
);
4575 if ((tgtid_count
> (instance
->fw_supported_vd_count
)))
4578 memset(instance
->ld_ids
, 0xff, MEGASAS_MAX_LD_IDS
);
4579 for (ld_index
= 0; ld_index
< tgtid_count
; ld_index
++) {
4580 ids
= ci
->targetId
[ld_index
];
4581 instance
->ld_ids
[ids
] = ci
->targetId
[ld_index
];
4587 if (ret
!= DCMD_TIMEOUT
)
4588 megasas_return_cmd(instance
, cmd
);
4594 * megasas_update_ext_vd_details : Update details w.r.t Extended VD
4595 * instance : Controller's instance
4597 static void megasas_update_ext_vd_details(struct megasas_instance
*instance
)
4599 struct fusion_context
*fusion
;
4600 u32 ventura_map_sz
= 0;
4602 fusion
= instance
->ctrl_context
;
4603 /* For MFI based controllers return dummy success */
4607 instance
->supportmax256vd
=
4608 instance
->ctrl_info_buf
->adapterOperations3
.supportMaxExtLDs
;
4609 /* Below is additional check to address future FW enhancement */
4610 if (instance
->ctrl_info_buf
->max_lds
> 64)
4611 instance
->supportmax256vd
= 1;
4613 instance
->drv_supported_vd_count
= MEGASAS_MAX_LD_CHANNELS
4614 * MEGASAS_MAX_DEV_PER_CHANNEL
;
4615 instance
->drv_supported_pd_count
= MEGASAS_MAX_PD_CHANNELS
4616 * MEGASAS_MAX_DEV_PER_CHANNEL
;
4617 if (instance
->supportmax256vd
) {
4618 instance
->fw_supported_vd_count
= MAX_LOGICAL_DRIVES_EXT
;
4619 instance
->fw_supported_pd_count
= MAX_PHYSICAL_DEVICES
;
4621 instance
->fw_supported_vd_count
= MAX_LOGICAL_DRIVES
;
4622 instance
->fw_supported_pd_count
= MAX_PHYSICAL_DEVICES
;
4625 dev_info(&instance
->pdev
->dev
,
4626 "firmware type\t: %s\n",
4627 instance
->supportmax256vd
? "Extended VD(240 VD)firmware" :
4628 "Legacy(64 VD) firmware");
4630 if (instance
->max_raid_mapsize
) {
4631 ventura_map_sz
= instance
->max_raid_mapsize
*
4632 MR_MIN_MAP_SIZE
; /* 64k */
4633 fusion
->current_map_sz
= ventura_map_sz
;
4634 fusion
->max_map_sz
= ventura_map_sz
;
4636 fusion
->old_map_sz
= sizeof(struct MR_FW_RAID_MAP
) +
4637 (sizeof(struct MR_LD_SPAN_MAP
) *
4638 (instance
->fw_supported_vd_count
- 1));
4639 fusion
->new_map_sz
= sizeof(struct MR_FW_RAID_MAP_EXT
);
4641 fusion
->max_map_sz
=
4642 max(fusion
->old_map_sz
, fusion
->new_map_sz
);
4644 if (instance
->supportmax256vd
)
4645 fusion
->current_map_sz
= fusion
->new_map_sz
;
4647 fusion
->current_map_sz
= fusion
->old_map_sz
;
4649 /* irrespective of FW raid maps, driver raid map is constant */
4650 fusion
->drv_map_sz
= sizeof(struct MR_DRV_RAID_MAP_ALL
);
4654 * megasas_get_controller_info - Returns FW's controller structure
4655 * @instance: Adapter soft state
4657 * Issues an internal command (DCMD) to get the FW's controller structure.
4658 * This information is mainly used to find out the maximum IO transfer per
4659 * command supported by the FW.
4662 megasas_get_ctrl_info(struct megasas_instance
*instance
)
4665 struct megasas_cmd
*cmd
;
4666 struct megasas_dcmd_frame
*dcmd
;
4667 struct megasas_ctrl_info
*ci
;
4668 dma_addr_t ci_h
= 0;
4670 ci
= instance
->ctrl_info_buf
;
4671 ci_h
= instance
->ctrl_info_buf_h
;
4673 cmd
= megasas_get_cmd(instance
);
4676 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "Failed to get a free cmd\n");
4680 dcmd
= &cmd
->frame
->dcmd
;
4682 memset(ci
, 0, sizeof(*ci
));
4683 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
4685 dcmd
->cmd
= MFI_CMD_DCMD
;
4686 dcmd
->cmd_status
= MFI_STAT_INVALID_STATUS
;
4687 dcmd
->sge_count
= 1;
4688 dcmd
->flags
= MFI_FRAME_DIR_READ
;
4691 dcmd
->data_xfer_len
= cpu_to_le32(sizeof(struct megasas_ctrl_info
));
4692 dcmd
->opcode
= cpu_to_le32(MR_DCMD_CTRL_GET_INFO
);
4693 dcmd
->mbox
.b
[0] = 1;
4695 megasas_set_dma_settings(instance
, dcmd
, ci_h
,
4696 sizeof(struct megasas_ctrl_info
));
4698 if ((instance
->adapter_type
!= MFI_SERIES
) &&
4699 !instance
->mask_interrupts
) {
4700 ret
= megasas_issue_blocked_cmd(instance
, cmd
, MFI_IO_TIMEOUT_SECS
);
4702 ret
= megasas_issue_polled(instance
, cmd
);
4703 cmd
->flags
|= DRV_DCMD_SKIP_REFIRE
;
4708 /* Save required controller information in
4709 * CPU endianness format.
4711 le32_to_cpus((u32
*)&ci
->properties
.OnOffProperties
);
4712 le32_to_cpus((u32
*)&ci
->adapterOperations2
);
4713 le32_to_cpus((u32
*)&ci
->adapterOperations3
);
4714 le16_to_cpus((u16
*)&ci
->adapter_operations4
);
4716 /* Update the latest Ext VD info.
4717 * From Init path, store current firmware details.
4718 * From OCR path, detect any firmware properties changes.
4719 * in case of Firmware upgrade without system reboot.
4721 megasas_update_ext_vd_details(instance
);
4722 instance
->use_seqnum_jbod_fp
=
4723 ci
->adapterOperations3
.useSeqNumJbodFP
;
4724 instance
->support_morethan256jbod
=
4725 ci
->adapter_operations4
.support_pd_map_target_id
;
4726 instance
->support_nvme_passthru
=
4727 ci
->adapter_operations4
.support_nvme_passthru
;
4729 /*Check whether controller is iMR or MR */
4730 instance
->is_imr
= (ci
->memory_size
? 0 : 1);
4731 dev_info(&instance
->pdev
->dev
,
4732 "controller type\t: %s(%dMB)\n",
4733 instance
->is_imr
? "iMR" : "MR",
4734 le16_to_cpu(ci
->memory_size
));
4736 instance
->disableOnlineCtrlReset
=
4737 ci
->properties
.OnOffProperties
.disableOnlineCtrlReset
;
4738 instance
->secure_jbod_support
=
4739 ci
->adapterOperations3
.supportSecurityonJBOD
;
4740 dev_info(&instance
->pdev
->dev
, "Online Controller Reset(OCR)\t: %s\n",
4741 instance
->disableOnlineCtrlReset
? "Disabled" : "Enabled");
4742 dev_info(&instance
->pdev
->dev
, "Secure JBOD support\t: %s\n",
4743 instance
->secure_jbod_support
? "Yes" : "No");
4744 dev_info(&instance
->pdev
->dev
, "NVMe passthru support\t: %s\n",
4745 instance
->support_nvme_passthru
? "Yes" : "No");
4749 switch (dcmd_timeout_ocr_possible(instance
)) {
4751 cmd
->flags
|= DRV_DCMD_SKIP_REFIRE
;
4752 megasas_reset_fusion(instance
->host
,
4753 MFI_IO_TIMEOUT_OCR
);
4756 megaraid_sas_kill_hba(instance
);
4758 case IGNORE_TIMEOUT
:
4759 dev_info(&instance
->pdev
->dev
, "Ignore DCMD timeout: %s %d\n",
4760 __func__
, __LINE__
);
4764 megaraid_sas_kill_hba(instance
);
4769 megasas_return_cmd(instance
, cmd
);
4776 * megasas_set_crash_dump_params - Sends address of crash dump DMA buffer
4779 * @instance: Adapter soft state
4780 * @crash_buf_state - tell FW to turn ON/OFF crash dump feature
4781 MR_CRASH_BUF_TURN_OFF = 0
4782 MR_CRASH_BUF_TURN_ON = 1
4783 * @return 0 on success non-zero on failure.
4784 * Issues an internal command (DCMD) to set parameters for crash dump feature.
4785 * Driver will send address of crash dump DMA buffer and set mbox to tell FW
4786 * that driver supports crash dump feature. This DCMD will be sent only if
4787 * crash dump feature is supported by the FW.
4790 int megasas_set_crash_dump_params(struct megasas_instance
*instance
,
4794 struct megasas_cmd
*cmd
;
4795 struct megasas_dcmd_frame
*dcmd
;
4797 cmd
= megasas_get_cmd(instance
);
4800 dev_err(&instance
->pdev
->dev
, "Failed to get a free cmd\n");
4805 dcmd
= &cmd
->frame
->dcmd
;
4807 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
4808 dcmd
->mbox
.b
[0] = crash_buf_state
;
4809 dcmd
->cmd
= MFI_CMD_DCMD
;
4810 dcmd
->cmd_status
= MFI_STAT_INVALID_STATUS
;
4811 dcmd
->sge_count
= 1;
4812 dcmd
->flags
= MFI_FRAME_DIR_NONE
;
4815 dcmd
->data_xfer_len
= cpu_to_le32(CRASH_DMA_BUF_SIZE
);
4816 dcmd
->opcode
= cpu_to_le32(MR_DCMD_CTRL_SET_CRASH_DUMP_PARAMS
);
4818 megasas_set_dma_settings(instance
, dcmd
, instance
->crash_dump_h
,
4819 CRASH_DMA_BUF_SIZE
);
4821 if ((instance
->adapter_type
!= MFI_SERIES
) &&
4822 !instance
->mask_interrupts
)
4823 ret
= megasas_issue_blocked_cmd(instance
, cmd
, MFI_IO_TIMEOUT_SECS
);
4825 ret
= megasas_issue_polled(instance
, cmd
);
4827 if (ret
== DCMD_TIMEOUT
) {
4828 switch (dcmd_timeout_ocr_possible(instance
)) {
4830 cmd
->flags
|= DRV_DCMD_SKIP_REFIRE
;
4831 megasas_reset_fusion(instance
->host
,
4832 MFI_IO_TIMEOUT_OCR
);
4835 megaraid_sas_kill_hba(instance
);
4837 case IGNORE_TIMEOUT
:
4838 dev_info(&instance
->pdev
->dev
, "Ignore DCMD timeout: %s %d\n",
4839 __func__
, __LINE__
);
4843 megasas_return_cmd(instance
, cmd
);
4849 * megasas_issue_init_mfi - Initializes the FW
4850 * @instance: Adapter soft state
4852 * Issues the INIT MFI cmd
4855 megasas_issue_init_mfi(struct megasas_instance
*instance
)
4858 struct megasas_cmd
*cmd
;
4859 struct megasas_init_frame
*init_frame
;
4860 struct megasas_init_queue_info
*initq_info
;
4861 dma_addr_t init_frame_h
;
4862 dma_addr_t initq_info_h
;
4865 * Prepare a init frame. Note the init frame points to queue info
4866 * structure. Each frame has SGL allocated after first 64 bytes. For
4867 * this frame - since we don't need any SGL - we use SGL's space as
4868 * queue info structure
4870 * We will not get a NULL command below. We just created the pool.
4872 cmd
= megasas_get_cmd(instance
);
4874 init_frame
= (struct megasas_init_frame
*)cmd
->frame
;
4875 initq_info
= (struct megasas_init_queue_info
*)
4876 ((unsigned long)init_frame
+ 64);
4878 init_frame_h
= cmd
->frame_phys_addr
;
4879 initq_info_h
= init_frame_h
+ 64;
4881 context
= init_frame
->context
;
4882 memset(init_frame
, 0, MEGAMFI_FRAME_SIZE
);
4883 memset(initq_info
, 0, sizeof(struct megasas_init_queue_info
));
4884 init_frame
->context
= context
;
4886 initq_info
->reply_queue_entries
= cpu_to_le32(instance
->max_fw_cmds
+ 1);
4887 initq_info
->reply_queue_start_phys_addr_lo
= cpu_to_le32(instance
->reply_queue_h
);
4889 initq_info
->producer_index_phys_addr_lo
= cpu_to_le32(instance
->producer_h
);
4890 initq_info
->consumer_index_phys_addr_lo
= cpu_to_le32(instance
->consumer_h
);
4892 init_frame
->cmd
= MFI_CMD_INIT
;
4893 init_frame
->cmd_status
= MFI_STAT_INVALID_STATUS
;
4894 init_frame
->queue_info_new_phys_addr_lo
=
4895 cpu_to_le32(lower_32_bits(initq_info_h
));
4896 init_frame
->queue_info_new_phys_addr_hi
=
4897 cpu_to_le32(upper_32_bits(initq_info_h
));
4899 init_frame
->data_xfer_len
= cpu_to_le32(sizeof(struct megasas_init_queue_info
));
4902 * disable the intr before firing the init frame to FW
4904 instance
->instancet
->disable_intr(instance
);
4907 * Issue the init frame in polled mode
4910 if (megasas_issue_polled(instance
, cmd
)) {
4911 dev_err(&instance
->pdev
->dev
, "Failed to init firmware\n");
4912 megasas_return_cmd(instance
, cmd
);
4916 megasas_return_cmd(instance
, cmd
);
4925 megasas_init_adapter_mfi(struct megasas_instance
*instance
)
4927 struct megasas_register_set __iomem
*reg_set
;
4931 reg_set
= instance
->reg_set
;
4934 * Get various operational parameters from status register
4936 instance
->max_fw_cmds
= instance
->instancet
->read_fw_status_reg(reg_set
) & 0x00FFFF;
4938 * Reduce the max supported cmds by 1. This is to ensure that the
4939 * reply_q_sz (1 more than the max cmd that driver may send)
4940 * does not exceed max cmds that the FW can support
4942 instance
->max_fw_cmds
= instance
->max_fw_cmds
-1;
4943 instance
->max_mfi_cmds
= instance
->max_fw_cmds
;
4944 instance
->max_num_sge
= (instance
->instancet
->read_fw_status_reg(reg_set
) & 0xFF0000) >>
4947 * For MFI skinny adapters, MEGASAS_SKINNY_INT_CMDS commands
4948 * are reserved for IOCTL + driver's internal DCMDs.
4950 if ((instance
->pdev
->device
== PCI_DEVICE_ID_LSI_SAS0073SKINNY
) ||
4951 (instance
->pdev
->device
== PCI_DEVICE_ID_LSI_SAS0071SKINNY
)) {
4952 instance
->max_scsi_cmds
= (instance
->max_fw_cmds
-
4953 MEGASAS_SKINNY_INT_CMDS
);
4954 sema_init(&instance
->ioctl_sem
, MEGASAS_SKINNY_INT_CMDS
);
4956 instance
->max_scsi_cmds
= (instance
->max_fw_cmds
-
4958 sema_init(&instance
->ioctl_sem
, (MEGASAS_MFI_IOCTL_CMDS
));
4961 instance
->cur_can_queue
= instance
->max_scsi_cmds
;
4963 * Create a pool of commands
4965 if (megasas_alloc_cmds(instance
))
4966 goto fail_alloc_cmds
;
4969 * Allocate memory for reply queue. Length of reply queue should
4970 * be _one_ more than the maximum commands handled by the firmware.
4972 * Note: When FW completes commands, it places corresponding contex
4973 * values in this circular reply queue. This circular queue is a fairly
4974 * typical producer-consumer queue. FW is the producer (of completed
4975 * commands) and the driver is the consumer.
4977 context_sz
= sizeof(u32
);
4978 reply_q_sz
= context_sz
* (instance
->max_fw_cmds
+ 1);
4980 instance
->reply_queue
= pci_alloc_consistent(instance
->pdev
,
4982 &instance
->reply_queue_h
);
4984 if (!instance
->reply_queue
) {
4985 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "Out of DMA mem for reply queue\n");
4986 goto fail_reply_queue
;
4989 if (megasas_issue_init_mfi(instance
))
4992 if (megasas_get_ctrl_info(instance
)) {
4993 dev_err(&instance
->pdev
->dev
, "(%d): Could get controller info "
4994 "Fail from %s %d\n", instance
->unique_id
,
4995 __func__
, __LINE__
);
4999 instance
->fw_support_ieee
= 0;
5000 instance
->fw_support_ieee
=
5001 (instance
->instancet
->read_fw_status_reg(reg_set
) &
5004 dev_notice(&instance
->pdev
->dev
, "megasas_init_mfi: fw_support_ieee=%d",
5005 instance
->fw_support_ieee
);
5007 if (instance
->fw_support_ieee
)
5008 instance
->flag_ieee
= 1;
5014 pci_free_consistent(instance
->pdev
, reply_q_sz
,
5015 instance
->reply_queue
, instance
->reply_queue_h
);
5017 megasas_free_cmds(instance
);
5024 * megasas_setup_irqs_ioapic - register legacy interrupts.
5025 * @instance: Adapter soft state
5027 * Do not enable interrupt, only setup ISRs.
5029 * Return 0 on success.
5032 megasas_setup_irqs_ioapic(struct megasas_instance
*instance
)
5034 struct pci_dev
*pdev
;
5036 pdev
= instance
->pdev
;
5037 instance
->irq_context
[0].instance
= instance
;
5038 instance
->irq_context
[0].MSIxIndex
= 0;
5039 if (request_irq(pci_irq_vector(pdev
, 0),
5040 instance
->instancet
->service_isr
, IRQF_SHARED
,
5041 "megasas", &instance
->irq_context
[0])) {
5042 dev_err(&instance
->pdev
->dev
,
5043 "Failed to register IRQ from %s %d\n",
5044 __func__
, __LINE__
);
5051 * megasas_setup_irqs_msix - register MSI-x interrupts.
5052 * @instance: Adapter soft state
5053 * @is_probe: Driver probe check
5055 * Do not enable interrupt, only setup ISRs.
5057 * Return 0 on success.
5060 megasas_setup_irqs_msix(struct megasas_instance
*instance
, u8 is_probe
)
5063 struct pci_dev
*pdev
;
5065 pdev
= instance
->pdev
;
5068 for (i
= 0; i
< instance
->msix_vectors
; i
++) {
5069 instance
->irq_context
[i
].instance
= instance
;
5070 instance
->irq_context
[i
].MSIxIndex
= i
;
5071 if (request_irq(pci_irq_vector(pdev
, i
),
5072 instance
->instancet
->service_isr
, 0, "megasas",
5073 &instance
->irq_context
[i
])) {
5074 dev_err(&instance
->pdev
->dev
,
5075 "Failed to register IRQ for vector %d.\n", i
);
5076 for (j
= 0; j
< i
; j
++)
5077 free_irq(pci_irq_vector(pdev
, j
),
5078 &instance
->irq_context
[j
]);
5079 /* Retry irq register for IO_APIC*/
5080 instance
->msix_vectors
= 0;
5082 pci_free_irq_vectors(instance
->pdev
);
5083 return megasas_setup_irqs_ioapic(instance
);
5093 * megasas_destroy_irqs- unregister interrupts.
5094 * @instance: Adapter soft state
5098 megasas_destroy_irqs(struct megasas_instance
*instance
) {
5102 if (instance
->msix_vectors
)
5103 for (i
= 0; i
< instance
->msix_vectors
; i
++) {
5104 free_irq(pci_irq_vector(instance
->pdev
, i
),
5105 &instance
->irq_context
[i
]);
5108 free_irq(pci_irq_vector(instance
->pdev
, 0),
5109 &instance
->irq_context
[0]);
5113 * megasas_setup_jbod_map - setup jbod map for FP seq_number.
5114 * @instance: Adapter soft state
5115 * @is_probe: Driver probe check
5117 * Return 0 on success.
5120 megasas_setup_jbod_map(struct megasas_instance
*instance
)
5123 struct fusion_context
*fusion
= instance
->ctrl_context
;
5126 pd_seq_map_sz
= sizeof(struct MR_PD_CFG_SEQ_NUM_SYNC
) +
5127 (sizeof(struct MR_PD_CFG_SEQ
) * (MAX_PHYSICAL_DEVICES
- 1));
5129 if (reset_devices
|| !fusion
||
5130 !instance
->ctrl_info_buf
->adapterOperations3
.useSeqNumJbodFP
) {
5131 dev_info(&instance
->pdev
->dev
,
5132 "Jbod map is not supported %s %d\n",
5133 __func__
, __LINE__
);
5134 instance
->use_seqnum_jbod_fp
= false;
5138 if (fusion
->pd_seq_sync
[0])
5141 for (i
= 0; i
< JBOD_MAPS_COUNT
; i
++) {
5142 fusion
->pd_seq_sync
[i
] = dma_alloc_coherent
5143 (&instance
->pdev
->dev
, pd_seq_map_sz
,
5144 &fusion
->pd_seq_phys
[i
], GFP_KERNEL
);
5145 if (!fusion
->pd_seq_sync
[i
]) {
5146 dev_err(&instance
->pdev
->dev
,
5147 "Failed to allocate memory from %s %d\n",
5148 __func__
, __LINE__
);
5150 dma_free_coherent(&instance
->pdev
->dev
,
5151 pd_seq_map_sz
, fusion
->pd_seq_sync
[0],
5152 fusion
->pd_seq_phys
[0]);
5153 fusion
->pd_seq_sync
[0] = NULL
;
5155 instance
->use_seqnum_jbod_fp
= false;
5161 if (!megasas_sync_pd_seq_num(instance
, false) &&
5162 !megasas_sync_pd_seq_num(instance
, true))
5163 instance
->use_seqnum_jbod_fp
= true;
5165 instance
->use_seqnum_jbod_fp
= false;
5169 * megasas_init_fw - Initializes the FW
5170 * @instance: Adapter soft state
5172 * This is the main function for initializing firmware
5175 static int megasas_init_fw(struct megasas_instance
*instance
)
5178 u32 max_sectors_2
, tmp_sectors
, msix_enable
;
5179 u32 scratch_pad_2
, scratch_pad_3
, scratch_pad_4
;
5180 resource_size_t base_addr
;
5181 struct megasas_register_set __iomem
*reg_set
;
5182 struct megasas_ctrl_info
*ctrl_info
= NULL
;
5183 unsigned long bar_list
;
5184 int i
, j
, loop
, fw_msix_count
= 0;
5185 struct IOV_111
*iovPtr
;
5186 struct fusion_context
*fusion
;
5188 fusion
= instance
->ctrl_context
;
5190 /* Find first memory bar */
5191 bar_list
= pci_select_bars(instance
->pdev
, IORESOURCE_MEM
);
5192 instance
->bar
= find_first_bit(&bar_list
, BITS_PER_LONG
);
5193 if (pci_request_selected_regions(instance
->pdev
, 1<<instance
->bar
,
5195 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "IO memory region busy!\n");
5199 base_addr
= pci_resource_start(instance
->pdev
, instance
->bar
);
5200 instance
->reg_set
= ioremap_nocache(base_addr
, 8192);
5202 if (!instance
->reg_set
) {
5203 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "Failed to map IO mem\n");
5207 reg_set
= instance
->reg_set
;
5209 if (instance
->adapter_type
!= MFI_SERIES
)
5210 instance
->instancet
= &megasas_instance_template_fusion
;
5212 switch (instance
->pdev
->device
) {
5213 case PCI_DEVICE_ID_LSI_SAS1078R
:
5214 case PCI_DEVICE_ID_LSI_SAS1078DE
:
5215 instance
->instancet
= &megasas_instance_template_ppc
;
5217 case PCI_DEVICE_ID_LSI_SAS1078GEN2
:
5218 case PCI_DEVICE_ID_LSI_SAS0079GEN2
:
5219 instance
->instancet
= &megasas_instance_template_gen2
;
5221 case PCI_DEVICE_ID_LSI_SAS0073SKINNY
:
5222 case PCI_DEVICE_ID_LSI_SAS0071SKINNY
:
5223 instance
->instancet
= &megasas_instance_template_skinny
;
5225 case PCI_DEVICE_ID_LSI_SAS1064R
:
5226 case PCI_DEVICE_ID_DELL_PERC5
:
5228 instance
->instancet
= &megasas_instance_template_xscale
;
5229 instance
->pd_list_not_supported
= 1;
5234 if (megasas_transition_to_ready(instance
, 0)) {
5235 atomic_set(&instance
->fw_reset_no_pci_access
, 1);
5236 instance
->instancet
->adp_reset
5237 (instance
, instance
->reg_set
);
5238 atomic_set(&instance
->fw_reset_no_pci_access
, 0);
5239 dev_info(&instance
->pdev
->dev
,
5240 "FW restarted successfully from %s!\n",
5243 /*waitting for about 30 second before retry*/
5246 if (megasas_transition_to_ready(instance
, 0))
5247 goto fail_ready_state
;
5250 megasas_init_ctrl_params(instance
);
5252 if (megasas_set_dma_mask(instance
))
5253 goto fail_ready_state
;
5255 if (megasas_alloc_ctrl_mem(instance
))
5256 goto fail_alloc_dma_buf
;
5258 if (megasas_alloc_ctrl_dma_buffers(instance
))
5259 goto fail_alloc_dma_buf
;
5261 fusion
= instance
->ctrl_context
;
5263 if (instance
->adapter_type
== VENTURA_SERIES
) {
5265 readl(&instance
->reg_set
->outbound_scratch_pad_3
);
5266 instance
->max_raid_mapsize
= ((scratch_pad_3
>>
5267 MR_MAX_RAID_MAP_SIZE_OFFSET_SHIFT
) &
5268 MR_MAX_RAID_MAP_SIZE_MASK
);
5271 /* Check if MSI-X is supported while in ready state */
5272 msix_enable
= (instance
->instancet
->read_fw_status_reg(reg_set
) &
5274 if (msix_enable
&& !msix_disable
) {
5275 int irq_flags
= PCI_IRQ_MSIX
;
5277 scratch_pad_2
= readl
5278 (&instance
->reg_set
->outbound_scratch_pad_2
);
5279 /* Check max MSI-X vectors */
5281 if (instance
->adapter_type
== THUNDERBOLT_SERIES
) {
5282 /* Thunderbolt Series*/
5283 instance
->msix_vectors
= (scratch_pad_2
5284 & MR_MAX_REPLY_QUEUES_OFFSET
) + 1;
5285 fw_msix_count
= instance
->msix_vectors
;
5286 } else { /* Invader series supports more than 8 MSI-x vectors*/
5287 instance
->msix_vectors
= ((scratch_pad_2
5288 & MR_MAX_REPLY_QUEUES_EXT_OFFSET
)
5289 >> MR_MAX_REPLY_QUEUES_EXT_OFFSET_SHIFT
) + 1;
5290 if (instance
->msix_vectors
> 16)
5291 instance
->msix_combined
= true;
5294 instance
->is_rdpq
= (scratch_pad_2
& MR_RDPQ_MODE_OFFSET
) ?
5296 fw_msix_count
= instance
->msix_vectors
;
5297 /* Save 1-15 reply post index address to local memory
5298 * Index 0 is already saved from reg offset
5299 * MPI2_REPLY_POST_HOST_INDEX_OFFSET
5301 for (loop
= 1; loop
< MR_MAX_MSIX_REG_ARRAY
; loop
++) {
5302 instance
->reply_post_host_index_addr
[loop
] =
5304 ((u8 __iomem
*)instance
->reg_set
+
5305 MPI2_SUP_REPLY_POST_HOST_INDEX_OFFSET
5310 instance
->msix_vectors
= min(msix_vectors
,
5311 instance
->msix_vectors
);
5312 } else /* MFI adapters */
5313 instance
->msix_vectors
= 1;
5314 /* Don't bother allocating more MSI-X vectors than cpus */
5315 instance
->msix_vectors
= min(instance
->msix_vectors
,
5316 (unsigned int)num_online_cpus());
5317 if (smp_affinity_enable
)
5318 irq_flags
|= PCI_IRQ_AFFINITY
;
5319 i
= pci_alloc_irq_vectors(instance
->pdev
, 1,
5320 instance
->msix_vectors
, irq_flags
);
5322 instance
->msix_vectors
= i
;
5324 instance
->msix_vectors
= 0;
5327 * MSI-X host index 0 is common for all adapter.
5328 * It is used for all MPT based Adapters.
5330 if (instance
->msix_combined
) {
5331 instance
->reply_post_host_index_addr
[0] =
5332 (u32
*)((u8
*)instance
->reg_set
+
5333 MPI2_SUP_REPLY_POST_HOST_INDEX_OFFSET
);
5335 instance
->reply_post_host_index_addr
[0] =
5336 (u32
*)((u8
*)instance
->reg_set
+
5337 MPI2_REPLY_POST_HOST_INDEX_OFFSET
);
5340 if (!instance
->msix_vectors
) {
5341 i
= pci_alloc_irq_vectors(instance
->pdev
, 1, 1, PCI_IRQ_LEGACY
);
5343 goto fail_setup_irqs
;
5346 dev_info(&instance
->pdev
->dev
,
5347 "firmware supports msix\t: (%d)", fw_msix_count
);
5348 dev_info(&instance
->pdev
->dev
,
5349 "current msix/online cpus\t: (%d/%d)\n",
5350 instance
->msix_vectors
, (unsigned int)num_online_cpus());
5351 dev_info(&instance
->pdev
->dev
,
5352 "RDPQ mode\t: (%s)\n", instance
->is_rdpq
? "enabled" : "disabled");
5354 tasklet_init(&instance
->isr_tasklet
, instance
->instancet
->tasklet
,
5355 (unsigned long)instance
);
5358 * Below are default value for legacy Firmware.
5359 * non-fusion based controllers
5361 instance
->fw_supported_vd_count
= MAX_LOGICAL_DRIVES
;
5362 instance
->fw_supported_pd_count
= MAX_PHYSICAL_DEVICES
;
5363 /* Get operational params, sge flags, send init cmd to controller */
5364 if (instance
->instancet
->init_adapter(instance
))
5365 goto fail_init_adapter
;
5367 if (instance
->adapter_type
== VENTURA_SERIES
) {
5369 readl(&instance
->reg_set
->outbound_scratch_pad_4
);
5370 if ((scratch_pad_4
& MR_NVME_PAGE_SIZE_MASK
) >=
5371 MR_DEFAULT_NVME_PAGE_SHIFT
)
5372 instance
->nvme_page_size
=
5373 (1 << (scratch_pad_4
& MR_NVME_PAGE_SIZE_MASK
));
5375 dev_info(&instance
->pdev
->dev
,
5376 "NVME page size\t: (%d)\n", instance
->nvme_page_size
);
5379 if (instance
->msix_vectors
?
5380 megasas_setup_irqs_msix(instance
, 1) :
5381 megasas_setup_irqs_ioapic(instance
))
5382 goto fail_init_adapter
;
5384 instance
->instancet
->enable_intr(instance
);
5386 dev_info(&instance
->pdev
->dev
, "INIT adapter done\n");
5388 megasas_setup_jbod_map(instance
);
5391 * the following function will get the PD LIST.
5393 memset(instance
->pd_list
, 0,
5394 (MEGASAS_MAX_PD
* sizeof(struct megasas_pd_list
)));
5395 if (megasas_get_pd_list(instance
) < 0) {
5396 dev_err(&instance
->pdev
->dev
, "failed to get PD list\n");
5397 goto fail_get_ld_pd_list
;
5400 memset(instance
->ld_ids
, 0xff, MEGASAS_MAX_LD_IDS
);
5402 /* stream detection initialization */
5403 if (instance
->adapter_type
== VENTURA_SERIES
) {
5404 fusion
->stream_detect_by_ld
=
5405 kzalloc(sizeof(struct LD_STREAM_DETECT
*)
5406 * MAX_LOGICAL_DRIVES_EXT
,
5408 if (!fusion
->stream_detect_by_ld
) {
5409 dev_err(&instance
->pdev
->dev
,
5410 "unable to allocate stream detection for pool of LDs\n");
5411 goto fail_get_ld_pd_list
;
5413 for (i
= 0; i
< MAX_LOGICAL_DRIVES_EXT
; ++i
) {
5414 fusion
->stream_detect_by_ld
[i
] =
5415 kzalloc(sizeof(struct LD_STREAM_DETECT
),
5417 if (!fusion
->stream_detect_by_ld
[i
]) {
5418 dev_err(&instance
->pdev
->dev
,
5419 "unable to allocate stream detect by LD\n ");
5420 for (j
= 0; j
< i
; ++j
)
5421 kfree(fusion
->stream_detect_by_ld
[j
]);
5422 kfree(fusion
->stream_detect_by_ld
);
5423 fusion
->stream_detect_by_ld
= NULL
;
5424 goto fail_get_ld_pd_list
;
5426 fusion
->stream_detect_by_ld
[i
]->mru_bit_map
5431 if (megasas_ld_list_query(instance
,
5432 MR_LD_QUERY_TYPE_EXPOSED_TO_HOST
))
5433 goto fail_get_ld_pd_list
;
5436 * Compute the max allowed sectors per IO: The controller info has two
5437 * limits on max sectors. Driver should use the minimum of these two.
5439 * 1 << stripe_sz_ops.min = max sectors per strip
5441 * Note that older firmwares ( < FW ver 30) didn't report information
5442 * to calculate max_sectors_1. So the number ended up as zero always.
5445 ctrl_info
= instance
->ctrl_info_buf
;
5447 max_sectors_1
= (1 << ctrl_info
->stripe_sz_ops
.min
) *
5448 le16_to_cpu(ctrl_info
->max_strips_per_io
);
5449 max_sectors_2
= le32_to_cpu(ctrl_info
->max_request_size
);
5451 tmp_sectors
= min_t(u32
, max_sectors_1
, max_sectors_2
);
5453 instance
->peerIsPresent
= ctrl_info
->cluster
.peerIsPresent
;
5454 instance
->passive
= ctrl_info
->cluster
.passive
;
5455 memcpy(instance
->clusterId
, ctrl_info
->clusterId
, sizeof(instance
->clusterId
));
5456 instance
->UnevenSpanSupport
=
5457 ctrl_info
->adapterOperations2
.supportUnevenSpans
;
5458 if (instance
->UnevenSpanSupport
) {
5459 struct fusion_context
*fusion
= instance
->ctrl_context
;
5460 if (MR_ValidateMapInfo(instance
, instance
->map_id
))
5461 fusion
->fast_path_io
= 1;
5463 fusion
->fast_path_io
= 0;
5466 if (ctrl_info
->host_interface
.SRIOV
) {
5467 instance
->requestorId
= ctrl_info
->iov
.requestorId
;
5468 if (instance
->pdev
->device
== PCI_DEVICE_ID_LSI_PLASMA
) {
5469 if (!ctrl_info
->adapterOperations2
.activePassive
)
5470 instance
->PlasmaFW111
= 1;
5472 dev_info(&instance
->pdev
->dev
, "SR-IOV: firmware type: %s\n",
5473 instance
->PlasmaFW111
? "1.11" : "new");
5475 if (instance
->PlasmaFW111
) {
5476 iovPtr
= (struct IOV_111
*)
5477 ((unsigned char *)ctrl_info
+ IOV_111_OFFSET
);
5478 instance
->requestorId
= iovPtr
->requestorId
;
5481 dev_info(&instance
->pdev
->dev
, "SRIOV: VF requestorId %d\n",
5482 instance
->requestorId
);
5485 instance
->crash_dump_fw_support
=
5486 ctrl_info
->adapterOperations3
.supportCrashDump
;
5487 instance
->crash_dump_drv_support
=
5488 (instance
->crash_dump_fw_support
&&
5489 instance
->crash_dump_buf
);
5490 if (instance
->crash_dump_drv_support
)
5491 megasas_set_crash_dump_params(instance
,
5492 MR_CRASH_BUF_TURN_OFF
);
5495 if (instance
->crash_dump_buf
)
5496 pci_free_consistent(instance
->pdev
,
5498 instance
->crash_dump_buf
,
5499 instance
->crash_dump_h
);
5500 instance
->crash_dump_buf
= NULL
;
5504 dev_info(&instance
->pdev
->dev
,
5505 "pci id\t\t: (0x%04x)/(0x%04x)/(0x%04x)/(0x%04x)\n",
5506 le16_to_cpu(ctrl_info
->pci
.vendor_id
),
5507 le16_to_cpu(ctrl_info
->pci
.device_id
),
5508 le16_to_cpu(ctrl_info
->pci
.sub_vendor_id
),
5509 le16_to_cpu(ctrl_info
->pci
.sub_device_id
));
5510 dev_info(&instance
->pdev
->dev
, "unevenspan support : %s\n",
5511 instance
->UnevenSpanSupport
? "yes" : "no");
5512 dev_info(&instance
->pdev
->dev
, "firmware crash dump : %s\n",
5513 instance
->crash_dump_drv_support
? "yes" : "no");
5514 dev_info(&instance
->pdev
->dev
, "jbod sync map : %s\n",
5515 instance
->use_seqnum_jbod_fp
? "yes" : "no");
5518 instance
->max_sectors_per_req
= instance
->max_num_sge
*
5519 SGE_BUFFER_SIZE
/ 512;
5520 if (tmp_sectors
&& (instance
->max_sectors_per_req
> tmp_sectors
))
5521 instance
->max_sectors_per_req
= tmp_sectors
;
5523 /* Check for valid throttlequeuedepth module parameter */
5524 if (throttlequeuedepth
&&
5525 throttlequeuedepth
<= instance
->max_scsi_cmds
)
5526 instance
->throttlequeuedepth
= throttlequeuedepth
;
5528 instance
->throttlequeuedepth
=
5529 MEGASAS_THROTTLE_QUEUE_DEPTH
;
5531 if ((resetwaittime
< 1) ||
5532 (resetwaittime
> MEGASAS_RESET_WAIT_TIME
))
5533 resetwaittime
= MEGASAS_RESET_WAIT_TIME
;
5535 if ((scmd_timeout
< 10) || (scmd_timeout
> MEGASAS_DEFAULT_CMD_TIMEOUT
))
5536 scmd_timeout
= MEGASAS_DEFAULT_CMD_TIMEOUT
;
5538 /* Launch SR-IOV heartbeat timer */
5539 if (instance
->requestorId
) {
5540 if (!megasas_sriov_start_heartbeat(instance
, 1))
5541 megasas_start_timer(instance
);
5543 instance
->skip_heartbeat_timer_del
= 1;
5548 fail_get_ld_pd_list
:
5549 instance
->instancet
->disable_intr(instance
);
5551 megasas_destroy_irqs(instance
);
5553 if (instance
->msix_vectors
)
5554 pci_free_irq_vectors(instance
->pdev
);
5555 instance
->msix_vectors
= 0;
5557 megasas_free_ctrl_dma_buffers(instance
);
5558 megasas_free_ctrl_mem(instance
);
5560 iounmap(instance
->reg_set
);
5563 pci_release_selected_regions(instance
->pdev
, 1<<instance
->bar
);
5565 dev_err(&instance
->pdev
->dev
, "Failed from %s %d\n",
5566 __func__
, __LINE__
);
5571 * megasas_release_mfi - Reverses the FW initialization
5572 * @instance: Adapter soft state
5574 static void megasas_release_mfi(struct megasas_instance
*instance
)
5576 u32 reply_q_sz
= sizeof(u32
) *(instance
->max_mfi_cmds
+ 1);
5578 if (instance
->reply_queue
)
5579 pci_free_consistent(instance
->pdev
, reply_q_sz
,
5580 instance
->reply_queue
, instance
->reply_queue_h
);
5582 megasas_free_cmds(instance
);
5584 iounmap(instance
->reg_set
);
5586 pci_release_selected_regions(instance
->pdev
, 1<<instance
->bar
);
5590 * megasas_get_seq_num - Gets latest event sequence numbers
5591 * @instance: Adapter soft state
5592 * @eli: FW event log sequence numbers information
5594 * FW maintains a log of all events in a non-volatile area. Upper layers would
5595 * usually find out the latest sequence number of the events, the seq number at
5596 * the boot etc. They would "read" all the events below the latest seq number
5597 * by issuing a direct fw cmd (DCMD). For the future events (beyond latest seq
5598 * number), they would subsribe to AEN (asynchronous event notification) and
5599 * wait for the events to happen.
5602 megasas_get_seq_num(struct megasas_instance
*instance
,
5603 struct megasas_evt_log_info
*eli
)
5605 struct megasas_cmd
*cmd
;
5606 struct megasas_dcmd_frame
*dcmd
;
5607 struct megasas_evt_log_info
*el_info
;
5608 dma_addr_t el_info_h
= 0;
5611 cmd
= megasas_get_cmd(instance
);
5617 dcmd
= &cmd
->frame
->dcmd
;
5618 el_info
= pci_alloc_consistent(instance
->pdev
,
5619 sizeof(struct megasas_evt_log_info
),
5623 megasas_return_cmd(instance
, cmd
);
5627 memset(el_info
, 0, sizeof(*el_info
));
5628 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
5630 dcmd
->cmd
= MFI_CMD_DCMD
;
5631 dcmd
->cmd_status
= 0x0;
5632 dcmd
->sge_count
= 1;
5633 dcmd
->flags
= MFI_FRAME_DIR_READ
;
5636 dcmd
->data_xfer_len
= cpu_to_le32(sizeof(struct megasas_evt_log_info
));
5637 dcmd
->opcode
= cpu_to_le32(MR_DCMD_CTRL_EVENT_GET_INFO
);
5639 megasas_set_dma_settings(instance
, dcmd
, el_info_h
,
5640 sizeof(struct megasas_evt_log_info
));
5642 ret
= megasas_issue_blocked_cmd(instance
, cmd
, MFI_IO_TIMEOUT_SECS
);
5643 if (ret
!= DCMD_SUCCESS
) {
5644 dev_err(&instance
->pdev
->dev
, "Failed from %s %d\n",
5645 __func__
, __LINE__
);
5650 * Copy the data back into callers buffer
5652 eli
->newest_seq_num
= el_info
->newest_seq_num
;
5653 eli
->oldest_seq_num
= el_info
->oldest_seq_num
;
5654 eli
->clear_seq_num
= el_info
->clear_seq_num
;
5655 eli
->shutdown_seq_num
= el_info
->shutdown_seq_num
;
5656 eli
->boot_seq_num
= el_info
->boot_seq_num
;
5659 pci_free_consistent(instance
->pdev
, sizeof(struct megasas_evt_log_info
),
5660 el_info
, el_info_h
);
5662 megasas_return_cmd(instance
, cmd
);
5668 * megasas_register_aen - Registers for asynchronous event notification
5669 * @instance: Adapter soft state
5670 * @seq_num: The starting sequence number
5671 * @class_locale: Class of the event
5673 * This function subscribes for AEN for events beyond the @seq_num. It requests
5674 * to be notified if and only if the event is of type @class_locale
5677 megasas_register_aen(struct megasas_instance
*instance
, u32 seq_num
,
5678 u32 class_locale_word
)
5681 struct megasas_cmd
*cmd
;
5682 struct megasas_dcmd_frame
*dcmd
;
5683 union megasas_evt_class_locale curr_aen
;
5684 union megasas_evt_class_locale prev_aen
;
5687 * If there an AEN pending already (aen_cmd), check if the
5688 * class_locale of that pending AEN is inclusive of the new
5689 * AEN request we currently have. If it is, then we don't have
5690 * to do anything. In other words, whichever events the current
5691 * AEN request is subscribing to, have already been subscribed
5694 * If the old_cmd is _not_ inclusive, then we have to abort
5695 * that command, form a class_locale that is superset of both
5696 * old and current and re-issue to the FW
5699 curr_aen
.word
= class_locale_word
;
5701 if (instance
->aen_cmd
) {
5704 le32_to_cpu(instance
->aen_cmd
->frame
->dcmd
.mbox
.w
[1]);
5706 if ((curr_aen
.members
.class < MFI_EVT_CLASS_DEBUG
) ||
5707 (curr_aen
.members
.class > MFI_EVT_CLASS_DEAD
)) {
5708 dev_info(&instance
->pdev
->dev
,
5709 "%s %d out of range class %d send by application\n",
5710 __func__
, __LINE__
, curr_aen
.members
.class);
5715 * A class whose enum value is smaller is inclusive of all
5716 * higher values. If a PROGRESS (= -1) was previously
5717 * registered, then a new registration requests for higher
5718 * classes need not be sent to FW. They are automatically
5721 * Locale numbers don't have such hierarchy. They are bitmap
5724 if ((prev_aen
.members
.class <= curr_aen
.members
.class) &&
5725 !((prev_aen
.members
.locale
& curr_aen
.members
.locale
) ^
5726 curr_aen
.members
.locale
)) {
5728 * Previously issued event registration includes
5729 * current request. Nothing to do.
5733 curr_aen
.members
.locale
|= prev_aen
.members
.locale
;
5735 if (prev_aen
.members
.class < curr_aen
.members
.class)
5736 curr_aen
.members
.class = prev_aen
.members
.class;
5738 instance
->aen_cmd
->abort_aen
= 1;
5739 ret_val
= megasas_issue_blocked_abort_cmd(instance
,
5744 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "Failed to abort "
5745 "previous AEN command\n");
5751 cmd
= megasas_get_cmd(instance
);
5756 dcmd
= &cmd
->frame
->dcmd
;
5758 memset(instance
->evt_detail
, 0, sizeof(struct megasas_evt_detail
));
5761 * Prepare DCMD for aen registration
5763 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
5765 dcmd
->cmd
= MFI_CMD_DCMD
;
5766 dcmd
->cmd_status
= 0x0;
5767 dcmd
->sge_count
= 1;
5768 dcmd
->flags
= MFI_FRAME_DIR_READ
;
5771 dcmd
->data_xfer_len
= cpu_to_le32(sizeof(struct megasas_evt_detail
));
5772 dcmd
->opcode
= cpu_to_le32(MR_DCMD_CTRL_EVENT_WAIT
);
5773 dcmd
->mbox
.w
[0] = cpu_to_le32(seq_num
);
5774 instance
->last_seq_num
= seq_num
;
5775 dcmd
->mbox
.w
[1] = cpu_to_le32(curr_aen
.word
);
5777 megasas_set_dma_settings(instance
, dcmd
, instance
->evt_detail_h
,
5778 sizeof(struct megasas_evt_detail
));
5780 if (instance
->aen_cmd
!= NULL
) {
5781 megasas_return_cmd(instance
, cmd
);
5786 * Store reference to the cmd used to register for AEN. When an
5787 * application wants us to register for AEN, we have to abort this
5788 * cmd and re-register with a new EVENT LOCALE supplied by that app
5790 instance
->aen_cmd
= cmd
;
5793 * Issue the aen registration frame
5795 instance
->instancet
->issue_dcmd(instance
, cmd
);
5800 /* megasas_get_target_prop - Send DCMD with below details to firmware.
5802 * This DCMD will fetch few properties of LD/system PD defined
5803 * in MR_TARGET_DEV_PROPERTIES. eg. Queue Depth, MDTS value.
5805 * DCMD send by drivers whenever new target is added to the OS.
5807 * dcmd.opcode - MR_DCMD_DEV_GET_TARGET_PROP
5808 * dcmd.mbox.b[0] - DCMD is to be fired for LD or system PD.
5809 * 0 = system PD, 1 = LD.
5810 * dcmd.mbox.s[1] - TargetID for LD/system PD.
5811 * dcmd.sge IN - Pointer to return MR_TARGET_DEV_PROPERTIES.
5813 * @instance: Adapter soft state
5814 * @sdev: OS provided scsi device
5816 * Returns 0 on success non-zero on failure.
5819 megasas_get_target_prop(struct megasas_instance
*instance
,
5820 struct scsi_device
*sdev
)
5823 struct megasas_cmd
*cmd
;
5824 struct megasas_dcmd_frame
*dcmd
;
5825 u16 targetId
= (sdev
->channel
% 2) + sdev
->id
;
5827 cmd
= megasas_get_cmd(instance
);
5830 dev_err(&instance
->pdev
->dev
,
5831 "Failed to get cmd %s\n", __func__
);
5835 dcmd
= &cmd
->frame
->dcmd
;
5837 memset(instance
->tgt_prop
, 0, sizeof(*instance
->tgt_prop
));
5838 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
5839 dcmd
->mbox
.b
[0] = MEGASAS_IS_LOGICAL(sdev
);
5841 dcmd
->mbox
.s
[1] = cpu_to_le16(targetId
);
5842 dcmd
->cmd
= MFI_CMD_DCMD
;
5843 dcmd
->cmd_status
= 0xFF;
5844 dcmd
->sge_count
= 1;
5845 dcmd
->flags
= MFI_FRAME_DIR_READ
;
5848 dcmd
->data_xfer_len
=
5849 cpu_to_le32(sizeof(struct MR_TARGET_PROPERTIES
));
5850 dcmd
->opcode
= cpu_to_le32(MR_DCMD_DRV_GET_TARGET_PROP
);
5852 megasas_set_dma_settings(instance
, dcmd
, instance
->tgt_prop_h
,
5853 sizeof(struct MR_TARGET_PROPERTIES
));
5855 if ((instance
->adapter_type
!= MFI_SERIES
) &&
5856 !instance
->mask_interrupts
)
5857 ret
= megasas_issue_blocked_cmd(instance
,
5858 cmd
, MFI_IO_TIMEOUT_SECS
);
5860 ret
= megasas_issue_polled(instance
, cmd
);
5864 switch (dcmd_timeout_ocr_possible(instance
)) {
5866 cmd
->flags
|= DRV_DCMD_SKIP_REFIRE
;
5867 megasas_reset_fusion(instance
->host
,
5868 MFI_IO_TIMEOUT_OCR
);
5871 megaraid_sas_kill_hba(instance
);
5873 case IGNORE_TIMEOUT
:
5874 dev_info(&instance
->pdev
->dev
,
5875 "Ignore DCMD timeout: %s %d\n",
5876 __func__
, __LINE__
);
5882 megasas_return_cmd(instance
, cmd
);
5884 if (ret
!= DCMD_SUCCESS
)
5885 dev_err(&instance
->pdev
->dev
,
5886 "return from %s %d return value %d\n",
5887 __func__
, __LINE__
, ret
);
5893 * megasas_start_aen - Subscribes to AEN during driver load time
5894 * @instance: Adapter soft state
5896 static int megasas_start_aen(struct megasas_instance
*instance
)
5898 struct megasas_evt_log_info eli
;
5899 union megasas_evt_class_locale class_locale
;
5902 * Get the latest sequence number from FW
5904 memset(&eli
, 0, sizeof(eli
));
5906 if (megasas_get_seq_num(instance
, &eli
))
5910 * Register AEN with FW for latest sequence number plus 1
5912 class_locale
.members
.reserved
= 0;
5913 class_locale
.members
.locale
= MR_EVT_LOCALE_ALL
;
5914 class_locale
.members
.class = MR_EVT_CLASS_DEBUG
;
5916 return megasas_register_aen(instance
,
5917 le32_to_cpu(eli
.newest_seq_num
) + 1,
5922 * megasas_io_attach - Attaches this driver to SCSI mid-layer
5923 * @instance: Adapter soft state
5925 static int megasas_io_attach(struct megasas_instance
*instance
)
5927 struct Scsi_Host
*host
= instance
->host
;
5930 * Export parameters required by SCSI mid-layer
5932 host
->unique_id
= instance
->unique_id
;
5933 host
->can_queue
= instance
->max_scsi_cmds
;
5934 host
->this_id
= instance
->init_id
;
5935 host
->sg_tablesize
= instance
->max_num_sge
;
5937 if (instance
->fw_support_ieee
)
5938 instance
->max_sectors_per_req
= MEGASAS_MAX_SECTORS_IEEE
;
5941 * Check if the module parameter value for max_sectors can be used
5943 if (max_sectors
&& max_sectors
< instance
->max_sectors_per_req
)
5944 instance
->max_sectors_per_req
= max_sectors
;
5947 if (((instance
->pdev
->device
==
5948 PCI_DEVICE_ID_LSI_SAS1078GEN2
) ||
5949 (instance
->pdev
->device
==
5950 PCI_DEVICE_ID_LSI_SAS0079GEN2
)) &&
5951 (max_sectors
<= MEGASAS_MAX_SECTORS
)) {
5952 instance
->max_sectors_per_req
= max_sectors
;
5954 dev_info(&instance
->pdev
->dev
, "max_sectors should be > 0"
5955 "and <= %d (or < 1MB for GEN2 controller)\n",
5956 instance
->max_sectors_per_req
);
5961 host
->max_sectors
= instance
->max_sectors_per_req
;
5962 host
->cmd_per_lun
= MEGASAS_DEFAULT_CMD_PER_LUN
;
5963 host
->max_channel
= MEGASAS_MAX_CHANNELS
- 1;
5964 host
->max_id
= MEGASAS_MAX_DEV_PER_CHANNEL
;
5965 host
->max_lun
= MEGASAS_MAX_LUN
;
5966 host
->max_cmd_len
= 16;
5969 * Notify the mid-layer about the new controller
5971 if (scsi_add_host(host
, &instance
->pdev
->dev
)) {
5972 dev_err(&instance
->pdev
->dev
,
5973 "Failed to add host from %s %d\n",
5974 __func__
, __LINE__
);
5982 * megasas_set_dma_mask - Set DMA mask for supported controllers
5984 * @instance: Adapter soft state
5987 * For Ventura, driver/FW will operate in 64bit DMA addresses.
5990 * By default, driver/FW will operate in 32bit DMA addresses
5991 * for consistent DMA mapping but if 32 bit consistent
5992 * DMA mask fails, driver will try with 64 bit consistent
5993 * mask provided FW is true 64bit DMA capable
5995 * For older controllers(Thunderbolt and MFI based adapters)-
5996 * driver/FW will operate in 32 bit consistent DMA addresses.
5999 megasas_set_dma_mask(struct megasas_instance
*instance
)
6001 u64 consistent_mask
;
6002 struct pci_dev
*pdev
;
6005 pdev
= instance
->pdev
;
6006 consistent_mask
= (instance
->adapter_type
== VENTURA_SERIES
) ?
6007 DMA_BIT_MASK(64) : DMA_BIT_MASK(32);
6010 if (dma_set_mask(&pdev
->dev
, DMA_BIT_MASK(64)) &&
6011 dma_set_mask_and_coherent(&pdev
->dev
, DMA_BIT_MASK(32)))
6012 goto fail_set_dma_mask
;
6014 if ((*pdev
->dev
.dma_mask
== DMA_BIT_MASK(64)) &&
6015 (dma_set_coherent_mask(&pdev
->dev
, consistent_mask
) &&
6016 dma_set_mask_and_coherent(&pdev
->dev
, DMA_BIT_MASK(32)))) {
6018 * If 32 bit DMA mask fails, then try for 64 bit mask
6019 * for FW capable of handling 64 bit DMA.
6021 scratch_pad_2
= readl
6022 (&instance
->reg_set
->outbound_scratch_pad_2
);
6024 if (!(scratch_pad_2
& MR_CAN_HANDLE_64_BIT_DMA_OFFSET
))
6025 goto fail_set_dma_mask
;
6026 else if (dma_set_mask_and_coherent(&pdev
->dev
,
6028 goto fail_set_dma_mask
;
6030 } else if (dma_set_mask_and_coherent(&pdev
->dev
, DMA_BIT_MASK(32)))
6031 goto fail_set_dma_mask
;
6033 if (pdev
->dev
.coherent_dma_mask
== DMA_BIT_MASK(32))
6034 instance
->consistent_mask_64bit
= false;
6036 instance
->consistent_mask_64bit
= true;
6038 dev_info(&pdev
->dev
, "%s bit DMA mask and %s bit consistent mask\n",
6039 ((*pdev
->dev
.dma_mask
== DMA_BIT_MASK(64)) ? "64" : "32"),
6040 (instance
->consistent_mask_64bit
? "64" : "32"));
6045 dev_err(&pdev
->dev
, "Failed to set DMA mask\n");
6051 * megasas_set_adapter_type - Set adapter type.
6052 * Supported controllers can be divided in
6053 * 4 categories- enum MR_ADAPTER_TYPE {
6055 * THUNDERBOLT_SERIES = 2,
6056 * INVADER_SERIES = 3,
6057 * VENTURA_SERIES = 4,
6059 * @instance: Adapter soft state
6062 static inline void megasas_set_adapter_type(struct megasas_instance
*instance
)
6064 if ((instance
->pdev
->vendor
== PCI_VENDOR_ID_DELL
) &&
6065 (instance
->pdev
->device
== PCI_DEVICE_ID_DELL_PERC5
)) {
6066 instance
->adapter_type
= MFI_SERIES
;
6068 switch (instance
->pdev
->device
) {
6069 case PCI_DEVICE_ID_LSI_VENTURA
:
6070 case PCI_DEVICE_ID_LSI_CRUSADER
:
6071 case PCI_DEVICE_ID_LSI_HARPOON
:
6072 case PCI_DEVICE_ID_LSI_TOMCAT
:
6073 case PCI_DEVICE_ID_LSI_VENTURA_4PORT
:
6074 case PCI_DEVICE_ID_LSI_CRUSADER_4PORT
:
6075 instance
->adapter_type
= VENTURA_SERIES
;
6077 case PCI_DEVICE_ID_LSI_FUSION
:
6078 case PCI_DEVICE_ID_LSI_PLASMA
:
6079 instance
->adapter_type
= THUNDERBOLT_SERIES
;
6081 case PCI_DEVICE_ID_LSI_INVADER
:
6082 case PCI_DEVICE_ID_LSI_INTRUDER
:
6083 case PCI_DEVICE_ID_LSI_INTRUDER_24
:
6084 case PCI_DEVICE_ID_LSI_CUTLASS_52
:
6085 case PCI_DEVICE_ID_LSI_CUTLASS_53
:
6086 case PCI_DEVICE_ID_LSI_FURY
:
6087 instance
->adapter_type
= INVADER_SERIES
;
6089 default: /* For all other supported controllers */
6090 instance
->adapter_type
= MFI_SERIES
;
6096 static inline int megasas_alloc_mfi_ctrl_mem(struct megasas_instance
*instance
)
6098 instance
->producer
= pci_alloc_consistent(instance
->pdev
, sizeof(u32
),
6099 &instance
->producer_h
);
6100 instance
->consumer
= pci_alloc_consistent(instance
->pdev
, sizeof(u32
),
6101 &instance
->consumer_h
);
6103 if (!instance
->producer
|| !instance
->consumer
) {
6104 dev_err(&instance
->pdev
->dev
,
6105 "Failed to allocate memory for producer, consumer\n");
6109 *instance
->producer
= 0;
6110 *instance
->consumer
= 0;
6115 * megasas_alloc_ctrl_mem - Allocate per controller memory for core data
6116 * structures which are not common across MFI
6117 * adapters and fusion adapters.
6118 * For MFI based adapters, allocate producer and
6119 * consumer buffers. For fusion adapters, allocate
6120 * memory for fusion context.
6121 * @instance: Adapter soft state
6122 * return: 0 for SUCCESS
6124 static int megasas_alloc_ctrl_mem(struct megasas_instance
*instance
)
6126 switch (instance
->adapter_type
) {
6128 if (megasas_alloc_mfi_ctrl_mem(instance
))
6131 case VENTURA_SERIES
:
6132 case THUNDERBOLT_SERIES
:
6133 case INVADER_SERIES
:
6134 if (megasas_alloc_fusion_context(instance
))
6143 * megasas_free_ctrl_mem - Free fusion context for fusion adapters and
6144 * producer, consumer buffers for MFI adapters
6146 * @instance - Adapter soft instance
6149 static inline void megasas_free_ctrl_mem(struct megasas_instance
*instance
)
6151 if (instance
->adapter_type
== MFI_SERIES
) {
6152 if (instance
->producer
)
6153 pci_free_consistent(instance
->pdev
, sizeof(u32
),
6155 instance
->producer_h
);
6156 if (instance
->consumer
)
6157 pci_free_consistent(instance
->pdev
, sizeof(u32
),
6159 instance
->consumer_h
);
6161 megasas_free_fusion_context(instance
);
6166 * megasas_alloc_ctrl_dma_buffers - Allocate consistent DMA buffers during
6169 * @instance- Adapter soft instance
6170 * @return- O for SUCCESS
6173 int megasas_alloc_ctrl_dma_buffers(struct megasas_instance
*instance
)
6175 struct pci_dev
*pdev
= instance
->pdev
;
6176 struct fusion_context
*fusion
= instance
->ctrl_context
;
6178 instance
->evt_detail
=
6179 pci_alloc_consistent(pdev
,
6180 sizeof(struct megasas_evt_detail
),
6181 &instance
->evt_detail_h
);
6183 if (!instance
->evt_detail
) {
6184 dev_err(&instance
->pdev
->dev
,
6185 "Failed to allocate event detail buffer\n");
6190 fusion
->ioc_init_request
=
6191 dma_alloc_coherent(&pdev
->dev
,
6192 sizeof(struct MPI2_IOC_INIT_REQUEST
),
6193 &fusion
->ioc_init_request_phys
,
6196 if (!fusion
->ioc_init_request
) {
6198 "Failed to allocate PD list buffer\n");
6203 instance
->pd_list_buf
=
6204 pci_alloc_consistent(pdev
,
6205 MEGASAS_MAX_PD
* sizeof(struct MR_PD_LIST
),
6206 &instance
->pd_list_buf_h
);
6208 if (!instance
->pd_list_buf
) {
6209 dev_err(&pdev
->dev
, "Failed to allocate PD list buffer\n");
6213 instance
->ctrl_info_buf
=
6214 pci_alloc_consistent(pdev
,
6215 sizeof(struct megasas_ctrl_info
),
6216 &instance
->ctrl_info_buf_h
);
6218 if (!instance
->ctrl_info_buf
) {
6220 "Failed to allocate controller info buffer\n");
6224 instance
->ld_list_buf
=
6225 pci_alloc_consistent(pdev
,
6226 sizeof(struct MR_LD_LIST
),
6227 &instance
->ld_list_buf_h
);
6229 if (!instance
->ld_list_buf
) {
6230 dev_err(&pdev
->dev
, "Failed to allocate LD list buffer\n");
6234 instance
->ld_targetid_list_buf
=
6235 pci_alloc_consistent(pdev
,
6236 sizeof(struct MR_LD_TARGETID_LIST
),
6237 &instance
->ld_targetid_list_buf_h
);
6239 if (!instance
->ld_targetid_list_buf
) {
6241 "Failed to allocate LD targetid list buffer\n");
6245 if (!reset_devices
) {
6246 instance
->system_info_buf
=
6247 pci_alloc_consistent(pdev
,
6248 sizeof(struct MR_DRV_SYSTEM_INFO
),
6249 &instance
->system_info_h
);
6251 pci_alloc_consistent(pdev
,
6252 sizeof(struct MR_PD_INFO
),
6253 &instance
->pd_info_h
);
6254 instance
->tgt_prop
=
6255 pci_alloc_consistent(pdev
,
6256 sizeof(struct MR_TARGET_PROPERTIES
),
6257 &instance
->tgt_prop_h
);
6258 instance
->crash_dump_buf
=
6259 pci_alloc_consistent(pdev
,
6261 &instance
->crash_dump_h
);
6263 if (!instance
->system_info_buf
)
6264 dev_err(&instance
->pdev
->dev
,
6265 "Failed to allocate system info buffer\n");
6267 if (!instance
->pd_info
)
6268 dev_err(&instance
->pdev
->dev
,
6269 "Failed to allocate pd_info buffer\n");
6271 if (!instance
->tgt_prop
)
6272 dev_err(&instance
->pdev
->dev
,
6273 "Failed to allocate tgt_prop buffer\n");
6275 if (!instance
->crash_dump_buf
)
6276 dev_err(&instance
->pdev
->dev
,
6277 "Failed to allocate crash dump buffer\n");
6284 * megasas_free_ctrl_dma_buffers - Free consistent DMA buffers allocated
6285 * during driver load time
6287 * @instance- Adapter soft instance
6291 void megasas_free_ctrl_dma_buffers(struct megasas_instance
*instance
)
6293 struct pci_dev
*pdev
= instance
->pdev
;
6294 struct fusion_context
*fusion
= instance
->ctrl_context
;
6296 if (instance
->evt_detail
)
6297 pci_free_consistent(pdev
, sizeof(struct megasas_evt_detail
),
6298 instance
->evt_detail
,
6299 instance
->evt_detail_h
);
6301 if (fusion
&& fusion
->ioc_init_request
)
6302 dma_free_coherent(&pdev
->dev
,
6303 sizeof(struct MPI2_IOC_INIT_REQUEST
),
6304 fusion
->ioc_init_request
,
6305 fusion
->ioc_init_request_phys
);
6307 if (instance
->pd_list_buf
)
6308 pci_free_consistent(pdev
,
6309 MEGASAS_MAX_PD
* sizeof(struct MR_PD_LIST
),
6310 instance
->pd_list_buf
,
6311 instance
->pd_list_buf_h
);
6313 if (instance
->ld_list_buf
)
6314 pci_free_consistent(pdev
, sizeof(struct MR_LD_LIST
),
6315 instance
->ld_list_buf
,
6316 instance
->ld_list_buf_h
);
6318 if (instance
->ld_targetid_list_buf
)
6319 pci_free_consistent(pdev
, sizeof(struct MR_LD_TARGETID_LIST
),
6320 instance
->ld_targetid_list_buf
,
6321 instance
->ld_targetid_list_buf_h
);
6323 if (instance
->ctrl_info_buf
)
6324 pci_free_consistent(pdev
, sizeof(struct megasas_ctrl_info
),
6325 instance
->ctrl_info_buf
,
6326 instance
->ctrl_info_buf_h
);
6328 if (instance
->system_info_buf
)
6329 pci_free_consistent(pdev
, sizeof(struct MR_DRV_SYSTEM_INFO
),
6330 instance
->system_info_buf
,
6331 instance
->system_info_h
);
6333 if (instance
->pd_info
)
6334 pci_free_consistent(pdev
, sizeof(struct MR_PD_INFO
),
6335 instance
->pd_info
, instance
->pd_info_h
);
6337 if (instance
->tgt_prop
)
6338 pci_free_consistent(pdev
, sizeof(struct MR_TARGET_PROPERTIES
),
6339 instance
->tgt_prop
, instance
->tgt_prop_h
);
6341 if (instance
->crash_dump_buf
)
6342 pci_free_consistent(pdev
, CRASH_DMA_BUF_SIZE
,
6343 instance
->crash_dump_buf
,
6344 instance
->crash_dump_h
);
6348 * megasas_init_ctrl_params - Initialize controller's instance
6349 * parameters before FW init
6350 * @instance - Adapter soft instance
6353 static inline void megasas_init_ctrl_params(struct megasas_instance
*instance
)
6355 instance
->fw_crash_state
= UNAVAILABLE
;
6357 megasas_poll_wait_aen
= 0;
6358 instance
->issuepend_done
= 1;
6359 atomic_set(&instance
->adprecovery
, MEGASAS_HBA_OPERATIONAL
);
6362 * Initialize locks and queues
6364 INIT_LIST_HEAD(&instance
->cmd_pool
);
6365 INIT_LIST_HEAD(&instance
->internal_reset_pending_q
);
6367 atomic_set(&instance
->fw_outstanding
, 0);
6369 init_waitqueue_head(&instance
->int_cmd_wait_q
);
6370 init_waitqueue_head(&instance
->abort_cmd_wait_q
);
6372 spin_lock_init(&instance
->crashdump_lock
);
6373 spin_lock_init(&instance
->mfi_pool_lock
);
6374 spin_lock_init(&instance
->hba_lock
);
6375 spin_lock_init(&instance
->stream_lock
);
6376 spin_lock_init(&instance
->completion_lock
);
6378 mutex_init(&instance
->reset_mutex
);
6380 if ((instance
->pdev
->device
== PCI_DEVICE_ID_LSI_SAS0073SKINNY
) ||
6381 (instance
->pdev
->device
== PCI_DEVICE_ID_LSI_SAS0071SKINNY
))
6382 instance
->flag_ieee
= 1;
6384 megasas_dbg_lvl
= 0;
6386 instance
->unload
= 1;
6387 instance
->last_time
= 0;
6388 instance
->disableOnlineCtrlReset
= 1;
6389 instance
->UnevenSpanSupport
= 0;
6391 if (instance
->adapter_type
!= MFI_SERIES
) {
6392 INIT_WORK(&instance
->work_init
, megasas_fusion_ocr_wq
);
6393 INIT_WORK(&instance
->crash_init
, megasas_fusion_crash_dump_wq
);
6395 INIT_WORK(&instance
->work_init
, process_fw_state_change_wq
);
6400 * megasas_probe_one - PCI hotplug entry point
6401 * @pdev: PCI device structure
6402 * @id: PCI ids of supported hotplugged adapter
6404 static int megasas_probe_one(struct pci_dev
*pdev
,
6405 const struct pci_device_id
*id
)
6408 struct Scsi_Host
*host
;
6409 struct megasas_instance
*instance
;
6412 /* Reset MSI-X in the kdump kernel */
6413 if (reset_devices
) {
6414 pos
= pci_find_capability(pdev
, PCI_CAP_ID_MSIX
);
6416 pci_read_config_word(pdev
, pos
+ PCI_MSIX_FLAGS
,
6418 if (control
& PCI_MSIX_FLAGS_ENABLE
) {
6419 dev_info(&pdev
->dev
, "resetting MSI-X\n");
6420 pci_write_config_word(pdev
,
6421 pos
+ PCI_MSIX_FLAGS
,
6423 ~PCI_MSIX_FLAGS_ENABLE
);
6429 * PCI prepping: enable device set bus mastering and dma mask
6431 rval
= pci_enable_device_mem(pdev
);
6437 pci_set_master(pdev
);
6439 host
= scsi_host_alloc(&megasas_template
,
6440 sizeof(struct megasas_instance
));
6443 dev_printk(KERN_DEBUG
, &pdev
->dev
, "scsi_host_alloc failed\n");
6444 goto fail_alloc_instance
;
6447 instance
= (struct megasas_instance
*)host
->hostdata
;
6448 memset(instance
, 0, sizeof(*instance
));
6449 atomic_set(&instance
->fw_reset_no_pci_access
, 0);
6452 * Initialize PCI related and misc parameters
6454 instance
->pdev
= pdev
;
6455 instance
->host
= host
;
6456 instance
->unique_id
= pdev
->bus
->number
<< 8 | pdev
->devfn
;
6457 instance
->init_id
= MEGASAS_DEFAULT_INIT_ID
;
6459 megasas_set_adapter_type(instance
);
6462 * Initialize MFI Firmware
6464 if (megasas_init_fw(instance
))
6467 if (instance
->requestorId
) {
6468 if (instance
->PlasmaFW111
) {
6469 instance
->vf_affiliation_111
=
6470 pci_alloc_consistent(pdev
, sizeof(struct MR_LD_VF_AFFILIATION_111
),
6471 &instance
->vf_affiliation_111_h
);
6472 if (!instance
->vf_affiliation_111
)
6473 dev_warn(&pdev
->dev
, "Can't allocate "
6474 "memory for VF affiliation buffer\n");
6476 instance
->vf_affiliation
=
6477 pci_alloc_consistent(pdev
,
6478 (MAX_LOGICAL_DRIVES
+ 1) *
6479 sizeof(struct MR_LD_VF_AFFILIATION
),
6480 &instance
->vf_affiliation_h
);
6481 if (!instance
->vf_affiliation
)
6482 dev_warn(&pdev
->dev
, "Can't allocate "
6483 "memory for VF affiliation buffer\n");
6488 * Store instance in PCI softstate
6490 pci_set_drvdata(pdev
, instance
);
6493 * Add this controller to megasas_mgmt_info structure so that it
6494 * can be exported to management applications
6496 megasas_mgmt_info
.count
++;
6497 megasas_mgmt_info
.instance
[megasas_mgmt_info
.max_index
] = instance
;
6498 megasas_mgmt_info
.max_index
++;
6501 * Register with SCSI mid-layer
6503 if (megasas_io_attach(instance
))
6504 goto fail_io_attach
;
6506 instance
->unload
= 0;
6508 * Trigger SCSI to scan our drives
6510 scsi_scan_host(host
);
6513 * Initiate AEN (Asynchronous Event Notification)
6515 if (megasas_start_aen(instance
)) {
6516 dev_printk(KERN_DEBUG
, &pdev
->dev
, "start aen failed\n");
6517 goto fail_start_aen
;
6520 /* Get current SR-IOV LD/VF affiliation */
6521 if (instance
->requestorId
)
6522 megasas_get_ld_vf_affiliation(instance
, 1);
6528 megasas_mgmt_info
.count
--;
6529 megasas_mgmt_info
.max_index
--;
6530 megasas_mgmt_info
.instance
[megasas_mgmt_info
.max_index
] = NULL
;
6532 instance
->instancet
->disable_intr(instance
);
6533 megasas_destroy_irqs(instance
);
6535 if (instance
->adapter_type
!= MFI_SERIES
)
6536 megasas_release_fusion(instance
);
6538 megasas_release_mfi(instance
);
6539 if (instance
->msix_vectors
)
6540 pci_free_irq_vectors(instance
->pdev
);
6542 scsi_host_put(host
);
6544 fail_alloc_instance
:
6545 pci_disable_device(pdev
);
6551 * megasas_flush_cache - Requests FW to flush all its caches
6552 * @instance: Adapter soft state
6554 static void megasas_flush_cache(struct megasas_instance
*instance
)
6556 struct megasas_cmd
*cmd
;
6557 struct megasas_dcmd_frame
*dcmd
;
6559 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
)
6562 cmd
= megasas_get_cmd(instance
);
6567 dcmd
= &cmd
->frame
->dcmd
;
6569 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
6571 dcmd
->cmd
= MFI_CMD_DCMD
;
6572 dcmd
->cmd_status
= 0x0;
6573 dcmd
->sge_count
= 0;
6574 dcmd
->flags
= cpu_to_le16(MFI_FRAME_DIR_NONE
);
6577 dcmd
->data_xfer_len
= 0;
6578 dcmd
->opcode
= cpu_to_le32(MR_DCMD_CTRL_CACHE_FLUSH
);
6579 dcmd
->mbox
.b
[0] = MR_FLUSH_CTRL_CACHE
| MR_FLUSH_DISK_CACHE
;
6581 if (megasas_issue_blocked_cmd(instance
, cmd
, MFI_IO_TIMEOUT_SECS
)
6583 dev_err(&instance
->pdev
->dev
,
6584 "return from %s %d\n", __func__
, __LINE__
);
6588 megasas_return_cmd(instance
, cmd
);
6592 * megasas_shutdown_controller - Instructs FW to shutdown the controller
6593 * @instance: Adapter soft state
6594 * @opcode: Shutdown/Hibernate
6596 static void megasas_shutdown_controller(struct megasas_instance
*instance
,
6599 struct megasas_cmd
*cmd
;
6600 struct megasas_dcmd_frame
*dcmd
;
6602 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
)
6605 cmd
= megasas_get_cmd(instance
);
6610 if (instance
->aen_cmd
)
6611 megasas_issue_blocked_abort_cmd(instance
,
6612 instance
->aen_cmd
, MFI_IO_TIMEOUT_SECS
);
6613 if (instance
->map_update_cmd
)
6614 megasas_issue_blocked_abort_cmd(instance
,
6615 instance
->map_update_cmd
, MFI_IO_TIMEOUT_SECS
);
6616 if (instance
->jbod_seq_cmd
)
6617 megasas_issue_blocked_abort_cmd(instance
,
6618 instance
->jbod_seq_cmd
, MFI_IO_TIMEOUT_SECS
);
6620 dcmd
= &cmd
->frame
->dcmd
;
6622 memset(dcmd
->mbox
.b
, 0, MFI_MBOX_SIZE
);
6624 dcmd
->cmd
= MFI_CMD_DCMD
;
6625 dcmd
->cmd_status
= 0x0;
6626 dcmd
->sge_count
= 0;
6627 dcmd
->flags
= cpu_to_le16(MFI_FRAME_DIR_NONE
);
6630 dcmd
->data_xfer_len
= 0;
6631 dcmd
->opcode
= cpu_to_le32(opcode
);
6633 if (megasas_issue_blocked_cmd(instance
, cmd
, MFI_IO_TIMEOUT_SECS
)
6635 dev_err(&instance
->pdev
->dev
,
6636 "return from %s %d\n", __func__
, __LINE__
);
6640 megasas_return_cmd(instance
, cmd
);
6645 * megasas_suspend - driver suspend entry point
6646 * @pdev: PCI device structure
6647 * @state: PCI power state to suspend routine
6650 megasas_suspend(struct pci_dev
*pdev
, pm_message_t state
)
6652 struct Scsi_Host
*host
;
6653 struct megasas_instance
*instance
;
6655 instance
= pci_get_drvdata(pdev
);
6656 host
= instance
->host
;
6657 instance
->unload
= 1;
6659 /* Shutdown SR-IOV heartbeat timer */
6660 if (instance
->requestorId
&& !instance
->skip_heartbeat_timer_del
)
6661 del_timer_sync(&instance
->sriov_heartbeat_timer
);
6663 megasas_flush_cache(instance
);
6664 megasas_shutdown_controller(instance
, MR_DCMD_HIBERNATE_SHUTDOWN
);
6666 /* cancel the delayed work if this work still in queue */
6667 if (instance
->ev
!= NULL
) {
6668 struct megasas_aen_event
*ev
= instance
->ev
;
6669 cancel_delayed_work_sync(&ev
->hotplug_work
);
6670 instance
->ev
= NULL
;
6673 tasklet_kill(&instance
->isr_tasklet
);
6675 pci_set_drvdata(instance
->pdev
, instance
);
6676 instance
->instancet
->disable_intr(instance
);
6678 megasas_destroy_irqs(instance
);
6680 if (instance
->msix_vectors
)
6681 pci_free_irq_vectors(instance
->pdev
);
6683 pci_save_state(pdev
);
6684 pci_disable_device(pdev
);
6686 pci_set_power_state(pdev
, pci_choose_state(pdev
, state
));
6692 * megasas_resume- driver resume entry point
6693 * @pdev: PCI device structure
6696 megasas_resume(struct pci_dev
*pdev
)
6699 struct Scsi_Host
*host
;
6700 struct megasas_instance
*instance
;
6701 int irq_flags
= PCI_IRQ_LEGACY
;
6703 instance
= pci_get_drvdata(pdev
);
6704 host
= instance
->host
;
6705 pci_set_power_state(pdev
, PCI_D0
);
6706 pci_enable_wake(pdev
, PCI_D0
, 0);
6707 pci_restore_state(pdev
);
6710 * PCI prepping: enable device set bus mastering and dma mask
6712 rval
= pci_enable_device_mem(pdev
);
6715 dev_err(&pdev
->dev
, "Enable device failed\n");
6719 pci_set_master(pdev
);
6722 * We expect the FW state to be READY
6724 if (megasas_transition_to_ready(instance
, 0))
6725 goto fail_ready_state
;
6727 if (megasas_set_dma_mask(instance
))
6728 goto fail_set_dma_mask
;
6731 * Initialize MFI Firmware
6734 atomic_set(&instance
->fw_outstanding
, 0);
6735 atomic_set(&instance
->ldio_outstanding
, 0);
6737 /* Now re-enable MSI-X */
6738 if (instance
->msix_vectors
) {
6739 irq_flags
= PCI_IRQ_MSIX
;
6740 if (smp_affinity_enable
)
6741 irq_flags
|= PCI_IRQ_AFFINITY
;
6743 rval
= pci_alloc_irq_vectors(instance
->pdev
, 1,
6744 instance
->msix_vectors
?
6745 instance
->msix_vectors
: 1, irq_flags
);
6747 goto fail_reenable_msix
;
6749 if (instance
->adapter_type
!= MFI_SERIES
) {
6750 megasas_reset_reply_desc(instance
);
6751 if (megasas_ioc_init_fusion(instance
)) {
6752 megasas_free_cmds(instance
);
6753 megasas_free_cmds_fusion(instance
);
6756 if (!megasas_get_map_info(instance
))
6757 megasas_sync_map_info(instance
);
6759 *instance
->producer
= 0;
6760 *instance
->consumer
= 0;
6761 if (megasas_issue_init_mfi(instance
))
6765 tasklet_init(&instance
->isr_tasklet
, instance
->instancet
->tasklet
,
6766 (unsigned long)instance
);
6768 if (instance
->msix_vectors
?
6769 megasas_setup_irqs_msix(instance
, 0) :
6770 megasas_setup_irqs_ioapic(instance
))
6773 /* Re-launch SR-IOV heartbeat timer */
6774 if (instance
->requestorId
) {
6775 if (!megasas_sriov_start_heartbeat(instance
, 0))
6776 megasas_start_timer(instance
);
6778 instance
->skip_heartbeat_timer_del
= 1;
6783 instance
->instancet
->enable_intr(instance
);
6784 megasas_setup_jbod_map(instance
);
6785 instance
->unload
= 0;
6788 * Initiate AEN (Asynchronous Event Notification)
6790 if (megasas_start_aen(instance
))
6791 dev_err(&instance
->pdev
->dev
, "Start AEN failed\n");
6796 megasas_free_ctrl_dma_buffers(instance
);
6797 megasas_free_ctrl_mem(instance
);
6798 scsi_host_put(host
);
6804 pci_disable_device(pdev
);
6809 #define megasas_suspend NULL
6810 #define megasas_resume NULL
6814 megasas_wait_for_adapter_operational(struct megasas_instance
*instance
)
6816 int wait_time
= MEGASAS_RESET_WAIT_TIME
* 2;
6819 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
)
6822 for (i
= 0; i
< wait_time
; i
++) {
6823 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HBA_OPERATIONAL
)
6826 if (!(i
% MEGASAS_RESET_NOTICE_INTERVAL
))
6827 dev_notice(&instance
->pdev
->dev
, "waiting for controller reset to finish\n");
6832 if (atomic_read(&instance
->adprecovery
) != MEGASAS_HBA_OPERATIONAL
) {
6833 dev_info(&instance
->pdev
->dev
, "%s timed out while waiting for HBA to recover.\n",
6842 * megasas_detach_one - PCI hot"un"plug entry point
6843 * @pdev: PCI device structure
6845 static void megasas_detach_one(struct pci_dev
*pdev
)
6848 struct Scsi_Host
*host
;
6849 struct megasas_instance
*instance
;
6850 struct fusion_context
*fusion
;
6853 instance
= pci_get_drvdata(pdev
);
6854 host
= instance
->host
;
6855 fusion
= instance
->ctrl_context
;
6857 /* Shutdown SR-IOV heartbeat timer */
6858 if (instance
->requestorId
&& !instance
->skip_heartbeat_timer_del
)
6859 del_timer_sync(&instance
->sriov_heartbeat_timer
);
6861 if (instance
->fw_crash_state
!= UNAVAILABLE
)
6862 megasas_free_host_crash_buffer(instance
);
6863 scsi_remove_host(instance
->host
);
6864 instance
->unload
= 1;
6866 if (megasas_wait_for_adapter_operational(instance
))
6867 goto skip_firing_dcmds
;
6869 megasas_flush_cache(instance
);
6870 megasas_shutdown_controller(instance
, MR_DCMD_CTRL_SHUTDOWN
);
6873 /* cancel the delayed work if this work still in queue*/
6874 if (instance
->ev
!= NULL
) {
6875 struct megasas_aen_event
*ev
= instance
->ev
;
6876 cancel_delayed_work_sync(&ev
->hotplug_work
);
6877 instance
->ev
= NULL
;
6880 /* cancel all wait events */
6881 wake_up_all(&instance
->int_cmd_wait_q
);
6883 tasklet_kill(&instance
->isr_tasklet
);
6886 * Take the instance off the instance array. Note that we will not
6887 * decrement the max_index. We let this array be sparse array
6889 for (i
= 0; i
< megasas_mgmt_info
.max_index
; i
++) {
6890 if (megasas_mgmt_info
.instance
[i
] == instance
) {
6891 megasas_mgmt_info
.count
--;
6892 megasas_mgmt_info
.instance
[i
] = NULL
;
6898 instance
->instancet
->disable_intr(instance
);
6900 megasas_destroy_irqs(instance
);
6902 if (instance
->msix_vectors
)
6903 pci_free_irq_vectors(instance
->pdev
);
6905 if (instance
->adapter_type
== VENTURA_SERIES
) {
6906 for (i
= 0; i
< MAX_LOGICAL_DRIVES_EXT
; ++i
)
6907 kfree(fusion
->stream_detect_by_ld
[i
]);
6908 kfree(fusion
->stream_detect_by_ld
);
6909 fusion
->stream_detect_by_ld
= NULL
;
6913 if (instance
->adapter_type
!= MFI_SERIES
) {
6914 megasas_release_fusion(instance
);
6915 pd_seq_map_sz
= sizeof(struct MR_PD_CFG_SEQ_NUM_SYNC
) +
6916 (sizeof(struct MR_PD_CFG_SEQ
) *
6917 (MAX_PHYSICAL_DEVICES
- 1));
6918 for (i
= 0; i
< 2 ; i
++) {
6919 if (fusion
->ld_map
[i
])
6920 dma_free_coherent(&instance
->pdev
->dev
,
6923 fusion
->ld_map_phys
[i
]);
6924 if (fusion
->ld_drv_map
[i
]) {
6925 if (is_vmalloc_addr(fusion
->ld_drv_map
[i
]))
6926 vfree(fusion
->ld_drv_map
[i
]);
6928 free_pages((ulong
)fusion
->ld_drv_map
[i
],
6929 fusion
->drv_map_pages
);
6932 if (fusion
->pd_seq_sync
[i
])
6933 dma_free_coherent(&instance
->pdev
->dev
,
6935 fusion
->pd_seq_sync
[i
],
6936 fusion
->pd_seq_phys
[i
]);
6939 megasas_release_mfi(instance
);
6942 if (instance
->vf_affiliation
)
6943 pci_free_consistent(pdev
, (MAX_LOGICAL_DRIVES
+ 1) *
6944 sizeof(struct MR_LD_VF_AFFILIATION
),
6945 instance
->vf_affiliation
,
6946 instance
->vf_affiliation_h
);
6948 if (instance
->vf_affiliation_111
)
6949 pci_free_consistent(pdev
,
6950 sizeof(struct MR_LD_VF_AFFILIATION_111
),
6951 instance
->vf_affiliation_111
,
6952 instance
->vf_affiliation_111_h
);
6954 if (instance
->hb_host_mem
)
6955 pci_free_consistent(pdev
, sizeof(struct MR_CTRL_HB_HOST_MEM
),
6956 instance
->hb_host_mem
,
6957 instance
->hb_host_mem_h
);
6959 megasas_free_ctrl_dma_buffers(instance
);
6961 megasas_free_ctrl_mem(instance
);
6963 scsi_host_put(host
);
6965 pci_disable_device(pdev
);
6969 * megasas_shutdown - Shutdown entry point
6970 * @device: Generic device structure
6972 static void megasas_shutdown(struct pci_dev
*pdev
)
6974 struct megasas_instance
*instance
= pci_get_drvdata(pdev
);
6976 instance
->unload
= 1;
6978 if (megasas_wait_for_adapter_operational(instance
))
6979 goto skip_firing_dcmds
;
6981 megasas_flush_cache(instance
);
6982 megasas_shutdown_controller(instance
, MR_DCMD_CTRL_SHUTDOWN
);
6985 instance
->instancet
->disable_intr(instance
);
6986 megasas_destroy_irqs(instance
);
6988 if (instance
->msix_vectors
)
6989 pci_free_irq_vectors(instance
->pdev
);
6993 * megasas_mgmt_open - char node "open" entry point
6995 static int megasas_mgmt_open(struct inode
*inode
, struct file
*filep
)
6998 * Allow only those users with admin rights
7000 if (!capable(CAP_SYS_ADMIN
))
7007 * megasas_mgmt_fasync - Async notifier registration from applications
7009 * This function adds the calling process to a driver global queue. When an
7010 * event occurs, SIGIO will be sent to all processes in this queue.
7012 static int megasas_mgmt_fasync(int fd
, struct file
*filep
, int mode
)
7016 mutex_lock(&megasas_async_queue_mutex
);
7018 rc
= fasync_helper(fd
, filep
, mode
, &megasas_async_queue
);
7020 mutex_unlock(&megasas_async_queue_mutex
);
7023 /* For sanity check when we get ioctl */
7024 filep
->private_data
= filep
;
7028 printk(KERN_DEBUG
"megasas: fasync_helper failed [%d]\n", rc
);
7034 * megasas_mgmt_poll - char node "poll" entry point
7036 static __poll_t
megasas_mgmt_poll(struct file
*file
, poll_table
*wait
)
7039 unsigned long flags
;
7041 poll_wait(file
, &megasas_poll_wait
, wait
);
7042 spin_lock_irqsave(&poll_aen_lock
, flags
);
7043 if (megasas_poll_wait_aen
)
7044 mask
= (EPOLLIN
| EPOLLRDNORM
);
7047 megasas_poll_wait_aen
= 0;
7048 spin_unlock_irqrestore(&poll_aen_lock
, flags
);
7053 * megasas_set_crash_dump_params_ioctl:
7054 * Send CRASH_DUMP_MODE DCMD to all controllers
7055 * @cmd: MFI command frame
7058 static int megasas_set_crash_dump_params_ioctl(struct megasas_cmd
*cmd
)
7060 struct megasas_instance
*local_instance
;
7064 crash_support
= cmd
->frame
->dcmd
.mbox
.w
[0];
7066 for (i
= 0; i
< megasas_mgmt_info
.max_index
; i
++) {
7067 local_instance
= megasas_mgmt_info
.instance
[i
];
7068 if (local_instance
&& local_instance
->crash_dump_drv_support
) {
7069 if ((atomic_read(&local_instance
->adprecovery
) ==
7070 MEGASAS_HBA_OPERATIONAL
) &&
7071 !megasas_set_crash_dump_params(local_instance
,
7073 local_instance
->crash_dump_app_support
=
7075 dev_info(&local_instance
->pdev
->dev
,
7076 "Application firmware crash "
7077 "dump mode set success\n");
7080 dev_info(&local_instance
->pdev
->dev
,
7081 "Application firmware crash "
7082 "dump mode set failed\n");
7091 * megasas_mgmt_fw_ioctl - Issues management ioctls to FW
7092 * @instance: Adapter soft state
7093 * @argp: User's ioctl packet
7096 megasas_mgmt_fw_ioctl(struct megasas_instance
*instance
,
7097 struct megasas_iocpacket __user
* user_ioc
,
7098 struct megasas_iocpacket
*ioc
)
7100 struct megasas_sge64
*kern_sge64
= NULL
;
7101 struct megasas_sge32
*kern_sge32
= NULL
;
7102 struct megasas_cmd
*cmd
;
7103 void *kbuff_arr
[MAX_IOCTL_SGE
];
7104 dma_addr_t buf_handle
= 0;
7107 dma_addr_t sense_handle
;
7108 unsigned long *sense_ptr
;
7111 memset(kbuff_arr
, 0, sizeof(kbuff_arr
));
7113 if (ioc
->sge_count
> MAX_IOCTL_SGE
) {
7114 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "SGE count [%d] > max limit [%d]\n",
7115 ioc
->sge_count
, MAX_IOCTL_SGE
);
7119 if ((ioc
->frame
.hdr
.cmd
>= MFI_CMD_OP_COUNT
) ||
7120 ((ioc
->frame
.hdr
.cmd
== MFI_CMD_NVME
) &&
7121 !instance
->support_nvme_passthru
)) {
7122 dev_err(&instance
->pdev
->dev
,
7123 "Received invalid ioctl command 0x%x\n",
7124 ioc
->frame
.hdr
.cmd
);
7128 cmd
= megasas_get_cmd(instance
);
7130 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "Failed to get a cmd packet\n");
7135 * User's IOCTL packet has 2 frames (maximum). Copy those two
7136 * frames into our cmd's frames. cmd->frame's context will get
7137 * overwritten when we copy from user's frames. So set that value
7140 memcpy(cmd
->frame
, ioc
->frame
.raw
, 2 * MEGAMFI_FRAME_SIZE
);
7141 cmd
->frame
->hdr
.context
= cpu_to_le32(cmd
->index
);
7142 cmd
->frame
->hdr
.pad_0
= 0;
7144 cmd
->frame
->hdr
.flags
&= (~MFI_FRAME_IEEE
);
7146 if (instance
->consistent_mask_64bit
)
7147 cmd
->frame
->hdr
.flags
|= cpu_to_le16((MFI_FRAME_SGL64
|
7148 MFI_FRAME_SENSE64
));
7150 cmd
->frame
->hdr
.flags
&= cpu_to_le16(~(MFI_FRAME_SGL64
|
7151 MFI_FRAME_SENSE64
));
7153 if (cmd
->frame
->hdr
.cmd
== MFI_CMD_DCMD
)
7154 opcode
= le32_to_cpu(cmd
->frame
->dcmd
.opcode
);
7156 if (opcode
== MR_DCMD_CTRL_SHUTDOWN
) {
7157 if (megasas_get_ctrl_info(instance
) != DCMD_SUCCESS
) {
7158 megasas_return_cmd(instance
, cmd
);
7163 if (opcode
== MR_DRIVER_SET_APP_CRASHDUMP_MODE
) {
7164 error
= megasas_set_crash_dump_params_ioctl(cmd
);
7165 megasas_return_cmd(instance
, cmd
);
7170 * The management interface between applications and the fw uses
7171 * MFI frames. E.g, RAID configuration changes, LD property changes
7172 * etc are accomplishes through different kinds of MFI frames. The
7173 * driver needs to care only about substituting user buffers with
7174 * kernel buffers in SGLs. The location of SGL is embedded in the
7175 * struct iocpacket itself.
7177 if (instance
->consistent_mask_64bit
)
7178 kern_sge64
= (struct megasas_sge64
*)
7179 ((unsigned long)cmd
->frame
+ ioc
->sgl_off
);
7181 kern_sge32
= (struct megasas_sge32
*)
7182 ((unsigned long)cmd
->frame
+ ioc
->sgl_off
);
7185 * For each user buffer, create a mirror buffer and copy in
7187 for (i
= 0; i
< ioc
->sge_count
; i
++) {
7188 if (!ioc
->sgl
[i
].iov_len
)
7191 kbuff_arr
[i
] = dma_alloc_coherent(&instance
->pdev
->dev
,
7192 ioc
->sgl
[i
].iov_len
,
7193 &buf_handle
, GFP_KERNEL
);
7194 if (!kbuff_arr
[i
]) {
7195 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "Failed to alloc "
7196 "kernel SGL buffer for IOCTL\n");
7202 * We don't change the dma_coherent_mask, so
7203 * pci_alloc_consistent only returns 32bit addresses
7205 if (instance
->consistent_mask_64bit
) {
7206 kern_sge64
[i
].phys_addr
= cpu_to_le64(buf_handle
);
7207 kern_sge64
[i
].length
= cpu_to_le32(ioc
->sgl
[i
].iov_len
);
7209 kern_sge32
[i
].phys_addr
= cpu_to_le32(buf_handle
);
7210 kern_sge32
[i
].length
= cpu_to_le32(ioc
->sgl
[i
].iov_len
);
7214 * We created a kernel buffer corresponding to the
7215 * user buffer. Now copy in from the user buffer
7217 if (copy_from_user(kbuff_arr
[i
], ioc
->sgl
[i
].iov_base
,
7218 (u32
) (ioc
->sgl
[i
].iov_len
))) {
7224 if (ioc
->sense_len
) {
7225 sense
= dma_alloc_coherent(&instance
->pdev
->dev
, ioc
->sense_len
,
7226 &sense_handle
, GFP_KERNEL
);
7233 (unsigned long *) ((unsigned long)cmd
->frame
+ ioc
->sense_off
);
7234 if (instance
->consistent_mask_64bit
)
7235 *sense_ptr
= cpu_to_le64(sense_handle
);
7237 *sense_ptr
= cpu_to_le32(sense_handle
);
7241 * Set the sync_cmd flag so that the ISR knows not to complete this
7242 * cmd to the SCSI mid-layer
7245 if (megasas_issue_blocked_cmd(instance
, cmd
, 0) == DCMD_NOT_FIRED
) {
7247 dev_err(&instance
->pdev
->dev
,
7248 "return -EBUSY from %s %d cmd 0x%x opcode 0x%x cmd->cmd_status_drv 0x%x\n",
7249 __func__
, __LINE__
, cmd
->frame
->hdr
.cmd
, opcode
,
7250 cmd
->cmd_status_drv
);
7256 if (instance
->unload
== 1) {
7257 dev_info(&instance
->pdev
->dev
, "Driver unload is in progress "
7258 "don't submit data to application\n");
7262 * copy out the kernel buffers to user buffers
7264 for (i
= 0; i
< ioc
->sge_count
; i
++) {
7265 if (copy_to_user(ioc
->sgl
[i
].iov_base
, kbuff_arr
[i
],
7266 ioc
->sgl
[i
].iov_len
)) {
7273 * copy out the sense
7275 if (ioc
->sense_len
) {
7277 * sense_ptr points to the location that has the user
7278 * sense buffer address
7280 sense_ptr
= (unsigned long *) ((unsigned long)ioc
->frame
.raw
+
7283 if (copy_to_user((void __user
*)((unsigned long)
7284 get_unaligned((unsigned long *)sense_ptr
)),
7285 sense
, ioc
->sense_len
)) {
7286 dev_err(&instance
->pdev
->dev
, "Failed to copy out to user "
7294 * copy the status codes returned by the fw
7296 if (copy_to_user(&user_ioc
->frame
.hdr
.cmd_status
,
7297 &cmd
->frame
->hdr
.cmd_status
, sizeof(u8
))) {
7298 dev_printk(KERN_DEBUG
, &instance
->pdev
->dev
, "Error copying out cmd_status\n");
7304 dma_free_coherent(&instance
->pdev
->dev
, ioc
->sense_len
,
7305 sense
, sense_handle
);
7308 for (i
= 0; i
< ioc
->sge_count
; i
++) {
7310 if (instance
->consistent_mask_64bit
)
7311 dma_free_coherent(&instance
->pdev
->dev
,
7312 le32_to_cpu(kern_sge64
[i
].length
),
7314 le64_to_cpu(kern_sge64
[i
].phys_addr
));
7316 dma_free_coherent(&instance
->pdev
->dev
,
7317 le32_to_cpu(kern_sge32
[i
].length
),
7319 le32_to_cpu(kern_sge32
[i
].phys_addr
));
7320 kbuff_arr
[i
] = NULL
;
7324 megasas_return_cmd(instance
, cmd
);
7328 static int megasas_mgmt_ioctl_fw(struct file
*file
, unsigned long arg
)
7330 struct megasas_iocpacket __user
*user_ioc
=
7331 (struct megasas_iocpacket __user
*)arg
;
7332 struct megasas_iocpacket
*ioc
;
7333 struct megasas_instance
*instance
;
7336 ioc
= memdup_user(user_ioc
, sizeof(*ioc
));
7338 return PTR_ERR(ioc
);
7340 instance
= megasas_lookup_instance(ioc
->host_no
);
7346 /* Block ioctls in VF mode */
7347 if (instance
->requestorId
&& !allow_vf_ioctls
) {
7352 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
) {
7353 dev_err(&instance
->pdev
->dev
, "Controller in crit error\n");
7358 if (instance
->unload
== 1) {
7363 if (down_interruptible(&instance
->ioctl_sem
)) {
7364 error
= -ERESTARTSYS
;
7368 if (megasas_wait_for_adapter_operational(instance
)) {
7373 error
= megasas_mgmt_fw_ioctl(instance
, user_ioc
, ioc
);
7375 up(&instance
->ioctl_sem
);
7382 static int megasas_mgmt_ioctl_aen(struct file
*file
, unsigned long arg
)
7384 struct megasas_instance
*instance
;
7385 struct megasas_aen aen
;
7388 if (file
->private_data
!= file
) {
7389 printk(KERN_DEBUG
"megasas: fasync_helper was not "
7394 if (copy_from_user(&aen
, (void __user
*)arg
, sizeof(aen
)))
7397 instance
= megasas_lookup_instance(aen
.host_no
);
7402 if (atomic_read(&instance
->adprecovery
) == MEGASAS_HW_CRITICAL_ERROR
) {
7406 if (instance
->unload
== 1) {
7410 if (megasas_wait_for_adapter_operational(instance
))
7413 mutex_lock(&instance
->reset_mutex
);
7414 error
= megasas_register_aen(instance
, aen
.seq_num
,
7415 aen
.class_locale_word
);
7416 mutex_unlock(&instance
->reset_mutex
);
7421 * megasas_mgmt_ioctl - char node ioctl entry point
7424 megasas_mgmt_ioctl(struct file
*file
, unsigned int cmd
, unsigned long arg
)
7427 case MEGASAS_IOC_FIRMWARE
:
7428 return megasas_mgmt_ioctl_fw(file
, arg
);
7430 case MEGASAS_IOC_GET_AEN
:
7431 return megasas_mgmt_ioctl_aen(file
, arg
);
7437 #ifdef CONFIG_COMPAT
7438 static int megasas_mgmt_compat_ioctl_fw(struct file
*file
, unsigned long arg
)
7440 struct compat_megasas_iocpacket __user
*cioc
=
7441 (struct compat_megasas_iocpacket __user
*)arg
;
7442 struct megasas_iocpacket __user
*ioc
=
7443 compat_alloc_user_space(sizeof(struct megasas_iocpacket
));
7447 u32 local_sense_off
;
7448 u32 local_sense_len
;
7451 if (clear_user(ioc
, sizeof(*ioc
)))
7454 if (copy_in_user(&ioc
->host_no
, &cioc
->host_no
, sizeof(u16
)) ||
7455 copy_in_user(&ioc
->sgl_off
, &cioc
->sgl_off
, sizeof(u32
)) ||
7456 copy_in_user(&ioc
->sense_off
, &cioc
->sense_off
, sizeof(u32
)) ||
7457 copy_in_user(&ioc
->sense_len
, &cioc
->sense_len
, sizeof(u32
)) ||
7458 copy_in_user(ioc
->frame
.raw
, cioc
->frame
.raw
, 128) ||
7459 copy_in_user(&ioc
->sge_count
, &cioc
->sge_count
, sizeof(u32
)))
7463 * The sense_ptr is used in megasas_mgmt_fw_ioctl only when
7464 * sense_len is not null, so prepare the 64bit value under
7465 * the same condition.
7467 if (get_user(local_sense_off
, &ioc
->sense_off
) ||
7468 get_user(local_sense_len
, &ioc
->sense_len
) ||
7469 get_user(user_sense_off
, &cioc
->sense_off
))
7472 if (local_sense_len
) {
7473 void __user
**sense_ioc_ptr
=
7474 (void __user
**)((u8
*)((unsigned long)&ioc
->frame
.raw
) + local_sense_off
);
7475 compat_uptr_t
*sense_cioc_ptr
=
7476 (compat_uptr_t
*)(((unsigned long)&cioc
->frame
.raw
) + user_sense_off
);
7477 if (get_user(ptr
, sense_cioc_ptr
) ||
7478 put_user(compat_ptr(ptr
), sense_ioc_ptr
))
7482 for (i
= 0; i
< MAX_IOCTL_SGE
; i
++) {
7483 if (get_user(ptr
, &cioc
->sgl
[i
].iov_base
) ||
7484 put_user(compat_ptr(ptr
), &ioc
->sgl
[i
].iov_base
) ||
7485 copy_in_user(&ioc
->sgl
[i
].iov_len
,
7486 &cioc
->sgl
[i
].iov_len
, sizeof(compat_size_t
)))
7490 error
= megasas_mgmt_ioctl_fw(file
, (unsigned long)ioc
);
7492 if (copy_in_user(&cioc
->frame
.hdr
.cmd_status
,
7493 &ioc
->frame
.hdr
.cmd_status
, sizeof(u8
))) {
7494 printk(KERN_DEBUG
"megasas: error copy_in_user cmd_status\n");
7501 megasas_mgmt_compat_ioctl(struct file
*file
, unsigned int cmd
,
7505 case MEGASAS_IOC_FIRMWARE32
:
7506 return megasas_mgmt_compat_ioctl_fw(file
, arg
);
7507 case MEGASAS_IOC_GET_AEN
:
7508 return megasas_mgmt_ioctl_aen(file
, arg
);
7516 * File operations structure for management interface
7518 static const struct file_operations megasas_mgmt_fops
= {
7519 .owner
= THIS_MODULE
,
7520 .open
= megasas_mgmt_open
,
7521 .fasync
= megasas_mgmt_fasync
,
7522 .unlocked_ioctl
= megasas_mgmt_ioctl
,
7523 .poll
= megasas_mgmt_poll
,
7524 #ifdef CONFIG_COMPAT
7525 .compat_ioctl
= megasas_mgmt_compat_ioctl
,
7527 .llseek
= noop_llseek
,
7531 * PCI hotplug support registration structure
7533 static struct pci_driver megasas_pci_driver
= {
7535 .name
= "megaraid_sas",
7536 .id_table
= megasas_pci_table
,
7537 .probe
= megasas_probe_one
,
7538 .remove
= megasas_detach_one
,
7539 .suspend
= megasas_suspend
,
7540 .resume
= megasas_resume
,
7541 .shutdown
= megasas_shutdown
,
7545 * Sysfs driver attributes
7547 static ssize_t
version_show(struct device_driver
*dd
, char *buf
)
7549 return snprintf(buf
, strlen(MEGASAS_VERSION
) + 2, "%s\n",
7552 static DRIVER_ATTR_RO(version
);
7554 static ssize_t
release_date_show(struct device_driver
*dd
, char *buf
)
7556 return snprintf(buf
, strlen(MEGASAS_RELDATE
) + 2, "%s\n",
7559 static DRIVER_ATTR_RO(release_date
);
7561 static ssize_t
support_poll_for_event_show(struct device_driver
*dd
, char *buf
)
7563 return sprintf(buf
, "%u\n", support_poll_for_event
);
7565 static DRIVER_ATTR_RO(support_poll_for_event
);
7567 static ssize_t
support_device_change_show(struct device_driver
*dd
, char *buf
)
7569 return sprintf(buf
, "%u\n", support_device_change
);
7571 static DRIVER_ATTR_RO(support_device_change
);
7573 static ssize_t
dbg_lvl_show(struct device_driver
*dd
, char *buf
)
7575 return sprintf(buf
, "%u\n", megasas_dbg_lvl
);
7578 static ssize_t
dbg_lvl_store(struct device_driver
*dd
, const char *buf
,
7583 if (sscanf(buf
, "%u", &megasas_dbg_lvl
) < 1) {
7584 printk(KERN_ERR
"megasas: could not set dbg_lvl\n");
7589 static DRIVER_ATTR_RW(dbg_lvl
);
7592 support_nvme_encapsulation_show(struct device_driver
*dd
, char *buf
)
7594 return sprintf(buf
, "%u\n", support_nvme_encapsulation
);
7597 static DRIVER_ATTR_RO(support_nvme_encapsulation
);
7599 static inline void megasas_remove_scsi_device(struct scsi_device
*sdev
)
7601 sdev_printk(KERN_INFO
, sdev
, "SCSI device is removed\n");
7602 scsi_remove_device(sdev
);
7603 scsi_device_put(sdev
);
7607 megasas_aen_polling(struct work_struct
*work
)
7609 struct megasas_aen_event
*ev
=
7610 container_of(work
, struct megasas_aen_event
, hotplug_work
.work
);
7611 struct megasas_instance
*instance
= ev
->instance
;
7612 union megasas_evt_class_locale class_locale
;
7613 struct Scsi_Host
*host
;
7614 struct scsi_device
*sdev1
;
7617 int i
, j
, doscan
= 0;
7618 u32 seq_num
, wait_time
= MEGASAS_RESET_WAIT_TIME
;
7620 u8 dcmd_ret
= DCMD_SUCCESS
;
7623 printk(KERN_ERR
"invalid instance!\n");
7628 /* Adjust event workqueue thread wait time for VF mode */
7629 if (instance
->requestorId
)
7630 wait_time
= MEGASAS_ROUTINE_WAIT_TIME_VF
;
7632 /* Don't run the event workqueue thread if OCR is running */
7633 mutex_lock(&instance
->reset_mutex
);
7635 instance
->ev
= NULL
;
7636 host
= instance
->host
;
7637 if (instance
->evt_detail
) {
7638 megasas_decode_evt(instance
);
7640 switch (le32_to_cpu(instance
->evt_detail
->code
)) {
7642 case MR_EVT_PD_INSERTED
:
7643 case MR_EVT_PD_REMOVED
:
7644 dcmd_ret
= megasas_get_pd_list(instance
);
7645 if (dcmd_ret
== DCMD_SUCCESS
)
7646 doscan
= SCAN_PD_CHANNEL
;
7649 case MR_EVT_LD_OFFLINE
:
7650 case MR_EVT_CFG_CLEARED
:
7651 case MR_EVT_LD_DELETED
:
7652 case MR_EVT_LD_CREATED
:
7653 if (!instance
->requestorId
||
7654 (instance
->requestorId
&& megasas_get_ld_vf_affiliation(instance
, 0)))
7655 dcmd_ret
= megasas_ld_list_query(instance
, MR_LD_QUERY_TYPE_EXPOSED_TO_HOST
);
7657 if (dcmd_ret
== DCMD_SUCCESS
)
7658 doscan
= SCAN_VD_CHANNEL
;
7662 case MR_EVT_CTRL_HOST_BUS_SCAN_REQUESTED
:
7663 case MR_EVT_FOREIGN_CFG_IMPORTED
:
7664 case MR_EVT_LD_STATE_CHANGE
:
7665 dcmd_ret
= megasas_get_pd_list(instance
);
7667 if (dcmd_ret
!= DCMD_SUCCESS
)
7670 if (!instance
->requestorId
||
7671 (instance
->requestorId
&& megasas_get_ld_vf_affiliation(instance
, 0)))
7672 dcmd_ret
= megasas_ld_list_query(instance
, MR_LD_QUERY_TYPE_EXPOSED_TO_HOST
);
7674 if (dcmd_ret
!= DCMD_SUCCESS
)
7677 doscan
= SCAN_VD_CHANNEL
| SCAN_PD_CHANNEL
;
7678 dev_info(&instance
->pdev
->dev
, "scanning for scsi%d...\n",
7679 instance
->host
->host_no
);
7682 case MR_EVT_CTRL_PROP_CHANGED
:
7683 dcmd_ret
= megasas_get_ctrl_info(instance
);
7690 dev_err(&instance
->pdev
->dev
, "invalid evt_detail!\n");
7691 mutex_unlock(&instance
->reset_mutex
);
7696 mutex_unlock(&instance
->reset_mutex
);
7698 if (doscan
& SCAN_PD_CHANNEL
) {
7699 for (i
= 0; i
< MEGASAS_MAX_PD_CHANNELS
; i
++) {
7700 for (j
= 0; j
< MEGASAS_MAX_DEV_PER_CHANNEL
; j
++) {
7701 pd_index
= i
*MEGASAS_MAX_DEV_PER_CHANNEL
+ j
;
7702 sdev1
= scsi_device_lookup(host
, i
, j
, 0);
7703 if (instance
->pd_list
[pd_index
].driveState
==
7704 MR_PD_STATE_SYSTEM
) {
7706 scsi_add_device(host
, i
, j
, 0);
7708 scsi_device_put(sdev1
);
7711 megasas_remove_scsi_device(sdev1
);
7717 if (doscan
& SCAN_VD_CHANNEL
) {
7718 for (i
= 0; i
< MEGASAS_MAX_LD_CHANNELS
; i
++) {
7719 for (j
= 0; j
< MEGASAS_MAX_DEV_PER_CHANNEL
; j
++) {
7720 ld_index
= (i
* MEGASAS_MAX_DEV_PER_CHANNEL
) + j
;
7721 sdev1
= scsi_device_lookup(host
, MEGASAS_MAX_PD_CHANNELS
+ i
, j
, 0);
7722 if (instance
->ld_ids
[ld_index
] != 0xff) {
7724 scsi_add_device(host
, MEGASAS_MAX_PD_CHANNELS
+ i
, j
, 0);
7726 scsi_device_put(sdev1
);
7729 megasas_remove_scsi_device(sdev1
);
7735 if (dcmd_ret
== DCMD_SUCCESS
)
7736 seq_num
= le32_to_cpu(instance
->evt_detail
->seq_num
) + 1;
7738 seq_num
= instance
->last_seq_num
;
7740 /* Register AEN with FW for latest sequence number plus 1 */
7741 class_locale
.members
.reserved
= 0;
7742 class_locale
.members
.locale
= MR_EVT_LOCALE_ALL
;
7743 class_locale
.members
.class = MR_EVT_CLASS_DEBUG
;
7745 if (instance
->aen_cmd
!= NULL
) {
7750 mutex_lock(&instance
->reset_mutex
);
7751 error
= megasas_register_aen(instance
, seq_num
,
7754 dev_err(&instance
->pdev
->dev
,
7755 "register aen failed error %x\n", error
);
7757 mutex_unlock(&instance
->reset_mutex
);
7762 * megasas_init - Driver load entry point
7764 static int __init
megasas_init(void)
7769 * Booted in kdump kernel, minimize memory footprints by
7770 * disabling few features
7772 if (reset_devices
) {
7775 dual_qdepth_disable
= 1;
7779 * Announce driver version and other information
7781 pr_info("megasas: %s\n", MEGASAS_VERSION
);
7783 spin_lock_init(&poll_aen_lock
);
7785 support_poll_for_event
= 2;
7786 support_device_change
= 1;
7787 support_nvme_encapsulation
= true;
7789 memset(&megasas_mgmt_info
, 0, sizeof(megasas_mgmt_info
));
7792 * Register character device node
7794 rval
= register_chrdev(0, "megaraid_sas_ioctl", &megasas_mgmt_fops
);
7797 printk(KERN_DEBUG
"megasas: failed to open device node\n");
7801 megasas_mgmt_majorno
= rval
;
7804 * Register ourselves as PCI hotplug module
7806 rval
= pci_register_driver(&megasas_pci_driver
);
7809 printk(KERN_DEBUG
"megasas: PCI hotplug registration failed \n");
7813 rval
= driver_create_file(&megasas_pci_driver
.driver
,
7814 &driver_attr_version
);
7816 goto err_dcf_attr_ver
;
7818 rval
= driver_create_file(&megasas_pci_driver
.driver
,
7819 &driver_attr_release_date
);
7821 goto err_dcf_rel_date
;
7823 rval
= driver_create_file(&megasas_pci_driver
.driver
,
7824 &driver_attr_support_poll_for_event
);
7826 goto err_dcf_support_poll_for_event
;
7828 rval
= driver_create_file(&megasas_pci_driver
.driver
,
7829 &driver_attr_dbg_lvl
);
7831 goto err_dcf_dbg_lvl
;
7832 rval
= driver_create_file(&megasas_pci_driver
.driver
,
7833 &driver_attr_support_device_change
);
7835 goto err_dcf_support_device_change
;
7837 rval
= driver_create_file(&megasas_pci_driver
.driver
,
7838 &driver_attr_support_nvme_encapsulation
);
7840 goto err_dcf_support_nvme_encapsulation
;
7844 err_dcf_support_nvme_encapsulation
:
7845 driver_remove_file(&megasas_pci_driver
.driver
,
7846 &driver_attr_support_device_change
);
7848 err_dcf_support_device_change
:
7849 driver_remove_file(&megasas_pci_driver
.driver
,
7850 &driver_attr_dbg_lvl
);
7852 driver_remove_file(&megasas_pci_driver
.driver
,
7853 &driver_attr_support_poll_for_event
);
7854 err_dcf_support_poll_for_event
:
7855 driver_remove_file(&megasas_pci_driver
.driver
,
7856 &driver_attr_release_date
);
7858 driver_remove_file(&megasas_pci_driver
.driver
, &driver_attr_version
);
7860 pci_unregister_driver(&megasas_pci_driver
);
7862 unregister_chrdev(megasas_mgmt_majorno
, "megaraid_sas_ioctl");
7867 * megasas_exit - Driver unload entry point
7869 static void __exit
megasas_exit(void)
7871 driver_remove_file(&megasas_pci_driver
.driver
,
7872 &driver_attr_dbg_lvl
);
7873 driver_remove_file(&megasas_pci_driver
.driver
,
7874 &driver_attr_support_poll_for_event
);
7875 driver_remove_file(&megasas_pci_driver
.driver
,
7876 &driver_attr_support_device_change
);
7877 driver_remove_file(&megasas_pci_driver
.driver
,
7878 &driver_attr_release_date
);
7879 driver_remove_file(&megasas_pci_driver
.driver
, &driver_attr_version
);
7880 driver_remove_file(&megasas_pci_driver
.driver
,
7881 &driver_attr_support_nvme_encapsulation
);
7883 pci_unregister_driver(&megasas_pci_driver
);
7884 unregister_chrdev(megasas_mgmt_majorno
, "megaraid_sas_ioctl");
7887 module_init(megasas_init
);
7888 module_exit(megasas_exit
);