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