Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvme/
H A Dnvme_qpair.c46 #define DEFAULT_INDEX 256 macro
47 #define DEFAULT_ENTRY(x) [DEFAULT_INDEX] = x
50 static const char *admin_opcode[DEFAULT_INDEX + 1] = {
84 static const char *io_opcode[DEFAULT_INDEX + 1] = {
102 get_opcode_string(const char *op[DEFAULT_INDEX + 1], uint16_t opc) in get_opcode_string()
104 const char *nm = opc < DEFAULT_INDEX ? op[opc] : op[DEFAULT_INDEX]; in get_opcode_string()
106 return (nm != NULL ? nm : op[DEFAULT_INDEX]); in get_opcode_string()