Searched refs:mt7628_eth_recv (Results 1 – 1 of 1) sorted by relevance
411 static int mt7628_eth_recv(struct udevice *dev, int flags, uchar **packetp) in mt7628_eth_recv() function545 while (mt7628_eth_recv(dev, 0, &packetp) != -EAGAIN) in mt7628_eth_start()625 .recv = mt7628_eth_recv,