Home
last modified time | relevance | path

Searched refs:rte_eth_rxtx_callback (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_core.h64 struct rte_eth_rxtx_callback { struct
65 struct rte_eth_rxtx_callback *next; argument
109 struct rte_eth_rxtx_callback *post_rx_burst_cbs[RTE_MAX_QUEUES_PER_PORT];
114 struct rte_eth_rxtx_callback *pre_tx_burst_cbs[RTE_MAX_QUEUES_PER_PORT];
H A Drte_ethdev.h4087 struct rte_eth_rxtx_callback;
4114 const struct rte_eth_rxtx_callback *
4144 const struct rte_eth_rxtx_callback *
4173 const struct rte_eth_rxtx_callback *
4211 const struct rte_eth_rxtx_callback *user_cb);
4247 const struct rte_eth_rxtx_callback *user_cb);
4853 struct rte_eth_rxtx_callback *cb; in rte_eth_rx_burst()
5128 struct rte_eth_rxtx_callback *cb; in rte_eth_tx_burst()
H A Drte_ethdev.c4766 const struct rte_eth_rxtx_callback *
4799 struct rte_eth_rxtx_callback *tail = in rte_eth_add_rx_callback()
4823 const struct rte_eth_rxtx_callback *
4862 const struct rte_eth_rxtx_callback *
4897 struct rte_eth_rxtx_callback *tail = in rte_eth_add_tx_callback()
4923 const struct rte_eth_rxtx_callback *user_cb) in rte_eth_remove_rx_callback()
4935 struct rte_eth_rxtx_callback *cb; in rte_eth_remove_rx_callback()
4936 struct rte_eth_rxtx_callback **prev_cb; in rte_eth_remove_rx_callback()
4957 const struct rte_eth_rxtx_callback *user_cb) in rte_eth_remove_tx_callback()
4970 struct rte_eth_rxtx_callback *cb; in rte_eth_remove_tx_callback()
[all …]
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h228 const struct rte_eth_rxtx_callback *rx_dump_cb[RTE_MAX_QUEUES_PER_PORT+1];
229 const struct rte_eth_rxtx_callback *tx_dump_cb[RTE_MAX_QUEUES_PER_PORT+1];
232 const struct rte_eth_rxtx_callback *tx_set_md_cb[RTE_MAX_QUEUES_PER_PORT+1];
235 const struct rte_eth_rxtx_callback *tx_set_dynf_cb[RTE_MAX_QUEUES_PER_PORT+1];
/f-stack/dpdk/lib/librte_latencystats/
H A Drte_latencystats.c62 const struct rte_eth_rxtx_callback *cb;
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c67 const struct rte_eth_rxtx_callback *cb;
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c41 const struct rte_eth_rxtx_callback *cb; /* callback handle */
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2566 const struct rte_eth_rxtx_callback *cb; in reassemble_lcore_init()