Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/
H A Ducan.c285 spinlock_t echo_skb_lock; member
672 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_tx_complete_msg()
683 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_tx_complete_msg()
848 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_write_bulk_callback()
850 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_write_bulk_callback()
1140 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_start_xmit()
1142 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_start_xmit()
1160 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_start_xmit()
1162 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_start_xmit()
1516 spin_lock_init(&up->echo_skb_lock); in ucan_probe()