Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_chamelium_stream.c319 enum stream_message_kind read_kind; in chamelium_stream_read_response() local
324 if (!chamelium_stream_read_header(client, &read_kind, &read_type, in chamelium_stream_read_response()
328 if (read_kind != STREAM_MESSAGE_RESPONSE) { in chamelium_stream_read_response()
329 igt_warn("Expected a response, got kind %d\n", read_kind); in chamelium_stream_read_response()