HomeSort by relevance Sort by last modified time
    Searched refs:eth_dev (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/usb/gadget/
ether.c 104 struct eth_dev { struct
149 struct eth_dev ethdev;
164 static inline int is_cdc(struct eth_dev *dev)
176 static inline int rndis_active(struct eth_dev *dev)
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)
1012 static void eth_reset_config(struct eth_dev *dev)
1052 static int eth_set_config(struct eth_dev *dev, unsigned number,
    [all...]
  /external/u-boot/include/
usb_ether.h 30 struct eth_device eth_dev; /* used with eth_register */
  /external/u-boot/drivers/net/fsl-mc/
mc.c 166 const char *propname, struct eth_device *eth_dev,
178 enetaddr_32[i] = cpu_to_fdt32(eth_dev->enetaddr[i]);
184 val = eth_dev->enetaddr;
192 if (!eth_env_get_enetaddr_by_index("eth", eth_dev->index,
242 struct eth_device *eth_dev)
256 err = mc_fixup_mac_addr(blob, dpmacoff, "mac_addr", eth_dev,
277 return mc_fixup_mac_addr(blob, dpnioff, "mac_addr", eth_dev,
282 struct eth_device *eth_dev)
318 return mc_fixup_mac_addr(blob, noff, "port_mac_address", eth_dev,
326 struct eth_device *eth_dev; local
    [all...]
  /external/u-boot/drivers/usb/eth/
usb_ether.c 205 if (&usb_eth[i].eth_dev == dev)
226 eth = &usb_eth[usb_max_eth_dev].eth_dev;
264 eth_unregister(&usb_eth[i].eth_dev);
  /external/u-boot/drivers/net/
ep93xx_eth.c 28 #define GET_PRIV(eth_dev) ((struct ep93xx_priv *)(eth_dev)->priv)
29 #define GET_REGS(eth_dev) (GET_PRIV(eth_dev)->regs)

Completed in 844 milliseconds