Lines Matching defs:eth_dev
56 struct eth_dev { struct
59 spinlock_t lock;
60 struct gether *port_usb;
62 struct net_device *net;
63 struct usb_gadget *gadget;
65 spinlock_t req_lock; /* guard {rx,tx}_reqs */
66 struct list_head tx_reqs, rx_reqs;
67 atomic_t tx_qlen;
69 struct sk_buff_head rx_frames;
71 unsigned qmult;
73 unsigned header_len;
74 struct sk_buff *(*wrap)(struct gether *, struct sk_buff *skb);
75 int (*unwrap)(struct gether *,
79 struct work_struct work;
81 unsigned long todo;
84 bool zlp;
85 u8 host_mac[ETH_ALEN];
86 u8 dev_mac[ETH_ALEN];