Home
last modified time | relevance | path

Searched refs:event_log (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Dmain.c492 priv, base, priv->event_log.next_entry, in iwl_continuous_event_trace()
493 next_entry - priv->event_log.next_entry, in iwl_continuous_event_trace()
496 priv->event_log.non_wraps_count++; in iwl_continuous_event_trace()
499 priv->event_log.wraps_more_count++; in iwl_continuous_event_trace()
501 priv->event_log.wraps_once_count++; in iwl_continuous_event_trace()
504 num_wraps - priv->event_log.num_wraps, in iwl_continuous_event_trace()
510 capacity - priv->event_log.next_entry, in iwl_continuous_event_trace()
526 priv->event_log.num_wraps = num_wraps; in iwl_continuous_event_trace()
527 priv->event_log.next_entry = next_entry; in iwl_continuous_event_trace()
545 if (priv->event_log.ucode_trace) { in iwl_bg_ucode_trace()
[all …]
A Ddebugfs.c1838 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 Ddev.h864 struct iwl_event_log event_log; member
/linux-6.3-rc2/drivers/scsi/qla4xxx/
A Dql4_mbx.c1097 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-6.3-rc2/drivers/scsi/mpt3sas/
A Dmpt3sas_ctl.c326 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()
1265 if (ioc->event_log) in _ctl_eventenable()
1272 if (!ioc->event_log) { in _ctl_eventenable()
1309 if (!max || !ioc->event_log) in _ctl_eventreport()
[all …]
A Dmpt3sas_base.h1445 void *event_log; member
/linux-6.3-rc2/drivers/cxl/
A Dcxlmem.h434 u8 event_log; /* enum cxl_event_log_type */ member
/linux-6.3-rc2/drivers/cxl/core/
A Dmbox.c822 .event_log = log, in cxl_clear_event_record()
/linux-6.3-rc2/tools/testing/cxl/test/
A Dmem.c223 u8 log_type = pl->event_log; in mock_clear_event()
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dipw2200.c1292 static DEVICE_ATTR_RO(event_log);

Completed in 55 milliseconds