summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_mbx.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Correct multiqueue offset calculations.Andrew Vasquez2013-09-031-14/+4
* [SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh2013-09-031-12/+66
* [SCSI] qla2xxx: Do not take a second firmware dump when intentionally generat...Chad Dupuis2013-07-081-2/+4
* [SCSI] qla2xxx: Clear the MBX_INTR_WAIT flag when the mailbox time-out happens.Giridhar Malavali2013-07-081-2/+8
* [SCSI] qla2xxx: Fix for locking issue between driver ISR and mailbox routinesgurinder.shergill@hp.com2013-05-121-2/+0
* [SCSI] qla2xxx: Obtain loopback iteration count from bsg request.Joe Carnuccio2013-04-111-3/+2
* [SCSI] qla2xxx: Add clarifying printk to thermal access fail cases.Joe Carnuccio2013-04-111-2/+3
* [SCSI] Revert "qla2xxx: Add setting of driver version string for vendor appli...Joe Carnuccio2013-04-061-58/+0
* [SCSI] qla2xxx: Integrate generic card temperature with mezz card temperature.Joe Carnuccio2013-02-221-23/+59
* [SCSI] qla2xxx: Add setting of driver version string for vendor application.Joe Carnuccio2013-02-221-0/+58
* [SCSI] qla2xxx: Correct list-iteration bug in Report-ID Acquisition codes.Andrew Vasquez2013-02-221-3/+8
* [SCSI] qla2xxx: Update the copyright information.Saurav Kashyap2013-02-221-1/+1
* [SCSI] qla2xxx: Do link initialization on get loop id failure.Joe Carnuccio2013-02-221-0/+48
* [SCSI] qla2xxx: Print thermal unsupported message.Joe Carnuccio2013-02-221-0/+4
* [SCSI] qla2xxx: Determine the number of outstanding commands based on availab...Chad Dupuis2013-02-221-4/+4
* [SCSI] qla2xxx: Fix for warnings reported by sparse.Saurav Kashyap2012-11-301-2/+2
* [SCSI] qla2xxx: Honor status value of 2 for report-id acquisition.Saurav Kashyap2012-11-301-1/+1
* [SCSI] qla2xxx: Enable fw attributes for ISP24xx and above.Saurav Kashyap2012-09-241-1/+1
* [SCSI] qla2xxx: Update the driver copyright.Chad Dupuis2012-09-241-1/+1
* [SCSI] qla2xxx: Add bit to identify adapters for thermal temp.Joe Carnuccio2012-09-241-2/+4
* [SCSI] qla2xxx: Implemetation of mctp.Saurav Kashyap2012-09-241-13/+57
* [SCSI] qla2xxx: IDC implementation for ISP83xx.Santosh Vernekar2012-09-241-3/+139
* [SCSI] qla2xxx: Display mailbox failure by default.Saurav Kashyap2012-09-141-1/+1
* [SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx seriesNicholas Bellinger2012-05-221-7/+105
* [SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port.Joe Carnuccio2012-05-221-2/+2
* [SCSI] qla2xxx: Add ql_dbg_verbose logging level.Saurav Kashyap2012-05-221-174/+321
* [SCSI] qla2xxx: Change "Done" to "Entering" in the debug print statement in q...Chad Dupuis2012-05-221-1/+1
* [SCSI] qla2xxx: Fix typo in qla_mbx.cMasanari Iida2012-05-221-2/+2
* [SCSI] qla2xxx: Handle device mapping changes due to device logout.Arun Easi2012-02-191-0/+19
* [SCSI] qla2xxx: Perform firmware dump procedure on mailbox command timeout.Chad Dupuis2012-02-191-0/+6
* [SCSI] qla2xxx: Log messages to use correct vha.Arun Easi2012-02-191-30/+30
* [SCSI] qla2xxx: Print mailbox command opcode and return code when a command t...Chad Dupuis2012-02-191-7/+9
* [SCSI] qla2xxx: Reduce mbx-command timeout for Login/Logout requests.Andrew Vasquez2012-02-191-3/+4
* [SCSI] qla2xxx: Perform implicit logout during rport tear-down.Andrew Vasquez2012-02-191-0/+37
* [SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali2012-02-191-1/+2
* [SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali2012-02-191-47/+215
* [SCSI] qla2xxx: Complete mailbox command timedout to avoid initialization fai...Giridhar Malavali2012-02-181-0/+4
* [SCSI] qla2xxx: Clear options-flags while issuing stop-firmware mbx command.Andrew Vasquez2012-02-181-1/+2
* [SCSI] qla2xxx: Correct report-id acquisition checkGiridhar Malavali2011-12-151-1/+1
* [SCSI] qla2xxx: Disable generating pause frames when firmware hang detected f...Giridhar Malavali2011-12-121-2/+18
* [SCSI] qla2xxx: Clear mailbox busy flag during premature mailbox completion f...Giridhar Malavali2011-12-121-0/+2
* [SCSI] qla2xxx: Return the correct value for a mailbox command if 82xx is in ...Andrew Vasquez2011-12-121-2/+1
* [SCSI] qla2xxx: Implemeted beacon on/off for ISP82XX.Saurav Kashyap2011-08-291-0/+38
* [SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure.Giridhar Malavali2011-08-291-0/+89
* [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap2011-07-271-574/+517
* [SCSI] qla2xxx: Refactor call to qla2xxx_read_sfp for thermal temperature.Joe Carnuccio2011-05-171-42/+11
* [SCSI] qla2xxx: Unify the read/write sfp mailbox command routines.Joe Carnuccio2011-05-171-49/+23
* [SCSI] qla2xxx: Correctly read sfp single byte mailbox register.Joe Carnuccio2011-05-171-2/+2
* [SCSI] qla2xxx: Verify login-state has transitioned to PRLI-completed.Andrew Vasquez2011-05-011-5/+12
* [SCSI] qla2xxx: Update copyright banner.Andrew Vasquez2011-05-011-1/+1
OpenPOWER on IntegriCloud