Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/target/
Dadmin-cmd.c46 slot = ctrl->err_counter % NVMET_ERROR_LOG_SLOTS; in nvmet_execute_get_log_page_error()
48 for (i = 0; i < NVMET_ERROR_LOG_SLOTS; i++) { in nvmet_execute_get_log_page_error()
54 slot = NVMET_ERROR_LOG_SLOTS - 1; in nvmet_execute_get_log_page_error()
343 id->elpe = NVMET_ERROR_LOG_SLOTS - 1; in nvmet_execute_identify_ctrl()
Dnvmet.h24 #define NVMET_ERROR_LOG_SLOTS 128 macro
202 struct nvme_error_slot slots[NVMET_ERROR_LOG_SLOTS];
Dcore.c688 &ctrl->slots[ctrl->err_counter % NVMET_ERROR_LOG_SLOTS]; in nvmet_set_error()