Searched hist:"7414705 ea4aef9ce438e547f3138a680d2d1096c" (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/libfc/ |
H A D | fc_disc.c | diff 7414705ea4aef9ce438e547f3138a680d2d1096c Thu Jun 11 00:31:10 CEST 2009 Robert Love <robert.w.love@intel.com> libfc: Add runtime debugging with debug_logging module parameter
This patch adds the /sys/module/libfc/parameters/debug_logging file to sysfs as a module parameter. It accepts an integer bitmask for logging. Currently it supports:
bit LSB 0 = general libfc debugging 1 = lport debugging 2 = disc debugging 3 = rport debugging 4 = fcp debugging 5 = EM debugging 6 = exch/seq debugging 7 = scsi logging (mostly error handling)
the other bits are not used at this time.
The patch converts all of the libfc source files to use these new macros and removes the old FC_DBG macro.
Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
|
H A D | fc_exch.c | diff 7414705ea4aef9ce438e547f3138a680d2d1096c Thu Jun 11 00:31:10 CEST 2009 Robert Love <robert.w.love@intel.com> libfc: Add runtime debugging with debug_logging module parameter
This patch adds the /sys/module/libfc/parameters/debug_logging file to sysfs as a module parameter. It accepts an integer bitmask for logging. Currently it supports:
bit LSB 0 = general libfc debugging 1 = lport debugging 2 = disc debugging 3 = rport debugging 4 = fcp debugging 5 = EM debugging 6 = exch/seq debugging 7 = scsi logging (mostly error handling)
the other bits are not used at this time.
The patch converts all of the libfc source files to use these new macros and removes the old FC_DBG macro.
Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
|
H A D | fc_fcp.c | diff 7414705ea4aef9ce438e547f3138a680d2d1096c Thu Jun 11 00:31:10 CEST 2009 Robert Love <robert.w.love@intel.com> libfc: Add runtime debugging with debug_logging module parameter
This patch adds the /sys/module/libfc/parameters/debug_logging file to sysfs as a module parameter. It accepts an integer bitmask for logging. Currently it supports:
bit LSB 0 = general libfc debugging 1 = lport debugging 2 = disc debugging 3 = rport debugging 4 = fcp debugging 5 = EM debugging 6 = exch/seq debugging 7 = scsi logging (mostly error handling)
the other bits are not used at this time.
The patch converts all of the libfc source files to use these new macros and removes the old FC_DBG macro.
Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
|
H A D | fc_lport.c | diff 7414705ea4aef9ce438e547f3138a680d2d1096c Thu Jun 11 00:31:10 CEST 2009 Robert Love <robert.w.love@intel.com> libfc: Add runtime debugging with debug_logging module parameter
This patch adds the /sys/module/libfc/parameters/debug_logging file to sysfs as a module parameter. It accepts an integer bitmask for logging. Currently it supports:
bit LSB 0 = general libfc debugging 1 = lport debugging 2 = disc debugging 3 = rport debugging 4 = fcp debugging 5 = EM debugging 6 = exch/seq debugging 7 = scsi logging (mostly error handling)
the other bits are not used at this time.
The patch converts all of the libfc source files to use these new macros and removes the old FC_DBG macro.
Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
|
H A D | fc_rport.c | diff 7414705ea4aef9ce438e547f3138a680d2d1096c Thu Jun 11 00:31:10 CEST 2009 Robert Love <robert.w.love@intel.com> libfc: Add runtime debugging with debug_logging module parameter
This patch adds the /sys/module/libfc/parameters/debug_logging file to sysfs as a module parameter. It accepts an integer bitmask for logging. Currently it supports:
bit LSB 0 = general libfc debugging 1 = lport debugging 2 = disc debugging 3 = rport debugging 4 = fcp debugging 5 = EM debugging 6 = exch/seq debugging 7 = scsi logging (mostly error handling)
the other bits are not used at this time.
The patch converts all of the libfc source files to use these new macros and removes the old FC_DBG macro.
Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
|
/linux/include/scsi/ |
H A D | libfc.h | diff 7414705ea4aef9ce438e547f3138a680d2d1096c Thu Jun 11 00:31:10 CEST 2009 Robert Love <robert.w.love@intel.com> libfc: Add runtime debugging with debug_logging module parameter
This patch adds the /sys/module/libfc/parameters/debug_logging file to sysfs as a module parameter. It accepts an integer bitmask for logging. Currently it supports:
bit LSB 0 = general libfc debugging 1 = lport debugging 2 = disc debugging 3 = rport debugging 4 = fcp debugging 5 = EM debugging 6 = exch/seq debugging 7 = scsi logging (mostly error handling)
the other bits are not used at this time.
The patch converts all of the libfc source files to use these new macros and removes the old FC_DBG macro.
Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
|