Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dethoc.c665 static int ethoc_recv(struct udevice *dev, int flags, uchar **packetp) in ethoc_recv() function
733 .recv = ethoc_recv,
782 static int ethoc_recv(struct eth_device *dev) in ethoc_recv() function
823 dev->recv = ethoc_recv; in ethoc_initialize()