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

/linux-master/drivers/nvme/target/
H A Dadmin-cmd.c57 slot = ctrl->err_counter % NVMET_ERROR_LOG_SLOTS;
59 for (i = 0; i < NVMET_ERROR_LOG_SLOTS; i++) {
65 slot = NVMET_ERROR_LOG_SLOTS - 1;
421 id->elpe = NVMET_ERROR_LOG_SLOTS - 1;
H A Dnvmet.h27 #define NVMET_ERROR_LOG_SLOTS 128 macro
236 struct nvme_error_slot slots[NVMET_ERROR_LOG_SLOTS];
H A Dcore.c738 &ctrl->slots[ctrl->err_counter % NVMET_ERROR_LOG_SLOTS];

Completed in 120 milliseconds