Home
last modified time | relevance | path

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

/drivers/usb/gadget/
A Dether.c99 struct eth_dev { struct
100 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 …]
/drivers/net/
A Deth-phy-uclass.c25 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()
/drivers/net/fsl-mc/
A Dmc.c171 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