Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dusb_ether.h23 struct ueth_data { struct
26 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