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()837 rte_spinlock_lock(&sa->mgmt_evq_lock); in sfc_ev_start()839 rte_spinlock_unlock(&sa->mgmt_evq_lock); in sfc_ev_start()880 rte_spinlock_lock(&sa->mgmt_evq_lock); in sfc_ev_stop()882 rte_spinlock_unlock(&sa->mgmt_evq_lock); in sfc_ev_stop()988 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()
288 rte_spinlock_t mgmt_evq_lock; member