Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Dether.c104 struct eth_dev { struct
120 struct eth_device *net; argument
122 struct udevice *net;
124 struct net_device_stats stats;
125 unsigned int tx_qlen;
149 struct eth_dev ethdev; argument
/external/u-boot/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
/external/u-boot/drivers/net/fsl-mc/
Dmc.c166 const char *propname, struct eth_device *eth_dev, in mc_fixup_mac_addr()
242 struct eth_device *eth_dev) in mc_fixup_dpl_mac_addr()
282 struct eth_device *eth_dev) in mc_fixup_dpc_mac_addr()
326 struct eth_device *eth_dev; in mc_fixup_mac_addrs() local