summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfa_core.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: bfa: use ARRAY_SIZE for array sizing calculation on array __pciidsColin Ian King2018-01-101-1/+1
* scsi: bfa: remove bfa_module_s madnessChristoph Hellwig2017-04-191-35/+31
* bfa: deinline __bfa_trc() and __bfa_trc32()Denys Vlasenko2016-02-231-0/+19
* bfa: File header and user visible string changesAnil Gurumurthy2015-12-021-1/+1
* bfa: Update copyright messagesAnil Gurumurthy2015-12-021-2/+3
* [SCSI] bfa: Fix for bcu or hcm faa query hangVijaya Mohan Guvva2013-12-191-4/+4
* [SCSI] bfa: Allow rsp queue process during ioc disableVijaya Mohan Guvva2013-06-261-2/+1
* [SCSI] bfa: Add support to read/update the FRU data.Krishna Gudipati2012-10-071-0/+14
* [SCSI] bfa: Add support to configure min/max bandwidth for a pcifnKrishna Gudipati2012-10-071-4/+5
* [SCSI] bfa: Add support for IO throttling at port levelKrishna Gudipati2012-10-071-2/+7
* [SCSI] bfa: IOCFC state machine enhancementsKrishna Gudipati2012-10-071-0/+53
* [SCSI] bfa: Fix to process mbox interrupts only if interrupts are enabled in ...Krishna Gudipati2012-09-241-1/+8
* [SCSI] bfa: Add PowerPC support and enable PCIE AER handling.Krishna Gudipati2012-09-241-8/+4
* [SCSI] bfa: Revised Fabric Assigned Address(FAA) feature implementation.Krishna Gudipati2012-03-281-206/+474
* [SCSI] bfa: Modify ISR to process pending completionsKrishna Gudipati2012-03-281-3/+10
* [SCSI] bfa: Add support to store driver configuration in flash.Krishna Gudipati2011-07-271-5/+20
* [SCSI] bfa: Added support to collect and reset fcport statsKrishna Gudipati2011-07-271-1/+9
* [SCSI] bfa: Update RME interrupt handling.Krishna Gudipati2011-07-271-16/+9
* [SCSI] bfa: Added support to query PHY.Krishna Gudipati2011-06-291-0/+14
* [SCSI] bfa: Added HBA diagnostics support.Krishna Gudipati2011-06-291-1/+15
* [SCSI] bfa: Added support for flash configurationKrishna Gudipati2011-06-291-0/+15
* [SCSI] bfa: Added support to obtain SFP info.Krishna Gudipati2011-06-291-0/+13
* [SCSI] bfa: Added support for CEE info and stats query.Krishna Gudipati2011-06-291-0/+14
* [SCSI] bfa: Extend BSG interface.Krishna Gudipati2011-06-291-1/+20
* [SCSI] bfa: DMA memory allocation enhancement.Krishna Gudipati2011-06-291-147/+124
* [SCSI] bfa: Brocade-1860 Fabric Adapter vHBA support.Krishna Gudipati2011-06-291-23/+39
* [SCSI] bfa: Brocade-1860 Fabric Adapter PLL init fixes.Krishna Gudipati2011-06-291-7/+36
* [SCSI] bfa: Added Fabric Assigned Address(FAA) supportKrishna Gudipati2011-06-291-0/+192
* [SCSI] bfa: Enable ASIC block configuration and query.Krishna Gudipati2011-06-291-0/+25
* [SCSI] bfa: Enhancement for fcpim and IO tag handling.Krishna Gudipati2011-06-291-2/+7
* [SCSI] bfa: IOC and PLL init changes for Brocade-1860 Fabric Adapter.Krishna Gudipati2011-06-291-12/+16
* [SCSI] bfa: Changes to support vport disable and enable operations.Krishna Gudipati2011-06-291-1/+1
* [SCSI] bfa: Brocade-1860 Fabric Adapter Hardware EnablementKrishna Gudipati2011-06-291-78/+131
* [SCSI] bfa: Introduce IOC event notification mechanism.Krishna Gudipati2011-06-291-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [SCSI] bfa: remove unused defintions and misc cleanupsJing Huang2010-12-311-12/+0
* [SCSI] bfa: remove inactive functionsJing Huang2010-12-311-8/+0
* [SCSI] bfa: replace bfa_assert with WARN_ONJing Huang2010-12-311-6/+6
* [SCSI] bfa: remove unused functions and misc cleanupsMaggie Zhang2010-12-211-1/+1
* [SCSI] bfa: remove all OS wrappersMaggie Zhang2010-12-211-1/+1
* [SCSI] bfa: remove a file with small sizeMaggie Zhang2010-12-211-0/+87
* [SCSI] bfa: clean up one line functionsMaggie Zhang2010-12-211-164/+9
* [SCSI] bfa: remove unused and empty functionsMaggie Zhang2010-12-211-78/+1
* [SCSI] bfa: fix comments for c filesJing Huang2010-10-251-56/+56
* [SCSI] bfa: remove os wrapper functions and macrosJing Huang2010-10-251-16/+16
* [SCSI] bfa: replace endian swap macros with the ones provided by linuxJing Huang2010-10-251-13/+13
* [SCSI] bfa: remove os wrapper and unused functionsJing Huang2010-10-251-4/+4
* [SCSI] bfa: cleanup driverKrishna Gudipati2010-09-161-83/+1048
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * scsi: bfa: use ARRAY_SIZEKulikov Vasiliy2010-07-201-1/+1