Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_sec_idev.c42 rte_spinlock_init(&cfg->tx_cpt_lock); in otx2_sec_idev_cfg_init()
65 rte_spinlock_lock(&cfg->tx_cpt_lock); in otx2_sec_idev_tx_cpt_qp_add()
78 rte_spinlock_unlock(&cfg->tx_cpt_lock); in otx2_sec_idev_tx_cpt_qp_add()
95 rte_spinlock_lock(&cfg->tx_cpt_lock); in otx2_sec_idev_tx_cpt_qp_remove()
112 rte_spinlock_unlock(&cfg->tx_cpt_lock); in otx2_sec_idev_tx_cpt_qp_remove()
118 rte_spinlock_unlock(&cfg->tx_cpt_lock); in otx2_sec_idev_tx_cpt_qp_remove()
134 rte_spinlock_lock(&cfg->tx_cpt_lock); in otx2_sec_idev_tx_cpt_qp_get()
158 rte_spinlock_unlock(&cfg->tx_cpt_lock); in otx2_sec_idev_tx_cpt_qp_get()
H A Dotx2_sec_idev.h22 rte_spinlock_t tx_cpt_lock; member