Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/can/usb/
H A Dgs_usb.c318 spinlock_t tx_ctx_lock; member
352 spin_lock_irqsave(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context()
357 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context()
362 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_alloc_tx_context()
381 spin_lock_irqsave(&dev->tx_ctx_lock, flags); in gs_get_tx_context()
383 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_get_tx_context()
386 spin_unlock_irqrestore(&dev->tx_ctx_lock, flags); in gs_get_tx_context()
1270 spin_lock_init(&dev->tx_ctx_lock); in gs_make_candev()