Searched refs:ipath_sendctrl_lock (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/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 | 825 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_disarm_piobufs() 836 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_disarm_piobufs() 1749 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_chg_pioavailkernel() 1756 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_chg_pioavailkernel() 1897 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_cancel_sends() 1903 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_cancel_sends() 1914 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_cancel_sends() 1921 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_cancel_sends() 1950 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_force_pio_avail_update() 1959 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 | 1003 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in handle_layer_pioavail() 1008 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in handle_layer_pioavail() 1256 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in ipath_intr() 1261 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in ipath_intr()
|
D | ipath_ruc.c | 522 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in want_buffer() 527 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in want_buffer()
|
D | ipath_kernel.h | 478 spinlock_t ipath_sendctrl_lock; member
|