Searched refs:event_log (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/crypto/intel/qat/qat_common/ |
| A D | adf_gen4_pm_debugfs.c | 95 PM_INFO_REGSET_ENTRY32(event_log[0], EVENT0), 96 PM_INFO_REGSET_ENTRY32(event_log[1], EVENT1), 97 PM_INFO_REGSET_ENTRY32(event_log[2], EVENT2), 98 PM_INFO_REGSET_ENTRY32(event_log[3], EVENT3), 99 PM_INFO_REGSET_ENTRY32(event_log[4], EVENT4), 100 PM_INFO_REGSET_ENTRY32(event_log[5], EVENT5), 101 PM_INFO_REGSET_ENTRY32(event_log[6], EVENT6), 102 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
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | main.c | 492 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 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 | 866 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() 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 D | mpt3sas_base.h | 1443 void *event_log; member
|
| /linux/arch/arm/boot/dts/aspeed/ |
| A D | aspeed-bmc-ibm-bonnell.dts | 37 event_log: tcg_event_log@b3d00000 { label 464 memory-region = <&event_log>;
|
| A D | aspeed-bmc-ibm-blueridge.dts | 48 event_log: region@b3d00000 { label 1371 memory-region = <&event_log>;
|
| A D | aspeed-bmc-ibm-everest.dts | 183 event_log: tcg_event_log@b3d00000 { label 1913 memory-region = <&event_log>;
|
| A D | aspeed-bmc-ibm-fuji.dts | 183 event_log: region@b3d00000 { label 1903 memory-region = <&event_log>;
|
| /linux/drivers/cxl/ |
| A D | cxlmem.h | 663 u8 event_log; /* enum cxl_event_log_type */ member
|
| /linux/drivers/cxl/core/ |
| A D | mbox.c | 942 .event_log = log, in cxl_clear_event_record()
|
| /linux/tools/testing/cxl/test/ |
| A D | mem.c | 296 u8 log_type = pl->event_log; in mock_clear_event()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | ipw2200.c | 1275 static DEVICE_ATTR_RO(event_log);
|
Completed in 82 milliseconds