Home
last modified time | relevance | path

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

/linux/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
/linux/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/drivers/scsi/bfa/
H A Dbfa_plog.h47 } log_entry; member
/linux/drivers/iommu/amd/
H A Diommu.c1032 u64 log_entry; in iommu_poll_ga_log() local
1037 log_entry = *raw; in iommu_poll_ga_log()
1044 switch (GA_REQ_TYPE(log_entry)) { in iommu_poll_ga_log()
1050 __func__, GA_DEVID(log_entry), in iommu_poll_ga_log()
1051 GA_TAG(log_entry)); in iommu_poll_ga_log()
1053 if (iommu_ga_log_notifier(GA_TAG(log_entry)) != 0) in iommu_poll_ga_log()