Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dether.c99 struct eth_dev { struct
112 struct eth_device *net; argument
114 struct udevice *net;
116 struct net_device_stats stats;
117 unsigned int tx_qlen;
141 struct eth_dev ethdev; argument
/third_party/uboot/u-boot-2020.01/drivers/net/
Dep93xx_eth.c28 #define GET_PRIV(eth_dev) ((struct ep93xx_priv *)(eth_dev)->priv) argument
29 #define GET_REGS(eth_dev) (GET_PRIV(eth_dev)->regs) argument
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/
Dmc.c172 const char *propname, struct eth_device *eth_dev, in mc_fixup_mac_addr()
248 struct eth_device *eth_dev) in mc_fixup_dpl_mac_addr()
332 struct eth_device *eth_dev) in mc_fixup_dpc_mac_addr()
376 struct eth_device *eth_dev; in mc_fixup_mac_addrs() local