Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1093 spin_lock_init(&cq->cq_lock); in ocrdma_create_cq()
1153 spin_lock_irqsave(&cq->cq_lock, flags); in ocrdma_flush_cq()
1161 spin_unlock_irqrestore(&cq->cq_lock, flags); in ocrdma_flush_cq()
1713 spin_lock_irqsave(&cq->cq_lock, cq_flags); in ocrdma_discard_cqes()
1766 spin_unlock_irqrestore(&cq->cq_lock, cq_flags); in ocrdma_discard_cqes()
1819 spin_lock_irqsave(&qp->sq_cq->cq_lock, flags); in ocrdma_destroy_qp()
1821 spin_lock(&qp->rq_cq->cq_lock); in ocrdma_destroy_qp()
1826 spin_unlock(&qp->rq_cq->cq_lock); in ocrdma_destroy_qp()
1827 spin_unlock_irqrestore(&qp->sq_cq->cq_lock, flags); in ocrdma_destroy_qp()
2961 spin_lock_irqsave(&cq->cq_lock, flags); in ocrdma_poll_cq()
[all …]
Docrdma.h329 spinlock_t cq_lock ____cacheline_aligned; /* provide synchronization
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c415 spin_lock_init(&tgt->cq_lock); in bnx2fc_init_tgt()
844 spin_lock_bh(&tgt->cq_lock); in bnx2fc_free_session_resc()
900 spin_unlock_bh(&tgt->cq_lock); in bnx2fc_free_session_resc()
Dbnx2fc.h366 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()