Searched defs:nvme_async_event_request (Results 1 – 1 of 1) sorted by relevance
123 struct nvme_async_event_request { struct124 struct nvme_controller *ctrlr;125 struct nvme_request *req;126 struct task task;127 struct mtx mtx;128 struct nvme_completion cpl;129 uint32_t log_page_id;130 uint32_t log_page_size;131 uint8_t log_page_buffer[NVME_MAX_AER_LOG_SIZE];