Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/nvmecontrol/
H A Dlogpage.c235 struct nvme_error_information_entry *entry = buf; in print_log_error()
245 nentries = size / sizeof(struct nvme_error_information_entry); in print_log_error()
796 size = sizeof(struct nvme_error_information_entry); in logpage()
/freebsd-14.2/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c276 struct nvme_error_information_entry *payload, uint32_t num_entries, in nvme_ctrlr_cmd_get_error_page()
H A Dnvme_ctrlr.c628 sizeof(struct nvme_error_information_entry) * in nvme_ctrlr_get_log_page_size()
693 struct nvme_error_information_entry *err; in nvme_ctrlr_async_event_log_page_cb()
708 err = (struct nvme_error_information_entry *)aer->log_page_buffer; in nvme_ctrlr_async_event_log_page_cb()
H A Dnvme.h1523 struct nvme_error_information_entry { struct
1539 _Static_assert(sizeof(struct nvme_error_information_entry) == 64, "bad size for nvme_error_informat… argument
2115 struct nvme_error_information_entry *s __unused) in nvme_error_information_entry_swapbytes()
H A Dnvme_private.h361 struct nvme_error_information_entry *payload,
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_nvme.c323 struct nvme_error_information_entry err_log;