Searched refs:macb_send (Results 1 – 1 of 1) sorted by relevance
897 static int macb_send(struct eth_device *netdev, void *packet, int length) in macb_send() function968 netdev->send = macb_send; in macb_eth_initialize()1001 static int macb_send(struct udevice *dev, void *packet, int length) in macb_send() function1044 .send = macb_send,