Home
last modified time | relevance | path

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

/Linux-v6.6/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.h1101 const unsigned char *nvme_get_admin_opcode_str(u8 opcode);
1112 static inline const unsigned char *nvme_get_admin_opcode_str(u8 opcode) in nvme_get_admin_opcode_str() function
1128 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()