Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/irdma/
H A Dmain.h174 spinlock_t compl_lock; /* protect CQP completion processing */ member
H A Dhw.c989 spin_lock_init(&cqp->compl_lock); in irdma_create_cqp()
2084 spin_lock_irqsave(&rf->cqp.compl_lock, flags); in irdma_cqp_ce_handler()
2086 spin_unlock_irqrestore(&rf->cqp.compl_lock, flags); in irdma_cqp_ce_handler()
/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.h454 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()
2288 spin_lock_init(&cq->compl_lock); in bnxt_qplib_create_cq()