Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dconstants.c190 const unsigned char *nvme_get_admin_opcode_str(u8 opcode) in nvme_get_admin_opcode_str() function
196 EXPORT_SYMBOL_GPL(nvme_get_admin_opcode_str);
H A Dnvme.h1139 const unsigned char *nvme_get_admin_opcode_str(u8 opcode);
1150 static inline const unsigned char *nvme_get_admin_opcode_str(u8 opcode) in nvme_get_admin_opcode_str() function
1166 nvme_get_admin_opcode_str(opcode); in nvme_opcode_str()
H A Dcore.c331 nvme_get_admin_opcode_str(nr->cmd->common.opcode), in nvme_log_error()