Searched refs:nvme_get_opcode_str (Results 1 – 3 of 3) sorted by relevance
182 const char *nvme_get_opcode_str(u8 opcode) in nvme_get_opcode_str() function188 EXPORT_SYMBOL_GPL(nvme_get_opcode_str);
1512 req->tag, nvme_cid(req), opcode, nvme_get_opcode_str(opcode), in nvme_timeout()
1929 const char *nvme_get_opcode_str(u8 opcode);1937 static inline const char *nvme_get_opcode_str(u8 opcode) in nvme_get_opcode_str() function1954 return qid ? nvme_get_opcode_str(opcode) : in nvme_opcode_str()