Searched refs:mvgbe_recv (Results 1 – 1 of 1) sorted by relevance
710 static int mvgbe_recv(struct eth_device *dev) in mvgbe_recv() function871 dev->recv = (void *)mvgbe_recv; in mvgbe_initialize()933 static int mvgbe_recv(struct udevice *dev, int flags, uchar **packetp) in mvgbe_recv() function982 .recv = mvgbe_recv,