Home
last modified time | relevance | path

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

/dpdk/drivers/net/pfe/
H A Dpfe_hif.c216 rte_spinlock_lock(&hif->tx_lock); in pfe_hif_client_register()
261 rte_spinlock_unlock(&hif->tx_lock); in pfe_hif_client_register()
281 rte_spinlock_lock(&hif->tx_lock); in pfe_hif_client_unregister()
286 rte_spinlock_unlock(&hif->tx_lock); in pfe_hif_client_unregister()
292 rte_spinlock_unlock(&hif->tx_lock); in pfe_hif_client_unregister()
550 rte_spinlock_lock(&hif->tx_lock); in hif_tx_done_process()
552 rte_spinlock_unlock(&hif->tx_lock); in hif_tx_done_process()
799 rte_spinlock_init(&hif->tx_lock); in pfe_hif_init()
H A Dpfe_hif.h135 rte_spinlock_t tx_lock; member
/dpdk/lib/eventdev/
H A Drte_event_eth_tx_adapter.c104 rte_spinlock_t tx_lock; member
608 if (!rte_spinlock_trylock(&txa->tx_lock)) in txa_service_func()
651 rte_spinlock_unlock(&txa->tx_lock); in txa_service_func()
717 rte_spinlock_init(&txa->tx_lock); in txa_service_adapter_create_ext()
807 rte_spinlock_lock(&txa->tx_lock); in txa_service_queue_add()
840 rte_spinlock_unlock(&txa->tx_lock); in txa_service_queue_add()
850 rte_spinlock_unlock(&txa->tx_lock); in txa_service_queue_add()