Searched refs:stream_id (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | main.c | 1155 int stream_id; in start_forwarding() local 1169 for (stream_id = 0; stream_id < MAX_STREAMS; stream_id++) { in start_forwarding() 1170 if (li->streams[stream_id].rx_port == -1) in start_forwarding() 1174 li->streams[stream_id].rx_port, in start_forwarding() 1175 li->streams[stream_id].rx_queue); in start_forwarding() 1178 li->streams[stream_id].tx_port, in start_forwarding() 1179 li->streams[stream_id].tx_queue); in start_forwarding() 1192 int stream_id = 0; in init_lcore_info() local 1255 !(stream_id % lcore_infos[lcore].streams_nb)) { in init_lcore_info() 1258 stream_id = 0; in init_lcore_info() [all …]
|
| /f-stack/dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 40 uint16_t stream_id; member 435 fs = fwd_streams[conf->stream_id + i]; in start_iofwd_per_lcore() 506 fs = fwd_streams[conf->stream_id + i]; in start_rxonly_per_lcore() 547 fs = fwd_streams[conf->stream_id + i]; in start_txonly_per_lcore() 686 conf->stream_id = sm_id; in assign_stream_to_lcores() 690 conf->stream_id = sm_id; in assign_stream_to_lcores() 708 fs = &fwd_streams[conf->stream_id + i]; in assign_stream_to_lcores() 711 " Q=%u\n", conf->stream_id + i, in assign_stream_to_lcores() 717 conf->stream_id, "NTB", fs->rx_port); in assign_stream_to_lcores() 720 conf->stream_id, "NTB", fs->tx_port); in assign_stream_to_lcores()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_grpc_module.c | 88 ngx_uint_t stream_id; member 1544 if (ctx->stream_id && ctx->stream_id != ctx->id) { in ngx_http_grpc_process_header() 1968 if (ctx->stream_id && ctx->stream_id != ctx->id) { in ngx_http_grpc_filter() 2377 ctx->stream_id |= ch << 8; in ngx_http_grpc_parse_frame() 2382 ctx->stream_id |= ch; in ngx_http_grpc_parse_frame() 3336 if (ctx->stream_id) { in ngx_http_grpc_parse_goaway() 3374 ctx->stream_id |= ch << 8; in ngx_http_grpc_parse_goaway() 3379 ctx->stream_id |= ch; in ngx_http_grpc_parse_goaway() 3502 if (ctx->stream_id) { in ngx_http_grpc_parse_window_update() 3558 if (ctx->stream_id) { in ngx_http_grpc_parse_settings() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp.h | 392 uint16_t stream_id; /* stream id of the DATA in error */ member
|
| H A D | sctp_uio.h | 704 uint16_t stream_id; member
|
| H A D | sctp_usrreq.c | 1790 if ((av->stream_id >= stcb->asoc.streamoutcnt) || 1791 … (stcb->asoc.ss_functions.sctp_ss_get_value(stcb, &stcb->asoc, &stcb->asoc.strmout[av->stream_id], 4104 if ((av->stream_id >= stcb->asoc.streamoutcnt) || 4105 … (stcb->asoc.ss_functions.sctp_ss_set_value(stcb, &stcb->asoc, &stcb->asoc.strmout[av->stream_id], 4117 if (av->stream_id < stcb->asoc.streamoutcnt) { 4120 &stcb->asoc.strmout[av->stream_id],
|
| H A D | sctp_indata.c | 1842 cause->stream_id = htons(sid); in sctp_process_a_data_chunk()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp.h | 392 uint16_t stream_id; /* stream id of the DATA in error */ member
|
| H A D | sctp_uio.h | 704 uint16_t stream_id; member
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_cmd.h | 738 uint16_t stream_id; member
|
| H A D | hns3_rxtx.c | 570 req->stream_id = 0; in hns3_tqp_enable()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 1777 fwd_stream_stats_display(streamid_t stream_id) in fwd_stream_stats_display() argument 1782 fs = fwd_streams[stream_id]; in fwd_stream_stats_display()
|