Searched refs:eth_dev (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| H A D | u_ether.c | 56 struct eth_dev { struct 112 struct eth_dev *dev = netdev_priv(net); in eth_get_drvinfo() 131 static void defer_kevent(struct eth_dev *dev, int flag) in defer_kevent() 144 rx_submit(struct eth_dev *dev, struct usb_request *req, gfp_t gfp_flags) in rx_submit() 225 struct eth_dev *dev = ep->driver_data; in rx_complete() 353 static int alloc_requests(struct eth_dev *dev, struct gether *link, unsigned n) in alloc_requests() 372 static void rx_fill(struct eth_dev *dev, gfp_t gfp_flags) in rx_fill() 396 struct eth_dev *dev = container_of(work, struct eth_dev, work); in eth_work() 410 struct eth_dev *dev = ep->driver_data; in tx_complete() 458 struct eth_dev *dev = netdev_priv(net); in eth_start_xmit() [all …]
|
| H A D | u_ether.h | 39 struct eth_dev; 56 struct eth_dev *ioport; 91 struct eth_dev *gether_setup_name(struct usb_gadget *g, 108 static inline struct eth_dev *gether_setup(struct usb_gadget *g, in gether_setup() 286 void gether_cleanup(struct eth_dev *dev);
|