Home
last modified time | relevance | path

Searched refs:tx_set_dynf_cb (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test-pmd/
H A Dutil.c344 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()
H A Dtestpmd.h235 const struct rte_eth_rxtx_callback *tx_set_dynf_cb[RTE_MAX_QUEUES_PER_PORT+1]; member