Searched defs:kvaser_usb_net_priv (Results 1 – 1 of 1) sorted by relevance
107 struct kvaser_usb_net_priv { struct108 struct can_priv can;109 struct can_berr_counter bec;111 struct kvaser_usb *dev;112 struct net_device *netdev;113 int channel;115 struct completion start_comp, stop_comp, flush_comp;116 struct usb_anchor tx_submitted;118 spinlock_t tx_contexts_lock; /* lock for active_tx_contexts */119 int active_tx_contexts;[all …]
Completed in 4 milliseconds