Searched defs:ueth_data (Results 1 – 1 of 1) sorted by relevance
23 struct ueth_data { struct26 uint8_t *rxbuf;27 int rxsize;28 int rxlen; /* Total bytes available in rxbuf */29 int rxptr; /* Current position in rxbuf */35 int phy_id; /* mii phy id */59 int usb_ether_register(struct udevice *dev, struct ueth_data *ueth, int rxsize); argument