Home
last modified time | relevance | path

Searched refs:log_entry (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/nvdimm/
Dbtt.h31 #define LOG_ENT_SIZE sizeof(struct log_entry)
91 struct log_entry { struct
99 struct log_entry ent[4]; argument
Dbtt.c336 struct log_entry *ent, int old_flag) in btt_log_read()
370 u32 sub, struct log_entry *ent, unsigned long flags) in __btt_log_write()
391 struct log_entry *ent) in btt_flog_write()
462 struct log_entry ent; in btt_log_init()
546 struct log_entry log_new, log_old; in btt_freelist_init()
603 static bool ent_is_padding(struct log_entry *ent) in ent_is_padding()
1316 struct log_entry log; in btt_write_pg()
/Linux-v4.19/drivers/gpu/drm/amd/display/modules/stats/
Dstats.c209 struct log_entry log_entry; in mod_stats_dump() local
220 DISPLAY_STATS_BEGIN(log_entry); in mod_stats_dump()
273 DISPLAY_STATS_END(log_entry); in mod_stats_dump()
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_plog.h55 } log_entry; member
Dbfa_svc.c341 strlcpy(lp.log_entry.string_log, log_str, in bfa_plog_str()
343 lp.log_entry.string_log[BFA_PL_STRING_LOG_SZ - 1] = '\0'; in bfa_plog_str()
367 lp.log_entry.int_log[i] = intarr[i]; in bfa_plog_intarr()
/Linux-v4.19/Documentation/nvdimm/
Dbtt.txt205 - Read map[log_entry.lba].
206 - If log_entry.new matches the map entry, then log_entry.old is free.
207 - If log_entry.new does not match the map entry, then log_entry.new is free.
/Linux-v4.19/drivers/iommu/
Damd_iommu.c744 u64 log_entry; in iommu_poll_ga_log() local
750 log_entry = *raw; in iommu_poll_ga_log()
757 switch (GA_REQ_TYPE(log_entry)) { in iommu_poll_ga_log()
763 __func__, GA_DEVID(log_entry), in iommu_poll_ga_log()
764 GA_TAG(log_entry)); in iommu_poll_ga_log()
766 if (iommu_ga_log_notifier(GA_TAG(log_entry)) != 0) in iommu_poll_ga_log()
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c9551 Mpi2EventDataLogEntryAdded_t *log_entry; in mpt3sas_scsih_event_callback() local
9557 log_entry = (Mpi2EventDataLogEntryAdded_t *) in mpt3sas_scsih_event_callback()
9559 log_code = (u32 *)log_entry->LogData; in mpt3sas_scsih_event_callback()
9561 if (le16_to_cpu(log_entry->LogEntryQualifier) in mpt3sas_scsih_event_callback()