Searched defs:lan78xx_net (Results 1 – 1 of 1) sorted by relevance
236 struct lan78xx_net { struct237 struct net_device *net;238 struct usb_device *udev;239 struct usb_interface *intf;240 void *driver_priv;242 int rx_qlen;243 int tx_qlen;244 struct sk_buff_head rxq;245 struct sk_buff_head txq;246 struct sk_buff_head done;[all …]