Home
last modified time | relevance | path

Searched defs:usbnet (Results 1 – 1 of 1) sorted by relevance

/include/linux/usb/
Dusbnet.h20 struct usbnet { struct
22 struct usb_device *udev;
23 struct usb_interface *intf;
24 const struct driver_info *driver_info;
25 const char *driver_name;
26 void *driver_priv;
27 wait_queue_head_t wait;
28 struct mutex phy_mutex;
29 unsigned char suspend_count;
30 unsigned char pkt_cnt, pkt_err;
[all …]