Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dconstants.c190 const 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 Dcore.c359 nvme_get_admin_opcode_str(nr->cmd->common.opcode), in nvme_log_error()
377 nvme_get_admin_opcode_str(nr->cmd->common.opcode), in nvme_log_err_passthru()
/linux/include/linux/
H A Dnvme.h2014 const char *nvme_get_admin_opcode_str(u8 opcode);
2025 static inline const char *nvme_get_admin_opcode_str(u8 opcode) in nvme_get_admin_opcode_str() function
2039 nvme_get_admin_opcode_str(opcode); in nvme_opcode_str()