Home
last modified time | relevance | path

Searched refs:netdev (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Ddnet.c30 struct eth_device netdev; member
35 #define to_dnet(_nd) container_of(_nd, struct dnet_device, netdev)
133 static int dnet_send(struct eth_device *netdev, void *packet, int length) in dnet_send() argument
135 struct dnet_device *dnet = to_dnet(netdev); in dnet_send()
168 static int dnet_recv(struct eth_device *netdev) in dnet_recv() argument
170 struct dnet_device *dnet = to_dnet(netdev); in dnet_recv()
202 static void dnet_set_hwaddr(struct eth_device *netdev) in dnet_set_hwaddr() argument
204 struct dnet_device *dnet = to_dnet(netdev); in dnet_set_hwaddr()
207 tmp = get_unaligned_be16(netdev->enetaddr); in dnet_set_hwaddr()
209 tmp = get_unaligned_be16(&netdev->enetaddr[2]); in dnet_set_hwaddr()
[all …]
H A Dat91_emac.c156 struct eth_device *netdev; in get_emacbase_by_name() local
158 netdev = eth_get_dev_by_name(devname); in get_emacbase_by_name()
159 return (at91_emac_t *) netdev->iobase; in get_emacbase_by_name()
185 static int at91emac_phy_reset(struct eth_device *netdev) in at91emac_phy_reset() argument
191 emac = (at91_emac_t *) netdev->iobase; in at91emac_phy_reset()
196 debug_cond(VERBOSEP, "%s: Starting autonegotiation...\n", netdev->name); in at91emac_phy_reset()
210 "%s: Autonegotiation complete\n", netdev->name); in at91emac_phy_reset()
213 netdev->name, status); in at91emac_phy_reset()
219 static int at91emac_phy_init(struct eth_device *netdev) in at91emac_phy_init() argument
226 emac = (at91_emac_t *) netdev->iobase; in at91emac_phy_init()
[all …]
H A Dmacb.c110 struct eth_device netdev; member
126 #define to_macb(_nd) container_of(_nd, struct macb_device, netdev)
506 macb->phydev = phy_connect(macb->bus, macb->phy_addr, &macb->netdev, in macb_phy_init()
850 static int macb_send(struct eth_device *netdev, void *packet, int length) in macb_send() argument
852 struct macb_device *macb = to_macb(netdev); in macb_send()
854 return _macb_send(macb, netdev->name, packet, length); in macb_send()
857 static int macb_recv(struct eth_device *netdev) in macb_recv() argument
859 struct macb_device *macb = to_macb(netdev); in macb_recv()
876 static int macb_init(struct eth_device *netdev, bd_t *bd) in macb_init() argument
878 struct macb_device *macb = to_macb(netdev); in macb_init()
[all …]
H A Ddm9000x.c98 struct eth_device netdev; member
404 static int dm9000_send(struct eth_device *netdev, void *packet, int length) in dm9000_send() argument
445 static void dm9000_halt(struct eth_device *netdev) in dm9000_halt() argument
459 static int dm9000_rx(struct eth_device *netdev) in dm9000_rx() argument
624 struct eth_device *dev = &(dm9000_info.netdev); in dm9000_initialize()
H A Dks8851_mll.c77 struct net_device *netdev; member
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c148 struct eth_device netdev; member
150 struct udevice *netdev; member
2016 struct eth_pdata *pdata = dev_get_platdata(l_priv->netdev); in eth_bind()
2206 dev->net = &l_priv->netdev; in eth_bind()
2208 dev->net = l_priv->netdev; in eth_bind()
2530 static int usb_eth_init(struct eth_device *netdev, bd_t *bd) in usb_eth_init() argument
2532 struct ether_priv *priv = (struct ether_priv *)netdev->priv; in usb_eth_init()
2537 static int usb_eth_send(struct eth_device *netdev, void *packet, int length) in usb_eth_send() argument
2539 struct ether_priv *priv = (struct ether_priv *)netdev->priv; in usb_eth_send()
2544 static int usb_eth_recv(struct eth_device *netdev) in usb_eth_recv() argument
[all …]
/rk3399_rockchip-uboot/configs/
H A Dintegratorcp_cm920t_defconfig6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
H A Dintegratorcp_cm926ejs_defconfig6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
H A Dintegratorcp_cm1136_defconfig6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
H A Dintegratorcp_cm946es_defconfig6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
H A Daxm_defconfig18netdev}::off\0addtest=setenv bootargs ${bootargs} loglevel=4 test\0baudrate=115200\0boot_file=sete…
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/
H A DREADME118 Watch your ethact, netdev and bootargs U-Boot environment variables.
122 setenv netdev eth1
/rk3399_rockchip-uboot/board/freescale/m53017evb/
H A DREADME163 netdev=eth0
/rk3399_rockchip-uboot/doc/
H A DREADME.drivers.eth103 prototype for your new register function to include/netdev.h.
H A DREADME.m54418twr161 netdev=eth0
/rk3399_rockchip-uboot/board/freescale/m547xevb/
H A DREADME186 netdev=eth0
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dhowto.txt117 …args ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off panic=1
/rk3399_rockchip-uboot/board/freescale/m5373evb/
H A DREADME163 netdev=eth0
/rk3399_rockchip-uboot/board/freescale/m54455evb/
H A DREADME234 netdev=eth0