Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dmain.h172 spinlock_t compl_lock; /* protect CQP completion processing */ member
H A Dhw.c991 spin_lock_init(&cqp->compl_lock); in irdma_create_cqp()
2086 spin_lock_irqsave(&rf->cqp.compl_lock, flags); in irdma_cqp_ce_handler()
2088 spin_unlock_irqrestore(&rf->cqp.compl_lock, flags); in irdma_cqp_ce_handler()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h431 spinlock_t compl_lock; /* synch CQ handlers */ member
H A Dqplib_fp.c162 spin_lock_bh(&cq->compl_lock); in bnxt_qpn_cqn_sched_task()
169 spin_unlock_bh(&cq->compl_lock); in bnxt_qpn_cqn_sched_task()
335 spin_lock_bh(&cq->compl_lock); in bnxt_qplib_service_nq()
341 spin_unlock_bh(&cq->compl_lock); in bnxt_qplib_service_nq()
2177 spin_lock_init(&cq->compl_lock); in bnxt_qplib_create_cq()