Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/can/usb/
Dgs_usb.c166 spinlock_t tx_ctx_lock; member
189 spin_lock_irqsave(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context()
194 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context()
199 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context()
217 spin_lock_irqsave(&dev->tx_ctx_lock, flags); in gs_get_tx_context()
219 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_get_tx_context()
222 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_get_tx_context()
786 spin_lock_init(&dev->tx_ctx_lock); in gs_make_candev()