Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dmain.h179 spinlock_t compl_lock; /* protect CQP completion processing */ member
H A Dhw.c1096 spin_lock_init(&cqp->compl_lock); in irdma_create_cqp()
2213 spin_lock_irqsave(&rf->cqp.compl_lock, flags); in irdma_cqp_ce_handler()
2215 spin_unlock_irqrestore(&rf->cqp.compl_lock, flags); in irdma_cqp_ce_handler()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h463 spinlock_t compl_lock; /* synch CQ handlers */ member
H A Dqplib_fp.c166 spin_lock_bh(&cq->compl_lock); in bnxt_qpn_cqn_sched_task()
173 spin_unlock_bh(&cq->compl_lock); in bnxt_qpn_cqn_sched_task()
347 spin_lock_bh(&cq->compl_lock); in bnxt_qplib_service_nq()
353 spin_unlock_bh(&cq->compl_lock); in bnxt_qplib_service_nq()
2277 spin_lock_init(&cq->compl_lock); in bnxt_qplib_create_cq()