Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c62 static struct ntb_fwd_stream *fwd_streams; variable
617 fwd_streams[i * 2].qp_id = i; in ntb_fwd_config_setup()
620 fwd_streams[i * 2].tx_ntb = 1; in ntb_fwd_config_setup()
622 fwd_streams[i * 2 + 1].qp_id = i; in ntb_fwd_config_setup()
625 fwd_streams[i * 2 + 1].tx_ntb = 0; in ntb_fwd_config_setup()
639 fwd_streams[i].qp_id = i; in ntb_fwd_config_setup()
641 fwd_streams[i].rx_port = dev_id; in ntb_fwd_config_setup()
642 fwd_streams[i].tx_ntb = 0; in ntb_fwd_config_setup()
652 fwd_streams[i].qp_id = i; in ntb_fwd_config_setup()
653 fwd_streams[i].tx_port = dev_id; in ntb_fwd_config_setup()
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c1674 if (fwd_streams != NULL) { in init_fwd_streams()
1676 if (fwd_streams[sm_id] == NULL) in init_fwd_streams()
1678 rte_free(fwd_streams[sm_id]); in init_fwd_streams()
1679 fwd_streams[sm_id] = NULL; in init_fwd_streams()
1681 rte_free(fwd_streams); in init_fwd_streams()
1682 fwd_streams = NULL; in init_fwd_streams()
1691 if (fwd_streams == NULL) in init_fwd_streams()
1700 if (fwd_streams[sm_id] == NULL) in init_fwd_streams()
1782 fs = fwd_streams[stream_id]; in fwd_stream_stats_display()
1839 struct fwd_stream *fs = fwd_streams[sm_id]; in fwd_stats_display()
[all …]
H A Dconfig.c3164 fwd_streams[i]->rx_port = fwd_ports_ids[i]; in simple_fwd_config_setup()
3165 fwd_streams[i]->rx_queue = 0; in simple_fwd_config_setup()
3166 fwd_streams[i]->tx_port = in simple_fwd_config_setup()
3168 fwd_streams[i]->tx_queue = 0; in simple_fwd_config_setup()
3169 fwd_streams[i]->peer_addr = fwd_streams[i]->tx_port; in simple_fwd_config_setup()
3170 fwd_streams[i]->retry_enabled = retry_enabled; in simple_fwd_config_setup()
3208 fs = fwd_streams[sm_id]; in rss_fwd_config_setup()
3276 fs = fwd_streams[k + j]; in dcb_fwd_config_setup()
3347 fs = fwd_streams[fwd_lcores[lc_id]->stream_idx + sm_id]; in icmp_echo_config_setup()
3430 fs = fwd_streams[fwd_lcores[lc_id]->stream_idx + sm_id]; in pkt_fwd_config_display()
H A Dtestpmd.h518 extern struct fwd_stream **fwd_streams;