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
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()
1141 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_start_xmit()
1143 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_start_xmit()
1161 spin_lock_irqsave(&up->echo_skb_lock, flags); in ucan_start_xmit()
1163 spin_unlock_irqrestore(&up->echo_skb_lock, flags); in ucan_start_xmit()
1518 spin_lock_init(&up->echo_skb_lock); in ucan_probe()
[all...]