linux-kernel-test/drivers/scsi/qla2xxx
Saurav Kashyap 7c3df1320e [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.
The code is changed to support the new dynamic logging infrastructure.
Following are the levels added.
Default is 0 - no logging.  0x40000000 - Module Init & Probe.
0x20000000 - Mailbox Cmnds. 0x10000000 - Device Discovery.
0x08000000 - IO tracing.    0x04000000 - DPC Thread.
0x02000000 - Async events.  0x01000000 - Timer routines.
0x00800000 - User space.    0x00400000 - Task Management.
0x00200000 - AER/EEH.       0x00100000 - Multi Q.
0x00080000 - P3P Specific.  0x00040000 - Virtual Port.
0x00020000 - Buffer Dump.   0x00010000 - Misc.
0x7fffffff - For enabling all logs, can be too many logs.

Setting ql2xextended_error_logging module parameter to any of the above
value, will enable the debug for that particular level.
Do LOGICAL OR of the value to enable more than one level.

Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Joe Carnuccio <joe.carnuccio@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: Madhuranath Iyengar <Madhu.Iyengar@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
2011-07-27 14:16:17 +04:00
..
Kconfig
Makefile [SCSI] qla2xxx: Add ISP82XX support. 2010-05-01 14:11:17 -05:00
qla_attr.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_bsg.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_bsg.h [SCSI] qla2xxx: Update copyright banner. 2011-05-01 10:07:23 -05:00
qla_dbg.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_dbg.h [SCSI] qla2xxx: Basic infrastructure for dynamic logging. 2011-07-27 14:12:25 +04:00
qla_def.h [SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled. 2011-05-01 10:14:42 -05:00
qla_devtbl.h [SCSI] qla2xxx: fix Kernel Panic with Qlogic 2472 Card. 2009-02-10 11:15:18 -05:00
qla_dfs.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_fw.h [SCSI] qla2xxx: Properly set the dsd_list_len for dsd_chaining in cmd type 6. 2011-05-17 11:28:03 +04:00
qla_gbl.h [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_gs.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_init.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_inline.h [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_iocb.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_isr.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_mbx.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_mid.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_nx.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_nx.h [SCSI] qla2xxx: Update copyright banner. 2011-05-01 10:07:23 -05:00
qla_os.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_settings.h [SCSI] qla2xxx: Update copyright banner. 2011-05-01 10:07:23 -05:00
qla_sup.c [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure. 2011-07-27 14:16:17 +04:00
qla_version.h [SCSI] qla2xxx: Update version number to 8.03.07.03-k. 2011-05-01 10:15:51 -05:00