Home
last modified time | relevance | path

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

/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 …]
/dpdk/app/test-pmd/
H A Dtestpmd.c1822 if (fwd_streams != NULL) { in init_fwd_streams()
1824 if (fwd_streams[sm_id] == NULL) in init_fwd_streams()
1826 rte_free(fwd_streams[sm_id]); in init_fwd_streams()
1827 fwd_streams[sm_id] = NULL; in init_fwd_streams()
1829 rte_free(fwd_streams); in init_fwd_streams()
1830 fwd_streams = NULL; in init_fwd_streams()
1839 if (fwd_streams == NULL) in init_fwd_streams()
1848 if (fwd_streams[sm_id] == NULL) in init_fwd_streams()
1930 fs = fwd_streams[stream_id]; in fwd_stream_stats_display()
1991 struct fwd_stream *fs = fwd_streams[sm_id]; in fwd_stats_display()
[all …]
H A Dshared_rxq_fwd.c31 fsm = &fwd_streams[fc->stream_idx]; in forward_stream_get()
H A Dconfig.c3871 fs = fwd_streams[sm_id]; in fwd_stream_on_other_lcores()
3929 fs = fwd_streams[sm_id]; in pkt_fwd_shared_rxq_check()
4046 fwd_streams[i]->rx_port = fwd_ports_ids[i]; in simple_fwd_config_setup()
4047 fwd_streams[i]->rx_queue = 0; in simple_fwd_config_setup()
4048 fwd_streams[i]->tx_port = in simple_fwd_config_setup()
4050 fwd_streams[i]->tx_queue = 0; in simple_fwd_config_setup()
4051 fwd_streams[i]->peer_addr = fwd_streams[i]->tx_port; in simple_fwd_config_setup()
4052 fwd_streams[i]->retry_enabled = retry_enabled; in simple_fwd_config_setup()
4106 fs = fwd_streams[sm_id]; in rss_fwd_config_setup()
4222 fs = fwd_streams[k + j]; in dcb_fwd_config_setup()
[all …]
H A Dtestpmd.h585 extern struct fwd_stream **fwd_streams;