summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.h
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: mpt3sas: Don't change the DMA coherent mask after allocationsChristoph Hellwig2020-04-241-2/+0
* scsi: mpt3sas: Update drive version to 33.100.00.00Sreekanth Reddy2020-01-021-2/+2
* scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy2020-01-021-0/+5
* scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy2020-01-021-0/+8
* scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy2020-01-021-0/+3
* scsi: mpt3sas: Add support IOCs new state named COREDUMPSreekanth Reddy2020-01-021-1/+10
* scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy2020-01-021-2/+3
* scsi: mpt3sas: Add support for NVMe shutdownSreekanth Reddy2020-01-021-1/+8
* scsi: mpt3sas: Bump mpt3sas driver version to 32.100.00.00Sreekanth Reddy2019-09-301-2/+2
* scsi: mpt3sas: Add app owned flag support for diag bufferSreekanth Reddy2019-09-301-0/+1
* scsi: mpt3sas: Reuse diag buffer allocated at load timeSreekanth Reddy2019-09-301-0/+1
* scsi: mpt3sas: Register trace buffer based on NVDATA settingsSreekanth Reddy2019-09-301-3/+6
* scsi: mpt3sas: Introduce module parameter to override queue depthSreekanth Reddy2019-08-291-0/+2
* scsi: mpt3sas: Update driver version to 31.100.00.00Suganath Prabu2019-08-071-2/+2
* scsi: mpt3sas: Add sysfs to know supported featuresSuganath Prabu2019-08-071-0/+4
* scsi: mpt3sas: Allow ioctls to blocked access status NVMeSuganath Prabu2019-08-071-0/+2
* scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu2019-08-071-0/+16
* scsi: mpt3sas: Gracefully handle online firmware updateSuganath Prabu2019-08-071-0/+2
* scsi: mpt3sas: Determine smp affinity on per HBA basisSreekanth Reddy2019-06-261-0/+1
* scsi: mpt3sas: Update driver version to 29.100.00.00Suganath Prabu S2019-06-181-2/+2
* scsi: mpt3sas: Enable interrupt coalescing on high iopsSuganath Prabu S2019-06-181-0/+5
* scsi: mpt3sas: save and use MSI-X index for posting RDSuganath Prabu S2019-06-181-0/+1
* scsi: mpt3sas: Use high iops queues under some circumstancesSuganath Prabu S2019-06-181-1/+13
* scsi: mpt3sas: Add flag high_iops_queuesSuganath Prabu S2019-06-181-0/+5
* scsi: mpt3sas: Add Atomic RequestDescriptor support on AeroSuganath Prabu S2019-06-181-0/+2
* scsi: mpt3sas: function pointers of request descriptorSuganath Prabu S2019-06-181-0/+3
* scsi: mpt3sas: Update mpt3sas driver version to 28.100.00.00Suganath Prabu2019-03-181-3/+3
* scsi: mpt3sas: Improve the threshold value and introduce module paramSuganath Prabu2019-03-181-0/+3
* scsi: mpt3sas: Load balance to improve performance and avoid soft lockupsSuganath Prabu2019-03-181-0/+5
* scsi: mpt3sas: Irq poll to avoid CPU hard lockupsSuganath Prabu2019-03-181-0/+8
* scsi: mpt3sas: Update driver version to 27.102.00.00Suganath Prabu S2019-02-041-2/+2
* scsi: mpt3sas: Add support for ATLAS PCIe switchSuganath Prabu S2019-02-041-0/+3
* scsi: mpt3sas: Update driver version to 27.101.00.00Suganath Prabu2018-12-121-2/+2
* scsi: mpt3sas: Add separate function for aero doorbell readsSuganath Prabu2018-12-121-0/+2
* scsi: mpt3sas: Introduce flag for aero based controllersSuganath Prabu2018-12-121-0/+1
* scsi: mpt3sas: Bump driver version to 27.100.00.00Suganath Prabu2018-11-061-2/+2
* scsi: mpt3sas: Separate out mpt3sas_wait_for_iocSuganath Prabu2018-11-061-0/+1
* scsi: mpt3sas: Added new #define variable IOC_OPERATIONAL_WAIT_COUNTSuganath Prabu2018-11-061-0/+3
* scsi: mpt3sas: Update MPI headers to support Aero controllersSuganath Prabu2018-11-061-0/+1
* scsi: mpt3sas: Remove unused macro MPT3SAS_FMTJoe Perches2018-10-101-2/+0
* scsi: mpt3sas: Add ioc_<level> logging macrosJoe Perches2018-10-101-0/+9
* scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and...Bart Van Assche2018-06-191-9/+6
* scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler()Bart Van Assche2018-06-191-1/+0
* scsi: mpt3sas: Introduce struct mpt3sas_nvme_cmdBart Van Assche2018-06-191-2/+5
* scsi: mpt3sas: Update driver version "26.100.00.00"Chaitra P B2018-06-181-2/+2
* scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5 controlle...Chaitra P B2018-06-181-0/+1
* scsi: mpt3sas: Fix, False timeout prints for ioctl and other internal command...Chaitra P B2018-06-181-0/+2
* scsi: mpt3sas: Update driver version "25.100.00.00"Chaitra P B2018-05-081-2/+2
* scsi: mpt3sas: For NVME device, issue a protocol level resetChaitra P B2018-05-081-4/+22
* scsi: mpt3sas: Report Firmware Package Version from HBA Driver.Chaitra P B2018-05-081-0/+1