Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb_ether.h68 int usb_ether_receive(struct ueth_data *ueth, int rxsize);
/openbmc/u-boot/drivers/usb/eth/
H A Dusb_ether.c95 int usb_ether_receive(struct ueth_data *ueth, int rxsize) in usb_ether_receive() function
H A Dlan7x.c435 ret = usb_ether_receive(ueth, RX_URB_SIZE); in lan7x_eth_recv()
H A Dasix.c774 ret = usb_ether_receive(ueth, AX_RX_URB_SIZE); in asix_eth_recv()
H A Dasix88179.c796 ret = usb_ether_receive(ueth, priv->rx_urb_size); in ax88179_eth_recv()
H A Dsmsc95xx.c970 ret = usb_ether_receive(ueth, RX_URB_SIZE); in smsc95xx_eth_recv()
H A Dr8152.c1517 ret = usb_ether_receive(ueth, RTL8152_AGG_BUF_SZ); in r8152_eth_recv()