Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvdimm/
Dbtt.h23 #define LOG_ENT_SIZE sizeof(struct log_entry)
85 struct log_entry { struct
93 struct log_entry ent[4]; argument
Dbtt.c328 struct log_entry *ent, int old_flag) in btt_log_read()
362 u32 sub, struct log_entry *ent, unsigned long flags) in __btt_log_write()
383 struct log_entry *ent) in btt_flog_write()
454 struct log_entry ent; in btt_log_init()
537 struct log_entry log_new; in btt_freelist_init()
604 static bool ent_is_padding(struct log_entry *ent) in ent_is_padding()
1317 struct log_entry log; in btt_write_pg()
/kernel/linux/linux-5.10/Documentation/driver-api/nvdimm/
Dbtt.rst217 - Read map[log_entry.lba].
218 - If log_entry.new matches the map entry, then log_entry.old is free.
219 - If log_entry.new does not match the map entry, then log_entry.new is free.
/kernel/linux/linux-5.10/drivers/scsi/bfa/
Dbfa_plog.h47 } log_entry; member
Dbfa_svc.c333 strlcpy(lp.log_entry.string_log, log_str, in bfa_plog_str()
335 lp.log_entry.string_log[BFA_PL_STRING_LOG_SZ - 1] = '\0'; in bfa_plog_str()
359 lp.log_entry.int_log[i] = intarr[i]; in bfa_plog_intarr()
/kernel/linux/linux-5.10/drivers/iommu/amd/
Diommu.c769 u64 log_entry; in iommu_poll_ga_log() local
775 log_entry = *raw; in iommu_poll_ga_log()
782 switch (GA_REQ_TYPE(log_entry)) { in iommu_poll_ga_log()
788 __func__, GA_DEVID(log_entry), in iommu_poll_ga_log()
789 GA_TAG(log_entry)); in iommu_poll_ga_log()
791 if (iommu_ga_log_notifier(GA_TAG(log_entry)) != 0) in iommu_poll_ga_log()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c9839 Mpi2EventDataLogEntryAdded_t *log_entry; in mpt3sas_scsih_event_callback() local
9845 log_entry = (Mpi2EventDataLogEntryAdded_t *) in mpt3sas_scsih_event_callback()
9847 log_code = (u32 *)log_entry->LogData; in mpt3sas_scsih_event_callback()
9849 if (le16_to_cpu(log_entry->LogEntryQualifier) in mpt3sas_scsih_event_callback()