Home
last modified time | relevance | path

Searched refs:usb_eth_recv (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c2539 static int usb_eth_recv(struct eth_device *netdev) in usb_eth_recv() function
2581 netdev->recv = usb_eth_recv; in usb_eth_initialize()
2603 static int usb_eth_recv(struct udevice *dev, int flags, uchar **packetp) in usb_eth_recv() function
2663 .recv = usb_eth_recv,