aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_iocb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-09scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCBRoman Bolshakov1-0/+9
2019-12-09scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump lengthRoman Bolshakov1-2/+4
2019-12-09scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran1-4/+12
2019-11-08scsi: qla2xxx: Fix device connect issues in P2P configurationArun Easi1-3/+2
2019-11-08scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failureQuinn Tran1-1/+5
2019-10-09scsi: qla2xxx: Add error handling for PLOGI ELS passthroughQuinn Tran1-3/+92
2019-09-23scsi: qla2xxx: Fix Nport ID display valueQuinn Tran1-3/+4
2019-08-12scsi: qla2xxx: Fix a NULL pointer dereferenceBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche1-23/+17
2019-08-12scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche1-2/+1
2019-08-12scsi: qla2xxx: Let the compiler check the type of the SCSI command context pointerBart Van Assche1-11/+9
2019-08-12scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche1-91/+37
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-9/+3
2019-08-12scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBsBart Van Assche1-1/+2
2019-08-12scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endianBart Van Assche1-3/+4
2019-08-12scsi: qla2xxx: Change data_dsd into an arrayBart Van Assche1-2/+2
2019-08-12scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche1-0/+1
2019-08-07scsi: qla2xxx: Fix premature timer expirationQuinn Tran1-1/+4
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to firmwareBart Van Assche1-37/+20
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-156/+99
2019-04-29scsi: qla2xxx: Pass little-endian values to the firmwareBart Van Assche1-4/+4
2019-04-29scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche1-1/+0
2019-04-29scsi: qla2xxx: Uninline qla2x00_init_timer()Bart Van Assche1-0/+11
2019-04-29scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche1-2/+0
2019-04-15scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() staticBart Van Assche1-1/+1
2019-04-15scsi: qla2xxx: Insert spaces where requiredBart Van Assche1-1/+1
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+2
2019-04-15scsi: qla2xxx: Use tabs to indent codeBart Van Assche1-6/+6
2019-04-08scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche1-12/+9
2019-03-19scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio1-2/+3
2019-03-06scsi: qla2xxx: avoid printf format warningArnd Bergmann1-2/+2
2019-02-19scsi: qla2xxx: Move marker request behind QPairQuinn Tran1-29/+21
2019-02-19scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp1-1/+4
2019-02-05scsi: qla2xxx: Fix session cleanup hangQuinn Tran1-3/+2
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-62/+273
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche1-2/+2
2018-09-17scsi: qla2xxx: Remove set but not used variable 'ptr_dma'YueHaibing1-2/+0
2018-09-11scsi: qla2xxx: Fix race condition for resource cleanupQuinn Tran1-2/+1
2018-09-11scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran1-4/+5
2018-09-11scsi: qla2xxx: Use correct qpair for ABTS/CMDQuinn Tran1-5/+7
2018-09-11scsi: qla2xxx: Fix process response queue for ISP26XX and aboveQuinn Tran1-17/+0
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-57/+97
2018-08-08scsi: qla2xxx: Fix issue reported by static checker for qla2x00_els_dcmd2_sp_done()Quinn Tran1-0/+1
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran1-26/+86
2018-08-02scsi: qla2xxx: Fix stalled reloginHimanshu Madhani1-0/+1
2018-08-02scsi: qla2xxx: Fix N2N link re-connectQuinn Tran1-6/+9
2018-08-02scsi: qla2xxx: Cleanup for N2N codeHimanshu Madhani1-25/+0
2018-07-30scsi: qla2xxx: Fix memory leak for allocating abort IOCBQuinn Tran1-26/+27
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-3/+5
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-4/+3