blob: c93a7ba858ecb7eb10e6459c0f3aea86078bcfde [file] [log] [blame]
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301/*
2 * Scsi Host Layer for MPT (Message Passing Technology) based controllers
3 *
4 * This code is based on drivers/scsi/mpt3sas/mpt3sas_scsih.c
Sreekanth Reddya4ffce02014-09-12 15:35:29 +05305 * Copyright (C) 2012-2014 LSI Corporation
Sreekanth Reddya03bd152015-01-12 11:39:02 +05306 * Copyright (C) 2013-2014 Avago Technologies
7 * (mailto: MPT-FusionLinux.pdl@avagotech.com)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * NO WARRANTY
20 * THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR
21 * CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
22 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
23 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
24 * solely responsible for determining the appropriateness of using and
25 * distributing the Program and assumes all risks associated with its
26 * exercise of rights under this Agreement, including but not limited to
27 * the risks and costs of program errors, damage to or loss of data,
28 * programs or equipment, and unavailability or interruption of operations.
29
30 * DISCLAIMER OF LIABILITY
31 * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
32 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33 * DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND
34 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
35 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
36 * USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
37 * HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES
38
39 * You should have received a copy of the GNU General Public License
40 * along with this program; if not, write to the Free Software
41 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
42 * USA.
43 */
44
Sreekanth Reddyf92363d2012-11-30 07:44:21 +053045#include <linux/module.h>
46#include <linux/kernel.h>
47#include <linux/init.h>
48#include <linux/errno.h>
49#include <linux/blkdev.h>
50#include <linux/sched.h>
51#include <linux/workqueue.h>
52#include <linux/delay.h>
53#include <linux/pci.h>
54#include <linux/interrupt.h>
55#include <linux/aer.h>
56#include <linux/raid_class.h>
Sreekanth Reddy7786ab62015-11-11 17:30:28 +053057#include <asm/unaligned.h>
Sreekanth Reddyf92363d2012-11-30 07:44:21 +053058
59#include "mpt3sas_base.h"
60
Sreekanth Reddyf92363d2012-11-30 07:44:21 +053061#define RAID_CHANNEL 1
62/* forward proto's */
63static void _scsih_expander_node_remove(struct MPT3SAS_ADAPTER *ioc,
64 struct _sas_node *sas_expander);
65static void _firmware_event_work(struct work_struct *work);
66
67static void _scsih_remove_device(struct MPT3SAS_ADAPTER *ioc,
68 struct _sas_device *sas_device);
69static int _scsih_add_device(struct MPT3SAS_ADAPTER *ioc, u16 handle,
70 u8 retry_count, u8 is_pd);
71
72static u8 _scsih_check_for_pending_tm(struct MPT3SAS_ADAPTER *ioc, u16 smid);
73
Sreekanth Reddyf92363d2012-11-30 07:44:21 +053074/* global parameters */
75LIST_HEAD(mpt3sas_ioc_list);
Sreekanth Reddy08c4d552015-11-11 17:30:33 +053076/* global ioc lock for list operations */
77DEFINE_SPINLOCK(gioc_lock);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +053078
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +053079MODULE_AUTHOR(MPT3SAS_AUTHOR);
80MODULE_DESCRIPTION(MPT3SAS_DESCRIPTION);
81MODULE_LICENSE("GPL");
82MODULE_VERSION(MPT3SAS_DRIVER_VERSION);
83MODULE_ALIAS("mpt2sas");
84
Sreekanth Reddyf92363d2012-11-30 07:44:21 +053085/* local parameters */
86static u8 scsi_io_cb_idx = -1;
87static u8 tm_cb_idx = -1;
88static u8 ctl_cb_idx = -1;
89static u8 base_cb_idx = -1;
90static u8 port_enable_cb_idx = -1;
91static u8 transport_cb_idx = -1;
92static u8 scsih_cb_idx = -1;
93static u8 config_cb_idx = -1;
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +053094static int mpt2_ids;
95static int mpt3_ids;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +053096
97static u8 tm_tr_cb_idx = -1 ;
98static u8 tm_tr_volume_cb_idx = -1 ;
99static u8 tm_sas_control_cb_idx = -1;
100
101/* command line options */
102static u32 logging_level;
103MODULE_PARM_DESC(logging_level,
104 " bits for enabling additional logging info (default=0)");
105
106
107static ushort max_sectors = 0xFFFF;
108module_param(max_sectors, ushort, 0);
109MODULE_PARM_DESC(max_sectors, "max sectors, range 64 to 32767 default=32767");
110
111
112static int missing_delay[2] = {-1, -1};
113module_param_array(missing_delay, int, NULL, 0);
114MODULE_PARM_DESC(missing_delay, " device missing delay , io missing delay");
115
116/* scsi-mid layer global parmeter is max_report_luns, which is 511 */
117#define MPT3SAS_MAX_LUN (16895)
Hannes Reinecke1abf6352014-06-25 15:27:38 +0200118static u64 max_lun = MPT3SAS_MAX_LUN;
119module_param(max_lun, ullong, 0);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530120MODULE_PARM_DESC(max_lun, " max lun, default=16895 ");
121
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +0530122static ushort hbas_to_enumerate;
123module_param(hbas_to_enumerate, ushort, 0);
124MODULE_PARM_DESC(hbas_to_enumerate,
125 " 0 - enumerates both SAS 2.0 & SAS 3.0 generation HBAs\n \
126 1 - enumerates only SAS 2.0 generation HBAs\n \
127 2 - enumerates only SAS 3.0 generation HBAs (default=0)");
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530128
129/* diag_buffer_enable is bitwise
130 * bit 0 set = TRACE
131 * bit 1 set = SNAPSHOT
132 * bit 2 set = EXTENDED
133 *
134 * Either bit can be set, or both
135 */
136static int diag_buffer_enable = -1;
137module_param(diag_buffer_enable, int, 0);
138MODULE_PARM_DESC(diag_buffer_enable,
139 " post diag buffers (TRACE=1/SNAPSHOT=2/EXTENDED=4/default=0)");
140static int disable_discovery = -1;
141module_param(disable_discovery, int, 0);
142MODULE_PARM_DESC(disable_discovery, " disable discovery ");
143
144
145/* permit overriding the host protection capabilities mask (EEDP/T10 PI) */
146static int prot_mask = -1;
147module_param(prot_mask, int, 0);
148MODULE_PARM_DESC(prot_mask, " host protection capabilities mask, def=7 ");
149
150
151/* raid transport support */
Sreekanth Reddy7497392a2015-11-11 17:30:19 +0530152struct raid_template *mpt3sas_raid_template;
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +0530153struct raid_template *mpt2sas_raid_template;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530154
155
156/**
157 * struct sense_info - common structure for obtaining sense keys
158 * @skey: sense key
159 * @asc: additional sense code
160 * @ascq: additional sense code qualifier
161 */
162struct sense_info {
163 u8 skey;
164 u8 asc;
165 u8 ascq;
166};
167
168#define MPT3SAS_PROCESS_TRIGGER_DIAG (0xFFFB)
Sreekanth Reddy0f624c32014-09-12 15:35:26 +0530169#define MPT3SAS_TURN_ON_PFA_LED (0xFFFC)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530170#define MPT3SAS_PORT_ENABLE_COMPLETE (0xFFFD)
171#define MPT3SAS_ABRT_TASK_SET (0xFFFE)
172#define MPT3SAS_REMOVE_UNRESPONDING_DEVICES (0xFFFF)
173/**
174 * struct fw_event_work - firmware event struct
175 * @list: link list framework
176 * @work: work object (ioc->fault_reset_work_q)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530177 * @ioc: per adapter object
178 * @device_handle: device handle
179 * @VF_ID: virtual function id
180 * @VP_ID: virtual port id
181 * @ignore: flag meaning this event has been marked to ignore
Joe Lawrenceb8ac0cc2016-04-18 10:50:12 -0400182 * @event: firmware event MPI2_EVENT_XXX defined in mpi2_ioc.h
183 * @refcount: kref for this event
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530184 * @event_data: reply event data payload follows
185 *
186 * This object stored on ioc->fw_event_list.
187 */
188struct fw_event_work {
189 struct list_head list;
190 struct work_struct work;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530191
192 struct MPT3SAS_ADAPTER *ioc;
193 u16 device_handle;
194 u8 VF_ID;
195 u8 VP_ID;
196 u8 ignore;
197 u16 event;
Sreekanth Reddy146b16c2015-11-11 17:30:31 +0530198 struct kref refcount;
Joe Lawrence35b62362014-06-25 17:05:34 -0400199 char event_data[0] __aligned(4);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530200};
201
Sreekanth Reddy146b16c2015-11-11 17:30:31 +0530202static void fw_event_work_free(struct kref *r)
203{
204 kfree(container_of(r, struct fw_event_work, refcount));
205}
206
207static void fw_event_work_get(struct fw_event_work *fw_work)
208{
209 kref_get(&fw_work->refcount);
210}
211
212static void fw_event_work_put(struct fw_event_work *fw_work)
213{
214 kref_put(&fw_work->refcount, fw_event_work_free);
215}
216
217static struct fw_event_work *alloc_fw_event_work(int len)
218{
219 struct fw_event_work *fw_event;
220
221 fw_event = kzalloc(sizeof(*fw_event) + len, GFP_ATOMIC);
222 if (!fw_event)
223 return NULL;
224
225 kref_init(&fw_event->refcount);
226 return fw_event;
227}
228
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530229/**
230 * struct _scsi_io_transfer - scsi io transfer
231 * @handle: sas device handle (assigned by firmware)
232 * @is_raid: flag set for hidden raid components
233 * @dir: DMA_TO_DEVICE, DMA_FROM_DEVICE,
234 * @data_length: data transfer length
235 * @data_dma: dma pointer to data
236 * @sense: sense data
237 * @lun: lun number
238 * @cdb_length: cdb length
239 * @cdb: cdb contents
240 * @timeout: timeout for this command
241 * @VF_ID: virtual function id
242 * @VP_ID: virtual port id
243 * @valid_reply: flag set for reply message
244 * @sense_length: sense length
245 * @ioc_status: ioc status
246 * @scsi_state: scsi state
247 * @scsi_status: scsi staus
248 * @log_info: log information
249 * @transfer_length: data length transfer when there is a reply message
250 *
251 * Used for sending internal scsi commands to devices within this module.
252 * Refer to _scsi_send_scsi_io().
253 */
254struct _scsi_io_transfer {
255 u16 handle;
256 u8 is_raid;
257 enum dma_data_direction dir;
258 u32 data_length;
259 dma_addr_t data_dma;
260 u8 sense[SCSI_SENSE_BUFFERSIZE];
261 u32 lun;
262 u8 cdb_length;
263 u8 cdb[32];
264 u8 timeout;
265 u8 VF_ID;
266 u8 VP_ID;
267 u8 valid_reply;
268 /* the following bits are only valid when 'valid_reply = 1' */
269 u32 sense_length;
270 u16 ioc_status;
271 u8 scsi_state;
272 u8 scsi_status;
273 u32 log_info;
274 u32 transfer_length;
275};
276
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530277/**
278 * _scsih_set_debug_level - global setting of ioc->logging_level.
279 *
280 * Note: The logging levels are defined in mpt3sas_debug.h.
281 */
282static int
283_scsih_set_debug_level(const char *val, struct kernel_param *kp)
284{
285 int ret = param_set_int(val, kp);
286 struct MPT3SAS_ADAPTER *ioc;
287
288 if (ret)
289 return ret;
290
291 pr_info("setting logging_level(0x%08x)\n", logging_level);
Sreekanth Reddy08c4d552015-11-11 17:30:33 +0530292 spin_lock(&gioc_lock);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530293 list_for_each_entry(ioc, &mpt3sas_ioc_list, list)
294 ioc->logging_level = logging_level;
Sreekanth Reddy08c4d552015-11-11 17:30:33 +0530295 spin_unlock(&gioc_lock);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530296 return 0;
297}
298module_param_call(logging_level, _scsih_set_debug_level, param_get_int,
299 &logging_level, 0644);
300
301/**
302 * _scsih_srch_boot_sas_address - search based on sas_address
303 * @sas_address: sas address
304 * @boot_device: boot device object from bios page 2
305 *
306 * Returns 1 when there's a match, 0 means no match.
307 */
308static inline int
309_scsih_srch_boot_sas_address(u64 sas_address,
310 Mpi2BootDeviceSasWwid_t *boot_device)
311{
312 return (sas_address == le64_to_cpu(boot_device->SASAddress)) ? 1 : 0;
313}
314
315/**
316 * _scsih_srch_boot_device_name - search based on device name
317 * @device_name: device name specified in INDENTIFY fram
318 * @boot_device: boot device object from bios page 2
319 *
320 * Returns 1 when there's a match, 0 means no match.
321 */
322static inline int
323_scsih_srch_boot_device_name(u64 device_name,
324 Mpi2BootDeviceDeviceName_t *boot_device)
325{
326 return (device_name == le64_to_cpu(boot_device->DeviceName)) ? 1 : 0;
327}
328
329/**
330 * _scsih_srch_boot_encl_slot - search based on enclosure_logical_id/slot
331 * @enclosure_logical_id: enclosure logical id
332 * @slot_number: slot number
333 * @boot_device: boot device object from bios page 2
334 *
335 * Returns 1 when there's a match, 0 means no match.
336 */
337static inline int
338_scsih_srch_boot_encl_slot(u64 enclosure_logical_id, u16 slot_number,
339 Mpi2BootDeviceEnclosureSlot_t *boot_device)
340{
341 return (enclosure_logical_id == le64_to_cpu(boot_device->
342 EnclosureLogicalID) && slot_number == le16_to_cpu(boot_device->
343 SlotNumber)) ? 1 : 0;
344}
345
346/**
347 * _scsih_is_boot_device - search for matching boot device.
348 * @sas_address: sas address
349 * @device_name: device name specified in INDENTIFY fram
350 * @enclosure_logical_id: enclosure logical id
351 * @slot_number: slot number
352 * @form: specifies boot device form
353 * @boot_device: boot device object from bios page 2
354 *
355 * Returns 1 when there's a match, 0 means no match.
356 */
357static int
358_scsih_is_boot_device(u64 sas_address, u64 device_name,
359 u64 enclosure_logical_id, u16 slot, u8 form,
360 Mpi2BiosPage2BootDevice_t *boot_device)
361{
362 int rc = 0;
363
364 switch (form) {
365 case MPI2_BIOSPAGE2_FORM_SAS_WWID:
366 if (!sas_address)
367 break;
368 rc = _scsih_srch_boot_sas_address(
369 sas_address, &boot_device->SasWwid);
370 break;
371 case MPI2_BIOSPAGE2_FORM_ENCLOSURE_SLOT:
372 if (!enclosure_logical_id)
373 break;
374 rc = _scsih_srch_boot_encl_slot(
375 enclosure_logical_id,
376 slot, &boot_device->EnclosureSlot);
377 break;
378 case MPI2_BIOSPAGE2_FORM_DEVICE_NAME:
379 if (!device_name)
380 break;
381 rc = _scsih_srch_boot_device_name(
382 device_name, &boot_device->DeviceName);
383 break;
384 case MPI2_BIOSPAGE2_FORM_NO_DEVICE_SPECIFIED:
385 break;
386 }
387
388 return rc;
389}
390
391/**
392 * _scsih_get_sas_address - set the sas_address for given device handle
393 * @handle: device handle
394 * @sas_address: sas address
395 *
396 * Returns 0 success, non-zero when failure
397 */
398static int
399_scsih_get_sas_address(struct MPT3SAS_ADAPTER *ioc, u16 handle,
400 u64 *sas_address)
401{
402 Mpi2SasDevicePage0_t sas_device_pg0;
403 Mpi2ConfigReply_t mpi_reply;
404 u32 ioc_status;
405
406 *sas_address = 0;
407
408 if (handle <= ioc->sas_hba.num_phys) {
409 *sas_address = ioc->sas_hba.sas_address;
410 return 0;
411 }
412
413 if ((mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply, &sas_device_pg0,
414 MPI2_SAS_DEVICE_PGAD_FORM_HANDLE, handle))) {
415 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n", ioc->name,
416 __FILE__, __LINE__, __func__);
417 return -ENXIO;
418 }
419
420 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & MPI2_IOCSTATUS_MASK;
421 if (ioc_status == MPI2_IOCSTATUS_SUCCESS) {
422 *sas_address = le64_to_cpu(sas_device_pg0.SASAddress);
423 return 0;
424 }
425
426 /* we hit this becuase the given parent handle doesn't exist */
427 if (ioc_status == MPI2_IOCSTATUS_CONFIG_INVALID_PAGE)
428 return -ENXIO;
429
430 /* else error case */
431 pr_err(MPT3SAS_FMT
432 "handle(0x%04x), ioc_status(0x%04x), failure at %s:%d/%s()!\n",
433 ioc->name, handle, ioc_status,
434 __FILE__, __LINE__, __func__);
435 return -EIO;
436}
437
438/**
439 * _scsih_determine_boot_device - determine boot device.
440 * @ioc: per adapter object
441 * @device: either sas_device or raid_device object
442 * @is_raid: [flag] 1 = raid object, 0 = sas object
443 *
444 * Determines whether this device should be first reported device to
445 * to scsi-ml or sas transport, this purpose is for persistent boot device.
446 * There are primary, alternate, and current entries in bios page 2. The order
447 * priority is primary, alternate, then current. This routine saves
448 * the corresponding device object and is_raid flag in the ioc object.
449 * The saved data to be used later in _scsih_probe_boot_devices().
450 */
451static void
452_scsih_determine_boot_device(struct MPT3SAS_ADAPTER *ioc,
453 void *device, u8 is_raid)
454{
455 struct _sas_device *sas_device;
456 struct _raid_device *raid_device;
457 u64 sas_address;
458 u64 device_name;
459 u64 enclosure_logical_id;
460 u16 slot;
461
462 /* only process this function when driver loads */
463 if (!ioc->is_driver_loading)
464 return;
465
466 /* no Bios, return immediately */
467 if (!ioc->bios_pg3.BiosVersion)
468 return;
469
470 if (!is_raid) {
471 sas_device = device;
472 sas_address = sas_device->sas_address;
473 device_name = sas_device->device_name;
474 enclosure_logical_id = sas_device->enclosure_logical_id;
475 slot = sas_device->slot;
476 } else {
477 raid_device = device;
478 sas_address = raid_device->wwid;
479 device_name = 0;
480 enclosure_logical_id = 0;
481 slot = 0;
482 }
483
484 if (!ioc->req_boot_device.device) {
485 if (_scsih_is_boot_device(sas_address, device_name,
486 enclosure_logical_id, slot,
487 (ioc->bios_pg2.ReqBootDeviceForm &
488 MPI2_BIOSPAGE2_FORM_MASK),
489 &ioc->bios_pg2.RequestedBootDevice)) {
490 dinitprintk(ioc, pr_info(MPT3SAS_FMT
491 "%s: req_boot_device(0x%016llx)\n",
492 ioc->name, __func__,
493 (unsigned long long)sas_address));
494 ioc->req_boot_device.device = device;
495 ioc->req_boot_device.is_raid = is_raid;
496 }
497 }
498
499 if (!ioc->req_alt_boot_device.device) {
500 if (_scsih_is_boot_device(sas_address, device_name,
501 enclosure_logical_id, slot,
502 (ioc->bios_pg2.ReqAltBootDeviceForm &
503 MPI2_BIOSPAGE2_FORM_MASK),
504 &ioc->bios_pg2.RequestedAltBootDevice)) {
505 dinitprintk(ioc, pr_info(MPT3SAS_FMT
506 "%s: req_alt_boot_device(0x%016llx)\n",
507 ioc->name, __func__,
508 (unsigned long long)sas_address));
509 ioc->req_alt_boot_device.device = device;
510 ioc->req_alt_boot_device.is_raid = is_raid;
511 }
512 }
513
514 if (!ioc->current_boot_device.device) {
515 if (_scsih_is_boot_device(sas_address, device_name,
516 enclosure_logical_id, slot,
517 (ioc->bios_pg2.CurrentBootDeviceForm &
518 MPI2_BIOSPAGE2_FORM_MASK),
519 &ioc->bios_pg2.CurrentBootDevice)) {
520 dinitprintk(ioc, pr_info(MPT3SAS_FMT
521 "%s: current_boot_device(0x%016llx)\n",
522 ioc->name, __func__,
523 (unsigned long long)sas_address));
524 ioc->current_boot_device.device = device;
525 ioc->current_boot_device.is_raid = is_raid;
526 }
527 }
528}
529
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530530static struct _sas_device *
531__mpt3sas_get_sdev_from_target(struct MPT3SAS_ADAPTER *ioc,
532 struct MPT3SAS_TARGET *tgt_priv)
533{
534 struct _sas_device *ret;
535
536 assert_spin_locked(&ioc->sas_device_lock);
537
538 ret = tgt_priv->sdev;
539 if (ret)
540 sas_device_get(ret);
541
542 return ret;
543}
544
545static struct _sas_device *
546mpt3sas_get_sdev_from_target(struct MPT3SAS_ADAPTER *ioc,
547 struct MPT3SAS_TARGET *tgt_priv)
548{
549 struct _sas_device *ret;
550 unsigned long flags;
551
552 spin_lock_irqsave(&ioc->sas_device_lock, flags);
553 ret = __mpt3sas_get_sdev_from_target(ioc, tgt_priv);
554 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
555
556 return ret;
557}
558
559
560struct _sas_device *
561__mpt3sas_get_sdev_by_addr(struct MPT3SAS_ADAPTER *ioc,
562 u64 sas_address)
563{
564 struct _sas_device *sas_device;
565
566 assert_spin_locked(&ioc->sas_device_lock);
567
568 list_for_each_entry(sas_device, &ioc->sas_device_list, list)
569 if (sas_device->sas_address == sas_address)
570 goto found_device;
571
572 list_for_each_entry(sas_device, &ioc->sas_device_init_list, list)
573 if (sas_device->sas_address == sas_address)
574 goto found_device;
575
576 return NULL;
577
578found_device:
579 sas_device_get(sas_device);
580 return sas_device;
581}
582
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530583/**
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530584 * mpt3sas_get_sdev_by_addr - sas device search
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530585 * @ioc: per adapter object
586 * @sas_address: sas address
587 * Context: Calling function should acquire ioc->sas_device_lock
588 *
589 * This searches for sas_device based on sas_address, then return sas_device
590 * object.
591 */
592struct _sas_device *
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530593mpt3sas_get_sdev_by_addr(struct MPT3SAS_ADAPTER *ioc,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530594 u64 sas_address)
595{
596 struct _sas_device *sas_device;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530597 unsigned long flags;
598
599 spin_lock_irqsave(&ioc->sas_device_lock, flags);
600 sas_device = __mpt3sas_get_sdev_by_addr(ioc,
601 sas_address);
602 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
603
604 return sas_device;
605}
606
607static struct _sas_device *
608__mpt3sas_get_sdev_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle)
609{
610 struct _sas_device *sas_device;
611
612 assert_spin_locked(&ioc->sas_device_lock);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530613
614 list_for_each_entry(sas_device, &ioc->sas_device_list, list)
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530615 if (sas_device->handle == handle)
616 goto found_device;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530617
618 list_for_each_entry(sas_device, &ioc->sas_device_init_list, list)
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530619 if (sas_device->handle == handle)
620 goto found_device;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530621
622 return NULL;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530623
624found_device:
625 sas_device_get(sas_device);
626 return sas_device;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530627}
628
629/**
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530630 * mpt3sas_get_sdev_by_handle - sas device search
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530631 * @ioc: per adapter object
632 * @handle: sas device handle (assigned by firmware)
633 * Context: Calling function should acquire ioc->sas_device_lock
634 *
635 * This searches for sas_device based on sas_address, then return sas_device
636 * object.
637 */
638static struct _sas_device *
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530639mpt3sas_get_sdev_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530640{
641 struct _sas_device *sas_device;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530642 unsigned long flags;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530643
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530644 spin_lock_irqsave(&ioc->sas_device_lock, flags);
645 sas_device = __mpt3sas_get_sdev_by_handle(ioc, handle);
646 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530647
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530648 return sas_device;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530649}
650
651/**
652 * _scsih_sas_device_remove - remove sas_device from list.
653 * @ioc: per adapter object
654 * @sas_device: the sas_device object
655 * Context: This function will acquire ioc->sas_device_lock.
656 *
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530657 * If sas_device is on the list, remove it and decrement its reference count.
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530658 */
659static void
660_scsih_sas_device_remove(struct MPT3SAS_ADAPTER *ioc,
661 struct _sas_device *sas_device)
662{
663 unsigned long flags;
664
665 if (!sas_device)
666 return;
Sreekanth Reddye6d45e32015-06-30 12:24:52 +0530667 pr_info(MPT3SAS_FMT
668 "removing handle(0x%04x), sas_addr(0x%016llx)\n",
669 ioc->name, sas_device->handle,
670 (unsigned long long) sas_device->sas_address);
671
672 if (sas_device->enclosure_handle != 0)
673 pr_info(MPT3SAS_FMT
674 "removing enclosure logical id(0x%016llx), slot(%d)\n",
675 ioc->name, (unsigned long long)
676 sas_device->enclosure_logical_id, sas_device->slot);
677
678 if (sas_device->connector_name[0] != '\0')
679 pr_info(MPT3SAS_FMT
680 "removing enclosure level(0x%04x), connector name( %s)\n",
681 ioc->name, sas_device->enclosure_level,
682 sas_device->connector_name);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530683
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530684 /*
685 * The lock serializes access to the list, but we still need to verify
686 * that nobody removed the entry while we were waiting on the lock.
687 */
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530688 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530689 if (!list_empty(&sas_device->list)) {
690 list_del_init(&sas_device->list);
691 sas_device_put(sas_device);
692 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530693 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
694}
695
696/**
697 * _scsih_device_remove_by_handle - removing device object by handle
698 * @ioc: per adapter object
699 * @handle: device handle
700 *
701 * Return nothing.
702 */
703static void
704_scsih_device_remove_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle)
705{
706 struct _sas_device *sas_device;
707 unsigned long flags;
708
709 if (ioc->shost_recovery)
710 return;
711
712 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530713 sas_device = __mpt3sas_get_sdev_by_handle(ioc, handle);
714 if (sas_device) {
715 list_del_init(&sas_device->list);
716 sas_device_put(sas_device);
717 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530718 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530719 if (sas_device) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530720 _scsih_remove_device(ioc, sas_device);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530721 sas_device_put(sas_device);
722 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530723}
724
725/**
726 * mpt3sas_device_remove_by_sas_address - removing device object by sas address
727 * @ioc: per adapter object
728 * @sas_address: device sas_address
729 *
730 * Return nothing.
731 */
732void
733mpt3sas_device_remove_by_sas_address(struct MPT3SAS_ADAPTER *ioc,
734 u64 sas_address)
735{
736 struct _sas_device *sas_device;
737 unsigned long flags;
738
739 if (ioc->shost_recovery)
740 return;
741
742 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530743 sas_device = __mpt3sas_get_sdev_by_addr(ioc, sas_address);
744 if (sas_device) {
745 list_del_init(&sas_device->list);
746 sas_device_put(sas_device);
747 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530748 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530749 if (sas_device) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530750 _scsih_remove_device(ioc, sas_device);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530751 sas_device_put(sas_device);
752 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530753}
754
755/**
756 * _scsih_sas_device_add - insert sas_device to the list.
757 * @ioc: per adapter object
758 * @sas_device: the sas_device object
759 * Context: This function will acquire ioc->sas_device_lock.
760 *
761 * Adding new object to the ioc->sas_device_list.
762 */
763static void
764_scsih_sas_device_add(struct MPT3SAS_ADAPTER *ioc,
765 struct _sas_device *sas_device)
766{
767 unsigned long flags;
768
769 dewtprintk(ioc, pr_info(MPT3SAS_FMT
770 "%s: handle(0x%04x), sas_addr(0x%016llx)\n",
771 ioc->name, __func__, sas_device->handle,
772 (unsigned long long)sas_device->sas_address));
773
Sreekanth Reddye6d45e32015-06-30 12:24:52 +0530774 if (sas_device->enclosure_handle != 0)
775 dewtprintk(ioc, pr_info(MPT3SAS_FMT
776 "%s: enclosure logical id(0x%016llx), slot( %d)\n",
777 ioc->name, __func__, (unsigned long long)
778 sas_device->enclosure_logical_id, sas_device->slot));
779
780 if (sas_device->connector_name[0] != '\0')
781 dewtprintk(ioc, pr_info(MPT3SAS_FMT
782 "%s: enclosure level(0x%04x), connector name( %s)\n",
783 ioc->name, __func__,
784 sas_device->enclosure_level, sas_device->connector_name));
785
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530786 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530787 sas_device_get(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530788 list_add_tail(&sas_device->list, &ioc->sas_device_list);
789 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
790
791 if (!mpt3sas_transport_port_add(ioc, sas_device->handle,
792 sas_device->sas_address_parent)) {
793 _scsih_sas_device_remove(ioc, sas_device);
794 } else if (!sas_device->starget) {
795 /*
796 * When asyn scanning is enabled, its not possible to remove
797 * devices while scanning is turned on due to an oops in
798 * scsi_sysfs_add_sdev()->add_device()->sysfs_addrm_start()
799 */
Sreekanth Reddyf5edbe72013-06-29 03:54:51 +0530800 if (!ioc->is_driver_loading) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530801 mpt3sas_transport_port_remove(ioc,
802 sas_device->sas_address,
803 sas_device->sas_address_parent);
Sreekanth Reddyf5edbe72013-06-29 03:54:51 +0530804 _scsih_sas_device_remove(ioc, sas_device);
805 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530806 }
807}
808
809/**
810 * _scsih_sas_device_init_add - insert sas_device to the list.
811 * @ioc: per adapter object
812 * @sas_device: the sas_device object
813 * Context: This function will acquire ioc->sas_device_lock.
814 *
815 * Adding new object at driver load time to the ioc->sas_device_init_list.
816 */
817static void
818_scsih_sas_device_init_add(struct MPT3SAS_ADAPTER *ioc,
819 struct _sas_device *sas_device)
820{
821 unsigned long flags;
822
823 dewtprintk(ioc, pr_info(MPT3SAS_FMT
824 "%s: handle(0x%04x), sas_addr(0x%016llx)\n", ioc->name,
825 __func__, sas_device->handle,
826 (unsigned long long)sas_device->sas_address));
827
Sreekanth Reddye6d45e32015-06-30 12:24:52 +0530828 if (sas_device->enclosure_handle != 0)
829 dewtprintk(ioc, pr_info(MPT3SAS_FMT
830 "%s: enclosure logical id(0x%016llx), slot( %d)\n",
831 ioc->name, __func__, (unsigned long long)
832 sas_device->enclosure_logical_id, sas_device->slot));
833
834 if (sas_device->connector_name[0] != '\0')
835 dewtprintk(ioc, pr_info(MPT3SAS_FMT
836 "%s: enclosure level(0x%04x), connector name( %s)\n",
837 ioc->name, __func__, sas_device->enclosure_level,
838 sas_device->connector_name));
839
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530840 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +0530841 sas_device_get(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530842 list_add_tail(&sas_device->list, &ioc->sas_device_init_list);
843 _scsih_determine_boot_device(ioc, sas_device, 0);
844 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
845}
846
847/**
848 * _scsih_raid_device_find_by_id - raid device search
849 * @ioc: per adapter object
850 * @id: sas device target id
851 * @channel: sas device channel
852 * Context: Calling function should acquire ioc->raid_device_lock
853 *
854 * This searches for raid_device based on target id, then return raid_device
855 * object.
856 */
857static struct _raid_device *
858_scsih_raid_device_find_by_id(struct MPT3SAS_ADAPTER *ioc, int id, int channel)
859{
860 struct _raid_device *raid_device, *r;
861
862 r = NULL;
863 list_for_each_entry(raid_device, &ioc->raid_device_list, list) {
864 if (raid_device->id == id && raid_device->channel == channel) {
865 r = raid_device;
866 goto out;
867 }
868 }
869
870 out:
871 return r;
872}
873
874/**
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +0530875 * mpt3sas_raid_device_find_by_handle - raid device search
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530876 * @ioc: per adapter object
877 * @handle: sas device handle (assigned by firmware)
878 * Context: Calling function should acquire ioc->raid_device_lock
879 *
880 * This searches for raid_device based on handle, then return raid_device
881 * object.
882 */
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +0530883struct _raid_device *
884mpt3sas_raid_device_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +0530885{
886 struct _raid_device *raid_device, *r;
887
888 r = NULL;
889 list_for_each_entry(raid_device, &ioc->raid_device_list, list) {
890 if (raid_device->handle != handle)
891 continue;
892 r = raid_device;
893 goto out;
894 }
895
896 out:
897 return r;
898}
899
900/**
901 * _scsih_raid_device_find_by_wwid - raid device search
902 * @ioc: per adapter object
903 * @handle: sas device handle (assigned by firmware)
904 * Context: Calling function should acquire ioc->raid_device_lock
905 *
906 * This searches for raid_device based on wwid, then return raid_device
907 * object.
908 */
909static struct _raid_device *
910_scsih_raid_device_find_by_wwid(struct MPT3SAS_ADAPTER *ioc, u64 wwid)
911{
912 struct _raid_device *raid_device, *r;
913
914 r = NULL;
915 list_for_each_entry(raid_device, &ioc->raid_device_list, list) {
916 if (raid_device->wwid != wwid)
917 continue;
918 r = raid_device;
919 goto out;
920 }
921
922 out:
923 return r;
924}
925
926/**
927 * _scsih_raid_device_add - add raid_device object
928 * @ioc: per adapter object
929 * @raid_device: raid_device object
930 *
931 * This is added to the raid_device_list link list.
932 */
933static void
934_scsih_raid_device_add(struct MPT3SAS_ADAPTER *ioc,
935 struct _raid_device *raid_device)
936{
937 unsigned long flags;
938
939 dewtprintk(ioc, pr_info(MPT3SAS_FMT
940 "%s: handle(0x%04x), wwid(0x%016llx)\n", ioc->name, __func__,
941 raid_device->handle, (unsigned long long)raid_device->wwid));
942
943 spin_lock_irqsave(&ioc->raid_device_lock, flags);
944 list_add_tail(&raid_device->list, &ioc->raid_device_list);
945 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
946}
947
948/**
949 * _scsih_raid_device_remove - delete raid_device object
950 * @ioc: per adapter object
951 * @raid_device: raid_device object
952 *
953 */
954static void
955_scsih_raid_device_remove(struct MPT3SAS_ADAPTER *ioc,
956 struct _raid_device *raid_device)
957{
958 unsigned long flags;
959
960 spin_lock_irqsave(&ioc->raid_device_lock, flags);
961 list_del(&raid_device->list);
962 kfree(raid_device);
963 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
964}
965
966/**
967 * mpt3sas_scsih_expander_find_by_handle - expander device search
968 * @ioc: per adapter object
969 * @handle: expander handle (assigned by firmware)
970 * Context: Calling function should acquire ioc->sas_device_lock
971 *
972 * This searches for expander device based on handle, then returns the
973 * sas_node object.
974 */
975struct _sas_node *
976mpt3sas_scsih_expander_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle)
977{
978 struct _sas_node *sas_expander, *r;
979
980 r = NULL;
981 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) {
982 if (sas_expander->handle != handle)
983 continue;
984 r = sas_expander;
985 goto out;
986 }
987 out:
988 return r;
989}
990
991/**
992 * mpt3sas_scsih_expander_find_by_sas_address - expander device search
993 * @ioc: per adapter object
994 * @sas_address: sas address
995 * Context: Calling function should acquire ioc->sas_node_lock.
996 *
997 * This searches for expander device based on sas_address, then returns the
998 * sas_node object.
999 */
1000struct _sas_node *
1001mpt3sas_scsih_expander_find_by_sas_address(struct MPT3SAS_ADAPTER *ioc,
1002 u64 sas_address)
1003{
1004 struct _sas_node *sas_expander, *r;
1005
1006 r = NULL;
1007 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) {
1008 if (sas_expander->sas_address != sas_address)
1009 continue;
1010 r = sas_expander;
1011 goto out;
1012 }
1013 out:
1014 return r;
1015}
1016
1017/**
1018 * _scsih_expander_node_add - insert expander device to the list.
1019 * @ioc: per adapter object
1020 * @sas_expander: the sas_device object
1021 * Context: This function will acquire ioc->sas_node_lock.
1022 *
1023 * Adding new object to the ioc->sas_expander_list.
1024 *
1025 * Return nothing.
1026 */
1027static void
1028_scsih_expander_node_add(struct MPT3SAS_ADAPTER *ioc,
1029 struct _sas_node *sas_expander)
1030{
1031 unsigned long flags;
1032
1033 spin_lock_irqsave(&ioc->sas_node_lock, flags);
1034 list_add_tail(&sas_expander->list, &ioc->sas_expander_list);
1035 spin_unlock_irqrestore(&ioc->sas_node_lock, flags);
1036}
1037
1038/**
1039 * _scsih_is_end_device - determines if device is an end device
1040 * @device_info: bitfield providing information about the device.
1041 * Context: none
1042 *
1043 * Returns 1 if end device.
1044 */
1045static int
1046_scsih_is_end_device(u32 device_info)
1047{
1048 if (device_info & MPI2_SAS_DEVICE_INFO_END_DEVICE &&
1049 ((device_info & MPI2_SAS_DEVICE_INFO_SSP_TARGET) |
1050 (device_info & MPI2_SAS_DEVICE_INFO_STP_TARGET) |
1051 (device_info & MPI2_SAS_DEVICE_INFO_SATA_DEVICE)))
1052 return 1;
1053 else
1054 return 0;
1055}
1056
1057/**
1058 * _scsih_scsi_lookup_get - returns scmd entry
1059 * @ioc: per adapter object
1060 * @smid: system request message index
1061 *
1062 * Returns the smid stored scmd pointer.
1063 */
1064static struct scsi_cmnd *
1065_scsih_scsi_lookup_get(struct MPT3SAS_ADAPTER *ioc, u16 smid)
1066{
1067 return ioc->scsi_lookup[smid - 1].scmd;
1068}
1069
1070/**
1071 * _scsih_scsi_lookup_get_clear - returns scmd entry
1072 * @ioc: per adapter object
1073 * @smid: system request message index
1074 *
1075 * Returns the smid stored scmd pointer.
1076 * Then will derefrence the stored scmd pointer.
1077 */
1078static inline struct scsi_cmnd *
1079_scsih_scsi_lookup_get_clear(struct MPT3SAS_ADAPTER *ioc, u16 smid)
1080{
1081 unsigned long flags;
1082 struct scsi_cmnd *scmd;
1083
1084 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
1085 scmd = ioc->scsi_lookup[smid - 1].scmd;
1086 ioc->scsi_lookup[smid - 1].scmd = NULL;
1087 spin_unlock_irqrestore(&ioc->scsi_lookup_lock, flags);
1088
1089 return scmd;
1090}
1091
1092/**
1093 * _scsih_scsi_lookup_find_by_scmd - scmd lookup
1094 * @ioc: per adapter object
1095 * @smid: system request message index
1096 * @scmd: pointer to scsi command object
1097 * Context: This function will acquire ioc->scsi_lookup_lock.
1098 *
1099 * This will search for a scmd pointer in the scsi_lookup array,
1100 * returning the revelent smid. A returned value of zero means invalid.
1101 */
1102static u16
1103_scsih_scsi_lookup_find_by_scmd(struct MPT3SAS_ADAPTER *ioc, struct scsi_cmnd
1104 *scmd)
1105{
1106 u16 smid;
1107 unsigned long flags;
1108 int i;
1109
1110 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
1111 smid = 0;
1112 for (i = 0; i < ioc->scsiio_depth; i++) {
1113 if (ioc->scsi_lookup[i].scmd == scmd) {
1114 smid = ioc->scsi_lookup[i].smid;
1115 goto out;
1116 }
1117 }
1118 out:
1119 spin_unlock_irqrestore(&ioc->scsi_lookup_lock, flags);
1120 return smid;
1121}
1122
1123/**
1124 * _scsih_scsi_lookup_find_by_target - search for matching channel:id
1125 * @ioc: per adapter object
1126 * @id: target id
1127 * @channel: channel
1128 * Context: This function will acquire ioc->scsi_lookup_lock.
1129 *
1130 * This will search for a matching channel:id in the scsi_lookup array,
1131 * returning 1 if found.
1132 */
1133static u8
1134_scsih_scsi_lookup_find_by_target(struct MPT3SAS_ADAPTER *ioc, int id,
1135 int channel)
1136{
1137 u8 found;
1138 unsigned long flags;
1139 int i;
1140
1141 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
1142 found = 0;
1143 for (i = 0 ; i < ioc->scsiio_depth; i++) {
1144 if (ioc->scsi_lookup[i].scmd &&
1145 (ioc->scsi_lookup[i].scmd->device->id == id &&
1146 ioc->scsi_lookup[i].scmd->device->channel == channel)) {
1147 found = 1;
1148 goto out;
1149 }
1150 }
1151 out:
1152 spin_unlock_irqrestore(&ioc->scsi_lookup_lock, flags);
1153 return found;
1154}
1155
1156/**
1157 * _scsih_scsi_lookup_find_by_lun - search for matching channel:id:lun
1158 * @ioc: per adapter object
1159 * @id: target id
1160 * @lun: lun number
1161 * @channel: channel
1162 * Context: This function will acquire ioc->scsi_lookup_lock.
1163 *
1164 * This will search for a matching channel:id:lun in the scsi_lookup array,
1165 * returning 1 if found.
1166 */
1167static u8
1168_scsih_scsi_lookup_find_by_lun(struct MPT3SAS_ADAPTER *ioc, int id,
1169 unsigned int lun, int channel)
1170{
1171 u8 found;
1172 unsigned long flags;
1173 int i;
1174
1175 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
1176 found = 0;
1177 for (i = 0 ; i < ioc->scsiio_depth; i++) {
1178 if (ioc->scsi_lookup[i].scmd &&
1179 (ioc->scsi_lookup[i].scmd->device->id == id &&
1180 ioc->scsi_lookup[i].scmd->device->channel == channel &&
1181 ioc->scsi_lookup[i].scmd->device->lun == lun)) {
1182 found = 1;
1183 goto out;
1184 }
1185 }
1186 out:
1187 spin_unlock_irqrestore(&ioc->scsi_lookup_lock, flags);
1188 return found;
1189}
1190
Christoph Hellwigcf75d5d2014-11-13 15:13:20 +01001191/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301192 * scsih_change_queue_depth - setting device queue depth
Christoph Hellwigcf75d5d2014-11-13 15:13:20 +01001193 * @sdev: scsi device struct
1194 * @qdepth: requested queue depth
1195 *
1196 * Returns queue depth.
1197 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301198int
1199scsih_change_queue_depth(struct scsi_device *sdev, int qdepth)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301200{
1201 struct Scsi_Host *shost = sdev->host;
1202 int max_depth;
1203 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
1204 struct MPT3SAS_DEVICE *sas_device_priv_data;
1205 struct MPT3SAS_TARGET *sas_target_priv_data;
1206 struct _sas_device *sas_device;
1207 unsigned long flags;
1208
1209 max_depth = shost->can_queue;
1210
1211 /* limit max device queue for SATA to 32 */
1212 sas_device_priv_data = sdev->hostdata;
1213 if (!sas_device_priv_data)
1214 goto not_sata;
1215 sas_target_priv_data = sas_device_priv_data->sas_target;
1216 if (!sas_target_priv_data)
1217 goto not_sata;
1218 if ((sas_target_priv_data->flags & MPT_TARGET_FLAGS_VOLUME))
1219 goto not_sata;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301220
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301221 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301222 sas_device = __mpt3sas_get_sdev_from_target(ioc, sas_target_priv_data);
1223 if (sas_device) {
1224 if (sas_device->device_info & MPI2_SAS_DEVICE_INFO_SATA_DEVICE)
1225 max_depth = MPT3SAS_SATA_QUEUE_DEPTH;
1226
1227 sas_device_put(sas_device);
1228 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301229 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
1230
1231 not_sata:
1232
1233 if (!sdev->tagged_supported)
1234 max_depth = 1;
1235 if (qdepth > max_depth)
1236 qdepth = max_depth;
Christoph Hellwigcf75d5d2014-11-13 15:13:20 +01001237 return scsi_change_queue_depth(sdev, qdepth);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301238}
1239
1240/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301241 * scsih_target_alloc - target add routine
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301242 * @starget: scsi target struct
1243 *
1244 * Returns 0 if ok. Any other return is assumed to be an error and
1245 * the device is ignored.
1246 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301247int
1248scsih_target_alloc(struct scsi_target *starget)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301249{
1250 struct Scsi_Host *shost = dev_to_shost(&starget->dev);
1251 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
1252 struct MPT3SAS_TARGET *sas_target_priv_data;
1253 struct _sas_device *sas_device;
1254 struct _raid_device *raid_device;
1255 unsigned long flags;
1256 struct sas_rphy *rphy;
1257
Joe Lawrence62c4da42014-06-25 17:04:22 -04001258 sas_target_priv_data = kzalloc(sizeof(*sas_target_priv_data),
1259 GFP_KERNEL);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301260 if (!sas_target_priv_data)
1261 return -ENOMEM;
1262
1263 starget->hostdata = sas_target_priv_data;
1264 sas_target_priv_data->starget = starget;
1265 sas_target_priv_data->handle = MPT3SAS_INVALID_DEVICE_HANDLE;
1266
1267 /* RAID volumes */
1268 if (starget->channel == RAID_CHANNEL) {
1269 spin_lock_irqsave(&ioc->raid_device_lock, flags);
1270 raid_device = _scsih_raid_device_find_by_id(ioc, starget->id,
1271 starget->channel);
1272 if (raid_device) {
1273 sas_target_priv_data->handle = raid_device->handle;
1274 sas_target_priv_data->sas_address = raid_device->wwid;
1275 sas_target_priv_data->flags |= MPT_TARGET_FLAGS_VOLUME;
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05301276 sas_target_priv_data->raid_device = raid_device;
1277 if (ioc->is_warpdrive)
1278 raid_device->starget = starget;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301279 }
1280 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
1281 return 0;
1282 }
1283
1284 /* sas/sata devices */
1285 spin_lock_irqsave(&ioc->sas_device_lock, flags);
1286 rphy = dev_to_rphy(starget->dev.parent);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301287 sas_device = __mpt3sas_get_sdev_by_addr(ioc,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301288 rphy->identify.sas_address);
1289
1290 if (sas_device) {
1291 sas_target_priv_data->handle = sas_device->handle;
1292 sas_target_priv_data->sas_address = sas_device->sas_address;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301293 sas_target_priv_data->sdev = sas_device;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301294 sas_device->starget = starget;
1295 sas_device->id = starget->id;
1296 sas_device->channel = starget->channel;
1297 if (test_bit(sas_device->handle, ioc->pd_handles))
1298 sas_target_priv_data->flags |=
1299 MPT_TARGET_FLAGS_RAID_COMPONENT;
1300 if (sas_device->fast_path)
1301 sas_target_priv_data->flags |= MPT_TARGET_FASTPATH_IO;
1302 }
1303 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
1304
1305 return 0;
1306}
1307
1308/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301309 * scsih_target_destroy - target destroy routine
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301310 * @starget: scsi target struct
1311 *
1312 * Returns nothing.
1313 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301314void
1315scsih_target_destroy(struct scsi_target *starget)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301316{
1317 struct Scsi_Host *shost = dev_to_shost(&starget->dev);
1318 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
1319 struct MPT3SAS_TARGET *sas_target_priv_data;
1320 struct _sas_device *sas_device;
1321 struct _raid_device *raid_device;
1322 unsigned long flags;
1323 struct sas_rphy *rphy;
1324
1325 sas_target_priv_data = starget->hostdata;
1326 if (!sas_target_priv_data)
1327 return;
1328
1329 if (starget->channel == RAID_CHANNEL) {
1330 spin_lock_irqsave(&ioc->raid_device_lock, flags);
1331 raid_device = _scsih_raid_device_find_by_id(ioc, starget->id,
1332 starget->channel);
1333 if (raid_device) {
1334 raid_device->starget = NULL;
1335 raid_device->sdev = NULL;
1336 }
1337 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
1338 goto out;
1339 }
1340
1341 spin_lock_irqsave(&ioc->sas_device_lock, flags);
1342 rphy = dev_to_rphy(starget->dev.parent);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301343 sas_device = __mpt3sas_get_sdev_from_target(ioc, sas_target_priv_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301344 if (sas_device && (sas_device->starget == starget) &&
1345 (sas_device->id == starget->id) &&
1346 (sas_device->channel == starget->channel))
1347 sas_device->starget = NULL;
1348
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301349 if (sas_device) {
1350 /*
1351 * Corresponding get() is in _scsih_target_alloc()
1352 */
1353 sas_target_priv_data->sdev = NULL;
1354 sas_device_put(sas_device);
1355
1356 sas_device_put(sas_device);
1357 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301358 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
1359
1360 out:
1361 kfree(sas_target_priv_data);
1362 starget->hostdata = NULL;
1363}
1364
1365/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301366 * scsih_slave_alloc - device add routine
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301367 * @sdev: scsi device struct
1368 *
1369 * Returns 0 if ok. Any other return is assumed to be an error and
1370 * the device is ignored.
1371 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301372int
1373scsih_slave_alloc(struct scsi_device *sdev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301374{
1375 struct Scsi_Host *shost;
1376 struct MPT3SAS_ADAPTER *ioc;
1377 struct MPT3SAS_TARGET *sas_target_priv_data;
1378 struct MPT3SAS_DEVICE *sas_device_priv_data;
1379 struct scsi_target *starget;
1380 struct _raid_device *raid_device;
Sreekanth Reddyb65cfed2013-06-29 03:52:03 +05301381 struct _sas_device *sas_device;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301382 unsigned long flags;
1383
Joe Lawrence62c4da42014-06-25 17:04:22 -04001384 sas_device_priv_data = kzalloc(sizeof(*sas_device_priv_data),
1385 GFP_KERNEL);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301386 if (!sas_device_priv_data)
1387 return -ENOMEM;
1388
1389 sas_device_priv_data->lun = sdev->lun;
1390 sas_device_priv_data->flags = MPT_DEVICE_FLAGS_INIT;
1391
1392 starget = scsi_target(sdev);
1393 sas_target_priv_data = starget->hostdata;
1394 sas_target_priv_data->num_luns++;
1395 sas_device_priv_data->sas_target = sas_target_priv_data;
1396 sdev->hostdata = sas_device_priv_data;
1397 if ((sas_target_priv_data->flags & MPT_TARGET_FLAGS_RAID_COMPONENT))
1398 sdev->no_uld_attach = 1;
1399
1400 shost = dev_to_shost(&starget->dev);
1401 ioc = shost_priv(shost);
1402 if (starget->channel == RAID_CHANNEL) {
1403 spin_lock_irqsave(&ioc->raid_device_lock, flags);
1404 raid_device = _scsih_raid_device_find_by_id(ioc,
1405 starget->id, starget->channel);
1406 if (raid_device)
1407 raid_device->sdev = sdev; /* raid is single lun */
1408 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
1409 }
1410
Sreekanth Reddyb65cfed2013-06-29 03:52:03 +05301411 if (!(sas_target_priv_data->flags & MPT_TARGET_FLAGS_VOLUME)) {
1412 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301413 sas_device = __mpt3sas_get_sdev_by_addr(ioc,
Sreekanth Reddyb65cfed2013-06-29 03:52:03 +05301414 sas_target_priv_data->sas_address);
1415 if (sas_device && (sas_device->starget == NULL)) {
1416 sdev_printk(KERN_INFO, sdev,
1417 "%s : sas_device->starget set to starget @ %d\n",
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301418 __func__, __LINE__);
Sreekanth Reddyb65cfed2013-06-29 03:52:03 +05301419 sas_device->starget = starget;
1420 }
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301421
1422 if (sas_device)
1423 sas_device_put(sas_device);
1424
Sreekanth Reddyb65cfed2013-06-29 03:52:03 +05301425 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
1426 }
1427
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301428 return 0;
1429}
1430
1431/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301432 * scsih_slave_destroy - device destroy routine
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301433 * @sdev: scsi device struct
1434 *
1435 * Returns nothing.
1436 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301437void
1438scsih_slave_destroy(struct scsi_device *sdev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301439{
1440 struct MPT3SAS_TARGET *sas_target_priv_data;
1441 struct scsi_target *starget;
1442 struct Scsi_Host *shost;
1443 struct MPT3SAS_ADAPTER *ioc;
1444 struct _sas_device *sas_device;
1445 unsigned long flags;
1446
1447 if (!sdev->hostdata)
1448 return;
1449
1450 starget = scsi_target(sdev);
1451 sas_target_priv_data = starget->hostdata;
1452 sas_target_priv_data->num_luns--;
1453
1454 shost = dev_to_shost(&starget->dev);
1455 ioc = shost_priv(shost);
1456
1457 if (!(sas_target_priv_data->flags & MPT_TARGET_FLAGS_VOLUME)) {
1458 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301459 sas_device = __mpt3sas_get_sdev_from_target(ioc,
1460 sas_target_priv_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301461 if (sas_device && !sas_target_priv_data->num_luns)
1462 sas_device->starget = NULL;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301463
1464 if (sas_device)
1465 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301466 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
1467 }
1468
1469 kfree(sdev->hostdata);
1470 sdev->hostdata = NULL;
1471}
1472
1473/**
1474 * _scsih_display_sata_capabilities - sata capabilities
1475 * @ioc: per adapter object
1476 * @handle: device handle
1477 * @sdev: scsi device struct
1478 */
1479static void
1480_scsih_display_sata_capabilities(struct MPT3SAS_ADAPTER *ioc,
1481 u16 handle, struct scsi_device *sdev)
1482{
1483 Mpi2ConfigReply_t mpi_reply;
1484 Mpi2SasDevicePage0_t sas_device_pg0;
1485 u32 ioc_status;
1486 u16 flags;
1487 u32 device_info;
1488
1489 if ((mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply, &sas_device_pg0,
1490 MPI2_SAS_DEVICE_PGAD_FORM_HANDLE, handle))) {
1491 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
1492 ioc->name, __FILE__, __LINE__, __func__);
1493 return;
1494 }
1495
1496 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
1497 MPI2_IOCSTATUS_MASK;
1498 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
1499 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
1500 ioc->name, __FILE__, __LINE__, __func__);
1501 return;
1502 }
1503
1504 flags = le16_to_cpu(sas_device_pg0.Flags);
1505 device_info = le32_to_cpu(sas_device_pg0.DeviceInfo);
1506
1507 sdev_printk(KERN_INFO, sdev,
1508 "atapi(%s), ncq(%s), asyn_notify(%s), smart(%s), fua(%s), "
1509 "sw_preserve(%s)\n",
1510 (device_info & MPI2_SAS_DEVICE_INFO_ATAPI_DEVICE) ? "y" : "n",
1511 (flags & MPI2_SAS_DEVICE0_FLAGS_SATA_NCQ_SUPPORTED) ? "y" : "n",
1512 (flags & MPI2_SAS_DEVICE0_FLAGS_SATA_ASYNCHRONOUS_NOTIFY) ? "y" :
1513 "n",
1514 (flags & MPI2_SAS_DEVICE0_FLAGS_SATA_SMART_SUPPORTED) ? "y" : "n",
1515 (flags & MPI2_SAS_DEVICE0_FLAGS_SATA_FUA_SUPPORTED) ? "y" : "n",
1516 (flags & MPI2_SAS_DEVICE0_FLAGS_SATA_SW_PRESERVE) ? "y" : "n");
1517}
1518
1519/*
1520 * raid transport support -
1521 * Enabled for SLES11 and newer, in older kernels the driver will panic when
1522 * unloading the driver followed by a load - I beleive that the subroutine
1523 * raid_class_release() is not cleaning up properly.
1524 */
1525
1526/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301527 * scsih_is_raid - return boolean indicating device is raid volume
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301528 * @dev the device struct object
1529 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301530int
1531scsih_is_raid(struct device *dev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301532{
1533 struct scsi_device *sdev = to_scsi_device(dev);
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05301534 struct MPT3SAS_ADAPTER *ioc = shost_priv(sdev->host);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301535
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05301536 if (ioc->is_warpdrive)
1537 return 0;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301538 return (sdev->channel == RAID_CHANNEL) ? 1 : 0;
1539}
1540
1541/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301542 * scsih_get_resync - get raid volume resync percent complete
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301543 * @dev the device struct object
1544 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301545void
1546scsih_get_resync(struct device *dev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301547{
1548 struct scsi_device *sdev = to_scsi_device(dev);
1549 struct MPT3SAS_ADAPTER *ioc = shost_priv(sdev->host);
1550 static struct _raid_device *raid_device;
1551 unsigned long flags;
1552 Mpi2RaidVolPage0_t vol_pg0;
1553 Mpi2ConfigReply_t mpi_reply;
1554 u32 volume_status_flags;
1555 u8 percent_complete;
1556 u16 handle;
1557
1558 percent_complete = 0;
1559 handle = 0;
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05301560 if (ioc->is_warpdrive)
1561 goto out;
1562
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301563 spin_lock_irqsave(&ioc->raid_device_lock, flags);
1564 raid_device = _scsih_raid_device_find_by_id(ioc, sdev->id,
1565 sdev->channel);
1566 if (raid_device) {
1567 handle = raid_device->handle;
1568 percent_complete = raid_device->percent_complete;
1569 }
1570 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
1571
1572 if (!handle)
1573 goto out;
1574
1575 if (mpt3sas_config_get_raid_volume_pg0(ioc, &mpi_reply, &vol_pg0,
1576 MPI2_RAID_VOLUME_PGAD_FORM_HANDLE, handle,
1577 sizeof(Mpi2RaidVolPage0_t))) {
1578 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
1579 ioc->name, __FILE__, __LINE__, __func__);
1580 percent_complete = 0;
1581 goto out;
1582 }
1583
1584 volume_status_flags = le32_to_cpu(vol_pg0.VolumeStatusFlags);
1585 if (!(volume_status_flags &
1586 MPI2_RAIDVOL0_STATUS_FLAG_RESYNC_IN_PROGRESS))
1587 percent_complete = 0;
1588
1589 out:
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05301590
1591 switch (ioc->hba_mpi_version_belonged) {
1592 case MPI2_VERSION:
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05301593 raid_set_resync(mpt2sas_raid_template, dev, percent_complete);
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05301594 break;
1595 case MPI25_VERSION:
1596 case MPI26_VERSION:
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05301597 raid_set_resync(mpt3sas_raid_template, dev, percent_complete);
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05301598 break;
1599 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301600}
1601
1602/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301603 * scsih_get_state - get raid volume level
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301604 * @dev the device struct object
1605 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301606void
1607scsih_get_state(struct device *dev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301608{
1609 struct scsi_device *sdev = to_scsi_device(dev);
1610 struct MPT3SAS_ADAPTER *ioc = shost_priv(sdev->host);
1611 static struct _raid_device *raid_device;
1612 unsigned long flags;
1613 Mpi2RaidVolPage0_t vol_pg0;
1614 Mpi2ConfigReply_t mpi_reply;
1615 u32 volstate;
1616 enum raid_state state = RAID_STATE_UNKNOWN;
1617 u16 handle = 0;
1618
1619 spin_lock_irqsave(&ioc->raid_device_lock, flags);
1620 raid_device = _scsih_raid_device_find_by_id(ioc, sdev->id,
1621 sdev->channel);
1622 if (raid_device)
1623 handle = raid_device->handle;
1624 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
1625
1626 if (!raid_device)
1627 goto out;
1628
1629 if (mpt3sas_config_get_raid_volume_pg0(ioc, &mpi_reply, &vol_pg0,
1630 MPI2_RAID_VOLUME_PGAD_FORM_HANDLE, handle,
1631 sizeof(Mpi2RaidVolPage0_t))) {
1632 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
1633 ioc->name, __FILE__, __LINE__, __func__);
1634 goto out;
1635 }
1636
1637 volstate = le32_to_cpu(vol_pg0.VolumeStatusFlags);
1638 if (volstate & MPI2_RAIDVOL0_STATUS_FLAG_RESYNC_IN_PROGRESS) {
1639 state = RAID_STATE_RESYNCING;
1640 goto out;
1641 }
1642
1643 switch (vol_pg0.VolumeState) {
1644 case MPI2_RAID_VOL_STATE_OPTIMAL:
1645 case MPI2_RAID_VOL_STATE_ONLINE:
1646 state = RAID_STATE_ACTIVE;
1647 break;
1648 case MPI2_RAID_VOL_STATE_DEGRADED:
1649 state = RAID_STATE_DEGRADED;
1650 break;
1651 case MPI2_RAID_VOL_STATE_FAILED:
1652 case MPI2_RAID_VOL_STATE_MISSING:
1653 state = RAID_STATE_OFFLINE;
1654 break;
1655 }
1656 out:
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05301657 switch (ioc->hba_mpi_version_belonged) {
1658 case MPI2_VERSION:
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05301659 raid_set_state(mpt2sas_raid_template, dev, state);
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05301660 break;
1661 case MPI25_VERSION:
1662 case MPI26_VERSION:
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05301663 raid_set_state(mpt3sas_raid_template, dev, state);
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05301664 break;
1665 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301666}
1667
1668/**
1669 * _scsih_set_level - set raid level
1670 * @sdev: scsi device struct
1671 * @volume_type: volume type
1672 */
1673static void
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05301674_scsih_set_level(struct MPT3SAS_ADAPTER *ioc,
1675 struct scsi_device *sdev, u8 volume_type)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301676{
1677 enum raid_level level = RAID_LEVEL_UNKNOWN;
1678
1679 switch (volume_type) {
1680 case MPI2_RAID_VOL_TYPE_RAID0:
1681 level = RAID_LEVEL_0;
1682 break;
1683 case MPI2_RAID_VOL_TYPE_RAID10:
1684 level = RAID_LEVEL_10;
1685 break;
1686 case MPI2_RAID_VOL_TYPE_RAID1E:
1687 level = RAID_LEVEL_1E;
1688 break;
1689 case MPI2_RAID_VOL_TYPE_RAID1:
1690 level = RAID_LEVEL_1;
1691 break;
1692 }
1693
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05301694 switch (ioc->hba_mpi_version_belonged) {
1695 case MPI2_VERSION:
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05301696 raid_set_level(mpt2sas_raid_template,
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05301697 &sdev->sdev_gendev, level);
1698 break;
1699 case MPI25_VERSION:
1700 case MPI26_VERSION:
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05301701 raid_set_level(mpt3sas_raid_template,
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05301702 &sdev->sdev_gendev, level);
1703 break;
1704 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301705}
1706
1707
1708/**
1709 * _scsih_get_volume_capabilities - volume capabilities
1710 * @ioc: per adapter object
1711 * @sas_device: the raid_device object
1712 *
1713 * Returns 0 for success, else 1
1714 */
1715static int
1716_scsih_get_volume_capabilities(struct MPT3SAS_ADAPTER *ioc,
1717 struct _raid_device *raid_device)
1718{
1719 Mpi2RaidVolPage0_t *vol_pg0;
1720 Mpi2RaidPhysDiskPage0_t pd_pg0;
1721 Mpi2SasDevicePage0_t sas_device_pg0;
1722 Mpi2ConfigReply_t mpi_reply;
1723 u16 sz;
1724 u8 num_pds;
1725
1726 if ((mpt3sas_config_get_number_pds(ioc, raid_device->handle,
1727 &num_pds)) || !num_pds) {
1728 dfailprintk(ioc, pr_warn(MPT3SAS_FMT
1729 "failure at %s:%d/%s()!\n", ioc->name, __FILE__, __LINE__,
1730 __func__));
1731 return 1;
1732 }
1733
1734 raid_device->num_pds = num_pds;
1735 sz = offsetof(Mpi2RaidVolPage0_t, PhysDisk) + (num_pds *
1736 sizeof(Mpi2RaidVol0PhysDisk_t));
1737 vol_pg0 = kzalloc(sz, GFP_KERNEL);
1738 if (!vol_pg0) {
1739 dfailprintk(ioc, pr_warn(MPT3SAS_FMT
1740 "failure at %s:%d/%s()!\n", ioc->name, __FILE__, __LINE__,
1741 __func__));
1742 return 1;
1743 }
1744
1745 if ((mpt3sas_config_get_raid_volume_pg0(ioc, &mpi_reply, vol_pg0,
1746 MPI2_RAID_VOLUME_PGAD_FORM_HANDLE, raid_device->handle, sz))) {
1747 dfailprintk(ioc, pr_warn(MPT3SAS_FMT
1748 "failure at %s:%d/%s()!\n", ioc->name, __FILE__, __LINE__,
1749 __func__));
1750 kfree(vol_pg0);
1751 return 1;
1752 }
1753
1754 raid_device->volume_type = vol_pg0->VolumeType;
1755
1756 /* figure out what the underlying devices are by
1757 * obtaining the device_info bits for the 1st device
1758 */
1759 if (!(mpt3sas_config_get_phys_disk_pg0(ioc, &mpi_reply,
1760 &pd_pg0, MPI2_PHYSDISK_PGAD_FORM_PHYSDISKNUM,
1761 vol_pg0->PhysDisk[0].PhysDiskNum))) {
1762 if (!(mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply,
1763 &sas_device_pg0, MPI2_SAS_DEVICE_PGAD_FORM_HANDLE,
1764 le16_to_cpu(pd_pg0.DevHandle)))) {
1765 raid_device->device_info =
1766 le32_to_cpu(sas_device_pg0.DeviceInfo);
1767 }
1768 }
1769
1770 kfree(vol_pg0);
1771 return 0;
1772}
1773
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301774/**
1775 * _scsih_enable_tlr - setting TLR flags
1776 * @ioc: per adapter object
1777 * @sdev: scsi device struct
1778 *
1779 * Enabling Transaction Layer Retries for tape devices when
1780 * vpd page 0x90 is present
1781 *
1782 */
1783static void
1784_scsih_enable_tlr(struct MPT3SAS_ADAPTER *ioc, struct scsi_device *sdev)
1785{
1786
1787 /* only for TAPE */
1788 if (sdev->type != TYPE_TAPE)
1789 return;
1790
1791 if (!(ioc->facts.IOCCapabilities & MPI2_IOCFACTS_CAPABILITY_TLR))
1792 return;
1793
1794 sas_enable_tlr(sdev);
1795 sdev_printk(KERN_INFO, sdev, "TLR %s\n",
1796 sas_is_tlr_enabled(sdev) ? "Enabled" : "Disabled");
1797 return;
1798
1799}
1800
1801/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301802 * scsih_slave_configure - device configure routine.
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301803 * @sdev: scsi device struct
1804 *
1805 * Returns 0 if ok. Any other return is assumed to be an error and
1806 * the device is ignored.
1807 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301808int
1809scsih_slave_configure(struct scsi_device *sdev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301810{
1811 struct Scsi_Host *shost = sdev->host;
1812 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
1813 struct MPT3SAS_DEVICE *sas_device_priv_data;
1814 struct MPT3SAS_TARGET *sas_target_priv_data;
1815 struct _sas_device *sas_device;
1816 struct _raid_device *raid_device;
1817 unsigned long flags;
1818 int qdepth;
1819 u8 ssp_target = 0;
1820 char *ds = "";
1821 char *r_level = "";
1822 u16 handle, volume_handle = 0;
1823 u64 volume_wwid = 0;
1824
1825 qdepth = 1;
1826 sas_device_priv_data = sdev->hostdata;
1827 sas_device_priv_data->configured_lun = 1;
1828 sas_device_priv_data->flags &= ~MPT_DEVICE_FLAGS_INIT;
1829 sas_target_priv_data = sas_device_priv_data->sas_target;
1830 handle = sas_target_priv_data->handle;
1831
1832 /* raid volume handling */
1833 if (sas_target_priv_data->flags & MPT_TARGET_FLAGS_VOLUME) {
1834
1835 spin_lock_irqsave(&ioc->raid_device_lock, flags);
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05301836 raid_device = mpt3sas_raid_device_find_by_handle(ioc, handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301837 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
1838 if (!raid_device) {
1839 dfailprintk(ioc, pr_warn(MPT3SAS_FMT
1840 "failure at %s:%d/%s()!\n", ioc->name, __FILE__,
1841 __LINE__, __func__));
1842 return 1;
1843 }
1844
1845 if (_scsih_get_volume_capabilities(ioc, raid_device)) {
1846 dfailprintk(ioc, pr_warn(MPT3SAS_FMT
1847 "failure at %s:%d/%s()!\n", ioc->name, __FILE__,
1848 __LINE__, __func__));
1849 return 1;
1850 }
1851
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05301852 /*
1853 * WARPDRIVE: Initialize the required data for Direct IO
1854 */
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05301855 mpt3sas_init_warpdrive_properties(ioc, raid_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301856
1857 /* RAID Queue Depth Support
1858 * IS volume = underlying qdepth of drive type, either
1859 * MPT3SAS_SAS_QUEUE_DEPTH or MPT3SAS_SATA_QUEUE_DEPTH
1860 * IM/IME/R10 = 128 (MPT3SAS_RAID_QUEUE_DEPTH)
1861 */
1862 if (raid_device->device_info &
1863 MPI2_SAS_DEVICE_INFO_SSP_TARGET) {
1864 qdepth = MPT3SAS_SAS_QUEUE_DEPTH;
1865 ds = "SSP";
1866 } else {
1867 qdepth = MPT3SAS_SATA_QUEUE_DEPTH;
1868 if (raid_device->device_info &
1869 MPI2_SAS_DEVICE_INFO_SATA_DEVICE)
1870 ds = "SATA";
1871 else
1872 ds = "STP";
1873 }
1874
1875 switch (raid_device->volume_type) {
1876 case MPI2_RAID_VOL_TYPE_RAID0:
1877 r_level = "RAID0";
1878 break;
1879 case MPI2_RAID_VOL_TYPE_RAID1E:
1880 qdepth = MPT3SAS_RAID_QUEUE_DEPTH;
1881 if (ioc->manu_pg10.OEMIdentifier &&
1882 (le32_to_cpu(ioc->manu_pg10.GenericFlags0) &
1883 MFG10_GF0_R10_DISPLAY) &&
1884 !(raid_device->num_pds % 2))
1885 r_level = "RAID10";
1886 else
1887 r_level = "RAID1E";
1888 break;
1889 case MPI2_RAID_VOL_TYPE_RAID1:
1890 qdepth = MPT3SAS_RAID_QUEUE_DEPTH;
1891 r_level = "RAID1";
1892 break;
1893 case MPI2_RAID_VOL_TYPE_RAID10:
1894 qdepth = MPT3SAS_RAID_QUEUE_DEPTH;
1895 r_level = "RAID10";
1896 break;
1897 case MPI2_RAID_VOL_TYPE_UNKNOWN:
1898 default:
1899 qdepth = MPT3SAS_RAID_QUEUE_DEPTH;
1900 r_level = "RAIDX";
1901 break;
1902 }
1903
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05301904 if (!ioc->hide_ir_msg)
1905 sdev_printk(KERN_INFO, sdev,
1906 "%s: handle(0x%04x), wwid(0x%016llx),"
1907 " pd_count(%d), type(%s)\n",
1908 r_level, raid_device->handle,
1909 (unsigned long long)raid_device->wwid,
1910 raid_device->num_pds, ds);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301911
Chaitra P B6c197092016-05-06 14:29:30 +05301912 if (shost->max_sectors > MPT3SAS_RAID_MAX_SECTORS) {
1913 blk_queue_max_hw_sectors(sdev->request_queue,
1914 MPT3SAS_RAID_MAX_SECTORS);
1915 sdev_printk(KERN_INFO, sdev,
1916 "Set queue's max_sector to: %u\n",
1917 MPT3SAS_RAID_MAX_SECTORS);
1918 }
1919
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05301920 scsih_change_queue_depth(sdev, qdepth);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301921
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05301922 /* raid transport support */
1923 if (!ioc->is_warpdrive)
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05301924 _scsih_set_level(ioc, sdev, raid_device->volume_type);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301925 return 0;
1926 }
1927
1928 /* non-raid handling */
1929 if (sas_target_priv_data->flags & MPT_TARGET_FLAGS_RAID_COMPONENT) {
1930 if (mpt3sas_config_get_volume_handle(ioc, handle,
1931 &volume_handle)) {
1932 dfailprintk(ioc, pr_warn(MPT3SAS_FMT
1933 "failure at %s:%d/%s()!\n", ioc->name,
1934 __FILE__, __LINE__, __func__));
1935 return 1;
1936 }
1937 if (volume_handle && mpt3sas_config_get_volume_wwid(ioc,
1938 volume_handle, &volume_wwid)) {
1939 dfailprintk(ioc, pr_warn(MPT3SAS_FMT
1940 "failure at %s:%d/%s()!\n", ioc->name,
1941 __FILE__, __LINE__, __func__));
1942 return 1;
1943 }
1944 }
1945
1946 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301947 sas_device = __mpt3sas_get_sdev_by_addr(ioc,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301948 sas_device_priv_data->sas_target->sas_address);
1949 if (!sas_device) {
1950 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
1951 dfailprintk(ioc, pr_warn(MPT3SAS_FMT
1952 "failure at %s:%d/%s()!\n", ioc->name, __FILE__, __LINE__,
1953 __func__));
1954 return 1;
1955 }
1956
1957 sas_device->volume_handle = volume_handle;
1958 sas_device->volume_wwid = volume_wwid;
1959 if (sas_device->device_info & MPI2_SAS_DEVICE_INFO_SSP_TARGET) {
1960 qdepth = MPT3SAS_SAS_QUEUE_DEPTH;
1961 ssp_target = 1;
Suganath prabu Subramani30158dc2016-01-28 12:07:01 +05301962 if (sas_device->device_info &
1963 MPI2_SAS_DEVICE_INFO_SEP) {
1964 sdev_printk(KERN_WARNING, sdev,
1965 "set ignore_delay_remove for handle(0x%04x)\n",
1966 sas_device_priv_data->sas_target->handle);
1967 sas_device_priv_data->ignore_delay_remove = 1;
1968 ds = "SES";
1969 } else
1970 ds = "SSP";
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301971 } else {
1972 qdepth = MPT3SAS_SATA_QUEUE_DEPTH;
1973 if (sas_device->device_info & MPI2_SAS_DEVICE_INFO_STP_TARGET)
1974 ds = "STP";
1975 else if (sas_device->device_info &
1976 MPI2_SAS_DEVICE_INFO_SATA_DEVICE)
1977 ds = "SATA";
1978 }
1979
1980 sdev_printk(KERN_INFO, sdev, "%s: handle(0x%04x), " \
1981 "sas_addr(0x%016llx), phy(%d), device_name(0x%016llx)\n",
1982 ds, handle, (unsigned long long)sas_device->sas_address,
1983 sas_device->phy, (unsigned long long)sas_device->device_name);
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05301984 if (sas_device->enclosure_handle != 0)
1985 sdev_printk(KERN_INFO, sdev,
1986 "%s: enclosure_logical_id(0x%016llx), slot(%d)\n",
1987 ds, (unsigned long long)
1988 sas_device->enclosure_logical_id, sas_device->slot);
1989 if (sas_device->connector_name[0] != '\0')
1990 sdev_printk(KERN_INFO, sdev,
1991 "%s: enclosure level(0x%04x), connector name( %s)\n",
1992 ds, sas_device->enclosure_level,
1993 sas_device->connector_name);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301994
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05301995 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301996 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
1997
1998 if (!ssp_target)
1999 _scsih_display_sata_capabilities(ioc, handle, sdev);
2000
2001
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302002 scsih_change_queue_depth(sdev, qdepth);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302003
2004 if (ssp_target) {
2005 sas_read_port_mode_page(sdev);
2006 _scsih_enable_tlr(ioc, sdev);
2007 }
2008
2009 return 0;
2010}
2011
2012/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302013 * scsih_bios_param - fetch head, sector, cylinder info for a disk
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302014 * @sdev: scsi device struct
2015 * @bdev: pointer to block device context
2016 * @capacity: device size (in 512 byte sectors)
2017 * @params: three element array to place output:
2018 * params[0] number of heads (max 255)
2019 * params[1] number of sectors (max 63)
2020 * params[2] number of cylinders
2021 *
2022 * Return nothing.
2023 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302024int
2025scsih_bios_param(struct scsi_device *sdev, struct block_device *bdev,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302026 sector_t capacity, int params[])
2027{
2028 int heads;
2029 int sectors;
2030 sector_t cylinders;
2031 ulong dummy;
2032
2033 heads = 64;
2034 sectors = 32;
2035
2036 dummy = heads * sectors;
2037 cylinders = capacity;
2038 sector_div(cylinders, dummy);
2039
2040 /*
2041 * Handle extended translation size for logical drives
2042 * > 1Gb
2043 */
2044 if ((ulong)capacity >= 0x200000) {
2045 heads = 255;
2046 sectors = 63;
2047 dummy = heads * sectors;
2048 cylinders = capacity;
2049 sector_div(cylinders, dummy);
2050 }
2051
2052 /* return result */
2053 params[0] = heads;
2054 params[1] = sectors;
2055 params[2] = cylinders;
2056
2057 return 0;
2058}
2059
2060/**
2061 * _scsih_response_code - translation of device response code
2062 * @ioc: per adapter object
2063 * @response_code: response code returned by the device
2064 *
2065 * Return nothing.
2066 */
2067static void
2068_scsih_response_code(struct MPT3SAS_ADAPTER *ioc, u8 response_code)
2069{
2070 char *desc;
2071
2072 switch (response_code) {
2073 case MPI2_SCSITASKMGMT_RSP_TM_COMPLETE:
2074 desc = "task management request completed";
2075 break;
2076 case MPI2_SCSITASKMGMT_RSP_INVALID_FRAME:
2077 desc = "invalid frame";
2078 break;
2079 case MPI2_SCSITASKMGMT_RSP_TM_NOT_SUPPORTED:
2080 desc = "task management request not supported";
2081 break;
2082 case MPI2_SCSITASKMGMT_RSP_TM_FAILED:
2083 desc = "task management request failed";
2084 break;
2085 case MPI2_SCSITASKMGMT_RSP_TM_SUCCEEDED:
2086 desc = "task management request succeeded";
2087 break;
2088 case MPI2_SCSITASKMGMT_RSP_TM_INVALID_LUN:
2089 desc = "invalid lun";
2090 break;
2091 case 0xA:
2092 desc = "overlapped tag attempted";
2093 break;
2094 case MPI2_SCSITASKMGMT_RSP_IO_QUEUED_ON_IOC:
2095 desc = "task queued, however not sent to target";
2096 break;
2097 default:
2098 desc = "unknown";
2099 break;
2100 }
2101 pr_warn(MPT3SAS_FMT "response_code(0x%01x): %s\n",
2102 ioc->name, response_code, desc);
2103}
2104
2105/**
2106 * _scsih_tm_done - tm completion routine
2107 * @ioc: per adapter object
2108 * @smid: system request message index
2109 * @msix_index: MSIX table index supplied by the OS
2110 * @reply: reply message frame(lower 32bit addr)
2111 * Context: none.
2112 *
2113 * The callback handler when using scsih_issue_tm.
2114 *
2115 * Return 1 meaning mf should be freed from _base_interrupt
2116 * 0 means the mf is freed from this function.
2117 */
2118static u8
2119_scsih_tm_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply)
2120{
2121 MPI2DefaultReply_t *mpi_reply;
2122
2123 if (ioc->tm_cmds.status == MPT3_CMD_NOT_USED)
2124 return 1;
2125 if (ioc->tm_cmds.smid != smid)
2126 return 1;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302127 ioc->tm_cmds.status |= MPT3_CMD_COMPLETE;
2128 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply);
2129 if (mpi_reply) {
2130 memcpy(ioc->tm_cmds.reply, mpi_reply, mpi_reply->MsgLength*4);
2131 ioc->tm_cmds.status |= MPT3_CMD_REPLY_VALID;
2132 }
2133 ioc->tm_cmds.status &= ~MPT3_CMD_PENDING;
2134 complete(&ioc->tm_cmds.done);
2135 return 1;
2136}
2137
2138/**
2139 * mpt3sas_scsih_set_tm_flag - set per target tm_busy
2140 * @ioc: per adapter object
2141 * @handle: device handle
2142 *
2143 * During taskmangement request, we need to freeze the device queue.
2144 */
2145void
2146mpt3sas_scsih_set_tm_flag(struct MPT3SAS_ADAPTER *ioc, u16 handle)
2147{
2148 struct MPT3SAS_DEVICE *sas_device_priv_data;
2149 struct scsi_device *sdev;
2150 u8 skip = 0;
2151
2152 shost_for_each_device(sdev, ioc->shost) {
2153 if (skip)
2154 continue;
2155 sas_device_priv_data = sdev->hostdata;
2156 if (!sas_device_priv_data)
2157 continue;
2158 if (sas_device_priv_data->sas_target->handle == handle) {
2159 sas_device_priv_data->sas_target->tm_busy = 1;
2160 skip = 1;
2161 ioc->ignore_loginfos = 1;
2162 }
2163 }
2164}
2165
2166/**
2167 * mpt3sas_scsih_clear_tm_flag - clear per target tm_busy
2168 * @ioc: per adapter object
2169 * @handle: device handle
2170 *
2171 * During taskmangement request, we need to freeze the device queue.
2172 */
2173void
2174mpt3sas_scsih_clear_tm_flag(struct MPT3SAS_ADAPTER *ioc, u16 handle)
2175{
2176 struct MPT3SAS_DEVICE *sas_device_priv_data;
2177 struct scsi_device *sdev;
2178 u8 skip = 0;
2179
2180 shost_for_each_device(sdev, ioc->shost) {
2181 if (skip)
2182 continue;
2183 sas_device_priv_data = sdev->hostdata;
2184 if (!sas_device_priv_data)
2185 continue;
2186 if (sas_device_priv_data->sas_target->handle == handle) {
2187 sas_device_priv_data->sas_target->tm_busy = 0;
2188 skip = 1;
2189 ioc->ignore_loginfos = 0;
2190 }
2191 }
2192}
2193
2194/**
2195 * mpt3sas_scsih_issue_tm - main routine for sending tm requests
2196 * @ioc: per adapter struct
2197 * @device_handle: device handle
2198 * @channel: the channel assigned by the OS
2199 * @id: the id assigned by the OS
2200 * @lun: lun number
2201 * @type: MPI2_SCSITASKMGMT_TASKTYPE__XXX (defined in mpi2_init.h)
2202 * @smid_task: smid assigned to the task
2203 * @timeout: timeout in seconds
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302204 * Context: user
2205 *
2206 * A generic API for sending task management requests to firmware.
2207 *
2208 * The callback index is set inside `ioc->tm_cb_idx`.
2209 *
2210 * Return SUCCESS or FAILED.
2211 */
2212int
2213mpt3sas_scsih_issue_tm(struct MPT3SAS_ADAPTER *ioc, u16 handle, uint channel,
Calvin Owens96902832016-07-28 21:38:20 -07002214 uint id, uint lun, u8 type, u16 smid_task, ulong timeout)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302215{
2216 Mpi2SCSITaskManagementRequest_t *mpi_request;
2217 Mpi2SCSITaskManagementReply_t *mpi_reply;
2218 u16 smid = 0;
2219 u32 ioc_state;
2220 unsigned long timeleft;
2221 struct scsiio_tracker *scsi_lookup = NULL;
2222 int rc;
Suganath prabu Subramani03d1fb32016-01-28 12:07:06 +05302223 u16 msix_task = 0;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302224
Calvin Owens96902832016-07-28 21:38:20 -07002225 lockdep_assert_held(&ioc->tm_cmds.mutex);
2226
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302227 if (ioc->tm_cmds.status != MPT3_CMD_NOT_USED) {
2228 pr_info(MPT3SAS_FMT "%s: tm_cmd busy!!!\n",
2229 __func__, ioc->name);
Calvin Owens96902832016-07-28 21:38:20 -07002230 return FAILED;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302231 }
2232
2233 if (ioc->shost_recovery || ioc->remove_host ||
2234 ioc->pci_error_recovery) {
2235 pr_info(MPT3SAS_FMT "%s: host reset in progress!\n",
2236 __func__, ioc->name);
Calvin Owens96902832016-07-28 21:38:20 -07002237 return FAILED;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302238 }
2239
2240 ioc_state = mpt3sas_base_get_iocstate(ioc, 0);
2241 if (ioc_state & MPI2_DOORBELL_USED) {
2242 dhsprintk(ioc, pr_info(MPT3SAS_FMT
2243 "unexpected doorbell active!\n", ioc->name));
2244 rc = mpt3sas_base_hard_reset_handler(ioc, CAN_SLEEP,
2245 FORCE_BIG_HAMMER);
Calvin Owens96902832016-07-28 21:38:20 -07002246 return (!rc) ? SUCCESS : FAILED;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302247 }
2248
2249 if ((ioc_state & MPI2_IOC_STATE_MASK) == MPI2_IOC_STATE_FAULT) {
2250 mpt3sas_base_fault_info(ioc, ioc_state &
2251 MPI2_DOORBELL_DATA_MASK);
2252 rc = mpt3sas_base_hard_reset_handler(ioc, CAN_SLEEP,
2253 FORCE_BIG_HAMMER);
Calvin Owens96902832016-07-28 21:38:20 -07002254 return (!rc) ? SUCCESS : FAILED;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302255 }
2256
2257 smid = mpt3sas_base_get_smid_hpr(ioc, ioc->tm_cb_idx);
2258 if (!smid) {
2259 pr_err(MPT3SAS_FMT "%s: failed obtaining a smid\n",
2260 ioc->name, __func__);
Calvin Owens96902832016-07-28 21:38:20 -07002261 return FAILED;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302262 }
2263
2264 if (type == MPI2_SCSITASKMGMT_TASKTYPE_ABORT_TASK)
2265 scsi_lookup = &ioc->scsi_lookup[smid_task - 1];
2266
2267 dtmprintk(ioc, pr_info(MPT3SAS_FMT
2268 "sending tm: handle(0x%04x), task_type(0x%02x), smid(%d)\n",
2269 ioc->name, handle, type, smid_task));
2270 ioc->tm_cmds.status = MPT3_CMD_PENDING;
2271 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid);
2272 ioc->tm_cmds.smid = smid;
2273 memset(mpi_request, 0, sizeof(Mpi2SCSITaskManagementRequest_t));
2274 memset(ioc->tm_cmds.reply, 0, sizeof(Mpi2SCSITaskManagementReply_t));
2275 mpi_request->Function = MPI2_FUNCTION_SCSI_TASK_MGMT;
2276 mpi_request->DevHandle = cpu_to_le16(handle);
2277 mpi_request->TaskType = type;
2278 mpi_request->TaskMID = cpu_to_le16(smid_task);
2279 int_to_scsilun(lun, (struct scsi_lun *)mpi_request->LUN);
2280 mpt3sas_scsih_set_tm_flag(ioc, handle);
2281 init_completion(&ioc->tm_cmds.done);
Suganath prabu Subramani03d1fb32016-01-28 12:07:06 +05302282 if ((type == MPI2_SCSITASKMGMT_TASKTYPE_ABORT_TASK) &&
2283 (scsi_lookup->msix_io < ioc->reply_queue_count))
2284 msix_task = scsi_lookup->msix_io;
2285 else
2286 msix_task = 0;
2287 mpt3sas_base_put_smid_hi_priority(ioc, smid, msix_task);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302288 timeleft = wait_for_completion_timeout(&ioc->tm_cmds.done, timeout*HZ);
2289 if (!(ioc->tm_cmds.status & MPT3_CMD_COMPLETE)) {
2290 pr_err(MPT3SAS_FMT "%s: timeout\n",
2291 ioc->name, __func__);
2292 _debug_dump_mf(mpi_request,
2293 sizeof(Mpi2SCSITaskManagementRequest_t)/4);
2294 if (!(ioc->tm_cmds.status & MPT3_CMD_RESET)) {
2295 rc = mpt3sas_base_hard_reset_handler(ioc, CAN_SLEEP,
2296 FORCE_BIG_HAMMER);
2297 rc = (!rc) ? SUCCESS : FAILED;
Calvin Owens96902832016-07-28 21:38:20 -07002298 goto out;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302299 }
2300 }
2301
Chaitra P B5f0dfb72016-05-06 14:29:31 +05302302 /* sync IRQs in case those were busy during flush. */
2303 mpt3sas_base_sync_reply_irqs(ioc);
2304
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302305 if (ioc->tm_cmds.status & MPT3_CMD_REPLY_VALID) {
2306 mpt3sas_trigger_master(ioc, MASTER_TRIGGER_TASK_MANAGMENT);
2307 mpi_reply = ioc->tm_cmds.reply;
2308 dtmprintk(ioc, pr_info(MPT3SAS_FMT "complete tm: " \
2309 "ioc_status(0x%04x), loginfo(0x%08x), term_count(0x%08x)\n",
2310 ioc->name, le16_to_cpu(mpi_reply->IOCStatus),
2311 le32_to_cpu(mpi_reply->IOCLogInfo),
2312 le32_to_cpu(mpi_reply->TerminationCount)));
2313 if (ioc->logging_level & MPT_DEBUG_TM) {
2314 _scsih_response_code(ioc, mpi_reply->ResponseCode);
2315 if (mpi_reply->IOCStatus)
2316 _debug_dump_mf(mpi_request,
2317 sizeof(Mpi2SCSITaskManagementRequest_t)/4);
2318 }
2319 }
2320
2321 switch (type) {
2322 case MPI2_SCSITASKMGMT_TASKTYPE_ABORT_TASK:
2323 rc = SUCCESS;
2324 if (scsi_lookup->scmd == NULL)
2325 break;
2326 rc = FAILED;
2327 break;
2328
2329 case MPI2_SCSITASKMGMT_TASKTYPE_TARGET_RESET:
2330 if (_scsih_scsi_lookup_find_by_target(ioc, id, channel))
2331 rc = FAILED;
2332 else
2333 rc = SUCCESS;
2334 break;
2335 case MPI2_SCSITASKMGMT_TASKTYPE_ABRT_TASK_SET:
2336 case MPI2_SCSITASKMGMT_TASKTYPE_LOGICAL_UNIT_RESET:
2337 if (_scsih_scsi_lookup_find_by_lun(ioc, id, lun, channel))
2338 rc = FAILED;
2339 else
2340 rc = SUCCESS;
2341 break;
2342 case MPI2_SCSITASKMGMT_TASKTYPE_QUERY_TASK:
2343 rc = SUCCESS;
2344 break;
2345 default:
2346 rc = FAILED;
2347 break;
2348 }
2349
Calvin Owens96902832016-07-28 21:38:20 -07002350out:
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302351 mpt3sas_scsih_clear_tm_flag(ioc, handle);
2352 ioc->tm_cmds.status = MPT3_CMD_NOT_USED;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302353 return rc;
Calvin Owens96902832016-07-28 21:38:20 -07002354}
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302355
Calvin Owens96902832016-07-28 21:38:20 -07002356int mpt3sas_scsih_issue_locked_tm(struct MPT3SAS_ADAPTER *ioc, u16 handle,
2357 uint channel, uint id, uint lun, u8 type, u16 smid_task, ulong timeout)
2358{
2359 int ret;
2360
2361 mutex_lock(&ioc->tm_cmds.mutex);
2362 ret = mpt3sas_scsih_issue_tm(ioc, handle, channel, id, lun, type,
2363 smid_task, timeout);
2364 mutex_unlock(&ioc->tm_cmds.mutex);
2365
2366 return ret;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302367}
2368
2369/**
2370 * _scsih_tm_display_info - displays info about the device
2371 * @ioc: per adapter struct
2372 * @scmd: pointer to scsi command object
2373 *
2374 * Called by task management callback handlers.
2375 */
2376static void
2377_scsih_tm_display_info(struct MPT3SAS_ADAPTER *ioc, struct scsi_cmnd *scmd)
2378{
2379 struct scsi_target *starget = scmd->device->sdev_target;
2380 struct MPT3SAS_TARGET *priv_target = starget->hostdata;
2381 struct _sas_device *sas_device = NULL;
2382 unsigned long flags;
2383 char *device_str = NULL;
2384
2385 if (!priv_target)
2386 return;
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05302387 if (ioc->hide_ir_msg)
2388 device_str = "WarpDrive";
2389 else
2390 device_str = "volume";
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302391
2392 scsi_print_command(scmd);
2393 if (priv_target->flags & MPT_TARGET_FLAGS_VOLUME) {
2394 starget_printk(KERN_INFO, starget,
2395 "%s handle(0x%04x), %s wwid(0x%016llx)\n",
2396 device_str, priv_target->handle,
2397 device_str, (unsigned long long)priv_target->sas_address);
2398 } else {
2399 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302400 sas_device = __mpt3sas_get_sdev_from_target(ioc, priv_target);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302401 if (sas_device) {
2402 if (priv_target->flags &
2403 MPT_TARGET_FLAGS_RAID_COMPONENT) {
2404 starget_printk(KERN_INFO, starget,
2405 "volume handle(0x%04x), "
2406 "volume wwid(0x%016llx)\n",
2407 sas_device->volume_handle,
2408 (unsigned long long)sas_device->volume_wwid);
2409 }
2410 starget_printk(KERN_INFO, starget,
2411 "handle(0x%04x), sas_address(0x%016llx), phy(%d)\n",
2412 sas_device->handle,
2413 (unsigned long long)sas_device->sas_address,
2414 sas_device->phy);
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05302415 if (sas_device->enclosure_handle != 0)
2416 starget_printk(KERN_INFO, starget,
2417 "enclosure_logical_id(0x%016llx), slot(%d)\n",
2418 (unsigned long long)
2419 sas_device->enclosure_logical_id,
2420 sas_device->slot);
Suganath prabu Subramani869817f2016-01-28 12:07:00 +05302421 if (sas_device->connector_name[0] != '\0')
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05302422 starget_printk(KERN_INFO, starget,
2423 "enclosure level(0x%04x),connector name(%s)\n",
2424 sas_device->enclosure_level,
2425 sas_device->connector_name);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302426
2427 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302428 }
2429 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
2430 }
2431}
2432
2433/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302434 * scsih_abort - eh threads main abort routine
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302435 * @scmd: pointer to scsi command object
2436 *
2437 * Returns SUCCESS if command aborted else FAILED
2438 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302439int
2440scsih_abort(struct scsi_cmnd *scmd)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302441{
2442 struct MPT3SAS_ADAPTER *ioc = shost_priv(scmd->device->host);
2443 struct MPT3SAS_DEVICE *sas_device_priv_data;
2444 u16 smid;
2445 u16 handle;
2446 int r;
2447
2448 sdev_printk(KERN_INFO, scmd->device,
2449 "attempting task abort! scmd(%p)\n", scmd);
2450 _scsih_tm_display_info(ioc, scmd);
2451
2452 sas_device_priv_data = scmd->device->hostdata;
2453 if (!sas_device_priv_data || !sas_device_priv_data->sas_target) {
2454 sdev_printk(KERN_INFO, scmd->device,
2455 "device been deleted! scmd(%p)\n", scmd);
2456 scmd->result = DID_NO_CONNECT << 16;
2457 scmd->scsi_done(scmd);
2458 r = SUCCESS;
2459 goto out;
2460 }
2461
2462 /* search for the command */
2463 smid = _scsih_scsi_lookup_find_by_scmd(ioc, scmd);
2464 if (!smid) {
2465 scmd->result = DID_RESET << 16;
2466 r = SUCCESS;
2467 goto out;
2468 }
2469
2470 /* for hidden raid components and volumes this is not supported */
2471 if (sas_device_priv_data->sas_target->flags &
2472 MPT_TARGET_FLAGS_RAID_COMPONENT ||
2473 sas_device_priv_data->sas_target->flags & MPT_TARGET_FLAGS_VOLUME) {
2474 scmd->result = DID_RESET << 16;
2475 r = FAILED;
2476 goto out;
2477 }
2478
2479 mpt3sas_halt_firmware(ioc);
2480
2481 handle = sas_device_priv_data->sas_target->handle;
Calvin Owens96902832016-07-28 21:38:20 -07002482 r = mpt3sas_scsih_issue_locked_tm(ioc, handle, scmd->device->channel,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302483 scmd->device->id, scmd->device->lun,
Calvin Owens96902832016-07-28 21:38:20 -07002484 MPI2_SCSITASKMGMT_TASKTYPE_ABORT_TASK, smid, 30);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302485
2486 out:
2487 sdev_printk(KERN_INFO, scmd->device, "task abort: %s scmd(%p)\n",
2488 ((r == SUCCESS) ? "SUCCESS" : "FAILED"), scmd);
2489 return r;
2490}
2491
2492/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302493 * scsih_dev_reset - eh threads main device reset routine
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302494 * @scmd: pointer to scsi command object
2495 *
2496 * Returns SUCCESS if command aborted else FAILED
2497 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302498int
2499scsih_dev_reset(struct scsi_cmnd *scmd)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302500{
2501 struct MPT3SAS_ADAPTER *ioc = shost_priv(scmd->device->host);
2502 struct MPT3SAS_DEVICE *sas_device_priv_data;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302503 struct _sas_device *sas_device = NULL;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302504 u16 handle;
2505 int r;
2506
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302507 struct scsi_target *starget = scmd->device->sdev_target;
2508 struct MPT3SAS_TARGET *target_priv_data = starget->hostdata;
2509
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302510 sdev_printk(KERN_INFO, scmd->device,
2511 "attempting device reset! scmd(%p)\n", scmd);
2512 _scsih_tm_display_info(ioc, scmd);
2513
2514 sas_device_priv_data = scmd->device->hostdata;
2515 if (!sas_device_priv_data || !sas_device_priv_data->sas_target) {
2516 sdev_printk(KERN_INFO, scmd->device,
2517 "device been deleted! scmd(%p)\n", scmd);
2518 scmd->result = DID_NO_CONNECT << 16;
2519 scmd->scsi_done(scmd);
2520 r = SUCCESS;
2521 goto out;
2522 }
2523
2524 /* for hidden raid components obtain the volume_handle */
2525 handle = 0;
2526 if (sas_device_priv_data->sas_target->flags &
2527 MPT_TARGET_FLAGS_RAID_COMPONENT) {
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302528 sas_device = mpt3sas_get_sdev_from_target(ioc,
2529 target_priv_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302530 if (sas_device)
2531 handle = sas_device->volume_handle;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302532 } else
2533 handle = sas_device_priv_data->sas_target->handle;
2534
2535 if (!handle) {
2536 scmd->result = DID_RESET << 16;
2537 r = FAILED;
2538 goto out;
2539 }
2540
Calvin Owens96902832016-07-28 21:38:20 -07002541 r = mpt3sas_scsih_issue_locked_tm(ioc, handle, scmd->device->channel,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302542 scmd->device->id, scmd->device->lun,
Calvin Owens96902832016-07-28 21:38:20 -07002543 MPI2_SCSITASKMGMT_TASKTYPE_LOGICAL_UNIT_RESET, 0, 30);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302544
2545 out:
2546 sdev_printk(KERN_INFO, scmd->device, "device reset: %s scmd(%p)\n",
2547 ((r == SUCCESS) ? "SUCCESS" : "FAILED"), scmd);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302548
2549 if (sas_device)
2550 sas_device_put(sas_device);
2551
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302552 return r;
2553}
2554
2555/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302556 * scsih_target_reset - eh threads main target reset routine
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302557 * @scmd: pointer to scsi command object
2558 *
2559 * Returns SUCCESS if command aborted else FAILED
2560 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302561int
2562scsih_target_reset(struct scsi_cmnd *scmd)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302563{
2564 struct MPT3SAS_ADAPTER *ioc = shost_priv(scmd->device->host);
2565 struct MPT3SAS_DEVICE *sas_device_priv_data;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302566 struct _sas_device *sas_device = NULL;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302567 u16 handle;
2568 int r;
2569 struct scsi_target *starget = scmd->device->sdev_target;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302570 struct MPT3SAS_TARGET *target_priv_data = starget->hostdata;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302571
2572 starget_printk(KERN_INFO, starget, "attempting target reset! scmd(%p)\n",
2573 scmd);
2574 _scsih_tm_display_info(ioc, scmd);
2575
2576 sas_device_priv_data = scmd->device->hostdata;
2577 if (!sas_device_priv_data || !sas_device_priv_data->sas_target) {
2578 starget_printk(KERN_INFO, starget, "target been deleted! scmd(%p)\n",
2579 scmd);
2580 scmd->result = DID_NO_CONNECT << 16;
2581 scmd->scsi_done(scmd);
2582 r = SUCCESS;
2583 goto out;
2584 }
2585
2586 /* for hidden raid components obtain the volume_handle */
2587 handle = 0;
2588 if (sas_device_priv_data->sas_target->flags &
2589 MPT_TARGET_FLAGS_RAID_COMPONENT) {
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302590 sas_device = mpt3sas_get_sdev_from_target(ioc,
2591 target_priv_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302592 if (sas_device)
2593 handle = sas_device->volume_handle;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302594 } else
2595 handle = sas_device_priv_data->sas_target->handle;
2596
2597 if (!handle) {
2598 scmd->result = DID_RESET << 16;
2599 r = FAILED;
2600 goto out;
2601 }
2602
Calvin Owens96902832016-07-28 21:38:20 -07002603 r = mpt3sas_scsih_issue_locked_tm(ioc, handle, scmd->device->channel,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302604 scmd->device->id, 0, MPI2_SCSITASKMGMT_TASKTYPE_TARGET_RESET, 0,
Calvin Owens96902832016-07-28 21:38:20 -07002605 30);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302606
2607 out:
2608 starget_printk(KERN_INFO, starget, "target reset: %s scmd(%p)\n",
2609 ((r == SUCCESS) ? "SUCCESS" : "FAILED"), scmd);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302610
2611 if (sas_device)
2612 sas_device_put(sas_device);
2613
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302614 return r;
2615}
2616
2617
2618/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302619 * scsih_host_reset - eh threads main host reset routine
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302620 * @scmd: pointer to scsi command object
2621 *
2622 * Returns SUCCESS if command aborted else FAILED
2623 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05302624int
2625scsih_host_reset(struct scsi_cmnd *scmd)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302626{
2627 struct MPT3SAS_ADAPTER *ioc = shost_priv(scmd->device->host);
2628 int r, retval;
2629
2630 pr_info(MPT3SAS_FMT "attempting host reset! scmd(%p)\n",
2631 ioc->name, scmd);
2632 scsi_print_command(scmd);
2633
Sreekanth Reddyddb588b2015-01-12 11:38:57 +05302634 if (ioc->is_driver_loading) {
2635 pr_info(MPT3SAS_FMT "Blocking the host reset\n",
2636 ioc->name);
2637 r = FAILED;
2638 goto out;
2639 }
2640
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302641 retval = mpt3sas_base_hard_reset_handler(ioc, CAN_SLEEP,
2642 FORCE_BIG_HAMMER);
2643 r = (retval < 0) ? FAILED : SUCCESS;
Sreekanth Reddyddb588b2015-01-12 11:38:57 +05302644out:
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302645 pr_info(MPT3SAS_FMT "host reset: %s scmd(%p)\n",
2646 ioc->name, ((r == SUCCESS) ? "SUCCESS" : "FAILED"), scmd);
2647
2648 return r;
2649}
2650
2651/**
2652 * _scsih_fw_event_add - insert and queue up fw_event
2653 * @ioc: per adapter object
2654 * @fw_event: object describing the event
2655 * Context: This function will acquire ioc->fw_event_lock.
2656 *
2657 * This adds the firmware event object into link list, then queues it up to
2658 * be processed from user context.
2659 *
2660 * Return nothing.
2661 */
2662static void
2663_scsih_fw_event_add(struct MPT3SAS_ADAPTER *ioc, struct fw_event_work *fw_event)
2664{
2665 unsigned long flags;
2666
2667 if (ioc->firmware_event_thread == NULL)
2668 return;
2669
2670 spin_lock_irqsave(&ioc->fw_event_lock, flags);
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302671 fw_event_work_get(fw_event);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302672 INIT_LIST_HEAD(&fw_event->list);
2673 list_add_tail(&fw_event->list, &ioc->fw_event_list);
2674 INIT_WORK(&fw_event->work, _firmware_event_work);
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302675 fw_event_work_get(fw_event);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302676 queue_work(ioc->firmware_event_thread, &fw_event->work);
2677 spin_unlock_irqrestore(&ioc->fw_event_lock, flags);
2678}
2679
2680/**
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302681 * _scsih_fw_event_del_from_list - delete fw_event from the list
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302682 * @ioc: per adapter object
2683 * @fw_event: object describing the event
2684 * Context: This function will acquire ioc->fw_event_lock.
2685 *
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302686 * If the fw_event is on the fw_event_list, remove it and do a put.
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302687 *
2688 * Return nothing.
2689 */
2690static void
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302691_scsih_fw_event_del_from_list(struct MPT3SAS_ADAPTER *ioc, struct fw_event_work
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302692 *fw_event)
2693{
2694 unsigned long flags;
2695
2696 spin_lock_irqsave(&ioc->fw_event_lock, flags);
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302697 if (!list_empty(&fw_event->list)) {
2698 list_del_init(&fw_event->list);
2699 fw_event_work_put(fw_event);
2700 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302701 spin_unlock_irqrestore(&ioc->fw_event_lock, flags);
2702}
2703
2704
2705 /**
2706 * mpt3sas_send_trigger_data_event - send event for processing trigger data
2707 * @ioc: per adapter object
2708 * @event_data: trigger event data
2709 *
2710 * Return nothing.
2711 */
2712void
2713mpt3sas_send_trigger_data_event(struct MPT3SAS_ADAPTER *ioc,
2714 struct SL_WH_TRIGGERS_EVENT_DATA_T *event_data)
2715{
2716 struct fw_event_work *fw_event;
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302717 u16 sz;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302718
2719 if (ioc->is_driver_loading)
2720 return;
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302721 sz = sizeof(*event_data);
2722 fw_event = alloc_fw_event_work(sz);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302723 if (!fw_event)
2724 return;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302725 fw_event->event = MPT3SAS_PROCESS_TRIGGER_DIAG;
2726 fw_event->ioc = ioc;
2727 memcpy(fw_event->event_data, event_data, sizeof(*event_data));
2728 _scsih_fw_event_add(ioc, fw_event);
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302729 fw_event_work_put(fw_event);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302730}
2731
2732/**
2733 * _scsih_error_recovery_delete_devices - remove devices not responding
2734 * @ioc: per adapter object
2735 *
2736 * Return nothing.
2737 */
2738static void
2739_scsih_error_recovery_delete_devices(struct MPT3SAS_ADAPTER *ioc)
2740{
2741 struct fw_event_work *fw_event;
2742
2743 if (ioc->is_driver_loading)
2744 return;
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302745 fw_event = alloc_fw_event_work(0);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302746 if (!fw_event)
2747 return;
2748 fw_event->event = MPT3SAS_REMOVE_UNRESPONDING_DEVICES;
2749 fw_event->ioc = ioc;
2750 _scsih_fw_event_add(ioc, fw_event);
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302751 fw_event_work_put(fw_event);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302752}
2753
2754/**
2755 * mpt3sas_port_enable_complete - port enable completed (fake event)
2756 * @ioc: per adapter object
2757 *
2758 * Return nothing.
2759 */
2760void
2761mpt3sas_port_enable_complete(struct MPT3SAS_ADAPTER *ioc)
2762{
2763 struct fw_event_work *fw_event;
2764
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302765 fw_event = alloc_fw_event_work(0);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302766 if (!fw_event)
2767 return;
2768 fw_event->event = MPT3SAS_PORT_ENABLE_COMPLETE;
2769 fw_event->ioc = ioc;
2770 _scsih_fw_event_add(ioc, fw_event);
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302771 fw_event_work_put(fw_event);
2772}
2773
2774static struct fw_event_work *dequeue_next_fw_event(struct MPT3SAS_ADAPTER *ioc)
2775{
2776 unsigned long flags;
2777 struct fw_event_work *fw_event = NULL;
2778
2779 spin_lock_irqsave(&ioc->fw_event_lock, flags);
2780 if (!list_empty(&ioc->fw_event_list)) {
2781 fw_event = list_first_entry(&ioc->fw_event_list,
2782 struct fw_event_work, list);
2783 list_del_init(&fw_event->list);
2784 }
2785 spin_unlock_irqrestore(&ioc->fw_event_lock, flags);
2786
2787 return fw_event;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302788}
2789
2790/**
2791 * _scsih_fw_event_cleanup_queue - cleanup event queue
2792 * @ioc: per adapter object
2793 *
2794 * Walk the firmware event queue, either killing timers, or waiting
2795 * for outstanding events to complete
2796 *
2797 * Return nothing.
2798 */
2799static void
2800_scsih_fw_event_cleanup_queue(struct MPT3SAS_ADAPTER *ioc)
2801{
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302802 struct fw_event_work *fw_event;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302803
2804 if (list_empty(&ioc->fw_event_list) ||
2805 !ioc->firmware_event_thread || in_interrupt())
2806 return;
2807
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302808 while ((fw_event = dequeue_next_fw_event(ioc))) {
2809 /*
2810 * Wait on the fw_event to complete. If this returns 1, then
2811 * the event was never executed, and we need a put for the
Joe Lawrenceb8ac0cc2016-04-18 10:50:12 -04002812 * reference the work had on the fw_event.
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302813 *
2814 * If it did execute, we wait for it to finish, and the put will
2815 * happen from _firmware_event_work()
2816 */
Joe Lawrenceb8ac0cc2016-04-18 10:50:12 -04002817 if (cancel_work_sync(&fw_event->work))
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05302818 fw_event_work_put(fw_event);
2819
2820 fw_event_work_put(fw_event);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302821 }
2822}
2823
2824/**
Sreekanth Reddydf838f92015-06-30 12:25:05 +05302825 * _scsih_internal_device_block - block the sdev device
2826 * @sdev: per device object
2827 * @sas_device_priv_data : per device driver private data
2828 *
2829 * make sure device is blocked without error, if not
2830 * print an error
2831 */
2832static void
2833_scsih_internal_device_block(struct scsi_device *sdev,
2834 struct MPT3SAS_DEVICE *sas_device_priv_data)
2835{
2836 int r = 0;
2837
2838 sdev_printk(KERN_INFO, sdev, "device_block, handle(0x%04x)\n",
2839 sas_device_priv_data->sas_target->handle);
2840 sas_device_priv_data->block = 1;
2841
2842 r = scsi_internal_device_block(sdev);
2843 if (r == -EINVAL)
2844 sdev_printk(KERN_WARNING, sdev,
2845 "device_block failed with return(%d) for handle(0x%04x)\n",
2846 sas_device_priv_data->sas_target->handle, r);
2847}
2848
2849/**
2850 * _scsih_internal_device_unblock - unblock the sdev device
2851 * @sdev: per device object
2852 * @sas_device_priv_data : per device driver private data
2853 * make sure device is unblocked without error, if not retry
2854 * by blocking and then unblocking
2855 */
2856
2857static void
2858_scsih_internal_device_unblock(struct scsi_device *sdev,
2859 struct MPT3SAS_DEVICE *sas_device_priv_data)
2860{
2861 int r = 0;
2862
2863 sdev_printk(KERN_WARNING, sdev, "device_unblock and setting to running, "
2864 "handle(0x%04x)\n", sas_device_priv_data->sas_target->handle);
2865 sas_device_priv_data->block = 0;
2866 r = scsi_internal_device_unblock(sdev, SDEV_RUNNING);
2867 if (r == -EINVAL) {
2868 /* The device has been set to SDEV_RUNNING by SD layer during
2869 * device addition but the request queue is still stopped by
2870 * our earlier block call. We need to perform a block again
2871 * to get the device to SDEV_BLOCK and then to SDEV_RUNNING */
2872
2873 sdev_printk(KERN_WARNING, sdev,
2874 "device_unblock failed with return(%d) for handle(0x%04x) "
2875 "performing a block followed by an unblock\n",
2876 sas_device_priv_data->sas_target->handle, r);
2877 sas_device_priv_data->block = 1;
2878 r = scsi_internal_device_block(sdev);
2879 if (r)
2880 sdev_printk(KERN_WARNING, sdev, "retried device_block "
2881 "failed with return(%d) for handle(0x%04x)\n",
2882 sas_device_priv_data->sas_target->handle, r);
2883
2884 sas_device_priv_data->block = 0;
2885 r = scsi_internal_device_unblock(sdev, SDEV_RUNNING);
2886 if (r)
2887 sdev_printk(KERN_WARNING, sdev, "retried device_unblock"
2888 " failed with return(%d) for handle(0x%04x)\n",
2889 sas_device_priv_data->sas_target->handle, r);
2890 }
2891}
2892
2893/**
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302894 * _scsih_ublock_io_all_device - unblock every device
2895 * @ioc: per adapter object
2896 *
2897 * change the device state from block to running
2898 */
2899static void
2900_scsih_ublock_io_all_device(struct MPT3SAS_ADAPTER *ioc)
2901{
2902 struct MPT3SAS_DEVICE *sas_device_priv_data;
2903 struct scsi_device *sdev;
2904
2905 shost_for_each_device(sdev, ioc->shost) {
2906 sas_device_priv_data = sdev->hostdata;
2907 if (!sas_device_priv_data)
2908 continue;
2909 if (!sas_device_priv_data->block)
2910 continue;
2911
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302912 dewtprintk(ioc, sdev_printk(KERN_INFO, sdev,
2913 "device_running, handle(0x%04x)\n",
2914 sas_device_priv_data->sas_target->handle));
Sreekanth Reddydf838f92015-06-30 12:25:05 +05302915 _scsih_internal_device_unblock(sdev, sas_device_priv_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302916 }
2917}
2918
2919
2920/**
2921 * _scsih_ublock_io_device - prepare device to be deleted
2922 * @ioc: per adapter object
2923 * @sas_addr: sas address
2924 *
2925 * unblock then put device in offline state
2926 */
2927static void
2928_scsih_ublock_io_device(struct MPT3SAS_ADAPTER *ioc, u64 sas_address)
2929{
2930 struct MPT3SAS_DEVICE *sas_device_priv_data;
2931 struct scsi_device *sdev;
2932
2933 shost_for_each_device(sdev, ioc->shost) {
2934 sas_device_priv_data = sdev->hostdata;
2935 if (!sas_device_priv_data)
2936 continue;
2937 if (sas_device_priv_data->sas_target->sas_address
2938 != sas_address)
2939 continue;
Sreekanth Reddydf838f92015-06-30 12:25:05 +05302940 if (sas_device_priv_data->block)
2941 _scsih_internal_device_unblock(sdev,
2942 sas_device_priv_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302943 }
2944}
2945
2946/**
2947 * _scsih_block_io_all_device - set the device state to SDEV_BLOCK
2948 * @ioc: per adapter object
2949 * @handle: device handle
2950 *
2951 * During device pull we need to appropiately set the sdev state.
2952 */
2953static void
2954_scsih_block_io_all_device(struct MPT3SAS_ADAPTER *ioc)
2955{
2956 struct MPT3SAS_DEVICE *sas_device_priv_data;
2957 struct scsi_device *sdev;
2958
2959 shost_for_each_device(sdev, ioc->shost) {
2960 sas_device_priv_data = sdev->hostdata;
2961 if (!sas_device_priv_data)
2962 continue;
2963 if (sas_device_priv_data->block)
2964 continue;
Suganath prabu Subramani30158dc2016-01-28 12:07:01 +05302965 if (sas_device_priv_data->ignore_delay_remove) {
2966 sdev_printk(KERN_INFO, sdev,
2967 "%s skip device_block for SES handle(0x%04x)\n",
2968 __func__, sas_device_priv_data->sas_target->handle);
2969 continue;
2970 }
Sreekanth Reddydf838f92015-06-30 12:25:05 +05302971 _scsih_internal_device_block(sdev, sas_device_priv_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302972 }
2973}
2974
2975/**
2976 * _scsih_block_io_device - set the device state to SDEV_BLOCK
2977 * @ioc: per adapter object
2978 * @handle: device handle
2979 *
2980 * During device pull we need to appropiately set the sdev state.
2981 */
2982static void
2983_scsih_block_io_device(struct MPT3SAS_ADAPTER *ioc, u16 handle)
2984{
2985 struct MPT3SAS_DEVICE *sas_device_priv_data;
2986 struct scsi_device *sdev;
Sreekanth Reddye4bc7f52015-06-30 12:24:49 +05302987 struct _sas_device *sas_device;
2988
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05302989 sas_device = mpt3sas_get_sdev_by_handle(ioc, handle);
Sreekanth Reddye4bc7f52015-06-30 12:24:49 +05302990 if (!sas_device)
2991 return;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05302992
2993 shost_for_each_device(sdev, ioc->shost) {
2994 sas_device_priv_data = sdev->hostdata;
2995 if (!sas_device_priv_data)
2996 continue;
2997 if (sas_device_priv_data->sas_target->handle != handle)
2998 continue;
2999 if (sas_device_priv_data->block)
3000 continue;
Sreekanth Reddye4bc7f52015-06-30 12:24:49 +05303001 if (sas_device->pend_sas_rphy_add)
3002 continue;
Suganath prabu Subramani30158dc2016-01-28 12:07:01 +05303003 if (sas_device_priv_data->ignore_delay_remove) {
3004 sdev_printk(KERN_INFO, sdev,
3005 "%s skip device_block for SES handle(0x%04x)\n",
3006 __func__, sas_device_priv_data->sas_target->handle);
3007 continue;
3008 }
Sreekanth Reddydf838f92015-06-30 12:25:05 +05303009 _scsih_internal_device_block(sdev, sas_device_priv_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303010 }
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05303011
3012 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303013}
3014
3015/**
3016 * _scsih_block_io_to_children_attached_to_ex
3017 * @ioc: per adapter object
3018 * @sas_expander: the sas_device object
3019 *
3020 * This routine set sdev state to SDEV_BLOCK for all devices
3021 * attached to this expander. This function called when expander is
3022 * pulled.
3023 */
3024static void
3025_scsih_block_io_to_children_attached_to_ex(struct MPT3SAS_ADAPTER *ioc,
3026 struct _sas_node *sas_expander)
3027{
3028 struct _sas_port *mpt3sas_port;
3029 struct _sas_device *sas_device;
3030 struct _sas_node *expander_sibling;
3031 unsigned long flags;
3032
3033 if (!sas_expander)
3034 return;
3035
3036 list_for_each_entry(mpt3sas_port,
3037 &sas_expander->sas_port_list, port_list) {
3038 if (mpt3sas_port->remote_identify.device_type ==
3039 SAS_END_DEVICE) {
3040 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05303041 sas_device = __mpt3sas_get_sdev_by_addr(ioc,
3042 mpt3sas_port->remote_identify.sas_address);
3043 if (sas_device) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303044 set_bit(sas_device->handle,
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05303045 ioc->blocking_handles);
3046 sas_device_put(sas_device);
3047 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303048 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
3049 }
3050 }
3051
3052 list_for_each_entry(mpt3sas_port,
3053 &sas_expander->sas_port_list, port_list) {
3054
3055 if (mpt3sas_port->remote_identify.device_type ==
3056 SAS_EDGE_EXPANDER_DEVICE ||
3057 mpt3sas_port->remote_identify.device_type ==
3058 SAS_FANOUT_EXPANDER_DEVICE) {
3059 expander_sibling =
3060 mpt3sas_scsih_expander_find_by_sas_address(
3061 ioc, mpt3sas_port->remote_identify.sas_address);
3062 _scsih_block_io_to_children_attached_to_ex(ioc,
3063 expander_sibling);
3064 }
3065 }
3066}
3067
3068/**
3069 * _scsih_block_io_to_children_attached_directly
3070 * @ioc: per adapter object
3071 * @event_data: topology change event data
3072 *
3073 * This routine set sdev state to SDEV_BLOCK for all devices
3074 * direct attached during device pull.
3075 */
3076static void
3077_scsih_block_io_to_children_attached_directly(struct MPT3SAS_ADAPTER *ioc,
3078 Mpi2EventDataSasTopologyChangeList_t *event_data)
3079{
3080 int i;
3081 u16 handle;
3082 u16 reason_code;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303083
3084 for (i = 0; i < event_data->NumEntries; i++) {
3085 handle = le16_to_cpu(event_data->PHY[i].AttachedDevHandle);
3086 if (!handle)
3087 continue;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303088 reason_code = event_data->PHY[i].PhyStatus &
3089 MPI2_EVENT_SAS_TOPO_RC_MASK;
3090 if (reason_code == MPI2_EVENT_SAS_TOPO_RC_DELAY_NOT_RESPONDING)
3091 _scsih_block_io_device(ioc, handle);
3092 }
3093}
3094
3095/**
3096 * _scsih_tm_tr_send - send task management request
3097 * @ioc: per adapter object
3098 * @handle: device handle
3099 * Context: interrupt time.
3100 *
3101 * This code is to initiate the device removal handshake protocol
3102 * with controller firmware. This function will issue target reset
3103 * using high priority request queue. It will send a sas iounit
3104 * control request (MPI2_SAS_OP_REMOVE_DEVICE) from this completion.
3105 *
3106 * This is designed to send muliple task management request at the same
3107 * time to the fifo. If the fifo is full, we will append the request,
3108 * and process it in a future completion.
3109 */
3110static void
3111_scsih_tm_tr_send(struct MPT3SAS_ADAPTER *ioc, u16 handle)
3112{
3113 Mpi2SCSITaskManagementRequest_t *mpi_request;
3114 u16 smid;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05303115 struct _sas_device *sas_device = NULL;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303116 struct MPT3SAS_TARGET *sas_target_priv_data = NULL;
3117 u64 sas_address = 0;
3118 unsigned long flags;
3119 struct _tr_list *delayed_tr;
3120 u32 ioc_state;
3121
3122 if (ioc->remove_host) {
3123 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3124 "%s: host has been removed: handle(0x%04x)\n",
3125 __func__, ioc->name, handle));
3126 return;
3127 } else if (ioc->pci_error_recovery) {
3128 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3129 "%s: host in pci error recovery: handle(0x%04x)\n",
3130 __func__, ioc->name,
3131 handle));
3132 return;
3133 }
3134 ioc_state = mpt3sas_base_get_iocstate(ioc, 1);
3135 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) {
3136 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3137 "%s: host is not operational: handle(0x%04x)\n",
3138 __func__, ioc->name,
3139 handle));
3140 return;
3141 }
3142
3143 /* if PD, then return */
3144 if (test_bit(handle, ioc->pd_handles))
3145 return;
3146
3147 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05303148 sas_device = __mpt3sas_get_sdev_by_handle(ioc, handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303149 if (sas_device && sas_device->starget &&
3150 sas_device->starget->hostdata) {
3151 sas_target_priv_data = sas_device->starget->hostdata;
3152 sas_target_priv_data->deleted = 1;
3153 sas_address = sas_device->sas_address;
3154 }
3155 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
3156
3157 if (sas_target_priv_data) {
3158 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3159 "setting delete flag: handle(0x%04x), sas_addr(0x%016llx)\n",
3160 ioc->name, handle,
3161 (unsigned long long)sas_address));
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05303162 if (sas_device->enclosure_handle != 0)
3163 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3164 "setting delete flag:enclosure logical id(0x%016llx),"
3165 " slot(%d)\n", ioc->name, (unsigned long long)
3166 sas_device->enclosure_logical_id,
3167 sas_device->slot));
Suganath prabu Subramani869817f2016-01-28 12:07:00 +05303168 if (sas_device->connector_name[0] != '\0')
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05303169 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3170 "setting delete flag: enclosure level(0x%04x),"
3171 " connector name( %s)\n", ioc->name,
3172 sas_device->enclosure_level,
3173 sas_device->connector_name));
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303174 _scsih_ublock_io_device(ioc, sas_address);
3175 sas_target_priv_data->handle = MPT3SAS_INVALID_DEVICE_HANDLE;
3176 }
3177
3178 smid = mpt3sas_base_get_smid_hpr(ioc, ioc->tm_tr_cb_idx);
3179 if (!smid) {
3180 delayed_tr = kzalloc(sizeof(*delayed_tr), GFP_ATOMIC);
3181 if (!delayed_tr)
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05303182 goto out;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303183 INIT_LIST_HEAD(&delayed_tr->list);
3184 delayed_tr->handle = handle;
3185 list_add_tail(&delayed_tr->list, &ioc->delayed_tr_list);
3186 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3187 "DELAYED:tr:handle(0x%04x), (open)\n",
3188 ioc->name, handle));
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05303189 goto out;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303190 }
3191
3192 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3193 "tr_send:handle(0x%04x), (open), smid(%d), cb(%d)\n",
3194 ioc->name, handle, smid,
3195 ioc->tm_tr_cb_idx));
3196 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid);
3197 memset(mpi_request, 0, sizeof(Mpi2SCSITaskManagementRequest_t));
3198 mpi_request->Function = MPI2_FUNCTION_SCSI_TASK_MGMT;
3199 mpi_request->DevHandle = cpu_to_le16(handle);
3200 mpi_request->TaskType = MPI2_SCSITASKMGMT_TASKTYPE_TARGET_RESET;
Suganath prabu Subramani03d1fb32016-01-28 12:07:06 +05303201 mpt3sas_base_put_smid_hi_priority(ioc, smid, 0);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303202 mpt3sas_trigger_master(ioc, MASTER_TRIGGER_DEVICE_REMOVAL);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05303203
3204out:
3205 if (sas_device)
3206 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303207}
3208
3209/**
3210 * _scsih_tm_tr_complete -
3211 * @ioc: per adapter object
3212 * @smid: system request message index
3213 * @msix_index: MSIX table index supplied by the OS
3214 * @reply: reply message frame(lower 32bit addr)
3215 * Context: interrupt time.
3216 *
3217 * This is the target reset completion routine.
3218 * This code is part of the code to initiate the device removal
3219 * handshake protocol with controller firmware.
3220 * It will send a sas iounit control request (MPI2_SAS_OP_REMOVE_DEVICE)
3221 *
3222 * Return 1 meaning mf should be freed from _base_interrupt
3223 * 0 means the mf is freed from this function.
3224 */
3225static u8
3226_scsih_tm_tr_complete(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index,
3227 u32 reply)
3228{
3229 u16 handle;
3230 Mpi2SCSITaskManagementRequest_t *mpi_request_tm;
3231 Mpi2SCSITaskManagementReply_t *mpi_reply =
3232 mpt3sas_base_get_reply_virt_addr(ioc, reply);
3233 Mpi2SasIoUnitControlRequest_t *mpi_request;
3234 u16 smid_sas_ctrl;
3235 u32 ioc_state;
Suganath prabu Subramanifd0331b2016-01-28 12:07:02 +05303236 struct _sc_list *delayed_sc;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303237
3238 if (ioc->remove_host) {
3239 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3240 "%s: host has been removed\n", __func__, ioc->name));
3241 return 1;
3242 } else if (ioc->pci_error_recovery) {
3243 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3244 "%s: host in pci error recovery\n", __func__,
3245 ioc->name));
3246 return 1;
3247 }
3248 ioc_state = mpt3sas_base_get_iocstate(ioc, 1);
3249 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) {
3250 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3251 "%s: host is not operational\n", __func__, ioc->name));
3252 return 1;
3253 }
3254 if (unlikely(!mpi_reply)) {
3255 pr_err(MPT3SAS_FMT "mpi_reply not valid at %s:%d/%s()!\n",
3256 ioc->name, __FILE__, __LINE__, __func__);
3257 return 1;
3258 }
3259 mpi_request_tm = mpt3sas_base_get_msg_frame(ioc, smid);
3260 handle = le16_to_cpu(mpi_request_tm->DevHandle);
3261 if (handle != le16_to_cpu(mpi_reply->DevHandle)) {
3262 dewtprintk(ioc, pr_err(MPT3SAS_FMT
3263 "spurious interrupt: handle(0x%04x:0x%04x), smid(%d)!!!\n",
3264 ioc->name, handle,
3265 le16_to_cpu(mpi_reply->DevHandle), smid));
3266 return 0;
3267 }
3268
3269 mpt3sas_trigger_master(ioc, MASTER_TRIGGER_TASK_MANAGMENT);
3270 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3271 "tr_complete:handle(0x%04x), (open) smid(%d), ioc_status(0x%04x), "
3272 "loginfo(0x%08x), completed(%d)\n", ioc->name,
3273 handle, smid, le16_to_cpu(mpi_reply->IOCStatus),
3274 le32_to_cpu(mpi_reply->IOCLogInfo),
3275 le32_to_cpu(mpi_reply->TerminationCount)));
3276
3277 smid_sas_ctrl = mpt3sas_base_get_smid(ioc, ioc->tm_sas_control_cb_idx);
3278 if (!smid_sas_ctrl) {
Suganath prabu Subramanifd0331b2016-01-28 12:07:02 +05303279 delayed_sc = kzalloc(sizeof(*delayed_sc), GFP_ATOMIC);
3280 if (!delayed_sc)
3281 return _scsih_check_for_pending_tm(ioc, smid);
3282 INIT_LIST_HEAD(&delayed_sc->list);
3283 delayed_sc->handle = mpi_request_tm->DevHandle;
3284 list_add_tail(&delayed_sc->list, &ioc->delayed_sc_list);
3285 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3286 "DELAYED:sc:handle(0x%04x), (open)\n",
3287 ioc->name, handle));
3288 return _scsih_check_for_pending_tm(ioc, smid);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303289 }
3290
3291 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3292 "sc_send:handle(0x%04x), (open), smid(%d), cb(%d)\n",
3293 ioc->name, handle, smid_sas_ctrl,
3294 ioc->tm_sas_control_cb_idx));
3295 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid_sas_ctrl);
3296 memset(mpi_request, 0, sizeof(Mpi2SasIoUnitControlRequest_t));
3297 mpi_request->Function = MPI2_FUNCTION_SAS_IO_UNIT_CONTROL;
3298 mpi_request->Operation = MPI2_SAS_OP_REMOVE_DEVICE;
3299 mpi_request->DevHandle = mpi_request_tm->DevHandle;
3300 mpt3sas_base_put_smid_default(ioc, smid_sas_ctrl);
3301
3302 return _scsih_check_for_pending_tm(ioc, smid);
3303}
3304
3305
3306/**
3307 * _scsih_sas_control_complete - completion routine
3308 * @ioc: per adapter object
3309 * @smid: system request message index
3310 * @msix_index: MSIX table index supplied by the OS
3311 * @reply: reply message frame(lower 32bit addr)
3312 * Context: interrupt time.
3313 *
3314 * This is the sas iounit control completion routine.
3315 * This code is part of the code to initiate the device removal
3316 * handshake protocol with controller firmware.
3317 *
3318 * Return 1 meaning mf should be freed from _base_interrupt
3319 * 0 means the mf is freed from this function.
3320 */
3321static u8
3322_scsih_sas_control_complete(struct MPT3SAS_ADAPTER *ioc, u16 smid,
3323 u8 msix_index, u32 reply)
3324{
3325 Mpi2SasIoUnitControlReply_t *mpi_reply =
3326 mpt3sas_base_get_reply_virt_addr(ioc, reply);
3327
3328 if (likely(mpi_reply)) {
3329 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3330 "sc_complete:handle(0x%04x), (open) "
3331 "smid(%d), ioc_status(0x%04x), loginfo(0x%08x)\n",
3332 ioc->name, le16_to_cpu(mpi_reply->DevHandle), smid,
3333 le16_to_cpu(mpi_reply->IOCStatus),
3334 le32_to_cpu(mpi_reply->IOCLogInfo)));
3335 } else {
3336 pr_err(MPT3SAS_FMT "mpi_reply not valid at %s:%d/%s()!\n",
3337 ioc->name, __FILE__, __LINE__, __func__);
3338 }
Suganath prabu Subramanifd0331b2016-01-28 12:07:02 +05303339 return mpt3sas_check_for_pending_internal_cmds(ioc, smid);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303340}
3341
3342/**
3343 * _scsih_tm_tr_volume_send - send target reset request for volumes
3344 * @ioc: per adapter object
3345 * @handle: device handle
3346 * Context: interrupt time.
3347 *
3348 * This is designed to send muliple task management request at the same
3349 * time to the fifo. If the fifo is full, we will append the request,
3350 * and process it in a future completion.
3351 */
3352static void
3353_scsih_tm_tr_volume_send(struct MPT3SAS_ADAPTER *ioc, u16 handle)
3354{
3355 Mpi2SCSITaskManagementRequest_t *mpi_request;
3356 u16 smid;
3357 struct _tr_list *delayed_tr;
3358
3359 if (ioc->shost_recovery || ioc->remove_host ||
3360 ioc->pci_error_recovery) {
3361 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3362 "%s: host reset in progress!\n",
3363 __func__, ioc->name));
3364 return;
3365 }
3366
3367 smid = mpt3sas_base_get_smid_hpr(ioc, ioc->tm_tr_volume_cb_idx);
3368 if (!smid) {
3369 delayed_tr = kzalloc(sizeof(*delayed_tr), GFP_ATOMIC);
3370 if (!delayed_tr)
3371 return;
3372 INIT_LIST_HEAD(&delayed_tr->list);
3373 delayed_tr->handle = handle;
3374 list_add_tail(&delayed_tr->list, &ioc->delayed_tr_volume_list);
3375 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3376 "DELAYED:tr:handle(0x%04x), (open)\n",
3377 ioc->name, handle));
3378 return;
3379 }
3380
3381 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3382 "tr_send:handle(0x%04x), (open), smid(%d), cb(%d)\n",
3383 ioc->name, handle, smid,
3384 ioc->tm_tr_volume_cb_idx));
3385 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid);
3386 memset(mpi_request, 0, sizeof(Mpi2SCSITaskManagementRequest_t));
3387 mpi_request->Function = MPI2_FUNCTION_SCSI_TASK_MGMT;
3388 mpi_request->DevHandle = cpu_to_le16(handle);
3389 mpi_request->TaskType = MPI2_SCSITASKMGMT_TASKTYPE_TARGET_RESET;
Suganath prabu Subramani03d1fb32016-01-28 12:07:06 +05303390 mpt3sas_base_put_smid_hi_priority(ioc, smid, 0);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303391}
3392
3393/**
3394 * _scsih_tm_volume_tr_complete - target reset completion
3395 * @ioc: per adapter object
3396 * @smid: system request message index
3397 * @msix_index: MSIX table index supplied by the OS
3398 * @reply: reply message frame(lower 32bit addr)
3399 * Context: interrupt time.
3400 *
3401 * Return 1 meaning mf should be freed from _base_interrupt
3402 * 0 means the mf is freed from this function.
3403 */
3404static u8
3405_scsih_tm_volume_tr_complete(struct MPT3SAS_ADAPTER *ioc, u16 smid,
3406 u8 msix_index, u32 reply)
3407{
3408 u16 handle;
3409 Mpi2SCSITaskManagementRequest_t *mpi_request_tm;
3410 Mpi2SCSITaskManagementReply_t *mpi_reply =
3411 mpt3sas_base_get_reply_virt_addr(ioc, reply);
3412
3413 if (ioc->shost_recovery || ioc->remove_host ||
3414 ioc->pci_error_recovery) {
3415 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3416 "%s: host reset in progress!\n",
3417 __func__, ioc->name));
3418 return 1;
3419 }
3420 if (unlikely(!mpi_reply)) {
3421 pr_err(MPT3SAS_FMT "mpi_reply not valid at %s:%d/%s()!\n",
3422 ioc->name, __FILE__, __LINE__, __func__);
3423 return 1;
3424 }
3425
3426 mpi_request_tm = mpt3sas_base_get_msg_frame(ioc, smid);
3427 handle = le16_to_cpu(mpi_request_tm->DevHandle);
3428 if (handle != le16_to_cpu(mpi_reply->DevHandle)) {
3429 dewtprintk(ioc, pr_err(MPT3SAS_FMT
3430 "spurious interrupt: handle(0x%04x:0x%04x), smid(%d)!!!\n",
3431 ioc->name, handle,
3432 le16_to_cpu(mpi_reply->DevHandle), smid));
3433 return 0;
3434 }
3435
3436 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3437 "tr_complete:handle(0x%04x), (open) smid(%d), ioc_status(0x%04x), "
3438 "loginfo(0x%08x), completed(%d)\n", ioc->name,
3439 handle, smid, le16_to_cpu(mpi_reply->IOCStatus),
3440 le32_to_cpu(mpi_reply->IOCLogInfo),
3441 le32_to_cpu(mpi_reply->TerminationCount)));
3442
3443 return _scsih_check_for_pending_tm(ioc, smid);
3444}
3445
Suganath prabu Subramanifd0331b2016-01-28 12:07:02 +05303446/**
3447 * _scsih_issue_delayed_event_ack - issue delayed Event ACK messages
3448 * @ioc: per adapter object
3449 * @smid: system request message index
3450 * @event: Event ID
3451 * @event_context: used to track events uniquely
3452 *
3453 * Context - processed in interrupt context.
3454 */
3455void
3456_scsih_issue_delayed_event_ack(struct MPT3SAS_ADAPTER *ioc, u16 smid, u16 event,
3457 u32 event_context)
3458{
3459 Mpi2EventAckRequest_t *ack_request;
3460 int i = smid - ioc->internal_smid;
3461 unsigned long flags;
3462
3463 /* Without releasing the smid just update the
3464 * call back index and reuse the same smid for
3465 * processing this delayed request
3466 */
3467 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
3468 ioc->internal_lookup[i].cb_idx = ioc->base_cb_idx;
3469 spin_unlock_irqrestore(&ioc->scsi_lookup_lock, flags);
3470
3471 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3472 "EVENT ACK: event(0x%04x), smid(%d), cb(%d)\n",
3473 ioc->name, le16_to_cpu(event), smid,
3474 ioc->base_cb_idx));
3475 ack_request = mpt3sas_base_get_msg_frame(ioc, smid);
3476 memset(ack_request, 0, sizeof(Mpi2EventAckRequest_t));
3477 ack_request->Function = MPI2_FUNCTION_EVENT_ACK;
3478 ack_request->Event = event;
3479 ack_request->EventContext = event_context;
3480 ack_request->VF_ID = 0; /* TODO */
3481 ack_request->VP_ID = 0;
3482 mpt3sas_base_put_smid_default(ioc, smid);
3483}
3484
3485/**
3486 * _scsih_issue_delayed_sas_io_unit_ctrl - issue delayed
3487 * sas_io_unit_ctrl messages
3488 * @ioc: per adapter object
3489 * @smid: system request message index
3490 * @handle: device handle
3491 *
3492 * Context - processed in interrupt context.
3493 */
3494void
3495_scsih_issue_delayed_sas_io_unit_ctrl(struct MPT3SAS_ADAPTER *ioc,
3496 u16 smid, u16 handle)
3497 {
3498 Mpi2SasIoUnitControlRequest_t *mpi_request;
3499 u32 ioc_state;
3500 int i = smid - ioc->internal_smid;
3501 unsigned long flags;
3502
3503 if (ioc->remove_host) {
3504 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3505 "%s: host has been removed\n",
3506 __func__, ioc->name));
3507 return;
3508 } else if (ioc->pci_error_recovery) {
3509 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3510 "%s: host in pci error recovery\n",
3511 __func__, ioc->name));
3512 return;
3513 }
3514 ioc_state = mpt3sas_base_get_iocstate(ioc, 1);
3515 if (ioc_state != MPI2_IOC_STATE_OPERATIONAL) {
3516 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3517 "%s: host is not operational\n",
3518 __func__, ioc->name));
3519 return;
3520 }
3521
3522 /* Without releasing the smid just update the
3523 * call back index and reuse the same smid for
3524 * processing this delayed request
3525 */
3526 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
3527 ioc->internal_lookup[i].cb_idx = ioc->tm_sas_control_cb_idx;
3528 spin_unlock_irqrestore(&ioc->scsi_lookup_lock, flags);
3529
3530 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3531 "sc_send:handle(0x%04x), (open), smid(%d), cb(%d)\n",
3532 ioc->name, le16_to_cpu(handle), smid,
3533 ioc->tm_sas_control_cb_idx));
3534 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid);
3535 memset(mpi_request, 0, sizeof(Mpi2SasIoUnitControlRequest_t));
3536 mpi_request->Function = MPI2_FUNCTION_SAS_IO_UNIT_CONTROL;
3537 mpi_request->Operation = MPI2_SAS_OP_REMOVE_DEVICE;
3538 mpi_request->DevHandle = handle;
3539 mpt3sas_base_put_smid_default(ioc, smid);
3540}
3541
3542/**
3543 * _scsih_check_for_pending_internal_cmds - check for pending internal messages
3544 * @ioc: per adapter object
3545 * @smid: system request message index
3546 *
3547 * Context: Executed in interrupt context
3548 *
3549 * This will check delayed internal messages list, and process the
3550 * next request.
3551 *
3552 * Return 1 meaning mf should be freed from _base_interrupt
3553 * 0 means the mf is freed from this function.
3554 */
3555u8
3556mpt3sas_check_for_pending_internal_cmds(struct MPT3SAS_ADAPTER *ioc, u16 smid)
3557{
3558 struct _sc_list *delayed_sc;
3559 struct _event_ack_list *delayed_event_ack;
3560
3561 if (!list_empty(&ioc->delayed_event_ack_list)) {
3562 delayed_event_ack = list_entry(ioc->delayed_event_ack_list.next,
3563 struct _event_ack_list, list);
3564 _scsih_issue_delayed_event_ack(ioc, smid,
3565 delayed_event_ack->Event, delayed_event_ack->EventContext);
3566 list_del(&delayed_event_ack->list);
3567 kfree(delayed_event_ack);
3568 return 0;
3569 }
3570
3571 if (!list_empty(&ioc->delayed_sc_list)) {
3572 delayed_sc = list_entry(ioc->delayed_sc_list.next,
3573 struct _sc_list, list);
3574 _scsih_issue_delayed_sas_io_unit_ctrl(ioc, smid,
3575 delayed_sc->handle);
3576 list_del(&delayed_sc->list);
3577 kfree(delayed_sc);
3578 return 0;
3579 }
3580 return 1;
3581}
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303582
3583/**
3584 * _scsih_check_for_pending_tm - check for pending task management
3585 * @ioc: per adapter object
3586 * @smid: system request message index
3587 *
3588 * This will check delayed target reset list, and feed the
3589 * next reqeust.
3590 *
3591 * Return 1 meaning mf should be freed from _base_interrupt
3592 * 0 means the mf is freed from this function.
3593 */
3594static u8
3595_scsih_check_for_pending_tm(struct MPT3SAS_ADAPTER *ioc, u16 smid)
3596{
3597 struct _tr_list *delayed_tr;
3598
3599 if (!list_empty(&ioc->delayed_tr_volume_list)) {
3600 delayed_tr = list_entry(ioc->delayed_tr_volume_list.next,
3601 struct _tr_list, list);
3602 mpt3sas_base_free_smid(ioc, smid);
3603 _scsih_tm_tr_volume_send(ioc, delayed_tr->handle);
3604 list_del(&delayed_tr->list);
3605 kfree(delayed_tr);
3606 return 0;
3607 }
3608
3609 if (!list_empty(&ioc->delayed_tr_list)) {
3610 delayed_tr = list_entry(ioc->delayed_tr_list.next,
3611 struct _tr_list, list);
3612 mpt3sas_base_free_smid(ioc, smid);
3613 _scsih_tm_tr_send(ioc, delayed_tr->handle);
3614 list_del(&delayed_tr->list);
3615 kfree(delayed_tr);
3616 return 0;
3617 }
3618
3619 return 1;
3620}
3621
3622/**
3623 * _scsih_check_topo_delete_events - sanity check on topo events
3624 * @ioc: per adapter object
3625 * @event_data: the event data payload
3626 *
3627 * This routine added to better handle cable breaker.
3628 *
3629 * This handles the case where driver receives multiple expander
3630 * add and delete events in a single shot. When there is a delete event
3631 * the routine will void any pending add events waiting in the event queue.
3632 *
3633 * Return nothing.
3634 */
3635static void
3636_scsih_check_topo_delete_events(struct MPT3SAS_ADAPTER *ioc,
3637 Mpi2EventDataSasTopologyChangeList_t *event_data)
3638{
3639 struct fw_event_work *fw_event;
3640 Mpi2EventDataSasTopologyChangeList_t *local_event_data;
3641 u16 expander_handle;
3642 struct _sas_node *sas_expander;
3643 unsigned long flags;
3644 int i, reason_code;
3645 u16 handle;
3646
3647 for (i = 0 ; i < event_data->NumEntries; i++) {
3648 handle = le16_to_cpu(event_data->PHY[i].AttachedDevHandle);
3649 if (!handle)
3650 continue;
3651 reason_code = event_data->PHY[i].PhyStatus &
3652 MPI2_EVENT_SAS_TOPO_RC_MASK;
3653 if (reason_code == MPI2_EVENT_SAS_TOPO_RC_TARG_NOT_RESPONDING)
3654 _scsih_tm_tr_send(ioc, handle);
3655 }
3656
3657 expander_handle = le16_to_cpu(event_data->ExpanderDevHandle);
3658 if (expander_handle < ioc->sas_hba.num_phys) {
3659 _scsih_block_io_to_children_attached_directly(ioc, event_data);
3660 return;
3661 }
3662 if (event_data->ExpStatus ==
3663 MPI2_EVENT_SAS_TOPO_ES_DELAY_NOT_RESPONDING) {
3664 /* put expander attached devices into blocking state */
3665 spin_lock_irqsave(&ioc->sas_node_lock, flags);
3666 sas_expander = mpt3sas_scsih_expander_find_by_handle(ioc,
3667 expander_handle);
3668 _scsih_block_io_to_children_attached_to_ex(ioc, sas_expander);
3669 spin_unlock_irqrestore(&ioc->sas_node_lock, flags);
3670 do {
3671 handle = find_first_bit(ioc->blocking_handles,
3672 ioc->facts.MaxDevHandle);
3673 if (handle < ioc->facts.MaxDevHandle)
3674 _scsih_block_io_device(ioc, handle);
3675 } while (test_and_clear_bit(handle, ioc->blocking_handles));
3676 } else if (event_data->ExpStatus == MPI2_EVENT_SAS_TOPO_ES_RESPONDING)
3677 _scsih_block_io_to_children_attached_directly(ioc, event_data);
3678
3679 if (event_data->ExpStatus != MPI2_EVENT_SAS_TOPO_ES_NOT_RESPONDING)
3680 return;
3681
3682 /* mark ignore flag for pending events */
3683 spin_lock_irqsave(&ioc->fw_event_lock, flags);
3684 list_for_each_entry(fw_event, &ioc->fw_event_list, list) {
3685 if (fw_event->event != MPI2_EVENT_SAS_TOPOLOGY_CHANGE_LIST ||
3686 fw_event->ignore)
3687 continue;
Joe Lawrence35b62362014-06-25 17:05:34 -04003688 local_event_data = (Mpi2EventDataSasTopologyChangeList_t *)
3689 fw_event->event_data;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303690 if (local_event_data->ExpStatus ==
3691 MPI2_EVENT_SAS_TOPO_ES_ADDED ||
3692 local_event_data->ExpStatus ==
3693 MPI2_EVENT_SAS_TOPO_ES_RESPONDING) {
3694 if (le16_to_cpu(local_event_data->ExpanderDevHandle) ==
3695 expander_handle) {
3696 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3697 "setting ignoring flag\n", ioc->name));
3698 fw_event->ignore = 1;
3699 }
3700 }
3701 }
3702 spin_unlock_irqrestore(&ioc->fw_event_lock, flags);
3703}
3704
3705/**
3706 * _scsih_set_volume_delete_flag - setting volume delete flag
3707 * @ioc: per adapter object
3708 * @handle: device handle
3709 *
3710 * This returns nothing.
3711 */
3712static void
3713_scsih_set_volume_delete_flag(struct MPT3SAS_ADAPTER *ioc, u16 handle)
3714{
3715 struct _raid_device *raid_device;
3716 struct MPT3SAS_TARGET *sas_target_priv_data;
3717 unsigned long flags;
3718
3719 spin_lock_irqsave(&ioc->raid_device_lock, flags);
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05303720 raid_device = mpt3sas_raid_device_find_by_handle(ioc, handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303721 if (raid_device && raid_device->starget &&
3722 raid_device->starget->hostdata) {
3723 sas_target_priv_data =
3724 raid_device->starget->hostdata;
3725 sas_target_priv_data->deleted = 1;
3726 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3727 "setting delete flag: handle(0x%04x), "
3728 "wwid(0x%016llx)\n", ioc->name, handle,
3729 (unsigned long long) raid_device->wwid));
3730 }
3731 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
3732}
3733
3734/**
3735 * _scsih_set_volume_handle_for_tr - set handle for target reset to volume
3736 * @handle: input handle
3737 * @a: handle for volume a
3738 * @b: handle for volume b
3739 *
3740 * IR firmware only supports two raid volumes. The purpose of this
3741 * routine is to set the volume handle in either a or b. When the given
3742 * input handle is non-zero, or when a and b have not been set before.
3743 */
3744static void
3745_scsih_set_volume_handle_for_tr(u16 handle, u16 *a, u16 *b)
3746{
3747 if (!handle || handle == *a || handle == *b)
3748 return;
3749 if (!*a)
3750 *a = handle;
3751 else if (!*b)
3752 *b = handle;
3753}
3754
3755/**
3756 * _scsih_check_ir_config_unhide_events - check for UNHIDE events
3757 * @ioc: per adapter object
3758 * @event_data: the event data payload
3759 * Context: interrupt time.
3760 *
3761 * This routine will send target reset to volume, followed by target
3762 * resets to the PDs. This is called when a PD has been removed, or
3763 * volume has been deleted or removed. When the target reset is sent
3764 * to volume, the PD target resets need to be queued to start upon
3765 * completion of the volume target reset.
3766 *
3767 * Return nothing.
3768 */
3769static void
3770_scsih_check_ir_config_unhide_events(struct MPT3SAS_ADAPTER *ioc,
3771 Mpi2EventDataIrConfigChangeList_t *event_data)
3772{
3773 Mpi2EventIrConfigElement_t *element;
3774 int i;
3775 u16 handle, volume_handle, a, b;
3776 struct _tr_list *delayed_tr;
3777
3778 a = 0;
3779 b = 0;
3780
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05303781 if (ioc->is_warpdrive)
3782 return;
3783
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303784 /* Volume Resets for Deleted or Removed */
3785 element = (Mpi2EventIrConfigElement_t *)&event_data->ConfigElement[0];
3786 for (i = 0; i < event_data->NumElements; i++, element++) {
3787 if (le32_to_cpu(event_data->Flags) &
3788 MPI2_EVENT_IR_CHANGE_FLAGS_FOREIGN_CONFIG)
3789 continue;
3790 if (element->ReasonCode ==
3791 MPI2_EVENT_IR_CHANGE_RC_VOLUME_DELETED ||
3792 element->ReasonCode ==
3793 MPI2_EVENT_IR_CHANGE_RC_REMOVED) {
3794 volume_handle = le16_to_cpu(element->VolDevHandle);
3795 _scsih_set_volume_delete_flag(ioc, volume_handle);
3796 _scsih_set_volume_handle_for_tr(volume_handle, &a, &b);
3797 }
3798 }
3799
3800 /* Volume Resets for UNHIDE events */
3801 element = (Mpi2EventIrConfigElement_t *)&event_data->ConfigElement[0];
3802 for (i = 0; i < event_data->NumElements; i++, element++) {
3803 if (le32_to_cpu(event_data->Flags) &
3804 MPI2_EVENT_IR_CHANGE_FLAGS_FOREIGN_CONFIG)
3805 continue;
3806 if (element->ReasonCode == MPI2_EVENT_IR_CHANGE_RC_UNHIDE) {
3807 volume_handle = le16_to_cpu(element->VolDevHandle);
3808 _scsih_set_volume_handle_for_tr(volume_handle, &a, &b);
3809 }
3810 }
3811
3812 if (a)
3813 _scsih_tm_tr_volume_send(ioc, a);
3814 if (b)
3815 _scsih_tm_tr_volume_send(ioc, b);
3816
3817 /* PD target resets */
3818 element = (Mpi2EventIrConfigElement_t *)&event_data->ConfigElement[0];
3819 for (i = 0; i < event_data->NumElements; i++, element++) {
3820 if (element->ReasonCode != MPI2_EVENT_IR_CHANGE_RC_UNHIDE)
3821 continue;
3822 handle = le16_to_cpu(element->PhysDiskDevHandle);
3823 volume_handle = le16_to_cpu(element->VolDevHandle);
3824 clear_bit(handle, ioc->pd_handles);
3825 if (!volume_handle)
3826 _scsih_tm_tr_send(ioc, handle);
3827 else if (volume_handle == a || volume_handle == b) {
3828 delayed_tr = kzalloc(sizeof(*delayed_tr), GFP_ATOMIC);
3829 BUG_ON(!delayed_tr);
3830 INIT_LIST_HEAD(&delayed_tr->list);
3831 delayed_tr->handle = handle;
3832 list_add_tail(&delayed_tr->list, &ioc->delayed_tr_list);
3833 dewtprintk(ioc, pr_info(MPT3SAS_FMT
3834 "DELAYED:tr:handle(0x%04x), (open)\n", ioc->name,
3835 handle));
3836 } else
3837 _scsih_tm_tr_send(ioc, handle);
3838 }
3839}
3840
3841
3842/**
3843 * _scsih_check_volume_delete_events - set delete flag for volumes
3844 * @ioc: per adapter object
3845 * @event_data: the event data payload
3846 * Context: interrupt time.
3847 *
3848 * This will handle the case when the cable connected to entire volume is
3849 * pulled. We will take care of setting the deleted flag so normal IO will
3850 * not be sent.
3851 *
3852 * Return nothing.
3853 */
3854static void
3855_scsih_check_volume_delete_events(struct MPT3SAS_ADAPTER *ioc,
3856 Mpi2EventDataIrVolume_t *event_data)
3857{
3858 u32 state;
3859
3860 if (event_data->ReasonCode != MPI2_EVENT_IR_VOLUME_RC_STATE_CHANGED)
3861 return;
3862 state = le32_to_cpu(event_data->NewValue);
3863 if (state == MPI2_RAID_VOL_STATE_MISSING || state ==
3864 MPI2_RAID_VOL_STATE_FAILED)
3865 _scsih_set_volume_delete_flag(ioc,
3866 le16_to_cpu(event_data->VolDevHandle));
3867}
3868
3869/**
Sreekanth Reddy2d8ce8c2015-01-12 11:38:56 +05303870 * _scsih_temp_threshold_events - display temperature threshold exceeded events
3871 * @ioc: per adapter object
3872 * @event_data: the temp threshold event data
3873 * Context: interrupt time.
3874 *
3875 * Return nothing.
3876 */
3877static void
3878_scsih_temp_threshold_events(struct MPT3SAS_ADAPTER *ioc,
3879 Mpi2EventDataTemperature_t *event_data)
3880{
3881 if (ioc->temp_sensors_count >= event_data->SensorNum) {
3882 pr_err(MPT3SAS_FMT "Temperature Threshold flags %s%s%s%s"
3883 " exceeded for Sensor: %d !!!\n", ioc->name,
3884 ((le16_to_cpu(event_data->Status) & 0x1) == 1) ? "0 " : " ",
3885 ((le16_to_cpu(event_data->Status) & 0x2) == 2) ? "1 " : " ",
3886 ((le16_to_cpu(event_data->Status) & 0x4) == 4) ? "2 " : " ",
3887 ((le16_to_cpu(event_data->Status) & 0x8) == 8) ? "3 " : " ",
3888 event_data->SensorNum);
3889 pr_err(MPT3SAS_FMT "Current Temp In Celsius: %d\n",
3890 ioc->name, event_data->CurrentTemperature);
3891 }
3892}
3893
3894/**
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303895 * _scsih_flush_running_cmds - completing outstanding commands.
3896 * @ioc: per adapter object
3897 *
3898 * The flushing out of all pending scmd commands following host reset,
3899 * where all IO is dropped to the floor.
3900 *
3901 * Return nothing.
3902 */
3903static void
3904_scsih_flush_running_cmds(struct MPT3SAS_ADAPTER *ioc)
3905{
3906 struct scsi_cmnd *scmd;
3907 u16 smid;
3908 u16 count = 0;
3909
3910 for (smid = 1; smid <= ioc->scsiio_depth; smid++) {
3911 scmd = _scsih_scsi_lookup_get_clear(ioc, smid);
3912 if (!scmd)
3913 continue;
3914 count++;
3915 mpt3sas_base_free_smid(ioc, smid);
3916 scsi_dma_unmap(scmd);
3917 if (ioc->pci_error_recovery)
3918 scmd->result = DID_NO_CONNECT << 16;
3919 else
3920 scmd->result = DID_RESET << 16;
3921 scmd->scsi_done(scmd);
3922 }
3923 dtmprintk(ioc, pr_info(MPT3SAS_FMT "completing %d cmds\n",
3924 ioc->name, count));
3925}
3926
3927/**
3928 * _scsih_setup_eedp - setup MPI request for EEDP transfer
3929 * @ioc: per adapter object
3930 * @scmd: pointer to scsi command object
3931 * @mpi_request: pointer to the SCSI_IO reqest message frame
3932 *
3933 * Supporting protection 1 and 3.
3934 *
3935 * Returns nothing
3936 */
3937static void
3938_scsih_setup_eedp(struct MPT3SAS_ADAPTER *ioc, struct scsi_cmnd *scmd,
3939 Mpi2SCSIIORequest_t *mpi_request)
3940{
3941 u16 eedp_flags;
3942 unsigned char prot_op = scsi_get_prot_op(scmd);
3943 unsigned char prot_type = scsi_get_prot_type(scmd);
3944 Mpi25SCSIIORequest_t *mpi_request_3v =
3945 (Mpi25SCSIIORequest_t *)mpi_request;
3946
3947 if (prot_type == SCSI_PROT_DIF_TYPE0 || prot_op == SCSI_PROT_NORMAL)
3948 return;
3949
3950 if (prot_op == SCSI_PROT_READ_STRIP)
3951 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_CHECK_REMOVE_OP;
3952 else if (prot_op == SCSI_PROT_WRITE_INSERT)
3953 eedp_flags = MPI2_SCSIIO_EEDPFLAGS_INSERT_OP;
3954 else
3955 return;
3956
3957 switch (prot_type) {
3958 case SCSI_PROT_DIF_TYPE1:
3959 case SCSI_PROT_DIF_TYPE2:
3960
3961 /*
3962 * enable ref/guard checking
3963 * auto increment ref tag
3964 */
3965 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_INC_PRI_REFTAG |
3966 MPI2_SCSIIO_EEDPFLAGS_CHECK_REFTAG |
3967 MPI2_SCSIIO_EEDPFLAGS_CHECK_GUARD;
3968 mpi_request->CDB.EEDP32.PrimaryReferenceTag =
Chaitra P B648512cc2016-05-06 14:29:28 +05303969 cpu_to_be32(scsi_prot_ref_tag(scmd));
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05303970 break;
3971
3972 case SCSI_PROT_DIF_TYPE3:
3973
3974 /*
3975 * enable guard checking
3976 */
3977 eedp_flags |= MPI2_SCSIIO_EEDPFLAGS_CHECK_GUARD;
3978
3979 break;
3980 }
3981
3982 mpi_request_3v->EEDPBlockSize =
3983 cpu_to_le16(scmd->device->sector_size);
3984 mpi_request->EEDPFlags = cpu_to_le16(eedp_flags);
3985}
3986
3987/**
3988 * _scsih_eedp_error_handling - return sense code for EEDP errors
3989 * @scmd: pointer to scsi command object
3990 * @ioc_status: ioc status
3991 *
3992 * Returns nothing
3993 */
3994static void
3995_scsih_eedp_error_handling(struct scsi_cmnd *scmd, u16 ioc_status)
3996{
3997 u8 ascq;
3998
3999 switch (ioc_status) {
4000 case MPI2_IOCSTATUS_EEDP_GUARD_ERROR:
4001 ascq = 0x01;
4002 break;
4003 case MPI2_IOCSTATUS_EEDP_APP_TAG_ERROR:
4004 ascq = 0x02;
4005 break;
4006 case MPI2_IOCSTATUS_EEDP_REF_TAG_ERROR:
4007 ascq = 0x03;
4008 break;
4009 default:
4010 ascq = 0x00;
4011 break;
4012 }
4013 scsi_build_sense_buffer(0, scmd->sense_buffer, ILLEGAL_REQUEST, 0x10,
4014 ascq);
4015 scmd->result = DRIVER_SENSE << 24 | (DID_ABORT << 16) |
4016 SAM_STAT_CHECK_CONDITION;
4017}
4018
4019
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304020
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304021/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05304022 * scsih_qcmd - main scsi request entry point
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304023 * @scmd: pointer to scsi command object
4024 * @done: function pointer to be invoked on completion
4025 *
4026 * The callback index is set inside `ioc->scsi_io_cb_idx`.
4027 *
4028 * Returns 0 on success. If there's a failure, return either:
4029 * SCSI_MLQUEUE_DEVICE_BUSY if the device queue is full, or
4030 * SCSI_MLQUEUE_HOST_BUSY if the entire host queue is full
4031 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05304032int
4033scsih_qcmd(struct Scsi_Host *shost, struct scsi_cmnd *scmd)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304034{
Matthew Wilcoxd8bfbd82014-03-27 16:40:31 -04004035 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304036 struct MPT3SAS_DEVICE *sas_device_priv_data;
4037 struct MPT3SAS_TARGET *sas_target_priv_data;
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304038 struct _raid_device *raid_device;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304039 Mpi2SCSIIORequest_t *mpi_request;
4040 u32 mpi_control;
4041 u16 smid;
4042 u16 handle;
4043
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304044 if (ioc->logging_level & MPT_DEBUG_SCSI)
4045 scsi_print_command(scmd);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304046
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304047 sas_device_priv_data = scmd->device->hostdata;
4048 if (!sas_device_priv_data || !sas_device_priv_data->sas_target) {
4049 scmd->result = DID_NO_CONNECT << 16;
4050 scmd->scsi_done(scmd);
4051 return 0;
4052 }
4053
4054 if (ioc->pci_error_recovery || ioc->remove_host) {
4055 scmd->result = DID_NO_CONNECT << 16;
4056 scmd->scsi_done(scmd);
4057 return 0;
4058 }
4059
4060 sas_target_priv_data = sas_device_priv_data->sas_target;
4061
4062 /* invalid device handle */
4063 handle = sas_target_priv_data->handle;
4064 if (handle == MPT3SAS_INVALID_DEVICE_HANDLE) {
4065 scmd->result = DID_NO_CONNECT << 16;
4066 scmd->scsi_done(scmd);
4067 return 0;
4068 }
4069
4070
4071 /* host recovery or link resets sent via IOCTLs */
4072 if (ioc->shost_recovery || ioc->ioc_link_reset_in_progress)
4073 return SCSI_MLQUEUE_HOST_BUSY;
4074
4075 /* device has been deleted */
4076 else if (sas_target_priv_data->deleted) {
4077 scmd->result = DID_NO_CONNECT << 16;
4078 scmd->scsi_done(scmd);
4079 return 0;
4080 /* device busy with task managment */
4081 } else if (sas_target_priv_data->tm_busy ||
4082 sas_device_priv_data->block)
4083 return SCSI_MLQUEUE_DEVICE_BUSY;
4084
4085 if (scmd->sc_data_direction == DMA_FROM_DEVICE)
4086 mpi_control = MPI2_SCSIIO_CONTROL_READ;
4087 else if (scmd->sc_data_direction == DMA_TO_DEVICE)
4088 mpi_control = MPI2_SCSIIO_CONTROL_WRITE;
4089 else
4090 mpi_control = MPI2_SCSIIO_CONTROL_NODATATRANSFER;
4091
4092 /* set tags */
Christoph Hellwig609aa222014-10-30 11:54:58 +01004093 mpi_control |= MPI2_SCSIIO_CONTROL_SIMPLEQ;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304094
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304095 /* Make sure Device is not raid volume.
4096 * We do not expose raid functionality to upper layer for warpdrive.
4097 */
4098 if (!ioc->is_warpdrive && !scsih_is_raid(&scmd->device->sdev_gendev)
Sreekanth Reddy15de0de2015-11-12 23:40:37 +05304099 && sas_is_tlr_enabled(scmd->device) && scmd->cmd_len != 32)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304100 mpi_control |= MPI2_SCSIIO_CONTROL_TLR_ON;
4101
4102 smid = mpt3sas_base_get_smid_scsiio(ioc, ioc->scsi_io_cb_idx, scmd);
4103 if (!smid) {
4104 pr_err(MPT3SAS_FMT "%s: failed obtaining a smid\n",
4105 ioc->name, __func__);
4106 goto out;
4107 }
4108 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid);
4109 memset(mpi_request, 0, sizeof(Mpi2SCSIIORequest_t));
4110 _scsih_setup_eedp(ioc, scmd, mpi_request);
4111
4112 if (scmd->cmd_len == 32)
4113 mpi_control |= 4 << MPI2_SCSIIO_CONTROL_ADDCDBLEN_SHIFT;
4114 mpi_request->Function = MPI2_FUNCTION_SCSI_IO_REQUEST;
4115 if (sas_device_priv_data->sas_target->flags &
4116 MPT_TARGET_FLAGS_RAID_COMPONENT)
4117 mpi_request->Function = MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH;
4118 else
4119 mpi_request->Function = MPI2_FUNCTION_SCSI_IO_REQUEST;
4120 mpi_request->DevHandle = cpu_to_le16(handle);
4121 mpi_request->DataLength = cpu_to_le32(scsi_bufflen(scmd));
4122 mpi_request->Control = cpu_to_le32(mpi_control);
4123 mpi_request->IoFlags = cpu_to_le16(scmd->cmd_len);
4124 mpi_request->MsgFlags = MPI2_SCSIIO_MSGFLAGS_SYSTEM_SENSE_ADDR;
4125 mpi_request->SenseBufferLength = SCSI_SENSE_BUFFERSIZE;
4126 mpi_request->SenseBufferLowAddress =
4127 mpt3sas_base_get_sense_buffer_dma(ioc, smid);
4128 mpi_request->SGLOffset0 = offsetof(Mpi2SCSIIORequest_t, SGL) / 4;
4129 int_to_scsilun(sas_device_priv_data->lun, (struct scsi_lun *)
4130 mpi_request->LUN);
4131 memcpy(mpi_request->CDB.CDB32, scmd->cmnd, scmd->cmd_len);
4132
4133 if (mpi_request->DataLength) {
4134 if (ioc->build_sg_scmd(ioc, scmd, smid)) {
4135 mpt3sas_base_free_smid(ioc, smid);
4136 goto out;
4137 }
4138 } else
4139 ioc->build_zero_len_sge(ioc, &mpi_request->SGL);
4140
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304141 raid_device = sas_target_priv_data->raid_device;
4142 if (raid_device && raid_device->direct_io_enabled)
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05304143 mpt3sas_setup_direct_io(ioc, scmd, raid_device, mpi_request,
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304144 smid);
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304145
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304146 if (likely(mpi_request->Function == MPI2_FUNCTION_SCSI_IO_REQUEST)) {
4147 if (sas_target_priv_data->flags & MPT_TARGET_FASTPATH_IO) {
4148 mpi_request->IoFlags = cpu_to_le16(scmd->cmd_len |
4149 MPI25_SCSIIO_IOFLAGS_FAST_PATH);
4150 mpt3sas_base_put_smid_fast_path(ioc, smid, handle);
4151 } else
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304152 mpt3sas_base_put_smid_scsi_io(ioc, smid,
4153 le16_to_cpu(mpi_request->DevHandle));
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304154 } else
4155 mpt3sas_base_put_smid_default(ioc, smid);
4156 return 0;
4157
4158 out:
4159 return SCSI_MLQUEUE_HOST_BUSY;
4160}
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304161
4162/**
4163 * _scsih_normalize_sense - normalize descriptor and fixed format sense data
4164 * @sense_buffer: sense data returned by target
4165 * @data: normalized skey/asc/ascq
4166 *
4167 * Return nothing.
4168 */
4169static void
4170_scsih_normalize_sense(char *sense_buffer, struct sense_info *data)
4171{
4172 if ((sense_buffer[0] & 0x7F) >= 0x72) {
4173 /* descriptor format */
4174 data->skey = sense_buffer[1] & 0x0F;
4175 data->asc = sense_buffer[2];
4176 data->ascq = sense_buffer[3];
4177 } else {
4178 /* fixed format */
4179 data->skey = sense_buffer[2] & 0x0F;
4180 data->asc = sense_buffer[12];
4181 data->ascq = sense_buffer[13];
4182 }
4183}
4184
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304185/**
4186 * _scsih_scsi_ioc_info - translated non-succesfull SCSI_IO request
4187 * @ioc: per adapter object
4188 * @scmd: pointer to scsi command object
4189 * @mpi_reply: reply mf payload returned from firmware
4190 *
4191 * scsi_status - SCSI Status code returned from target device
4192 * scsi_state - state info associated with SCSI_IO determined by ioc
4193 * ioc_status - ioc supplied status info
4194 *
4195 * Return nothing.
4196 */
4197static void
4198_scsih_scsi_ioc_info(struct MPT3SAS_ADAPTER *ioc, struct scsi_cmnd *scmd,
4199 Mpi2SCSIIOReply_t *mpi_reply, u16 smid)
4200{
4201 u32 response_info;
4202 u8 *response_bytes;
4203 u16 ioc_status = le16_to_cpu(mpi_reply->IOCStatus) &
4204 MPI2_IOCSTATUS_MASK;
4205 u8 scsi_state = mpi_reply->SCSIState;
4206 u8 scsi_status = mpi_reply->SCSIStatus;
4207 char *desc_ioc_state = NULL;
4208 char *desc_scsi_status = NULL;
4209 char *desc_scsi_state = ioc->tmp_string;
4210 u32 log_info = le32_to_cpu(mpi_reply->IOCLogInfo);
4211 struct _sas_device *sas_device = NULL;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304212 struct scsi_target *starget = scmd->device->sdev_target;
4213 struct MPT3SAS_TARGET *priv_target = starget->hostdata;
4214 char *device_str = NULL;
4215
4216 if (!priv_target)
4217 return;
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304218 if (ioc->hide_ir_msg)
4219 device_str = "WarpDrive";
4220 else
4221 device_str = "volume";
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304222
4223 if (log_info == 0x31170000)
4224 return;
4225
4226 switch (ioc_status) {
4227 case MPI2_IOCSTATUS_SUCCESS:
4228 desc_ioc_state = "success";
4229 break;
4230 case MPI2_IOCSTATUS_INVALID_FUNCTION:
4231 desc_ioc_state = "invalid function";
4232 break;
4233 case MPI2_IOCSTATUS_SCSI_RECOVERED_ERROR:
4234 desc_ioc_state = "scsi recovered error";
4235 break;
4236 case MPI2_IOCSTATUS_SCSI_INVALID_DEVHANDLE:
4237 desc_ioc_state = "scsi invalid dev handle";
4238 break;
4239 case MPI2_IOCSTATUS_SCSI_DEVICE_NOT_THERE:
4240 desc_ioc_state = "scsi device not there";
4241 break;
4242 case MPI2_IOCSTATUS_SCSI_DATA_OVERRUN:
4243 desc_ioc_state = "scsi data overrun";
4244 break;
4245 case MPI2_IOCSTATUS_SCSI_DATA_UNDERRUN:
4246 desc_ioc_state = "scsi data underrun";
4247 break;
4248 case MPI2_IOCSTATUS_SCSI_IO_DATA_ERROR:
4249 desc_ioc_state = "scsi io data error";
4250 break;
4251 case MPI2_IOCSTATUS_SCSI_PROTOCOL_ERROR:
4252 desc_ioc_state = "scsi protocol error";
4253 break;
4254 case MPI2_IOCSTATUS_SCSI_TASK_TERMINATED:
4255 desc_ioc_state = "scsi task terminated";
4256 break;
4257 case MPI2_IOCSTATUS_SCSI_RESIDUAL_MISMATCH:
4258 desc_ioc_state = "scsi residual mismatch";
4259 break;
4260 case MPI2_IOCSTATUS_SCSI_TASK_MGMT_FAILED:
4261 desc_ioc_state = "scsi task mgmt failed";
4262 break;
4263 case MPI2_IOCSTATUS_SCSI_IOC_TERMINATED:
4264 desc_ioc_state = "scsi ioc terminated";
4265 break;
4266 case MPI2_IOCSTATUS_SCSI_EXT_TERMINATED:
4267 desc_ioc_state = "scsi ext terminated";
4268 break;
4269 case MPI2_IOCSTATUS_EEDP_GUARD_ERROR:
4270 desc_ioc_state = "eedp guard error";
4271 break;
4272 case MPI2_IOCSTATUS_EEDP_REF_TAG_ERROR:
4273 desc_ioc_state = "eedp ref tag error";
4274 break;
4275 case MPI2_IOCSTATUS_EEDP_APP_TAG_ERROR:
4276 desc_ioc_state = "eedp app tag error";
4277 break;
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05304278 case MPI2_IOCSTATUS_INSUFFICIENT_POWER:
4279 desc_ioc_state = "insufficient power";
4280 break;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304281 default:
4282 desc_ioc_state = "unknown";
4283 break;
4284 }
4285
4286 switch (scsi_status) {
4287 case MPI2_SCSI_STATUS_GOOD:
4288 desc_scsi_status = "good";
4289 break;
4290 case MPI2_SCSI_STATUS_CHECK_CONDITION:
4291 desc_scsi_status = "check condition";
4292 break;
4293 case MPI2_SCSI_STATUS_CONDITION_MET:
4294 desc_scsi_status = "condition met";
4295 break;
4296 case MPI2_SCSI_STATUS_BUSY:
4297 desc_scsi_status = "busy";
4298 break;
4299 case MPI2_SCSI_STATUS_INTERMEDIATE:
4300 desc_scsi_status = "intermediate";
4301 break;
4302 case MPI2_SCSI_STATUS_INTERMEDIATE_CONDMET:
4303 desc_scsi_status = "intermediate condmet";
4304 break;
4305 case MPI2_SCSI_STATUS_RESERVATION_CONFLICT:
4306 desc_scsi_status = "reservation conflict";
4307 break;
4308 case MPI2_SCSI_STATUS_COMMAND_TERMINATED:
4309 desc_scsi_status = "command terminated";
4310 break;
4311 case MPI2_SCSI_STATUS_TASK_SET_FULL:
4312 desc_scsi_status = "task set full";
4313 break;
4314 case MPI2_SCSI_STATUS_ACA_ACTIVE:
4315 desc_scsi_status = "aca active";
4316 break;
4317 case MPI2_SCSI_STATUS_TASK_ABORTED:
4318 desc_scsi_status = "task aborted";
4319 break;
4320 default:
4321 desc_scsi_status = "unknown";
4322 break;
4323 }
4324
4325 desc_scsi_state[0] = '\0';
4326 if (!scsi_state)
4327 desc_scsi_state = " ";
4328 if (scsi_state & MPI2_SCSI_STATE_RESPONSE_INFO_VALID)
4329 strcat(desc_scsi_state, "response info ");
4330 if (scsi_state & MPI2_SCSI_STATE_TERMINATED)
4331 strcat(desc_scsi_state, "state terminated ");
4332 if (scsi_state & MPI2_SCSI_STATE_NO_SCSI_STATUS)
4333 strcat(desc_scsi_state, "no status ");
4334 if (scsi_state & MPI2_SCSI_STATE_AUTOSENSE_FAILED)
4335 strcat(desc_scsi_state, "autosense failed ");
4336 if (scsi_state & MPI2_SCSI_STATE_AUTOSENSE_VALID)
4337 strcat(desc_scsi_state, "autosense valid ");
4338
4339 scsi_print_command(scmd);
4340
4341 if (priv_target->flags & MPT_TARGET_FLAGS_VOLUME) {
4342 pr_warn(MPT3SAS_FMT "\t%s wwid(0x%016llx)\n", ioc->name,
4343 device_str, (unsigned long long)priv_target->sas_address);
4344 } else {
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304345 sas_device = mpt3sas_get_sdev_from_target(ioc, priv_target);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304346 if (sas_device) {
4347 pr_warn(MPT3SAS_FMT
4348 "\tsas_address(0x%016llx), phy(%d)\n",
4349 ioc->name, (unsigned long long)
4350 sas_device->sas_address, sas_device->phy);
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05304351 if (sas_device->enclosure_handle != 0)
4352 pr_warn(MPT3SAS_FMT
4353 "\tenclosure_logical_id(0x%016llx),"
4354 "slot(%d)\n", ioc->name,
4355 (unsigned long long)
4356 sas_device->enclosure_logical_id,
4357 sas_device->slot);
4358 if (sas_device->connector_name[0])
4359 pr_warn(MPT3SAS_FMT
4360 "\tenclosure level(0x%04x),"
4361 " connector name( %s)\n", ioc->name,
4362 sas_device->enclosure_level,
4363 sas_device->connector_name);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304364
4365 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304366 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304367 }
4368
4369 pr_warn(MPT3SAS_FMT
4370 "\thandle(0x%04x), ioc_status(%s)(0x%04x), smid(%d)\n",
4371 ioc->name, le16_to_cpu(mpi_reply->DevHandle),
4372 desc_ioc_state, ioc_status, smid);
4373 pr_warn(MPT3SAS_FMT
4374 "\trequest_len(%d), underflow(%d), resid(%d)\n",
4375 ioc->name, scsi_bufflen(scmd), scmd->underflow,
4376 scsi_get_resid(scmd));
4377 pr_warn(MPT3SAS_FMT
4378 "\ttag(%d), transfer_count(%d), sc->result(0x%08x)\n",
4379 ioc->name, le16_to_cpu(mpi_reply->TaskTag),
4380 le32_to_cpu(mpi_reply->TransferCount), scmd->result);
4381 pr_warn(MPT3SAS_FMT
4382 "\tscsi_status(%s)(0x%02x), scsi_state(%s)(0x%02x)\n",
4383 ioc->name, desc_scsi_status,
4384 scsi_status, desc_scsi_state, scsi_state);
4385
4386 if (scsi_state & MPI2_SCSI_STATE_AUTOSENSE_VALID) {
4387 struct sense_info data;
4388 _scsih_normalize_sense(scmd->sense_buffer, &data);
4389 pr_warn(MPT3SAS_FMT
4390 "\t[sense_key,asc,ascq]: [0x%02x,0x%02x,0x%02x], count(%d)\n",
4391 ioc->name, data.skey,
4392 data.asc, data.ascq, le32_to_cpu(mpi_reply->SenseCount));
4393 }
4394
4395 if (scsi_state & MPI2_SCSI_STATE_RESPONSE_INFO_VALID) {
4396 response_info = le32_to_cpu(mpi_reply->ResponseInfo);
4397 response_bytes = (u8 *)&response_info;
4398 _scsih_response_code(ioc, response_bytes[0]);
4399 }
4400}
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304401
4402/**
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05304403 * _scsih_turn_on_pfa_led - illuminate PFA LED
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304404 * @ioc: per adapter object
4405 * @handle: device handle
4406 * Context: process
4407 *
4408 * Return nothing.
4409 */
4410static void
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05304411_scsih_turn_on_pfa_led(struct MPT3SAS_ADAPTER *ioc, u16 handle)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304412{
4413 Mpi2SepReply_t mpi_reply;
4414 Mpi2SepRequest_t mpi_request;
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05304415 struct _sas_device *sas_device;
4416
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304417 sas_device = mpt3sas_get_sdev_by_handle(ioc, handle);
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05304418 if (!sas_device)
4419 return;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304420
4421 memset(&mpi_request, 0, sizeof(Mpi2SepRequest_t));
4422 mpi_request.Function = MPI2_FUNCTION_SCSI_ENCLOSURE_PROCESSOR;
4423 mpi_request.Action = MPI2_SEP_REQ_ACTION_WRITE_STATUS;
4424 mpi_request.SlotStatus =
4425 cpu_to_le32(MPI2_SEP_REQ_SLOTSTATUS_PREDICTED_FAULT);
4426 mpi_request.DevHandle = cpu_to_le16(handle);
4427 mpi_request.Flags = MPI2_SEP_REQ_FLAGS_DEVHANDLE_ADDRESS;
4428 if ((mpt3sas_base_scsi_enclosure_processor(ioc, &mpi_reply,
4429 &mpi_request)) != 0) {
4430 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n", ioc->name,
4431 __FILE__, __LINE__, __func__);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304432 goto out;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304433 }
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05304434 sas_device->pfa_led_on = 1;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304435
4436 if (mpi_reply.IOCStatus || mpi_reply.IOCLogInfo) {
4437 dewtprintk(ioc, pr_info(MPT3SAS_FMT
4438 "enclosure_processor: ioc_status (0x%04x), loginfo(0x%08x)\n",
4439 ioc->name, le16_to_cpu(mpi_reply.IOCStatus),
4440 le32_to_cpu(mpi_reply.IOCLogInfo)));
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304441 goto out;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304442 }
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304443out:
4444 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304445}
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304446
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304447/**
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05304448 * _scsih_turn_off_pfa_led - turn off Fault LED
4449 * @ioc: per adapter object
4450 * @sas_device: sas device whose PFA LED has to turned off
4451 * Context: process
4452 *
4453 * Return nothing.
4454 */
4455static void
4456_scsih_turn_off_pfa_led(struct MPT3SAS_ADAPTER *ioc,
4457 struct _sas_device *sas_device)
4458{
4459 Mpi2SepReply_t mpi_reply;
4460 Mpi2SepRequest_t mpi_request;
4461
4462 memset(&mpi_request, 0, sizeof(Mpi2SepRequest_t));
4463 mpi_request.Function = MPI2_FUNCTION_SCSI_ENCLOSURE_PROCESSOR;
4464 mpi_request.Action = MPI2_SEP_REQ_ACTION_WRITE_STATUS;
4465 mpi_request.SlotStatus = 0;
4466 mpi_request.Slot = cpu_to_le16(sas_device->slot);
4467 mpi_request.DevHandle = 0;
4468 mpi_request.EnclosureHandle = cpu_to_le16(sas_device->enclosure_handle);
4469 mpi_request.Flags = MPI2_SEP_REQ_FLAGS_ENCLOSURE_SLOT_ADDRESS;
4470 if ((mpt3sas_base_scsi_enclosure_processor(ioc, &mpi_reply,
4471 &mpi_request)) != 0) {
4472 printk(MPT3SAS_FMT "failure at %s:%d/%s()!\n", ioc->name,
4473 __FILE__, __LINE__, __func__);
4474 return;
4475 }
4476
4477 if (mpi_reply.IOCStatus || mpi_reply.IOCLogInfo) {
4478 dewtprintk(ioc, printk(MPT3SAS_FMT
4479 "enclosure_processor: ioc_status (0x%04x), loginfo(0x%08x)\n",
4480 ioc->name, le16_to_cpu(mpi_reply.IOCStatus),
4481 le32_to_cpu(mpi_reply.IOCLogInfo)));
4482 return;
4483 }
4484}
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304485
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05304486/**
4487 * _scsih_send_event_to_turn_on_pfa_led - fire delayed event
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304488 * @ioc: per adapter object
4489 * @handle: device handle
4490 * Context: interrupt.
4491 *
4492 * Return nothing.
4493 */
4494static void
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05304495_scsih_send_event_to_turn_on_pfa_led(struct MPT3SAS_ADAPTER *ioc, u16 handle)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304496{
4497 struct fw_event_work *fw_event;
4498
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05304499 fw_event = alloc_fw_event_work(0);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304500 if (!fw_event)
4501 return;
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05304502 fw_event->event = MPT3SAS_TURN_ON_PFA_LED;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304503 fw_event->device_handle = handle;
4504 fw_event->ioc = ioc;
4505 _scsih_fw_event_add(ioc, fw_event);
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05304506 fw_event_work_put(fw_event);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304507}
4508
4509/**
4510 * _scsih_smart_predicted_fault - process smart errors
4511 * @ioc: per adapter object
4512 * @handle: device handle
4513 * Context: interrupt.
4514 *
4515 * Return nothing.
4516 */
4517static void
4518_scsih_smart_predicted_fault(struct MPT3SAS_ADAPTER *ioc, u16 handle)
4519{
4520 struct scsi_target *starget;
4521 struct MPT3SAS_TARGET *sas_target_priv_data;
4522 Mpi2EventNotificationReply_t *event_reply;
4523 Mpi2EventDataSasDeviceStatusChange_t *event_data;
4524 struct _sas_device *sas_device;
4525 ssize_t sz;
4526 unsigned long flags;
4527
4528 /* only handle non-raid devices */
4529 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304530 sas_device = __mpt3sas_get_sdev_by_handle(ioc, handle);
4531 if (!sas_device)
4532 goto out_unlock;
4533
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304534 starget = sas_device->starget;
4535 sas_target_priv_data = starget->hostdata;
4536
4537 if ((sas_target_priv_data->flags & MPT_TARGET_FLAGS_RAID_COMPONENT) ||
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304538 ((sas_target_priv_data->flags & MPT_TARGET_FLAGS_VOLUME)))
4539 goto out_unlock;
4540
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05304541 if (sas_device->enclosure_handle != 0)
4542 starget_printk(KERN_INFO, starget, "predicted fault, "
4543 "enclosure logical id(0x%016llx), slot(%d)\n",
4544 (unsigned long long)sas_device->enclosure_logical_id,
4545 sas_device->slot);
4546 if (sas_device->connector_name[0] != '\0')
4547 starget_printk(KERN_WARNING, starget, "predicted fault, "
4548 "enclosure level(0x%04x), connector name( %s)\n",
4549 sas_device->enclosure_level,
4550 sas_device->connector_name);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304551 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
4552
4553 if (ioc->pdev->subsystem_vendor == PCI_VENDOR_ID_IBM)
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05304554 _scsih_send_event_to_turn_on_pfa_led(ioc, handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304555
4556 /* insert into event log */
4557 sz = offsetof(Mpi2EventNotificationReply_t, EventData) +
4558 sizeof(Mpi2EventDataSasDeviceStatusChange_t);
4559 event_reply = kzalloc(sz, GFP_KERNEL);
4560 if (!event_reply) {
4561 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4562 ioc->name, __FILE__, __LINE__, __func__);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304563 goto out;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304564 }
4565
4566 event_reply->Function = MPI2_FUNCTION_EVENT_NOTIFICATION;
4567 event_reply->Event =
4568 cpu_to_le16(MPI2_EVENT_SAS_DEVICE_STATUS_CHANGE);
4569 event_reply->MsgLength = sz/4;
4570 event_reply->EventDataLength =
4571 cpu_to_le16(sizeof(Mpi2EventDataSasDeviceStatusChange_t)/4);
4572 event_data = (Mpi2EventDataSasDeviceStatusChange_t *)
4573 event_reply->EventData;
4574 event_data->ReasonCode = MPI2_EVENT_SAS_DEV_STAT_RC_SMART_DATA;
4575 event_data->ASC = 0x5D;
4576 event_data->DevHandle = cpu_to_le16(handle);
4577 event_data->SASAddress = cpu_to_le64(sas_target_priv_data->sas_address);
4578 mpt3sas_ctl_add_to_event_log(ioc, event_reply);
4579 kfree(event_reply);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05304580out:
4581 if (sas_device)
4582 sas_device_put(sas_device);
4583 return;
4584
4585out_unlock:
4586 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
4587 goto out;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304588}
4589
4590/**
4591 * _scsih_io_done - scsi request callback
4592 * @ioc: per adapter object
4593 * @smid: system request message index
4594 * @msix_index: MSIX table index supplied by the OS
4595 * @reply: reply message frame(lower 32bit addr)
4596 *
4597 * Callback handler when using _scsih_qcmd.
4598 *
4599 * Return 1 meaning mf should be freed from _base_interrupt
4600 * 0 means the mf is freed from this function.
4601 */
4602static u8
4603_scsih_io_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply)
4604{
4605 Mpi2SCSIIORequest_t *mpi_request;
4606 Mpi2SCSIIOReply_t *mpi_reply;
4607 struct scsi_cmnd *scmd;
4608 u16 ioc_status;
4609 u32 xfer_cnt;
4610 u8 scsi_state;
4611 u8 scsi_status;
4612 u32 log_info;
4613 struct MPT3SAS_DEVICE *sas_device_priv_data;
4614 u32 response_code = 0;
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304615 unsigned long flags;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304616
4617 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply);
4618 scmd = _scsih_scsi_lookup_get_clear(ioc, smid);
4619 if (scmd == NULL)
4620 return 1;
4621
4622 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid);
4623
4624 if (mpi_reply == NULL) {
4625 scmd->result = DID_OK << 16;
4626 goto out;
4627 }
4628
4629 sas_device_priv_data = scmd->device->hostdata;
4630 if (!sas_device_priv_data || !sas_device_priv_data->sas_target ||
4631 sas_device_priv_data->sas_target->deleted) {
4632 scmd->result = DID_NO_CONNECT << 16;
4633 goto out;
4634 }
4635 ioc_status = le16_to_cpu(mpi_reply->IOCStatus);
4636
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304637 /*
4638 * WARPDRIVE: If direct_io is set then it is directIO,
4639 * the failed direct I/O should be redirected to volume
4640 */
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05304641 if (mpt3sas_scsi_direct_io_get(ioc, smid) &&
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304642 ((ioc_status & MPI2_IOCSTATUS_MASK)
4643 != MPI2_IOCSTATUS_SCSI_TASK_TERMINATED)) {
4644 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
4645 ioc->scsi_lookup[smid - 1].scmd = scmd;
4646 spin_unlock_irqrestore(&ioc->scsi_lookup_lock, flags);
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05304647 mpt3sas_scsi_direct_io_set(ioc, smid, 0);
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304648 memcpy(mpi_request->CDB.CDB32, scmd->cmnd, scmd->cmd_len);
4649 mpi_request->DevHandle =
4650 cpu_to_le16(sas_device_priv_data->sas_target->handle);
4651 mpt3sas_base_put_smid_scsi_io(ioc, smid,
4652 sas_device_priv_data->sas_target->handle);
4653 return 0;
4654 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304655 /* turning off TLR */
4656 scsi_state = mpi_reply->SCSIState;
4657 if (scsi_state & MPI2_SCSI_STATE_RESPONSE_INFO_VALID)
4658 response_code =
4659 le32_to_cpu(mpi_reply->ResponseInfo) & 0xFF;
4660 if (!sas_device_priv_data->tlr_snoop_check) {
4661 sas_device_priv_data->tlr_snoop_check++;
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05304662 if (!ioc->is_warpdrive &&
4663 !scsih_is_raid(&scmd->device->sdev_gendev) &&
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05304664 sas_is_tlr_enabled(scmd->device) &&
4665 response_code == MPI2_SCSITASKMGMT_RSP_INVALID_FRAME) {
4666 sas_disable_tlr(scmd->device);
4667 sdev_printk(KERN_INFO, scmd->device, "TLR disabled\n");
4668 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304669 }
4670
4671 xfer_cnt = le32_to_cpu(mpi_reply->TransferCount);
4672 scsi_set_resid(scmd, scsi_bufflen(scmd) - xfer_cnt);
4673 if (ioc_status & MPI2_IOCSTATUS_FLAG_LOG_INFO_AVAILABLE)
4674 log_info = le32_to_cpu(mpi_reply->IOCLogInfo);
4675 else
4676 log_info = 0;
4677 ioc_status &= MPI2_IOCSTATUS_MASK;
4678 scsi_status = mpi_reply->SCSIStatus;
4679
4680 if (ioc_status == MPI2_IOCSTATUS_SCSI_DATA_UNDERRUN && xfer_cnt == 0 &&
4681 (scsi_status == MPI2_SCSI_STATUS_BUSY ||
4682 scsi_status == MPI2_SCSI_STATUS_RESERVATION_CONFLICT ||
4683 scsi_status == MPI2_SCSI_STATUS_TASK_SET_FULL)) {
4684 ioc_status = MPI2_IOCSTATUS_SUCCESS;
4685 }
4686
4687 if (scsi_state & MPI2_SCSI_STATE_AUTOSENSE_VALID) {
4688 struct sense_info data;
4689 const void *sense_data = mpt3sas_base_get_sense_buffer(ioc,
4690 smid);
4691 u32 sz = min_t(u32, SCSI_SENSE_BUFFERSIZE,
4692 le32_to_cpu(mpi_reply->SenseCount));
4693 memcpy(scmd->sense_buffer, sense_data, sz);
4694 _scsih_normalize_sense(scmd->sense_buffer, &data);
4695 /* failure prediction threshold exceeded */
4696 if (data.asc == 0x5D)
4697 _scsih_smart_predicted_fault(ioc,
4698 le16_to_cpu(mpi_reply->DevHandle));
4699 mpt3sas_trigger_scsi(ioc, data.skey, data.asc, data.ascq);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304700
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05304701 if (!(ioc->logging_level & MPT_DEBUG_REPLY) &&
4702 ((scmd->sense_buffer[2] == UNIT_ATTENTION) ||
4703 (scmd->sense_buffer[2] == MEDIUM_ERROR) ||
4704 (scmd->sense_buffer[2] == HARDWARE_ERROR)))
4705 _scsih_scsi_ioc_info(ioc, scmd, mpi_reply, smid);
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05304706 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304707 switch (ioc_status) {
4708 case MPI2_IOCSTATUS_BUSY:
4709 case MPI2_IOCSTATUS_INSUFFICIENT_RESOURCES:
4710 scmd->result = SAM_STAT_BUSY;
4711 break;
4712
4713 case MPI2_IOCSTATUS_SCSI_DEVICE_NOT_THERE:
4714 scmd->result = DID_NO_CONNECT << 16;
4715 break;
4716
4717 case MPI2_IOCSTATUS_SCSI_IOC_TERMINATED:
4718 if (sas_device_priv_data->block) {
4719 scmd->result = DID_TRANSPORT_DISRUPTED << 16;
4720 goto out;
4721 }
4722 if (log_info == 0x31110630) {
4723 if (scmd->retries > 2) {
4724 scmd->result = DID_NO_CONNECT << 16;
4725 scsi_device_set_state(scmd->device,
4726 SDEV_OFFLINE);
4727 } else {
4728 scmd->result = DID_SOFT_ERROR << 16;
4729 scmd->device->expecting_cc_ua = 1;
4730 }
4731 break;
Sreekanth Reddy3898f082015-06-30 12:25:00 +05304732 } else if (log_info == VIRTUAL_IO_FAILED_RETRY) {
4733 scmd->result = DID_RESET << 16;
4734 break;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304735 }
4736 scmd->result = DID_SOFT_ERROR << 16;
4737 break;
4738 case MPI2_IOCSTATUS_SCSI_TASK_TERMINATED:
4739 case MPI2_IOCSTATUS_SCSI_EXT_TERMINATED:
4740 scmd->result = DID_RESET << 16;
4741 break;
4742
4743 case MPI2_IOCSTATUS_SCSI_RESIDUAL_MISMATCH:
4744 if ((xfer_cnt == 0) || (scmd->underflow > xfer_cnt))
4745 scmd->result = DID_SOFT_ERROR << 16;
4746 else
4747 scmd->result = (DID_OK << 16) | scsi_status;
4748 break;
4749
4750 case MPI2_IOCSTATUS_SCSI_DATA_UNDERRUN:
4751 scmd->result = (DID_OK << 16) | scsi_status;
4752
4753 if ((scsi_state & MPI2_SCSI_STATE_AUTOSENSE_VALID))
4754 break;
4755
4756 if (xfer_cnt < scmd->underflow) {
4757 if (scsi_status == SAM_STAT_BUSY)
4758 scmd->result = SAM_STAT_BUSY;
4759 else
4760 scmd->result = DID_SOFT_ERROR << 16;
4761 } else if (scsi_state & (MPI2_SCSI_STATE_AUTOSENSE_FAILED |
4762 MPI2_SCSI_STATE_NO_SCSI_STATUS))
4763 scmd->result = DID_SOFT_ERROR << 16;
4764 else if (scsi_state & MPI2_SCSI_STATE_TERMINATED)
4765 scmd->result = DID_RESET << 16;
4766 else if (!xfer_cnt && scmd->cmnd[0] == REPORT_LUNS) {
4767 mpi_reply->SCSIState = MPI2_SCSI_STATE_AUTOSENSE_VALID;
4768 mpi_reply->SCSIStatus = SAM_STAT_CHECK_CONDITION;
4769 scmd->result = (DRIVER_SENSE << 24) |
4770 SAM_STAT_CHECK_CONDITION;
4771 scmd->sense_buffer[0] = 0x70;
4772 scmd->sense_buffer[2] = ILLEGAL_REQUEST;
4773 scmd->sense_buffer[12] = 0x20;
4774 scmd->sense_buffer[13] = 0;
4775 }
4776 break;
4777
4778 case MPI2_IOCSTATUS_SCSI_DATA_OVERRUN:
4779 scsi_set_resid(scmd, 0);
4780 case MPI2_IOCSTATUS_SCSI_RECOVERED_ERROR:
4781 case MPI2_IOCSTATUS_SUCCESS:
4782 scmd->result = (DID_OK << 16) | scsi_status;
4783 if (response_code ==
4784 MPI2_SCSITASKMGMT_RSP_INVALID_FRAME ||
4785 (scsi_state & (MPI2_SCSI_STATE_AUTOSENSE_FAILED |
4786 MPI2_SCSI_STATE_NO_SCSI_STATUS)))
4787 scmd->result = DID_SOFT_ERROR << 16;
4788 else if (scsi_state & MPI2_SCSI_STATE_TERMINATED)
4789 scmd->result = DID_RESET << 16;
4790 break;
4791
4792 case MPI2_IOCSTATUS_EEDP_GUARD_ERROR:
4793 case MPI2_IOCSTATUS_EEDP_REF_TAG_ERROR:
4794 case MPI2_IOCSTATUS_EEDP_APP_TAG_ERROR:
4795 _scsih_eedp_error_handling(scmd, ioc_status);
4796 break;
4797
4798 case MPI2_IOCSTATUS_SCSI_PROTOCOL_ERROR:
4799 case MPI2_IOCSTATUS_INVALID_FUNCTION:
4800 case MPI2_IOCSTATUS_INVALID_SGL:
4801 case MPI2_IOCSTATUS_INTERNAL_ERROR:
4802 case MPI2_IOCSTATUS_INVALID_FIELD:
4803 case MPI2_IOCSTATUS_INVALID_STATE:
4804 case MPI2_IOCSTATUS_SCSI_IO_DATA_ERROR:
4805 case MPI2_IOCSTATUS_SCSI_TASK_MGMT_FAILED:
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05304806 case MPI2_IOCSTATUS_INSUFFICIENT_POWER:
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304807 default:
4808 scmd->result = DID_SOFT_ERROR << 16;
4809 break;
4810
4811 }
4812
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304813 if (scmd->result && (ioc->logging_level & MPT_DEBUG_REPLY))
4814 _scsih_scsi_ioc_info(ioc , scmd, mpi_reply, smid);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304815
4816 out:
4817
4818 scsi_dma_unmap(scmd);
4819
4820 scmd->scsi_done(scmd);
4821 return 1;
4822}
4823
4824/**
4825 * _scsih_sas_host_refresh - refreshing sas host object contents
4826 * @ioc: per adapter object
4827 * Context: user
4828 *
4829 * During port enable, fw will send topology events for every device. Its
4830 * possible that the handles may change from the previous setting, so this
4831 * code keeping handles updating if changed.
4832 *
4833 * Return nothing.
4834 */
4835static void
4836_scsih_sas_host_refresh(struct MPT3SAS_ADAPTER *ioc)
4837{
4838 u16 sz;
4839 u16 ioc_status;
4840 int i;
4841 Mpi2ConfigReply_t mpi_reply;
4842 Mpi2SasIOUnitPage0_t *sas_iounit_pg0 = NULL;
4843 u16 attached_handle;
4844 u8 link_rate;
4845
4846 dtmprintk(ioc, pr_info(MPT3SAS_FMT
4847 "updating handles for sas_host(0x%016llx)\n",
4848 ioc->name, (unsigned long long)ioc->sas_hba.sas_address));
4849
4850 sz = offsetof(Mpi2SasIOUnitPage0_t, PhyData) + (ioc->sas_hba.num_phys
4851 * sizeof(Mpi2SasIOUnit0PhyData_t));
4852 sas_iounit_pg0 = kzalloc(sz, GFP_KERNEL);
4853 if (!sas_iounit_pg0) {
4854 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4855 ioc->name, __FILE__, __LINE__, __func__);
4856 return;
4857 }
4858
4859 if ((mpt3sas_config_get_sas_iounit_pg0(ioc, &mpi_reply,
4860 sas_iounit_pg0, sz)) != 0)
4861 goto out;
4862 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & MPI2_IOCSTATUS_MASK;
4863 if (ioc_status != MPI2_IOCSTATUS_SUCCESS)
4864 goto out;
4865 for (i = 0; i < ioc->sas_hba.num_phys ; i++) {
4866 link_rate = sas_iounit_pg0->PhyData[i].NegotiatedLinkRate >> 4;
4867 if (i == 0)
4868 ioc->sas_hba.handle = le16_to_cpu(sas_iounit_pg0->
4869 PhyData[0].ControllerDevHandle);
4870 ioc->sas_hba.phy[i].handle = ioc->sas_hba.handle;
4871 attached_handle = le16_to_cpu(sas_iounit_pg0->PhyData[i].
4872 AttachedDevHandle);
4873 if (attached_handle && link_rate < MPI2_SAS_NEG_LINK_RATE_1_5)
4874 link_rate = MPI2_SAS_NEG_LINK_RATE_1_5;
4875 mpt3sas_transport_update_links(ioc, ioc->sas_hba.sas_address,
4876 attached_handle, i, link_rate);
4877 }
4878 out:
4879 kfree(sas_iounit_pg0);
4880}
4881
4882/**
4883 * _scsih_sas_host_add - create sas host object
4884 * @ioc: per adapter object
4885 *
4886 * Creating host side data object, stored in ioc->sas_hba
4887 *
4888 * Return nothing.
4889 */
4890static void
4891_scsih_sas_host_add(struct MPT3SAS_ADAPTER *ioc)
4892{
4893 int i;
4894 Mpi2ConfigReply_t mpi_reply;
4895 Mpi2SasIOUnitPage0_t *sas_iounit_pg0 = NULL;
4896 Mpi2SasIOUnitPage1_t *sas_iounit_pg1 = NULL;
4897 Mpi2SasPhyPage0_t phy_pg0;
4898 Mpi2SasDevicePage0_t sas_device_pg0;
4899 Mpi2SasEnclosurePage0_t enclosure_pg0;
4900 u16 ioc_status;
4901 u16 sz;
4902 u8 device_missing_delay;
Joe Lawrence87aa95d2016-05-25 15:14:28 -04004903 u8 num_phys;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304904
Joe Lawrence87aa95d2016-05-25 15:14:28 -04004905 mpt3sas_config_get_number_hba_phys(ioc, &num_phys);
4906 if (!num_phys) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304907 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4908 ioc->name, __FILE__, __LINE__, __func__);
4909 return;
4910 }
Joe Lawrence87aa95d2016-05-25 15:14:28 -04004911 ioc->sas_hba.phy = kcalloc(num_phys,
4912 sizeof(struct _sas_phy), GFP_KERNEL);
4913 if (!ioc->sas_hba.phy) {
4914 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4915 ioc->name, __FILE__, __LINE__, __func__);
4916 goto out;
4917 }
4918 ioc->sas_hba.num_phys = num_phys;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304919
4920 /* sas_iounit page 0 */
4921 sz = offsetof(Mpi2SasIOUnitPage0_t, PhyData) + (ioc->sas_hba.num_phys *
4922 sizeof(Mpi2SasIOUnit0PhyData_t));
4923 sas_iounit_pg0 = kzalloc(sz, GFP_KERNEL);
4924 if (!sas_iounit_pg0) {
4925 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4926 ioc->name, __FILE__, __LINE__, __func__);
4927 return;
4928 }
4929 if ((mpt3sas_config_get_sas_iounit_pg0(ioc, &mpi_reply,
4930 sas_iounit_pg0, sz))) {
4931 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4932 ioc->name, __FILE__, __LINE__, __func__);
4933 goto out;
4934 }
4935 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
4936 MPI2_IOCSTATUS_MASK;
4937 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
4938 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4939 ioc->name, __FILE__, __LINE__, __func__);
4940 goto out;
4941 }
4942
4943 /* sas_iounit page 1 */
4944 sz = offsetof(Mpi2SasIOUnitPage1_t, PhyData) + (ioc->sas_hba.num_phys *
4945 sizeof(Mpi2SasIOUnit1PhyData_t));
4946 sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL);
4947 if (!sas_iounit_pg1) {
4948 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4949 ioc->name, __FILE__, __LINE__, __func__);
4950 goto out;
4951 }
4952 if ((mpt3sas_config_get_sas_iounit_pg1(ioc, &mpi_reply,
4953 sas_iounit_pg1, sz))) {
4954 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4955 ioc->name, __FILE__, __LINE__, __func__);
4956 goto out;
4957 }
4958 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
4959 MPI2_IOCSTATUS_MASK;
4960 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
4961 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4962 ioc->name, __FILE__, __LINE__, __func__);
4963 goto out;
4964 }
4965
4966 ioc->io_missing_delay =
4967 sas_iounit_pg1->IODeviceMissingDelay;
4968 device_missing_delay =
4969 sas_iounit_pg1->ReportDeviceMissingDelay;
4970 if (device_missing_delay & MPI2_SASIOUNIT1_REPORT_MISSING_UNIT_16)
4971 ioc->device_missing_delay = (device_missing_delay &
4972 MPI2_SASIOUNIT1_REPORT_MISSING_TIMEOUT_MASK) * 16;
4973 else
4974 ioc->device_missing_delay = device_missing_delay &
4975 MPI2_SASIOUNIT1_REPORT_MISSING_TIMEOUT_MASK;
4976
4977 ioc->sas_hba.parent_dev = &ioc->shost->shost_gendev;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05304978 for (i = 0; i < ioc->sas_hba.num_phys ; i++) {
4979 if ((mpt3sas_config_get_phy_pg0(ioc, &mpi_reply, &phy_pg0,
4980 i))) {
4981 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4982 ioc->name, __FILE__, __LINE__, __func__);
4983 goto out;
4984 }
4985 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
4986 MPI2_IOCSTATUS_MASK;
4987 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
4988 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
4989 ioc->name, __FILE__, __LINE__, __func__);
4990 goto out;
4991 }
4992
4993 if (i == 0)
4994 ioc->sas_hba.handle = le16_to_cpu(sas_iounit_pg0->
4995 PhyData[0].ControllerDevHandle);
4996 ioc->sas_hba.phy[i].handle = ioc->sas_hba.handle;
4997 ioc->sas_hba.phy[i].phy_id = i;
4998 mpt3sas_transport_add_host_phy(ioc, &ioc->sas_hba.phy[i],
4999 phy_pg0, ioc->sas_hba.parent_dev);
5000 }
5001 if ((mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply, &sas_device_pg0,
5002 MPI2_SAS_DEVICE_PGAD_FORM_HANDLE, ioc->sas_hba.handle))) {
5003 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5004 ioc->name, __FILE__, __LINE__, __func__);
5005 goto out;
5006 }
5007 ioc->sas_hba.enclosure_handle =
5008 le16_to_cpu(sas_device_pg0.EnclosureHandle);
5009 ioc->sas_hba.sas_address = le64_to_cpu(sas_device_pg0.SASAddress);
5010 pr_info(MPT3SAS_FMT
5011 "host_add: handle(0x%04x), sas_addr(0x%016llx), phys(%d)\n",
5012 ioc->name, ioc->sas_hba.handle,
5013 (unsigned long long) ioc->sas_hba.sas_address,
5014 ioc->sas_hba.num_phys) ;
5015
5016 if (ioc->sas_hba.enclosure_handle) {
5017 if (!(mpt3sas_config_get_enclosure_pg0(ioc, &mpi_reply,
5018 &enclosure_pg0, MPI2_SAS_ENCLOS_PGAD_FORM_HANDLE,
5019 ioc->sas_hba.enclosure_handle)))
5020 ioc->sas_hba.enclosure_logical_id =
5021 le64_to_cpu(enclosure_pg0.EnclosureLogicalID);
5022 }
5023
5024 out:
5025 kfree(sas_iounit_pg1);
5026 kfree(sas_iounit_pg0);
5027}
5028
5029/**
5030 * _scsih_expander_add - creating expander object
5031 * @ioc: per adapter object
5032 * @handle: expander handle
5033 *
5034 * Creating expander object, stored in ioc->sas_expander_list.
5035 *
5036 * Return 0 for success, else error.
5037 */
5038static int
5039_scsih_expander_add(struct MPT3SAS_ADAPTER *ioc, u16 handle)
5040{
5041 struct _sas_node *sas_expander;
5042 Mpi2ConfigReply_t mpi_reply;
5043 Mpi2ExpanderPage0_t expander_pg0;
5044 Mpi2ExpanderPage1_t expander_pg1;
5045 Mpi2SasEnclosurePage0_t enclosure_pg0;
5046 u32 ioc_status;
5047 u16 parent_handle;
5048 u64 sas_address, sas_address_parent = 0;
5049 int i;
5050 unsigned long flags;
5051 struct _sas_port *mpt3sas_port = NULL;
5052
5053 int rc = 0;
5054
5055 if (!handle)
5056 return -1;
5057
5058 if (ioc->shost_recovery || ioc->pci_error_recovery)
5059 return -1;
5060
5061 if ((mpt3sas_config_get_expander_pg0(ioc, &mpi_reply, &expander_pg0,
5062 MPI2_SAS_EXPAND_PGAD_FORM_HNDL, handle))) {
5063 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5064 ioc->name, __FILE__, __LINE__, __func__);
5065 return -1;
5066 }
5067
5068 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
5069 MPI2_IOCSTATUS_MASK;
5070 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
5071 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5072 ioc->name, __FILE__, __LINE__, __func__);
5073 return -1;
5074 }
5075
5076 /* handle out of order topology events */
5077 parent_handle = le16_to_cpu(expander_pg0.ParentDevHandle);
5078 if (_scsih_get_sas_address(ioc, parent_handle, &sas_address_parent)
5079 != 0) {
5080 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5081 ioc->name, __FILE__, __LINE__, __func__);
5082 return -1;
5083 }
5084 if (sas_address_parent != ioc->sas_hba.sas_address) {
5085 spin_lock_irqsave(&ioc->sas_node_lock, flags);
5086 sas_expander = mpt3sas_scsih_expander_find_by_sas_address(ioc,
5087 sas_address_parent);
5088 spin_unlock_irqrestore(&ioc->sas_node_lock, flags);
5089 if (!sas_expander) {
5090 rc = _scsih_expander_add(ioc, parent_handle);
5091 if (rc != 0)
5092 return rc;
5093 }
5094 }
5095
5096 spin_lock_irqsave(&ioc->sas_node_lock, flags);
5097 sas_address = le64_to_cpu(expander_pg0.SASAddress);
5098 sas_expander = mpt3sas_scsih_expander_find_by_sas_address(ioc,
5099 sas_address);
5100 spin_unlock_irqrestore(&ioc->sas_node_lock, flags);
5101
5102 if (sas_expander)
5103 return 0;
5104
5105 sas_expander = kzalloc(sizeof(struct _sas_node),
5106 GFP_KERNEL);
5107 if (!sas_expander) {
5108 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5109 ioc->name, __FILE__, __LINE__, __func__);
5110 return -1;
5111 }
5112
5113 sas_expander->handle = handle;
5114 sas_expander->num_phys = expander_pg0.NumPhys;
5115 sas_expander->sas_address_parent = sas_address_parent;
5116 sas_expander->sas_address = sas_address;
5117
5118 pr_info(MPT3SAS_FMT "expander_add: handle(0x%04x)," \
5119 " parent(0x%04x), sas_addr(0x%016llx), phys(%d)\n", ioc->name,
5120 handle, parent_handle, (unsigned long long)
5121 sas_expander->sas_address, sas_expander->num_phys);
5122
5123 if (!sas_expander->num_phys)
5124 goto out_fail;
5125 sas_expander->phy = kcalloc(sas_expander->num_phys,
5126 sizeof(struct _sas_phy), GFP_KERNEL);
5127 if (!sas_expander->phy) {
5128 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5129 ioc->name, __FILE__, __LINE__, __func__);
5130 rc = -1;
5131 goto out_fail;
5132 }
5133
5134 INIT_LIST_HEAD(&sas_expander->sas_port_list);
5135 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle,
5136 sas_address_parent);
5137 if (!mpt3sas_port) {
5138 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5139 ioc->name, __FILE__, __LINE__, __func__);
5140 rc = -1;
5141 goto out_fail;
5142 }
5143 sas_expander->parent_dev = &mpt3sas_port->rphy->dev;
5144
5145 for (i = 0 ; i < sas_expander->num_phys ; i++) {
5146 if ((mpt3sas_config_get_expander_pg1(ioc, &mpi_reply,
5147 &expander_pg1, i, handle))) {
5148 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5149 ioc->name, __FILE__, __LINE__, __func__);
5150 rc = -1;
5151 goto out_fail;
5152 }
5153 sas_expander->phy[i].handle = handle;
5154 sas_expander->phy[i].phy_id = i;
5155
5156 if ((mpt3sas_transport_add_expander_phy(ioc,
5157 &sas_expander->phy[i], expander_pg1,
5158 sas_expander->parent_dev))) {
5159 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5160 ioc->name, __FILE__, __LINE__, __func__);
5161 rc = -1;
5162 goto out_fail;
5163 }
5164 }
5165
5166 if (sas_expander->enclosure_handle) {
5167 if (!(mpt3sas_config_get_enclosure_pg0(ioc, &mpi_reply,
5168 &enclosure_pg0, MPI2_SAS_ENCLOS_PGAD_FORM_HANDLE,
5169 sas_expander->enclosure_handle)))
5170 sas_expander->enclosure_logical_id =
5171 le64_to_cpu(enclosure_pg0.EnclosureLogicalID);
5172 }
5173
5174 _scsih_expander_node_add(ioc, sas_expander);
5175 return 0;
5176
5177 out_fail:
5178
5179 if (mpt3sas_port)
5180 mpt3sas_transport_port_remove(ioc, sas_expander->sas_address,
5181 sas_address_parent);
5182 kfree(sas_expander);
5183 return rc;
5184}
5185
5186/**
5187 * mpt3sas_expander_remove - removing expander object
5188 * @ioc: per adapter object
5189 * @sas_address: expander sas_address
5190 *
5191 * Return nothing.
5192 */
5193void
5194mpt3sas_expander_remove(struct MPT3SAS_ADAPTER *ioc, u64 sas_address)
5195{
5196 struct _sas_node *sas_expander;
5197 unsigned long flags;
5198
5199 if (ioc->shost_recovery)
5200 return;
5201
5202 spin_lock_irqsave(&ioc->sas_node_lock, flags);
5203 sas_expander = mpt3sas_scsih_expander_find_by_sas_address(ioc,
5204 sas_address);
5205 if (sas_expander)
5206 list_del(&sas_expander->list);
5207 spin_unlock_irqrestore(&ioc->sas_node_lock, flags);
5208 if (sas_expander)
5209 _scsih_expander_node_remove(ioc, sas_expander);
5210}
5211
5212/**
5213 * _scsih_done - internal SCSI_IO callback handler.
5214 * @ioc: per adapter object
5215 * @smid: system request message index
5216 * @msix_index: MSIX table index supplied by the OS
5217 * @reply: reply message frame(lower 32bit addr)
5218 *
5219 * Callback handler when sending internal generated SCSI_IO.
5220 * The callback index passed is `ioc->scsih_cb_idx`
5221 *
5222 * Return 1 meaning mf should be freed from _base_interrupt
5223 * 0 means the mf is freed from this function.
5224 */
5225static u8
5226_scsih_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply)
5227{
5228 MPI2DefaultReply_t *mpi_reply;
5229
5230 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply);
5231 if (ioc->scsih_cmds.status == MPT3_CMD_NOT_USED)
5232 return 1;
5233 if (ioc->scsih_cmds.smid != smid)
5234 return 1;
5235 ioc->scsih_cmds.status |= MPT3_CMD_COMPLETE;
5236 if (mpi_reply) {
5237 memcpy(ioc->scsih_cmds.reply, mpi_reply,
5238 mpi_reply->MsgLength*4);
5239 ioc->scsih_cmds.status |= MPT3_CMD_REPLY_VALID;
5240 }
5241 ioc->scsih_cmds.status &= ~MPT3_CMD_PENDING;
5242 complete(&ioc->scsih_cmds.done);
5243 return 1;
5244}
5245
5246
5247
5248
5249#define MPT3_MAX_LUNS (255)
5250
5251
5252/**
5253 * _scsih_check_access_status - check access flags
5254 * @ioc: per adapter object
5255 * @sas_address: sas address
5256 * @handle: sas device handle
5257 * @access_flags: errors returned during discovery of the device
5258 *
5259 * Return 0 for success, else failure
5260 */
5261static u8
5262_scsih_check_access_status(struct MPT3SAS_ADAPTER *ioc, u64 sas_address,
5263 u16 handle, u8 access_status)
5264{
5265 u8 rc = 1;
5266 char *desc = NULL;
5267
5268 switch (access_status) {
5269 case MPI2_SAS_DEVICE0_ASTATUS_NO_ERRORS:
5270 case MPI2_SAS_DEVICE0_ASTATUS_SATA_NEEDS_INITIALIZATION:
5271 rc = 0;
5272 break;
5273 case MPI2_SAS_DEVICE0_ASTATUS_SATA_CAPABILITY_FAILED:
5274 desc = "sata capability failed";
5275 break;
5276 case MPI2_SAS_DEVICE0_ASTATUS_SATA_AFFILIATION_CONFLICT:
5277 desc = "sata affiliation conflict";
5278 break;
5279 case MPI2_SAS_DEVICE0_ASTATUS_ROUTE_NOT_ADDRESSABLE:
5280 desc = "route not addressable";
5281 break;
5282 case MPI2_SAS_DEVICE0_ASTATUS_SMP_ERROR_NOT_ADDRESSABLE:
5283 desc = "smp error not addressable";
5284 break;
5285 case MPI2_SAS_DEVICE0_ASTATUS_DEVICE_BLOCKED:
5286 desc = "device blocked";
5287 break;
5288 case MPI2_SAS_DEVICE0_ASTATUS_SATA_INIT_FAILED:
5289 case MPI2_SAS_DEVICE0_ASTATUS_SIF_UNKNOWN:
5290 case MPI2_SAS_DEVICE0_ASTATUS_SIF_AFFILIATION_CONFLICT:
5291 case MPI2_SAS_DEVICE0_ASTATUS_SIF_DIAG:
5292 case MPI2_SAS_DEVICE0_ASTATUS_SIF_IDENTIFICATION:
5293 case MPI2_SAS_DEVICE0_ASTATUS_SIF_CHECK_POWER:
5294 case MPI2_SAS_DEVICE0_ASTATUS_SIF_PIO_SN:
5295 case MPI2_SAS_DEVICE0_ASTATUS_SIF_MDMA_SN:
5296 case MPI2_SAS_DEVICE0_ASTATUS_SIF_UDMA_SN:
5297 case MPI2_SAS_DEVICE0_ASTATUS_SIF_ZONING_VIOLATION:
5298 case MPI2_SAS_DEVICE0_ASTATUS_SIF_NOT_ADDRESSABLE:
5299 case MPI2_SAS_DEVICE0_ASTATUS_SIF_MAX:
5300 desc = "sata initialization failed";
5301 break;
5302 default:
5303 desc = "unknown";
5304 break;
5305 }
5306
5307 if (!rc)
5308 return 0;
5309
5310 pr_err(MPT3SAS_FMT
5311 "discovery errors(%s): sas_address(0x%016llx), handle(0x%04x)\n",
5312 ioc->name, desc, (unsigned long long)sas_address, handle);
5313 return rc;
5314}
5315
5316/**
5317 * _scsih_check_device - checking device responsiveness
5318 * @ioc: per adapter object
5319 * @parent_sas_address: sas address of parent expander or sas host
5320 * @handle: attached device handle
5321 * @phy_numberv: phy number
5322 * @link_rate: new link rate
5323 *
5324 * Returns nothing.
5325 */
5326static void
5327_scsih_check_device(struct MPT3SAS_ADAPTER *ioc,
5328 u64 parent_sas_address, u16 handle, u8 phy_number, u8 link_rate)
5329{
5330 Mpi2ConfigReply_t mpi_reply;
5331 Mpi2SasDevicePage0_t sas_device_pg0;
5332 struct _sas_device *sas_device;
5333 u32 ioc_status;
5334 unsigned long flags;
5335 u64 sas_address;
5336 struct scsi_target *starget;
5337 struct MPT3SAS_TARGET *sas_target_priv_data;
5338 u32 device_info;
5339
5340
5341 if ((mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply, &sas_device_pg0,
5342 MPI2_SAS_DEVICE_PGAD_FORM_HANDLE, handle)))
5343 return;
5344
5345 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & MPI2_IOCSTATUS_MASK;
5346 if (ioc_status != MPI2_IOCSTATUS_SUCCESS)
5347 return;
5348
5349 /* wide port handling ~ we need only handle device once for the phy that
5350 * is matched in sas device page zero
5351 */
5352 if (phy_number != sas_device_pg0.PhyNum)
5353 return;
5354
5355 /* check if this is end device */
5356 device_info = le32_to_cpu(sas_device_pg0.DeviceInfo);
5357 if (!(_scsih_is_end_device(device_info)))
5358 return;
5359
5360 spin_lock_irqsave(&ioc->sas_device_lock, flags);
5361 sas_address = le64_to_cpu(sas_device_pg0.SASAddress);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305362 sas_device = __mpt3sas_get_sdev_by_addr(ioc,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305363 sas_address);
5364
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305365 if (!sas_device)
5366 goto out_unlock;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305367
5368 if (unlikely(sas_device->handle != handle)) {
5369 starget = sas_device->starget;
5370 sas_target_priv_data = starget->hostdata;
5371 starget_printk(KERN_INFO, starget,
5372 "handle changed from(0x%04x) to (0x%04x)!!!\n",
5373 sas_device->handle, handle);
5374 sas_target_priv_data->handle = handle;
5375 sas_device->handle = handle;
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05305376 if (sas_device_pg0.Flags &
5377 MPI2_SAS_DEVICE0_FLAGS_ENCL_LEVEL_VALID) {
5378 sas_device->enclosure_level =
5379 le16_to_cpu(sas_device_pg0.EnclosureLevel);
Calvin Owens310c8e42016-07-27 21:45:51 -07005380 memcpy(sas_device->connector_name,
5381 sas_device_pg0.ConnectorName, 4);
5382 sas_device->connector_name[4] = '\0';
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05305383 } else {
5384 sas_device->enclosure_level = 0;
5385 sas_device->connector_name[0] = '\0';
5386 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305387 }
5388
5389 /* check if device is present */
5390 if (!(le16_to_cpu(sas_device_pg0.Flags) &
5391 MPI2_SAS_DEVICE0_FLAGS_DEVICE_PRESENT)) {
5392 pr_err(MPT3SAS_FMT
5393 "device is not present handle(0x%04x), flags!!!\n",
5394 ioc->name, handle);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305395 goto out_unlock;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305396 }
5397
5398 /* check if there were any issues with discovery */
5399 if (_scsih_check_access_status(ioc, sas_address, handle,
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305400 sas_device_pg0.AccessStatus))
5401 goto out_unlock;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305402
5403 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
5404 _scsih_ublock_io_device(ioc, sas_address);
5405
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305406 if (sas_device)
5407 sas_device_put(sas_device);
5408 return;
5409
5410out_unlock:
5411 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
5412 if (sas_device)
5413 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305414}
5415
5416/**
5417 * _scsih_add_device - creating sas device object
5418 * @ioc: per adapter object
5419 * @handle: sas device handle
5420 * @phy_num: phy number end device attached to
5421 * @is_pd: is this hidden raid component
5422 *
5423 * Creating end device object, stored in ioc->sas_device_list.
5424 *
5425 * Returns 0 for success, non-zero for failure.
5426 */
5427static int
5428_scsih_add_device(struct MPT3SAS_ADAPTER *ioc, u16 handle, u8 phy_num,
5429 u8 is_pd)
5430{
5431 Mpi2ConfigReply_t mpi_reply;
5432 Mpi2SasDevicePage0_t sas_device_pg0;
5433 Mpi2SasEnclosurePage0_t enclosure_pg0;
5434 struct _sas_device *sas_device;
5435 u32 ioc_status;
5436 u64 sas_address;
5437 u32 device_info;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305438
5439 if ((mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply, &sas_device_pg0,
5440 MPI2_SAS_DEVICE_PGAD_FORM_HANDLE, handle))) {
5441 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5442 ioc->name, __FILE__, __LINE__, __func__);
5443 return -1;
5444 }
5445
5446 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
5447 MPI2_IOCSTATUS_MASK;
5448 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
5449 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5450 ioc->name, __FILE__, __LINE__, __func__);
5451 return -1;
5452 }
5453
5454 /* check if this is end device */
5455 device_info = le32_to_cpu(sas_device_pg0.DeviceInfo);
5456 if (!(_scsih_is_end_device(device_info)))
5457 return -1;
5458 sas_address = le64_to_cpu(sas_device_pg0.SASAddress);
5459
5460 /* check if device is present */
5461 if (!(le16_to_cpu(sas_device_pg0.Flags) &
5462 MPI2_SAS_DEVICE0_FLAGS_DEVICE_PRESENT)) {
5463 pr_err(MPT3SAS_FMT "device is not present handle(0x04%x)!!!\n",
5464 ioc->name, handle);
5465 return -1;
5466 }
5467
5468 /* check if there were any issues with discovery */
5469 if (_scsih_check_access_status(ioc, sas_address, handle,
5470 sas_device_pg0.AccessStatus))
5471 return -1;
5472
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305473 sas_device = mpt3sas_get_sdev_by_addr(ioc,
5474 sas_address);
5475 if (sas_device) {
5476 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305477 return -1;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305478 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305479
5480 sas_device = kzalloc(sizeof(struct _sas_device),
5481 GFP_KERNEL);
5482 if (!sas_device) {
5483 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5484 ioc->name, __FILE__, __LINE__, __func__);
5485 return 0;
5486 }
5487
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305488 kref_init(&sas_device->refcount);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305489 sas_device->handle = handle;
5490 if (_scsih_get_sas_address(ioc,
5491 le16_to_cpu(sas_device_pg0.ParentDevHandle),
5492 &sas_device->sas_address_parent) != 0)
5493 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
5494 ioc->name, __FILE__, __LINE__, __func__);
5495 sas_device->enclosure_handle =
5496 le16_to_cpu(sas_device_pg0.EnclosureHandle);
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05305497 if (sas_device->enclosure_handle != 0)
5498 sas_device->slot =
5499 le16_to_cpu(sas_device_pg0.Slot);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305500 sas_device->device_info = device_info;
5501 sas_device->sas_address = sas_address;
5502 sas_device->phy = sas_device_pg0.PhyNum;
5503 sas_device->fast_path = (le16_to_cpu(sas_device_pg0.Flags) &
5504 MPI25_SAS_DEVICE0_FLAGS_FAST_PATH_CAPABLE) ? 1 : 0;
5505
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05305506 if (sas_device_pg0.Flags & MPI2_SAS_DEVICE0_FLAGS_ENCL_LEVEL_VALID) {
5507 sas_device->enclosure_level =
5508 le16_to_cpu(sas_device_pg0.EnclosureLevel);
Calvin Owens310c8e42016-07-27 21:45:51 -07005509 memcpy(sas_device->connector_name,
5510 sas_device_pg0.ConnectorName, 4);
5511 sas_device->connector_name[4] = '\0';
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05305512 } else {
5513 sas_device->enclosure_level = 0;
5514 sas_device->connector_name[0] = '\0';
5515 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305516 /* get enclosure_logical_id */
5517 if (sas_device->enclosure_handle && !(mpt3sas_config_get_enclosure_pg0(
5518 ioc, &mpi_reply, &enclosure_pg0, MPI2_SAS_ENCLOS_PGAD_FORM_HANDLE,
5519 sas_device->enclosure_handle)))
5520 sas_device->enclosure_logical_id =
5521 le64_to_cpu(enclosure_pg0.EnclosureLogicalID);
5522
5523 /* get device name */
5524 sas_device->device_name = le64_to_cpu(sas_device_pg0.DeviceName);
5525
5526 if (ioc->wait_for_discovery_to_complete)
5527 _scsih_sas_device_init_add(ioc, sas_device);
5528 else
5529 _scsih_sas_device_add(ioc, sas_device);
5530
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305531 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305532 return 0;
5533}
5534
5535/**
5536 * _scsih_remove_device - removing sas device object
5537 * @ioc: per adapter object
5538 * @sas_device_delete: the sas_device object
5539 *
5540 * Return nothing.
5541 */
5542static void
5543_scsih_remove_device(struct MPT3SAS_ADAPTER *ioc,
5544 struct _sas_device *sas_device)
5545{
5546 struct MPT3SAS_TARGET *sas_target_priv_data;
5547
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05305548 if ((ioc->pdev->subsystem_vendor == PCI_VENDOR_ID_IBM) &&
5549 (sas_device->pfa_led_on)) {
5550 _scsih_turn_off_pfa_led(ioc, sas_device);
5551 sas_device->pfa_led_on = 0;
5552 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305553 dewtprintk(ioc, pr_info(MPT3SAS_FMT
5554 "%s: enter: handle(0x%04x), sas_addr(0x%016llx)\n",
5555 ioc->name, __func__,
5556 sas_device->handle, (unsigned long long)
5557 sas_device->sas_address));
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05305558 if (sas_device->enclosure_handle != 0)
5559 dewtprintk(ioc, pr_info(MPT3SAS_FMT
5560 "%s: enter: enclosure logical id(0x%016llx), slot(%d)\n",
5561 ioc->name, __func__,
5562 (unsigned long long)sas_device->enclosure_logical_id,
5563 sas_device->slot));
5564 if (sas_device->connector_name[0] != '\0')
5565 dewtprintk(ioc, pr_info(MPT3SAS_FMT
5566 "%s: enter: enclosure level(0x%04x), connector name( %s)\n",
5567 ioc->name, __func__,
5568 sas_device->enclosure_level,
5569 sas_device->connector_name));
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305570
5571 if (sas_device->starget && sas_device->starget->hostdata) {
5572 sas_target_priv_data = sas_device->starget->hostdata;
5573 sas_target_priv_data->deleted = 1;
5574 _scsih_ublock_io_device(ioc, sas_device->sas_address);
5575 sas_target_priv_data->handle =
5576 MPT3SAS_INVALID_DEVICE_HANDLE;
5577 }
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05305578
5579 if (!ioc->hide_drives)
5580 mpt3sas_transport_port_remove(ioc,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305581 sas_device->sas_address,
5582 sas_device->sas_address_parent);
5583
5584 pr_info(MPT3SAS_FMT
5585 "removing handle(0x%04x), sas_addr(0x%016llx)\n",
5586 ioc->name, sas_device->handle,
5587 (unsigned long long) sas_device->sas_address);
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05305588 if (sas_device->enclosure_handle != 0)
5589 pr_info(MPT3SAS_FMT
5590 "removing : enclosure logical id(0x%016llx), slot(%d)\n",
5591 ioc->name,
5592 (unsigned long long)sas_device->enclosure_logical_id,
5593 sas_device->slot);
5594 if (sas_device->connector_name[0] != '\0')
5595 pr_info(MPT3SAS_FMT
5596 "removing enclosure level(0x%04x), connector name( %s)\n",
5597 ioc->name, sas_device->enclosure_level,
5598 sas_device->connector_name);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305599
5600 dewtprintk(ioc, pr_info(MPT3SAS_FMT
5601 "%s: exit: handle(0x%04x), sas_addr(0x%016llx)\n",
5602 ioc->name, __func__,
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05305603 sas_device->handle, (unsigned long long)
5604 sas_device->sas_address));
5605 if (sas_device->enclosure_handle != 0)
5606 dewtprintk(ioc, pr_info(MPT3SAS_FMT
5607 "%s: exit: enclosure logical id(0x%016llx), slot(%d)\n",
5608 ioc->name, __func__,
5609 (unsigned long long)sas_device->enclosure_logical_id,
5610 sas_device->slot));
5611 if (sas_device->connector_name[0] != '\0')
5612 dewtprintk(ioc, pr_info(MPT3SAS_FMT
5613 "%s: exit: enclosure level(0x%04x), connector name(%s)\n",
5614 ioc->name, __func__, sas_device->enclosure_level,
5615 sas_device->connector_name));
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305616}
5617
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305618/**
5619 * _scsih_sas_topology_change_event_debug - debug for topology event
5620 * @ioc: per adapter object
5621 * @event_data: event data payload
5622 * Context: user.
5623 */
5624static void
5625_scsih_sas_topology_change_event_debug(struct MPT3SAS_ADAPTER *ioc,
5626 Mpi2EventDataSasTopologyChangeList_t *event_data)
5627{
5628 int i;
5629 u16 handle;
5630 u16 reason_code;
5631 u8 phy_number;
5632 char *status_str = NULL;
5633 u8 link_rate, prev_link_rate;
5634
5635 switch (event_data->ExpStatus) {
5636 case MPI2_EVENT_SAS_TOPO_ES_ADDED:
5637 status_str = "add";
5638 break;
5639 case MPI2_EVENT_SAS_TOPO_ES_NOT_RESPONDING:
5640 status_str = "remove";
5641 break;
5642 case MPI2_EVENT_SAS_TOPO_ES_RESPONDING:
5643 case 0:
5644 status_str = "responding";
5645 break;
5646 case MPI2_EVENT_SAS_TOPO_ES_DELAY_NOT_RESPONDING:
5647 status_str = "remove delay";
5648 break;
5649 default:
5650 status_str = "unknown status";
5651 break;
5652 }
5653 pr_info(MPT3SAS_FMT "sas topology change: (%s)\n",
5654 ioc->name, status_str);
5655 pr_info("\thandle(0x%04x), enclosure_handle(0x%04x) " \
5656 "start_phy(%02d), count(%d)\n",
5657 le16_to_cpu(event_data->ExpanderDevHandle),
5658 le16_to_cpu(event_data->EnclosureHandle),
5659 event_data->StartPhyNum, event_data->NumEntries);
5660 for (i = 0; i < event_data->NumEntries; i++) {
5661 handle = le16_to_cpu(event_data->PHY[i].AttachedDevHandle);
5662 if (!handle)
5663 continue;
5664 phy_number = event_data->StartPhyNum + i;
5665 reason_code = event_data->PHY[i].PhyStatus &
5666 MPI2_EVENT_SAS_TOPO_RC_MASK;
5667 switch (reason_code) {
5668 case MPI2_EVENT_SAS_TOPO_RC_TARG_ADDED:
5669 status_str = "target add";
5670 break;
5671 case MPI2_EVENT_SAS_TOPO_RC_TARG_NOT_RESPONDING:
5672 status_str = "target remove";
5673 break;
5674 case MPI2_EVENT_SAS_TOPO_RC_DELAY_NOT_RESPONDING:
5675 status_str = "delay target remove";
5676 break;
5677 case MPI2_EVENT_SAS_TOPO_RC_PHY_CHANGED:
5678 status_str = "link rate change";
5679 break;
5680 case MPI2_EVENT_SAS_TOPO_RC_NO_CHANGE:
5681 status_str = "target responding";
5682 break;
5683 default:
5684 status_str = "unknown";
5685 break;
5686 }
5687 link_rate = event_data->PHY[i].LinkRate >> 4;
5688 prev_link_rate = event_data->PHY[i].LinkRate & 0xF;
5689 pr_info("\tphy(%02d), attached_handle(0x%04x): %s:" \
5690 " link rate: new(0x%02x), old(0x%02x)\n", phy_number,
5691 handle, status_str, link_rate, prev_link_rate);
5692
5693 }
5694}
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305695
5696/**
5697 * _scsih_sas_topology_change_event - handle topology changes
5698 * @ioc: per adapter object
5699 * @fw_event: The fw_event_work object
5700 * Context: user.
5701 *
5702 */
5703static int
5704_scsih_sas_topology_change_event(struct MPT3SAS_ADAPTER *ioc,
5705 struct fw_event_work *fw_event)
5706{
5707 int i;
5708 u16 parent_handle, handle;
5709 u16 reason_code;
5710 u8 phy_number, max_phys;
5711 struct _sas_node *sas_expander;
5712 u64 sas_address;
5713 unsigned long flags;
5714 u8 link_rate, prev_link_rate;
Joe Lawrence35b62362014-06-25 17:05:34 -04005715 Mpi2EventDataSasTopologyChangeList_t *event_data =
5716 (Mpi2EventDataSasTopologyChangeList_t *)
5717 fw_event->event_data;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305718
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305719 if (ioc->logging_level & MPT_DEBUG_EVENT_WORK_TASK)
5720 _scsih_sas_topology_change_event_debug(ioc, event_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305721
5722 if (ioc->shost_recovery || ioc->remove_host || ioc->pci_error_recovery)
5723 return 0;
5724
5725 if (!ioc->sas_hba.num_phys)
5726 _scsih_sas_host_add(ioc);
5727 else
5728 _scsih_sas_host_refresh(ioc);
5729
5730 if (fw_event->ignore) {
5731 dewtprintk(ioc, pr_info(MPT3SAS_FMT
5732 "ignoring expander event\n", ioc->name));
5733 return 0;
5734 }
5735
5736 parent_handle = le16_to_cpu(event_data->ExpanderDevHandle);
5737
5738 /* handle expander add */
5739 if (event_data->ExpStatus == MPI2_EVENT_SAS_TOPO_ES_ADDED)
5740 if (_scsih_expander_add(ioc, parent_handle) != 0)
5741 return 0;
5742
5743 spin_lock_irqsave(&ioc->sas_node_lock, flags);
5744 sas_expander = mpt3sas_scsih_expander_find_by_handle(ioc,
5745 parent_handle);
5746 if (sas_expander) {
5747 sas_address = sas_expander->sas_address;
5748 max_phys = sas_expander->num_phys;
5749 } else if (parent_handle < ioc->sas_hba.num_phys) {
5750 sas_address = ioc->sas_hba.sas_address;
5751 max_phys = ioc->sas_hba.num_phys;
5752 } else {
5753 spin_unlock_irqrestore(&ioc->sas_node_lock, flags);
5754 return 0;
5755 }
5756 spin_unlock_irqrestore(&ioc->sas_node_lock, flags);
5757
5758 /* handle siblings events */
5759 for (i = 0; i < event_data->NumEntries; i++) {
5760 if (fw_event->ignore) {
5761 dewtprintk(ioc, pr_info(MPT3SAS_FMT
5762 "ignoring expander event\n", ioc->name));
5763 return 0;
5764 }
5765 if (ioc->remove_host || ioc->pci_error_recovery)
5766 return 0;
5767 phy_number = event_data->StartPhyNum + i;
5768 if (phy_number >= max_phys)
5769 continue;
5770 reason_code = event_data->PHY[i].PhyStatus &
5771 MPI2_EVENT_SAS_TOPO_RC_MASK;
5772 if ((event_data->PHY[i].PhyStatus &
5773 MPI2_EVENT_SAS_TOPO_PHYSTATUS_VACANT) && (reason_code !=
5774 MPI2_EVENT_SAS_TOPO_RC_TARG_NOT_RESPONDING))
5775 continue;
5776 handle = le16_to_cpu(event_data->PHY[i].AttachedDevHandle);
5777 if (!handle)
5778 continue;
5779 link_rate = event_data->PHY[i].LinkRate >> 4;
5780 prev_link_rate = event_data->PHY[i].LinkRate & 0xF;
5781 switch (reason_code) {
5782 case MPI2_EVENT_SAS_TOPO_RC_PHY_CHANGED:
5783
5784 if (ioc->shost_recovery)
5785 break;
5786
5787 if (link_rate == prev_link_rate)
5788 break;
5789
5790 mpt3sas_transport_update_links(ioc, sas_address,
5791 handle, phy_number, link_rate);
5792
5793 if (link_rate < MPI2_SAS_NEG_LINK_RATE_1_5)
5794 break;
5795
5796 _scsih_check_device(ioc, sas_address, handle,
5797 phy_number, link_rate);
5798
5799
5800 case MPI2_EVENT_SAS_TOPO_RC_TARG_ADDED:
5801
5802 if (ioc->shost_recovery)
5803 break;
5804
5805 mpt3sas_transport_update_links(ioc, sas_address,
5806 handle, phy_number, link_rate);
5807
5808 _scsih_add_device(ioc, handle, phy_number, 0);
5809
5810 break;
5811 case MPI2_EVENT_SAS_TOPO_RC_TARG_NOT_RESPONDING:
5812
5813 _scsih_device_remove_by_handle(ioc, handle);
5814 break;
5815 }
5816 }
5817
5818 /* handle expander removal */
5819 if (event_data->ExpStatus == MPI2_EVENT_SAS_TOPO_ES_NOT_RESPONDING &&
5820 sas_expander)
5821 mpt3sas_expander_remove(ioc, sas_address);
5822
5823 return 0;
5824}
5825
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305826/**
5827 * _scsih_sas_device_status_change_event_debug - debug for device event
5828 * @event_data: event data payload
5829 * Context: user.
5830 *
5831 * Return nothing.
5832 */
5833static void
5834_scsih_sas_device_status_change_event_debug(struct MPT3SAS_ADAPTER *ioc,
5835 Mpi2EventDataSasDeviceStatusChange_t *event_data)
5836{
5837 char *reason_str = NULL;
5838
5839 switch (event_data->ReasonCode) {
5840 case MPI2_EVENT_SAS_DEV_STAT_RC_SMART_DATA:
5841 reason_str = "smart data";
5842 break;
5843 case MPI2_EVENT_SAS_DEV_STAT_RC_UNSUPPORTED:
5844 reason_str = "unsupported device discovered";
5845 break;
5846 case MPI2_EVENT_SAS_DEV_STAT_RC_INTERNAL_DEVICE_RESET:
5847 reason_str = "internal device reset";
5848 break;
5849 case MPI2_EVENT_SAS_DEV_STAT_RC_TASK_ABORT_INTERNAL:
5850 reason_str = "internal task abort";
5851 break;
5852 case MPI2_EVENT_SAS_DEV_STAT_RC_ABORT_TASK_SET_INTERNAL:
5853 reason_str = "internal task abort set";
5854 break;
5855 case MPI2_EVENT_SAS_DEV_STAT_RC_CLEAR_TASK_SET_INTERNAL:
5856 reason_str = "internal clear task set";
5857 break;
5858 case MPI2_EVENT_SAS_DEV_STAT_RC_QUERY_TASK_INTERNAL:
5859 reason_str = "internal query task";
5860 break;
5861 case MPI2_EVENT_SAS_DEV_STAT_RC_SATA_INIT_FAILURE:
5862 reason_str = "sata init failure";
5863 break;
5864 case MPI2_EVENT_SAS_DEV_STAT_RC_CMP_INTERNAL_DEV_RESET:
5865 reason_str = "internal device reset complete";
5866 break;
5867 case MPI2_EVENT_SAS_DEV_STAT_RC_CMP_TASK_ABORT_INTERNAL:
5868 reason_str = "internal task abort complete";
5869 break;
5870 case MPI2_EVENT_SAS_DEV_STAT_RC_ASYNC_NOTIFICATION:
5871 reason_str = "internal async notification";
5872 break;
5873 case MPI2_EVENT_SAS_DEV_STAT_RC_EXPANDER_REDUCED_FUNCTIONALITY:
5874 reason_str = "expander reduced functionality";
5875 break;
5876 case MPI2_EVENT_SAS_DEV_STAT_RC_CMP_EXPANDER_REDUCED_FUNCTIONALITY:
5877 reason_str = "expander reduced functionality complete";
5878 break;
5879 default:
5880 reason_str = "unknown reason";
5881 break;
5882 }
5883 pr_info(MPT3SAS_FMT "device status change: (%s)\n"
5884 "\thandle(0x%04x), sas address(0x%016llx), tag(%d)",
5885 ioc->name, reason_str, le16_to_cpu(event_data->DevHandle),
5886 (unsigned long long)le64_to_cpu(event_data->SASAddress),
5887 le16_to_cpu(event_data->TaskTag));
5888 if (event_data->ReasonCode == MPI2_EVENT_SAS_DEV_STAT_RC_SMART_DATA)
5889 pr_info(MPT3SAS_FMT ", ASC(0x%x), ASCQ(0x%x)\n", ioc->name,
5890 event_data->ASC, event_data->ASCQ);
5891 pr_info("\n");
5892}
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305893
5894/**
5895 * _scsih_sas_device_status_change_event - handle device status change
5896 * @ioc: per adapter object
5897 * @fw_event: The fw_event_work object
5898 * Context: user.
5899 *
5900 * Return nothing.
5901 */
5902static void
5903_scsih_sas_device_status_change_event(struct MPT3SAS_ADAPTER *ioc,
5904 struct fw_event_work *fw_event)
5905{
5906 struct MPT3SAS_TARGET *target_priv_data;
5907 struct _sas_device *sas_device;
5908 u64 sas_address;
5909 unsigned long flags;
5910 Mpi2EventDataSasDeviceStatusChange_t *event_data =
Joe Lawrence35b62362014-06-25 17:05:34 -04005911 (Mpi2EventDataSasDeviceStatusChange_t *)
5912 fw_event->event_data;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305913
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305914 if (ioc->logging_level & MPT_DEBUG_EVENT_WORK_TASK)
5915 _scsih_sas_device_status_change_event_debug(ioc,
5916 event_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305917
5918 /* In MPI Revision K (0xC), the internal device reset complete was
5919 * implemented, so avoid setting tm_busy flag for older firmware.
5920 */
5921 if ((ioc->facts.HeaderVersion >> 8) < 0xC)
5922 return;
5923
5924 if (event_data->ReasonCode !=
5925 MPI2_EVENT_SAS_DEV_STAT_RC_INTERNAL_DEVICE_RESET &&
5926 event_data->ReasonCode !=
5927 MPI2_EVENT_SAS_DEV_STAT_RC_CMP_INTERNAL_DEV_RESET)
5928 return;
5929
5930 spin_lock_irqsave(&ioc->sas_device_lock, flags);
5931 sas_address = le64_to_cpu(event_data->SASAddress);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305932 sas_device = __mpt3sas_get_sdev_by_addr(ioc,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305933 sas_address);
5934
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305935 if (!sas_device || !sas_device->starget)
5936 goto out;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305937
5938 target_priv_data = sas_device->starget->hostdata;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305939 if (!target_priv_data)
5940 goto out;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305941
5942 if (event_data->ReasonCode ==
5943 MPI2_EVENT_SAS_DEV_STAT_RC_INTERNAL_DEVICE_RESET)
5944 target_priv_data->tm_busy = 1;
5945 else
5946 target_priv_data->tm_busy = 0;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305947
5948out:
5949 if (sas_device)
5950 sas_device_put(sas_device);
5951
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305952 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05305953
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305954}
5955
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305956/**
5957 * _scsih_sas_enclosure_dev_status_change_event_debug - debug for enclosure
5958 * event
5959 * @ioc: per adapter object
5960 * @event_data: event data payload
5961 * Context: user.
5962 *
5963 * Return nothing.
5964 */
5965static void
5966_scsih_sas_enclosure_dev_status_change_event_debug(struct MPT3SAS_ADAPTER *ioc,
5967 Mpi2EventDataSasEnclDevStatusChange_t *event_data)
5968{
5969 char *reason_str = NULL;
5970
5971 switch (event_data->ReasonCode) {
5972 case MPI2_EVENT_SAS_ENCL_RC_ADDED:
5973 reason_str = "enclosure add";
5974 break;
5975 case MPI2_EVENT_SAS_ENCL_RC_NOT_RESPONDING:
5976 reason_str = "enclosure remove";
5977 break;
5978 default:
5979 reason_str = "unknown reason";
5980 break;
5981 }
5982
5983 pr_info(MPT3SAS_FMT "enclosure status change: (%s)\n"
5984 "\thandle(0x%04x), enclosure logical id(0x%016llx)"
5985 " number slots(%d)\n", ioc->name, reason_str,
5986 le16_to_cpu(event_data->EnclosureHandle),
5987 (unsigned long long)le64_to_cpu(event_data->EnclosureLogicalID),
5988 le16_to_cpu(event_data->StartSlot));
5989}
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05305990
5991/**
5992 * _scsih_sas_enclosure_dev_status_change_event - handle enclosure events
5993 * @ioc: per adapter object
5994 * @fw_event: The fw_event_work object
5995 * Context: user.
5996 *
5997 * Return nothing.
5998 */
5999static void
6000_scsih_sas_enclosure_dev_status_change_event(struct MPT3SAS_ADAPTER *ioc,
6001 struct fw_event_work *fw_event)
6002{
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306003 if (ioc->logging_level & MPT_DEBUG_EVENT_WORK_TASK)
6004 _scsih_sas_enclosure_dev_status_change_event_debug(ioc,
Joe Lawrence35b62362014-06-25 17:05:34 -04006005 (Mpi2EventDataSasEnclDevStatusChange_t *)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306006 fw_event->event_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306007}
6008
6009/**
6010 * _scsih_sas_broadcast_primitive_event - handle broadcast events
6011 * @ioc: per adapter object
6012 * @fw_event: The fw_event_work object
6013 * Context: user.
6014 *
6015 * Return nothing.
6016 */
6017static void
6018_scsih_sas_broadcast_primitive_event(struct MPT3SAS_ADAPTER *ioc,
6019 struct fw_event_work *fw_event)
6020{
6021 struct scsi_cmnd *scmd;
6022 struct scsi_device *sdev;
6023 u16 smid, handle;
6024 u32 lun;
6025 struct MPT3SAS_DEVICE *sas_device_priv_data;
6026 u32 termination_count;
6027 u32 query_count;
6028 Mpi2SCSITaskManagementReply_t *mpi_reply;
Joe Lawrence35b62362014-06-25 17:05:34 -04006029 Mpi2EventDataSasBroadcastPrimitive_t *event_data =
6030 (Mpi2EventDataSasBroadcastPrimitive_t *)
6031 fw_event->event_data;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306032 u16 ioc_status;
6033 unsigned long flags;
6034 int r;
6035 u8 max_retries = 0;
6036 u8 task_abort_retries;
6037
6038 mutex_lock(&ioc->tm_cmds.mutex);
6039 pr_info(MPT3SAS_FMT
6040 "%s: enter: phy number(%d), width(%d)\n",
6041 ioc->name, __func__, event_data->PhyNum,
6042 event_data->PortWidth);
6043
6044 _scsih_block_io_all_device(ioc);
6045
6046 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
6047 mpi_reply = ioc->tm_cmds.reply;
6048 broadcast_aen_retry:
6049
6050 /* sanity checks for retrying this loop */
6051 if (max_retries++ == 5) {
6052 dewtprintk(ioc, pr_info(MPT3SAS_FMT "%s: giving up\n",
6053 ioc->name, __func__));
6054 goto out;
6055 } else if (max_retries > 1)
6056 dewtprintk(ioc, pr_info(MPT3SAS_FMT "%s: %d retry\n",
6057 ioc->name, __func__, max_retries - 1));
6058
6059 termination_count = 0;
6060 query_count = 0;
6061 for (smid = 1; smid <= ioc->scsiio_depth; smid++) {
6062 if (ioc->shost_recovery)
6063 goto out;
6064 scmd = _scsih_scsi_lookup_get(ioc, smid);
6065 if (!scmd)
6066 continue;
6067 sdev = scmd->device;
6068 sas_device_priv_data = sdev->hostdata;
6069 if (!sas_device_priv_data || !sas_device_priv_data->sas_target)
6070 continue;
6071 /* skip hidden raid components */
6072 if (sas_device_priv_data->sas_target->flags &
6073 MPT_TARGET_FLAGS_RAID_COMPONENT)
6074 continue;
6075 /* skip volumes */
6076 if (sas_device_priv_data->sas_target->flags &
6077 MPT_TARGET_FLAGS_VOLUME)
6078 continue;
6079
6080 handle = sas_device_priv_data->sas_target->handle;
6081 lun = sas_device_priv_data->lun;
6082 query_count++;
6083
6084 if (ioc->shost_recovery)
6085 goto out;
6086
6087 spin_unlock_irqrestore(&ioc->scsi_lookup_lock, flags);
6088 r = mpt3sas_scsih_issue_tm(ioc, handle, 0, 0, lun,
Calvin Owens96902832016-07-28 21:38:20 -07006089 MPI2_SCSITASKMGMT_TASKTYPE_QUERY_TASK, smid, 30);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306090 if (r == FAILED) {
6091 sdev_printk(KERN_WARNING, sdev,
6092 "mpt3sas_scsih_issue_tm: FAILED when sending "
6093 "QUERY_TASK: scmd(%p)\n", scmd);
6094 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
6095 goto broadcast_aen_retry;
6096 }
6097 ioc_status = le16_to_cpu(mpi_reply->IOCStatus)
6098 & MPI2_IOCSTATUS_MASK;
6099 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
6100 sdev_printk(KERN_WARNING, sdev,
6101 "query task: FAILED with IOCSTATUS(0x%04x), scmd(%p)\n",
6102 ioc_status, scmd);
6103 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
6104 goto broadcast_aen_retry;
6105 }
6106
6107 /* see if IO is still owned by IOC and target */
6108 if (mpi_reply->ResponseCode ==
6109 MPI2_SCSITASKMGMT_RSP_TM_SUCCEEDED ||
6110 mpi_reply->ResponseCode ==
6111 MPI2_SCSITASKMGMT_RSP_IO_QUEUED_ON_IOC) {
6112 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
6113 continue;
6114 }
6115 task_abort_retries = 0;
6116 tm_retry:
6117 if (task_abort_retries++ == 60) {
6118 dewtprintk(ioc, pr_info(MPT3SAS_FMT
6119 "%s: ABORT_TASK: giving up\n", ioc->name,
6120 __func__));
6121 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
6122 goto broadcast_aen_retry;
6123 }
6124
6125 if (ioc->shost_recovery)
6126 goto out_no_lock;
6127
6128 r = mpt3sas_scsih_issue_tm(ioc, handle, sdev->channel, sdev->id,
Calvin Owens96902832016-07-28 21:38:20 -07006129 sdev->lun, MPI2_SCSITASKMGMT_TASKTYPE_ABORT_TASK, smid,
6130 30);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306131 if (r == FAILED) {
6132 sdev_printk(KERN_WARNING, sdev,
6133 "mpt3sas_scsih_issue_tm: ABORT_TASK: FAILED : "
6134 "scmd(%p)\n", scmd);
6135 goto tm_retry;
6136 }
6137
6138 if (task_abort_retries > 1)
6139 sdev_printk(KERN_WARNING, sdev,
6140 "mpt3sas_scsih_issue_tm: ABORT_TASK: RETRIES (%d):"
6141 " scmd(%p)\n",
6142 task_abort_retries - 1, scmd);
6143
6144 termination_count += le32_to_cpu(mpi_reply->TerminationCount);
6145 spin_lock_irqsave(&ioc->scsi_lookup_lock, flags);
6146 }
6147
6148 if (ioc->broadcast_aen_pending) {
6149 dewtprintk(ioc, pr_info(MPT3SAS_FMT
6150 "%s: loop back due to pending AEN\n",
6151 ioc->name, __func__));
6152 ioc->broadcast_aen_pending = 0;
6153 goto broadcast_aen_retry;
6154 }
6155
6156 out:
6157 spin_unlock_irqrestore(&ioc->scsi_lookup_lock, flags);
6158 out_no_lock:
6159
6160 dewtprintk(ioc, pr_info(MPT3SAS_FMT
6161 "%s - exit, query_count = %d termination_count = %d\n",
6162 ioc->name, __func__, query_count, termination_count));
6163
6164 ioc->broadcast_aen_busy = 0;
6165 if (!ioc->shost_recovery)
6166 _scsih_ublock_io_all_device(ioc);
6167 mutex_unlock(&ioc->tm_cmds.mutex);
6168}
6169
6170/**
6171 * _scsih_sas_discovery_event - handle discovery events
6172 * @ioc: per adapter object
6173 * @fw_event: The fw_event_work object
6174 * Context: user.
6175 *
6176 * Return nothing.
6177 */
6178static void
6179_scsih_sas_discovery_event(struct MPT3SAS_ADAPTER *ioc,
6180 struct fw_event_work *fw_event)
6181{
Joe Lawrence35b62362014-06-25 17:05:34 -04006182 Mpi2EventDataSasDiscovery_t *event_data =
6183 (Mpi2EventDataSasDiscovery_t *) fw_event->event_data;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306184
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306185 if (ioc->logging_level & MPT_DEBUG_EVENT_WORK_TASK) {
6186 pr_info(MPT3SAS_FMT "discovery event: (%s)", ioc->name,
6187 (event_data->ReasonCode == MPI2_EVENT_SAS_DISC_RC_STARTED) ?
6188 "start" : "stop");
Sreekanth Reddyaf009412015-11-11 17:30:23 +05306189 if (event_data->DiscoveryStatus)
6190 pr_info("discovery_status(0x%08x)",
6191 le32_to_cpu(event_data->DiscoveryStatus));
6192 pr_info("\n");
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306193 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306194
6195 if (event_data->ReasonCode == MPI2_EVENT_SAS_DISC_RC_STARTED &&
6196 !ioc->sas_hba.num_phys) {
6197 if (disable_discovery > 0 && ioc->shost_recovery) {
6198 /* Wait for the reset to complete */
6199 while (ioc->shost_recovery)
6200 ssleep(1);
6201 }
6202 _scsih_sas_host_add(ioc);
6203 }
6204}
6205
6206/**
6207 * _scsih_ir_fastpath - turn on fastpath for IR physdisk
6208 * @ioc: per adapter object
6209 * @handle: device handle for physical disk
6210 * @phys_disk_num: physical disk number
6211 *
6212 * Return 0 for success, else failure.
6213 */
6214static int
6215_scsih_ir_fastpath(struct MPT3SAS_ADAPTER *ioc, u16 handle, u8 phys_disk_num)
6216{
6217 Mpi2RaidActionRequest_t *mpi_request;
6218 Mpi2RaidActionReply_t *mpi_reply;
6219 u16 smid;
6220 u8 issue_reset = 0;
6221 int rc = 0;
6222 u16 ioc_status;
6223 u32 log_info;
6224
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05306225 if (ioc->hba_mpi_version_belonged == MPI2_VERSION)
6226 return rc;
6227
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306228 mutex_lock(&ioc->scsih_cmds.mutex);
6229
6230 if (ioc->scsih_cmds.status != MPT3_CMD_NOT_USED) {
6231 pr_err(MPT3SAS_FMT "%s: scsih_cmd in use\n",
6232 ioc->name, __func__);
6233 rc = -EAGAIN;
6234 goto out;
6235 }
6236 ioc->scsih_cmds.status = MPT3_CMD_PENDING;
6237
6238 smid = mpt3sas_base_get_smid(ioc, ioc->scsih_cb_idx);
6239 if (!smid) {
6240 pr_err(MPT3SAS_FMT "%s: failed obtaining a smid\n",
6241 ioc->name, __func__);
6242 ioc->scsih_cmds.status = MPT3_CMD_NOT_USED;
6243 rc = -EAGAIN;
6244 goto out;
6245 }
6246
6247 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid);
6248 ioc->scsih_cmds.smid = smid;
6249 memset(mpi_request, 0, sizeof(Mpi2RaidActionRequest_t));
6250
6251 mpi_request->Function = MPI2_FUNCTION_RAID_ACTION;
6252 mpi_request->Action = MPI2_RAID_ACTION_PHYSDISK_HIDDEN;
6253 mpi_request->PhysDiskNum = phys_disk_num;
6254
6255 dewtprintk(ioc, pr_info(MPT3SAS_FMT "IR RAID_ACTION: turning fast "\
6256 "path on for handle(0x%04x), phys_disk_num (0x%02x)\n", ioc->name,
6257 handle, phys_disk_num));
6258
6259 init_completion(&ioc->scsih_cmds.done);
6260 mpt3sas_base_put_smid_default(ioc, smid);
6261 wait_for_completion_timeout(&ioc->scsih_cmds.done, 10*HZ);
6262
6263 if (!(ioc->scsih_cmds.status & MPT3_CMD_COMPLETE)) {
6264 pr_err(MPT3SAS_FMT "%s: timeout\n",
6265 ioc->name, __func__);
6266 if (!(ioc->scsih_cmds.status & MPT3_CMD_RESET))
6267 issue_reset = 1;
6268 rc = -EFAULT;
6269 goto out;
6270 }
6271
6272 if (ioc->scsih_cmds.status & MPT3_CMD_REPLY_VALID) {
6273
6274 mpi_reply = ioc->scsih_cmds.reply;
6275 ioc_status = le16_to_cpu(mpi_reply->IOCStatus);
6276 if (ioc_status & MPI2_IOCSTATUS_FLAG_LOG_INFO_AVAILABLE)
6277 log_info = le32_to_cpu(mpi_reply->IOCLogInfo);
6278 else
6279 log_info = 0;
6280 ioc_status &= MPI2_IOCSTATUS_MASK;
6281 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
6282 dewtprintk(ioc, pr_info(MPT3SAS_FMT
6283 "IR RAID_ACTION: failed: ioc_status(0x%04x), "
6284 "loginfo(0x%08x)!!!\n", ioc->name, ioc_status,
6285 log_info));
6286 rc = -EFAULT;
6287 } else
6288 dewtprintk(ioc, pr_info(MPT3SAS_FMT
6289 "IR RAID_ACTION: completed successfully\n",
6290 ioc->name));
6291 }
6292
6293 out:
6294 ioc->scsih_cmds.status = MPT3_CMD_NOT_USED;
6295 mutex_unlock(&ioc->scsih_cmds.mutex);
6296
6297 if (issue_reset)
6298 mpt3sas_base_hard_reset_handler(ioc, CAN_SLEEP,
6299 FORCE_BIG_HAMMER);
6300 return rc;
6301}
6302
6303/**
6304 * _scsih_reprobe_lun - reprobing lun
6305 * @sdev: scsi device struct
6306 * @no_uld_attach: sdev->no_uld_attach flag setting
6307 *
6308 **/
6309static void
6310_scsih_reprobe_lun(struct scsi_device *sdev, void *no_uld_attach)
6311{
6312 int rc;
6313 sdev->no_uld_attach = no_uld_attach ? 1 : 0;
6314 sdev_printk(KERN_INFO, sdev, "%s raid component\n",
6315 sdev->no_uld_attach ? "hidding" : "exposing");
6316 rc = scsi_device_reprobe(sdev);
6317}
6318
6319/**
6320 * _scsih_sas_volume_add - add new volume
6321 * @ioc: per adapter object
6322 * @element: IR config element data
6323 * Context: user.
6324 *
6325 * Return nothing.
6326 */
6327static void
6328_scsih_sas_volume_add(struct MPT3SAS_ADAPTER *ioc,
6329 Mpi2EventIrConfigElement_t *element)
6330{
6331 struct _raid_device *raid_device;
6332 unsigned long flags;
6333 u64 wwid;
6334 u16 handle = le16_to_cpu(element->VolDevHandle);
6335 int rc;
6336
6337 mpt3sas_config_get_volume_wwid(ioc, handle, &wwid);
6338 if (!wwid) {
6339 pr_err(MPT3SAS_FMT
6340 "failure at %s:%d/%s()!\n", ioc->name,
6341 __FILE__, __LINE__, __func__);
6342 return;
6343 }
6344
6345 spin_lock_irqsave(&ioc->raid_device_lock, flags);
6346 raid_device = _scsih_raid_device_find_by_wwid(ioc, wwid);
6347 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
6348
6349 if (raid_device)
6350 return;
6351
6352 raid_device = kzalloc(sizeof(struct _raid_device), GFP_KERNEL);
6353 if (!raid_device) {
6354 pr_err(MPT3SAS_FMT
6355 "failure at %s:%d/%s()!\n", ioc->name,
6356 __FILE__, __LINE__, __func__);
6357 return;
6358 }
6359
6360 raid_device->id = ioc->sas_id++;
6361 raid_device->channel = RAID_CHANNEL;
6362 raid_device->handle = handle;
6363 raid_device->wwid = wwid;
6364 _scsih_raid_device_add(ioc, raid_device);
6365 if (!ioc->wait_for_discovery_to_complete) {
6366 rc = scsi_add_device(ioc->shost, RAID_CHANNEL,
6367 raid_device->id, 0);
6368 if (rc)
6369 _scsih_raid_device_remove(ioc, raid_device);
6370 } else {
6371 spin_lock_irqsave(&ioc->raid_device_lock, flags);
6372 _scsih_determine_boot_device(ioc, raid_device, 1);
6373 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
6374 }
6375}
6376
6377/**
6378 * _scsih_sas_volume_delete - delete volume
6379 * @ioc: per adapter object
6380 * @handle: volume device handle
6381 * Context: user.
6382 *
6383 * Return nothing.
6384 */
6385static void
6386_scsih_sas_volume_delete(struct MPT3SAS_ADAPTER *ioc, u16 handle)
6387{
6388 struct _raid_device *raid_device;
6389 unsigned long flags;
6390 struct MPT3SAS_TARGET *sas_target_priv_data;
6391 struct scsi_target *starget = NULL;
6392
6393 spin_lock_irqsave(&ioc->raid_device_lock, flags);
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05306394 raid_device = mpt3sas_raid_device_find_by_handle(ioc, handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306395 if (raid_device) {
6396 if (raid_device->starget) {
6397 starget = raid_device->starget;
6398 sas_target_priv_data = starget->hostdata;
6399 sas_target_priv_data->deleted = 1;
6400 }
6401 pr_info(MPT3SAS_FMT "removing handle(0x%04x), wwid(0x%016llx)\n",
6402 ioc->name, raid_device->handle,
6403 (unsigned long long) raid_device->wwid);
6404 list_del(&raid_device->list);
6405 kfree(raid_device);
6406 }
6407 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
6408 if (starget)
6409 scsi_remove_target(&starget->dev);
6410}
6411
6412/**
6413 * _scsih_sas_pd_expose - expose pd component to /dev/sdX
6414 * @ioc: per adapter object
6415 * @element: IR config element data
6416 * Context: user.
6417 *
6418 * Return nothing.
6419 */
6420static void
6421_scsih_sas_pd_expose(struct MPT3SAS_ADAPTER *ioc,
6422 Mpi2EventIrConfigElement_t *element)
6423{
6424 struct _sas_device *sas_device;
6425 struct scsi_target *starget = NULL;
6426 struct MPT3SAS_TARGET *sas_target_priv_data;
6427 unsigned long flags;
6428 u16 handle = le16_to_cpu(element->PhysDiskDevHandle);
6429
6430 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05306431 sas_device = __mpt3sas_get_sdev_by_handle(ioc, handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306432 if (sas_device) {
6433 sas_device->volume_handle = 0;
6434 sas_device->volume_wwid = 0;
6435 clear_bit(handle, ioc->pd_handles);
6436 if (sas_device->starget && sas_device->starget->hostdata) {
6437 starget = sas_device->starget;
6438 sas_target_priv_data = starget->hostdata;
6439 sas_target_priv_data->flags &=
6440 ~MPT_TARGET_FLAGS_RAID_COMPONENT;
6441 }
6442 }
6443 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
6444 if (!sas_device)
6445 return;
6446
6447 /* exposing raid component */
6448 if (starget)
6449 starget_for_each_device(starget, NULL, _scsih_reprobe_lun);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05306450
6451 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306452}
6453
6454/**
6455 * _scsih_sas_pd_hide - hide pd component from /dev/sdX
6456 * @ioc: per adapter object
6457 * @element: IR config element data
6458 * Context: user.
6459 *
6460 * Return nothing.
6461 */
6462static void
6463_scsih_sas_pd_hide(struct MPT3SAS_ADAPTER *ioc,
6464 Mpi2EventIrConfigElement_t *element)
6465{
6466 struct _sas_device *sas_device;
6467 struct scsi_target *starget = NULL;
6468 struct MPT3SAS_TARGET *sas_target_priv_data;
6469 unsigned long flags;
6470 u16 handle = le16_to_cpu(element->PhysDiskDevHandle);
6471 u16 volume_handle = 0;
6472 u64 volume_wwid = 0;
6473
6474 mpt3sas_config_get_volume_handle(ioc, handle, &volume_handle);
6475 if (volume_handle)
6476 mpt3sas_config_get_volume_wwid(ioc, volume_handle,
6477 &volume_wwid);
6478
6479 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05306480 sas_device = __mpt3sas_get_sdev_by_handle(ioc, handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306481 if (sas_device) {
6482 set_bit(handle, ioc->pd_handles);
6483 if (sas_device->starget && sas_device->starget->hostdata) {
6484 starget = sas_device->starget;
6485 sas_target_priv_data = starget->hostdata;
6486 sas_target_priv_data->flags |=
6487 MPT_TARGET_FLAGS_RAID_COMPONENT;
6488 sas_device->volume_handle = volume_handle;
6489 sas_device->volume_wwid = volume_wwid;
6490 }
6491 }
6492 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
6493 if (!sas_device)
6494 return;
6495
6496 /* hiding raid component */
6497 _scsih_ir_fastpath(ioc, handle, element->PhysDiskNum);
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05306498
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306499 if (starget)
6500 starget_for_each_device(starget, (void *)1, _scsih_reprobe_lun);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05306501
6502 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306503}
6504
6505/**
6506 * _scsih_sas_pd_delete - delete pd component
6507 * @ioc: per adapter object
6508 * @element: IR config element data
6509 * Context: user.
6510 *
6511 * Return nothing.
6512 */
6513static void
6514_scsih_sas_pd_delete(struct MPT3SAS_ADAPTER *ioc,
6515 Mpi2EventIrConfigElement_t *element)
6516{
6517 u16 handle = le16_to_cpu(element->PhysDiskDevHandle);
6518
6519 _scsih_device_remove_by_handle(ioc, handle);
6520}
6521
6522/**
6523 * _scsih_sas_pd_add - remove pd component
6524 * @ioc: per adapter object
6525 * @element: IR config element data
6526 * Context: user.
6527 *
6528 * Return nothing.
6529 */
6530static void
6531_scsih_sas_pd_add(struct MPT3SAS_ADAPTER *ioc,
6532 Mpi2EventIrConfigElement_t *element)
6533{
6534 struct _sas_device *sas_device;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306535 u16 handle = le16_to_cpu(element->PhysDiskDevHandle);
6536 Mpi2ConfigReply_t mpi_reply;
6537 Mpi2SasDevicePage0_t sas_device_pg0;
6538 u32 ioc_status;
6539 u64 sas_address;
6540 u16 parent_handle;
6541
6542 set_bit(handle, ioc->pd_handles);
6543
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05306544 sas_device = mpt3sas_get_sdev_by_handle(ioc, handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306545 if (sas_device) {
6546 _scsih_ir_fastpath(ioc, handle, element->PhysDiskNum);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05306547 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306548 return;
6549 }
6550
6551 if ((mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply, &sas_device_pg0,
6552 MPI2_SAS_DEVICE_PGAD_FORM_HANDLE, handle))) {
6553 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
6554 ioc->name, __FILE__, __LINE__, __func__);
6555 return;
6556 }
6557
6558 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
6559 MPI2_IOCSTATUS_MASK;
6560 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
6561 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
6562 ioc->name, __FILE__, __LINE__, __func__);
6563 return;
6564 }
6565
6566 parent_handle = le16_to_cpu(sas_device_pg0.ParentDevHandle);
6567 if (!_scsih_get_sas_address(ioc, parent_handle, &sas_address))
6568 mpt3sas_transport_update_links(ioc, sas_address, handle,
6569 sas_device_pg0.PhyNum, MPI2_SAS_NEG_LINK_RATE_1_5);
6570
6571 _scsih_ir_fastpath(ioc, handle, element->PhysDiskNum);
6572 _scsih_add_device(ioc, handle, 0, 1);
6573}
6574
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306575/**
6576 * _scsih_sas_ir_config_change_event_debug - debug for IR Config Change events
6577 * @ioc: per adapter object
6578 * @event_data: event data payload
6579 * Context: user.
6580 *
6581 * Return nothing.
6582 */
6583static void
6584_scsih_sas_ir_config_change_event_debug(struct MPT3SAS_ADAPTER *ioc,
6585 Mpi2EventDataIrConfigChangeList_t *event_data)
6586{
6587 Mpi2EventIrConfigElement_t *element;
6588 u8 element_type;
6589 int i;
6590 char *reason_str = NULL, *element_str = NULL;
6591
6592 element = (Mpi2EventIrConfigElement_t *)&event_data->ConfigElement[0];
6593
6594 pr_info(MPT3SAS_FMT "raid config change: (%s), elements(%d)\n",
6595 ioc->name, (le32_to_cpu(event_data->Flags) &
6596 MPI2_EVENT_IR_CHANGE_FLAGS_FOREIGN_CONFIG) ?
6597 "foreign" : "native", event_data->NumElements);
6598 for (i = 0; i < event_data->NumElements; i++, element++) {
6599 switch (element->ReasonCode) {
6600 case MPI2_EVENT_IR_CHANGE_RC_ADDED:
6601 reason_str = "add";
6602 break;
6603 case MPI2_EVENT_IR_CHANGE_RC_REMOVED:
6604 reason_str = "remove";
6605 break;
6606 case MPI2_EVENT_IR_CHANGE_RC_NO_CHANGE:
6607 reason_str = "no change";
6608 break;
6609 case MPI2_EVENT_IR_CHANGE_RC_HIDE:
6610 reason_str = "hide";
6611 break;
6612 case MPI2_EVENT_IR_CHANGE_RC_UNHIDE:
6613 reason_str = "unhide";
6614 break;
6615 case MPI2_EVENT_IR_CHANGE_RC_VOLUME_CREATED:
6616 reason_str = "volume_created";
6617 break;
6618 case MPI2_EVENT_IR_CHANGE_RC_VOLUME_DELETED:
6619 reason_str = "volume_deleted";
6620 break;
6621 case MPI2_EVENT_IR_CHANGE_RC_PD_CREATED:
6622 reason_str = "pd_created";
6623 break;
6624 case MPI2_EVENT_IR_CHANGE_RC_PD_DELETED:
6625 reason_str = "pd_deleted";
6626 break;
6627 default:
6628 reason_str = "unknown reason";
6629 break;
6630 }
6631 element_type = le16_to_cpu(element->ElementFlags) &
6632 MPI2_EVENT_IR_CHANGE_EFLAGS_ELEMENT_TYPE_MASK;
6633 switch (element_type) {
6634 case MPI2_EVENT_IR_CHANGE_EFLAGS_VOLUME_ELEMENT:
6635 element_str = "volume";
6636 break;
6637 case MPI2_EVENT_IR_CHANGE_EFLAGS_VOLPHYSDISK_ELEMENT:
6638 element_str = "phys disk";
6639 break;
6640 case MPI2_EVENT_IR_CHANGE_EFLAGS_HOTSPARE_ELEMENT:
6641 element_str = "hot spare";
6642 break;
6643 default:
6644 element_str = "unknown element";
6645 break;
6646 }
6647 pr_info("\t(%s:%s), vol handle(0x%04x), " \
6648 "pd handle(0x%04x), pd num(0x%02x)\n", element_str,
6649 reason_str, le16_to_cpu(element->VolDevHandle),
6650 le16_to_cpu(element->PhysDiskDevHandle),
6651 element->PhysDiskNum);
6652 }
6653}
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306654
6655/**
6656 * _scsih_sas_ir_config_change_event - handle ir configuration change events
6657 * @ioc: per adapter object
6658 * @fw_event: The fw_event_work object
6659 * Context: user.
6660 *
6661 * Return nothing.
6662 */
6663static void
6664_scsih_sas_ir_config_change_event(struct MPT3SAS_ADAPTER *ioc,
6665 struct fw_event_work *fw_event)
6666{
6667 Mpi2EventIrConfigElement_t *element;
6668 int i;
6669 u8 foreign_config;
Joe Lawrence35b62362014-06-25 17:05:34 -04006670 Mpi2EventDataIrConfigChangeList_t *event_data =
6671 (Mpi2EventDataIrConfigChangeList_t *)
6672 fw_event->event_data;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306673
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306674 if ((ioc->logging_level & MPT_DEBUG_EVENT_WORK_TASK) &&
6675 (!ioc->hide_ir_msg))
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306676 _scsih_sas_ir_config_change_event_debug(ioc, event_data);
6677
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306678 foreign_config = (le32_to_cpu(event_data->Flags) &
6679 MPI2_EVENT_IR_CHANGE_FLAGS_FOREIGN_CONFIG) ? 1 : 0;
6680
6681 element = (Mpi2EventIrConfigElement_t *)&event_data->ConfigElement[0];
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05306682 if (ioc->shost_recovery &&
6683 ioc->hba_mpi_version_belonged != MPI2_VERSION) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306684 for (i = 0; i < event_data->NumElements; i++, element++) {
6685 if (element->ReasonCode == MPI2_EVENT_IR_CHANGE_RC_HIDE)
6686 _scsih_ir_fastpath(ioc,
6687 le16_to_cpu(element->PhysDiskDevHandle),
6688 element->PhysDiskNum);
6689 }
6690 return;
6691 }
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306692
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306693 for (i = 0; i < event_data->NumElements; i++, element++) {
6694
6695 switch (element->ReasonCode) {
6696 case MPI2_EVENT_IR_CHANGE_RC_VOLUME_CREATED:
6697 case MPI2_EVENT_IR_CHANGE_RC_ADDED:
6698 if (!foreign_config)
6699 _scsih_sas_volume_add(ioc, element);
6700 break;
6701 case MPI2_EVENT_IR_CHANGE_RC_VOLUME_DELETED:
6702 case MPI2_EVENT_IR_CHANGE_RC_REMOVED:
6703 if (!foreign_config)
6704 _scsih_sas_volume_delete(ioc,
6705 le16_to_cpu(element->VolDevHandle));
6706 break;
6707 case MPI2_EVENT_IR_CHANGE_RC_PD_CREATED:
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306708 if (!ioc->is_warpdrive)
6709 _scsih_sas_pd_hide(ioc, element);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306710 break;
6711 case MPI2_EVENT_IR_CHANGE_RC_PD_DELETED:
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306712 if (!ioc->is_warpdrive)
6713 _scsih_sas_pd_expose(ioc, element);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306714 break;
6715 case MPI2_EVENT_IR_CHANGE_RC_HIDE:
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306716 if (!ioc->is_warpdrive)
6717 _scsih_sas_pd_add(ioc, element);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306718 break;
6719 case MPI2_EVENT_IR_CHANGE_RC_UNHIDE:
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306720 if (!ioc->is_warpdrive)
6721 _scsih_sas_pd_delete(ioc, element);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306722 break;
6723 }
6724 }
6725}
6726
6727/**
6728 * _scsih_sas_ir_volume_event - IR volume event
6729 * @ioc: per adapter object
6730 * @fw_event: The fw_event_work object
6731 * Context: user.
6732 *
6733 * Return nothing.
6734 */
6735static void
6736_scsih_sas_ir_volume_event(struct MPT3SAS_ADAPTER *ioc,
6737 struct fw_event_work *fw_event)
6738{
6739 u64 wwid;
6740 unsigned long flags;
6741 struct _raid_device *raid_device;
6742 u16 handle;
6743 u32 state;
6744 int rc;
Joe Lawrence35b62362014-06-25 17:05:34 -04006745 Mpi2EventDataIrVolume_t *event_data =
6746 (Mpi2EventDataIrVolume_t *) fw_event->event_data;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306747
6748 if (ioc->shost_recovery)
6749 return;
6750
6751 if (event_data->ReasonCode != MPI2_EVENT_IR_VOLUME_RC_STATE_CHANGED)
6752 return;
6753
6754 handle = le16_to_cpu(event_data->VolDevHandle);
6755 state = le32_to_cpu(event_data->NewValue);
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306756 if (!ioc->hide_ir_msg)
6757 dewtprintk(ioc, pr_info(MPT3SAS_FMT
6758 "%s: handle(0x%04x), old(0x%08x), new(0x%08x)\n",
6759 ioc->name, __func__, handle,
6760 le32_to_cpu(event_data->PreviousValue), state));
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306761 switch (state) {
6762 case MPI2_RAID_VOL_STATE_MISSING:
6763 case MPI2_RAID_VOL_STATE_FAILED:
6764 _scsih_sas_volume_delete(ioc, handle);
6765 break;
6766
6767 case MPI2_RAID_VOL_STATE_ONLINE:
6768 case MPI2_RAID_VOL_STATE_DEGRADED:
6769 case MPI2_RAID_VOL_STATE_OPTIMAL:
6770
6771 spin_lock_irqsave(&ioc->raid_device_lock, flags);
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05306772 raid_device = mpt3sas_raid_device_find_by_handle(ioc, handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306773 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
6774
6775 if (raid_device)
6776 break;
6777
6778 mpt3sas_config_get_volume_wwid(ioc, handle, &wwid);
6779 if (!wwid) {
6780 pr_err(MPT3SAS_FMT
6781 "failure at %s:%d/%s()!\n", ioc->name,
6782 __FILE__, __LINE__, __func__);
6783 break;
6784 }
6785
6786 raid_device = kzalloc(sizeof(struct _raid_device), GFP_KERNEL);
6787 if (!raid_device) {
6788 pr_err(MPT3SAS_FMT
6789 "failure at %s:%d/%s()!\n", ioc->name,
6790 __FILE__, __LINE__, __func__);
6791 break;
6792 }
6793
6794 raid_device->id = ioc->sas_id++;
6795 raid_device->channel = RAID_CHANNEL;
6796 raid_device->handle = handle;
6797 raid_device->wwid = wwid;
6798 _scsih_raid_device_add(ioc, raid_device);
6799 rc = scsi_add_device(ioc->shost, RAID_CHANNEL,
6800 raid_device->id, 0);
6801 if (rc)
6802 _scsih_raid_device_remove(ioc, raid_device);
6803 break;
6804
6805 case MPI2_RAID_VOL_STATE_INITIALIZING:
6806 default:
6807 break;
6808 }
6809}
6810
6811/**
6812 * _scsih_sas_ir_physical_disk_event - PD event
6813 * @ioc: per adapter object
6814 * @fw_event: The fw_event_work object
6815 * Context: user.
6816 *
6817 * Return nothing.
6818 */
6819static void
6820_scsih_sas_ir_physical_disk_event(struct MPT3SAS_ADAPTER *ioc,
6821 struct fw_event_work *fw_event)
6822{
6823 u16 handle, parent_handle;
6824 u32 state;
6825 struct _sas_device *sas_device;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306826 Mpi2ConfigReply_t mpi_reply;
6827 Mpi2SasDevicePage0_t sas_device_pg0;
6828 u32 ioc_status;
Joe Lawrence35b62362014-06-25 17:05:34 -04006829 Mpi2EventDataIrPhysicalDisk_t *event_data =
6830 (Mpi2EventDataIrPhysicalDisk_t *) fw_event->event_data;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306831 u64 sas_address;
6832
6833 if (ioc->shost_recovery)
6834 return;
6835
6836 if (event_data->ReasonCode != MPI2_EVENT_IR_PHYSDISK_RC_STATE_CHANGED)
6837 return;
6838
6839 handle = le16_to_cpu(event_data->PhysDiskDevHandle);
6840 state = le32_to_cpu(event_data->NewValue);
6841
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306842 if (!ioc->hide_ir_msg)
6843 dewtprintk(ioc, pr_info(MPT3SAS_FMT
6844 "%s: handle(0x%04x), old(0x%08x), new(0x%08x)\n",
6845 ioc->name, __func__, handle,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306846 le32_to_cpu(event_data->PreviousValue), state));
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306847
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306848 switch (state) {
6849 case MPI2_RAID_PD_STATE_ONLINE:
6850 case MPI2_RAID_PD_STATE_DEGRADED:
6851 case MPI2_RAID_PD_STATE_REBUILDING:
6852 case MPI2_RAID_PD_STATE_OPTIMAL:
6853 case MPI2_RAID_PD_STATE_HOT_SPARE:
6854
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306855 if (!ioc->is_warpdrive)
6856 set_bit(handle, ioc->pd_handles);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306857
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05306858 sas_device = mpt3sas_get_sdev_by_handle(ioc, handle);
6859 if (sas_device) {
6860 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306861 return;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05306862 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306863
6864 if ((mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply,
6865 &sas_device_pg0, MPI2_SAS_DEVICE_PGAD_FORM_HANDLE,
6866 handle))) {
6867 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
6868 ioc->name, __FILE__, __LINE__, __func__);
6869 return;
6870 }
6871
6872 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
6873 MPI2_IOCSTATUS_MASK;
6874 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
6875 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
6876 ioc->name, __FILE__, __LINE__, __func__);
6877 return;
6878 }
6879
6880 parent_handle = le16_to_cpu(sas_device_pg0.ParentDevHandle);
6881 if (!_scsih_get_sas_address(ioc, parent_handle, &sas_address))
6882 mpt3sas_transport_update_links(ioc, sas_address, handle,
6883 sas_device_pg0.PhyNum, MPI2_SAS_NEG_LINK_RATE_1_5);
6884
6885 _scsih_add_device(ioc, handle, 0, 1);
6886
6887 break;
6888
6889 case MPI2_RAID_PD_STATE_OFFLINE:
6890 case MPI2_RAID_PD_STATE_NOT_CONFIGURED:
6891 case MPI2_RAID_PD_STATE_NOT_COMPATIBLE:
6892 default:
6893 break;
6894 }
6895}
6896
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306897/**
6898 * _scsih_sas_ir_operation_status_event_debug - debug for IR op event
6899 * @ioc: per adapter object
6900 * @event_data: event data payload
6901 * Context: user.
6902 *
6903 * Return nothing.
6904 */
6905static void
6906_scsih_sas_ir_operation_status_event_debug(struct MPT3SAS_ADAPTER *ioc,
6907 Mpi2EventDataIrOperationStatus_t *event_data)
6908{
6909 char *reason_str = NULL;
6910
6911 switch (event_data->RAIDOperation) {
6912 case MPI2_EVENT_IR_RAIDOP_RESYNC:
6913 reason_str = "resync";
6914 break;
6915 case MPI2_EVENT_IR_RAIDOP_ONLINE_CAP_EXPANSION:
6916 reason_str = "online capacity expansion";
6917 break;
6918 case MPI2_EVENT_IR_RAIDOP_CONSISTENCY_CHECK:
6919 reason_str = "consistency check";
6920 break;
6921 case MPI2_EVENT_IR_RAIDOP_BACKGROUND_INIT:
6922 reason_str = "background init";
6923 break;
6924 case MPI2_EVENT_IR_RAIDOP_MAKE_DATA_CONSISTENT:
6925 reason_str = "make data consistent";
6926 break;
6927 }
6928
6929 if (!reason_str)
6930 return;
6931
6932 pr_info(MPT3SAS_FMT "raid operational status: (%s)" \
6933 "\thandle(0x%04x), percent complete(%d)\n",
6934 ioc->name, reason_str,
6935 le16_to_cpu(event_data->VolDevHandle),
6936 event_data->PercentComplete);
6937}
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306938
6939/**
6940 * _scsih_sas_ir_operation_status_event - handle RAID operation events
6941 * @ioc: per adapter object
6942 * @fw_event: The fw_event_work object
6943 * Context: user.
6944 *
6945 * Return nothing.
6946 */
6947static void
6948_scsih_sas_ir_operation_status_event(struct MPT3SAS_ADAPTER *ioc,
6949 struct fw_event_work *fw_event)
6950{
Joe Lawrence35b62362014-06-25 17:05:34 -04006951 Mpi2EventDataIrOperationStatus_t *event_data =
6952 (Mpi2EventDataIrOperationStatus_t *)
6953 fw_event->event_data;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306954 static struct _raid_device *raid_device;
6955 unsigned long flags;
6956 u16 handle;
6957
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05306958 if ((ioc->logging_level & MPT_DEBUG_EVENT_WORK_TASK) &&
6959 (!ioc->hide_ir_msg))
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306960 _scsih_sas_ir_operation_status_event_debug(ioc,
6961 event_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306962
6963 /* code added for raid transport support */
6964 if (event_data->RAIDOperation == MPI2_EVENT_IR_RAIDOP_RESYNC) {
6965
6966 spin_lock_irqsave(&ioc->raid_device_lock, flags);
6967 handle = le16_to_cpu(event_data->VolDevHandle);
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05306968 raid_device = mpt3sas_raid_device_find_by_handle(ioc, handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306969 if (raid_device)
6970 raid_device->percent_complete =
6971 event_data->PercentComplete;
6972 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
6973 }
6974}
6975
6976/**
6977 * _scsih_prep_device_scan - initialize parameters prior to device scan
6978 * @ioc: per adapter object
6979 *
6980 * Set the deleted flag prior to device scan. If the device is found during
6981 * the scan, then we clear the deleted flag.
6982 */
6983static void
6984_scsih_prep_device_scan(struct MPT3SAS_ADAPTER *ioc)
6985{
6986 struct MPT3SAS_DEVICE *sas_device_priv_data;
6987 struct scsi_device *sdev;
6988
6989 shost_for_each_device(sdev, ioc->shost) {
6990 sas_device_priv_data = sdev->hostdata;
6991 if (sas_device_priv_data && sas_device_priv_data->sas_target)
6992 sas_device_priv_data->sas_target->deleted = 1;
6993 }
6994}
6995
6996/**
6997 * _scsih_mark_responding_sas_device - mark a sas_devices as responding
6998 * @ioc: per adapter object
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05306999 * @sas_device_pg0: SAS Device page 0
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307000 *
7001 * After host reset, find out whether devices are still responding.
7002 * Used in _scsih_remove_unresponsive_sas_devices.
7003 *
7004 * Return nothing.
7005 */
7006static void
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05307007_scsih_mark_responding_sas_device(struct MPT3SAS_ADAPTER *ioc,
7008Mpi2SasDevicePage0_t *sas_device_pg0)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307009{
7010 struct MPT3SAS_TARGET *sas_target_priv_data = NULL;
7011 struct scsi_target *starget;
7012 struct _sas_device *sas_device;
7013 unsigned long flags;
7014
7015 spin_lock_irqsave(&ioc->sas_device_lock, flags);
7016 list_for_each_entry(sas_device, &ioc->sas_device_list, list) {
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05307017 if ((sas_device->sas_address == sas_device_pg0->SASAddress) &&
7018 (sas_device->slot == sas_device_pg0->Slot)) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307019 sas_device->responding = 1;
7020 starget = sas_device->starget;
7021 if (starget && starget->hostdata) {
7022 sas_target_priv_data = starget->hostdata;
7023 sas_target_priv_data->tm_busy = 0;
7024 sas_target_priv_data->deleted = 0;
7025 } else
7026 sas_target_priv_data = NULL;
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05307027 if (starget) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307028 starget_printk(KERN_INFO, starget,
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05307029 "handle(0x%04x), sas_addr(0x%016llx)\n",
7030 sas_device_pg0->DevHandle,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307031 (unsigned long long)
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05307032 sas_device->sas_address);
7033
7034 if (sas_device->enclosure_handle != 0)
7035 starget_printk(KERN_INFO, starget,
7036 "enclosure logical id(0x%016llx),"
7037 " slot(%d)\n",
7038 (unsigned long long)
7039 sas_device->enclosure_logical_id,
7040 sas_device->slot);
7041 }
7042 if (sas_device_pg0->Flags &
7043 MPI2_SAS_DEVICE0_FLAGS_ENCL_LEVEL_VALID) {
7044 sas_device->enclosure_level =
7045 le16_to_cpu(sas_device_pg0->EnclosureLevel);
7046 memcpy(&sas_device->connector_name[0],
7047 &sas_device_pg0->ConnectorName[0], 4);
7048 } else {
7049 sas_device->enclosure_level = 0;
7050 sas_device->connector_name[0] = '\0';
7051 }
7052
7053 if (sas_device->handle == sas_device_pg0->DevHandle)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307054 goto out;
7055 pr_info("\thandle changed from(0x%04x)!!!\n",
7056 sas_device->handle);
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05307057 sas_device->handle = sas_device_pg0->DevHandle;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307058 if (sas_target_priv_data)
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05307059 sas_target_priv_data->handle =
7060 sas_device_pg0->DevHandle;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307061 goto out;
7062 }
7063 }
7064 out:
7065 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
7066}
7067
7068/**
7069 * _scsih_search_responding_sas_devices -
7070 * @ioc: per adapter object
7071 *
7072 * After host reset, find out whether devices are still responding.
7073 * If not remove.
7074 *
7075 * Return nothing.
7076 */
7077static void
7078_scsih_search_responding_sas_devices(struct MPT3SAS_ADAPTER *ioc)
7079{
7080 Mpi2SasDevicePage0_t sas_device_pg0;
7081 Mpi2ConfigReply_t mpi_reply;
7082 u16 ioc_status;
7083 u16 handle;
7084 u32 device_info;
7085
7086 pr_info(MPT3SAS_FMT "search for end-devices: start\n", ioc->name);
7087
7088 if (list_empty(&ioc->sas_device_list))
7089 goto out;
7090
7091 handle = 0xFFFF;
7092 while (!(mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply,
7093 &sas_device_pg0, MPI2_SAS_DEVICE_PGAD_FORM_GET_NEXT_HANDLE,
7094 handle))) {
7095 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
7096 MPI2_IOCSTATUS_MASK;
Sreekanth Reddy14be49a2013-06-29 03:53:02 +05307097 if (ioc_status != MPI2_IOCSTATUS_SUCCESS)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307098 break;
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05307099 handle = sas_device_pg0.DevHandle =
7100 le16_to_cpu(sas_device_pg0.DevHandle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307101 device_info = le32_to_cpu(sas_device_pg0.DeviceInfo);
7102 if (!(_scsih_is_end_device(device_info)))
7103 continue;
Sreekanth Reddye6d45e32015-06-30 12:24:52 +05307104 sas_device_pg0.SASAddress =
7105 le64_to_cpu(sas_device_pg0.SASAddress);
7106 sas_device_pg0.Slot = le16_to_cpu(sas_device_pg0.Slot);
7107 _scsih_mark_responding_sas_device(ioc, &sas_device_pg0);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307108 }
7109
7110 out:
7111 pr_info(MPT3SAS_FMT "search for end-devices: complete\n",
7112 ioc->name);
7113}
7114
7115/**
7116 * _scsih_mark_responding_raid_device - mark a raid_device as responding
7117 * @ioc: per adapter object
7118 * @wwid: world wide identifier for raid volume
7119 * @handle: device handle
7120 *
7121 * After host reset, find out whether devices are still responding.
7122 * Used in _scsih_remove_unresponsive_raid_devices.
7123 *
7124 * Return nothing.
7125 */
7126static void
7127_scsih_mark_responding_raid_device(struct MPT3SAS_ADAPTER *ioc, u64 wwid,
7128 u16 handle)
7129{
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05307130 struct MPT3SAS_TARGET *sas_target_priv_data = NULL;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307131 struct scsi_target *starget;
7132 struct _raid_device *raid_device;
7133 unsigned long flags;
7134
7135 spin_lock_irqsave(&ioc->raid_device_lock, flags);
7136 list_for_each_entry(raid_device, &ioc->raid_device_list, list) {
7137 if (raid_device->wwid == wwid && raid_device->starget) {
7138 starget = raid_device->starget;
7139 if (starget && starget->hostdata) {
7140 sas_target_priv_data = starget->hostdata;
7141 sas_target_priv_data->deleted = 0;
7142 } else
7143 sas_target_priv_data = NULL;
7144 raid_device->responding = 1;
7145 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
7146 starget_printk(KERN_INFO, raid_device->starget,
7147 "handle(0x%04x), wwid(0x%016llx)\n", handle,
7148 (unsigned long long)raid_device->wwid);
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05307149
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05307150 /*
7151 * WARPDRIVE: The handles of the PDs might have changed
7152 * across the host reset so re-initialize the
7153 * required data for Direct IO
7154 */
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05307155 mpt3sas_init_warpdrive_properties(ioc, raid_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307156 spin_lock_irqsave(&ioc->raid_device_lock, flags);
7157 if (raid_device->handle == handle) {
7158 spin_unlock_irqrestore(&ioc->raid_device_lock,
7159 flags);
7160 return;
7161 }
7162 pr_info("\thandle changed from(0x%04x)!!!\n",
7163 raid_device->handle);
7164 raid_device->handle = handle;
7165 if (sas_target_priv_data)
7166 sas_target_priv_data->handle = handle;
7167 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
7168 return;
7169 }
7170 }
7171 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
7172}
7173
7174/**
7175 * _scsih_search_responding_raid_devices -
7176 * @ioc: per adapter object
7177 *
7178 * After host reset, find out whether devices are still responding.
7179 * If not remove.
7180 *
7181 * Return nothing.
7182 */
7183static void
7184_scsih_search_responding_raid_devices(struct MPT3SAS_ADAPTER *ioc)
7185{
7186 Mpi2RaidVolPage1_t volume_pg1;
7187 Mpi2RaidVolPage0_t volume_pg0;
7188 Mpi2RaidPhysDiskPage0_t pd_pg0;
7189 Mpi2ConfigReply_t mpi_reply;
7190 u16 ioc_status;
7191 u16 handle;
7192 u8 phys_disk_num;
7193
7194 if (!ioc->ir_firmware)
7195 return;
7196
7197 pr_info(MPT3SAS_FMT "search for raid volumes: start\n",
7198 ioc->name);
7199
7200 if (list_empty(&ioc->raid_device_list))
7201 goto out;
7202
7203 handle = 0xFFFF;
7204 while (!(mpt3sas_config_get_raid_volume_pg1(ioc, &mpi_reply,
7205 &volume_pg1, MPI2_RAID_VOLUME_PGAD_FORM_GET_NEXT_HANDLE, handle))) {
7206 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
7207 MPI2_IOCSTATUS_MASK;
Sreekanth Reddy14be49a2013-06-29 03:53:02 +05307208 if (ioc_status != MPI2_IOCSTATUS_SUCCESS)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307209 break;
7210 handle = le16_to_cpu(volume_pg1.DevHandle);
7211
7212 if (mpt3sas_config_get_raid_volume_pg0(ioc, &mpi_reply,
7213 &volume_pg0, MPI2_RAID_VOLUME_PGAD_FORM_HANDLE, handle,
7214 sizeof(Mpi2RaidVolPage0_t)))
7215 continue;
7216
7217 if (volume_pg0.VolumeState == MPI2_RAID_VOL_STATE_OPTIMAL ||
7218 volume_pg0.VolumeState == MPI2_RAID_VOL_STATE_ONLINE ||
7219 volume_pg0.VolumeState == MPI2_RAID_VOL_STATE_DEGRADED)
7220 _scsih_mark_responding_raid_device(ioc,
7221 le64_to_cpu(volume_pg1.WWID), handle);
7222 }
7223
7224 /* refresh the pd_handles */
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05307225 if (!ioc->is_warpdrive) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307226 phys_disk_num = 0xFF;
7227 memset(ioc->pd_handles, 0, ioc->pd_handles_sz);
7228 while (!(mpt3sas_config_get_phys_disk_pg0(ioc, &mpi_reply,
7229 &pd_pg0, MPI2_PHYSDISK_PGAD_FORM_GET_NEXT_PHYSDISKNUM,
7230 phys_disk_num))) {
7231 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
7232 MPI2_IOCSTATUS_MASK;
Sreekanth Reddy14be49a2013-06-29 03:53:02 +05307233 if (ioc_status != MPI2_IOCSTATUS_SUCCESS)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307234 break;
7235 phys_disk_num = pd_pg0.PhysDiskNum;
7236 handle = le16_to_cpu(pd_pg0.DevHandle);
7237 set_bit(handle, ioc->pd_handles);
7238 }
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05307239 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307240 out:
7241 pr_info(MPT3SAS_FMT "search for responding raid volumes: complete\n",
7242 ioc->name);
7243}
7244
7245/**
7246 * _scsih_mark_responding_expander - mark a expander as responding
7247 * @ioc: per adapter object
7248 * @sas_address: sas address
7249 * @handle:
7250 *
7251 * After host reset, find out whether devices are still responding.
7252 * Used in _scsih_remove_unresponsive_expanders.
7253 *
7254 * Return nothing.
7255 */
7256static void
7257_scsih_mark_responding_expander(struct MPT3SAS_ADAPTER *ioc, u64 sas_address,
7258 u16 handle)
7259{
7260 struct _sas_node *sas_expander;
7261 unsigned long flags;
7262 int i;
7263
7264 spin_lock_irqsave(&ioc->sas_node_lock, flags);
7265 list_for_each_entry(sas_expander, &ioc->sas_expander_list, list) {
7266 if (sas_expander->sas_address != sas_address)
7267 continue;
7268 sas_expander->responding = 1;
7269 if (sas_expander->handle == handle)
7270 goto out;
7271 pr_info("\texpander(0x%016llx): handle changed" \
7272 " from(0x%04x) to (0x%04x)!!!\n",
7273 (unsigned long long)sas_expander->sas_address,
7274 sas_expander->handle, handle);
7275 sas_expander->handle = handle;
7276 for (i = 0 ; i < sas_expander->num_phys ; i++)
7277 sas_expander->phy[i].handle = handle;
7278 goto out;
7279 }
7280 out:
7281 spin_unlock_irqrestore(&ioc->sas_node_lock, flags);
7282}
7283
7284/**
7285 * _scsih_search_responding_expanders -
7286 * @ioc: per adapter object
7287 *
7288 * After host reset, find out whether devices are still responding.
7289 * If not remove.
7290 *
7291 * Return nothing.
7292 */
7293static void
7294_scsih_search_responding_expanders(struct MPT3SAS_ADAPTER *ioc)
7295{
7296 Mpi2ExpanderPage0_t expander_pg0;
7297 Mpi2ConfigReply_t mpi_reply;
7298 u16 ioc_status;
7299 u64 sas_address;
7300 u16 handle;
7301
7302 pr_info(MPT3SAS_FMT "search for expanders: start\n", ioc->name);
7303
7304 if (list_empty(&ioc->sas_expander_list))
7305 goto out;
7306
7307 handle = 0xFFFF;
7308 while (!(mpt3sas_config_get_expander_pg0(ioc, &mpi_reply, &expander_pg0,
7309 MPI2_SAS_EXPAND_PGAD_FORM_GET_NEXT_HNDL, handle))) {
7310
7311 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
7312 MPI2_IOCSTATUS_MASK;
Sreekanth Reddy14be49a2013-06-29 03:53:02 +05307313 if (ioc_status != MPI2_IOCSTATUS_SUCCESS)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307314 break;
7315
7316 handle = le16_to_cpu(expander_pg0.DevHandle);
7317 sas_address = le64_to_cpu(expander_pg0.SASAddress);
7318 pr_info("\texpander present: handle(0x%04x), sas_addr(0x%016llx)\n",
7319 handle,
7320 (unsigned long long)sas_address);
7321 _scsih_mark_responding_expander(ioc, sas_address, handle);
7322 }
7323
7324 out:
7325 pr_info(MPT3SAS_FMT "search for expanders: complete\n", ioc->name);
7326}
7327
7328/**
7329 * _scsih_remove_unresponding_sas_devices - removing unresponding devices
7330 * @ioc: per adapter object
7331 *
7332 * Return nothing.
7333 */
7334static void
7335_scsih_remove_unresponding_sas_devices(struct MPT3SAS_ADAPTER *ioc)
7336{
7337 struct _sas_device *sas_device, *sas_device_next;
7338 struct _sas_node *sas_expander, *sas_expander_next;
7339 struct _raid_device *raid_device, *raid_device_next;
7340 struct list_head tmp_list;
7341 unsigned long flags;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05307342 LIST_HEAD(head);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307343
7344 pr_info(MPT3SAS_FMT "removing unresponding devices: start\n",
7345 ioc->name);
7346
7347 /* removing unresponding end devices */
7348 pr_info(MPT3SAS_FMT "removing unresponding devices: end-devices\n",
7349 ioc->name);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05307350 /*
7351 * Iterate, pulling off devices marked as non-responding. We become the
7352 * owner for the reference the list had on any object we prune.
7353 */
7354 spin_lock_irqsave(&ioc->sas_device_lock, flags);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307355 list_for_each_entry_safe(sas_device, sas_device_next,
7356 &ioc->sas_device_list, list) {
7357 if (!sas_device->responding)
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05307358 list_move_tail(&sas_device->list, &head);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307359 else
7360 sas_device->responding = 0;
7361 }
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05307362 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
7363
7364 /*
7365 * Now, uninitialize and remove the unresponding devices we pruned.
7366 */
7367 list_for_each_entry_safe(sas_device, sas_device_next, &head, list) {
7368 _scsih_remove_device(ioc, sas_device);
7369 list_del_init(&sas_device->list);
7370 sas_device_put(sas_device);
7371 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307372
7373 /* removing unresponding volumes */
7374 if (ioc->ir_firmware) {
7375 pr_info(MPT3SAS_FMT "removing unresponding devices: volumes\n",
7376 ioc->name);
7377 list_for_each_entry_safe(raid_device, raid_device_next,
7378 &ioc->raid_device_list, list) {
7379 if (!raid_device->responding)
7380 _scsih_sas_volume_delete(ioc,
7381 raid_device->handle);
7382 else
7383 raid_device->responding = 0;
7384 }
7385 }
7386
7387 /* removing unresponding expanders */
7388 pr_info(MPT3SAS_FMT "removing unresponding devices: expanders\n",
7389 ioc->name);
7390 spin_lock_irqsave(&ioc->sas_node_lock, flags);
7391 INIT_LIST_HEAD(&tmp_list);
7392 list_for_each_entry_safe(sas_expander, sas_expander_next,
7393 &ioc->sas_expander_list, list) {
7394 if (!sas_expander->responding)
7395 list_move_tail(&sas_expander->list, &tmp_list);
7396 else
7397 sas_expander->responding = 0;
7398 }
7399 spin_unlock_irqrestore(&ioc->sas_node_lock, flags);
7400 list_for_each_entry_safe(sas_expander, sas_expander_next, &tmp_list,
7401 list) {
7402 list_del(&sas_expander->list);
7403 _scsih_expander_node_remove(ioc, sas_expander);
7404 }
7405
7406 pr_info(MPT3SAS_FMT "removing unresponding devices: complete\n",
7407 ioc->name);
7408
7409 /* unblock devices */
7410 _scsih_ublock_io_all_device(ioc);
7411}
7412
7413static void
7414_scsih_refresh_expander_links(struct MPT3SAS_ADAPTER *ioc,
7415 struct _sas_node *sas_expander, u16 handle)
7416{
7417 Mpi2ExpanderPage1_t expander_pg1;
7418 Mpi2ConfigReply_t mpi_reply;
7419 int i;
7420
7421 for (i = 0 ; i < sas_expander->num_phys ; i++) {
7422 if ((mpt3sas_config_get_expander_pg1(ioc, &mpi_reply,
7423 &expander_pg1, i, handle))) {
7424 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
7425 ioc->name, __FILE__, __LINE__, __func__);
7426 return;
7427 }
7428
7429 mpt3sas_transport_update_links(ioc, sas_expander->sas_address,
7430 le16_to_cpu(expander_pg1.AttachedDevHandle), i,
7431 expander_pg1.NegotiatedLinkRate >> 4);
7432 }
7433}
7434
7435/**
7436 * _scsih_scan_for_devices_after_reset - scan for devices after host reset
7437 * @ioc: per adapter object
7438 *
7439 * Return nothing.
7440 */
7441static void
7442_scsih_scan_for_devices_after_reset(struct MPT3SAS_ADAPTER *ioc)
7443{
7444 Mpi2ExpanderPage0_t expander_pg0;
7445 Mpi2SasDevicePage0_t sas_device_pg0;
7446 Mpi2RaidVolPage1_t volume_pg1;
7447 Mpi2RaidVolPage0_t volume_pg0;
7448 Mpi2RaidPhysDiskPage0_t pd_pg0;
7449 Mpi2EventIrConfigElement_t element;
7450 Mpi2ConfigReply_t mpi_reply;
7451 u8 phys_disk_num;
7452 u16 ioc_status;
7453 u16 handle, parent_handle;
7454 u64 sas_address;
7455 struct _sas_device *sas_device;
7456 struct _sas_node *expander_device;
7457 static struct _raid_device *raid_device;
7458 u8 retry_count;
7459 unsigned long flags;
7460
7461 pr_info(MPT3SAS_FMT "scan devices: start\n", ioc->name);
7462
7463 _scsih_sas_host_refresh(ioc);
7464
7465 pr_info(MPT3SAS_FMT "\tscan devices: expanders start\n", ioc->name);
7466
7467 /* expanders */
7468 handle = 0xFFFF;
7469 while (!(mpt3sas_config_get_expander_pg0(ioc, &mpi_reply, &expander_pg0,
7470 MPI2_SAS_EXPAND_PGAD_FORM_GET_NEXT_HNDL, handle))) {
7471 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
7472 MPI2_IOCSTATUS_MASK;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307473 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
7474 pr_info(MPT3SAS_FMT "\tbreak from expander scan: " \
7475 "ioc_status(0x%04x), loginfo(0x%08x)\n",
7476 ioc->name, ioc_status,
7477 le32_to_cpu(mpi_reply.IOCLogInfo));
7478 break;
7479 }
7480 handle = le16_to_cpu(expander_pg0.DevHandle);
7481 spin_lock_irqsave(&ioc->sas_node_lock, flags);
7482 expander_device = mpt3sas_scsih_expander_find_by_sas_address(
7483 ioc, le64_to_cpu(expander_pg0.SASAddress));
7484 spin_unlock_irqrestore(&ioc->sas_node_lock, flags);
7485 if (expander_device)
7486 _scsih_refresh_expander_links(ioc, expander_device,
7487 handle);
7488 else {
7489 pr_info(MPT3SAS_FMT "\tBEFORE adding expander: " \
7490 "handle (0x%04x), sas_addr(0x%016llx)\n", ioc->name,
7491 handle, (unsigned long long)
7492 le64_to_cpu(expander_pg0.SASAddress));
7493 _scsih_expander_add(ioc, handle);
7494 pr_info(MPT3SAS_FMT "\tAFTER adding expander: " \
7495 "handle (0x%04x), sas_addr(0x%016llx)\n", ioc->name,
7496 handle, (unsigned long long)
7497 le64_to_cpu(expander_pg0.SASAddress));
7498 }
7499 }
7500
7501 pr_info(MPT3SAS_FMT "\tscan devices: expanders complete\n",
7502 ioc->name);
7503
7504 if (!ioc->ir_firmware)
7505 goto skip_to_sas;
7506
7507 pr_info(MPT3SAS_FMT "\tscan devices: phys disk start\n", ioc->name);
7508
7509 /* phys disk */
7510 phys_disk_num = 0xFF;
7511 while (!(mpt3sas_config_get_phys_disk_pg0(ioc, &mpi_reply,
7512 &pd_pg0, MPI2_PHYSDISK_PGAD_FORM_GET_NEXT_PHYSDISKNUM,
7513 phys_disk_num))) {
7514 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
7515 MPI2_IOCSTATUS_MASK;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307516 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
7517 pr_info(MPT3SAS_FMT "\tbreak from phys disk scan: "\
7518 "ioc_status(0x%04x), loginfo(0x%08x)\n",
7519 ioc->name, ioc_status,
7520 le32_to_cpu(mpi_reply.IOCLogInfo));
7521 break;
7522 }
7523 phys_disk_num = pd_pg0.PhysDiskNum;
7524 handle = le16_to_cpu(pd_pg0.DevHandle);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05307525 sas_device = mpt3sas_get_sdev_by_handle(ioc, handle);
7526 if (sas_device) {
7527 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307528 continue;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05307529 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307530 if (mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply,
7531 &sas_device_pg0, MPI2_SAS_DEVICE_PGAD_FORM_HANDLE,
7532 handle) != 0)
7533 continue;
7534 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
7535 MPI2_IOCSTATUS_MASK;
7536 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
7537 pr_info(MPT3SAS_FMT "\tbreak from phys disk scan " \
7538 "ioc_status(0x%04x), loginfo(0x%08x)\n",
7539 ioc->name, ioc_status,
7540 le32_to_cpu(mpi_reply.IOCLogInfo));
7541 break;
7542 }
7543 parent_handle = le16_to_cpu(sas_device_pg0.ParentDevHandle);
7544 if (!_scsih_get_sas_address(ioc, parent_handle,
7545 &sas_address)) {
7546 pr_info(MPT3SAS_FMT "\tBEFORE adding phys disk: " \
7547 " handle (0x%04x), sas_addr(0x%016llx)\n",
7548 ioc->name, handle, (unsigned long long)
7549 le64_to_cpu(sas_device_pg0.SASAddress));
7550 mpt3sas_transport_update_links(ioc, sas_address,
7551 handle, sas_device_pg0.PhyNum,
7552 MPI2_SAS_NEG_LINK_RATE_1_5);
7553 set_bit(handle, ioc->pd_handles);
7554 retry_count = 0;
7555 /* This will retry adding the end device.
7556 * _scsih_add_device() will decide on retries and
7557 * return "1" when it should be retried
7558 */
7559 while (_scsih_add_device(ioc, handle, retry_count++,
7560 1)) {
7561 ssleep(1);
7562 }
7563 pr_info(MPT3SAS_FMT "\tAFTER adding phys disk: " \
7564 " handle (0x%04x), sas_addr(0x%016llx)\n",
7565 ioc->name, handle, (unsigned long long)
7566 le64_to_cpu(sas_device_pg0.SASAddress));
7567 }
7568 }
7569
7570 pr_info(MPT3SAS_FMT "\tscan devices: phys disk complete\n",
7571 ioc->name);
7572
7573 pr_info(MPT3SAS_FMT "\tscan devices: volumes start\n", ioc->name);
7574
7575 /* volumes */
7576 handle = 0xFFFF;
7577 while (!(mpt3sas_config_get_raid_volume_pg1(ioc, &mpi_reply,
7578 &volume_pg1, MPI2_RAID_VOLUME_PGAD_FORM_GET_NEXT_HANDLE, handle))) {
7579 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
7580 MPI2_IOCSTATUS_MASK;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307581 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
7582 pr_info(MPT3SAS_FMT "\tbreak from volume scan: " \
7583 "ioc_status(0x%04x), loginfo(0x%08x)\n",
7584 ioc->name, ioc_status,
7585 le32_to_cpu(mpi_reply.IOCLogInfo));
7586 break;
7587 }
7588 handle = le16_to_cpu(volume_pg1.DevHandle);
7589 spin_lock_irqsave(&ioc->raid_device_lock, flags);
7590 raid_device = _scsih_raid_device_find_by_wwid(ioc,
7591 le64_to_cpu(volume_pg1.WWID));
7592 spin_unlock_irqrestore(&ioc->raid_device_lock, flags);
7593 if (raid_device)
7594 continue;
7595 if (mpt3sas_config_get_raid_volume_pg0(ioc, &mpi_reply,
7596 &volume_pg0, MPI2_RAID_VOLUME_PGAD_FORM_HANDLE, handle,
7597 sizeof(Mpi2RaidVolPage0_t)))
7598 continue;
7599 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
7600 MPI2_IOCSTATUS_MASK;
7601 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
7602 pr_info(MPT3SAS_FMT "\tbreak from volume scan: " \
7603 "ioc_status(0x%04x), loginfo(0x%08x)\n",
7604 ioc->name, ioc_status,
7605 le32_to_cpu(mpi_reply.IOCLogInfo));
7606 break;
7607 }
7608 if (volume_pg0.VolumeState == MPI2_RAID_VOL_STATE_OPTIMAL ||
7609 volume_pg0.VolumeState == MPI2_RAID_VOL_STATE_ONLINE ||
7610 volume_pg0.VolumeState == MPI2_RAID_VOL_STATE_DEGRADED) {
7611 memset(&element, 0, sizeof(Mpi2EventIrConfigElement_t));
7612 element.ReasonCode = MPI2_EVENT_IR_CHANGE_RC_ADDED;
7613 element.VolDevHandle = volume_pg1.DevHandle;
7614 pr_info(MPT3SAS_FMT
7615 "\tBEFORE adding volume: handle (0x%04x)\n",
7616 ioc->name, volume_pg1.DevHandle);
7617 _scsih_sas_volume_add(ioc, &element);
7618 pr_info(MPT3SAS_FMT
7619 "\tAFTER adding volume: handle (0x%04x)\n",
7620 ioc->name, volume_pg1.DevHandle);
7621 }
7622 }
7623
7624 pr_info(MPT3SAS_FMT "\tscan devices: volumes complete\n",
7625 ioc->name);
7626
7627 skip_to_sas:
7628
7629 pr_info(MPT3SAS_FMT "\tscan devices: end devices start\n",
7630 ioc->name);
7631
7632 /* sas devices */
7633 handle = 0xFFFF;
7634 while (!(mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply,
7635 &sas_device_pg0, MPI2_SAS_DEVICE_PGAD_FORM_GET_NEXT_HANDLE,
7636 handle))) {
7637 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) &
7638 MPI2_IOCSTATUS_MASK;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307639 if (ioc_status != MPI2_IOCSTATUS_SUCCESS) {
7640 pr_info(MPT3SAS_FMT "\tbreak from end device scan:"\
7641 " ioc_status(0x%04x), loginfo(0x%08x)\n",
7642 ioc->name, ioc_status,
7643 le32_to_cpu(mpi_reply.IOCLogInfo));
7644 break;
7645 }
7646 handle = le16_to_cpu(sas_device_pg0.DevHandle);
7647 if (!(_scsih_is_end_device(
7648 le32_to_cpu(sas_device_pg0.DeviceInfo))))
7649 continue;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05307650 sas_device = mpt3sas_get_sdev_by_addr(ioc,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307651 le64_to_cpu(sas_device_pg0.SASAddress));
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05307652 if (sas_device) {
7653 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307654 continue;
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05307655 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307656 parent_handle = le16_to_cpu(sas_device_pg0.ParentDevHandle);
7657 if (!_scsih_get_sas_address(ioc, parent_handle, &sas_address)) {
7658 pr_info(MPT3SAS_FMT "\tBEFORE adding end device: " \
7659 "handle (0x%04x), sas_addr(0x%016llx)\n", ioc->name,
7660 handle, (unsigned long long)
7661 le64_to_cpu(sas_device_pg0.SASAddress));
7662 mpt3sas_transport_update_links(ioc, sas_address, handle,
7663 sas_device_pg0.PhyNum, MPI2_SAS_NEG_LINK_RATE_1_5);
7664 retry_count = 0;
7665 /* This will retry adding the end device.
7666 * _scsih_add_device() will decide on retries and
7667 * return "1" when it should be retried
7668 */
7669 while (_scsih_add_device(ioc, handle, retry_count++,
7670 0)) {
7671 ssleep(1);
7672 }
7673 pr_info(MPT3SAS_FMT "\tAFTER adding end device: " \
7674 "handle (0x%04x), sas_addr(0x%016llx)\n", ioc->name,
7675 handle, (unsigned long long)
7676 le64_to_cpu(sas_device_pg0.SASAddress));
7677 }
7678 }
7679 pr_info(MPT3SAS_FMT "\tscan devices: end devices complete\n",
7680 ioc->name);
7681
7682 pr_info(MPT3SAS_FMT "scan devices: complete\n", ioc->name);
7683}
7684/**
7685 * mpt3sas_scsih_reset_handler - reset callback handler (for scsih)
7686 * @ioc: per adapter object
7687 * @reset_phase: phase
7688 *
7689 * The handler for doing any required cleanup or initialization.
7690 *
7691 * The reset phase can be MPT3_IOC_PRE_RESET, MPT3_IOC_AFTER_RESET,
7692 * MPT3_IOC_DONE_RESET
7693 *
7694 * Return nothing.
7695 */
7696void
7697mpt3sas_scsih_reset_handler(struct MPT3SAS_ADAPTER *ioc, int reset_phase)
7698{
7699 switch (reset_phase) {
7700 case MPT3_IOC_PRE_RESET:
7701 dtmprintk(ioc, pr_info(MPT3SAS_FMT
7702 "%s: MPT3_IOC_PRE_RESET\n", ioc->name, __func__));
7703 break;
7704 case MPT3_IOC_AFTER_RESET:
7705 dtmprintk(ioc, pr_info(MPT3SAS_FMT
7706 "%s: MPT3_IOC_AFTER_RESET\n", ioc->name, __func__));
7707 if (ioc->scsih_cmds.status & MPT3_CMD_PENDING) {
7708 ioc->scsih_cmds.status |= MPT3_CMD_RESET;
7709 mpt3sas_base_free_smid(ioc, ioc->scsih_cmds.smid);
7710 complete(&ioc->scsih_cmds.done);
7711 }
7712 if (ioc->tm_cmds.status & MPT3_CMD_PENDING) {
7713 ioc->tm_cmds.status |= MPT3_CMD_RESET;
7714 mpt3sas_base_free_smid(ioc, ioc->tm_cmds.smid);
7715 complete(&ioc->tm_cmds.done);
7716 }
7717
7718 _scsih_fw_event_cleanup_queue(ioc);
7719 _scsih_flush_running_cmds(ioc);
7720 break;
7721 case MPT3_IOC_DONE_RESET:
7722 dtmprintk(ioc, pr_info(MPT3SAS_FMT
7723 "%s: MPT3_IOC_DONE_RESET\n", ioc->name, __func__));
7724 if ((!ioc->is_driver_loading) && !(disable_discovery > 0 &&
7725 !ioc->sas_hba.num_phys)) {
7726 _scsih_prep_device_scan(ioc);
7727 _scsih_search_responding_sas_devices(ioc);
7728 _scsih_search_responding_raid_devices(ioc);
7729 _scsih_search_responding_expanders(ioc);
7730 _scsih_error_recovery_delete_devices(ioc);
7731 }
7732 break;
7733 }
7734}
7735
7736/**
7737 * _mpt3sas_fw_work - delayed task for processing firmware events
7738 * @ioc: per adapter object
7739 * @fw_event: The fw_event_work object
7740 * Context: user.
7741 *
7742 * Return nothing.
7743 */
7744static void
7745_mpt3sas_fw_work(struct MPT3SAS_ADAPTER *ioc, struct fw_event_work *fw_event)
7746{
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05307747 _scsih_fw_event_del_from_list(ioc, fw_event);
7748
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307749 /* the queue is being flushed so ignore this event */
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05307750 if (ioc->remove_host || ioc->pci_error_recovery) {
7751 fw_event_work_put(fw_event);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307752 return;
7753 }
7754
7755 switch (fw_event->event) {
7756 case MPT3SAS_PROCESS_TRIGGER_DIAG:
Joe Lawrence35b62362014-06-25 17:05:34 -04007757 mpt3sas_process_trigger_data(ioc,
7758 (struct SL_WH_TRIGGERS_EVENT_DATA_T *)
7759 fw_event->event_data);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307760 break;
7761 case MPT3SAS_REMOVE_UNRESPONDING_DEVICES:
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05307762 while (scsi_host_in_recovery(ioc->shost) ||
7763 ioc->shost_recovery) {
7764 /*
7765 * If we're unloading, bail. Otherwise, this can become
7766 * an infinite loop.
7767 */
7768 if (ioc->remove_host)
7769 goto out;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307770 ssleep(1);
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05307771 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307772 _scsih_remove_unresponding_sas_devices(ioc);
7773 _scsih_scan_for_devices_after_reset(ioc);
7774 break;
7775 case MPT3SAS_PORT_ENABLE_COMPLETE:
7776 ioc->start_scan = 0;
7777 if (missing_delay[0] != -1 && missing_delay[1] != -1)
7778 mpt3sas_base_update_missing_delay(ioc, missing_delay[0],
7779 missing_delay[1]);
7780 dewtprintk(ioc, pr_info(MPT3SAS_FMT
7781 "port enable: complete from worker thread\n",
7782 ioc->name));
7783 break;
Sreekanth Reddy0f624c32014-09-12 15:35:26 +05307784 case MPT3SAS_TURN_ON_PFA_LED:
7785 _scsih_turn_on_pfa_led(ioc, fw_event->device_handle);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307786 break;
7787 case MPI2_EVENT_SAS_TOPOLOGY_CHANGE_LIST:
7788 _scsih_sas_topology_change_event(ioc, fw_event);
7789 break;
7790 case MPI2_EVENT_SAS_DEVICE_STATUS_CHANGE:
7791 _scsih_sas_device_status_change_event(ioc, fw_event);
7792 break;
7793 case MPI2_EVENT_SAS_DISCOVERY:
7794 _scsih_sas_discovery_event(ioc, fw_event);
7795 break;
7796 case MPI2_EVENT_SAS_BROADCAST_PRIMITIVE:
7797 _scsih_sas_broadcast_primitive_event(ioc, fw_event);
7798 break;
7799 case MPI2_EVENT_SAS_ENCL_DEVICE_STATUS_CHANGE:
7800 _scsih_sas_enclosure_dev_status_change_event(ioc,
7801 fw_event);
7802 break;
7803 case MPI2_EVENT_IR_CONFIGURATION_CHANGE_LIST:
7804 _scsih_sas_ir_config_change_event(ioc, fw_event);
7805 break;
7806 case MPI2_EVENT_IR_VOLUME:
7807 _scsih_sas_ir_volume_event(ioc, fw_event);
7808 break;
7809 case MPI2_EVENT_IR_PHYSICAL_DISK:
7810 _scsih_sas_ir_physical_disk_event(ioc, fw_event);
7811 break;
7812 case MPI2_EVENT_IR_OPERATION_STATUS:
7813 _scsih_sas_ir_operation_status_event(ioc, fw_event);
7814 break;
7815 }
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05307816out:
7817 fw_event_work_put(fw_event);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307818}
7819
7820/**
7821 * _firmware_event_work
7822 * @ioc: per adapter object
7823 * @work: The fw_event_work object
7824 * Context: user.
7825 *
7826 * wrappers for the work thread handling firmware events
7827 *
7828 * Return nothing.
7829 */
7830
7831static void
7832_firmware_event_work(struct work_struct *work)
7833{
7834 struct fw_event_work *fw_event = container_of(work,
7835 struct fw_event_work, work);
7836
7837 _mpt3sas_fw_work(fw_event->ioc, fw_event);
7838}
7839
7840/**
7841 * mpt3sas_scsih_event_callback - firmware event handler (called at ISR time)
7842 * @ioc: per adapter object
7843 * @msix_index: MSIX table index supplied by the OS
7844 * @reply: reply message frame(lower 32bit addr)
7845 * Context: interrupt.
7846 *
7847 * This function merely adds a new work task into ioc->firmware_event_thread.
7848 * The tasks are worked from _firmware_event_work in user context.
7849 *
7850 * Return 1 meaning mf should be freed from _base_interrupt
7851 * 0 means the mf is freed from this function.
7852 */
7853u8
7854mpt3sas_scsih_event_callback(struct MPT3SAS_ADAPTER *ioc, u8 msix_index,
7855 u32 reply)
7856{
7857 struct fw_event_work *fw_event;
7858 Mpi2EventNotificationReply_t *mpi_reply;
7859 u16 event;
7860 u16 sz;
Chaitra P Ba470a512016-05-06 14:29:27 +05307861 Mpi26EventDataActiveCableExcept_t *ActiveCableEventData;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307862
7863 /* events turned off due to host reset or driver unloading */
7864 if (ioc->remove_host || ioc->pci_error_recovery)
7865 return 1;
7866
7867 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply);
7868
7869 if (unlikely(!mpi_reply)) {
7870 pr_err(MPT3SAS_FMT "mpi_reply not valid at %s:%d/%s()!\n",
7871 ioc->name, __FILE__, __LINE__, __func__);
7872 return 1;
7873 }
7874
7875 event = le16_to_cpu(mpi_reply->Event);
7876
7877 if (event != MPI2_EVENT_LOG_ENTRY_ADDED)
7878 mpt3sas_trigger_event(ioc, event, 0);
7879
7880 switch (event) {
7881 /* handle these */
7882 case MPI2_EVENT_SAS_BROADCAST_PRIMITIVE:
7883 {
7884 Mpi2EventDataSasBroadcastPrimitive_t *baen_data =
7885 (Mpi2EventDataSasBroadcastPrimitive_t *)
7886 mpi_reply->EventData;
7887
7888 if (baen_data->Primitive !=
7889 MPI2_EVENT_PRIMITIVE_ASYNCHRONOUS_EVENT)
7890 return 1;
7891
7892 if (ioc->broadcast_aen_busy) {
7893 ioc->broadcast_aen_pending++;
7894 return 1;
7895 } else
7896 ioc->broadcast_aen_busy = 1;
7897 break;
7898 }
7899
7900 case MPI2_EVENT_SAS_TOPOLOGY_CHANGE_LIST:
7901 _scsih_check_topo_delete_events(ioc,
7902 (Mpi2EventDataSasTopologyChangeList_t *)
7903 mpi_reply->EventData);
7904 break;
7905 case MPI2_EVENT_IR_CONFIGURATION_CHANGE_LIST:
7906 _scsih_check_ir_config_unhide_events(ioc,
7907 (Mpi2EventDataIrConfigChangeList_t *)
7908 mpi_reply->EventData);
7909 break;
7910 case MPI2_EVENT_IR_VOLUME:
7911 _scsih_check_volume_delete_events(ioc,
7912 (Mpi2EventDataIrVolume_t *)
7913 mpi_reply->EventData);
7914 break;
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05307915 case MPI2_EVENT_LOG_ENTRY_ADDED:
7916 {
7917 Mpi2EventDataLogEntryAdded_t *log_entry;
7918 u32 *log_code;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307919
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05307920 if (!ioc->is_warpdrive)
7921 break;
7922
7923 log_entry = (Mpi2EventDataLogEntryAdded_t *)
7924 mpi_reply->EventData;
7925 log_code = (u32 *)log_entry->LogData;
7926
7927 if (le16_to_cpu(log_entry->LogEntryQualifier)
7928 != MPT2_WARPDRIVE_LOGENTRY)
7929 break;
7930
7931 switch (le32_to_cpu(*log_code)) {
7932 case MPT2_WARPDRIVE_LC_SSDT:
7933 pr_warn(MPT3SAS_FMT "WarpDrive Warning: "
7934 "IO Throttling has occurred in the WarpDrive "
7935 "subsystem. Check WarpDrive documentation for "
7936 "additional details.\n", ioc->name);
7937 break;
7938 case MPT2_WARPDRIVE_LC_SSDLW:
7939 pr_warn(MPT3SAS_FMT "WarpDrive Warning: "
7940 "Program/Erase Cycles for the WarpDrive subsystem "
7941 "in degraded range. Check WarpDrive documentation "
7942 "for additional details.\n", ioc->name);
7943 break;
7944 case MPT2_WARPDRIVE_LC_SSDLF:
7945 pr_err(MPT3SAS_FMT "WarpDrive Fatal Error: "
7946 "There are no Program/Erase Cycles for the "
7947 "WarpDrive subsystem. The storage device will be "
7948 "in read-only mode. Check WarpDrive documentation "
7949 "for additional details.\n", ioc->name);
7950 break;
7951 case MPT2_WARPDRIVE_LC_BRMF:
7952 pr_err(MPT3SAS_FMT "WarpDrive Fatal Error: "
7953 "The Backup Rail Monitor has failed on the "
7954 "WarpDrive subsystem. Check WarpDrive "
7955 "documentation for additional details.\n",
7956 ioc->name);
7957 break;
7958 }
7959
7960 break;
7961 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307962 case MPI2_EVENT_SAS_DEVICE_STATUS_CHANGE:
7963 case MPI2_EVENT_IR_OPERATION_STATUS:
7964 case MPI2_EVENT_SAS_DISCOVERY:
7965 case MPI2_EVENT_SAS_ENCL_DEVICE_STATUS_CHANGE:
7966 case MPI2_EVENT_IR_PHYSICAL_DISK:
7967 break;
7968
Sreekanth Reddy2d8ce8c2015-01-12 11:38:56 +05307969 case MPI2_EVENT_TEMP_THRESHOLD:
7970 _scsih_temp_threshold_events(ioc,
7971 (Mpi2EventDataTemperature_t *)
7972 mpi_reply->EventData);
7973 break;
Chaitra P Ba470a512016-05-06 14:29:27 +05307974 case MPI2_EVENT_ACTIVE_CABLE_EXCEPTION:
7975 ActiveCableEventData =
7976 (Mpi26EventDataActiveCableExcept_t *) mpi_reply->EventData;
7977 if (ActiveCableEventData->ReasonCode ==
Dan Carpenter7ebd67e2016-05-12 23:37:38 +03007978 MPI26_EVENT_ACTIVE_CABLE_INSUFFICIENT_POWER) {
Chaitra P Ba470a512016-05-06 14:29:27 +05307979 pr_info(MPT3SAS_FMT "Currently an active cable with ReceptacleID %d",
7980 ioc->name, ActiveCableEventData->ReceptacleID);
7981 pr_info("cannot be powered and devices connected to this active cable");
7982 pr_info("will not be seen. This active cable");
7983 pr_info("requires %d mW of power",
7984 ActiveCableEventData->ActiveCablePowerRequirement);
Dan Carpenter7ebd67e2016-05-12 23:37:38 +03007985 }
Chaitra P Ba470a512016-05-06 14:29:27 +05307986 break;
Sreekanth Reddy2d8ce8c2015-01-12 11:38:56 +05307987
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307988 default: /* ignore the rest */
7989 return 1;
7990 }
7991
Joe Lawrence35b62362014-06-25 17:05:34 -04007992 sz = le16_to_cpu(mpi_reply->EventDataLength) * 4;
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05307993 fw_event = alloc_fw_event_work(sz);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307994 if (!fw_event) {
7995 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
7996 ioc->name, __FILE__, __LINE__, __func__);
7997 return 1;
7998 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05307999
8000 memcpy(fw_event->event_data, mpi_reply->EventData, sz);
8001 fw_event->ioc = ioc;
8002 fw_event->VF_ID = mpi_reply->VF_ID;
8003 fw_event->VP_ID = mpi_reply->VP_ID;
8004 fw_event->event = event;
8005 _scsih_fw_event_add(ioc, fw_event);
Sreekanth Reddy146b16c2015-11-11 17:30:31 +05308006 fw_event_work_put(fw_event);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308007 return 1;
8008}
8009
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308010/**
8011 * _scsih_expander_node_remove - removing expander device from list.
8012 * @ioc: per adapter object
8013 * @sas_expander: the sas_device object
8014 * Context: Calling function should acquire ioc->sas_node_lock.
8015 *
8016 * Removing object and freeing associated memory from the
8017 * ioc->sas_expander_list.
8018 *
8019 * Return nothing.
8020 */
8021static void
8022_scsih_expander_node_remove(struct MPT3SAS_ADAPTER *ioc,
8023 struct _sas_node *sas_expander)
8024{
8025 struct _sas_port *mpt3sas_port, *next;
8026
8027 /* remove sibling ports attached to this expander */
8028 list_for_each_entry_safe(mpt3sas_port, next,
8029 &sas_expander->sas_port_list, port_list) {
8030 if (ioc->shost_recovery)
8031 return;
8032 if (mpt3sas_port->remote_identify.device_type ==
8033 SAS_END_DEVICE)
8034 mpt3sas_device_remove_by_sas_address(ioc,
8035 mpt3sas_port->remote_identify.sas_address);
8036 else if (mpt3sas_port->remote_identify.device_type ==
8037 SAS_EDGE_EXPANDER_DEVICE ||
8038 mpt3sas_port->remote_identify.device_type ==
8039 SAS_FANOUT_EXPANDER_DEVICE)
8040 mpt3sas_expander_remove(ioc,
8041 mpt3sas_port->remote_identify.sas_address);
8042 }
8043
8044 mpt3sas_transport_port_remove(ioc, sas_expander->sas_address,
8045 sas_expander->sas_address_parent);
8046
8047 pr_info(MPT3SAS_FMT
8048 "expander_remove: handle(0x%04x), sas_addr(0x%016llx)\n",
8049 ioc->name,
8050 sas_expander->handle, (unsigned long long)
8051 sas_expander->sas_address);
8052
8053 kfree(sas_expander->phy);
8054 kfree(sas_expander);
8055}
8056
8057/**
8058 * _scsih_ir_shutdown - IR shutdown notification
8059 * @ioc: per adapter object
8060 *
8061 * Sending RAID Action to alert the Integrated RAID subsystem of the IOC that
8062 * the host system is shutting down.
8063 *
8064 * Return nothing.
8065 */
8066static void
8067_scsih_ir_shutdown(struct MPT3SAS_ADAPTER *ioc)
8068{
8069 Mpi2RaidActionRequest_t *mpi_request;
8070 Mpi2RaidActionReply_t *mpi_reply;
8071 u16 smid;
8072
8073 /* is IR firmware build loaded ? */
8074 if (!ioc->ir_firmware)
8075 return;
8076
8077 /* are there any volumes ? */
8078 if (list_empty(&ioc->raid_device_list))
8079 return;
8080
8081 mutex_lock(&ioc->scsih_cmds.mutex);
8082
8083 if (ioc->scsih_cmds.status != MPT3_CMD_NOT_USED) {
8084 pr_err(MPT3SAS_FMT "%s: scsih_cmd in use\n",
8085 ioc->name, __func__);
8086 goto out;
8087 }
8088 ioc->scsih_cmds.status = MPT3_CMD_PENDING;
8089
8090 smid = mpt3sas_base_get_smid(ioc, ioc->scsih_cb_idx);
8091 if (!smid) {
8092 pr_err(MPT3SAS_FMT "%s: failed obtaining a smid\n",
8093 ioc->name, __func__);
8094 ioc->scsih_cmds.status = MPT3_CMD_NOT_USED;
8095 goto out;
8096 }
8097
8098 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid);
8099 ioc->scsih_cmds.smid = smid;
8100 memset(mpi_request, 0, sizeof(Mpi2RaidActionRequest_t));
8101
8102 mpi_request->Function = MPI2_FUNCTION_RAID_ACTION;
8103 mpi_request->Action = MPI2_RAID_ACTION_SYSTEM_SHUTDOWN_INITIATED;
8104
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05308105 if (!ioc->hide_ir_msg)
8106 pr_info(MPT3SAS_FMT "IR shutdown (sending)\n", ioc->name);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308107 init_completion(&ioc->scsih_cmds.done);
8108 mpt3sas_base_put_smid_default(ioc, smid);
8109 wait_for_completion_timeout(&ioc->scsih_cmds.done, 10*HZ);
8110
8111 if (!(ioc->scsih_cmds.status & MPT3_CMD_COMPLETE)) {
8112 pr_err(MPT3SAS_FMT "%s: timeout\n",
8113 ioc->name, __func__);
8114 goto out;
8115 }
8116
8117 if (ioc->scsih_cmds.status & MPT3_CMD_REPLY_VALID) {
8118 mpi_reply = ioc->scsih_cmds.reply;
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05308119 if (!ioc->hide_ir_msg)
8120 pr_info(MPT3SAS_FMT "IR shutdown "
8121 "(complete): ioc_status(0x%04x), loginfo(0x%08x)\n",
8122 ioc->name, le16_to_cpu(mpi_reply->IOCStatus),
8123 le32_to_cpu(mpi_reply->IOCLogInfo));
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308124 }
8125
8126 out:
8127 ioc->scsih_cmds.status = MPT3_CMD_NOT_USED;
8128 mutex_unlock(&ioc->scsih_cmds.mutex);
8129}
8130
8131/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308132 * scsih_remove - detach and remove add host
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308133 * @pdev: PCI device struct
8134 *
8135 * Routine called when unloading the driver.
8136 * Return nothing.
8137 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308138void scsih_remove(struct pci_dev *pdev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308139{
8140 struct Scsi_Host *shost = pci_get_drvdata(pdev);
8141 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
8142 struct _sas_port *mpt3sas_port, *next_port;
8143 struct _raid_device *raid_device, *next;
8144 struct MPT3SAS_TARGET *sas_target_priv_data;
8145 struct workqueue_struct *wq;
8146 unsigned long flags;
8147
8148 ioc->remove_host = 1;
8149 _scsih_fw_event_cleanup_queue(ioc);
8150
8151 spin_lock_irqsave(&ioc->fw_event_lock, flags);
8152 wq = ioc->firmware_event_thread;
8153 ioc->firmware_event_thread = NULL;
8154 spin_unlock_irqrestore(&ioc->fw_event_lock, flags);
8155 if (wq)
8156 destroy_workqueue(wq);
8157
8158 /* release all the volumes */
8159 _scsih_ir_shutdown(ioc);
8160 list_for_each_entry_safe(raid_device, next, &ioc->raid_device_list,
8161 list) {
8162 if (raid_device->starget) {
8163 sas_target_priv_data =
8164 raid_device->starget->hostdata;
8165 sas_target_priv_data->deleted = 1;
8166 scsi_remove_target(&raid_device->starget->dev);
8167 }
8168 pr_info(MPT3SAS_FMT "removing handle(0x%04x), wwid(0x%016llx)\n",
8169 ioc->name, raid_device->handle,
8170 (unsigned long long) raid_device->wwid);
8171 _scsih_raid_device_remove(ioc, raid_device);
8172 }
8173
8174 /* free ports attached to the sas_host */
8175 list_for_each_entry_safe(mpt3sas_port, next_port,
8176 &ioc->sas_hba.sas_port_list, port_list) {
8177 if (mpt3sas_port->remote_identify.device_type ==
8178 SAS_END_DEVICE)
8179 mpt3sas_device_remove_by_sas_address(ioc,
8180 mpt3sas_port->remote_identify.sas_address);
8181 else if (mpt3sas_port->remote_identify.device_type ==
8182 SAS_EDGE_EXPANDER_DEVICE ||
8183 mpt3sas_port->remote_identify.device_type ==
8184 SAS_FANOUT_EXPANDER_DEVICE)
8185 mpt3sas_expander_remove(ioc,
8186 mpt3sas_port->remote_identify.sas_address);
8187 }
8188
8189 /* free phys attached to the sas_host */
8190 if (ioc->sas_hba.num_phys) {
8191 kfree(ioc->sas_hba.phy);
8192 ioc->sas_hba.phy = NULL;
8193 ioc->sas_hba.num_phys = 0;
8194 }
8195
8196 sas_remove_host(shost);
Reddy, Sreekanth4dc06fd2014-07-14 12:01:35 +05308197 scsi_remove_host(shost);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308198 mpt3sas_base_detach(ioc);
Sreekanth Reddy08c4d552015-11-11 17:30:33 +05308199 spin_lock(&gioc_lock);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308200 list_del(&ioc->list);
Sreekanth Reddy08c4d552015-11-11 17:30:33 +05308201 spin_unlock(&gioc_lock);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308202 scsi_host_put(shost);
8203}
8204
8205/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308206 * scsih_shutdown - routine call during system shutdown
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308207 * @pdev: PCI device struct
8208 *
8209 * Return nothing.
8210 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308211void
8212scsih_shutdown(struct pci_dev *pdev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308213{
8214 struct Scsi_Host *shost = pci_get_drvdata(pdev);
8215 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
8216 struct workqueue_struct *wq;
8217 unsigned long flags;
8218
8219 ioc->remove_host = 1;
8220 _scsih_fw_event_cleanup_queue(ioc);
8221
8222 spin_lock_irqsave(&ioc->fw_event_lock, flags);
8223 wq = ioc->firmware_event_thread;
8224 ioc->firmware_event_thread = NULL;
8225 spin_unlock_irqrestore(&ioc->fw_event_lock, flags);
8226 if (wq)
8227 destroy_workqueue(wq);
8228
8229 _scsih_ir_shutdown(ioc);
8230 mpt3sas_base_detach(ioc);
8231}
8232
8233
8234/**
8235 * _scsih_probe_boot_devices - reports 1st device
8236 * @ioc: per adapter object
8237 *
8238 * If specified in bios page 2, this routine reports the 1st
8239 * device scsi-ml or sas transport for persistent boot device
8240 * purposes. Please refer to function _scsih_determine_boot_device()
8241 */
8242static void
8243_scsih_probe_boot_devices(struct MPT3SAS_ADAPTER *ioc)
8244{
8245 u8 is_raid;
8246 void *device;
8247 struct _sas_device *sas_device;
8248 struct _raid_device *raid_device;
8249 u16 handle;
8250 u64 sas_address_parent;
8251 u64 sas_address;
8252 unsigned long flags;
8253 int rc;
8254
8255 /* no Bios, return immediately */
8256 if (!ioc->bios_pg3.BiosVersion)
8257 return;
8258
8259 device = NULL;
8260 is_raid = 0;
8261 if (ioc->req_boot_device.device) {
8262 device = ioc->req_boot_device.device;
8263 is_raid = ioc->req_boot_device.is_raid;
8264 } else if (ioc->req_alt_boot_device.device) {
8265 device = ioc->req_alt_boot_device.device;
8266 is_raid = ioc->req_alt_boot_device.is_raid;
8267 } else if (ioc->current_boot_device.device) {
8268 device = ioc->current_boot_device.device;
8269 is_raid = ioc->current_boot_device.is_raid;
8270 }
8271
8272 if (!device)
8273 return;
8274
8275 if (is_raid) {
8276 raid_device = device;
8277 rc = scsi_add_device(ioc->shost, RAID_CHANNEL,
8278 raid_device->id, 0);
8279 if (rc)
8280 _scsih_raid_device_remove(ioc, raid_device);
8281 } else {
8282 spin_lock_irqsave(&ioc->sas_device_lock, flags);
8283 sas_device = device;
8284 handle = sas_device->handle;
8285 sas_address_parent = sas_device->sas_address_parent;
8286 sas_address = sas_device->sas_address;
8287 list_move_tail(&sas_device->list, &ioc->sas_device_list);
8288 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
8289
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05308290 if (ioc->hide_drives)
8291 return;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308292 if (!mpt3sas_transport_port_add(ioc, handle,
8293 sas_address_parent)) {
8294 _scsih_sas_device_remove(ioc, sas_device);
8295 } else if (!sas_device->starget) {
Sreekanth Reddyf5edbe72013-06-29 03:54:51 +05308296 if (!ioc->is_driver_loading) {
8297 mpt3sas_transport_port_remove(ioc,
8298 sas_address,
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308299 sas_address_parent);
Sreekanth Reddyf5edbe72013-06-29 03:54:51 +05308300 _scsih_sas_device_remove(ioc, sas_device);
8301 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308302 }
8303 }
8304}
8305
8306/**
8307 * _scsih_probe_raid - reporting raid volumes to scsi-ml
8308 * @ioc: per adapter object
8309 *
8310 * Called during initial loading of the driver.
8311 */
8312static void
8313_scsih_probe_raid(struct MPT3SAS_ADAPTER *ioc)
8314{
8315 struct _raid_device *raid_device, *raid_next;
8316 int rc;
8317
8318 list_for_each_entry_safe(raid_device, raid_next,
8319 &ioc->raid_device_list, list) {
8320 if (raid_device->starget)
8321 continue;
8322 rc = scsi_add_device(ioc->shost, RAID_CHANNEL,
8323 raid_device->id, 0);
8324 if (rc)
8325 _scsih_raid_device_remove(ioc, raid_device);
8326 }
8327}
8328
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05308329static struct _sas_device *get_next_sas_device(struct MPT3SAS_ADAPTER *ioc)
8330{
8331 struct _sas_device *sas_device = NULL;
8332 unsigned long flags;
8333
8334 spin_lock_irqsave(&ioc->sas_device_lock, flags);
8335 if (!list_empty(&ioc->sas_device_init_list)) {
8336 sas_device = list_first_entry(&ioc->sas_device_init_list,
8337 struct _sas_device, list);
8338 sas_device_get(sas_device);
8339 }
8340 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
8341
8342 return sas_device;
8343}
8344
8345static void sas_device_make_active(struct MPT3SAS_ADAPTER *ioc,
8346 struct _sas_device *sas_device)
8347{
8348 unsigned long flags;
8349
8350 spin_lock_irqsave(&ioc->sas_device_lock, flags);
8351
8352 /*
8353 * Since we dropped the lock during the call to port_add(), we need to
8354 * be careful here that somebody else didn't move or delete this item
8355 * while we were busy with other things.
8356 *
8357 * If it was on the list, we need a put() for the reference the list
8358 * had. Either way, we need a get() for the destination list.
8359 */
8360 if (!list_empty(&sas_device->list)) {
8361 list_del_init(&sas_device->list);
8362 sas_device_put(sas_device);
8363 }
8364
8365 sas_device_get(sas_device);
8366 list_add_tail(&sas_device->list, &ioc->sas_device_list);
8367
8368 spin_unlock_irqrestore(&ioc->sas_device_lock, flags);
8369}
8370
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308371/**
8372 * _scsih_probe_sas - reporting sas devices to sas transport
8373 * @ioc: per adapter object
8374 *
8375 * Called during initial loading of the driver.
8376 */
8377static void
8378_scsih_probe_sas(struct MPT3SAS_ADAPTER *ioc)
8379{
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05308380 struct _sas_device *sas_device;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308381
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05308382 if (ioc->hide_drives)
8383 return;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308384
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05308385 while ((sas_device = get_next_sas_device(ioc))) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308386 if (!mpt3sas_transport_port_add(ioc, sas_device->handle,
8387 sas_device->sas_address_parent)) {
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05308388 _scsih_sas_device_remove(ioc, sas_device);
8389 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308390 continue;
8391 } else if (!sas_device->starget) {
8392 /*
8393 * When asyn scanning is enabled, its not possible to
8394 * remove devices while scanning is turned on due to an
8395 * oops in scsi_sysfs_add_sdev()->add_device()->
8396 * sysfs_addrm_start()
8397 */
Sreekanth Reddyf5edbe72013-06-29 03:54:51 +05308398 if (!ioc->is_driver_loading) {
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308399 mpt3sas_transport_port_remove(ioc,
8400 sas_device->sas_address,
8401 sas_device->sas_address_parent);
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05308402 _scsih_sas_device_remove(ioc, sas_device);
8403 sas_device_put(sas_device);
Sreekanth Reddyf5edbe72013-06-29 03:54:51 +05308404 continue;
8405 }
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308406 }
Sreekanth Reddyd1cb5e42015-11-11 17:30:30 +05308407 sas_device_make_active(ioc, sas_device);
8408 sas_device_put(sas_device);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308409 }
8410}
8411
8412/**
8413 * _scsih_probe_devices - probing for devices
8414 * @ioc: per adapter object
8415 *
8416 * Called during initial loading of the driver.
8417 */
8418static void
8419_scsih_probe_devices(struct MPT3SAS_ADAPTER *ioc)
8420{
8421 u16 volume_mapping_flags;
8422
8423 if (!(ioc->facts.ProtocolFlags & MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR))
8424 return; /* return when IOC doesn't support initiator mode */
8425
8426 _scsih_probe_boot_devices(ioc);
8427
8428 if (ioc->ir_firmware) {
8429 volume_mapping_flags =
8430 le16_to_cpu(ioc->ioc_pg8.IRVolumeMappingFlags) &
8431 MPI2_IOCPAGE8_IRFLAGS_MASK_VOLUME_MAPPING_MODE;
8432 if (volume_mapping_flags ==
8433 MPI2_IOCPAGE8_IRFLAGS_LOW_VOLUME_MAPPING) {
8434 _scsih_probe_raid(ioc);
8435 _scsih_probe_sas(ioc);
8436 } else {
8437 _scsih_probe_sas(ioc);
8438 _scsih_probe_raid(ioc);
8439 }
8440 } else
8441 _scsih_probe_sas(ioc);
8442}
8443
8444/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308445 * scsih_scan_start - scsi lld callback for .scan_start
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308446 * @shost: SCSI host pointer
8447 *
8448 * The shost has the ability to discover targets on its own instead
8449 * of scanning the entire bus. In our implemention, we will kick off
8450 * firmware discovery.
8451 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308452void
8453scsih_scan_start(struct Scsi_Host *shost)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308454{
8455 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
8456 int rc;
8457 if (diag_buffer_enable != -1 && diag_buffer_enable != 0)
8458 mpt3sas_enable_diag_buffer(ioc, diag_buffer_enable);
8459
8460 if (disable_discovery > 0)
8461 return;
8462
8463 ioc->start_scan = 1;
8464 rc = mpt3sas_port_enable(ioc);
8465
8466 if (rc != 0)
8467 pr_info(MPT3SAS_FMT "port enable: FAILED\n", ioc->name);
8468}
8469
8470/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308471 * scsih_scan_finished - scsi lld callback for .scan_finished
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308472 * @shost: SCSI host pointer
8473 * @time: elapsed time of the scan in jiffies
8474 *
8475 * This function will be called periodicallyn until it returns 1 with the
8476 * scsi_host and the elapsed time of the scan in jiffies. In our implemention,
8477 * we wait for firmware discovery to complete, then return 1.
8478 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308479int
8480scsih_scan_finished(struct Scsi_Host *shost, unsigned long time)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308481{
8482 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
8483
8484 if (disable_discovery > 0) {
8485 ioc->is_driver_loading = 0;
8486 ioc->wait_for_discovery_to_complete = 0;
8487 return 1;
8488 }
8489
8490 if (time >= (300 * HZ)) {
8491 ioc->base_cmds.status = MPT3_CMD_NOT_USED;
8492 pr_info(MPT3SAS_FMT
8493 "port enable: FAILED with timeout (timeout=300s)\n",
8494 ioc->name);
8495 ioc->is_driver_loading = 0;
8496 return 1;
8497 }
8498
8499 if (ioc->start_scan)
8500 return 0;
8501
8502 if (ioc->start_scan_failed) {
8503 pr_info(MPT3SAS_FMT
8504 "port enable: FAILED with (ioc_status=0x%08x)\n",
8505 ioc->name, ioc->start_scan_failed);
8506 ioc->is_driver_loading = 0;
8507 ioc->wait_for_discovery_to_complete = 0;
8508 ioc->remove_host = 1;
8509 return 1;
8510 }
8511
8512 pr_info(MPT3SAS_FMT "port enable: SUCCESS\n", ioc->name);
8513 ioc->base_cmds.status = MPT3_CMD_NOT_USED;
8514
8515 if (ioc->wait_for_discovery_to_complete) {
8516 ioc->wait_for_discovery_to_complete = 0;
8517 _scsih_probe_devices(ioc);
8518 }
8519 mpt3sas_base_start_watchdog(ioc);
8520 ioc->is_driver_loading = 0;
8521 return 1;
8522}
8523
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308524/* shost template for SAS 2.0 HBA devices */
8525static struct scsi_host_template mpt2sas_driver_template = {
8526 .module = THIS_MODULE,
8527 .name = "Fusion MPT SAS Host",
8528 .proc_name = MPT2SAS_DRIVER_NAME,
8529 .queuecommand = scsih_qcmd,
8530 .target_alloc = scsih_target_alloc,
8531 .slave_alloc = scsih_slave_alloc,
8532 .slave_configure = scsih_slave_configure,
8533 .target_destroy = scsih_target_destroy,
8534 .slave_destroy = scsih_slave_destroy,
8535 .scan_finished = scsih_scan_finished,
8536 .scan_start = scsih_scan_start,
8537 .change_queue_depth = scsih_change_queue_depth,
8538 .eh_abort_handler = scsih_abort,
8539 .eh_device_reset_handler = scsih_dev_reset,
8540 .eh_target_reset_handler = scsih_target_reset,
8541 .eh_host_reset_handler = scsih_host_reset,
8542 .bios_param = scsih_bios_param,
8543 .can_queue = 1,
8544 .this_id = -1,
8545 .sg_tablesize = MPT2SAS_SG_DEPTH,
8546 .max_sectors = 32767,
8547 .cmd_per_lun = 7,
8548 .use_clustering = ENABLE_CLUSTERING,
8549 .shost_attrs = mpt3sas_host_attrs,
8550 .sdev_attrs = mpt3sas_dev_attrs,
8551 .track_queue_depth = 1,
8552};
Sreekanth Reddyd357e842015-11-11 17:30:22 +05308553
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308554/* raid transport support for SAS 2.0 HBA devices */
8555static struct raid_function_template mpt2sas_raid_functions = {
8556 .cookie = &mpt2sas_driver_template,
8557 .is_raid = scsih_is_raid,
8558 .get_resync = scsih_get_resync,
8559 .get_state = scsih_get_state,
8560};
8561
8562/* shost template for SAS 3.0 HBA devices */
8563static struct scsi_host_template mpt3sas_driver_template = {
8564 .module = THIS_MODULE,
8565 .name = "Fusion MPT SAS Host",
8566 .proc_name = MPT3SAS_DRIVER_NAME,
8567 .queuecommand = scsih_qcmd,
8568 .target_alloc = scsih_target_alloc,
8569 .slave_alloc = scsih_slave_alloc,
8570 .slave_configure = scsih_slave_configure,
8571 .target_destroy = scsih_target_destroy,
8572 .slave_destroy = scsih_slave_destroy,
8573 .scan_finished = scsih_scan_finished,
8574 .scan_start = scsih_scan_start,
8575 .change_queue_depth = scsih_change_queue_depth,
8576 .eh_abort_handler = scsih_abort,
8577 .eh_device_reset_handler = scsih_dev_reset,
8578 .eh_target_reset_handler = scsih_target_reset,
8579 .eh_host_reset_handler = scsih_host_reset,
8580 .bios_param = scsih_bios_param,
8581 .can_queue = 1,
8582 .this_id = -1,
8583 .sg_tablesize = MPT3SAS_SG_DEPTH,
8584 .max_sectors = 32767,
8585 .cmd_per_lun = 7,
8586 .use_clustering = ENABLE_CLUSTERING,
8587 .shost_attrs = mpt3sas_host_attrs,
8588 .sdev_attrs = mpt3sas_dev_attrs,
8589 .track_queue_depth = 1,
8590};
8591
8592/* raid transport support for SAS 3.0 HBA devices */
8593static struct raid_function_template mpt3sas_raid_functions = {
8594 .cookie = &mpt3sas_driver_template,
8595 .is_raid = scsih_is_raid,
8596 .get_resync = scsih_get_resync,
8597 .get_state = scsih_get_state,
8598};
8599
8600/**
8601 * _scsih_determine_hba_mpi_version - determine in which MPI version class
8602 * this device belongs to.
8603 * @pdev: PCI device struct
8604 *
8605 * return MPI2_VERSION for SAS 2.0 HBA devices,
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05308606 * MPI25_VERSION for SAS 3.0 HBA devices, and
8607 * MPI26 VERSION for Cutlass & Invader SAS 3.0 HBA devices
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308608 */
8609u16
8610_scsih_determine_hba_mpi_version(struct pci_dev *pdev)
8611{
8612
8613 switch (pdev->device) {
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05308614 case MPI2_MFGPAGE_DEVID_SSS6200:
Sreekanth Reddyd357e842015-11-11 17:30:22 +05308615 case MPI2_MFGPAGE_DEVID_SAS2004:
8616 case MPI2_MFGPAGE_DEVID_SAS2008:
8617 case MPI2_MFGPAGE_DEVID_SAS2108_1:
8618 case MPI2_MFGPAGE_DEVID_SAS2108_2:
8619 case MPI2_MFGPAGE_DEVID_SAS2108_3:
8620 case MPI2_MFGPAGE_DEVID_SAS2116_1:
8621 case MPI2_MFGPAGE_DEVID_SAS2116_2:
8622 case MPI2_MFGPAGE_DEVID_SAS2208_1:
8623 case MPI2_MFGPAGE_DEVID_SAS2208_2:
8624 case MPI2_MFGPAGE_DEVID_SAS2208_3:
8625 case MPI2_MFGPAGE_DEVID_SAS2208_4:
8626 case MPI2_MFGPAGE_DEVID_SAS2208_5:
8627 case MPI2_MFGPAGE_DEVID_SAS2208_6:
8628 case MPI2_MFGPAGE_DEVID_SAS2308_1:
8629 case MPI2_MFGPAGE_DEVID_SAS2308_2:
8630 case MPI2_MFGPAGE_DEVID_SAS2308_3:
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308631 return MPI2_VERSION;
Sreekanth Reddyd357e842015-11-11 17:30:22 +05308632 case MPI25_MFGPAGE_DEVID_SAS3004:
8633 case MPI25_MFGPAGE_DEVID_SAS3008:
8634 case MPI25_MFGPAGE_DEVID_SAS3108_1:
8635 case MPI25_MFGPAGE_DEVID_SAS3108_2:
8636 case MPI25_MFGPAGE_DEVID_SAS3108_5:
8637 case MPI25_MFGPAGE_DEVID_SAS3108_6:
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308638 return MPI25_VERSION;
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05308639 case MPI26_MFGPAGE_DEVID_SAS3216:
8640 case MPI26_MFGPAGE_DEVID_SAS3224:
8641 case MPI26_MFGPAGE_DEVID_SAS3316_1:
8642 case MPI26_MFGPAGE_DEVID_SAS3316_2:
8643 case MPI26_MFGPAGE_DEVID_SAS3316_3:
8644 case MPI26_MFGPAGE_DEVID_SAS3316_4:
8645 case MPI26_MFGPAGE_DEVID_SAS3324_1:
8646 case MPI26_MFGPAGE_DEVID_SAS3324_2:
8647 case MPI26_MFGPAGE_DEVID_SAS3324_3:
8648 case MPI26_MFGPAGE_DEVID_SAS3324_4:
8649 return MPI26_VERSION;
Sreekanth Reddyd357e842015-11-11 17:30:22 +05308650 }
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308651 return 0;
Sreekanth Reddyd357e842015-11-11 17:30:22 +05308652}
8653
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308654/**
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308655 * _scsih_probe - attach and add scsi host
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308656 * @pdev: PCI device struct
8657 * @id: pci device id
8658 *
8659 * Returns 0 success, anything else error.
8660 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308661int
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308662_scsih_probe(struct pci_dev *pdev, const struct pci_device_id *id)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308663{
8664 struct MPT3SAS_ADAPTER *ioc;
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308665 struct Scsi_Host *shost = NULL;
Sreekanth Reddyb65f1d42014-09-12 15:35:33 +05308666 int rv;
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308667 u16 hba_mpi_version;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308668
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308669 /* Determine in which MPI version class this pci device belongs */
8670 hba_mpi_version = _scsih_determine_hba_mpi_version(pdev);
8671 if (hba_mpi_version == 0)
8672 return -ENODEV;
8673
8674 /* Enumerate only SAS 2.0 HBA's if hbas_to_enumerate is one,
8675 * for other generation HBA's return with -ENODEV
8676 */
8677 if ((hbas_to_enumerate == 1) && (hba_mpi_version != MPI2_VERSION))
8678 return -ENODEV;
8679
8680 /* Enumerate only SAS 3.0 HBA's if hbas_to_enumerate is two,
8681 * for other generation HBA's return with -ENODEV
8682 */
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05308683 if ((hbas_to_enumerate == 2) && (!(hba_mpi_version == MPI25_VERSION
8684 || hba_mpi_version == MPI26_VERSION)))
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308685 return -ENODEV;
8686
8687 switch (hba_mpi_version) {
8688 case MPI2_VERSION:
8689 /* Use mpt2sas driver host template for SAS 2.0 HBA's */
8690 shost = scsi_host_alloc(&mpt2sas_driver_template,
8691 sizeof(struct MPT3SAS_ADAPTER));
8692 if (!shost)
8693 return -ENODEV;
8694 ioc = shost_priv(shost);
8695 memset(ioc, 0, sizeof(struct MPT3SAS_ADAPTER));
8696 ioc->hba_mpi_version_belonged = hba_mpi_version;
8697 ioc->id = mpt2_ids++;
8698 sprintf(ioc->driver_name, "%s", MPT2SAS_DRIVER_NAME);
8699 if (pdev->device == MPI2_MFGPAGE_DEVID_SSS6200) {
8700 ioc->is_warpdrive = 1;
8701 ioc->hide_ir_msg = 1;
8702 } else
8703 ioc->mfg_pg10_hide_flag = MFG_PAGE10_EXPOSE_ALL_DISKS;
8704 break;
8705 case MPI25_VERSION:
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05308706 case MPI26_VERSION:
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308707 /* Use mpt3sas driver host template for SAS 3.0 HBA's */
8708 shost = scsi_host_alloc(&mpt3sas_driver_template,
8709 sizeof(struct MPT3SAS_ADAPTER));
8710 if (!shost)
8711 return -ENODEV;
8712 ioc = shost_priv(shost);
8713 memset(ioc, 0, sizeof(struct MPT3SAS_ADAPTER));
8714 ioc->hba_mpi_version_belonged = hba_mpi_version;
8715 ioc->id = mpt3_ids++;
8716 sprintf(ioc->driver_name, "%s", MPT3SAS_DRIVER_NAME);
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05308717 if ((ioc->hba_mpi_version_belonged == MPI25_VERSION &&
8718 pdev->revision >= SAS3_PCI_DEVICE_C0_REVISION) ||
8719 (ioc->hba_mpi_version_belonged == MPI26_VERSION))
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308720 ioc->msix96_vector = 1;
8721 break;
8722 default:
8723 return -ENODEV;
8724 }
8725
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308726 INIT_LIST_HEAD(&ioc->list);
Sreekanth Reddy08c4d552015-11-11 17:30:33 +05308727 spin_lock(&gioc_lock);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308728 list_add_tail(&ioc->list, &mpt3sas_ioc_list);
Sreekanth Reddy08c4d552015-11-11 17:30:33 +05308729 spin_unlock(&gioc_lock);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308730 ioc->shost = shost;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308731 ioc->pdev = pdev;
8732 ioc->scsi_io_cb_idx = scsi_io_cb_idx;
8733 ioc->tm_cb_idx = tm_cb_idx;
8734 ioc->ctl_cb_idx = ctl_cb_idx;
8735 ioc->base_cb_idx = base_cb_idx;
8736 ioc->port_enable_cb_idx = port_enable_cb_idx;
8737 ioc->transport_cb_idx = transport_cb_idx;
8738 ioc->scsih_cb_idx = scsih_cb_idx;
8739 ioc->config_cb_idx = config_cb_idx;
8740 ioc->tm_tr_cb_idx = tm_tr_cb_idx;
8741 ioc->tm_tr_volume_cb_idx = tm_tr_volume_cb_idx;
8742 ioc->tm_sas_control_cb_idx = tm_sas_control_cb_idx;
8743 ioc->logging_level = logging_level;
8744 ioc->schedule_dead_ioc_flush_running_cmds = &_scsih_flush_running_cmds;
8745 /* misc semaphores and spin locks */
8746 mutex_init(&ioc->reset_in_progress_mutex);
Sreekanth Reddy08c4d552015-11-11 17:30:33 +05308747 /* initializing pci_access_mutex lock */
8748 mutex_init(&ioc->pci_access_mutex);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308749 spin_lock_init(&ioc->ioc_reset_in_progress_lock);
8750 spin_lock_init(&ioc->scsi_lookup_lock);
8751 spin_lock_init(&ioc->sas_device_lock);
8752 spin_lock_init(&ioc->sas_node_lock);
8753 spin_lock_init(&ioc->fw_event_lock);
8754 spin_lock_init(&ioc->raid_device_lock);
8755 spin_lock_init(&ioc->diag_trigger_lock);
8756
8757 INIT_LIST_HEAD(&ioc->sas_device_list);
8758 INIT_LIST_HEAD(&ioc->sas_device_init_list);
8759 INIT_LIST_HEAD(&ioc->sas_expander_list);
8760 INIT_LIST_HEAD(&ioc->fw_event_list);
8761 INIT_LIST_HEAD(&ioc->raid_device_list);
8762 INIT_LIST_HEAD(&ioc->sas_hba.sas_port_list);
8763 INIT_LIST_HEAD(&ioc->delayed_tr_list);
Suganath prabu Subramanifd0331b2016-01-28 12:07:02 +05308764 INIT_LIST_HEAD(&ioc->delayed_sc_list);
8765 INIT_LIST_HEAD(&ioc->delayed_event_ack_list);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308766 INIT_LIST_HEAD(&ioc->delayed_tr_volume_list);
Joe Lawrencecf9bd21a2013-08-08 16:45:39 -04008767 INIT_LIST_HEAD(&ioc->reply_queue_list);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308768
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308769 sprintf(ioc->name, "%s_cm%d", ioc->driver_name, ioc->id);
Sreekanth Reddyd357e842015-11-11 17:30:22 +05308770
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308771 /* init shost parameters */
8772 shost->max_cmd_len = 32;
8773 shost->max_lun = max_lun;
8774 shost->transportt = mpt3sas_transport_template;
8775 shost->unique_id = ioc->id;
8776
8777 if (max_sectors != 0xFFFF) {
8778 if (max_sectors < 64) {
8779 shost->max_sectors = 64;
8780 pr_warn(MPT3SAS_FMT "Invalid value %d passed " \
8781 "for max_sectors, range is 64 to 32767. Assigning "
8782 "value of 64.\n", ioc->name, max_sectors);
8783 } else if (max_sectors > 32767) {
8784 shost->max_sectors = 32767;
8785 pr_warn(MPT3SAS_FMT "Invalid value %d passed " \
8786 "for max_sectors, range is 64 to 32767. Assigning "
8787 "default value of 32767.\n", ioc->name,
8788 max_sectors);
8789 } else {
8790 shost->max_sectors = max_sectors & 0xFFFE;
8791 pr_info(MPT3SAS_FMT
8792 "The max_sectors value is set to %d\n",
8793 ioc->name, shost->max_sectors);
8794 }
8795 }
8796
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308797 /* register EEDP capabilities with SCSI layer */
8798 if (prot_mask > 0)
8799 scsi_host_set_prot(shost, prot_mask);
8800 else
8801 scsi_host_set_prot(shost, SHOST_DIF_TYPE1_PROTECTION
8802 | SHOST_DIF_TYPE2_PROTECTION
8803 | SHOST_DIF_TYPE3_PROTECTION);
8804
8805 scsi_host_set_guard(shost, SHOST_DIX_GUARD_CRC);
8806
8807 /* event thread */
8808 snprintf(ioc->firmware_event_name, sizeof(ioc->firmware_event_name),
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308809 "fw_event_%s%d", ioc->driver_name, ioc->id);
Sreekanth Reddybdff7852015-06-30 12:25:03 +05308810 ioc->firmware_event_thread = alloc_ordered_workqueue(
8811 ioc->firmware_event_name, WQ_MEM_RECLAIM);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308812 if (!ioc->firmware_event_thread) {
8813 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
8814 ioc->name, __FILE__, __LINE__, __func__);
Sreekanth Reddyb65f1d42014-09-12 15:35:33 +05308815 rv = -ENODEV;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308816 goto out_thread_fail;
8817 }
8818
8819 ioc->is_driver_loading = 1;
8820 if ((mpt3sas_base_attach(ioc))) {
8821 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
8822 ioc->name, __FILE__, __LINE__, __func__);
Sreekanth Reddyb65f1d42014-09-12 15:35:33 +05308823 rv = -ENODEV;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308824 goto out_attach_fail;
8825 }
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05308826
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05308827 if (ioc->is_warpdrive) {
8828 if (ioc->mfg_pg10_hide_flag == MFG_PAGE10_EXPOSE_ALL_DISKS)
8829 ioc->hide_drives = 0;
8830 else if (ioc->mfg_pg10_hide_flag == MFG_PAGE10_HIDE_ALL_DISKS)
8831 ioc->hide_drives = 1;
8832 else {
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05308833 if (mpt3sas_get_num_volumes(ioc))
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05308834 ioc->hide_drives = 1;
8835 else
8836 ioc->hide_drives = 0;
8837 }
8838 } else
8839 ioc->hide_drives = 0;
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05308840
Sreekanth Reddyb65f1d42014-09-12 15:35:33 +05308841 rv = scsi_add_host(shost, &pdev->dev);
8842 if (rv) {
Reddy, Sreekanth4dc06fd2014-07-14 12:01:35 +05308843 pr_err(MPT3SAS_FMT "failure at %s:%d/%s()!\n",
8844 ioc->name, __FILE__, __LINE__, __func__);
Reddy, Sreekanth4dc06fd2014-07-14 12:01:35 +05308845 goto out_add_shost_fail;
8846 }
8847
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308848 scsi_scan_host(shost);
8849 return 0;
Reddy, Sreekanth4dc06fd2014-07-14 12:01:35 +05308850out_add_shost_fail:
8851 mpt3sas_base_detach(ioc);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308852 out_attach_fail:
8853 destroy_workqueue(ioc->firmware_event_thread);
8854 out_thread_fail:
Sreekanth Reddy08c4d552015-11-11 17:30:33 +05308855 spin_lock(&gioc_lock);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308856 list_del(&ioc->list);
Sreekanth Reddy08c4d552015-11-11 17:30:33 +05308857 spin_unlock(&gioc_lock);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308858 scsi_host_put(shost);
Sreekanth Reddyb65f1d42014-09-12 15:35:33 +05308859 return rv;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308860}
8861
8862#ifdef CONFIG_PM
8863/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308864 * scsih_suspend - power management suspend main entry point
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308865 * @pdev: PCI device struct
8866 * @state: PM state change to (usually PCI_D3)
8867 *
8868 * Returns 0 success, anything else error.
8869 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308870int
8871scsih_suspend(struct pci_dev *pdev, pm_message_t state)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308872{
8873 struct Scsi_Host *shost = pci_get_drvdata(pdev);
8874 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
8875 pci_power_t device_state;
8876
8877 mpt3sas_base_stop_watchdog(ioc);
8878 flush_scheduled_work();
8879 scsi_block_requests(shost);
8880 device_state = pci_choose_state(pdev, state);
8881 pr_info(MPT3SAS_FMT
8882 "pdev=0x%p, slot=%s, entering operating state [D%d]\n",
8883 ioc->name, pdev, pci_name(pdev), device_state);
8884
8885 pci_save_state(pdev);
8886 mpt3sas_base_free_resources(ioc);
8887 pci_set_power_state(pdev, device_state);
8888 return 0;
8889}
8890
8891/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308892 * scsih_resume - power management resume main entry point
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308893 * @pdev: PCI device struct
8894 *
8895 * Returns 0 success, anything else error.
8896 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308897int
8898scsih_resume(struct pci_dev *pdev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308899{
8900 struct Scsi_Host *shost = pci_get_drvdata(pdev);
8901 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
8902 pci_power_t device_state = pdev->current_state;
8903 int r;
8904
8905 pr_info(MPT3SAS_FMT
8906 "pdev=0x%p, slot=%s, previous operating state [D%d]\n",
8907 ioc->name, pdev, pci_name(pdev), device_state);
8908
8909 pci_set_power_state(pdev, PCI_D0);
8910 pci_enable_wake(pdev, PCI_D0, 0);
8911 pci_restore_state(pdev);
8912 ioc->pdev = pdev;
8913 r = mpt3sas_base_map_resources(ioc);
8914 if (r)
8915 return r;
8916
8917 mpt3sas_base_hard_reset_handler(ioc, CAN_SLEEP, SOFT_RESET);
8918 scsi_unblock_requests(shost);
8919 mpt3sas_base_start_watchdog(ioc);
8920 return 0;
8921}
8922#endif /* CONFIG_PM */
8923
8924/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308925 * scsih_pci_error_detected - Called when a PCI error is detected.
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308926 * @pdev: PCI device struct
8927 * @state: PCI channel state
8928 *
8929 * Description: Called when a PCI error is detected.
8930 *
8931 * Return value:
8932 * PCI_ERS_RESULT_NEED_RESET or PCI_ERS_RESULT_DISCONNECT
8933 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308934pci_ers_result_t
8935scsih_pci_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308936{
8937 struct Scsi_Host *shost = pci_get_drvdata(pdev);
8938 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
8939
8940 pr_info(MPT3SAS_FMT "PCI error: detected callback, state(%d)!!\n",
8941 ioc->name, state);
8942
8943 switch (state) {
8944 case pci_channel_io_normal:
8945 return PCI_ERS_RESULT_CAN_RECOVER;
8946 case pci_channel_io_frozen:
8947 /* Fatal error, prepare for slot reset */
8948 ioc->pci_error_recovery = 1;
8949 scsi_block_requests(ioc->shost);
8950 mpt3sas_base_stop_watchdog(ioc);
8951 mpt3sas_base_free_resources(ioc);
8952 return PCI_ERS_RESULT_NEED_RESET;
8953 case pci_channel_io_perm_failure:
8954 /* Permanent error, prepare for device removal */
8955 ioc->pci_error_recovery = 1;
8956 mpt3sas_base_stop_watchdog(ioc);
8957 _scsih_flush_running_cmds(ioc);
8958 return PCI_ERS_RESULT_DISCONNECT;
8959 }
8960 return PCI_ERS_RESULT_NEED_RESET;
8961}
8962
8963/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308964 * scsih_pci_slot_reset - Called when PCI slot has been reset.
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308965 * @pdev: PCI device struct
8966 *
8967 * Description: This routine is called by the pci error recovery
8968 * code after the PCI slot has been reset, just before we
8969 * should resume normal operations.
8970 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05308971pci_ers_result_t
8972scsih_pci_slot_reset(struct pci_dev *pdev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05308973{
8974 struct Scsi_Host *shost = pci_get_drvdata(pdev);
8975 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
8976 int rc;
8977
8978 pr_info(MPT3SAS_FMT "PCI error: slot reset callback!!\n",
8979 ioc->name);
8980
8981 ioc->pci_error_recovery = 0;
8982 ioc->pdev = pdev;
8983 pci_restore_state(pdev);
8984 rc = mpt3sas_base_map_resources(ioc);
8985 if (rc)
8986 return PCI_ERS_RESULT_DISCONNECT;
8987
8988 rc = mpt3sas_base_hard_reset_handler(ioc, CAN_SLEEP,
8989 FORCE_BIG_HAMMER);
8990
8991 pr_warn(MPT3SAS_FMT "hard reset: %s\n", ioc->name,
8992 (rc == 0) ? "success" : "failed");
8993
8994 if (!rc)
8995 return PCI_ERS_RESULT_RECOVERED;
8996 else
8997 return PCI_ERS_RESULT_DISCONNECT;
8998}
8999
9000/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05309001 * scsih_pci_resume() - resume normal ops after PCI reset
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309002 * @pdev: pointer to PCI device
9003 *
9004 * Called when the error recovery driver tells us that its
9005 * OK to resume normal operation. Use completion to allow
9006 * halted scsi ops to resume.
9007 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05309008void
9009scsih_pci_resume(struct pci_dev *pdev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309010{
9011 struct Scsi_Host *shost = pci_get_drvdata(pdev);
9012 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
9013
9014 pr_info(MPT3SAS_FMT "PCI error: resume callback!!\n", ioc->name);
9015
9016 pci_cleanup_aer_uncorrect_error_status(pdev);
9017 mpt3sas_base_start_watchdog(ioc);
9018 scsi_unblock_requests(ioc->shost);
9019}
9020
9021/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05309022 * scsih_pci_mmio_enabled - Enable MMIO and dump debug registers
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309023 * @pdev: pointer to PCI device
9024 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05309025pci_ers_result_t
9026scsih_pci_mmio_enabled(struct pci_dev *pdev)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309027{
9028 struct Scsi_Host *shost = pci_get_drvdata(pdev);
9029 struct MPT3SAS_ADAPTER *ioc = shost_priv(shost);
9030
9031 pr_info(MPT3SAS_FMT "PCI error: mmio enabled callback!!\n",
9032 ioc->name);
9033
9034 /* TODO - dump whatever for debugging purposes */
9035
Kefeng Wang83c3d342016-07-12 17:43:25 +08009036 /* This called only if scsih_pci_error_detected returns
9037 * PCI_ERS_RESULT_CAN_RECOVER. Read/write to the device still
9038 * works, no need to reset slot.
9039 */
9040 return PCI_ERS_RESULT_RECOVERED;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309041}
9042
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05309043/*
9044 * The pci device ids are defined in mpi/mpi2_cnfg.h.
9045 */
9046static const struct pci_device_id mpt3sas_pci_table[] = {
9047 /* Spitfire ~ 2004 */
9048 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2004,
9049 PCI_ANY_ID, PCI_ANY_ID },
9050 /* Falcon ~ 2008 */
9051 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2008,
9052 PCI_ANY_ID, PCI_ANY_ID },
9053 /* Liberator ~ 2108 */
9054 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2108_1,
9055 PCI_ANY_ID, PCI_ANY_ID },
9056 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2108_2,
9057 PCI_ANY_ID, PCI_ANY_ID },
9058 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2108_3,
9059 PCI_ANY_ID, PCI_ANY_ID },
9060 /* Meteor ~ 2116 */
9061 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2116_1,
9062 PCI_ANY_ID, PCI_ANY_ID },
9063 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2116_2,
9064 PCI_ANY_ID, PCI_ANY_ID },
9065 /* Thunderbolt ~ 2208 */
9066 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2208_1,
9067 PCI_ANY_ID, PCI_ANY_ID },
9068 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2208_2,
9069 PCI_ANY_ID, PCI_ANY_ID },
9070 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2208_3,
9071 PCI_ANY_ID, PCI_ANY_ID },
9072 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2208_4,
9073 PCI_ANY_ID, PCI_ANY_ID },
9074 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2208_5,
9075 PCI_ANY_ID, PCI_ANY_ID },
9076 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2208_6,
9077 PCI_ANY_ID, PCI_ANY_ID },
9078 /* Mustang ~ 2308 */
9079 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2308_1,
9080 PCI_ANY_ID, PCI_ANY_ID },
9081 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2308_2,
9082 PCI_ANY_ID, PCI_ANY_ID },
9083 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SAS2308_3,
9084 PCI_ANY_ID, PCI_ANY_ID },
9085 /* SSS6200 */
9086 { MPI2_MFGPAGE_VENDORID_LSI, MPI2_MFGPAGE_DEVID_SSS6200,
9087 PCI_ANY_ID, PCI_ANY_ID },
9088 /* Fury ~ 3004 and 3008 */
9089 { MPI2_MFGPAGE_VENDORID_LSI, MPI25_MFGPAGE_DEVID_SAS3004,
9090 PCI_ANY_ID, PCI_ANY_ID },
9091 { MPI2_MFGPAGE_VENDORID_LSI, MPI25_MFGPAGE_DEVID_SAS3008,
9092 PCI_ANY_ID, PCI_ANY_ID },
9093 /* Invader ~ 3108 */
9094 { MPI2_MFGPAGE_VENDORID_LSI, MPI25_MFGPAGE_DEVID_SAS3108_1,
9095 PCI_ANY_ID, PCI_ANY_ID },
9096 { MPI2_MFGPAGE_VENDORID_LSI, MPI25_MFGPAGE_DEVID_SAS3108_2,
9097 PCI_ANY_ID, PCI_ANY_ID },
9098 { MPI2_MFGPAGE_VENDORID_LSI, MPI25_MFGPAGE_DEVID_SAS3108_5,
9099 PCI_ANY_ID, PCI_ANY_ID },
9100 { MPI2_MFGPAGE_VENDORID_LSI, MPI25_MFGPAGE_DEVID_SAS3108_6,
9101 PCI_ANY_ID, PCI_ANY_ID },
Suganath prabu Subramanib130b0d2016-01-28 12:06:58 +05309102 /* Cutlass ~ 3216 and 3224 */
9103 { MPI2_MFGPAGE_VENDORID_LSI, MPI26_MFGPAGE_DEVID_SAS3216,
9104 PCI_ANY_ID, PCI_ANY_ID },
9105 { MPI2_MFGPAGE_VENDORID_LSI, MPI26_MFGPAGE_DEVID_SAS3224,
9106 PCI_ANY_ID, PCI_ANY_ID },
9107 /* Intruder ~ 3316 and 3324 */
9108 { MPI2_MFGPAGE_VENDORID_LSI, MPI26_MFGPAGE_DEVID_SAS3316_1,
9109 PCI_ANY_ID, PCI_ANY_ID },
9110 { MPI2_MFGPAGE_VENDORID_LSI, MPI26_MFGPAGE_DEVID_SAS3316_2,
9111 PCI_ANY_ID, PCI_ANY_ID },
9112 { MPI2_MFGPAGE_VENDORID_LSI, MPI26_MFGPAGE_DEVID_SAS3316_3,
9113 PCI_ANY_ID, PCI_ANY_ID },
9114 { MPI2_MFGPAGE_VENDORID_LSI, MPI26_MFGPAGE_DEVID_SAS3316_4,
9115 PCI_ANY_ID, PCI_ANY_ID },
9116 { MPI2_MFGPAGE_VENDORID_LSI, MPI26_MFGPAGE_DEVID_SAS3324_1,
9117 PCI_ANY_ID, PCI_ANY_ID },
9118 { MPI2_MFGPAGE_VENDORID_LSI, MPI26_MFGPAGE_DEVID_SAS3324_2,
9119 PCI_ANY_ID, PCI_ANY_ID },
9120 { MPI2_MFGPAGE_VENDORID_LSI, MPI26_MFGPAGE_DEVID_SAS3324_3,
9121 PCI_ANY_ID, PCI_ANY_ID },
9122 { MPI2_MFGPAGE_VENDORID_LSI, MPI26_MFGPAGE_DEVID_SAS3324_4,
9123 PCI_ANY_ID, PCI_ANY_ID },
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05309124 {0} /* Terminating entry */
9125};
9126MODULE_DEVICE_TABLE(pci, mpt3sas_pci_table);
9127
9128static struct pci_error_handlers _mpt3sas_err_handler = {
9129 .error_detected = scsih_pci_error_detected,
9130 .mmio_enabled = scsih_pci_mmio_enabled,
9131 .slot_reset = scsih_pci_slot_reset,
9132 .resume = scsih_pci_resume,
9133};
9134
9135static struct pci_driver mpt3sas_driver = {
9136 .name = MPT3SAS_DRIVER_NAME,
9137 .id_table = mpt3sas_pci_table,
9138 .probe = _scsih_probe,
9139 .remove = scsih_remove,
9140 .shutdown = scsih_shutdown,
9141 .err_handler = &_mpt3sas_err_handler,
9142#ifdef CONFIG_PM
9143 .suspend = scsih_suspend,
9144 .resume = scsih_resume,
9145#endif
9146};
9147
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309148/**
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05309149 * scsih_init - main entry point for this driver.
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309150 *
9151 * Returns 0 success, anything else error.
9152 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05309153int
9154scsih_init(void)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309155{
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05309156 mpt2_ids = 0;
9157 mpt3_ids = 0;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309158
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309159 mpt3sas_base_initialize_callback_handler();
9160
9161 /* queuecommand callback hander */
9162 scsi_io_cb_idx = mpt3sas_base_register_callback_handler(_scsih_io_done);
9163
9164 /* task managment callback handler */
9165 tm_cb_idx = mpt3sas_base_register_callback_handler(_scsih_tm_done);
9166
9167 /* base internal commands callback handler */
9168 base_cb_idx = mpt3sas_base_register_callback_handler(mpt3sas_base_done);
9169 port_enable_cb_idx = mpt3sas_base_register_callback_handler(
9170 mpt3sas_port_enable_done);
9171
9172 /* transport internal commands callback handler */
9173 transport_cb_idx = mpt3sas_base_register_callback_handler(
9174 mpt3sas_transport_done);
9175
9176 /* scsih internal commands callback handler */
9177 scsih_cb_idx = mpt3sas_base_register_callback_handler(_scsih_done);
9178
9179 /* configuration page API internal commands callback handler */
9180 config_cb_idx = mpt3sas_base_register_callback_handler(
9181 mpt3sas_config_done);
9182
9183 /* ctl module callback handler */
9184 ctl_cb_idx = mpt3sas_base_register_callback_handler(mpt3sas_ctl_done);
9185
9186 tm_tr_cb_idx = mpt3sas_base_register_callback_handler(
9187 _scsih_tm_tr_complete);
9188
9189 tm_tr_volume_cb_idx = mpt3sas_base_register_callback_handler(
9190 _scsih_tm_volume_tr_complete);
9191
9192 tm_sas_control_cb_idx = mpt3sas_base_register_callback_handler(
9193 _scsih_sas_control_complete);
9194
Sreekanth Reddy7497392a2015-11-11 17:30:19 +05309195 return 0;
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309196}
9197
9198/**
Sreekanth Reddy7497392a2015-11-11 17:30:19 +05309199 * scsih_exit - exit point for this driver (when it is a module).
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309200 *
9201 * Returns 0 success, anything else error.
9202 */
Sreekanth Reddy8a7e4c22015-11-11 17:30:18 +05309203void
9204scsih_exit(void)
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309205{
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309206
9207 mpt3sas_base_release_callback_handler(scsi_io_cb_idx);
9208 mpt3sas_base_release_callback_handler(tm_cb_idx);
9209 mpt3sas_base_release_callback_handler(base_cb_idx);
9210 mpt3sas_base_release_callback_handler(port_enable_cb_idx);
9211 mpt3sas_base_release_callback_handler(transport_cb_idx);
9212 mpt3sas_base_release_callback_handler(scsih_cb_idx);
9213 mpt3sas_base_release_callback_handler(config_cb_idx);
9214 mpt3sas_base_release_callback_handler(ctl_cb_idx);
9215
9216 mpt3sas_base_release_callback_handler(tm_tr_cb_idx);
9217 mpt3sas_base_release_callback_handler(tm_tr_volume_cb_idx);
9218 mpt3sas_base_release_callback_handler(tm_sas_control_cb_idx);
9219
9220/* raid transport support */
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05309221 if (hbas_to_enumerate != 1)
9222 raid_class_release(mpt3sas_raid_template);
9223 if (hbas_to_enumerate != 2)
9224 raid_class_release(mpt2sas_raid_template);
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05309225 sas_release_transport(mpt3sas_transport_template);
9226}
Sreekanth Reddy7786ab62015-11-11 17:30:28 +05309227
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +05309228/**
9229 * _mpt3sas_init - main entry point for this driver.
9230 *
9231 * Returns 0 success, anything else error.
9232 */
9233static int __init
9234_mpt3sas_init(void)
9235{
9236 int error;
9237
9238 pr_info("%s version %s loaded\n", MPT3SAS_DRIVER_NAME,
9239 MPT3SAS_DRIVER_VERSION);
9240
9241 mpt3sas_transport_template =
9242 sas_attach_transport(&mpt3sas_transport_functions);
9243 if (!mpt3sas_transport_template)
9244 return -ENODEV;
9245
9246 /* No need attach mpt3sas raid functions template
9247 * if hbas_to_enumarate value is one.
9248 */
9249 if (hbas_to_enumerate != 1) {
9250 mpt3sas_raid_template =
9251 raid_class_attach(&mpt3sas_raid_functions);
9252 if (!mpt3sas_raid_template) {
9253 sas_release_transport(mpt3sas_transport_template);
9254 return -ENODEV;
9255 }
9256 }
9257
9258 /* No need to attach mpt2sas raid functions template
9259 * if hbas_to_enumarate value is two
9260 */
9261 if (hbas_to_enumerate != 2) {
9262 mpt2sas_raid_template =
9263 raid_class_attach(&mpt2sas_raid_functions);
9264 if (!mpt2sas_raid_template) {
9265 sas_release_transport(mpt3sas_transport_template);
9266 return -ENODEV;
9267 }
9268 }
9269
9270 error = scsih_init();
9271 if (error) {
9272 scsih_exit();
9273 return error;
9274 }
9275
9276 mpt3sas_ctl_init(hbas_to_enumerate);
9277
9278 error = pci_register_driver(&mpt3sas_driver);
9279 if (error)
9280 scsih_exit();
9281
9282 return error;
9283}
9284
9285/**
9286 * _mpt3sas_exit - exit point for this driver (when it is a module).
9287 *
9288 */
9289static void __exit
9290_mpt3sas_exit(void)
9291{
9292 pr_info("mpt3sas version %s unloading\n",
9293 MPT3SAS_DRIVER_VERSION);
9294
9295 pci_unregister_driver(&mpt3sas_driver);
9296
9297 mpt3sas_ctl_exit(hbas_to_enumerate);
9298
9299 scsih_exit();
9300}
9301
9302module_init(_mpt3sas_init);
9303module_exit(_mpt3sas_exit);