Searched refs:tx_contexts_lock (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_core.c | 642 spin_lock_irqsave(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 655 spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 670 spin_lock_irqsave(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 676 spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 693 spin_lock_irqsave(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 700 spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 788 spin_lock_init(&priv->tx_contexts_lock); in kvaser_usb_init_one()
|
H A D | kvaser_usb.h | 128 spinlock_t tx_contexts_lock; /* lock for active_tx_contexts */ member
|
H A D | kvaser_usb_hydra.c | 1186 spin_lock_irqsave(&priv->tx_contexts_lock, irq_flags); in kvaser_usb_hydra_tx_acknowledge() 1193 spin_unlock_irqrestore(&priv->tx_contexts_lock, irq_flags); in kvaser_usb_hydra_tx_acknowledge()
|
H A D | kvaser_usb_leaf.c | 926 spin_lock_irqsave(&priv->tx_contexts_lock, flags); in kvaser_usb_leaf_tx_acknowledge() 933 spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); in kvaser_usb_leaf_tx_acknowledge()
|
/kernel/linux/linux-6.6/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_core.c | 664 spin_lock_irqsave(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 677 spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 691 spin_lock_irqsave(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 697 spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 714 spin_lock_irqsave(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 721 spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); in kvaser_usb_start_xmit() 825 spin_lock_init(&priv->tx_contexts_lock); in kvaser_usb_init_one()
|
H A D | kvaser_usb.h | 128 spinlock_t tx_contexts_lock; /* lock for active_tx_contexts */ member
|
H A D | kvaser_usb_hydra.c | 1202 spin_lock_irqsave(&priv->tx_contexts_lock, irq_flags); in kvaser_usb_hydra_tx_acknowledge() 1209 spin_unlock_irqrestore(&priv->tx_contexts_lock, irq_flags); in kvaser_usb_hydra_tx_acknowledge()
|
H A D | kvaser_usb_leaf.c | 923 spin_lock_irqsave(&priv->tx_contexts_lock, flags); in kvaser_usb_leaf_tx_acknowledge() 932 spin_unlock_irqrestore(&priv->tx_contexts_lock, flags); in kvaser_usb_leaf_tx_acknowledge()
|
Completed in 15 milliseconds