Searched defs:eth_dev (Results 1 – 3 of 3) sorted by relevance
99 struct eth_dev { struct100 struct usb_gadget *gadget;101 struct usb_request *req; /* for control responses */104 u8 config;105 struct usb_ep *in_ep, *out_ep, *status_ep;107 *in, *out, *status;109 struct usb_request *tx_req, *rx_req;111 struct udevice *net;112 struct net_device_stats stats;113 unsigned int tx_qlen;[all …]
25 int eth_phy_binds_nodes(struct udevice *eth_dev) in eth_phy_binds_nodes()63 int eth_phy_set_mdio_bus(struct udevice *eth_dev, struct mii_dev *mdio_bus) in eth_phy_set_mdio_bus()81 struct mii_dev *eth_phy_get_mdio_bus(struct udevice *eth_dev) in eth_phy_get_mdio_bus()
171 const char *propname, struct udevice *eth_dev, in mc_fixup_mac_addr()249 struct udevice *eth_dev) in mc_fixup_dpl_mac_addr()348 struct udevice *eth_dev) in mc_fixup_dpc_mac_addr()389 struct udevice *eth_dev; in mc_fixup_mac_addrs() local
Completed in 20 milliseconds