Searched refs:tx_set_dynf_cb (Results 1 – 2 of 2) sorted by relevance
344 if (!ports[portid].tx_set_dynf_cb[queue]) in add_tx_dynf_callback()345 ports[portid].tx_set_dynf_cb[queue] = in add_tx_dynf_callback()365 if (ports[portid].tx_set_dynf_cb[queue]) { in remove_tx_dynf_callback()367 ports[portid].tx_set_dynf_cb[queue]); in remove_tx_dynf_callback()368 ports[portid].tx_set_dynf_cb[queue] = NULL; in remove_tx_dynf_callback()
235 const struct rte_eth_rxtx_callback *tx_set_dynf_cb[RTE_MAX_QUEUES_PER_PORT+1]; member