Searched defs:eth_dev (Results 1 – 4 of 4) sorted by relevance
104 struct eth_dev { struct117 struct eth_device *net; argument119 struct udevice *net;121 struct net_device_stats stats;122 unsigned int tx_qlen;146 struct eth_dev ethdev; argument
17 int eth_phy_binds_nodes(struct udevice *eth_dev) in eth_phy_binds_nodes()49 int eth_phy_set_mdio_bus(struct udevice *eth_dev, struct mii_dev *mdio_bus) in eth_phy_set_mdio_bus()67 struct mii_dev *eth_phy_get_mdio_bus(struct udevice *eth_dev) in eth_phy_get_mdio_bus()
29 #define GET_PRIV(eth_dev) ((struct ep93xx_priv *)(eth_dev)->priv) argument30 #define GET_REGS(eth_dev) (GET_PRIV(eth_dev)->regs) argument
167 const char *propname, struct eth_device *eth_dev, in mc_fixup_mac_addr()243 struct eth_device *eth_dev) in mc_fixup_dpl_mac_addr()283 struct eth_device *eth_dev) in mc_fixup_dpc_mac_addr()327 struct eth_device *eth_dev; in mc_fixup_mac_addrs() local