Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Drte_ethdev.c52 static rte_spinlock_t eth_dev_tx_cb_lock = RTE_SPINLOCK_INITIALIZER; variable
4853 rte_spinlock_lock(&eth_dev_tx_cb_lock); in rte_eth_add_tx_callback()
4874 rte_spinlock_unlock(&eth_dev_tx_cb_lock); in rte_eth_add_tx_callback()
4931 rte_spinlock_lock(&eth_dev_tx_cb_lock); in rte_eth_remove_tx_callback()
4942 rte_spinlock_unlock(&eth_dev_tx_cb_lock); in rte_eth_remove_tx_callback()