Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dconstants.c182 const char *nvme_get_opcode_str(u8 opcode) in nvme_get_opcode_str() function
188 EXPORT_SYMBOL_GPL(nvme_get_opcode_str);
H A Dnvme.h1177 const char *nvme_get_opcode_str(u8 opcode);
1185 static inline const char *nvme_get_opcode_str(u8 opcode) in nvme_get_opcode_str() function
1202 return qid ? nvme_get_opcode_str(opcode) : in nvme_opcode_str()
H A Dcore.c329 nvme_get_opcode_str(nr->cmd->common.opcode), in nvme_log_error()
360 ns ? nvme_get_opcode_str(nr->cmd->common.opcode) : in nvme_log_err_passthru()
H A Dpci.c1409 req->tag, nvme_cid(req), opcode, nvme_get_opcode_str(opcode), in nvme_timeout()