Searched refs:this_opcode (Results 1 – 1 of 1) sorted by relevance
335 let this_opcode = rsp.get_cmd_op(); in dispatch() localVariable337 Some(PendingCommand{cmd, response}) if cmd.get_op() == this_opcode => { in dispatch()342 … Some(PendingCommand{cmd, ..}) => panic!("Waiting for {:?}, got {:?}", cmd.get_op(), this_opcode), in dispatch()343 None => panic!("Unexpected status event with opcode {:?}", this_opcode), in dispatch()