Lines Matching refs:usbnet

27 struct usbnet {  struct
127 int (*bind)(struct usbnet *, struct usb_interface *);
130 void (*unbind)(struct usbnet *, struct usb_interface *);
133 int (*reset)(struct usbnet *);
136 int (*stop)(struct usbnet *);
139 int (*check_connect)(struct usbnet *);
142 int (*manage_power)(struct usbnet *, int);
145 void (*status)(struct usbnet *, struct urb *);
148 int (*link_reset)(struct usbnet *);
151 int (*rx_fixup)(struct usbnet *dev, struct sk_buff *skb);
154 struct sk_buff *(*tx_fixup)(struct usbnet *dev,
158 void (*recover)(struct usbnet *dev);
163 int (*early_init)(struct usbnet *dev);
166 void (*indication)(struct usbnet *dev, void *ind, int indlen);
169 void (*set_rx_mode)(struct usbnet *dev);
186 extern void usbnet_device_suggests_idle(struct usbnet *dev);
188 extern int usbnet_read_cmd(struct usbnet *dev, u8 cmd, u8 reqtype,
190 extern int usbnet_write_cmd(struct usbnet *dev, u8 cmd, u8 reqtype,
192 extern int usbnet_read_cmd_nopm(struct usbnet *dev, u8 cmd, u8 reqtype,
194 extern int usbnet_write_cmd_nopm(struct usbnet *dev, u8 cmd, u8 reqtype,
196 extern int usbnet_write_cmd_async(struct usbnet *dev, u8 cmd, u8 reqtype,
211 extern void usbnet_cdc_update_filter(struct usbnet *dev);
212 extern int usbnet_generic_cdc_bind(struct usbnet *, struct usb_interface *);
213 extern int usbnet_ether_cdc_bind(struct usbnet *dev, struct usb_interface *intf);
214 extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *);
215 extern void usbnet_cdc_unbind(struct usbnet *, struct usb_interface *);
216 extern void usbnet_cdc_status(struct usbnet *, struct urb *);
235 struct usbnet *dev;
261 extern int usbnet_get_endpoints(struct usbnet *, struct usb_interface *);
262 extern int usbnet_get_ethernet_addr(struct usbnet *, int);
263 extern void usbnet_defer_kevent(struct usbnet *, int);
264 extern void usbnet_skb_return(struct usbnet *, struct sk_buff *);
265 extern void usbnet_unlink_rx_urbs(struct usbnet *);
267 extern void usbnet_pause_rx(struct usbnet *);
268 extern void usbnet_resume_rx(struct usbnet *);
269 extern void usbnet_purge_paused_rxq(struct usbnet *);
284 extern int usbnet_manage_power(struct usbnet *, int);
285 extern void usbnet_link_change(struct usbnet *, bool, bool);
287 extern int usbnet_status_start(struct usbnet *dev, gfp_t mem_flags);
288 extern void usbnet_status_stop(struct usbnet *dev);
290 extern void usbnet_update_max_qlen(struct usbnet *dev);