aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_inline.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08scsi: qla2xxx: don't use zero for FC4_PRIORITY_NVMEMartin Wilck1-1/+1
2019-10-09scsi: qla2xxx: Dual FCP-NVMe target port supportMichael Hernandez1-0/+12
2019-08-12scsi: qla2xxx: Introduce the function qla2xxx_init_sp()Bart Van Assche1-13/+15
2019-04-29scsi: qla2xxx: Uninline qla2x00_init_timer()Bart Van Assche1-12/+0
2019-04-29scsi: qla2xxx: Move qla2x00_is_reserved_id() from qla_inline.h into qla_init.cBart Van Assche1-11/+0
2019-04-29scsi: qla2xxx: Move qla2x00_clear_loop_id() from qla_inline.h into qla_init.cBart Van Assche1-12/+0
2019-04-29scsi: qla2xxx: Move qla2x00_set_reserved_loop_ids() definitionBart Van Assche1-14/+0
2019-04-15scsi: qla2xxx: Move qla2x00_set_fcport_state() from a .h into a .c fileBart Van Assche1-19/+0
2019-04-03scsi: qla2xxx: Set the qpair in SRB to NULL when SRB is releasedGiridhar Malavali1-0/+1
2018-09-11scsi: qla2xxx: Add mode control for each physical portQuinn Tran1-3/+3
2018-09-11scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran1-8/+9
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+7
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran1-2/+0
2018-08-02scsi: qla2xxx: Prevent sysfs access when chip is downQuinn Tran1-0/+6
2018-07-19scsi: qla2xxx: Fix unintialized List head crashQuinn Tran1-0/+2
2018-06-19scsi: qla2xxx: remove irq save in qla2x00_poll()Sebastian Andrzej Siewior1-3/+1
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-1/+1
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche1-0/+1
2018-01-03scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran1-0/+1
2017-11-08scsi: qla2xxx: Convert timers to use timer_setup()Kees Cook1-3/+1
2017-06-27scsi: qla2xxx: Add function call to qpair for door bellQuinn Tran1-0/+15
2017-06-27scsi: qla2xxx: Enable Target Multi QueueQuinn Tran1-0/+28
2017-06-27scsi: qla2xxx: Combine Active command arrays.Quinn Tran1-0/+1
2017-06-12scsi: qla2xxx: Add ql2xiniexchg parameterQuinn Tran1-0/+16
2017-05-24scsi: qla2xxx: Fix crash due to NULL pointer dereference of ctxJoe Carnuccio1-19/+7
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio1-7/+6
2017-02-09qla2xxx: Add framework for async fabric discoveryQuinn Tran1-3/+4
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez1-0/+30
2016-02-23qla2xxx: Avoid side effects when using endianizer macros.Joe Carnuccio1-2/+2
2016-01-07qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani1-0/+2
2014-09-25qla2xxx: Honor FCP_RSP retry delay timer field.Chad Dupuis1-0/+8
2014-05-19qla2xxx: T10-Dif: add T10-PI supportQuinn Tran1-2/+11
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2013-12-19[SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low."Chad Dupuis1-19/+0
2013-09-03[SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh1-1/+1
2013-07-08[SCSI] qla2xxx: Fix sparse warning from qla_mr.c and qla_iocb.c.Saurav Kashyap1-1/+1
2013-05-12[SCSI] qla2xxx: Fix for locking issue between driver ISR and mailbox routinesgurinder.shergill@hp.com1-0/+11
2013-04-11[SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali1-1/+40
2013-02-22[SCSI] qla2xxx: Update the copyright information.Saurav Kashyap1-1/+1
2013-02-22[SCSI] qla2xxx: Unload hangs after issuing BSG commands to vport.Chad Dupuis1-0/+7
2013-02-22[SCSI] qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low.Chad Dupuis1-0/+19
2012-09-24[SCSI] qla2xxx: Update the driver copyright.Chad Dupuis1-1/+1
2012-09-24[SCSI] qla2xxx: Use bitmap to store loop_id's for fcports.Chad Dupuis1-0/+26
2012-02-19[SCSI] qla2xxx: Add ha->max_fibre_devices to keep track of the maximum number of targets.Chad Dupuis1-0/+6
2012-02-19[SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali1-4/+41
2012-02-18[SCSI] qla2xxx: Add an "is reset active" helper.Andrew Vasquez1-0/+13
2011-08-27[SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.Arun Easi1-2/+10
2011-08-27[SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.Arun Easi1-0/+21
2011-07-27[SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap1-4/+4
2011-05-01[SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled.Chad Dupuis1-0/+19