Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/can/usb/
Dgs_usb.c312 spinlock_t tx_ctx_lock; member
336 spin_lock_irqsave(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context()
341 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context()
346 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context()
365 spin_lock_irqsave(&dev->tx_ctx_lock, flags); in gs_get_tx_context()
367 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_get_tx_context()
370 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_get_tx_context()
1175 spin_lock_init(&dev->tx_ctx_lock); in gs_make_candev()