Home
last modified time | relevance | path

Searched refs:nvme_get_opcode_str (Results 1 – 3 of 3) 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 Dpci.c1512 req->tag, nvme_cid(req), opcode, nvme_get_opcode_str(opcode), in nvme_timeout()
/linux/include/linux/
H A Dnvme.h1929 const char *nvme_get_opcode_str(u8 opcode);
1937 static inline const char *nvme_get_opcode_str(u8 opcode) in nvme_get_opcode_str() function
1954 return qid ? nvme_get_opcode_str(opcode) : in nvme_opcode_str()