aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15scsi: qla2xxx: Remove unused declarations for qla2xxxGaosheng Cui1-2/+0
2022-08-31scsi: qla2xxx: Remove unused qlt_tmr_work()Tetsuo Handa1-1/+0
2022-08-31scsi: qla2xxx: Remove unused del_sess_list fieldTetsuo Handa1-3/+0
2022-04-25scsi: qla2xxx: Remove free_sg command flagGleb Chesnokov1-1/+0
2021-07-27scsi: qla2xxx: edif: Add encryption to I/O pathQuinn Tran1-1/+15
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran1-0/+1
2021-07-27scsi: qla2xxx: edif: Add key updateQuinn Tran1-1/+1
2021-03-15scsi: qla2xxx: Fix broken #endif placementAlexey Dobriyan1-1/+1
2020-11-04scsi: qla2xxx: Move sess cmd list/lock to driverMike Christie1-0/+1
2020-06-30scsi: qla2xxx: Remove the __packed annotation from struct fcp_hdr and fcp_hdr_leBart Van Assche1-2/+2
2020-05-19scsi: qla2xxx: Fix endianness annotations in header filesBart Van Assche1-116/+116
2020-02-10scsi: tcm_qla2xxx: Make qlt_alloc_qfull_cmd() set cmd->se_cmd.map_tagBart Van Assche1-0/+2
2020-01-02scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functionsBart Van Assche1-2/+1
2019-08-12scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche1-22/+11
2019-08-12scsi: qla2xxx: Declare qla_tgt_cmd.cdb constBart Van Assche1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to firmwareBart Van Assche1-2/+2
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-10/+3
2019-04-29scsi: qla2xxx: Remove qla_tgt_cmd.releasedBart Van Assche1-1/+0
2019-04-29scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche1-3/+8
2019-04-15scsi: qla2xxx: Remove qla_tgt_cmd.data_work and qla_tgt_cmd.data_work_freeBart Van Assche1-2/+0
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche1-1/+1
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-0/+2
2018-11-06scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig1-8/+0
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+7
2018-09-11scsi: qla2xxx: Fix an endian bug in fcpcmd_is_corrupted()Dan Carpenter1-2/+2
2018-09-11scsi: qla2xxx: Fix premature command freeQuinn Tran1-0/+1
2018-09-11scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran1-1/+5
2018-09-11scsi: qla2xxx: Add appropriate debug info for invalid RX_IDQuinn Tran1-0/+1
2018-05-08scsi: qla2xxx: Fix TMF and Multi-Queue configQuinn Tran1-1/+3
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp1-1/+1
2018-01-03scsi: qla2xxx: Migrate switch registration commands away from mailbox interfaceQuinn Tran1-1/+1
2018-01-03scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran1-1/+1
2017-08-24scsi: qla2xxx: Cleanup NPIV host in target mode during config teardownQuinn Tran1-0/+1
2017-08-24scsi: qla2xxx: Fix task mgmt handling for NPIVQuinn Tran1-0/+1
2017-06-27scsi: qla2xxx: Remove datasegs_per_cmd and datasegs_per_cont fieldQuinn Tran1-1/+1
2017-06-27scsi: qla2xxx: Remove unused tgt_enable_64bit_addr flagQuinn Tran1-1/+0
2017-06-27scsi: qla2xxx: Add debug logging routine for qpairQuinn Tran1-0/+1
2017-06-27scsi: qla2xxx: Add function call to qpair for door bellQuinn Tran1-1/+1
2017-06-27scsi: qla2xxx: move fields from qla_hw_data to qla_qpairQuinn Tran1-2/+1
2017-06-27scsi: qla2xxx: Enable Target Multi QueueQuinn Tran1-1/+9
2017-06-27scsi: qla2xxx: Preparation for Target MQ.Quinn Tran1-3/+7
2017-06-27scsi: qla2xxx: Combine Active command arrays.Quinn Tran1-5/+18
2017-06-12scsi: qla2xxx: Remove unused irq_cmd_count field.Quinn Tran1-1/+0
2017-06-12scsi: qla2xxx: Turn on FW option for exchange checkQuinn Tran1-1/+1
2017-06-12scsi: qla2xxx: Convert 32-bit LUN usage to 64-bitQuinn Tran1-2/+2
2017-06-12scsi: qla2xxx: Remove an unused structure memberBart Van Assche1-1/+0
2017-03-18qla2xxx: Add async new target notificationQuinn Tran1-0/+1
2017-03-18qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran1-6/+32
2017-02-09qla2xxx: Remove unused reverse_ini_modeHimanshu Madhani1-8/+0