Home
last modified time | relevance | path

Searched defs:ueth (Results 1 – 11 of 11) sorted by relevance

/u-boot/drivers/usb/eth/
A Dusb_ether.c22 int usb_ether_register(struct udevice *dev, struct ueth_data *ueth, int rxsize) in usb_ether_register()
93 int usb_ether_deregister(struct ueth_data *ueth) in usb_ether_deregister()
98 int usb_ether_receive(struct ueth_data *ueth, int rxsize) in usb_ether_receive()
124 void usb_ether_advance_rxbuf(struct ueth_data *ueth, int num_bytes) in usb_ether_advance_rxbuf()
131 int usb_ether_get_rx_bytes(struct ueth_data *ueth, uint8_t **ptrp) in usb_ether_get_rx_bytes()
A Dmcs7830.c91 struct ueth_data ueth; member
511 static int mcs7830_send_common(struct ueth_data *ueth, void *packet, in mcs7830_send_common()
530 static int mcs7830_recv_common(struct ueth_data *ueth, uint8_t *buf) in mcs7830_recv_common()
623 struct ueth_data *ueth = eth->priv; in mcs7830_recv() local
659 struct ueth_data *ueth = eth->priv; in mcs7830_write_mac() local
866 struct ueth_data *ueth = &priv->ueth; in mcs7830_eth_send() local
874 struct ueth_data *ueth = &priv->ueth; in mcs7830_eth_recv() local
906 struct ueth_data *ueth = &priv->ueth; in mcs7830_eth_probe() local
A Dlan75xx.c169 struct ueth_data *ueth = &priv->ueth; in lan75xx_eth_start() local
263 struct ueth_data *ueth = &priv->ueth; in lan75xx_eth_probe() local
A Dasix88179.c209 struct ueth_data ueth; member
761 struct ueth_data *ueth = &priv->ueth; in ax88179_eth_stop() local
781 struct ueth_data *ueth = &priv->ueth; in ax88179_eth_recv() local
850 struct ueth_data *ueth = &priv->ueth; in ax88179_free_pkt() local
862 struct ueth_data *ueth = &priv->ueth; in ax88179_write_hwaddr() local
A Dlan7x.c386 struct ueth_data *ueth = &priv->ueth; in lan7x_eth_send() local
426 struct ueth_data *ueth = &priv->ueth; in lan7x_eth_recv() local
A Dsmsc95xx.c154 struct ueth_data ueth; member
963 struct ueth_data *ueth = &priv->ueth; in smsc95xx_eth_recv() local
1045 struct ueth_data *ueth = &priv->ueth; in smsc95xx_eth_probe() local
A Dlan7x.h115 struct ueth_data ueth; member
A Dasix.c105 struct ueth_data ueth; member
767 struct ueth_data *ueth = &priv->ueth; in asix_eth_recv() local
A Dlan78xx.c428 struct ueth_data *ueth = &priv->ueth; in lan78xx_eth_probe() local
A Dr8152.c1453 static int r8152_send_common(struct ueth_data *ueth, void *packet, int length) in r8152_send_common()
1746 struct ueth_data *ueth = &tp->ueth; in r8152_eth_recv() local
1826 struct ueth_data *ueth = &tp->ueth; in r8152_eth_probe() local
A Dr8152.h646 struct ueth_data ueth; member

Completed in 22 milliseconds