Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dether.c99 struct eth_dev { struct
141 struct eth_dev ethdev; argument
156 static inline int is_cdc(struct eth_dev *dev) in is_cdc()
168 static inline int rndis_active(struct eth_dev *dev) in rndis_active()
923 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags);
924 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags);
927 set_ether_config(struct eth_dev *dev, gfp_t gfp_flags) in set_ether_config()
1004 static void eth_reset_config(struct eth_dev *dev) in eth_reset_config()
1044 static int eth_set_config(struct eth_dev *dev, unsigned number, in eth_set_config()
1126 struct eth_dev *dev = ep->driver_data; in eth_status_complete()
[all …]
/third_party/uboot/u-boot-2020.01/drivers/net/fsl-mc/
Dmc.c172 const char *propname, struct eth_device *eth_dev, in mc_fixup_mac_addr() argument
184 enetaddr_32[i] = cpu_to_fdt32(eth_dev->enetaddr[i]); in mc_fixup_mac_addr()
190 val = eth_dev->enetaddr; in mc_fixup_mac_addr()
198 if (!eth_env_get_enetaddr_by_index("eth", eth_dev->index, in mc_fixup_mac_addr()
248 struct eth_device *eth_dev) in mc_fixup_dpl_mac_addr() argument
262 err = mc_fixup_mac_addr(blob, dpmacoff, "mac_addr", eth_dev, in mc_fixup_dpl_mac_addr()
283 return mc_fixup_mac_addr(blob, dpnioff, "mac_addr", eth_dev, in mc_fixup_dpl_mac_addr()
332 struct eth_device *eth_dev) in mc_fixup_dpc_mac_addr() argument
368 return mc_fixup_mac_addr(blob, noff, "port_mac_address", eth_dev, in mc_fixup_dpc_mac_addr()
376 struct eth_device *eth_dev; in mc_fixup_mac_addrs() local
[all …]
/third_party/uboot/u-boot-2020.01/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()
/third_party/uboot/u-boot-2020.01/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
/third_party/uboot/u-boot-2020.01/include/
Dusb_ether.h20 struct eth_device eth_dev; /* used with eth_register */