Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvdimm/
H A Dbtt.h22 #define LOG_ENT_SIZE sizeof(struct log_entry)
84 struct log_entry { struct
92 struct log_entry ent[4]; argument
H A Dbtt.c330 struct log_entry *ent, int old_flag) in btt_log_read()
364 u32 sub, struct log_entry *ent, unsigned long flags) in __btt_log_write()
385 struct log_entry *ent) in btt_flog_write()
456 struct log_entry ent; in btt_log_init()
539 struct log_entry log_new; in btt_freelist_init()
606 static bool ent_is_padding(struct log_entry *ent) in ent_is_padding()
1311 struct log_entry log; in btt_write_pg()
/linux-6.15/Documentation/driver-api/nvdimm/
H A 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.
/linux-6.15/drivers/scsi/bfa/
H A Dbfa_plog.h47 } log_entry; member
H A Dbfa_svc.c319 strscpy(lp.log_entry.string_log, log_str, in bfa_plog_str()
321 lp.log_entry.string_log[BFA_PL_STRING_LOG_SZ - 1] = '\0'; in bfa_plog_str()
345 lp.log_entry.int_log[i] = intarr[i]; in bfa_plog_intarr()
/linux-6.15/drivers/iommu/amd/
H A Diommu.c1001 u64 log_entry; in iommu_poll_ga_log() local
1006 log_entry = *raw; in iommu_poll_ga_log()
1013 switch (GA_REQ_TYPE(log_entry)) { in iommu_poll_ga_log()
1019 __func__, GA_DEVID(log_entry), in iommu_poll_ga_log()
1020 GA_TAG(log_entry)); in iommu_poll_ga_log()
1022 if (iommu_ga_log_notifier(GA_TAG(log_entry)) != 0) in iommu_poll_ga_log()
/linux-6.15/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c10912 Mpi2EventDataLogEntryAdded_t *log_entry; in mpt3sas_scsih_event_callback() local
10918 log_entry = (Mpi2EventDataLogEntryAdded_t *) in mpt3sas_scsih_event_callback()
10920 log_code = le32_to_cpu(*(__le32 *)log_entry->LogData); in mpt3sas_scsih_event_callback()
10922 if (le16_to_cpu(log_entry->LogEntryQualifier) in mpt3sas_scsih_event_callback()