Home
last modified time | relevance | path

Searched refs:orq_lock (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp.c298 spin_lock(&qp->orq_lock); in siw_qp_mpa_rts()
308 spin_unlock(&qp->orq_lock); in siw_qp_mpa_rts()
927 spin_lock(&qp->orq_lock); in siw_activate_tx_from_sq()
933 spin_unlock(&qp->orq_lock); in siw_activate_tx_from_sq()
946 spin_lock(&qp->orq_lock); in siw_activate_tx_from_sq()
960 spin_unlock(&qp->orq_lock); in siw_activate_tx_from_sq()
H A Dsiw_qp_rx.c1137 spin_lock_irqsave(&qp->orq_lock, flags); in siw_check_tx_fence()
1179 spin_unlock_irqrestore(&qp->orq_lock, flags); in siw_check_tx_fence()
H A Dsiw.h440 spinlock_t orq_lock; member
H A Dsiw_verbs.c362 spin_lock_init(&qp->orq_lock); in siw_create_qp()