Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/can/usb/
Ducan.c289 spinlock_t echo_skb_lock; member
673 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_tx_complete_msg()
684 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_tx_complete_msg()
849 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_write_bulk_callback()
851 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_write_bulk_callback()
1143 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_start_xmit()
1145 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_start_xmit()
1163 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_start_xmit()
1165 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_start_xmit()
1518 spin_lock_init(&up->echo_skb_lock); in ucan_probe()