summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_iocb.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Make __qla2x00_alloc_iocbs() initialize 32 bits of request_t.h...Bart Van Assche2020-06-301-2/+2
* scsi: Fix trivial spellingKieran Bingham2020-06-151-3/+3
* scsi: qla2xxx: Remove return value from qla_nvme_ls()Daniel Wagner2020-05-261-4/+1
* scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche2020-05-191-34/+37
* scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche2020-05-191-32/+32
* scsi: qla2xxx: Fix the code that reads from mailbox registersBart Van Assche2020-05-191-1/+1
* scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline functionBart Van Assche2020-02-281-11/+11
* scsi: qla2xxx: Fix control flags for login/logout IOCBHimanshu Madhani2020-02-241-3/+5
* scsi: qla2xxx: Cleanup ELS/PUREX iocb fieldsJoe Carnuccio2020-02-241-6/+6
* scsi: qla2xxx: Correct fcport flags handlingShyam Sundar2019-12-211-1/+2
* scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcportShyam Sundar2019-12-191-3/+4
* scsi: qla2xxx: Fix fabric scan hangQuinn Tran2019-12-191-8/+33
* scsi: qla2xxx: Add debug dump of LOGO payload and ELS IOCBRoman Bolshakov2019-12-091-0/+9
* scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump lengthRoman Bolshakov2019-12-091-2/+4
* scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran2019-12-091-4/+12
* scsi: qla2xxx: Fix device connect issues in P2P configurationArun Easi2019-11-081-3/+2
* scsi: qla2xxx: Retry PLOGI on FC-NVMe PRLI failureQuinn Tran2019-11-081-1/+5
* scsi: qla2xxx: Add error handling for PLOGI ELS passthroughQuinn Tran2019-10-091-3/+92
* scsi: qla2xxx: Fix Nport ID display valueQuinn Tran2019-09-231-3/+4
* scsi: qla2xxx: Fix a NULL pointer dereferenceBart Van Assche2019-08-121-1/+2
* scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche2019-08-121-23/+17
* scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche2019-08-121-2/+1
* scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...Bart Van Assche2019-08-121-11/+9
* scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche2019-08-121-91/+37
* scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche2019-08-121-9/+3
* scsi: qla2xxx: Set the responder mode if appropriate for ELS pass-through IOCBsBart Van Assche2019-08-121-1/+2
* scsi: qla2xxx: Make it explicit that ELS pass-through IOCBs use little endianBart Van Assche2019-08-121-3/+4
* scsi: qla2xxx: Change data_dsd into an arrayBart Van Assche2019-08-121-2/+2
* scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche2019-08-121-0/+1
* scsi: qla2xxx: Fix premature timer expirationQuinn Tran2019-08-071-1/+4
* scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche2019-04-291-37/+20
* scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-291-156/+99
* scsi: qla2xxx: Pass little-endian values to the firmwareBart Van Assche2019-04-291-4/+4
* scsi: qla2xxx: Use an on-stack completion in qla24xx_control_vp()Bart Van Assche2019-04-291-1/+0
* scsi: qla2xxx: Uninline qla2x00_init_timer()Bart Van Assche2019-04-291-0/+11
* scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche2019-04-291-2/+0
* scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() staticBart Van Assche2019-04-151-1/+1
* scsi: qla2xxx: Insert spaces where requiredBart Van Assche2019-04-151-1/+1
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-151-0/+2
* scsi: qla2xxx: Use tabs to indent codeBart Van Assche2019-04-151-6/+6
* scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche2019-04-081-12/+9
* scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio2019-03-191-2/+3
* scsi: qla2xxx: avoid printf format warningArnd Bergmann2019-03-061-2/+2
* scsi: qla2xxx: Move marker request behind QPairQuinn Tran2019-02-191-29/+21
* scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp2019-02-191-1/+4
* scsi: qla2xxx: Fix session cleanup hangQuinn Tran2019-02-051-3/+2
* scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali2019-01-111-62/+273
* scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche2018-10-231-2/+2
* scsi: qla2xxx: Remove set but not used variable 'ptr_dma'YueHaibing2018-09-171-2/+0
* scsi: qla2xxx: Fix race condition for resource cleanupQuinn Tran2018-09-111-2/+1