Searched refs:macb_send (Results 1 – 1 of 1) sorted by relevance
1164 static int macb_send(struct eth_device *netdev, void *packet, int length) in macb_send() function1235 netdev->send = macb_send; in macb_eth_initialize()1268 static int macb_send(struct udevice *dev, void *packet, int length) in macb_send() function1311 .send = macb_send,
Completed in 5 milliseconds