Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Dethdev_driver.h29 struct rte_eth_rxtx_callback { struct
30 struct rte_eth_rxtx_callback *next; argument
76 struct rte_eth_rxtx_callback *post_rx_burst_cbs[RTE_MAX_QUEUES_PER_PORT];
81 struct rte_eth_rxtx_callback *pre_tx_burst_cbs[RTE_MAX_QUEUES_PER_PORT];
H A Dethdev_private.c292 const struct rte_eth_rxtx_callback *cb = opaque; in rte_eth_call_rx_callbacks()
307 const struct rte_eth_rxtx_callback *cb = opaque; in rte_eth_call_tx_callbacks()
H A Drte_ethdev.h4505 struct rte_eth_rxtx_callback;
4532 const struct rte_eth_rxtx_callback *
4562 const struct rte_eth_rxtx_callback *
4591 const struct rte_eth_rxtx_callback *
4629 const struct rte_eth_rxtx_callback *user_cb);
4665 const struct rte_eth_rxtx_callback *user_cb);
H A Drte_ethdev.c4724 const struct rte_eth_rxtx_callback *
4757 struct rte_eth_rxtx_callback *tail = in rte_eth_add_rx_callback()
4781 const struct rte_eth_rxtx_callback *
4820 const struct rte_eth_rxtx_callback *
4855 struct rte_eth_rxtx_callback *tail = in rte_eth_add_tx_callback()
4881 const struct rte_eth_rxtx_callback *user_cb) in rte_eth_remove_rx_callback()
4893 struct rte_eth_rxtx_callback *cb; in rte_eth_remove_rx_callback()
4894 struct rte_eth_rxtx_callback **prev_cb; in rte_eth_remove_rx_callback()
4915 const struct rte_eth_rxtx_callback *user_cb) in rte_eth_remove_tx_callback()
4928 struct rte_eth_rxtx_callback *cb; in rte_eth_remove_tx_callback()
[all …]
/dpdk/app/test-pmd/
H A Dtestpmd.h277 const struct rte_eth_rxtx_callback *rx_dump_cb[RTE_MAX_QUEUES_PER_PORT+1];
278 const struct rte_eth_rxtx_callback *tx_dump_cb[RTE_MAX_QUEUES_PER_PORT+1];
281 const struct rte_eth_rxtx_callback *tx_set_md_cb[RTE_MAX_QUEUES_PER_PORT+1];
284 const struct rte_eth_rxtx_callback *tx_set_dynf_cb[RTE_MAX_QUEUES_PER_PORT+1];
/dpdk/lib/latencystats/
H A Drte_latencystats.c58 const struct rte_eth_rxtx_callback *cb;
/dpdk/lib/power/
H A Drte_power_pmd_mgmt.c49 const struct rte_eth_rxtx_callback *cb;
/dpdk/lib/bpf/
H A Dbpf_pkt.c29 const struct rte_eth_rxtx_callback *cb; /* callback handle */
/dpdk/lib/pdump/
H A Drte_pdump.c59 const struct rte_eth_rxtx_callback *cb;
/dpdk/doc/guides/rel_notes/
H A Drelease_21_11.rst556 * ethdev: Made ``rte_eth_dev``, ``rte_eth_dev_data``, ``rte_eth_rxtx_callback``
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2718 const struct rte_eth_rxtx_callback *cb; in reassemble_lcore_init()