Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dconstants.c65 static const char * const nvme_statuses[] = { variable
177 if (status < ARRAY_SIZE(nvme_statuses) && nvme_statuses[status]) in nvme_get_error_status_str()
178 return nvme_statuses[status & 0x7ff]; in nvme_get_error_status_str()