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