Searched defs:kvaser_usb_net_priv (Results 1 – 1 of 1) sorted by relevance
103 struct kvaser_usb_net_priv { struct104 struct can_priv can;105 struct can_berr_counter bec;107 struct kvaser_usb *dev;108 struct net_device *netdev;109 int channel;111 struct completion start_comp, stop_comp, flush_comp;112 struct usb_anchor tx_submitted;114 spinlock_t tx_contexts_lock; /* lock for active_tx_contexts */115 int active_tx_contexts;[all …]