Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dethoc.c655 static int ethoc_send(struct udevice *dev, void *packet, int length) in ethoc_send() function
732 .send = ethoc_send,
772 static int ethoc_send(struct eth_device *dev, void *packet, int length) in ethoc_send() function
822 dev->send = ethoc_send; in ethoc_initialize()