Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/eth/
H A Dlan7x.h225 int lan7x_eth_recv(struct udevice *dev, int flags, uchar **packetp);
H A Dlan75xx.c292 .recv = lan7x_eth_recv,
H A Dlan78xx.c453 .recv = lan7x_eth_recv,
H A Dlan7x.c421 int lan7x_eth_recv(struct udevice *dev, int flags, uchar **packetp) in lan7x_eth_recv() function