Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.c215 rte_spinlock_lock(&hif->tx_lock); in pfe_hif_client_register()
260 rte_spinlock_unlock(&hif->tx_lock); in pfe_hif_client_register()
280 rte_spinlock_lock(&hif->tx_lock); in pfe_hif_client_unregister()
285 rte_spinlock_unlock(&hif->tx_lock); in pfe_hif_client_unregister()
291 rte_spinlock_unlock(&hif->tx_lock); in pfe_hif_client_unregister()
549 rte_spinlock_lock(&hif->tx_lock); in hif_tx_done_process()
551 rte_spinlock_unlock(&hif->tx_lock); in hif_tx_done_process()
798 rte_spinlock_init(&hif->tx_lock); in pfe_hif_init()
H A Dpfe_hif.h135 rte_spinlock_t tx_lock; member
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_tx_adapter.c104 rte_spinlock_t tx_lock; member
563 if (!rte_spinlock_trylock(&txa->tx_lock)) in txa_service_func()
606 rte_spinlock_unlock(&txa->tx_lock); in txa_service_func()
672 rte_spinlock_init(&txa->tx_lock); in txa_service_adapter_create_ext()
762 rte_spinlock_lock(&txa->tx_lock); in txa_service_queue_add()
765 rte_spinlock_unlock(&txa->tx_lock); in txa_service_queue_add()
801 rte_spinlock_unlock(&txa->tx_lock); in txa_service_queue_add()