Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/can/usb/
Ducan.c285 spinlock_t echo_skb_lock; member
669 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_tx_complete_msg()
680 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_tx_complete_msg()
845 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_write_bulk_callback()
847 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_write_bulk_callback()
1139 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_start_xmit()
1141 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_start_xmit()
1159 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_start_xmit()
1161 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_start_xmit()
1514 spin_lock_init(&up->echo_skb_lock); in ucan_probe()