Searched defs:lan78xx_net (Results 1 – 1 of 1) sorted by relevance
362 struct lan78xx_net { struct363 struct net_device *net;364 struct usb_device *udev;365 struct usb_interface *intf;366 void *driver_priv;368 int rx_qlen;369 int tx_qlen;370 struct sk_buff_head rxq;371 struct sk_buff_head txq;372 struct sk_buff_head done;[all …]