Searched defs:usbnet (Results 1 – 1 of 1) sorted by relevance
215 struct usbnet { struct217 struct usb_device *udev;218 struct driver_info *driver_info;219 struct semaphore mutex;220 struct list_head dev_list;221 wait_queue_head_t *wait;224 unsigned in, out;225 unsigned maxpacket;229 struct net_device net;230 struct net_device_stats stats;[all …]