Searched refs:mgmt_evq_lock (Results 1 – 3 of 3) sorted by relevance
629 if (rte_spinlock_trylock(&sa->mgmt_evq_lock)) { in sfc_ev_mgmt_qpoll()633 rte_spinlock_unlock(&sa->mgmt_evq_lock); in sfc_ev_mgmt_qpoll()819 rte_spinlock_lock(&sa->mgmt_evq_lock); in sfc_ev_start()821 rte_spinlock_unlock(&sa->mgmt_evq_lock); in sfc_ev_start()862 rte_spinlock_lock(&sa->mgmt_evq_lock); in sfc_ev_stop()864 rte_spinlock_unlock(&sa->mgmt_evq_lock); in sfc_ev_stop()969 rte_spinlock_init(&sa->mgmt_evq_lock); in sfc_ev_attach()
34 rte_spinlock_lock(&sa->mgmt_evq_lock); in sfc_intr_handle_mgmt_evq()48 rte_spinlock_unlock(&sa->mgmt_evq_lock); in sfc_intr_handle_mgmt_evq()
278 rte_spinlock_t mgmt_evq_lock; member