NVMET_ERROR_LOG_SLOTS
slot = ctrl->err_counter % NVMET_ERROR_LOG_SLOTS;
for (i = 0; i < NVMET_ERROR_LOG_SLOTS; i++) {
slot = NVMET_ERROR_LOG_SLOTS - 1;
id->elpe = NVMET_ERROR_LOG_SLOTS - 1;
&ctrl->slots[ctrl->err_counter % NVMET_ERROR_LOG_SLOTS];
struct nvme_error_slot slots[NVMET_ERROR_LOG_SLOTS];