Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_nvme.c257 spin_lock_irqsave(&fnic->wq_copy_lock[idx], intr_flags); in nvfnic_queue_wq_nvme_copy_desc()
263 spin_unlock_irqrestore(&fnic->wq_copy_lock[idx], intr_flags); in nvfnic_queue_wq_nvme_copy_desc()
294 spin_unlock_irqrestore(&fnic->wq_copy_lock[idx], intr_flags); in nvfnic_queue_wq_nvme_copy_desc()
1885 spin_lock_irqsave(&fnic->wq_copy_lock[idx], flags); in nvfnic_queue_abort_io_req()
1891 spin_unlock_irqrestore(&fnic->wq_copy_lock[idx], flags); in nvfnic_queue_abort_io_req()
1908 spin_unlock_irqrestore(&fnic->wq_copy_lock[idx], flags); in nvfnic_queue_abort_io_req()
H A Dfnic.h496 spinlock_t wq_copy_lock[FNIC_WQ_COPY_MAX]; member
H A Dfnic_main.c1025 spin_lock_init(&fnic->wq_copy_lock[i]); in fnic_probe()