Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Dethdev_private.h38 extern rte_spinlock_t eth_dev_cb_lock;
H A Dethdev_driver.c176 rte_spinlock_lock(&eth_dev_cb_lock); in rte_eth_dev_callback_process()
185 rte_spinlock_unlock(&eth_dev_cb_lock); in rte_eth_dev_callback_process()
188 rte_spinlock_lock(&eth_dev_cb_lock); in rte_eth_dev_callback_process()
191 rte_spinlock_unlock(&eth_dev_cb_lock); in rte_eth_dev_callback_process()
H A Dethdev_private.c20 rte_spinlock_t eth_dev_cb_lock = RTE_SPINLOCK_INITIALIZER; variable
H A Drte_ethdev.c4477 rte_spinlock_lock(&eth_dev_cb_lock); in rte_eth_dev_callback_register()
4501 rte_spinlock_unlock(&eth_dev_cb_lock); in rte_eth_dev_callback_register()
4510 rte_spinlock_unlock(&eth_dev_cb_lock); in rte_eth_dev_callback_register()
4544 rte_spinlock_lock(&eth_dev_cb_lock); in rte_eth_dev_callback_unregister()
4571 rte_spinlock_unlock(&eth_dev_cb_lock); in rte_eth_dev_callback_unregister()