Searched refs:tx_set_dynf_cb (Results 1 – 2 of 2) sorted by relevance
407 if (!ports[portid].tx_set_dynf_cb[queue]) in add_tx_dynf_callback()408 ports[portid].tx_set_dynf_cb[queue] = in add_tx_dynf_callback()428 if (ports[portid].tx_set_dynf_cb[queue]) { in remove_tx_dynf_callback()430 ports[portid].tx_set_dynf_cb[queue]); in remove_tx_dynf_callback()431 ports[portid].tx_set_dynf_cb[queue] = NULL; in remove_tx_dynf_callback()
284 const struct rte_eth_rxtx_callback *tx_set_dynf_cb[RTE_MAX_QUEUES_PER_PORT+1]; member