Home
last modified time | relevance | path

Searched refs:nvme_error_information_entry (Results 1 – 8 of 8) sorted by relevance

/src/sbin/nvmecontrol/
H A Dlogpage.c234 struct nvme_error_information_entry *entry = buf; in print_log_error()
244 nentries = size / sizeof(struct nvme_error_information_entry); in print_log_error()
795 size = sizeof(struct nvme_error_information_entry); in logpage()
/src/sys/dev/nvmf/host/
H A Dnvmf_aer.c145 sizeof(struct nvme_error_information_entry)); in nvmf_log_page_size()
/src/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c289 struct nvme_error_information_entry *payload, uint32_t num_entries, in nvme_ctrlr_cmd_get_error_page()
H A Dnvme_ctrlr.c627 sizeof(struct nvme_error_information_entry) * in nvme_ctrlr_get_log_page_size()
1232 struct nvme_error_information_entry *err = in nvme_ctrlr_aer_task()
1233 (struct nvme_error_information_entry *)aer->log_page_buffer; in nvme_ctrlr_aer_task()
H A Dnvme.h1556 struct nvme_error_information_entry { struct
1572 _Static_assert(sizeof(struct nvme_error_information_entry) == 64, "bad size for nvme_error_informat… argument
2185 struct nvme_error_information_entry *s __unused) in nvme_error_information_entry_swapbytes()
H A Dnvme_private.h359 struct nvme_error_information_entry *payload,
/src/tools/tools/nvmf/nvmfd/
H A Dio.c112 if (len % sizeof(struct nvme_error_information_entry) != 0) in handle_get_log_page()
/src/usr.sbin/bhyve/
H A Dpci_nvme.c323 struct nvme_error_information_entry err_log;