Home
last modified time | relevance | path

Searched refs:cq_lock (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1022 spin_lock_init(&cq->cq_lock); in ocrdma_create_cq()
1082 spin_lock_irqsave(&cq->cq_lock, flags); in ocrdma_flush_cq()
1090 spin_unlock_irqrestore(&cq->cq_lock, flags); in ocrdma_flush_cq()
1642 spin_lock_irqsave(&cq->cq_lock, cq_flags); in ocrdma_discard_cqes()
1695 spin_unlock_irqrestore(&cq->cq_lock, cq_flags); in ocrdma_discard_cqes()
1748 spin_lock_irqsave(&qp->sq_cq->cq_lock, flags); in ocrdma_destroy_qp()
1750 spin_lock(&qp->rq_cq->cq_lock); in ocrdma_destroy_qp()
1755 spin_unlock(&qp->rq_cq->cq_lock); in ocrdma_destroy_qp()
1756 spin_unlock_irqrestore(&qp->sq_cq->cq_lock, flags); in ocrdma_destroy_qp()
2918 spin_lock_irqsave(&cq->cq_lock, flags); in ocrdma_poll_cq()
[all …]
Docrdma.h309 spinlock_t cq_lock ____cacheline_aligned; /* provide synchronization
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c415 spin_lock_init(&tgt->cq_lock); in bnx2fc_init_tgt()
850 spin_lock_bh(&tgt->cq_lock); in bnx2fc_free_session_resc()
906 spin_unlock_bh(&tgt->cq_lock); in bnx2fc_free_session_resc()
Dbnx2fc.h367 spinlock_t cq_lock; member
Dbnx2fc_hwi.c1024 spin_lock_bh(&tgt->cq_lock); in bnx2fc_process_new_cqes()
1028 spin_unlock_bh(&tgt->cq_lock); in bnx2fc_process_new_cqes()
1085 spin_unlock_bh(&tgt->cq_lock); in bnx2fc_process_new_cqes()