Home
last modified time | relevance | path

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

/tests/boards/intel_adsp/hda/src/
A Dtests.h23 #define hda_dump_regs(stream_set, regblock_size, stream_id, ...) \ argument
26 regblock_size, stream_id)
28 #define hda_dump_regs(stream_set, regblock_size, stream_id, msg, ...) do {} while (0) argument
/tests/net/lib/http_server/core/src/
A Dmain.c651 static void expect_http2_headers_frame(size_t *offset, int stream_id, uint8_t flags, in expect_http2_headers_frame() argument
660 zassert_equal(frame.stream_identifier, stream_id, in expect_http2_headers_frame()
676 static void expect_http2_data_frame(size_t *offset, int stream_id, in expect_http2_data_frame() argument
685 zassert_equal(frame.stream_identifier, stream_id, in expect_http2_data_frame()
702 static void expect_http2_window_update_frame(size_t *offset, int stream_id) in expect_http2_window_update_frame() argument
710 zassert_equal(frame.stream_identifier, stream_id, in expect_http2_window_update_frame()
711 "Invalid window update frame stream ID (expected %d got %d)", stream_id, in expect_http2_window_update_frame()

Completed in 11 milliseconds