Searched defs:lan78xx_net (Results 1 – 1 of 1) sorted by relevance
373 struct lan78xx_net { struct374 struct net_device *net;375 struct usb_device *udev;376 struct usb_interface *intf;377 void *driver_priv;379 int rx_qlen;380 int tx_qlen;381 struct sk_buff_head rxq;382 struct sk_buff_head txq;383 struct sk_buff_head done;[all …]