Lines Matching refs:opcode
123 const char *opcode; in mfi_print_dcmd() local
128 switch (dcmd->opcode) { in mfi_print_dcmd()
130 opcode = "CTRL_GETINFO"; in mfi_print_dcmd()
133 opcode = "CTRL_FLUSHCACHE"; in mfi_print_dcmd()
136 opcode = "CTRL_SHUTDOWN"; in mfi_print_dcmd()
139 opcode = "EVENT_GETINFO"; in mfi_print_dcmd()
142 opcode = "EVENT_GET"; in mfi_print_dcmd()
145 opcode = "EVENT_WAIT"; in mfi_print_dcmd()
148 opcode = "LD_GET_LIST"; in mfi_print_dcmd()
151 opcode = "LD_GET_INFO"; in mfi_print_dcmd()
154 opcode = "LD_GET_PROP"; in mfi_print_dcmd()
157 opcode = "LD_SET_PROP"; in mfi_print_dcmd()
160 opcode = "CLUSTER"; in mfi_print_dcmd()
163 opcode = "CLUSTER_RESET_ALL"; in mfi_print_dcmd()
166 opcode = "CLUSTER_RESET_LD"; in mfi_print_dcmd()
169 opcode = "LD_MAP_GET_INFO"; in mfi_print_dcmd()
172 opcode = "BBU_START_LEARN"; in mfi_print_dcmd()
175 opcode = "BBU_GET_PROP"; in mfi_print_dcmd()
178 opcode = "BBU_SET_PROP"; in mfi_print_dcmd()
181 opcode = "UNKNOWN"; in mfi_print_dcmd()
186 opcode, hdr->data_len); in mfi_print_dcmd()