Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dmacb.c897 static int macb_send(struct eth_device *netdev, void *packet, int length) in macb_send() function
968 netdev->send = macb_send; in macb_eth_initialize()
1001 static int macb_send(struct udevice *dev, void *packet, int length) in macb_send() function
1044 .send = macb_send,