Searched refs:usb_eth_send (Results 1 – 1 of 1) sorted by relevance
2532 static int usb_eth_send(struct eth_device *netdev, void *packet, int length) in usb_eth_send() function2580 netdev->send = usb_eth_send; in usb_eth_initialize()2596 static int usb_eth_send(struct udevice *dev, void *packet, int length) in usb_eth_send() function2662 .send = usb_eth_send,