Searched refs:nvme_res_notification_page (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sbin/nvmecontrol/
H A Dlogpage.c455 struct nvme_res_notification_page *rn;
457 rn = (struct nvme_res_notification_page *)buf;
692 print_log_res_notification, sizeof(struct nvme_res_notification_page));
/freebsd-current/sys/dev/nvme/
H A Dnvme.h1721 struct nvme_res_notification_page { struct
1730 _Static_assert(sizeof(struct nvme_res_notification_page) == 64,
1731 "bad size for nvme_res_notification_page");
2256 struct nvme_res_notification_page *s __unused)
H A Dnvme_ctrlr.c634 log_page_size = sizeof(struct nvme_res_notification_page);
716 (struct nvme_res_notification_page *)aer->log_page_buffer);

Completed in 87 milliseconds