Searched refs:rte_eth_rxtx_callback (Results 1 – 11 of 11) sorted by relevance
29 struct rte_eth_rxtx_callback { struct30 struct rte_eth_rxtx_callback *next; argument76 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];
292 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()
4505 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);
4724 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 …]
277 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];
58 const struct rte_eth_rxtx_callback *cb;
49 const struct rte_eth_rxtx_callback *cb;
29 const struct rte_eth_rxtx_callback *cb; /* callback handle */
59 const struct rte_eth_rxtx_callback *cb;
556 * ethdev: Made ``rte_eth_dev``, ``rte_eth_dev_data``, ``rte_eth_rxtx_callback``
2718 const struct rte_eth_rxtx_callback *cb; in reassemble_lcore_init()