Searched defs:eth_dev (Results 1 – 3 of 3) sorted by relevance
104 struct eth_dev { struct120 struct eth_device *net; argument122 struct udevice *net;124 struct net_device_stats stats;125 unsigned int tx_qlen;149 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
166 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