Home
last modified time | relevance | path

Searched refs:NVMET_ERROR_LOG_SLOTS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dadmin-cmd.c57 slot = ctrl->err_counter % NVMET_ERROR_LOG_SLOTS; in nvmet_execute_get_log_page_error()
59 for (i = 0; i < NVMET_ERROR_LOG_SLOTS; i++) { in nvmet_execute_get_log_page_error()
65 slot = NVMET_ERROR_LOG_SLOTS - 1; in nvmet_execute_get_log_page_error()
398 id->elpe = NVMET_ERROR_LOG_SLOTS - 1; in nvmet_execute_identify_ctrl()
H A Dnvmet.h27 #define NVMET_ERROR_LOG_SLOTS 128 macro
207 struct nvme_error_slot slots[NVMET_ERROR_LOG_SLOTS];
H A Dcore.c716 &ctrl->slots[ctrl->err_counter % NVMET_ERROR_LOG_SLOTS]; in nvmet_set_error()
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dadmin-cmd.c57 slot = ctrl->err_counter % NVMET_ERROR_LOG_SLOTS; in nvmet_execute_get_log_page_error()
59 for (i = 0; i < NVMET_ERROR_LOG_SLOTS; i++) { in nvmet_execute_get_log_page_error()
65 slot = NVMET_ERROR_LOG_SLOTS - 1; in nvmet_execute_get_log_page_error()
421 id->elpe = NVMET_ERROR_LOG_SLOTS - 1; in nvmet_execute_identify_ctrl()
H A Dnvmet.h27 #define NVMET_ERROR_LOG_SLOTS 128 macro
223 struct nvme_error_slot slots[NVMET_ERROR_LOG_SLOTS];
H A Dcore.c723 &ctrl->slots[ctrl->err_counter % NVMET_ERROR_LOG_SLOTS]; in nvmet_set_error()

Completed in 9 milliseconds