Home
last modified time | relevance | path

Searched refs:fsm (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test-pmd/
H A Dshared_rxq_fwd.c27 struct fwd_stream **fsm; in forward_stream_get() local
31 fsm = &fwd_streams[fc->stream_idx]; in forward_stream_get()
34 if (fsm[sm_id]->rx_port == port && in forward_stream_get()
35 fsm[sm_id]->rx_queue == fs->rx_queue) in forward_stream_get()
36 return fsm[sm_id]; in forward_stream_get()
H A Dtestpmd.c2199 struct fwd_stream **fsm; in run_pkt_fwd_on_lcore() local
2212 fsm = &fwd_streams[fc->stream_idx]; in run_pkt_fwd_on_lcore()
2216 (*pkt_fwd)(fsm[sm_id]); in run_pkt_fwd_on_lcore()