Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 17 of 17) sorted by relevance

/dpdk/app/test-pmd/
H A Dshared_rxq_fwd.c23 forward_stream_get(struct fwd_stream *fs, uint16_t port) in forward_stream_get()
48 struct fwd_stream *fs = forward_stream_get(src_fs, port); in forward_sub_burst() local
66 forward_shared_rxq(struct fwd_stream *fs, uint16_t nb_rx, in forward_shared_rxq()
93 shared_rxq_fwd(struct fwd_stream *fs) in shared_rxq_fwd()
107 shared_rxq_stream_init(struct fwd_stream *fs) in shared_rxq_stream_init()
H A Drxonly.c45 pkt_burst_receive(struct fwd_stream *fs) in pkt_burst_receive()
63 stream_init_receive(struct fwd_stream *fs) in stream_init_receive()
H A Drecycle_mbufs.c14 pkt_burst_recycle_mbufs(struct fwd_stream *fs) in pkt_burst_recycle_mbufs()
38 recycle_mbufs_stream_init(struct fwd_stream *fs) in recycle_mbufs_stream_init()
H A Dnoisy_vnf.c123 noisy_eth_tx_burst(struct fwd_stream *fs, uint16_t nb_rx, struct rte_mbuf **pkts_burst) in noisy_eth_tx_burst()
188 pkt_burst_io(struct fwd_stream *fs) in pkt_burst_io()
201 pkt_burst_mac(struct fwd_stream *fs) in pkt_burst_mac()
216 pkt_burst_macswap(struct fwd_stream *fs) in pkt_burst_macswap()
231 pkt_burst_5tswap(struct fwd_stream *fs) in pkt_burst_5tswap()
H A D5tswap.c29 pkt_burst_5tuple_swap(struct fwd_stream *fs) in pkt_burst_5tuple_swap()
H A Dmacswap.c51 pkt_burst_mac_swap(struct fwd_stream *fs) in pkt_burst_mac_swap()
H A Dmacfwd.c46 pkt_burst_mac_forward(struct fwd_stream *fs) in pkt_burst_mac_forward()
H A Diofwd.c45 pkt_burst_io_forward(struct fwd_stream *fs) in pkt_burst_io_forward()
H A Dieee1588fwd.c93 ieee1588_packet_fwd(struct fwd_stream *fs) in ieee1588_packet_fwd()
220 port_ieee1588_stream_init(struct fwd_stream *fs) in port_ieee1588_stream_init()
H A Dmacfwd.h10 struct fwd_stream *fs) in do_macfwd()
H A Dflowgen.c62 pkt_burst_flow_gen(struct fwd_stream *fs) in pkt_burst_flow_gen()
H A D5tswap.h67 struct fwd_stream *fs) in do_5tswap()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.h27 struct ch_filter_specification fs; /* temp, to create filter */ member
H A Dcxgbe_filter.c63 struct ch_filter_specification *fs) in cxgbe_validate_filter()
128 struct ch_filter_specification *fs) in get_filter_steerq()
595 struct ch_filter_specification *fs, in cxgbe_set_hash_filter()
928 struct ch_filter_specification *fs, in cxgbe_del_filter()
999 struct ch_filter_specification *fs, in cxgbe_set_filter()
H A Dcxgbe_filter.h198 struct ch_filter_specification fs; member
/dpdk/examples/ntb/
H A Dntb_fwd.c365 struct ntb_fwd_stream fs; in start_iofwd_per_lcore() local
436 struct ntb_fwd_stream fs; start_rxonly_per_lcore() local
477 struct ntb_fwd_stream fs; start_txonly_per_lcore() local
605 struct ntb_fwd_stream *fs; assign_stream_to_lcores() local
[all...]
/dpdk/
H A Dmeson.build22 fs = import('fs') global() variable