Searched refs:ipath_sendctrl_lock (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_sdma.c | 318 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()
|
D | ipath_driver.c | 818 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 …]
|
D | ipath_init_chip.c | 234 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()
|
D | ipath_intr.c | 1005 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()
|
D | ipath_ruc.c | 523 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in want_buffer() 528 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in want_buffer()
|
D | ipath_kernel.h | 479 spinlock_t ipath_sendctrl_lock; member
|