Searched refs:event_log (Results 1 – 11 of 11) sorted by relevance
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_gen4_pm_debugfs.c | 66 PM_INFO_REGSET_ENTRY32(event_log[0], EVENT0), 67 PM_INFO_REGSET_ENTRY32(event_log[1], EVENT1), 68 PM_INFO_REGSET_ENTRY32(event_log[2], EVENT2), 69 PM_INFO_REGSET_ENTRY32(event_log[3], EVENT3), 70 PM_INFO_REGSET_ENTRY32(event_log[4], EVENT4), 71 PM_INFO_REGSET_ENTRY32(event_log[5], EVENT5), 72 PM_INFO_REGSET_ENTRY32(event_log[6], EVENT6), 73 PM_INFO_REGSET_ENTRY32(event_log[7], EVENT7),
|
| A D | icp_qat_fw_init_admin.h | 184 __u32 event_log[ICP_QAT_NUMBER_OF_PM_EVENTS]; member
|
| /drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | main.c | 493 priv, base, priv->event_log.next_entry, in iwl_continuous_event_trace() 494 next_entry - priv->event_log.next_entry, in iwl_continuous_event_trace() 497 priv->event_log.non_wraps_count++; in iwl_continuous_event_trace() 500 priv->event_log.wraps_more_count++; in iwl_continuous_event_trace() 502 priv->event_log.wraps_once_count++; in iwl_continuous_event_trace() 505 num_wraps - priv->event_log.num_wraps, in iwl_continuous_event_trace() 511 capacity - priv->event_log.next_entry, in iwl_continuous_event_trace() 527 priv->event_log.num_wraps = num_wraps; in iwl_continuous_event_trace() 528 priv->event_log.next_entry = next_entry; in iwl_continuous_event_trace() 546 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 | 867 struct iwl_event_log event_log; member
|
| /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 …]
|
| /drivers/scsi/mpt3sas/ |
| A D | mpt3sas_ctl.c | 329 if (event >= 128 || !event || !ioc->event_log) in _ctl_check_event_type() 348 struct MPT3_IOCTL_EVENTS *event_log; in mpt3sas_ctl_add_to_event_log() local 354 if (!ioc->event_log) in mpt3sas_ctl_add_to_event_log() 363 event_log = ioc->event_log; in mpt3sas_ctl_add_to_event_log() 364 event_log[i].event = event; in mpt3sas_ctl_add_to_event_log() 365 event_log[i].context = ioc->event_context++; in mpt3sas_ctl_add_to_event_log() 369 memset(event_log[i].data, 0, MPT3_EVENT_DATA_SIZE); in mpt3sas_ctl_add_to_event_log() 1329 if (ioc->event_log) in _ctl_eventenable() 1336 if (!ioc->event_log) { in _ctl_eventenable() 1373 if (!max || !ioc->event_log) in _ctl_eventreport() [all …]
|
| A D | mpt3sas_base.h | 1443 void *event_log; member
|
| /drivers/cxl/ |
| A D | cxlmem.h | 677 u8 event_log; /* enum cxl_event_log_type */ member
|
| /drivers/cxl/core/ |
| A D | mbox.c | 1009 .event_log = log, in cxl_clear_event_record()
|
| /drivers/net/wireless/intel/ipw2x00/ |
| A D | ipw2200.c | 1275 static DEVICE_ATTR_RO(event_log);
|
Completed in 57 milliseconds