summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_gbl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Update BPM enablement semantics.Andrew Vasquez2020-02-291-1/+1
* scsi: qla2xxx: Use a dedicated interrupt handler for 'handshake-required' ISPsAndrew Vasquez2020-02-291-0/+2
* scsi: qla2xxx: Use FC generic update firmware options routine for ISP27xxGiridhar Malavali2020-02-291-2/+0
* scsi: qla2xxx: Add deferred queue for processing ABTS and RDPJoe Carnuccio2020-02-241-0/+2
* scsi: qla2xxx: Add ql2xrdpenable module parameter for RDPJoe Carnuccio2020-02-241-0/+1
* scsi: qla2xxx: Add vendor extended RDP additions and amendmentsJoe Carnuccio2020-02-241-0/+3
* scsi: qla2xxx: Add changes in preparation for vendor extended FDMI/RDPJoe Carnuccio2020-02-241-1/+11
* scsi: qla2xxx: Add beacon LED config sysfs interfaceJoe Carnuccio2020-02-221-0/+1
* scsi: qla2xxx: Use common routine to free fcport structQuinn Tran2019-12-201-0/+1
* scsi: qla2xxx: Cleanup unused async_logout_doneShyam Sundar2019-12-201-4/+0
* scsi: qla2xxx: Add a shadow variable to hold disc_state history of fcportShyam Sundar2019-12-201-0/+1
* scsi: qla2xxx: Fix fabric scan hangQuinn Tran2019-12-201-0/+1
* scsi: qla2xxx: Remove defer flag to indicate immeadiate port lossHimanshu Madhani2019-12-201-2/+2
* scsi: qla2xxx: Fix device connect issues in P2P configurationArun Easi2019-11-091-0/+1
* scsi: qla2xxx: Introduce qla2x00_els_dcmd2_free()Bart Van Assche2019-08-131-0/+2
* scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() functionBart Van Assche2019-08-131-1/+5
* scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche2019-08-131-0/+1
* scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche2019-08-131-7/+7
* scsi: qla2xxx: Change the return type of qla24xx_read_flash_data()Bart Van Assche2019-08-131-1/+1
* scsi: qla2xxx: Check the PCI info string output buffer sizeBart Van Assche2019-08-131-1/+1
* scsi: qla2xxx: Declare fourth qla2x00_set_model_info() argument constBart Van Assche2019-08-131-2/+2
* scsi: qla2xxx: Declare the fourth ql_dump_buffer() argument constBart Van Assche2019-08-131-1/+1
* scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran2019-06-271-0/+2
* scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-291-3/+3
* scsi: qla2xxx: Make qla24xx_async_abort_cmd() staticBart Van Assche2019-04-291-1/+0
* scsi: qla2xxx: Uninline qla2x00_init_timer()Bart Van Assche2019-04-291-0/+1
* scsi: qla2xxx: Move qla2x00_clear_loop_id() from qla_inline.h into qla_init.cBart Van Assche2019-04-291-0/+1
* scsi: qla2xxx: Declare qla2x00_find_new_loop_id() staticBart Van Assche2019-04-291-2/+0
* scsi: qla2xxx: Move qla2x00_set_fcport_state() from a .h into a .c fileBart Van Assche2019-04-161-0/+1
* scsi: qla2xxx: Declare qla24xx_build_scsi_crc_2_iocbs() staticBart Van Assche2019-04-161-2/+0
* scsi: qla2xxx: Fix formatting of pointer typesBart Van Assche2019-04-161-1/+1
* scsi: qla2xxx: Secure flash update support for ISP28XXMichael Hernandez2019-03-191-6/+16
* scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio2019-03-191-1/+5
* scsi: qla2xxx: Update flash read/write routineJoe Carnuccio2019-03-191-23/+24
* scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio2019-03-191-1/+1
* scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio2019-03-191-7/+3
* scsi: qla2xxx: Remove FW default templateJoe Carnuccio2019-03-191-2/+0
* scsi: qla2xxx: Move marker request behind QPairQuinn Tran2019-02-201-2/+2
* scsi: qla2xxx: Add support for setting port speedAnil Gurumurthy2019-02-201-0/+1
* scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali2019-01-121-1/+2
* scsi: qla2xxx: Add mode control for each physical portQuinn Tran2018-09-121-1/+4
* scsi: qla2xxx: Remove stale ADISC_DONE eventHimanshu Madhani2018-09-121-2/+0
* scsi: qla2xxx: Remove ASYNC GIDPN switch commandHimanshu Madhani2018-09-121-3/+2
* scsi: qla2xxx: Move rport registration out of internal work_listQuinn Tran2018-09-121-2/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-3/+3
|\
| * scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran2018-08-021-2/+1
| * scsi: qla2xxx: Fix race between switch cmd completion and timeoutQuinn Tran2018-08-021-1/+1
| * scsi: qla2xxx: Fix Management Server NPort handle reservation logicQuinn Tran2018-08-021-0/+1
* | scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletionQuinn Tran2018-07-201-0/+1
|/
* scsi: qla2xxx: Move GPSC and GFPNID out of session managementQuinn Tran2018-05-081-1/+2