Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dconstants.c9 static const char * const nvme_ops[] = { variable
184 if (opcode < ARRAY_SIZE(nvme_ops) && nvme_ops[opcode]) in nvme_get_opcode_str()
185 return nvme_ops[opcode]; in nvme_get_opcode_str()