Home
last modified time | relevance | path

Searched refs:NVMET_ERROR_LOG_SLOTS (Results 1 – 3 of 3) sorted by relevance

/drivers/nvme/target/
A Dadmin-cmd.c184 slot = ctrl->err_counter % NVMET_ERROR_LOG_SLOTS; in nvmet_execute_get_log_page_error()
186 for (i = 0; i < NVMET_ERROR_LOG_SLOTS; i++) { in nvmet_execute_get_log_page_error()
192 slot = NVMET_ERROR_LOG_SLOTS - 1; in nvmet_execute_get_log_page_error()
721 id->elpe = NVMET_ERROR_LOG_SLOTS - 1; in nvmet_execute_identify_ctrl()
A Dnvmet.h29 #define NVMET_ERROR_LOG_SLOTS 128 macro
297 struct nvme_error_slot slots[NVMET_ERROR_LOG_SLOTS];
A Dcore.c760 &ctrl->slots[ctrl->err_counter % NVMET_ERROR_LOG_SLOTS]; in nvmet_set_error()

Completed in 19 milliseconds