Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/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.c825 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 …]
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.c1003 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()
Dipath_ruc.c522 spin_lock_irqsave(&dd->ipath_sendctrl_lock, flags); in want_buffer()
527 spin_unlock_irqrestore(&dd->ipath_sendctrl_lock, flags); in want_buffer()
Dipath_kernel.h478 spinlock_t ipath_sendctrl_lock; member