Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd_user.h23 spinlock_t echo_lock; member
H A Dpeak_canfd.c269 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()
713 spin_lock_irqsave(&priv->echo_lock, flags); in peak_canfd_start_xmit()
738 spin_unlock_irqrestore(&priv->echo_lock, flags); in peak_canfd_start_xmit()
835 spin_lock_init(&priv->echo_lock); in alloc_peak_canfd_dev()
H A Dpeak_pciefd_main.c342 spin_lock_irqsave(&priv->ucan.echo_lock, flags); in pciefd_irq_handler()
346 spin_unlock_irqrestore(&priv->ucan.echo_lock, flags); in pciefd_irq_handler()
/openbmc/linux/drivers/net/can/
H A Dkvaser_pciefd.c379 spinlock_t echo_lock; /* Locks the message echo buffer */ member
765 spin_lock_irqsave(&can->echo_lock, irq_flags); in kvaser_pciefd_start_xmit()
801 spin_unlock_irqrestore(&can->echo_lock, irq_flags); in kvaser_pciefd_start_xmit()
945 spin_lock_init(&can->echo_lock); in kvaser_pciefd_setup_can_ctrls()