Home
last modified time | relevance | path

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

/external/u-boot/drivers/pci/
Dpcie_layerscape_fixup.c36 static int next_stream_id = FSL_PEX_STREAM_ID_START; in ls_pcie_next_streamid() local
38 if (next_stream_id > FSL_PEX_STREAM_ID_END) in ls_pcie_next_streamid()
41 return next_stream_id++; in ls_pcie_next_streamid()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc248 if ((t->next_stream_id & 1) != (value & 1)) { in read_channel_args()
250 GRPC_ARG_HTTP2_INITIAL_SEQUENCE_NUMBER, t->next_stream_id & 1, in read_channel_args()
253 t->next_stream_id = static_cast<uint32_t>(value); in read_channel_args()
479 t->next_stream_id = is_client ? 1 : 2; in init_transport()
1156 while (t->next_stream_id <= MAX_CLIENT_STREAM_ID && in maybe_start_some_streams()
1164 t->is_client ? "CLI" : "SVR", s, t->next_stream_id)); in maybe_start_some_streams()
1167 s->id = t->next_stream_id; in maybe_start_some_streams()
1168 t->next_stream_id += 2; in maybe_start_some_streams()
1170 if (t->next_stream_id >= MAX_CLIENT_STREAM_ID) { in maybe_start_some_streams()
1183 while (t->next_stream_id >= MAX_CLIENT_STREAM_ID && in maybe_start_some_streams()
Dinternal.h369 uint32_t next_stream_id; member
Dparsing.cc562 t->incoming_stream_id < t->next_stream_id)) { in init_header_frame_parser()
/external/adhd/cras/src/libcras/
Dcras_client.c231 cras_stream_id_t next_stream_id; member
1568 new_id = cras_get_stream_id(client->id, client->next_stream_id); in client_thread_add_stream()
1569 client->next_stream_id++; in client_thread_add_stream()