Searched defs:eth_dev (Results 1 – 3 of 3) sorted by relevance
99 struct eth_dev { struct112 struct eth_device *net; argument114 struct udevice *net;116 struct net_device_stats stats;117 unsigned int tx_qlen;141 struct eth_dev ethdev; argument
28 #define GET_PRIV(eth_dev) ((struct ep93xx_priv *)(eth_dev)->priv) argument29 #define GET_REGS(eth_dev) (GET_PRIV(eth_dev)->regs) argument
172 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