Searched defs:eth_dev (Results 1 – 2 of 2) sorted by relevance
55 struct eth_dev { struct58 spinlock_t lock;59 struct gether *port_usb;61 struct net_device *net;62 struct usb_gadget *gadget;64 spinlock_t req_lock; /* guard {rx,tx}_reqs */65 struct list_head tx_reqs, rx_reqs;66 atomic_t tx_qlen;68 struct sk_buff_head rx_frames;70 unsigned qmult;[all …]
37 struct platform_device *eth_dev; member