Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/nvme/host/
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);
Dnvme.h1112 const unsigned char *nvme_get_admin_opcode_str(u8 opcode);
1123 static inline const unsigned char *nvme_get_admin_opcode_str(u8 opcode) in nvme_get_admin_opcode_str() function
1139 nvme_get_admin_opcode_str(opcode); in nvme_opcode_str()
Dcore.c331 nvme_get_admin_opcode_str(nr->cmd->common.opcode), in nvme_log_error()