Lines Matching refs:rte_eth_rxtx_callback
4766 const struct rte_eth_rxtx_callback *
4787 struct rte_eth_rxtx_callback *cb = rte_zmalloc(NULL, sizeof(*cb), 0); in rte_eth_add_rx_callback()
4799 struct rte_eth_rxtx_callback *tail = in rte_eth_add_rx_callback()
4823 const struct rte_eth_rxtx_callback *
4838 struct rte_eth_rxtx_callback *cb = rte_zmalloc(NULL, sizeof(*cb), 0); in rte_eth_add_first_rx_callback()
4862 const struct rte_eth_rxtx_callback *
4885 struct rte_eth_rxtx_callback *cb = rte_zmalloc(NULL, sizeof(*cb), 0); in rte_eth_add_tx_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()
4971 struct rte_eth_rxtx_callback **prev_cb; in rte_eth_remove_tx_callback()