Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Dether.c100 struct eth_dev { struct
113 struct eth_device *net; argument
115 struct udevice *net;
117 struct net_device_stats stats;
118 unsigned int tx_qlen;
142 struct eth_dev ethdev; argument
/u-boot/drivers/net/
A Deth-phy-uclass.c17 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()
A Dep93xx_eth.c31 #define GET_PRIV(eth_dev) ((struct ep93xx_priv *)(eth_dev)->priv) argument
32 #define GET_REGS(eth_dev) (GET_PRIV(eth_dev)->regs) argument
/u-boot/drivers/net/fsl-mc/
A Dmc.c182 const char *propname, struct udevice *eth_dev, in mc_fixup_mac_addr()
269 struct udevice *eth_dev) in mc_fixup_dpl_mac_addr()
372 struct udevice *eth_dev) in mc_fixup_dpc_mac_addr()
420 struct udevice *eth_dev; in mc_fixup_mac_addrs() local
422 struct eth_device *eth_dev; in mc_fixup_mac_addrs() local

Completed in 16 milliseconds