Home
last modified time | relevance | path

Searched refs:hdwq_lock (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h733 spinlock_t hdwq_lock; member
H A Dlpfc_sli.c22300 spin_lock_irqsave(&hdwq->hdwq_lock, iflags); in lpfc_get_sgl_per_hdwq()
22312 spin_unlock_irqrestore(&hdwq->hdwq_lock, iflags); in lpfc_get_sgl_per_hdwq()
22334 spin_lock_irqsave(&hdwq->hdwq_lock, iflags); in lpfc_get_sgl_per_hdwq()
22342 spin_unlock_irqrestore(&hdwq->hdwq_lock, iflags);
22368 spin_lock_irqsave(&hdwq->hdwq_lock, iflags); in lpfc_put_sgl_per_hdwq()
22381 spin_unlock_irqrestore(&hdwq->hdwq_lock, iflags);
22404 spin_lock_irqsave(&hdwq->hdwq_lock, iflags); in lpfc_free_sgl_per_hdwq()
22416 spin_unlock_irqrestore(&hdwq->hdwq_lock, iflags);
22442 spin_lock_irqsave(&hdwq->hdwq_lock, iflags); in lpfc_get_cmd_rsp_buf_per_hdwq()
22455 spin_unlock_irqrestore(&hdwq->hdwq_lock, iflag in lpfc_get_cmd_rsp_buf_per_hdwq()
[all...]
H A Dlpfc_init.c10481 spin_lock_init(&qp->hdwq_lock); in lpfc_sli4_queue_create()