Searched refs:next_stream_id (Results 1 – 6 of 6) sorted by relevance
210 next_stream_id: u32, field243 next_stream_id: 0, in new()261 let res = self.next_stream_id; in next_server_stream_id()262 self.next_stream_id += 1; in next_server_stream_id()
36 static int next_stream_id = FSL_PEX_STREAM_ID_START; in ls_pcie_next_streamid() local38 if (next_stream_id > FSL_PEX_STREAM_ID_END) in ls_pcie_next_streamid()41 return next_stream_id++; in ls_pcie_next_streamid()
248 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()
369 uint32_t next_stream_id; member
562 t->incoming_stream_id < t->next_stream_id)) { in init_header_frame_parser()
233 cras_stream_id_t next_stream_id; member1523 new_id = cras_get_stream_id(client->id, client->next_stream_id); in client_thread_add_stream()1524 client->next_stream_id++; in client_thread_add_stream()