Home
last modified time | relevance | path

Searched refs:ipath_sendctrl_lock (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_sdma.c318 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in sdma_abort_task()
323 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in sdma_abort_task()
497 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in setup_sdma()
502 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in setup_sdma()
527 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in teardown_sdma()
532 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in teardown_sdma()
619 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_restart_sdma()
630 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_restart_sdma()
Dipath_driver.c818 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_disarm_piobufs()
829 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_disarm_piobufs()
1742 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_chg_pioavailkernel()
1749 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_chg_pioavailkernel()
1891 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_cancel_sends()
1897 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_cancel_sends()
1908 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_cancel_sends()
1915 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_cancel_sends()
1944 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_force_pio_avail_update()
1953 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_force_pio_avail_update()
[all …]
Dipath_init_chip.c234 spin_lock_init(&dd->ipath_sendctrl_lock); in init_chip_first()
363 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in init_chip_reset()
367 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in init_chip_reset()
483 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in enable_chip()
497 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in enable_chip()
Dipath_intr.c1005 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in handle_layer_pioavail()
1010 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in handle_layer_pioavail()
1258 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_intr()
1263 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_intr()
Dipath_ruc.c523 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in want_buffer()
528 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in want_buffer()
Dipath_kernel.h479 spinlock_t ipath_sendctrl_lock; member