Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dmvgbe.c710 static int mvgbe_recv(struct eth_device *dev) in mvgbe_recv() function
871 dev->recv = (void *)mvgbe_recv; in mvgbe_initialize()
933 static int mvgbe_recv(struct udevice *dev, int flags, uchar **packetp) in mvgbe_recv() function
982 .recv = mvgbe_recv,