Searched defs:ueth (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/drivers/usb/eth/ |
H A D | usb_ether.c | 19 int usb_ether_register(struct udevice *dev, struct ueth_data *ueth, int rxsize) in usb_ether_register() 90 int usb_ether_deregister(struct ueth_data *ueth) in usb_ether_deregister() 95 int usb_ether_receive(struct ueth_data *ueth, int rxsize) in usb_ether_receive() 121 void usb_ether_advance_rxbuf(struct ueth_data *ueth, int num_bytes) in usb_ether_advance_rxbuf() 128 int usb_ether_get_rx_bytes(struct ueth_data *ueth, uint8_t **ptrp) in usb_ether_get_rx_bytes()
|
H A D | mcs7830.c | 88 struct ueth_data ueth; member 508 static int mcs7830_send_common(struct ueth_data *ueth, void *packet, in mcs7830_send_common() 527 static int mcs7830_recv_common(struct ueth_data *ueth, uint8_t *buf) in mcs7830_recv_common() 620 struct ueth_data *ueth = eth->priv; in mcs7830_recv() local 656 struct ueth_data *ueth = eth->priv; in mcs7830_write_mac() local 863 struct ueth_data *ueth = &priv->ueth; in mcs7830_eth_send() local 871 struct ueth_data *ueth = &priv->ueth; in mcs7830_eth_recv() local 903 struct ueth_data *ueth = &priv->ueth; in mcs7830_eth_probe() local
|
H A D | lan75xx.c | 167 struct ueth_data *ueth = &priv->ueth; in lan75xx_eth_start() local 261 struct ueth_data *ueth = &priv->ueth; in lan75xx_eth_probe() local
|
H A D | asix88179.c | 207 struct ueth_data ueth; member 759 struct ueth_data *ueth = &priv->ueth; in ax88179_eth_stop() local 779 struct ueth_data *ueth = &priv->ueth; in ax88179_eth_recv() local 848 struct ueth_data *ueth = &priv->ueth; in ax88179_free_pkt() local 860 struct ueth_data *ueth = &priv->ueth; in ax88179_write_hwaddr() local
|
H A D | lan7x.c | 384 struct ueth_data *ueth = &priv->ueth; in lan7x_eth_send() local 424 struct ueth_data *ueth = &priv->ueth; in lan7x_eth_recv() local
|
H A D | smsc95xx.c | 151 struct ueth_data ueth; member 960 struct ueth_data *ueth = &priv->ueth; in smsc95xx_eth_recv() local 1042 struct ueth_data *ueth = &priv->ueth; in smsc95xx_eth_probe() local
|
H A D | asix.c | 102 struct ueth_data ueth; member 764 struct ueth_data *ueth = &priv->ueth; in asix_eth_recv() local
|
H A D | r8152.c | 1220 static int r8152_send_common(struct ueth_data *ueth, void *packet, int length) in r8152_send_common() 1506 struct ueth_data *ueth = &tp->ueth; in r8152_eth_recv() local 1586 struct ueth_data *ueth = &tp->ueth; in r8152_eth_probe() local
|
H A D | lan7x.h | 111 struct ueth_data ueth; member
|
H A D | lan78xx.c | 425 struct ueth_data *ueth = &priv->ueth; in lan78xx_eth_probe() local
|
H A D | r8152.h | 598 struct ueth_data ueth; member
|