Searched defs:lan78xx_net (Results 1 – 2 of 2) sorted by relevance
417 struct lan78xx_net { struct418 struct net_device *net;419 struct usb_device *udev;420 struct usb_interface *intf;421 void *driver_priv;423 unsigned int tx_pend_data_len;424 size_t n_tx_urbs;425 size_t n_rx_urbs;426 size_t tx_urb_size;427 size_t rx_urb_size;[all …]
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 …]