Searched refs:usb_eth_recv (Results 1 – 1 of 1) sorted by relevance
2539 static int usb_eth_recv(struct eth_device *netdev) in usb_eth_recv() function2581 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() function2663 .recv = usb_eth_recv,