Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtfp.h28 rte_spinlock_t slock; member
169 void tfp_spinlock_init(struct tfp_spinlock_parms *slock);
170 void tfp_spinlock_lock(struct tfp_spinlock_parms *slock);
171 void tfp_spinlock_unlock(struct tfp_spinlock_parms *slock);
H A Dtfp.c108 rte_spinlock_init(&parms->slock); in tfp_spinlock_init()
117 rte_spinlock_lock(&parms->slock); in tfp_spinlock_lock()
126 rte_spinlock_unlock(&parms->slock); in tfp_spinlock_unlock()