Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvdimm/
Dbtt.h22 #define LOG_ENT_SIZE sizeof(struct log_entry)
84 struct log_entry { struct
92 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()
1315 struct log_entry log; in btt_write_pg()
/linux-6.1.9/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.
/linux-6.1.9/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()
/linux-6.1.9/drivers/iommu/amd/
Diommu.c780 u64 log_entry; in iommu_poll_ga_log() local
786 log_entry = *raw; in iommu_poll_ga_log()
793 switch (GA_REQ_TYPE(log_entry)) { in iommu_poll_ga_log()
799 __func__, GA_DEVID(log_entry), in iommu_poll_ga_log()
800 GA_TAG(log_entry)); in iommu_poll_ga_log()
802 if (iommu_ga_log_notifier(GA_TAG(log_entry)) != 0) in iommu_poll_ga_log()
/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c10941 Mpi2EventDataLogEntryAdded_t *log_entry; in mpt3sas_scsih_event_callback() local
10947 log_entry = (Mpi2EventDataLogEntryAdded_t *) in mpt3sas_scsih_event_callback()
10949 log_code = le32_to_cpu(*(__le32 *)log_entry->LogData); in mpt3sas_scsih_event_callback()
10951 if (le16_to_cpu(log_entry->LogEntryQualifier) in mpt3sas_scsih_event_callback()