Searched refs:sdma_lock (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_sdma.c121 * Must be called with sdma_lock held
149 spin_lock_irqsave(&ppd->sdma_lock, flags);
183 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
345 /* sdma_lock must be held */
415 spin_lock_irqsave(&ppd->sdma_lock, flags);
419 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
440 spin_lock_irqsave(&ppd->sdma_lock, flags);
442 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
491 spin_lock_irqsave(&ppd->sdma_lock, flags);
493 spin_unlock_irqrestore(&ppd->sdma_lock, flag
[all...]
H A Dqib_user_sdma.c617 spin_lock_irqsave(&ppd->sdma_lock, flags);
619 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
732 spin_lock_irqsave(&ppd->sdma_lock, flags);
800 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
H A Dqib_iba7220.c775 * This is called with interrupts disabled and sdma_lock held.
905 spin_lock_irqsave(&ppd->sdma_lock, flags);
958 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
1808 spin_lock_irqsave(&ppd->sdma_lock, flags);
1836 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
3357 spin_lock_irqsave(&ppd->sdma_lock, flags);
3366 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
3646 spin_lock_irqsave(&ppd->sdma_lock, flags);
3650 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
3721 spin_lock_irqsave(&ppd->sdma_lock, flag
[all...]
H A Dqib.h533 spinlock_t sdma_lock; member in struct:qib_pportdata
1069 void qib_sdma_update_tail(struct qib_pportdata *, u16); /* hold sdma_lock */
1239 /* ppd->sdma_lock should be locked before calling this. */
H A Dqib_init.c199 spin_lock_init(&ppd->sdma_lock);
H A Dqib_iba7322.c1356 * This is called with interrupts disabled and sdma_lock held.
1439 * Must be called with sdma_lock held, or before init finished.
1450 * This is called with interrupts disabled and sdma_lock held.
1492 spin_lock_irqsave(&ppd->sdma_lock, flags);
1528 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
5159 spin_lock_irqsave(&ppd->sdma_lock, flags);
5163 spin_unlock_irqrestore(&ppd->sdma_lock, flags);
6242 * Must be called with sdma_lock held, or before init finished.
6339 /* sdma_lock must be held */

Completed in 70 milliseconds