summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_def.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche1-3/+3
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-45/+13
2019-04-29scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche1-1/+0
2019-04-29scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche1-1/+1
2019-04-15scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c fileBart Van Assche1-7/+1
2019-04-15scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche1-1/+1
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke1-1/+4
2019-04-03scsi: qla2xxx: Change abort wait_loop from msleep to wait_event_timeoutGiridhar Malavali1-1/+1
2019-04-03scsi: qla2xxx: Fix fw dump corruptionQuinn Tran1-0/+1
2019-03-19scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez1-2/+29
2019-03-19scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio1-18/+45
2019-03-19scsi: qla2xxx: Update flash read/write routineJoe Carnuccio1-4/+4
2019-03-19scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio1-4/+5
2019-03-19scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio1-1/+1
2019-03-19scsi: qla2xxx: Correctly report max/min supported speedsJoe Carnuccio1-3/+4
2019-03-19scsi: qla2xxx: Add Serdes support for ISP28XXJoe Carnuccio1-1/+3
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio1-18/+44
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+42
2019-02-19scsi: qla2xxx: Add support for setting port speedAnil Gurumurthy1-0/+6
2019-02-19scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp1-0/+4
2019-02-05scsi: qla2xxx: Change default ZIO threshold.Quinn Tran1-1/+1
2019-02-01scsi: qla2xxx: Add new FC-NVMe enable BIT to enable FC-NVMe featureGiridhar Malavali1-0/+3
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-0/+28
2019-01-11scsi: qla2xxx: Use correct number of vectors for online CPUsMing Lei1-0/+2
2018-09-11scsi: qla2xxx: Add mode control for each physical portQuinn Tran1-0/+7
2018-09-11scsi: qla2xxx: Remove stale ADISC_DONE eventHimanshu Madhani1-1/+0
2018-09-11scsi: qla2xxx: Remove ASYNC GIDPN switch commandHimanshu Madhani1-3/+0
2018-09-11scsi: qla2xxx: Reduce holding sess_lock to prevent CPU lock-upQuinn Tran1-1/+1
2018-09-11scsi: qla2xxx: Add support for ZIO6 interrupt thresholdQuinn Tran1-1/+6
2018-09-11scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran1-0/+1
2018-09-11scsi: qla2xxx: Add logic to detect ABTS hang and response completionQuinn Tran1-0/+3
2018-09-11scsi: qla2xxx: Move rport registration out of internal work_listQuinn Tran1-2/+4
2018-09-11scsi: qla2xxx: Update rscn_rcvd field to more meaningful scan_neededQuinn Tran1-1/+1
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+20
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran1-1/+11
2018-08-02scsi: qla2xxx: Save frame payload size from ICBQuinn Tran1-0/+1
2018-08-02scsi: qla2xxx: Fix race between switch cmd completion and timeoutQuinn Tran1-0/+1
2018-08-02scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran1-0/+5
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran1-1/+2
2018-07-10scsi: qla2xxx: Fix inconsistent DMA mem alloc/freeQuinn Tran1-0/+2
2018-05-08scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran1-2/+1
2018-05-08scsi: qla2xxx: Reduce redundant ADISC command for RSCNsQuinn Tran1-0/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-2/+2
2018-03-21scsi: qla2xxx: Fix Async GPN_FT for FCP and FC-NVMe scanQuinn Tran1-0/+8
2018-03-21scsi: qla2xxx: Remove nvme_done_listDarren Trapp1-1/+0
2018-03-21scsi: qla2xxx: Return busy if rport going awayDarren Trapp1-0/+1
2018-03-21scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB changeDarren Trapp1-2/+0
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp1-0/+1
2018-03-01scsi: qla2xxx: Fix FC-NVMe LUN discoveryDarren Trapp1-0/+1
2018-03-01scsi: qla2xxx: Fixup locking for session deletionHannes Reinecke1-2/+2