Searched refs:logging_level (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/pm8001/
H A Dpm8001_ctl.c217 return snprintf(buf, PAGE_SIZE, "%08xh\n", pm8001_ha->logging_level);
230 pm8001_ha->logging_level = val;
234 static DEVICE_ATTR(logging_level, S_IRUGO | S_IWUSR,
H A Dpm8001_sas.h73 if (unlikely(HBA->logging_level & LEVEL)) \
384 u32 logging_level; member in struct:pm8001_hba_info
H A Dpm8001_init.c382 pm8001_ha->logging_level = 0x01;
/drivers/scsi/mpt2sas/
H A Dmpt2sas_debug.h78 if (IOC->logging_level & BITS) \
H A Dmpt2sas_transport.c485 ioc->logging_level |= MPT_DEBUG_TRANSPORT;
491 ioc->logging_level &= ~MPT_DEBUG_TRANSPORT;
718 if ((ioc->logging_level & MPT_DEBUG_TRANSPORT))
740 if ((ioc->logging_level & MPT_DEBUG_TRANSPORT))
818 if ((ioc->logging_level & MPT_DEBUG_TRANSPORT))
885 if ((ioc->logging_level & MPT_DEBUG_TRANSPORT))
953 if ((ioc->logging_level & MPT_DEBUG_TRANSPORT))
1008 if ((ioc->logging_level & MPT_DEBUG_TRANSPORT))
H A Dmpt2sas_scsih.c96 static u32 logging_level; variable
97 MODULE_PARM_DESC(logging_level, " bits for enabling additional logging info "
266 * _scsih_set_debug_level - global setting of ioc->logging_level.
279 printk(KERN_INFO "setting logging_level(0x%08x)\n", logging_level);
281 ioc->logging_level = logging_level;
284 module_param_call(logging_level, _scsih_set_debug_level, param_get_int,
285 &logging_level, 0644);
2436 if (ioc->logging_level
[all...]
H A Dmpt2sas_ctl.c128 if (!(ioc->logging_level & MPT_DEBUG_IOCTL))
934 (ioc->logging_level & MPT_DEBUG_TM)) {
2630 return snprintf(buf, PAGE_SIZE, "%08xh\n", ioc->logging_level);
2643 ioc->logging_level = val;
2644 printk(MPT2SAS_INFO_FMT "logging_level=%08xh\n", ioc->name,
2645 ioc->logging_level);
2648 static DEVICE_ATTR(logging_level, S_IRUGO | S_IWUSR,
H A Dmpt2sas_base.c551 if (!(ioc->logging_level & MPT_DEBUG_EVENTS))
705 (ioc->logging_level & MPT_DEBUG_REPLY)) {
3097 if (ioc->logging_level & MPT_DEBUG_INIT) {
3482 if (ioc->logging_level & MPT_DEBUG_INIT) {
H A Dmpt2sas_base.h653 * @logging_level: see mpt2sas_debug.h
791 int logging_level; member in struct:MPT2SAS_ADAPTER
H A Dmpt2sas_config.c105 if (!(ioc->logging_level & MPT_DEBUG_CONFIG))

Completed in 102 milliseconds