nvme_error_information_entry
struct nvme_error_information_entry *entry = buf;
nentries = size / sizeof(struct nvme_error_information_entry);
size = sizeof(struct nvme_error_information_entry);
_Static_assert(sizeof(struct nvme_error_information_entry) == 64, "bad size for nvme_error_information_entry");
struct nvme_error_information_entry *s __unused)
struct nvme_error_information_entry *err =
(struct nvme_error_information_entry *)aer->log_page_buffer;
sizeof(struct nvme_error_information_entry) *
struct nvme_error_information_entry *payload, uint32_t num_entries,
struct nvme_error_information_entry *payload,
sizeof(struct nvme_error_information_entry));
if (len % sizeof(struct nvme_error_information_entry) != 0)
struct nvme_error_information_entry err_log;