Searched defs:ueth (Results 1 – 11 of 11) sorted by relevance
/u-boot/drivers/usb/eth/ |
A D | usb_ether.c | 22 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 D | mcs7830.c | 91 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 D | lan75xx.c | 169 struct ueth_data *ueth = &priv->ueth; in lan75xx_eth_start() local 263 struct ueth_data *ueth = &priv->ueth; in lan75xx_eth_probe() local
|
A D | asix88179.c | 209 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 D | lan7x.c | 386 struct ueth_data *ueth = &priv->ueth; in lan7x_eth_send() local 426 struct ueth_data *ueth = &priv->ueth; in lan7x_eth_recv() local
|
A D | smsc95xx.c | 154 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 D | lan7x.h | 115 struct ueth_data ueth; member
|
A D | asix.c | 105 struct ueth_data ueth; member 767 struct ueth_data *ueth = &priv->ueth; in asix_eth_recv() local
|
A D | lan78xx.c | 428 struct ueth_data *ueth = &priv->ueth; in lan78xx_eth_probe() local
|
A D | r8152.c | 1453 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 D | r8152.h | 646 struct ueth_data ueth; member
|
Completed in 22 milliseconds