Home
last modified time | relevance | path

Searched refs:nvme_get_fabrics_opcode_str (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/nvme/host/
H A Dconstants.c198 const char *nvme_get_fabrics_opcode_str(u8 opcode) { in nvme_get_fabrics_opcode_str() function
203 EXPORT_SYMBOL_GPL(nvme_get_fabrics_opcode_str);
/linux-6.15/include/linux/
H A Dnvme.h1938 const char *nvme_get_fabrics_opcode_str(u8 opcode);
1953 static inline const char *nvme_get_fabrics_opcode_str(u8 opcode) in nvme_get_fabrics_opcode_str() function
1969 return nvme_get_fabrics_opcode_str(cmd->fabrics.fctype); in nvme_fabrics_opcode_str()