Home
last modified time | relevance | path

Searched refs:eth_dev (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Dether.c104 struct eth_dev { struct
149 struct eth_dev ethdev; argument
164 static inline int is_cdc(struct eth_dev *dev) in is_cdc()
176 static inline int rndis_active(struct eth_dev *dev) in rndis_active()
931 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags);
932 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags);
935 set_ether_config(struct eth_dev *dev, gfp_t gfp_flags) in set_ether_config()
1012 static void eth_reset_config(struct eth_dev *dev) in eth_reset_config()
1052 static int eth_set_config(struct eth_dev *dev, unsigned number, in eth_set_config()
1134 struct eth_dev *dev = ep->driver_data; in eth_status_complete()
[all …]
/external/u-boot/drivers/net/fsl-mc/
Dmc.c166 const char *propname, struct eth_device *eth_dev, in mc_fixup_mac_addr() argument
178 enetaddr_32[i] = cpu_to_fdt32(eth_dev->enetaddr[i]); in mc_fixup_mac_addr()
184 val = eth_dev->enetaddr; in mc_fixup_mac_addr()
192 if (!eth_env_get_enetaddr_by_index("eth", eth_dev->index, in mc_fixup_mac_addr()
242 struct eth_device *eth_dev) in mc_fixup_dpl_mac_addr() argument
256 err = mc_fixup_mac_addr(blob, dpmacoff, "mac_addr", eth_dev, in mc_fixup_dpl_mac_addr()
277 return mc_fixup_mac_addr(blob, dpnioff, "mac_addr", eth_dev, in mc_fixup_dpl_mac_addr()
282 struct eth_device *eth_dev) in mc_fixup_dpc_mac_addr() argument
318 return mc_fixup_mac_addr(blob, noff, "port_mac_address", eth_dev, in mc_fixup_dpc_mac_addr()
326 struct eth_device *eth_dev; in mc_fixup_mac_addrs() local
[all …]
/external/u-boot/drivers/usb/eth/
Dusb_ether.c205 if (&usb_eth[i].eth_dev == dev) in is_eth_dev_on_usb_host()
226 eth = &usb_eth[usb_max_eth_dev].eth_dev; in probe_valid_drivers()
264 eth_unregister(&usb_eth[i].eth_dev); in usb_host_eth_scan()
/external/u-boot/drivers/net/
Dep93xx_eth.c28 #define GET_PRIV(eth_dev) ((struct ep93xx_priv *)(eth_dev)->priv) argument
29 #define GET_REGS(eth_dev) (GET_PRIV(eth_dev)->regs) argument
/external/u-boot/include/
Dusb_ether.h30 struct eth_device eth_dev; /* used with eth_register */