Searched refs:event_log (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | main.c | 491 priv, base, priv->event_log.next_entry, in iwl_continuous_event_trace() 492 next_entry - priv->event_log.next_entry, in iwl_continuous_event_trace() 495 priv->event_log.non_wraps_count++; in iwl_continuous_event_trace() 498 priv->event_log.wraps_more_count++; in iwl_continuous_event_trace() 500 priv->event_log.wraps_once_count++; in iwl_continuous_event_trace() 503 num_wraps - priv->event_log.num_wraps, in iwl_continuous_event_trace() 509 capacity - priv->event_log.next_entry, in iwl_continuous_event_trace() 525 priv->event_log.num_wraps = num_wraps; in iwl_continuous_event_trace() 526 priv->event_log.next_entry = next_entry; in iwl_continuous_event_trace() 544 if (priv->event_log.ucode_trace) { in iwl_bg_ucode_trace() [all …]
|
| A D | debugfs.c | 1838 priv->event_log.ucode_trace ? "On" : "Off"); in iwl_dbgfs_ucode_tracing_read() 1840 priv->event_log.non_wraps_count); in iwl_dbgfs_ucode_tracing_read() 1842 priv->event_log.wraps_once_count); in iwl_dbgfs_ucode_tracing_read() 1844 priv->event_log.wraps_more_count); in iwl_dbgfs_ucode_tracing_read() 1866 priv->event_log.ucode_trace = true; in iwl_dbgfs_ucode_tracing_write() 1872 priv->event_log.ucode_trace = false; in iwl_dbgfs_ucode_tracing_write()
|
| A D | dev.h | 863 struct iwl_event_log event_log; member
|
| /linux/drivers/scsi/qla4xxx/ |
| A D | ql4_mbx.c | 1097 if (event_log == NULL) in qla4xxx_get_conn_event_log() 1131 qla4xxx_dump_buffer((uint8_t *)event_log+ in qla4xxx_get_conn_event_log() 1132 (i*sizeof(*event_log)), in qla4xxx_get_conn_event_log() 1133 sizeof(*event_log)); in qla4xxx_get_conn_event_log() 1140 qla4xxx_dump_buffer((uint8_t *)event_log+ in qla4xxx_get_conn_event_log() 1141 (i*sizeof(*event_log)), in qla4xxx_get_conn_event_log() 1142 sizeof(*event_log)); in qla4xxx_get_conn_event_log() 1145 qla4xxx_dump_buffer((uint8_t *)event_log+ in qla4xxx_get_conn_event_log() 1146 (i*sizeof(*event_log)), in qla4xxx_get_conn_event_log() 1147 sizeof(*event_log)); in qla4xxx_get_conn_event_log() [all …]
|
| /linux/drivers/scsi/mpt3sas/ |
| A D | mpt3sas_ctl.c | 326 if (event >= 128 || !event || !ioc->event_log) in _ctl_check_event_type() 345 struct MPT3_IOCTL_EVENTS *event_log; in mpt3sas_ctl_add_to_event_log() local 351 if (!ioc->event_log) in mpt3sas_ctl_add_to_event_log() 360 event_log = ioc->event_log; in mpt3sas_ctl_add_to_event_log() 361 event_log[i].event = event; in mpt3sas_ctl_add_to_event_log() 362 event_log[i].context = ioc->event_context++; in mpt3sas_ctl_add_to_event_log() 366 memset(event_log[i].data, 0, MPT3_EVENT_DATA_SIZE); in mpt3sas_ctl_add_to_event_log() 1256 if (ioc->event_log) in _ctl_eventenable() 1263 if (!ioc->event_log) { in _ctl_eventenable() 1300 if (!max || !ioc->event_log) in _ctl_eventreport() [all …]
|
| A D | mpt3sas_base.h | 1445 void *event_log; member
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | ipw2200.c | 1292 static DEVICE_ATTR(event_log, 0444, show_event_log, NULL);
|
Completed in 47 milliseconds