Lines Matching refs:opcode
125 const char *opcode; in mfi_print_dcmd() local
130 switch (dcmd->opcode) { in mfi_print_dcmd()
132 opcode = "CTRL_GETINFO"; in mfi_print_dcmd()
135 opcode = "CTRL_FLUSHCACHE"; in mfi_print_dcmd()
138 opcode = "CTRL_SHUTDOWN"; in mfi_print_dcmd()
141 opcode = "EVENT_GETINFO"; in mfi_print_dcmd()
144 opcode = "EVENT_GET"; in mfi_print_dcmd()
147 opcode = "EVENT_WAIT"; in mfi_print_dcmd()
150 opcode = "LD_GET_LIST"; in mfi_print_dcmd()
153 opcode = "LD_GET_INFO"; in mfi_print_dcmd()
156 opcode = "LD_GET_PROP"; in mfi_print_dcmd()
159 opcode = "LD_SET_PROP"; in mfi_print_dcmd()
162 opcode = "CLUSTER"; in mfi_print_dcmd()
165 opcode = "CLUSTER_RESET_ALL"; in mfi_print_dcmd()
168 opcode = "CLUSTER_RESET_LD"; in mfi_print_dcmd()
171 opcode = "UNKNOWN"; in mfi_print_dcmd()
176 opcode, hdr->data_len); in mfi_print_dcmd()