Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/usb/
Ducan.c285 spinlock_t echo_skb_lock; member
671 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_tx_complete_msg()
682 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_tx_complete_msg()
847 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_write_bulk_callback()
849 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()
1517 spin_lock_init(&up->echo_skb_lock); in ucan_probe()