Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/can/peak_canfd/
Dpeak_canfd_user.h24 spinlock_t echo_lock; member
Dpeak_canfd.c255 spin_lock_irqsave(&priv->echo_lock, flags); in pucan_handle_can_rx()
265 spin_unlock_irqrestore(&priv->echo_lock, flags); in pucan_handle_can_rx()
698 spin_lock_irqsave(&priv->echo_lock, flags); in peak_canfd_start_xmit()
723 spin_unlock_irqrestore(&priv->echo_lock, flags); in peak_canfd_start_xmit()
774 spin_lock_init(&priv->echo_lock); in alloc_peak_canfd_dev()
Dpeak_pciefd_main.c346 spin_lock_irqsave(&priv->ucan.echo_lock, flags); in pciefd_irq_handler()
350 spin_unlock_irqrestore(&priv->ucan.echo_lock, flags); in pciefd_irq_handler()
/Linux-v5.4/drivers/net/can/
Dkvaser_pciefd.c261 spinlock_t echo_lock; /* Locks the message echo buffer */ member
776 spin_lock_irqsave(&can->echo_lock, irq_flags); in kvaser_pciefd_start_xmit()
814 spin_unlock_irqrestore(&can->echo_lock, irq_flags); in kvaser_pciefd_start_xmit()
964 spin_lock_init(&can->echo_lock); in kvaser_pciefd_setup_can_ctrls()