Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_controlq.c99 spin_lock(&cq->cq_lock); in idpf_ctlq_shutdown()
107 spin_unlock(&cq->cq_lock); in idpf_ctlq_shutdown()
173 spin_lock_init(&cq->cq_lock); in idpf_ctlq_add()
272 spin_lock(&cq->cq_lock); in idpf_ctlq_send()
332 spin_unlock(&cq->cq_lock); in idpf_ctlq_send()
364 spin_lock(&cq->cq_lock); in idpf_ctlq_clean_sq()
397 spin_unlock(&cq->cq_lock); in idpf_ctlq_clean_sq()
435 spin_lock(&cq->cq_lock); in idpf_ctlq_post_rx_buffs()
524 spin_unlock(&cq->cq_lock); in idpf_ctlq_post_rx_buffs()
552 spin_lock(&cq->cq_lock); in idpf_ctlq_recv()
[all …]
H A Didpf_controlq_api.h102 spinlock_t cq_lock; /* control queue lock */ member
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c677 spin_lock_irqsave(&cq->cq_lock, flags); in qedr_gsi_poll_cq()
719 spin_unlock_irqrestore(&cq->cq_lock, flags); in qedr_gsi_poll_cq()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1078 spin_lock_bh(&tgt->cq_lock); in bnx2fc_process_new_cqes()
1082 spin_unlock_bh(&tgt->cq_lock); in bnx2fc_process_new_cqes()
1118 spin_unlock_bh(&tgt->cq_lock); in bnx2fc_process_new_cqes()
H A Dbnx2fc_tgt.c413 spin_lock_init(&tgt->cq_lock); in bnx2fc_init_tgt()