Lines Matching refs:rte_eth_rxtx_callback
4724 const struct rte_eth_rxtx_callback *
4745 struct rte_eth_rxtx_callback *cb = rte_zmalloc(NULL, sizeof(*cb), 0); in rte_eth_add_rx_callback()
4757 struct rte_eth_rxtx_callback *tail = in rte_eth_add_rx_callback()
4781 const struct rte_eth_rxtx_callback *
4796 struct rte_eth_rxtx_callback *cb = rte_zmalloc(NULL, sizeof(*cb), 0); in rte_eth_add_first_rx_callback()
4820 const struct rte_eth_rxtx_callback *
4843 struct rte_eth_rxtx_callback *cb = rte_zmalloc(NULL, sizeof(*cb), 0); in rte_eth_add_tx_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()
4929 struct rte_eth_rxtx_callback **prev_cb; in rte_eth_remove_tx_callback()