Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/can/peak_canfd/
Dpeak_canfd_user.h23 spinlock_t echo_lock; member
Dpeak_canfd.c268 spin_lock_irqsave(&priv->echo_lock, flags); in pucan_handle_can_rx()
278 spin_unlock_irqrestore(&priv->echo_lock, flags); in pucan_handle_can_rx()
716 spin_lock_irqsave(&priv->echo_lock, flags); in peak_canfd_start_xmit()
741 spin_unlock_irqrestore(&priv->echo_lock, flags); in peak_canfd_start_xmit()
792 spin_lock_init(&priv->echo_lock); in alloc_peak_canfd_dev()
Dpeak_pciefd_main.c343 spin_lock_irqsave(&priv->ucan.echo_lock, flags); in pciefd_irq_handler()
347 spin_unlock_irqrestore(&priv->ucan.echo_lock, flags); in pciefd_irq_handler()
/Linux-v5.10/drivers/net/can/
Dkvaser_pciefd.c261 spinlock_t echo_lock; /* Locks the message echo buffer */ member
778 spin_lock_irqsave(&can->echo_lock, irq_flags); in kvaser_pciefd_start_xmit()
816 spin_unlock_irqrestore(&can->echo_lock, irq_flags); in kvaser_pciefd_start_xmit()
966 spin_lock_init(&can->echo_lock); in kvaser_pciefd_setup_can_ctrls()