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