Searched refs:hdwq_lock (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 735 spinlock_t hdwq_lock; member
|
H A D | lpfc_sli.c | 22348 spin_lock_irqsave(&hdwq->hdwq_lock, iflags); in lpfc_get_sgl_per_hdwq() 22360 spin_unlock_irqrestore(&hdwq->hdwq_lock, iflags); in lpfc_get_sgl_per_hdwq() 22382 spin_lock_irqsave(&hdwq->hdwq_lock, iflags); in lpfc_get_sgl_per_hdwq() 22390 spin_unlock_irqrestore(&hdwq->hdwq_lock, iflags); in lpfc_get_sgl_per_hdwq() 22416 spin_lock_irqsave(&hdwq->hdwq_lock, iflags); in lpfc_put_sgl_per_hdwq() 22429 spin_unlock_irqrestore(&hdwq->hdwq_lock, iflags); in lpfc_put_sgl_per_hdwq() 22452 spin_lock_irqsave(&hdwq->hdwq_lock, iflags); in lpfc_free_sgl_per_hdwq() 22464 spin_unlock_irqrestore(&hdwq->hdwq_lock, iflags); in lpfc_free_sgl_per_hdwq() 22490 spin_lock_irqsave(&hdwq->hdwq_lock, iflags); in lpfc_get_cmd_rsp_buf_per_hdwq() 22503 spin_unlock_irqrestore(&hdwq->hdwq_lock, iflag in lpfc_get_cmd_rsp_buf_per_hdwq() [all...] |
H A D | lpfc_init.c | 10481 spin_lock_init(&qp->hdwq_lock); in lpfc_sli4_queue_create()
|